@font-face {
  font-family: 'P22Mackinac-Bold';
  src: url('/fonts/p22-mackinac/P22Mackinac-Bold.woff2') format('woff2'),
       url('/fonts/p22-mackinac/P22Mackinac-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'sofiapro-light';
  src: url('/fonts/sofia-pro/sofiapro-light.woff2') format('woff2'),
       url('/fonts/sofia-pro/sofiapro-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* kumbh-sans-700 - latin */
@font-face {
  font-family: 'Kumbh Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/kumbh-sans/kumbh-sans-v12-latin-700.svg#KumbhSans') 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: sofiapro-light;

    font-smoothing: auto;

    color: #2E2E2E;
}

.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: #072a3b;

    text-decoration: underline;

    font-weight: 700;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {

    color: #3d748e;

    text-decoration: none;
}

.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;

    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;

    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;

    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: #3d748e;

    font-weight: 700;

    font-size: 1.25rem;

    margin-top: 2.5rem !important;

    margin-bottom: 0.5rem !important;

    line-height: 1.3333333;

    font-family: P22Mackinac-Bold;

    background-color: transparent;

    padding: 0px;

    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: var(--tw-prose-headings);

    font-weight: 700;

    font-size: 1.125rem !important;

    margin-top: 1.6em;

    margin-bottom: 0.6em;

    line-height: 1.6;

    font-family: Kumbh Sans;
}

.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: var(--tw-prose-headings);

    font-weight: 600;

    margin-top: 1.5em;

    margin-bottom: 0.5em;

    line-height: 1.5;
}

.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;

    padding-inline-end: 0.375em;

    padding-bottom: 0.1875em;

    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;

    padding-inline-end: 1.1428571em;

    padding-bottom: 0.8571429em;

    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;

    padding-inline-end: 0.5714286em;

    padding-bottom: 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"] *)) {

    padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

    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;

    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"] *)) {

    padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

    padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

    padding-top: 0.5714286em;

    padding-inline-end: 0.5714286em;

    padding-bottom: 0.5714286em;

    padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

    padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

    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;
}

  .text-input {

    width: 100%;

    overflow: hidden;

    border-radius: 0.25rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;
}

  .text-input::placeholder {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

  .form-label {

    font-family: P22Mackinac-Bold, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / 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;
}
.visible {

    visibility: visible;
}
.static {

    position: static;
}
.fixed {

    position: fixed;
}
.absolute {

    position: absolute;
}
.relative {

    position: relative;
}
.sticky {

    position: sticky;
}
.inset-0 {

    inset: 0px;
}
.-bottom-2 {

    bottom: -0.5rem;
}
.-left-\[9999px\] {

    left: -9999px;
}
.-top-0 {

    top: -0px;
}
.-top-0\.5 {

    top: -0.125rem;
}
.-top-1 {

    top: -0.25rem;
}
.-top-1\.5 {

    top: -0.375rem;
}
.-top-1\/2 {

    top: -50%;
}
.-top-1\/3 {

    top: -33.333333%;
}
.-top-1\/4 {

    top: -25%;
}
.-top-10 {

    top: -2.5rem;
}
.-top-11 {

    top: -2.75rem;
}
.-top-12 {

    top: -3rem;
}
.-top-14 {

    top: -3.5rem;
}
.-top-16 {

    top: -4rem;
}
.-top-2 {

    top: -0.5rem;
}
.-top-2\.5 {

    top: -0.625rem;
}
.-top-2\/3 {

    top: -66.666667%;
}
.-top-2\/4 {

    top: -50%;
}
.-top-20 {

    top: -5rem;
}
.-top-24 {

    top: -6rem;
}
.-top-28 {

    top: -7rem;
}
.-top-3 {

    top: -0.75rem;
}
.-top-3\.5 {

    top: -0.875rem;
}
.-top-3\/4 {

    top: -75%;
}
.-top-32 {

    top: -8rem;
}
.-top-36 {

    top: -9rem;
}
.-top-4 {

    top: -1rem;
}
.-top-40 {

    top: -10rem;
}
.-top-44 {

    top: -11rem;
}
.-top-48 {

    top: -12rem;
}
.-top-5 {

    top: -1.25rem;
}
.-top-52 {

    top: -13rem;
}
.-top-56 {

    top: -14rem;
}
.-top-6 {

    top: -1.5rem;
}
.-top-60 {

    top: -15rem;
}
.-top-64 {

    top: -16rem;
}
.-top-7 {

    top: -1.75rem;
}
.-top-72 {

    top: -18rem;
}
.-top-8 {

    top: -2rem;
}
.-top-80 {

    top: -20rem;
}
.-top-9 {

    top: -2.25rem;
}
.-top-96 {

    top: -24rem;
}
.-top-full {

    top: -100%;
}
.-top-px {

    top: -1px;
}
.bottom-0 {

    bottom: 0px;
}
.bottom-12 {

    bottom: 3rem;
}
.bottom-20 {

    bottom: 5rem;
}
.bottom-4 {

    bottom: 1rem;
}
.bottom-8 {

    bottom: 2rem;
}
.left-0 {

    left: 0px;
}
.left-2 {

    left: 0.5rem;
}
.left-8 {

    left: 2rem;
}
.left-full {

    left: 100%;
}
.right-0 {

    right: 0px;
}
.right-4 {

    right: 1rem;
}
.right-8 {

    right: 2rem;
}
.right-auto {

    right: auto;
}
.top-0 {

    top: 0px;
}
.top-0\.5 {

    top: 0.125rem;
}
.top-1 {

    top: 0.25rem;
}
.top-1\.5 {

    top: 0.375rem;
}
.top-1\/2 {

    top: 50%;
}
.top-1\/3 {

    top: 33.333333%;
}
.top-1\/4 {

    top: 25%;
}
.top-10 {

    top: 2.5rem;
}
.top-11 {

    top: 2.75rem;
}
.top-12 {

    top: 3rem;
}
.top-14 {

    top: 3.5rem;
}
.top-16 {

    top: 4rem;
}
.top-2 {

    top: 0.5rem;
}
.top-2\.5 {

    top: 0.625rem;
}
.top-2\/3 {

    top: 66.666667%;
}
.top-2\/4 {

    top: 50%;
}
.top-20 {

    top: 5rem;
}
.top-24 {

    top: 6rem;
}
.top-28 {

    top: 7rem;
}
.top-3 {

    top: 0.75rem;
}
.top-3\.5 {

    top: 0.875rem;
}
.top-3\/4 {

    top: 75%;
}
.top-32 {

    top: 8rem;
}
.top-36 {

    top: 9rem;
}
.top-4 {

    top: 1rem;
}
.top-40 {

    top: 10rem;
}
.top-44 {

    top: 11rem;
}
.top-48 {

    top: 12rem;
}
.top-5 {

    top: 1.25rem;
}
.top-52 {

    top: 13rem;
}
.top-56 {

    top: 14rem;
}
.top-6 {

    top: 1.5rem;
}
.top-60 {

    top: 15rem;
}
.top-64 {

    top: 16rem;
}
.top-7 {

    top: 1.75rem;
}
.top-72 {

    top: 18rem;
}
.top-8 {

    top: 2rem;
}
.top-80 {

    top: 20rem;
}
.top-9 {

    top: 2.25rem;
}
.top-96 {

    top: 24rem;
}
.top-auto {

    top: auto;
}
.top-full {

    top: 100%;
}
.top-px {

    top: 1px;
}
.isolate {

    isolation: isolate;
}
.z-0 {

    z-index: 0;
}
.z-10 {

    z-index: 10;
}
.z-20 {

    z-index: 20;
}
.z-40 {

    z-index: 40;
}
.z-50 {

    z-index: 50;
}
.z-\[100\] {

    z-index: 100;
}
.z-\[800\] {

    z-index: 800;
}
.z-\[900\] {

    z-index: 900;
}
.z-\[999\] {

    z-index: 999;
}
.order-1 {

    order: 1;
}
.order-2 {

    order: 2;
}
.m-0 {

    margin: 0px;
}
.m-auto {

    margin: auto;
}
.-my-0 {

    margin-top: -0px;

    margin-bottom: -0px;
}
.-my-0\.5 {

    margin-top: -0.125rem;

    margin-bottom: -0.125rem;
}
.-my-1 {

    margin-top: -0.25rem;

    margin-bottom: -0.25rem;
}
.-my-1\.5 {

    margin-top: -0.375rem;

    margin-bottom: -0.375rem;
}
.-my-10 {

    margin-top: -2.5rem;

    margin-bottom: -2.5rem;
}
.-my-11 {

    margin-top: -2.75rem;

    margin-bottom: -2.75rem;
}
.-my-12 {

    margin-top: -3rem;

    margin-bottom: -3rem;
}
.-my-14 {

    margin-top: -3.5rem;

    margin-bottom: -3.5rem;
}
.-my-16 {

    margin-top: -4rem;

    margin-bottom: -4rem;
}
.-my-2 {

    margin-top: -0.5rem;

    margin-bottom: -0.5rem;
}
.-my-2\.5 {

    margin-top: -0.625rem;

    margin-bottom: -0.625rem;
}
.-my-20 {

    margin-top: -5rem;

    margin-bottom: -5rem;
}
.-my-24 {

    margin-top: -6rem;

    margin-bottom: -6rem;
}
.-my-28 {

    margin-top: -7rem;

    margin-bottom: -7rem;
}
.-my-3 {

    margin-top: -0.75rem;

    margin-bottom: -0.75rem;
}
.-my-3\.5 {

    margin-top: -0.875rem;

    margin-bottom: -0.875rem;
}
.-my-32 {

    margin-top: -8rem;

    margin-bottom: -8rem;
}
.-my-36 {

    margin-top: -9rem;

    margin-bottom: -9rem;
}
.-my-4 {

    margin-top: -1rem;

    margin-bottom: -1rem;
}
.-my-40 {

    margin-top: -10rem;

    margin-bottom: -10rem;
}
.-my-44 {

    margin-top: -11rem;

    margin-bottom: -11rem;
}
.-my-48 {

    margin-top: -12rem;

    margin-bottom: -12rem;
}
.-my-5 {

    margin-top: -1.25rem;

    margin-bottom: -1.25rem;
}
.-my-52 {

    margin-top: -13rem;

    margin-bottom: -13rem;
}
.-my-56 {

    margin-top: -14rem;

    margin-bottom: -14rem;
}
.-my-6 {

    margin-top: -1.5rem;

    margin-bottom: -1.5rem;
}
.-my-60 {

    margin-top: -15rem;

    margin-bottom: -15rem;
}
.-my-64 {

    margin-top: -16rem;

    margin-bottom: -16rem;
}
.-my-7 {

    margin-top: -1.75rem;

    margin-bottom: -1.75rem;
}
.-my-72 {

    margin-top: -18rem;

    margin-bottom: -18rem;
}
.-my-8 {

    margin-top: -2rem;

    margin-bottom: -2rem;
}
.-my-80 {

    margin-top: -20rem;

    margin-bottom: -20rem;
}
.-my-9 {

    margin-top: -2.25rem;

    margin-bottom: -2.25rem;
}
.-my-96 {

    margin-top: -24rem;

    margin-bottom: -24rem;
}
.-my-px {

    margin-top: -1px;

    margin-bottom: -1px;
}
.mx-auto {

    margin-left: auto;

    margin-right: auto;
}
.my-0 {

    margin-top: 0px;

    margin-bottom: 0px;
}
.my-0\.5 {

    margin-top: 0.125rem;

    margin-bottom: 0.125rem;
}
.my-1 {

    margin-top: 0.25rem;

    margin-bottom: 0.25rem;
}
.my-1\.5 {

    margin-top: 0.375rem;

    margin-bottom: 0.375rem;
}
.my-10 {

    margin-top: 2.5rem;

    margin-bottom: 2.5rem;
}
.my-11 {

    margin-top: 2.75rem;

    margin-bottom: 2.75rem;
}
.my-12 {

    margin-top: 3rem;

    margin-bottom: 3rem;
}
.my-14 {

    margin-top: 3.5rem;

    margin-bottom: 3.5rem;
}
.my-16 {

    margin-top: 4rem;

    margin-bottom: 4rem;
}
.my-2 {

    margin-top: 0.5rem;

    margin-bottom: 0.5rem;
}
.my-2\.5 {

    margin-top: 0.625rem;

    margin-bottom: 0.625rem;
}
.my-20 {

    margin-top: 5rem;

    margin-bottom: 5rem;
}
.my-24 {

    margin-top: 6rem;

    margin-bottom: 6rem;
}
.my-28 {

    margin-top: 7rem;

    margin-bottom: 7rem;
}
.my-3 {

    margin-top: 0.75rem;

    margin-bottom: 0.75rem;
}
.my-3\.5 {

    margin-top: 0.875rem;

    margin-bottom: 0.875rem;
}
.my-32 {

    margin-top: 8rem;

    margin-bottom: 8rem;
}
.my-36 {

    margin-top: 9rem;

    margin-bottom: 9rem;
}
.my-4 {

    margin-top: 1rem;

    margin-bottom: 1rem;
}
.my-40 {

    margin-top: 10rem;

    margin-bottom: 10rem;
}
.my-44 {

    margin-top: 11rem;

    margin-bottom: 11rem;
}
.my-48 {

    margin-top: 12rem;

    margin-bottom: 12rem;
}
.my-5 {

    margin-top: 1.25rem;

    margin-bottom: 1.25rem;
}
.my-52 {

    margin-top: 13rem;

    margin-bottom: 13rem;
}
.my-56 {

    margin-top: 14rem;

    margin-bottom: 14rem;
}
.my-6 {

    margin-top: 1.5rem;

    margin-bottom: 1.5rem;
}
.my-60 {

    margin-top: 15rem;

    margin-bottom: 15rem;
}
.my-64 {

    margin-top: 16rem;

    margin-bottom: 16rem;
}
.my-7 {

    margin-top: 1.75rem;

    margin-bottom: 1.75rem;
}
.my-72 {

    margin-top: 18rem;

    margin-bottom: 18rem;
}
.my-8 {

    margin-top: 2rem;

    margin-bottom: 2rem;
}
.my-80 {

    margin-top: 20rem;

    margin-bottom: 20rem;
}
.my-9 {

    margin-top: 2.25rem;

    margin-bottom: 2.25rem;
}
.my-96 {

    margin-top: 24rem;

    margin-bottom: 24rem;
}
.my-auto {

    margin-top: auto;

    margin-bottom: auto;
}
.my-px {

    margin-top: 1px;

    margin-bottom: 1px;
}
.-ml-4 {

    margin-left: -1rem;
}
.-ml-8 {

    margin-left: -2rem;
}
.-mt-10 {

    margin-top: -2.5rem;
}
.-mt-14 {

    margin-top: -3.5rem;
}
.-mt-2 {

    margin-top: -0.5rem;
}
.-mt-20 {

    margin-top: -5rem;
}
.-mt-6 {

    margin-top: -1.5rem;
}
.mb-12 {

    margin-bottom: 3rem;
}
.mb-16 {

    margin-bottom: 4rem;
}
.mb-2 {

    margin-bottom: 0.5rem;
}
.mb-4 {

    margin-bottom: 1rem;
}
.mb-6 {

    margin-bottom: 1.5rem;
}
.mb-8 {

    margin-bottom: 2rem;
}
.ml-1 {

    margin-left: 0.25rem;
}
.ml-2 {

    margin-left: 0.5rem;
}
.ml-4 {

    margin-left: 1rem;
}
.ml-auto {

    margin-left: auto;
}
.mr-1 {

    margin-right: 0.25rem;
}
.mr-2 {

    margin-right: 0.5rem;
}
.mr-3 {

    margin-right: 0.75rem;
}
.mr-5 {

    margin-right: 1.25rem;
}
.mr-auto {

    margin-right: auto;
}
.mt-1 {

    margin-top: 0.25rem;
}
.mt-12 {

    margin-top: 3rem;
}
.mt-16 {

    margin-top: 4rem;
}
.mt-2 {

    margin-top: 0.5rem;
}
.mt-24 {

    margin-top: 6rem;
}
.mt-4 {

    margin-top: 1rem;
}
.mt-6 {

    margin-top: 1.5rem;
}
.mt-8 {

    margin-top: 2rem;
}
.mt-auto {

    margin-top: auto;
}
.line-clamp-1 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 1;
}
.line-clamp-2 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;
}
.line-clamp-3 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 3;
}
.line-clamp-4 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 4;
}
.line-clamp-5 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 5;
}
.line-clamp-6 {

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 6;
}
.line-clamp-none {

    overflow: visible;

    display: block;

    -webkit-box-orient: horizontal;

    -webkit-line-clamp: none;
}
.block {

    display: block;
}
.inline-block {

    display: inline-block;
}
.flex {

    display: flex;
}
.inline-flex {

    display: inline-flex;
}
.grid {

    display: grid;
}
.hidden {

    display: none;
}
.aspect-\[4\/3\] {

    aspect-ratio: 4/3;
}
.aspect-\[7\/5\] {

    aspect-ratio: 7/5;
}
.aspect-beach-scene {

    aspect-ratio: 9 / 5;
}
.aspect-image {

    aspect-ratio: 7 / 4.5;
}
.aspect-interior-header-sm {

    aspect-ratio: 16 / 7;
}
.aspect-square {

    aspect-ratio: 1;
}
.h-0 {

    height: 0px;
}
.h-0\.5 {

    height: 0.125rem;
}
.h-10 {

    height: 2.5rem;
}
.h-12 {

    height: 3rem;
}
.h-14 {

    height: 3.5rem;
}
.h-16 {

    height: 4rem;
}
.h-20 {

    height: 5rem;
}
.h-24 {

    height: 6rem;
}
.h-28 {

    height: 7rem;
}
.h-3 {

    height: 0.75rem;
}
.h-4 {

    height: 1rem;
}
.h-48 {

    height: 12rem;
}
.h-5 {

    height: 1.25rem;
}
.h-6 {

    height: 1.5rem;
}
.h-7 {

    height: 1.75rem;
}
.h-72 {

    height: 18rem;
}
.h-8 {

    height: 2rem;
}
.h-80 {

    height: 20rem;
}
.h-\[10px\] {

    height: 10px;
}
.h-\[8px\] {

    height: 8px;
}
.h-auto {

    height: auto;
}
.h-full {

    height: 100%;
}
.h-screen {

    height: 100vh;
}
.max-h-\[80vh\] {

    max-height: 80vh;
}
.max-h-full {

    max-height: 100%;
}
.min-h-\[260px\] {

    min-height: 260px;
}
.min-h-\[50vh\] {

    min-height: 50vh;
}
.min-h-full {

    min-height: 100%;
}
.w-0 {

    width: 0px;
}
.w-1\/2 {

    width: 50%;
}
.w-10 {

    width: 2.5rem;
}
.w-12 {

    width: 3rem;
}
.w-14 {

    width: 3.5rem;
}
.w-20 {

    width: 5rem;
}
.w-24 {

    width: 6rem;
}
.w-3 {

    width: 0.75rem;
}
.w-3\/4 {

    width: 75%;
}
.w-32 {

    width: 8rem;
}
.w-36 {

    width: 9rem;
}
.w-4 {

    width: 1rem;
}
.w-48 {

    width: 12rem;
}
.w-5 {

    width: 1.25rem;
}
.w-52 {

    width: 13rem;
}
.w-6 {

    width: 1.5rem;
}
.w-64 {

    width: 16rem;
}
.w-7 {

    width: 1.75rem;
}
.w-8 {

    width: 2rem;
}
.w-\[15px\] {

    width: 15px;
}
.w-\[320px\] {

    width: 320px;
}
.w-auto {

    width: auto;
}
.w-full {

    width: 100%;
}
.min-w-\[175px\] {

    min-width: 175px;
}
.min-w-\[250px\] {

    min-width: 250px;
}
.min-w-full {

    min-width: 100%;
}
.max-w-3xl {

    max-width: 48rem;
}
.max-w-4xl {

    max-width: 56rem;
}
.max-w-5xl {

    max-width: 64rem;
}
.max-w-6xl {

    max-width: 72rem;
}
.max-w-7xl {

    max-width: 80rem;
}
.max-w-\[500px\] {

    max-width: 500px;
}
.max-w-\[515px\] {

    max-width: 515px;
}
.max-w-\[800px\] {

    max-width: 800px;
}
.max-w-full {

    max-width: 100%;
}
.max-w-none {

    max-width: none;
}
.max-w-screen-2xl {

    max-width: 1536px;
}
.max-w-screen-lg {

    max-width: 1024px;
}
.max-w-screen-xl {

    max-width: 1280px;
}
.max-w-sm {

    max-width: 24rem;
}
.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;
}
.border-collapse {

    border-collapse: collapse;
}
.border-separate {

    border-collapse: separate;
}
.border-spacing-0 {

    --tw-border-spacing-x: 0px;

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5 {

    --tw-border-spacing-x: 0.125rem;

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1 {

    --tw-border-spacing-x: 0.25rem;

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5 {

    --tw-border-spacing-x: 0.375rem;

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10 {

    --tw-border-spacing-x: 2.5rem;

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11 {

    --tw-border-spacing-x: 2.75rem;

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12 {

    --tw-border-spacing-x: 3rem;

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14 {

    --tw-border-spacing-x: 3.5rem;

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16 {

    --tw-border-spacing-x: 4rem;

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2 {

    --tw-border-spacing-x: 0.5rem;

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5 {

    --tw-border-spacing-x: 0.625rem;

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20 {

    --tw-border-spacing-x: 5rem;

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24 {

    --tw-border-spacing-x: 6rem;

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28 {

    --tw-border-spacing-x: 7rem;

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3 {

    --tw-border-spacing-x: 0.75rem;

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5 {

    --tw-border-spacing-x: 0.875rem;

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32 {

    --tw-border-spacing-x: 8rem;

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36 {

    --tw-border-spacing-x: 9rem;

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4 {

    --tw-border-spacing-x: 1rem;

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40 {

    --tw-border-spacing-x: 10rem;

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44 {

    --tw-border-spacing-x: 11rem;

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48 {

    --tw-border-spacing-x: 12rem;

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5 {

    --tw-border-spacing-x: 1.25rem;

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52 {

    --tw-border-spacing-x: 13rem;

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56 {

    --tw-border-spacing-x: 14rem;

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6 {

    --tw-border-spacing-x: 1.5rem;

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60 {

    --tw-border-spacing-x: 15rem;

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64 {

    --tw-border-spacing-x: 16rem;

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7 {

    --tw-border-spacing-x: 1.75rem;

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72 {

    --tw-border-spacing-x: 18rem;

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8 {

    --tw-border-spacing-x: 2rem;

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80 {

    --tw-border-spacing-x: 20rem;

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9 {

    --tw-border-spacing-x: 2.25rem;

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96 {

    --tw-border-spacing-x: 24rem;

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px {

    --tw-border-spacing-x: 1px;

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0 {

    --tw-border-spacing-x: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5 {

    --tw-border-spacing-x: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1 {

    --tw-border-spacing-x: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5 {

    --tw-border-spacing-x: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10 {

    --tw-border-spacing-x: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11 {

    --tw-border-spacing-x: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12 {

    --tw-border-spacing-x: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14 {

    --tw-border-spacing-x: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16 {

    --tw-border-spacing-x: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2 {

    --tw-border-spacing-x: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5 {

    --tw-border-spacing-x: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20 {

    --tw-border-spacing-x: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24 {

    --tw-border-spacing-x: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28 {

    --tw-border-spacing-x: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3 {

    --tw-border-spacing-x: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5 {

    --tw-border-spacing-x: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32 {

    --tw-border-spacing-x: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36 {

    --tw-border-spacing-x: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4 {

    --tw-border-spacing-x: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40 {

    --tw-border-spacing-x: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44 {

    --tw-border-spacing-x: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48 {

    --tw-border-spacing-x: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5 {

    --tw-border-spacing-x: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52 {

    --tw-border-spacing-x: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56 {

    --tw-border-spacing-x: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6 {

    --tw-border-spacing-x: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60 {

    --tw-border-spacing-x: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64 {

    --tw-border-spacing-x: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7 {

    --tw-border-spacing-x: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72 {

    --tw-border-spacing-x: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8 {

    --tw-border-spacing-x: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80 {

    --tw-border-spacing-x: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9 {

    --tw-border-spacing-x: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96 {

    --tw-border-spacing-x: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px {

    --tw-border-spacing-x: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0 {

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5 {

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1 {

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5 {

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10 {

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11 {

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12 {

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14 {

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16 {

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5 {

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20 {

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24 {

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28 {

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3 {

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5 {

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32 {

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36 {

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4 {

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40 {

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44 {

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48 {

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5 {

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52 {

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56 {

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6 {

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60 {

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64 {

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7 {

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72 {

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8 {

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80 {

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9 {

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96 {

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px {

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-left {

    transform-origin: top left;
}
.origin-top-right {

    transform-origin: top right;
}
.-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));
}
.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));
}
.scale-125 {

    --tw-scale-x: 1.25;

    --tw-scale-y: 1.25;

    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 pulse {

    50% {

        opacity: .5;
    }
}
.animate-pulse {

    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-context-menu {

    cursor: context-menu;
}
.cursor-pointer {

    cursor: pointer;
}
.resize {

    resize: both;
}
.snap-none {

    scroll-snap-type: none;
}
.snap-x {

    scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y {

    scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-both {

    scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-mandatory {

    --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity {

    --tw-scroll-snap-strictness: proximity;
}
.snap-start {

    scroll-snap-align: start;
}
.snap-end {

    scroll-snap-align: end;
}
.snap-center {

    scroll-snap-align: center;
}
.snap-align-none {

    scroll-snap-align: none;
}
.snap-normal {

    scroll-snap-stop: normal;
}
.snap-always {

    scroll-snap-stop: always;
}
.-scroll-my-0 {

    scroll-margin-top: -0px;

    scroll-margin-bottom: -0px;
}
.-scroll-my-0\.5 {

    scroll-margin-top: -0.125rem;

    scroll-margin-bottom: -0.125rem;
}
.-scroll-my-1 {

    scroll-margin-top: -0.25rem;

    scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5 {

    scroll-margin-top: -0.375rem;

    scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10 {

    scroll-margin-top: -2.5rem;

    scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11 {

    scroll-margin-top: -2.75rem;

    scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12 {

    scroll-margin-top: -3rem;

    scroll-margin-bottom: -3rem;
}
.-scroll-my-14 {

    scroll-margin-top: -3.5rem;

    scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16 {

    scroll-margin-top: -4rem;

    scroll-margin-bottom: -4rem;
}
.-scroll-my-2 {

    scroll-margin-top: -0.5rem;

    scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5 {

    scroll-margin-top: -0.625rem;

    scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20 {

    scroll-margin-top: -5rem;

    scroll-margin-bottom: -5rem;
}
.-scroll-my-24 {

    scroll-margin-top: -6rem;

    scroll-margin-bottom: -6rem;
}
.-scroll-my-28 {

    scroll-margin-top: -7rem;

    scroll-margin-bottom: -7rem;
}
.-scroll-my-3 {

    scroll-margin-top: -0.75rem;

    scroll-margin-bottom: -0.75rem;
}
.-scroll-my-3\.5 {

    scroll-margin-top: -0.875rem;

    scroll-margin-bottom: -0.875rem;
}
.-scroll-my-32 {

    scroll-margin-top: -8rem;

    scroll-margin-bottom: -8rem;
}
.-scroll-my-36 {

    scroll-margin-top: -9rem;

    scroll-margin-bottom: -9rem;
}
.-scroll-my-4 {

    scroll-margin-top: -1rem;

    scroll-margin-bottom: -1rem;
}
.-scroll-my-40 {

    scroll-margin-top: -10rem;

    scroll-margin-bottom: -10rem;
}
.-scroll-my-44 {

    scroll-margin-top: -11rem;

    scroll-margin-bottom: -11rem;
}
.-scroll-my-48 {

    scroll-margin-top: -12rem;

    scroll-margin-bottom: -12rem;
}
.-scroll-my-5 {

    scroll-margin-top: -1.25rem;

    scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52 {

    scroll-margin-top: -13rem;

    scroll-margin-bottom: -13rem;
}
.-scroll-my-56 {

    scroll-margin-top: -14rem;

    scroll-margin-bottom: -14rem;
}
.-scroll-my-6 {

    scroll-margin-top: -1.5rem;

    scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60 {

    scroll-margin-top: -15rem;

    scroll-margin-bottom: -15rem;
}
.-scroll-my-64 {

    scroll-margin-top: -16rem;

    scroll-margin-bottom: -16rem;
}
.-scroll-my-7 {

    scroll-margin-top: -1.75rem;

    scroll-margin-bottom: -1.75rem;
}
.-scroll-my-72 {

    scroll-margin-top: -18rem;

    scroll-margin-bottom: -18rem;
}
.-scroll-my-8 {

    scroll-margin-top: -2rem;

    scroll-margin-bottom: -2rem;
}
.-scroll-my-80 {

    scroll-margin-top: -20rem;

    scroll-margin-bottom: -20rem;
}
.-scroll-my-9 {

    scroll-margin-top: -2.25rem;

    scroll-margin-bottom: -2.25rem;
}
.-scroll-my-96 {

    scroll-margin-top: -24rem;

    scroll-margin-bottom: -24rem;
}
.-scroll-my-px {

    scroll-margin-top: -1px;

    scroll-margin-bottom: -1px;
}
.scroll-my-0 {

    scroll-margin-top: 0px;

    scroll-margin-bottom: 0px;
}
.scroll-my-0\.5 {

    scroll-margin-top: 0.125rem;

    scroll-margin-bottom: 0.125rem;
}
.scroll-my-1 {

    scroll-margin-top: 0.25rem;

    scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5 {

    scroll-margin-top: 0.375rem;

    scroll-margin-bottom: 0.375rem;
}
.scroll-my-10 {

    scroll-margin-top: 2.5rem;

    scroll-margin-bottom: 2.5rem;
}
.scroll-my-11 {

    scroll-margin-top: 2.75rem;

    scroll-margin-bottom: 2.75rem;
}
.scroll-my-12 {

    scroll-margin-top: 3rem;

    scroll-margin-bottom: 3rem;
}
.scroll-my-14 {

    scroll-margin-top: 3.5rem;

    scroll-margin-bottom: 3.5rem;
}
.scroll-my-16 {

    scroll-margin-top: 4rem;

    scroll-margin-bottom: 4rem;
}
.scroll-my-2 {

    scroll-margin-top: 0.5rem;

    scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5 {

    scroll-margin-top: 0.625rem;

    scroll-margin-bottom: 0.625rem;
}
.scroll-my-20 {

    scroll-margin-top: 5rem;

    scroll-margin-bottom: 5rem;
}
.scroll-my-24 {

    scroll-margin-top: 6rem;

    scroll-margin-bottom: 6rem;
}
.scroll-my-28 {

    scroll-margin-top: 7rem;

    scroll-margin-bottom: 7rem;
}
.scroll-my-3 {

    scroll-margin-top: 0.75rem;

    scroll-margin-bottom: 0.75rem;
}
.scroll-my-3\.5 {

    scroll-margin-top: 0.875rem;

    scroll-margin-bottom: 0.875rem;
}
.scroll-my-32 {

    scroll-margin-top: 8rem;

    scroll-margin-bottom: 8rem;
}
.scroll-my-36 {

    scroll-margin-top: 9rem;

    scroll-margin-bottom: 9rem;
}
.scroll-my-4 {

    scroll-margin-top: 1rem;

    scroll-margin-bottom: 1rem;
}
.scroll-my-40 {

    scroll-margin-top: 10rem;

    scroll-margin-bottom: 10rem;
}
.scroll-my-44 {

    scroll-margin-top: 11rem;

    scroll-margin-bottom: 11rem;
}
.scroll-my-48 {

    scroll-margin-top: 12rem;

    scroll-margin-bottom: 12rem;
}
.scroll-my-5 {

    scroll-margin-top: 1.25rem;

    scroll-margin-bottom: 1.25rem;
}
.scroll-my-52 {

    scroll-margin-top: 13rem;

    scroll-margin-bottom: 13rem;
}
.scroll-my-56 {

    scroll-margin-top: 14rem;

    scroll-margin-bottom: 14rem;
}
.scroll-my-6 {

    scroll-margin-top: 1.5rem;

    scroll-margin-bottom: 1.5rem;
}
.scroll-my-60 {

    scroll-margin-top: 15rem;

    scroll-margin-bottom: 15rem;
}
.scroll-my-64 {

    scroll-margin-top: 16rem;

    scroll-margin-bottom: 16rem;
}
.scroll-my-7 {

    scroll-margin-top: 1.75rem;

    scroll-margin-bottom: 1.75rem;
}
.scroll-my-72 {

    scroll-margin-top: 18rem;

    scroll-margin-bottom: 18rem;
}
.scroll-my-8 {

    scroll-margin-top: 2rem;

    scroll-margin-bottom: 2rem;
}
.scroll-my-80 {

    scroll-margin-top: 20rem;

    scroll-margin-bottom: 20rem;
}
.scroll-my-9 {

    scroll-margin-top: 2.25rem;

    scroll-margin-bottom: 2.25rem;
}
.scroll-my-96 {

    scroll-margin-top: 24rem;

    scroll-margin-bottom: 24rem;
}
.scroll-my-px {

    scroll-margin-top: 1px;

    scroll-margin-bottom: 1px;
}
.scroll-p-0 {

    scroll-padding: 0px;
}
.scroll-p-0\.5 {

    scroll-padding: 0.125rem;
}
.scroll-p-1 {

    scroll-padding: 0.25rem;
}
.scroll-p-1\.5 {

    scroll-padding: 0.375rem;
}
.scroll-p-10 {

    scroll-padding: 2.5rem;
}
.scroll-p-11 {

    scroll-padding: 2.75rem;
}
.scroll-p-12 {

    scroll-padding: 3rem;
}
.scroll-p-14 {

    scroll-padding: 3.5rem;
}
.scroll-p-16 {

    scroll-padding: 4rem;
}
.scroll-p-2 {

    scroll-padding: 0.5rem;
}
.scroll-p-2\.5 {

    scroll-padding: 0.625rem;
}
.scroll-p-20 {

    scroll-padding: 5rem;
}
.scroll-p-24 {

    scroll-padding: 6rem;
}
.scroll-p-28 {

    scroll-padding: 7rem;
}
.scroll-p-3 {

    scroll-padding: 0.75rem;
}
.scroll-p-3\.5 {

    scroll-padding: 0.875rem;
}
.scroll-p-32 {

    scroll-padding: 8rem;
}
.scroll-p-36 {

    scroll-padding: 9rem;
}
.scroll-p-4 {

    scroll-padding: 1rem;
}
.scroll-p-40 {

    scroll-padding: 10rem;
}
.scroll-p-44 {

    scroll-padding: 11rem;
}
.scroll-p-48 {

    scroll-padding: 12rem;
}
.scroll-p-5 {

    scroll-padding: 1.25rem;
}
.scroll-p-52 {

    scroll-padding: 13rem;
}
.scroll-p-56 {

    scroll-padding: 14rem;
}
.scroll-p-6 {

    scroll-padding: 1.5rem;
}
.scroll-p-60 {

    scroll-padding: 15rem;
}
.scroll-p-64 {

    scroll-padding: 16rem;
}
.scroll-p-7 {

    scroll-padding: 1.75rem;
}
.scroll-p-72 {

    scroll-padding: 18rem;
}
.scroll-p-8 {

    scroll-padding: 2rem;
}
.scroll-p-80 {

    scroll-padding: 20rem;
}
.scroll-p-9 {

    scroll-padding: 2.25rem;
}
.scroll-p-96 {

    scroll-padding: 24rem;
}
.scroll-p-px {

    scroll-padding: 1px;
}
.grid-flow-row {

    grid-auto-flow: row;
}
.grid-cols-1 {

    grid-template-columns: repeat(1, 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));
}
.grid-cols-5 {

    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {

    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {

    flex-direction: column;
}
.flex-wrap {

    flex-wrap: wrap;
}
.flex-wrap-reverse {

    flex-wrap: wrap-reverse;
}
.items-start {

    align-items: flex-start;
}
.items-center {

    align-items: center;
}
.justify-start {

    justify-content: flex-start;
}
.justify-end {

    justify-content: flex-end;
}
.justify-center {

    justify-content: center;
}
.justify-between {

    justify-content: space-between;
}
.gap-0 {

    gap: 0px;
}
.gap-0\.5 {

    gap: 0.125rem;
}
.gap-1 {

    gap: 0.25rem;
}
.gap-1\.5 {

    gap: 0.375rem;
}
.gap-10 {

    gap: 2.5rem;
}
.gap-11 {

    gap: 2.75rem;
}
.gap-12 {

    gap: 3rem;
}
.gap-14 {

    gap: 3.5rem;
}
.gap-16 {

    gap: 4rem;
}
.gap-2 {

    gap: 0.5rem;
}
.gap-2\.5 {

    gap: 0.625rem;
}
.gap-20 {

    gap: 5rem;
}
.gap-24 {

    gap: 6rem;
}
.gap-28 {

    gap: 7rem;
}
.gap-3 {

    gap: 0.75rem;
}
.gap-3\.5 {

    gap: 0.875rem;
}
.gap-32 {

    gap: 8rem;
}
.gap-36 {

    gap: 9rem;
}
.gap-4 {

    gap: 1rem;
}
.gap-40 {

    gap: 10rem;
}
.gap-44 {

    gap: 11rem;
}
.gap-48 {

    gap: 12rem;
}
.gap-5 {

    gap: 1.25rem;
}
.gap-52 {

    gap: 13rem;
}
.gap-56 {

    gap: 14rem;
}
.gap-6 {

    gap: 1.5rem;
}
.gap-60 {

    gap: 15rem;
}
.gap-64 {

    gap: 16rem;
}
.gap-7 {

    gap: 1.75rem;
}
.gap-72 {

    gap: 18rem;
}
.gap-8 {

    gap: 2rem;
}
.gap-80 {

    gap: 20rem;
}
.gap-9 {

    gap: 2.25rem;
}
.gap-96 {

    gap: 24rem;
}
.gap-px {

    gap: 1px;
}
.gap-x-0 {

    column-gap: 0px;
}
.gap-x-0\.5 {

    column-gap: 0.125rem;
}
.gap-x-1 {

    column-gap: 0.25rem;
}
.gap-x-1\.5 {

    column-gap: 0.375rem;
}
.gap-x-10 {

    column-gap: 2.5rem;
}
.gap-x-11 {

    column-gap: 2.75rem;
}
.gap-x-12 {

    column-gap: 3rem;
}
.gap-x-14 {

    column-gap: 3.5rem;
}
.gap-x-16 {

    column-gap: 4rem;
}
.gap-x-2 {

    column-gap: 0.5rem;
}
.gap-x-2\.5 {

    column-gap: 0.625rem;
}
.gap-x-20 {

    column-gap: 5rem;
}
.gap-x-24 {

    column-gap: 6rem;
}
.gap-x-28 {

    column-gap: 7rem;
}
.gap-x-3 {

    column-gap: 0.75rem;
}
.gap-x-3\.5 {

    column-gap: 0.875rem;
}
.gap-x-32 {

    column-gap: 8rem;
}
.gap-x-36 {

    column-gap: 9rem;
}
.gap-x-4 {

    column-gap: 1rem;
}
.gap-x-40 {

    column-gap: 10rem;
}
.gap-x-44 {

    column-gap: 11rem;
}
.gap-x-48 {

    column-gap: 12rem;
}
.gap-x-5 {

    column-gap: 1.25rem;
}
.gap-x-52 {

    column-gap: 13rem;
}
.gap-x-56 {

    column-gap: 14rem;
}
.gap-x-6 {

    column-gap: 1.5rem;
}
.gap-x-60 {

    column-gap: 15rem;
}
.gap-x-64 {

    column-gap: 16rem;
}
.gap-x-7 {

    column-gap: 1.75rem;
}
.gap-x-72 {

    column-gap: 18rem;
}
.gap-x-8 {

    column-gap: 2rem;
}
.gap-x-80 {

    column-gap: 20rem;
}
.gap-x-9 {

    column-gap: 2.25rem;
}
.gap-x-96 {

    column-gap: 24rem;
}
.gap-x-px {

    column-gap: 1px;
}
.gap-y-0 {

    row-gap: 0px;
}
.gap-y-0\.5 {

    row-gap: 0.125rem;
}
.gap-y-1 {

    row-gap: 0.25rem;
}
.gap-y-1\.5 {

    row-gap: 0.375rem;
}
.gap-y-10 {

    row-gap: 2.5rem;
}
.gap-y-11 {

    row-gap: 2.75rem;
}
.gap-y-12 {

    row-gap: 3rem;
}
.gap-y-14 {

    row-gap: 3.5rem;
}
.gap-y-16 {

    row-gap: 4rem;
}
.gap-y-2 {

    row-gap: 0.5rem;
}
.gap-y-2\.5 {

    row-gap: 0.625rem;
}
.gap-y-20 {

    row-gap: 5rem;
}
.gap-y-24 {

    row-gap: 6rem;
}
.gap-y-28 {

    row-gap: 7rem;
}
.gap-y-3 {

    row-gap: 0.75rem;
}
.gap-y-3\.5 {

    row-gap: 0.875rem;
}
.gap-y-32 {

    row-gap: 8rem;
}
.gap-y-36 {

    row-gap: 9rem;
}
.gap-y-4 {

    row-gap: 1rem;
}
.gap-y-40 {

    row-gap: 10rem;
}
.gap-y-44 {

    row-gap: 11rem;
}
.gap-y-48 {

    row-gap: 12rem;
}
.gap-y-5 {

    row-gap: 1.25rem;
}
.gap-y-52 {

    row-gap: 13rem;
}
.gap-y-56 {

    row-gap: 14rem;
}
.gap-y-6 {

    row-gap: 1.5rem;
}
.gap-y-60 {

    row-gap: 15rem;
}
.gap-y-64 {

    row-gap: 16rem;
}
.gap-y-7 {

    row-gap: 1.75rem;
}
.gap-y-72 {

    row-gap: 18rem;
}
.gap-y-8 {

    row-gap: 2rem;
}
.gap-y-80 {

    row-gap: 20rem;
}
.gap-y-9 {

    row-gap: 2.25rem;
}
.gap-y-96 {

    row-gap: 24rem;
}
.gap-y-px {

    row-gap: 1px;
}
.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-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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {

    --tw-divide-y-reverse: 0;

    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));

    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-secondary > :not([hidden]) ~ :not([hidden]) {

    --tw-divide-opacity: 1;

    border-color: rgb(243 234 225 / var(--tw-divide-opacity, 1));
}
.self-center {

    align-self: center;
}
.overflow-hidden {

    overflow: hidden;
}
.overflow-clip {

    overflow: clip;
}
.overflow-x-scroll {

    overflow-x: scroll;
}
.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-md {

    border-radius: 0.375rem;
}
.rounded-sm {

    border-radius: 0.125rem;
}
.rounded-xl {

    border-radius: 0.75rem;
}
.rounded-b {

    border-bottom-right-radius: 0.25rem;

    border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg {

    border-bottom-right-radius: 0.5rem;

    border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl {

    border-bottom-right-radius: 0.75rem;

    border-bottom-left-radius: 0.75rem;
}
.rounded-t {

    border-top-left-radius: 0.25rem;

    border-top-right-radius: 0.25rem;
}
.rounded-t-lg {

    border-top-left-radius: 0.5rem;

    border-top-right-radius: 0.5rem;
}
.rounded-t-xl {

    border-top-left-radius: 0.75rem;

    border-top-right-radius: 0.75rem;
}
.border {

    border-width: 1px;
}
.border-0 {

    border-width: 0px;
}
.border-2 {

    border-width: 2px;
}
.border-4 {

    border-width: 4px;
}
.border-8 {

    border-width: 8px;
}
.border-\[3px\] {

    border-width: 3px;
}
.border-x {

    border-left-width: 1px;

    border-right-width: 1px;
}
.border-x-0 {

    border-left-width: 0px;

    border-right-width: 0px;
}
.border-x-2 {

    border-left-width: 2px;

    border-right-width: 2px;
}
.border-x-4 {

    border-left-width: 4px;

    border-right-width: 4px;
}
.border-x-8 {

    border-left-width: 8px;

    border-right-width: 8px;
}
.border-y {

    border-top-width: 1px;

    border-bottom-width: 1px;
}
.border-y-0 {

    border-top-width: 0px;

    border-bottom-width: 0px;
}
.border-y-2 {

    border-top-width: 2px;

    border-bottom-width: 2px;
}
.border-y-4 {

    border-top-width: 4px;

    border-bottom-width: 4px;
}
.border-y-8 {

    border-top-width: 8px;

    border-bottom-width: 8px;
}
.border-b {

    border-bottom-width: 1px;
}
.border-b-0 {

    border-bottom-width: 0px;
}
.border-b-2 {

    border-bottom-width: 2px;
}
.border-b-4 {

    border-bottom-width: 4px;
}
.border-b-8 {

    border-bottom-width: 8px;
}
.border-e {

    border-inline-end-width: 1px;
}
.border-e-0 {

    border-inline-end-width: 0px;
}
.border-e-2 {

    border-inline-end-width: 2px;
}
.border-e-4 {

    border-inline-end-width: 4px;
}
.border-e-8 {

    border-inline-end-width: 8px;
}
.border-l {

    border-left-width: 1px;
}
.border-l-0 {

    border-left-width: 0px;
}
.border-l-2 {

    border-left-width: 2px;
}
.border-l-4 {

    border-left-width: 4px;
}
.border-l-8 {

    border-left-width: 8px;
}
.border-r {

    border-right-width: 1px;
}
.border-r-0 {

    border-right-width: 0px;
}
.border-r-2 {

    border-right-width: 2px;
}
.border-r-4 {

    border-right-width: 4px;
}
.border-r-8 {

    border-right-width: 8px;
}
.border-s {

    border-inline-start-width: 1px;
}
.border-s-0 {

    border-inline-start-width: 0px;
}
.border-s-2 {

    border-inline-start-width: 2px;
}
.border-s-4 {

    border-inline-start-width: 4px;
}
.border-s-8 {

    border-inline-start-width: 8px;
}
.border-t {

    border-top-width: 1px;
}
.border-t-0 {

    border-top-width: 0px;
}
.border-t-2 {

    border-top-width: 2px;
}
.border-t-4 {

    border-top-width: 4px;
}
.border-t-8 {

    border-top-width: 8px;
}
.border-t-\[6px\] {

    border-top-width: 6px;
}
.border-solid {

    border-style: solid;
}
.border-dashed {

    border-style: dashed;
}
.border-dotted {

    border-style: dotted;
}
.border-double {

    border-style: double;
}
.border-hidden {

    border-style: hidden;
}
.border-none {

    border-style: none;
}
.border-accent {

    --tw-border-opacity: 1;

    border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-accent-dark {

    --tw-border-opacity: 1;

    border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-accent-dark\/0 {

    border-color: rgb(225 114 45 / 0);
}
.border-accent-dark\/10 {

    border-color: rgb(225 114 45 / 0.1);
}
.border-accent-dark\/100 {

    border-color: rgb(225 114 45 / 1);
}
.border-accent-dark\/15 {

    border-color: rgb(225 114 45 / 0.15);
}
.border-accent-dark\/20 {

    border-color: rgb(225 114 45 / 0.2);
}
.border-accent-dark\/25 {

    border-color: rgb(225 114 45 / 0.25);
}
.border-accent-dark\/30 {

    border-color: rgb(225 114 45 / 0.3);
}
.border-accent-dark\/35 {

    border-color: rgb(225 114 45 / 0.35);
}
.border-accent-dark\/40 {

    border-color: rgb(225 114 45 / 0.4);
}
.border-accent-dark\/45 {

    border-color: rgb(225 114 45 / 0.45);
}
.border-accent-dark\/5 {

    border-color: rgb(225 114 45 / 0.05);
}
.border-accent-dark\/50 {

    border-color: rgb(225 114 45 / 0.5);
}
.border-accent-dark\/55 {

    border-color: rgb(225 114 45 / 0.55);
}
.border-accent-dark\/60 {

    border-color: rgb(225 114 45 / 0.6);
}
.border-accent-dark\/65 {

    border-color: rgb(225 114 45 / 0.65);
}
.border-accent-dark\/70 {

    border-color: rgb(225 114 45 / 0.7);
}
.border-accent-dark\/75 {

    border-color: rgb(225 114 45 / 0.75);
}
.border-accent-dark\/80 {

    border-color: rgb(225 114 45 / 0.8);
}
.border-accent-dark\/85 {

    border-color: rgb(225 114 45 / 0.85);
}
.border-accent-dark\/90 {

    border-color: rgb(225 114 45 / 0.9);
}
.border-accent-dark\/95 {

    border-color: rgb(225 114 45 / 0.95);
}
.border-accent-light {

    --tw-border-opacity: 1;

    border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-accent-light\/0 {

    border-color: rgb(255 191 105 / 0);
}
.border-accent-light\/10 {

    border-color: rgb(255 191 105 / 0.1);
}
.border-accent-light\/100 {

    border-color: rgb(255 191 105 / 1);
}
.border-accent-light\/15 {

    border-color: rgb(255 191 105 / 0.15);
}
.border-accent-light\/20 {

    border-color: rgb(255 191 105 / 0.2);
}
.border-accent-light\/25 {

    border-color: rgb(255 191 105 / 0.25);
}
.border-accent-light\/30 {

    border-color: rgb(255 191 105 / 0.3);
}
.border-accent-light\/35 {

    border-color: rgb(255 191 105 / 0.35);
}
.border-accent-light\/40 {

    border-color: rgb(255 191 105 / 0.4);
}
.border-accent-light\/45 {

    border-color: rgb(255 191 105 / 0.45);
}
.border-accent-light\/5 {

    border-color: rgb(255 191 105 / 0.05);
}
.border-accent-light\/50 {

    border-color: rgb(255 191 105 / 0.5);
}
.border-accent-light\/55 {

    border-color: rgb(255 191 105 / 0.55);
}
.border-accent-light\/60 {

    border-color: rgb(255 191 105 / 0.6);
}
.border-accent-light\/65 {

    border-color: rgb(255 191 105 / 0.65);
}
.border-accent-light\/70 {

    border-color: rgb(255 191 105 / 0.7);
}
.border-accent-light\/75 {

    border-color: rgb(255 191 105 / 0.75);
}
.border-accent-light\/80 {

    border-color: rgb(255 191 105 / 0.8);
}
.border-accent-light\/85 {

    border-color: rgb(255 191 105 / 0.85);
}
.border-accent-light\/90 {

    border-color: rgb(255 191 105 / 0.9);
}
.border-accent-light\/95 {

    border-color: rgb(255 191 105 / 0.95);
}
.border-accent\/0 {

    border-color: rgb(229 136 78 / 0);
}
.border-accent\/10 {

    border-color: rgb(229 136 78 / 0.1);
}
.border-accent\/100 {

    border-color: rgb(229 136 78 / 1);
}
.border-accent\/15 {

    border-color: rgb(229 136 78 / 0.15);
}
.border-accent\/20 {

    border-color: rgb(229 136 78 / 0.2);
}
.border-accent\/25 {

    border-color: rgb(229 136 78 / 0.25);
}
.border-accent\/30 {

    border-color: rgb(229 136 78 / 0.3);
}
.border-accent\/35 {

    border-color: rgb(229 136 78 / 0.35);
}
.border-accent\/40 {

    border-color: rgb(229 136 78 / 0.4);
}
.border-accent\/45 {

    border-color: rgb(229 136 78 / 0.45);
}
.border-accent\/5 {

    border-color: rgb(229 136 78 / 0.05);
}
.border-accent\/50 {

    border-color: rgb(229 136 78 / 0.5);
}
.border-accent\/55 {

    border-color: rgb(229 136 78 / 0.55);
}
.border-accent\/60 {

    border-color: rgb(229 136 78 / 0.6);
}
.border-accent\/65 {

    border-color: rgb(229 136 78 / 0.65);
}
.border-accent\/70 {

    border-color: rgb(229 136 78 / 0.7);
}
.border-accent\/75 {

    border-color: rgb(229 136 78 / 0.75);
}
.border-accent\/80 {

    border-color: rgb(229 136 78 / 0.8);
}
.border-accent\/85 {

    border-color: rgb(229 136 78 / 0.85);
}
.border-accent\/90 {

    border-color: rgb(229 136 78 / 0.9);
}
.border-accent\/95 {

    border-color: rgb(229 136 78 / 0.95);
}
.border-black {

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/0 {

    border-color: rgb(0 0 0 / 0);
}
.border-black\/10 {

    border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100 {

    border-color: rgb(0 0 0 / 1);
}
.border-black\/15 {

    border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20 {

    border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25 {

    border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30 {

    border-color: rgb(0 0 0 / 0.3);
}
.border-black\/35 {

    border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40 {

    border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45 {

    border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5 {

    border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {

    border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55 {

    border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60 {

    border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65 {

    border-color: rgb(0 0 0 / 0.65);
}
.border-black\/70 {

    border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75 {

    border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80 {

    border-color: rgb(0 0 0 / 0.8);
}
.border-black\/85 {

    border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90 {

    border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95 {

    border-color: rgb(0 0 0 / 0.95);
}
.border-current {

    border-color: currentColor;
}
.border-error {

    --tw-border-opacity: 1;

    border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-error\/0 {

    border-color: rgb(255 0 0 / 0);
}
.border-error\/10 {

    border-color: rgb(255 0 0 / 0.1);
}
.border-error\/100 {

    border-color: rgb(255 0 0 / 1);
}
.border-error\/15 {

    border-color: rgb(255 0 0 / 0.15);
}
.border-error\/20 {

    border-color: rgb(255 0 0 / 0.2);
}
.border-error\/25 {

    border-color: rgb(255 0 0 / 0.25);
}
.border-error\/30 {

    border-color: rgb(255 0 0 / 0.3);
}
.border-error\/35 {

    border-color: rgb(255 0 0 / 0.35);
}
.border-error\/40 {

    border-color: rgb(255 0 0 / 0.4);
}
.border-error\/45 {

    border-color: rgb(255 0 0 / 0.45);
}
.border-error\/5 {

    border-color: rgb(255 0 0 / 0.05);
}
.border-error\/50 {

    border-color: rgb(255 0 0 / 0.5);
}
.border-error\/55 {

    border-color: rgb(255 0 0 / 0.55);
}
.border-error\/60 {

    border-color: rgb(255 0 0 / 0.6);
}
.border-error\/65 {

    border-color: rgb(255 0 0 / 0.65);
}
.border-error\/70 {

    border-color: rgb(255 0 0 / 0.7);
}
.border-error\/75 {

    border-color: rgb(255 0 0 / 0.75);
}
.border-error\/80 {

    border-color: rgb(255 0 0 / 0.8);
}
.border-error\/85 {

    border-color: rgb(255 0 0 / 0.85);
}
.border-error\/90 {

    border-color: rgb(255 0 0 / 0.9);
}
.border-error\/95 {

    border-color: rgb(255 0 0 / 0.95);
}
.border-gray-100 {

    --tw-border-opacity: 1;

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

    border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10 {

    border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100 {

    border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15 {

    border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20 {

    border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25 {

    border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30 {

    border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35 {

    border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40 {

    border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45 {

    border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5 {

    border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50 {

    border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55 {

    border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60 {

    border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65 {

    border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70 {

    border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75 {

    border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80 {

    border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85 {

    border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90 {

    border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95 {

    border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200 {

    --tw-border-opacity: 1;

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

    border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10 {

    border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100 {

    border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15 {

    border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20 {

    border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25 {

    border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30 {

    border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35 {

    border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40 {

    border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45 {

    border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5 {

    border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50 {

    border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55 {

    border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60 {

    border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65 {

    border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70 {

    border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75 {

    border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80 {

    border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85 {

    border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90 {

    border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95 {

    border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300 {

    --tw-border-opacity: 1;

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

    border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10 {

    border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100 {

    border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15 {

    border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20 {

    border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25 {

    border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30 {

    border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35 {

    border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40 {

    border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45 {

    border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5 {

    border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50 {

    border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55 {

    border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60 {

    border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65 {

    border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70 {

    border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75 {

    border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80 {

    border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85 {

    border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90 {

    border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95 {

    border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400 {

    --tw-border-opacity: 1;

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

    border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10 {

    border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100 {

    border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15 {

    border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20 {

    border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25 {

    border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30 {

    border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35 {

    border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40 {

    border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45 {

    border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5 {

    border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50 {

    border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55 {

    border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60 {

    border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65 {

    border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70 {

    border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75 {

    border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80 {

    border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85 {

    border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90 {

    border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95 {

    border-color: rgb(156 163 175 / 0.95);
}
.border-gray-50 {

    --tw-border-opacity: 1;

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

    border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10 {

    border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100 {

    border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15 {

    border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20 {

    border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25 {

    border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30 {

    border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35 {

    border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40 {

    border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45 {

    border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5 {

    border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50 {

    border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55 {

    border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60 {

    border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65 {

    border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70 {

    border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75 {

    border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80 {

    border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85 {

    border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90 {

    border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95 {

    border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500 {

    --tw-border-opacity: 1;

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

    border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10 {

    border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100 {

    border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15 {

    border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20 {

    border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25 {

    border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30 {

    border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35 {

    border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40 {

    border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45 {

    border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5 {

    border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50 {

    border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55 {

    border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60 {

    border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65 {

    border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70 {

    border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75 {

    border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80 {

    border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85 {

    border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90 {

    border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95 {

    border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600 {

    --tw-border-opacity: 1;

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

    border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10 {

    border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100 {

    border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15 {

    border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20 {

    border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25 {

    border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30 {

    border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35 {

    border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40 {

    border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45 {

    border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5 {

    border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50 {

    border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55 {

    border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60 {

    border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65 {

    border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70 {

    border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75 {

    border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80 {

    border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85 {

    border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90 {

    border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95 {

    border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700 {

    --tw-border-opacity: 1;

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

    border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10 {

    border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100 {

    border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15 {

    border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20 {

    border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25 {

    border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30 {

    border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35 {

    border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40 {

    border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45 {

    border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5 {

    border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50 {

    border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55 {

    border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60 {

    border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65 {

    border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70 {

    border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75 {

    border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80 {

    border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85 {

    border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90 {

    border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95 {

    border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800 {

    --tw-border-opacity: 1;

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

    border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10 {

    border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100 {

    border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15 {

    border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20 {

    border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25 {

    border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30 {

    border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35 {

    border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40 {

    border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45 {

    border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5 {

    border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50 {

    border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55 {

    border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60 {

    border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65 {

    border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70 {

    border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75 {

    border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80 {

    border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85 {

    border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90 {

    border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95 {

    border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900 {

    --tw-border-opacity: 1;

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

    border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10 {

    border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100 {

    border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15 {

    border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20 {

    border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25 {

    border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30 {

    border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35 {

    border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40 {

    border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45 {

    border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5 {

    border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50 {

    border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55 {

    border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60 {

    border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65 {

    border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70 {

    border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75 {

    border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80 {

    border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85 {

    border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90 {

    border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95 {

    border-color: rgb(17 24 39 / 0.95);
}
.border-gray-950 {

    --tw-border-opacity: 1;

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

    border-color: rgb(3 7 18 / 0);
}
.border-gray-950\/10 {

    border-color: rgb(3 7 18 / 0.1);
}
.border-gray-950\/100 {

    border-color: rgb(3 7 18 / 1);
}
.border-gray-950\/15 {

    border-color: rgb(3 7 18 / 0.15);
}
.border-gray-950\/20 {

    border-color: rgb(3 7 18 / 0.2);
}
.border-gray-950\/25 {

    border-color: rgb(3 7 18 / 0.25);
}
.border-gray-950\/30 {

    border-color: rgb(3 7 18 / 0.3);
}
.border-gray-950\/35 {

    border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40 {

    border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45 {

    border-color: rgb(3 7 18 / 0.45);
}
.border-gray-950\/5 {

    border-color: rgb(3 7 18 / 0.05);
}
.border-gray-950\/50 {

    border-color: rgb(3 7 18 / 0.5);
}
.border-gray-950\/55 {

    border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60 {

    border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65 {

    border-color: rgb(3 7 18 / 0.65);
}
.border-gray-950\/70 {

    border-color: rgb(3 7 18 / 0.7);
}
.border-gray-950\/75 {

    border-color: rgb(3 7 18 / 0.75);
}
.border-gray-950\/80 {

    border-color: rgb(3 7 18 / 0.8);
}
.border-gray-950\/85 {

    border-color: rgb(3 7 18 / 0.85);
}
.border-gray-950\/90 {

    border-color: rgb(3 7 18 / 0.9);
}
.border-gray-950\/95 {

    border-color: rgb(3 7 18 / 0.95);
}
.border-inherit {

    border-color: inherit;
}
.border-primary {

    --tw-border-opacity: 1;

    border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-primary-dark {

    --tw-border-opacity: 1;

    border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-primary-dark\/0 {

    border-color: rgb(26 88 121 / 0);
}
.border-primary-dark\/10 {

    border-color: rgb(26 88 121 / 0.1);
}
.border-primary-dark\/100 {

    border-color: rgb(26 88 121 / 1);
}
.border-primary-dark\/15 {

    border-color: rgb(26 88 121 / 0.15);
}
.border-primary-dark\/20 {

    border-color: rgb(26 88 121 / 0.2);
}
.border-primary-dark\/25 {

    border-color: rgb(26 88 121 / 0.25);
}
.border-primary-dark\/30 {

    border-color: rgb(26 88 121 / 0.3);
}
.border-primary-dark\/35 {

    border-color: rgb(26 88 121 / 0.35);
}
.border-primary-dark\/40 {

    border-color: rgb(26 88 121 / 0.4);
}
.border-primary-dark\/45 {

    border-color: rgb(26 88 121 / 0.45);
}
.border-primary-dark\/5 {

    border-color: rgb(26 88 121 / 0.05);
}
.border-primary-dark\/50 {

    border-color: rgb(26 88 121 / 0.5);
}
.border-primary-dark\/55 {

    border-color: rgb(26 88 121 / 0.55);
}
.border-primary-dark\/60 {

    border-color: rgb(26 88 121 / 0.6);
}
.border-primary-dark\/65 {

    border-color: rgb(26 88 121 / 0.65);
}
.border-primary-dark\/70 {

    border-color: rgb(26 88 121 / 0.7);
}
.border-primary-dark\/75 {

    border-color: rgb(26 88 121 / 0.75);
}
.border-primary-dark\/80 {

    border-color: rgb(26 88 121 / 0.8);
}
.border-primary-dark\/85 {

    border-color: rgb(26 88 121 / 0.85);
}
.border-primary-dark\/90 {

    border-color: rgb(26 88 121 / 0.9);
}
.border-primary-dark\/95 {

    border-color: rgb(26 88 121 / 0.95);
}
.border-primary-light {

    --tw-border-opacity: 1;

    border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-primary-light\/0 {

    border-color: rgb(85 154 193 / 0);
}
.border-primary-light\/10 {

    border-color: rgb(85 154 193 / 0.1);
}
.border-primary-light\/100 {

    border-color: rgb(85 154 193 / 1);
}
.border-primary-light\/15 {

    border-color: rgb(85 154 193 / 0.15);
}
.border-primary-light\/20 {

    border-color: rgb(85 154 193 / 0.2);
}
.border-primary-light\/25 {

    border-color: rgb(85 154 193 / 0.25);
}
.border-primary-light\/30 {

    border-color: rgb(85 154 193 / 0.3);
}
.border-primary-light\/35 {

    border-color: rgb(85 154 193 / 0.35);
}
.border-primary-light\/40 {

    border-color: rgb(85 154 193 / 0.4);
}
.border-primary-light\/45 {

    border-color: rgb(85 154 193 / 0.45);
}
.border-primary-light\/5 {

    border-color: rgb(85 154 193 / 0.05);
}
.border-primary-light\/50 {

    border-color: rgb(85 154 193 / 0.5);
}
.border-primary-light\/55 {

    border-color: rgb(85 154 193 / 0.55);
}
.border-primary-light\/60 {

    border-color: rgb(85 154 193 / 0.6);
}
.border-primary-light\/65 {

    border-color: rgb(85 154 193 / 0.65);
}
.border-primary-light\/70 {

    border-color: rgb(85 154 193 / 0.7);
}
.border-primary-light\/75 {

    border-color: rgb(85 154 193 / 0.75);
}
.border-primary-light\/80 {

    border-color: rgb(85 154 193 / 0.8);
}
.border-primary-light\/85 {

    border-color: rgb(85 154 193 / 0.85);
}
.border-primary-light\/90 {

    border-color: rgb(85 154 193 / 0.9);
}
.border-primary-light\/95 {

    border-color: rgb(85 154 193 / 0.95);
}
.border-primary-lighter {

    --tw-border-opacity: 1;

    border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-primary-lighter\/0 {

    border-color: rgb(115 177 212 / 0);
}
.border-primary-lighter\/10 {

    border-color: rgb(115 177 212 / 0.1);
}
.border-primary-lighter\/100 {

    border-color: rgb(115 177 212 / 1);
}
.border-primary-lighter\/15 {

    border-color: rgb(115 177 212 / 0.15);
}
.border-primary-lighter\/20 {

    border-color: rgb(115 177 212 / 0.2);
}
.border-primary-lighter\/25 {

    border-color: rgb(115 177 212 / 0.25);
}
.border-primary-lighter\/30 {

    border-color: rgb(115 177 212 / 0.3);
}
.border-primary-lighter\/35 {

    border-color: rgb(115 177 212 / 0.35);
}
.border-primary-lighter\/40 {

    border-color: rgb(115 177 212 / 0.4);
}
.border-primary-lighter\/45 {

    border-color: rgb(115 177 212 / 0.45);
}
.border-primary-lighter\/5 {

    border-color: rgb(115 177 212 / 0.05);
}
.border-primary-lighter\/50 {

    border-color: rgb(115 177 212 / 0.5);
}
.border-primary-lighter\/55 {

    border-color: rgb(115 177 212 / 0.55);
}
.border-primary-lighter\/60 {

    border-color: rgb(115 177 212 / 0.6);
}
.border-primary-lighter\/65 {

    border-color: rgb(115 177 212 / 0.65);
}
.border-primary-lighter\/70 {

    border-color: rgb(115 177 212 / 0.7);
}
.border-primary-lighter\/75 {

    border-color: rgb(115 177 212 / 0.75);
}
.border-primary-lighter\/80 {

    border-color: rgb(115 177 212 / 0.8);
}
.border-primary-lighter\/85 {

    border-color: rgb(115 177 212 / 0.85);
}
.border-primary-lighter\/90 {

    border-color: rgb(115 177 212 / 0.9);
}
.border-primary-lighter\/95 {

    border-color: rgb(115 177 212 / 0.95);
}
.border-primary\/0 {

    border-color: rgb(52 114 147 / 0);
}
.border-primary\/10 {

    border-color: rgb(52 114 147 / 0.1);
}
.border-primary\/100 {

    border-color: rgb(52 114 147 / 1);
}
.border-primary\/15 {

    border-color: rgb(52 114 147 / 0.15);
}
.border-primary\/20 {

    border-color: rgb(52 114 147 / 0.2);
}
.border-primary\/25 {

    border-color: rgb(52 114 147 / 0.25);
}
.border-primary\/30 {

    border-color: rgb(52 114 147 / 0.3);
}
.border-primary\/35 {

    border-color: rgb(52 114 147 / 0.35);
}
.border-primary\/40 {

    border-color: rgb(52 114 147 / 0.4);
}
.border-primary\/45 {

    border-color: rgb(52 114 147 / 0.45);
}
.border-primary\/5 {

    border-color: rgb(52 114 147 / 0.05);
}
.border-primary\/50 {

    border-color: rgb(52 114 147 / 0.5);
}
.border-primary\/55 {

    border-color: rgb(52 114 147 / 0.55);
}
.border-primary\/60 {

    border-color: rgb(52 114 147 / 0.6);
}
.border-primary\/65 {

    border-color: rgb(52 114 147 / 0.65);
}
.border-primary\/70 {

    border-color: rgb(52 114 147 / 0.7);
}
.border-primary\/75 {

    border-color: rgb(52 114 147 / 0.75);
}
.border-primary\/80 {

    border-color: rgb(52 114 147 / 0.8);
}
.border-primary\/85 {

    border-color: rgb(52 114 147 / 0.85);
}
.border-primary\/90 {

    border-color: rgb(52 114 147 / 0.9);
}
.border-primary\/95 {

    border-color: rgb(52 114 147 / 0.95);
}
.border-secondary {

    --tw-border-opacity: 1;

    border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-secondary-dark {

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-secondary-dark\/0 {

    border-color: rgb(226 207 188 / 0);
}
.border-secondary-dark\/10 {

    border-color: rgb(226 207 188 / 0.1);
}
.border-secondary-dark\/100 {

    border-color: rgb(226 207 188 / 1);
}
.border-secondary-dark\/15 {

    border-color: rgb(226 207 188 / 0.15);
}
.border-secondary-dark\/20 {

    border-color: rgb(226 207 188 / 0.2);
}
.border-secondary-dark\/25 {

    border-color: rgb(226 207 188 / 0.25);
}
.border-secondary-dark\/30 {

    border-color: rgb(226 207 188 / 0.3);
}
.border-secondary-dark\/35 {

    border-color: rgb(226 207 188 / 0.35);
}
.border-secondary-dark\/40 {

    border-color: rgb(226 207 188 / 0.4);
}
.border-secondary-dark\/45 {

    border-color: rgb(226 207 188 / 0.45);
}
.border-secondary-dark\/5 {

    border-color: rgb(226 207 188 / 0.05);
}
.border-secondary-dark\/50 {

    border-color: rgb(226 207 188 / 0.5);
}
.border-secondary-dark\/55 {

    border-color: rgb(226 207 188 / 0.55);
}
.border-secondary-dark\/60 {

    border-color: rgb(226 207 188 / 0.6);
}
.border-secondary-dark\/65 {

    border-color: rgb(226 207 188 / 0.65);
}
.border-secondary-dark\/70 {

    border-color: rgb(226 207 188 / 0.7);
}
.border-secondary-dark\/75 {

    border-color: rgb(226 207 188 / 0.75);
}
.border-secondary-dark\/80 {

    border-color: rgb(226 207 188 / 0.8);
}
.border-secondary-dark\/85 {

    border-color: rgb(226 207 188 / 0.85);
}
.border-secondary-dark\/90 {

    border-color: rgb(226 207 188 / 0.9);
}
.border-secondary-dark\/95 {

    border-color: rgb(226 207 188 / 0.95);
}
.border-secondary-light {

    --tw-border-opacity: 1;

    border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-secondary-light\/0 {

    border-color: rgb(254 250 247 / 0);
}
.border-secondary-light\/10 {

    border-color: rgb(254 250 247 / 0.1);
}
.border-secondary-light\/100 {

    border-color: rgb(254 250 247 / 1);
}
.border-secondary-light\/15 {

    border-color: rgb(254 250 247 / 0.15);
}
.border-secondary-light\/20 {

    border-color: rgb(254 250 247 / 0.2);
}
.border-secondary-light\/25 {

    border-color: rgb(254 250 247 / 0.25);
}
.border-secondary-light\/30 {

    border-color: rgb(254 250 247 / 0.3);
}
.border-secondary-light\/35 {

    border-color: rgb(254 250 247 / 0.35);
}
.border-secondary-light\/40 {

    border-color: rgb(254 250 247 / 0.4);
}
.border-secondary-light\/45 {

    border-color: rgb(254 250 247 / 0.45);
}
.border-secondary-light\/5 {

    border-color: rgb(254 250 247 / 0.05);
}
.border-secondary-light\/50 {

    border-color: rgb(254 250 247 / 0.5);
}
.border-secondary-light\/55 {

    border-color: rgb(254 250 247 / 0.55);
}
.border-secondary-light\/60 {

    border-color: rgb(254 250 247 / 0.6);
}
.border-secondary-light\/65 {

    border-color: rgb(254 250 247 / 0.65);
}
.border-secondary-light\/70 {

    border-color: rgb(254 250 247 / 0.7);
}
.border-secondary-light\/75 {

    border-color: rgb(254 250 247 / 0.75);
}
.border-secondary-light\/80 {

    border-color: rgb(254 250 247 / 0.8);
}
.border-secondary-light\/85 {

    border-color: rgb(254 250 247 / 0.85);
}
.border-secondary-light\/90 {

    border-color: rgb(254 250 247 / 0.9);
}
.border-secondary-light\/95 {

    border-color: rgb(254 250 247 / 0.95);
}
.border-secondary\/0 {

    border-color: rgb(243 234 225 / 0);
}
.border-secondary\/10 {

    border-color: rgb(243 234 225 / 0.1);
}
.border-secondary\/100 {

    border-color: rgb(243 234 225 / 1);
}
.border-secondary\/15 {

    border-color: rgb(243 234 225 / 0.15);
}
.border-secondary\/20 {

    border-color: rgb(243 234 225 / 0.2);
}
.border-secondary\/25 {

    border-color: rgb(243 234 225 / 0.25);
}
.border-secondary\/30 {

    border-color: rgb(243 234 225 / 0.3);
}
.border-secondary\/35 {

    border-color: rgb(243 234 225 / 0.35);
}
.border-secondary\/40 {

    border-color: rgb(243 234 225 / 0.4);
}
.border-secondary\/45 {

    border-color: rgb(243 234 225 / 0.45);
}
.border-secondary\/5 {

    border-color: rgb(243 234 225 / 0.05);
}
.border-secondary\/50 {

    border-color: rgb(243 234 225 / 0.5);
}
.border-secondary\/55 {

    border-color: rgb(243 234 225 / 0.55);
}
.border-secondary\/60 {

    border-color: rgb(243 234 225 / 0.6);
}
.border-secondary\/65 {

    border-color: rgb(243 234 225 / 0.65);
}
.border-secondary\/70 {

    border-color: rgb(243 234 225 / 0.7);
}
.border-secondary\/75 {

    border-color: rgb(243 234 225 / 0.75);
}
.border-secondary\/80 {

    border-color: rgb(243 234 225 / 0.8);
}
.border-secondary\/85 {

    border-color: rgb(243 234 225 / 0.85);
}
.border-secondary\/90 {

    border-color: rgb(243 234 225 / 0.9);
}
.border-secondary\/95 {

    border-color: rgb(243 234 225 / 0.95);
}
.border-transparent {

    border-color: transparent;
}
.border-transparent\/0 {

    border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10 {

    border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100 {

    border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15 {

    border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20 {

    border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25 {

    border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30 {

    border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35 {

    border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40 {

    border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45 {

    border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5 {

    border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50 {

    border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55 {

    border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60 {

    border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65 {

    border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70 {

    border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75 {

    border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80 {

    border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85 {

    border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90 {

    border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95 {

    border-color: rgb(0 0 0 / 0.95);
}
.border-white {

    --tw-border-opacity: 1;

    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0 {

    border-color: rgb(255 255 255 / 0);
}
.border-white\/10 {

    border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100 {

    border-color: rgb(255 255 255 / 1);
}
.border-white\/15 {

    border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {

    border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {

    border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {

    border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35 {

    border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40 {

    border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45 {

    border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5 {

    border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {

    border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55 {

    border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60 {

    border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65 {

    border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70 {

    border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75 {

    border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80 {

    border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85 {

    border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90 {

    border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95 {

    border-color: rgb(255 255 255 / 0.95);
}
.border-x-accent {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-x-accent-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-x-accent-dark\/0 {

    border-left-color: rgb(225 114 45 / 0);

    border-right-color: rgb(225 114 45 / 0);
}
.border-x-accent-dark\/10 {

    border-left-color: rgb(225 114 45 / 0.1);

    border-right-color: rgb(225 114 45 / 0.1);
}
.border-x-accent-dark\/100 {

    border-left-color: rgb(225 114 45 / 1);

    border-right-color: rgb(225 114 45 / 1);
}
.border-x-accent-dark\/15 {

    border-left-color: rgb(225 114 45 / 0.15);

    border-right-color: rgb(225 114 45 / 0.15);
}
.border-x-accent-dark\/20 {

    border-left-color: rgb(225 114 45 / 0.2);

    border-right-color: rgb(225 114 45 / 0.2);
}
.border-x-accent-dark\/25 {

    border-left-color: rgb(225 114 45 / 0.25);

    border-right-color: rgb(225 114 45 / 0.25);
}
.border-x-accent-dark\/30 {

    border-left-color: rgb(225 114 45 / 0.3);

    border-right-color: rgb(225 114 45 / 0.3);
}
.border-x-accent-dark\/35 {

    border-left-color: rgb(225 114 45 / 0.35);

    border-right-color: rgb(225 114 45 / 0.35);
}
.border-x-accent-dark\/40 {

    border-left-color: rgb(225 114 45 / 0.4);

    border-right-color: rgb(225 114 45 / 0.4);
}
.border-x-accent-dark\/45 {

    border-left-color: rgb(225 114 45 / 0.45);

    border-right-color: rgb(225 114 45 / 0.45);
}
.border-x-accent-dark\/5 {

    border-left-color: rgb(225 114 45 / 0.05);

    border-right-color: rgb(225 114 45 / 0.05);
}
.border-x-accent-dark\/50 {

    border-left-color: rgb(225 114 45 / 0.5);

    border-right-color: rgb(225 114 45 / 0.5);
}
.border-x-accent-dark\/55 {

    border-left-color: rgb(225 114 45 / 0.55);

    border-right-color: rgb(225 114 45 / 0.55);
}
.border-x-accent-dark\/60 {

    border-left-color: rgb(225 114 45 / 0.6);

    border-right-color: rgb(225 114 45 / 0.6);
}
.border-x-accent-dark\/65 {

    border-left-color: rgb(225 114 45 / 0.65);

    border-right-color: rgb(225 114 45 / 0.65);
}
.border-x-accent-dark\/70 {

    border-left-color: rgb(225 114 45 / 0.7);

    border-right-color: rgb(225 114 45 / 0.7);
}
.border-x-accent-dark\/75 {

    border-left-color: rgb(225 114 45 / 0.75);

    border-right-color: rgb(225 114 45 / 0.75);
}
.border-x-accent-dark\/80 {

    border-left-color: rgb(225 114 45 / 0.8);

    border-right-color: rgb(225 114 45 / 0.8);
}
.border-x-accent-dark\/85 {

    border-left-color: rgb(225 114 45 / 0.85);

    border-right-color: rgb(225 114 45 / 0.85);
}
.border-x-accent-dark\/90 {

    border-left-color: rgb(225 114 45 / 0.9);

    border-right-color: rgb(225 114 45 / 0.9);
}
.border-x-accent-dark\/95 {

    border-left-color: rgb(225 114 45 / 0.95);

    border-right-color: rgb(225 114 45 / 0.95);
}
.border-x-accent-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-x-accent-light\/0 {

    border-left-color: rgb(255 191 105 / 0);

    border-right-color: rgb(255 191 105 / 0);
}
.border-x-accent-light\/10 {

    border-left-color: rgb(255 191 105 / 0.1);

    border-right-color: rgb(255 191 105 / 0.1);
}
.border-x-accent-light\/100 {

    border-left-color: rgb(255 191 105 / 1);

    border-right-color: rgb(255 191 105 / 1);
}
.border-x-accent-light\/15 {

    border-left-color: rgb(255 191 105 / 0.15);

    border-right-color: rgb(255 191 105 / 0.15);
}
.border-x-accent-light\/20 {

    border-left-color: rgb(255 191 105 / 0.2);

    border-right-color: rgb(255 191 105 / 0.2);
}
.border-x-accent-light\/25 {

    border-left-color: rgb(255 191 105 / 0.25);

    border-right-color: rgb(255 191 105 / 0.25);
}
.border-x-accent-light\/30 {

    border-left-color: rgb(255 191 105 / 0.3);

    border-right-color: rgb(255 191 105 / 0.3);
}
.border-x-accent-light\/35 {

    border-left-color: rgb(255 191 105 / 0.35);

    border-right-color: rgb(255 191 105 / 0.35);
}
.border-x-accent-light\/40 {

    border-left-color: rgb(255 191 105 / 0.4);

    border-right-color: rgb(255 191 105 / 0.4);
}
.border-x-accent-light\/45 {

    border-left-color: rgb(255 191 105 / 0.45);

    border-right-color: rgb(255 191 105 / 0.45);
}
.border-x-accent-light\/5 {

    border-left-color: rgb(255 191 105 / 0.05);

    border-right-color: rgb(255 191 105 / 0.05);
}
.border-x-accent-light\/50 {

    border-left-color: rgb(255 191 105 / 0.5);

    border-right-color: rgb(255 191 105 / 0.5);
}
.border-x-accent-light\/55 {

    border-left-color: rgb(255 191 105 / 0.55);

    border-right-color: rgb(255 191 105 / 0.55);
}
.border-x-accent-light\/60 {

    border-left-color: rgb(255 191 105 / 0.6);

    border-right-color: rgb(255 191 105 / 0.6);
}
.border-x-accent-light\/65 {

    border-left-color: rgb(255 191 105 / 0.65);

    border-right-color: rgb(255 191 105 / 0.65);
}
.border-x-accent-light\/70 {

    border-left-color: rgb(255 191 105 / 0.7);

    border-right-color: rgb(255 191 105 / 0.7);
}
.border-x-accent-light\/75 {

    border-left-color: rgb(255 191 105 / 0.75);

    border-right-color: rgb(255 191 105 / 0.75);
}
.border-x-accent-light\/80 {

    border-left-color: rgb(255 191 105 / 0.8);

    border-right-color: rgb(255 191 105 / 0.8);
}
.border-x-accent-light\/85 {

    border-left-color: rgb(255 191 105 / 0.85);

    border-right-color: rgb(255 191 105 / 0.85);
}
.border-x-accent-light\/90 {

    border-left-color: rgb(255 191 105 / 0.9);

    border-right-color: rgb(255 191 105 / 0.9);
}
.border-x-accent-light\/95 {

    border-left-color: rgb(255 191 105 / 0.95);

    border-right-color: rgb(255 191 105 / 0.95);
}
.border-x-accent\/0 {

    border-left-color: rgb(229 136 78 / 0);

    border-right-color: rgb(229 136 78 / 0);
}
.border-x-accent\/10 {

    border-left-color: rgb(229 136 78 / 0.1);

    border-right-color: rgb(229 136 78 / 0.1);
}
.border-x-accent\/100 {

    border-left-color: rgb(229 136 78 / 1);

    border-right-color: rgb(229 136 78 / 1);
}
.border-x-accent\/15 {

    border-left-color: rgb(229 136 78 / 0.15);

    border-right-color: rgb(229 136 78 / 0.15);
}
.border-x-accent\/20 {

    border-left-color: rgb(229 136 78 / 0.2);

    border-right-color: rgb(229 136 78 / 0.2);
}
.border-x-accent\/25 {

    border-left-color: rgb(229 136 78 / 0.25);

    border-right-color: rgb(229 136 78 / 0.25);
}
.border-x-accent\/30 {

    border-left-color: rgb(229 136 78 / 0.3);

    border-right-color: rgb(229 136 78 / 0.3);
}
.border-x-accent\/35 {

    border-left-color: rgb(229 136 78 / 0.35);

    border-right-color: rgb(229 136 78 / 0.35);
}
.border-x-accent\/40 {

    border-left-color: rgb(229 136 78 / 0.4);

    border-right-color: rgb(229 136 78 / 0.4);
}
.border-x-accent\/45 {

    border-left-color: rgb(229 136 78 / 0.45);

    border-right-color: rgb(229 136 78 / 0.45);
}
.border-x-accent\/5 {

    border-left-color: rgb(229 136 78 / 0.05);

    border-right-color: rgb(229 136 78 / 0.05);
}
.border-x-accent\/50 {

    border-left-color: rgb(229 136 78 / 0.5);

    border-right-color: rgb(229 136 78 / 0.5);
}
.border-x-accent\/55 {

    border-left-color: rgb(229 136 78 / 0.55);

    border-right-color: rgb(229 136 78 / 0.55);
}
.border-x-accent\/60 {

    border-left-color: rgb(229 136 78 / 0.6);

    border-right-color: rgb(229 136 78 / 0.6);
}
.border-x-accent\/65 {

    border-left-color: rgb(229 136 78 / 0.65);

    border-right-color: rgb(229 136 78 / 0.65);
}
.border-x-accent\/70 {

    border-left-color: rgb(229 136 78 / 0.7);

    border-right-color: rgb(229 136 78 / 0.7);
}
.border-x-accent\/75 {

    border-left-color: rgb(229 136 78 / 0.75);

    border-right-color: rgb(229 136 78 / 0.75);
}
.border-x-accent\/80 {

    border-left-color: rgb(229 136 78 / 0.8);

    border-right-color: rgb(229 136 78 / 0.8);
}
.border-x-accent\/85 {

    border-left-color: rgb(229 136 78 / 0.85);

    border-right-color: rgb(229 136 78 / 0.85);
}
.border-x-accent\/90 {

    border-left-color: rgb(229 136 78 / 0.9);

    border-right-color: rgb(229 136 78 / 0.9);
}
.border-x-accent\/95 {

    border-left-color: rgb(229 136 78 / 0.95);

    border-right-color: rgb(229 136 78 / 0.95);
}
.border-x-black {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-x-black\/0 {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.border-x-black\/10 {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-black\/100 {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.border-x-black\/15 {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-black\/20 {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-black\/25 {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-black\/30 {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-black\/35 {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-black\/40 {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-black\/45 {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-black\/5 {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-black\/50 {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-black\/55 {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-black\/60 {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-black\/65 {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-black\/70 {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-black\/75 {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-black\/80 {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-black\/85 {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-black\/90 {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-black\/95 {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-current {

    border-left-color: currentColor;

    border-right-color: currentColor;
}
.border-x-error {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-x-error\/0 {

    border-left-color: rgb(255 0 0 / 0);

    border-right-color: rgb(255 0 0 / 0);
}
.border-x-error\/10 {

    border-left-color: rgb(255 0 0 / 0.1);

    border-right-color: rgb(255 0 0 / 0.1);
}
.border-x-error\/100 {

    border-left-color: rgb(255 0 0 / 1);

    border-right-color: rgb(255 0 0 / 1);
}
.border-x-error\/15 {

    border-left-color: rgb(255 0 0 / 0.15);

    border-right-color: rgb(255 0 0 / 0.15);
}
.border-x-error\/20 {

    border-left-color: rgb(255 0 0 / 0.2);

    border-right-color: rgb(255 0 0 / 0.2);
}
.border-x-error\/25 {

    border-left-color: rgb(255 0 0 / 0.25);

    border-right-color: rgb(255 0 0 / 0.25);
}
.border-x-error\/30 {

    border-left-color: rgb(255 0 0 / 0.3);

    border-right-color: rgb(255 0 0 / 0.3);
}
.border-x-error\/35 {

    border-left-color: rgb(255 0 0 / 0.35);

    border-right-color: rgb(255 0 0 / 0.35);
}
.border-x-error\/40 {

    border-left-color: rgb(255 0 0 / 0.4);

    border-right-color: rgb(255 0 0 / 0.4);
}
.border-x-error\/45 {

    border-left-color: rgb(255 0 0 / 0.45);

    border-right-color: rgb(255 0 0 / 0.45);
}
.border-x-error\/5 {

    border-left-color: rgb(255 0 0 / 0.05);

    border-right-color: rgb(255 0 0 / 0.05);
}
.border-x-error\/50 {

    border-left-color: rgb(255 0 0 / 0.5);

    border-right-color: rgb(255 0 0 / 0.5);
}
.border-x-error\/55 {

    border-left-color: rgb(255 0 0 / 0.55);

    border-right-color: rgb(255 0 0 / 0.55);
}
.border-x-error\/60 {

    border-left-color: rgb(255 0 0 / 0.6);

    border-right-color: rgb(255 0 0 / 0.6);
}
.border-x-error\/65 {

    border-left-color: rgb(255 0 0 / 0.65);

    border-right-color: rgb(255 0 0 / 0.65);
}
.border-x-error\/70 {

    border-left-color: rgb(255 0 0 / 0.7);

    border-right-color: rgb(255 0 0 / 0.7);
}
.border-x-error\/75 {

    border-left-color: rgb(255 0 0 / 0.75);

    border-right-color: rgb(255 0 0 / 0.75);
}
.border-x-error\/80 {

    border-left-color: rgb(255 0 0 / 0.8);

    border-right-color: rgb(255 0 0 / 0.8);
}
.border-x-error\/85 {

    border-left-color: rgb(255 0 0 / 0.85);

    border-right-color: rgb(255 0 0 / 0.85);
}
.border-x-error\/90 {

    border-left-color: rgb(255 0 0 / 0.9);

    border-right-color: rgb(255 0 0 / 0.9);
}
.border-x-error\/95 {

    border-left-color: rgb(255 0 0 / 0.95);

    border-right-color: rgb(255 0 0 / 0.95);
}
.border-x-gray-100 {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-x-gray-100\/0 {

    border-left-color: rgb(243 244 246 / 0);

    border-right-color: rgb(243 244 246 / 0);
}
.border-x-gray-100\/10 {

    border-left-color: rgb(243 244 246 / 0.1);

    border-right-color: rgb(243 244 246 / 0.1);
}
.border-x-gray-100\/100 {

    border-left-color: rgb(243 244 246 / 1);

    border-right-color: rgb(243 244 246 / 1);
}
.border-x-gray-100\/15 {

    border-left-color: rgb(243 244 246 / 0.15);

    border-right-color: rgb(243 244 246 / 0.15);
}
.border-x-gray-100\/20 {

    border-left-color: rgb(243 244 246 / 0.2);

    border-right-color: rgb(243 244 246 / 0.2);
}
.border-x-gray-100\/25 {

    border-left-color: rgb(243 244 246 / 0.25);

    border-right-color: rgb(243 244 246 / 0.25);
}
.border-x-gray-100\/30 {

    border-left-color: rgb(243 244 246 / 0.3);

    border-right-color: rgb(243 244 246 / 0.3);
}
.border-x-gray-100\/35 {

    border-left-color: rgb(243 244 246 / 0.35);

    border-right-color: rgb(243 244 246 / 0.35);
}
.border-x-gray-100\/40 {

    border-left-color: rgb(243 244 246 / 0.4);

    border-right-color: rgb(243 244 246 / 0.4);
}
.border-x-gray-100\/45 {

    border-left-color: rgb(243 244 246 / 0.45);

    border-right-color: rgb(243 244 246 / 0.45);
}
.border-x-gray-100\/5 {

    border-left-color: rgb(243 244 246 / 0.05);

    border-right-color: rgb(243 244 246 / 0.05);
}
.border-x-gray-100\/50 {

    border-left-color: rgb(243 244 246 / 0.5);

    border-right-color: rgb(243 244 246 / 0.5);
}
.border-x-gray-100\/55 {

    border-left-color: rgb(243 244 246 / 0.55);

    border-right-color: rgb(243 244 246 / 0.55);
}
.border-x-gray-100\/60 {

    border-left-color: rgb(243 244 246 / 0.6);

    border-right-color: rgb(243 244 246 / 0.6);
}
.border-x-gray-100\/65 {

    border-left-color: rgb(243 244 246 / 0.65);

    border-right-color: rgb(243 244 246 / 0.65);
}
.border-x-gray-100\/70 {

    border-left-color: rgb(243 244 246 / 0.7);

    border-right-color: rgb(243 244 246 / 0.7);
}
.border-x-gray-100\/75 {

    border-left-color: rgb(243 244 246 / 0.75);

    border-right-color: rgb(243 244 246 / 0.75);
}
.border-x-gray-100\/80 {

    border-left-color: rgb(243 244 246 / 0.8);

    border-right-color: rgb(243 244 246 / 0.8);
}
.border-x-gray-100\/85 {

    border-left-color: rgb(243 244 246 / 0.85);

    border-right-color: rgb(243 244 246 / 0.85);
}
.border-x-gray-100\/90 {

    border-left-color: rgb(243 244 246 / 0.9);

    border-right-color: rgb(243 244 246 / 0.9);
}
.border-x-gray-100\/95 {

    border-left-color: rgb(243 244 246 / 0.95);

    border-right-color: rgb(243 244 246 / 0.95);
}
.border-x-gray-200 {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-x-gray-200\/0 {

    border-left-color: rgb(229 231 235 / 0);

    border-right-color: rgb(229 231 235 / 0);
}
.border-x-gray-200\/10 {

    border-left-color: rgb(229 231 235 / 0.1);

    border-right-color: rgb(229 231 235 / 0.1);
}
.border-x-gray-200\/100 {

    border-left-color: rgb(229 231 235 / 1);

    border-right-color: rgb(229 231 235 / 1);
}
.border-x-gray-200\/15 {

    border-left-color: rgb(229 231 235 / 0.15);

    border-right-color: rgb(229 231 235 / 0.15);
}
.border-x-gray-200\/20 {

    border-left-color: rgb(229 231 235 / 0.2);

    border-right-color: rgb(229 231 235 / 0.2);
}
.border-x-gray-200\/25 {

    border-left-color: rgb(229 231 235 / 0.25);

    border-right-color: rgb(229 231 235 / 0.25);
}
.border-x-gray-200\/30 {

    border-left-color: rgb(229 231 235 / 0.3);

    border-right-color: rgb(229 231 235 / 0.3);
}
.border-x-gray-200\/35 {

    border-left-color: rgb(229 231 235 / 0.35);

    border-right-color: rgb(229 231 235 / 0.35);
}
.border-x-gray-200\/40 {

    border-left-color: rgb(229 231 235 / 0.4);

    border-right-color: rgb(229 231 235 / 0.4);
}
.border-x-gray-200\/45 {

    border-left-color: rgb(229 231 235 / 0.45);

    border-right-color: rgb(229 231 235 / 0.45);
}
.border-x-gray-200\/5 {

    border-left-color: rgb(229 231 235 / 0.05);

    border-right-color: rgb(229 231 235 / 0.05);
}
.border-x-gray-200\/50 {

    border-left-color: rgb(229 231 235 / 0.5);

    border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-gray-200\/55 {

    border-left-color: rgb(229 231 235 / 0.55);

    border-right-color: rgb(229 231 235 / 0.55);
}
.border-x-gray-200\/60 {

    border-left-color: rgb(229 231 235 / 0.6);

    border-right-color: rgb(229 231 235 / 0.6);
}
.border-x-gray-200\/65 {

    border-left-color: rgb(229 231 235 / 0.65);

    border-right-color: rgb(229 231 235 / 0.65);
}
.border-x-gray-200\/70 {

    border-left-color: rgb(229 231 235 / 0.7);

    border-right-color: rgb(229 231 235 / 0.7);
}
.border-x-gray-200\/75 {

    border-left-color: rgb(229 231 235 / 0.75);

    border-right-color: rgb(229 231 235 / 0.75);
}
.border-x-gray-200\/80 {

    border-left-color: rgb(229 231 235 / 0.8);

    border-right-color: rgb(229 231 235 / 0.8);
}
.border-x-gray-200\/85 {

    border-left-color: rgb(229 231 235 / 0.85);

    border-right-color: rgb(229 231 235 / 0.85);
}
.border-x-gray-200\/90 {

    border-left-color: rgb(229 231 235 / 0.9);

    border-right-color: rgb(229 231 235 / 0.9);
}
.border-x-gray-200\/95 {

    border-left-color: rgb(229 231 235 / 0.95);

    border-right-color: rgb(229 231 235 / 0.95);
}
.border-x-gray-300 {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-x-gray-300\/0 {

    border-left-color: rgb(209 213 219 / 0);

    border-right-color: rgb(209 213 219 / 0);
}
.border-x-gray-300\/10 {

    border-left-color: rgb(209 213 219 / 0.1);

    border-right-color: rgb(209 213 219 / 0.1);
}
.border-x-gray-300\/100 {

    border-left-color: rgb(209 213 219 / 1);

    border-right-color: rgb(209 213 219 / 1);
}
.border-x-gray-300\/15 {

    border-left-color: rgb(209 213 219 / 0.15);

    border-right-color: rgb(209 213 219 / 0.15);
}
.border-x-gray-300\/20 {

    border-left-color: rgb(209 213 219 / 0.2);

    border-right-color: rgb(209 213 219 / 0.2);
}
.border-x-gray-300\/25 {

    border-left-color: rgb(209 213 219 / 0.25);

    border-right-color: rgb(209 213 219 / 0.25);
}
.border-x-gray-300\/30 {

    border-left-color: rgb(209 213 219 / 0.3);

    border-right-color: rgb(209 213 219 / 0.3);
}
.border-x-gray-300\/35 {

    border-left-color: rgb(209 213 219 / 0.35);

    border-right-color: rgb(209 213 219 / 0.35);
}
.border-x-gray-300\/40 {

    border-left-color: rgb(209 213 219 / 0.4);

    border-right-color: rgb(209 213 219 / 0.4);
}
.border-x-gray-300\/45 {

    border-left-color: rgb(209 213 219 / 0.45);

    border-right-color: rgb(209 213 219 / 0.45);
}
.border-x-gray-300\/5 {

    border-left-color: rgb(209 213 219 / 0.05);

    border-right-color: rgb(209 213 219 / 0.05);
}
.border-x-gray-300\/50 {

    border-left-color: rgb(209 213 219 / 0.5);

    border-right-color: rgb(209 213 219 / 0.5);
}
.border-x-gray-300\/55 {

    border-left-color: rgb(209 213 219 / 0.55);

    border-right-color: rgb(209 213 219 / 0.55);
}
.border-x-gray-300\/60 {

    border-left-color: rgb(209 213 219 / 0.6);

    border-right-color: rgb(209 213 219 / 0.6);
}
.border-x-gray-300\/65 {

    border-left-color: rgb(209 213 219 / 0.65);

    border-right-color: rgb(209 213 219 / 0.65);
}
.border-x-gray-300\/70 {

    border-left-color: rgb(209 213 219 / 0.7);

    border-right-color: rgb(209 213 219 / 0.7);
}
.border-x-gray-300\/75 {

    border-left-color: rgb(209 213 219 / 0.75);

    border-right-color: rgb(209 213 219 / 0.75);
}
.border-x-gray-300\/80 {

    border-left-color: rgb(209 213 219 / 0.8);

    border-right-color: rgb(209 213 219 / 0.8);
}
.border-x-gray-300\/85 {

    border-left-color: rgb(209 213 219 / 0.85);

    border-right-color: rgb(209 213 219 / 0.85);
}
.border-x-gray-300\/90 {

    border-left-color: rgb(209 213 219 / 0.9);

    border-right-color: rgb(209 213 219 / 0.9);
}
.border-x-gray-300\/95 {

    border-left-color: rgb(209 213 219 / 0.95);

    border-right-color: rgb(209 213 219 / 0.95);
}
.border-x-gray-400 {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-x-gray-400\/0 {

    border-left-color: rgb(156 163 175 / 0);

    border-right-color: rgb(156 163 175 / 0);
}
.border-x-gray-400\/10 {

    border-left-color: rgb(156 163 175 / 0.1);

    border-right-color: rgb(156 163 175 / 0.1);
}
.border-x-gray-400\/100 {

    border-left-color: rgb(156 163 175 / 1);

    border-right-color: rgb(156 163 175 / 1);
}
.border-x-gray-400\/15 {

    border-left-color: rgb(156 163 175 / 0.15);

    border-right-color: rgb(156 163 175 / 0.15);
}
.border-x-gray-400\/20 {

    border-left-color: rgb(156 163 175 / 0.2);

    border-right-color: rgb(156 163 175 / 0.2);
}
.border-x-gray-400\/25 {

    border-left-color: rgb(156 163 175 / 0.25);

    border-right-color: rgb(156 163 175 / 0.25);
}
.border-x-gray-400\/30 {

    border-left-color: rgb(156 163 175 / 0.3);

    border-right-color: rgb(156 163 175 / 0.3);
}
.border-x-gray-400\/35 {

    border-left-color: rgb(156 163 175 / 0.35);

    border-right-color: rgb(156 163 175 / 0.35);
}
.border-x-gray-400\/40 {

    border-left-color: rgb(156 163 175 / 0.4);

    border-right-color: rgb(156 163 175 / 0.4);
}
.border-x-gray-400\/45 {

    border-left-color: rgb(156 163 175 / 0.45);

    border-right-color: rgb(156 163 175 / 0.45);
}
.border-x-gray-400\/5 {

    border-left-color: rgb(156 163 175 / 0.05);

    border-right-color: rgb(156 163 175 / 0.05);
}
.border-x-gray-400\/50 {

    border-left-color: rgb(156 163 175 / 0.5);

    border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-gray-400\/55 {

    border-left-color: rgb(156 163 175 / 0.55);

    border-right-color: rgb(156 163 175 / 0.55);
}
.border-x-gray-400\/60 {

    border-left-color: rgb(156 163 175 / 0.6);

    border-right-color: rgb(156 163 175 / 0.6);
}
.border-x-gray-400\/65 {

    border-left-color: rgb(156 163 175 / 0.65);

    border-right-color: rgb(156 163 175 / 0.65);
}
.border-x-gray-400\/70 {

    border-left-color: rgb(156 163 175 / 0.7);

    border-right-color: rgb(156 163 175 / 0.7);
}
.border-x-gray-400\/75 {

    border-left-color: rgb(156 163 175 / 0.75);

    border-right-color: rgb(156 163 175 / 0.75);
}
.border-x-gray-400\/80 {

    border-left-color: rgb(156 163 175 / 0.8);

    border-right-color: rgb(156 163 175 / 0.8);
}
.border-x-gray-400\/85 {

    border-left-color: rgb(156 163 175 / 0.85);

    border-right-color: rgb(156 163 175 / 0.85);
}
.border-x-gray-400\/90 {

    border-left-color: rgb(156 163 175 / 0.9);

    border-right-color: rgb(156 163 175 / 0.9);
}
.border-x-gray-400\/95 {

    border-left-color: rgb(156 163 175 / 0.95);

    border-right-color: rgb(156 163 175 / 0.95);
}
.border-x-gray-50 {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-x-gray-50\/0 {

    border-left-color: rgb(249 250 251 / 0);

    border-right-color: rgb(249 250 251 / 0);
}
.border-x-gray-50\/10 {

    border-left-color: rgb(249 250 251 / 0.1);

    border-right-color: rgb(249 250 251 / 0.1);
}
.border-x-gray-50\/100 {

    border-left-color: rgb(249 250 251 / 1);

    border-right-color: rgb(249 250 251 / 1);
}
.border-x-gray-50\/15 {

    border-left-color: rgb(249 250 251 / 0.15);

    border-right-color: rgb(249 250 251 / 0.15);
}
.border-x-gray-50\/20 {

    border-left-color: rgb(249 250 251 / 0.2);

    border-right-color: rgb(249 250 251 / 0.2);
}
.border-x-gray-50\/25 {

    border-left-color: rgb(249 250 251 / 0.25);

    border-right-color: rgb(249 250 251 / 0.25);
}
.border-x-gray-50\/30 {

    border-left-color: rgb(249 250 251 / 0.3);

    border-right-color: rgb(249 250 251 / 0.3);
}
.border-x-gray-50\/35 {

    border-left-color: rgb(249 250 251 / 0.35);

    border-right-color: rgb(249 250 251 / 0.35);
}
.border-x-gray-50\/40 {

    border-left-color: rgb(249 250 251 / 0.4);

    border-right-color: rgb(249 250 251 / 0.4);
}
.border-x-gray-50\/45 {

    border-left-color: rgb(249 250 251 / 0.45);

    border-right-color: rgb(249 250 251 / 0.45);
}
.border-x-gray-50\/5 {

    border-left-color: rgb(249 250 251 / 0.05);

    border-right-color: rgb(249 250 251 / 0.05);
}
.border-x-gray-50\/50 {

    border-left-color: rgb(249 250 251 / 0.5);

    border-right-color: rgb(249 250 251 / 0.5);
}
.border-x-gray-50\/55 {

    border-left-color: rgb(249 250 251 / 0.55);

    border-right-color: rgb(249 250 251 / 0.55);
}
.border-x-gray-50\/60 {

    border-left-color: rgb(249 250 251 / 0.6);

    border-right-color: rgb(249 250 251 / 0.6);
}
.border-x-gray-50\/65 {

    border-left-color: rgb(249 250 251 / 0.65);

    border-right-color: rgb(249 250 251 / 0.65);
}
.border-x-gray-50\/70 {

    border-left-color: rgb(249 250 251 / 0.7);

    border-right-color: rgb(249 250 251 / 0.7);
}
.border-x-gray-50\/75 {

    border-left-color: rgb(249 250 251 / 0.75);

    border-right-color: rgb(249 250 251 / 0.75);
}
.border-x-gray-50\/80 {

    border-left-color: rgb(249 250 251 / 0.8);

    border-right-color: rgb(249 250 251 / 0.8);
}
.border-x-gray-50\/85 {

    border-left-color: rgb(249 250 251 / 0.85);

    border-right-color: rgb(249 250 251 / 0.85);
}
.border-x-gray-50\/90 {

    border-left-color: rgb(249 250 251 / 0.9);

    border-right-color: rgb(249 250 251 / 0.9);
}
.border-x-gray-50\/95 {

    border-left-color: rgb(249 250 251 / 0.95);

    border-right-color: rgb(249 250 251 / 0.95);
}
.border-x-gray-500 {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-x-gray-500\/0 {

    border-left-color: rgb(107 114 128 / 0);

    border-right-color: rgb(107 114 128 / 0);
}
.border-x-gray-500\/10 {

    border-left-color: rgb(107 114 128 / 0.1);

    border-right-color: rgb(107 114 128 / 0.1);
}
.border-x-gray-500\/100 {

    border-left-color: rgb(107 114 128 / 1);

    border-right-color: rgb(107 114 128 / 1);
}
.border-x-gray-500\/15 {

    border-left-color: rgb(107 114 128 / 0.15);

    border-right-color: rgb(107 114 128 / 0.15);
}
.border-x-gray-500\/20 {

    border-left-color: rgb(107 114 128 / 0.2);

    border-right-color: rgb(107 114 128 / 0.2);
}
.border-x-gray-500\/25 {

    border-left-color: rgb(107 114 128 / 0.25);

    border-right-color: rgb(107 114 128 / 0.25);
}
.border-x-gray-500\/30 {

    border-left-color: rgb(107 114 128 / 0.3);

    border-right-color: rgb(107 114 128 / 0.3);
}
.border-x-gray-500\/35 {

    border-left-color: rgb(107 114 128 / 0.35);

    border-right-color: rgb(107 114 128 / 0.35);
}
.border-x-gray-500\/40 {

    border-left-color: rgb(107 114 128 / 0.4);

    border-right-color: rgb(107 114 128 / 0.4);
}
.border-x-gray-500\/45 {

    border-left-color: rgb(107 114 128 / 0.45);

    border-right-color: rgb(107 114 128 / 0.45);
}
.border-x-gray-500\/5 {

    border-left-color: rgb(107 114 128 / 0.05);

    border-right-color: rgb(107 114 128 / 0.05);
}
.border-x-gray-500\/50 {

    border-left-color: rgb(107 114 128 / 0.5);

    border-right-color: rgb(107 114 128 / 0.5);
}
.border-x-gray-500\/55 {

    border-left-color: rgb(107 114 128 / 0.55);

    border-right-color: rgb(107 114 128 / 0.55);
}
.border-x-gray-500\/60 {

    border-left-color: rgb(107 114 128 / 0.6);

    border-right-color: rgb(107 114 128 / 0.6);
}
.border-x-gray-500\/65 {

    border-left-color: rgb(107 114 128 / 0.65);

    border-right-color: rgb(107 114 128 / 0.65);
}
.border-x-gray-500\/70 {

    border-left-color: rgb(107 114 128 / 0.7);

    border-right-color: rgb(107 114 128 / 0.7);
}
.border-x-gray-500\/75 {

    border-left-color: rgb(107 114 128 / 0.75);

    border-right-color: rgb(107 114 128 / 0.75);
}
.border-x-gray-500\/80 {

    border-left-color: rgb(107 114 128 / 0.8);

    border-right-color: rgb(107 114 128 / 0.8);
}
.border-x-gray-500\/85 {

    border-left-color: rgb(107 114 128 / 0.85);

    border-right-color: rgb(107 114 128 / 0.85);
}
.border-x-gray-500\/90 {

    border-left-color: rgb(107 114 128 / 0.9);

    border-right-color: rgb(107 114 128 / 0.9);
}
.border-x-gray-500\/95 {

    border-left-color: rgb(107 114 128 / 0.95);

    border-right-color: rgb(107 114 128 / 0.95);
}
.border-x-gray-600 {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-x-gray-600\/0 {

    border-left-color: rgb(75 85 99 / 0);

    border-right-color: rgb(75 85 99 / 0);
}
.border-x-gray-600\/10 {

    border-left-color: rgb(75 85 99 / 0.1);

    border-right-color: rgb(75 85 99 / 0.1);
}
.border-x-gray-600\/100 {

    border-left-color: rgb(75 85 99 / 1);

    border-right-color: rgb(75 85 99 / 1);
}
.border-x-gray-600\/15 {

    border-left-color: rgb(75 85 99 / 0.15);

    border-right-color: rgb(75 85 99 / 0.15);
}
.border-x-gray-600\/20 {

    border-left-color: rgb(75 85 99 / 0.2);

    border-right-color: rgb(75 85 99 / 0.2);
}
.border-x-gray-600\/25 {

    border-left-color: rgb(75 85 99 / 0.25);

    border-right-color: rgb(75 85 99 / 0.25);
}
.border-x-gray-600\/30 {

    border-left-color: rgb(75 85 99 / 0.3);

    border-right-color: rgb(75 85 99 / 0.3);
}
.border-x-gray-600\/35 {

    border-left-color: rgb(75 85 99 / 0.35);

    border-right-color: rgb(75 85 99 / 0.35);
}
.border-x-gray-600\/40 {

    border-left-color: rgb(75 85 99 / 0.4);

    border-right-color: rgb(75 85 99 / 0.4);
}
.border-x-gray-600\/45 {

    border-left-color: rgb(75 85 99 / 0.45);

    border-right-color: rgb(75 85 99 / 0.45);
}
.border-x-gray-600\/5 {

    border-left-color: rgb(75 85 99 / 0.05);

    border-right-color: rgb(75 85 99 / 0.05);
}
.border-x-gray-600\/50 {

    border-left-color: rgb(75 85 99 / 0.5);

    border-right-color: rgb(75 85 99 / 0.5);
}
.border-x-gray-600\/55 {

    border-left-color: rgb(75 85 99 / 0.55);

    border-right-color: rgb(75 85 99 / 0.55);
}
.border-x-gray-600\/60 {

    border-left-color: rgb(75 85 99 / 0.6);

    border-right-color: rgb(75 85 99 / 0.6);
}
.border-x-gray-600\/65 {

    border-left-color: rgb(75 85 99 / 0.65);

    border-right-color: rgb(75 85 99 / 0.65);
}
.border-x-gray-600\/70 {

    border-left-color: rgb(75 85 99 / 0.7);

    border-right-color: rgb(75 85 99 / 0.7);
}
.border-x-gray-600\/75 {

    border-left-color: rgb(75 85 99 / 0.75);

    border-right-color: rgb(75 85 99 / 0.75);
}
.border-x-gray-600\/80 {

    border-left-color: rgb(75 85 99 / 0.8);

    border-right-color: rgb(75 85 99 / 0.8);
}
.border-x-gray-600\/85 {

    border-left-color: rgb(75 85 99 / 0.85);

    border-right-color: rgb(75 85 99 / 0.85);
}
.border-x-gray-600\/90 {

    border-left-color: rgb(75 85 99 / 0.9);

    border-right-color: rgb(75 85 99 / 0.9);
}
.border-x-gray-600\/95 {

    border-left-color: rgb(75 85 99 / 0.95);

    border-right-color: rgb(75 85 99 / 0.95);
}
.border-x-gray-700 {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-x-gray-700\/0 {

    border-left-color: rgb(55 65 81 / 0);

    border-right-color: rgb(55 65 81 / 0);
}
.border-x-gray-700\/10 {

    border-left-color: rgb(55 65 81 / 0.1);

    border-right-color: rgb(55 65 81 / 0.1);
}
.border-x-gray-700\/100 {

    border-left-color: rgb(55 65 81 / 1);

    border-right-color: rgb(55 65 81 / 1);
}
.border-x-gray-700\/15 {

    border-left-color: rgb(55 65 81 / 0.15);

    border-right-color: rgb(55 65 81 / 0.15);
}
.border-x-gray-700\/20 {

    border-left-color: rgb(55 65 81 / 0.2);

    border-right-color: rgb(55 65 81 / 0.2);
}
.border-x-gray-700\/25 {

    border-left-color: rgb(55 65 81 / 0.25);

    border-right-color: rgb(55 65 81 / 0.25);
}
.border-x-gray-700\/30 {

    border-left-color: rgb(55 65 81 / 0.3);

    border-right-color: rgb(55 65 81 / 0.3);
}
.border-x-gray-700\/35 {

    border-left-color: rgb(55 65 81 / 0.35);

    border-right-color: rgb(55 65 81 / 0.35);
}
.border-x-gray-700\/40 {

    border-left-color: rgb(55 65 81 / 0.4);

    border-right-color: rgb(55 65 81 / 0.4);
}
.border-x-gray-700\/45 {

    border-left-color: rgb(55 65 81 / 0.45);

    border-right-color: rgb(55 65 81 / 0.45);
}
.border-x-gray-700\/5 {

    border-left-color: rgb(55 65 81 / 0.05);

    border-right-color: rgb(55 65 81 / 0.05);
}
.border-x-gray-700\/50 {

    border-left-color: rgb(55 65 81 / 0.5);

    border-right-color: rgb(55 65 81 / 0.5);
}
.border-x-gray-700\/55 {

    border-left-color: rgb(55 65 81 / 0.55);

    border-right-color: rgb(55 65 81 / 0.55);
}
.border-x-gray-700\/60 {

    border-left-color: rgb(55 65 81 / 0.6);

    border-right-color: rgb(55 65 81 / 0.6);
}
.border-x-gray-700\/65 {

    border-left-color: rgb(55 65 81 / 0.65);

    border-right-color: rgb(55 65 81 / 0.65);
}
.border-x-gray-700\/70 {

    border-left-color: rgb(55 65 81 / 0.7);

    border-right-color: rgb(55 65 81 / 0.7);
}
.border-x-gray-700\/75 {

    border-left-color: rgb(55 65 81 / 0.75);

    border-right-color: rgb(55 65 81 / 0.75);
}
.border-x-gray-700\/80 {

    border-left-color: rgb(55 65 81 / 0.8);

    border-right-color: rgb(55 65 81 / 0.8);
}
.border-x-gray-700\/85 {

    border-left-color: rgb(55 65 81 / 0.85);

    border-right-color: rgb(55 65 81 / 0.85);
}
.border-x-gray-700\/90 {

    border-left-color: rgb(55 65 81 / 0.9);

    border-right-color: rgb(55 65 81 / 0.9);
}
.border-x-gray-700\/95 {

    border-left-color: rgb(55 65 81 / 0.95);

    border-right-color: rgb(55 65 81 / 0.95);
}
.border-x-gray-800 {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-x-gray-800\/0 {

    border-left-color: rgb(31 41 55 / 0);

    border-right-color: rgb(31 41 55 / 0);
}
.border-x-gray-800\/10 {

    border-left-color: rgb(31 41 55 / 0.1);

    border-right-color: rgb(31 41 55 / 0.1);
}
.border-x-gray-800\/100 {

    border-left-color: rgb(31 41 55 / 1);

    border-right-color: rgb(31 41 55 / 1);
}
.border-x-gray-800\/15 {

    border-left-color: rgb(31 41 55 / 0.15);

    border-right-color: rgb(31 41 55 / 0.15);
}
.border-x-gray-800\/20 {

    border-left-color: rgb(31 41 55 / 0.2);

    border-right-color: rgb(31 41 55 / 0.2);
}
.border-x-gray-800\/25 {

    border-left-color: rgb(31 41 55 / 0.25);

    border-right-color: rgb(31 41 55 / 0.25);
}
.border-x-gray-800\/30 {

    border-left-color: rgb(31 41 55 / 0.3);

    border-right-color: rgb(31 41 55 / 0.3);
}
.border-x-gray-800\/35 {

    border-left-color: rgb(31 41 55 / 0.35);

    border-right-color: rgb(31 41 55 / 0.35);
}
.border-x-gray-800\/40 {

    border-left-color: rgb(31 41 55 / 0.4);

    border-right-color: rgb(31 41 55 / 0.4);
}
.border-x-gray-800\/45 {

    border-left-color: rgb(31 41 55 / 0.45);

    border-right-color: rgb(31 41 55 / 0.45);
}
.border-x-gray-800\/5 {

    border-left-color: rgb(31 41 55 / 0.05);

    border-right-color: rgb(31 41 55 / 0.05);
}
.border-x-gray-800\/50 {

    border-left-color: rgb(31 41 55 / 0.5);

    border-right-color: rgb(31 41 55 / 0.5);
}
.border-x-gray-800\/55 {

    border-left-color: rgb(31 41 55 / 0.55);

    border-right-color: rgb(31 41 55 / 0.55);
}
.border-x-gray-800\/60 {

    border-left-color: rgb(31 41 55 / 0.6);

    border-right-color: rgb(31 41 55 / 0.6);
}
.border-x-gray-800\/65 {

    border-left-color: rgb(31 41 55 / 0.65);

    border-right-color: rgb(31 41 55 / 0.65);
}
.border-x-gray-800\/70 {

    border-left-color: rgb(31 41 55 / 0.7);

    border-right-color: rgb(31 41 55 / 0.7);
}
.border-x-gray-800\/75 {

    border-left-color: rgb(31 41 55 / 0.75);

    border-right-color: rgb(31 41 55 / 0.75);
}
.border-x-gray-800\/80 {

    border-left-color: rgb(31 41 55 / 0.8);

    border-right-color: rgb(31 41 55 / 0.8);
}
.border-x-gray-800\/85 {

    border-left-color: rgb(31 41 55 / 0.85);

    border-right-color: rgb(31 41 55 / 0.85);
}
.border-x-gray-800\/90 {

    border-left-color: rgb(31 41 55 / 0.9);

    border-right-color: rgb(31 41 55 / 0.9);
}
.border-x-gray-800\/95 {

    border-left-color: rgb(31 41 55 / 0.95);

    border-right-color: rgb(31 41 55 / 0.95);
}
.border-x-gray-900 {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-x-gray-900\/0 {

    border-left-color: rgb(17 24 39 / 0);

    border-right-color: rgb(17 24 39 / 0);
}
.border-x-gray-900\/10 {

    border-left-color: rgb(17 24 39 / 0.1);

    border-right-color: rgb(17 24 39 / 0.1);
}
.border-x-gray-900\/100 {

    border-left-color: rgb(17 24 39 / 1);

    border-right-color: rgb(17 24 39 / 1);
}
.border-x-gray-900\/15 {

    border-left-color: rgb(17 24 39 / 0.15);

    border-right-color: rgb(17 24 39 / 0.15);
}
.border-x-gray-900\/20 {

    border-left-color: rgb(17 24 39 / 0.2);

    border-right-color: rgb(17 24 39 / 0.2);
}
.border-x-gray-900\/25 {

    border-left-color: rgb(17 24 39 / 0.25);

    border-right-color: rgb(17 24 39 / 0.25);
}
.border-x-gray-900\/30 {

    border-left-color: rgb(17 24 39 / 0.3);

    border-right-color: rgb(17 24 39 / 0.3);
}
.border-x-gray-900\/35 {

    border-left-color: rgb(17 24 39 / 0.35);

    border-right-color: rgb(17 24 39 / 0.35);
}
.border-x-gray-900\/40 {

    border-left-color: rgb(17 24 39 / 0.4);

    border-right-color: rgb(17 24 39 / 0.4);
}
.border-x-gray-900\/45 {

    border-left-color: rgb(17 24 39 / 0.45);

    border-right-color: rgb(17 24 39 / 0.45);
}
.border-x-gray-900\/5 {

    border-left-color: rgb(17 24 39 / 0.05);

    border-right-color: rgb(17 24 39 / 0.05);
}
.border-x-gray-900\/50 {

    border-left-color: rgb(17 24 39 / 0.5);

    border-right-color: rgb(17 24 39 / 0.5);
}
.border-x-gray-900\/55 {

    border-left-color: rgb(17 24 39 / 0.55);

    border-right-color: rgb(17 24 39 / 0.55);
}
.border-x-gray-900\/60 {

    border-left-color: rgb(17 24 39 / 0.6);

    border-right-color: rgb(17 24 39 / 0.6);
}
.border-x-gray-900\/65 {

    border-left-color: rgb(17 24 39 / 0.65);

    border-right-color: rgb(17 24 39 / 0.65);
}
.border-x-gray-900\/70 {

    border-left-color: rgb(17 24 39 / 0.7);

    border-right-color: rgb(17 24 39 / 0.7);
}
.border-x-gray-900\/75 {

    border-left-color: rgb(17 24 39 / 0.75);

    border-right-color: rgb(17 24 39 / 0.75);
}
.border-x-gray-900\/80 {

    border-left-color: rgb(17 24 39 / 0.8);

    border-right-color: rgb(17 24 39 / 0.8);
}
.border-x-gray-900\/85 {

    border-left-color: rgb(17 24 39 / 0.85);

    border-right-color: rgb(17 24 39 / 0.85);
}
.border-x-gray-900\/90 {

    border-left-color: rgb(17 24 39 / 0.9);

    border-right-color: rgb(17 24 39 / 0.9);
}
.border-x-gray-900\/95 {

    border-left-color: rgb(17 24 39 / 0.95);

    border-right-color: rgb(17 24 39 / 0.95);
}
.border-x-gray-950 {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-x-gray-950\/0 {

    border-left-color: rgb(3 7 18 / 0);

    border-right-color: rgb(3 7 18 / 0);
}
.border-x-gray-950\/10 {

    border-left-color: rgb(3 7 18 / 0.1);

    border-right-color: rgb(3 7 18 / 0.1);
}
.border-x-gray-950\/100 {

    border-left-color: rgb(3 7 18 / 1);

    border-right-color: rgb(3 7 18 / 1);
}
.border-x-gray-950\/15 {

    border-left-color: rgb(3 7 18 / 0.15);

    border-right-color: rgb(3 7 18 / 0.15);
}
.border-x-gray-950\/20 {

    border-left-color: rgb(3 7 18 / 0.2);

    border-right-color: rgb(3 7 18 / 0.2);
}
.border-x-gray-950\/25 {

    border-left-color: rgb(3 7 18 / 0.25);

    border-right-color: rgb(3 7 18 / 0.25);
}
.border-x-gray-950\/30 {

    border-left-color: rgb(3 7 18 / 0.3);

    border-right-color: rgb(3 7 18 / 0.3);
}
.border-x-gray-950\/35 {

    border-left-color: rgb(3 7 18 / 0.35);

    border-right-color: rgb(3 7 18 / 0.35);
}
.border-x-gray-950\/40 {

    border-left-color: rgb(3 7 18 / 0.4);

    border-right-color: rgb(3 7 18 / 0.4);
}
.border-x-gray-950\/45 {

    border-left-color: rgb(3 7 18 / 0.45);

    border-right-color: rgb(3 7 18 / 0.45);
}
.border-x-gray-950\/5 {

    border-left-color: rgb(3 7 18 / 0.05);

    border-right-color: rgb(3 7 18 / 0.05);
}
.border-x-gray-950\/50 {

    border-left-color: rgb(3 7 18 / 0.5);

    border-right-color: rgb(3 7 18 / 0.5);
}
.border-x-gray-950\/55 {

    border-left-color: rgb(3 7 18 / 0.55);

    border-right-color: rgb(3 7 18 / 0.55);
}
.border-x-gray-950\/60 {

    border-left-color: rgb(3 7 18 / 0.6);

    border-right-color: rgb(3 7 18 / 0.6);
}
.border-x-gray-950\/65 {

    border-left-color: rgb(3 7 18 / 0.65);

    border-right-color: rgb(3 7 18 / 0.65);
}
.border-x-gray-950\/70 {

    border-left-color: rgb(3 7 18 / 0.7);

    border-right-color: rgb(3 7 18 / 0.7);
}
.border-x-gray-950\/75 {

    border-left-color: rgb(3 7 18 / 0.75);

    border-right-color: rgb(3 7 18 / 0.75);
}
.border-x-gray-950\/80 {

    border-left-color: rgb(3 7 18 / 0.8);

    border-right-color: rgb(3 7 18 / 0.8);
}
.border-x-gray-950\/85 {

    border-left-color: rgb(3 7 18 / 0.85);

    border-right-color: rgb(3 7 18 / 0.85);
}
.border-x-gray-950\/90 {

    border-left-color: rgb(3 7 18 / 0.9);

    border-right-color: rgb(3 7 18 / 0.9);
}
.border-x-gray-950\/95 {

    border-left-color: rgb(3 7 18 / 0.95);

    border-right-color: rgb(3 7 18 / 0.95);
}
.border-x-inherit {

    border-left-color: inherit;

    border-right-color: inherit;
}
.border-x-primary {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-x-primary-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-x-primary-dark\/0 {

    border-left-color: rgb(26 88 121 / 0);

    border-right-color: rgb(26 88 121 / 0);
}
.border-x-primary-dark\/10 {

    border-left-color: rgb(26 88 121 / 0.1);

    border-right-color: rgb(26 88 121 / 0.1);
}
.border-x-primary-dark\/100 {

    border-left-color: rgb(26 88 121 / 1);

    border-right-color: rgb(26 88 121 / 1);
}
.border-x-primary-dark\/15 {

    border-left-color: rgb(26 88 121 / 0.15);

    border-right-color: rgb(26 88 121 / 0.15);
}
.border-x-primary-dark\/20 {

    border-left-color: rgb(26 88 121 / 0.2);

    border-right-color: rgb(26 88 121 / 0.2);
}
.border-x-primary-dark\/25 {

    border-left-color: rgb(26 88 121 / 0.25);

    border-right-color: rgb(26 88 121 / 0.25);
}
.border-x-primary-dark\/30 {

    border-left-color: rgb(26 88 121 / 0.3);

    border-right-color: rgb(26 88 121 / 0.3);
}
.border-x-primary-dark\/35 {

    border-left-color: rgb(26 88 121 / 0.35);

    border-right-color: rgb(26 88 121 / 0.35);
}
.border-x-primary-dark\/40 {

    border-left-color: rgb(26 88 121 / 0.4);

    border-right-color: rgb(26 88 121 / 0.4);
}
.border-x-primary-dark\/45 {

    border-left-color: rgb(26 88 121 / 0.45);

    border-right-color: rgb(26 88 121 / 0.45);
}
.border-x-primary-dark\/5 {

    border-left-color: rgb(26 88 121 / 0.05);

    border-right-color: rgb(26 88 121 / 0.05);
}
.border-x-primary-dark\/50 {

    border-left-color: rgb(26 88 121 / 0.5);

    border-right-color: rgb(26 88 121 / 0.5);
}
.border-x-primary-dark\/55 {

    border-left-color: rgb(26 88 121 / 0.55);

    border-right-color: rgb(26 88 121 / 0.55);
}
.border-x-primary-dark\/60 {

    border-left-color: rgb(26 88 121 / 0.6);

    border-right-color: rgb(26 88 121 / 0.6);
}
.border-x-primary-dark\/65 {

    border-left-color: rgb(26 88 121 / 0.65);

    border-right-color: rgb(26 88 121 / 0.65);
}
.border-x-primary-dark\/70 {

    border-left-color: rgb(26 88 121 / 0.7);

    border-right-color: rgb(26 88 121 / 0.7);
}
.border-x-primary-dark\/75 {

    border-left-color: rgb(26 88 121 / 0.75);

    border-right-color: rgb(26 88 121 / 0.75);
}
.border-x-primary-dark\/80 {

    border-left-color: rgb(26 88 121 / 0.8);

    border-right-color: rgb(26 88 121 / 0.8);
}
.border-x-primary-dark\/85 {

    border-left-color: rgb(26 88 121 / 0.85);

    border-right-color: rgb(26 88 121 / 0.85);
}
.border-x-primary-dark\/90 {

    border-left-color: rgb(26 88 121 / 0.9);

    border-right-color: rgb(26 88 121 / 0.9);
}
.border-x-primary-dark\/95 {

    border-left-color: rgb(26 88 121 / 0.95);

    border-right-color: rgb(26 88 121 / 0.95);
}
.border-x-primary-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-x-primary-light\/0 {

    border-left-color: rgb(85 154 193 / 0);

    border-right-color: rgb(85 154 193 / 0);
}
.border-x-primary-light\/10 {

    border-left-color: rgb(85 154 193 / 0.1);

    border-right-color: rgb(85 154 193 / 0.1);
}
.border-x-primary-light\/100 {

    border-left-color: rgb(85 154 193 / 1);

    border-right-color: rgb(85 154 193 / 1);
}
.border-x-primary-light\/15 {

    border-left-color: rgb(85 154 193 / 0.15);

    border-right-color: rgb(85 154 193 / 0.15);
}
.border-x-primary-light\/20 {

    border-left-color: rgb(85 154 193 / 0.2);

    border-right-color: rgb(85 154 193 / 0.2);
}
.border-x-primary-light\/25 {

    border-left-color: rgb(85 154 193 / 0.25);

    border-right-color: rgb(85 154 193 / 0.25);
}
.border-x-primary-light\/30 {

    border-left-color: rgb(85 154 193 / 0.3);

    border-right-color: rgb(85 154 193 / 0.3);
}
.border-x-primary-light\/35 {

    border-left-color: rgb(85 154 193 / 0.35);

    border-right-color: rgb(85 154 193 / 0.35);
}
.border-x-primary-light\/40 {

    border-left-color: rgb(85 154 193 / 0.4);

    border-right-color: rgb(85 154 193 / 0.4);
}
.border-x-primary-light\/45 {

    border-left-color: rgb(85 154 193 / 0.45);

    border-right-color: rgb(85 154 193 / 0.45);
}
.border-x-primary-light\/5 {

    border-left-color: rgb(85 154 193 / 0.05);

    border-right-color: rgb(85 154 193 / 0.05);
}
.border-x-primary-light\/50 {

    border-left-color: rgb(85 154 193 / 0.5);

    border-right-color: rgb(85 154 193 / 0.5);
}
.border-x-primary-light\/55 {

    border-left-color: rgb(85 154 193 / 0.55);

    border-right-color: rgb(85 154 193 / 0.55);
}
.border-x-primary-light\/60 {

    border-left-color: rgb(85 154 193 / 0.6);

    border-right-color: rgb(85 154 193 / 0.6);
}
.border-x-primary-light\/65 {

    border-left-color: rgb(85 154 193 / 0.65);

    border-right-color: rgb(85 154 193 / 0.65);
}
.border-x-primary-light\/70 {

    border-left-color: rgb(85 154 193 / 0.7);

    border-right-color: rgb(85 154 193 / 0.7);
}
.border-x-primary-light\/75 {

    border-left-color: rgb(85 154 193 / 0.75);

    border-right-color: rgb(85 154 193 / 0.75);
}
.border-x-primary-light\/80 {

    border-left-color: rgb(85 154 193 / 0.8);

    border-right-color: rgb(85 154 193 / 0.8);
}
.border-x-primary-light\/85 {

    border-left-color: rgb(85 154 193 / 0.85);

    border-right-color: rgb(85 154 193 / 0.85);
}
.border-x-primary-light\/90 {

    border-left-color: rgb(85 154 193 / 0.9);

    border-right-color: rgb(85 154 193 / 0.9);
}
.border-x-primary-light\/95 {

    border-left-color: rgb(85 154 193 / 0.95);

    border-right-color: rgb(85 154 193 / 0.95);
}
.border-x-primary-lighter {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-x-primary-lighter\/0 {

    border-left-color: rgb(115 177 212 / 0);

    border-right-color: rgb(115 177 212 / 0);
}
.border-x-primary-lighter\/10 {

    border-left-color: rgb(115 177 212 / 0.1);

    border-right-color: rgb(115 177 212 / 0.1);
}
.border-x-primary-lighter\/100 {

    border-left-color: rgb(115 177 212 / 1);

    border-right-color: rgb(115 177 212 / 1);
}
.border-x-primary-lighter\/15 {

    border-left-color: rgb(115 177 212 / 0.15);

    border-right-color: rgb(115 177 212 / 0.15);
}
.border-x-primary-lighter\/20 {

    border-left-color: rgb(115 177 212 / 0.2);

    border-right-color: rgb(115 177 212 / 0.2);
}
.border-x-primary-lighter\/25 {

    border-left-color: rgb(115 177 212 / 0.25);

    border-right-color: rgb(115 177 212 / 0.25);
}
.border-x-primary-lighter\/30 {

    border-left-color: rgb(115 177 212 / 0.3);

    border-right-color: rgb(115 177 212 / 0.3);
}
.border-x-primary-lighter\/35 {

    border-left-color: rgb(115 177 212 / 0.35);

    border-right-color: rgb(115 177 212 / 0.35);
}
.border-x-primary-lighter\/40 {

    border-left-color: rgb(115 177 212 / 0.4);

    border-right-color: rgb(115 177 212 / 0.4);
}
.border-x-primary-lighter\/45 {

    border-left-color: rgb(115 177 212 / 0.45);

    border-right-color: rgb(115 177 212 / 0.45);
}
.border-x-primary-lighter\/5 {

    border-left-color: rgb(115 177 212 / 0.05);

    border-right-color: rgb(115 177 212 / 0.05);
}
.border-x-primary-lighter\/50 {

    border-left-color: rgb(115 177 212 / 0.5);

    border-right-color: rgb(115 177 212 / 0.5);
}
.border-x-primary-lighter\/55 {

    border-left-color: rgb(115 177 212 / 0.55);

    border-right-color: rgb(115 177 212 / 0.55);
}
.border-x-primary-lighter\/60 {

    border-left-color: rgb(115 177 212 / 0.6);

    border-right-color: rgb(115 177 212 / 0.6);
}
.border-x-primary-lighter\/65 {

    border-left-color: rgb(115 177 212 / 0.65);

    border-right-color: rgb(115 177 212 / 0.65);
}
.border-x-primary-lighter\/70 {

    border-left-color: rgb(115 177 212 / 0.7);

    border-right-color: rgb(115 177 212 / 0.7);
}
.border-x-primary-lighter\/75 {

    border-left-color: rgb(115 177 212 / 0.75);

    border-right-color: rgb(115 177 212 / 0.75);
}
.border-x-primary-lighter\/80 {

    border-left-color: rgb(115 177 212 / 0.8);

    border-right-color: rgb(115 177 212 / 0.8);
}
.border-x-primary-lighter\/85 {

    border-left-color: rgb(115 177 212 / 0.85);

    border-right-color: rgb(115 177 212 / 0.85);
}
.border-x-primary-lighter\/90 {

    border-left-color: rgb(115 177 212 / 0.9);

    border-right-color: rgb(115 177 212 / 0.9);
}
.border-x-primary-lighter\/95 {

    border-left-color: rgb(115 177 212 / 0.95);

    border-right-color: rgb(115 177 212 / 0.95);
}
.border-x-primary\/0 {

    border-left-color: rgb(52 114 147 / 0);

    border-right-color: rgb(52 114 147 / 0);
}
.border-x-primary\/10 {

    border-left-color: rgb(52 114 147 / 0.1);

    border-right-color: rgb(52 114 147 / 0.1);
}
.border-x-primary\/100 {

    border-left-color: rgb(52 114 147 / 1);

    border-right-color: rgb(52 114 147 / 1);
}
.border-x-primary\/15 {

    border-left-color: rgb(52 114 147 / 0.15);

    border-right-color: rgb(52 114 147 / 0.15);
}
.border-x-primary\/20 {

    border-left-color: rgb(52 114 147 / 0.2);

    border-right-color: rgb(52 114 147 / 0.2);
}
.border-x-primary\/25 {

    border-left-color: rgb(52 114 147 / 0.25);

    border-right-color: rgb(52 114 147 / 0.25);
}
.border-x-primary\/30 {

    border-left-color: rgb(52 114 147 / 0.3);

    border-right-color: rgb(52 114 147 / 0.3);
}
.border-x-primary\/35 {

    border-left-color: rgb(52 114 147 / 0.35);

    border-right-color: rgb(52 114 147 / 0.35);
}
.border-x-primary\/40 {

    border-left-color: rgb(52 114 147 / 0.4);

    border-right-color: rgb(52 114 147 / 0.4);
}
.border-x-primary\/45 {

    border-left-color: rgb(52 114 147 / 0.45);

    border-right-color: rgb(52 114 147 / 0.45);
}
.border-x-primary\/5 {

    border-left-color: rgb(52 114 147 / 0.05);

    border-right-color: rgb(52 114 147 / 0.05);
}
.border-x-primary\/50 {

    border-left-color: rgb(52 114 147 / 0.5);

    border-right-color: rgb(52 114 147 / 0.5);
}
.border-x-primary\/55 {

    border-left-color: rgb(52 114 147 / 0.55);

    border-right-color: rgb(52 114 147 / 0.55);
}
.border-x-primary\/60 {

    border-left-color: rgb(52 114 147 / 0.6);

    border-right-color: rgb(52 114 147 / 0.6);
}
.border-x-primary\/65 {

    border-left-color: rgb(52 114 147 / 0.65);

    border-right-color: rgb(52 114 147 / 0.65);
}
.border-x-primary\/70 {

    border-left-color: rgb(52 114 147 / 0.7);

    border-right-color: rgb(52 114 147 / 0.7);
}
.border-x-primary\/75 {

    border-left-color: rgb(52 114 147 / 0.75);

    border-right-color: rgb(52 114 147 / 0.75);
}
.border-x-primary\/80 {

    border-left-color: rgb(52 114 147 / 0.8);

    border-right-color: rgb(52 114 147 / 0.8);
}
.border-x-primary\/85 {

    border-left-color: rgb(52 114 147 / 0.85);

    border-right-color: rgb(52 114 147 / 0.85);
}
.border-x-primary\/90 {

    border-left-color: rgb(52 114 147 / 0.9);

    border-right-color: rgb(52 114 147 / 0.9);
}
.border-x-primary\/95 {

    border-left-color: rgb(52 114 147 / 0.95);

    border-right-color: rgb(52 114 147 / 0.95);
}
.border-x-secondary {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-x-secondary-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-x-secondary-dark\/0 {

    border-left-color: rgb(226 207 188 / 0);

    border-right-color: rgb(226 207 188 / 0);
}
.border-x-secondary-dark\/10 {

    border-left-color: rgb(226 207 188 / 0.1);

    border-right-color: rgb(226 207 188 / 0.1);
}
.border-x-secondary-dark\/100 {

    border-left-color: rgb(226 207 188 / 1);

    border-right-color: rgb(226 207 188 / 1);
}
.border-x-secondary-dark\/15 {

    border-left-color: rgb(226 207 188 / 0.15);

    border-right-color: rgb(226 207 188 / 0.15);
}
.border-x-secondary-dark\/20 {

    border-left-color: rgb(226 207 188 / 0.2);

    border-right-color: rgb(226 207 188 / 0.2);
}
.border-x-secondary-dark\/25 {

    border-left-color: rgb(226 207 188 / 0.25);

    border-right-color: rgb(226 207 188 / 0.25);
}
.border-x-secondary-dark\/30 {

    border-left-color: rgb(226 207 188 / 0.3);

    border-right-color: rgb(226 207 188 / 0.3);
}
.border-x-secondary-dark\/35 {

    border-left-color: rgb(226 207 188 / 0.35);

    border-right-color: rgb(226 207 188 / 0.35);
}
.border-x-secondary-dark\/40 {

    border-left-color: rgb(226 207 188 / 0.4);

    border-right-color: rgb(226 207 188 / 0.4);
}
.border-x-secondary-dark\/45 {

    border-left-color: rgb(226 207 188 / 0.45);

    border-right-color: rgb(226 207 188 / 0.45);
}
.border-x-secondary-dark\/5 {

    border-left-color: rgb(226 207 188 / 0.05);

    border-right-color: rgb(226 207 188 / 0.05);
}
.border-x-secondary-dark\/50 {

    border-left-color: rgb(226 207 188 / 0.5);

    border-right-color: rgb(226 207 188 / 0.5);
}
.border-x-secondary-dark\/55 {

    border-left-color: rgb(226 207 188 / 0.55);

    border-right-color: rgb(226 207 188 / 0.55);
}
.border-x-secondary-dark\/60 {

    border-left-color: rgb(226 207 188 / 0.6);

    border-right-color: rgb(226 207 188 / 0.6);
}
.border-x-secondary-dark\/65 {

    border-left-color: rgb(226 207 188 / 0.65);

    border-right-color: rgb(226 207 188 / 0.65);
}
.border-x-secondary-dark\/70 {

    border-left-color: rgb(226 207 188 / 0.7);

    border-right-color: rgb(226 207 188 / 0.7);
}
.border-x-secondary-dark\/75 {

    border-left-color: rgb(226 207 188 / 0.75);

    border-right-color: rgb(226 207 188 / 0.75);
}
.border-x-secondary-dark\/80 {

    border-left-color: rgb(226 207 188 / 0.8);

    border-right-color: rgb(226 207 188 / 0.8);
}
.border-x-secondary-dark\/85 {

    border-left-color: rgb(226 207 188 / 0.85);

    border-right-color: rgb(226 207 188 / 0.85);
}
.border-x-secondary-dark\/90 {

    border-left-color: rgb(226 207 188 / 0.9);

    border-right-color: rgb(226 207 188 / 0.9);
}
.border-x-secondary-dark\/95 {

    border-left-color: rgb(226 207 188 / 0.95);

    border-right-color: rgb(226 207 188 / 0.95);
}
.border-x-secondary-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-x-secondary-light\/0 {

    border-left-color: rgb(254 250 247 / 0);

    border-right-color: rgb(254 250 247 / 0);
}
.border-x-secondary-light\/10 {

    border-left-color: rgb(254 250 247 / 0.1);

    border-right-color: rgb(254 250 247 / 0.1);
}
.border-x-secondary-light\/100 {

    border-left-color: rgb(254 250 247 / 1);

    border-right-color: rgb(254 250 247 / 1);
}
.border-x-secondary-light\/15 {

    border-left-color: rgb(254 250 247 / 0.15);

    border-right-color: rgb(254 250 247 / 0.15);
}
.border-x-secondary-light\/20 {

    border-left-color: rgb(254 250 247 / 0.2);

    border-right-color: rgb(254 250 247 / 0.2);
}
.border-x-secondary-light\/25 {

    border-left-color: rgb(254 250 247 / 0.25);

    border-right-color: rgb(254 250 247 / 0.25);
}
.border-x-secondary-light\/30 {

    border-left-color: rgb(254 250 247 / 0.3);

    border-right-color: rgb(254 250 247 / 0.3);
}
.border-x-secondary-light\/35 {

    border-left-color: rgb(254 250 247 / 0.35);

    border-right-color: rgb(254 250 247 / 0.35);
}
.border-x-secondary-light\/40 {

    border-left-color: rgb(254 250 247 / 0.4);

    border-right-color: rgb(254 250 247 / 0.4);
}
.border-x-secondary-light\/45 {

    border-left-color: rgb(254 250 247 / 0.45);

    border-right-color: rgb(254 250 247 / 0.45);
}
.border-x-secondary-light\/5 {

    border-left-color: rgb(254 250 247 / 0.05);

    border-right-color: rgb(254 250 247 / 0.05);
}
.border-x-secondary-light\/50 {

    border-left-color: rgb(254 250 247 / 0.5);

    border-right-color: rgb(254 250 247 / 0.5);
}
.border-x-secondary-light\/55 {

    border-left-color: rgb(254 250 247 / 0.55);

    border-right-color: rgb(254 250 247 / 0.55);
}
.border-x-secondary-light\/60 {

    border-left-color: rgb(254 250 247 / 0.6);

    border-right-color: rgb(254 250 247 / 0.6);
}
.border-x-secondary-light\/65 {

    border-left-color: rgb(254 250 247 / 0.65);

    border-right-color: rgb(254 250 247 / 0.65);
}
.border-x-secondary-light\/70 {

    border-left-color: rgb(254 250 247 / 0.7);

    border-right-color: rgb(254 250 247 / 0.7);
}
.border-x-secondary-light\/75 {

    border-left-color: rgb(254 250 247 / 0.75);

    border-right-color: rgb(254 250 247 / 0.75);
}
.border-x-secondary-light\/80 {

    border-left-color: rgb(254 250 247 / 0.8);

    border-right-color: rgb(254 250 247 / 0.8);
}
.border-x-secondary-light\/85 {

    border-left-color: rgb(254 250 247 / 0.85);

    border-right-color: rgb(254 250 247 / 0.85);
}
.border-x-secondary-light\/90 {

    border-left-color: rgb(254 250 247 / 0.9);

    border-right-color: rgb(254 250 247 / 0.9);
}
.border-x-secondary-light\/95 {

    border-left-color: rgb(254 250 247 / 0.95);

    border-right-color: rgb(254 250 247 / 0.95);
}
.border-x-secondary\/0 {

    border-left-color: rgb(243 234 225 / 0);

    border-right-color: rgb(243 234 225 / 0);
}
.border-x-secondary\/10 {

    border-left-color: rgb(243 234 225 / 0.1);

    border-right-color: rgb(243 234 225 / 0.1);
}
.border-x-secondary\/100 {

    border-left-color: rgb(243 234 225 / 1);

    border-right-color: rgb(243 234 225 / 1);
}
.border-x-secondary\/15 {

    border-left-color: rgb(243 234 225 / 0.15);

    border-right-color: rgb(243 234 225 / 0.15);
}
.border-x-secondary\/20 {

    border-left-color: rgb(243 234 225 / 0.2);

    border-right-color: rgb(243 234 225 / 0.2);
}
.border-x-secondary\/25 {

    border-left-color: rgb(243 234 225 / 0.25);

    border-right-color: rgb(243 234 225 / 0.25);
}
.border-x-secondary\/30 {

    border-left-color: rgb(243 234 225 / 0.3);

    border-right-color: rgb(243 234 225 / 0.3);
}
.border-x-secondary\/35 {

    border-left-color: rgb(243 234 225 / 0.35);

    border-right-color: rgb(243 234 225 / 0.35);
}
.border-x-secondary\/40 {

    border-left-color: rgb(243 234 225 / 0.4);

    border-right-color: rgb(243 234 225 / 0.4);
}
.border-x-secondary\/45 {

    border-left-color: rgb(243 234 225 / 0.45);

    border-right-color: rgb(243 234 225 / 0.45);
}
.border-x-secondary\/5 {

    border-left-color: rgb(243 234 225 / 0.05);

    border-right-color: rgb(243 234 225 / 0.05);
}
.border-x-secondary\/50 {

    border-left-color: rgb(243 234 225 / 0.5);

    border-right-color: rgb(243 234 225 / 0.5);
}
.border-x-secondary\/55 {

    border-left-color: rgb(243 234 225 / 0.55);

    border-right-color: rgb(243 234 225 / 0.55);
}
.border-x-secondary\/60 {

    border-left-color: rgb(243 234 225 / 0.6);

    border-right-color: rgb(243 234 225 / 0.6);
}
.border-x-secondary\/65 {

    border-left-color: rgb(243 234 225 / 0.65);

    border-right-color: rgb(243 234 225 / 0.65);
}
.border-x-secondary\/70 {

    border-left-color: rgb(243 234 225 / 0.7);

    border-right-color: rgb(243 234 225 / 0.7);
}
.border-x-secondary\/75 {

    border-left-color: rgb(243 234 225 / 0.75);

    border-right-color: rgb(243 234 225 / 0.75);
}
.border-x-secondary\/80 {

    border-left-color: rgb(243 234 225 / 0.8);

    border-right-color: rgb(243 234 225 / 0.8);
}
.border-x-secondary\/85 {

    border-left-color: rgb(243 234 225 / 0.85);

    border-right-color: rgb(243 234 225 / 0.85);
}
.border-x-secondary\/90 {

    border-left-color: rgb(243 234 225 / 0.9);

    border-right-color: rgb(243 234 225 / 0.9);
}
.border-x-secondary\/95 {

    border-left-color: rgb(243 234 225 / 0.95);

    border-right-color: rgb(243 234 225 / 0.95);
}
.border-x-transparent {

    border-left-color: transparent;

    border-right-color: transparent;
}
.border-x-transparent\/0 {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.border-x-transparent\/10 {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-transparent\/100 {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.border-x-transparent\/15 {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-transparent\/20 {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-transparent\/25 {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-transparent\/30 {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-transparent\/35 {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-transparent\/40 {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-transparent\/45 {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-transparent\/5 {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-transparent\/50 {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-transparent\/55 {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-transparent\/60 {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-transparent\/65 {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-transparent\/70 {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-transparent\/75 {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-transparent\/80 {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-transparent\/85 {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-transparent\/90 {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-transparent\/95 {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-white {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-x-white\/0 {

    border-left-color: rgb(255 255 255 / 0);

    border-right-color: rgb(255 255 255 / 0);
}
.border-x-white\/10 {

    border-left-color: rgb(255 255 255 / 0.1);

    border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-white\/100 {

    border-left-color: rgb(255 255 255 / 1);

    border-right-color: rgb(255 255 255 / 1);
}
.border-x-white\/15 {

    border-left-color: rgb(255 255 255 / 0.15);

    border-right-color: rgb(255 255 255 / 0.15);
}
.border-x-white\/20 {

    border-left-color: rgb(255 255 255 / 0.2);

    border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-white\/25 {

    border-left-color: rgb(255 255 255 / 0.25);

    border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-white\/30 {

    border-left-color: rgb(255 255 255 / 0.3);

    border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-white\/35 {

    border-left-color: rgb(255 255 255 / 0.35);

    border-right-color: rgb(255 255 255 / 0.35);
}
.border-x-white\/40 {

    border-left-color: rgb(255 255 255 / 0.4);

    border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-white\/45 {

    border-left-color: rgb(255 255 255 / 0.45);

    border-right-color: rgb(255 255 255 / 0.45);
}
.border-x-white\/5 {

    border-left-color: rgb(255 255 255 / 0.05);

    border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-white\/50 {

    border-left-color: rgb(255 255 255 / 0.5);

    border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-white\/55 {

    border-left-color: rgb(255 255 255 / 0.55);

    border-right-color: rgb(255 255 255 / 0.55);
}
.border-x-white\/60 {

    border-left-color: rgb(255 255 255 / 0.6);

    border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-white\/65 {

    border-left-color: rgb(255 255 255 / 0.65);

    border-right-color: rgb(255 255 255 / 0.65);
}
.border-x-white\/70 {

    border-left-color: rgb(255 255 255 / 0.7);

    border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-white\/75 {

    border-left-color: rgb(255 255 255 / 0.75);

    border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-white\/80 {

    border-left-color: rgb(255 255 255 / 0.8);

    border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-white\/85 {

    border-left-color: rgb(255 255 255 / 0.85);

    border-right-color: rgb(255 255 255 / 0.85);
}
.border-x-white\/90 {

    border-left-color: rgb(255 255 255 / 0.9);

    border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-white\/95 {

    border-left-color: rgb(255 255 255 / 0.95);

    border-right-color: rgb(255 255 255 / 0.95);
}
.border-y-accent {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-y-accent-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-y-accent-dark\/0 {

    border-top-color: rgb(225 114 45 / 0);

    border-bottom-color: rgb(225 114 45 / 0);
}
.border-y-accent-dark\/10 {

    border-top-color: rgb(225 114 45 / 0.1);

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.border-y-accent-dark\/100 {

    border-top-color: rgb(225 114 45 / 1);

    border-bottom-color: rgb(225 114 45 / 1);
}
.border-y-accent-dark\/15 {

    border-top-color: rgb(225 114 45 / 0.15);

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.border-y-accent-dark\/20 {

    border-top-color: rgb(225 114 45 / 0.2);

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.border-y-accent-dark\/25 {

    border-top-color: rgb(225 114 45 / 0.25);

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.border-y-accent-dark\/30 {

    border-top-color: rgb(225 114 45 / 0.3);

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.border-y-accent-dark\/35 {

    border-top-color: rgb(225 114 45 / 0.35);

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.border-y-accent-dark\/40 {

    border-top-color: rgb(225 114 45 / 0.4);

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.border-y-accent-dark\/45 {

    border-top-color: rgb(225 114 45 / 0.45);

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.border-y-accent-dark\/5 {

    border-top-color: rgb(225 114 45 / 0.05);

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.border-y-accent-dark\/50 {

    border-top-color: rgb(225 114 45 / 0.5);

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.border-y-accent-dark\/55 {

    border-top-color: rgb(225 114 45 / 0.55);

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.border-y-accent-dark\/60 {

    border-top-color: rgb(225 114 45 / 0.6);

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.border-y-accent-dark\/65 {

    border-top-color: rgb(225 114 45 / 0.65);

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.border-y-accent-dark\/70 {

    border-top-color: rgb(225 114 45 / 0.7);

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.border-y-accent-dark\/75 {

    border-top-color: rgb(225 114 45 / 0.75);

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.border-y-accent-dark\/80 {

    border-top-color: rgb(225 114 45 / 0.8);

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.border-y-accent-dark\/85 {

    border-top-color: rgb(225 114 45 / 0.85);

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.border-y-accent-dark\/90 {

    border-top-color: rgb(225 114 45 / 0.9);

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.border-y-accent-dark\/95 {

    border-top-color: rgb(225 114 45 / 0.95);

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.border-y-accent-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-y-accent-light\/0 {

    border-top-color: rgb(255 191 105 / 0);

    border-bottom-color: rgb(255 191 105 / 0);
}
.border-y-accent-light\/10 {

    border-top-color: rgb(255 191 105 / 0.1);

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.border-y-accent-light\/100 {

    border-top-color: rgb(255 191 105 / 1);

    border-bottom-color: rgb(255 191 105 / 1);
}
.border-y-accent-light\/15 {

    border-top-color: rgb(255 191 105 / 0.15);

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.border-y-accent-light\/20 {

    border-top-color: rgb(255 191 105 / 0.2);

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.border-y-accent-light\/25 {

    border-top-color: rgb(255 191 105 / 0.25);

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.border-y-accent-light\/30 {

    border-top-color: rgb(255 191 105 / 0.3);

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.border-y-accent-light\/35 {

    border-top-color: rgb(255 191 105 / 0.35);

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.border-y-accent-light\/40 {

    border-top-color: rgb(255 191 105 / 0.4);

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.border-y-accent-light\/45 {

    border-top-color: rgb(255 191 105 / 0.45);

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.border-y-accent-light\/5 {

    border-top-color: rgb(255 191 105 / 0.05);

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.border-y-accent-light\/50 {

    border-top-color: rgb(255 191 105 / 0.5);

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.border-y-accent-light\/55 {

    border-top-color: rgb(255 191 105 / 0.55);

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.border-y-accent-light\/60 {

    border-top-color: rgb(255 191 105 / 0.6);

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.border-y-accent-light\/65 {

    border-top-color: rgb(255 191 105 / 0.65);

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.border-y-accent-light\/70 {

    border-top-color: rgb(255 191 105 / 0.7);

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.border-y-accent-light\/75 {

    border-top-color: rgb(255 191 105 / 0.75);

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.border-y-accent-light\/80 {

    border-top-color: rgb(255 191 105 / 0.8);

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.border-y-accent-light\/85 {

    border-top-color: rgb(255 191 105 / 0.85);

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.border-y-accent-light\/90 {

    border-top-color: rgb(255 191 105 / 0.9);

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.border-y-accent-light\/95 {

    border-top-color: rgb(255 191 105 / 0.95);

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.border-y-accent\/0 {

    border-top-color: rgb(229 136 78 / 0);

    border-bottom-color: rgb(229 136 78 / 0);
}
.border-y-accent\/10 {

    border-top-color: rgb(229 136 78 / 0.1);

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.border-y-accent\/100 {

    border-top-color: rgb(229 136 78 / 1);

    border-bottom-color: rgb(229 136 78 / 1);
}
.border-y-accent\/15 {

    border-top-color: rgb(229 136 78 / 0.15);

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.border-y-accent\/20 {

    border-top-color: rgb(229 136 78 / 0.2);

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.border-y-accent\/25 {

    border-top-color: rgb(229 136 78 / 0.25);

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.border-y-accent\/30 {

    border-top-color: rgb(229 136 78 / 0.3);

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.border-y-accent\/35 {

    border-top-color: rgb(229 136 78 / 0.35);

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.border-y-accent\/40 {

    border-top-color: rgb(229 136 78 / 0.4);

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.border-y-accent\/45 {

    border-top-color: rgb(229 136 78 / 0.45);

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.border-y-accent\/5 {

    border-top-color: rgb(229 136 78 / 0.05);

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.border-y-accent\/50 {

    border-top-color: rgb(229 136 78 / 0.5);

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.border-y-accent\/55 {

    border-top-color: rgb(229 136 78 / 0.55);

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.border-y-accent\/60 {

    border-top-color: rgb(229 136 78 / 0.6);

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.border-y-accent\/65 {

    border-top-color: rgb(229 136 78 / 0.65);

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.border-y-accent\/70 {

    border-top-color: rgb(229 136 78 / 0.7);

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.border-y-accent\/75 {

    border-top-color: rgb(229 136 78 / 0.75);

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.border-y-accent\/80 {

    border-top-color: rgb(229 136 78 / 0.8);

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.border-y-accent\/85 {

    border-top-color: rgb(229 136 78 / 0.85);

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.border-y-accent\/90 {

    border-top-color: rgb(229 136 78 / 0.9);

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.border-y-accent\/95 {

    border-top-color: rgb(229 136 78 / 0.95);

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.border-y-black {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-y-black\/0 {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-black\/10 {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-black\/100 {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-black\/15 {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-black\/20 {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-black\/25 {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-black\/30 {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-black\/35 {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-black\/40 {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-black\/45 {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-black\/5 {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-black\/50 {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-black\/55 {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-black\/60 {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-black\/65 {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-black\/70 {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-black\/75 {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-black\/80 {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-black\/85 {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-black\/90 {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-black\/95 {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-current {

    border-top-color: currentColor;

    border-bottom-color: currentColor;
}
.border-y-error {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-y-error\/0 {

    border-top-color: rgb(255 0 0 / 0);

    border-bottom-color: rgb(255 0 0 / 0);
}
.border-y-error\/10 {

    border-top-color: rgb(255 0 0 / 0.1);

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.border-y-error\/100 {

    border-top-color: rgb(255 0 0 / 1);

    border-bottom-color: rgb(255 0 0 / 1);
}
.border-y-error\/15 {

    border-top-color: rgb(255 0 0 / 0.15);

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.border-y-error\/20 {

    border-top-color: rgb(255 0 0 / 0.2);

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.border-y-error\/25 {

    border-top-color: rgb(255 0 0 / 0.25);

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.border-y-error\/30 {

    border-top-color: rgb(255 0 0 / 0.3);

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.border-y-error\/35 {

    border-top-color: rgb(255 0 0 / 0.35);

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.border-y-error\/40 {

    border-top-color: rgb(255 0 0 / 0.4);

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.border-y-error\/45 {

    border-top-color: rgb(255 0 0 / 0.45);

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.border-y-error\/5 {

    border-top-color: rgb(255 0 0 / 0.05);

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.border-y-error\/50 {

    border-top-color: rgb(255 0 0 / 0.5);

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.border-y-error\/55 {

    border-top-color: rgb(255 0 0 / 0.55);

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.border-y-error\/60 {

    border-top-color: rgb(255 0 0 / 0.6);

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.border-y-error\/65 {

    border-top-color: rgb(255 0 0 / 0.65);

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.border-y-error\/70 {

    border-top-color: rgb(255 0 0 / 0.7);

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.border-y-error\/75 {

    border-top-color: rgb(255 0 0 / 0.75);

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.border-y-error\/80 {

    border-top-color: rgb(255 0 0 / 0.8);

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.border-y-error\/85 {

    border-top-color: rgb(255 0 0 / 0.85);

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.border-y-error\/90 {

    border-top-color: rgb(255 0 0 / 0.9);

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.border-y-error\/95 {

    border-top-color: rgb(255 0 0 / 0.95);

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.border-y-gray-100 {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-y-gray-100\/0 {

    border-top-color: rgb(243 244 246 / 0);

    border-bottom-color: rgb(243 244 246 / 0);
}
.border-y-gray-100\/10 {

    border-top-color: rgb(243 244 246 / 0.1);

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-y-gray-100\/100 {

    border-top-color: rgb(243 244 246 / 1);

    border-bottom-color: rgb(243 244 246 / 1);
}
.border-y-gray-100\/15 {

    border-top-color: rgb(243 244 246 / 0.15);

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-y-gray-100\/20 {

    border-top-color: rgb(243 244 246 / 0.2);

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-y-gray-100\/25 {

    border-top-color: rgb(243 244 246 / 0.25);

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-y-gray-100\/30 {

    border-top-color: rgb(243 244 246 / 0.3);

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-y-gray-100\/35 {

    border-top-color: rgb(243 244 246 / 0.35);

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-y-gray-100\/40 {

    border-top-color: rgb(243 244 246 / 0.4);

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-y-gray-100\/45 {

    border-top-color: rgb(243 244 246 / 0.45);

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-y-gray-100\/5 {

    border-top-color: rgb(243 244 246 / 0.05);

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-y-gray-100\/50 {

    border-top-color: rgb(243 244 246 / 0.5);

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-y-gray-100\/55 {

    border-top-color: rgb(243 244 246 / 0.55);

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-y-gray-100\/60 {

    border-top-color: rgb(243 244 246 / 0.6);

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-y-gray-100\/65 {

    border-top-color: rgb(243 244 246 / 0.65);

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-y-gray-100\/70 {

    border-top-color: rgb(243 244 246 / 0.7);

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-y-gray-100\/75 {

    border-top-color: rgb(243 244 246 / 0.75);

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-y-gray-100\/80 {

    border-top-color: rgb(243 244 246 / 0.8);

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-y-gray-100\/85 {

    border-top-color: rgb(243 244 246 / 0.85);

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-y-gray-100\/90 {

    border-top-color: rgb(243 244 246 / 0.9);

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-y-gray-100\/95 {

    border-top-color: rgb(243 244 246 / 0.95);

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-y-gray-200 {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-y-gray-200\/0 {

    border-top-color: rgb(229 231 235 / 0);

    border-bottom-color: rgb(229 231 235 / 0);
}
.border-y-gray-200\/10 {

    border-top-color: rgb(229 231 235 / 0.1);

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-y-gray-200\/100 {

    border-top-color: rgb(229 231 235 / 1);

    border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-gray-200\/15 {

    border-top-color: rgb(229 231 235 / 0.15);

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-y-gray-200\/20 {

    border-top-color: rgb(229 231 235 / 0.2);

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-y-gray-200\/25 {

    border-top-color: rgb(229 231 235 / 0.25);

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-y-gray-200\/30 {

    border-top-color: rgb(229 231 235 / 0.3);

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-y-gray-200\/35 {

    border-top-color: rgb(229 231 235 / 0.35);

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-y-gray-200\/40 {

    border-top-color: rgb(229 231 235 / 0.4);

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-y-gray-200\/45 {

    border-top-color: rgb(229 231 235 / 0.45);

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-y-gray-200\/5 {

    border-top-color: rgb(229 231 235 / 0.05);

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-y-gray-200\/50 {

    border-top-color: rgb(229 231 235 / 0.5);

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-gray-200\/55 {

    border-top-color: rgb(229 231 235 / 0.55);

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-y-gray-200\/60 {

    border-top-color: rgb(229 231 235 / 0.6);

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-y-gray-200\/65 {

    border-top-color: rgb(229 231 235 / 0.65);

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-y-gray-200\/70 {

    border-top-color: rgb(229 231 235 / 0.7);

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-y-gray-200\/75 {

    border-top-color: rgb(229 231 235 / 0.75);

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-y-gray-200\/80 {

    border-top-color: rgb(229 231 235 / 0.8);

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-y-gray-200\/85 {

    border-top-color: rgb(229 231 235 / 0.85);

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-y-gray-200\/90 {

    border-top-color: rgb(229 231 235 / 0.9);

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-y-gray-200\/95 {

    border-top-color: rgb(229 231 235 / 0.95);

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-y-gray-300 {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-y-gray-300\/0 {

    border-top-color: rgb(209 213 219 / 0);

    border-bottom-color: rgb(209 213 219 / 0);
}
.border-y-gray-300\/10 {

    border-top-color: rgb(209 213 219 / 0.1);

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-y-gray-300\/100 {

    border-top-color: rgb(209 213 219 / 1);

    border-bottom-color: rgb(209 213 219 / 1);
}
.border-y-gray-300\/15 {

    border-top-color: rgb(209 213 219 / 0.15);

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-y-gray-300\/20 {

    border-top-color: rgb(209 213 219 / 0.2);

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-y-gray-300\/25 {

    border-top-color: rgb(209 213 219 / 0.25);

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-y-gray-300\/30 {

    border-top-color: rgb(209 213 219 / 0.3);

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-y-gray-300\/35 {

    border-top-color: rgb(209 213 219 / 0.35);

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-y-gray-300\/40 {

    border-top-color: rgb(209 213 219 / 0.4);

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-y-gray-300\/45 {

    border-top-color: rgb(209 213 219 / 0.45);

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-y-gray-300\/5 {

    border-top-color: rgb(209 213 219 / 0.05);

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-y-gray-300\/50 {

    border-top-color: rgb(209 213 219 / 0.5);

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-y-gray-300\/55 {

    border-top-color: rgb(209 213 219 / 0.55);

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-y-gray-300\/60 {

    border-top-color: rgb(209 213 219 / 0.6);

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-y-gray-300\/65 {

    border-top-color: rgb(209 213 219 / 0.65);

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-y-gray-300\/70 {

    border-top-color: rgb(209 213 219 / 0.7);

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-y-gray-300\/75 {

    border-top-color: rgb(209 213 219 / 0.75);

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-y-gray-300\/80 {

    border-top-color: rgb(209 213 219 / 0.8);

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-y-gray-300\/85 {

    border-top-color: rgb(209 213 219 / 0.85);

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-y-gray-300\/90 {

    border-top-color: rgb(209 213 219 / 0.9);

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-y-gray-300\/95 {

    border-top-color: rgb(209 213 219 / 0.95);

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-y-gray-400 {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-y-gray-400\/0 {

    border-top-color: rgb(156 163 175 / 0);

    border-bottom-color: rgb(156 163 175 / 0);
}
.border-y-gray-400\/10 {

    border-top-color: rgb(156 163 175 / 0.1);

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-y-gray-400\/100 {

    border-top-color: rgb(156 163 175 / 1);

    border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-gray-400\/15 {

    border-top-color: rgb(156 163 175 / 0.15);

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-y-gray-400\/20 {

    border-top-color: rgb(156 163 175 / 0.2);

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-y-gray-400\/25 {

    border-top-color: rgb(156 163 175 / 0.25);

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-y-gray-400\/30 {

    border-top-color: rgb(156 163 175 / 0.3);

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-y-gray-400\/35 {

    border-top-color: rgb(156 163 175 / 0.35);

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-y-gray-400\/40 {

    border-top-color: rgb(156 163 175 / 0.4);

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-y-gray-400\/45 {

    border-top-color: rgb(156 163 175 / 0.45);

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-y-gray-400\/5 {

    border-top-color: rgb(156 163 175 / 0.05);

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-y-gray-400\/50 {

    border-top-color: rgb(156 163 175 / 0.5);

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-gray-400\/55 {

    border-top-color: rgb(156 163 175 / 0.55);

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-y-gray-400\/60 {

    border-top-color: rgb(156 163 175 / 0.6);

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-y-gray-400\/65 {

    border-top-color: rgb(156 163 175 / 0.65);

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-y-gray-400\/70 {

    border-top-color: rgb(156 163 175 / 0.7);

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-y-gray-400\/75 {

    border-top-color: rgb(156 163 175 / 0.75);

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-y-gray-400\/80 {

    border-top-color: rgb(156 163 175 / 0.8);

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-y-gray-400\/85 {

    border-top-color: rgb(156 163 175 / 0.85);

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-y-gray-400\/90 {

    border-top-color: rgb(156 163 175 / 0.9);

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-y-gray-400\/95 {

    border-top-color: rgb(156 163 175 / 0.95);

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-y-gray-50 {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-y-gray-50\/0 {

    border-top-color: rgb(249 250 251 / 0);

    border-bottom-color: rgb(249 250 251 / 0);
}
.border-y-gray-50\/10 {

    border-top-color: rgb(249 250 251 / 0.1);

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-y-gray-50\/100 {

    border-top-color: rgb(249 250 251 / 1);

    border-bottom-color: rgb(249 250 251 / 1);
}
.border-y-gray-50\/15 {

    border-top-color: rgb(249 250 251 / 0.15);

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-y-gray-50\/20 {

    border-top-color: rgb(249 250 251 / 0.2);

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-y-gray-50\/25 {

    border-top-color: rgb(249 250 251 / 0.25);

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-y-gray-50\/30 {

    border-top-color: rgb(249 250 251 / 0.3);

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-y-gray-50\/35 {

    border-top-color: rgb(249 250 251 / 0.35);

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-y-gray-50\/40 {

    border-top-color: rgb(249 250 251 / 0.4);

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-y-gray-50\/45 {

    border-top-color: rgb(249 250 251 / 0.45);

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-y-gray-50\/5 {

    border-top-color: rgb(249 250 251 / 0.05);

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-y-gray-50\/50 {

    border-top-color: rgb(249 250 251 / 0.5);

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-y-gray-50\/55 {

    border-top-color: rgb(249 250 251 / 0.55);

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-y-gray-50\/60 {

    border-top-color: rgb(249 250 251 / 0.6);

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-y-gray-50\/65 {

    border-top-color: rgb(249 250 251 / 0.65);

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-y-gray-50\/70 {

    border-top-color: rgb(249 250 251 / 0.7);

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-y-gray-50\/75 {

    border-top-color: rgb(249 250 251 / 0.75);

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-y-gray-50\/80 {

    border-top-color: rgb(249 250 251 / 0.8);

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-y-gray-50\/85 {

    border-top-color: rgb(249 250 251 / 0.85);

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-y-gray-50\/90 {

    border-top-color: rgb(249 250 251 / 0.9);

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-y-gray-50\/95 {

    border-top-color: rgb(249 250 251 / 0.95);

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-y-gray-500 {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-y-gray-500\/0 {

    border-top-color: rgb(107 114 128 / 0);

    border-bottom-color: rgb(107 114 128 / 0);
}
.border-y-gray-500\/10 {

    border-top-color: rgb(107 114 128 / 0.1);

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-y-gray-500\/100 {

    border-top-color: rgb(107 114 128 / 1);

    border-bottom-color: rgb(107 114 128 / 1);
}
.border-y-gray-500\/15 {

    border-top-color: rgb(107 114 128 / 0.15);

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-y-gray-500\/20 {

    border-top-color: rgb(107 114 128 / 0.2);

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-y-gray-500\/25 {

    border-top-color: rgb(107 114 128 / 0.25);

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-y-gray-500\/30 {

    border-top-color: rgb(107 114 128 / 0.3);

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-y-gray-500\/35 {

    border-top-color: rgb(107 114 128 / 0.35);

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-y-gray-500\/40 {

    border-top-color: rgb(107 114 128 / 0.4);

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-y-gray-500\/45 {

    border-top-color: rgb(107 114 128 / 0.45);

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-y-gray-500\/5 {

    border-top-color: rgb(107 114 128 / 0.05);

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-y-gray-500\/50 {

    border-top-color: rgb(107 114 128 / 0.5);

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-y-gray-500\/55 {

    border-top-color: rgb(107 114 128 / 0.55);

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-y-gray-500\/60 {

    border-top-color: rgb(107 114 128 / 0.6);

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-y-gray-500\/65 {

    border-top-color: rgb(107 114 128 / 0.65);

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-y-gray-500\/70 {

    border-top-color: rgb(107 114 128 / 0.7);

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-y-gray-500\/75 {

    border-top-color: rgb(107 114 128 / 0.75);

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-y-gray-500\/80 {

    border-top-color: rgb(107 114 128 / 0.8);

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-y-gray-500\/85 {

    border-top-color: rgb(107 114 128 / 0.85);

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-y-gray-500\/90 {

    border-top-color: rgb(107 114 128 / 0.9);

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-y-gray-500\/95 {

    border-top-color: rgb(107 114 128 / 0.95);

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-y-gray-600 {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-y-gray-600\/0 {

    border-top-color: rgb(75 85 99 / 0);

    border-bottom-color: rgb(75 85 99 / 0);
}
.border-y-gray-600\/10 {

    border-top-color: rgb(75 85 99 / 0.1);

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-y-gray-600\/100 {

    border-top-color: rgb(75 85 99 / 1);

    border-bottom-color: rgb(75 85 99 / 1);
}
.border-y-gray-600\/15 {

    border-top-color: rgb(75 85 99 / 0.15);

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-y-gray-600\/20 {

    border-top-color: rgb(75 85 99 / 0.2);

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-y-gray-600\/25 {

    border-top-color: rgb(75 85 99 / 0.25);

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-y-gray-600\/30 {

    border-top-color: rgb(75 85 99 / 0.3);

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-y-gray-600\/35 {

    border-top-color: rgb(75 85 99 / 0.35);

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-y-gray-600\/40 {

    border-top-color: rgb(75 85 99 / 0.4);

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-y-gray-600\/45 {

    border-top-color: rgb(75 85 99 / 0.45);

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-y-gray-600\/5 {

    border-top-color: rgb(75 85 99 / 0.05);

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-y-gray-600\/50 {

    border-top-color: rgb(75 85 99 / 0.5);

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-y-gray-600\/55 {

    border-top-color: rgb(75 85 99 / 0.55);

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-y-gray-600\/60 {

    border-top-color: rgb(75 85 99 / 0.6);

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-y-gray-600\/65 {

    border-top-color: rgb(75 85 99 / 0.65);

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-y-gray-600\/70 {

    border-top-color: rgb(75 85 99 / 0.7);

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-y-gray-600\/75 {

    border-top-color: rgb(75 85 99 / 0.75);

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-y-gray-600\/80 {

    border-top-color: rgb(75 85 99 / 0.8);

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-y-gray-600\/85 {

    border-top-color: rgb(75 85 99 / 0.85);

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-y-gray-600\/90 {

    border-top-color: rgb(75 85 99 / 0.9);

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-y-gray-600\/95 {

    border-top-color: rgb(75 85 99 / 0.95);

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-y-gray-700 {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-y-gray-700\/0 {

    border-top-color: rgb(55 65 81 / 0);

    border-bottom-color: rgb(55 65 81 / 0);
}
.border-y-gray-700\/10 {

    border-top-color: rgb(55 65 81 / 0.1);

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-y-gray-700\/100 {

    border-top-color: rgb(55 65 81 / 1);

    border-bottom-color: rgb(55 65 81 / 1);
}
.border-y-gray-700\/15 {

    border-top-color: rgb(55 65 81 / 0.15);

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-y-gray-700\/20 {

    border-top-color: rgb(55 65 81 / 0.2);

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-y-gray-700\/25 {

    border-top-color: rgb(55 65 81 / 0.25);

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-y-gray-700\/30 {

    border-top-color: rgb(55 65 81 / 0.3);

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-y-gray-700\/35 {

    border-top-color: rgb(55 65 81 / 0.35);

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-y-gray-700\/40 {

    border-top-color: rgb(55 65 81 / 0.4);

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-y-gray-700\/45 {

    border-top-color: rgb(55 65 81 / 0.45);

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-y-gray-700\/5 {

    border-top-color: rgb(55 65 81 / 0.05);

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-y-gray-700\/50 {

    border-top-color: rgb(55 65 81 / 0.5);

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-y-gray-700\/55 {

    border-top-color: rgb(55 65 81 / 0.55);

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-y-gray-700\/60 {

    border-top-color: rgb(55 65 81 / 0.6);

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-y-gray-700\/65 {

    border-top-color: rgb(55 65 81 / 0.65);

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-y-gray-700\/70 {

    border-top-color: rgb(55 65 81 / 0.7);

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-y-gray-700\/75 {

    border-top-color: rgb(55 65 81 / 0.75);

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-y-gray-700\/80 {

    border-top-color: rgb(55 65 81 / 0.8);

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-y-gray-700\/85 {

    border-top-color: rgb(55 65 81 / 0.85);

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-y-gray-700\/90 {

    border-top-color: rgb(55 65 81 / 0.9);

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-y-gray-700\/95 {

    border-top-color: rgb(55 65 81 / 0.95);

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-y-gray-800 {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-y-gray-800\/0 {

    border-top-color: rgb(31 41 55 / 0);

    border-bottom-color: rgb(31 41 55 / 0);
}
.border-y-gray-800\/10 {

    border-top-color: rgb(31 41 55 / 0.1);

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-y-gray-800\/100 {

    border-top-color: rgb(31 41 55 / 1);

    border-bottom-color: rgb(31 41 55 / 1);
}
.border-y-gray-800\/15 {

    border-top-color: rgb(31 41 55 / 0.15);

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-y-gray-800\/20 {

    border-top-color: rgb(31 41 55 / 0.2);

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-y-gray-800\/25 {

    border-top-color: rgb(31 41 55 / 0.25);

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-y-gray-800\/30 {

    border-top-color: rgb(31 41 55 / 0.3);

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-y-gray-800\/35 {

    border-top-color: rgb(31 41 55 / 0.35);

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-y-gray-800\/40 {

    border-top-color: rgb(31 41 55 / 0.4);

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-y-gray-800\/45 {

    border-top-color: rgb(31 41 55 / 0.45);

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-y-gray-800\/5 {

    border-top-color: rgb(31 41 55 / 0.05);

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-y-gray-800\/50 {

    border-top-color: rgb(31 41 55 / 0.5);

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-y-gray-800\/55 {

    border-top-color: rgb(31 41 55 / 0.55);

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-y-gray-800\/60 {

    border-top-color: rgb(31 41 55 / 0.6);

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-y-gray-800\/65 {

    border-top-color: rgb(31 41 55 / 0.65);

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-y-gray-800\/70 {

    border-top-color: rgb(31 41 55 / 0.7);

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-y-gray-800\/75 {

    border-top-color: rgb(31 41 55 / 0.75);

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-y-gray-800\/80 {

    border-top-color: rgb(31 41 55 / 0.8);

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-y-gray-800\/85 {

    border-top-color: rgb(31 41 55 / 0.85);

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-y-gray-800\/90 {

    border-top-color: rgb(31 41 55 / 0.9);

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-y-gray-800\/95 {

    border-top-color: rgb(31 41 55 / 0.95);

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-y-gray-900 {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-y-gray-900\/0 {

    border-top-color: rgb(17 24 39 / 0);

    border-bottom-color: rgb(17 24 39 / 0);
}
.border-y-gray-900\/10 {

    border-top-color: rgb(17 24 39 / 0.1);

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-y-gray-900\/100 {

    border-top-color: rgb(17 24 39 / 1);

    border-bottom-color: rgb(17 24 39 / 1);
}
.border-y-gray-900\/15 {

    border-top-color: rgb(17 24 39 / 0.15);

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-y-gray-900\/20 {

    border-top-color: rgb(17 24 39 / 0.2);

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-y-gray-900\/25 {

    border-top-color: rgb(17 24 39 / 0.25);

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-y-gray-900\/30 {

    border-top-color: rgb(17 24 39 / 0.3);

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-y-gray-900\/35 {

    border-top-color: rgb(17 24 39 / 0.35);

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-y-gray-900\/40 {

    border-top-color: rgb(17 24 39 / 0.4);

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-y-gray-900\/45 {

    border-top-color: rgb(17 24 39 / 0.45);

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-y-gray-900\/5 {

    border-top-color: rgb(17 24 39 / 0.05);

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-y-gray-900\/50 {

    border-top-color: rgb(17 24 39 / 0.5);

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-y-gray-900\/55 {

    border-top-color: rgb(17 24 39 / 0.55);

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-y-gray-900\/60 {

    border-top-color: rgb(17 24 39 / 0.6);

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-y-gray-900\/65 {

    border-top-color: rgb(17 24 39 / 0.65);

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-y-gray-900\/70 {

    border-top-color: rgb(17 24 39 / 0.7);

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-y-gray-900\/75 {

    border-top-color: rgb(17 24 39 / 0.75);

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-y-gray-900\/80 {

    border-top-color: rgb(17 24 39 / 0.8);

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-y-gray-900\/85 {

    border-top-color: rgb(17 24 39 / 0.85);

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-y-gray-900\/90 {

    border-top-color: rgb(17 24 39 / 0.9);

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-y-gray-900\/95 {

    border-top-color: rgb(17 24 39 / 0.95);

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-y-gray-950 {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-y-gray-950\/0 {

    border-top-color: rgb(3 7 18 / 0);

    border-bottom-color: rgb(3 7 18 / 0);
}
.border-y-gray-950\/10 {

    border-top-color: rgb(3 7 18 / 0.1);

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-y-gray-950\/100 {

    border-top-color: rgb(3 7 18 / 1);

    border-bottom-color: rgb(3 7 18 / 1);
}
.border-y-gray-950\/15 {

    border-top-color: rgb(3 7 18 / 0.15);

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-y-gray-950\/20 {

    border-top-color: rgb(3 7 18 / 0.2);

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-y-gray-950\/25 {

    border-top-color: rgb(3 7 18 / 0.25);

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-y-gray-950\/30 {

    border-top-color: rgb(3 7 18 / 0.3);

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-y-gray-950\/35 {

    border-top-color: rgb(3 7 18 / 0.35);

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-y-gray-950\/40 {

    border-top-color: rgb(3 7 18 / 0.4);

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-y-gray-950\/45 {

    border-top-color: rgb(3 7 18 / 0.45);

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-y-gray-950\/5 {

    border-top-color: rgb(3 7 18 / 0.05);

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-y-gray-950\/50 {

    border-top-color: rgb(3 7 18 / 0.5);

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-y-gray-950\/55 {

    border-top-color: rgb(3 7 18 / 0.55);

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-y-gray-950\/60 {

    border-top-color: rgb(3 7 18 / 0.6);

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-y-gray-950\/65 {

    border-top-color: rgb(3 7 18 / 0.65);

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-y-gray-950\/70 {

    border-top-color: rgb(3 7 18 / 0.7);

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-y-gray-950\/75 {

    border-top-color: rgb(3 7 18 / 0.75);

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-y-gray-950\/80 {

    border-top-color: rgb(3 7 18 / 0.8);

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-y-gray-950\/85 {

    border-top-color: rgb(3 7 18 / 0.85);

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-y-gray-950\/90 {

    border-top-color: rgb(3 7 18 / 0.9);

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-y-gray-950\/95 {

    border-top-color: rgb(3 7 18 / 0.95);

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-y-inherit {

    border-top-color: inherit;

    border-bottom-color: inherit;
}
.border-y-primary {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-y-primary-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-y-primary-dark\/0 {

    border-top-color: rgb(26 88 121 / 0);

    border-bottom-color: rgb(26 88 121 / 0);
}
.border-y-primary-dark\/10 {

    border-top-color: rgb(26 88 121 / 0.1);

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.border-y-primary-dark\/100 {

    border-top-color: rgb(26 88 121 / 1);

    border-bottom-color: rgb(26 88 121 / 1);
}
.border-y-primary-dark\/15 {

    border-top-color: rgb(26 88 121 / 0.15);

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.border-y-primary-dark\/20 {

    border-top-color: rgb(26 88 121 / 0.2);

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.border-y-primary-dark\/25 {

    border-top-color: rgb(26 88 121 / 0.25);

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.border-y-primary-dark\/30 {

    border-top-color: rgb(26 88 121 / 0.3);

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.border-y-primary-dark\/35 {

    border-top-color: rgb(26 88 121 / 0.35);

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.border-y-primary-dark\/40 {

    border-top-color: rgb(26 88 121 / 0.4);

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.border-y-primary-dark\/45 {

    border-top-color: rgb(26 88 121 / 0.45);

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.border-y-primary-dark\/5 {

    border-top-color: rgb(26 88 121 / 0.05);

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.border-y-primary-dark\/50 {

    border-top-color: rgb(26 88 121 / 0.5);

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.border-y-primary-dark\/55 {

    border-top-color: rgb(26 88 121 / 0.55);

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.border-y-primary-dark\/60 {

    border-top-color: rgb(26 88 121 / 0.6);

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.border-y-primary-dark\/65 {

    border-top-color: rgb(26 88 121 / 0.65);

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.border-y-primary-dark\/70 {

    border-top-color: rgb(26 88 121 / 0.7);

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.border-y-primary-dark\/75 {

    border-top-color: rgb(26 88 121 / 0.75);

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.border-y-primary-dark\/80 {

    border-top-color: rgb(26 88 121 / 0.8);

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.border-y-primary-dark\/85 {

    border-top-color: rgb(26 88 121 / 0.85);

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.border-y-primary-dark\/90 {

    border-top-color: rgb(26 88 121 / 0.9);

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.border-y-primary-dark\/95 {

    border-top-color: rgb(26 88 121 / 0.95);

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.border-y-primary-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-y-primary-light\/0 {

    border-top-color: rgb(85 154 193 / 0);

    border-bottom-color: rgb(85 154 193 / 0);
}
.border-y-primary-light\/10 {

    border-top-color: rgb(85 154 193 / 0.1);

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.border-y-primary-light\/100 {

    border-top-color: rgb(85 154 193 / 1);

    border-bottom-color: rgb(85 154 193 / 1);
}
.border-y-primary-light\/15 {

    border-top-color: rgb(85 154 193 / 0.15);

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.border-y-primary-light\/20 {

    border-top-color: rgb(85 154 193 / 0.2);

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.border-y-primary-light\/25 {

    border-top-color: rgb(85 154 193 / 0.25);

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.border-y-primary-light\/30 {

    border-top-color: rgb(85 154 193 / 0.3);

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.border-y-primary-light\/35 {

    border-top-color: rgb(85 154 193 / 0.35);

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.border-y-primary-light\/40 {

    border-top-color: rgb(85 154 193 / 0.4);

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.border-y-primary-light\/45 {

    border-top-color: rgb(85 154 193 / 0.45);

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.border-y-primary-light\/5 {

    border-top-color: rgb(85 154 193 / 0.05);

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.border-y-primary-light\/50 {

    border-top-color: rgb(85 154 193 / 0.5);

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.border-y-primary-light\/55 {

    border-top-color: rgb(85 154 193 / 0.55);

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.border-y-primary-light\/60 {

    border-top-color: rgb(85 154 193 / 0.6);

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.border-y-primary-light\/65 {

    border-top-color: rgb(85 154 193 / 0.65);

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.border-y-primary-light\/70 {

    border-top-color: rgb(85 154 193 / 0.7);

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.border-y-primary-light\/75 {

    border-top-color: rgb(85 154 193 / 0.75);

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.border-y-primary-light\/80 {

    border-top-color: rgb(85 154 193 / 0.8);

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.border-y-primary-light\/85 {

    border-top-color: rgb(85 154 193 / 0.85);

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.border-y-primary-light\/90 {

    border-top-color: rgb(85 154 193 / 0.9);

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.border-y-primary-light\/95 {

    border-top-color: rgb(85 154 193 / 0.95);

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.border-y-primary-lighter {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-y-primary-lighter\/0 {

    border-top-color: rgb(115 177 212 / 0);

    border-bottom-color: rgb(115 177 212 / 0);
}
.border-y-primary-lighter\/10 {

    border-top-color: rgb(115 177 212 / 0.1);

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.border-y-primary-lighter\/100 {

    border-top-color: rgb(115 177 212 / 1);

    border-bottom-color: rgb(115 177 212 / 1);
}
.border-y-primary-lighter\/15 {

    border-top-color: rgb(115 177 212 / 0.15);

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.border-y-primary-lighter\/20 {

    border-top-color: rgb(115 177 212 / 0.2);

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.border-y-primary-lighter\/25 {

    border-top-color: rgb(115 177 212 / 0.25);

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.border-y-primary-lighter\/30 {

    border-top-color: rgb(115 177 212 / 0.3);

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.border-y-primary-lighter\/35 {

    border-top-color: rgb(115 177 212 / 0.35);

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.border-y-primary-lighter\/40 {

    border-top-color: rgb(115 177 212 / 0.4);

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.border-y-primary-lighter\/45 {

    border-top-color: rgb(115 177 212 / 0.45);

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.border-y-primary-lighter\/5 {

    border-top-color: rgb(115 177 212 / 0.05);

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.border-y-primary-lighter\/50 {

    border-top-color: rgb(115 177 212 / 0.5);

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.border-y-primary-lighter\/55 {

    border-top-color: rgb(115 177 212 / 0.55);

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.border-y-primary-lighter\/60 {

    border-top-color: rgb(115 177 212 / 0.6);

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.border-y-primary-lighter\/65 {

    border-top-color: rgb(115 177 212 / 0.65);

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.border-y-primary-lighter\/70 {

    border-top-color: rgb(115 177 212 / 0.7);

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.border-y-primary-lighter\/75 {

    border-top-color: rgb(115 177 212 / 0.75);

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.border-y-primary-lighter\/80 {

    border-top-color: rgb(115 177 212 / 0.8);

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.border-y-primary-lighter\/85 {

    border-top-color: rgb(115 177 212 / 0.85);

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.border-y-primary-lighter\/90 {

    border-top-color: rgb(115 177 212 / 0.9);

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.border-y-primary-lighter\/95 {

    border-top-color: rgb(115 177 212 / 0.95);

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.border-y-primary\/0 {

    border-top-color: rgb(52 114 147 / 0);

    border-bottom-color: rgb(52 114 147 / 0);
}
.border-y-primary\/10 {

    border-top-color: rgb(52 114 147 / 0.1);

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.border-y-primary\/100 {

    border-top-color: rgb(52 114 147 / 1);

    border-bottom-color: rgb(52 114 147 / 1);
}
.border-y-primary\/15 {

    border-top-color: rgb(52 114 147 / 0.15);

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.border-y-primary\/20 {

    border-top-color: rgb(52 114 147 / 0.2);

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.border-y-primary\/25 {

    border-top-color: rgb(52 114 147 / 0.25);

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.border-y-primary\/30 {

    border-top-color: rgb(52 114 147 / 0.3);

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.border-y-primary\/35 {

    border-top-color: rgb(52 114 147 / 0.35);

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.border-y-primary\/40 {

    border-top-color: rgb(52 114 147 / 0.4);

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.border-y-primary\/45 {

    border-top-color: rgb(52 114 147 / 0.45);

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.border-y-primary\/5 {

    border-top-color: rgb(52 114 147 / 0.05);

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.border-y-primary\/50 {

    border-top-color: rgb(52 114 147 / 0.5);

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.border-y-primary\/55 {

    border-top-color: rgb(52 114 147 / 0.55);

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.border-y-primary\/60 {

    border-top-color: rgb(52 114 147 / 0.6);

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.border-y-primary\/65 {

    border-top-color: rgb(52 114 147 / 0.65);

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.border-y-primary\/70 {

    border-top-color: rgb(52 114 147 / 0.7);

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.border-y-primary\/75 {

    border-top-color: rgb(52 114 147 / 0.75);

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.border-y-primary\/80 {

    border-top-color: rgb(52 114 147 / 0.8);

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.border-y-primary\/85 {

    border-top-color: rgb(52 114 147 / 0.85);

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.border-y-primary\/90 {

    border-top-color: rgb(52 114 147 / 0.9);

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.border-y-primary\/95 {

    border-top-color: rgb(52 114 147 / 0.95);

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.border-y-secondary {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-y-secondary-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-y-secondary-dark\/0 {

    border-top-color: rgb(226 207 188 / 0);

    border-bottom-color: rgb(226 207 188 / 0);
}
.border-y-secondary-dark\/10 {

    border-top-color: rgb(226 207 188 / 0.1);

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.border-y-secondary-dark\/100 {

    border-top-color: rgb(226 207 188 / 1);

    border-bottom-color: rgb(226 207 188 / 1);
}
.border-y-secondary-dark\/15 {

    border-top-color: rgb(226 207 188 / 0.15);

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.border-y-secondary-dark\/20 {

    border-top-color: rgb(226 207 188 / 0.2);

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.border-y-secondary-dark\/25 {

    border-top-color: rgb(226 207 188 / 0.25);

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.border-y-secondary-dark\/30 {

    border-top-color: rgb(226 207 188 / 0.3);

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.border-y-secondary-dark\/35 {

    border-top-color: rgb(226 207 188 / 0.35);

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.border-y-secondary-dark\/40 {

    border-top-color: rgb(226 207 188 / 0.4);

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.border-y-secondary-dark\/45 {

    border-top-color: rgb(226 207 188 / 0.45);

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.border-y-secondary-dark\/5 {

    border-top-color: rgb(226 207 188 / 0.05);

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.border-y-secondary-dark\/50 {

    border-top-color: rgb(226 207 188 / 0.5);

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.border-y-secondary-dark\/55 {

    border-top-color: rgb(226 207 188 / 0.55);

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.border-y-secondary-dark\/60 {

    border-top-color: rgb(226 207 188 / 0.6);

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.border-y-secondary-dark\/65 {

    border-top-color: rgb(226 207 188 / 0.65);

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.border-y-secondary-dark\/70 {

    border-top-color: rgb(226 207 188 / 0.7);

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.border-y-secondary-dark\/75 {

    border-top-color: rgb(226 207 188 / 0.75);

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.border-y-secondary-dark\/80 {

    border-top-color: rgb(226 207 188 / 0.8);

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.border-y-secondary-dark\/85 {

    border-top-color: rgb(226 207 188 / 0.85);

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.border-y-secondary-dark\/90 {

    border-top-color: rgb(226 207 188 / 0.9);

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.border-y-secondary-dark\/95 {

    border-top-color: rgb(226 207 188 / 0.95);

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.border-y-secondary-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-y-secondary-light\/0 {

    border-top-color: rgb(254 250 247 / 0);

    border-bottom-color: rgb(254 250 247 / 0);
}
.border-y-secondary-light\/10 {

    border-top-color: rgb(254 250 247 / 0.1);

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.border-y-secondary-light\/100 {

    border-top-color: rgb(254 250 247 / 1);

    border-bottom-color: rgb(254 250 247 / 1);
}
.border-y-secondary-light\/15 {

    border-top-color: rgb(254 250 247 / 0.15);

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.border-y-secondary-light\/20 {

    border-top-color: rgb(254 250 247 / 0.2);

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.border-y-secondary-light\/25 {

    border-top-color: rgb(254 250 247 / 0.25);

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.border-y-secondary-light\/30 {

    border-top-color: rgb(254 250 247 / 0.3);

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.border-y-secondary-light\/35 {

    border-top-color: rgb(254 250 247 / 0.35);

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.border-y-secondary-light\/40 {

    border-top-color: rgb(254 250 247 / 0.4);

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.border-y-secondary-light\/45 {

    border-top-color: rgb(254 250 247 / 0.45);

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.border-y-secondary-light\/5 {

    border-top-color: rgb(254 250 247 / 0.05);

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.border-y-secondary-light\/50 {

    border-top-color: rgb(254 250 247 / 0.5);

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.border-y-secondary-light\/55 {

    border-top-color: rgb(254 250 247 / 0.55);

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.border-y-secondary-light\/60 {

    border-top-color: rgb(254 250 247 / 0.6);

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.border-y-secondary-light\/65 {

    border-top-color: rgb(254 250 247 / 0.65);

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.border-y-secondary-light\/70 {

    border-top-color: rgb(254 250 247 / 0.7);

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.border-y-secondary-light\/75 {

    border-top-color: rgb(254 250 247 / 0.75);

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.border-y-secondary-light\/80 {

    border-top-color: rgb(254 250 247 / 0.8);

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.border-y-secondary-light\/85 {

    border-top-color: rgb(254 250 247 / 0.85);

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.border-y-secondary-light\/90 {

    border-top-color: rgb(254 250 247 / 0.9);

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.border-y-secondary-light\/95 {

    border-top-color: rgb(254 250 247 / 0.95);

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.border-y-secondary\/0 {

    border-top-color: rgb(243 234 225 / 0);

    border-bottom-color: rgb(243 234 225 / 0);
}
.border-y-secondary\/10 {

    border-top-color: rgb(243 234 225 / 0.1);

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.border-y-secondary\/100 {

    border-top-color: rgb(243 234 225 / 1);

    border-bottom-color: rgb(243 234 225 / 1);
}
.border-y-secondary\/15 {

    border-top-color: rgb(243 234 225 / 0.15);

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.border-y-secondary\/20 {

    border-top-color: rgb(243 234 225 / 0.2);

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.border-y-secondary\/25 {

    border-top-color: rgb(243 234 225 / 0.25);

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.border-y-secondary\/30 {

    border-top-color: rgb(243 234 225 / 0.3);

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.border-y-secondary\/35 {

    border-top-color: rgb(243 234 225 / 0.35);

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.border-y-secondary\/40 {

    border-top-color: rgb(243 234 225 / 0.4);

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.border-y-secondary\/45 {

    border-top-color: rgb(243 234 225 / 0.45);

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.border-y-secondary\/5 {

    border-top-color: rgb(243 234 225 / 0.05);

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.border-y-secondary\/50 {

    border-top-color: rgb(243 234 225 / 0.5);

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.border-y-secondary\/55 {

    border-top-color: rgb(243 234 225 / 0.55);

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.border-y-secondary\/60 {

    border-top-color: rgb(243 234 225 / 0.6);

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.border-y-secondary\/65 {

    border-top-color: rgb(243 234 225 / 0.65);

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.border-y-secondary\/70 {

    border-top-color: rgb(243 234 225 / 0.7);

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.border-y-secondary\/75 {

    border-top-color: rgb(243 234 225 / 0.75);

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.border-y-secondary\/80 {

    border-top-color: rgb(243 234 225 / 0.8);

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.border-y-secondary\/85 {

    border-top-color: rgb(243 234 225 / 0.85);

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.border-y-secondary\/90 {

    border-top-color: rgb(243 234 225 / 0.9);

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.border-y-secondary\/95 {

    border-top-color: rgb(243 234 225 / 0.95);

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.border-y-transparent {

    border-top-color: transparent;

    border-bottom-color: transparent;
}
.border-y-transparent\/0 {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-transparent\/10 {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-transparent\/100 {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-transparent\/15 {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-transparent\/20 {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-transparent\/25 {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-transparent\/30 {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-transparent\/35 {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-transparent\/40 {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-transparent\/45 {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-transparent\/5 {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-transparent\/50 {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-transparent\/55 {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-transparent\/60 {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-transparent\/65 {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-transparent\/70 {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-transparent\/75 {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-transparent\/80 {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-transparent\/85 {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-transparent\/90 {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-transparent\/95 {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-white {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-white\/0 {

    border-top-color: rgb(255 255 255 / 0);

    border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-white\/10 {

    border-top-color: rgb(255 255 255 / 0.1);

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-white\/100 {

    border-top-color: rgb(255 255 255 / 1);

    border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-white\/15 {

    border-top-color: rgb(255 255 255 / 0.15);

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-y-white\/20 {

    border-top-color: rgb(255 255 255 / 0.2);

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-white\/25 {

    border-top-color: rgb(255 255 255 / 0.25);

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-white\/30 {

    border-top-color: rgb(255 255 255 / 0.3);

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-white\/35 {

    border-top-color: rgb(255 255 255 / 0.35);

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-y-white\/40 {

    border-top-color: rgb(255 255 255 / 0.4);

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-white\/45 {

    border-top-color: rgb(255 255 255 / 0.45);

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-y-white\/5 {

    border-top-color: rgb(255 255 255 / 0.05);

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-white\/50 {

    border-top-color: rgb(255 255 255 / 0.5);

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-white\/55 {

    border-top-color: rgb(255 255 255 / 0.55);

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-y-white\/60 {

    border-top-color: rgb(255 255 255 / 0.6);

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-white\/65 {

    border-top-color: rgb(255 255 255 / 0.65);

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-y-white\/70 {

    border-top-color: rgb(255 255 255 / 0.7);

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-white\/75 {

    border-top-color: rgb(255 255 255 / 0.75);

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-white\/80 {

    border-top-color: rgb(255 255 255 / 0.8);

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-white\/85 {

    border-top-color: rgb(255 255 255 / 0.85);

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-y-white\/90 {

    border-top-color: rgb(255 255 255 / 0.9);

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-white\/95 {

    border-top-color: rgb(255 255 255 / 0.95);

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-accent {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-b-accent-dark {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-b-accent-dark\/0 {

    border-bottom-color: rgb(225 114 45 / 0);
}
.border-b-accent-dark\/10 {

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.border-b-accent-dark\/100 {

    border-bottom-color: rgb(225 114 45 / 1);
}
.border-b-accent-dark\/15 {

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.border-b-accent-dark\/20 {

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.border-b-accent-dark\/25 {

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.border-b-accent-dark\/30 {

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.border-b-accent-dark\/35 {

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.border-b-accent-dark\/40 {

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.border-b-accent-dark\/45 {

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.border-b-accent-dark\/5 {

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.border-b-accent-dark\/50 {

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.border-b-accent-dark\/55 {

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.border-b-accent-dark\/60 {

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.border-b-accent-dark\/65 {

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.border-b-accent-dark\/70 {

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.border-b-accent-dark\/75 {

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.border-b-accent-dark\/80 {

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.border-b-accent-dark\/85 {

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.border-b-accent-dark\/90 {

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.border-b-accent-dark\/95 {

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.border-b-accent-light {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-b-accent-light\/0 {

    border-bottom-color: rgb(255 191 105 / 0);
}
.border-b-accent-light\/10 {

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.border-b-accent-light\/100 {

    border-bottom-color: rgb(255 191 105 / 1);
}
.border-b-accent-light\/15 {

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.border-b-accent-light\/20 {

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.border-b-accent-light\/25 {

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.border-b-accent-light\/30 {

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.border-b-accent-light\/35 {

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.border-b-accent-light\/40 {

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.border-b-accent-light\/45 {

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.border-b-accent-light\/5 {

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.border-b-accent-light\/50 {

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.border-b-accent-light\/55 {

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.border-b-accent-light\/60 {

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.border-b-accent-light\/65 {

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.border-b-accent-light\/70 {

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.border-b-accent-light\/75 {

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.border-b-accent-light\/80 {

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.border-b-accent-light\/85 {

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.border-b-accent-light\/90 {

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.border-b-accent-light\/95 {

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.border-b-accent\/0 {

    border-bottom-color: rgb(229 136 78 / 0);
}
.border-b-accent\/10 {

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.border-b-accent\/100 {

    border-bottom-color: rgb(229 136 78 / 1);
}
.border-b-accent\/15 {

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.border-b-accent\/20 {

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.border-b-accent\/25 {

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.border-b-accent\/30 {

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.border-b-accent\/35 {

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.border-b-accent\/40 {

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.border-b-accent\/45 {

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.border-b-accent\/5 {

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.border-b-accent\/50 {

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.border-b-accent\/55 {

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.border-b-accent\/60 {

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.border-b-accent\/65 {

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.border-b-accent\/70 {

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.border-b-accent\/75 {

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.border-b-accent\/80 {

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.border-b-accent\/85 {

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.border-b-accent\/90 {

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.border-b-accent\/95 {

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.border-b-black {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-black\/0 {

    border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/10 {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-black\/100 {

    border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-black\/15 {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-black\/20 {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-black\/25 {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-black\/30 {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-black\/35 {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40 {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45 {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-black\/5 {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/50 {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-black\/55 {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60 {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65 {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-black\/70 {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-black\/75 {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-black\/80 {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-black\/85 {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-black\/90 {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-black\/95 {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-current {

    border-bottom-color: currentColor;
}
.border-b-error {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-b-error\/0 {

    border-bottom-color: rgb(255 0 0 / 0);
}
.border-b-error\/10 {

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.border-b-error\/100 {

    border-bottom-color: rgb(255 0 0 / 1);
}
.border-b-error\/15 {

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.border-b-error\/20 {

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.border-b-error\/25 {

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.border-b-error\/30 {

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.border-b-error\/35 {

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.border-b-error\/40 {

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.border-b-error\/45 {

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.border-b-error\/5 {

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.border-b-error\/50 {

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.border-b-error\/55 {

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.border-b-error\/60 {

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.border-b-error\/65 {

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.border-b-error\/70 {

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.border-b-error\/75 {

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.border-b-error\/80 {

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.border-b-error\/85 {

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.border-b-error\/90 {

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.border-b-error\/95 {

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.border-b-gray-100 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-b-gray-100\/0 {

    border-bottom-color: rgb(243 244 246 / 0);
}
.border-b-gray-100\/10 {

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-b-gray-100\/100 {

    border-bottom-color: rgb(243 244 246 / 1);
}
.border-b-gray-100\/15 {

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-b-gray-100\/20 {

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-b-gray-100\/25 {

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-b-gray-100\/30 {

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-b-gray-100\/35 {

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-b-gray-100\/40 {

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-b-gray-100\/45 {

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-b-gray-100\/5 {

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-b-gray-100\/50 {

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-b-gray-100\/55 {

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-b-gray-100\/60 {

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-b-gray-100\/65 {

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-b-gray-100\/70 {

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-b-gray-100\/75 {

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-b-gray-100\/80 {

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-b-gray-100\/85 {

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-b-gray-100\/90 {

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-b-gray-100\/95 {

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-b-gray-200 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-b-gray-200\/0 {

    border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-gray-200\/10 {

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-gray-200\/100 {

    border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-gray-200\/15 {

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-b-gray-200\/20 {

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-gray-200\/25 {

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-gray-200\/30 {

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-gray-200\/35 {

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-b-gray-200\/40 {

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/45 {

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-b-gray-200\/5 {

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-gray-200\/50 {

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-gray-200\/55 {

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-b-gray-200\/60 {

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/65 {

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-b-gray-200\/70 {

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-gray-200\/75 {

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-gray-200\/80 {

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-gray-200\/85 {

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-b-gray-200\/90 {

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-gray-200\/95 {

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-gray-300 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-b-gray-300\/0 {

    border-bottom-color: rgb(209 213 219 / 0);
}
.border-b-gray-300\/10 {

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-b-gray-300\/100 {

    border-bottom-color: rgb(209 213 219 / 1);
}
.border-b-gray-300\/15 {

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-b-gray-300\/20 {

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-b-gray-300\/25 {

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-b-gray-300\/30 {

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-b-gray-300\/35 {

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-b-gray-300\/40 {

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-b-gray-300\/45 {

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-b-gray-300\/5 {

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-b-gray-300\/50 {

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-b-gray-300\/55 {

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-b-gray-300\/60 {

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-b-gray-300\/65 {

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-b-gray-300\/70 {

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-b-gray-300\/75 {

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-b-gray-300\/80 {

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-b-gray-300\/85 {

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-b-gray-300\/90 {

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-b-gray-300\/95 {

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-b-gray-400 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-b-gray-400\/0 {

    border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-gray-400\/10 {

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-gray-400\/100 {

    border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-gray-400\/15 {

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-b-gray-400\/20 {

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-gray-400\/25 {

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-gray-400\/30 {

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-gray-400\/35 {

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-b-gray-400\/40 {

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-gray-400\/45 {

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-b-gray-400\/5 {

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-gray-400\/50 {

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-gray-400\/55 {

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-b-gray-400\/60 {

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-gray-400\/65 {

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-b-gray-400\/70 {

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-gray-400\/75 {

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-gray-400\/80 {

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-gray-400\/85 {

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-b-gray-400\/90 {

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-gray-400\/95 {

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-gray-50 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-b-gray-50\/0 {

    border-bottom-color: rgb(249 250 251 / 0);
}
.border-b-gray-50\/10 {

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-b-gray-50\/100 {

    border-bottom-color: rgb(249 250 251 / 1);
}
.border-b-gray-50\/15 {

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-b-gray-50\/20 {

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-b-gray-50\/25 {

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-b-gray-50\/30 {

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-b-gray-50\/35 {

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-b-gray-50\/40 {

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/45 {

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-b-gray-50\/5 {

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-b-gray-50\/50 {

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-b-gray-50\/55 {

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-b-gray-50\/60 {

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/65 {

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-b-gray-50\/70 {

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-b-gray-50\/75 {

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-b-gray-50\/80 {

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-b-gray-50\/85 {

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-b-gray-50\/90 {

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-b-gray-50\/95 {

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-b-gray-500 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-b-gray-500\/0 {

    border-bottom-color: rgb(107 114 128 / 0);
}
.border-b-gray-500\/10 {

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-b-gray-500\/100 {

    border-bottom-color: rgb(107 114 128 / 1);
}
.border-b-gray-500\/15 {

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-b-gray-500\/20 {

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-b-gray-500\/25 {

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-b-gray-500\/30 {

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-b-gray-500\/35 {

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-b-gray-500\/40 {

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/45 {

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-b-gray-500\/5 {

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-b-gray-500\/50 {

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-b-gray-500\/55 {

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-b-gray-500\/60 {

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/65 {

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-b-gray-500\/70 {

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-b-gray-500\/75 {

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-b-gray-500\/80 {

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-b-gray-500\/85 {

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-b-gray-500\/90 {

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-b-gray-500\/95 {

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-b-gray-600 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-b-gray-600\/0 {

    border-bottom-color: rgb(75 85 99 / 0);
}
.border-b-gray-600\/10 {

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-b-gray-600\/100 {

    border-bottom-color: rgb(75 85 99 / 1);
}
.border-b-gray-600\/15 {

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-b-gray-600\/20 {

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-b-gray-600\/25 {

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-b-gray-600\/30 {

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-b-gray-600\/35 {

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-b-gray-600\/40 {

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-b-gray-600\/45 {

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-b-gray-600\/5 {

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-b-gray-600\/50 {

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-b-gray-600\/55 {

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-b-gray-600\/60 {

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-b-gray-600\/65 {

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-b-gray-600\/70 {

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-b-gray-600\/75 {

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-b-gray-600\/80 {

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-b-gray-600\/85 {

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-b-gray-600\/90 {

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-b-gray-600\/95 {

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-b-gray-700 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-b-gray-700\/0 {

    border-bottom-color: rgb(55 65 81 / 0);
}
.border-b-gray-700\/10 {

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-b-gray-700\/100 {

    border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-gray-700\/15 {

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-b-gray-700\/20 {

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-b-gray-700\/25 {

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-b-gray-700\/30 {

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-b-gray-700\/35 {

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-b-gray-700\/40 {

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-gray-700\/45 {

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-b-gray-700\/5 {

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-b-gray-700\/50 {

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-gray-700\/55 {

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-b-gray-700\/60 {

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-gray-700\/65 {

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-b-gray-700\/70 {

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-b-gray-700\/75 {

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-b-gray-700\/80 {

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-b-gray-700\/85 {

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-b-gray-700\/90 {

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-b-gray-700\/95 {

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-b-gray-800 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-b-gray-800\/0 {

    border-bottom-color: rgb(31 41 55 / 0);
}
.border-b-gray-800\/10 {

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-b-gray-800\/100 {

    border-bottom-color: rgb(31 41 55 / 1);
}
.border-b-gray-800\/15 {

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-b-gray-800\/20 {

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-b-gray-800\/25 {

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-b-gray-800\/30 {

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-b-gray-800\/35 {

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-b-gray-800\/40 {

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/45 {

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-b-gray-800\/5 {

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-b-gray-800\/50 {

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-b-gray-800\/55 {

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-b-gray-800\/60 {

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/65 {

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-b-gray-800\/70 {

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-b-gray-800\/75 {

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-b-gray-800\/80 {

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-b-gray-800\/85 {

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-b-gray-800\/90 {

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-b-gray-800\/95 {

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-b-gray-900 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-b-gray-900\/0 {

    border-bottom-color: rgb(17 24 39 / 0);
}
.border-b-gray-900\/10 {

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-b-gray-900\/100 {

    border-bottom-color: rgb(17 24 39 / 1);
}
.border-b-gray-900\/15 {

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-b-gray-900\/20 {

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-b-gray-900\/25 {

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-b-gray-900\/30 {

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-b-gray-900\/35 {

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-b-gray-900\/40 {

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-b-gray-900\/45 {

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-b-gray-900\/5 {

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-b-gray-900\/50 {

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-b-gray-900\/55 {

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-b-gray-900\/60 {

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-b-gray-900\/65 {

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-b-gray-900\/70 {

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-b-gray-900\/75 {

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-b-gray-900\/80 {

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-b-gray-900\/85 {

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-b-gray-900\/90 {

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-b-gray-900\/95 {

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-b-gray-950 {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-b-gray-950\/0 {

    border-bottom-color: rgb(3 7 18 / 0);
}
.border-b-gray-950\/10 {

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-b-gray-950\/100 {

    border-bottom-color: rgb(3 7 18 / 1);
}
.border-b-gray-950\/15 {

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-b-gray-950\/20 {

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-b-gray-950\/25 {

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-b-gray-950\/30 {

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-b-gray-950\/35 {

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-b-gray-950\/40 {

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-b-gray-950\/45 {

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-b-gray-950\/5 {

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-b-gray-950\/50 {

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-b-gray-950\/55 {

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-b-gray-950\/60 {

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-b-gray-950\/65 {

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-b-gray-950\/70 {

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-b-gray-950\/75 {

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-b-gray-950\/80 {

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-b-gray-950\/85 {

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-b-gray-950\/90 {

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-b-gray-950\/95 {

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-b-inherit {

    border-bottom-color: inherit;
}
.border-b-primary {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-b-primary-dark {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-b-primary-dark\/0 {

    border-bottom-color: rgb(26 88 121 / 0);
}
.border-b-primary-dark\/10 {

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.border-b-primary-dark\/100 {

    border-bottom-color: rgb(26 88 121 / 1);
}
.border-b-primary-dark\/15 {

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.border-b-primary-dark\/20 {

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.border-b-primary-dark\/25 {

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.border-b-primary-dark\/30 {

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.border-b-primary-dark\/35 {

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.border-b-primary-dark\/40 {

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.border-b-primary-dark\/45 {

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.border-b-primary-dark\/5 {

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.border-b-primary-dark\/50 {

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.border-b-primary-dark\/55 {

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.border-b-primary-dark\/60 {

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.border-b-primary-dark\/65 {

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.border-b-primary-dark\/70 {

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.border-b-primary-dark\/75 {

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.border-b-primary-dark\/80 {

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.border-b-primary-dark\/85 {

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.border-b-primary-dark\/90 {

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.border-b-primary-dark\/95 {

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.border-b-primary-light {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-b-primary-light\/0 {

    border-bottom-color: rgb(85 154 193 / 0);
}
.border-b-primary-light\/10 {

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.border-b-primary-light\/100 {

    border-bottom-color: rgb(85 154 193 / 1);
}
.border-b-primary-light\/15 {

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.border-b-primary-light\/20 {

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.border-b-primary-light\/25 {

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.border-b-primary-light\/30 {

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.border-b-primary-light\/35 {

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.border-b-primary-light\/40 {

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.border-b-primary-light\/45 {

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.border-b-primary-light\/5 {

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.border-b-primary-light\/50 {

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.border-b-primary-light\/55 {

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.border-b-primary-light\/60 {

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.border-b-primary-light\/65 {

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.border-b-primary-light\/70 {

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.border-b-primary-light\/75 {

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.border-b-primary-light\/80 {

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.border-b-primary-light\/85 {

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.border-b-primary-light\/90 {

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.border-b-primary-light\/95 {

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.border-b-primary-lighter {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-b-primary-lighter\/0 {

    border-bottom-color: rgb(115 177 212 / 0);
}
.border-b-primary-lighter\/10 {

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.border-b-primary-lighter\/100 {

    border-bottom-color: rgb(115 177 212 / 1);
}
.border-b-primary-lighter\/15 {

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.border-b-primary-lighter\/20 {

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.border-b-primary-lighter\/25 {

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.border-b-primary-lighter\/30 {

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.border-b-primary-lighter\/35 {

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.border-b-primary-lighter\/40 {

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.border-b-primary-lighter\/45 {

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.border-b-primary-lighter\/5 {

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.border-b-primary-lighter\/50 {

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.border-b-primary-lighter\/55 {

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.border-b-primary-lighter\/60 {

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.border-b-primary-lighter\/65 {

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.border-b-primary-lighter\/70 {

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.border-b-primary-lighter\/75 {

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.border-b-primary-lighter\/80 {

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.border-b-primary-lighter\/85 {

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.border-b-primary-lighter\/90 {

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.border-b-primary-lighter\/95 {

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.border-b-primary\/0 {

    border-bottom-color: rgb(52 114 147 / 0);
}
.border-b-primary\/10 {

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.border-b-primary\/100 {

    border-bottom-color: rgb(52 114 147 / 1);
}
.border-b-primary\/15 {

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.border-b-primary\/20 {

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.border-b-primary\/25 {

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.border-b-primary\/30 {

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.border-b-primary\/35 {

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.border-b-primary\/40 {

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.border-b-primary\/45 {

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.border-b-primary\/5 {

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.border-b-primary\/50 {

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.border-b-primary\/55 {

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.border-b-primary\/60 {

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.border-b-primary\/65 {

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.border-b-primary\/70 {

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.border-b-primary\/75 {

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.border-b-primary\/80 {

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.border-b-primary\/85 {

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.border-b-primary\/90 {

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.border-b-primary\/95 {

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.border-b-secondary {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-b-secondary-dark {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-b-secondary-dark\/0 {

    border-bottom-color: rgb(226 207 188 / 0);
}
.border-b-secondary-dark\/10 {

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.border-b-secondary-dark\/100 {

    border-bottom-color: rgb(226 207 188 / 1);
}
.border-b-secondary-dark\/15 {

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.border-b-secondary-dark\/20 {

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.border-b-secondary-dark\/25 {

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.border-b-secondary-dark\/30 {

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.border-b-secondary-dark\/35 {

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.border-b-secondary-dark\/40 {

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.border-b-secondary-dark\/45 {

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.border-b-secondary-dark\/5 {

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.border-b-secondary-dark\/50 {

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.border-b-secondary-dark\/55 {

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.border-b-secondary-dark\/60 {

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.border-b-secondary-dark\/65 {

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.border-b-secondary-dark\/70 {

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.border-b-secondary-dark\/75 {

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.border-b-secondary-dark\/80 {

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.border-b-secondary-dark\/85 {

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.border-b-secondary-dark\/90 {

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.border-b-secondary-dark\/95 {

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.border-b-secondary-light {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-b-secondary-light\/0 {

    border-bottom-color: rgb(254 250 247 / 0);
}
.border-b-secondary-light\/10 {

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.border-b-secondary-light\/100 {

    border-bottom-color: rgb(254 250 247 / 1);
}
.border-b-secondary-light\/15 {

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.border-b-secondary-light\/20 {

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.border-b-secondary-light\/25 {

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.border-b-secondary-light\/30 {

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.border-b-secondary-light\/35 {

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.border-b-secondary-light\/40 {

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.border-b-secondary-light\/45 {

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.border-b-secondary-light\/5 {

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.border-b-secondary-light\/50 {

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.border-b-secondary-light\/55 {

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.border-b-secondary-light\/60 {

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.border-b-secondary-light\/65 {

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.border-b-secondary-light\/70 {

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.border-b-secondary-light\/75 {

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.border-b-secondary-light\/80 {

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.border-b-secondary-light\/85 {

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.border-b-secondary-light\/90 {

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.border-b-secondary-light\/95 {

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.border-b-secondary\/0 {

    border-bottom-color: rgb(243 234 225 / 0);
}
.border-b-secondary\/10 {

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.border-b-secondary\/100 {

    border-bottom-color: rgb(243 234 225 / 1);
}
.border-b-secondary\/15 {

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.border-b-secondary\/20 {

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.border-b-secondary\/25 {

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.border-b-secondary\/30 {

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.border-b-secondary\/35 {

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.border-b-secondary\/40 {

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.border-b-secondary\/45 {

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.border-b-secondary\/5 {

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.border-b-secondary\/50 {

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.border-b-secondary\/55 {

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.border-b-secondary\/60 {

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.border-b-secondary\/65 {

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.border-b-secondary\/70 {

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.border-b-secondary\/75 {

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.border-b-secondary\/80 {

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.border-b-secondary\/85 {

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.border-b-secondary\/90 {

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.border-b-secondary\/95 {

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.border-b-transparent {

    border-bottom-color: transparent;
}
.border-b-transparent\/0 {

    border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10 {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100 {

    border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15 {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20 {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25 {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30 {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35 {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40 {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45 {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5 {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50 {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55 {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60 {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65 {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70 {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75 {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80 {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85 {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90 {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95 {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-white {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-white\/0 {

    border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/10 {

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-white\/100 {

    border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-white\/15 {

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-white\/20 {

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-white\/25 {

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-white\/30 {

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-white\/35 {

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40 {

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45 {

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-white\/5 {

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/50 {

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-white\/55 {

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60 {

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65 {

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-white\/70 {

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-white\/75 {

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-white\/80 {

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-white\/85 {

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-white\/90 {

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-white\/95 {

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-e-accent {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-e-accent-dark {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-e-accent-dark\/0 {

    border-inline-end-color: rgb(225 114 45 / 0);
}
.border-e-accent-dark\/10 {

    border-inline-end-color: rgb(225 114 45 / 0.1);
}
.border-e-accent-dark\/100 {

    border-inline-end-color: rgb(225 114 45 / 1);
}
.border-e-accent-dark\/15 {

    border-inline-end-color: rgb(225 114 45 / 0.15);
}
.border-e-accent-dark\/20 {

    border-inline-end-color: rgb(225 114 45 / 0.2);
}
.border-e-accent-dark\/25 {

    border-inline-end-color: rgb(225 114 45 / 0.25);
}
.border-e-accent-dark\/30 {

    border-inline-end-color: rgb(225 114 45 / 0.3);
}
.border-e-accent-dark\/35 {

    border-inline-end-color: rgb(225 114 45 / 0.35);
}
.border-e-accent-dark\/40 {

    border-inline-end-color: rgb(225 114 45 / 0.4);
}
.border-e-accent-dark\/45 {

    border-inline-end-color: rgb(225 114 45 / 0.45);
}
.border-e-accent-dark\/5 {

    border-inline-end-color: rgb(225 114 45 / 0.05);
}
.border-e-accent-dark\/50 {

    border-inline-end-color: rgb(225 114 45 / 0.5);
}
.border-e-accent-dark\/55 {

    border-inline-end-color: rgb(225 114 45 / 0.55);
}
.border-e-accent-dark\/60 {

    border-inline-end-color: rgb(225 114 45 / 0.6);
}
.border-e-accent-dark\/65 {

    border-inline-end-color: rgb(225 114 45 / 0.65);
}
.border-e-accent-dark\/70 {

    border-inline-end-color: rgb(225 114 45 / 0.7);
}
.border-e-accent-dark\/75 {

    border-inline-end-color: rgb(225 114 45 / 0.75);
}
.border-e-accent-dark\/80 {

    border-inline-end-color: rgb(225 114 45 / 0.8);
}
.border-e-accent-dark\/85 {

    border-inline-end-color: rgb(225 114 45 / 0.85);
}
.border-e-accent-dark\/90 {

    border-inline-end-color: rgb(225 114 45 / 0.9);
}
.border-e-accent-dark\/95 {

    border-inline-end-color: rgb(225 114 45 / 0.95);
}
.border-e-accent-light {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-e-accent-light\/0 {

    border-inline-end-color: rgb(255 191 105 / 0);
}
.border-e-accent-light\/10 {

    border-inline-end-color: rgb(255 191 105 / 0.1);
}
.border-e-accent-light\/100 {

    border-inline-end-color: rgb(255 191 105 / 1);
}
.border-e-accent-light\/15 {

    border-inline-end-color: rgb(255 191 105 / 0.15);
}
.border-e-accent-light\/20 {

    border-inline-end-color: rgb(255 191 105 / 0.2);
}
.border-e-accent-light\/25 {

    border-inline-end-color: rgb(255 191 105 / 0.25);
}
.border-e-accent-light\/30 {

    border-inline-end-color: rgb(255 191 105 / 0.3);
}
.border-e-accent-light\/35 {

    border-inline-end-color: rgb(255 191 105 / 0.35);
}
.border-e-accent-light\/40 {

    border-inline-end-color: rgb(255 191 105 / 0.4);
}
.border-e-accent-light\/45 {

    border-inline-end-color: rgb(255 191 105 / 0.45);
}
.border-e-accent-light\/5 {

    border-inline-end-color: rgb(255 191 105 / 0.05);
}
.border-e-accent-light\/50 {

    border-inline-end-color: rgb(255 191 105 / 0.5);
}
.border-e-accent-light\/55 {

    border-inline-end-color: rgb(255 191 105 / 0.55);
}
.border-e-accent-light\/60 {

    border-inline-end-color: rgb(255 191 105 / 0.6);
}
.border-e-accent-light\/65 {

    border-inline-end-color: rgb(255 191 105 / 0.65);
}
.border-e-accent-light\/70 {

    border-inline-end-color: rgb(255 191 105 / 0.7);
}
.border-e-accent-light\/75 {

    border-inline-end-color: rgb(255 191 105 / 0.75);
}
.border-e-accent-light\/80 {

    border-inline-end-color: rgb(255 191 105 / 0.8);
}
.border-e-accent-light\/85 {

    border-inline-end-color: rgb(255 191 105 / 0.85);
}
.border-e-accent-light\/90 {

    border-inline-end-color: rgb(255 191 105 / 0.9);
}
.border-e-accent-light\/95 {

    border-inline-end-color: rgb(255 191 105 / 0.95);
}
.border-e-accent\/0 {

    border-inline-end-color: rgb(229 136 78 / 0);
}
.border-e-accent\/10 {

    border-inline-end-color: rgb(229 136 78 / 0.1);
}
.border-e-accent\/100 {

    border-inline-end-color: rgb(229 136 78 / 1);
}
.border-e-accent\/15 {

    border-inline-end-color: rgb(229 136 78 / 0.15);
}
.border-e-accent\/20 {

    border-inline-end-color: rgb(229 136 78 / 0.2);
}
.border-e-accent\/25 {

    border-inline-end-color: rgb(229 136 78 / 0.25);
}
.border-e-accent\/30 {

    border-inline-end-color: rgb(229 136 78 / 0.3);
}
.border-e-accent\/35 {

    border-inline-end-color: rgb(229 136 78 / 0.35);
}
.border-e-accent\/40 {

    border-inline-end-color: rgb(229 136 78 / 0.4);
}
.border-e-accent\/45 {

    border-inline-end-color: rgb(229 136 78 / 0.45);
}
.border-e-accent\/5 {

    border-inline-end-color: rgb(229 136 78 / 0.05);
}
.border-e-accent\/50 {

    border-inline-end-color: rgb(229 136 78 / 0.5);
}
.border-e-accent\/55 {

    border-inline-end-color: rgb(229 136 78 / 0.55);
}
.border-e-accent\/60 {

    border-inline-end-color: rgb(229 136 78 / 0.6);
}
.border-e-accent\/65 {

    border-inline-end-color: rgb(229 136 78 / 0.65);
}
.border-e-accent\/70 {

    border-inline-end-color: rgb(229 136 78 / 0.7);
}
.border-e-accent\/75 {

    border-inline-end-color: rgb(229 136 78 / 0.75);
}
.border-e-accent\/80 {

    border-inline-end-color: rgb(229 136 78 / 0.8);
}
.border-e-accent\/85 {

    border-inline-end-color: rgb(229 136 78 / 0.85);
}
.border-e-accent\/90 {

    border-inline-end-color: rgb(229 136 78 / 0.9);
}
.border-e-accent\/95 {

    border-inline-end-color: rgb(229 136 78 / 0.95);
}
.border-e-black {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-e-black\/0 {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-black\/10 {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-black\/100 {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-black\/15 {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-black\/20 {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-black\/25 {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-black\/30 {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-black\/35 {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40 {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45 {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-black\/5 {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-black\/50 {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-black\/55 {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60 {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65 {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-black\/70 {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-black\/75 {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-black\/80 {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-black\/85 {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-black\/90 {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-black\/95 {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-current {

    border-inline-end-color: currentColor;
}
.border-e-error {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-e-error\/0 {

    border-inline-end-color: rgb(255 0 0 / 0);
}
.border-e-error\/10 {

    border-inline-end-color: rgb(255 0 0 / 0.1);
}
.border-e-error\/100 {

    border-inline-end-color: rgb(255 0 0 / 1);
}
.border-e-error\/15 {

    border-inline-end-color: rgb(255 0 0 / 0.15);
}
.border-e-error\/20 {

    border-inline-end-color: rgb(255 0 0 / 0.2);
}
.border-e-error\/25 {

    border-inline-end-color: rgb(255 0 0 / 0.25);
}
.border-e-error\/30 {

    border-inline-end-color: rgb(255 0 0 / 0.3);
}
.border-e-error\/35 {

    border-inline-end-color: rgb(255 0 0 / 0.35);
}
.border-e-error\/40 {

    border-inline-end-color: rgb(255 0 0 / 0.4);
}
.border-e-error\/45 {

    border-inline-end-color: rgb(255 0 0 / 0.45);
}
.border-e-error\/5 {

    border-inline-end-color: rgb(255 0 0 / 0.05);
}
.border-e-error\/50 {

    border-inline-end-color: rgb(255 0 0 / 0.5);
}
.border-e-error\/55 {

    border-inline-end-color: rgb(255 0 0 / 0.55);
}
.border-e-error\/60 {

    border-inline-end-color: rgb(255 0 0 / 0.6);
}
.border-e-error\/65 {

    border-inline-end-color: rgb(255 0 0 / 0.65);
}
.border-e-error\/70 {

    border-inline-end-color: rgb(255 0 0 / 0.7);
}
.border-e-error\/75 {

    border-inline-end-color: rgb(255 0 0 / 0.75);
}
.border-e-error\/80 {

    border-inline-end-color: rgb(255 0 0 / 0.8);
}
.border-e-error\/85 {

    border-inline-end-color: rgb(255 0 0 / 0.85);
}
.border-e-error\/90 {

    border-inline-end-color: rgb(255 0 0 / 0.9);
}
.border-e-error\/95 {

    border-inline-end-color: rgb(255 0 0 / 0.95);
}
.border-e-gray-100 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-e-gray-100\/0 {

    border-inline-end-color: rgb(243 244 246 / 0);
}
.border-e-gray-100\/10 {

    border-inline-end-color: rgb(243 244 246 / 0.1);
}
.border-e-gray-100\/100 {

    border-inline-end-color: rgb(243 244 246 / 1);
}
.border-e-gray-100\/15 {

    border-inline-end-color: rgb(243 244 246 / 0.15);
}
.border-e-gray-100\/20 {

    border-inline-end-color: rgb(243 244 246 / 0.2);
}
.border-e-gray-100\/25 {

    border-inline-end-color: rgb(243 244 246 / 0.25);
}
.border-e-gray-100\/30 {

    border-inline-end-color: rgb(243 244 246 / 0.3);
}
.border-e-gray-100\/35 {

    border-inline-end-color: rgb(243 244 246 / 0.35);
}
.border-e-gray-100\/40 {

    border-inline-end-color: rgb(243 244 246 / 0.4);
}
.border-e-gray-100\/45 {

    border-inline-end-color: rgb(243 244 246 / 0.45);
}
.border-e-gray-100\/5 {

    border-inline-end-color: rgb(243 244 246 / 0.05);
}
.border-e-gray-100\/50 {

    border-inline-end-color: rgb(243 244 246 / 0.5);
}
.border-e-gray-100\/55 {

    border-inline-end-color: rgb(243 244 246 / 0.55);
}
.border-e-gray-100\/60 {

    border-inline-end-color: rgb(243 244 246 / 0.6);
}
.border-e-gray-100\/65 {

    border-inline-end-color: rgb(243 244 246 / 0.65);
}
.border-e-gray-100\/70 {

    border-inline-end-color: rgb(243 244 246 / 0.7);
}
.border-e-gray-100\/75 {

    border-inline-end-color: rgb(243 244 246 / 0.75);
}
.border-e-gray-100\/80 {

    border-inline-end-color: rgb(243 244 246 / 0.8);
}
.border-e-gray-100\/85 {

    border-inline-end-color: rgb(243 244 246 / 0.85);
}
.border-e-gray-100\/90 {

    border-inline-end-color: rgb(243 244 246 / 0.9);
}
.border-e-gray-100\/95 {

    border-inline-end-color: rgb(243 244 246 / 0.95);
}
.border-e-gray-200 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-e-gray-200\/0 {

    border-inline-end-color: rgb(229 231 235 / 0);
}
.border-e-gray-200\/10 {

    border-inline-end-color: rgb(229 231 235 / 0.1);
}
.border-e-gray-200\/100 {

    border-inline-end-color: rgb(229 231 235 / 1);
}
.border-e-gray-200\/15 {

    border-inline-end-color: rgb(229 231 235 / 0.15);
}
.border-e-gray-200\/20 {

    border-inline-end-color: rgb(229 231 235 / 0.2);
}
.border-e-gray-200\/25 {

    border-inline-end-color: rgb(229 231 235 / 0.25);
}
.border-e-gray-200\/30 {

    border-inline-end-color: rgb(229 231 235 / 0.3);
}
.border-e-gray-200\/35 {

    border-inline-end-color: rgb(229 231 235 / 0.35);
}
.border-e-gray-200\/40 {

    border-inline-end-color: rgb(229 231 235 / 0.4);
}
.border-e-gray-200\/45 {

    border-inline-end-color: rgb(229 231 235 / 0.45);
}
.border-e-gray-200\/5 {

    border-inline-end-color: rgb(229 231 235 / 0.05);
}
.border-e-gray-200\/50 {

    border-inline-end-color: rgb(229 231 235 / 0.5);
}
.border-e-gray-200\/55 {

    border-inline-end-color: rgb(229 231 235 / 0.55);
}
.border-e-gray-200\/60 {

    border-inline-end-color: rgb(229 231 235 / 0.6);
}
.border-e-gray-200\/65 {

    border-inline-end-color: rgb(229 231 235 / 0.65);
}
.border-e-gray-200\/70 {

    border-inline-end-color: rgb(229 231 235 / 0.7);
}
.border-e-gray-200\/75 {

    border-inline-end-color: rgb(229 231 235 / 0.75);
}
.border-e-gray-200\/80 {

    border-inline-end-color: rgb(229 231 235 / 0.8);
}
.border-e-gray-200\/85 {

    border-inline-end-color: rgb(229 231 235 / 0.85);
}
.border-e-gray-200\/90 {

    border-inline-end-color: rgb(229 231 235 / 0.9);
}
.border-e-gray-200\/95 {

    border-inline-end-color: rgb(229 231 235 / 0.95);
}
.border-e-gray-300 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-e-gray-300\/0 {

    border-inline-end-color: rgb(209 213 219 / 0);
}
.border-e-gray-300\/10 {

    border-inline-end-color: rgb(209 213 219 / 0.1);
}
.border-e-gray-300\/100 {

    border-inline-end-color: rgb(209 213 219 / 1);
}
.border-e-gray-300\/15 {

    border-inline-end-color: rgb(209 213 219 / 0.15);
}
.border-e-gray-300\/20 {

    border-inline-end-color: rgb(209 213 219 / 0.2);
}
.border-e-gray-300\/25 {

    border-inline-end-color: rgb(209 213 219 / 0.25);
}
.border-e-gray-300\/30 {

    border-inline-end-color: rgb(209 213 219 / 0.3);
}
.border-e-gray-300\/35 {

    border-inline-end-color: rgb(209 213 219 / 0.35);
}
.border-e-gray-300\/40 {

    border-inline-end-color: rgb(209 213 219 / 0.4);
}
.border-e-gray-300\/45 {

    border-inline-end-color: rgb(209 213 219 / 0.45);
}
.border-e-gray-300\/5 {

    border-inline-end-color: rgb(209 213 219 / 0.05);
}
.border-e-gray-300\/50 {

    border-inline-end-color: rgb(209 213 219 / 0.5);
}
.border-e-gray-300\/55 {

    border-inline-end-color: rgb(209 213 219 / 0.55);
}
.border-e-gray-300\/60 {

    border-inline-end-color: rgb(209 213 219 / 0.6);
}
.border-e-gray-300\/65 {

    border-inline-end-color: rgb(209 213 219 / 0.65);
}
.border-e-gray-300\/70 {

    border-inline-end-color: rgb(209 213 219 / 0.7);
}
.border-e-gray-300\/75 {

    border-inline-end-color: rgb(209 213 219 / 0.75);
}
.border-e-gray-300\/80 {

    border-inline-end-color: rgb(209 213 219 / 0.8);
}
.border-e-gray-300\/85 {

    border-inline-end-color: rgb(209 213 219 / 0.85);
}
.border-e-gray-300\/90 {

    border-inline-end-color: rgb(209 213 219 / 0.9);
}
.border-e-gray-300\/95 {

    border-inline-end-color: rgb(209 213 219 / 0.95);
}
.border-e-gray-400 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-e-gray-400\/0 {

    border-inline-end-color: rgb(156 163 175 / 0);
}
.border-e-gray-400\/10 {

    border-inline-end-color: rgb(156 163 175 / 0.1);
}
.border-e-gray-400\/100 {

    border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-gray-400\/15 {

    border-inline-end-color: rgb(156 163 175 / 0.15);
}
.border-e-gray-400\/20 {

    border-inline-end-color: rgb(156 163 175 / 0.2);
}
.border-e-gray-400\/25 {

    border-inline-end-color: rgb(156 163 175 / 0.25);
}
.border-e-gray-400\/30 {

    border-inline-end-color: rgb(156 163 175 / 0.3);
}
.border-e-gray-400\/35 {

    border-inline-end-color: rgb(156 163 175 / 0.35);
}
.border-e-gray-400\/40 {

    border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-gray-400\/45 {

    border-inline-end-color: rgb(156 163 175 / 0.45);
}
.border-e-gray-400\/5 {

    border-inline-end-color: rgb(156 163 175 / 0.05);
}
.border-e-gray-400\/50 {

    border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-gray-400\/55 {

    border-inline-end-color: rgb(156 163 175 / 0.55);
}
.border-e-gray-400\/60 {

    border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-gray-400\/65 {

    border-inline-end-color: rgb(156 163 175 / 0.65);
}
.border-e-gray-400\/70 {

    border-inline-end-color: rgb(156 163 175 / 0.7);
}
.border-e-gray-400\/75 {

    border-inline-end-color: rgb(156 163 175 / 0.75);
}
.border-e-gray-400\/80 {

    border-inline-end-color: rgb(156 163 175 / 0.8);
}
.border-e-gray-400\/85 {

    border-inline-end-color: rgb(156 163 175 / 0.85);
}
.border-e-gray-400\/90 {

    border-inline-end-color: rgb(156 163 175 / 0.9);
}
.border-e-gray-400\/95 {

    border-inline-end-color: rgb(156 163 175 / 0.95);
}
.border-e-gray-50 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-e-gray-50\/0 {

    border-inline-end-color: rgb(249 250 251 / 0);
}
.border-e-gray-50\/10 {

    border-inline-end-color: rgb(249 250 251 / 0.1);
}
.border-e-gray-50\/100 {

    border-inline-end-color: rgb(249 250 251 / 1);
}
.border-e-gray-50\/15 {

    border-inline-end-color: rgb(249 250 251 / 0.15);
}
.border-e-gray-50\/20 {

    border-inline-end-color: rgb(249 250 251 / 0.2);
}
.border-e-gray-50\/25 {

    border-inline-end-color: rgb(249 250 251 / 0.25);
}
.border-e-gray-50\/30 {

    border-inline-end-color: rgb(249 250 251 / 0.3);
}
.border-e-gray-50\/35 {

    border-inline-end-color: rgb(249 250 251 / 0.35);
}
.border-e-gray-50\/40 {

    border-inline-end-color: rgb(249 250 251 / 0.4);
}
.border-e-gray-50\/45 {

    border-inline-end-color: rgb(249 250 251 / 0.45);
}
.border-e-gray-50\/5 {

    border-inline-end-color: rgb(249 250 251 / 0.05);
}
.border-e-gray-50\/50 {

    border-inline-end-color: rgb(249 250 251 / 0.5);
}
.border-e-gray-50\/55 {

    border-inline-end-color: rgb(249 250 251 / 0.55);
}
.border-e-gray-50\/60 {

    border-inline-end-color: rgb(249 250 251 / 0.6);
}
.border-e-gray-50\/65 {

    border-inline-end-color: rgb(249 250 251 / 0.65);
}
.border-e-gray-50\/70 {

    border-inline-end-color: rgb(249 250 251 / 0.7);
}
.border-e-gray-50\/75 {

    border-inline-end-color: rgb(249 250 251 / 0.75);
}
.border-e-gray-50\/80 {

    border-inline-end-color: rgb(249 250 251 / 0.8);
}
.border-e-gray-50\/85 {

    border-inline-end-color: rgb(249 250 251 / 0.85);
}
.border-e-gray-50\/90 {

    border-inline-end-color: rgb(249 250 251 / 0.9);
}
.border-e-gray-50\/95 {

    border-inline-end-color: rgb(249 250 251 / 0.95);
}
.border-e-gray-500 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-e-gray-500\/0 {

    border-inline-end-color: rgb(107 114 128 / 0);
}
.border-e-gray-500\/10 {

    border-inline-end-color: rgb(107 114 128 / 0.1);
}
.border-e-gray-500\/100 {

    border-inline-end-color: rgb(107 114 128 / 1);
}
.border-e-gray-500\/15 {

    border-inline-end-color: rgb(107 114 128 / 0.15);
}
.border-e-gray-500\/20 {

    border-inline-end-color: rgb(107 114 128 / 0.2);
}
.border-e-gray-500\/25 {

    border-inline-end-color: rgb(107 114 128 / 0.25);
}
.border-e-gray-500\/30 {

    border-inline-end-color: rgb(107 114 128 / 0.3);
}
.border-e-gray-500\/35 {

    border-inline-end-color: rgb(107 114 128 / 0.35);
}
.border-e-gray-500\/40 {

    border-inline-end-color: rgb(107 114 128 / 0.4);
}
.border-e-gray-500\/45 {

    border-inline-end-color: rgb(107 114 128 / 0.45);
}
.border-e-gray-500\/5 {

    border-inline-end-color: rgb(107 114 128 / 0.05);
}
.border-e-gray-500\/50 {

    border-inline-end-color: rgb(107 114 128 / 0.5);
}
.border-e-gray-500\/55 {

    border-inline-end-color: rgb(107 114 128 / 0.55);
}
.border-e-gray-500\/60 {

    border-inline-end-color: rgb(107 114 128 / 0.6);
}
.border-e-gray-500\/65 {

    border-inline-end-color: rgb(107 114 128 / 0.65);
}
.border-e-gray-500\/70 {

    border-inline-end-color: rgb(107 114 128 / 0.7);
}
.border-e-gray-500\/75 {

    border-inline-end-color: rgb(107 114 128 / 0.75);
}
.border-e-gray-500\/80 {

    border-inline-end-color: rgb(107 114 128 / 0.8);
}
.border-e-gray-500\/85 {

    border-inline-end-color: rgb(107 114 128 / 0.85);
}
.border-e-gray-500\/90 {

    border-inline-end-color: rgb(107 114 128 / 0.9);
}
.border-e-gray-500\/95 {

    border-inline-end-color: rgb(107 114 128 / 0.95);
}
.border-e-gray-600 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-e-gray-600\/0 {

    border-inline-end-color: rgb(75 85 99 / 0);
}
.border-e-gray-600\/10 {

    border-inline-end-color: rgb(75 85 99 / 0.1);
}
.border-e-gray-600\/100 {

    border-inline-end-color: rgb(75 85 99 / 1);
}
.border-e-gray-600\/15 {

    border-inline-end-color: rgb(75 85 99 / 0.15);
}
.border-e-gray-600\/20 {

    border-inline-end-color: rgb(75 85 99 / 0.2);
}
.border-e-gray-600\/25 {

    border-inline-end-color: rgb(75 85 99 / 0.25);
}
.border-e-gray-600\/30 {

    border-inline-end-color: rgb(75 85 99 / 0.3);
}
.border-e-gray-600\/35 {

    border-inline-end-color: rgb(75 85 99 / 0.35);
}
.border-e-gray-600\/40 {

    border-inline-end-color: rgb(75 85 99 / 0.4);
}
.border-e-gray-600\/45 {

    border-inline-end-color: rgb(75 85 99 / 0.45);
}
.border-e-gray-600\/5 {

    border-inline-end-color: rgb(75 85 99 / 0.05);
}
.border-e-gray-600\/50 {

    border-inline-end-color: rgb(75 85 99 / 0.5);
}
.border-e-gray-600\/55 {

    border-inline-end-color: rgb(75 85 99 / 0.55);
}
.border-e-gray-600\/60 {

    border-inline-end-color: rgb(75 85 99 / 0.6);
}
.border-e-gray-600\/65 {

    border-inline-end-color: rgb(75 85 99 / 0.65);
}
.border-e-gray-600\/70 {

    border-inline-end-color: rgb(75 85 99 / 0.7);
}
.border-e-gray-600\/75 {

    border-inline-end-color: rgb(75 85 99 / 0.75);
}
.border-e-gray-600\/80 {

    border-inline-end-color: rgb(75 85 99 / 0.8);
}
.border-e-gray-600\/85 {

    border-inline-end-color: rgb(75 85 99 / 0.85);
}
.border-e-gray-600\/90 {

    border-inline-end-color: rgb(75 85 99 / 0.9);
}
.border-e-gray-600\/95 {

    border-inline-end-color: rgb(75 85 99 / 0.95);
}
.border-e-gray-700 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-e-gray-700\/0 {

    border-inline-end-color: rgb(55 65 81 / 0);
}
.border-e-gray-700\/10 {

    border-inline-end-color: rgb(55 65 81 / 0.1);
}
.border-e-gray-700\/100 {

    border-inline-end-color: rgb(55 65 81 / 1);
}
.border-e-gray-700\/15 {

    border-inline-end-color: rgb(55 65 81 / 0.15);
}
.border-e-gray-700\/20 {

    border-inline-end-color: rgb(55 65 81 / 0.2);
}
.border-e-gray-700\/25 {

    border-inline-end-color: rgb(55 65 81 / 0.25);
}
.border-e-gray-700\/30 {

    border-inline-end-color: rgb(55 65 81 / 0.3);
}
.border-e-gray-700\/35 {

    border-inline-end-color: rgb(55 65 81 / 0.35);
}
.border-e-gray-700\/40 {

    border-inline-end-color: rgb(55 65 81 / 0.4);
}
.border-e-gray-700\/45 {

    border-inline-end-color: rgb(55 65 81 / 0.45);
}
.border-e-gray-700\/5 {

    border-inline-end-color: rgb(55 65 81 / 0.05);
}
.border-e-gray-700\/50 {

    border-inline-end-color: rgb(55 65 81 / 0.5);
}
.border-e-gray-700\/55 {

    border-inline-end-color: rgb(55 65 81 / 0.55);
}
.border-e-gray-700\/60 {

    border-inline-end-color: rgb(55 65 81 / 0.6);
}
.border-e-gray-700\/65 {

    border-inline-end-color: rgb(55 65 81 / 0.65);
}
.border-e-gray-700\/70 {

    border-inline-end-color: rgb(55 65 81 / 0.7);
}
.border-e-gray-700\/75 {

    border-inline-end-color: rgb(55 65 81 / 0.75);
}
.border-e-gray-700\/80 {

    border-inline-end-color: rgb(55 65 81 / 0.8);
}
.border-e-gray-700\/85 {

    border-inline-end-color: rgb(55 65 81 / 0.85);
}
.border-e-gray-700\/90 {

    border-inline-end-color: rgb(55 65 81 / 0.9);
}
.border-e-gray-700\/95 {

    border-inline-end-color: rgb(55 65 81 / 0.95);
}
.border-e-gray-800 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-e-gray-800\/0 {

    border-inline-end-color: rgb(31 41 55 / 0);
}
.border-e-gray-800\/10 {

    border-inline-end-color: rgb(31 41 55 / 0.1);
}
.border-e-gray-800\/100 {

    border-inline-end-color: rgb(31 41 55 / 1);
}
.border-e-gray-800\/15 {

    border-inline-end-color: rgb(31 41 55 / 0.15);
}
.border-e-gray-800\/20 {

    border-inline-end-color: rgb(31 41 55 / 0.2);
}
.border-e-gray-800\/25 {

    border-inline-end-color: rgb(31 41 55 / 0.25);
}
.border-e-gray-800\/30 {

    border-inline-end-color: rgb(31 41 55 / 0.3);
}
.border-e-gray-800\/35 {

    border-inline-end-color: rgb(31 41 55 / 0.35);
}
.border-e-gray-800\/40 {

    border-inline-end-color: rgb(31 41 55 / 0.4);
}
.border-e-gray-800\/45 {

    border-inline-end-color: rgb(31 41 55 / 0.45);
}
.border-e-gray-800\/5 {

    border-inline-end-color: rgb(31 41 55 / 0.05);
}
.border-e-gray-800\/50 {

    border-inline-end-color: rgb(31 41 55 / 0.5);
}
.border-e-gray-800\/55 {

    border-inline-end-color: rgb(31 41 55 / 0.55);
}
.border-e-gray-800\/60 {

    border-inline-end-color: rgb(31 41 55 / 0.6);
}
.border-e-gray-800\/65 {

    border-inline-end-color: rgb(31 41 55 / 0.65);
}
.border-e-gray-800\/70 {

    border-inline-end-color: rgb(31 41 55 / 0.7);
}
.border-e-gray-800\/75 {

    border-inline-end-color: rgb(31 41 55 / 0.75);
}
.border-e-gray-800\/80 {

    border-inline-end-color: rgb(31 41 55 / 0.8);
}
.border-e-gray-800\/85 {

    border-inline-end-color: rgb(31 41 55 / 0.85);
}
.border-e-gray-800\/90 {

    border-inline-end-color: rgb(31 41 55 / 0.9);
}
.border-e-gray-800\/95 {

    border-inline-end-color: rgb(31 41 55 / 0.95);
}
.border-e-gray-900 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-e-gray-900\/0 {

    border-inline-end-color: rgb(17 24 39 / 0);
}
.border-e-gray-900\/10 {

    border-inline-end-color: rgb(17 24 39 / 0.1);
}
.border-e-gray-900\/100 {

    border-inline-end-color: rgb(17 24 39 / 1);
}
.border-e-gray-900\/15 {

    border-inline-end-color: rgb(17 24 39 / 0.15);
}
.border-e-gray-900\/20 {

    border-inline-end-color: rgb(17 24 39 / 0.2);
}
.border-e-gray-900\/25 {

    border-inline-end-color: rgb(17 24 39 / 0.25);
}
.border-e-gray-900\/30 {

    border-inline-end-color: rgb(17 24 39 / 0.3);
}
.border-e-gray-900\/35 {

    border-inline-end-color: rgb(17 24 39 / 0.35);
}
.border-e-gray-900\/40 {

    border-inline-end-color: rgb(17 24 39 / 0.4);
}
.border-e-gray-900\/45 {

    border-inline-end-color: rgb(17 24 39 / 0.45);
}
.border-e-gray-900\/5 {

    border-inline-end-color: rgb(17 24 39 / 0.05);
}
.border-e-gray-900\/50 {

    border-inline-end-color: rgb(17 24 39 / 0.5);
}
.border-e-gray-900\/55 {

    border-inline-end-color: rgb(17 24 39 / 0.55);
}
.border-e-gray-900\/60 {

    border-inline-end-color: rgb(17 24 39 / 0.6);
}
.border-e-gray-900\/65 {

    border-inline-end-color: rgb(17 24 39 / 0.65);
}
.border-e-gray-900\/70 {

    border-inline-end-color: rgb(17 24 39 / 0.7);
}
.border-e-gray-900\/75 {

    border-inline-end-color: rgb(17 24 39 / 0.75);
}
.border-e-gray-900\/80 {

    border-inline-end-color: rgb(17 24 39 / 0.8);
}
.border-e-gray-900\/85 {

    border-inline-end-color: rgb(17 24 39 / 0.85);
}
.border-e-gray-900\/90 {

    border-inline-end-color: rgb(17 24 39 / 0.9);
}
.border-e-gray-900\/95 {

    border-inline-end-color: rgb(17 24 39 / 0.95);
}
.border-e-gray-950 {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-e-gray-950\/0 {

    border-inline-end-color: rgb(3 7 18 / 0);
}
.border-e-gray-950\/10 {

    border-inline-end-color: rgb(3 7 18 / 0.1);
}
.border-e-gray-950\/100 {

    border-inline-end-color: rgb(3 7 18 / 1);
}
.border-e-gray-950\/15 {

    border-inline-end-color: rgb(3 7 18 / 0.15);
}
.border-e-gray-950\/20 {

    border-inline-end-color: rgb(3 7 18 / 0.2);
}
.border-e-gray-950\/25 {

    border-inline-end-color: rgb(3 7 18 / 0.25);
}
.border-e-gray-950\/30 {

    border-inline-end-color: rgb(3 7 18 / 0.3);
}
.border-e-gray-950\/35 {

    border-inline-end-color: rgb(3 7 18 / 0.35);
}
.border-e-gray-950\/40 {

    border-inline-end-color: rgb(3 7 18 / 0.4);
}
.border-e-gray-950\/45 {

    border-inline-end-color: rgb(3 7 18 / 0.45);
}
.border-e-gray-950\/5 {

    border-inline-end-color: rgb(3 7 18 / 0.05);
}
.border-e-gray-950\/50 {

    border-inline-end-color: rgb(3 7 18 / 0.5);
}
.border-e-gray-950\/55 {

    border-inline-end-color: rgb(3 7 18 / 0.55);
}
.border-e-gray-950\/60 {

    border-inline-end-color: rgb(3 7 18 / 0.6);
}
.border-e-gray-950\/65 {

    border-inline-end-color: rgb(3 7 18 / 0.65);
}
.border-e-gray-950\/70 {

    border-inline-end-color: rgb(3 7 18 / 0.7);
}
.border-e-gray-950\/75 {

    border-inline-end-color: rgb(3 7 18 / 0.75);
}
.border-e-gray-950\/80 {

    border-inline-end-color: rgb(3 7 18 / 0.8);
}
.border-e-gray-950\/85 {

    border-inline-end-color: rgb(3 7 18 / 0.85);
}
.border-e-gray-950\/90 {

    border-inline-end-color: rgb(3 7 18 / 0.9);
}
.border-e-gray-950\/95 {

    border-inline-end-color: rgb(3 7 18 / 0.95);
}
.border-e-inherit {

    border-inline-end-color: inherit;
}
.border-e-primary {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-e-primary-dark {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-e-primary-dark\/0 {

    border-inline-end-color: rgb(26 88 121 / 0);
}
.border-e-primary-dark\/10 {

    border-inline-end-color: rgb(26 88 121 / 0.1);
}
.border-e-primary-dark\/100 {

    border-inline-end-color: rgb(26 88 121 / 1);
}
.border-e-primary-dark\/15 {

    border-inline-end-color: rgb(26 88 121 / 0.15);
}
.border-e-primary-dark\/20 {

    border-inline-end-color: rgb(26 88 121 / 0.2);
}
.border-e-primary-dark\/25 {

    border-inline-end-color: rgb(26 88 121 / 0.25);
}
.border-e-primary-dark\/30 {

    border-inline-end-color: rgb(26 88 121 / 0.3);
}
.border-e-primary-dark\/35 {

    border-inline-end-color: rgb(26 88 121 / 0.35);
}
.border-e-primary-dark\/40 {

    border-inline-end-color: rgb(26 88 121 / 0.4);
}
.border-e-primary-dark\/45 {

    border-inline-end-color: rgb(26 88 121 / 0.45);
}
.border-e-primary-dark\/5 {

    border-inline-end-color: rgb(26 88 121 / 0.05);
}
.border-e-primary-dark\/50 {

    border-inline-end-color: rgb(26 88 121 / 0.5);
}
.border-e-primary-dark\/55 {

    border-inline-end-color: rgb(26 88 121 / 0.55);
}
.border-e-primary-dark\/60 {

    border-inline-end-color: rgb(26 88 121 / 0.6);
}
.border-e-primary-dark\/65 {

    border-inline-end-color: rgb(26 88 121 / 0.65);
}
.border-e-primary-dark\/70 {

    border-inline-end-color: rgb(26 88 121 / 0.7);
}
.border-e-primary-dark\/75 {

    border-inline-end-color: rgb(26 88 121 / 0.75);
}
.border-e-primary-dark\/80 {

    border-inline-end-color: rgb(26 88 121 / 0.8);
}
.border-e-primary-dark\/85 {

    border-inline-end-color: rgb(26 88 121 / 0.85);
}
.border-e-primary-dark\/90 {

    border-inline-end-color: rgb(26 88 121 / 0.9);
}
.border-e-primary-dark\/95 {

    border-inline-end-color: rgb(26 88 121 / 0.95);
}
.border-e-primary-light {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-e-primary-light\/0 {

    border-inline-end-color: rgb(85 154 193 / 0);
}
.border-e-primary-light\/10 {

    border-inline-end-color: rgb(85 154 193 / 0.1);
}
.border-e-primary-light\/100 {

    border-inline-end-color: rgb(85 154 193 / 1);
}
.border-e-primary-light\/15 {

    border-inline-end-color: rgb(85 154 193 / 0.15);
}
.border-e-primary-light\/20 {

    border-inline-end-color: rgb(85 154 193 / 0.2);
}
.border-e-primary-light\/25 {

    border-inline-end-color: rgb(85 154 193 / 0.25);
}
.border-e-primary-light\/30 {

    border-inline-end-color: rgb(85 154 193 / 0.3);
}
.border-e-primary-light\/35 {

    border-inline-end-color: rgb(85 154 193 / 0.35);
}
.border-e-primary-light\/40 {

    border-inline-end-color: rgb(85 154 193 / 0.4);
}
.border-e-primary-light\/45 {

    border-inline-end-color: rgb(85 154 193 / 0.45);
}
.border-e-primary-light\/5 {

    border-inline-end-color: rgb(85 154 193 / 0.05);
}
.border-e-primary-light\/50 {

    border-inline-end-color: rgb(85 154 193 / 0.5);
}
.border-e-primary-light\/55 {

    border-inline-end-color: rgb(85 154 193 / 0.55);
}
.border-e-primary-light\/60 {

    border-inline-end-color: rgb(85 154 193 / 0.6);
}
.border-e-primary-light\/65 {

    border-inline-end-color: rgb(85 154 193 / 0.65);
}
.border-e-primary-light\/70 {

    border-inline-end-color: rgb(85 154 193 / 0.7);
}
.border-e-primary-light\/75 {

    border-inline-end-color: rgb(85 154 193 / 0.75);
}
.border-e-primary-light\/80 {

    border-inline-end-color: rgb(85 154 193 / 0.8);
}
.border-e-primary-light\/85 {

    border-inline-end-color: rgb(85 154 193 / 0.85);
}
.border-e-primary-light\/90 {

    border-inline-end-color: rgb(85 154 193 / 0.9);
}
.border-e-primary-light\/95 {

    border-inline-end-color: rgb(85 154 193 / 0.95);
}
.border-e-primary-lighter {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-e-primary-lighter\/0 {

    border-inline-end-color: rgb(115 177 212 / 0);
}
.border-e-primary-lighter\/10 {

    border-inline-end-color: rgb(115 177 212 / 0.1);
}
.border-e-primary-lighter\/100 {

    border-inline-end-color: rgb(115 177 212 / 1);
}
.border-e-primary-lighter\/15 {

    border-inline-end-color: rgb(115 177 212 / 0.15);
}
.border-e-primary-lighter\/20 {

    border-inline-end-color: rgb(115 177 212 / 0.2);
}
.border-e-primary-lighter\/25 {

    border-inline-end-color: rgb(115 177 212 / 0.25);
}
.border-e-primary-lighter\/30 {

    border-inline-end-color: rgb(115 177 212 / 0.3);
}
.border-e-primary-lighter\/35 {

    border-inline-end-color: rgb(115 177 212 / 0.35);
}
.border-e-primary-lighter\/40 {

    border-inline-end-color: rgb(115 177 212 / 0.4);
}
.border-e-primary-lighter\/45 {

    border-inline-end-color: rgb(115 177 212 / 0.45);
}
.border-e-primary-lighter\/5 {

    border-inline-end-color: rgb(115 177 212 / 0.05);
}
.border-e-primary-lighter\/50 {

    border-inline-end-color: rgb(115 177 212 / 0.5);
}
.border-e-primary-lighter\/55 {

    border-inline-end-color: rgb(115 177 212 / 0.55);
}
.border-e-primary-lighter\/60 {

    border-inline-end-color: rgb(115 177 212 / 0.6);
}
.border-e-primary-lighter\/65 {

    border-inline-end-color: rgb(115 177 212 / 0.65);
}
.border-e-primary-lighter\/70 {

    border-inline-end-color: rgb(115 177 212 / 0.7);
}
.border-e-primary-lighter\/75 {

    border-inline-end-color: rgb(115 177 212 / 0.75);
}
.border-e-primary-lighter\/80 {

    border-inline-end-color: rgb(115 177 212 / 0.8);
}
.border-e-primary-lighter\/85 {

    border-inline-end-color: rgb(115 177 212 / 0.85);
}
.border-e-primary-lighter\/90 {

    border-inline-end-color: rgb(115 177 212 / 0.9);
}
.border-e-primary-lighter\/95 {

    border-inline-end-color: rgb(115 177 212 / 0.95);
}
.border-e-primary\/0 {

    border-inline-end-color: rgb(52 114 147 / 0);
}
.border-e-primary\/10 {

    border-inline-end-color: rgb(52 114 147 / 0.1);
}
.border-e-primary\/100 {

    border-inline-end-color: rgb(52 114 147 / 1);
}
.border-e-primary\/15 {

    border-inline-end-color: rgb(52 114 147 / 0.15);
}
.border-e-primary\/20 {

    border-inline-end-color: rgb(52 114 147 / 0.2);
}
.border-e-primary\/25 {

    border-inline-end-color: rgb(52 114 147 / 0.25);
}
.border-e-primary\/30 {

    border-inline-end-color: rgb(52 114 147 / 0.3);
}
.border-e-primary\/35 {

    border-inline-end-color: rgb(52 114 147 / 0.35);
}
.border-e-primary\/40 {

    border-inline-end-color: rgb(52 114 147 / 0.4);
}
.border-e-primary\/45 {

    border-inline-end-color: rgb(52 114 147 / 0.45);
}
.border-e-primary\/5 {

    border-inline-end-color: rgb(52 114 147 / 0.05);
}
.border-e-primary\/50 {

    border-inline-end-color: rgb(52 114 147 / 0.5);
}
.border-e-primary\/55 {

    border-inline-end-color: rgb(52 114 147 / 0.55);
}
.border-e-primary\/60 {

    border-inline-end-color: rgb(52 114 147 / 0.6);
}
.border-e-primary\/65 {

    border-inline-end-color: rgb(52 114 147 / 0.65);
}
.border-e-primary\/70 {

    border-inline-end-color: rgb(52 114 147 / 0.7);
}
.border-e-primary\/75 {

    border-inline-end-color: rgb(52 114 147 / 0.75);
}
.border-e-primary\/80 {

    border-inline-end-color: rgb(52 114 147 / 0.8);
}
.border-e-primary\/85 {

    border-inline-end-color: rgb(52 114 147 / 0.85);
}
.border-e-primary\/90 {

    border-inline-end-color: rgb(52 114 147 / 0.9);
}
.border-e-primary\/95 {

    border-inline-end-color: rgb(52 114 147 / 0.95);
}
.border-e-secondary {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-e-secondary-dark {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-e-secondary-dark\/0 {

    border-inline-end-color: rgb(226 207 188 / 0);
}
.border-e-secondary-dark\/10 {

    border-inline-end-color: rgb(226 207 188 / 0.1);
}
.border-e-secondary-dark\/100 {

    border-inline-end-color: rgb(226 207 188 / 1);
}
.border-e-secondary-dark\/15 {

    border-inline-end-color: rgb(226 207 188 / 0.15);
}
.border-e-secondary-dark\/20 {

    border-inline-end-color: rgb(226 207 188 / 0.2);
}
.border-e-secondary-dark\/25 {

    border-inline-end-color: rgb(226 207 188 / 0.25);
}
.border-e-secondary-dark\/30 {

    border-inline-end-color: rgb(226 207 188 / 0.3);
}
.border-e-secondary-dark\/35 {

    border-inline-end-color: rgb(226 207 188 / 0.35);
}
.border-e-secondary-dark\/40 {

    border-inline-end-color: rgb(226 207 188 / 0.4);
}
.border-e-secondary-dark\/45 {

    border-inline-end-color: rgb(226 207 188 / 0.45);
}
.border-e-secondary-dark\/5 {

    border-inline-end-color: rgb(226 207 188 / 0.05);
}
.border-e-secondary-dark\/50 {

    border-inline-end-color: rgb(226 207 188 / 0.5);
}
.border-e-secondary-dark\/55 {

    border-inline-end-color: rgb(226 207 188 / 0.55);
}
.border-e-secondary-dark\/60 {

    border-inline-end-color: rgb(226 207 188 / 0.6);
}
.border-e-secondary-dark\/65 {

    border-inline-end-color: rgb(226 207 188 / 0.65);
}
.border-e-secondary-dark\/70 {

    border-inline-end-color: rgb(226 207 188 / 0.7);
}
.border-e-secondary-dark\/75 {

    border-inline-end-color: rgb(226 207 188 / 0.75);
}
.border-e-secondary-dark\/80 {

    border-inline-end-color: rgb(226 207 188 / 0.8);
}
.border-e-secondary-dark\/85 {

    border-inline-end-color: rgb(226 207 188 / 0.85);
}
.border-e-secondary-dark\/90 {

    border-inline-end-color: rgb(226 207 188 / 0.9);
}
.border-e-secondary-dark\/95 {

    border-inline-end-color: rgb(226 207 188 / 0.95);
}
.border-e-secondary-light {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-e-secondary-light\/0 {

    border-inline-end-color: rgb(254 250 247 / 0);
}
.border-e-secondary-light\/10 {

    border-inline-end-color: rgb(254 250 247 / 0.1);
}
.border-e-secondary-light\/100 {

    border-inline-end-color: rgb(254 250 247 / 1);
}
.border-e-secondary-light\/15 {

    border-inline-end-color: rgb(254 250 247 / 0.15);
}
.border-e-secondary-light\/20 {

    border-inline-end-color: rgb(254 250 247 / 0.2);
}
.border-e-secondary-light\/25 {

    border-inline-end-color: rgb(254 250 247 / 0.25);
}
.border-e-secondary-light\/30 {

    border-inline-end-color: rgb(254 250 247 / 0.3);
}
.border-e-secondary-light\/35 {

    border-inline-end-color: rgb(254 250 247 / 0.35);
}
.border-e-secondary-light\/40 {

    border-inline-end-color: rgb(254 250 247 / 0.4);
}
.border-e-secondary-light\/45 {

    border-inline-end-color: rgb(254 250 247 / 0.45);
}
.border-e-secondary-light\/5 {

    border-inline-end-color: rgb(254 250 247 / 0.05);
}
.border-e-secondary-light\/50 {

    border-inline-end-color: rgb(254 250 247 / 0.5);
}
.border-e-secondary-light\/55 {

    border-inline-end-color: rgb(254 250 247 / 0.55);
}
.border-e-secondary-light\/60 {

    border-inline-end-color: rgb(254 250 247 / 0.6);
}
.border-e-secondary-light\/65 {

    border-inline-end-color: rgb(254 250 247 / 0.65);
}
.border-e-secondary-light\/70 {

    border-inline-end-color: rgb(254 250 247 / 0.7);
}
.border-e-secondary-light\/75 {

    border-inline-end-color: rgb(254 250 247 / 0.75);
}
.border-e-secondary-light\/80 {

    border-inline-end-color: rgb(254 250 247 / 0.8);
}
.border-e-secondary-light\/85 {

    border-inline-end-color: rgb(254 250 247 / 0.85);
}
.border-e-secondary-light\/90 {

    border-inline-end-color: rgb(254 250 247 / 0.9);
}
.border-e-secondary-light\/95 {

    border-inline-end-color: rgb(254 250 247 / 0.95);
}
.border-e-secondary\/0 {

    border-inline-end-color: rgb(243 234 225 / 0);
}
.border-e-secondary\/10 {

    border-inline-end-color: rgb(243 234 225 / 0.1);
}
.border-e-secondary\/100 {

    border-inline-end-color: rgb(243 234 225 / 1);
}
.border-e-secondary\/15 {

    border-inline-end-color: rgb(243 234 225 / 0.15);
}
.border-e-secondary\/20 {

    border-inline-end-color: rgb(243 234 225 / 0.2);
}
.border-e-secondary\/25 {

    border-inline-end-color: rgb(243 234 225 / 0.25);
}
.border-e-secondary\/30 {

    border-inline-end-color: rgb(243 234 225 / 0.3);
}
.border-e-secondary\/35 {

    border-inline-end-color: rgb(243 234 225 / 0.35);
}
.border-e-secondary\/40 {

    border-inline-end-color: rgb(243 234 225 / 0.4);
}
.border-e-secondary\/45 {

    border-inline-end-color: rgb(243 234 225 / 0.45);
}
.border-e-secondary\/5 {

    border-inline-end-color: rgb(243 234 225 / 0.05);
}
.border-e-secondary\/50 {

    border-inline-end-color: rgb(243 234 225 / 0.5);
}
.border-e-secondary\/55 {

    border-inline-end-color: rgb(243 234 225 / 0.55);
}
.border-e-secondary\/60 {

    border-inline-end-color: rgb(243 234 225 / 0.6);
}
.border-e-secondary\/65 {

    border-inline-end-color: rgb(243 234 225 / 0.65);
}
.border-e-secondary\/70 {

    border-inline-end-color: rgb(243 234 225 / 0.7);
}
.border-e-secondary\/75 {

    border-inline-end-color: rgb(243 234 225 / 0.75);
}
.border-e-secondary\/80 {

    border-inline-end-color: rgb(243 234 225 / 0.8);
}
.border-e-secondary\/85 {

    border-inline-end-color: rgb(243 234 225 / 0.85);
}
.border-e-secondary\/90 {

    border-inline-end-color: rgb(243 234 225 / 0.9);
}
.border-e-secondary\/95 {

    border-inline-end-color: rgb(243 234 225 / 0.95);
}
.border-e-transparent {

    border-inline-end-color: transparent;
}
.border-e-transparent\/0 {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-transparent\/10 {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-transparent\/100 {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-transparent\/15 {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-transparent\/20 {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-transparent\/25 {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-transparent\/30 {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-transparent\/35 {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40 {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45 {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-transparent\/5 {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-transparent\/50 {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-transparent\/55 {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60 {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65 {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-transparent\/70 {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-transparent\/75 {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-transparent\/80 {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-transparent\/85 {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-transparent\/90 {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-transparent\/95 {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-white {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-e-white\/0 {

    border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-white\/10 {

    border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-white\/100 {

    border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-white\/15 {

    border-inline-end-color: rgb(255 255 255 / 0.15);
}
.border-e-white\/20 {

    border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-white\/25 {

    border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-white\/30 {

    border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-white\/35 {

    border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40 {

    border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45 {

    border-inline-end-color: rgb(255 255 255 / 0.45);
}
.border-e-white\/5 {

    border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-white\/50 {

    border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-white\/55 {

    border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60 {

    border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65 {

    border-inline-end-color: rgb(255 255 255 / 0.65);
}
.border-e-white\/70 {

    border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-white\/75 {

    border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-white\/80 {

    border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-white\/85 {

    border-inline-end-color: rgb(255 255 255 / 0.85);
}
.border-e-white\/90 {

    border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-white\/95 {

    border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-l-accent {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-l-accent-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-l-accent-dark\/0 {

    border-left-color: rgb(225 114 45 / 0);
}
.border-l-accent-dark\/10 {

    border-left-color: rgb(225 114 45 / 0.1);
}
.border-l-accent-dark\/100 {

    border-left-color: rgb(225 114 45 / 1);
}
.border-l-accent-dark\/15 {

    border-left-color: rgb(225 114 45 / 0.15);
}
.border-l-accent-dark\/20 {

    border-left-color: rgb(225 114 45 / 0.2);
}
.border-l-accent-dark\/25 {

    border-left-color: rgb(225 114 45 / 0.25);
}
.border-l-accent-dark\/30 {

    border-left-color: rgb(225 114 45 / 0.3);
}
.border-l-accent-dark\/35 {

    border-left-color: rgb(225 114 45 / 0.35);
}
.border-l-accent-dark\/40 {

    border-left-color: rgb(225 114 45 / 0.4);
}
.border-l-accent-dark\/45 {

    border-left-color: rgb(225 114 45 / 0.45);
}
.border-l-accent-dark\/5 {

    border-left-color: rgb(225 114 45 / 0.05);
}
.border-l-accent-dark\/50 {

    border-left-color: rgb(225 114 45 / 0.5);
}
.border-l-accent-dark\/55 {

    border-left-color: rgb(225 114 45 / 0.55);
}
.border-l-accent-dark\/60 {

    border-left-color: rgb(225 114 45 / 0.6);
}
.border-l-accent-dark\/65 {

    border-left-color: rgb(225 114 45 / 0.65);
}
.border-l-accent-dark\/70 {

    border-left-color: rgb(225 114 45 / 0.7);
}
.border-l-accent-dark\/75 {

    border-left-color: rgb(225 114 45 / 0.75);
}
.border-l-accent-dark\/80 {

    border-left-color: rgb(225 114 45 / 0.8);
}
.border-l-accent-dark\/85 {

    border-left-color: rgb(225 114 45 / 0.85);
}
.border-l-accent-dark\/90 {

    border-left-color: rgb(225 114 45 / 0.9);
}
.border-l-accent-dark\/95 {

    border-left-color: rgb(225 114 45 / 0.95);
}
.border-l-accent-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-l-accent-light\/0 {

    border-left-color: rgb(255 191 105 / 0);
}
.border-l-accent-light\/10 {

    border-left-color: rgb(255 191 105 / 0.1);
}
.border-l-accent-light\/100 {

    border-left-color: rgb(255 191 105 / 1);
}
.border-l-accent-light\/15 {

    border-left-color: rgb(255 191 105 / 0.15);
}
.border-l-accent-light\/20 {

    border-left-color: rgb(255 191 105 / 0.2);
}
.border-l-accent-light\/25 {

    border-left-color: rgb(255 191 105 / 0.25);
}
.border-l-accent-light\/30 {

    border-left-color: rgb(255 191 105 / 0.3);
}
.border-l-accent-light\/35 {

    border-left-color: rgb(255 191 105 / 0.35);
}
.border-l-accent-light\/40 {

    border-left-color: rgb(255 191 105 / 0.4);
}
.border-l-accent-light\/45 {

    border-left-color: rgb(255 191 105 / 0.45);
}
.border-l-accent-light\/5 {

    border-left-color: rgb(255 191 105 / 0.05);
}
.border-l-accent-light\/50 {

    border-left-color: rgb(255 191 105 / 0.5);
}
.border-l-accent-light\/55 {

    border-left-color: rgb(255 191 105 / 0.55);
}
.border-l-accent-light\/60 {

    border-left-color: rgb(255 191 105 / 0.6);
}
.border-l-accent-light\/65 {

    border-left-color: rgb(255 191 105 / 0.65);
}
.border-l-accent-light\/70 {

    border-left-color: rgb(255 191 105 / 0.7);
}
.border-l-accent-light\/75 {

    border-left-color: rgb(255 191 105 / 0.75);
}
.border-l-accent-light\/80 {

    border-left-color: rgb(255 191 105 / 0.8);
}
.border-l-accent-light\/85 {

    border-left-color: rgb(255 191 105 / 0.85);
}
.border-l-accent-light\/90 {

    border-left-color: rgb(255 191 105 / 0.9);
}
.border-l-accent-light\/95 {

    border-left-color: rgb(255 191 105 / 0.95);
}
.border-l-accent\/0 {

    border-left-color: rgb(229 136 78 / 0);
}
.border-l-accent\/10 {

    border-left-color: rgb(229 136 78 / 0.1);
}
.border-l-accent\/100 {

    border-left-color: rgb(229 136 78 / 1);
}
.border-l-accent\/15 {

    border-left-color: rgb(229 136 78 / 0.15);
}
.border-l-accent\/20 {

    border-left-color: rgb(229 136 78 / 0.2);
}
.border-l-accent\/25 {

    border-left-color: rgb(229 136 78 / 0.25);
}
.border-l-accent\/30 {

    border-left-color: rgb(229 136 78 / 0.3);
}
.border-l-accent\/35 {

    border-left-color: rgb(229 136 78 / 0.35);
}
.border-l-accent\/40 {

    border-left-color: rgb(229 136 78 / 0.4);
}
.border-l-accent\/45 {

    border-left-color: rgb(229 136 78 / 0.45);
}
.border-l-accent\/5 {

    border-left-color: rgb(229 136 78 / 0.05);
}
.border-l-accent\/50 {

    border-left-color: rgb(229 136 78 / 0.5);
}
.border-l-accent\/55 {

    border-left-color: rgb(229 136 78 / 0.55);
}
.border-l-accent\/60 {

    border-left-color: rgb(229 136 78 / 0.6);
}
.border-l-accent\/65 {

    border-left-color: rgb(229 136 78 / 0.65);
}
.border-l-accent\/70 {

    border-left-color: rgb(229 136 78 / 0.7);
}
.border-l-accent\/75 {

    border-left-color: rgb(229 136 78 / 0.75);
}
.border-l-accent\/80 {

    border-left-color: rgb(229 136 78 / 0.8);
}
.border-l-accent\/85 {

    border-left-color: rgb(229 136 78 / 0.85);
}
.border-l-accent\/90 {

    border-left-color: rgb(229 136 78 / 0.9);
}
.border-l-accent\/95 {

    border-left-color: rgb(229 136 78 / 0.95);
}
.border-l-black {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-l-black\/0 {

    border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/10 {

    border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-black\/100 {

    border-left-color: rgb(0 0 0 / 1);
}
.border-l-black\/15 {

    border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-black\/20 {

    border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-black\/25 {

    border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-black\/30 {

    border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-black\/35 {

    border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40 {

    border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45 {

    border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-black\/5 {

    border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/50 {

    border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-black\/55 {

    border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60 {

    border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65 {

    border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-black\/70 {

    border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-black\/75 {

    border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-black\/80 {

    border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-black\/85 {

    border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-black\/90 {

    border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-black\/95 {

    border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-current {

    border-left-color: currentColor;
}
.border-l-error {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-l-error\/0 {

    border-left-color: rgb(255 0 0 / 0);
}
.border-l-error\/10 {

    border-left-color: rgb(255 0 0 / 0.1);
}
.border-l-error\/100 {

    border-left-color: rgb(255 0 0 / 1);
}
.border-l-error\/15 {

    border-left-color: rgb(255 0 0 / 0.15);
}
.border-l-error\/20 {

    border-left-color: rgb(255 0 0 / 0.2);
}
.border-l-error\/25 {

    border-left-color: rgb(255 0 0 / 0.25);
}
.border-l-error\/30 {

    border-left-color: rgb(255 0 0 / 0.3);
}
.border-l-error\/35 {

    border-left-color: rgb(255 0 0 / 0.35);
}
.border-l-error\/40 {

    border-left-color: rgb(255 0 0 / 0.4);
}
.border-l-error\/45 {

    border-left-color: rgb(255 0 0 / 0.45);
}
.border-l-error\/5 {

    border-left-color: rgb(255 0 0 / 0.05);
}
.border-l-error\/50 {

    border-left-color: rgb(255 0 0 / 0.5);
}
.border-l-error\/55 {

    border-left-color: rgb(255 0 0 / 0.55);
}
.border-l-error\/60 {

    border-left-color: rgb(255 0 0 / 0.6);
}
.border-l-error\/65 {

    border-left-color: rgb(255 0 0 / 0.65);
}
.border-l-error\/70 {

    border-left-color: rgb(255 0 0 / 0.7);
}
.border-l-error\/75 {

    border-left-color: rgb(255 0 0 / 0.75);
}
.border-l-error\/80 {

    border-left-color: rgb(255 0 0 / 0.8);
}
.border-l-error\/85 {

    border-left-color: rgb(255 0 0 / 0.85);
}
.border-l-error\/90 {

    border-left-color: rgb(255 0 0 / 0.9);
}
.border-l-error\/95 {

    border-left-color: rgb(255 0 0 / 0.95);
}
.border-l-gray-100 {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-100\/0 {

    border-left-color: rgb(243 244 246 / 0);
}
.border-l-gray-100\/10 {

    border-left-color: rgb(243 244 246 / 0.1);
}
.border-l-gray-100\/100 {

    border-left-color: rgb(243 244 246 / 1);
}
.border-l-gray-100\/15 {

    border-left-color: rgb(243 244 246 / 0.15);
}
.border-l-gray-100\/20 {

    border-left-color: rgb(243 244 246 / 0.2);
}
.border-l-gray-100\/25 {

    border-left-color: rgb(243 244 246 / 0.25);
}
.border-l-gray-100\/30 {

    border-left-color: rgb(243 244 246 / 0.3);
}
.border-l-gray-100\/35 {

    border-left-color: rgb(243 244 246 / 0.35);
}
.border-l-gray-100\/40 {

    border-left-color: rgb(243 244 246 / 0.4);
}
.border-l-gray-100\/45 {

    border-left-color: rgb(243 244 246 / 0.45);
}
.border-l-gray-100\/5 {

    border-left-color: rgb(243 244 246 / 0.05);
}
.border-l-gray-100\/50 {

    border-left-color: rgb(243 244 246 / 0.5);
}
.border-l-gray-100\/55 {

    border-left-color: rgb(243 244 246 / 0.55);
}
.border-l-gray-100\/60 {

    border-left-color: rgb(243 244 246 / 0.6);
}
.border-l-gray-100\/65 {

    border-left-color: rgb(243 244 246 / 0.65);
}
.border-l-gray-100\/70 {

    border-left-color: rgb(243 244 246 / 0.7);
}
.border-l-gray-100\/75 {

    border-left-color: rgb(243 244 246 / 0.75);
}
.border-l-gray-100\/80 {

    border-left-color: rgb(243 244 246 / 0.8);
}
.border-l-gray-100\/85 {

    border-left-color: rgb(243 244 246 / 0.85);
}
.border-l-gray-100\/90 {

    border-left-color: rgb(243 244 246 / 0.9);
}
.border-l-gray-100\/95 {

    border-left-color: rgb(243 244 246 / 0.95);
}
.border-l-gray-200 {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-200\/0 {

    border-left-color: rgb(229 231 235 / 0);
}
.border-l-gray-200\/10 {

    border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-gray-200\/100 {

    border-left-color: rgb(229 231 235 / 1);
}
.border-l-gray-200\/15 {

    border-left-color: rgb(229 231 235 / 0.15);
}
.border-l-gray-200\/20 {

    border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-gray-200\/25 {

    border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-gray-200\/30 {

    border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-gray-200\/35 {

    border-left-color: rgb(229 231 235 / 0.35);
}
.border-l-gray-200\/40 {

    border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/45 {

    border-left-color: rgb(229 231 235 / 0.45);
}
.border-l-gray-200\/5 {

    border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-gray-200\/50 {

    border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-gray-200\/55 {

    border-left-color: rgb(229 231 235 / 0.55);
}
.border-l-gray-200\/60 {

    border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/65 {

    border-left-color: rgb(229 231 235 / 0.65);
}
.border-l-gray-200\/70 {

    border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-gray-200\/75 {

    border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-gray-200\/80 {

    border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-gray-200\/85 {

    border-left-color: rgb(229 231 235 / 0.85);
}
.border-l-gray-200\/90 {

    border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-gray-200\/95 {

    border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-gray-300 {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-gray-300\/0 {

    border-left-color: rgb(209 213 219 / 0);
}
.border-l-gray-300\/10 {

    border-left-color: rgb(209 213 219 / 0.1);
}
.border-l-gray-300\/100 {

    border-left-color: rgb(209 213 219 / 1);
}
.border-l-gray-300\/15 {

    border-left-color: rgb(209 213 219 / 0.15);
}
.border-l-gray-300\/20 {

    border-left-color: rgb(209 213 219 / 0.2);
}
.border-l-gray-300\/25 {

    border-left-color: rgb(209 213 219 / 0.25);
}
.border-l-gray-300\/30 {

    border-left-color: rgb(209 213 219 / 0.3);
}
.border-l-gray-300\/35 {

    border-left-color: rgb(209 213 219 / 0.35);
}
.border-l-gray-300\/40 {

    border-left-color: rgb(209 213 219 / 0.4);
}
.border-l-gray-300\/45 {

    border-left-color: rgb(209 213 219 / 0.45);
}
.border-l-gray-300\/5 {

    border-left-color: rgb(209 213 219 / 0.05);
}
.border-l-gray-300\/50 {

    border-left-color: rgb(209 213 219 / 0.5);
}
.border-l-gray-300\/55 {

    border-left-color: rgb(209 213 219 / 0.55);
}
.border-l-gray-300\/60 {

    border-left-color: rgb(209 213 219 / 0.6);
}
.border-l-gray-300\/65 {

    border-left-color: rgb(209 213 219 / 0.65);
}
.border-l-gray-300\/70 {

    border-left-color: rgb(209 213 219 / 0.7);
}
.border-l-gray-300\/75 {

    border-left-color: rgb(209 213 219 / 0.75);
}
.border-l-gray-300\/80 {

    border-left-color: rgb(209 213 219 / 0.8);
}
.border-l-gray-300\/85 {

    border-left-color: rgb(209 213 219 / 0.85);
}
.border-l-gray-300\/90 {

    border-left-color: rgb(209 213 219 / 0.9);
}
.border-l-gray-300\/95 {

    border-left-color: rgb(209 213 219 / 0.95);
}
.border-l-gray-400 {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-gray-400\/0 {

    border-left-color: rgb(156 163 175 / 0);
}
.border-l-gray-400\/10 {

    border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-gray-400\/100 {

    border-left-color: rgb(156 163 175 / 1);
}
.border-l-gray-400\/15 {

    border-left-color: rgb(156 163 175 / 0.15);
}
.border-l-gray-400\/20 {

    border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-gray-400\/25 {

    border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-gray-400\/30 {

    border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-gray-400\/35 {

    border-left-color: rgb(156 163 175 / 0.35);
}
.border-l-gray-400\/40 {

    border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-gray-400\/45 {

    border-left-color: rgb(156 163 175 / 0.45);
}
.border-l-gray-400\/5 {

    border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-gray-400\/50 {

    border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-gray-400\/55 {

    border-left-color: rgb(156 163 175 / 0.55);
}
.border-l-gray-400\/60 {

    border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-gray-400\/65 {

    border-left-color: rgb(156 163 175 / 0.65);
}
.border-l-gray-400\/70 {

    border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-gray-400\/75 {

    border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-gray-400\/80 {

    border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-gray-400\/85 {

    border-left-color: rgb(156 163 175 / 0.85);
}
.border-l-gray-400\/90 {

    border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-gray-400\/95 {

    border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-gray-50 {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-l-gray-50\/0 {

    border-left-color: rgb(249 250 251 / 0);
}
.border-l-gray-50\/10 {

    border-left-color: rgb(249 250 251 / 0.1);
}
.border-l-gray-50\/100 {

    border-left-color: rgb(249 250 251 / 1);
}
.border-l-gray-50\/15 {

    border-left-color: rgb(249 250 251 / 0.15);
}
.border-l-gray-50\/20 {

    border-left-color: rgb(249 250 251 / 0.2);
}
.border-l-gray-50\/25 {

    border-left-color: rgb(249 250 251 / 0.25);
}
.border-l-gray-50\/30 {

    border-left-color: rgb(249 250 251 / 0.3);
}
.border-l-gray-50\/35 {

    border-left-color: rgb(249 250 251 / 0.35);
}
.border-l-gray-50\/40 {

    border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/45 {

    border-left-color: rgb(249 250 251 / 0.45);
}
.border-l-gray-50\/5 {

    border-left-color: rgb(249 250 251 / 0.05);
}
.border-l-gray-50\/50 {

    border-left-color: rgb(249 250 251 / 0.5);
}
.border-l-gray-50\/55 {

    border-left-color: rgb(249 250 251 / 0.55);
}
.border-l-gray-50\/60 {

    border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/65 {

    border-left-color: rgb(249 250 251 / 0.65);
}
.border-l-gray-50\/70 {

    border-left-color: rgb(249 250 251 / 0.7);
}
.border-l-gray-50\/75 {

    border-left-color: rgb(249 250 251 / 0.75);
}
.border-l-gray-50\/80 {

    border-left-color: rgb(249 250 251 / 0.8);
}
.border-l-gray-50\/85 {

    border-left-color: rgb(249 250 251 / 0.85);
}
.border-l-gray-50\/90 {

    border-left-color: rgb(249 250 251 / 0.9);
}
.border-l-gray-50\/95 {

    border-left-color: rgb(249 250 251 / 0.95);
}
.border-l-gray-500 {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-l-gray-500\/0 {

    border-left-color: rgb(107 114 128 / 0);
}
.border-l-gray-500\/10 {

    border-left-color: rgb(107 114 128 / 0.1);
}
.border-l-gray-500\/100 {

    border-left-color: rgb(107 114 128 / 1);
}
.border-l-gray-500\/15 {

    border-left-color: rgb(107 114 128 / 0.15);
}
.border-l-gray-500\/20 {

    border-left-color: rgb(107 114 128 / 0.2);
}
.border-l-gray-500\/25 {

    border-left-color: rgb(107 114 128 / 0.25);
}
.border-l-gray-500\/30 {

    border-left-color: rgb(107 114 128 / 0.3);
}
.border-l-gray-500\/35 {

    border-left-color: rgb(107 114 128 / 0.35);
}
.border-l-gray-500\/40 {

    border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/45 {

    border-left-color: rgb(107 114 128 / 0.45);
}
.border-l-gray-500\/5 {

    border-left-color: rgb(107 114 128 / 0.05);
}
.border-l-gray-500\/50 {

    border-left-color: rgb(107 114 128 / 0.5);
}
.border-l-gray-500\/55 {

    border-left-color: rgb(107 114 128 / 0.55);
}
.border-l-gray-500\/60 {

    border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/65 {

    border-left-color: rgb(107 114 128 / 0.65);
}
.border-l-gray-500\/70 {

    border-left-color: rgb(107 114 128 / 0.7);
}
.border-l-gray-500\/75 {

    border-left-color: rgb(107 114 128 / 0.75);
}
.border-l-gray-500\/80 {

    border-left-color: rgb(107 114 128 / 0.8);
}
.border-l-gray-500\/85 {

    border-left-color: rgb(107 114 128 / 0.85);
}
.border-l-gray-500\/90 {

    border-left-color: rgb(107 114 128 / 0.9);
}
.border-l-gray-500\/95 {

    border-left-color: rgb(107 114 128 / 0.95);
}
.border-l-gray-600 {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-l-gray-600\/0 {

    border-left-color: rgb(75 85 99 / 0);
}
.border-l-gray-600\/10 {

    border-left-color: rgb(75 85 99 / 0.1);
}
.border-l-gray-600\/100 {

    border-left-color: rgb(75 85 99 / 1);
}
.border-l-gray-600\/15 {

    border-left-color: rgb(75 85 99 / 0.15);
}
.border-l-gray-600\/20 {

    border-left-color: rgb(75 85 99 / 0.2);
}
.border-l-gray-600\/25 {

    border-left-color: rgb(75 85 99 / 0.25);
}
.border-l-gray-600\/30 {

    border-left-color: rgb(75 85 99 / 0.3);
}
.border-l-gray-600\/35 {

    border-left-color: rgb(75 85 99 / 0.35);
}
.border-l-gray-600\/40 {

    border-left-color: rgb(75 85 99 / 0.4);
}
.border-l-gray-600\/45 {

    border-left-color: rgb(75 85 99 / 0.45);
}
.border-l-gray-600\/5 {

    border-left-color: rgb(75 85 99 / 0.05);
}
.border-l-gray-600\/50 {

    border-left-color: rgb(75 85 99 / 0.5);
}
.border-l-gray-600\/55 {

    border-left-color: rgb(75 85 99 / 0.55);
}
.border-l-gray-600\/60 {

    border-left-color: rgb(75 85 99 / 0.6);
}
.border-l-gray-600\/65 {

    border-left-color: rgb(75 85 99 / 0.65);
}
.border-l-gray-600\/70 {

    border-left-color: rgb(75 85 99 / 0.7);
}
.border-l-gray-600\/75 {

    border-left-color: rgb(75 85 99 / 0.75);
}
.border-l-gray-600\/80 {

    border-left-color: rgb(75 85 99 / 0.8);
}
.border-l-gray-600\/85 {

    border-left-color: rgb(75 85 99 / 0.85);
}
.border-l-gray-600\/90 {

    border-left-color: rgb(75 85 99 / 0.9);
}
.border-l-gray-600\/95 {

    border-left-color: rgb(75 85 99 / 0.95);
}
.border-l-gray-700 {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-l-gray-700\/0 {

    border-left-color: rgb(55 65 81 / 0);
}
.border-l-gray-700\/10 {

    border-left-color: rgb(55 65 81 / 0.1);
}
.border-l-gray-700\/100 {

    border-left-color: rgb(55 65 81 / 1);
}
.border-l-gray-700\/15 {

    border-left-color: rgb(55 65 81 / 0.15);
}
.border-l-gray-700\/20 {

    border-left-color: rgb(55 65 81 / 0.2);
}
.border-l-gray-700\/25 {

    border-left-color: rgb(55 65 81 / 0.25);
}
.border-l-gray-700\/30 {

    border-left-color: rgb(55 65 81 / 0.3);
}
.border-l-gray-700\/35 {

    border-left-color: rgb(55 65 81 / 0.35);
}
.border-l-gray-700\/40 {

    border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-gray-700\/45 {

    border-left-color: rgb(55 65 81 / 0.45);
}
.border-l-gray-700\/5 {

    border-left-color: rgb(55 65 81 / 0.05);
}
.border-l-gray-700\/50 {

    border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-gray-700\/55 {

    border-left-color: rgb(55 65 81 / 0.55);
}
.border-l-gray-700\/60 {

    border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-gray-700\/65 {

    border-left-color: rgb(55 65 81 / 0.65);
}
.border-l-gray-700\/70 {

    border-left-color: rgb(55 65 81 / 0.7);
}
.border-l-gray-700\/75 {

    border-left-color: rgb(55 65 81 / 0.75);
}
.border-l-gray-700\/80 {

    border-left-color: rgb(55 65 81 / 0.8);
}
.border-l-gray-700\/85 {

    border-left-color: rgb(55 65 81 / 0.85);
}
.border-l-gray-700\/90 {

    border-left-color: rgb(55 65 81 / 0.9);
}
.border-l-gray-700\/95 {

    border-left-color: rgb(55 65 81 / 0.95);
}
.border-l-gray-800 {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-l-gray-800\/0 {

    border-left-color: rgb(31 41 55 / 0);
}
.border-l-gray-800\/10 {

    border-left-color: rgb(31 41 55 / 0.1);
}
.border-l-gray-800\/100 {

    border-left-color: rgb(31 41 55 / 1);
}
.border-l-gray-800\/15 {

    border-left-color: rgb(31 41 55 / 0.15);
}
.border-l-gray-800\/20 {

    border-left-color: rgb(31 41 55 / 0.2);
}
.border-l-gray-800\/25 {

    border-left-color: rgb(31 41 55 / 0.25);
}
.border-l-gray-800\/30 {

    border-left-color: rgb(31 41 55 / 0.3);
}
.border-l-gray-800\/35 {

    border-left-color: rgb(31 41 55 / 0.35);
}
.border-l-gray-800\/40 {

    border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/45 {

    border-left-color: rgb(31 41 55 / 0.45);
}
.border-l-gray-800\/5 {

    border-left-color: rgb(31 41 55 / 0.05);
}
.border-l-gray-800\/50 {

    border-left-color: rgb(31 41 55 / 0.5);
}
.border-l-gray-800\/55 {

    border-left-color: rgb(31 41 55 / 0.55);
}
.border-l-gray-800\/60 {

    border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/65 {

    border-left-color: rgb(31 41 55 / 0.65);
}
.border-l-gray-800\/70 {

    border-left-color: rgb(31 41 55 / 0.7);
}
.border-l-gray-800\/75 {

    border-left-color: rgb(31 41 55 / 0.75);
}
.border-l-gray-800\/80 {

    border-left-color: rgb(31 41 55 / 0.8);
}
.border-l-gray-800\/85 {

    border-left-color: rgb(31 41 55 / 0.85);
}
.border-l-gray-800\/90 {

    border-left-color: rgb(31 41 55 / 0.9);
}
.border-l-gray-800\/95 {

    border-left-color: rgb(31 41 55 / 0.95);
}
.border-l-gray-900 {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-l-gray-900\/0 {

    border-left-color: rgb(17 24 39 / 0);
}
.border-l-gray-900\/10 {

    border-left-color: rgb(17 24 39 / 0.1);
}
.border-l-gray-900\/100 {

    border-left-color: rgb(17 24 39 / 1);
}
.border-l-gray-900\/15 {

    border-left-color: rgb(17 24 39 / 0.15);
}
.border-l-gray-900\/20 {

    border-left-color: rgb(17 24 39 / 0.2);
}
.border-l-gray-900\/25 {

    border-left-color: rgb(17 24 39 / 0.25);
}
.border-l-gray-900\/30 {

    border-left-color: rgb(17 24 39 / 0.3);
}
.border-l-gray-900\/35 {

    border-left-color: rgb(17 24 39 / 0.35);
}
.border-l-gray-900\/40 {

    border-left-color: rgb(17 24 39 / 0.4);
}
.border-l-gray-900\/45 {

    border-left-color: rgb(17 24 39 / 0.45);
}
.border-l-gray-900\/5 {

    border-left-color: rgb(17 24 39 / 0.05);
}
.border-l-gray-900\/50 {

    border-left-color: rgb(17 24 39 / 0.5);
}
.border-l-gray-900\/55 {

    border-left-color: rgb(17 24 39 / 0.55);
}
.border-l-gray-900\/60 {

    border-left-color: rgb(17 24 39 / 0.6);
}
.border-l-gray-900\/65 {

    border-left-color: rgb(17 24 39 / 0.65);
}
.border-l-gray-900\/70 {

    border-left-color: rgb(17 24 39 / 0.7);
}
.border-l-gray-900\/75 {

    border-left-color: rgb(17 24 39 / 0.75);
}
.border-l-gray-900\/80 {

    border-left-color: rgb(17 24 39 / 0.8);
}
.border-l-gray-900\/85 {

    border-left-color: rgb(17 24 39 / 0.85);
}
.border-l-gray-900\/90 {

    border-left-color: rgb(17 24 39 / 0.9);
}
.border-l-gray-900\/95 {

    border-left-color: rgb(17 24 39 / 0.95);
}
.border-l-gray-950 {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-l-gray-950\/0 {

    border-left-color: rgb(3 7 18 / 0);
}
.border-l-gray-950\/10 {

    border-left-color: rgb(3 7 18 / 0.1);
}
.border-l-gray-950\/100 {

    border-left-color: rgb(3 7 18 / 1);
}
.border-l-gray-950\/15 {

    border-left-color: rgb(3 7 18 / 0.15);
}
.border-l-gray-950\/20 {

    border-left-color: rgb(3 7 18 / 0.2);
}
.border-l-gray-950\/25 {

    border-left-color: rgb(3 7 18 / 0.25);
}
.border-l-gray-950\/30 {

    border-left-color: rgb(3 7 18 / 0.3);
}
.border-l-gray-950\/35 {

    border-left-color: rgb(3 7 18 / 0.35);
}
.border-l-gray-950\/40 {

    border-left-color: rgb(3 7 18 / 0.4);
}
.border-l-gray-950\/45 {

    border-left-color: rgb(3 7 18 / 0.45);
}
.border-l-gray-950\/5 {

    border-left-color: rgb(3 7 18 / 0.05);
}
.border-l-gray-950\/50 {

    border-left-color: rgb(3 7 18 / 0.5);
}
.border-l-gray-950\/55 {

    border-left-color: rgb(3 7 18 / 0.55);
}
.border-l-gray-950\/60 {

    border-left-color: rgb(3 7 18 / 0.6);
}
.border-l-gray-950\/65 {

    border-left-color: rgb(3 7 18 / 0.65);
}
.border-l-gray-950\/70 {

    border-left-color: rgb(3 7 18 / 0.7);
}
.border-l-gray-950\/75 {

    border-left-color: rgb(3 7 18 / 0.75);
}
.border-l-gray-950\/80 {

    border-left-color: rgb(3 7 18 / 0.8);
}
.border-l-gray-950\/85 {

    border-left-color: rgb(3 7 18 / 0.85);
}
.border-l-gray-950\/90 {

    border-left-color: rgb(3 7 18 / 0.9);
}
.border-l-gray-950\/95 {

    border-left-color: rgb(3 7 18 / 0.95);
}
.border-l-inherit {

    border-left-color: inherit;
}
.border-l-primary {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-l-primary-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-l-primary-dark\/0 {

    border-left-color: rgb(26 88 121 / 0);
}
.border-l-primary-dark\/10 {

    border-left-color: rgb(26 88 121 / 0.1);
}
.border-l-primary-dark\/100 {

    border-left-color: rgb(26 88 121 / 1);
}
.border-l-primary-dark\/15 {

    border-left-color: rgb(26 88 121 / 0.15);
}
.border-l-primary-dark\/20 {

    border-left-color: rgb(26 88 121 / 0.2);
}
.border-l-primary-dark\/25 {

    border-left-color: rgb(26 88 121 / 0.25);
}
.border-l-primary-dark\/30 {

    border-left-color: rgb(26 88 121 / 0.3);
}
.border-l-primary-dark\/35 {

    border-left-color: rgb(26 88 121 / 0.35);
}
.border-l-primary-dark\/40 {

    border-left-color: rgb(26 88 121 / 0.4);
}
.border-l-primary-dark\/45 {

    border-left-color: rgb(26 88 121 / 0.45);
}
.border-l-primary-dark\/5 {

    border-left-color: rgb(26 88 121 / 0.05);
}
.border-l-primary-dark\/50 {

    border-left-color: rgb(26 88 121 / 0.5);
}
.border-l-primary-dark\/55 {

    border-left-color: rgb(26 88 121 / 0.55);
}
.border-l-primary-dark\/60 {

    border-left-color: rgb(26 88 121 / 0.6);
}
.border-l-primary-dark\/65 {

    border-left-color: rgb(26 88 121 / 0.65);
}
.border-l-primary-dark\/70 {

    border-left-color: rgb(26 88 121 / 0.7);
}
.border-l-primary-dark\/75 {

    border-left-color: rgb(26 88 121 / 0.75);
}
.border-l-primary-dark\/80 {

    border-left-color: rgb(26 88 121 / 0.8);
}
.border-l-primary-dark\/85 {

    border-left-color: rgb(26 88 121 / 0.85);
}
.border-l-primary-dark\/90 {

    border-left-color: rgb(26 88 121 / 0.9);
}
.border-l-primary-dark\/95 {

    border-left-color: rgb(26 88 121 / 0.95);
}
.border-l-primary-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-l-primary-light\/0 {

    border-left-color: rgb(85 154 193 / 0);
}
.border-l-primary-light\/10 {

    border-left-color: rgb(85 154 193 / 0.1);
}
.border-l-primary-light\/100 {

    border-left-color: rgb(85 154 193 / 1);
}
.border-l-primary-light\/15 {

    border-left-color: rgb(85 154 193 / 0.15);
}
.border-l-primary-light\/20 {

    border-left-color: rgb(85 154 193 / 0.2);
}
.border-l-primary-light\/25 {

    border-left-color: rgb(85 154 193 / 0.25);
}
.border-l-primary-light\/30 {

    border-left-color: rgb(85 154 193 / 0.3);
}
.border-l-primary-light\/35 {

    border-left-color: rgb(85 154 193 / 0.35);
}
.border-l-primary-light\/40 {

    border-left-color: rgb(85 154 193 / 0.4);
}
.border-l-primary-light\/45 {

    border-left-color: rgb(85 154 193 / 0.45);
}
.border-l-primary-light\/5 {

    border-left-color: rgb(85 154 193 / 0.05);
}
.border-l-primary-light\/50 {

    border-left-color: rgb(85 154 193 / 0.5);
}
.border-l-primary-light\/55 {

    border-left-color: rgb(85 154 193 / 0.55);
}
.border-l-primary-light\/60 {

    border-left-color: rgb(85 154 193 / 0.6);
}
.border-l-primary-light\/65 {

    border-left-color: rgb(85 154 193 / 0.65);
}
.border-l-primary-light\/70 {

    border-left-color: rgb(85 154 193 / 0.7);
}
.border-l-primary-light\/75 {

    border-left-color: rgb(85 154 193 / 0.75);
}
.border-l-primary-light\/80 {

    border-left-color: rgb(85 154 193 / 0.8);
}
.border-l-primary-light\/85 {

    border-left-color: rgb(85 154 193 / 0.85);
}
.border-l-primary-light\/90 {

    border-left-color: rgb(85 154 193 / 0.9);
}
.border-l-primary-light\/95 {

    border-left-color: rgb(85 154 193 / 0.95);
}
.border-l-primary-lighter {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-l-primary-lighter\/0 {

    border-left-color: rgb(115 177 212 / 0);
}
.border-l-primary-lighter\/10 {

    border-left-color: rgb(115 177 212 / 0.1);
}
.border-l-primary-lighter\/100 {

    border-left-color: rgb(115 177 212 / 1);
}
.border-l-primary-lighter\/15 {

    border-left-color: rgb(115 177 212 / 0.15);
}
.border-l-primary-lighter\/20 {

    border-left-color: rgb(115 177 212 / 0.2);
}
.border-l-primary-lighter\/25 {

    border-left-color: rgb(115 177 212 / 0.25);
}
.border-l-primary-lighter\/30 {

    border-left-color: rgb(115 177 212 / 0.3);
}
.border-l-primary-lighter\/35 {

    border-left-color: rgb(115 177 212 / 0.35);
}
.border-l-primary-lighter\/40 {

    border-left-color: rgb(115 177 212 / 0.4);
}
.border-l-primary-lighter\/45 {

    border-left-color: rgb(115 177 212 / 0.45);
}
.border-l-primary-lighter\/5 {

    border-left-color: rgb(115 177 212 / 0.05);
}
.border-l-primary-lighter\/50 {

    border-left-color: rgb(115 177 212 / 0.5);
}
.border-l-primary-lighter\/55 {

    border-left-color: rgb(115 177 212 / 0.55);
}
.border-l-primary-lighter\/60 {

    border-left-color: rgb(115 177 212 / 0.6);
}
.border-l-primary-lighter\/65 {

    border-left-color: rgb(115 177 212 / 0.65);
}
.border-l-primary-lighter\/70 {

    border-left-color: rgb(115 177 212 / 0.7);
}
.border-l-primary-lighter\/75 {

    border-left-color: rgb(115 177 212 / 0.75);
}
.border-l-primary-lighter\/80 {

    border-left-color: rgb(115 177 212 / 0.8);
}
.border-l-primary-lighter\/85 {

    border-left-color: rgb(115 177 212 / 0.85);
}
.border-l-primary-lighter\/90 {

    border-left-color: rgb(115 177 212 / 0.9);
}
.border-l-primary-lighter\/95 {

    border-left-color: rgb(115 177 212 / 0.95);
}
.border-l-primary\/0 {

    border-left-color: rgb(52 114 147 / 0);
}
.border-l-primary\/10 {

    border-left-color: rgb(52 114 147 / 0.1);
}
.border-l-primary\/100 {

    border-left-color: rgb(52 114 147 / 1);
}
.border-l-primary\/15 {

    border-left-color: rgb(52 114 147 / 0.15);
}
.border-l-primary\/20 {

    border-left-color: rgb(52 114 147 / 0.2);
}
.border-l-primary\/25 {

    border-left-color: rgb(52 114 147 / 0.25);
}
.border-l-primary\/30 {

    border-left-color: rgb(52 114 147 / 0.3);
}
.border-l-primary\/35 {

    border-left-color: rgb(52 114 147 / 0.35);
}
.border-l-primary\/40 {

    border-left-color: rgb(52 114 147 / 0.4);
}
.border-l-primary\/45 {

    border-left-color: rgb(52 114 147 / 0.45);
}
.border-l-primary\/5 {

    border-left-color: rgb(52 114 147 / 0.05);
}
.border-l-primary\/50 {

    border-left-color: rgb(52 114 147 / 0.5);
}
.border-l-primary\/55 {

    border-left-color: rgb(52 114 147 / 0.55);
}
.border-l-primary\/60 {

    border-left-color: rgb(52 114 147 / 0.6);
}
.border-l-primary\/65 {

    border-left-color: rgb(52 114 147 / 0.65);
}
.border-l-primary\/70 {

    border-left-color: rgb(52 114 147 / 0.7);
}
.border-l-primary\/75 {

    border-left-color: rgb(52 114 147 / 0.75);
}
.border-l-primary\/80 {

    border-left-color: rgb(52 114 147 / 0.8);
}
.border-l-primary\/85 {

    border-left-color: rgb(52 114 147 / 0.85);
}
.border-l-primary\/90 {

    border-left-color: rgb(52 114 147 / 0.9);
}
.border-l-primary\/95 {

    border-left-color: rgb(52 114 147 / 0.95);
}
.border-l-secondary {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-l-secondary-dark {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-l-secondary-dark\/0 {

    border-left-color: rgb(226 207 188 / 0);
}
.border-l-secondary-dark\/10 {

    border-left-color: rgb(226 207 188 / 0.1);
}
.border-l-secondary-dark\/100 {

    border-left-color: rgb(226 207 188 / 1);
}
.border-l-secondary-dark\/15 {

    border-left-color: rgb(226 207 188 / 0.15);
}
.border-l-secondary-dark\/20 {

    border-left-color: rgb(226 207 188 / 0.2);
}
.border-l-secondary-dark\/25 {

    border-left-color: rgb(226 207 188 / 0.25);
}
.border-l-secondary-dark\/30 {

    border-left-color: rgb(226 207 188 / 0.3);
}
.border-l-secondary-dark\/35 {

    border-left-color: rgb(226 207 188 / 0.35);
}
.border-l-secondary-dark\/40 {

    border-left-color: rgb(226 207 188 / 0.4);
}
.border-l-secondary-dark\/45 {

    border-left-color: rgb(226 207 188 / 0.45);
}
.border-l-secondary-dark\/5 {

    border-left-color: rgb(226 207 188 / 0.05);
}
.border-l-secondary-dark\/50 {

    border-left-color: rgb(226 207 188 / 0.5);
}
.border-l-secondary-dark\/55 {

    border-left-color: rgb(226 207 188 / 0.55);
}
.border-l-secondary-dark\/60 {

    border-left-color: rgb(226 207 188 / 0.6);
}
.border-l-secondary-dark\/65 {

    border-left-color: rgb(226 207 188 / 0.65);
}
.border-l-secondary-dark\/70 {

    border-left-color: rgb(226 207 188 / 0.7);
}
.border-l-secondary-dark\/75 {

    border-left-color: rgb(226 207 188 / 0.75);
}
.border-l-secondary-dark\/80 {

    border-left-color: rgb(226 207 188 / 0.8);
}
.border-l-secondary-dark\/85 {

    border-left-color: rgb(226 207 188 / 0.85);
}
.border-l-secondary-dark\/90 {

    border-left-color: rgb(226 207 188 / 0.9);
}
.border-l-secondary-dark\/95 {

    border-left-color: rgb(226 207 188 / 0.95);
}
.border-l-secondary-light {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-l-secondary-light\/0 {

    border-left-color: rgb(254 250 247 / 0);
}
.border-l-secondary-light\/10 {

    border-left-color: rgb(254 250 247 / 0.1);
}
.border-l-secondary-light\/100 {

    border-left-color: rgb(254 250 247 / 1);
}
.border-l-secondary-light\/15 {

    border-left-color: rgb(254 250 247 / 0.15);
}
.border-l-secondary-light\/20 {

    border-left-color: rgb(254 250 247 / 0.2);
}
.border-l-secondary-light\/25 {

    border-left-color: rgb(254 250 247 / 0.25);
}
.border-l-secondary-light\/30 {

    border-left-color: rgb(254 250 247 / 0.3);
}
.border-l-secondary-light\/35 {

    border-left-color: rgb(254 250 247 / 0.35);
}
.border-l-secondary-light\/40 {

    border-left-color: rgb(254 250 247 / 0.4);
}
.border-l-secondary-light\/45 {

    border-left-color: rgb(254 250 247 / 0.45);
}
.border-l-secondary-light\/5 {

    border-left-color: rgb(254 250 247 / 0.05);
}
.border-l-secondary-light\/50 {

    border-left-color: rgb(254 250 247 / 0.5);
}
.border-l-secondary-light\/55 {

    border-left-color: rgb(254 250 247 / 0.55);
}
.border-l-secondary-light\/60 {

    border-left-color: rgb(254 250 247 / 0.6);
}
.border-l-secondary-light\/65 {

    border-left-color: rgb(254 250 247 / 0.65);
}
.border-l-secondary-light\/70 {

    border-left-color: rgb(254 250 247 / 0.7);
}
.border-l-secondary-light\/75 {

    border-left-color: rgb(254 250 247 / 0.75);
}
.border-l-secondary-light\/80 {

    border-left-color: rgb(254 250 247 / 0.8);
}
.border-l-secondary-light\/85 {

    border-left-color: rgb(254 250 247 / 0.85);
}
.border-l-secondary-light\/90 {

    border-left-color: rgb(254 250 247 / 0.9);
}
.border-l-secondary-light\/95 {

    border-left-color: rgb(254 250 247 / 0.95);
}
.border-l-secondary\/0 {

    border-left-color: rgb(243 234 225 / 0);
}
.border-l-secondary\/10 {

    border-left-color: rgb(243 234 225 / 0.1);
}
.border-l-secondary\/100 {

    border-left-color: rgb(243 234 225 / 1);
}
.border-l-secondary\/15 {

    border-left-color: rgb(243 234 225 / 0.15);
}
.border-l-secondary\/20 {

    border-left-color: rgb(243 234 225 / 0.2);
}
.border-l-secondary\/25 {

    border-left-color: rgb(243 234 225 / 0.25);
}
.border-l-secondary\/30 {

    border-left-color: rgb(243 234 225 / 0.3);
}
.border-l-secondary\/35 {

    border-left-color: rgb(243 234 225 / 0.35);
}
.border-l-secondary\/40 {

    border-left-color: rgb(243 234 225 / 0.4);
}
.border-l-secondary\/45 {

    border-left-color: rgb(243 234 225 / 0.45);
}
.border-l-secondary\/5 {

    border-left-color: rgb(243 234 225 / 0.05);
}
.border-l-secondary\/50 {

    border-left-color: rgb(243 234 225 / 0.5);
}
.border-l-secondary\/55 {

    border-left-color: rgb(243 234 225 / 0.55);
}
.border-l-secondary\/60 {

    border-left-color: rgb(243 234 225 / 0.6);
}
.border-l-secondary\/65 {

    border-left-color: rgb(243 234 225 / 0.65);
}
.border-l-secondary\/70 {

    border-left-color: rgb(243 234 225 / 0.7);
}
.border-l-secondary\/75 {

    border-left-color: rgb(243 234 225 / 0.75);
}
.border-l-secondary\/80 {

    border-left-color: rgb(243 234 225 / 0.8);
}
.border-l-secondary\/85 {

    border-left-color: rgb(243 234 225 / 0.85);
}
.border-l-secondary\/90 {

    border-left-color: rgb(243 234 225 / 0.9);
}
.border-l-secondary\/95 {

    border-left-color: rgb(243 234 225 / 0.95);
}
.border-l-transparent {

    border-left-color: transparent;
}
.border-l-transparent\/0 {

    border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10 {

    border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100 {

    border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15 {

    border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20 {

    border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25 {

    border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30 {

    border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35 {

    border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40 {

    border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45 {

    border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5 {

    border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50 {

    border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55 {

    border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60 {

    border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65 {

    border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70 {

    border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75 {

    border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80 {

    border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85 {

    border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90 {

    border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95 {

    border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-white {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-white\/0 {

    border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/10 {

    border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-white\/100 {

    border-left-color: rgb(255 255 255 / 1);
}
.border-l-white\/15 {

    border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-white\/20 {

    border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-white\/25 {

    border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-white\/30 {

    border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-white\/35 {

    border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40 {

    border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45 {

    border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-white\/5 {

    border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/50 {

    border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-white\/55 {

    border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60 {

    border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65 {

    border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-white\/70 {

    border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-white\/75 {

    border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-white\/80 {

    border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-white\/85 {

    border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-white\/90 {

    border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-white\/95 {

    border-left-color: rgb(255 255 255 / 0.95);
}
.border-r-accent {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-r-accent-dark {

    --tw-border-opacity: 1;

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-r-accent-dark\/0 {

    border-right-color: rgb(225 114 45 / 0);
}
.border-r-accent-dark\/10 {

    border-right-color: rgb(225 114 45 / 0.1);
}
.border-r-accent-dark\/100 {

    border-right-color: rgb(225 114 45 / 1);
}
.border-r-accent-dark\/15 {

    border-right-color: rgb(225 114 45 / 0.15);
}
.border-r-accent-dark\/20 {

    border-right-color: rgb(225 114 45 / 0.2);
}
.border-r-accent-dark\/25 {

    border-right-color: rgb(225 114 45 / 0.25);
}
.border-r-accent-dark\/30 {

    border-right-color: rgb(225 114 45 / 0.3);
}
.border-r-accent-dark\/35 {

    border-right-color: rgb(225 114 45 / 0.35);
}
.border-r-accent-dark\/40 {

    border-right-color: rgb(225 114 45 / 0.4);
}
.border-r-accent-dark\/45 {

    border-right-color: rgb(225 114 45 / 0.45);
}
.border-r-accent-dark\/5 {

    border-right-color: rgb(225 114 45 / 0.05);
}
.border-r-accent-dark\/50 {

    border-right-color: rgb(225 114 45 / 0.5);
}
.border-r-accent-dark\/55 {

    border-right-color: rgb(225 114 45 / 0.55);
}
.border-r-accent-dark\/60 {

    border-right-color: rgb(225 114 45 / 0.6);
}
.border-r-accent-dark\/65 {

    border-right-color: rgb(225 114 45 / 0.65);
}
.border-r-accent-dark\/70 {

    border-right-color: rgb(225 114 45 / 0.7);
}
.border-r-accent-dark\/75 {

    border-right-color: rgb(225 114 45 / 0.75);
}
.border-r-accent-dark\/80 {

    border-right-color: rgb(225 114 45 / 0.8);
}
.border-r-accent-dark\/85 {

    border-right-color: rgb(225 114 45 / 0.85);
}
.border-r-accent-dark\/90 {

    border-right-color: rgb(225 114 45 / 0.9);
}
.border-r-accent-dark\/95 {

    border-right-color: rgb(225 114 45 / 0.95);
}
.border-r-accent-light {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-r-accent-light\/0 {

    border-right-color: rgb(255 191 105 / 0);
}
.border-r-accent-light\/10 {

    border-right-color: rgb(255 191 105 / 0.1);
}
.border-r-accent-light\/100 {

    border-right-color: rgb(255 191 105 / 1);
}
.border-r-accent-light\/15 {

    border-right-color: rgb(255 191 105 / 0.15);
}
.border-r-accent-light\/20 {

    border-right-color: rgb(255 191 105 / 0.2);
}
.border-r-accent-light\/25 {

    border-right-color: rgb(255 191 105 / 0.25);
}
.border-r-accent-light\/30 {

    border-right-color: rgb(255 191 105 / 0.3);
}
.border-r-accent-light\/35 {

    border-right-color: rgb(255 191 105 / 0.35);
}
.border-r-accent-light\/40 {

    border-right-color: rgb(255 191 105 / 0.4);
}
.border-r-accent-light\/45 {

    border-right-color: rgb(255 191 105 / 0.45);
}
.border-r-accent-light\/5 {

    border-right-color: rgb(255 191 105 / 0.05);
}
.border-r-accent-light\/50 {

    border-right-color: rgb(255 191 105 / 0.5);
}
.border-r-accent-light\/55 {

    border-right-color: rgb(255 191 105 / 0.55);
}
.border-r-accent-light\/60 {

    border-right-color: rgb(255 191 105 / 0.6);
}
.border-r-accent-light\/65 {

    border-right-color: rgb(255 191 105 / 0.65);
}
.border-r-accent-light\/70 {

    border-right-color: rgb(255 191 105 / 0.7);
}
.border-r-accent-light\/75 {

    border-right-color: rgb(255 191 105 / 0.75);
}
.border-r-accent-light\/80 {

    border-right-color: rgb(255 191 105 / 0.8);
}
.border-r-accent-light\/85 {

    border-right-color: rgb(255 191 105 / 0.85);
}
.border-r-accent-light\/90 {

    border-right-color: rgb(255 191 105 / 0.9);
}
.border-r-accent-light\/95 {

    border-right-color: rgb(255 191 105 / 0.95);
}
.border-r-accent\/0 {

    border-right-color: rgb(229 136 78 / 0);
}
.border-r-accent\/10 {

    border-right-color: rgb(229 136 78 / 0.1);
}
.border-r-accent\/100 {

    border-right-color: rgb(229 136 78 / 1);
}
.border-r-accent\/15 {

    border-right-color: rgb(229 136 78 / 0.15);
}
.border-r-accent\/20 {

    border-right-color: rgb(229 136 78 / 0.2);
}
.border-r-accent\/25 {

    border-right-color: rgb(229 136 78 / 0.25);
}
.border-r-accent\/30 {

    border-right-color: rgb(229 136 78 / 0.3);
}
.border-r-accent\/35 {

    border-right-color: rgb(229 136 78 / 0.35);
}
.border-r-accent\/40 {

    border-right-color: rgb(229 136 78 / 0.4);
}
.border-r-accent\/45 {

    border-right-color: rgb(229 136 78 / 0.45);
}
.border-r-accent\/5 {

    border-right-color: rgb(229 136 78 / 0.05);
}
.border-r-accent\/50 {

    border-right-color: rgb(229 136 78 / 0.5);
}
.border-r-accent\/55 {

    border-right-color: rgb(229 136 78 / 0.55);
}
.border-r-accent\/60 {

    border-right-color: rgb(229 136 78 / 0.6);
}
.border-r-accent\/65 {

    border-right-color: rgb(229 136 78 / 0.65);
}
.border-r-accent\/70 {

    border-right-color: rgb(229 136 78 / 0.7);
}
.border-r-accent\/75 {

    border-right-color: rgb(229 136 78 / 0.75);
}
.border-r-accent\/80 {

    border-right-color: rgb(229 136 78 / 0.8);
}
.border-r-accent\/85 {

    border-right-color: rgb(229 136 78 / 0.85);
}
.border-r-accent\/90 {

    border-right-color: rgb(229 136 78 / 0.9);
}
.border-r-accent\/95 {

    border-right-color: rgb(229 136 78 / 0.95);
}
.border-r-black {

    --tw-border-opacity: 1;

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-black\/0 {

    border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/10 {

    border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-black\/100 {

    border-right-color: rgb(0 0 0 / 1);
}
.border-r-black\/15 {

    border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-black\/20 {

    border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-black\/25 {

    border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-black\/30 {

    border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-black\/35 {

    border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40 {

    border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45 {

    border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-black\/5 {

    border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/50 {

    border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-black\/55 {

    border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60 {

    border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65 {

    border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-black\/70 {

    border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-black\/75 {

    border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-black\/80 {

    border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-black\/85 {

    border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-black\/90 {

    border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-black\/95 {

    border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-current {

    border-right-color: currentColor;
}
.border-r-error {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-r-error\/0 {

    border-right-color: rgb(255 0 0 / 0);
}
.border-r-error\/10 {

    border-right-color: rgb(255 0 0 / 0.1);
}
.border-r-error\/100 {

    border-right-color: rgb(255 0 0 / 1);
}
.border-r-error\/15 {

    border-right-color: rgb(255 0 0 / 0.15);
}
.border-r-error\/20 {

    border-right-color: rgb(255 0 0 / 0.2);
}
.border-r-error\/25 {

    border-right-color: rgb(255 0 0 / 0.25);
}
.border-r-error\/30 {

    border-right-color: rgb(255 0 0 / 0.3);
}
.border-r-error\/35 {

    border-right-color: rgb(255 0 0 / 0.35);
}
.border-r-error\/40 {

    border-right-color: rgb(255 0 0 / 0.4);
}
.border-r-error\/45 {

    border-right-color: rgb(255 0 0 / 0.45);
}
.border-r-error\/5 {

    border-right-color: rgb(255 0 0 / 0.05);
}
.border-r-error\/50 {

    border-right-color: rgb(255 0 0 / 0.5);
}
.border-r-error\/55 {

    border-right-color: rgb(255 0 0 / 0.55);
}
.border-r-error\/60 {

    border-right-color: rgb(255 0 0 / 0.6);
}
.border-r-error\/65 {

    border-right-color: rgb(255 0 0 / 0.65);
}
.border-r-error\/70 {

    border-right-color: rgb(255 0 0 / 0.7);
}
.border-r-error\/75 {

    border-right-color: rgb(255 0 0 / 0.75);
}
.border-r-error\/80 {

    border-right-color: rgb(255 0 0 / 0.8);
}
.border-r-error\/85 {

    border-right-color: rgb(255 0 0 / 0.85);
}
.border-r-error\/90 {

    border-right-color: rgb(255 0 0 / 0.9);
}
.border-r-error\/95 {

    border-right-color: rgb(255 0 0 / 0.95);
}
.border-r-gray-100 {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-r-gray-100\/0 {

    border-right-color: rgb(243 244 246 / 0);
}
.border-r-gray-100\/10 {

    border-right-color: rgb(243 244 246 / 0.1);
}
.border-r-gray-100\/100 {

    border-right-color: rgb(243 244 246 / 1);
}
.border-r-gray-100\/15 {

    border-right-color: rgb(243 244 246 / 0.15);
}
.border-r-gray-100\/20 {

    border-right-color: rgb(243 244 246 / 0.2);
}
.border-r-gray-100\/25 {

    border-right-color: rgb(243 244 246 / 0.25);
}
.border-r-gray-100\/30 {

    border-right-color: rgb(243 244 246 / 0.3);
}
.border-r-gray-100\/35 {

    border-right-color: rgb(243 244 246 / 0.35);
}
.border-r-gray-100\/40 {

    border-right-color: rgb(243 244 246 / 0.4);
}
.border-r-gray-100\/45 {

    border-right-color: rgb(243 244 246 / 0.45);
}
.border-r-gray-100\/5 {

    border-right-color: rgb(243 244 246 / 0.05);
}
.border-r-gray-100\/50 {

    border-right-color: rgb(243 244 246 / 0.5);
}
.border-r-gray-100\/55 {

    border-right-color: rgb(243 244 246 / 0.55);
}
.border-r-gray-100\/60 {

    border-right-color: rgb(243 244 246 / 0.6);
}
.border-r-gray-100\/65 {

    border-right-color: rgb(243 244 246 / 0.65);
}
.border-r-gray-100\/70 {

    border-right-color: rgb(243 244 246 / 0.7);
}
.border-r-gray-100\/75 {

    border-right-color: rgb(243 244 246 / 0.75);
}
.border-r-gray-100\/80 {

    border-right-color: rgb(243 244 246 / 0.8);
}
.border-r-gray-100\/85 {

    border-right-color: rgb(243 244 246 / 0.85);
}
.border-r-gray-100\/90 {

    border-right-color: rgb(243 244 246 / 0.9);
}
.border-r-gray-100\/95 {

    border-right-color: rgb(243 244 246 / 0.95);
}
.border-r-gray-200 {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-r-gray-200\/0 {

    border-right-color: rgb(229 231 235 / 0);
}
.border-r-gray-200\/10 {

    border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-gray-200\/100 {

    border-right-color: rgb(229 231 235 / 1);
}
.border-r-gray-200\/15 {

    border-right-color: rgb(229 231 235 / 0.15);
}
.border-r-gray-200\/20 {

    border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-gray-200\/25 {

    border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-gray-200\/30 {

    border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-gray-200\/35 {

    border-right-color: rgb(229 231 235 / 0.35);
}
.border-r-gray-200\/40 {

    border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/45 {

    border-right-color: rgb(229 231 235 / 0.45);
}
.border-r-gray-200\/5 {

    border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-gray-200\/50 {

    border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-gray-200\/55 {

    border-right-color: rgb(229 231 235 / 0.55);
}
.border-r-gray-200\/60 {

    border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/65 {

    border-right-color: rgb(229 231 235 / 0.65);
}
.border-r-gray-200\/70 {

    border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-gray-200\/75 {

    border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-gray-200\/80 {

    border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-gray-200\/85 {

    border-right-color: rgb(229 231 235 / 0.85);
}
.border-r-gray-200\/90 {

    border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-gray-200\/95 {

    border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-gray-300 {

    --tw-border-opacity: 1;

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-300\/0 {

    border-right-color: rgb(209 213 219 / 0);
}
.border-r-gray-300\/10 {

    border-right-color: rgb(209 213 219 / 0.1);
}
.border-r-gray-300\/100 {

    border-right-color: rgb(209 213 219 / 1);
}
.border-r-gray-300\/15 {

    border-right-color: rgb(209 213 219 / 0.15);
}
.border-r-gray-300\/20 {

    border-right-color: rgb(209 213 219 / 0.2);
}
.border-r-gray-300\/25 {

    border-right-color: rgb(209 213 219 / 0.25);
}
.border-r-gray-300\/30 {

    border-right-color: rgb(209 213 219 / 0.3);
}
.border-r-gray-300\/35 {

    border-right-color: rgb(209 213 219 / 0.35);
}
.border-r-gray-300\/40 {

    border-right-color: rgb(209 213 219 / 0.4);
}
.border-r-gray-300\/45 {

    border-right-color: rgb(209 213 219 / 0.45);
}
.border-r-gray-300\/5 {

    border-right-color: rgb(209 213 219 / 0.05);
}
.border-r-gray-300\/50 {

    border-right-color: rgb(209 213 219 / 0.5);
}
.border-r-gray-300\/55 {

    border-right-color: rgb(209 213 219 / 0.55);
}
.border-r-gray-300\/60 {

    border-right-color: rgb(209 213 219 / 0.6);
}
.border-r-gray-300\/65 {

    border-right-color: rgb(209 213 219 / 0.65);
}
.border-r-gray-300\/70 {

    border-right-color: rgb(209 213 219 / 0.7);
}
.border-r-gray-300\/75 {

    border-right-color: rgb(209 213 219 / 0.75);
}
.border-r-gray-300\/80 {

    border-right-color: rgb(209 213 219 / 0.8);
}
.border-r-gray-300\/85 {

    border-right-color: rgb(209 213 219 / 0.85);
}
.border-r-gray-300\/90 {

    border-right-color: rgb(209 213 219 / 0.9);
}
.border-r-gray-300\/95 {

    border-right-color: rgb(209 213 219 / 0.95);
}
.border-r-gray-400 {

    --tw-border-opacity: 1;

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-r-gray-400\/0 {

    border-right-color: rgb(156 163 175 / 0);
}
.border-r-gray-400\/10 {

    border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-gray-400\/100 {

    border-right-color: rgb(156 163 175 / 1);
}
.border-r-gray-400\/15 {

    border-right-color: rgb(156 163 175 / 0.15);
}
.border-r-gray-400\/20 {

    border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-gray-400\/25 {

    border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-gray-400\/30 {

    border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-gray-400\/35 {

    border-right-color: rgb(156 163 175 / 0.35);
}
.border-r-gray-400\/40 {

    border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-gray-400\/45 {

    border-right-color: rgb(156 163 175 / 0.45);
}
.border-r-gray-400\/5 {

    border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-gray-400\/50 {

    border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-gray-400\/55 {

    border-right-color: rgb(156 163 175 / 0.55);
}
.border-r-gray-400\/60 {

    border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-gray-400\/65 {

    border-right-color: rgb(156 163 175 / 0.65);
}
.border-r-gray-400\/70 {

    border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-gray-400\/75 {

    border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-gray-400\/80 {

    border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-gray-400\/85 {

    border-right-color: rgb(156 163 175 / 0.85);
}
.border-r-gray-400\/90 {

    border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-gray-400\/95 {

    border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-gray-50 {

    --tw-border-opacity: 1;

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-r-gray-50\/0 {

    border-right-color: rgb(249 250 251 / 0);
}
.border-r-gray-50\/10 {

    border-right-color: rgb(249 250 251 / 0.1);
}
.border-r-gray-50\/100 {

    border-right-color: rgb(249 250 251 / 1);
}
.border-r-gray-50\/15 {

    border-right-color: rgb(249 250 251 / 0.15);
}
.border-r-gray-50\/20 {

    border-right-color: rgb(249 250 251 / 0.2);
}
.border-r-gray-50\/25 {

    border-right-color: rgb(249 250 251 / 0.25);
}
.border-r-gray-50\/30 {

    border-right-color: rgb(249 250 251 / 0.3);
}
.border-r-gray-50\/35 {

    border-right-color: rgb(249 250 251 / 0.35);
}
.border-r-gray-50\/40 {

    border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/45 {

    border-right-color: rgb(249 250 251 / 0.45);
}
.border-r-gray-50\/5 {

    border-right-color: rgb(249 250 251 / 0.05);
}
.border-r-gray-50\/50 {

    border-right-color: rgb(249 250 251 / 0.5);
}
.border-r-gray-50\/55 {

    border-right-color: rgb(249 250 251 / 0.55);
}
.border-r-gray-50\/60 {

    border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/65 {

    border-right-color: rgb(249 250 251 / 0.65);
}
.border-r-gray-50\/70 {

    border-right-color: rgb(249 250 251 / 0.7);
}
.border-r-gray-50\/75 {

    border-right-color: rgb(249 250 251 / 0.75);
}
.border-r-gray-50\/80 {

    border-right-color: rgb(249 250 251 / 0.8);
}
.border-r-gray-50\/85 {

    border-right-color: rgb(249 250 251 / 0.85);
}
.border-r-gray-50\/90 {

    border-right-color: rgb(249 250 251 / 0.9);
}
.border-r-gray-50\/95 {

    border-right-color: rgb(249 250 251 / 0.95);
}
.border-r-gray-500 {

    --tw-border-opacity: 1;

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-r-gray-500\/0 {

    border-right-color: rgb(107 114 128 / 0);
}
.border-r-gray-500\/10 {

    border-right-color: rgb(107 114 128 / 0.1);
}
.border-r-gray-500\/100 {

    border-right-color: rgb(107 114 128 / 1);
}
.border-r-gray-500\/15 {

    border-right-color: rgb(107 114 128 / 0.15);
}
.border-r-gray-500\/20 {

    border-right-color: rgb(107 114 128 / 0.2);
}
.border-r-gray-500\/25 {

    border-right-color: rgb(107 114 128 / 0.25);
}
.border-r-gray-500\/30 {

    border-right-color: rgb(107 114 128 / 0.3);
}
.border-r-gray-500\/35 {

    border-right-color: rgb(107 114 128 / 0.35);
}
.border-r-gray-500\/40 {

    border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/45 {

    border-right-color: rgb(107 114 128 / 0.45);
}
.border-r-gray-500\/5 {

    border-right-color: rgb(107 114 128 / 0.05);
}
.border-r-gray-500\/50 {

    border-right-color: rgb(107 114 128 / 0.5);
}
.border-r-gray-500\/55 {

    border-right-color: rgb(107 114 128 / 0.55);
}
.border-r-gray-500\/60 {

    border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/65 {

    border-right-color: rgb(107 114 128 / 0.65);
}
.border-r-gray-500\/70 {

    border-right-color: rgb(107 114 128 / 0.7);
}
.border-r-gray-500\/75 {

    border-right-color: rgb(107 114 128 / 0.75);
}
.border-r-gray-500\/80 {

    border-right-color: rgb(107 114 128 / 0.8);
}
.border-r-gray-500\/85 {

    border-right-color: rgb(107 114 128 / 0.85);
}
.border-r-gray-500\/90 {

    border-right-color: rgb(107 114 128 / 0.9);
}
.border-r-gray-500\/95 {

    border-right-color: rgb(107 114 128 / 0.95);
}
.border-r-gray-600 {

    --tw-border-opacity: 1;

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-r-gray-600\/0 {

    border-right-color: rgb(75 85 99 / 0);
}
.border-r-gray-600\/10 {

    border-right-color: rgb(75 85 99 / 0.1);
}
.border-r-gray-600\/100 {

    border-right-color: rgb(75 85 99 / 1);
}
.border-r-gray-600\/15 {

    border-right-color: rgb(75 85 99 / 0.15);
}
.border-r-gray-600\/20 {

    border-right-color: rgb(75 85 99 / 0.2);
}
.border-r-gray-600\/25 {

    border-right-color: rgb(75 85 99 / 0.25);
}
.border-r-gray-600\/30 {

    border-right-color: rgb(75 85 99 / 0.3);
}
.border-r-gray-600\/35 {

    border-right-color: rgb(75 85 99 / 0.35);
}
.border-r-gray-600\/40 {

    border-right-color: rgb(75 85 99 / 0.4);
}
.border-r-gray-600\/45 {

    border-right-color: rgb(75 85 99 / 0.45);
}
.border-r-gray-600\/5 {

    border-right-color: rgb(75 85 99 / 0.05);
}
.border-r-gray-600\/50 {

    border-right-color: rgb(75 85 99 / 0.5);
}
.border-r-gray-600\/55 {

    border-right-color: rgb(75 85 99 / 0.55);
}
.border-r-gray-600\/60 {

    border-right-color: rgb(75 85 99 / 0.6);
}
.border-r-gray-600\/65 {

    border-right-color: rgb(75 85 99 / 0.65);
}
.border-r-gray-600\/70 {

    border-right-color: rgb(75 85 99 / 0.7);
}
.border-r-gray-600\/75 {

    border-right-color: rgb(75 85 99 / 0.75);
}
.border-r-gray-600\/80 {

    border-right-color: rgb(75 85 99 / 0.8);
}
.border-r-gray-600\/85 {

    border-right-color: rgb(75 85 99 / 0.85);
}
.border-r-gray-600\/90 {

    border-right-color: rgb(75 85 99 / 0.9);
}
.border-r-gray-600\/95 {

    border-right-color: rgb(75 85 99 / 0.95);
}
.border-r-gray-700 {

    --tw-border-opacity: 1;

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-r-gray-700\/0 {

    border-right-color: rgb(55 65 81 / 0);
}
.border-r-gray-700\/10 {

    border-right-color: rgb(55 65 81 / 0.1);
}
.border-r-gray-700\/100 {

    border-right-color: rgb(55 65 81 / 1);
}
.border-r-gray-700\/15 {

    border-right-color: rgb(55 65 81 / 0.15);
}
.border-r-gray-700\/20 {

    border-right-color: rgb(55 65 81 / 0.2);
}
.border-r-gray-700\/25 {

    border-right-color: rgb(55 65 81 / 0.25);
}
.border-r-gray-700\/30 {

    border-right-color: rgb(55 65 81 / 0.3);
}
.border-r-gray-700\/35 {

    border-right-color: rgb(55 65 81 / 0.35);
}
.border-r-gray-700\/40 {

    border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-gray-700\/45 {

    border-right-color: rgb(55 65 81 / 0.45);
}
.border-r-gray-700\/5 {

    border-right-color: rgb(55 65 81 / 0.05);
}
.border-r-gray-700\/50 {

    border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-gray-700\/55 {

    border-right-color: rgb(55 65 81 / 0.55);
}
.border-r-gray-700\/60 {

    border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-gray-700\/65 {

    border-right-color: rgb(55 65 81 / 0.65);
}
.border-r-gray-700\/70 {

    border-right-color: rgb(55 65 81 / 0.7);
}
.border-r-gray-700\/75 {

    border-right-color: rgb(55 65 81 / 0.75);
}
.border-r-gray-700\/80 {

    border-right-color: rgb(55 65 81 / 0.8);
}
.border-r-gray-700\/85 {

    border-right-color: rgb(55 65 81 / 0.85);
}
.border-r-gray-700\/90 {

    border-right-color: rgb(55 65 81 / 0.9);
}
.border-r-gray-700\/95 {

    border-right-color: rgb(55 65 81 / 0.95);
}
.border-r-gray-800 {

    --tw-border-opacity: 1;

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-r-gray-800\/0 {

    border-right-color: rgb(31 41 55 / 0);
}
.border-r-gray-800\/10 {

    border-right-color: rgb(31 41 55 / 0.1);
}
.border-r-gray-800\/100 {

    border-right-color: rgb(31 41 55 / 1);
}
.border-r-gray-800\/15 {

    border-right-color: rgb(31 41 55 / 0.15);
}
.border-r-gray-800\/20 {

    border-right-color: rgb(31 41 55 / 0.2);
}
.border-r-gray-800\/25 {

    border-right-color: rgb(31 41 55 / 0.25);
}
.border-r-gray-800\/30 {

    border-right-color: rgb(31 41 55 / 0.3);
}
.border-r-gray-800\/35 {

    border-right-color: rgb(31 41 55 / 0.35);
}
.border-r-gray-800\/40 {

    border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/45 {

    border-right-color: rgb(31 41 55 / 0.45);
}
.border-r-gray-800\/5 {

    border-right-color: rgb(31 41 55 / 0.05);
}
.border-r-gray-800\/50 {

    border-right-color: rgb(31 41 55 / 0.5);
}
.border-r-gray-800\/55 {

    border-right-color: rgb(31 41 55 / 0.55);
}
.border-r-gray-800\/60 {

    border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/65 {

    border-right-color: rgb(31 41 55 / 0.65);
}
.border-r-gray-800\/70 {

    border-right-color: rgb(31 41 55 / 0.7);
}
.border-r-gray-800\/75 {

    border-right-color: rgb(31 41 55 / 0.75);
}
.border-r-gray-800\/80 {

    border-right-color: rgb(31 41 55 / 0.8);
}
.border-r-gray-800\/85 {

    border-right-color: rgb(31 41 55 / 0.85);
}
.border-r-gray-800\/90 {

    border-right-color: rgb(31 41 55 / 0.9);
}
.border-r-gray-800\/95 {

    border-right-color: rgb(31 41 55 / 0.95);
}
.border-r-gray-900 {

    --tw-border-opacity: 1;

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-r-gray-900\/0 {

    border-right-color: rgb(17 24 39 / 0);
}
.border-r-gray-900\/10 {

    border-right-color: rgb(17 24 39 / 0.1);
}
.border-r-gray-900\/100 {

    border-right-color: rgb(17 24 39 / 1);
}
.border-r-gray-900\/15 {

    border-right-color: rgb(17 24 39 / 0.15);
}
.border-r-gray-900\/20 {

    border-right-color: rgb(17 24 39 / 0.2);
}
.border-r-gray-900\/25 {

    border-right-color: rgb(17 24 39 / 0.25);
}
.border-r-gray-900\/30 {

    border-right-color: rgb(17 24 39 / 0.3);
}
.border-r-gray-900\/35 {

    border-right-color: rgb(17 24 39 / 0.35);
}
.border-r-gray-900\/40 {

    border-right-color: rgb(17 24 39 / 0.4);
}
.border-r-gray-900\/45 {

    border-right-color: rgb(17 24 39 / 0.45);
}
.border-r-gray-900\/5 {

    border-right-color: rgb(17 24 39 / 0.05);
}
.border-r-gray-900\/50 {

    border-right-color: rgb(17 24 39 / 0.5);
}
.border-r-gray-900\/55 {

    border-right-color: rgb(17 24 39 / 0.55);
}
.border-r-gray-900\/60 {

    border-right-color: rgb(17 24 39 / 0.6);
}
.border-r-gray-900\/65 {

    border-right-color: rgb(17 24 39 / 0.65);
}
.border-r-gray-900\/70 {

    border-right-color: rgb(17 24 39 / 0.7);
}
.border-r-gray-900\/75 {

    border-right-color: rgb(17 24 39 / 0.75);
}
.border-r-gray-900\/80 {

    border-right-color: rgb(17 24 39 / 0.8);
}
.border-r-gray-900\/85 {

    border-right-color: rgb(17 24 39 / 0.85);
}
.border-r-gray-900\/90 {

    border-right-color: rgb(17 24 39 / 0.9);
}
.border-r-gray-900\/95 {

    border-right-color: rgb(17 24 39 / 0.95);
}
.border-r-gray-950 {

    --tw-border-opacity: 1;

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-r-gray-950\/0 {

    border-right-color: rgb(3 7 18 / 0);
}
.border-r-gray-950\/10 {

    border-right-color: rgb(3 7 18 / 0.1);
}
.border-r-gray-950\/100 {

    border-right-color: rgb(3 7 18 / 1);
}
.border-r-gray-950\/15 {

    border-right-color: rgb(3 7 18 / 0.15);
}
.border-r-gray-950\/20 {

    border-right-color: rgb(3 7 18 / 0.2);
}
.border-r-gray-950\/25 {

    border-right-color: rgb(3 7 18 / 0.25);
}
.border-r-gray-950\/30 {

    border-right-color: rgb(3 7 18 / 0.3);
}
.border-r-gray-950\/35 {

    border-right-color: rgb(3 7 18 / 0.35);
}
.border-r-gray-950\/40 {

    border-right-color: rgb(3 7 18 / 0.4);
}
.border-r-gray-950\/45 {

    border-right-color: rgb(3 7 18 / 0.45);
}
.border-r-gray-950\/5 {

    border-right-color: rgb(3 7 18 / 0.05);
}
.border-r-gray-950\/50 {

    border-right-color: rgb(3 7 18 / 0.5);
}
.border-r-gray-950\/55 {

    border-right-color: rgb(3 7 18 / 0.55);
}
.border-r-gray-950\/60 {

    border-right-color: rgb(3 7 18 / 0.6);
}
.border-r-gray-950\/65 {

    border-right-color: rgb(3 7 18 / 0.65);
}
.border-r-gray-950\/70 {

    border-right-color: rgb(3 7 18 / 0.7);
}
.border-r-gray-950\/75 {

    border-right-color: rgb(3 7 18 / 0.75);
}
.border-r-gray-950\/80 {

    border-right-color: rgb(3 7 18 / 0.8);
}
.border-r-gray-950\/85 {

    border-right-color: rgb(3 7 18 / 0.85);
}
.border-r-gray-950\/90 {

    border-right-color: rgb(3 7 18 / 0.9);
}
.border-r-gray-950\/95 {

    border-right-color: rgb(3 7 18 / 0.95);
}
.border-r-inherit {

    border-right-color: inherit;
}
.border-r-primary {

    --tw-border-opacity: 1;

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-r-primary-dark {

    --tw-border-opacity: 1;

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-r-primary-dark\/0 {

    border-right-color: rgb(26 88 121 / 0);
}
.border-r-primary-dark\/10 {

    border-right-color: rgb(26 88 121 / 0.1);
}
.border-r-primary-dark\/100 {

    border-right-color: rgb(26 88 121 / 1);
}
.border-r-primary-dark\/15 {

    border-right-color: rgb(26 88 121 / 0.15);
}
.border-r-primary-dark\/20 {

    border-right-color: rgb(26 88 121 / 0.2);
}
.border-r-primary-dark\/25 {

    border-right-color: rgb(26 88 121 / 0.25);
}
.border-r-primary-dark\/30 {

    border-right-color: rgb(26 88 121 / 0.3);
}
.border-r-primary-dark\/35 {

    border-right-color: rgb(26 88 121 / 0.35);
}
.border-r-primary-dark\/40 {

    border-right-color: rgb(26 88 121 / 0.4);
}
.border-r-primary-dark\/45 {

    border-right-color: rgb(26 88 121 / 0.45);
}
.border-r-primary-dark\/5 {

    border-right-color: rgb(26 88 121 / 0.05);
}
.border-r-primary-dark\/50 {

    border-right-color: rgb(26 88 121 / 0.5);
}
.border-r-primary-dark\/55 {

    border-right-color: rgb(26 88 121 / 0.55);
}
.border-r-primary-dark\/60 {

    border-right-color: rgb(26 88 121 / 0.6);
}
.border-r-primary-dark\/65 {

    border-right-color: rgb(26 88 121 / 0.65);
}
.border-r-primary-dark\/70 {

    border-right-color: rgb(26 88 121 / 0.7);
}
.border-r-primary-dark\/75 {

    border-right-color: rgb(26 88 121 / 0.75);
}
.border-r-primary-dark\/80 {

    border-right-color: rgb(26 88 121 / 0.8);
}
.border-r-primary-dark\/85 {

    border-right-color: rgb(26 88 121 / 0.85);
}
.border-r-primary-dark\/90 {

    border-right-color: rgb(26 88 121 / 0.9);
}
.border-r-primary-dark\/95 {

    border-right-color: rgb(26 88 121 / 0.95);
}
.border-r-primary-light {

    --tw-border-opacity: 1;

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-r-primary-light\/0 {

    border-right-color: rgb(85 154 193 / 0);
}
.border-r-primary-light\/10 {

    border-right-color: rgb(85 154 193 / 0.1);
}
.border-r-primary-light\/100 {

    border-right-color: rgb(85 154 193 / 1);
}
.border-r-primary-light\/15 {

    border-right-color: rgb(85 154 193 / 0.15);
}
.border-r-primary-light\/20 {

    border-right-color: rgb(85 154 193 / 0.2);
}
.border-r-primary-light\/25 {

    border-right-color: rgb(85 154 193 / 0.25);
}
.border-r-primary-light\/30 {

    border-right-color: rgb(85 154 193 / 0.3);
}
.border-r-primary-light\/35 {

    border-right-color: rgb(85 154 193 / 0.35);
}
.border-r-primary-light\/40 {

    border-right-color: rgb(85 154 193 / 0.4);
}
.border-r-primary-light\/45 {

    border-right-color: rgb(85 154 193 / 0.45);
}
.border-r-primary-light\/5 {

    border-right-color: rgb(85 154 193 / 0.05);
}
.border-r-primary-light\/50 {

    border-right-color: rgb(85 154 193 / 0.5);
}
.border-r-primary-light\/55 {

    border-right-color: rgb(85 154 193 / 0.55);
}
.border-r-primary-light\/60 {

    border-right-color: rgb(85 154 193 / 0.6);
}
.border-r-primary-light\/65 {

    border-right-color: rgb(85 154 193 / 0.65);
}
.border-r-primary-light\/70 {

    border-right-color: rgb(85 154 193 / 0.7);
}
.border-r-primary-light\/75 {

    border-right-color: rgb(85 154 193 / 0.75);
}
.border-r-primary-light\/80 {

    border-right-color: rgb(85 154 193 / 0.8);
}
.border-r-primary-light\/85 {

    border-right-color: rgb(85 154 193 / 0.85);
}
.border-r-primary-light\/90 {

    border-right-color: rgb(85 154 193 / 0.9);
}
.border-r-primary-light\/95 {

    border-right-color: rgb(85 154 193 / 0.95);
}
.border-r-primary-lighter {

    --tw-border-opacity: 1;

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-r-primary-lighter\/0 {

    border-right-color: rgb(115 177 212 / 0);
}
.border-r-primary-lighter\/10 {

    border-right-color: rgb(115 177 212 / 0.1);
}
.border-r-primary-lighter\/100 {

    border-right-color: rgb(115 177 212 / 1);
}
.border-r-primary-lighter\/15 {

    border-right-color: rgb(115 177 212 / 0.15);
}
.border-r-primary-lighter\/20 {

    border-right-color: rgb(115 177 212 / 0.2);
}
.border-r-primary-lighter\/25 {

    border-right-color: rgb(115 177 212 / 0.25);
}
.border-r-primary-lighter\/30 {

    border-right-color: rgb(115 177 212 / 0.3);
}
.border-r-primary-lighter\/35 {

    border-right-color: rgb(115 177 212 / 0.35);
}
.border-r-primary-lighter\/40 {

    border-right-color: rgb(115 177 212 / 0.4);
}
.border-r-primary-lighter\/45 {

    border-right-color: rgb(115 177 212 / 0.45);
}
.border-r-primary-lighter\/5 {

    border-right-color: rgb(115 177 212 / 0.05);
}
.border-r-primary-lighter\/50 {

    border-right-color: rgb(115 177 212 / 0.5);
}
.border-r-primary-lighter\/55 {

    border-right-color: rgb(115 177 212 / 0.55);
}
.border-r-primary-lighter\/60 {

    border-right-color: rgb(115 177 212 / 0.6);
}
.border-r-primary-lighter\/65 {

    border-right-color: rgb(115 177 212 / 0.65);
}
.border-r-primary-lighter\/70 {

    border-right-color: rgb(115 177 212 / 0.7);
}
.border-r-primary-lighter\/75 {

    border-right-color: rgb(115 177 212 / 0.75);
}
.border-r-primary-lighter\/80 {

    border-right-color: rgb(115 177 212 / 0.8);
}
.border-r-primary-lighter\/85 {

    border-right-color: rgb(115 177 212 / 0.85);
}
.border-r-primary-lighter\/90 {

    border-right-color: rgb(115 177 212 / 0.9);
}
.border-r-primary-lighter\/95 {

    border-right-color: rgb(115 177 212 / 0.95);
}
.border-r-primary\/0 {

    border-right-color: rgb(52 114 147 / 0);
}
.border-r-primary\/10 {

    border-right-color: rgb(52 114 147 / 0.1);
}
.border-r-primary\/100 {

    border-right-color: rgb(52 114 147 / 1);
}
.border-r-primary\/15 {

    border-right-color: rgb(52 114 147 / 0.15);
}
.border-r-primary\/20 {

    border-right-color: rgb(52 114 147 / 0.2);
}
.border-r-primary\/25 {

    border-right-color: rgb(52 114 147 / 0.25);
}
.border-r-primary\/30 {

    border-right-color: rgb(52 114 147 / 0.3);
}
.border-r-primary\/35 {

    border-right-color: rgb(52 114 147 / 0.35);
}
.border-r-primary\/40 {

    border-right-color: rgb(52 114 147 / 0.4);
}
.border-r-primary\/45 {

    border-right-color: rgb(52 114 147 / 0.45);
}
.border-r-primary\/5 {

    border-right-color: rgb(52 114 147 / 0.05);
}
.border-r-primary\/50 {

    border-right-color: rgb(52 114 147 / 0.5);
}
.border-r-primary\/55 {

    border-right-color: rgb(52 114 147 / 0.55);
}
.border-r-primary\/60 {

    border-right-color: rgb(52 114 147 / 0.6);
}
.border-r-primary\/65 {

    border-right-color: rgb(52 114 147 / 0.65);
}
.border-r-primary\/70 {

    border-right-color: rgb(52 114 147 / 0.7);
}
.border-r-primary\/75 {

    border-right-color: rgb(52 114 147 / 0.75);
}
.border-r-primary\/80 {

    border-right-color: rgb(52 114 147 / 0.8);
}
.border-r-primary\/85 {

    border-right-color: rgb(52 114 147 / 0.85);
}
.border-r-primary\/90 {

    border-right-color: rgb(52 114 147 / 0.9);
}
.border-r-primary\/95 {

    border-right-color: rgb(52 114 147 / 0.95);
}
.border-r-secondary {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-r-secondary-dark {

    --tw-border-opacity: 1;

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-r-secondary-dark\/0 {

    border-right-color: rgb(226 207 188 / 0);
}
.border-r-secondary-dark\/10 {

    border-right-color: rgb(226 207 188 / 0.1);
}
.border-r-secondary-dark\/100 {

    border-right-color: rgb(226 207 188 / 1);
}
.border-r-secondary-dark\/15 {

    border-right-color: rgb(226 207 188 / 0.15);
}
.border-r-secondary-dark\/20 {

    border-right-color: rgb(226 207 188 / 0.2);
}
.border-r-secondary-dark\/25 {

    border-right-color: rgb(226 207 188 / 0.25);
}
.border-r-secondary-dark\/30 {

    border-right-color: rgb(226 207 188 / 0.3);
}
.border-r-secondary-dark\/35 {

    border-right-color: rgb(226 207 188 / 0.35);
}
.border-r-secondary-dark\/40 {

    border-right-color: rgb(226 207 188 / 0.4);
}
.border-r-secondary-dark\/45 {

    border-right-color: rgb(226 207 188 / 0.45);
}
.border-r-secondary-dark\/5 {

    border-right-color: rgb(226 207 188 / 0.05);
}
.border-r-secondary-dark\/50 {

    border-right-color: rgb(226 207 188 / 0.5);
}
.border-r-secondary-dark\/55 {

    border-right-color: rgb(226 207 188 / 0.55);
}
.border-r-secondary-dark\/60 {

    border-right-color: rgb(226 207 188 / 0.6);
}
.border-r-secondary-dark\/65 {

    border-right-color: rgb(226 207 188 / 0.65);
}
.border-r-secondary-dark\/70 {

    border-right-color: rgb(226 207 188 / 0.7);
}
.border-r-secondary-dark\/75 {

    border-right-color: rgb(226 207 188 / 0.75);
}
.border-r-secondary-dark\/80 {

    border-right-color: rgb(226 207 188 / 0.8);
}
.border-r-secondary-dark\/85 {

    border-right-color: rgb(226 207 188 / 0.85);
}
.border-r-secondary-dark\/90 {

    border-right-color: rgb(226 207 188 / 0.9);
}
.border-r-secondary-dark\/95 {

    border-right-color: rgb(226 207 188 / 0.95);
}
.border-r-secondary-light {

    --tw-border-opacity: 1;

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-r-secondary-light\/0 {

    border-right-color: rgb(254 250 247 / 0);
}
.border-r-secondary-light\/10 {

    border-right-color: rgb(254 250 247 / 0.1);
}
.border-r-secondary-light\/100 {

    border-right-color: rgb(254 250 247 / 1);
}
.border-r-secondary-light\/15 {

    border-right-color: rgb(254 250 247 / 0.15);
}
.border-r-secondary-light\/20 {

    border-right-color: rgb(254 250 247 / 0.2);
}
.border-r-secondary-light\/25 {

    border-right-color: rgb(254 250 247 / 0.25);
}
.border-r-secondary-light\/30 {

    border-right-color: rgb(254 250 247 / 0.3);
}
.border-r-secondary-light\/35 {

    border-right-color: rgb(254 250 247 / 0.35);
}
.border-r-secondary-light\/40 {

    border-right-color: rgb(254 250 247 / 0.4);
}
.border-r-secondary-light\/45 {

    border-right-color: rgb(254 250 247 / 0.45);
}
.border-r-secondary-light\/5 {

    border-right-color: rgb(254 250 247 / 0.05);
}
.border-r-secondary-light\/50 {

    border-right-color: rgb(254 250 247 / 0.5);
}
.border-r-secondary-light\/55 {

    border-right-color: rgb(254 250 247 / 0.55);
}
.border-r-secondary-light\/60 {

    border-right-color: rgb(254 250 247 / 0.6);
}
.border-r-secondary-light\/65 {

    border-right-color: rgb(254 250 247 / 0.65);
}
.border-r-secondary-light\/70 {

    border-right-color: rgb(254 250 247 / 0.7);
}
.border-r-secondary-light\/75 {

    border-right-color: rgb(254 250 247 / 0.75);
}
.border-r-secondary-light\/80 {

    border-right-color: rgb(254 250 247 / 0.8);
}
.border-r-secondary-light\/85 {

    border-right-color: rgb(254 250 247 / 0.85);
}
.border-r-secondary-light\/90 {

    border-right-color: rgb(254 250 247 / 0.9);
}
.border-r-secondary-light\/95 {

    border-right-color: rgb(254 250 247 / 0.95);
}
.border-r-secondary\/0 {

    border-right-color: rgb(243 234 225 / 0);
}
.border-r-secondary\/10 {

    border-right-color: rgb(243 234 225 / 0.1);
}
.border-r-secondary\/100 {

    border-right-color: rgb(243 234 225 / 1);
}
.border-r-secondary\/15 {

    border-right-color: rgb(243 234 225 / 0.15);
}
.border-r-secondary\/20 {

    border-right-color: rgb(243 234 225 / 0.2);
}
.border-r-secondary\/25 {

    border-right-color: rgb(243 234 225 / 0.25);
}
.border-r-secondary\/30 {

    border-right-color: rgb(243 234 225 / 0.3);
}
.border-r-secondary\/35 {

    border-right-color: rgb(243 234 225 / 0.35);
}
.border-r-secondary\/40 {

    border-right-color: rgb(243 234 225 / 0.4);
}
.border-r-secondary\/45 {

    border-right-color: rgb(243 234 225 / 0.45);
}
.border-r-secondary\/5 {

    border-right-color: rgb(243 234 225 / 0.05);
}
.border-r-secondary\/50 {

    border-right-color: rgb(243 234 225 / 0.5);
}
.border-r-secondary\/55 {

    border-right-color: rgb(243 234 225 / 0.55);
}
.border-r-secondary\/60 {

    border-right-color: rgb(243 234 225 / 0.6);
}
.border-r-secondary\/65 {

    border-right-color: rgb(243 234 225 / 0.65);
}
.border-r-secondary\/70 {

    border-right-color: rgb(243 234 225 / 0.7);
}
.border-r-secondary\/75 {

    border-right-color: rgb(243 234 225 / 0.75);
}
.border-r-secondary\/80 {

    border-right-color: rgb(243 234 225 / 0.8);
}
.border-r-secondary\/85 {

    border-right-color: rgb(243 234 225 / 0.85);
}
.border-r-secondary\/90 {

    border-right-color: rgb(243 234 225 / 0.9);
}
.border-r-secondary\/95 {

    border-right-color: rgb(243 234 225 / 0.95);
}
.border-r-transparent {

    border-right-color: transparent;
}
.border-r-transparent\/0 {

    border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10 {

    border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100 {

    border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15 {

    border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20 {

    border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25 {

    border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30 {

    border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35 {

    border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40 {

    border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45 {

    border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5 {

    border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50 {

    border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55 {

    border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60 {

    border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65 {

    border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70 {

    border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75 {

    border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80 {

    border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85 {

    border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90 {

    border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95 {

    border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-white {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white\/0 {

    border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/10 {

    border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-white\/100 {

    border-right-color: rgb(255 255 255 / 1);
}
.border-r-white\/15 {

    border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-white\/20 {

    border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-white\/25 {

    border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-white\/30 {

    border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-white\/35 {

    border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40 {

    border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45 {

    border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-white\/5 {

    border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/50 {

    border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-white\/55 {

    border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60 {

    border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65 {

    border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-white\/70 {

    border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-white\/75 {

    border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-white\/80 {

    border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-white\/85 {

    border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-white\/90 {

    border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-white\/95 {

    border-right-color: rgb(255 255 255 / 0.95);
}
.border-s-accent {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-s-accent-dark {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-s-accent-dark\/0 {

    border-inline-start-color: rgb(225 114 45 / 0);
}
.border-s-accent-dark\/10 {

    border-inline-start-color: rgb(225 114 45 / 0.1);
}
.border-s-accent-dark\/100 {

    border-inline-start-color: rgb(225 114 45 / 1);
}
.border-s-accent-dark\/15 {

    border-inline-start-color: rgb(225 114 45 / 0.15);
}
.border-s-accent-dark\/20 {

    border-inline-start-color: rgb(225 114 45 / 0.2);
}
.border-s-accent-dark\/25 {

    border-inline-start-color: rgb(225 114 45 / 0.25);
}
.border-s-accent-dark\/30 {

    border-inline-start-color: rgb(225 114 45 / 0.3);
}
.border-s-accent-dark\/35 {

    border-inline-start-color: rgb(225 114 45 / 0.35);
}
.border-s-accent-dark\/40 {

    border-inline-start-color: rgb(225 114 45 / 0.4);
}
.border-s-accent-dark\/45 {

    border-inline-start-color: rgb(225 114 45 / 0.45);
}
.border-s-accent-dark\/5 {

    border-inline-start-color: rgb(225 114 45 / 0.05);
}
.border-s-accent-dark\/50 {

    border-inline-start-color: rgb(225 114 45 / 0.5);
}
.border-s-accent-dark\/55 {

    border-inline-start-color: rgb(225 114 45 / 0.55);
}
.border-s-accent-dark\/60 {

    border-inline-start-color: rgb(225 114 45 / 0.6);
}
.border-s-accent-dark\/65 {

    border-inline-start-color: rgb(225 114 45 / 0.65);
}
.border-s-accent-dark\/70 {

    border-inline-start-color: rgb(225 114 45 / 0.7);
}
.border-s-accent-dark\/75 {

    border-inline-start-color: rgb(225 114 45 / 0.75);
}
.border-s-accent-dark\/80 {

    border-inline-start-color: rgb(225 114 45 / 0.8);
}
.border-s-accent-dark\/85 {

    border-inline-start-color: rgb(225 114 45 / 0.85);
}
.border-s-accent-dark\/90 {

    border-inline-start-color: rgb(225 114 45 / 0.9);
}
.border-s-accent-dark\/95 {

    border-inline-start-color: rgb(225 114 45 / 0.95);
}
.border-s-accent-light {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-s-accent-light\/0 {

    border-inline-start-color: rgb(255 191 105 / 0);
}
.border-s-accent-light\/10 {

    border-inline-start-color: rgb(255 191 105 / 0.1);
}
.border-s-accent-light\/100 {

    border-inline-start-color: rgb(255 191 105 / 1);
}
.border-s-accent-light\/15 {

    border-inline-start-color: rgb(255 191 105 / 0.15);
}
.border-s-accent-light\/20 {

    border-inline-start-color: rgb(255 191 105 / 0.2);
}
.border-s-accent-light\/25 {

    border-inline-start-color: rgb(255 191 105 / 0.25);
}
.border-s-accent-light\/30 {

    border-inline-start-color: rgb(255 191 105 / 0.3);
}
.border-s-accent-light\/35 {

    border-inline-start-color: rgb(255 191 105 / 0.35);
}
.border-s-accent-light\/40 {

    border-inline-start-color: rgb(255 191 105 / 0.4);
}
.border-s-accent-light\/45 {

    border-inline-start-color: rgb(255 191 105 / 0.45);
}
.border-s-accent-light\/5 {

    border-inline-start-color: rgb(255 191 105 / 0.05);
}
.border-s-accent-light\/50 {

    border-inline-start-color: rgb(255 191 105 / 0.5);
}
.border-s-accent-light\/55 {

    border-inline-start-color: rgb(255 191 105 / 0.55);
}
.border-s-accent-light\/60 {

    border-inline-start-color: rgb(255 191 105 / 0.6);
}
.border-s-accent-light\/65 {

    border-inline-start-color: rgb(255 191 105 / 0.65);
}
.border-s-accent-light\/70 {

    border-inline-start-color: rgb(255 191 105 / 0.7);
}
.border-s-accent-light\/75 {

    border-inline-start-color: rgb(255 191 105 / 0.75);
}
.border-s-accent-light\/80 {

    border-inline-start-color: rgb(255 191 105 / 0.8);
}
.border-s-accent-light\/85 {

    border-inline-start-color: rgb(255 191 105 / 0.85);
}
.border-s-accent-light\/90 {

    border-inline-start-color: rgb(255 191 105 / 0.9);
}
.border-s-accent-light\/95 {

    border-inline-start-color: rgb(255 191 105 / 0.95);
}
.border-s-accent\/0 {

    border-inline-start-color: rgb(229 136 78 / 0);
}
.border-s-accent\/10 {

    border-inline-start-color: rgb(229 136 78 / 0.1);
}
.border-s-accent\/100 {

    border-inline-start-color: rgb(229 136 78 / 1);
}
.border-s-accent\/15 {

    border-inline-start-color: rgb(229 136 78 / 0.15);
}
.border-s-accent\/20 {

    border-inline-start-color: rgb(229 136 78 / 0.2);
}
.border-s-accent\/25 {

    border-inline-start-color: rgb(229 136 78 / 0.25);
}
.border-s-accent\/30 {

    border-inline-start-color: rgb(229 136 78 / 0.3);
}
.border-s-accent\/35 {

    border-inline-start-color: rgb(229 136 78 / 0.35);
}
.border-s-accent\/40 {

    border-inline-start-color: rgb(229 136 78 / 0.4);
}
.border-s-accent\/45 {

    border-inline-start-color: rgb(229 136 78 / 0.45);
}
.border-s-accent\/5 {

    border-inline-start-color: rgb(229 136 78 / 0.05);
}
.border-s-accent\/50 {

    border-inline-start-color: rgb(229 136 78 / 0.5);
}
.border-s-accent\/55 {

    border-inline-start-color: rgb(229 136 78 / 0.55);
}
.border-s-accent\/60 {

    border-inline-start-color: rgb(229 136 78 / 0.6);
}
.border-s-accent\/65 {

    border-inline-start-color: rgb(229 136 78 / 0.65);
}
.border-s-accent\/70 {

    border-inline-start-color: rgb(229 136 78 / 0.7);
}
.border-s-accent\/75 {

    border-inline-start-color: rgb(229 136 78 / 0.75);
}
.border-s-accent\/80 {

    border-inline-start-color: rgb(229 136 78 / 0.8);
}
.border-s-accent\/85 {

    border-inline-start-color: rgb(229 136 78 / 0.85);
}
.border-s-accent\/90 {

    border-inline-start-color: rgb(229 136 78 / 0.9);
}
.border-s-accent\/95 {

    border-inline-start-color: rgb(229 136 78 / 0.95);
}
.border-s-black {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-s-black\/0 {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-black\/10 {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-black\/100 {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-black\/15 {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-black\/20 {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-black\/25 {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-black\/30 {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-black\/35 {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40 {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45 {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-black\/5 {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-black\/50 {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-black\/55 {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60 {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65 {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-black\/70 {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-black\/75 {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-black\/80 {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-black\/85 {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-black\/90 {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-black\/95 {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-current {

    border-inline-start-color: currentColor;
}
.border-s-error {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-s-error\/0 {

    border-inline-start-color: rgb(255 0 0 / 0);
}
.border-s-error\/10 {

    border-inline-start-color: rgb(255 0 0 / 0.1);
}
.border-s-error\/100 {

    border-inline-start-color: rgb(255 0 0 / 1);
}
.border-s-error\/15 {

    border-inline-start-color: rgb(255 0 0 / 0.15);
}
.border-s-error\/20 {

    border-inline-start-color: rgb(255 0 0 / 0.2);
}
.border-s-error\/25 {

    border-inline-start-color: rgb(255 0 0 / 0.25);
}
.border-s-error\/30 {

    border-inline-start-color: rgb(255 0 0 / 0.3);
}
.border-s-error\/35 {

    border-inline-start-color: rgb(255 0 0 / 0.35);
}
.border-s-error\/40 {

    border-inline-start-color: rgb(255 0 0 / 0.4);
}
.border-s-error\/45 {

    border-inline-start-color: rgb(255 0 0 / 0.45);
}
.border-s-error\/5 {

    border-inline-start-color: rgb(255 0 0 / 0.05);
}
.border-s-error\/50 {

    border-inline-start-color: rgb(255 0 0 / 0.5);
}
.border-s-error\/55 {

    border-inline-start-color: rgb(255 0 0 / 0.55);
}
.border-s-error\/60 {

    border-inline-start-color: rgb(255 0 0 / 0.6);
}
.border-s-error\/65 {

    border-inline-start-color: rgb(255 0 0 / 0.65);
}
.border-s-error\/70 {

    border-inline-start-color: rgb(255 0 0 / 0.7);
}
.border-s-error\/75 {

    border-inline-start-color: rgb(255 0 0 / 0.75);
}
.border-s-error\/80 {

    border-inline-start-color: rgb(255 0 0 / 0.8);
}
.border-s-error\/85 {

    border-inline-start-color: rgb(255 0 0 / 0.85);
}
.border-s-error\/90 {

    border-inline-start-color: rgb(255 0 0 / 0.9);
}
.border-s-error\/95 {

    border-inline-start-color: rgb(255 0 0 / 0.95);
}
.border-s-gray-100 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-s-gray-100\/0 {

    border-inline-start-color: rgb(243 244 246 / 0);
}
.border-s-gray-100\/10 {

    border-inline-start-color: rgb(243 244 246 / 0.1);
}
.border-s-gray-100\/100 {

    border-inline-start-color: rgb(243 244 246 / 1);
}
.border-s-gray-100\/15 {

    border-inline-start-color: rgb(243 244 246 / 0.15);
}
.border-s-gray-100\/20 {

    border-inline-start-color: rgb(243 244 246 / 0.2);
}
.border-s-gray-100\/25 {

    border-inline-start-color: rgb(243 244 246 / 0.25);
}
.border-s-gray-100\/30 {

    border-inline-start-color: rgb(243 244 246 / 0.3);
}
.border-s-gray-100\/35 {

    border-inline-start-color: rgb(243 244 246 / 0.35);
}
.border-s-gray-100\/40 {

    border-inline-start-color: rgb(243 244 246 / 0.4);
}
.border-s-gray-100\/45 {

    border-inline-start-color: rgb(243 244 246 / 0.45);
}
.border-s-gray-100\/5 {

    border-inline-start-color: rgb(243 244 246 / 0.05);
}
.border-s-gray-100\/50 {

    border-inline-start-color: rgb(243 244 246 / 0.5);
}
.border-s-gray-100\/55 {

    border-inline-start-color: rgb(243 244 246 / 0.55);
}
.border-s-gray-100\/60 {

    border-inline-start-color: rgb(243 244 246 / 0.6);
}
.border-s-gray-100\/65 {

    border-inline-start-color: rgb(243 244 246 / 0.65);
}
.border-s-gray-100\/70 {

    border-inline-start-color: rgb(243 244 246 / 0.7);
}
.border-s-gray-100\/75 {

    border-inline-start-color: rgb(243 244 246 / 0.75);
}
.border-s-gray-100\/80 {

    border-inline-start-color: rgb(243 244 246 / 0.8);
}
.border-s-gray-100\/85 {

    border-inline-start-color: rgb(243 244 246 / 0.85);
}
.border-s-gray-100\/90 {

    border-inline-start-color: rgb(243 244 246 / 0.9);
}
.border-s-gray-100\/95 {

    border-inline-start-color: rgb(243 244 246 / 0.95);
}
.border-s-gray-200 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-s-gray-200\/0 {

    border-inline-start-color: rgb(229 231 235 / 0);
}
.border-s-gray-200\/10 {

    border-inline-start-color: rgb(229 231 235 / 0.1);
}
.border-s-gray-200\/100 {

    border-inline-start-color: rgb(229 231 235 / 1);
}
.border-s-gray-200\/15 {

    border-inline-start-color: rgb(229 231 235 / 0.15);
}
.border-s-gray-200\/20 {

    border-inline-start-color: rgb(229 231 235 / 0.2);
}
.border-s-gray-200\/25 {

    border-inline-start-color: rgb(229 231 235 / 0.25);
}
.border-s-gray-200\/30 {

    border-inline-start-color: rgb(229 231 235 / 0.3);
}
.border-s-gray-200\/35 {

    border-inline-start-color: rgb(229 231 235 / 0.35);
}
.border-s-gray-200\/40 {

    border-inline-start-color: rgb(229 231 235 / 0.4);
}
.border-s-gray-200\/45 {

    border-inline-start-color: rgb(229 231 235 / 0.45);
}
.border-s-gray-200\/5 {

    border-inline-start-color: rgb(229 231 235 / 0.05);
}
.border-s-gray-200\/50 {

    border-inline-start-color: rgb(229 231 235 / 0.5);
}
.border-s-gray-200\/55 {

    border-inline-start-color: rgb(229 231 235 / 0.55);
}
.border-s-gray-200\/60 {

    border-inline-start-color: rgb(229 231 235 / 0.6);
}
.border-s-gray-200\/65 {

    border-inline-start-color: rgb(229 231 235 / 0.65);
}
.border-s-gray-200\/70 {

    border-inline-start-color: rgb(229 231 235 / 0.7);
}
.border-s-gray-200\/75 {

    border-inline-start-color: rgb(229 231 235 / 0.75);
}
.border-s-gray-200\/80 {

    border-inline-start-color: rgb(229 231 235 / 0.8);
}
.border-s-gray-200\/85 {

    border-inline-start-color: rgb(229 231 235 / 0.85);
}
.border-s-gray-200\/90 {

    border-inline-start-color: rgb(229 231 235 / 0.9);
}
.border-s-gray-200\/95 {

    border-inline-start-color: rgb(229 231 235 / 0.95);
}
.border-s-gray-300 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-s-gray-300\/0 {

    border-inline-start-color: rgb(209 213 219 / 0);
}
.border-s-gray-300\/10 {

    border-inline-start-color: rgb(209 213 219 / 0.1);
}
.border-s-gray-300\/100 {

    border-inline-start-color: rgb(209 213 219 / 1);
}
.border-s-gray-300\/15 {

    border-inline-start-color: rgb(209 213 219 / 0.15);
}
.border-s-gray-300\/20 {

    border-inline-start-color: rgb(209 213 219 / 0.2);
}
.border-s-gray-300\/25 {

    border-inline-start-color: rgb(209 213 219 / 0.25);
}
.border-s-gray-300\/30 {

    border-inline-start-color: rgb(209 213 219 / 0.3);
}
.border-s-gray-300\/35 {

    border-inline-start-color: rgb(209 213 219 / 0.35);
}
.border-s-gray-300\/40 {

    border-inline-start-color: rgb(209 213 219 / 0.4);
}
.border-s-gray-300\/45 {

    border-inline-start-color: rgb(209 213 219 / 0.45);
}
.border-s-gray-300\/5 {

    border-inline-start-color: rgb(209 213 219 / 0.05);
}
.border-s-gray-300\/50 {

    border-inline-start-color: rgb(209 213 219 / 0.5);
}
.border-s-gray-300\/55 {

    border-inline-start-color: rgb(209 213 219 / 0.55);
}
.border-s-gray-300\/60 {

    border-inline-start-color: rgb(209 213 219 / 0.6);
}
.border-s-gray-300\/65 {

    border-inline-start-color: rgb(209 213 219 / 0.65);
}
.border-s-gray-300\/70 {

    border-inline-start-color: rgb(209 213 219 / 0.7);
}
.border-s-gray-300\/75 {

    border-inline-start-color: rgb(209 213 219 / 0.75);
}
.border-s-gray-300\/80 {

    border-inline-start-color: rgb(209 213 219 / 0.8);
}
.border-s-gray-300\/85 {

    border-inline-start-color: rgb(209 213 219 / 0.85);
}
.border-s-gray-300\/90 {

    border-inline-start-color: rgb(209 213 219 / 0.9);
}
.border-s-gray-300\/95 {

    border-inline-start-color: rgb(209 213 219 / 0.95);
}
.border-s-gray-400 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-s-gray-400\/0 {

    border-inline-start-color: rgb(156 163 175 / 0);
}
.border-s-gray-400\/10 {

    border-inline-start-color: rgb(156 163 175 / 0.1);
}
.border-s-gray-400\/100 {

    border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-gray-400\/15 {

    border-inline-start-color: rgb(156 163 175 / 0.15);
}
.border-s-gray-400\/20 {

    border-inline-start-color: rgb(156 163 175 / 0.2);
}
.border-s-gray-400\/25 {

    border-inline-start-color: rgb(156 163 175 / 0.25);
}
.border-s-gray-400\/30 {

    border-inline-start-color: rgb(156 163 175 / 0.3);
}
.border-s-gray-400\/35 {

    border-inline-start-color: rgb(156 163 175 / 0.35);
}
.border-s-gray-400\/40 {

    border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-gray-400\/45 {

    border-inline-start-color: rgb(156 163 175 / 0.45);
}
.border-s-gray-400\/5 {

    border-inline-start-color: rgb(156 163 175 / 0.05);
}
.border-s-gray-400\/50 {

    border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-gray-400\/55 {

    border-inline-start-color: rgb(156 163 175 / 0.55);
}
.border-s-gray-400\/60 {

    border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-gray-400\/65 {

    border-inline-start-color: rgb(156 163 175 / 0.65);
}
.border-s-gray-400\/70 {

    border-inline-start-color: rgb(156 163 175 / 0.7);
}
.border-s-gray-400\/75 {

    border-inline-start-color: rgb(156 163 175 / 0.75);
}
.border-s-gray-400\/80 {

    border-inline-start-color: rgb(156 163 175 / 0.8);
}
.border-s-gray-400\/85 {

    border-inline-start-color: rgb(156 163 175 / 0.85);
}
.border-s-gray-400\/90 {

    border-inline-start-color: rgb(156 163 175 / 0.9);
}
.border-s-gray-400\/95 {

    border-inline-start-color: rgb(156 163 175 / 0.95);
}
.border-s-gray-50 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-s-gray-50\/0 {

    border-inline-start-color: rgb(249 250 251 / 0);
}
.border-s-gray-50\/10 {

    border-inline-start-color: rgb(249 250 251 / 0.1);
}
.border-s-gray-50\/100 {

    border-inline-start-color: rgb(249 250 251 / 1);
}
.border-s-gray-50\/15 {

    border-inline-start-color: rgb(249 250 251 / 0.15);
}
.border-s-gray-50\/20 {

    border-inline-start-color: rgb(249 250 251 / 0.2);
}
.border-s-gray-50\/25 {

    border-inline-start-color: rgb(249 250 251 / 0.25);
}
.border-s-gray-50\/30 {

    border-inline-start-color: rgb(249 250 251 / 0.3);
}
.border-s-gray-50\/35 {

    border-inline-start-color: rgb(249 250 251 / 0.35);
}
.border-s-gray-50\/40 {

    border-inline-start-color: rgb(249 250 251 / 0.4);
}
.border-s-gray-50\/45 {

    border-inline-start-color: rgb(249 250 251 / 0.45);
}
.border-s-gray-50\/5 {

    border-inline-start-color: rgb(249 250 251 / 0.05);
}
.border-s-gray-50\/50 {

    border-inline-start-color: rgb(249 250 251 / 0.5);
}
.border-s-gray-50\/55 {

    border-inline-start-color: rgb(249 250 251 / 0.55);
}
.border-s-gray-50\/60 {

    border-inline-start-color: rgb(249 250 251 / 0.6);
}
.border-s-gray-50\/65 {

    border-inline-start-color: rgb(249 250 251 / 0.65);
}
.border-s-gray-50\/70 {

    border-inline-start-color: rgb(249 250 251 / 0.7);
}
.border-s-gray-50\/75 {

    border-inline-start-color: rgb(249 250 251 / 0.75);
}
.border-s-gray-50\/80 {

    border-inline-start-color: rgb(249 250 251 / 0.8);
}
.border-s-gray-50\/85 {

    border-inline-start-color: rgb(249 250 251 / 0.85);
}
.border-s-gray-50\/90 {

    border-inline-start-color: rgb(249 250 251 / 0.9);
}
.border-s-gray-50\/95 {

    border-inline-start-color: rgb(249 250 251 / 0.95);
}
.border-s-gray-500 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-s-gray-500\/0 {

    border-inline-start-color: rgb(107 114 128 / 0);
}
.border-s-gray-500\/10 {

    border-inline-start-color: rgb(107 114 128 / 0.1);
}
.border-s-gray-500\/100 {

    border-inline-start-color: rgb(107 114 128 / 1);
}
.border-s-gray-500\/15 {

    border-inline-start-color: rgb(107 114 128 / 0.15);
}
.border-s-gray-500\/20 {

    border-inline-start-color: rgb(107 114 128 / 0.2);
}
.border-s-gray-500\/25 {

    border-inline-start-color: rgb(107 114 128 / 0.25);
}
.border-s-gray-500\/30 {

    border-inline-start-color: rgb(107 114 128 / 0.3);
}
.border-s-gray-500\/35 {

    border-inline-start-color: rgb(107 114 128 / 0.35);
}
.border-s-gray-500\/40 {

    border-inline-start-color: rgb(107 114 128 / 0.4);
}
.border-s-gray-500\/45 {

    border-inline-start-color: rgb(107 114 128 / 0.45);
}
.border-s-gray-500\/5 {

    border-inline-start-color: rgb(107 114 128 / 0.05);
}
.border-s-gray-500\/50 {

    border-inline-start-color: rgb(107 114 128 / 0.5);
}
.border-s-gray-500\/55 {

    border-inline-start-color: rgb(107 114 128 / 0.55);
}
.border-s-gray-500\/60 {

    border-inline-start-color: rgb(107 114 128 / 0.6);
}
.border-s-gray-500\/65 {

    border-inline-start-color: rgb(107 114 128 / 0.65);
}
.border-s-gray-500\/70 {

    border-inline-start-color: rgb(107 114 128 / 0.7);
}
.border-s-gray-500\/75 {

    border-inline-start-color: rgb(107 114 128 / 0.75);
}
.border-s-gray-500\/80 {

    border-inline-start-color: rgb(107 114 128 / 0.8);
}
.border-s-gray-500\/85 {

    border-inline-start-color: rgb(107 114 128 / 0.85);
}
.border-s-gray-500\/90 {

    border-inline-start-color: rgb(107 114 128 / 0.9);
}
.border-s-gray-500\/95 {

    border-inline-start-color: rgb(107 114 128 / 0.95);
}
.border-s-gray-600 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-s-gray-600\/0 {

    border-inline-start-color: rgb(75 85 99 / 0);
}
.border-s-gray-600\/10 {

    border-inline-start-color: rgb(75 85 99 / 0.1);
}
.border-s-gray-600\/100 {

    border-inline-start-color: rgb(75 85 99 / 1);
}
.border-s-gray-600\/15 {

    border-inline-start-color: rgb(75 85 99 / 0.15);
}
.border-s-gray-600\/20 {

    border-inline-start-color: rgb(75 85 99 / 0.2);
}
.border-s-gray-600\/25 {

    border-inline-start-color: rgb(75 85 99 / 0.25);
}
.border-s-gray-600\/30 {

    border-inline-start-color: rgb(75 85 99 / 0.3);
}
.border-s-gray-600\/35 {

    border-inline-start-color: rgb(75 85 99 / 0.35);
}
.border-s-gray-600\/40 {

    border-inline-start-color: rgb(75 85 99 / 0.4);
}
.border-s-gray-600\/45 {

    border-inline-start-color: rgb(75 85 99 / 0.45);
}
.border-s-gray-600\/5 {

    border-inline-start-color: rgb(75 85 99 / 0.05);
}
.border-s-gray-600\/50 {

    border-inline-start-color: rgb(75 85 99 / 0.5);
}
.border-s-gray-600\/55 {

    border-inline-start-color: rgb(75 85 99 / 0.55);
}
.border-s-gray-600\/60 {

    border-inline-start-color: rgb(75 85 99 / 0.6);
}
.border-s-gray-600\/65 {

    border-inline-start-color: rgb(75 85 99 / 0.65);
}
.border-s-gray-600\/70 {

    border-inline-start-color: rgb(75 85 99 / 0.7);
}
.border-s-gray-600\/75 {

    border-inline-start-color: rgb(75 85 99 / 0.75);
}
.border-s-gray-600\/80 {

    border-inline-start-color: rgb(75 85 99 / 0.8);
}
.border-s-gray-600\/85 {

    border-inline-start-color: rgb(75 85 99 / 0.85);
}
.border-s-gray-600\/90 {

    border-inline-start-color: rgb(75 85 99 / 0.9);
}
.border-s-gray-600\/95 {

    border-inline-start-color: rgb(75 85 99 / 0.95);
}
.border-s-gray-700 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-s-gray-700\/0 {

    border-inline-start-color: rgb(55 65 81 / 0);
}
.border-s-gray-700\/10 {

    border-inline-start-color: rgb(55 65 81 / 0.1);
}
.border-s-gray-700\/100 {

    border-inline-start-color: rgb(55 65 81 / 1);
}
.border-s-gray-700\/15 {

    border-inline-start-color: rgb(55 65 81 / 0.15);
}
.border-s-gray-700\/20 {

    border-inline-start-color: rgb(55 65 81 / 0.2);
}
.border-s-gray-700\/25 {

    border-inline-start-color: rgb(55 65 81 / 0.25);
}
.border-s-gray-700\/30 {

    border-inline-start-color: rgb(55 65 81 / 0.3);
}
.border-s-gray-700\/35 {

    border-inline-start-color: rgb(55 65 81 / 0.35);
}
.border-s-gray-700\/40 {

    border-inline-start-color: rgb(55 65 81 / 0.4);
}
.border-s-gray-700\/45 {

    border-inline-start-color: rgb(55 65 81 / 0.45);
}
.border-s-gray-700\/5 {

    border-inline-start-color: rgb(55 65 81 / 0.05);
}
.border-s-gray-700\/50 {

    border-inline-start-color: rgb(55 65 81 / 0.5);
}
.border-s-gray-700\/55 {

    border-inline-start-color: rgb(55 65 81 / 0.55);
}
.border-s-gray-700\/60 {

    border-inline-start-color: rgb(55 65 81 / 0.6);
}
.border-s-gray-700\/65 {

    border-inline-start-color: rgb(55 65 81 / 0.65);
}
.border-s-gray-700\/70 {

    border-inline-start-color: rgb(55 65 81 / 0.7);
}
.border-s-gray-700\/75 {

    border-inline-start-color: rgb(55 65 81 / 0.75);
}
.border-s-gray-700\/80 {

    border-inline-start-color: rgb(55 65 81 / 0.8);
}
.border-s-gray-700\/85 {

    border-inline-start-color: rgb(55 65 81 / 0.85);
}
.border-s-gray-700\/90 {

    border-inline-start-color: rgb(55 65 81 / 0.9);
}
.border-s-gray-700\/95 {

    border-inline-start-color: rgb(55 65 81 / 0.95);
}
.border-s-gray-800 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-s-gray-800\/0 {

    border-inline-start-color: rgb(31 41 55 / 0);
}
.border-s-gray-800\/10 {

    border-inline-start-color: rgb(31 41 55 / 0.1);
}
.border-s-gray-800\/100 {

    border-inline-start-color: rgb(31 41 55 / 1);
}
.border-s-gray-800\/15 {

    border-inline-start-color: rgb(31 41 55 / 0.15);
}
.border-s-gray-800\/20 {

    border-inline-start-color: rgb(31 41 55 / 0.2);
}
.border-s-gray-800\/25 {

    border-inline-start-color: rgb(31 41 55 / 0.25);
}
.border-s-gray-800\/30 {

    border-inline-start-color: rgb(31 41 55 / 0.3);
}
.border-s-gray-800\/35 {

    border-inline-start-color: rgb(31 41 55 / 0.35);
}
.border-s-gray-800\/40 {

    border-inline-start-color: rgb(31 41 55 / 0.4);
}
.border-s-gray-800\/45 {

    border-inline-start-color: rgb(31 41 55 / 0.45);
}
.border-s-gray-800\/5 {

    border-inline-start-color: rgb(31 41 55 / 0.05);
}
.border-s-gray-800\/50 {

    border-inline-start-color: rgb(31 41 55 / 0.5);
}
.border-s-gray-800\/55 {

    border-inline-start-color: rgb(31 41 55 / 0.55);
}
.border-s-gray-800\/60 {

    border-inline-start-color: rgb(31 41 55 / 0.6);
}
.border-s-gray-800\/65 {

    border-inline-start-color: rgb(31 41 55 / 0.65);
}
.border-s-gray-800\/70 {

    border-inline-start-color: rgb(31 41 55 / 0.7);
}
.border-s-gray-800\/75 {

    border-inline-start-color: rgb(31 41 55 / 0.75);
}
.border-s-gray-800\/80 {

    border-inline-start-color: rgb(31 41 55 / 0.8);
}
.border-s-gray-800\/85 {

    border-inline-start-color: rgb(31 41 55 / 0.85);
}
.border-s-gray-800\/90 {

    border-inline-start-color: rgb(31 41 55 / 0.9);
}
.border-s-gray-800\/95 {

    border-inline-start-color: rgb(31 41 55 / 0.95);
}
.border-s-gray-900 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-s-gray-900\/0 {

    border-inline-start-color: rgb(17 24 39 / 0);
}
.border-s-gray-900\/10 {

    border-inline-start-color: rgb(17 24 39 / 0.1);
}
.border-s-gray-900\/100 {

    border-inline-start-color: rgb(17 24 39 / 1);
}
.border-s-gray-900\/15 {

    border-inline-start-color: rgb(17 24 39 / 0.15);
}
.border-s-gray-900\/20 {

    border-inline-start-color: rgb(17 24 39 / 0.2);
}
.border-s-gray-900\/25 {

    border-inline-start-color: rgb(17 24 39 / 0.25);
}
.border-s-gray-900\/30 {

    border-inline-start-color: rgb(17 24 39 / 0.3);
}
.border-s-gray-900\/35 {

    border-inline-start-color: rgb(17 24 39 / 0.35);
}
.border-s-gray-900\/40 {

    border-inline-start-color: rgb(17 24 39 / 0.4);
}
.border-s-gray-900\/45 {

    border-inline-start-color: rgb(17 24 39 / 0.45);
}
.border-s-gray-900\/5 {

    border-inline-start-color: rgb(17 24 39 / 0.05);
}
.border-s-gray-900\/50 {

    border-inline-start-color: rgb(17 24 39 / 0.5);
}
.border-s-gray-900\/55 {

    border-inline-start-color: rgb(17 24 39 / 0.55);
}
.border-s-gray-900\/60 {

    border-inline-start-color: rgb(17 24 39 / 0.6);
}
.border-s-gray-900\/65 {

    border-inline-start-color: rgb(17 24 39 / 0.65);
}
.border-s-gray-900\/70 {

    border-inline-start-color: rgb(17 24 39 / 0.7);
}
.border-s-gray-900\/75 {

    border-inline-start-color: rgb(17 24 39 / 0.75);
}
.border-s-gray-900\/80 {

    border-inline-start-color: rgb(17 24 39 / 0.8);
}
.border-s-gray-900\/85 {

    border-inline-start-color: rgb(17 24 39 / 0.85);
}
.border-s-gray-900\/90 {

    border-inline-start-color: rgb(17 24 39 / 0.9);
}
.border-s-gray-900\/95 {

    border-inline-start-color: rgb(17 24 39 / 0.95);
}
.border-s-gray-950 {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-s-gray-950\/0 {

    border-inline-start-color: rgb(3 7 18 / 0);
}
.border-s-gray-950\/10 {

    border-inline-start-color: rgb(3 7 18 / 0.1);
}
.border-s-gray-950\/100 {

    border-inline-start-color: rgb(3 7 18 / 1);
}
.border-s-gray-950\/15 {

    border-inline-start-color: rgb(3 7 18 / 0.15);
}
.border-s-gray-950\/20 {

    border-inline-start-color: rgb(3 7 18 / 0.2);
}
.border-s-gray-950\/25 {

    border-inline-start-color: rgb(3 7 18 / 0.25);
}
.border-s-gray-950\/30 {

    border-inline-start-color: rgb(3 7 18 / 0.3);
}
.border-s-gray-950\/35 {

    border-inline-start-color: rgb(3 7 18 / 0.35);
}
.border-s-gray-950\/40 {

    border-inline-start-color: rgb(3 7 18 / 0.4);
}
.border-s-gray-950\/45 {

    border-inline-start-color: rgb(3 7 18 / 0.45);
}
.border-s-gray-950\/5 {

    border-inline-start-color: rgb(3 7 18 / 0.05);
}
.border-s-gray-950\/50 {

    border-inline-start-color: rgb(3 7 18 / 0.5);
}
.border-s-gray-950\/55 {

    border-inline-start-color: rgb(3 7 18 / 0.55);
}
.border-s-gray-950\/60 {

    border-inline-start-color: rgb(3 7 18 / 0.6);
}
.border-s-gray-950\/65 {

    border-inline-start-color: rgb(3 7 18 / 0.65);
}
.border-s-gray-950\/70 {

    border-inline-start-color: rgb(3 7 18 / 0.7);
}
.border-s-gray-950\/75 {

    border-inline-start-color: rgb(3 7 18 / 0.75);
}
.border-s-gray-950\/80 {

    border-inline-start-color: rgb(3 7 18 / 0.8);
}
.border-s-gray-950\/85 {

    border-inline-start-color: rgb(3 7 18 / 0.85);
}
.border-s-gray-950\/90 {

    border-inline-start-color: rgb(3 7 18 / 0.9);
}
.border-s-gray-950\/95 {

    border-inline-start-color: rgb(3 7 18 / 0.95);
}
.border-s-inherit {

    border-inline-start-color: inherit;
}
.border-s-primary {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-s-primary-dark {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-s-primary-dark\/0 {

    border-inline-start-color: rgb(26 88 121 / 0);
}
.border-s-primary-dark\/10 {

    border-inline-start-color: rgb(26 88 121 / 0.1);
}
.border-s-primary-dark\/100 {

    border-inline-start-color: rgb(26 88 121 / 1);
}
.border-s-primary-dark\/15 {

    border-inline-start-color: rgb(26 88 121 / 0.15);
}
.border-s-primary-dark\/20 {

    border-inline-start-color: rgb(26 88 121 / 0.2);
}
.border-s-primary-dark\/25 {

    border-inline-start-color: rgb(26 88 121 / 0.25);
}
.border-s-primary-dark\/30 {

    border-inline-start-color: rgb(26 88 121 / 0.3);
}
.border-s-primary-dark\/35 {

    border-inline-start-color: rgb(26 88 121 / 0.35);
}
.border-s-primary-dark\/40 {

    border-inline-start-color: rgb(26 88 121 / 0.4);
}
.border-s-primary-dark\/45 {

    border-inline-start-color: rgb(26 88 121 / 0.45);
}
.border-s-primary-dark\/5 {

    border-inline-start-color: rgb(26 88 121 / 0.05);
}
.border-s-primary-dark\/50 {

    border-inline-start-color: rgb(26 88 121 / 0.5);
}
.border-s-primary-dark\/55 {

    border-inline-start-color: rgb(26 88 121 / 0.55);
}
.border-s-primary-dark\/60 {

    border-inline-start-color: rgb(26 88 121 / 0.6);
}
.border-s-primary-dark\/65 {

    border-inline-start-color: rgb(26 88 121 / 0.65);
}
.border-s-primary-dark\/70 {

    border-inline-start-color: rgb(26 88 121 / 0.7);
}
.border-s-primary-dark\/75 {

    border-inline-start-color: rgb(26 88 121 / 0.75);
}
.border-s-primary-dark\/80 {

    border-inline-start-color: rgb(26 88 121 / 0.8);
}
.border-s-primary-dark\/85 {

    border-inline-start-color: rgb(26 88 121 / 0.85);
}
.border-s-primary-dark\/90 {

    border-inline-start-color: rgb(26 88 121 / 0.9);
}
.border-s-primary-dark\/95 {

    border-inline-start-color: rgb(26 88 121 / 0.95);
}
.border-s-primary-light {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-s-primary-light\/0 {

    border-inline-start-color: rgb(85 154 193 / 0);
}
.border-s-primary-light\/10 {

    border-inline-start-color: rgb(85 154 193 / 0.1);
}
.border-s-primary-light\/100 {

    border-inline-start-color: rgb(85 154 193 / 1);
}
.border-s-primary-light\/15 {

    border-inline-start-color: rgb(85 154 193 / 0.15);
}
.border-s-primary-light\/20 {

    border-inline-start-color: rgb(85 154 193 / 0.2);
}
.border-s-primary-light\/25 {

    border-inline-start-color: rgb(85 154 193 / 0.25);
}
.border-s-primary-light\/30 {

    border-inline-start-color: rgb(85 154 193 / 0.3);
}
.border-s-primary-light\/35 {

    border-inline-start-color: rgb(85 154 193 / 0.35);
}
.border-s-primary-light\/40 {

    border-inline-start-color: rgb(85 154 193 / 0.4);
}
.border-s-primary-light\/45 {

    border-inline-start-color: rgb(85 154 193 / 0.45);
}
.border-s-primary-light\/5 {

    border-inline-start-color: rgb(85 154 193 / 0.05);
}
.border-s-primary-light\/50 {

    border-inline-start-color: rgb(85 154 193 / 0.5);
}
.border-s-primary-light\/55 {

    border-inline-start-color: rgb(85 154 193 / 0.55);
}
.border-s-primary-light\/60 {

    border-inline-start-color: rgb(85 154 193 / 0.6);
}
.border-s-primary-light\/65 {

    border-inline-start-color: rgb(85 154 193 / 0.65);
}
.border-s-primary-light\/70 {

    border-inline-start-color: rgb(85 154 193 / 0.7);
}
.border-s-primary-light\/75 {

    border-inline-start-color: rgb(85 154 193 / 0.75);
}
.border-s-primary-light\/80 {

    border-inline-start-color: rgb(85 154 193 / 0.8);
}
.border-s-primary-light\/85 {

    border-inline-start-color: rgb(85 154 193 / 0.85);
}
.border-s-primary-light\/90 {

    border-inline-start-color: rgb(85 154 193 / 0.9);
}
.border-s-primary-light\/95 {

    border-inline-start-color: rgb(85 154 193 / 0.95);
}
.border-s-primary-lighter {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-s-primary-lighter\/0 {

    border-inline-start-color: rgb(115 177 212 / 0);
}
.border-s-primary-lighter\/10 {

    border-inline-start-color: rgb(115 177 212 / 0.1);
}
.border-s-primary-lighter\/100 {

    border-inline-start-color: rgb(115 177 212 / 1);
}
.border-s-primary-lighter\/15 {

    border-inline-start-color: rgb(115 177 212 / 0.15);
}
.border-s-primary-lighter\/20 {

    border-inline-start-color: rgb(115 177 212 / 0.2);
}
.border-s-primary-lighter\/25 {

    border-inline-start-color: rgb(115 177 212 / 0.25);
}
.border-s-primary-lighter\/30 {

    border-inline-start-color: rgb(115 177 212 / 0.3);
}
.border-s-primary-lighter\/35 {

    border-inline-start-color: rgb(115 177 212 / 0.35);
}
.border-s-primary-lighter\/40 {

    border-inline-start-color: rgb(115 177 212 / 0.4);
}
.border-s-primary-lighter\/45 {

    border-inline-start-color: rgb(115 177 212 / 0.45);
}
.border-s-primary-lighter\/5 {

    border-inline-start-color: rgb(115 177 212 / 0.05);
}
.border-s-primary-lighter\/50 {

    border-inline-start-color: rgb(115 177 212 / 0.5);
}
.border-s-primary-lighter\/55 {

    border-inline-start-color: rgb(115 177 212 / 0.55);
}
.border-s-primary-lighter\/60 {

    border-inline-start-color: rgb(115 177 212 / 0.6);
}
.border-s-primary-lighter\/65 {

    border-inline-start-color: rgb(115 177 212 / 0.65);
}
.border-s-primary-lighter\/70 {

    border-inline-start-color: rgb(115 177 212 / 0.7);
}
.border-s-primary-lighter\/75 {

    border-inline-start-color: rgb(115 177 212 / 0.75);
}
.border-s-primary-lighter\/80 {

    border-inline-start-color: rgb(115 177 212 / 0.8);
}
.border-s-primary-lighter\/85 {

    border-inline-start-color: rgb(115 177 212 / 0.85);
}
.border-s-primary-lighter\/90 {

    border-inline-start-color: rgb(115 177 212 / 0.9);
}
.border-s-primary-lighter\/95 {

    border-inline-start-color: rgb(115 177 212 / 0.95);
}
.border-s-primary\/0 {

    border-inline-start-color: rgb(52 114 147 / 0);
}
.border-s-primary\/10 {

    border-inline-start-color: rgb(52 114 147 / 0.1);
}
.border-s-primary\/100 {

    border-inline-start-color: rgb(52 114 147 / 1);
}
.border-s-primary\/15 {

    border-inline-start-color: rgb(52 114 147 / 0.15);
}
.border-s-primary\/20 {

    border-inline-start-color: rgb(52 114 147 / 0.2);
}
.border-s-primary\/25 {

    border-inline-start-color: rgb(52 114 147 / 0.25);
}
.border-s-primary\/30 {

    border-inline-start-color: rgb(52 114 147 / 0.3);
}
.border-s-primary\/35 {

    border-inline-start-color: rgb(52 114 147 / 0.35);
}
.border-s-primary\/40 {

    border-inline-start-color: rgb(52 114 147 / 0.4);
}
.border-s-primary\/45 {

    border-inline-start-color: rgb(52 114 147 / 0.45);
}
.border-s-primary\/5 {

    border-inline-start-color: rgb(52 114 147 / 0.05);
}
.border-s-primary\/50 {

    border-inline-start-color: rgb(52 114 147 / 0.5);
}
.border-s-primary\/55 {

    border-inline-start-color: rgb(52 114 147 / 0.55);
}
.border-s-primary\/60 {

    border-inline-start-color: rgb(52 114 147 / 0.6);
}
.border-s-primary\/65 {

    border-inline-start-color: rgb(52 114 147 / 0.65);
}
.border-s-primary\/70 {

    border-inline-start-color: rgb(52 114 147 / 0.7);
}
.border-s-primary\/75 {

    border-inline-start-color: rgb(52 114 147 / 0.75);
}
.border-s-primary\/80 {

    border-inline-start-color: rgb(52 114 147 / 0.8);
}
.border-s-primary\/85 {

    border-inline-start-color: rgb(52 114 147 / 0.85);
}
.border-s-primary\/90 {

    border-inline-start-color: rgb(52 114 147 / 0.9);
}
.border-s-primary\/95 {

    border-inline-start-color: rgb(52 114 147 / 0.95);
}
.border-s-secondary {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-s-secondary-dark {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-s-secondary-dark\/0 {

    border-inline-start-color: rgb(226 207 188 / 0);
}
.border-s-secondary-dark\/10 {

    border-inline-start-color: rgb(226 207 188 / 0.1);
}
.border-s-secondary-dark\/100 {

    border-inline-start-color: rgb(226 207 188 / 1);
}
.border-s-secondary-dark\/15 {

    border-inline-start-color: rgb(226 207 188 / 0.15);
}
.border-s-secondary-dark\/20 {

    border-inline-start-color: rgb(226 207 188 / 0.2);
}
.border-s-secondary-dark\/25 {

    border-inline-start-color: rgb(226 207 188 / 0.25);
}
.border-s-secondary-dark\/30 {

    border-inline-start-color: rgb(226 207 188 / 0.3);
}
.border-s-secondary-dark\/35 {

    border-inline-start-color: rgb(226 207 188 / 0.35);
}
.border-s-secondary-dark\/40 {

    border-inline-start-color: rgb(226 207 188 / 0.4);
}
.border-s-secondary-dark\/45 {

    border-inline-start-color: rgb(226 207 188 / 0.45);
}
.border-s-secondary-dark\/5 {

    border-inline-start-color: rgb(226 207 188 / 0.05);
}
.border-s-secondary-dark\/50 {

    border-inline-start-color: rgb(226 207 188 / 0.5);
}
.border-s-secondary-dark\/55 {

    border-inline-start-color: rgb(226 207 188 / 0.55);
}
.border-s-secondary-dark\/60 {

    border-inline-start-color: rgb(226 207 188 / 0.6);
}
.border-s-secondary-dark\/65 {

    border-inline-start-color: rgb(226 207 188 / 0.65);
}
.border-s-secondary-dark\/70 {

    border-inline-start-color: rgb(226 207 188 / 0.7);
}
.border-s-secondary-dark\/75 {

    border-inline-start-color: rgb(226 207 188 / 0.75);
}
.border-s-secondary-dark\/80 {

    border-inline-start-color: rgb(226 207 188 / 0.8);
}
.border-s-secondary-dark\/85 {

    border-inline-start-color: rgb(226 207 188 / 0.85);
}
.border-s-secondary-dark\/90 {

    border-inline-start-color: rgb(226 207 188 / 0.9);
}
.border-s-secondary-dark\/95 {

    border-inline-start-color: rgb(226 207 188 / 0.95);
}
.border-s-secondary-light {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-s-secondary-light\/0 {

    border-inline-start-color: rgb(254 250 247 / 0);
}
.border-s-secondary-light\/10 {

    border-inline-start-color: rgb(254 250 247 / 0.1);
}
.border-s-secondary-light\/100 {

    border-inline-start-color: rgb(254 250 247 / 1);
}
.border-s-secondary-light\/15 {

    border-inline-start-color: rgb(254 250 247 / 0.15);
}
.border-s-secondary-light\/20 {

    border-inline-start-color: rgb(254 250 247 / 0.2);
}
.border-s-secondary-light\/25 {

    border-inline-start-color: rgb(254 250 247 / 0.25);
}
.border-s-secondary-light\/30 {

    border-inline-start-color: rgb(254 250 247 / 0.3);
}
.border-s-secondary-light\/35 {

    border-inline-start-color: rgb(254 250 247 / 0.35);
}
.border-s-secondary-light\/40 {

    border-inline-start-color: rgb(254 250 247 / 0.4);
}
.border-s-secondary-light\/45 {

    border-inline-start-color: rgb(254 250 247 / 0.45);
}
.border-s-secondary-light\/5 {

    border-inline-start-color: rgb(254 250 247 / 0.05);
}
.border-s-secondary-light\/50 {

    border-inline-start-color: rgb(254 250 247 / 0.5);
}
.border-s-secondary-light\/55 {

    border-inline-start-color: rgb(254 250 247 / 0.55);
}
.border-s-secondary-light\/60 {

    border-inline-start-color: rgb(254 250 247 / 0.6);
}
.border-s-secondary-light\/65 {

    border-inline-start-color: rgb(254 250 247 / 0.65);
}
.border-s-secondary-light\/70 {

    border-inline-start-color: rgb(254 250 247 / 0.7);
}
.border-s-secondary-light\/75 {

    border-inline-start-color: rgb(254 250 247 / 0.75);
}
.border-s-secondary-light\/80 {

    border-inline-start-color: rgb(254 250 247 / 0.8);
}
.border-s-secondary-light\/85 {

    border-inline-start-color: rgb(254 250 247 / 0.85);
}
.border-s-secondary-light\/90 {

    border-inline-start-color: rgb(254 250 247 / 0.9);
}
.border-s-secondary-light\/95 {

    border-inline-start-color: rgb(254 250 247 / 0.95);
}
.border-s-secondary\/0 {

    border-inline-start-color: rgb(243 234 225 / 0);
}
.border-s-secondary\/10 {

    border-inline-start-color: rgb(243 234 225 / 0.1);
}
.border-s-secondary\/100 {

    border-inline-start-color: rgb(243 234 225 / 1);
}
.border-s-secondary\/15 {

    border-inline-start-color: rgb(243 234 225 / 0.15);
}
.border-s-secondary\/20 {

    border-inline-start-color: rgb(243 234 225 / 0.2);
}
.border-s-secondary\/25 {

    border-inline-start-color: rgb(243 234 225 / 0.25);
}
.border-s-secondary\/30 {

    border-inline-start-color: rgb(243 234 225 / 0.3);
}
.border-s-secondary\/35 {

    border-inline-start-color: rgb(243 234 225 / 0.35);
}
.border-s-secondary\/40 {

    border-inline-start-color: rgb(243 234 225 / 0.4);
}
.border-s-secondary\/45 {

    border-inline-start-color: rgb(243 234 225 / 0.45);
}
.border-s-secondary\/5 {

    border-inline-start-color: rgb(243 234 225 / 0.05);
}
.border-s-secondary\/50 {

    border-inline-start-color: rgb(243 234 225 / 0.5);
}
.border-s-secondary\/55 {

    border-inline-start-color: rgb(243 234 225 / 0.55);
}
.border-s-secondary\/60 {

    border-inline-start-color: rgb(243 234 225 / 0.6);
}
.border-s-secondary\/65 {

    border-inline-start-color: rgb(243 234 225 / 0.65);
}
.border-s-secondary\/70 {

    border-inline-start-color: rgb(243 234 225 / 0.7);
}
.border-s-secondary\/75 {

    border-inline-start-color: rgb(243 234 225 / 0.75);
}
.border-s-secondary\/80 {

    border-inline-start-color: rgb(243 234 225 / 0.8);
}
.border-s-secondary\/85 {

    border-inline-start-color: rgb(243 234 225 / 0.85);
}
.border-s-secondary\/90 {

    border-inline-start-color: rgb(243 234 225 / 0.9);
}
.border-s-secondary\/95 {

    border-inline-start-color: rgb(243 234 225 / 0.95);
}
.border-s-transparent {

    border-inline-start-color: transparent;
}
.border-s-transparent\/0 {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-transparent\/10 {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-transparent\/100 {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-transparent\/15 {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-transparent\/20 {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-transparent\/25 {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-transparent\/30 {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-transparent\/35 {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40 {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45 {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-transparent\/5 {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-transparent\/50 {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-transparent\/55 {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60 {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65 {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-transparent\/70 {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-transparent\/75 {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-transparent\/80 {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-transparent\/85 {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-transparent\/90 {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-transparent\/95 {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-white {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-s-white\/0 {

    border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-white\/10 {

    border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-white\/100 {

    border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-white\/15 {

    border-inline-start-color: rgb(255 255 255 / 0.15);
}
.border-s-white\/20 {

    border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-white\/25 {

    border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-white\/30 {

    border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-white\/35 {

    border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40 {

    border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45 {

    border-inline-start-color: rgb(255 255 255 / 0.45);
}
.border-s-white\/5 {

    border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-white\/50 {

    border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-white\/55 {

    border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60 {

    border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65 {

    border-inline-start-color: rgb(255 255 255 / 0.65);
}
.border-s-white\/70 {

    border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-white\/75 {

    border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-white\/80 {

    border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-white\/85 {

    border-inline-start-color: rgb(255 255 255 / 0.85);
}
.border-s-white\/90 {

    border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-white\/95 {

    border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-t-accent {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-t-accent-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-t-accent-dark\/0 {

    border-top-color: rgb(225 114 45 / 0);
}
.border-t-accent-dark\/10 {

    border-top-color: rgb(225 114 45 / 0.1);
}
.border-t-accent-dark\/100 {

    border-top-color: rgb(225 114 45 / 1);
}
.border-t-accent-dark\/15 {

    border-top-color: rgb(225 114 45 / 0.15);
}
.border-t-accent-dark\/20 {

    border-top-color: rgb(225 114 45 / 0.2);
}
.border-t-accent-dark\/25 {

    border-top-color: rgb(225 114 45 / 0.25);
}
.border-t-accent-dark\/30 {

    border-top-color: rgb(225 114 45 / 0.3);
}
.border-t-accent-dark\/35 {

    border-top-color: rgb(225 114 45 / 0.35);
}
.border-t-accent-dark\/40 {

    border-top-color: rgb(225 114 45 / 0.4);
}
.border-t-accent-dark\/45 {

    border-top-color: rgb(225 114 45 / 0.45);
}
.border-t-accent-dark\/5 {

    border-top-color: rgb(225 114 45 / 0.05);
}
.border-t-accent-dark\/50 {

    border-top-color: rgb(225 114 45 / 0.5);
}
.border-t-accent-dark\/55 {

    border-top-color: rgb(225 114 45 / 0.55);
}
.border-t-accent-dark\/60 {

    border-top-color: rgb(225 114 45 / 0.6);
}
.border-t-accent-dark\/65 {

    border-top-color: rgb(225 114 45 / 0.65);
}
.border-t-accent-dark\/70 {

    border-top-color: rgb(225 114 45 / 0.7);
}
.border-t-accent-dark\/75 {

    border-top-color: rgb(225 114 45 / 0.75);
}
.border-t-accent-dark\/80 {

    border-top-color: rgb(225 114 45 / 0.8);
}
.border-t-accent-dark\/85 {

    border-top-color: rgb(225 114 45 / 0.85);
}
.border-t-accent-dark\/90 {

    border-top-color: rgb(225 114 45 / 0.9);
}
.border-t-accent-dark\/95 {

    border-top-color: rgb(225 114 45 / 0.95);
}
.border-t-accent-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-t-accent-light\/0 {

    border-top-color: rgb(255 191 105 / 0);
}
.border-t-accent-light\/10 {

    border-top-color: rgb(255 191 105 / 0.1);
}
.border-t-accent-light\/100 {

    border-top-color: rgb(255 191 105 / 1);
}
.border-t-accent-light\/15 {

    border-top-color: rgb(255 191 105 / 0.15);
}
.border-t-accent-light\/20 {

    border-top-color: rgb(255 191 105 / 0.2);
}
.border-t-accent-light\/25 {

    border-top-color: rgb(255 191 105 / 0.25);
}
.border-t-accent-light\/30 {

    border-top-color: rgb(255 191 105 / 0.3);
}
.border-t-accent-light\/35 {

    border-top-color: rgb(255 191 105 / 0.35);
}
.border-t-accent-light\/40 {

    border-top-color: rgb(255 191 105 / 0.4);
}
.border-t-accent-light\/45 {

    border-top-color: rgb(255 191 105 / 0.45);
}
.border-t-accent-light\/5 {

    border-top-color: rgb(255 191 105 / 0.05);
}
.border-t-accent-light\/50 {

    border-top-color: rgb(255 191 105 / 0.5);
}
.border-t-accent-light\/55 {

    border-top-color: rgb(255 191 105 / 0.55);
}
.border-t-accent-light\/60 {

    border-top-color: rgb(255 191 105 / 0.6);
}
.border-t-accent-light\/65 {

    border-top-color: rgb(255 191 105 / 0.65);
}
.border-t-accent-light\/70 {

    border-top-color: rgb(255 191 105 / 0.7);
}
.border-t-accent-light\/75 {

    border-top-color: rgb(255 191 105 / 0.75);
}
.border-t-accent-light\/80 {

    border-top-color: rgb(255 191 105 / 0.8);
}
.border-t-accent-light\/85 {

    border-top-color: rgb(255 191 105 / 0.85);
}
.border-t-accent-light\/90 {

    border-top-color: rgb(255 191 105 / 0.9);
}
.border-t-accent-light\/95 {

    border-top-color: rgb(255 191 105 / 0.95);
}
.border-t-accent\/0 {

    border-top-color: rgb(229 136 78 / 0);
}
.border-t-accent\/10 {

    border-top-color: rgb(229 136 78 / 0.1);
}
.border-t-accent\/100 {

    border-top-color: rgb(229 136 78 / 1);
}
.border-t-accent\/15 {

    border-top-color: rgb(229 136 78 / 0.15);
}
.border-t-accent\/20 {

    border-top-color: rgb(229 136 78 / 0.2);
}
.border-t-accent\/25 {

    border-top-color: rgb(229 136 78 / 0.25);
}
.border-t-accent\/30 {

    border-top-color: rgb(229 136 78 / 0.3);
}
.border-t-accent\/35 {

    border-top-color: rgb(229 136 78 / 0.35);
}
.border-t-accent\/40 {

    border-top-color: rgb(229 136 78 / 0.4);
}
.border-t-accent\/45 {

    border-top-color: rgb(229 136 78 / 0.45);
}
.border-t-accent\/5 {

    border-top-color: rgb(229 136 78 / 0.05);
}
.border-t-accent\/50 {

    border-top-color: rgb(229 136 78 / 0.5);
}
.border-t-accent\/55 {

    border-top-color: rgb(229 136 78 / 0.55);
}
.border-t-accent\/60 {

    border-top-color: rgb(229 136 78 / 0.6);
}
.border-t-accent\/65 {

    border-top-color: rgb(229 136 78 / 0.65);
}
.border-t-accent\/70 {

    border-top-color: rgb(229 136 78 / 0.7);
}
.border-t-accent\/75 {

    border-top-color: rgb(229 136 78 / 0.75);
}
.border-t-accent\/80 {

    border-top-color: rgb(229 136 78 / 0.8);
}
.border-t-accent\/85 {

    border-top-color: rgb(229 136 78 / 0.85);
}
.border-t-accent\/90 {

    border-top-color: rgb(229 136 78 / 0.9);
}
.border-t-accent\/95 {

    border-top-color: rgb(229 136 78 / 0.95);
}
.border-t-black {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-black\/0 {

    border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/10 {

    border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-black\/100 {

    border-top-color: rgb(0 0 0 / 1);
}
.border-t-black\/15 {

    border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-black\/20 {

    border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-black\/25 {

    border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-black\/30 {

    border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-black\/35 {

    border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40 {

    border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45 {

    border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-black\/5 {

    border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/50 {

    border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-black\/55 {

    border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60 {

    border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65 {

    border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-black\/70 {

    border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-black\/75 {

    border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-black\/80 {

    border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-black\/85 {

    border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-black\/90 {

    border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-black\/95 {

    border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-current {

    border-top-color: currentColor;
}
.border-t-error {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-t-error\/0 {

    border-top-color: rgb(255 0 0 / 0);
}
.border-t-error\/10 {

    border-top-color: rgb(255 0 0 / 0.1);
}
.border-t-error\/100 {

    border-top-color: rgb(255 0 0 / 1);
}
.border-t-error\/15 {

    border-top-color: rgb(255 0 0 / 0.15);
}
.border-t-error\/20 {

    border-top-color: rgb(255 0 0 / 0.2);
}
.border-t-error\/25 {

    border-top-color: rgb(255 0 0 / 0.25);
}
.border-t-error\/30 {

    border-top-color: rgb(255 0 0 / 0.3);
}
.border-t-error\/35 {

    border-top-color: rgb(255 0 0 / 0.35);
}
.border-t-error\/40 {

    border-top-color: rgb(255 0 0 / 0.4);
}
.border-t-error\/45 {

    border-top-color: rgb(255 0 0 / 0.45);
}
.border-t-error\/5 {

    border-top-color: rgb(255 0 0 / 0.05);
}
.border-t-error\/50 {

    border-top-color: rgb(255 0 0 / 0.5);
}
.border-t-error\/55 {

    border-top-color: rgb(255 0 0 / 0.55);
}
.border-t-error\/60 {

    border-top-color: rgb(255 0 0 / 0.6);
}
.border-t-error\/65 {

    border-top-color: rgb(255 0 0 / 0.65);
}
.border-t-error\/70 {

    border-top-color: rgb(255 0 0 / 0.7);
}
.border-t-error\/75 {

    border-top-color: rgb(255 0 0 / 0.75);
}
.border-t-error\/80 {

    border-top-color: rgb(255 0 0 / 0.8);
}
.border-t-error\/85 {

    border-top-color: rgb(255 0 0 / 0.85);
}
.border-t-error\/90 {

    border-top-color: rgb(255 0 0 / 0.9);
}
.border-t-error\/95 {

    border-top-color: rgb(255 0 0 / 0.95);
}
.border-t-gray-100 {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-t-gray-100\/0 {

    border-top-color: rgb(243 244 246 / 0);
}
.border-t-gray-100\/10 {

    border-top-color: rgb(243 244 246 / 0.1);
}
.border-t-gray-100\/100 {

    border-top-color: rgb(243 244 246 / 1);
}
.border-t-gray-100\/15 {

    border-top-color: rgb(243 244 246 / 0.15);
}
.border-t-gray-100\/20 {

    border-top-color: rgb(243 244 246 / 0.2);
}
.border-t-gray-100\/25 {

    border-top-color: rgb(243 244 246 / 0.25);
}
.border-t-gray-100\/30 {

    border-top-color: rgb(243 244 246 / 0.3);
}
.border-t-gray-100\/35 {

    border-top-color: rgb(243 244 246 / 0.35);
}
.border-t-gray-100\/40 {

    border-top-color: rgb(243 244 246 / 0.4);
}
.border-t-gray-100\/45 {

    border-top-color: rgb(243 244 246 / 0.45);
}
.border-t-gray-100\/5 {

    border-top-color: rgb(243 244 246 / 0.05);
}
.border-t-gray-100\/50 {

    border-top-color: rgb(243 244 246 / 0.5);
}
.border-t-gray-100\/55 {

    border-top-color: rgb(243 244 246 / 0.55);
}
.border-t-gray-100\/60 {

    border-top-color: rgb(243 244 246 / 0.6);
}
.border-t-gray-100\/65 {

    border-top-color: rgb(243 244 246 / 0.65);
}
.border-t-gray-100\/70 {

    border-top-color: rgb(243 244 246 / 0.7);
}
.border-t-gray-100\/75 {

    border-top-color: rgb(243 244 246 / 0.75);
}
.border-t-gray-100\/80 {

    border-top-color: rgb(243 244 246 / 0.8);
}
.border-t-gray-100\/85 {

    border-top-color: rgb(243 244 246 / 0.85);
}
.border-t-gray-100\/90 {

    border-top-color: rgb(243 244 246 / 0.9);
}
.border-t-gray-100\/95 {

    border-top-color: rgb(243 244 246 / 0.95);
}
.border-t-gray-200 {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-gray-200\/0 {

    border-top-color: rgb(229 231 235 / 0);
}
.border-t-gray-200\/10 {

    border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-gray-200\/100 {

    border-top-color: rgb(229 231 235 / 1);
}
.border-t-gray-200\/15 {

    border-top-color: rgb(229 231 235 / 0.15);
}
.border-t-gray-200\/20 {

    border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-gray-200\/25 {

    border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-gray-200\/30 {

    border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-gray-200\/35 {

    border-top-color: rgb(229 231 235 / 0.35);
}
.border-t-gray-200\/40 {

    border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/45 {

    border-top-color: rgb(229 231 235 / 0.45);
}
.border-t-gray-200\/5 {

    border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-gray-200\/50 {

    border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-gray-200\/55 {

    border-top-color: rgb(229 231 235 / 0.55);
}
.border-t-gray-200\/60 {

    border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/65 {

    border-top-color: rgb(229 231 235 / 0.65);
}
.border-t-gray-200\/70 {

    border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-gray-200\/75 {

    border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-gray-200\/80 {

    border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-gray-200\/85 {

    border-top-color: rgb(229 231 235 / 0.85);
}
.border-t-gray-200\/90 {

    border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-gray-200\/95 {

    border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-gray-300 {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-gray-300\/0 {

    border-top-color: rgb(209 213 219 / 0);
}
.border-t-gray-300\/10 {

    border-top-color: rgb(209 213 219 / 0.1);
}
.border-t-gray-300\/100 {

    border-top-color: rgb(209 213 219 / 1);
}
.border-t-gray-300\/15 {

    border-top-color: rgb(209 213 219 / 0.15);
}
.border-t-gray-300\/20 {

    border-top-color: rgb(209 213 219 / 0.2);
}
.border-t-gray-300\/25 {

    border-top-color: rgb(209 213 219 / 0.25);
}
.border-t-gray-300\/30 {

    border-top-color: rgb(209 213 219 / 0.3);
}
.border-t-gray-300\/35 {

    border-top-color: rgb(209 213 219 / 0.35);
}
.border-t-gray-300\/40 {

    border-top-color: rgb(209 213 219 / 0.4);
}
.border-t-gray-300\/45 {

    border-top-color: rgb(209 213 219 / 0.45);
}
.border-t-gray-300\/5 {

    border-top-color: rgb(209 213 219 / 0.05);
}
.border-t-gray-300\/50 {

    border-top-color: rgb(209 213 219 / 0.5);
}
.border-t-gray-300\/55 {

    border-top-color: rgb(209 213 219 / 0.55);
}
.border-t-gray-300\/60 {

    border-top-color: rgb(209 213 219 / 0.6);
}
.border-t-gray-300\/65 {

    border-top-color: rgb(209 213 219 / 0.65);
}
.border-t-gray-300\/70 {

    border-top-color: rgb(209 213 219 / 0.7);
}
.border-t-gray-300\/75 {

    border-top-color: rgb(209 213 219 / 0.75);
}
.border-t-gray-300\/80 {

    border-top-color: rgb(209 213 219 / 0.8);
}
.border-t-gray-300\/85 {

    border-top-color: rgb(209 213 219 / 0.85);
}
.border-t-gray-300\/90 {

    border-top-color: rgb(209 213 219 / 0.9);
}
.border-t-gray-300\/95 {

    border-top-color: rgb(209 213 219 / 0.95);
}
.border-t-gray-400 {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-t-gray-400\/0 {

    border-top-color: rgb(156 163 175 / 0);
}
.border-t-gray-400\/10 {

    border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-gray-400\/100 {

    border-top-color: rgb(156 163 175 / 1);
}
.border-t-gray-400\/15 {

    border-top-color: rgb(156 163 175 / 0.15);
}
.border-t-gray-400\/20 {

    border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-gray-400\/25 {

    border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-gray-400\/30 {

    border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-gray-400\/35 {

    border-top-color: rgb(156 163 175 / 0.35);
}
.border-t-gray-400\/40 {

    border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-gray-400\/45 {

    border-top-color: rgb(156 163 175 / 0.45);
}
.border-t-gray-400\/5 {

    border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-gray-400\/50 {

    border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-gray-400\/55 {

    border-top-color: rgb(156 163 175 / 0.55);
}
.border-t-gray-400\/60 {

    border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-gray-400\/65 {

    border-top-color: rgb(156 163 175 / 0.65);
}
.border-t-gray-400\/70 {

    border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-gray-400\/75 {

    border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-gray-400\/80 {

    border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-gray-400\/85 {

    border-top-color: rgb(156 163 175 / 0.85);
}
.border-t-gray-400\/90 {

    border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-gray-400\/95 {

    border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-gray-50 {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-gray-50\/0 {

    border-top-color: rgb(249 250 251 / 0);
}
.border-t-gray-50\/10 {

    border-top-color: rgb(249 250 251 / 0.1);
}
.border-t-gray-50\/100 {

    border-top-color: rgb(249 250 251 / 1);
}
.border-t-gray-50\/15 {

    border-top-color: rgb(249 250 251 / 0.15);
}
.border-t-gray-50\/20 {

    border-top-color: rgb(249 250 251 / 0.2);
}
.border-t-gray-50\/25 {

    border-top-color: rgb(249 250 251 / 0.25);
}
.border-t-gray-50\/30 {

    border-top-color: rgb(249 250 251 / 0.3);
}
.border-t-gray-50\/35 {

    border-top-color: rgb(249 250 251 / 0.35);
}
.border-t-gray-50\/40 {

    border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/45 {

    border-top-color: rgb(249 250 251 / 0.45);
}
.border-t-gray-50\/5 {

    border-top-color: rgb(249 250 251 / 0.05);
}
.border-t-gray-50\/50 {

    border-top-color: rgb(249 250 251 / 0.5);
}
.border-t-gray-50\/55 {

    border-top-color: rgb(249 250 251 / 0.55);
}
.border-t-gray-50\/60 {

    border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/65 {

    border-top-color: rgb(249 250 251 / 0.65);
}
.border-t-gray-50\/70 {

    border-top-color: rgb(249 250 251 / 0.7);
}
.border-t-gray-50\/75 {

    border-top-color: rgb(249 250 251 / 0.75);
}
.border-t-gray-50\/80 {

    border-top-color: rgb(249 250 251 / 0.8);
}
.border-t-gray-50\/85 {

    border-top-color: rgb(249 250 251 / 0.85);
}
.border-t-gray-50\/90 {

    border-top-color: rgb(249 250 251 / 0.9);
}
.border-t-gray-50\/95 {

    border-top-color: rgb(249 250 251 / 0.95);
}
.border-t-gray-500 {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-t-gray-500\/0 {

    border-top-color: rgb(107 114 128 / 0);
}
.border-t-gray-500\/10 {

    border-top-color: rgb(107 114 128 / 0.1);
}
.border-t-gray-500\/100 {

    border-top-color: rgb(107 114 128 / 1);
}
.border-t-gray-500\/15 {

    border-top-color: rgb(107 114 128 / 0.15);
}
.border-t-gray-500\/20 {

    border-top-color: rgb(107 114 128 / 0.2);
}
.border-t-gray-500\/25 {

    border-top-color: rgb(107 114 128 / 0.25);
}
.border-t-gray-500\/30 {

    border-top-color: rgb(107 114 128 / 0.3);
}
.border-t-gray-500\/35 {

    border-top-color: rgb(107 114 128 / 0.35);
}
.border-t-gray-500\/40 {

    border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/45 {

    border-top-color: rgb(107 114 128 / 0.45);
}
.border-t-gray-500\/5 {

    border-top-color: rgb(107 114 128 / 0.05);
}
.border-t-gray-500\/50 {

    border-top-color: rgb(107 114 128 / 0.5);
}
.border-t-gray-500\/55 {

    border-top-color: rgb(107 114 128 / 0.55);
}
.border-t-gray-500\/60 {

    border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/65 {

    border-top-color: rgb(107 114 128 / 0.65);
}
.border-t-gray-500\/70 {

    border-top-color: rgb(107 114 128 / 0.7);
}
.border-t-gray-500\/75 {

    border-top-color: rgb(107 114 128 / 0.75);
}
.border-t-gray-500\/80 {

    border-top-color: rgb(107 114 128 / 0.8);
}
.border-t-gray-500\/85 {

    border-top-color: rgb(107 114 128 / 0.85);
}
.border-t-gray-500\/90 {

    border-top-color: rgb(107 114 128 / 0.9);
}
.border-t-gray-500\/95 {

    border-top-color: rgb(107 114 128 / 0.95);
}
.border-t-gray-600 {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-t-gray-600\/0 {

    border-top-color: rgb(75 85 99 / 0);
}
.border-t-gray-600\/10 {

    border-top-color: rgb(75 85 99 / 0.1);
}
.border-t-gray-600\/100 {

    border-top-color: rgb(75 85 99 / 1);
}
.border-t-gray-600\/15 {

    border-top-color: rgb(75 85 99 / 0.15);
}
.border-t-gray-600\/20 {

    border-top-color: rgb(75 85 99 / 0.2);
}
.border-t-gray-600\/25 {

    border-top-color: rgb(75 85 99 / 0.25);
}
.border-t-gray-600\/30 {

    border-top-color: rgb(75 85 99 / 0.3);
}
.border-t-gray-600\/35 {

    border-top-color: rgb(75 85 99 / 0.35);
}
.border-t-gray-600\/40 {

    border-top-color: rgb(75 85 99 / 0.4);
}
.border-t-gray-600\/45 {

    border-top-color: rgb(75 85 99 / 0.45);
}
.border-t-gray-600\/5 {

    border-top-color: rgb(75 85 99 / 0.05);
}
.border-t-gray-600\/50 {

    border-top-color: rgb(75 85 99 / 0.5);
}
.border-t-gray-600\/55 {

    border-top-color: rgb(75 85 99 / 0.55);
}
.border-t-gray-600\/60 {

    border-top-color: rgb(75 85 99 / 0.6);
}
.border-t-gray-600\/65 {

    border-top-color: rgb(75 85 99 / 0.65);
}
.border-t-gray-600\/70 {

    border-top-color: rgb(75 85 99 / 0.7);
}
.border-t-gray-600\/75 {

    border-top-color: rgb(75 85 99 / 0.75);
}
.border-t-gray-600\/80 {

    border-top-color: rgb(75 85 99 / 0.8);
}
.border-t-gray-600\/85 {

    border-top-color: rgb(75 85 99 / 0.85);
}
.border-t-gray-600\/90 {

    border-top-color: rgb(75 85 99 / 0.9);
}
.border-t-gray-600\/95 {

    border-top-color: rgb(75 85 99 / 0.95);
}
.border-t-gray-700 {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-t-gray-700\/0 {

    border-top-color: rgb(55 65 81 / 0);
}
.border-t-gray-700\/10 {

    border-top-color: rgb(55 65 81 / 0.1);
}
.border-t-gray-700\/100 {

    border-top-color: rgb(55 65 81 / 1);
}
.border-t-gray-700\/15 {

    border-top-color: rgb(55 65 81 / 0.15);
}
.border-t-gray-700\/20 {

    border-top-color: rgb(55 65 81 / 0.2);
}
.border-t-gray-700\/25 {

    border-top-color: rgb(55 65 81 / 0.25);
}
.border-t-gray-700\/30 {

    border-top-color: rgb(55 65 81 / 0.3);
}
.border-t-gray-700\/35 {

    border-top-color: rgb(55 65 81 / 0.35);
}
.border-t-gray-700\/40 {

    border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-gray-700\/45 {

    border-top-color: rgb(55 65 81 / 0.45);
}
.border-t-gray-700\/5 {

    border-top-color: rgb(55 65 81 / 0.05);
}
.border-t-gray-700\/50 {

    border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-gray-700\/55 {

    border-top-color: rgb(55 65 81 / 0.55);
}
.border-t-gray-700\/60 {

    border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-gray-700\/65 {

    border-top-color: rgb(55 65 81 / 0.65);
}
.border-t-gray-700\/70 {

    border-top-color: rgb(55 65 81 / 0.7);
}
.border-t-gray-700\/75 {

    border-top-color: rgb(55 65 81 / 0.75);
}
.border-t-gray-700\/80 {

    border-top-color: rgb(55 65 81 / 0.8);
}
.border-t-gray-700\/85 {

    border-top-color: rgb(55 65 81 / 0.85);
}
.border-t-gray-700\/90 {

    border-top-color: rgb(55 65 81 / 0.9);
}
.border-t-gray-700\/95 {

    border-top-color: rgb(55 65 81 / 0.95);
}
.border-t-gray-800 {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-t-gray-800\/0 {

    border-top-color: rgb(31 41 55 / 0);
}
.border-t-gray-800\/10 {

    border-top-color: rgb(31 41 55 / 0.1);
}
.border-t-gray-800\/100 {

    border-top-color: rgb(31 41 55 / 1);
}
.border-t-gray-800\/15 {

    border-top-color: rgb(31 41 55 / 0.15);
}
.border-t-gray-800\/20 {

    border-top-color: rgb(31 41 55 / 0.2);
}
.border-t-gray-800\/25 {

    border-top-color: rgb(31 41 55 / 0.25);
}
.border-t-gray-800\/30 {

    border-top-color: rgb(31 41 55 / 0.3);
}
.border-t-gray-800\/35 {

    border-top-color: rgb(31 41 55 / 0.35);
}
.border-t-gray-800\/40 {

    border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/45 {

    border-top-color: rgb(31 41 55 / 0.45);
}
.border-t-gray-800\/5 {

    border-top-color: rgb(31 41 55 / 0.05);
}
.border-t-gray-800\/50 {

    border-top-color: rgb(31 41 55 / 0.5);
}
.border-t-gray-800\/55 {

    border-top-color: rgb(31 41 55 / 0.55);
}
.border-t-gray-800\/60 {

    border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/65 {

    border-top-color: rgb(31 41 55 / 0.65);
}
.border-t-gray-800\/70 {

    border-top-color: rgb(31 41 55 / 0.7);
}
.border-t-gray-800\/75 {

    border-top-color: rgb(31 41 55 / 0.75);
}
.border-t-gray-800\/80 {

    border-top-color: rgb(31 41 55 / 0.8);
}
.border-t-gray-800\/85 {

    border-top-color: rgb(31 41 55 / 0.85);
}
.border-t-gray-800\/90 {

    border-top-color: rgb(31 41 55 / 0.9);
}
.border-t-gray-800\/95 {

    border-top-color: rgb(31 41 55 / 0.95);
}
.border-t-gray-900 {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-t-gray-900\/0 {

    border-top-color: rgb(17 24 39 / 0);
}
.border-t-gray-900\/10 {

    border-top-color: rgb(17 24 39 / 0.1);
}
.border-t-gray-900\/100 {

    border-top-color: rgb(17 24 39 / 1);
}
.border-t-gray-900\/15 {

    border-top-color: rgb(17 24 39 / 0.15);
}
.border-t-gray-900\/20 {

    border-top-color: rgb(17 24 39 / 0.2);
}
.border-t-gray-900\/25 {

    border-top-color: rgb(17 24 39 / 0.25);
}
.border-t-gray-900\/30 {

    border-top-color: rgb(17 24 39 / 0.3);
}
.border-t-gray-900\/35 {

    border-top-color: rgb(17 24 39 / 0.35);
}
.border-t-gray-900\/40 {

    border-top-color: rgb(17 24 39 / 0.4);
}
.border-t-gray-900\/45 {

    border-top-color: rgb(17 24 39 / 0.45);
}
.border-t-gray-900\/5 {

    border-top-color: rgb(17 24 39 / 0.05);
}
.border-t-gray-900\/50 {

    border-top-color: rgb(17 24 39 / 0.5);
}
.border-t-gray-900\/55 {

    border-top-color: rgb(17 24 39 / 0.55);
}
.border-t-gray-900\/60 {

    border-top-color: rgb(17 24 39 / 0.6);
}
.border-t-gray-900\/65 {

    border-top-color: rgb(17 24 39 / 0.65);
}
.border-t-gray-900\/70 {

    border-top-color: rgb(17 24 39 / 0.7);
}
.border-t-gray-900\/75 {

    border-top-color: rgb(17 24 39 / 0.75);
}
.border-t-gray-900\/80 {

    border-top-color: rgb(17 24 39 / 0.8);
}
.border-t-gray-900\/85 {

    border-top-color: rgb(17 24 39 / 0.85);
}
.border-t-gray-900\/90 {

    border-top-color: rgb(17 24 39 / 0.9);
}
.border-t-gray-900\/95 {

    border-top-color: rgb(17 24 39 / 0.95);
}
.border-t-gray-950 {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-t-gray-950\/0 {

    border-top-color: rgb(3 7 18 / 0);
}
.border-t-gray-950\/10 {

    border-top-color: rgb(3 7 18 / 0.1);
}
.border-t-gray-950\/100 {

    border-top-color: rgb(3 7 18 / 1);
}
.border-t-gray-950\/15 {

    border-top-color: rgb(3 7 18 / 0.15);
}
.border-t-gray-950\/20 {

    border-top-color: rgb(3 7 18 / 0.2);
}
.border-t-gray-950\/25 {

    border-top-color: rgb(3 7 18 / 0.25);
}
.border-t-gray-950\/30 {

    border-top-color: rgb(3 7 18 / 0.3);
}
.border-t-gray-950\/35 {

    border-top-color: rgb(3 7 18 / 0.35);
}
.border-t-gray-950\/40 {

    border-top-color: rgb(3 7 18 / 0.4);
}
.border-t-gray-950\/45 {

    border-top-color: rgb(3 7 18 / 0.45);
}
.border-t-gray-950\/5 {

    border-top-color: rgb(3 7 18 / 0.05);
}
.border-t-gray-950\/50 {

    border-top-color: rgb(3 7 18 / 0.5);
}
.border-t-gray-950\/55 {

    border-top-color: rgb(3 7 18 / 0.55);
}
.border-t-gray-950\/60 {

    border-top-color: rgb(3 7 18 / 0.6);
}
.border-t-gray-950\/65 {

    border-top-color: rgb(3 7 18 / 0.65);
}
.border-t-gray-950\/70 {

    border-top-color: rgb(3 7 18 / 0.7);
}
.border-t-gray-950\/75 {

    border-top-color: rgb(3 7 18 / 0.75);
}
.border-t-gray-950\/80 {

    border-top-color: rgb(3 7 18 / 0.8);
}
.border-t-gray-950\/85 {

    border-top-color: rgb(3 7 18 / 0.85);
}
.border-t-gray-950\/90 {

    border-top-color: rgb(3 7 18 / 0.9);
}
.border-t-gray-950\/95 {

    border-top-color: rgb(3 7 18 / 0.95);
}
.border-t-inherit {

    border-top-color: inherit;
}
.border-t-primary {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-t-primary-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-t-primary-dark\/0 {

    border-top-color: rgb(26 88 121 / 0);
}
.border-t-primary-dark\/10 {

    border-top-color: rgb(26 88 121 / 0.1);
}
.border-t-primary-dark\/100 {

    border-top-color: rgb(26 88 121 / 1);
}
.border-t-primary-dark\/15 {

    border-top-color: rgb(26 88 121 / 0.15);
}
.border-t-primary-dark\/20 {

    border-top-color: rgb(26 88 121 / 0.2);
}
.border-t-primary-dark\/25 {

    border-top-color: rgb(26 88 121 / 0.25);
}
.border-t-primary-dark\/30 {

    border-top-color: rgb(26 88 121 / 0.3);
}
.border-t-primary-dark\/35 {

    border-top-color: rgb(26 88 121 / 0.35);
}
.border-t-primary-dark\/40 {

    border-top-color: rgb(26 88 121 / 0.4);
}
.border-t-primary-dark\/45 {

    border-top-color: rgb(26 88 121 / 0.45);
}
.border-t-primary-dark\/5 {

    border-top-color: rgb(26 88 121 / 0.05);
}
.border-t-primary-dark\/50 {

    border-top-color: rgb(26 88 121 / 0.5);
}
.border-t-primary-dark\/55 {

    border-top-color: rgb(26 88 121 / 0.55);
}
.border-t-primary-dark\/60 {

    border-top-color: rgb(26 88 121 / 0.6);
}
.border-t-primary-dark\/65 {

    border-top-color: rgb(26 88 121 / 0.65);
}
.border-t-primary-dark\/70 {

    border-top-color: rgb(26 88 121 / 0.7);
}
.border-t-primary-dark\/75 {

    border-top-color: rgb(26 88 121 / 0.75);
}
.border-t-primary-dark\/80 {

    border-top-color: rgb(26 88 121 / 0.8);
}
.border-t-primary-dark\/85 {

    border-top-color: rgb(26 88 121 / 0.85);
}
.border-t-primary-dark\/90 {

    border-top-color: rgb(26 88 121 / 0.9);
}
.border-t-primary-dark\/95 {

    border-top-color: rgb(26 88 121 / 0.95);
}
.border-t-primary-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-t-primary-light\/0 {

    border-top-color: rgb(85 154 193 / 0);
}
.border-t-primary-light\/10 {

    border-top-color: rgb(85 154 193 / 0.1);
}
.border-t-primary-light\/100 {

    border-top-color: rgb(85 154 193 / 1);
}
.border-t-primary-light\/15 {

    border-top-color: rgb(85 154 193 / 0.15);
}
.border-t-primary-light\/20 {

    border-top-color: rgb(85 154 193 / 0.2);
}
.border-t-primary-light\/25 {

    border-top-color: rgb(85 154 193 / 0.25);
}
.border-t-primary-light\/30 {

    border-top-color: rgb(85 154 193 / 0.3);
}
.border-t-primary-light\/35 {

    border-top-color: rgb(85 154 193 / 0.35);
}
.border-t-primary-light\/40 {

    border-top-color: rgb(85 154 193 / 0.4);
}
.border-t-primary-light\/45 {

    border-top-color: rgb(85 154 193 / 0.45);
}
.border-t-primary-light\/5 {

    border-top-color: rgb(85 154 193 / 0.05);
}
.border-t-primary-light\/50 {

    border-top-color: rgb(85 154 193 / 0.5);
}
.border-t-primary-light\/55 {

    border-top-color: rgb(85 154 193 / 0.55);
}
.border-t-primary-light\/60 {

    border-top-color: rgb(85 154 193 / 0.6);
}
.border-t-primary-light\/65 {

    border-top-color: rgb(85 154 193 / 0.65);
}
.border-t-primary-light\/70 {

    border-top-color: rgb(85 154 193 / 0.7);
}
.border-t-primary-light\/75 {

    border-top-color: rgb(85 154 193 / 0.75);
}
.border-t-primary-light\/80 {

    border-top-color: rgb(85 154 193 / 0.8);
}
.border-t-primary-light\/85 {

    border-top-color: rgb(85 154 193 / 0.85);
}
.border-t-primary-light\/90 {

    border-top-color: rgb(85 154 193 / 0.9);
}
.border-t-primary-light\/95 {

    border-top-color: rgb(85 154 193 / 0.95);
}
.border-t-primary-lighter {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-t-primary-lighter\/0 {

    border-top-color: rgb(115 177 212 / 0);
}
.border-t-primary-lighter\/10 {

    border-top-color: rgb(115 177 212 / 0.1);
}
.border-t-primary-lighter\/100 {

    border-top-color: rgb(115 177 212 / 1);
}
.border-t-primary-lighter\/15 {

    border-top-color: rgb(115 177 212 / 0.15);
}
.border-t-primary-lighter\/20 {

    border-top-color: rgb(115 177 212 / 0.2);
}
.border-t-primary-lighter\/25 {

    border-top-color: rgb(115 177 212 / 0.25);
}
.border-t-primary-lighter\/30 {

    border-top-color: rgb(115 177 212 / 0.3);
}
.border-t-primary-lighter\/35 {

    border-top-color: rgb(115 177 212 / 0.35);
}
.border-t-primary-lighter\/40 {

    border-top-color: rgb(115 177 212 / 0.4);
}
.border-t-primary-lighter\/45 {

    border-top-color: rgb(115 177 212 / 0.45);
}
.border-t-primary-lighter\/5 {

    border-top-color: rgb(115 177 212 / 0.05);
}
.border-t-primary-lighter\/50 {

    border-top-color: rgb(115 177 212 / 0.5);
}
.border-t-primary-lighter\/55 {

    border-top-color: rgb(115 177 212 / 0.55);
}
.border-t-primary-lighter\/60 {

    border-top-color: rgb(115 177 212 / 0.6);
}
.border-t-primary-lighter\/65 {

    border-top-color: rgb(115 177 212 / 0.65);
}
.border-t-primary-lighter\/70 {

    border-top-color: rgb(115 177 212 / 0.7);
}
.border-t-primary-lighter\/75 {

    border-top-color: rgb(115 177 212 / 0.75);
}
.border-t-primary-lighter\/80 {

    border-top-color: rgb(115 177 212 / 0.8);
}
.border-t-primary-lighter\/85 {

    border-top-color: rgb(115 177 212 / 0.85);
}
.border-t-primary-lighter\/90 {

    border-top-color: rgb(115 177 212 / 0.9);
}
.border-t-primary-lighter\/95 {

    border-top-color: rgb(115 177 212 / 0.95);
}
.border-t-primary\/0 {

    border-top-color: rgb(52 114 147 / 0);
}
.border-t-primary\/10 {

    border-top-color: rgb(52 114 147 / 0.1);
}
.border-t-primary\/100 {

    border-top-color: rgb(52 114 147 / 1);
}
.border-t-primary\/15 {

    border-top-color: rgb(52 114 147 / 0.15);
}
.border-t-primary\/20 {

    border-top-color: rgb(52 114 147 / 0.2);
}
.border-t-primary\/25 {

    border-top-color: rgb(52 114 147 / 0.25);
}
.border-t-primary\/30 {

    border-top-color: rgb(52 114 147 / 0.3);
}
.border-t-primary\/35 {

    border-top-color: rgb(52 114 147 / 0.35);
}
.border-t-primary\/40 {

    border-top-color: rgb(52 114 147 / 0.4);
}
.border-t-primary\/45 {

    border-top-color: rgb(52 114 147 / 0.45);
}
.border-t-primary\/5 {

    border-top-color: rgb(52 114 147 / 0.05);
}
.border-t-primary\/50 {

    border-top-color: rgb(52 114 147 / 0.5);
}
.border-t-primary\/55 {

    border-top-color: rgb(52 114 147 / 0.55);
}
.border-t-primary\/60 {

    border-top-color: rgb(52 114 147 / 0.6);
}
.border-t-primary\/65 {

    border-top-color: rgb(52 114 147 / 0.65);
}
.border-t-primary\/70 {

    border-top-color: rgb(52 114 147 / 0.7);
}
.border-t-primary\/75 {

    border-top-color: rgb(52 114 147 / 0.75);
}
.border-t-primary\/80 {

    border-top-color: rgb(52 114 147 / 0.8);
}
.border-t-primary\/85 {

    border-top-color: rgb(52 114 147 / 0.85);
}
.border-t-primary\/90 {

    border-top-color: rgb(52 114 147 / 0.9);
}
.border-t-primary\/95 {

    border-top-color: rgb(52 114 147 / 0.95);
}
.border-t-secondary {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-t-secondary-dark {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-t-secondary-dark\/0 {

    border-top-color: rgb(226 207 188 / 0);
}
.border-t-secondary-dark\/10 {

    border-top-color: rgb(226 207 188 / 0.1);
}
.border-t-secondary-dark\/100 {

    border-top-color: rgb(226 207 188 / 1);
}
.border-t-secondary-dark\/15 {

    border-top-color: rgb(226 207 188 / 0.15);
}
.border-t-secondary-dark\/20 {

    border-top-color: rgb(226 207 188 / 0.2);
}
.border-t-secondary-dark\/25 {

    border-top-color: rgb(226 207 188 / 0.25);
}
.border-t-secondary-dark\/30 {

    border-top-color: rgb(226 207 188 / 0.3);
}
.border-t-secondary-dark\/35 {

    border-top-color: rgb(226 207 188 / 0.35);
}
.border-t-secondary-dark\/40 {

    border-top-color: rgb(226 207 188 / 0.4);
}
.border-t-secondary-dark\/45 {

    border-top-color: rgb(226 207 188 / 0.45);
}
.border-t-secondary-dark\/5 {

    border-top-color: rgb(226 207 188 / 0.05);
}
.border-t-secondary-dark\/50 {

    border-top-color: rgb(226 207 188 / 0.5);
}
.border-t-secondary-dark\/55 {

    border-top-color: rgb(226 207 188 / 0.55);
}
.border-t-secondary-dark\/60 {

    border-top-color: rgb(226 207 188 / 0.6);
}
.border-t-secondary-dark\/65 {

    border-top-color: rgb(226 207 188 / 0.65);
}
.border-t-secondary-dark\/70 {

    border-top-color: rgb(226 207 188 / 0.7);
}
.border-t-secondary-dark\/75 {

    border-top-color: rgb(226 207 188 / 0.75);
}
.border-t-secondary-dark\/80 {

    border-top-color: rgb(226 207 188 / 0.8);
}
.border-t-secondary-dark\/85 {

    border-top-color: rgb(226 207 188 / 0.85);
}
.border-t-secondary-dark\/90 {

    border-top-color: rgb(226 207 188 / 0.9);
}
.border-t-secondary-dark\/95 {

    border-top-color: rgb(226 207 188 / 0.95);
}
.border-t-secondary-light {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-t-secondary-light\/0 {

    border-top-color: rgb(254 250 247 / 0);
}
.border-t-secondary-light\/10 {

    border-top-color: rgb(254 250 247 / 0.1);
}
.border-t-secondary-light\/100 {

    border-top-color: rgb(254 250 247 / 1);
}
.border-t-secondary-light\/15 {

    border-top-color: rgb(254 250 247 / 0.15);
}
.border-t-secondary-light\/20 {

    border-top-color: rgb(254 250 247 / 0.2);
}
.border-t-secondary-light\/25 {

    border-top-color: rgb(254 250 247 / 0.25);
}
.border-t-secondary-light\/30 {

    border-top-color: rgb(254 250 247 / 0.3);
}
.border-t-secondary-light\/35 {

    border-top-color: rgb(254 250 247 / 0.35);
}
.border-t-secondary-light\/40 {

    border-top-color: rgb(254 250 247 / 0.4);
}
.border-t-secondary-light\/45 {

    border-top-color: rgb(254 250 247 / 0.45);
}
.border-t-secondary-light\/5 {

    border-top-color: rgb(254 250 247 / 0.05);
}
.border-t-secondary-light\/50 {

    border-top-color: rgb(254 250 247 / 0.5);
}
.border-t-secondary-light\/55 {

    border-top-color: rgb(254 250 247 / 0.55);
}
.border-t-secondary-light\/60 {

    border-top-color: rgb(254 250 247 / 0.6);
}
.border-t-secondary-light\/65 {

    border-top-color: rgb(254 250 247 / 0.65);
}
.border-t-secondary-light\/70 {

    border-top-color: rgb(254 250 247 / 0.7);
}
.border-t-secondary-light\/75 {

    border-top-color: rgb(254 250 247 / 0.75);
}
.border-t-secondary-light\/80 {

    border-top-color: rgb(254 250 247 / 0.8);
}
.border-t-secondary-light\/85 {

    border-top-color: rgb(254 250 247 / 0.85);
}
.border-t-secondary-light\/90 {

    border-top-color: rgb(254 250 247 / 0.9);
}
.border-t-secondary-light\/95 {

    border-top-color: rgb(254 250 247 / 0.95);
}
.border-t-secondary\/0 {

    border-top-color: rgb(243 234 225 / 0);
}
.border-t-secondary\/10 {

    border-top-color: rgb(243 234 225 / 0.1);
}
.border-t-secondary\/100 {

    border-top-color: rgb(243 234 225 / 1);
}
.border-t-secondary\/15 {

    border-top-color: rgb(243 234 225 / 0.15);
}
.border-t-secondary\/20 {

    border-top-color: rgb(243 234 225 / 0.2);
}
.border-t-secondary\/25 {

    border-top-color: rgb(243 234 225 / 0.25);
}
.border-t-secondary\/30 {

    border-top-color: rgb(243 234 225 / 0.3);
}
.border-t-secondary\/35 {

    border-top-color: rgb(243 234 225 / 0.35);
}
.border-t-secondary\/40 {

    border-top-color: rgb(243 234 225 / 0.4);
}
.border-t-secondary\/45 {

    border-top-color: rgb(243 234 225 / 0.45);
}
.border-t-secondary\/5 {

    border-top-color: rgb(243 234 225 / 0.05);
}
.border-t-secondary\/50 {

    border-top-color: rgb(243 234 225 / 0.5);
}
.border-t-secondary\/55 {

    border-top-color: rgb(243 234 225 / 0.55);
}
.border-t-secondary\/60 {

    border-top-color: rgb(243 234 225 / 0.6);
}
.border-t-secondary\/65 {

    border-top-color: rgb(243 234 225 / 0.65);
}
.border-t-secondary\/70 {

    border-top-color: rgb(243 234 225 / 0.7);
}
.border-t-secondary\/75 {

    border-top-color: rgb(243 234 225 / 0.75);
}
.border-t-secondary\/80 {

    border-top-color: rgb(243 234 225 / 0.8);
}
.border-t-secondary\/85 {

    border-top-color: rgb(243 234 225 / 0.85);
}
.border-t-secondary\/90 {

    border-top-color: rgb(243 234 225 / 0.9);
}
.border-t-secondary\/95 {

    border-top-color: rgb(243 234 225 / 0.95);
}
.border-t-transparent {

    border-top-color: transparent;
}
.border-t-transparent\/0 {

    border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10 {

    border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100 {

    border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15 {

    border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20 {

    border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25 {

    border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30 {

    border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35 {

    border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40 {

    border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45 {

    border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5 {

    border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50 {

    border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55 {

    border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60 {

    border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65 {

    border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70 {

    border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75 {

    border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80 {

    border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85 {

    border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90 {

    border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95 {

    border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-white {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/0 {

    border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/10 {

    border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-white\/100 {

    border-top-color: rgb(255 255 255 / 1);
}
.border-t-white\/15 {

    border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-white\/20 {

    border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-white\/25 {

    border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-white\/30 {

    border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-white\/35 {

    border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40 {

    border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45 {

    border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-white\/5 {

    border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/50 {

    border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-white\/55 {

    border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60 {

    border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65 {

    border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-white\/70 {

    border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-white\/75 {

    border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-white\/80 {

    border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-white\/85 {

    border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-white\/90 {

    border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-white\/95 {

    border-top-color: rgb(255 255 255 / 0.95);
}
.border-opacity-0 {

    --tw-border-opacity: 0;
}
.border-opacity-10 {

    --tw-border-opacity: 0.1;
}
.border-opacity-100 {

    --tw-border-opacity: 1;
}
.border-opacity-15 {

    --tw-border-opacity: 0.15;
}
.border-opacity-20 {

    --tw-border-opacity: 0.2;
}
.border-opacity-25 {

    --tw-border-opacity: 0.25;
}
.border-opacity-30 {

    --tw-border-opacity: 0.3;
}
.border-opacity-35 {

    --tw-border-opacity: 0.35;
}
.border-opacity-40 {

    --tw-border-opacity: 0.4;
}
.border-opacity-45 {

    --tw-border-opacity: 0.45;
}
.border-opacity-5 {

    --tw-border-opacity: 0.05;
}
.border-opacity-50 {

    --tw-border-opacity: 0.5;
}
.border-opacity-55 {

    --tw-border-opacity: 0.55;
}
.border-opacity-60 {

    --tw-border-opacity: 0.6;
}
.border-opacity-65 {

    --tw-border-opacity: 0.65;
}
.border-opacity-70 {

    --tw-border-opacity: 0.7;
}
.border-opacity-75 {

    --tw-border-opacity: 0.75;
}
.border-opacity-80 {

    --tw-border-opacity: 0.8;
}
.border-opacity-85 {

    --tw-border-opacity: 0.85;
}
.border-opacity-90 {

    --tw-border-opacity: 0.9;
}
.border-opacity-95 {

    --tw-border-opacity: 0.95;
}
.bg-\[\#FFF\] {

    --tw-bg-opacity: 1;

    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f2ee\] {

    --tw-bg-opacity: 1;

    background-color: rgb(246 242 238 / var(--tw-bg-opacity, 1));
}
.bg-accent {

    --tw-bg-opacity: 1;

    background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.bg-accent-dark {

    --tw-bg-opacity: 1;

    background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.bg-accent-dark\/0 {

    background-color: rgb(225 114 45 / 0);
}
.bg-accent-dark\/10 {

    background-color: rgb(225 114 45 / 0.1);
}
.bg-accent-dark\/100 {

    background-color: rgb(225 114 45 / 1);
}
.bg-accent-dark\/15 {

    background-color: rgb(225 114 45 / 0.15);
}
.bg-accent-dark\/20 {

    background-color: rgb(225 114 45 / 0.2);
}
.bg-accent-dark\/25 {

    background-color: rgb(225 114 45 / 0.25);
}
.bg-accent-dark\/30 {

    background-color: rgb(225 114 45 / 0.3);
}
.bg-accent-dark\/35 {

    background-color: rgb(225 114 45 / 0.35);
}
.bg-accent-dark\/40 {

    background-color: rgb(225 114 45 / 0.4);
}
.bg-accent-dark\/45 {

    background-color: rgb(225 114 45 / 0.45);
}
.bg-accent-dark\/5 {

    background-color: rgb(225 114 45 / 0.05);
}
.bg-accent-dark\/50 {

    background-color: rgb(225 114 45 / 0.5);
}
.bg-accent-dark\/55 {

    background-color: rgb(225 114 45 / 0.55);
}
.bg-accent-dark\/60 {

    background-color: rgb(225 114 45 / 0.6);
}
.bg-accent-dark\/65 {

    background-color: rgb(225 114 45 / 0.65);
}
.bg-accent-dark\/70 {

    background-color: rgb(225 114 45 / 0.7);
}
.bg-accent-dark\/75 {

    background-color: rgb(225 114 45 / 0.75);
}
.bg-accent-dark\/80 {

    background-color: rgb(225 114 45 / 0.8);
}
.bg-accent-dark\/85 {

    background-color: rgb(225 114 45 / 0.85);
}
.bg-accent-dark\/90 {

    background-color: rgb(225 114 45 / 0.9);
}
.bg-accent-dark\/95 {

    background-color: rgb(225 114 45 / 0.95);
}
.bg-accent-light {

    --tw-bg-opacity: 1;

    background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.bg-accent-light\/0 {

    background-color: rgb(255 191 105 / 0);
}
.bg-accent-light\/10 {

    background-color: rgb(255 191 105 / 0.1);
}
.bg-accent-light\/100 {

    background-color: rgb(255 191 105 / 1);
}
.bg-accent-light\/15 {

    background-color: rgb(255 191 105 / 0.15);
}
.bg-accent-light\/20 {

    background-color: rgb(255 191 105 / 0.2);
}
.bg-accent-light\/25 {

    background-color: rgb(255 191 105 / 0.25);
}
.bg-accent-light\/30 {

    background-color: rgb(255 191 105 / 0.3);
}
.bg-accent-light\/35 {

    background-color: rgb(255 191 105 / 0.35);
}
.bg-accent-light\/40 {

    background-color: rgb(255 191 105 / 0.4);
}
.bg-accent-light\/45 {

    background-color: rgb(255 191 105 / 0.45);
}
.bg-accent-light\/5 {

    background-color: rgb(255 191 105 / 0.05);
}
.bg-accent-light\/50 {

    background-color: rgb(255 191 105 / 0.5);
}
.bg-accent-light\/55 {

    background-color: rgb(255 191 105 / 0.55);
}
.bg-accent-light\/60 {

    background-color: rgb(255 191 105 / 0.6);
}
.bg-accent-light\/65 {

    background-color: rgb(255 191 105 / 0.65);
}
.bg-accent-light\/70 {

    background-color: rgb(255 191 105 / 0.7);
}
.bg-accent-light\/75 {

    background-color: rgb(255 191 105 / 0.75);
}
.bg-accent-light\/80 {

    background-color: rgb(255 191 105 / 0.8);
}
.bg-accent-light\/85 {

    background-color: rgb(255 191 105 / 0.85);
}
.bg-accent-light\/90 {

    background-color: rgb(255 191 105 / 0.9);
}
.bg-accent-light\/95 {

    background-color: rgb(255 191 105 / 0.95);
}
.bg-accent\/0 {

    background-color: rgb(229 136 78 / 0);
}
.bg-accent\/10 {

    background-color: rgb(229 136 78 / 0.1);
}
.bg-accent\/100 {

    background-color: rgb(229 136 78 / 1);
}
.bg-accent\/15 {

    background-color: rgb(229 136 78 / 0.15);
}
.bg-accent\/20 {

    background-color: rgb(229 136 78 / 0.2);
}
.bg-accent\/25 {

    background-color: rgb(229 136 78 / 0.25);
}
.bg-accent\/30 {

    background-color: rgb(229 136 78 / 0.3);
}
.bg-accent\/35 {

    background-color: rgb(229 136 78 / 0.35);
}
.bg-accent\/40 {

    background-color: rgb(229 136 78 / 0.4);
}
.bg-accent\/45 {

    background-color: rgb(229 136 78 / 0.45);
}
.bg-accent\/5 {

    background-color: rgb(229 136 78 / 0.05);
}
.bg-accent\/50 {

    background-color: rgb(229 136 78 / 0.5);
}
.bg-accent\/55 {

    background-color: rgb(229 136 78 / 0.55);
}
.bg-accent\/60 {

    background-color: rgb(229 136 78 / 0.6);
}
.bg-accent\/65 {

    background-color: rgb(229 136 78 / 0.65);
}
.bg-accent\/70 {

    background-color: rgb(229 136 78 / 0.7);
}
.bg-accent\/75 {

    background-color: rgb(229 136 78 / 0.75);
}
.bg-accent\/80 {

    background-color: rgb(229 136 78 / 0.8);
}
.bg-accent\/85 {

    background-color: rgb(229 136 78 / 0.85);
}
.bg-accent\/90 {

    background-color: rgb(229 136 78 / 0.9);
}
.bg-accent\/95 {

    background-color: rgb(229 136 78 / 0.95);
}
.bg-black {

    --tw-bg-opacity: 1;

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

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

    background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100 {

    background-color: rgb(0 0 0 / 1);
}
.bg-black\/15 {

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

    background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {

    background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {

    background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {

    background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {

    background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {

    background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5 {

    background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {

    background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {

    background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {

    background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {

    background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {

    background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {

    background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {

    background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {

    background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {

    background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {

    background-color: rgb(0 0 0 / 0.95);
}
.bg-current {

    background-color: currentColor;
}
.bg-error {

    --tw-bg-opacity: 1;

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

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

    background-color: rgb(255 0 0 / 0.1);
}
.bg-error\/100 {

    background-color: rgb(255 0 0 / 1);
}
.bg-error\/15 {

    background-color: rgb(255 0 0 / 0.15);
}
.bg-error\/20 {

    background-color: rgb(255 0 0 / 0.2);
}
.bg-error\/25 {

    background-color: rgb(255 0 0 / 0.25);
}
.bg-error\/30 {

    background-color: rgb(255 0 0 / 0.3);
}
.bg-error\/35 {

    background-color: rgb(255 0 0 / 0.35);
}
.bg-error\/40 {

    background-color: rgb(255 0 0 / 0.4);
}
.bg-error\/45 {

    background-color: rgb(255 0 0 / 0.45);
}
.bg-error\/5 {

    background-color: rgb(255 0 0 / 0.05);
}
.bg-error\/50 {

    background-color: rgb(255 0 0 / 0.5);
}
.bg-error\/55 {

    background-color: rgb(255 0 0 / 0.55);
}
.bg-error\/60 {

    background-color: rgb(255 0 0 / 0.6);
}
.bg-error\/65 {

    background-color: rgb(255 0 0 / 0.65);
}
.bg-error\/70 {

    background-color: rgb(255 0 0 / 0.7);
}
.bg-error\/75 {

    background-color: rgb(255 0 0 / 0.75);
}
.bg-error\/80 {

    background-color: rgb(255 0 0 / 0.8);
}
.bg-error\/85 {

    background-color: rgb(255 0 0 / 0.85);
}
.bg-error\/90 {

    background-color: rgb(255 0 0 / 0.9);
}
.bg-error\/95 {

    background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark {

    --tw-bg-opacity: 1;

    background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark\/0 {

    background-color: rgb(26 88 121 / 0);
}
.bg-primary-dark\/10 {

    background-color: rgb(26 88 121 / 0.1);
}
.bg-primary-dark\/100 {

    background-color: rgb(26 88 121 / 1);
}
.bg-primary-dark\/15 {

    background-color: rgb(26 88 121 / 0.15);
}
.bg-primary-dark\/20 {

    background-color: rgb(26 88 121 / 0.2);
}
.bg-primary-dark\/25 {

    background-color: rgb(26 88 121 / 0.25);
}
.bg-primary-dark\/30 {

    background-color: rgb(26 88 121 / 0.3);
}
.bg-primary-dark\/35 {

    background-color: rgb(26 88 121 / 0.35);
}
.bg-primary-dark\/40 {

    background-color: rgb(26 88 121 / 0.4);
}
.bg-primary-dark\/45 {

    background-color: rgb(26 88 121 / 0.45);
}
.bg-primary-dark\/5 {

    background-color: rgb(26 88 121 / 0.05);
}
.bg-primary-dark\/50 {

    background-color: rgb(26 88 121 / 0.5);
}
.bg-primary-dark\/55 {

    background-color: rgb(26 88 121 / 0.55);
}
.bg-primary-dark\/60 {

    background-color: rgb(26 88 121 / 0.6);
}
.bg-primary-dark\/65 {

    background-color: rgb(26 88 121 / 0.65);
}
.bg-primary-dark\/70 {

    background-color: rgb(26 88 121 / 0.7);
}
.bg-primary-dark\/75 {

    background-color: rgb(26 88 121 / 0.75);
}
.bg-primary-dark\/80 {

    background-color: rgb(26 88 121 / 0.8);
}
.bg-primary-dark\/85 {

    background-color: rgb(26 88 121 / 0.85);
}
.bg-primary-dark\/90 {

    background-color: rgb(26 88 121 / 0.9);
}
.bg-primary-dark\/95 {

    background-color: rgb(26 88 121 / 0.95);
}
.bg-primary-light {

    --tw-bg-opacity: 1;

    background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.bg-primary-light\/0 {

    background-color: rgb(85 154 193 / 0);
}
.bg-primary-light\/10 {

    background-color: rgb(85 154 193 / 0.1);
}
.bg-primary-light\/100 {

    background-color: rgb(85 154 193 / 1);
}
.bg-primary-light\/15 {

    background-color: rgb(85 154 193 / 0.15);
}
.bg-primary-light\/20 {

    background-color: rgb(85 154 193 / 0.2);
}
.bg-primary-light\/25 {

    background-color: rgb(85 154 193 / 0.25);
}
.bg-primary-light\/30 {

    background-color: rgb(85 154 193 / 0.3);
}
.bg-primary-light\/35 {

    background-color: rgb(85 154 193 / 0.35);
}
.bg-primary-light\/40 {

    background-color: rgb(85 154 193 / 0.4);
}
.bg-primary-light\/45 {

    background-color: rgb(85 154 193 / 0.45);
}
.bg-primary-light\/5 {

    background-color: rgb(85 154 193 / 0.05);
}
.bg-primary-light\/50 {

    background-color: rgb(85 154 193 / 0.5);
}
.bg-primary-light\/55 {

    background-color: rgb(85 154 193 / 0.55);
}
.bg-primary-light\/60 {

    background-color: rgb(85 154 193 / 0.6);
}
.bg-primary-light\/65 {

    background-color: rgb(85 154 193 / 0.65);
}
.bg-primary-light\/70 {

    background-color: rgb(85 154 193 / 0.7);
}
.bg-primary-light\/75 {

    background-color: rgb(85 154 193 / 0.75);
}
.bg-primary-light\/80 {

    background-color: rgb(85 154 193 / 0.8);
}
.bg-primary-light\/85 {

    background-color: rgb(85 154 193 / 0.85);
}
.bg-primary-light\/90 {

    background-color: rgb(85 154 193 / 0.9);
}
.bg-primary-light\/95 {

    background-color: rgb(85 154 193 / 0.95);
}
.bg-primary-lighter {

    --tw-bg-opacity: 1;

    background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.bg-primary-lighter\/0 {

    background-color: rgb(115 177 212 / 0);
}
.bg-primary-lighter\/10 {

    background-color: rgb(115 177 212 / 0.1);
}
.bg-primary-lighter\/100 {

    background-color: rgb(115 177 212 / 1);
}
.bg-primary-lighter\/15 {

    background-color: rgb(115 177 212 / 0.15);
}
.bg-primary-lighter\/20 {

    background-color: rgb(115 177 212 / 0.2);
}
.bg-primary-lighter\/25 {

    background-color: rgb(115 177 212 / 0.25);
}
.bg-primary-lighter\/30 {

    background-color: rgb(115 177 212 / 0.3);
}
.bg-primary-lighter\/35 {

    background-color: rgb(115 177 212 / 0.35);
}
.bg-primary-lighter\/40 {

    background-color: rgb(115 177 212 / 0.4);
}
.bg-primary-lighter\/45 {

    background-color: rgb(115 177 212 / 0.45);
}
.bg-primary-lighter\/5 {

    background-color: rgb(115 177 212 / 0.05);
}
.bg-primary-lighter\/50 {

    background-color: rgb(115 177 212 / 0.5);
}
.bg-primary-lighter\/55 {

    background-color: rgb(115 177 212 / 0.55);
}
.bg-primary-lighter\/60 {

    background-color: rgb(115 177 212 / 0.6);
}
.bg-primary-lighter\/65 {

    background-color: rgb(115 177 212 / 0.65);
}
.bg-primary-lighter\/70 {

    background-color: rgb(115 177 212 / 0.7);
}
.bg-primary-lighter\/75 {

    background-color: rgb(115 177 212 / 0.75);
}
.bg-primary-lighter\/80 {

    background-color: rgb(115 177 212 / 0.8);
}
.bg-primary-lighter\/85 {

    background-color: rgb(115 177 212 / 0.85);
}
.bg-primary-lighter\/90 {

    background-color: rgb(115 177 212 / 0.9);
}
.bg-primary-lighter\/95 {

    background-color: rgb(115 177 212 / 0.95);
}
.bg-primary\/0 {

    background-color: rgb(52 114 147 / 0);
}
.bg-primary\/10 {

    background-color: rgb(52 114 147 / 0.1);
}
.bg-primary\/100 {

    background-color: rgb(52 114 147 / 1);
}
.bg-primary\/15 {

    background-color: rgb(52 114 147 / 0.15);
}
.bg-primary\/20 {

    background-color: rgb(52 114 147 / 0.2);
}
.bg-primary\/25 {

    background-color: rgb(52 114 147 / 0.25);
}
.bg-primary\/30 {

    background-color: rgb(52 114 147 / 0.3);
}
.bg-primary\/35 {

    background-color: rgb(52 114 147 / 0.35);
}
.bg-primary\/40 {

    background-color: rgb(52 114 147 / 0.4);
}
.bg-primary\/45 {

    background-color: rgb(52 114 147 / 0.45);
}
.bg-primary\/5 {

    background-color: rgb(52 114 147 / 0.05);
}
.bg-primary\/50 {

    background-color: rgb(52 114 147 / 0.5);
}
.bg-primary\/55 {

    background-color: rgb(52 114 147 / 0.55);
}
.bg-primary\/60 {

    background-color: rgb(52 114 147 / 0.6);
}
.bg-primary\/65 {

    background-color: rgb(52 114 147 / 0.65);
}
.bg-primary\/70 {

    background-color: rgb(52 114 147 / 0.7);
}
.bg-primary\/75 {

    background-color: rgb(52 114 147 / 0.75);
}
.bg-primary\/80 {

    background-color: rgb(52 114 147 / 0.8);
}
.bg-primary\/85 {

    background-color: rgb(52 114 147 / 0.85);
}
.bg-primary\/90 {

    background-color: rgb(52 114 147 / 0.9);
}
.bg-primary\/95 {

    background-color: rgb(52 114 147 / 0.95);
}
.bg-secondary {

    --tw-bg-opacity: 1;

    background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark {

    --tw-bg-opacity: 1;

    background-color: rgb(226 207 188 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark\/0 {

    background-color: rgb(226 207 188 / 0);
}
.bg-secondary-dark\/10 {

    background-color: rgb(226 207 188 / 0.1);
}
.bg-secondary-dark\/100 {

    background-color: rgb(226 207 188 / 1);
}
.bg-secondary-dark\/15 {

    background-color: rgb(226 207 188 / 0.15);
}
.bg-secondary-dark\/20 {

    background-color: rgb(226 207 188 / 0.2);
}
.bg-secondary-dark\/25 {

    background-color: rgb(226 207 188 / 0.25);
}
.bg-secondary-dark\/30 {

    background-color: rgb(226 207 188 / 0.3);
}
.bg-secondary-dark\/35 {

    background-color: rgb(226 207 188 / 0.35);
}
.bg-secondary-dark\/40 {

    background-color: rgb(226 207 188 / 0.4);
}
.bg-secondary-dark\/45 {

    background-color: rgb(226 207 188 / 0.45);
}
.bg-secondary-dark\/5 {

    background-color: rgb(226 207 188 / 0.05);
}
.bg-secondary-dark\/50 {

    background-color: rgb(226 207 188 / 0.5);
}
.bg-secondary-dark\/55 {

    background-color: rgb(226 207 188 / 0.55);
}
.bg-secondary-dark\/60 {

    background-color: rgb(226 207 188 / 0.6);
}
.bg-secondary-dark\/65 {

    background-color: rgb(226 207 188 / 0.65);
}
.bg-secondary-dark\/70 {

    background-color: rgb(226 207 188 / 0.7);
}
.bg-secondary-dark\/75 {

    background-color: rgb(226 207 188 / 0.75);
}
.bg-secondary-dark\/80 {

    background-color: rgb(226 207 188 / 0.8);
}
.bg-secondary-dark\/85 {

    background-color: rgb(226 207 188 / 0.85);
}
.bg-secondary-dark\/90 {

    background-color: rgb(226 207 188 / 0.9);
}
.bg-secondary-dark\/95 {

    background-color: rgb(226 207 188 / 0.95);
}
.bg-secondary-light {

    --tw-bg-opacity: 1;

    background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.bg-secondary-light\/0 {

    background-color: rgb(254 250 247 / 0);
}
.bg-secondary-light\/10 {

    background-color: rgb(254 250 247 / 0.1);
}
.bg-secondary-light\/100 {

    background-color: rgb(254 250 247 / 1);
}
.bg-secondary-light\/15 {

    background-color: rgb(254 250 247 / 0.15);
}
.bg-secondary-light\/20 {

    background-color: rgb(254 250 247 / 0.2);
}
.bg-secondary-light\/25 {

    background-color: rgb(254 250 247 / 0.25);
}
.bg-secondary-light\/30 {

    background-color: rgb(254 250 247 / 0.3);
}
.bg-secondary-light\/35 {

    background-color: rgb(254 250 247 / 0.35);
}
.bg-secondary-light\/40 {

    background-color: rgb(254 250 247 / 0.4);
}
.bg-secondary-light\/45 {

    background-color: rgb(254 250 247 / 0.45);
}
.bg-secondary-light\/5 {

    background-color: rgb(254 250 247 / 0.05);
}
.bg-secondary-light\/50 {

    background-color: rgb(254 250 247 / 0.5);
}
.bg-secondary-light\/55 {

    background-color: rgb(254 250 247 / 0.55);
}
.bg-secondary-light\/60 {

    background-color: rgb(254 250 247 / 0.6);
}
.bg-secondary-light\/65 {

    background-color: rgb(254 250 247 / 0.65);
}
.bg-secondary-light\/70 {

    background-color: rgb(254 250 247 / 0.7);
}
.bg-secondary-light\/75 {

    background-color: rgb(254 250 247 / 0.75);
}
.bg-secondary-light\/80 {

    background-color: rgb(254 250 247 / 0.8);
}
.bg-secondary-light\/85 {

    background-color: rgb(254 250 247 / 0.85);
}
.bg-secondary-light\/90 {

    background-color: rgb(254 250 247 / 0.9);
}
.bg-secondary-light\/95 {

    background-color: rgb(254 250 247 / 0.95);
}
.bg-secondary\/0 {

    background-color: rgb(243 234 225 / 0);
}
.bg-secondary\/10 {

    background-color: rgb(243 234 225 / 0.1);
}
.bg-secondary\/100 {

    background-color: rgb(243 234 225 / 1);
}
.bg-secondary\/15 {

    background-color: rgb(243 234 225 / 0.15);
}
.bg-secondary\/20 {

    background-color: rgb(243 234 225 / 0.2);
}
.bg-secondary\/25 {

    background-color: rgb(243 234 225 / 0.25);
}
.bg-secondary\/30 {

    background-color: rgb(243 234 225 / 0.3);
}
.bg-secondary\/35 {

    background-color: rgb(243 234 225 / 0.35);
}
.bg-secondary\/40 {

    background-color: rgb(243 234 225 / 0.4);
}
.bg-secondary\/45 {

    background-color: rgb(243 234 225 / 0.45);
}
.bg-secondary\/5 {

    background-color: rgb(243 234 225 / 0.05);
}
.bg-secondary\/50 {

    background-color: rgb(243 234 225 / 0.5);
}
.bg-secondary\/55 {

    background-color: rgb(243 234 225 / 0.55);
}
.bg-secondary\/60 {

    background-color: rgb(243 234 225 / 0.6);
}
.bg-secondary\/65 {

    background-color: rgb(243 234 225 / 0.65);
}
.bg-secondary\/70 {

    background-color: rgb(243 234 225 / 0.7);
}
.bg-secondary\/75 {

    background-color: rgb(243 234 225 / 0.75);
}
.bg-secondary\/80 {

    background-color: rgb(243 234 225 / 0.8);
}
.bg-secondary\/85 {

    background-color: rgb(243 234 225 / 0.85);
}
.bg-secondary\/90 {

    background-color: rgb(243 234 225 / 0.9);
}
.bg-secondary\/95 {

    background-color: rgb(243 234 225 / 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-\[\#BCE5E4\] {

    --tw-gradient-from: #BCE5E4 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(188 229 228 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F5F1E3\] {

    --tw-gradient-from: #F5F1E3 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(245 241 227 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {

    --tw-gradient-from: #347293 var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(52 114 147 / 0) var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/50 {

    --tw-gradient-from: rgb(52 114 147 / 0.5) var(--tw-gradient-from-position);

    --tw-gradient-to: rgb(52 114 147 / 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: #fff 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);
}
.via-primary\/50 {

    --tw-gradient-to: rgb(52 114 147 / 0)  var(--tw-gradient-to-position);

    --tw-gradient-stops: var(--tw-gradient-from), rgb(52 114 147 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-primary-dark {

    --tw-gradient-to: #1a5879 var(--tw-gradient-to-position);
}
.to-primary-dark\/30 {

    --tw-gradient-to: rgb(26 88 121 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-dark\/80 {

    --tw-gradient-to: rgb(26 88 121 / 0.8) var(--tw-gradient-to-position);
}
.to-white {

    --tw-gradient-to: #fff 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-current {

    stroke: currentColor;
}
.stroke-primary {

    stroke: #347293;
}
.p-0 {

    padding: 0px;
}
.p-0\.5 {

    padding: 0.125rem;
}
.p-1 {

    padding: 0.25rem;
}
.p-1\.5 {

    padding: 0.375rem;
}
.p-10 {

    padding: 2.5rem;
}
.p-11 {

    padding: 2.75rem;
}
.p-12 {

    padding: 3rem;
}
.p-14 {

    padding: 3.5rem;
}
.p-16 {

    padding: 4rem;
}
.p-2 {

    padding: 0.5rem;
}
.p-2\.5 {

    padding: 0.625rem;
}
.p-20 {

    padding: 5rem;
}
.p-24 {

    padding: 6rem;
}
.p-28 {

    padding: 7rem;
}
.p-3 {

    padding: 0.75rem;
}
.p-3\.5 {

    padding: 0.875rem;
}
.p-32 {

    padding: 8rem;
}
.p-36 {

    padding: 9rem;
}
.p-4 {

    padding: 1rem;
}
.p-40 {

    padding: 10rem;
}
.p-44 {

    padding: 11rem;
}
.p-48 {

    padding: 12rem;
}
.p-5 {

    padding: 1.25rem;
}
.p-52 {

    padding: 13rem;
}
.p-56 {

    padding: 14rem;
}
.p-6 {

    padding: 1.5rem;
}
.p-60 {

    padding: 15rem;
}
.p-64 {

    padding: 16rem;
}
.p-7 {

    padding: 1.75rem;
}
.p-72 {

    padding: 18rem;
}
.p-8 {

    padding: 2rem;
}
.p-80 {

    padding: 20rem;
}
.p-9 {

    padding: 2.25rem;
}
.p-96 {

    padding: 24rem;
}
.p-px {

    padding: 1px;
}
.px-2 {

    padding-left: 0.5rem;

    padding-right: 0.5rem;
}
.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-12 {

    padding-top: 3rem;

    padding-bottom: 3rem;
}
.py-2 {

    padding-top: 0.5rem;

    padding-bottom: 0.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-1 {

    padding-bottom: 0.25rem;
}
.pb-10 {

    padding-bottom: 2.5rem;
}
.pb-12 {

    padding-bottom: 3rem;
}
.pb-2 {

    padding-bottom: 0.5rem;
}
.pb-20 {

    padding-bottom: 5rem;
}
.pb-4 {

    padding-bottom: 1rem;
}
.pb-6 {

    padding-bottom: 1.5rem;
}
.pb-8 {

    padding-bottom: 2rem;
}
.pl-1\.5 {

    padding-left: 0.375rem;
}
.pl-10 {

    padding-left: 2.5rem;
}
.pl-16 {

    padding-left: 4rem;
}
.pl-2 {

    padding-left: 0.5rem;
}
.pl-4 {

    padding-left: 1rem;
}
.pl-5 {

    padding-left: 1.25rem;
}
.pl-8 {

    padding-left: 2rem;
}
.pr-1 {

    padding-right: 0.25rem;
}
.pr-1\.5 {

    padding-right: 0.375rem;
}
.pr-4 {

    padding-right: 1rem;
}
.pr-5 {

    padding-right: 1.25rem;
}
.pr-8 {

    padding-right: 2rem;
}
.pt-1 {

    padding-top: 0.25rem;
}
.pt-10 {

    padding-top: 2.5rem;
}
.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-3 {

    padding-top: 0.75rem;
}
.pt-4 {

    padding-top: 1rem;
}
.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-display {

    font-family: Kumbh Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-heading {

    font-family: P22Mackinac-Bold, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans {

    font-family: sofiapro-light, 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-\[15px\] {

    font-size: 15px;
}
.text-\[16px\] {

    font-size: 16px;
}
.text-\[17px\] {

    font-size: 17px;
}
.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-semibold {

    font-weight: 600;
}
.uppercase {

    text-transform: uppercase;
}
.capitalize {

    text-transform: capitalize;
}
.italic {

    font-style: italic;
}
.leading-6 {

    line-height: 1.5rem;
}
.leading-loose {

    line-height: 2;
}
.leading-none {

    line-height: 1;
}
.leading-normal {

    line-height: 1.5;
}
.leading-tight {

    line-height: 1.25;
}
.tracking-\[-0\.015em\] {

    letter-spacing: -0.015em;
}
.tracking-wide {

    letter-spacing: 0.025em;
}
.tracking-wider {

    letter-spacing: 0.05em;
}
.text-\[\#F07167\] {

    --tw-text-opacity: 1;

    color: rgb(240 113 103 / var(--tw-text-opacity, 1));
}
.text-\[\#c9bc9d\] {

    --tw-text-opacity: 1;

    color: rgb(201 188 157 / var(--tw-text-opacity, 1));
}
.text-accent {

    --tw-text-opacity: 1;

    color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.text-accent-dark {

    --tw-text-opacity: 1;

    color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.text-accent-dark\/0 {

    color: rgb(225 114 45 / 0);
}
.text-accent-dark\/10 {

    color: rgb(225 114 45 / 0.1);
}
.text-accent-dark\/100 {

    color: rgb(225 114 45 / 1);
}
.text-accent-dark\/15 {

    color: rgb(225 114 45 / 0.15);
}
.text-accent-dark\/20 {

    color: rgb(225 114 45 / 0.2);
}
.text-accent-dark\/25 {

    color: rgb(225 114 45 / 0.25);
}
.text-accent-dark\/30 {

    color: rgb(225 114 45 / 0.3);
}
.text-accent-dark\/35 {

    color: rgb(225 114 45 / 0.35);
}
.text-accent-dark\/40 {

    color: rgb(225 114 45 / 0.4);
}
.text-accent-dark\/45 {

    color: rgb(225 114 45 / 0.45);
}
.text-accent-dark\/5 {

    color: rgb(225 114 45 / 0.05);
}
.text-accent-dark\/50 {

    color: rgb(225 114 45 / 0.5);
}
.text-accent-dark\/55 {

    color: rgb(225 114 45 / 0.55);
}
.text-accent-dark\/60 {

    color: rgb(225 114 45 / 0.6);
}
.text-accent-dark\/65 {

    color: rgb(225 114 45 / 0.65);
}
.text-accent-dark\/70 {

    color: rgb(225 114 45 / 0.7);
}
.text-accent-dark\/75 {

    color: rgb(225 114 45 / 0.75);
}
.text-accent-dark\/80 {

    color: rgb(225 114 45 / 0.8);
}
.text-accent-dark\/85 {

    color: rgb(225 114 45 / 0.85);
}
.text-accent-dark\/90 {

    color: rgb(225 114 45 / 0.9);
}
.text-accent-dark\/95 {

    color: rgb(225 114 45 / 0.95);
}
.text-accent-light {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.text-accent-light\/0 {

    color: rgb(255 191 105 / 0);
}
.text-accent-light\/10 {

    color: rgb(255 191 105 / 0.1);
}
.text-accent-light\/100 {

    color: rgb(255 191 105 / 1);
}
.text-accent-light\/15 {

    color: rgb(255 191 105 / 0.15);
}
.text-accent-light\/20 {

    color: rgb(255 191 105 / 0.2);
}
.text-accent-light\/25 {

    color: rgb(255 191 105 / 0.25);
}
.text-accent-light\/30 {

    color: rgb(255 191 105 / 0.3);
}
.text-accent-light\/35 {

    color: rgb(255 191 105 / 0.35);
}
.text-accent-light\/40 {

    color: rgb(255 191 105 / 0.4);
}
.text-accent-light\/45 {

    color: rgb(255 191 105 / 0.45);
}
.text-accent-light\/5 {

    color: rgb(255 191 105 / 0.05);
}
.text-accent-light\/50 {

    color: rgb(255 191 105 / 0.5);
}
.text-accent-light\/55 {

    color: rgb(255 191 105 / 0.55);
}
.text-accent-light\/60 {

    color: rgb(255 191 105 / 0.6);
}
.text-accent-light\/65 {

    color: rgb(255 191 105 / 0.65);
}
.text-accent-light\/70 {

    color: rgb(255 191 105 / 0.7);
}
.text-accent-light\/75 {

    color: rgb(255 191 105 / 0.75);
}
.text-accent-light\/80 {

    color: rgb(255 191 105 / 0.8);
}
.text-accent-light\/85 {

    color: rgb(255 191 105 / 0.85);
}
.text-accent-light\/90 {

    color: rgb(255 191 105 / 0.9);
}
.text-accent-light\/95 {

    color: rgb(255 191 105 / 0.95);
}
.text-accent\/0 {

    color: rgb(229 136 78 / 0);
}
.text-accent\/10 {

    color: rgb(229 136 78 / 0.1);
}
.text-accent\/100 {

    color: rgb(229 136 78 / 1);
}
.text-accent\/15 {

    color: rgb(229 136 78 / 0.15);
}
.text-accent\/20 {

    color: rgb(229 136 78 / 0.2);
}
.text-accent\/25 {

    color: rgb(229 136 78 / 0.25);
}
.text-accent\/30 {

    color: rgb(229 136 78 / 0.3);
}
.text-accent\/35 {

    color: rgb(229 136 78 / 0.35);
}
.text-accent\/40 {

    color: rgb(229 136 78 / 0.4);
}
.text-accent\/45 {

    color: rgb(229 136 78 / 0.45);
}
.text-accent\/5 {

    color: rgb(229 136 78 / 0.05);
}
.text-accent\/50 {

    color: rgb(229 136 78 / 0.5);
}
.text-accent\/55 {

    color: rgb(229 136 78 / 0.55);
}
.text-accent\/60 {

    color: rgb(229 136 78 / 0.6);
}
.text-accent\/65 {

    color: rgb(229 136 78 / 0.65);
}
.text-accent\/70 {

    color: rgb(229 136 78 / 0.7);
}
.text-accent\/75 {

    color: rgb(229 136 78 / 0.75);
}
.text-accent\/80 {

    color: rgb(229 136 78 / 0.8);
}
.text-accent\/85 {

    color: rgb(229 136 78 / 0.85);
}
.text-accent\/90 {

    color: rgb(229 136 78 / 0.9);
}
.text-accent\/95 {

    color: rgb(229 136 78 / 0.95);
}
.text-black {

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0 {

    color: rgb(0 0 0 / 0);
}
.text-black\/10 {

    color: rgb(0 0 0 / 0.1);
}
.text-black\/100 {

    color: rgb(0 0 0 / 1);
}
.text-black\/15 {

    color: rgb(0 0 0 / 0.15);
}
.text-black\/20 {

    color: rgb(0 0 0 / 0.2);
}
.text-black\/25 {

    color: rgb(0 0 0 / 0.25);
}
.text-black\/30 {

    color: rgb(0 0 0 / 0.3);
}
.text-black\/35 {

    color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {

    color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {

    color: rgb(0 0 0 / 0.45);
}
.text-black\/5 {

    color: rgb(0 0 0 / 0.05);
}
.text-black\/50 {

    color: rgb(0 0 0 / 0.5);
}
.text-black\/55 {

    color: rgb(0 0 0 / 0.55);
}
.text-black\/60 {

    color: rgb(0 0 0 / 0.6);
}
.text-black\/65 {

    color: rgb(0 0 0 / 0.65);
}
.text-black\/70 {

    color: rgb(0 0 0 / 0.7);
}
.text-black\/75 {

    color: rgb(0 0 0 / 0.75);
}
.text-black\/80 {

    color: rgb(0 0 0 / 0.8);
}
.text-black\/85 {

    color: rgb(0 0 0 / 0.85);
}
.text-black\/90 {

    color: rgb(0 0 0 / 0.9);
}
.text-black\/95 {

    color: rgb(0 0 0 / 0.95);
}
.text-current {

    color: currentColor;
}
.text-error {

    --tw-text-opacity: 1;

    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-error\/0 {

    color: rgb(255 0 0 / 0);
}
.text-error\/10 {

    color: rgb(255 0 0 / 0.1);
}
.text-error\/100 {

    color: rgb(255 0 0 / 1);
}
.text-error\/15 {

    color: rgb(255 0 0 / 0.15);
}
.text-error\/20 {

    color: rgb(255 0 0 / 0.2);
}
.text-error\/25 {

    color: rgb(255 0 0 / 0.25);
}
.text-error\/30 {

    color: rgb(255 0 0 / 0.3);
}
.text-error\/35 {

    color: rgb(255 0 0 / 0.35);
}
.text-error\/40 {

    color: rgb(255 0 0 / 0.4);
}
.text-error\/45 {

    color: rgb(255 0 0 / 0.45);
}
.text-error\/5 {

    color: rgb(255 0 0 / 0.05);
}
.text-error\/50 {

    color: rgb(255 0 0 / 0.5);
}
.text-error\/55 {

    color: rgb(255 0 0 / 0.55);
}
.text-error\/60 {

    color: rgb(255 0 0 / 0.6);
}
.text-error\/65 {

    color: rgb(255 0 0 / 0.65);
}
.text-error\/70 {

    color: rgb(255 0 0 / 0.7);
}
.text-error\/75 {

    color: rgb(255 0 0 / 0.75);
}
.text-error\/80 {

    color: rgb(255 0 0 / 0.8);
}
.text-error\/85 {

    color: rgb(255 0 0 / 0.85);
}
.text-error\/90 {

    color: rgb(255 0 0 / 0.9);
}
.text-error\/95 {

    color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.text-primary-dark {

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/0 {

    color: rgb(26 88 121 / 0);
}
.text-primary-dark\/10 {

    color: rgb(26 88 121 / 0.1);
}
.text-primary-dark\/100 {

    color: rgb(26 88 121 / 1);
}
.text-primary-dark\/15 {

    color: rgb(26 88 121 / 0.15);
}
.text-primary-dark\/20 {

    color: rgb(26 88 121 / 0.2);
}
.text-primary-dark\/25 {

    color: rgb(26 88 121 / 0.25);
}
.text-primary-dark\/30 {

    color: rgb(26 88 121 / 0.3);
}
.text-primary-dark\/35 {

    color: rgb(26 88 121 / 0.35);
}
.text-primary-dark\/40 {

    color: rgb(26 88 121 / 0.4);
}
.text-primary-dark\/45 {

    color: rgb(26 88 121 / 0.45);
}
.text-primary-dark\/5 {

    color: rgb(26 88 121 / 0.05);
}
.text-primary-dark\/50 {

    color: rgb(26 88 121 / 0.5);
}
.text-primary-dark\/55 {

    color: rgb(26 88 121 / 0.55);
}
.text-primary-dark\/60 {

    color: rgb(26 88 121 / 0.6);
}
.text-primary-dark\/65 {

    color: rgb(26 88 121 / 0.65);
}
.text-primary-dark\/70 {

    color: rgb(26 88 121 / 0.7);
}
.text-primary-dark\/75 {

    color: rgb(26 88 121 / 0.75);
}
.text-primary-dark\/80 {

    color: rgb(26 88 121 / 0.8);
}
.text-primary-dark\/85 {

    color: rgb(26 88 121 / 0.85);
}
.text-primary-dark\/90 {

    color: rgb(26 88 121 / 0.9);
}
.text-primary-dark\/95 {

    color: rgb(26 88 121 / 0.95);
}
.text-primary-light {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.text-primary-light\/0 {

    color: rgb(85 154 193 / 0);
}
.text-primary-light\/10 {

    color: rgb(85 154 193 / 0.1);
}
.text-primary-light\/100 {

    color: rgb(85 154 193 / 1);
}
.text-primary-light\/15 {

    color: rgb(85 154 193 / 0.15);
}
.text-primary-light\/20 {

    color: rgb(85 154 193 / 0.2);
}
.text-primary-light\/25 {

    color: rgb(85 154 193 / 0.25);
}
.text-primary-light\/30 {

    color: rgb(85 154 193 / 0.3);
}
.text-primary-light\/35 {

    color: rgb(85 154 193 / 0.35);
}
.text-primary-light\/40 {

    color: rgb(85 154 193 / 0.4);
}
.text-primary-light\/45 {

    color: rgb(85 154 193 / 0.45);
}
.text-primary-light\/5 {

    color: rgb(85 154 193 / 0.05);
}
.text-primary-light\/50 {

    color: rgb(85 154 193 / 0.5);
}
.text-primary-light\/55 {

    color: rgb(85 154 193 / 0.55);
}
.text-primary-light\/60 {

    color: rgb(85 154 193 / 0.6);
}
.text-primary-light\/65 {

    color: rgb(85 154 193 / 0.65);
}
.text-primary-light\/70 {

    color: rgb(85 154 193 / 0.7);
}
.text-primary-light\/75 {

    color: rgb(85 154 193 / 0.75);
}
.text-primary-light\/80 {

    color: rgb(85 154 193 / 0.8);
}
.text-primary-light\/85 {

    color: rgb(85 154 193 / 0.85);
}
.text-primary-light\/90 {

    color: rgb(85 154 193 / 0.9);
}
.text-primary-light\/95 {

    color: rgb(85 154 193 / 0.95);
}
.text-primary-lighter {

    --tw-text-opacity: 1;

    color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.text-primary-lighter\/0 {

    color: rgb(115 177 212 / 0);
}
.text-primary-lighter\/10 {

    color: rgb(115 177 212 / 0.1);
}
.text-primary-lighter\/100 {

    color: rgb(115 177 212 / 1);
}
.text-primary-lighter\/15 {

    color: rgb(115 177 212 / 0.15);
}
.text-primary-lighter\/20 {

    color: rgb(115 177 212 / 0.2);
}
.text-primary-lighter\/25 {

    color: rgb(115 177 212 / 0.25);
}
.text-primary-lighter\/30 {

    color: rgb(115 177 212 / 0.3);
}
.text-primary-lighter\/35 {

    color: rgb(115 177 212 / 0.35);
}
.text-primary-lighter\/40 {

    color: rgb(115 177 212 / 0.4);
}
.text-primary-lighter\/45 {

    color: rgb(115 177 212 / 0.45);
}
.text-primary-lighter\/5 {

    color: rgb(115 177 212 / 0.05);
}
.text-primary-lighter\/50 {

    color: rgb(115 177 212 / 0.5);
}
.text-primary-lighter\/55 {

    color: rgb(115 177 212 / 0.55);
}
.text-primary-lighter\/60 {

    color: rgb(115 177 212 / 0.6);
}
.text-primary-lighter\/65 {

    color: rgb(115 177 212 / 0.65);
}
.text-primary-lighter\/70 {

    color: rgb(115 177 212 / 0.7);
}
.text-primary-lighter\/75 {

    color: rgb(115 177 212 / 0.75);
}
.text-primary-lighter\/80 {

    color: rgb(115 177 212 / 0.8);
}
.text-primary-lighter\/85 {

    color: rgb(115 177 212 / 0.85);
}
.text-primary-lighter\/90 {

    color: rgb(115 177 212 / 0.9);
}
.text-primary-lighter\/95 {

    color: rgb(115 177 212 / 0.95);
}
.text-primary\/0 {

    color: rgb(52 114 147 / 0);
}
.text-primary\/10 {

    color: rgb(52 114 147 / 0.1);
}
.text-primary\/100 {

    color: rgb(52 114 147 / 1);
}
.text-primary\/15 {

    color: rgb(52 114 147 / 0.15);
}
.text-primary\/20 {

    color: rgb(52 114 147 / 0.2);
}
.text-primary\/25 {

    color: rgb(52 114 147 / 0.25);
}
.text-primary\/30 {

    color: rgb(52 114 147 / 0.3);
}
.text-primary\/35 {

    color: rgb(52 114 147 / 0.35);
}
.text-primary\/40 {

    color: rgb(52 114 147 / 0.4);
}
.text-primary\/45 {

    color: rgb(52 114 147 / 0.45);
}
.text-primary\/5 {

    color: rgb(52 114 147 / 0.05);
}
.text-primary\/50 {

    color: rgb(52 114 147 / 0.5);
}
.text-primary\/55 {

    color: rgb(52 114 147 / 0.55);
}
.text-primary\/60 {

    color: rgb(52 114 147 / 0.6);
}
.text-primary\/65 {

    color: rgb(52 114 147 / 0.65);
}
.text-primary\/70 {

    color: rgb(52 114 147 / 0.7);
}
.text-primary\/75 {

    color: rgb(52 114 147 / 0.75);
}
.text-primary\/80 {

    color: rgb(52 114 147 / 0.8);
}
.text-primary\/85 {

    color: rgb(52 114 147 / 0.85);
}
.text-primary\/90 {

    color: rgb(52 114 147 / 0.9);
}
.text-primary\/95 {

    color: rgb(52 114 147 / 0.95);
}
.text-secondary {

    --tw-text-opacity: 1;

    color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.text-secondary-dark {

    --tw-text-opacity: 1;

    color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.text-secondary-dark\/0 {

    color: rgb(226 207 188 / 0);
}
.text-secondary-dark\/10 {

    color: rgb(226 207 188 / 0.1);
}
.text-secondary-dark\/100 {

    color: rgb(226 207 188 / 1);
}
.text-secondary-dark\/15 {

    color: rgb(226 207 188 / 0.15);
}
.text-secondary-dark\/20 {

    color: rgb(226 207 188 / 0.2);
}
.text-secondary-dark\/25 {

    color: rgb(226 207 188 / 0.25);
}
.text-secondary-dark\/30 {

    color: rgb(226 207 188 / 0.3);
}
.text-secondary-dark\/35 {

    color: rgb(226 207 188 / 0.35);
}
.text-secondary-dark\/40 {

    color: rgb(226 207 188 / 0.4);
}
.text-secondary-dark\/45 {

    color: rgb(226 207 188 / 0.45);
}
.text-secondary-dark\/5 {

    color: rgb(226 207 188 / 0.05);
}
.text-secondary-dark\/50 {

    color: rgb(226 207 188 / 0.5);
}
.text-secondary-dark\/55 {

    color: rgb(226 207 188 / 0.55);
}
.text-secondary-dark\/60 {

    color: rgb(226 207 188 / 0.6);
}
.text-secondary-dark\/65 {

    color: rgb(226 207 188 / 0.65);
}
.text-secondary-dark\/70 {

    color: rgb(226 207 188 / 0.7);
}
.text-secondary-dark\/75 {

    color: rgb(226 207 188 / 0.75);
}
.text-secondary-dark\/80 {

    color: rgb(226 207 188 / 0.8);
}
.text-secondary-dark\/85 {

    color: rgb(226 207 188 / 0.85);
}
.text-secondary-dark\/90 {

    color: rgb(226 207 188 / 0.9);
}
.text-secondary-dark\/95 {

    color: rgb(226 207 188 / 0.95);
}
.text-secondary-light {

    --tw-text-opacity: 1;

    color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.text-secondary-light\/0 {

    color: rgb(254 250 247 / 0);
}
.text-secondary-light\/10 {

    color: rgb(254 250 247 / 0.1);
}
.text-secondary-light\/100 {

    color: rgb(254 250 247 / 1);
}
.text-secondary-light\/15 {

    color: rgb(254 250 247 / 0.15);
}
.text-secondary-light\/20 {

    color: rgb(254 250 247 / 0.2);
}
.text-secondary-light\/25 {

    color: rgb(254 250 247 / 0.25);
}
.text-secondary-light\/30 {

    color: rgb(254 250 247 / 0.3);
}
.text-secondary-light\/35 {

    color: rgb(254 250 247 / 0.35);
}
.text-secondary-light\/40 {

    color: rgb(254 250 247 / 0.4);
}
.text-secondary-light\/45 {

    color: rgb(254 250 247 / 0.45);
}
.text-secondary-light\/5 {

    color: rgb(254 250 247 / 0.05);
}
.text-secondary-light\/50 {

    color: rgb(254 250 247 / 0.5);
}
.text-secondary-light\/55 {

    color: rgb(254 250 247 / 0.55);
}
.text-secondary-light\/60 {

    color: rgb(254 250 247 / 0.6);
}
.text-secondary-light\/65 {

    color: rgb(254 250 247 / 0.65);
}
.text-secondary-light\/70 {

    color: rgb(254 250 247 / 0.7);
}
.text-secondary-light\/75 {

    color: rgb(254 250 247 / 0.75);
}
.text-secondary-light\/80 {

    color: rgb(254 250 247 / 0.8);
}
.text-secondary-light\/85 {

    color: rgb(254 250 247 / 0.85);
}
.text-secondary-light\/90 {

    color: rgb(254 250 247 / 0.9);
}
.text-secondary-light\/95 {

    color: rgb(254 250 247 / 0.95);
}
.text-secondary\/0 {

    color: rgb(243 234 225 / 0);
}
.text-secondary\/10 {

    color: rgb(243 234 225 / 0.1);
}
.text-secondary\/100 {

    color: rgb(243 234 225 / 1);
}
.text-secondary\/15 {

    color: rgb(243 234 225 / 0.15);
}
.text-secondary\/20 {

    color: rgb(243 234 225 / 0.2);
}
.text-secondary\/25 {

    color: rgb(243 234 225 / 0.25);
}
.text-secondary\/30 {

    color: rgb(243 234 225 / 0.3);
}
.text-secondary\/35 {

    color: rgb(243 234 225 / 0.35);
}
.text-secondary\/40 {

    color: rgb(243 234 225 / 0.4);
}
.text-secondary\/45 {

    color: rgb(243 234 225 / 0.45);
}
.text-secondary\/5 {

    color: rgb(243 234 225 / 0.05);
}
.text-secondary\/50 {

    color: rgb(243 234 225 / 0.5);
}
.text-secondary\/55 {

    color: rgb(243 234 225 / 0.55);
}
.text-secondary\/60 {

    color: rgb(243 234 225 / 0.6);
}
.text-secondary\/65 {

    color: rgb(243 234 225 / 0.65);
}
.text-secondary\/70 {

    color: rgb(243 234 225 / 0.7);
}
.text-secondary\/75 {

    color: rgb(243 234 225 / 0.75);
}
.text-secondary\/80 {

    color: rgb(243 234 225 / 0.8);
}
.text-secondary\/85 {

    color: rgb(243 234 225 / 0.85);
}
.text-secondary\/90 {

    color: rgb(243 234 225 / 0.9);
}
.text-secondary\/95 {

    color: rgb(243 234 225 / 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 {

    text-decoration-line: underline;
}
.decoration-primary {

    text-decoration-color: #347293;
}
.decoration-white\/70 {

    text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-1 {

    text-decoration-thickness: 1px;
}
.underline-offset-2 {

    text-underline-offset: 2px;
}
.antialiased {

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {

    -webkit-font-smoothing: auto;

    -moz-osx-font-smoothing: auto;
}
.opacity-0 {

    opacity: 0;
}
.opacity-10 {

    opacity: 0.1;
}
.opacity-100 {

    opacity: 1;
}
.opacity-50 {

    opacity: 0.5;
}
.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-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-dark\/40 {

    --tw-shadow-color: rgb(26 88 121 / 0.4);

    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary {

    --tw-shadow-color: #F3EAE1;

    --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-light\/20 {

    --tw-shadow-color: rgb(254 250 247 / 0.2);

    --tw-shadow: var(--tw-shadow-colored);
}
.outline {

    outline-style: solid;
}
.outline-4 {

    outline-width: 4px;
}
.outline-white {

    outline-color: #fff;
}
.ring-4 {

    --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(4px + 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-\[6px\] {

    --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(6px + 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-accent-light\/50 {

    --tw-ring-color: rgb(255 191 105 / 0.5);
}
.ring-primary-lighter {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(115 177 212 / var(--tw-ring-opacity, 1));
}
.ring-secondary {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(243 234 225 / var(--tw-ring-opacity, 1));
}
.ring-transparent {

    --tw-ring-color: transparent;
}
.ring-white {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.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-2xl {

    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));

    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-\[2px_2px_8px_rgba\(0\2c 0\2c 0\2c \.8\)\] {

    --tw-drop-shadow: drop-shadow(2px 2px 8px rgba(0,0,0,.8));

    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-lg {

    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));

    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);
}
.drop-shadow-none {

    --tw-drop-shadow: drop-shadow(0 0 #0000);

    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-sm {

    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));

    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {

    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));

    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {

    --tw-invert: invert(100%);

    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-0 {

    --tw-backdrop-blur: blur(0);

    -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-3xl {

    --tw-backdrop-blur: blur(64px);

    -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);
}
.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);
}
.backdrop-blur-none {

    --tw-backdrop-blur:  ;

    -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-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);
}
.backdrop-blur-xl {

    --tw-backdrop-blur: blur(24px);

    -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-brightness-0 {

    --tw-backdrop-brightness: brightness(0);

    -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-brightness-100 {

    --tw-backdrop-brightness: brightness(1);

    -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-brightness-105 {

    --tw-backdrop-brightness: brightness(1.05);

    -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-brightness-110 {

    --tw-backdrop-brightness: brightness(1.1);

    -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-brightness-125 {

    --tw-backdrop-brightness: brightness(1.25);

    -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-brightness-150 {

    --tw-backdrop-brightness: brightness(1.5);

    -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-brightness-200 {

    --tw-backdrop-brightness: brightness(2);

    -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-brightness-50 {

    --tw-backdrop-brightness: brightness(.5);

    -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-brightness-75 {

    --tw-backdrop-brightness: brightness(.75);

    -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-brightness-90 {

    --tw-backdrop-brightness: brightness(.9);

    -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-brightness-95 {

    --tw-backdrop-brightness: brightness(.95);

    -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-contrast-0 {

    --tw-backdrop-contrast: contrast(0);

    -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-contrast-100 {

    --tw-backdrop-contrast: contrast(1);

    -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-contrast-125 {

    --tw-backdrop-contrast: contrast(1.25);

    -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-contrast-150 {

    --tw-backdrop-contrast: contrast(1.5);

    -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-contrast-200 {

    --tw-backdrop-contrast: contrast(2);

    -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-contrast-50 {

    --tw-backdrop-contrast: contrast(.5);

    -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-contrast-75 {

    --tw-backdrop-contrast: contrast(.75);

    -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-grayscale {

    --tw-backdrop-grayscale: grayscale(100%);

    -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-grayscale-0 {

    --tw-backdrop-grayscale: grayscale(0);

    -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-hue-rotate-0 {

    --tw-backdrop-hue-rotate: hue-rotate(-0deg);

    -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-hue-rotate-15 {

    --tw-backdrop-hue-rotate: hue-rotate(-15deg);

    -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-hue-rotate-180 {

    --tw-backdrop-hue-rotate: hue-rotate(-180deg);

    -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-hue-rotate-30 {

    --tw-backdrop-hue-rotate: hue-rotate(-30deg);

    -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-hue-rotate-60 {

    --tw-backdrop-hue-rotate: hue-rotate(-60deg);

    -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-hue-rotate-90 {

    --tw-backdrop-hue-rotate: hue-rotate(-90deg);

    -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-hue-rotate-0 {

    --tw-backdrop-hue-rotate: hue-rotate(0deg);

    -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-hue-rotate-15 {

    --tw-backdrop-hue-rotate: hue-rotate(15deg);

    -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-hue-rotate-180 {

    --tw-backdrop-hue-rotate: hue-rotate(180deg);

    -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-hue-rotate-30 {

    --tw-backdrop-hue-rotate: hue-rotate(30deg);

    -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-hue-rotate-60 {

    --tw-backdrop-hue-rotate: hue-rotate(60deg);

    -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-hue-rotate-90 {

    --tw-backdrop-hue-rotate: hue-rotate(90deg);

    -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-invert {

    --tw-backdrop-invert: invert(100%);

    -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-invert-0 {

    --tw-backdrop-invert: invert(0);

    -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-opacity-0 {

    --tw-backdrop-opacity: opacity(0);

    -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-opacity-10 {

    --tw-backdrop-opacity: opacity(0.1);

    -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-opacity-100 {

    --tw-backdrop-opacity: opacity(1);

    -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-opacity-15 {

    --tw-backdrop-opacity: opacity(0.15);

    -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-opacity-20 {

    --tw-backdrop-opacity: opacity(0.2);

    -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-opacity-25 {

    --tw-backdrop-opacity: opacity(0.25);

    -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-opacity-30 {

    --tw-backdrop-opacity: opacity(0.3);

    -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-opacity-35 {

    --tw-backdrop-opacity: opacity(0.35);

    -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-opacity-40 {

    --tw-backdrop-opacity: opacity(0.4);

    -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-opacity-45 {

    --tw-backdrop-opacity: opacity(0.45);

    -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-opacity-5 {

    --tw-backdrop-opacity: opacity(0.05);

    -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-opacity-50 {

    --tw-backdrop-opacity: opacity(0.5);

    -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-opacity-55 {

    --tw-backdrop-opacity: opacity(0.55);

    -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-opacity-60 {

    --tw-backdrop-opacity: opacity(0.6);

    -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-opacity-65 {

    --tw-backdrop-opacity: opacity(0.65);

    -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-opacity-70 {

    --tw-backdrop-opacity: opacity(0.7);

    -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-opacity-75 {

    --tw-backdrop-opacity: opacity(0.75);

    -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-opacity-80 {

    --tw-backdrop-opacity: opacity(0.8);

    -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-opacity-85 {

    --tw-backdrop-opacity: opacity(0.85);

    -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-opacity-90 {

    --tw-backdrop-opacity: opacity(0.9);

    -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-opacity-95 {

    --tw-backdrop-opacity: opacity(0.95);

    -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-saturate-0 {

    --tw-backdrop-saturate: saturate(0);

    -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-saturate-100 {

    --tw-backdrop-saturate: saturate(1);

    -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-saturate-150 {

    --tw-backdrop-saturate: saturate(1.5);

    -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-saturate-200 {

    --tw-backdrop-saturate: saturate(2);

    -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-saturate-50 {

    --tw-backdrop-saturate: saturate(.5);

    -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-sepia {

    --tw-backdrop-sepia: sepia(100%);

    -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-sepia-0 {

    --tw-backdrop-sepia: sepia(0);

    -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-filter {

    -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-filter-none {

    -webkit-backdrop-filter: none;

    backdrop-filter: none;
}
.transition {

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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, text-decoration-color, fill, stroke;

    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;
}
.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;
}
.hover\:text-input:hover {

    width: 100%;

    overflow: hidden;

    border-radius: 0.25rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;
}
.hover\:text-input:hover::placeholder {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.focus\:text-input:focus {

    width: 100%;

    overflow: hidden;

    border-radius: 0.25rem;

    border-width: 1px;

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    padding-left: 1rem;

    padding-right: 1rem;

    padding-top: 0.5rem;

    padding-bottom: 0.5rem;
}
.focus\:text-input:focus::placeholder {

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.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);
}
@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.25rem;
    }

    .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;

        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: 1.6666667em;

        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: 1.3333333em;

        margin-top: 1.6666667em;

        margin-bottom: 0.6666667em;

        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;
    }

    .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;

        padding-inline-end: 0.4444444em;

        padding-bottom: 0.2222222em;

        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;

        padding-inline-end: 1.5em;

        padding-bottom: 1em;

        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;

        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;

        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.6666667em;
    }

    .md\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4444444em;
    }

    .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        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;

        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"] *)) {

        padding-inline-end: 0.75em;

        padding-bottom: 0.75em;

        padding-inline-start: 0.75em;
    }

    .md\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
    }

    .md\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
    }

    .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-top: 0.75em;

        padding-inline-end: 0.75em;

        padding-bottom: 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"] *)) {

        padding-inline-start: 0;
    }

    .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        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;
    }

    .md\:prose-md :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.5rem !important;

        font-size: 1.125rem;
    }

    .md\:prose-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.5rem;
    }
}
@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.25rem;
    }

    .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;

        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: 1.6666667em;

        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: 1.3333333em;

        margin-top: 1.6666667em;

        margin-bottom: 0.6666667em;

        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;
    }

    .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;

        padding-inline-end: 0.4444444em;

        padding-bottom: 0.2222222em;

        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;

        padding-inline-end: 1.5em;

        padding-bottom: 1em;

        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;

        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;

        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.6666667em;
    }

    .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0.4444444em;
    }

    .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        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;

        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"] *)) {

        padding-inline-end: 0.75em;

        padding-bottom: 0.75em;

        padding-inline-start: 0.75em;
    }

    .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-start: 0;
    }

    .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-inline-end: 0;
    }

    .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        padding-top: 0.75em;

        padding-inline-end: 0.75em;

        padding-bottom: 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"] *)) {

        padding-inline-start: 0;
    }

    .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        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;
    }

    .lg\:prose-md :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-bottom: 1.5rem !important;

        font-size: 1.125rem;
    }

    .lg\:prose-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-size: 1.5rem;
    }
}
.before\:bg-primary-dark::before {

    content: var(--tw-content);

    --tw-bg-opacity: 1;

    background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.last\:mb-2:last-child {

    margin-bottom: 0.5rem;
}
.odd\:bg-gray-100:nth-child(odd) {

    --tw-bg-opacity: 1;

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

    border-collapse: collapse;
}
.hover\:border-separate:hover {

    border-collapse: separate;
}
.hover\:border-spacing-0:hover {

    --tw-border-spacing-x: 0px;

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-0\.5:hover {

    --tw-border-spacing-x: 0.125rem;

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-1:hover {

    --tw-border-spacing-x: 0.25rem;

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-1\.5:hover {

    --tw-border-spacing-x: 0.375rem;

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-10:hover {

    --tw-border-spacing-x: 2.5rem;

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-11:hover {

    --tw-border-spacing-x: 2.75rem;

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-12:hover {

    --tw-border-spacing-x: 3rem;

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-14:hover {

    --tw-border-spacing-x: 3.5rem;

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-16:hover {

    --tw-border-spacing-x: 4rem;

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-2:hover {

    --tw-border-spacing-x: 0.5rem;

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-2\.5:hover {

    --tw-border-spacing-x: 0.625rem;

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-20:hover {

    --tw-border-spacing-x: 5rem;

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-24:hover {

    --tw-border-spacing-x: 6rem;

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-28:hover {

    --tw-border-spacing-x: 7rem;

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-3:hover {

    --tw-border-spacing-x: 0.75rem;

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-3\.5:hover {

    --tw-border-spacing-x: 0.875rem;

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-32:hover {

    --tw-border-spacing-x: 8rem;

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-36:hover {

    --tw-border-spacing-x: 9rem;

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-4:hover {

    --tw-border-spacing-x: 1rem;

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-40:hover {

    --tw-border-spacing-x: 10rem;

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-44:hover {

    --tw-border-spacing-x: 11rem;

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-48:hover {

    --tw-border-spacing-x: 12rem;

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-5:hover {

    --tw-border-spacing-x: 1.25rem;

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-52:hover {

    --tw-border-spacing-x: 13rem;

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-56:hover {

    --tw-border-spacing-x: 14rem;

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-6:hover {

    --tw-border-spacing-x: 1.5rem;

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-60:hover {

    --tw-border-spacing-x: 15rem;

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-64:hover {

    --tw-border-spacing-x: 16rem;

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-7:hover {

    --tw-border-spacing-x: 1.75rem;

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-72:hover {

    --tw-border-spacing-x: 18rem;

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-8:hover {

    --tw-border-spacing-x: 2rem;

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-80:hover {

    --tw-border-spacing-x: 20rem;

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-9:hover {

    --tw-border-spacing-x: 2.25rem;

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-96:hover {

    --tw-border-spacing-x: 24rem;

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-px:hover {

    --tw-border-spacing-x: 1px;

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-0:hover {

    --tw-border-spacing-x: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-0\.5:hover {

    --tw-border-spacing-x: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-1:hover {

    --tw-border-spacing-x: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-1\.5:hover {

    --tw-border-spacing-x: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-10:hover {

    --tw-border-spacing-x: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-11:hover {

    --tw-border-spacing-x: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-12:hover {

    --tw-border-spacing-x: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-14:hover {

    --tw-border-spacing-x: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-16:hover {

    --tw-border-spacing-x: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-2:hover {

    --tw-border-spacing-x: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-2\.5:hover {

    --tw-border-spacing-x: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-20:hover {

    --tw-border-spacing-x: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-24:hover {

    --tw-border-spacing-x: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-28:hover {

    --tw-border-spacing-x: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-3:hover {

    --tw-border-spacing-x: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-3\.5:hover {

    --tw-border-spacing-x: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-32:hover {

    --tw-border-spacing-x: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-36:hover {

    --tw-border-spacing-x: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-4:hover {

    --tw-border-spacing-x: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-40:hover {

    --tw-border-spacing-x: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-44:hover {

    --tw-border-spacing-x: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-48:hover {

    --tw-border-spacing-x: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-5:hover {

    --tw-border-spacing-x: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-52:hover {

    --tw-border-spacing-x: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-56:hover {

    --tw-border-spacing-x: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-6:hover {

    --tw-border-spacing-x: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-60:hover {

    --tw-border-spacing-x: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-64:hover {

    --tw-border-spacing-x: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-7:hover {

    --tw-border-spacing-x: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-72:hover {

    --tw-border-spacing-x: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-8:hover {

    --tw-border-spacing-x: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-80:hover {

    --tw-border-spacing-x: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-9:hover {

    --tw-border-spacing-x: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-96:hover {

    --tw-border-spacing-x: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-px:hover {

    --tw-border-spacing-x: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-0:hover {

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-0\.5:hover {

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-1:hover {

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-1\.5:hover {

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-10:hover {

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-11:hover {

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-12:hover {

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-14:hover {

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-16:hover {

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-2:hover {

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-2\.5:hover {

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-20:hover {

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-24:hover {

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-28:hover {

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-3:hover {

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-3\.5:hover {

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-32:hover {

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-36:hover {

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-4:hover {

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-40:hover {

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-44:hover {

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-48:hover {

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-5:hover {

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-52:hover {

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-56:hover {

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-6:hover {

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-60:hover {

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-64:hover {

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-7:hover {

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-72:hover {

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-8:hover {

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-80:hover {

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-9:hover {

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-96:hover {

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-px:hover {

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:scale-105:hover {

    --tw-scale-x: 1.05;

    --tw-scale-y: 1.05;

    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-0:hover {

    border-width: 0px;
}
.hover\:border-2:hover {

    border-width: 2px;
}
.hover\:border-4:hover {

    border-width: 4px;
}
.hover\:border-8:hover {

    border-width: 8px;
}
.hover\:border-x:hover {

    border-left-width: 1px;

    border-right-width: 1px;
}
.hover\:border-x-0:hover {

    border-left-width: 0px;

    border-right-width: 0px;
}
.hover\:border-x-2:hover {

    border-left-width: 2px;

    border-right-width: 2px;
}
.hover\:border-x-4:hover {

    border-left-width: 4px;

    border-right-width: 4px;
}
.hover\:border-x-8:hover {

    border-left-width: 8px;

    border-right-width: 8px;
}
.hover\:border-y:hover {

    border-top-width: 1px;

    border-bottom-width: 1px;
}
.hover\:border-y-0:hover {

    border-top-width: 0px;

    border-bottom-width: 0px;
}
.hover\:border-y-2:hover {

    border-top-width: 2px;

    border-bottom-width: 2px;
}
.hover\:border-y-4:hover {

    border-top-width: 4px;

    border-bottom-width: 4px;
}
.hover\:border-y-8:hover {

    border-top-width: 8px;

    border-bottom-width: 8px;
}
.hover\:border-b:hover {

    border-bottom-width: 1px;
}
.hover\:border-b-0:hover {

    border-bottom-width: 0px;
}
.hover\:border-b-2:hover {

    border-bottom-width: 2px;
}
.hover\:border-b-4:hover {

    border-bottom-width: 4px;
}
.hover\:border-b-8:hover {

    border-bottom-width: 8px;
}
.hover\:border-e:hover {

    border-inline-end-width: 1px;
}
.hover\:border-e-0:hover {

    border-inline-end-width: 0px;
}
.hover\:border-e-2:hover {

    border-inline-end-width: 2px;
}
.hover\:border-e-4:hover {

    border-inline-end-width: 4px;
}
.hover\:border-e-8:hover {

    border-inline-end-width: 8px;
}
.hover\:border-l:hover {

    border-left-width: 1px;
}
.hover\:border-l-0:hover {

    border-left-width: 0px;
}
.hover\:border-l-2:hover {

    border-left-width: 2px;
}
.hover\:border-l-4:hover {

    border-left-width: 4px;
}
.hover\:border-l-8:hover {

    border-left-width: 8px;
}
.hover\:border-r:hover {

    border-right-width: 1px;
}
.hover\:border-r-0:hover {

    border-right-width: 0px;
}
.hover\:border-r-2:hover {

    border-right-width: 2px;
}
.hover\:border-r-4:hover {

    border-right-width: 4px;
}
.hover\:border-r-8:hover {

    border-right-width: 8px;
}
.hover\:border-s:hover {

    border-inline-start-width: 1px;
}
.hover\:border-s-0:hover {

    border-inline-start-width: 0px;
}
.hover\:border-s-2:hover {

    border-inline-start-width: 2px;
}
.hover\:border-s-4:hover {

    border-inline-start-width: 4px;
}
.hover\:border-s-8:hover {

    border-inline-start-width: 8px;
}
.hover\:border-t:hover {

    border-top-width: 1px;
}
.hover\:border-t-0:hover {

    border-top-width: 0px;
}
.hover\:border-t-2:hover {

    border-top-width: 2px;
}
.hover\:border-t-4:hover {

    border-top-width: 4px;
}
.hover\:border-t-8:hover {

    border-top-width: 8px;
}
.hover\:border-solid:hover {

    border-style: solid;
}
.hover\:border-dashed:hover {

    border-style: dashed;
}
.hover\:border-dotted:hover {

    border-style: dotted;
}
.hover\:border-double:hover {

    border-style: double;
}
.hover\:border-hidden:hover {

    border-style: hidden;
}
.hover\:border-none:hover {

    border-style: none;
}
.hover\:border-accent:hover {

    --tw-border-opacity: 1;

    border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-dark:hover {

    --tw-border-opacity: 1;

    border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-dark\/0:hover {

    border-color: rgb(225 114 45 / 0);
}
.hover\:border-accent-dark\/10:hover {

    border-color: rgb(225 114 45 / 0.1);
}
.hover\:border-accent-dark\/100:hover {

    border-color: rgb(225 114 45 / 1);
}
.hover\:border-accent-dark\/15:hover {

    border-color: rgb(225 114 45 / 0.15);
}
.hover\:border-accent-dark\/20:hover {

    border-color: rgb(225 114 45 / 0.2);
}
.hover\:border-accent-dark\/25:hover {

    border-color: rgb(225 114 45 / 0.25);
}
.hover\:border-accent-dark\/30:hover {

    border-color: rgb(225 114 45 / 0.3);
}
.hover\:border-accent-dark\/35:hover {

    border-color: rgb(225 114 45 / 0.35);
}
.hover\:border-accent-dark\/40:hover {

    border-color: rgb(225 114 45 / 0.4);
}
.hover\:border-accent-dark\/45:hover {

    border-color: rgb(225 114 45 / 0.45);
}
.hover\:border-accent-dark\/5:hover {

    border-color: rgb(225 114 45 / 0.05);
}
.hover\:border-accent-dark\/50:hover {

    border-color: rgb(225 114 45 / 0.5);
}
.hover\:border-accent-dark\/55:hover {

    border-color: rgb(225 114 45 / 0.55);
}
.hover\:border-accent-dark\/60:hover {

    border-color: rgb(225 114 45 / 0.6);
}
.hover\:border-accent-dark\/65:hover {

    border-color: rgb(225 114 45 / 0.65);
}
.hover\:border-accent-dark\/70:hover {

    border-color: rgb(225 114 45 / 0.7);
}
.hover\:border-accent-dark\/75:hover {

    border-color: rgb(225 114 45 / 0.75);
}
.hover\:border-accent-dark\/80:hover {

    border-color: rgb(225 114 45 / 0.8);
}
.hover\:border-accent-dark\/85:hover {

    border-color: rgb(225 114 45 / 0.85);
}
.hover\:border-accent-dark\/90:hover {

    border-color: rgb(225 114 45 / 0.9);
}
.hover\:border-accent-dark\/95:hover {

    border-color: rgb(225 114 45 / 0.95);
}
.hover\:border-accent-light:hover {

    --tw-border-opacity: 1;

    border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-light\/0:hover {

    border-color: rgb(255 191 105 / 0);
}
.hover\:border-accent-light\/10:hover {

    border-color: rgb(255 191 105 / 0.1);
}
.hover\:border-accent-light\/100:hover {

    border-color: rgb(255 191 105 / 1);
}
.hover\:border-accent-light\/15:hover {

    border-color: rgb(255 191 105 / 0.15);
}
.hover\:border-accent-light\/20:hover {

    border-color: rgb(255 191 105 / 0.2);
}
.hover\:border-accent-light\/25:hover {

    border-color: rgb(255 191 105 / 0.25);
}
.hover\:border-accent-light\/30:hover {

    border-color: rgb(255 191 105 / 0.3);
}
.hover\:border-accent-light\/35:hover {

    border-color: rgb(255 191 105 / 0.35);
}
.hover\:border-accent-light\/40:hover {

    border-color: rgb(255 191 105 / 0.4);
}
.hover\:border-accent-light\/45:hover {

    border-color: rgb(255 191 105 / 0.45);
}
.hover\:border-accent-light\/5:hover {

    border-color: rgb(255 191 105 / 0.05);
}
.hover\:border-accent-light\/50:hover {

    border-color: rgb(255 191 105 / 0.5);
}
.hover\:border-accent-light\/55:hover {

    border-color: rgb(255 191 105 / 0.55);
}
.hover\:border-accent-light\/60:hover {

    border-color: rgb(255 191 105 / 0.6);
}
.hover\:border-accent-light\/65:hover {

    border-color: rgb(255 191 105 / 0.65);
}
.hover\:border-accent-light\/70:hover {

    border-color: rgb(255 191 105 / 0.7);
}
.hover\:border-accent-light\/75:hover {

    border-color: rgb(255 191 105 / 0.75);
}
.hover\:border-accent-light\/80:hover {

    border-color: rgb(255 191 105 / 0.8);
}
.hover\:border-accent-light\/85:hover {

    border-color: rgb(255 191 105 / 0.85);
}
.hover\:border-accent-light\/90:hover {

    border-color: rgb(255 191 105 / 0.9);
}
.hover\:border-accent-light\/95:hover {

    border-color: rgb(255 191 105 / 0.95);
}
.hover\:border-accent\/0:hover {

    border-color: rgb(229 136 78 / 0);
}
.hover\:border-accent\/10:hover {

    border-color: rgb(229 136 78 / 0.1);
}
.hover\:border-accent\/100:hover {

    border-color: rgb(229 136 78 / 1);
}
.hover\:border-accent\/15:hover {

    border-color: rgb(229 136 78 / 0.15);
}
.hover\:border-accent\/20:hover {

    border-color: rgb(229 136 78 / 0.2);
}
.hover\:border-accent\/25:hover {

    border-color: rgb(229 136 78 / 0.25);
}
.hover\:border-accent\/30:hover {

    border-color: rgb(229 136 78 / 0.3);
}
.hover\:border-accent\/35:hover {

    border-color: rgb(229 136 78 / 0.35);
}
.hover\:border-accent\/40:hover {

    border-color: rgb(229 136 78 / 0.4);
}
.hover\:border-accent\/45:hover {

    border-color: rgb(229 136 78 / 0.45);
}
.hover\:border-accent\/5:hover {

    border-color: rgb(229 136 78 / 0.05);
}
.hover\:border-accent\/50:hover {

    border-color: rgb(229 136 78 / 0.5);
}
.hover\:border-accent\/55:hover {

    border-color: rgb(229 136 78 / 0.55);
}
.hover\:border-accent\/60:hover {

    border-color: rgb(229 136 78 / 0.6);
}
.hover\:border-accent\/65:hover {

    border-color: rgb(229 136 78 / 0.65);
}
.hover\:border-accent\/70:hover {

    border-color: rgb(229 136 78 / 0.7);
}
.hover\:border-accent\/75:hover {

    border-color: rgb(229 136 78 / 0.75);
}
.hover\:border-accent\/80:hover {

    border-color: rgb(229 136 78 / 0.8);
}
.hover\:border-accent\/85:hover {

    border-color: rgb(229 136 78 / 0.85);
}
.hover\:border-accent\/90:hover {

    border-color: rgb(229 136 78 / 0.9);
}
.hover\:border-accent\/95:hover {

    border-color: rgb(229 136 78 / 0.95);
}
.hover\:border-black:hover {

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-black\/0:hover {

    border-color: rgb(0 0 0 / 0);
}
.hover\:border-black\/10:hover {

    border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-black\/100:hover {

    border-color: rgb(0 0 0 / 1);
}
.hover\:border-black\/15:hover {

    border-color: rgb(0 0 0 / 0.15);
}
.hover\:border-black\/20:hover {

    border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-black\/25:hover {

    border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-black\/30:hover {

    border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-black\/35:hover {

    border-color: rgb(0 0 0 / 0.35);
}
.hover\:border-black\/40:hover {

    border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-black\/45:hover {

    border-color: rgb(0 0 0 / 0.45);
}
.hover\:border-black\/5:hover {

    border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-black\/50:hover {

    border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-black\/55:hover {

    border-color: rgb(0 0 0 / 0.55);
}
.hover\:border-black\/60:hover {

    border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-black\/65:hover {

    border-color: rgb(0 0 0 / 0.65);
}
.hover\:border-black\/70:hover {

    border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-black\/75:hover {

    border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-black\/80:hover {

    border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-black\/85:hover {

    border-color: rgb(0 0 0 / 0.85);
}
.hover\:border-black\/90:hover {

    border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-black\/95:hover {

    border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-current:hover {

    border-color: currentColor;
}
.hover\:border-error:hover {

    --tw-border-opacity: 1;

    border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-error\/0:hover {

    border-color: rgb(255 0 0 / 0);
}
.hover\:border-error\/10:hover {

    border-color: rgb(255 0 0 / 0.1);
}
.hover\:border-error\/100:hover {

    border-color: rgb(255 0 0 / 1);
}
.hover\:border-error\/15:hover {

    border-color: rgb(255 0 0 / 0.15);
}
.hover\:border-error\/20:hover {

    border-color: rgb(255 0 0 / 0.2);
}
.hover\:border-error\/25:hover {

    border-color: rgb(255 0 0 / 0.25);
}
.hover\:border-error\/30:hover {

    border-color: rgb(255 0 0 / 0.3);
}
.hover\:border-error\/35:hover {

    border-color: rgb(255 0 0 / 0.35);
}
.hover\:border-error\/40:hover {

    border-color: rgb(255 0 0 / 0.4);
}
.hover\:border-error\/45:hover {

    border-color: rgb(255 0 0 / 0.45);
}
.hover\:border-error\/5:hover {

    border-color: rgb(255 0 0 / 0.05);
}
.hover\:border-error\/50:hover {

    border-color: rgb(255 0 0 / 0.5);
}
.hover\:border-error\/55:hover {

    border-color: rgb(255 0 0 / 0.55);
}
.hover\:border-error\/60:hover {

    border-color: rgb(255 0 0 / 0.6);
}
.hover\:border-error\/65:hover {

    border-color: rgb(255 0 0 / 0.65);
}
.hover\:border-error\/70:hover {

    border-color: rgb(255 0 0 / 0.7);
}
.hover\:border-error\/75:hover {

    border-color: rgb(255 0 0 / 0.75);
}
.hover\:border-error\/80:hover {

    border-color: rgb(255 0 0 / 0.8);
}
.hover\:border-error\/85:hover {

    border-color: rgb(255 0 0 / 0.85);
}
.hover\:border-error\/90:hover {

    border-color: rgb(255 0 0 / 0.9);
}
.hover\:border-error\/95:hover {

    border-color: rgb(255 0 0 / 0.95);
}
.hover\:border-gray-100:hover {

    --tw-border-opacity: 1;

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

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

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

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

    border-color: rgb(243 244 246 / 0.15);
}
.hover\:border-gray-100\/20:hover {

    border-color: rgb(243 244 246 / 0.2);
}
.hover\:border-gray-100\/25:hover {

    border-color: rgb(243 244 246 / 0.25);
}
.hover\:border-gray-100\/30:hover {

    border-color: rgb(243 244 246 / 0.3);
}
.hover\:border-gray-100\/35:hover {

    border-color: rgb(243 244 246 / 0.35);
}
.hover\:border-gray-100\/40:hover {

    border-color: rgb(243 244 246 / 0.4);
}
.hover\:border-gray-100\/45:hover {

    border-color: rgb(243 244 246 / 0.45);
}
.hover\:border-gray-100\/5:hover {

    border-color: rgb(243 244 246 / 0.05);
}
.hover\:border-gray-100\/50:hover {

    border-color: rgb(243 244 246 / 0.5);
}
.hover\:border-gray-100\/55:hover {

    border-color: rgb(243 244 246 / 0.55);
}
.hover\:border-gray-100\/60:hover {

    border-color: rgb(243 244 246 / 0.6);
}
.hover\:border-gray-100\/65:hover {

    border-color: rgb(243 244 246 / 0.65);
}
.hover\:border-gray-100\/70:hover {

    border-color: rgb(243 244 246 / 0.7);
}
.hover\:border-gray-100\/75:hover {

    border-color: rgb(243 244 246 / 0.75);
}
.hover\:border-gray-100\/80:hover {

    border-color: rgb(243 244 246 / 0.8);
}
.hover\:border-gray-100\/85:hover {

    border-color: rgb(243 244 246 / 0.85);
}
.hover\:border-gray-100\/90:hover {

    border-color: rgb(243 244 246 / 0.9);
}
.hover\:border-gray-100\/95:hover {

    border-color: rgb(243 244 246 / 0.95);
}
.hover\:border-gray-200:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(229 231 235 / 0.1);
}
.hover\:border-gray-200\/100:hover {

    border-color: rgb(229 231 235 / 1);
}
.hover\:border-gray-200\/15:hover {

    border-color: rgb(229 231 235 / 0.15);
}
.hover\:border-gray-200\/20:hover {

    border-color: rgb(229 231 235 / 0.2);
}
.hover\:border-gray-200\/25:hover {

    border-color: rgb(229 231 235 / 0.25);
}
.hover\:border-gray-200\/30:hover {

    border-color: rgb(229 231 235 / 0.3);
}
.hover\:border-gray-200\/35:hover {

    border-color: rgb(229 231 235 / 0.35);
}
.hover\:border-gray-200\/40:hover {

    border-color: rgb(229 231 235 / 0.4);
}
.hover\:border-gray-200\/45:hover {

    border-color: rgb(229 231 235 / 0.45);
}
.hover\:border-gray-200\/5:hover {

    border-color: rgb(229 231 235 / 0.05);
}
.hover\:border-gray-200\/50:hover {

    border-color: rgb(229 231 235 / 0.5);
}
.hover\:border-gray-200\/55:hover {

    border-color: rgb(229 231 235 / 0.55);
}
.hover\:border-gray-200\/60:hover {

    border-color: rgb(229 231 235 / 0.6);
}
.hover\:border-gray-200\/65:hover {

    border-color: rgb(229 231 235 / 0.65);
}
.hover\:border-gray-200\/70:hover {

    border-color: rgb(229 231 235 / 0.7);
}
.hover\:border-gray-200\/75:hover {

    border-color: rgb(229 231 235 / 0.75);
}
.hover\:border-gray-200\/80:hover {

    border-color: rgb(229 231 235 / 0.8);
}
.hover\:border-gray-200\/85:hover {

    border-color: rgb(229 231 235 / 0.85);
}
.hover\:border-gray-200\/90:hover {

    border-color: rgb(229 231 235 / 0.9);
}
.hover\:border-gray-200\/95:hover {

    border-color: rgb(229 231 235 / 0.95);
}
.hover\:border-gray-300:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(209 213 219 / 0.1);
}
.hover\:border-gray-300\/100:hover {

    border-color: rgb(209 213 219 / 1);
}
.hover\:border-gray-300\/15:hover {

    border-color: rgb(209 213 219 / 0.15);
}
.hover\:border-gray-300\/20:hover {

    border-color: rgb(209 213 219 / 0.2);
}
.hover\:border-gray-300\/25:hover {

    border-color: rgb(209 213 219 / 0.25);
}
.hover\:border-gray-300\/30:hover {

    border-color: rgb(209 213 219 / 0.3);
}
.hover\:border-gray-300\/35:hover {

    border-color: rgb(209 213 219 / 0.35);
}
.hover\:border-gray-300\/40:hover {

    border-color: rgb(209 213 219 / 0.4);
}
.hover\:border-gray-300\/45:hover {

    border-color: rgb(209 213 219 / 0.45);
}
.hover\:border-gray-300\/5:hover {

    border-color: rgb(209 213 219 / 0.05);
}
.hover\:border-gray-300\/50:hover {

    border-color: rgb(209 213 219 / 0.5);
}
.hover\:border-gray-300\/55:hover {

    border-color: rgb(209 213 219 / 0.55);
}
.hover\:border-gray-300\/60:hover {

    border-color: rgb(209 213 219 / 0.6);
}
.hover\:border-gray-300\/65:hover {

    border-color: rgb(209 213 219 / 0.65);
}
.hover\:border-gray-300\/70:hover {

    border-color: rgb(209 213 219 / 0.7);
}
.hover\:border-gray-300\/75:hover {

    border-color: rgb(209 213 219 / 0.75);
}
.hover\:border-gray-300\/80:hover {

    border-color: rgb(209 213 219 / 0.8);
}
.hover\:border-gray-300\/85:hover {

    border-color: rgb(209 213 219 / 0.85);
}
.hover\:border-gray-300\/90:hover {

    border-color: rgb(209 213 219 / 0.9);
}
.hover\:border-gray-300\/95:hover {

    border-color: rgb(209 213 219 / 0.95);
}
.hover\:border-gray-400:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(156 163 175 / 0.1);
}
.hover\:border-gray-400\/100:hover {

    border-color: rgb(156 163 175 / 1);
}
.hover\:border-gray-400\/15:hover {

    border-color: rgb(156 163 175 / 0.15);
}
.hover\:border-gray-400\/20:hover {

    border-color: rgb(156 163 175 / 0.2);
}
.hover\:border-gray-400\/25:hover {

    border-color: rgb(156 163 175 / 0.25);
}
.hover\:border-gray-400\/30:hover {

    border-color: rgb(156 163 175 / 0.3);
}
.hover\:border-gray-400\/35:hover {

    border-color: rgb(156 163 175 / 0.35);
}
.hover\:border-gray-400\/40:hover {

    border-color: rgb(156 163 175 / 0.4);
}
.hover\:border-gray-400\/45:hover {

    border-color: rgb(156 163 175 / 0.45);
}
.hover\:border-gray-400\/5:hover {

    border-color: rgb(156 163 175 / 0.05);
}
.hover\:border-gray-400\/50:hover {

    border-color: rgb(156 163 175 / 0.5);
}
.hover\:border-gray-400\/55:hover {

    border-color: rgb(156 163 175 / 0.55);
}
.hover\:border-gray-400\/60:hover {

    border-color: rgb(156 163 175 / 0.6);
}
.hover\:border-gray-400\/65:hover {

    border-color: rgb(156 163 175 / 0.65);
}
.hover\:border-gray-400\/70:hover {

    border-color: rgb(156 163 175 / 0.7);
}
.hover\:border-gray-400\/75:hover {

    border-color: rgb(156 163 175 / 0.75);
}
.hover\:border-gray-400\/80:hover {

    border-color: rgb(156 163 175 / 0.8);
}
.hover\:border-gray-400\/85:hover {

    border-color: rgb(156 163 175 / 0.85);
}
.hover\:border-gray-400\/90:hover {

    border-color: rgb(156 163 175 / 0.9);
}
.hover\:border-gray-400\/95:hover {

    border-color: rgb(156 163 175 / 0.95);
}
.hover\:border-gray-50:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(249 250 251 / 0.1);
}
.hover\:border-gray-50\/100:hover {

    border-color: rgb(249 250 251 / 1);
}
.hover\:border-gray-50\/15:hover {

    border-color: rgb(249 250 251 / 0.15);
}
.hover\:border-gray-50\/20:hover {

    border-color: rgb(249 250 251 / 0.2);
}
.hover\:border-gray-50\/25:hover {

    border-color: rgb(249 250 251 / 0.25);
}
.hover\:border-gray-50\/30:hover {

    border-color: rgb(249 250 251 / 0.3);
}
.hover\:border-gray-50\/35:hover {

    border-color: rgb(249 250 251 / 0.35);
}
.hover\:border-gray-50\/40:hover {

    border-color: rgb(249 250 251 / 0.4);
}
.hover\:border-gray-50\/45:hover {

    border-color: rgb(249 250 251 / 0.45);
}
.hover\:border-gray-50\/5:hover {

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

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

    border-color: rgb(249 250 251 / 0.55);
}
.hover\:border-gray-50\/60:hover {

    border-color: rgb(249 250 251 / 0.6);
}
.hover\:border-gray-50\/65:hover {

    border-color: rgb(249 250 251 / 0.65);
}
.hover\:border-gray-50\/70:hover {

    border-color: rgb(249 250 251 / 0.7);
}
.hover\:border-gray-50\/75:hover {

    border-color: rgb(249 250 251 / 0.75);
}
.hover\:border-gray-50\/80:hover {

    border-color: rgb(249 250 251 / 0.8);
}
.hover\:border-gray-50\/85:hover {

    border-color: rgb(249 250 251 / 0.85);
}
.hover\:border-gray-50\/90:hover {

    border-color: rgb(249 250 251 / 0.9);
}
.hover\:border-gray-50\/95:hover {

    border-color: rgb(249 250 251 / 0.95);
}
.hover\:border-gray-500:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(107 114 128 / 0.1);
}
.hover\:border-gray-500\/100:hover {

    border-color: rgb(107 114 128 / 1);
}
.hover\:border-gray-500\/15:hover {

    border-color: rgb(107 114 128 / 0.15);
}
.hover\:border-gray-500\/20:hover {

    border-color: rgb(107 114 128 / 0.2);
}
.hover\:border-gray-500\/25:hover {

    border-color: rgb(107 114 128 / 0.25);
}
.hover\:border-gray-500\/30:hover {

    border-color: rgb(107 114 128 / 0.3);
}
.hover\:border-gray-500\/35:hover {

    border-color: rgb(107 114 128 / 0.35);
}
.hover\:border-gray-500\/40:hover {

    border-color: rgb(107 114 128 / 0.4);
}
.hover\:border-gray-500\/45:hover {

    border-color: rgb(107 114 128 / 0.45);
}
.hover\:border-gray-500\/5:hover {

    border-color: rgb(107 114 128 / 0.05);
}
.hover\:border-gray-500\/50:hover {

    border-color: rgb(107 114 128 / 0.5);
}
.hover\:border-gray-500\/55:hover {

    border-color: rgb(107 114 128 / 0.55);
}
.hover\:border-gray-500\/60:hover {

    border-color: rgb(107 114 128 / 0.6);
}
.hover\:border-gray-500\/65:hover {

    border-color: rgb(107 114 128 / 0.65);
}
.hover\:border-gray-500\/70:hover {

    border-color: rgb(107 114 128 / 0.7);
}
.hover\:border-gray-500\/75:hover {

    border-color: rgb(107 114 128 / 0.75);
}
.hover\:border-gray-500\/80:hover {

    border-color: rgb(107 114 128 / 0.8);
}
.hover\:border-gray-500\/85:hover {

    border-color: rgb(107 114 128 / 0.85);
}
.hover\:border-gray-500\/90:hover {

    border-color: rgb(107 114 128 / 0.9);
}
.hover\:border-gray-500\/95:hover {

    border-color: rgb(107 114 128 / 0.95);
}
.hover\:border-gray-600:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(75 85 99 / 0.1);
}
.hover\:border-gray-600\/100:hover {

    border-color: rgb(75 85 99 / 1);
}
.hover\:border-gray-600\/15:hover {

    border-color: rgb(75 85 99 / 0.15);
}
.hover\:border-gray-600\/20:hover {

    border-color: rgb(75 85 99 / 0.2);
}
.hover\:border-gray-600\/25:hover {

    border-color: rgb(75 85 99 / 0.25);
}
.hover\:border-gray-600\/30:hover {

    border-color: rgb(75 85 99 / 0.3);
}
.hover\:border-gray-600\/35:hover {

    border-color: rgb(75 85 99 / 0.35);
}
.hover\:border-gray-600\/40:hover {

    border-color: rgb(75 85 99 / 0.4);
}
.hover\:border-gray-600\/45:hover {

    border-color: rgb(75 85 99 / 0.45);
}
.hover\:border-gray-600\/5:hover {

    border-color: rgb(75 85 99 / 0.05);
}
.hover\:border-gray-600\/50:hover {

    border-color: rgb(75 85 99 / 0.5);
}
.hover\:border-gray-600\/55:hover {

    border-color: rgb(75 85 99 / 0.55);
}
.hover\:border-gray-600\/60:hover {

    border-color: rgb(75 85 99 / 0.6);
}
.hover\:border-gray-600\/65:hover {

    border-color: rgb(75 85 99 / 0.65);
}
.hover\:border-gray-600\/70:hover {

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

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

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

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

    border-color: rgb(75 85 99 / 0.9);
}
.hover\:border-gray-600\/95:hover {

    border-color: rgb(75 85 99 / 0.95);
}
.hover\:border-gray-700:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(55 65 81 / 0.1);
}
.hover\:border-gray-700\/100:hover {

    border-color: rgb(55 65 81 / 1);
}
.hover\:border-gray-700\/15:hover {

    border-color: rgb(55 65 81 / 0.15);
}
.hover\:border-gray-700\/20:hover {

    border-color: rgb(55 65 81 / 0.2);
}
.hover\:border-gray-700\/25:hover {

    border-color: rgb(55 65 81 / 0.25);
}
.hover\:border-gray-700\/30:hover {

    border-color: rgb(55 65 81 / 0.3);
}
.hover\:border-gray-700\/35:hover {

    border-color: rgb(55 65 81 / 0.35);
}
.hover\:border-gray-700\/40:hover {

    border-color: rgb(55 65 81 / 0.4);
}
.hover\:border-gray-700\/45:hover {

    border-color: rgb(55 65 81 / 0.45);
}
.hover\:border-gray-700\/5:hover {

    border-color: rgb(55 65 81 / 0.05);
}
.hover\:border-gray-700\/50:hover {

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

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

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

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

    border-color: rgb(55 65 81 / 0.7);
}
.hover\:border-gray-700\/75:hover {

    border-color: rgb(55 65 81 / 0.75);
}
.hover\:border-gray-700\/80:hover {

    border-color: rgb(55 65 81 / 0.8);
}
.hover\:border-gray-700\/85:hover {

    border-color: rgb(55 65 81 / 0.85);
}
.hover\:border-gray-700\/90:hover {

    border-color: rgb(55 65 81 / 0.9);
}
.hover\:border-gray-700\/95:hover {

    border-color: rgb(55 65 81 / 0.95);
}
.hover\:border-gray-800:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(31 41 55 / 0.1);
}
.hover\:border-gray-800\/100:hover {

    border-color: rgb(31 41 55 / 1);
}
.hover\:border-gray-800\/15:hover {

    border-color: rgb(31 41 55 / 0.15);
}
.hover\:border-gray-800\/20:hover {

    border-color: rgb(31 41 55 / 0.2);
}
.hover\:border-gray-800\/25:hover {

    border-color: rgb(31 41 55 / 0.25);
}
.hover\:border-gray-800\/30:hover {

    border-color: rgb(31 41 55 / 0.3);
}
.hover\:border-gray-800\/35:hover {

    border-color: rgb(31 41 55 / 0.35);
}
.hover\:border-gray-800\/40:hover {

    border-color: rgb(31 41 55 / 0.4);
}
.hover\:border-gray-800\/45:hover {

    border-color: rgb(31 41 55 / 0.45);
}
.hover\:border-gray-800\/5:hover {

    border-color: rgb(31 41 55 / 0.05);
}
.hover\:border-gray-800\/50:hover {

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

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

    border-color: rgb(31 41 55 / 0.6);
}
.hover\:border-gray-800\/65:hover {

    border-color: rgb(31 41 55 / 0.65);
}
.hover\:border-gray-800\/70:hover {

    border-color: rgb(31 41 55 / 0.7);
}
.hover\:border-gray-800\/75:hover {

    border-color: rgb(31 41 55 / 0.75);
}
.hover\:border-gray-800\/80:hover {

    border-color: rgb(31 41 55 / 0.8);
}
.hover\:border-gray-800\/85:hover {

    border-color: rgb(31 41 55 / 0.85);
}
.hover\:border-gray-800\/90:hover {

    border-color: rgb(31 41 55 / 0.9);
}
.hover\:border-gray-800\/95:hover {

    border-color: rgb(31 41 55 / 0.95);
}
.hover\:border-gray-900:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(17 24 39 / 0.1);
}
.hover\:border-gray-900\/100:hover {

    border-color: rgb(17 24 39 / 1);
}
.hover\:border-gray-900\/15:hover {

    border-color: rgb(17 24 39 / 0.15);
}
.hover\:border-gray-900\/20:hover {

    border-color: rgb(17 24 39 / 0.2);
}
.hover\:border-gray-900\/25:hover {

    border-color: rgb(17 24 39 / 0.25);
}
.hover\:border-gray-900\/30:hover {

    border-color: rgb(17 24 39 / 0.3);
}
.hover\:border-gray-900\/35:hover {

    border-color: rgb(17 24 39 / 0.35);
}
.hover\:border-gray-900\/40:hover {

    border-color: rgb(17 24 39 / 0.4);
}
.hover\:border-gray-900\/45:hover {

    border-color: rgb(17 24 39 / 0.45);
}
.hover\:border-gray-900\/5:hover {

    border-color: rgb(17 24 39 / 0.05);
}
.hover\:border-gray-900\/50:hover {

    border-color: rgb(17 24 39 / 0.5);
}
.hover\:border-gray-900\/55:hover {

    border-color: rgb(17 24 39 / 0.55);
}
.hover\:border-gray-900\/60:hover {

    border-color: rgb(17 24 39 / 0.6);
}
.hover\:border-gray-900\/65:hover {

    border-color: rgb(17 24 39 / 0.65);
}
.hover\:border-gray-900\/70:hover {

    border-color: rgb(17 24 39 / 0.7);
}
.hover\:border-gray-900\/75:hover {

    border-color: rgb(17 24 39 / 0.75);
}
.hover\:border-gray-900\/80:hover {

    border-color: rgb(17 24 39 / 0.8);
}
.hover\:border-gray-900\/85:hover {

    border-color: rgb(17 24 39 / 0.85);
}
.hover\:border-gray-900\/90:hover {

    border-color: rgb(17 24 39 / 0.9);
}
.hover\:border-gray-900\/95:hover {

    border-color: rgb(17 24 39 / 0.95);
}
.hover\:border-gray-950:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(3 7 18 / 0.1);
}
.hover\:border-gray-950\/100:hover {

    border-color: rgb(3 7 18 / 1);
}
.hover\:border-gray-950\/15:hover {

    border-color: rgb(3 7 18 / 0.15);
}
.hover\:border-gray-950\/20:hover {

    border-color: rgb(3 7 18 / 0.2);
}
.hover\:border-gray-950\/25:hover {

    border-color: rgb(3 7 18 / 0.25);
}
.hover\:border-gray-950\/30:hover {

    border-color: rgb(3 7 18 / 0.3);
}
.hover\:border-gray-950\/35:hover {

    border-color: rgb(3 7 18 / 0.35);
}
.hover\:border-gray-950\/40:hover {

    border-color: rgb(3 7 18 / 0.4);
}
.hover\:border-gray-950\/45:hover {

    border-color: rgb(3 7 18 / 0.45);
}
.hover\:border-gray-950\/5:hover {

    border-color: rgb(3 7 18 / 0.05);
}
.hover\:border-gray-950\/50:hover {

    border-color: rgb(3 7 18 / 0.5);
}
.hover\:border-gray-950\/55:hover {

    border-color: rgb(3 7 18 / 0.55);
}
.hover\:border-gray-950\/60:hover {

    border-color: rgb(3 7 18 / 0.6);
}
.hover\:border-gray-950\/65:hover {

    border-color: rgb(3 7 18 / 0.65);
}
.hover\:border-gray-950\/70:hover {

    border-color: rgb(3 7 18 / 0.7);
}
.hover\:border-gray-950\/75:hover {

    border-color: rgb(3 7 18 / 0.75);
}
.hover\:border-gray-950\/80:hover {

    border-color: rgb(3 7 18 / 0.8);
}
.hover\:border-gray-950\/85:hover {

    border-color: rgb(3 7 18 / 0.85);
}
.hover\:border-gray-950\/90:hover {

    border-color: rgb(3 7 18 / 0.9);
}
.hover\:border-gray-950\/95:hover {

    border-color: rgb(3 7 18 / 0.95);
}
.hover\:border-inherit:hover {

    border-color: inherit;
}
.hover\:border-primary:hover {

    --tw-border-opacity: 1;

    border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-dark:hover {

    --tw-border-opacity: 1;

    border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-dark\/0:hover {

    border-color: rgb(26 88 121 / 0);
}
.hover\:border-primary-dark\/10:hover {

    border-color: rgb(26 88 121 / 0.1);
}
.hover\:border-primary-dark\/100:hover {

    border-color: rgb(26 88 121 / 1);
}
.hover\:border-primary-dark\/15:hover {

    border-color: rgb(26 88 121 / 0.15);
}
.hover\:border-primary-dark\/20:hover {

    border-color: rgb(26 88 121 / 0.2);
}
.hover\:border-primary-dark\/25:hover {

    border-color: rgb(26 88 121 / 0.25);
}
.hover\:border-primary-dark\/30:hover {

    border-color: rgb(26 88 121 / 0.3);
}
.hover\:border-primary-dark\/35:hover {

    border-color: rgb(26 88 121 / 0.35);
}
.hover\:border-primary-dark\/40:hover {

    border-color: rgb(26 88 121 / 0.4);
}
.hover\:border-primary-dark\/45:hover {

    border-color: rgb(26 88 121 / 0.45);
}
.hover\:border-primary-dark\/5:hover {

    border-color: rgb(26 88 121 / 0.05);
}
.hover\:border-primary-dark\/50:hover {

    border-color: rgb(26 88 121 / 0.5);
}
.hover\:border-primary-dark\/55:hover {

    border-color: rgb(26 88 121 / 0.55);
}
.hover\:border-primary-dark\/60:hover {

    border-color: rgb(26 88 121 / 0.6);
}
.hover\:border-primary-dark\/65:hover {

    border-color: rgb(26 88 121 / 0.65);
}
.hover\:border-primary-dark\/70:hover {

    border-color: rgb(26 88 121 / 0.7);
}
.hover\:border-primary-dark\/75:hover {

    border-color: rgb(26 88 121 / 0.75);
}
.hover\:border-primary-dark\/80:hover {

    border-color: rgb(26 88 121 / 0.8);
}
.hover\:border-primary-dark\/85:hover {

    border-color: rgb(26 88 121 / 0.85);
}
.hover\:border-primary-dark\/90:hover {

    border-color: rgb(26 88 121 / 0.9);
}
.hover\:border-primary-dark\/95:hover {

    border-color: rgb(26 88 121 / 0.95);
}
.hover\:border-primary-light:hover {

    --tw-border-opacity: 1;

    border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-light\/0:hover {

    border-color: rgb(85 154 193 / 0);
}
.hover\:border-primary-light\/10:hover {

    border-color: rgb(85 154 193 / 0.1);
}
.hover\:border-primary-light\/100:hover {

    border-color: rgb(85 154 193 / 1);
}
.hover\:border-primary-light\/15:hover {

    border-color: rgb(85 154 193 / 0.15);
}
.hover\:border-primary-light\/20:hover {

    border-color: rgb(85 154 193 / 0.2);
}
.hover\:border-primary-light\/25:hover {

    border-color: rgb(85 154 193 / 0.25);
}
.hover\:border-primary-light\/30:hover {

    border-color: rgb(85 154 193 / 0.3);
}
.hover\:border-primary-light\/35:hover {

    border-color: rgb(85 154 193 / 0.35);
}
.hover\:border-primary-light\/40:hover {

    border-color: rgb(85 154 193 / 0.4);
}
.hover\:border-primary-light\/45:hover {

    border-color: rgb(85 154 193 / 0.45);
}
.hover\:border-primary-light\/5:hover {

    border-color: rgb(85 154 193 / 0.05);
}
.hover\:border-primary-light\/50:hover {

    border-color: rgb(85 154 193 / 0.5);
}
.hover\:border-primary-light\/55:hover {

    border-color: rgb(85 154 193 / 0.55);
}
.hover\:border-primary-light\/60:hover {

    border-color: rgb(85 154 193 / 0.6);
}
.hover\:border-primary-light\/65:hover {

    border-color: rgb(85 154 193 / 0.65);
}
.hover\:border-primary-light\/70:hover {

    border-color: rgb(85 154 193 / 0.7);
}
.hover\:border-primary-light\/75:hover {

    border-color: rgb(85 154 193 / 0.75);
}
.hover\:border-primary-light\/80:hover {

    border-color: rgb(85 154 193 / 0.8);
}
.hover\:border-primary-light\/85:hover {

    border-color: rgb(85 154 193 / 0.85);
}
.hover\:border-primary-light\/90:hover {

    border-color: rgb(85 154 193 / 0.9);
}
.hover\:border-primary-light\/95:hover {

    border-color: rgb(85 154 193 / 0.95);
}
.hover\:border-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-lighter\/0:hover {

    border-color: rgb(115 177 212 / 0);
}
.hover\:border-primary-lighter\/10:hover {

    border-color: rgb(115 177 212 / 0.1);
}
.hover\:border-primary-lighter\/100:hover {

    border-color: rgb(115 177 212 / 1);
}
.hover\:border-primary-lighter\/15:hover {

    border-color: rgb(115 177 212 / 0.15);
}
.hover\:border-primary-lighter\/20:hover {

    border-color: rgb(115 177 212 / 0.2);
}
.hover\:border-primary-lighter\/25:hover {

    border-color: rgb(115 177 212 / 0.25);
}
.hover\:border-primary-lighter\/30:hover {

    border-color: rgb(115 177 212 / 0.3);
}
.hover\:border-primary-lighter\/35:hover {

    border-color: rgb(115 177 212 / 0.35);
}
.hover\:border-primary-lighter\/40:hover {

    border-color: rgb(115 177 212 / 0.4);
}
.hover\:border-primary-lighter\/45:hover {

    border-color: rgb(115 177 212 / 0.45);
}
.hover\:border-primary-lighter\/5:hover {

    border-color: rgb(115 177 212 / 0.05);
}
.hover\:border-primary-lighter\/50:hover {

    border-color: rgb(115 177 212 / 0.5);
}
.hover\:border-primary-lighter\/55:hover {

    border-color: rgb(115 177 212 / 0.55);
}
.hover\:border-primary-lighter\/60:hover {

    border-color: rgb(115 177 212 / 0.6);
}
.hover\:border-primary-lighter\/65:hover {

    border-color: rgb(115 177 212 / 0.65);
}
.hover\:border-primary-lighter\/70:hover {

    border-color: rgb(115 177 212 / 0.7);
}
.hover\:border-primary-lighter\/75:hover {

    border-color: rgb(115 177 212 / 0.75);
}
.hover\:border-primary-lighter\/80:hover {

    border-color: rgb(115 177 212 / 0.8);
}
.hover\:border-primary-lighter\/85:hover {

    border-color: rgb(115 177 212 / 0.85);
}
.hover\:border-primary-lighter\/90:hover {

    border-color: rgb(115 177 212 / 0.9);
}
.hover\:border-primary-lighter\/95:hover {

    border-color: rgb(115 177 212 / 0.95);
}
.hover\:border-primary\/0:hover {

    border-color: rgb(52 114 147 / 0);
}
.hover\:border-primary\/10:hover {

    border-color: rgb(52 114 147 / 0.1);
}
.hover\:border-primary\/100:hover {

    border-color: rgb(52 114 147 / 1);
}
.hover\:border-primary\/15:hover {

    border-color: rgb(52 114 147 / 0.15);
}
.hover\:border-primary\/20:hover {

    border-color: rgb(52 114 147 / 0.2);
}
.hover\:border-primary\/25:hover {

    border-color: rgb(52 114 147 / 0.25);
}
.hover\:border-primary\/30:hover {

    border-color: rgb(52 114 147 / 0.3);
}
.hover\:border-primary\/35:hover {

    border-color: rgb(52 114 147 / 0.35);
}
.hover\:border-primary\/40:hover {

    border-color: rgb(52 114 147 / 0.4);
}
.hover\:border-primary\/45:hover {

    border-color: rgb(52 114 147 / 0.45);
}
.hover\:border-primary\/5:hover {

    border-color: rgb(52 114 147 / 0.05);
}
.hover\:border-primary\/50:hover {

    border-color: rgb(52 114 147 / 0.5);
}
.hover\:border-primary\/55:hover {

    border-color: rgb(52 114 147 / 0.55);
}
.hover\:border-primary\/60:hover {

    border-color: rgb(52 114 147 / 0.6);
}
.hover\:border-primary\/65:hover {

    border-color: rgb(52 114 147 / 0.65);
}
.hover\:border-primary\/70:hover {

    border-color: rgb(52 114 147 / 0.7);
}
.hover\:border-primary\/75:hover {

    border-color: rgb(52 114 147 / 0.75);
}
.hover\:border-primary\/80:hover {

    border-color: rgb(52 114 147 / 0.8);
}
.hover\:border-primary\/85:hover {

    border-color: rgb(52 114 147 / 0.85);
}
.hover\:border-primary\/90:hover {

    border-color: rgb(52 114 147 / 0.9);
}
.hover\:border-primary\/95:hover {

    border-color: rgb(52 114 147 / 0.95);
}
.hover\:border-secondary:hover {

    --tw-border-opacity: 1;

    border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-dark\/0:hover {

    border-color: rgb(226 207 188 / 0);
}
.hover\:border-secondary-dark\/10:hover {

    border-color: rgb(226 207 188 / 0.1);
}
.hover\:border-secondary-dark\/100:hover {

    border-color: rgb(226 207 188 / 1);
}
.hover\:border-secondary-dark\/15:hover {

    border-color: rgb(226 207 188 / 0.15);
}
.hover\:border-secondary-dark\/20:hover {

    border-color: rgb(226 207 188 / 0.2);
}
.hover\:border-secondary-dark\/25:hover {

    border-color: rgb(226 207 188 / 0.25);
}
.hover\:border-secondary-dark\/30:hover {

    border-color: rgb(226 207 188 / 0.3);
}
.hover\:border-secondary-dark\/35:hover {

    border-color: rgb(226 207 188 / 0.35);
}
.hover\:border-secondary-dark\/40:hover {

    border-color: rgb(226 207 188 / 0.4);
}
.hover\:border-secondary-dark\/45:hover {

    border-color: rgb(226 207 188 / 0.45);
}
.hover\:border-secondary-dark\/5:hover {

    border-color: rgb(226 207 188 / 0.05);
}
.hover\:border-secondary-dark\/50:hover {

    border-color: rgb(226 207 188 / 0.5);
}
.hover\:border-secondary-dark\/55:hover {

    border-color: rgb(226 207 188 / 0.55);
}
.hover\:border-secondary-dark\/60:hover {

    border-color: rgb(226 207 188 / 0.6);
}
.hover\:border-secondary-dark\/65:hover {

    border-color: rgb(226 207 188 / 0.65);
}
.hover\:border-secondary-dark\/70:hover {

    border-color: rgb(226 207 188 / 0.7);
}
.hover\:border-secondary-dark\/75:hover {

    border-color: rgb(226 207 188 / 0.75);
}
.hover\:border-secondary-dark\/80:hover {

    border-color: rgb(226 207 188 / 0.8);
}
.hover\:border-secondary-dark\/85:hover {

    border-color: rgb(226 207 188 / 0.85);
}
.hover\:border-secondary-dark\/90:hover {

    border-color: rgb(226 207 188 / 0.9);
}
.hover\:border-secondary-dark\/95:hover {

    border-color: rgb(226 207 188 / 0.95);
}
.hover\:border-secondary-light:hover {

    --tw-border-opacity: 1;

    border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-light\/0:hover {

    border-color: rgb(254 250 247 / 0);
}
.hover\:border-secondary-light\/10:hover {

    border-color: rgb(254 250 247 / 0.1);
}
.hover\:border-secondary-light\/100:hover {

    border-color: rgb(254 250 247 / 1);
}
.hover\:border-secondary-light\/15:hover {

    border-color: rgb(254 250 247 / 0.15);
}
.hover\:border-secondary-light\/20:hover {

    border-color: rgb(254 250 247 / 0.2);
}
.hover\:border-secondary-light\/25:hover {

    border-color: rgb(254 250 247 / 0.25);
}
.hover\:border-secondary-light\/30:hover {

    border-color: rgb(254 250 247 / 0.3);
}
.hover\:border-secondary-light\/35:hover {

    border-color: rgb(254 250 247 / 0.35);
}
.hover\:border-secondary-light\/40:hover {

    border-color: rgb(254 250 247 / 0.4);
}
.hover\:border-secondary-light\/45:hover {

    border-color: rgb(254 250 247 / 0.45);
}
.hover\:border-secondary-light\/5:hover {

    border-color: rgb(254 250 247 / 0.05);
}
.hover\:border-secondary-light\/50:hover {

    border-color: rgb(254 250 247 / 0.5);
}
.hover\:border-secondary-light\/55:hover {

    border-color: rgb(254 250 247 / 0.55);
}
.hover\:border-secondary-light\/60:hover {

    border-color: rgb(254 250 247 / 0.6);
}
.hover\:border-secondary-light\/65:hover {

    border-color: rgb(254 250 247 / 0.65);
}
.hover\:border-secondary-light\/70:hover {

    border-color: rgb(254 250 247 / 0.7);
}
.hover\:border-secondary-light\/75:hover {

    border-color: rgb(254 250 247 / 0.75);
}
.hover\:border-secondary-light\/80:hover {

    border-color: rgb(254 250 247 / 0.8);
}
.hover\:border-secondary-light\/85:hover {

    border-color: rgb(254 250 247 / 0.85);
}
.hover\:border-secondary-light\/90:hover {

    border-color: rgb(254 250 247 / 0.9);
}
.hover\:border-secondary-light\/95:hover {

    border-color: rgb(254 250 247 / 0.95);
}
.hover\:border-secondary\/0:hover {

    border-color: rgb(243 234 225 / 0);
}
.hover\:border-secondary\/10:hover {

    border-color: rgb(243 234 225 / 0.1);
}
.hover\:border-secondary\/100:hover {

    border-color: rgb(243 234 225 / 1);
}
.hover\:border-secondary\/15:hover {

    border-color: rgb(243 234 225 / 0.15);
}
.hover\:border-secondary\/20:hover {

    border-color: rgb(243 234 225 / 0.2);
}
.hover\:border-secondary\/25:hover {

    border-color: rgb(243 234 225 / 0.25);
}
.hover\:border-secondary\/30:hover {

    border-color: rgb(243 234 225 / 0.3);
}
.hover\:border-secondary\/35:hover {

    border-color: rgb(243 234 225 / 0.35);
}
.hover\:border-secondary\/40:hover {

    border-color: rgb(243 234 225 / 0.4);
}
.hover\:border-secondary\/45:hover {

    border-color: rgb(243 234 225 / 0.45);
}
.hover\:border-secondary\/5:hover {

    border-color: rgb(243 234 225 / 0.05);
}
.hover\:border-secondary\/50:hover {

    border-color: rgb(243 234 225 / 0.5);
}
.hover\:border-secondary\/55:hover {

    border-color: rgb(243 234 225 / 0.55);
}
.hover\:border-secondary\/60:hover {

    border-color: rgb(243 234 225 / 0.6);
}
.hover\:border-secondary\/65:hover {

    border-color: rgb(243 234 225 / 0.65);
}
.hover\:border-secondary\/70:hover {

    border-color: rgb(243 234 225 / 0.7);
}
.hover\:border-secondary\/75:hover {

    border-color: rgb(243 234 225 / 0.75);
}
.hover\:border-secondary\/80:hover {

    border-color: rgb(243 234 225 / 0.8);
}
.hover\:border-secondary\/85:hover {

    border-color: rgb(243 234 225 / 0.85);
}
.hover\:border-secondary\/90:hover {

    border-color: rgb(243 234 225 / 0.9);
}
.hover\:border-secondary\/95:hover {

    border-color: rgb(243 234 225 / 0.95);
}
.hover\:border-transparent:hover {

    border-color: transparent;
}
.hover\:border-transparent\/0:hover {

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

    border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-transparent\/100:hover {

    border-color: rgb(0 0 0 / 1);
}
.hover\:border-transparent\/15:hover {

    border-color: rgb(0 0 0 / 0.15);
}
.hover\:border-transparent\/20:hover {

    border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-transparent\/25:hover {

    border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-transparent\/30:hover {

    border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-transparent\/35:hover {

    border-color: rgb(0 0 0 / 0.35);
}
.hover\:border-transparent\/40:hover {

    border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-transparent\/45:hover {

    border-color: rgb(0 0 0 / 0.45);
}
.hover\:border-transparent\/5:hover {

    border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-transparent\/50:hover {

    border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-transparent\/55:hover {

    border-color: rgb(0 0 0 / 0.55);
}
.hover\:border-transparent\/60:hover {

    border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-transparent\/65:hover {

    border-color: rgb(0 0 0 / 0.65);
}
.hover\:border-transparent\/70:hover {

    border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-transparent\/75:hover {

    border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-transparent\/80:hover {

    border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-transparent\/85:hover {

    border-color: rgb(0 0 0 / 0.85);
}
.hover\:border-transparent\/90:hover {

    border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-transparent\/95:hover {

    border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-white:hover {

    --tw-border-opacity: 1;

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

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

    border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/100:hover {

    border-color: rgb(255 255 255 / 1);
}
.hover\:border-white\/15:hover {

    border-color: rgb(255 255 255 / 0.15);
}
.hover\:border-white\/20:hover {

    border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-white\/25:hover {

    border-color: rgb(255 255 255 / 0.25);
}
.hover\:border-white\/30:hover {

    border-color: rgb(255 255 255 / 0.3);
}
.hover\:border-white\/35:hover {

    border-color: rgb(255 255 255 / 0.35);
}
.hover\:border-white\/40:hover {

    border-color: rgb(255 255 255 / 0.4);
}
.hover\:border-white\/45:hover {

    border-color: rgb(255 255 255 / 0.45);
}
.hover\:border-white\/5:hover {

    border-color: rgb(255 255 255 / 0.05);
}
.hover\:border-white\/50:hover {

    border-color: rgb(255 255 255 / 0.5);
}
.hover\:border-white\/55:hover {

    border-color: rgb(255 255 255 / 0.55);
}
.hover\:border-white\/60:hover {

    border-color: rgb(255 255 255 / 0.6);
}
.hover\:border-white\/65:hover {

    border-color: rgb(255 255 255 / 0.65);
}
.hover\:border-white\/70:hover {

    border-color: rgb(255 255 255 / 0.7);
}
.hover\:border-white\/75:hover {

    border-color: rgb(255 255 255 / 0.75);
}
.hover\:border-white\/80:hover {

    border-color: rgb(255 255 255 / 0.8);
}
.hover\:border-white\/85:hover {

    border-color: rgb(255 255 255 / 0.85);
}
.hover\:border-white\/90:hover {

    border-color: rgb(255 255 255 / 0.9);
}
.hover\:border-white\/95:hover {

    border-color: rgb(255 255 255 / 0.95);
}
.hover\:border-x-accent:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-dark\/0:hover {

    border-left-color: rgb(225 114 45 / 0);

    border-right-color: rgb(225 114 45 / 0);
}
.hover\:border-x-accent-dark\/10:hover {

    border-left-color: rgb(225 114 45 / 0.1);

    border-right-color: rgb(225 114 45 / 0.1);
}
.hover\:border-x-accent-dark\/100:hover {

    border-left-color: rgb(225 114 45 / 1);

    border-right-color: rgb(225 114 45 / 1);
}
.hover\:border-x-accent-dark\/15:hover {

    border-left-color: rgb(225 114 45 / 0.15);

    border-right-color: rgb(225 114 45 / 0.15);
}
.hover\:border-x-accent-dark\/20:hover {

    border-left-color: rgb(225 114 45 / 0.2);

    border-right-color: rgb(225 114 45 / 0.2);
}
.hover\:border-x-accent-dark\/25:hover {

    border-left-color: rgb(225 114 45 / 0.25);

    border-right-color: rgb(225 114 45 / 0.25);
}
.hover\:border-x-accent-dark\/30:hover {

    border-left-color: rgb(225 114 45 / 0.3);

    border-right-color: rgb(225 114 45 / 0.3);
}
.hover\:border-x-accent-dark\/35:hover {

    border-left-color: rgb(225 114 45 / 0.35);

    border-right-color: rgb(225 114 45 / 0.35);
}
.hover\:border-x-accent-dark\/40:hover {

    border-left-color: rgb(225 114 45 / 0.4);

    border-right-color: rgb(225 114 45 / 0.4);
}
.hover\:border-x-accent-dark\/45:hover {

    border-left-color: rgb(225 114 45 / 0.45);

    border-right-color: rgb(225 114 45 / 0.45);
}
.hover\:border-x-accent-dark\/5:hover {

    border-left-color: rgb(225 114 45 / 0.05);

    border-right-color: rgb(225 114 45 / 0.05);
}
.hover\:border-x-accent-dark\/50:hover {

    border-left-color: rgb(225 114 45 / 0.5);

    border-right-color: rgb(225 114 45 / 0.5);
}
.hover\:border-x-accent-dark\/55:hover {

    border-left-color: rgb(225 114 45 / 0.55);

    border-right-color: rgb(225 114 45 / 0.55);
}
.hover\:border-x-accent-dark\/60:hover {

    border-left-color: rgb(225 114 45 / 0.6);

    border-right-color: rgb(225 114 45 / 0.6);
}
.hover\:border-x-accent-dark\/65:hover {

    border-left-color: rgb(225 114 45 / 0.65);

    border-right-color: rgb(225 114 45 / 0.65);
}
.hover\:border-x-accent-dark\/70:hover {

    border-left-color: rgb(225 114 45 / 0.7);

    border-right-color: rgb(225 114 45 / 0.7);
}
.hover\:border-x-accent-dark\/75:hover {

    border-left-color: rgb(225 114 45 / 0.75);

    border-right-color: rgb(225 114 45 / 0.75);
}
.hover\:border-x-accent-dark\/80:hover {

    border-left-color: rgb(225 114 45 / 0.8);

    border-right-color: rgb(225 114 45 / 0.8);
}
.hover\:border-x-accent-dark\/85:hover {

    border-left-color: rgb(225 114 45 / 0.85);

    border-right-color: rgb(225 114 45 / 0.85);
}
.hover\:border-x-accent-dark\/90:hover {

    border-left-color: rgb(225 114 45 / 0.9);

    border-right-color: rgb(225 114 45 / 0.9);
}
.hover\:border-x-accent-dark\/95:hover {

    border-left-color: rgb(225 114 45 / 0.95);

    border-right-color: rgb(225 114 45 / 0.95);
}
.hover\:border-x-accent-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-light\/0:hover {

    border-left-color: rgb(255 191 105 / 0);

    border-right-color: rgb(255 191 105 / 0);
}
.hover\:border-x-accent-light\/10:hover {

    border-left-color: rgb(255 191 105 / 0.1);

    border-right-color: rgb(255 191 105 / 0.1);
}
.hover\:border-x-accent-light\/100:hover {

    border-left-color: rgb(255 191 105 / 1);

    border-right-color: rgb(255 191 105 / 1);
}
.hover\:border-x-accent-light\/15:hover {

    border-left-color: rgb(255 191 105 / 0.15);

    border-right-color: rgb(255 191 105 / 0.15);
}
.hover\:border-x-accent-light\/20:hover {

    border-left-color: rgb(255 191 105 / 0.2);

    border-right-color: rgb(255 191 105 / 0.2);
}
.hover\:border-x-accent-light\/25:hover {

    border-left-color: rgb(255 191 105 / 0.25);

    border-right-color: rgb(255 191 105 / 0.25);
}
.hover\:border-x-accent-light\/30:hover {

    border-left-color: rgb(255 191 105 / 0.3);

    border-right-color: rgb(255 191 105 / 0.3);
}
.hover\:border-x-accent-light\/35:hover {

    border-left-color: rgb(255 191 105 / 0.35);

    border-right-color: rgb(255 191 105 / 0.35);
}
.hover\:border-x-accent-light\/40:hover {

    border-left-color: rgb(255 191 105 / 0.4);

    border-right-color: rgb(255 191 105 / 0.4);
}
.hover\:border-x-accent-light\/45:hover {

    border-left-color: rgb(255 191 105 / 0.45);

    border-right-color: rgb(255 191 105 / 0.45);
}
.hover\:border-x-accent-light\/5:hover {

    border-left-color: rgb(255 191 105 / 0.05);

    border-right-color: rgb(255 191 105 / 0.05);
}
.hover\:border-x-accent-light\/50:hover {

    border-left-color: rgb(255 191 105 / 0.5);

    border-right-color: rgb(255 191 105 / 0.5);
}
.hover\:border-x-accent-light\/55:hover {

    border-left-color: rgb(255 191 105 / 0.55);

    border-right-color: rgb(255 191 105 / 0.55);
}
.hover\:border-x-accent-light\/60:hover {

    border-left-color: rgb(255 191 105 / 0.6);

    border-right-color: rgb(255 191 105 / 0.6);
}
.hover\:border-x-accent-light\/65:hover {

    border-left-color: rgb(255 191 105 / 0.65);

    border-right-color: rgb(255 191 105 / 0.65);
}
.hover\:border-x-accent-light\/70:hover {

    border-left-color: rgb(255 191 105 / 0.7);

    border-right-color: rgb(255 191 105 / 0.7);
}
.hover\:border-x-accent-light\/75:hover {

    border-left-color: rgb(255 191 105 / 0.75);

    border-right-color: rgb(255 191 105 / 0.75);
}
.hover\:border-x-accent-light\/80:hover {

    border-left-color: rgb(255 191 105 / 0.8);

    border-right-color: rgb(255 191 105 / 0.8);
}
.hover\:border-x-accent-light\/85:hover {

    border-left-color: rgb(255 191 105 / 0.85);

    border-right-color: rgb(255 191 105 / 0.85);
}
.hover\:border-x-accent-light\/90:hover {

    border-left-color: rgb(255 191 105 / 0.9);

    border-right-color: rgb(255 191 105 / 0.9);
}
.hover\:border-x-accent-light\/95:hover {

    border-left-color: rgb(255 191 105 / 0.95);

    border-right-color: rgb(255 191 105 / 0.95);
}
.hover\:border-x-accent\/0:hover {

    border-left-color: rgb(229 136 78 / 0);

    border-right-color: rgb(229 136 78 / 0);
}
.hover\:border-x-accent\/10:hover {

    border-left-color: rgb(229 136 78 / 0.1);

    border-right-color: rgb(229 136 78 / 0.1);
}
.hover\:border-x-accent\/100:hover {

    border-left-color: rgb(229 136 78 / 1);

    border-right-color: rgb(229 136 78 / 1);
}
.hover\:border-x-accent\/15:hover {

    border-left-color: rgb(229 136 78 / 0.15);

    border-right-color: rgb(229 136 78 / 0.15);
}
.hover\:border-x-accent\/20:hover {

    border-left-color: rgb(229 136 78 / 0.2);

    border-right-color: rgb(229 136 78 / 0.2);
}
.hover\:border-x-accent\/25:hover {

    border-left-color: rgb(229 136 78 / 0.25);

    border-right-color: rgb(229 136 78 / 0.25);
}
.hover\:border-x-accent\/30:hover {

    border-left-color: rgb(229 136 78 / 0.3);

    border-right-color: rgb(229 136 78 / 0.3);
}
.hover\:border-x-accent\/35:hover {

    border-left-color: rgb(229 136 78 / 0.35);

    border-right-color: rgb(229 136 78 / 0.35);
}
.hover\:border-x-accent\/40:hover {

    border-left-color: rgb(229 136 78 / 0.4);

    border-right-color: rgb(229 136 78 / 0.4);
}
.hover\:border-x-accent\/45:hover {

    border-left-color: rgb(229 136 78 / 0.45);

    border-right-color: rgb(229 136 78 / 0.45);
}
.hover\:border-x-accent\/5:hover {

    border-left-color: rgb(229 136 78 / 0.05);

    border-right-color: rgb(229 136 78 / 0.05);
}
.hover\:border-x-accent\/50:hover {

    border-left-color: rgb(229 136 78 / 0.5);

    border-right-color: rgb(229 136 78 / 0.5);
}
.hover\:border-x-accent\/55:hover {

    border-left-color: rgb(229 136 78 / 0.55);

    border-right-color: rgb(229 136 78 / 0.55);
}
.hover\:border-x-accent\/60:hover {

    border-left-color: rgb(229 136 78 / 0.6);

    border-right-color: rgb(229 136 78 / 0.6);
}
.hover\:border-x-accent\/65:hover {

    border-left-color: rgb(229 136 78 / 0.65);

    border-right-color: rgb(229 136 78 / 0.65);
}
.hover\:border-x-accent\/70:hover {

    border-left-color: rgb(229 136 78 / 0.7);

    border-right-color: rgb(229 136 78 / 0.7);
}
.hover\:border-x-accent\/75:hover {

    border-left-color: rgb(229 136 78 / 0.75);

    border-right-color: rgb(229 136 78 / 0.75);
}
.hover\:border-x-accent\/80:hover {

    border-left-color: rgb(229 136 78 / 0.8);

    border-right-color: rgb(229 136 78 / 0.8);
}
.hover\:border-x-accent\/85:hover {

    border-left-color: rgb(229 136 78 / 0.85);

    border-right-color: rgb(229 136 78 / 0.85);
}
.hover\:border-x-accent\/90:hover {

    border-left-color: rgb(229 136 78 / 0.9);

    border-right-color: rgb(229 136 78 / 0.9);
}
.hover\:border-x-accent\/95:hover {

    border-left-color: rgb(229 136 78 / 0.95);

    border-right-color: rgb(229 136 78 / 0.95);
}
.hover\:border-x-black:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-x-black\/0:hover {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-x-black\/10:hover {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-x-black\/100:hover {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-x-black\/15:hover {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-x-black\/20:hover {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-x-black\/25:hover {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-x-black\/30:hover {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-x-black\/35:hover {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-x-black\/40:hover {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-x-black\/45:hover {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-x-black\/5:hover {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-x-black\/50:hover {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-x-black\/55:hover {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-x-black\/60:hover {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-x-black\/65:hover {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-x-black\/70:hover {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-x-black\/75:hover {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-x-black\/80:hover {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-x-black\/85:hover {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-x-black\/90:hover {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-x-black\/95:hover {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-x-current:hover {

    border-left-color: currentColor;

    border-right-color: currentColor;
}
.hover\:border-x-error:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-x-error\/0:hover {

    border-left-color: rgb(255 0 0 / 0);

    border-right-color: rgb(255 0 0 / 0);
}
.hover\:border-x-error\/10:hover {

    border-left-color: rgb(255 0 0 / 0.1);

    border-right-color: rgb(255 0 0 / 0.1);
}
.hover\:border-x-error\/100:hover {

    border-left-color: rgb(255 0 0 / 1);

    border-right-color: rgb(255 0 0 / 1);
}
.hover\:border-x-error\/15:hover {

    border-left-color: rgb(255 0 0 / 0.15);

    border-right-color: rgb(255 0 0 / 0.15);
}
.hover\:border-x-error\/20:hover {

    border-left-color: rgb(255 0 0 / 0.2);

    border-right-color: rgb(255 0 0 / 0.2);
}
.hover\:border-x-error\/25:hover {

    border-left-color: rgb(255 0 0 / 0.25);

    border-right-color: rgb(255 0 0 / 0.25);
}
.hover\:border-x-error\/30:hover {

    border-left-color: rgb(255 0 0 / 0.3);

    border-right-color: rgb(255 0 0 / 0.3);
}
.hover\:border-x-error\/35:hover {

    border-left-color: rgb(255 0 0 / 0.35);

    border-right-color: rgb(255 0 0 / 0.35);
}
.hover\:border-x-error\/40:hover {

    border-left-color: rgb(255 0 0 / 0.4);

    border-right-color: rgb(255 0 0 / 0.4);
}
.hover\:border-x-error\/45:hover {

    border-left-color: rgb(255 0 0 / 0.45);

    border-right-color: rgb(255 0 0 / 0.45);
}
.hover\:border-x-error\/5:hover {

    border-left-color: rgb(255 0 0 / 0.05);

    border-right-color: rgb(255 0 0 / 0.05);
}
.hover\:border-x-error\/50:hover {

    border-left-color: rgb(255 0 0 / 0.5);

    border-right-color: rgb(255 0 0 / 0.5);
}
.hover\:border-x-error\/55:hover {

    border-left-color: rgb(255 0 0 / 0.55);

    border-right-color: rgb(255 0 0 / 0.55);
}
.hover\:border-x-error\/60:hover {

    border-left-color: rgb(255 0 0 / 0.6);

    border-right-color: rgb(255 0 0 / 0.6);
}
.hover\:border-x-error\/65:hover {

    border-left-color: rgb(255 0 0 / 0.65);

    border-right-color: rgb(255 0 0 / 0.65);
}
.hover\:border-x-error\/70:hover {

    border-left-color: rgb(255 0 0 / 0.7);

    border-right-color: rgb(255 0 0 / 0.7);
}
.hover\:border-x-error\/75:hover {

    border-left-color: rgb(255 0 0 / 0.75);

    border-right-color: rgb(255 0 0 / 0.75);
}
.hover\:border-x-error\/80:hover {

    border-left-color: rgb(255 0 0 / 0.8);

    border-right-color: rgb(255 0 0 / 0.8);
}
.hover\:border-x-error\/85:hover {

    border-left-color: rgb(255 0 0 / 0.85);

    border-right-color: rgb(255 0 0 / 0.85);
}
.hover\:border-x-error\/90:hover {

    border-left-color: rgb(255 0 0 / 0.9);

    border-right-color: rgb(255 0 0 / 0.9);
}
.hover\:border-x-error\/95:hover {

    border-left-color: rgb(255 0 0 / 0.95);

    border-right-color: rgb(255 0 0 / 0.95);
}
.hover\:border-x-gray-100:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-100\/0:hover {

    border-left-color: rgb(243 244 246 / 0);

    border-right-color: rgb(243 244 246 / 0);
}
.hover\:border-x-gray-100\/10:hover {

    border-left-color: rgb(243 244 246 / 0.1);

    border-right-color: rgb(243 244 246 / 0.1);
}
.hover\:border-x-gray-100\/100:hover {

    border-left-color: rgb(243 244 246 / 1);

    border-right-color: rgb(243 244 246 / 1);
}
.hover\:border-x-gray-100\/15:hover {

    border-left-color: rgb(243 244 246 / 0.15);

    border-right-color: rgb(243 244 246 / 0.15);
}
.hover\:border-x-gray-100\/20:hover {

    border-left-color: rgb(243 244 246 / 0.2);

    border-right-color: rgb(243 244 246 / 0.2);
}
.hover\:border-x-gray-100\/25:hover {

    border-left-color: rgb(243 244 246 / 0.25);

    border-right-color: rgb(243 244 246 / 0.25);
}
.hover\:border-x-gray-100\/30:hover {

    border-left-color: rgb(243 244 246 / 0.3);

    border-right-color: rgb(243 244 246 / 0.3);
}
.hover\:border-x-gray-100\/35:hover {

    border-left-color: rgb(243 244 246 / 0.35);

    border-right-color: rgb(243 244 246 / 0.35);
}
.hover\:border-x-gray-100\/40:hover {

    border-left-color: rgb(243 244 246 / 0.4);

    border-right-color: rgb(243 244 246 / 0.4);
}
.hover\:border-x-gray-100\/45:hover {

    border-left-color: rgb(243 244 246 / 0.45);

    border-right-color: rgb(243 244 246 / 0.45);
}
.hover\:border-x-gray-100\/5:hover {

    border-left-color: rgb(243 244 246 / 0.05);

    border-right-color: rgb(243 244 246 / 0.05);
}
.hover\:border-x-gray-100\/50:hover {

    border-left-color: rgb(243 244 246 / 0.5);

    border-right-color: rgb(243 244 246 / 0.5);
}
.hover\:border-x-gray-100\/55:hover {

    border-left-color: rgb(243 244 246 / 0.55);

    border-right-color: rgb(243 244 246 / 0.55);
}
.hover\:border-x-gray-100\/60:hover {

    border-left-color: rgb(243 244 246 / 0.6);

    border-right-color: rgb(243 244 246 / 0.6);
}
.hover\:border-x-gray-100\/65:hover {

    border-left-color: rgb(243 244 246 / 0.65);

    border-right-color: rgb(243 244 246 / 0.65);
}
.hover\:border-x-gray-100\/70:hover {

    border-left-color: rgb(243 244 246 / 0.7);

    border-right-color: rgb(243 244 246 / 0.7);
}
.hover\:border-x-gray-100\/75:hover {

    border-left-color: rgb(243 244 246 / 0.75);

    border-right-color: rgb(243 244 246 / 0.75);
}
.hover\:border-x-gray-100\/80:hover {

    border-left-color: rgb(243 244 246 / 0.8);

    border-right-color: rgb(243 244 246 / 0.8);
}
.hover\:border-x-gray-100\/85:hover {

    border-left-color: rgb(243 244 246 / 0.85);

    border-right-color: rgb(243 244 246 / 0.85);
}
.hover\:border-x-gray-100\/90:hover {

    border-left-color: rgb(243 244 246 / 0.9);

    border-right-color: rgb(243 244 246 / 0.9);
}
.hover\:border-x-gray-100\/95:hover {

    border-left-color: rgb(243 244 246 / 0.95);

    border-right-color: rgb(243 244 246 / 0.95);
}
.hover\:border-x-gray-200:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-200\/0:hover {

    border-left-color: rgb(229 231 235 / 0);

    border-right-color: rgb(229 231 235 / 0);
}
.hover\:border-x-gray-200\/10:hover {

    border-left-color: rgb(229 231 235 / 0.1);

    border-right-color: rgb(229 231 235 / 0.1);
}
.hover\:border-x-gray-200\/100:hover {

    border-left-color: rgb(229 231 235 / 1);

    border-right-color: rgb(229 231 235 / 1);
}
.hover\:border-x-gray-200\/15:hover {

    border-left-color: rgb(229 231 235 / 0.15);

    border-right-color: rgb(229 231 235 / 0.15);
}
.hover\:border-x-gray-200\/20:hover {

    border-left-color: rgb(229 231 235 / 0.2);

    border-right-color: rgb(229 231 235 / 0.2);
}
.hover\:border-x-gray-200\/25:hover {

    border-left-color: rgb(229 231 235 / 0.25);

    border-right-color: rgb(229 231 235 / 0.25);
}
.hover\:border-x-gray-200\/30:hover {

    border-left-color: rgb(229 231 235 / 0.3);

    border-right-color: rgb(229 231 235 / 0.3);
}
.hover\:border-x-gray-200\/35:hover {

    border-left-color: rgb(229 231 235 / 0.35);

    border-right-color: rgb(229 231 235 / 0.35);
}
.hover\:border-x-gray-200\/40:hover {

    border-left-color: rgb(229 231 235 / 0.4);

    border-right-color: rgb(229 231 235 / 0.4);
}
.hover\:border-x-gray-200\/45:hover {

    border-left-color: rgb(229 231 235 / 0.45);

    border-right-color: rgb(229 231 235 / 0.45);
}
.hover\:border-x-gray-200\/5:hover {

    border-left-color: rgb(229 231 235 / 0.05);

    border-right-color: rgb(229 231 235 / 0.05);
}
.hover\:border-x-gray-200\/50:hover {

    border-left-color: rgb(229 231 235 / 0.5);

    border-right-color: rgb(229 231 235 / 0.5);
}
.hover\:border-x-gray-200\/55:hover {

    border-left-color: rgb(229 231 235 / 0.55);

    border-right-color: rgb(229 231 235 / 0.55);
}
.hover\:border-x-gray-200\/60:hover {

    border-left-color: rgb(229 231 235 / 0.6);

    border-right-color: rgb(229 231 235 / 0.6);
}
.hover\:border-x-gray-200\/65:hover {

    border-left-color: rgb(229 231 235 / 0.65);

    border-right-color: rgb(229 231 235 / 0.65);
}
.hover\:border-x-gray-200\/70:hover {

    border-left-color: rgb(229 231 235 / 0.7);

    border-right-color: rgb(229 231 235 / 0.7);
}
.hover\:border-x-gray-200\/75:hover {

    border-left-color: rgb(229 231 235 / 0.75);

    border-right-color: rgb(229 231 235 / 0.75);
}
.hover\:border-x-gray-200\/80:hover {

    border-left-color: rgb(229 231 235 / 0.8);

    border-right-color: rgb(229 231 235 / 0.8);
}
.hover\:border-x-gray-200\/85:hover {

    border-left-color: rgb(229 231 235 / 0.85);

    border-right-color: rgb(229 231 235 / 0.85);
}
.hover\:border-x-gray-200\/90:hover {

    border-left-color: rgb(229 231 235 / 0.9);

    border-right-color: rgb(229 231 235 / 0.9);
}
.hover\:border-x-gray-200\/95:hover {

    border-left-color: rgb(229 231 235 / 0.95);

    border-right-color: rgb(229 231 235 / 0.95);
}
.hover\:border-x-gray-300:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-300\/0:hover {

    border-left-color: rgb(209 213 219 / 0);

    border-right-color: rgb(209 213 219 / 0);
}
.hover\:border-x-gray-300\/10:hover {

    border-left-color: rgb(209 213 219 / 0.1);

    border-right-color: rgb(209 213 219 / 0.1);
}
.hover\:border-x-gray-300\/100:hover {

    border-left-color: rgb(209 213 219 / 1);

    border-right-color: rgb(209 213 219 / 1);
}
.hover\:border-x-gray-300\/15:hover {

    border-left-color: rgb(209 213 219 / 0.15);

    border-right-color: rgb(209 213 219 / 0.15);
}
.hover\:border-x-gray-300\/20:hover {

    border-left-color: rgb(209 213 219 / 0.2);

    border-right-color: rgb(209 213 219 / 0.2);
}
.hover\:border-x-gray-300\/25:hover {

    border-left-color: rgb(209 213 219 / 0.25);

    border-right-color: rgb(209 213 219 / 0.25);
}
.hover\:border-x-gray-300\/30:hover {

    border-left-color: rgb(209 213 219 / 0.3);

    border-right-color: rgb(209 213 219 / 0.3);
}
.hover\:border-x-gray-300\/35:hover {

    border-left-color: rgb(209 213 219 / 0.35);

    border-right-color: rgb(209 213 219 / 0.35);
}
.hover\:border-x-gray-300\/40:hover {

    border-left-color: rgb(209 213 219 / 0.4);

    border-right-color: rgb(209 213 219 / 0.4);
}
.hover\:border-x-gray-300\/45:hover {

    border-left-color: rgb(209 213 219 / 0.45);

    border-right-color: rgb(209 213 219 / 0.45);
}
.hover\:border-x-gray-300\/5:hover {

    border-left-color: rgb(209 213 219 / 0.05);

    border-right-color: rgb(209 213 219 / 0.05);
}
.hover\:border-x-gray-300\/50:hover {

    border-left-color: rgb(209 213 219 / 0.5);

    border-right-color: rgb(209 213 219 / 0.5);
}
.hover\:border-x-gray-300\/55:hover {

    border-left-color: rgb(209 213 219 / 0.55);

    border-right-color: rgb(209 213 219 / 0.55);
}
.hover\:border-x-gray-300\/60:hover {

    border-left-color: rgb(209 213 219 / 0.6);

    border-right-color: rgb(209 213 219 / 0.6);
}
.hover\:border-x-gray-300\/65:hover {

    border-left-color: rgb(209 213 219 / 0.65);

    border-right-color: rgb(209 213 219 / 0.65);
}
.hover\:border-x-gray-300\/70:hover {

    border-left-color: rgb(209 213 219 / 0.7);

    border-right-color: rgb(209 213 219 / 0.7);
}
.hover\:border-x-gray-300\/75:hover {

    border-left-color: rgb(209 213 219 / 0.75);

    border-right-color: rgb(209 213 219 / 0.75);
}
.hover\:border-x-gray-300\/80:hover {

    border-left-color: rgb(209 213 219 / 0.8);

    border-right-color: rgb(209 213 219 / 0.8);
}
.hover\:border-x-gray-300\/85:hover {

    border-left-color: rgb(209 213 219 / 0.85);

    border-right-color: rgb(209 213 219 / 0.85);
}
.hover\:border-x-gray-300\/90:hover {

    border-left-color: rgb(209 213 219 / 0.9);

    border-right-color: rgb(209 213 219 / 0.9);
}
.hover\:border-x-gray-300\/95:hover {

    border-left-color: rgb(209 213 219 / 0.95);

    border-right-color: rgb(209 213 219 / 0.95);
}
.hover\:border-x-gray-400:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-400\/0:hover {

    border-left-color: rgb(156 163 175 / 0);

    border-right-color: rgb(156 163 175 / 0);
}
.hover\:border-x-gray-400\/10:hover {

    border-left-color: rgb(156 163 175 / 0.1);

    border-right-color: rgb(156 163 175 / 0.1);
}
.hover\:border-x-gray-400\/100:hover {

    border-left-color: rgb(156 163 175 / 1);

    border-right-color: rgb(156 163 175 / 1);
}
.hover\:border-x-gray-400\/15:hover {

    border-left-color: rgb(156 163 175 / 0.15);

    border-right-color: rgb(156 163 175 / 0.15);
}
.hover\:border-x-gray-400\/20:hover {

    border-left-color: rgb(156 163 175 / 0.2);

    border-right-color: rgb(156 163 175 / 0.2);
}
.hover\:border-x-gray-400\/25:hover {

    border-left-color: rgb(156 163 175 / 0.25);

    border-right-color: rgb(156 163 175 / 0.25);
}
.hover\:border-x-gray-400\/30:hover {

    border-left-color: rgb(156 163 175 / 0.3);

    border-right-color: rgb(156 163 175 / 0.3);
}
.hover\:border-x-gray-400\/35:hover {

    border-left-color: rgb(156 163 175 / 0.35);

    border-right-color: rgb(156 163 175 / 0.35);
}
.hover\:border-x-gray-400\/40:hover {

    border-left-color: rgb(156 163 175 / 0.4);

    border-right-color: rgb(156 163 175 / 0.4);
}
.hover\:border-x-gray-400\/45:hover {

    border-left-color: rgb(156 163 175 / 0.45);

    border-right-color: rgb(156 163 175 / 0.45);
}
.hover\:border-x-gray-400\/5:hover {

    border-left-color: rgb(156 163 175 / 0.05);

    border-right-color: rgb(156 163 175 / 0.05);
}
.hover\:border-x-gray-400\/50:hover {

    border-left-color: rgb(156 163 175 / 0.5);

    border-right-color: rgb(156 163 175 / 0.5);
}
.hover\:border-x-gray-400\/55:hover {

    border-left-color: rgb(156 163 175 / 0.55);

    border-right-color: rgb(156 163 175 / 0.55);
}
.hover\:border-x-gray-400\/60:hover {

    border-left-color: rgb(156 163 175 / 0.6);

    border-right-color: rgb(156 163 175 / 0.6);
}
.hover\:border-x-gray-400\/65:hover {

    border-left-color: rgb(156 163 175 / 0.65);

    border-right-color: rgb(156 163 175 / 0.65);
}
.hover\:border-x-gray-400\/70:hover {

    border-left-color: rgb(156 163 175 / 0.7);

    border-right-color: rgb(156 163 175 / 0.7);
}
.hover\:border-x-gray-400\/75:hover {

    border-left-color: rgb(156 163 175 / 0.75);

    border-right-color: rgb(156 163 175 / 0.75);
}
.hover\:border-x-gray-400\/80:hover {

    border-left-color: rgb(156 163 175 / 0.8);

    border-right-color: rgb(156 163 175 / 0.8);
}
.hover\:border-x-gray-400\/85:hover {

    border-left-color: rgb(156 163 175 / 0.85);

    border-right-color: rgb(156 163 175 / 0.85);
}
.hover\:border-x-gray-400\/90:hover {

    border-left-color: rgb(156 163 175 / 0.9);

    border-right-color: rgb(156 163 175 / 0.9);
}
.hover\:border-x-gray-400\/95:hover {

    border-left-color: rgb(156 163 175 / 0.95);

    border-right-color: rgb(156 163 175 / 0.95);
}
.hover\:border-x-gray-50:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-50\/0:hover {

    border-left-color: rgb(249 250 251 / 0);

    border-right-color: rgb(249 250 251 / 0);
}
.hover\:border-x-gray-50\/10:hover {

    border-left-color: rgb(249 250 251 / 0.1);

    border-right-color: rgb(249 250 251 / 0.1);
}
.hover\:border-x-gray-50\/100:hover {

    border-left-color: rgb(249 250 251 / 1);

    border-right-color: rgb(249 250 251 / 1);
}
.hover\:border-x-gray-50\/15:hover {

    border-left-color: rgb(249 250 251 / 0.15);

    border-right-color: rgb(249 250 251 / 0.15);
}
.hover\:border-x-gray-50\/20:hover {

    border-left-color: rgb(249 250 251 / 0.2);

    border-right-color: rgb(249 250 251 / 0.2);
}
.hover\:border-x-gray-50\/25:hover {

    border-left-color: rgb(249 250 251 / 0.25);

    border-right-color: rgb(249 250 251 / 0.25);
}
.hover\:border-x-gray-50\/30:hover {

    border-left-color: rgb(249 250 251 / 0.3);

    border-right-color: rgb(249 250 251 / 0.3);
}
.hover\:border-x-gray-50\/35:hover {

    border-left-color: rgb(249 250 251 / 0.35);

    border-right-color: rgb(249 250 251 / 0.35);
}
.hover\:border-x-gray-50\/40:hover {

    border-left-color: rgb(249 250 251 / 0.4);

    border-right-color: rgb(249 250 251 / 0.4);
}
.hover\:border-x-gray-50\/45:hover {

    border-left-color: rgb(249 250 251 / 0.45);

    border-right-color: rgb(249 250 251 / 0.45);
}
.hover\:border-x-gray-50\/5:hover {

    border-left-color: rgb(249 250 251 / 0.05);

    border-right-color: rgb(249 250 251 / 0.05);
}
.hover\:border-x-gray-50\/50:hover {

    border-left-color: rgb(249 250 251 / 0.5);

    border-right-color: rgb(249 250 251 / 0.5);
}
.hover\:border-x-gray-50\/55:hover {

    border-left-color: rgb(249 250 251 / 0.55);

    border-right-color: rgb(249 250 251 / 0.55);
}
.hover\:border-x-gray-50\/60:hover {

    border-left-color: rgb(249 250 251 / 0.6);

    border-right-color: rgb(249 250 251 / 0.6);
}
.hover\:border-x-gray-50\/65:hover {

    border-left-color: rgb(249 250 251 / 0.65);

    border-right-color: rgb(249 250 251 / 0.65);
}
.hover\:border-x-gray-50\/70:hover {

    border-left-color: rgb(249 250 251 / 0.7);

    border-right-color: rgb(249 250 251 / 0.7);
}
.hover\:border-x-gray-50\/75:hover {

    border-left-color: rgb(249 250 251 / 0.75);

    border-right-color: rgb(249 250 251 / 0.75);
}
.hover\:border-x-gray-50\/80:hover {

    border-left-color: rgb(249 250 251 / 0.8);

    border-right-color: rgb(249 250 251 / 0.8);
}
.hover\:border-x-gray-50\/85:hover {

    border-left-color: rgb(249 250 251 / 0.85);

    border-right-color: rgb(249 250 251 / 0.85);
}
.hover\:border-x-gray-50\/90:hover {

    border-left-color: rgb(249 250 251 / 0.9);

    border-right-color: rgb(249 250 251 / 0.9);
}
.hover\:border-x-gray-50\/95:hover {

    border-left-color: rgb(249 250 251 / 0.95);

    border-right-color: rgb(249 250 251 / 0.95);
}
.hover\:border-x-gray-500:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-500\/0:hover {

    border-left-color: rgb(107 114 128 / 0);

    border-right-color: rgb(107 114 128 / 0);
}
.hover\:border-x-gray-500\/10:hover {

    border-left-color: rgb(107 114 128 / 0.1);

    border-right-color: rgb(107 114 128 / 0.1);
}
.hover\:border-x-gray-500\/100:hover {

    border-left-color: rgb(107 114 128 / 1);

    border-right-color: rgb(107 114 128 / 1);
}
.hover\:border-x-gray-500\/15:hover {

    border-left-color: rgb(107 114 128 / 0.15);

    border-right-color: rgb(107 114 128 / 0.15);
}
.hover\:border-x-gray-500\/20:hover {

    border-left-color: rgb(107 114 128 / 0.2);

    border-right-color: rgb(107 114 128 / 0.2);
}
.hover\:border-x-gray-500\/25:hover {

    border-left-color: rgb(107 114 128 / 0.25);

    border-right-color: rgb(107 114 128 / 0.25);
}
.hover\:border-x-gray-500\/30:hover {

    border-left-color: rgb(107 114 128 / 0.3);

    border-right-color: rgb(107 114 128 / 0.3);
}
.hover\:border-x-gray-500\/35:hover {

    border-left-color: rgb(107 114 128 / 0.35);

    border-right-color: rgb(107 114 128 / 0.35);
}
.hover\:border-x-gray-500\/40:hover {

    border-left-color: rgb(107 114 128 / 0.4);

    border-right-color: rgb(107 114 128 / 0.4);
}
.hover\:border-x-gray-500\/45:hover {

    border-left-color: rgb(107 114 128 / 0.45);

    border-right-color: rgb(107 114 128 / 0.45);
}
.hover\:border-x-gray-500\/5:hover {

    border-left-color: rgb(107 114 128 / 0.05);

    border-right-color: rgb(107 114 128 / 0.05);
}
.hover\:border-x-gray-500\/50:hover {

    border-left-color: rgb(107 114 128 / 0.5);

    border-right-color: rgb(107 114 128 / 0.5);
}
.hover\:border-x-gray-500\/55:hover {

    border-left-color: rgb(107 114 128 / 0.55);

    border-right-color: rgb(107 114 128 / 0.55);
}
.hover\:border-x-gray-500\/60:hover {

    border-left-color: rgb(107 114 128 / 0.6);

    border-right-color: rgb(107 114 128 / 0.6);
}
.hover\:border-x-gray-500\/65:hover {

    border-left-color: rgb(107 114 128 / 0.65);

    border-right-color: rgb(107 114 128 / 0.65);
}
.hover\:border-x-gray-500\/70:hover {

    border-left-color: rgb(107 114 128 / 0.7);

    border-right-color: rgb(107 114 128 / 0.7);
}
.hover\:border-x-gray-500\/75:hover {

    border-left-color: rgb(107 114 128 / 0.75);

    border-right-color: rgb(107 114 128 / 0.75);
}
.hover\:border-x-gray-500\/80:hover {

    border-left-color: rgb(107 114 128 / 0.8);

    border-right-color: rgb(107 114 128 / 0.8);
}
.hover\:border-x-gray-500\/85:hover {

    border-left-color: rgb(107 114 128 / 0.85);

    border-right-color: rgb(107 114 128 / 0.85);
}
.hover\:border-x-gray-500\/90:hover {

    border-left-color: rgb(107 114 128 / 0.9);

    border-right-color: rgb(107 114 128 / 0.9);
}
.hover\:border-x-gray-500\/95:hover {

    border-left-color: rgb(107 114 128 / 0.95);

    border-right-color: rgb(107 114 128 / 0.95);
}
.hover\:border-x-gray-600:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-600\/0:hover {

    border-left-color: rgb(75 85 99 / 0);

    border-right-color: rgb(75 85 99 / 0);
}
.hover\:border-x-gray-600\/10:hover {

    border-left-color: rgb(75 85 99 / 0.1);

    border-right-color: rgb(75 85 99 / 0.1);
}
.hover\:border-x-gray-600\/100:hover {

    border-left-color: rgb(75 85 99 / 1);

    border-right-color: rgb(75 85 99 / 1);
}
.hover\:border-x-gray-600\/15:hover {

    border-left-color: rgb(75 85 99 / 0.15);

    border-right-color: rgb(75 85 99 / 0.15);
}
.hover\:border-x-gray-600\/20:hover {

    border-left-color: rgb(75 85 99 / 0.2);

    border-right-color: rgb(75 85 99 / 0.2);
}
.hover\:border-x-gray-600\/25:hover {

    border-left-color: rgb(75 85 99 / 0.25);

    border-right-color: rgb(75 85 99 / 0.25);
}
.hover\:border-x-gray-600\/30:hover {

    border-left-color: rgb(75 85 99 / 0.3);

    border-right-color: rgb(75 85 99 / 0.3);
}
.hover\:border-x-gray-600\/35:hover {

    border-left-color: rgb(75 85 99 / 0.35);

    border-right-color: rgb(75 85 99 / 0.35);
}
.hover\:border-x-gray-600\/40:hover {

    border-left-color: rgb(75 85 99 / 0.4);

    border-right-color: rgb(75 85 99 / 0.4);
}
.hover\:border-x-gray-600\/45:hover {

    border-left-color: rgb(75 85 99 / 0.45);

    border-right-color: rgb(75 85 99 / 0.45);
}
.hover\:border-x-gray-600\/5:hover {

    border-left-color: rgb(75 85 99 / 0.05);

    border-right-color: rgb(75 85 99 / 0.05);
}
.hover\:border-x-gray-600\/50:hover {

    border-left-color: rgb(75 85 99 / 0.5);

    border-right-color: rgb(75 85 99 / 0.5);
}
.hover\:border-x-gray-600\/55:hover {

    border-left-color: rgb(75 85 99 / 0.55);

    border-right-color: rgb(75 85 99 / 0.55);
}
.hover\:border-x-gray-600\/60:hover {

    border-left-color: rgb(75 85 99 / 0.6);

    border-right-color: rgb(75 85 99 / 0.6);
}
.hover\:border-x-gray-600\/65:hover {

    border-left-color: rgb(75 85 99 / 0.65);

    border-right-color: rgb(75 85 99 / 0.65);
}
.hover\:border-x-gray-600\/70:hover {

    border-left-color: rgb(75 85 99 / 0.7);

    border-right-color: rgb(75 85 99 / 0.7);
}
.hover\:border-x-gray-600\/75:hover {

    border-left-color: rgb(75 85 99 / 0.75);

    border-right-color: rgb(75 85 99 / 0.75);
}
.hover\:border-x-gray-600\/80:hover {

    border-left-color: rgb(75 85 99 / 0.8);

    border-right-color: rgb(75 85 99 / 0.8);
}
.hover\:border-x-gray-600\/85:hover {

    border-left-color: rgb(75 85 99 / 0.85);

    border-right-color: rgb(75 85 99 / 0.85);
}
.hover\:border-x-gray-600\/90:hover {

    border-left-color: rgb(75 85 99 / 0.9);

    border-right-color: rgb(75 85 99 / 0.9);
}
.hover\:border-x-gray-600\/95:hover {

    border-left-color: rgb(75 85 99 / 0.95);

    border-right-color: rgb(75 85 99 / 0.95);
}
.hover\:border-x-gray-700:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-700\/0:hover {

    border-left-color: rgb(55 65 81 / 0);

    border-right-color: rgb(55 65 81 / 0);
}
.hover\:border-x-gray-700\/10:hover {

    border-left-color: rgb(55 65 81 / 0.1);

    border-right-color: rgb(55 65 81 / 0.1);
}
.hover\:border-x-gray-700\/100:hover {

    border-left-color: rgb(55 65 81 / 1);

    border-right-color: rgb(55 65 81 / 1);
}
.hover\:border-x-gray-700\/15:hover {

    border-left-color: rgb(55 65 81 / 0.15);

    border-right-color: rgb(55 65 81 / 0.15);
}
.hover\:border-x-gray-700\/20:hover {

    border-left-color: rgb(55 65 81 / 0.2);

    border-right-color: rgb(55 65 81 / 0.2);
}
.hover\:border-x-gray-700\/25:hover {

    border-left-color: rgb(55 65 81 / 0.25);

    border-right-color: rgb(55 65 81 / 0.25);
}
.hover\:border-x-gray-700\/30:hover {

    border-left-color: rgb(55 65 81 / 0.3);

    border-right-color: rgb(55 65 81 / 0.3);
}
.hover\:border-x-gray-700\/35:hover {

    border-left-color: rgb(55 65 81 / 0.35);

    border-right-color: rgb(55 65 81 / 0.35);
}
.hover\:border-x-gray-700\/40:hover {

    border-left-color: rgb(55 65 81 / 0.4);

    border-right-color: rgb(55 65 81 / 0.4);
}
.hover\:border-x-gray-700\/45:hover {

    border-left-color: rgb(55 65 81 / 0.45);

    border-right-color: rgb(55 65 81 / 0.45);
}
.hover\:border-x-gray-700\/5:hover {

    border-left-color: rgb(55 65 81 / 0.05);

    border-right-color: rgb(55 65 81 / 0.05);
}
.hover\:border-x-gray-700\/50:hover {

    border-left-color: rgb(55 65 81 / 0.5);

    border-right-color: rgb(55 65 81 / 0.5);
}
.hover\:border-x-gray-700\/55:hover {

    border-left-color: rgb(55 65 81 / 0.55);

    border-right-color: rgb(55 65 81 / 0.55);
}
.hover\:border-x-gray-700\/60:hover {

    border-left-color: rgb(55 65 81 / 0.6);

    border-right-color: rgb(55 65 81 / 0.6);
}
.hover\:border-x-gray-700\/65:hover {

    border-left-color: rgb(55 65 81 / 0.65);

    border-right-color: rgb(55 65 81 / 0.65);
}
.hover\:border-x-gray-700\/70:hover {

    border-left-color: rgb(55 65 81 / 0.7);

    border-right-color: rgb(55 65 81 / 0.7);
}
.hover\:border-x-gray-700\/75:hover {

    border-left-color: rgb(55 65 81 / 0.75);

    border-right-color: rgb(55 65 81 / 0.75);
}
.hover\:border-x-gray-700\/80:hover {

    border-left-color: rgb(55 65 81 / 0.8);

    border-right-color: rgb(55 65 81 / 0.8);
}
.hover\:border-x-gray-700\/85:hover {

    border-left-color: rgb(55 65 81 / 0.85);

    border-right-color: rgb(55 65 81 / 0.85);
}
.hover\:border-x-gray-700\/90:hover {

    border-left-color: rgb(55 65 81 / 0.9);

    border-right-color: rgb(55 65 81 / 0.9);
}
.hover\:border-x-gray-700\/95:hover {

    border-left-color: rgb(55 65 81 / 0.95);

    border-right-color: rgb(55 65 81 / 0.95);
}
.hover\:border-x-gray-800:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-800\/0:hover {

    border-left-color: rgb(31 41 55 / 0);

    border-right-color: rgb(31 41 55 / 0);
}
.hover\:border-x-gray-800\/10:hover {

    border-left-color: rgb(31 41 55 / 0.1);

    border-right-color: rgb(31 41 55 / 0.1);
}
.hover\:border-x-gray-800\/100:hover {

    border-left-color: rgb(31 41 55 / 1);

    border-right-color: rgb(31 41 55 / 1);
}
.hover\:border-x-gray-800\/15:hover {

    border-left-color: rgb(31 41 55 / 0.15);

    border-right-color: rgb(31 41 55 / 0.15);
}
.hover\:border-x-gray-800\/20:hover {

    border-left-color: rgb(31 41 55 / 0.2);

    border-right-color: rgb(31 41 55 / 0.2);
}
.hover\:border-x-gray-800\/25:hover {

    border-left-color: rgb(31 41 55 / 0.25);

    border-right-color: rgb(31 41 55 / 0.25);
}
.hover\:border-x-gray-800\/30:hover {

    border-left-color: rgb(31 41 55 / 0.3);

    border-right-color: rgb(31 41 55 / 0.3);
}
.hover\:border-x-gray-800\/35:hover {

    border-left-color: rgb(31 41 55 / 0.35);

    border-right-color: rgb(31 41 55 / 0.35);
}
.hover\:border-x-gray-800\/40:hover {

    border-left-color: rgb(31 41 55 / 0.4);

    border-right-color: rgb(31 41 55 / 0.4);
}
.hover\:border-x-gray-800\/45:hover {

    border-left-color: rgb(31 41 55 / 0.45);

    border-right-color: rgb(31 41 55 / 0.45);
}
.hover\:border-x-gray-800\/5:hover {

    border-left-color: rgb(31 41 55 / 0.05);

    border-right-color: rgb(31 41 55 / 0.05);
}
.hover\:border-x-gray-800\/50:hover {

    border-left-color: rgb(31 41 55 / 0.5);

    border-right-color: rgb(31 41 55 / 0.5);
}
.hover\:border-x-gray-800\/55:hover {

    border-left-color: rgb(31 41 55 / 0.55);

    border-right-color: rgb(31 41 55 / 0.55);
}
.hover\:border-x-gray-800\/60:hover {

    border-left-color: rgb(31 41 55 / 0.6);

    border-right-color: rgb(31 41 55 / 0.6);
}
.hover\:border-x-gray-800\/65:hover {

    border-left-color: rgb(31 41 55 / 0.65);

    border-right-color: rgb(31 41 55 / 0.65);
}
.hover\:border-x-gray-800\/70:hover {

    border-left-color: rgb(31 41 55 / 0.7);

    border-right-color: rgb(31 41 55 / 0.7);
}
.hover\:border-x-gray-800\/75:hover {

    border-left-color: rgb(31 41 55 / 0.75);

    border-right-color: rgb(31 41 55 / 0.75);
}
.hover\:border-x-gray-800\/80:hover {

    border-left-color: rgb(31 41 55 / 0.8);

    border-right-color: rgb(31 41 55 / 0.8);
}
.hover\:border-x-gray-800\/85:hover {

    border-left-color: rgb(31 41 55 / 0.85);

    border-right-color: rgb(31 41 55 / 0.85);
}
.hover\:border-x-gray-800\/90:hover {

    border-left-color: rgb(31 41 55 / 0.9);

    border-right-color: rgb(31 41 55 / 0.9);
}
.hover\:border-x-gray-800\/95:hover {

    border-left-color: rgb(31 41 55 / 0.95);

    border-right-color: rgb(31 41 55 / 0.95);
}
.hover\:border-x-gray-900:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-900\/0:hover {

    border-left-color: rgb(17 24 39 / 0);

    border-right-color: rgb(17 24 39 / 0);
}
.hover\:border-x-gray-900\/10:hover {

    border-left-color: rgb(17 24 39 / 0.1);

    border-right-color: rgb(17 24 39 / 0.1);
}
.hover\:border-x-gray-900\/100:hover {

    border-left-color: rgb(17 24 39 / 1);

    border-right-color: rgb(17 24 39 / 1);
}
.hover\:border-x-gray-900\/15:hover {

    border-left-color: rgb(17 24 39 / 0.15);

    border-right-color: rgb(17 24 39 / 0.15);
}
.hover\:border-x-gray-900\/20:hover {

    border-left-color: rgb(17 24 39 / 0.2);

    border-right-color: rgb(17 24 39 / 0.2);
}
.hover\:border-x-gray-900\/25:hover {

    border-left-color: rgb(17 24 39 / 0.25);

    border-right-color: rgb(17 24 39 / 0.25);
}
.hover\:border-x-gray-900\/30:hover {

    border-left-color: rgb(17 24 39 / 0.3);

    border-right-color: rgb(17 24 39 / 0.3);
}
.hover\:border-x-gray-900\/35:hover {

    border-left-color: rgb(17 24 39 / 0.35);

    border-right-color: rgb(17 24 39 / 0.35);
}
.hover\:border-x-gray-900\/40:hover {

    border-left-color: rgb(17 24 39 / 0.4);

    border-right-color: rgb(17 24 39 / 0.4);
}
.hover\:border-x-gray-900\/45:hover {

    border-left-color: rgb(17 24 39 / 0.45);

    border-right-color: rgb(17 24 39 / 0.45);
}
.hover\:border-x-gray-900\/5:hover {

    border-left-color: rgb(17 24 39 / 0.05);

    border-right-color: rgb(17 24 39 / 0.05);
}
.hover\:border-x-gray-900\/50:hover {

    border-left-color: rgb(17 24 39 / 0.5);

    border-right-color: rgb(17 24 39 / 0.5);
}
.hover\:border-x-gray-900\/55:hover {

    border-left-color: rgb(17 24 39 / 0.55);

    border-right-color: rgb(17 24 39 / 0.55);
}
.hover\:border-x-gray-900\/60:hover {

    border-left-color: rgb(17 24 39 / 0.6);

    border-right-color: rgb(17 24 39 / 0.6);
}
.hover\:border-x-gray-900\/65:hover {

    border-left-color: rgb(17 24 39 / 0.65);

    border-right-color: rgb(17 24 39 / 0.65);
}
.hover\:border-x-gray-900\/70:hover {

    border-left-color: rgb(17 24 39 / 0.7);

    border-right-color: rgb(17 24 39 / 0.7);
}
.hover\:border-x-gray-900\/75:hover {

    border-left-color: rgb(17 24 39 / 0.75);

    border-right-color: rgb(17 24 39 / 0.75);
}
.hover\:border-x-gray-900\/80:hover {

    border-left-color: rgb(17 24 39 / 0.8);

    border-right-color: rgb(17 24 39 / 0.8);
}
.hover\:border-x-gray-900\/85:hover {

    border-left-color: rgb(17 24 39 / 0.85);

    border-right-color: rgb(17 24 39 / 0.85);
}
.hover\:border-x-gray-900\/90:hover {

    border-left-color: rgb(17 24 39 / 0.9);

    border-right-color: rgb(17 24 39 / 0.9);
}
.hover\:border-x-gray-900\/95:hover {

    border-left-color: rgb(17 24 39 / 0.95);

    border-right-color: rgb(17 24 39 / 0.95);
}
.hover\:border-x-gray-950:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-950\/0:hover {

    border-left-color: rgb(3 7 18 / 0);

    border-right-color: rgb(3 7 18 / 0);
}
.hover\:border-x-gray-950\/10:hover {

    border-left-color: rgb(3 7 18 / 0.1);

    border-right-color: rgb(3 7 18 / 0.1);
}
.hover\:border-x-gray-950\/100:hover {

    border-left-color: rgb(3 7 18 / 1);

    border-right-color: rgb(3 7 18 / 1);
}
.hover\:border-x-gray-950\/15:hover {

    border-left-color: rgb(3 7 18 / 0.15);

    border-right-color: rgb(3 7 18 / 0.15);
}
.hover\:border-x-gray-950\/20:hover {

    border-left-color: rgb(3 7 18 / 0.2);

    border-right-color: rgb(3 7 18 / 0.2);
}
.hover\:border-x-gray-950\/25:hover {

    border-left-color: rgb(3 7 18 / 0.25);

    border-right-color: rgb(3 7 18 / 0.25);
}
.hover\:border-x-gray-950\/30:hover {

    border-left-color: rgb(3 7 18 / 0.3);

    border-right-color: rgb(3 7 18 / 0.3);
}
.hover\:border-x-gray-950\/35:hover {

    border-left-color: rgb(3 7 18 / 0.35);

    border-right-color: rgb(3 7 18 / 0.35);
}
.hover\:border-x-gray-950\/40:hover {

    border-left-color: rgb(3 7 18 / 0.4);

    border-right-color: rgb(3 7 18 / 0.4);
}
.hover\:border-x-gray-950\/45:hover {

    border-left-color: rgb(3 7 18 / 0.45);

    border-right-color: rgb(3 7 18 / 0.45);
}
.hover\:border-x-gray-950\/5:hover {

    border-left-color: rgb(3 7 18 / 0.05);

    border-right-color: rgb(3 7 18 / 0.05);
}
.hover\:border-x-gray-950\/50:hover {

    border-left-color: rgb(3 7 18 / 0.5);

    border-right-color: rgb(3 7 18 / 0.5);
}
.hover\:border-x-gray-950\/55:hover {

    border-left-color: rgb(3 7 18 / 0.55);

    border-right-color: rgb(3 7 18 / 0.55);
}
.hover\:border-x-gray-950\/60:hover {

    border-left-color: rgb(3 7 18 / 0.6);

    border-right-color: rgb(3 7 18 / 0.6);
}
.hover\:border-x-gray-950\/65:hover {

    border-left-color: rgb(3 7 18 / 0.65);

    border-right-color: rgb(3 7 18 / 0.65);
}
.hover\:border-x-gray-950\/70:hover {

    border-left-color: rgb(3 7 18 / 0.7);

    border-right-color: rgb(3 7 18 / 0.7);
}
.hover\:border-x-gray-950\/75:hover {

    border-left-color: rgb(3 7 18 / 0.75);

    border-right-color: rgb(3 7 18 / 0.75);
}
.hover\:border-x-gray-950\/80:hover {

    border-left-color: rgb(3 7 18 / 0.8);

    border-right-color: rgb(3 7 18 / 0.8);
}
.hover\:border-x-gray-950\/85:hover {

    border-left-color: rgb(3 7 18 / 0.85);

    border-right-color: rgb(3 7 18 / 0.85);
}
.hover\:border-x-gray-950\/90:hover {

    border-left-color: rgb(3 7 18 / 0.9);

    border-right-color: rgb(3 7 18 / 0.9);
}
.hover\:border-x-gray-950\/95:hover {

    border-left-color: rgb(3 7 18 / 0.95);

    border-right-color: rgb(3 7 18 / 0.95);
}
.hover\:border-x-inherit:hover {

    border-left-color: inherit;

    border-right-color: inherit;
}
.hover\:border-x-primary:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-dark\/0:hover {

    border-left-color: rgb(26 88 121 / 0);

    border-right-color: rgb(26 88 121 / 0);
}
.hover\:border-x-primary-dark\/10:hover {

    border-left-color: rgb(26 88 121 / 0.1);

    border-right-color: rgb(26 88 121 / 0.1);
}
.hover\:border-x-primary-dark\/100:hover {

    border-left-color: rgb(26 88 121 / 1);

    border-right-color: rgb(26 88 121 / 1);
}
.hover\:border-x-primary-dark\/15:hover {

    border-left-color: rgb(26 88 121 / 0.15);

    border-right-color: rgb(26 88 121 / 0.15);
}
.hover\:border-x-primary-dark\/20:hover {

    border-left-color: rgb(26 88 121 / 0.2);

    border-right-color: rgb(26 88 121 / 0.2);
}
.hover\:border-x-primary-dark\/25:hover {

    border-left-color: rgb(26 88 121 / 0.25);

    border-right-color: rgb(26 88 121 / 0.25);
}
.hover\:border-x-primary-dark\/30:hover {

    border-left-color: rgb(26 88 121 / 0.3);

    border-right-color: rgb(26 88 121 / 0.3);
}
.hover\:border-x-primary-dark\/35:hover {

    border-left-color: rgb(26 88 121 / 0.35);

    border-right-color: rgb(26 88 121 / 0.35);
}
.hover\:border-x-primary-dark\/40:hover {

    border-left-color: rgb(26 88 121 / 0.4);

    border-right-color: rgb(26 88 121 / 0.4);
}
.hover\:border-x-primary-dark\/45:hover {

    border-left-color: rgb(26 88 121 / 0.45);

    border-right-color: rgb(26 88 121 / 0.45);
}
.hover\:border-x-primary-dark\/5:hover {

    border-left-color: rgb(26 88 121 / 0.05);

    border-right-color: rgb(26 88 121 / 0.05);
}
.hover\:border-x-primary-dark\/50:hover {

    border-left-color: rgb(26 88 121 / 0.5);

    border-right-color: rgb(26 88 121 / 0.5);
}
.hover\:border-x-primary-dark\/55:hover {

    border-left-color: rgb(26 88 121 / 0.55);

    border-right-color: rgb(26 88 121 / 0.55);
}
.hover\:border-x-primary-dark\/60:hover {

    border-left-color: rgb(26 88 121 / 0.6);

    border-right-color: rgb(26 88 121 / 0.6);
}
.hover\:border-x-primary-dark\/65:hover {

    border-left-color: rgb(26 88 121 / 0.65);

    border-right-color: rgb(26 88 121 / 0.65);
}
.hover\:border-x-primary-dark\/70:hover {

    border-left-color: rgb(26 88 121 / 0.7);

    border-right-color: rgb(26 88 121 / 0.7);
}
.hover\:border-x-primary-dark\/75:hover {

    border-left-color: rgb(26 88 121 / 0.75);

    border-right-color: rgb(26 88 121 / 0.75);
}
.hover\:border-x-primary-dark\/80:hover {

    border-left-color: rgb(26 88 121 / 0.8);

    border-right-color: rgb(26 88 121 / 0.8);
}
.hover\:border-x-primary-dark\/85:hover {

    border-left-color: rgb(26 88 121 / 0.85);

    border-right-color: rgb(26 88 121 / 0.85);
}
.hover\:border-x-primary-dark\/90:hover {

    border-left-color: rgb(26 88 121 / 0.9);

    border-right-color: rgb(26 88 121 / 0.9);
}
.hover\:border-x-primary-dark\/95:hover {

    border-left-color: rgb(26 88 121 / 0.95);

    border-right-color: rgb(26 88 121 / 0.95);
}
.hover\:border-x-primary-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-light\/0:hover {

    border-left-color: rgb(85 154 193 / 0);

    border-right-color: rgb(85 154 193 / 0);
}
.hover\:border-x-primary-light\/10:hover {

    border-left-color: rgb(85 154 193 / 0.1);

    border-right-color: rgb(85 154 193 / 0.1);
}
.hover\:border-x-primary-light\/100:hover {

    border-left-color: rgb(85 154 193 / 1);

    border-right-color: rgb(85 154 193 / 1);
}
.hover\:border-x-primary-light\/15:hover {

    border-left-color: rgb(85 154 193 / 0.15);

    border-right-color: rgb(85 154 193 / 0.15);
}
.hover\:border-x-primary-light\/20:hover {

    border-left-color: rgb(85 154 193 / 0.2);

    border-right-color: rgb(85 154 193 / 0.2);
}
.hover\:border-x-primary-light\/25:hover {

    border-left-color: rgb(85 154 193 / 0.25);

    border-right-color: rgb(85 154 193 / 0.25);
}
.hover\:border-x-primary-light\/30:hover {

    border-left-color: rgb(85 154 193 / 0.3);

    border-right-color: rgb(85 154 193 / 0.3);
}
.hover\:border-x-primary-light\/35:hover {

    border-left-color: rgb(85 154 193 / 0.35);

    border-right-color: rgb(85 154 193 / 0.35);
}
.hover\:border-x-primary-light\/40:hover {

    border-left-color: rgb(85 154 193 / 0.4);

    border-right-color: rgb(85 154 193 / 0.4);
}
.hover\:border-x-primary-light\/45:hover {

    border-left-color: rgb(85 154 193 / 0.45);

    border-right-color: rgb(85 154 193 / 0.45);
}
.hover\:border-x-primary-light\/5:hover {

    border-left-color: rgb(85 154 193 / 0.05);

    border-right-color: rgb(85 154 193 / 0.05);
}
.hover\:border-x-primary-light\/50:hover {

    border-left-color: rgb(85 154 193 / 0.5);

    border-right-color: rgb(85 154 193 / 0.5);
}
.hover\:border-x-primary-light\/55:hover {

    border-left-color: rgb(85 154 193 / 0.55);

    border-right-color: rgb(85 154 193 / 0.55);
}
.hover\:border-x-primary-light\/60:hover {

    border-left-color: rgb(85 154 193 / 0.6);

    border-right-color: rgb(85 154 193 / 0.6);
}
.hover\:border-x-primary-light\/65:hover {

    border-left-color: rgb(85 154 193 / 0.65);

    border-right-color: rgb(85 154 193 / 0.65);
}
.hover\:border-x-primary-light\/70:hover {

    border-left-color: rgb(85 154 193 / 0.7);

    border-right-color: rgb(85 154 193 / 0.7);
}
.hover\:border-x-primary-light\/75:hover {

    border-left-color: rgb(85 154 193 / 0.75);

    border-right-color: rgb(85 154 193 / 0.75);
}
.hover\:border-x-primary-light\/80:hover {

    border-left-color: rgb(85 154 193 / 0.8);

    border-right-color: rgb(85 154 193 / 0.8);
}
.hover\:border-x-primary-light\/85:hover {

    border-left-color: rgb(85 154 193 / 0.85);

    border-right-color: rgb(85 154 193 / 0.85);
}
.hover\:border-x-primary-light\/90:hover {

    border-left-color: rgb(85 154 193 / 0.9);

    border-right-color: rgb(85 154 193 / 0.9);
}
.hover\:border-x-primary-light\/95:hover {

    border-left-color: rgb(85 154 193 / 0.95);

    border-right-color: rgb(85 154 193 / 0.95);
}
.hover\:border-x-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-lighter\/0:hover {

    border-left-color: rgb(115 177 212 / 0);

    border-right-color: rgb(115 177 212 / 0);
}
.hover\:border-x-primary-lighter\/10:hover {

    border-left-color: rgb(115 177 212 / 0.1);

    border-right-color: rgb(115 177 212 / 0.1);
}
.hover\:border-x-primary-lighter\/100:hover {

    border-left-color: rgb(115 177 212 / 1);

    border-right-color: rgb(115 177 212 / 1);
}
.hover\:border-x-primary-lighter\/15:hover {

    border-left-color: rgb(115 177 212 / 0.15);

    border-right-color: rgb(115 177 212 / 0.15);
}
.hover\:border-x-primary-lighter\/20:hover {

    border-left-color: rgb(115 177 212 / 0.2);

    border-right-color: rgb(115 177 212 / 0.2);
}
.hover\:border-x-primary-lighter\/25:hover {

    border-left-color: rgb(115 177 212 / 0.25);

    border-right-color: rgb(115 177 212 / 0.25);
}
.hover\:border-x-primary-lighter\/30:hover {

    border-left-color: rgb(115 177 212 / 0.3);

    border-right-color: rgb(115 177 212 / 0.3);
}
.hover\:border-x-primary-lighter\/35:hover {

    border-left-color: rgb(115 177 212 / 0.35);

    border-right-color: rgb(115 177 212 / 0.35);
}
.hover\:border-x-primary-lighter\/40:hover {

    border-left-color: rgb(115 177 212 / 0.4);

    border-right-color: rgb(115 177 212 / 0.4);
}
.hover\:border-x-primary-lighter\/45:hover {

    border-left-color: rgb(115 177 212 / 0.45);

    border-right-color: rgb(115 177 212 / 0.45);
}
.hover\:border-x-primary-lighter\/5:hover {

    border-left-color: rgb(115 177 212 / 0.05);

    border-right-color: rgb(115 177 212 / 0.05);
}
.hover\:border-x-primary-lighter\/50:hover {

    border-left-color: rgb(115 177 212 / 0.5);

    border-right-color: rgb(115 177 212 / 0.5);
}
.hover\:border-x-primary-lighter\/55:hover {

    border-left-color: rgb(115 177 212 / 0.55);

    border-right-color: rgb(115 177 212 / 0.55);
}
.hover\:border-x-primary-lighter\/60:hover {

    border-left-color: rgb(115 177 212 / 0.6);

    border-right-color: rgb(115 177 212 / 0.6);
}
.hover\:border-x-primary-lighter\/65:hover {

    border-left-color: rgb(115 177 212 / 0.65);

    border-right-color: rgb(115 177 212 / 0.65);
}
.hover\:border-x-primary-lighter\/70:hover {

    border-left-color: rgb(115 177 212 / 0.7);

    border-right-color: rgb(115 177 212 / 0.7);
}
.hover\:border-x-primary-lighter\/75:hover {

    border-left-color: rgb(115 177 212 / 0.75);

    border-right-color: rgb(115 177 212 / 0.75);
}
.hover\:border-x-primary-lighter\/80:hover {

    border-left-color: rgb(115 177 212 / 0.8);

    border-right-color: rgb(115 177 212 / 0.8);
}
.hover\:border-x-primary-lighter\/85:hover {

    border-left-color: rgb(115 177 212 / 0.85);

    border-right-color: rgb(115 177 212 / 0.85);
}
.hover\:border-x-primary-lighter\/90:hover {

    border-left-color: rgb(115 177 212 / 0.9);

    border-right-color: rgb(115 177 212 / 0.9);
}
.hover\:border-x-primary-lighter\/95:hover {

    border-left-color: rgb(115 177 212 / 0.95);

    border-right-color: rgb(115 177 212 / 0.95);
}
.hover\:border-x-primary\/0:hover {

    border-left-color: rgb(52 114 147 / 0);

    border-right-color: rgb(52 114 147 / 0);
}
.hover\:border-x-primary\/10:hover {

    border-left-color: rgb(52 114 147 / 0.1);

    border-right-color: rgb(52 114 147 / 0.1);
}
.hover\:border-x-primary\/100:hover {

    border-left-color: rgb(52 114 147 / 1);

    border-right-color: rgb(52 114 147 / 1);
}
.hover\:border-x-primary\/15:hover {

    border-left-color: rgb(52 114 147 / 0.15);

    border-right-color: rgb(52 114 147 / 0.15);
}
.hover\:border-x-primary\/20:hover {

    border-left-color: rgb(52 114 147 / 0.2);

    border-right-color: rgb(52 114 147 / 0.2);
}
.hover\:border-x-primary\/25:hover {

    border-left-color: rgb(52 114 147 / 0.25);

    border-right-color: rgb(52 114 147 / 0.25);
}
.hover\:border-x-primary\/30:hover {

    border-left-color: rgb(52 114 147 / 0.3);

    border-right-color: rgb(52 114 147 / 0.3);
}
.hover\:border-x-primary\/35:hover {

    border-left-color: rgb(52 114 147 / 0.35);

    border-right-color: rgb(52 114 147 / 0.35);
}
.hover\:border-x-primary\/40:hover {

    border-left-color: rgb(52 114 147 / 0.4);

    border-right-color: rgb(52 114 147 / 0.4);
}
.hover\:border-x-primary\/45:hover {

    border-left-color: rgb(52 114 147 / 0.45);

    border-right-color: rgb(52 114 147 / 0.45);
}
.hover\:border-x-primary\/5:hover {

    border-left-color: rgb(52 114 147 / 0.05);

    border-right-color: rgb(52 114 147 / 0.05);
}
.hover\:border-x-primary\/50:hover {

    border-left-color: rgb(52 114 147 / 0.5);

    border-right-color: rgb(52 114 147 / 0.5);
}
.hover\:border-x-primary\/55:hover {

    border-left-color: rgb(52 114 147 / 0.55);

    border-right-color: rgb(52 114 147 / 0.55);
}
.hover\:border-x-primary\/60:hover {

    border-left-color: rgb(52 114 147 / 0.6);

    border-right-color: rgb(52 114 147 / 0.6);
}
.hover\:border-x-primary\/65:hover {

    border-left-color: rgb(52 114 147 / 0.65);

    border-right-color: rgb(52 114 147 / 0.65);
}
.hover\:border-x-primary\/70:hover {

    border-left-color: rgb(52 114 147 / 0.7);

    border-right-color: rgb(52 114 147 / 0.7);
}
.hover\:border-x-primary\/75:hover {

    border-left-color: rgb(52 114 147 / 0.75);

    border-right-color: rgb(52 114 147 / 0.75);
}
.hover\:border-x-primary\/80:hover {

    border-left-color: rgb(52 114 147 / 0.8);

    border-right-color: rgb(52 114 147 / 0.8);
}
.hover\:border-x-primary\/85:hover {

    border-left-color: rgb(52 114 147 / 0.85);

    border-right-color: rgb(52 114 147 / 0.85);
}
.hover\:border-x-primary\/90:hover {

    border-left-color: rgb(52 114 147 / 0.9);

    border-right-color: rgb(52 114 147 / 0.9);
}
.hover\:border-x-primary\/95:hover {

    border-left-color: rgb(52 114 147 / 0.95);

    border-right-color: rgb(52 114 147 / 0.95);
}
.hover\:border-x-secondary:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-dark\/0:hover {

    border-left-color: rgb(226 207 188 / 0);

    border-right-color: rgb(226 207 188 / 0);
}
.hover\:border-x-secondary-dark\/10:hover {

    border-left-color: rgb(226 207 188 / 0.1);

    border-right-color: rgb(226 207 188 / 0.1);
}
.hover\:border-x-secondary-dark\/100:hover {

    border-left-color: rgb(226 207 188 / 1);

    border-right-color: rgb(226 207 188 / 1);
}
.hover\:border-x-secondary-dark\/15:hover {

    border-left-color: rgb(226 207 188 / 0.15);

    border-right-color: rgb(226 207 188 / 0.15);
}
.hover\:border-x-secondary-dark\/20:hover {

    border-left-color: rgb(226 207 188 / 0.2);

    border-right-color: rgb(226 207 188 / 0.2);
}
.hover\:border-x-secondary-dark\/25:hover {

    border-left-color: rgb(226 207 188 / 0.25);

    border-right-color: rgb(226 207 188 / 0.25);
}
.hover\:border-x-secondary-dark\/30:hover {

    border-left-color: rgb(226 207 188 / 0.3);

    border-right-color: rgb(226 207 188 / 0.3);
}
.hover\:border-x-secondary-dark\/35:hover {

    border-left-color: rgb(226 207 188 / 0.35);

    border-right-color: rgb(226 207 188 / 0.35);
}
.hover\:border-x-secondary-dark\/40:hover {

    border-left-color: rgb(226 207 188 / 0.4);

    border-right-color: rgb(226 207 188 / 0.4);
}
.hover\:border-x-secondary-dark\/45:hover {

    border-left-color: rgb(226 207 188 / 0.45);

    border-right-color: rgb(226 207 188 / 0.45);
}
.hover\:border-x-secondary-dark\/5:hover {

    border-left-color: rgb(226 207 188 / 0.05);

    border-right-color: rgb(226 207 188 / 0.05);
}
.hover\:border-x-secondary-dark\/50:hover {

    border-left-color: rgb(226 207 188 / 0.5);

    border-right-color: rgb(226 207 188 / 0.5);
}
.hover\:border-x-secondary-dark\/55:hover {

    border-left-color: rgb(226 207 188 / 0.55);

    border-right-color: rgb(226 207 188 / 0.55);
}
.hover\:border-x-secondary-dark\/60:hover {

    border-left-color: rgb(226 207 188 / 0.6);

    border-right-color: rgb(226 207 188 / 0.6);
}
.hover\:border-x-secondary-dark\/65:hover {

    border-left-color: rgb(226 207 188 / 0.65);

    border-right-color: rgb(226 207 188 / 0.65);
}
.hover\:border-x-secondary-dark\/70:hover {

    border-left-color: rgb(226 207 188 / 0.7);

    border-right-color: rgb(226 207 188 / 0.7);
}
.hover\:border-x-secondary-dark\/75:hover {

    border-left-color: rgb(226 207 188 / 0.75);

    border-right-color: rgb(226 207 188 / 0.75);
}
.hover\:border-x-secondary-dark\/80:hover {

    border-left-color: rgb(226 207 188 / 0.8);

    border-right-color: rgb(226 207 188 / 0.8);
}
.hover\:border-x-secondary-dark\/85:hover {

    border-left-color: rgb(226 207 188 / 0.85);

    border-right-color: rgb(226 207 188 / 0.85);
}
.hover\:border-x-secondary-dark\/90:hover {

    border-left-color: rgb(226 207 188 / 0.9);

    border-right-color: rgb(226 207 188 / 0.9);
}
.hover\:border-x-secondary-dark\/95:hover {

    border-left-color: rgb(226 207 188 / 0.95);

    border-right-color: rgb(226 207 188 / 0.95);
}
.hover\:border-x-secondary-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-light\/0:hover {

    border-left-color: rgb(254 250 247 / 0);

    border-right-color: rgb(254 250 247 / 0);
}
.hover\:border-x-secondary-light\/10:hover {

    border-left-color: rgb(254 250 247 / 0.1);

    border-right-color: rgb(254 250 247 / 0.1);
}
.hover\:border-x-secondary-light\/100:hover {

    border-left-color: rgb(254 250 247 / 1);

    border-right-color: rgb(254 250 247 / 1);
}
.hover\:border-x-secondary-light\/15:hover {

    border-left-color: rgb(254 250 247 / 0.15);

    border-right-color: rgb(254 250 247 / 0.15);
}
.hover\:border-x-secondary-light\/20:hover {

    border-left-color: rgb(254 250 247 / 0.2);

    border-right-color: rgb(254 250 247 / 0.2);
}
.hover\:border-x-secondary-light\/25:hover {

    border-left-color: rgb(254 250 247 / 0.25);

    border-right-color: rgb(254 250 247 / 0.25);
}
.hover\:border-x-secondary-light\/30:hover {

    border-left-color: rgb(254 250 247 / 0.3);

    border-right-color: rgb(254 250 247 / 0.3);
}
.hover\:border-x-secondary-light\/35:hover {

    border-left-color: rgb(254 250 247 / 0.35);

    border-right-color: rgb(254 250 247 / 0.35);
}
.hover\:border-x-secondary-light\/40:hover {

    border-left-color: rgb(254 250 247 / 0.4);

    border-right-color: rgb(254 250 247 / 0.4);
}
.hover\:border-x-secondary-light\/45:hover {

    border-left-color: rgb(254 250 247 / 0.45);

    border-right-color: rgb(254 250 247 / 0.45);
}
.hover\:border-x-secondary-light\/5:hover {

    border-left-color: rgb(254 250 247 / 0.05);

    border-right-color: rgb(254 250 247 / 0.05);
}
.hover\:border-x-secondary-light\/50:hover {

    border-left-color: rgb(254 250 247 / 0.5);

    border-right-color: rgb(254 250 247 / 0.5);
}
.hover\:border-x-secondary-light\/55:hover {

    border-left-color: rgb(254 250 247 / 0.55);

    border-right-color: rgb(254 250 247 / 0.55);
}
.hover\:border-x-secondary-light\/60:hover {

    border-left-color: rgb(254 250 247 / 0.6);

    border-right-color: rgb(254 250 247 / 0.6);
}
.hover\:border-x-secondary-light\/65:hover {

    border-left-color: rgb(254 250 247 / 0.65);

    border-right-color: rgb(254 250 247 / 0.65);
}
.hover\:border-x-secondary-light\/70:hover {

    border-left-color: rgb(254 250 247 / 0.7);

    border-right-color: rgb(254 250 247 / 0.7);
}
.hover\:border-x-secondary-light\/75:hover {

    border-left-color: rgb(254 250 247 / 0.75);

    border-right-color: rgb(254 250 247 / 0.75);
}
.hover\:border-x-secondary-light\/80:hover {

    border-left-color: rgb(254 250 247 / 0.8);

    border-right-color: rgb(254 250 247 / 0.8);
}
.hover\:border-x-secondary-light\/85:hover {

    border-left-color: rgb(254 250 247 / 0.85);

    border-right-color: rgb(254 250 247 / 0.85);
}
.hover\:border-x-secondary-light\/90:hover {

    border-left-color: rgb(254 250 247 / 0.9);

    border-right-color: rgb(254 250 247 / 0.9);
}
.hover\:border-x-secondary-light\/95:hover {

    border-left-color: rgb(254 250 247 / 0.95);

    border-right-color: rgb(254 250 247 / 0.95);
}
.hover\:border-x-secondary\/0:hover {

    border-left-color: rgb(243 234 225 / 0);

    border-right-color: rgb(243 234 225 / 0);
}
.hover\:border-x-secondary\/10:hover {

    border-left-color: rgb(243 234 225 / 0.1);

    border-right-color: rgb(243 234 225 / 0.1);
}
.hover\:border-x-secondary\/100:hover {

    border-left-color: rgb(243 234 225 / 1);

    border-right-color: rgb(243 234 225 / 1);
}
.hover\:border-x-secondary\/15:hover {

    border-left-color: rgb(243 234 225 / 0.15);

    border-right-color: rgb(243 234 225 / 0.15);
}
.hover\:border-x-secondary\/20:hover {

    border-left-color: rgb(243 234 225 / 0.2);

    border-right-color: rgb(243 234 225 / 0.2);
}
.hover\:border-x-secondary\/25:hover {

    border-left-color: rgb(243 234 225 / 0.25);

    border-right-color: rgb(243 234 225 / 0.25);
}
.hover\:border-x-secondary\/30:hover {

    border-left-color: rgb(243 234 225 / 0.3);

    border-right-color: rgb(243 234 225 / 0.3);
}
.hover\:border-x-secondary\/35:hover {

    border-left-color: rgb(243 234 225 / 0.35);

    border-right-color: rgb(243 234 225 / 0.35);
}
.hover\:border-x-secondary\/40:hover {

    border-left-color: rgb(243 234 225 / 0.4);

    border-right-color: rgb(243 234 225 / 0.4);
}
.hover\:border-x-secondary\/45:hover {

    border-left-color: rgb(243 234 225 / 0.45);

    border-right-color: rgb(243 234 225 / 0.45);
}
.hover\:border-x-secondary\/5:hover {

    border-left-color: rgb(243 234 225 / 0.05);

    border-right-color: rgb(243 234 225 / 0.05);
}
.hover\:border-x-secondary\/50:hover {

    border-left-color: rgb(243 234 225 / 0.5);

    border-right-color: rgb(243 234 225 / 0.5);
}
.hover\:border-x-secondary\/55:hover {

    border-left-color: rgb(243 234 225 / 0.55);

    border-right-color: rgb(243 234 225 / 0.55);
}
.hover\:border-x-secondary\/60:hover {

    border-left-color: rgb(243 234 225 / 0.6);

    border-right-color: rgb(243 234 225 / 0.6);
}
.hover\:border-x-secondary\/65:hover {

    border-left-color: rgb(243 234 225 / 0.65);

    border-right-color: rgb(243 234 225 / 0.65);
}
.hover\:border-x-secondary\/70:hover {

    border-left-color: rgb(243 234 225 / 0.7);

    border-right-color: rgb(243 234 225 / 0.7);
}
.hover\:border-x-secondary\/75:hover {

    border-left-color: rgb(243 234 225 / 0.75);

    border-right-color: rgb(243 234 225 / 0.75);
}
.hover\:border-x-secondary\/80:hover {

    border-left-color: rgb(243 234 225 / 0.8);

    border-right-color: rgb(243 234 225 / 0.8);
}
.hover\:border-x-secondary\/85:hover {

    border-left-color: rgb(243 234 225 / 0.85);

    border-right-color: rgb(243 234 225 / 0.85);
}
.hover\:border-x-secondary\/90:hover {

    border-left-color: rgb(243 234 225 / 0.9);

    border-right-color: rgb(243 234 225 / 0.9);
}
.hover\:border-x-secondary\/95:hover {

    border-left-color: rgb(243 234 225 / 0.95);

    border-right-color: rgb(243 234 225 / 0.95);
}
.hover\:border-x-transparent:hover {

    border-left-color: transparent;

    border-right-color: transparent;
}
.hover\:border-x-transparent\/0:hover {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-x-transparent\/10:hover {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-x-transparent\/100:hover {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-x-transparent\/15:hover {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-x-transparent\/20:hover {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-x-transparent\/25:hover {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-x-transparent\/30:hover {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-x-transparent\/35:hover {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-x-transparent\/40:hover {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-x-transparent\/45:hover {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-x-transparent\/5:hover {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-x-transparent\/50:hover {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-x-transparent\/55:hover {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-x-transparent\/60:hover {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-x-transparent\/65:hover {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-x-transparent\/70:hover {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-x-transparent\/75:hover {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-x-transparent\/80:hover {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-x-transparent\/85:hover {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-x-transparent\/90:hover {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-x-transparent\/95:hover {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-x-white:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-x-white\/0:hover {

    border-left-color: rgb(255 255 255 / 0);

    border-right-color: rgb(255 255 255 / 0);
}
.hover\:border-x-white\/10:hover {

    border-left-color: rgb(255 255 255 / 0.1);

    border-right-color: rgb(255 255 255 / 0.1);
}
.hover\:border-x-white\/100:hover {

    border-left-color: rgb(255 255 255 / 1);

    border-right-color: rgb(255 255 255 / 1);
}
.hover\:border-x-white\/15:hover {

    border-left-color: rgb(255 255 255 / 0.15);

    border-right-color: rgb(255 255 255 / 0.15);
}
.hover\:border-x-white\/20:hover {

    border-left-color: rgb(255 255 255 / 0.2);

    border-right-color: rgb(255 255 255 / 0.2);
}
.hover\:border-x-white\/25:hover {

    border-left-color: rgb(255 255 255 / 0.25);

    border-right-color: rgb(255 255 255 / 0.25);
}
.hover\:border-x-white\/30:hover {

    border-left-color: rgb(255 255 255 / 0.3);

    border-right-color: rgb(255 255 255 / 0.3);
}
.hover\:border-x-white\/35:hover {

    border-left-color: rgb(255 255 255 / 0.35);

    border-right-color: rgb(255 255 255 / 0.35);
}
.hover\:border-x-white\/40:hover {

    border-left-color: rgb(255 255 255 / 0.4);

    border-right-color: rgb(255 255 255 / 0.4);
}
.hover\:border-x-white\/45:hover {

    border-left-color: rgb(255 255 255 / 0.45);

    border-right-color: rgb(255 255 255 / 0.45);
}
.hover\:border-x-white\/5:hover {

    border-left-color: rgb(255 255 255 / 0.05);

    border-right-color: rgb(255 255 255 / 0.05);
}
.hover\:border-x-white\/50:hover {

    border-left-color: rgb(255 255 255 / 0.5);

    border-right-color: rgb(255 255 255 / 0.5);
}
.hover\:border-x-white\/55:hover {

    border-left-color: rgb(255 255 255 / 0.55);

    border-right-color: rgb(255 255 255 / 0.55);
}
.hover\:border-x-white\/60:hover {

    border-left-color: rgb(255 255 255 / 0.6);

    border-right-color: rgb(255 255 255 / 0.6);
}
.hover\:border-x-white\/65:hover {

    border-left-color: rgb(255 255 255 / 0.65);

    border-right-color: rgb(255 255 255 / 0.65);
}
.hover\:border-x-white\/70:hover {

    border-left-color: rgb(255 255 255 / 0.7);

    border-right-color: rgb(255 255 255 / 0.7);
}
.hover\:border-x-white\/75:hover {

    border-left-color: rgb(255 255 255 / 0.75);

    border-right-color: rgb(255 255 255 / 0.75);
}
.hover\:border-x-white\/80:hover {

    border-left-color: rgb(255 255 255 / 0.8);

    border-right-color: rgb(255 255 255 / 0.8);
}
.hover\:border-x-white\/85:hover {

    border-left-color: rgb(255 255 255 / 0.85);

    border-right-color: rgb(255 255 255 / 0.85);
}
.hover\:border-x-white\/90:hover {

    border-left-color: rgb(255 255 255 / 0.9);

    border-right-color: rgb(255 255 255 / 0.9);
}
.hover\:border-x-white\/95:hover {

    border-left-color: rgb(255 255 255 / 0.95);

    border-right-color: rgb(255 255 255 / 0.95);
}
.hover\:border-y-accent:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-dark\/0:hover {

    border-top-color: rgb(225 114 45 / 0);

    border-bottom-color: rgb(225 114 45 / 0);
}
.hover\:border-y-accent-dark\/10:hover {

    border-top-color: rgb(225 114 45 / 0.1);

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.hover\:border-y-accent-dark\/100:hover {

    border-top-color: rgb(225 114 45 / 1);

    border-bottom-color: rgb(225 114 45 / 1);
}
.hover\:border-y-accent-dark\/15:hover {

    border-top-color: rgb(225 114 45 / 0.15);

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.hover\:border-y-accent-dark\/20:hover {

    border-top-color: rgb(225 114 45 / 0.2);

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.hover\:border-y-accent-dark\/25:hover {

    border-top-color: rgb(225 114 45 / 0.25);

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.hover\:border-y-accent-dark\/30:hover {

    border-top-color: rgb(225 114 45 / 0.3);

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.hover\:border-y-accent-dark\/35:hover {

    border-top-color: rgb(225 114 45 / 0.35);

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.hover\:border-y-accent-dark\/40:hover {

    border-top-color: rgb(225 114 45 / 0.4);

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.hover\:border-y-accent-dark\/45:hover {

    border-top-color: rgb(225 114 45 / 0.45);

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.hover\:border-y-accent-dark\/5:hover {

    border-top-color: rgb(225 114 45 / 0.05);

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.hover\:border-y-accent-dark\/50:hover {

    border-top-color: rgb(225 114 45 / 0.5);

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.hover\:border-y-accent-dark\/55:hover {

    border-top-color: rgb(225 114 45 / 0.55);

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.hover\:border-y-accent-dark\/60:hover {

    border-top-color: rgb(225 114 45 / 0.6);

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.hover\:border-y-accent-dark\/65:hover {

    border-top-color: rgb(225 114 45 / 0.65);

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.hover\:border-y-accent-dark\/70:hover {

    border-top-color: rgb(225 114 45 / 0.7);

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.hover\:border-y-accent-dark\/75:hover {

    border-top-color: rgb(225 114 45 / 0.75);

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.hover\:border-y-accent-dark\/80:hover {

    border-top-color: rgb(225 114 45 / 0.8);

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.hover\:border-y-accent-dark\/85:hover {

    border-top-color: rgb(225 114 45 / 0.85);

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.hover\:border-y-accent-dark\/90:hover {

    border-top-color: rgb(225 114 45 / 0.9);

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.hover\:border-y-accent-dark\/95:hover {

    border-top-color: rgb(225 114 45 / 0.95);

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.hover\:border-y-accent-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-light\/0:hover {

    border-top-color: rgb(255 191 105 / 0);

    border-bottom-color: rgb(255 191 105 / 0);
}
.hover\:border-y-accent-light\/10:hover {

    border-top-color: rgb(255 191 105 / 0.1);

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.hover\:border-y-accent-light\/100:hover {

    border-top-color: rgb(255 191 105 / 1);

    border-bottom-color: rgb(255 191 105 / 1);
}
.hover\:border-y-accent-light\/15:hover {

    border-top-color: rgb(255 191 105 / 0.15);

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.hover\:border-y-accent-light\/20:hover {

    border-top-color: rgb(255 191 105 / 0.2);

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.hover\:border-y-accent-light\/25:hover {

    border-top-color: rgb(255 191 105 / 0.25);

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.hover\:border-y-accent-light\/30:hover {

    border-top-color: rgb(255 191 105 / 0.3);

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.hover\:border-y-accent-light\/35:hover {

    border-top-color: rgb(255 191 105 / 0.35);

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.hover\:border-y-accent-light\/40:hover {

    border-top-color: rgb(255 191 105 / 0.4);

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.hover\:border-y-accent-light\/45:hover {

    border-top-color: rgb(255 191 105 / 0.45);

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.hover\:border-y-accent-light\/5:hover {

    border-top-color: rgb(255 191 105 / 0.05);

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.hover\:border-y-accent-light\/50:hover {

    border-top-color: rgb(255 191 105 / 0.5);

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.hover\:border-y-accent-light\/55:hover {

    border-top-color: rgb(255 191 105 / 0.55);

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.hover\:border-y-accent-light\/60:hover {

    border-top-color: rgb(255 191 105 / 0.6);

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.hover\:border-y-accent-light\/65:hover {

    border-top-color: rgb(255 191 105 / 0.65);

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.hover\:border-y-accent-light\/70:hover {

    border-top-color: rgb(255 191 105 / 0.7);

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.hover\:border-y-accent-light\/75:hover {

    border-top-color: rgb(255 191 105 / 0.75);

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.hover\:border-y-accent-light\/80:hover {

    border-top-color: rgb(255 191 105 / 0.8);

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.hover\:border-y-accent-light\/85:hover {

    border-top-color: rgb(255 191 105 / 0.85);

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.hover\:border-y-accent-light\/90:hover {

    border-top-color: rgb(255 191 105 / 0.9);

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.hover\:border-y-accent-light\/95:hover {

    border-top-color: rgb(255 191 105 / 0.95);

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.hover\:border-y-accent\/0:hover {

    border-top-color: rgb(229 136 78 / 0);

    border-bottom-color: rgb(229 136 78 / 0);
}
.hover\:border-y-accent\/10:hover {

    border-top-color: rgb(229 136 78 / 0.1);

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.hover\:border-y-accent\/100:hover {

    border-top-color: rgb(229 136 78 / 1);

    border-bottom-color: rgb(229 136 78 / 1);
}
.hover\:border-y-accent\/15:hover {

    border-top-color: rgb(229 136 78 / 0.15);

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.hover\:border-y-accent\/20:hover {

    border-top-color: rgb(229 136 78 / 0.2);

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.hover\:border-y-accent\/25:hover {

    border-top-color: rgb(229 136 78 / 0.25);

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.hover\:border-y-accent\/30:hover {

    border-top-color: rgb(229 136 78 / 0.3);

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.hover\:border-y-accent\/35:hover {

    border-top-color: rgb(229 136 78 / 0.35);

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.hover\:border-y-accent\/40:hover {

    border-top-color: rgb(229 136 78 / 0.4);

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.hover\:border-y-accent\/45:hover {

    border-top-color: rgb(229 136 78 / 0.45);

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.hover\:border-y-accent\/5:hover {

    border-top-color: rgb(229 136 78 / 0.05);

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.hover\:border-y-accent\/50:hover {

    border-top-color: rgb(229 136 78 / 0.5);

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.hover\:border-y-accent\/55:hover {

    border-top-color: rgb(229 136 78 / 0.55);

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.hover\:border-y-accent\/60:hover {

    border-top-color: rgb(229 136 78 / 0.6);

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.hover\:border-y-accent\/65:hover {

    border-top-color: rgb(229 136 78 / 0.65);

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.hover\:border-y-accent\/70:hover {

    border-top-color: rgb(229 136 78 / 0.7);

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.hover\:border-y-accent\/75:hover {

    border-top-color: rgb(229 136 78 / 0.75);

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.hover\:border-y-accent\/80:hover {

    border-top-color: rgb(229 136 78 / 0.8);

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.hover\:border-y-accent\/85:hover {

    border-top-color: rgb(229 136 78 / 0.85);

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.hover\:border-y-accent\/90:hover {

    border-top-color: rgb(229 136 78 / 0.9);

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.hover\:border-y-accent\/95:hover {

    border-top-color: rgb(229 136 78 / 0.95);

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.hover\:border-y-black:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-y-black\/0:hover {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-y-black\/10:hover {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-y-black\/100:hover {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-y-black\/15:hover {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-y-black\/20:hover {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-y-black\/25:hover {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-y-black\/30:hover {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-y-black\/35:hover {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-y-black\/40:hover {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-y-black\/45:hover {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-y-black\/5:hover {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-y-black\/50:hover {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-y-black\/55:hover {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-y-black\/60:hover {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-y-black\/65:hover {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-y-black\/70:hover {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-y-black\/75:hover {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-y-black\/80:hover {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-y-black\/85:hover {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-y-black\/90:hover {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-y-black\/95:hover {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-y-current:hover {

    border-top-color: currentColor;

    border-bottom-color: currentColor;
}
.hover\:border-y-error:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-y-error\/0:hover {

    border-top-color: rgb(255 0 0 / 0);

    border-bottom-color: rgb(255 0 0 / 0);
}
.hover\:border-y-error\/10:hover {

    border-top-color: rgb(255 0 0 / 0.1);

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.hover\:border-y-error\/100:hover {

    border-top-color: rgb(255 0 0 / 1);

    border-bottom-color: rgb(255 0 0 / 1);
}
.hover\:border-y-error\/15:hover {

    border-top-color: rgb(255 0 0 / 0.15);

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.hover\:border-y-error\/20:hover {

    border-top-color: rgb(255 0 0 / 0.2);

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.hover\:border-y-error\/25:hover {

    border-top-color: rgb(255 0 0 / 0.25);

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.hover\:border-y-error\/30:hover {

    border-top-color: rgb(255 0 0 / 0.3);

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.hover\:border-y-error\/35:hover {

    border-top-color: rgb(255 0 0 / 0.35);

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.hover\:border-y-error\/40:hover {

    border-top-color: rgb(255 0 0 / 0.4);

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.hover\:border-y-error\/45:hover {

    border-top-color: rgb(255 0 0 / 0.45);

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.hover\:border-y-error\/5:hover {

    border-top-color: rgb(255 0 0 / 0.05);

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.hover\:border-y-error\/50:hover {

    border-top-color: rgb(255 0 0 / 0.5);

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.hover\:border-y-error\/55:hover {

    border-top-color: rgb(255 0 0 / 0.55);

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.hover\:border-y-error\/60:hover {

    border-top-color: rgb(255 0 0 / 0.6);

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.hover\:border-y-error\/65:hover {

    border-top-color: rgb(255 0 0 / 0.65);

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.hover\:border-y-error\/70:hover {

    border-top-color: rgb(255 0 0 / 0.7);

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.hover\:border-y-error\/75:hover {

    border-top-color: rgb(255 0 0 / 0.75);

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.hover\:border-y-error\/80:hover {

    border-top-color: rgb(255 0 0 / 0.8);

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.hover\:border-y-error\/85:hover {

    border-top-color: rgb(255 0 0 / 0.85);

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.hover\:border-y-error\/90:hover {

    border-top-color: rgb(255 0 0 / 0.9);

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.hover\:border-y-error\/95:hover {

    border-top-color: rgb(255 0 0 / 0.95);

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.hover\:border-y-gray-100:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-100\/0:hover {

    border-top-color: rgb(243 244 246 / 0);

    border-bottom-color: rgb(243 244 246 / 0);
}
.hover\:border-y-gray-100\/10:hover {

    border-top-color: rgb(243 244 246 / 0.1);

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.hover\:border-y-gray-100\/100:hover {

    border-top-color: rgb(243 244 246 / 1);

    border-bottom-color: rgb(243 244 246 / 1);
}
.hover\:border-y-gray-100\/15:hover {

    border-top-color: rgb(243 244 246 / 0.15);

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.hover\:border-y-gray-100\/20:hover {

    border-top-color: rgb(243 244 246 / 0.2);

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.hover\:border-y-gray-100\/25:hover {

    border-top-color: rgb(243 244 246 / 0.25);

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.hover\:border-y-gray-100\/30:hover {

    border-top-color: rgb(243 244 246 / 0.3);

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.hover\:border-y-gray-100\/35:hover {

    border-top-color: rgb(243 244 246 / 0.35);

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.hover\:border-y-gray-100\/40:hover {

    border-top-color: rgb(243 244 246 / 0.4);

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.hover\:border-y-gray-100\/45:hover {

    border-top-color: rgb(243 244 246 / 0.45);

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.hover\:border-y-gray-100\/5:hover {

    border-top-color: rgb(243 244 246 / 0.05);

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.hover\:border-y-gray-100\/50:hover {

    border-top-color: rgb(243 244 246 / 0.5);

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.hover\:border-y-gray-100\/55:hover {

    border-top-color: rgb(243 244 246 / 0.55);

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.hover\:border-y-gray-100\/60:hover {

    border-top-color: rgb(243 244 246 / 0.6);

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.hover\:border-y-gray-100\/65:hover {

    border-top-color: rgb(243 244 246 / 0.65);

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.hover\:border-y-gray-100\/70:hover {

    border-top-color: rgb(243 244 246 / 0.7);

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.hover\:border-y-gray-100\/75:hover {

    border-top-color: rgb(243 244 246 / 0.75);

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.hover\:border-y-gray-100\/80:hover {

    border-top-color: rgb(243 244 246 / 0.8);

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.hover\:border-y-gray-100\/85:hover {

    border-top-color: rgb(243 244 246 / 0.85);

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.hover\:border-y-gray-100\/90:hover {

    border-top-color: rgb(243 244 246 / 0.9);

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.hover\:border-y-gray-100\/95:hover {

    border-top-color: rgb(243 244 246 / 0.95);

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.hover\:border-y-gray-200:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-200\/0:hover {

    border-top-color: rgb(229 231 235 / 0);

    border-bottom-color: rgb(229 231 235 / 0);
}
.hover\:border-y-gray-200\/10:hover {

    border-top-color: rgb(229 231 235 / 0.1);

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.hover\:border-y-gray-200\/100:hover {

    border-top-color: rgb(229 231 235 / 1);

    border-bottom-color: rgb(229 231 235 / 1);
}
.hover\:border-y-gray-200\/15:hover {

    border-top-color: rgb(229 231 235 / 0.15);

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.hover\:border-y-gray-200\/20:hover {

    border-top-color: rgb(229 231 235 / 0.2);

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.hover\:border-y-gray-200\/25:hover {

    border-top-color: rgb(229 231 235 / 0.25);

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.hover\:border-y-gray-200\/30:hover {

    border-top-color: rgb(229 231 235 / 0.3);

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.hover\:border-y-gray-200\/35:hover {

    border-top-color: rgb(229 231 235 / 0.35);

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.hover\:border-y-gray-200\/40:hover {

    border-top-color: rgb(229 231 235 / 0.4);

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.hover\:border-y-gray-200\/45:hover {

    border-top-color: rgb(229 231 235 / 0.45);

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.hover\:border-y-gray-200\/5:hover {

    border-top-color: rgb(229 231 235 / 0.05);

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.hover\:border-y-gray-200\/50:hover {

    border-top-color: rgb(229 231 235 / 0.5);

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.hover\:border-y-gray-200\/55:hover {

    border-top-color: rgb(229 231 235 / 0.55);

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.hover\:border-y-gray-200\/60:hover {

    border-top-color: rgb(229 231 235 / 0.6);

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.hover\:border-y-gray-200\/65:hover {

    border-top-color: rgb(229 231 235 / 0.65);

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.hover\:border-y-gray-200\/70:hover {

    border-top-color: rgb(229 231 235 / 0.7);

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.hover\:border-y-gray-200\/75:hover {

    border-top-color: rgb(229 231 235 / 0.75);

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.hover\:border-y-gray-200\/80:hover {

    border-top-color: rgb(229 231 235 / 0.8);

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.hover\:border-y-gray-200\/85:hover {

    border-top-color: rgb(229 231 235 / 0.85);

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.hover\:border-y-gray-200\/90:hover {

    border-top-color: rgb(229 231 235 / 0.9);

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.hover\:border-y-gray-200\/95:hover {

    border-top-color: rgb(229 231 235 / 0.95);

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.hover\:border-y-gray-300:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-300\/0:hover {

    border-top-color: rgb(209 213 219 / 0);

    border-bottom-color: rgb(209 213 219 / 0);
}
.hover\:border-y-gray-300\/10:hover {

    border-top-color: rgb(209 213 219 / 0.1);

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.hover\:border-y-gray-300\/100:hover {

    border-top-color: rgb(209 213 219 / 1);

    border-bottom-color: rgb(209 213 219 / 1);
}
.hover\:border-y-gray-300\/15:hover {

    border-top-color: rgb(209 213 219 / 0.15);

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.hover\:border-y-gray-300\/20:hover {

    border-top-color: rgb(209 213 219 / 0.2);

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.hover\:border-y-gray-300\/25:hover {

    border-top-color: rgb(209 213 219 / 0.25);

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.hover\:border-y-gray-300\/30:hover {

    border-top-color: rgb(209 213 219 / 0.3);

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.hover\:border-y-gray-300\/35:hover {

    border-top-color: rgb(209 213 219 / 0.35);

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.hover\:border-y-gray-300\/40:hover {

    border-top-color: rgb(209 213 219 / 0.4);

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.hover\:border-y-gray-300\/45:hover {

    border-top-color: rgb(209 213 219 / 0.45);

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.hover\:border-y-gray-300\/5:hover {

    border-top-color: rgb(209 213 219 / 0.05);

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.hover\:border-y-gray-300\/50:hover {

    border-top-color: rgb(209 213 219 / 0.5);

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.hover\:border-y-gray-300\/55:hover {

    border-top-color: rgb(209 213 219 / 0.55);

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.hover\:border-y-gray-300\/60:hover {

    border-top-color: rgb(209 213 219 / 0.6);

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.hover\:border-y-gray-300\/65:hover {

    border-top-color: rgb(209 213 219 / 0.65);

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.hover\:border-y-gray-300\/70:hover {

    border-top-color: rgb(209 213 219 / 0.7);

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.hover\:border-y-gray-300\/75:hover {

    border-top-color: rgb(209 213 219 / 0.75);

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.hover\:border-y-gray-300\/80:hover {

    border-top-color: rgb(209 213 219 / 0.8);

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.hover\:border-y-gray-300\/85:hover {

    border-top-color: rgb(209 213 219 / 0.85);

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.hover\:border-y-gray-300\/90:hover {

    border-top-color: rgb(209 213 219 / 0.9);

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.hover\:border-y-gray-300\/95:hover {

    border-top-color: rgb(209 213 219 / 0.95);

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.hover\:border-y-gray-400:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-400\/0:hover {

    border-top-color: rgb(156 163 175 / 0);

    border-bottom-color: rgb(156 163 175 / 0);
}
.hover\:border-y-gray-400\/10:hover {

    border-top-color: rgb(156 163 175 / 0.1);

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.hover\:border-y-gray-400\/100:hover {

    border-top-color: rgb(156 163 175 / 1);

    border-bottom-color: rgb(156 163 175 / 1);
}
.hover\:border-y-gray-400\/15:hover {

    border-top-color: rgb(156 163 175 / 0.15);

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.hover\:border-y-gray-400\/20:hover {

    border-top-color: rgb(156 163 175 / 0.2);

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.hover\:border-y-gray-400\/25:hover {

    border-top-color: rgb(156 163 175 / 0.25);

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.hover\:border-y-gray-400\/30:hover {

    border-top-color: rgb(156 163 175 / 0.3);

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.hover\:border-y-gray-400\/35:hover {

    border-top-color: rgb(156 163 175 / 0.35);

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.hover\:border-y-gray-400\/40:hover {

    border-top-color: rgb(156 163 175 / 0.4);

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.hover\:border-y-gray-400\/45:hover {

    border-top-color: rgb(156 163 175 / 0.45);

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.hover\:border-y-gray-400\/5:hover {

    border-top-color: rgb(156 163 175 / 0.05);

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.hover\:border-y-gray-400\/50:hover {

    border-top-color: rgb(156 163 175 / 0.5);

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.hover\:border-y-gray-400\/55:hover {

    border-top-color: rgb(156 163 175 / 0.55);

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.hover\:border-y-gray-400\/60:hover {

    border-top-color: rgb(156 163 175 / 0.6);

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.hover\:border-y-gray-400\/65:hover {

    border-top-color: rgb(156 163 175 / 0.65);

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.hover\:border-y-gray-400\/70:hover {

    border-top-color: rgb(156 163 175 / 0.7);

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.hover\:border-y-gray-400\/75:hover {

    border-top-color: rgb(156 163 175 / 0.75);

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.hover\:border-y-gray-400\/80:hover {

    border-top-color: rgb(156 163 175 / 0.8);

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.hover\:border-y-gray-400\/85:hover {

    border-top-color: rgb(156 163 175 / 0.85);

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.hover\:border-y-gray-400\/90:hover {

    border-top-color: rgb(156 163 175 / 0.9);

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.hover\:border-y-gray-400\/95:hover {

    border-top-color: rgb(156 163 175 / 0.95);

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.hover\:border-y-gray-50:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-50\/0:hover {

    border-top-color: rgb(249 250 251 / 0);

    border-bottom-color: rgb(249 250 251 / 0);
}
.hover\:border-y-gray-50\/10:hover {

    border-top-color: rgb(249 250 251 / 0.1);

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.hover\:border-y-gray-50\/100:hover {

    border-top-color: rgb(249 250 251 / 1);

    border-bottom-color: rgb(249 250 251 / 1);
}
.hover\:border-y-gray-50\/15:hover {

    border-top-color: rgb(249 250 251 / 0.15);

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.hover\:border-y-gray-50\/20:hover {

    border-top-color: rgb(249 250 251 / 0.2);

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.hover\:border-y-gray-50\/25:hover {

    border-top-color: rgb(249 250 251 / 0.25);

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.hover\:border-y-gray-50\/30:hover {

    border-top-color: rgb(249 250 251 / 0.3);

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.hover\:border-y-gray-50\/35:hover {

    border-top-color: rgb(249 250 251 / 0.35);

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.hover\:border-y-gray-50\/40:hover {

    border-top-color: rgb(249 250 251 / 0.4);

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.hover\:border-y-gray-50\/45:hover {

    border-top-color: rgb(249 250 251 / 0.45);

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.hover\:border-y-gray-50\/5:hover {

    border-top-color: rgb(249 250 251 / 0.05);

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.hover\:border-y-gray-50\/50:hover {

    border-top-color: rgb(249 250 251 / 0.5);

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.hover\:border-y-gray-50\/55:hover {

    border-top-color: rgb(249 250 251 / 0.55);

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.hover\:border-y-gray-50\/60:hover {

    border-top-color: rgb(249 250 251 / 0.6);

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.hover\:border-y-gray-50\/65:hover {

    border-top-color: rgb(249 250 251 / 0.65);

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.hover\:border-y-gray-50\/70:hover {

    border-top-color: rgb(249 250 251 / 0.7);

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.hover\:border-y-gray-50\/75:hover {

    border-top-color: rgb(249 250 251 / 0.75);

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.hover\:border-y-gray-50\/80:hover {

    border-top-color: rgb(249 250 251 / 0.8);

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.hover\:border-y-gray-50\/85:hover {

    border-top-color: rgb(249 250 251 / 0.85);

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.hover\:border-y-gray-50\/90:hover {

    border-top-color: rgb(249 250 251 / 0.9);

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.hover\:border-y-gray-50\/95:hover {

    border-top-color: rgb(249 250 251 / 0.95);

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.hover\:border-y-gray-500:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-500\/0:hover {

    border-top-color: rgb(107 114 128 / 0);

    border-bottom-color: rgb(107 114 128 / 0);
}
.hover\:border-y-gray-500\/10:hover {

    border-top-color: rgb(107 114 128 / 0.1);

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.hover\:border-y-gray-500\/100:hover {

    border-top-color: rgb(107 114 128 / 1);

    border-bottom-color: rgb(107 114 128 / 1);
}
.hover\:border-y-gray-500\/15:hover {

    border-top-color: rgb(107 114 128 / 0.15);

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.hover\:border-y-gray-500\/20:hover {

    border-top-color: rgb(107 114 128 / 0.2);

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.hover\:border-y-gray-500\/25:hover {

    border-top-color: rgb(107 114 128 / 0.25);

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.hover\:border-y-gray-500\/30:hover {

    border-top-color: rgb(107 114 128 / 0.3);

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.hover\:border-y-gray-500\/35:hover {

    border-top-color: rgb(107 114 128 / 0.35);

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.hover\:border-y-gray-500\/40:hover {

    border-top-color: rgb(107 114 128 / 0.4);

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.hover\:border-y-gray-500\/45:hover {

    border-top-color: rgb(107 114 128 / 0.45);

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.hover\:border-y-gray-500\/5:hover {

    border-top-color: rgb(107 114 128 / 0.05);

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.hover\:border-y-gray-500\/50:hover {

    border-top-color: rgb(107 114 128 / 0.5);

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.hover\:border-y-gray-500\/55:hover {

    border-top-color: rgb(107 114 128 / 0.55);

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.hover\:border-y-gray-500\/60:hover {

    border-top-color: rgb(107 114 128 / 0.6);

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.hover\:border-y-gray-500\/65:hover {

    border-top-color: rgb(107 114 128 / 0.65);

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.hover\:border-y-gray-500\/70:hover {

    border-top-color: rgb(107 114 128 / 0.7);

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.hover\:border-y-gray-500\/75:hover {

    border-top-color: rgb(107 114 128 / 0.75);

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.hover\:border-y-gray-500\/80:hover {

    border-top-color: rgb(107 114 128 / 0.8);

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.hover\:border-y-gray-500\/85:hover {

    border-top-color: rgb(107 114 128 / 0.85);

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.hover\:border-y-gray-500\/90:hover {

    border-top-color: rgb(107 114 128 / 0.9);

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.hover\:border-y-gray-500\/95:hover {

    border-top-color: rgb(107 114 128 / 0.95);

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.hover\:border-y-gray-600:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-600\/0:hover {

    border-top-color: rgb(75 85 99 / 0);

    border-bottom-color: rgb(75 85 99 / 0);
}
.hover\:border-y-gray-600\/10:hover {

    border-top-color: rgb(75 85 99 / 0.1);

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.hover\:border-y-gray-600\/100:hover {

    border-top-color: rgb(75 85 99 / 1);

    border-bottom-color: rgb(75 85 99 / 1);
}
.hover\:border-y-gray-600\/15:hover {

    border-top-color: rgb(75 85 99 / 0.15);

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.hover\:border-y-gray-600\/20:hover {

    border-top-color: rgb(75 85 99 / 0.2);

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.hover\:border-y-gray-600\/25:hover {

    border-top-color: rgb(75 85 99 / 0.25);

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.hover\:border-y-gray-600\/30:hover {

    border-top-color: rgb(75 85 99 / 0.3);

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.hover\:border-y-gray-600\/35:hover {

    border-top-color: rgb(75 85 99 / 0.35);

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.hover\:border-y-gray-600\/40:hover {

    border-top-color: rgb(75 85 99 / 0.4);

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.hover\:border-y-gray-600\/45:hover {

    border-top-color: rgb(75 85 99 / 0.45);

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.hover\:border-y-gray-600\/5:hover {

    border-top-color: rgb(75 85 99 / 0.05);

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.hover\:border-y-gray-600\/50:hover {

    border-top-color: rgb(75 85 99 / 0.5);

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.hover\:border-y-gray-600\/55:hover {

    border-top-color: rgb(75 85 99 / 0.55);

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.hover\:border-y-gray-600\/60:hover {

    border-top-color: rgb(75 85 99 / 0.6);

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.hover\:border-y-gray-600\/65:hover {

    border-top-color: rgb(75 85 99 / 0.65);

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.hover\:border-y-gray-600\/70:hover {

    border-top-color: rgb(75 85 99 / 0.7);

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.hover\:border-y-gray-600\/75:hover {

    border-top-color: rgb(75 85 99 / 0.75);

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.hover\:border-y-gray-600\/80:hover {

    border-top-color: rgb(75 85 99 / 0.8);

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.hover\:border-y-gray-600\/85:hover {

    border-top-color: rgb(75 85 99 / 0.85);

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.hover\:border-y-gray-600\/90:hover {

    border-top-color: rgb(75 85 99 / 0.9);

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.hover\:border-y-gray-600\/95:hover {

    border-top-color: rgb(75 85 99 / 0.95);

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.hover\:border-y-gray-700:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-700\/0:hover {

    border-top-color: rgb(55 65 81 / 0);

    border-bottom-color: rgb(55 65 81 / 0);
}
.hover\:border-y-gray-700\/10:hover {

    border-top-color: rgb(55 65 81 / 0.1);

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.hover\:border-y-gray-700\/100:hover {

    border-top-color: rgb(55 65 81 / 1);

    border-bottom-color: rgb(55 65 81 / 1);
}
.hover\:border-y-gray-700\/15:hover {

    border-top-color: rgb(55 65 81 / 0.15);

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.hover\:border-y-gray-700\/20:hover {

    border-top-color: rgb(55 65 81 / 0.2);

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.hover\:border-y-gray-700\/25:hover {

    border-top-color: rgb(55 65 81 / 0.25);

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.hover\:border-y-gray-700\/30:hover {

    border-top-color: rgb(55 65 81 / 0.3);

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.hover\:border-y-gray-700\/35:hover {

    border-top-color: rgb(55 65 81 / 0.35);

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.hover\:border-y-gray-700\/40:hover {

    border-top-color: rgb(55 65 81 / 0.4);

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.hover\:border-y-gray-700\/45:hover {

    border-top-color: rgb(55 65 81 / 0.45);

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.hover\:border-y-gray-700\/5:hover {

    border-top-color: rgb(55 65 81 / 0.05);

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.hover\:border-y-gray-700\/50:hover {

    border-top-color: rgb(55 65 81 / 0.5);

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.hover\:border-y-gray-700\/55:hover {

    border-top-color: rgb(55 65 81 / 0.55);

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.hover\:border-y-gray-700\/60:hover {

    border-top-color: rgb(55 65 81 / 0.6);

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.hover\:border-y-gray-700\/65:hover {

    border-top-color: rgb(55 65 81 / 0.65);

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.hover\:border-y-gray-700\/70:hover {

    border-top-color: rgb(55 65 81 / 0.7);

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.hover\:border-y-gray-700\/75:hover {

    border-top-color: rgb(55 65 81 / 0.75);

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.hover\:border-y-gray-700\/80:hover {

    border-top-color: rgb(55 65 81 / 0.8);

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.hover\:border-y-gray-700\/85:hover {

    border-top-color: rgb(55 65 81 / 0.85);

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.hover\:border-y-gray-700\/90:hover {

    border-top-color: rgb(55 65 81 / 0.9);

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.hover\:border-y-gray-700\/95:hover {

    border-top-color: rgb(55 65 81 / 0.95);

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.hover\:border-y-gray-800:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-800\/0:hover {

    border-top-color: rgb(31 41 55 / 0);

    border-bottom-color: rgb(31 41 55 / 0);
}
.hover\:border-y-gray-800\/10:hover {

    border-top-color: rgb(31 41 55 / 0.1);

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.hover\:border-y-gray-800\/100:hover {

    border-top-color: rgb(31 41 55 / 1);

    border-bottom-color: rgb(31 41 55 / 1);
}
.hover\:border-y-gray-800\/15:hover {

    border-top-color: rgb(31 41 55 / 0.15);

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.hover\:border-y-gray-800\/20:hover {

    border-top-color: rgb(31 41 55 / 0.2);

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.hover\:border-y-gray-800\/25:hover {

    border-top-color: rgb(31 41 55 / 0.25);

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.hover\:border-y-gray-800\/30:hover {

    border-top-color: rgb(31 41 55 / 0.3);

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.hover\:border-y-gray-800\/35:hover {

    border-top-color: rgb(31 41 55 / 0.35);

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.hover\:border-y-gray-800\/40:hover {

    border-top-color: rgb(31 41 55 / 0.4);

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.hover\:border-y-gray-800\/45:hover {

    border-top-color: rgb(31 41 55 / 0.45);

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.hover\:border-y-gray-800\/5:hover {

    border-top-color: rgb(31 41 55 / 0.05);

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.hover\:border-y-gray-800\/50:hover {

    border-top-color: rgb(31 41 55 / 0.5);

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.hover\:border-y-gray-800\/55:hover {

    border-top-color: rgb(31 41 55 / 0.55);

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.hover\:border-y-gray-800\/60:hover {

    border-top-color: rgb(31 41 55 / 0.6);

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.hover\:border-y-gray-800\/65:hover {

    border-top-color: rgb(31 41 55 / 0.65);

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.hover\:border-y-gray-800\/70:hover {

    border-top-color: rgb(31 41 55 / 0.7);

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.hover\:border-y-gray-800\/75:hover {

    border-top-color: rgb(31 41 55 / 0.75);

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.hover\:border-y-gray-800\/80:hover {

    border-top-color: rgb(31 41 55 / 0.8);

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.hover\:border-y-gray-800\/85:hover {

    border-top-color: rgb(31 41 55 / 0.85);

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.hover\:border-y-gray-800\/90:hover {

    border-top-color: rgb(31 41 55 / 0.9);

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.hover\:border-y-gray-800\/95:hover {

    border-top-color: rgb(31 41 55 / 0.95);

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.hover\:border-y-gray-900:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-900\/0:hover {

    border-top-color: rgb(17 24 39 / 0);

    border-bottom-color: rgb(17 24 39 / 0);
}
.hover\:border-y-gray-900\/10:hover {

    border-top-color: rgb(17 24 39 / 0.1);

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.hover\:border-y-gray-900\/100:hover {

    border-top-color: rgb(17 24 39 / 1);

    border-bottom-color: rgb(17 24 39 / 1);
}
.hover\:border-y-gray-900\/15:hover {

    border-top-color: rgb(17 24 39 / 0.15);

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.hover\:border-y-gray-900\/20:hover {

    border-top-color: rgb(17 24 39 / 0.2);

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.hover\:border-y-gray-900\/25:hover {

    border-top-color: rgb(17 24 39 / 0.25);

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.hover\:border-y-gray-900\/30:hover {

    border-top-color: rgb(17 24 39 / 0.3);

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.hover\:border-y-gray-900\/35:hover {

    border-top-color: rgb(17 24 39 / 0.35);

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.hover\:border-y-gray-900\/40:hover {

    border-top-color: rgb(17 24 39 / 0.4);

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.hover\:border-y-gray-900\/45:hover {

    border-top-color: rgb(17 24 39 / 0.45);

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.hover\:border-y-gray-900\/5:hover {

    border-top-color: rgb(17 24 39 / 0.05);

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.hover\:border-y-gray-900\/50:hover {

    border-top-color: rgb(17 24 39 / 0.5);

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.hover\:border-y-gray-900\/55:hover {

    border-top-color: rgb(17 24 39 / 0.55);

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.hover\:border-y-gray-900\/60:hover {

    border-top-color: rgb(17 24 39 / 0.6);

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.hover\:border-y-gray-900\/65:hover {

    border-top-color: rgb(17 24 39 / 0.65);

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.hover\:border-y-gray-900\/70:hover {

    border-top-color: rgb(17 24 39 / 0.7);

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.hover\:border-y-gray-900\/75:hover {

    border-top-color: rgb(17 24 39 / 0.75);

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.hover\:border-y-gray-900\/80:hover {

    border-top-color: rgb(17 24 39 / 0.8);

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.hover\:border-y-gray-900\/85:hover {

    border-top-color: rgb(17 24 39 / 0.85);

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.hover\:border-y-gray-900\/90:hover {

    border-top-color: rgb(17 24 39 / 0.9);

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.hover\:border-y-gray-900\/95:hover {

    border-top-color: rgb(17 24 39 / 0.95);

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.hover\:border-y-gray-950:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-950\/0:hover {

    border-top-color: rgb(3 7 18 / 0);

    border-bottom-color: rgb(3 7 18 / 0);
}
.hover\:border-y-gray-950\/10:hover {

    border-top-color: rgb(3 7 18 / 0.1);

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.hover\:border-y-gray-950\/100:hover {

    border-top-color: rgb(3 7 18 / 1);

    border-bottom-color: rgb(3 7 18 / 1);
}
.hover\:border-y-gray-950\/15:hover {

    border-top-color: rgb(3 7 18 / 0.15);

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.hover\:border-y-gray-950\/20:hover {

    border-top-color: rgb(3 7 18 / 0.2);

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.hover\:border-y-gray-950\/25:hover {

    border-top-color: rgb(3 7 18 / 0.25);

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.hover\:border-y-gray-950\/30:hover {

    border-top-color: rgb(3 7 18 / 0.3);

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.hover\:border-y-gray-950\/35:hover {

    border-top-color: rgb(3 7 18 / 0.35);

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.hover\:border-y-gray-950\/40:hover {

    border-top-color: rgb(3 7 18 / 0.4);

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.hover\:border-y-gray-950\/45:hover {

    border-top-color: rgb(3 7 18 / 0.45);

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.hover\:border-y-gray-950\/5:hover {

    border-top-color: rgb(3 7 18 / 0.05);

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.hover\:border-y-gray-950\/50:hover {

    border-top-color: rgb(3 7 18 / 0.5);

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.hover\:border-y-gray-950\/55:hover {

    border-top-color: rgb(3 7 18 / 0.55);

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.hover\:border-y-gray-950\/60:hover {

    border-top-color: rgb(3 7 18 / 0.6);

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.hover\:border-y-gray-950\/65:hover {

    border-top-color: rgb(3 7 18 / 0.65);

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.hover\:border-y-gray-950\/70:hover {

    border-top-color: rgb(3 7 18 / 0.7);

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.hover\:border-y-gray-950\/75:hover {

    border-top-color: rgb(3 7 18 / 0.75);

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.hover\:border-y-gray-950\/80:hover {

    border-top-color: rgb(3 7 18 / 0.8);

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.hover\:border-y-gray-950\/85:hover {

    border-top-color: rgb(3 7 18 / 0.85);

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.hover\:border-y-gray-950\/90:hover {

    border-top-color: rgb(3 7 18 / 0.9);

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.hover\:border-y-gray-950\/95:hover {

    border-top-color: rgb(3 7 18 / 0.95);

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.hover\:border-y-inherit:hover {

    border-top-color: inherit;

    border-bottom-color: inherit;
}
.hover\:border-y-primary:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-dark\/0:hover {

    border-top-color: rgb(26 88 121 / 0);

    border-bottom-color: rgb(26 88 121 / 0);
}
.hover\:border-y-primary-dark\/10:hover {

    border-top-color: rgb(26 88 121 / 0.1);

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.hover\:border-y-primary-dark\/100:hover {

    border-top-color: rgb(26 88 121 / 1);

    border-bottom-color: rgb(26 88 121 / 1);
}
.hover\:border-y-primary-dark\/15:hover {

    border-top-color: rgb(26 88 121 / 0.15);

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.hover\:border-y-primary-dark\/20:hover {

    border-top-color: rgb(26 88 121 / 0.2);

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.hover\:border-y-primary-dark\/25:hover {

    border-top-color: rgb(26 88 121 / 0.25);

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.hover\:border-y-primary-dark\/30:hover {

    border-top-color: rgb(26 88 121 / 0.3);

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.hover\:border-y-primary-dark\/35:hover {

    border-top-color: rgb(26 88 121 / 0.35);

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.hover\:border-y-primary-dark\/40:hover {

    border-top-color: rgb(26 88 121 / 0.4);

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.hover\:border-y-primary-dark\/45:hover {

    border-top-color: rgb(26 88 121 / 0.45);

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.hover\:border-y-primary-dark\/5:hover {

    border-top-color: rgb(26 88 121 / 0.05);

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.hover\:border-y-primary-dark\/50:hover {

    border-top-color: rgb(26 88 121 / 0.5);

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.hover\:border-y-primary-dark\/55:hover {

    border-top-color: rgb(26 88 121 / 0.55);

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.hover\:border-y-primary-dark\/60:hover {

    border-top-color: rgb(26 88 121 / 0.6);

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.hover\:border-y-primary-dark\/65:hover {

    border-top-color: rgb(26 88 121 / 0.65);

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.hover\:border-y-primary-dark\/70:hover {

    border-top-color: rgb(26 88 121 / 0.7);

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.hover\:border-y-primary-dark\/75:hover {

    border-top-color: rgb(26 88 121 / 0.75);

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.hover\:border-y-primary-dark\/80:hover {

    border-top-color: rgb(26 88 121 / 0.8);

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.hover\:border-y-primary-dark\/85:hover {

    border-top-color: rgb(26 88 121 / 0.85);

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.hover\:border-y-primary-dark\/90:hover {

    border-top-color: rgb(26 88 121 / 0.9);

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.hover\:border-y-primary-dark\/95:hover {

    border-top-color: rgb(26 88 121 / 0.95);

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.hover\:border-y-primary-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-light\/0:hover {

    border-top-color: rgb(85 154 193 / 0);

    border-bottom-color: rgb(85 154 193 / 0);
}
.hover\:border-y-primary-light\/10:hover {

    border-top-color: rgb(85 154 193 / 0.1);

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.hover\:border-y-primary-light\/100:hover {

    border-top-color: rgb(85 154 193 / 1);

    border-bottom-color: rgb(85 154 193 / 1);
}
.hover\:border-y-primary-light\/15:hover {

    border-top-color: rgb(85 154 193 / 0.15);

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.hover\:border-y-primary-light\/20:hover {

    border-top-color: rgb(85 154 193 / 0.2);

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.hover\:border-y-primary-light\/25:hover {

    border-top-color: rgb(85 154 193 / 0.25);

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.hover\:border-y-primary-light\/30:hover {

    border-top-color: rgb(85 154 193 / 0.3);

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.hover\:border-y-primary-light\/35:hover {

    border-top-color: rgb(85 154 193 / 0.35);

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.hover\:border-y-primary-light\/40:hover {

    border-top-color: rgb(85 154 193 / 0.4);

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.hover\:border-y-primary-light\/45:hover {

    border-top-color: rgb(85 154 193 / 0.45);

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.hover\:border-y-primary-light\/5:hover {

    border-top-color: rgb(85 154 193 / 0.05);

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.hover\:border-y-primary-light\/50:hover {

    border-top-color: rgb(85 154 193 / 0.5);

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.hover\:border-y-primary-light\/55:hover {

    border-top-color: rgb(85 154 193 / 0.55);

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.hover\:border-y-primary-light\/60:hover {

    border-top-color: rgb(85 154 193 / 0.6);

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.hover\:border-y-primary-light\/65:hover {

    border-top-color: rgb(85 154 193 / 0.65);

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.hover\:border-y-primary-light\/70:hover {

    border-top-color: rgb(85 154 193 / 0.7);

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.hover\:border-y-primary-light\/75:hover {

    border-top-color: rgb(85 154 193 / 0.75);

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.hover\:border-y-primary-light\/80:hover {

    border-top-color: rgb(85 154 193 / 0.8);

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.hover\:border-y-primary-light\/85:hover {

    border-top-color: rgb(85 154 193 / 0.85);

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.hover\:border-y-primary-light\/90:hover {

    border-top-color: rgb(85 154 193 / 0.9);

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.hover\:border-y-primary-light\/95:hover {

    border-top-color: rgb(85 154 193 / 0.95);

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.hover\:border-y-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-lighter\/0:hover {

    border-top-color: rgb(115 177 212 / 0);

    border-bottom-color: rgb(115 177 212 / 0);
}
.hover\:border-y-primary-lighter\/10:hover {

    border-top-color: rgb(115 177 212 / 0.1);

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.hover\:border-y-primary-lighter\/100:hover {

    border-top-color: rgb(115 177 212 / 1);

    border-bottom-color: rgb(115 177 212 / 1);
}
.hover\:border-y-primary-lighter\/15:hover {

    border-top-color: rgb(115 177 212 / 0.15);

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.hover\:border-y-primary-lighter\/20:hover {

    border-top-color: rgb(115 177 212 / 0.2);

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.hover\:border-y-primary-lighter\/25:hover {

    border-top-color: rgb(115 177 212 / 0.25);

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.hover\:border-y-primary-lighter\/30:hover {

    border-top-color: rgb(115 177 212 / 0.3);

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.hover\:border-y-primary-lighter\/35:hover {

    border-top-color: rgb(115 177 212 / 0.35);

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.hover\:border-y-primary-lighter\/40:hover {

    border-top-color: rgb(115 177 212 / 0.4);

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.hover\:border-y-primary-lighter\/45:hover {

    border-top-color: rgb(115 177 212 / 0.45);

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.hover\:border-y-primary-lighter\/5:hover {

    border-top-color: rgb(115 177 212 / 0.05);

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.hover\:border-y-primary-lighter\/50:hover {

    border-top-color: rgb(115 177 212 / 0.5);

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.hover\:border-y-primary-lighter\/55:hover {

    border-top-color: rgb(115 177 212 / 0.55);

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.hover\:border-y-primary-lighter\/60:hover {

    border-top-color: rgb(115 177 212 / 0.6);

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.hover\:border-y-primary-lighter\/65:hover {

    border-top-color: rgb(115 177 212 / 0.65);

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.hover\:border-y-primary-lighter\/70:hover {

    border-top-color: rgb(115 177 212 / 0.7);

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.hover\:border-y-primary-lighter\/75:hover {

    border-top-color: rgb(115 177 212 / 0.75);

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.hover\:border-y-primary-lighter\/80:hover {

    border-top-color: rgb(115 177 212 / 0.8);

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.hover\:border-y-primary-lighter\/85:hover {

    border-top-color: rgb(115 177 212 / 0.85);

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.hover\:border-y-primary-lighter\/90:hover {

    border-top-color: rgb(115 177 212 / 0.9);

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.hover\:border-y-primary-lighter\/95:hover {

    border-top-color: rgb(115 177 212 / 0.95);

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.hover\:border-y-primary\/0:hover {

    border-top-color: rgb(52 114 147 / 0);

    border-bottom-color: rgb(52 114 147 / 0);
}
.hover\:border-y-primary\/10:hover {

    border-top-color: rgb(52 114 147 / 0.1);

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.hover\:border-y-primary\/100:hover {

    border-top-color: rgb(52 114 147 / 1);

    border-bottom-color: rgb(52 114 147 / 1);
}
.hover\:border-y-primary\/15:hover {

    border-top-color: rgb(52 114 147 / 0.15);

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.hover\:border-y-primary\/20:hover {

    border-top-color: rgb(52 114 147 / 0.2);

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.hover\:border-y-primary\/25:hover {

    border-top-color: rgb(52 114 147 / 0.25);

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.hover\:border-y-primary\/30:hover {

    border-top-color: rgb(52 114 147 / 0.3);

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.hover\:border-y-primary\/35:hover {

    border-top-color: rgb(52 114 147 / 0.35);

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.hover\:border-y-primary\/40:hover {

    border-top-color: rgb(52 114 147 / 0.4);

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.hover\:border-y-primary\/45:hover {

    border-top-color: rgb(52 114 147 / 0.45);

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.hover\:border-y-primary\/5:hover {

    border-top-color: rgb(52 114 147 / 0.05);

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.hover\:border-y-primary\/50:hover {

    border-top-color: rgb(52 114 147 / 0.5);

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.hover\:border-y-primary\/55:hover {

    border-top-color: rgb(52 114 147 / 0.55);

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.hover\:border-y-primary\/60:hover {

    border-top-color: rgb(52 114 147 / 0.6);

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.hover\:border-y-primary\/65:hover {

    border-top-color: rgb(52 114 147 / 0.65);

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.hover\:border-y-primary\/70:hover {

    border-top-color: rgb(52 114 147 / 0.7);

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.hover\:border-y-primary\/75:hover {

    border-top-color: rgb(52 114 147 / 0.75);

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.hover\:border-y-primary\/80:hover {

    border-top-color: rgb(52 114 147 / 0.8);

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.hover\:border-y-primary\/85:hover {

    border-top-color: rgb(52 114 147 / 0.85);

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.hover\:border-y-primary\/90:hover {

    border-top-color: rgb(52 114 147 / 0.9);

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.hover\:border-y-primary\/95:hover {

    border-top-color: rgb(52 114 147 / 0.95);

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.hover\:border-y-secondary:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-dark\/0:hover {

    border-top-color: rgb(226 207 188 / 0);

    border-bottom-color: rgb(226 207 188 / 0);
}
.hover\:border-y-secondary-dark\/10:hover {

    border-top-color: rgb(226 207 188 / 0.1);

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.hover\:border-y-secondary-dark\/100:hover {

    border-top-color: rgb(226 207 188 / 1);

    border-bottom-color: rgb(226 207 188 / 1);
}
.hover\:border-y-secondary-dark\/15:hover {

    border-top-color: rgb(226 207 188 / 0.15);

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.hover\:border-y-secondary-dark\/20:hover {

    border-top-color: rgb(226 207 188 / 0.2);

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.hover\:border-y-secondary-dark\/25:hover {

    border-top-color: rgb(226 207 188 / 0.25);

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.hover\:border-y-secondary-dark\/30:hover {

    border-top-color: rgb(226 207 188 / 0.3);

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.hover\:border-y-secondary-dark\/35:hover {

    border-top-color: rgb(226 207 188 / 0.35);

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.hover\:border-y-secondary-dark\/40:hover {

    border-top-color: rgb(226 207 188 / 0.4);

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.hover\:border-y-secondary-dark\/45:hover {

    border-top-color: rgb(226 207 188 / 0.45);

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.hover\:border-y-secondary-dark\/5:hover {

    border-top-color: rgb(226 207 188 / 0.05);

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.hover\:border-y-secondary-dark\/50:hover {

    border-top-color: rgb(226 207 188 / 0.5);

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.hover\:border-y-secondary-dark\/55:hover {

    border-top-color: rgb(226 207 188 / 0.55);

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.hover\:border-y-secondary-dark\/60:hover {

    border-top-color: rgb(226 207 188 / 0.6);

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.hover\:border-y-secondary-dark\/65:hover {

    border-top-color: rgb(226 207 188 / 0.65);

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.hover\:border-y-secondary-dark\/70:hover {

    border-top-color: rgb(226 207 188 / 0.7);

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.hover\:border-y-secondary-dark\/75:hover {

    border-top-color: rgb(226 207 188 / 0.75);

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.hover\:border-y-secondary-dark\/80:hover {

    border-top-color: rgb(226 207 188 / 0.8);

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.hover\:border-y-secondary-dark\/85:hover {

    border-top-color: rgb(226 207 188 / 0.85);

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.hover\:border-y-secondary-dark\/90:hover {

    border-top-color: rgb(226 207 188 / 0.9);

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.hover\:border-y-secondary-dark\/95:hover {

    border-top-color: rgb(226 207 188 / 0.95);

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.hover\:border-y-secondary-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-light\/0:hover {

    border-top-color: rgb(254 250 247 / 0);

    border-bottom-color: rgb(254 250 247 / 0);
}
.hover\:border-y-secondary-light\/10:hover {

    border-top-color: rgb(254 250 247 / 0.1);

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.hover\:border-y-secondary-light\/100:hover {

    border-top-color: rgb(254 250 247 / 1);

    border-bottom-color: rgb(254 250 247 / 1);
}
.hover\:border-y-secondary-light\/15:hover {

    border-top-color: rgb(254 250 247 / 0.15);

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.hover\:border-y-secondary-light\/20:hover {

    border-top-color: rgb(254 250 247 / 0.2);

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.hover\:border-y-secondary-light\/25:hover {

    border-top-color: rgb(254 250 247 / 0.25);

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.hover\:border-y-secondary-light\/30:hover {

    border-top-color: rgb(254 250 247 / 0.3);

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.hover\:border-y-secondary-light\/35:hover {

    border-top-color: rgb(254 250 247 / 0.35);

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.hover\:border-y-secondary-light\/40:hover {

    border-top-color: rgb(254 250 247 / 0.4);

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.hover\:border-y-secondary-light\/45:hover {

    border-top-color: rgb(254 250 247 / 0.45);

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.hover\:border-y-secondary-light\/5:hover {

    border-top-color: rgb(254 250 247 / 0.05);

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.hover\:border-y-secondary-light\/50:hover {

    border-top-color: rgb(254 250 247 / 0.5);

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.hover\:border-y-secondary-light\/55:hover {

    border-top-color: rgb(254 250 247 / 0.55);

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.hover\:border-y-secondary-light\/60:hover {

    border-top-color: rgb(254 250 247 / 0.6);

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.hover\:border-y-secondary-light\/65:hover {

    border-top-color: rgb(254 250 247 / 0.65);

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.hover\:border-y-secondary-light\/70:hover {

    border-top-color: rgb(254 250 247 / 0.7);

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.hover\:border-y-secondary-light\/75:hover {

    border-top-color: rgb(254 250 247 / 0.75);

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.hover\:border-y-secondary-light\/80:hover {

    border-top-color: rgb(254 250 247 / 0.8);

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.hover\:border-y-secondary-light\/85:hover {

    border-top-color: rgb(254 250 247 / 0.85);

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.hover\:border-y-secondary-light\/90:hover {

    border-top-color: rgb(254 250 247 / 0.9);

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.hover\:border-y-secondary-light\/95:hover {

    border-top-color: rgb(254 250 247 / 0.95);

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.hover\:border-y-secondary\/0:hover {

    border-top-color: rgb(243 234 225 / 0);

    border-bottom-color: rgb(243 234 225 / 0);
}
.hover\:border-y-secondary\/10:hover {

    border-top-color: rgb(243 234 225 / 0.1);

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.hover\:border-y-secondary\/100:hover {

    border-top-color: rgb(243 234 225 / 1);

    border-bottom-color: rgb(243 234 225 / 1);
}
.hover\:border-y-secondary\/15:hover {

    border-top-color: rgb(243 234 225 / 0.15);

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.hover\:border-y-secondary\/20:hover {

    border-top-color: rgb(243 234 225 / 0.2);

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.hover\:border-y-secondary\/25:hover {

    border-top-color: rgb(243 234 225 / 0.25);

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.hover\:border-y-secondary\/30:hover {

    border-top-color: rgb(243 234 225 / 0.3);

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.hover\:border-y-secondary\/35:hover {

    border-top-color: rgb(243 234 225 / 0.35);

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.hover\:border-y-secondary\/40:hover {

    border-top-color: rgb(243 234 225 / 0.4);

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.hover\:border-y-secondary\/45:hover {

    border-top-color: rgb(243 234 225 / 0.45);

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.hover\:border-y-secondary\/5:hover {

    border-top-color: rgb(243 234 225 / 0.05);

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.hover\:border-y-secondary\/50:hover {

    border-top-color: rgb(243 234 225 / 0.5);

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.hover\:border-y-secondary\/55:hover {

    border-top-color: rgb(243 234 225 / 0.55);

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.hover\:border-y-secondary\/60:hover {

    border-top-color: rgb(243 234 225 / 0.6);

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.hover\:border-y-secondary\/65:hover {

    border-top-color: rgb(243 234 225 / 0.65);

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.hover\:border-y-secondary\/70:hover {

    border-top-color: rgb(243 234 225 / 0.7);

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.hover\:border-y-secondary\/75:hover {

    border-top-color: rgb(243 234 225 / 0.75);

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.hover\:border-y-secondary\/80:hover {

    border-top-color: rgb(243 234 225 / 0.8);

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.hover\:border-y-secondary\/85:hover {

    border-top-color: rgb(243 234 225 / 0.85);

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.hover\:border-y-secondary\/90:hover {

    border-top-color: rgb(243 234 225 / 0.9);

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.hover\:border-y-secondary\/95:hover {

    border-top-color: rgb(243 234 225 / 0.95);

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.hover\:border-y-transparent:hover {

    border-top-color: transparent;

    border-bottom-color: transparent;
}
.hover\:border-y-transparent\/0:hover {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-y-transparent\/10:hover {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-y-transparent\/100:hover {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-y-transparent\/15:hover {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-y-transparent\/20:hover {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-y-transparent\/25:hover {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-y-transparent\/30:hover {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-y-transparent\/35:hover {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-y-transparent\/40:hover {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-y-transparent\/45:hover {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-y-transparent\/5:hover {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-y-transparent\/50:hover {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-y-transparent\/55:hover {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-y-transparent\/60:hover {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-y-transparent\/65:hover {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-y-transparent\/70:hover {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-y-transparent\/75:hover {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-y-transparent\/80:hover {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-y-transparent\/85:hover {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-y-transparent\/90:hover {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-y-transparent\/95:hover {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-y-white:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-y-white\/0:hover {

    border-top-color: rgb(255 255 255 / 0);

    border-bottom-color: rgb(255 255 255 / 0);
}
.hover\:border-y-white\/10:hover {

    border-top-color: rgb(255 255 255 / 0.1);

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.hover\:border-y-white\/100:hover {

    border-top-color: rgb(255 255 255 / 1);

    border-bottom-color: rgb(255 255 255 / 1);
}
.hover\:border-y-white\/15:hover {

    border-top-color: rgb(255 255 255 / 0.15);

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.hover\:border-y-white\/20:hover {

    border-top-color: rgb(255 255 255 / 0.2);

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.hover\:border-y-white\/25:hover {

    border-top-color: rgb(255 255 255 / 0.25);

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.hover\:border-y-white\/30:hover {

    border-top-color: rgb(255 255 255 / 0.3);

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.hover\:border-y-white\/35:hover {

    border-top-color: rgb(255 255 255 / 0.35);

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.hover\:border-y-white\/40:hover {

    border-top-color: rgb(255 255 255 / 0.4);

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.hover\:border-y-white\/45:hover {

    border-top-color: rgb(255 255 255 / 0.45);

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.hover\:border-y-white\/5:hover {

    border-top-color: rgb(255 255 255 / 0.05);

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.hover\:border-y-white\/50:hover {

    border-top-color: rgb(255 255 255 / 0.5);

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.hover\:border-y-white\/55:hover {

    border-top-color: rgb(255 255 255 / 0.55);

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.hover\:border-y-white\/60:hover {

    border-top-color: rgb(255 255 255 / 0.6);

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.hover\:border-y-white\/65:hover {

    border-top-color: rgb(255 255 255 / 0.65);

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.hover\:border-y-white\/70:hover {

    border-top-color: rgb(255 255 255 / 0.7);

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.hover\:border-y-white\/75:hover {

    border-top-color: rgb(255 255 255 / 0.75);

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.hover\:border-y-white\/80:hover {

    border-top-color: rgb(255 255 255 / 0.8);

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.hover\:border-y-white\/85:hover {

    border-top-color: rgb(255 255 255 / 0.85);

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.hover\:border-y-white\/90:hover {

    border-top-color: rgb(255 255 255 / 0.9);

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.hover\:border-y-white\/95:hover {

    border-top-color: rgb(255 255 255 / 0.95);

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.hover\:border-b-accent:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-dark:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-dark\/0:hover {

    border-bottom-color: rgb(225 114 45 / 0);
}
.hover\:border-b-accent-dark\/10:hover {

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.hover\:border-b-accent-dark\/100:hover {

    border-bottom-color: rgb(225 114 45 / 1);
}
.hover\:border-b-accent-dark\/15:hover {

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.hover\:border-b-accent-dark\/20:hover {

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.hover\:border-b-accent-dark\/25:hover {

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.hover\:border-b-accent-dark\/30:hover {

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.hover\:border-b-accent-dark\/35:hover {

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.hover\:border-b-accent-dark\/40:hover {

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.hover\:border-b-accent-dark\/45:hover {

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.hover\:border-b-accent-dark\/5:hover {

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.hover\:border-b-accent-dark\/50:hover {

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.hover\:border-b-accent-dark\/55:hover {

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.hover\:border-b-accent-dark\/60:hover {

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.hover\:border-b-accent-dark\/65:hover {

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.hover\:border-b-accent-dark\/70:hover {

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.hover\:border-b-accent-dark\/75:hover {

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.hover\:border-b-accent-dark\/80:hover {

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.hover\:border-b-accent-dark\/85:hover {

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.hover\:border-b-accent-dark\/90:hover {

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.hover\:border-b-accent-dark\/95:hover {

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.hover\:border-b-accent-light:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-light\/0:hover {

    border-bottom-color: rgb(255 191 105 / 0);
}
.hover\:border-b-accent-light\/10:hover {

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.hover\:border-b-accent-light\/100:hover {

    border-bottom-color: rgb(255 191 105 / 1);
}
.hover\:border-b-accent-light\/15:hover {

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.hover\:border-b-accent-light\/20:hover {

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.hover\:border-b-accent-light\/25:hover {

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.hover\:border-b-accent-light\/30:hover {

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.hover\:border-b-accent-light\/35:hover {

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.hover\:border-b-accent-light\/40:hover {

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.hover\:border-b-accent-light\/45:hover {

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.hover\:border-b-accent-light\/5:hover {

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.hover\:border-b-accent-light\/50:hover {

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.hover\:border-b-accent-light\/55:hover {

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.hover\:border-b-accent-light\/60:hover {

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.hover\:border-b-accent-light\/65:hover {

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.hover\:border-b-accent-light\/70:hover {

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.hover\:border-b-accent-light\/75:hover {

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.hover\:border-b-accent-light\/80:hover {

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.hover\:border-b-accent-light\/85:hover {

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.hover\:border-b-accent-light\/90:hover {

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.hover\:border-b-accent-light\/95:hover {

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.hover\:border-b-accent\/0:hover {

    border-bottom-color: rgb(229 136 78 / 0);
}
.hover\:border-b-accent\/10:hover {

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.hover\:border-b-accent\/100:hover {

    border-bottom-color: rgb(229 136 78 / 1);
}
.hover\:border-b-accent\/15:hover {

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.hover\:border-b-accent\/20:hover {

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.hover\:border-b-accent\/25:hover {

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.hover\:border-b-accent\/30:hover {

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.hover\:border-b-accent\/35:hover {

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.hover\:border-b-accent\/40:hover {

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.hover\:border-b-accent\/45:hover {

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.hover\:border-b-accent\/5:hover {

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.hover\:border-b-accent\/50:hover {

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.hover\:border-b-accent\/55:hover {

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.hover\:border-b-accent\/60:hover {

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.hover\:border-b-accent\/65:hover {

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.hover\:border-b-accent\/70:hover {

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.hover\:border-b-accent\/75:hover {

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.hover\:border-b-accent\/80:hover {

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.hover\:border-b-accent\/85:hover {

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.hover\:border-b-accent\/90:hover {

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.hover\:border-b-accent\/95:hover {

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.hover\:border-b-black:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-b-black\/0:hover {

    border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-b-black\/10:hover {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-b-black\/100:hover {

    border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-b-black\/15:hover {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-b-black\/20:hover {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-b-black\/25:hover {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-b-black\/30:hover {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-b-black\/35:hover {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-b-black\/40:hover {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-b-black\/45:hover {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-b-black\/5:hover {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-b-black\/50:hover {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-b-black\/55:hover {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-b-black\/60:hover {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-b-black\/65:hover {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-b-black\/70:hover {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-b-black\/75:hover {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-b-black\/80:hover {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-b-black\/85:hover {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-b-black\/90:hover {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-b-black\/95:hover {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-b-current:hover {

    border-bottom-color: currentColor;
}
.hover\:border-b-error:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-b-error\/0:hover {

    border-bottom-color: rgb(255 0 0 / 0);
}
.hover\:border-b-error\/10:hover {

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.hover\:border-b-error\/100:hover {

    border-bottom-color: rgb(255 0 0 / 1);
}
.hover\:border-b-error\/15:hover {

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.hover\:border-b-error\/20:hover {

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.hover\:border-b-error\/25:hover {

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.hover\:border-b-error\/30:hover {

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.hover\:border-b-error\/35:hover {

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.hover\:border-b-error\/40:hover {

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.hover\:border-b-error\/45:hover {

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.hover\:border-b-error\/5:hover {

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.hover\:border-b-error\/50:hover {

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.hover\:border-b-error\/55:hover {

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.hover\:border-b-error\/60:hover {

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.hover\:border-b-error\/65:hover {

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.hover\:border-b-error\/70:hover {

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.hover\:border-b-error\/75:hover {

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.hover\:border-b-error\/80:hover {

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.hover\:border-b-error\/85:hover {

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.hover\:border-b-error\/90:hover {

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.hover\:border-b-error\/95:hover {

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.hover\:border-b-gray-100:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-100\/0:hover {

    border-bottom-color: rgb(243 244 246 / 0);
}
.hover\:border-b-gray-100\/10:hover {

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.hover\:border-b-gray-100\/100:hover {

    border-bottom-color: rgb(243 244 246 / 1);
}
.hover\:border-b-gray-100\/15:hover {

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.hover\:border-b-gray-100\/20:hover {

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.hover\:border-b-gray-100\/25:hover {

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.hover\:border-b-gray-100\/30:hover {

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.hover\:border-b-gray-100\/35:hover {

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.hover\:border-b-gray-100\/40:hover {

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.hover\:border-b-gray-100\/45:hover {

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.hover\:border-b-gray-100\/5:hover {

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.hover\:border-b-gray-100\/50:hover {

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.hover\:border-b-gray-100\/55:hover {

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.hover\:border-b-gray-100\/60:hover {

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.hover\:border-b-gray-100\/65:hover {

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.hover\:border-b-gray-100\/70:hover {

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.hover\:border-b-gray-100\/75:hover {

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.hover\:border-b-gray-100\/80:hover {

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.hover\:border-b-gray-100\/85:hover {

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.hover\:border-b-gray-100\/90:hover {

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.hover\:border-b-gray-100\/95:hover {

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.hover\:border-b-gray-200:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-200\/0:hover {

    border-bottom-color: rgb(229 231 235 / 0);
}
.hover\:border-b-gray-200\/10:hover {

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.hover\:border-b-gray-200\/100:hover {

    border-bottom-color: rgb(229 231 235 / 1);
}
.hover\:border-b-gray-200\/15:hover {

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.hover\:border-b-gray-200\/20:hover {

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.hover\:border-b-gray-200\/25:hover {

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.hover\:border-b-gray-200\/30:hover {

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.hover\:border-b-gray-200\/35:hover {

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.hover\:border-b-gray-200\/40:hover {

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.hover\:border-b-gray-200\/45:hover {

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.hover\:border-b-gray-200\/5:hover {

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.hover\:border-b-gray-200\/50:hover {

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.hover\:border-b-gray-200\/55:hover {

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.hover\:border-b-gray-200\/60:hover {

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.hover\:border-b-gray-200\/65:hover {

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.hover\:border-b-gray-200\/70:hover {

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.hover\:border-b-gray-200\/75:hover {

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.hover\:border-b-gray-200\/80:hover {

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.hover\:border-b-gray-200\/85:hover {

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.hover\:border-b-gray-200\/90:hover {

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.hover\:border-b-gray-200\/95:hover {

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.hover\:border-b-gray-300:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-300\/0:hover {

    border-bottom-color: rgb(209 213 219 / 0);
}
.hover\:border-b-gray-300\/10:hover {

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.hover\:border-b-gray-300\/100:hover {

    border-bottom-color: rgb(209 213 219 / 1);
}
.hover\:border-b-gray-300\/15:hover {

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.hover\:border-b-gray-300\/20:hover {

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.hover\:border-b-gray-300\/25:hover {

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.hover\:border-b-gray-300\/30:hover {

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.hover\:border-b-gray-300\/35:hover {

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.hover\:border-b-gray-300\/40:hover {

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.hover\:border-b-gray-300\/45:hover {

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.hover\:border-b-gray-300\/5:hover {

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.hover\:border-b-gray-300\/50:hover {

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.hover\:border-b-gray-300\/55:hover {

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.hover\:border-b-gray-300\/60:hover {

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.hover\:border-b-gray-300\/65:hover {

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.hover\:border-b-gray-300\/70:hover {

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.hover\:border-b-gray-300\/75:hover {

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.hover\:border-b-gray-300\/80:hover {

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.hover\:border-b-gray-300\/85:hover {

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.hover\:border-b-gray-300\/90:hover {

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.hover\:border-b-gray-300\/95:hover {

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.hover\:border-b-gray-400:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-400\/0:hover {

    border-bottom-color: rgb(156 163 175 / 0);
}
.hover\:border-b-gray-400\/10:hover {

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.hover\:border-b-gray-400\/100:hover {

    border-bottom-color: rgb(156 163 175 / 1);
}
.hover\:border-b-gray-400\/15:hover {

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.hover\:border-b-gray-400\/20:hover {

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.hover\:border-b-gray-400\/25:hover {

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.hover\:border-b-gray-400\/30:hover {

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.hover\:border-b-gray-400\/35:hover {

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.hover\:border-b-gray-400\/40:hover {

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.hover\:border-b-gray-400\/45:hover {

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.hover\:border-b-gray-400\/5:hover {

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.hover\:border-b-gray-400\/50:hover {

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.hover\:border-b-gray-400\/55:hover {

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.hover\:border-b-gray-400\/60:hover {

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.hover\:border-b-gray-400\/65:hover {

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.hover\:border-b-gray-400\/70:hover {

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.hover\:border-b-gray-400\/75:hover {

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.hover\:border-b-gray-400\/80:hover {

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.hover\:border-b-gray-400\/85:hover {

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.hover\:border-b-gray-400\/90:hover {

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.hover\:border-b-gray-400\/95:hover {

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.hover\:border-b-gray-50:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-50\/0:hover {

    border-bottom-color: rgb(249 250 251 / 0);
}
.hover\:border-b-gray-50\/10:hover {

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.hover\:border-b-gray-50\/100:hover {

    border-bottom-color: rgb(249 250 251 / 1);
}
.hover\:border-b-gray-50\/15:hover {

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.hover\:border-b-gray-50\/20:hover {

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.hover\:border-b-gray-50\/25:hover {

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.hover\:border-b-gray-50\/30:hover {

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.hover\:border-b-gray-50\/35:hover {

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.hover\:border-b-gray-50\/40:hover {

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.hover\:border-b-gray-50\/45:hover {

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.hover\:border-b-gray-50\/5:hover {

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.hover\:border-b-gray-50\/50:hover {

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.hover\:border-b-gray-50\/55:hover {

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.hover\:border-b-gray-50\/60:hover {

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.hover\:border-b-gray-50\/65:hover {

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.hover\:border-b-gray-50\/70:hover {

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.hover\:border-b-gray-50\/75:hover {

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.hover\:border-b-gray-50\/80:hover {

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.hover\:border-b-gray-50\/85:hover {

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.hover\:border-b-gray-50\/90:hover {

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.hover\:border-b-gray-50\/95:hover {

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.hover\:border-b-gray-500:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-500\/0:hover {

    border-bottom-color: rgb(107 114 128 / 0);
}
.hover\:border-b-gray-500\/10:hover {

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.hover\:border-b-gray-500\/100:hover {

    border-bottom-color: rgb(107 114 128 / 1);
}
.hover\:border-b-gray-500\/15:hover {

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.hover\:border-b-gray-500\/20:hover {

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.hover\:border-b-gray-500\/25:hover {

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.hover\:border-b-gray-500\/30:hover {

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.hover\:border-b-gray-500\/35:hover {

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.hover\:border-b-gray-500\/40:hover {

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.hover\:border-b-gray-500\/45:hover {

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.hover\:border-b-gray-500\/5:hover {

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.hover\:border-b-gray-500\/50:hover {

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.hover\:border-b-gray-500\/55:hover {

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.hover\:border-b-gray-500\/60:hover {

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.hover\:border-b-gray-500\/65:hover {

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.hover\:border-b-gray-500\/70:hover {

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.hover\:border-b-gray-500\/75:hover {

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.hover\:border-b-gray-500\/80:hover {

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.hover\:border-b-gray-500\/85:hover {

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.hover\:border-b-gray-500\/90:hover {

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.hover\:border-b-gray-500\/95:hover {

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.hover\:border-b-gray-600:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-600\/0:hover {

    border-bottom-color: rgb(75 85 99 / 0);
}
.hover\:border-b-gray-600\/10:hover {

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.hover\:border-b-gray-600\/100:hover {

    border-bottom-color: rgb(75 85 99 / 1);
}
.hover\:border-b-gray-600\/15:hover {

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.hover\:border-b-gray-600\/20:hover {

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.hover\:border-b-gray-600\/25:hover {

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.hover\:border-b-gray-600\/30:hover {

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.hover\:border-b-gray-600\/35:hover {

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.hover\:border-b-gray-600\/40:hover {

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.hover\:border-b-gray-600\/45:hover {

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.hover\:border-b-gray-600\/5:hover {

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.hover\:border-b-gray-600\/50:hover {

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.hover\:border-b-gray-600\/55:hover {

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.hover\:border-b-gray-600\/60:hover {

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.hover\:border-b-gray-600\/65:hover {

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.hover\:border-b-gray-600\/70:hover {

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.hover\:border-b-gray-600\/75:hover {

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.hover\:border-b-gray-600\/80:hover {

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.hover\:border-b-gray-600\/85:hover {

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.hover\:border-b-gray-600\/90:hover {

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.hover\:border-b-gray-600\/95:hover {

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.hover\:border-b-gray-700:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-700\/0:hover {

    border-bottom-color: rgb(55 65 81 / 0);
}
.hover\:border-b-gray-700\/10:hover {

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.hover\:border-b-gray-700\/100:hover {

    border-bottom-color: rgb(55 65 81 / 1);
}
.hover\:border-b-gray-700\/15:hover {

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.hover\:border-b-gray-700\/20:hover {

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.hover\:border-b-gray-700\/25:hover {

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.hover\:border-b-gray-700\/30:hover {

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.hover\:border-b-gray-700\/35:hover {

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.hover\:border-b-gray-700\/40:hover {

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.hover\:border-b-gray-700\/45:hover {

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.hover\:border-b-gray-700\/5:hover {

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.hover\:border-b-gray-700\/50:hover {

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.hover\:border-b-gray-700\/55:hover {

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.hover\:border-b-gray-700\/60:hover {

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.hover\:border-b-gray-700\/65:hover {

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.hover\:border-b-gray-700\/70:hover {

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.hover\:border-b-gray-700\/75:hover {

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.hover\:border-b-gray-700\/80:hover {

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.hover\:border-b-gray-700\/85:hover {

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.hover\:border-b-gray-700\/90:hover {

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.hover\:border-b-gray-700\/95:hover {

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.hover\:border-b-gray-800:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-800\/0:hover {

    border-bottom-color: rgb(31 41 55 / 0);
}
.hover\:border-b-gray-800\/10:hover {

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.hover\:border-b-gray-800\/100:hover {

    border-bottom-color: rgb(31 41 55 / 1);
}
.hover\:border-b-gray-800\/15:hover {

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.hover\:border-b-gray-800\/20:hover {

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.hover\:border-b-gray-800\/25:hover {

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.hover\:border-b-gray-800\/30:hover {

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.hover\:border-b-gray-800\/35:hover {

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.hover\:border-b-gray-800\/40:hover {

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.hover\:border-b-gray-800\/45:hover {

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.hover\:border-b-gray-800\/5:hover {

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.hover\:border-b-gray-800\/50:hover {

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.hover\:border-b-gray-800\/55:hover {

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.hover\:border-b-gray-800\/60:hover {

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.hover\:border-b-gray-800\/65:hover {

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.hover\:border-b-gray-800\/70:hover {

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.hover\:border-b-gray-800\/75:hover {

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.hover\:border-b-gray-800\/80:hover {

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.hover\:border-b-gray-800\/85:hover {

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.hover\:border-b-gray-800\/90:hover {

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.hover\:border-b-gray-800\/95:hover {

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.hover\:border-b-gray-900:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-900\/0:hover {

    border-bottom-color: rgb(17 24 39 / 0);
}
.hover\:border-b-gray-900\/10:hover {

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.hover\:border-b-gray-900\/100:hover {

    border-bottom-color: rgb(17 24 39 / 1);
}
.hover\:border-b-gray-900\/15:hover {

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.hover\:border-b-gray-900\/20:hover {

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.hover\:border-b-gray-900\/25:hover {

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.hover\:border-b-gray-900\/30:hover {

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.hover\:border-b-gray-900\/35:hover {

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.hover\:border-b-gray-900\/40:hover {

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.hover\:border-b-gray-900\/45:hover {

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.hover\:border-b-gray-900\/5:hover {

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.hover\:border-b-gray-900\/50:hover {

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.hover\:border-b-gray-900\/55:hover {

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.hover\:border-b-gray-900\/60:hover {

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.hover\:border-b-gray-900\/65:hover {

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.hover\:border-b-gray-900\/70:hover {

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.hover\:border-b-gray-900\/75:hover {

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.hover\:border-b-gray-900\/80:hover {

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.hover\:border-b-gray-900\/85:hover {

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.hover\:border-b-gray-900\/90:hover {

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.hover\:border-b-gray-900\/95:hover {

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.hover\:border-b-gray-950:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-950\/0:hover {

    border-bottom-color: rgb(3 7 18 / 0);
}
.hover\:border-b-gray-950\/10:hover {

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.hover\:border-b-gray-950\/100:hover {

    border-bottom-color: rgb(3 7 18 / 1);
}
.hover\:border-b-gray-950\/15:hover {

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.hover\:border-b-gray-950\/20:hover {

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.hover\:border-b-gray-950\/25:hover {

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.hover\:border-b-gray-950\/30:hover {

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.hover\:border-b-gray-950\/35:hover {

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.hover\:border-b-gray-950\/40:hover {

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.hover\:border-b-gray-950\/45:hover {

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.hover\:border-b-gray-950\/5:hover {

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.hover\:border-b-gray-950\/50:hover {

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.hover\:border-b-gray-950\/55:hover {

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.hover\:border-b-gray-950\/60:hover {

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.hover\:border-b-gray-950\/65:hover {

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.hover\:border-b-gray-950\/70:hover {

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.hover\:border-b-gray-950\/75:hover {

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.hover\:border-b-gray-950\/80:hover {

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.hover\:border-b-gray-950\/85:hover {

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.hover\:border-b-gray-950\/90:hover {

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.hover\:border-b-gray-950\/95:hover {

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.hover\:border-b-inherit:hover {

    border-bottom-color: inherit;
}
.hover\:border-b-primary:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-dark:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-dark\/0:hover {

    border-bottom-color: rgb(26 88 121 / 0);
}
.hover\:border-b-primary-dark\/10:hover {

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.hover\:border-b-primary-dark\/100:hover {

    border-bottom-color: rgb(26 88 121 / 1);
}
.hover\:border-b-primary-dark\/15:hover {

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.hover\:border-b-primary-dark\/20:hover {

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.hover\:border-b-primary-dark\/25:hover {

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.hover\:border-b-primary-dark\/30:hover {

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.hover\:border-b-primary-dark\/35:hover {

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.hover\:border-b-primary-dark\/40:hover {

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.hover\:border-b-primary-dark\/45:hover {

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.hover\:border-b-primary-dark\/5:hover {

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.hover\:border-b-primary-dark\/50:hover {

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.hover\:border-b-primary-dark\/55:hover {

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.hover\:border-b-primary-dark\/60:hover {

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.hover\:border-b-primary-dark\/65:hover {

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.hover\:border-b-primary-dark\/70:hover {

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.hover\:border-b-primary-dark\/75:hover {

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.hover\:border-b-primary-dark\/80:hover {

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.hover\:border-b-primary-dark\/85:hover {

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.hover\:border-b-primary-dark\/90:hover {

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.hover\:border-b-primary-dark\/95:hover {

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.hover\:border-b-primary-light:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-light\/0:hover {

    border-bottom-color: rgb(85 154 193 / 0);
}
.hover\:border-b-primary-light\/10:hover {

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.hover\:border-b-primary-light\/100:hover {

    border-bottom-color: rgb(85 154 193 / 1);
}
.hover\:border-b-primary-light\/15:hover {

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.hover\:border-b-primary-light\/20:hover {

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.hover\:border-b-primary-light\/25:hover {

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.hover\:border-b-primary-light\/30:hover {

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.hover\:border-b-primary-light\/35:hover {

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.hover\:border-b-primary-light\/40:hover {

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.hover\:border-b-primary-light\/45:hover {

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.hover\:border-b-primary-light\/5:hover {

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.hover\:border-b-primary-light\/50:hover {

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.hover\:border-b-primary-light\/55:hover {

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.hover\:border-b-primary-light\/60:hover {

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.hover\:border-b-primary-light\/65:hover {

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.hover\:border-b-primary-light\/70:hover {

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.hover\:border-b-primary-light\/75:hover {

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.hover\:border-b-primary-light\/80:hover {

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.hover\:border-b-primary-light\/85:hover {

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.hover\:border-b-primary-light\/90:hover {

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.hover\:border-b-primary-light\/95:hover {

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.hover\:border-b-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-lighter\/0:hover {

    border-bottom-color: rgb(115 177 212 / 0);
}
.hover\:border-b-primary-lighter\/10:hover {

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.hover\:border-b-primary-lighter\/100:hover {

    border-bottom-color: rgb(115 177 212 / 1);
}
.hover\:border-b-primary-lighter\/15:hover {

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.hover\:border-b-primary-lighter\/20:hover {

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.hover\:border-b-primary-lighter\/25:hover {

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.hover\:border-b-primary-lighter\/30:hover {

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.hover\:border-b-primary-lighter\/35:hover {

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.hover\:border-b-primary-lighter\/40:hover {

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.hover\:border-b-primary-lighter\/45:hover {

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.hover\:border-b-primary-lighter\/5:hover {

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.hover\:border-b-primary-lighter\/50:hover {

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.hover\:border-b-primary-lighter\/55:hover {

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.hover\:border-b-primary-lighter\/60:hover {

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.hover\:border-b-primary-lighter\/65:hover {

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.hover\:border-b-primary-lighter\/70:hover {

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.hover\:border-b-primary-lighter\/75:hover {

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.hover\:border-b-primary-lighter\/80:hover {

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.hover\:border-b-primary-lighter\/85:hover {

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.hover\:border-b-primary-lighter\/90:hover {

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.hover\:border-b-primary-lighter\/95:hover {

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.hover\:border-b-primary\/0:hover {

    border-bottom-color: rgb(52 114 147 / 0);
}
.hover\:border-b-primary\/10:hover {

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.hover\:border-b-primary\/100:hover {

    border-bottom-color: rgb(52 114 147 / 1);
}
.hover\:border-b-primary\/15:hover {

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.hover\:border-b-primary\/20:hover {

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.hover\:border-b-primary\/25:hover {

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.hover\:border-b-primary\/30:hover {

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.hover\:border-b-primary\/35:hover {

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.hover\:border-b-primary\/40:hover {

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.hover\:border-b-primary\/45:hover {

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.hover\:border-b-primary\/5:hover {

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.hover\:border-b-primary\/50:hover {

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.hover\:border-b-primary\/55:hover {

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.hover\:border-b-primary\/60:hover {

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.hover\:border-b-primary\/65:hover {

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.hover\:border-b-primary\/70:hover {

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.hover\:border-b-primary\/75:hover {

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.hover\:border-b-primary\/80:hover {

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.hover\:border-b-primary\/85:hover {

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.hover\:border-b-primary\/90:hover {

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.hover\:border-b-primary\/95:hover {

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.hover\:border-b-secondary:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-dark\/0:hover {

    border-bottom-color: rgb(226 207 188 / 0);
}
.hover\:border-b-secondary-dark\/10:hover {

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.hover\:border-b-secondary-dark\/100:hover {

    border-bottom-color: rgb(226 207 188 / 1);
}
.hover\:border-b-secondary-dark\/15:hover {

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.hover\:border-b-secondary-dark\/20:hover {

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.hover\:border-b-secondary-dark\/25:hover {

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.hover\:border-b-secondary-dark\/30:hover {

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.hover\:border-b-secondary-dark\/35:hover {

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.hover\:border-b-secondary-dark\/40:hover {

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.hover\:border-b-secondary-dark\/45:hover {

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.hover\:border-b-secondary-dark\/5:hover {

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.hover\:border-b-secondary-dark\/50:hover {

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.hover\:border-b-secondary-dark\/55:hover {

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.hover\:border-b-secondary-dark\/60:hover {

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.hover\:border-b-secondary-dark\/65:hover {

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.hover\:border-b-secondary-dark\/70:hover {

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.hover\:border-b-secondary-dark\/75:hover {

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.hover\:border-b-secondary-dark\/80:hover {

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.hover\:border-b-secondary-dark\/85:hover {

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.hover\:border-b-secondary-dark\/90:hover {

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.hover\:border-b-secondary-dark\/95:hover {

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.hover\:border-b-secondary-light:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-light\/0:hover {

    border-bottom-color: rgb(254 250 247 / 0);
}
.hover\:border-b-secondary-light\/10:hover {

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.hover\:border-b-secondary-light\/100:hover {

    border-bottom-color: rgb(254 250 247 / 1);
}
.hover\:border-b-secondary-light\/15:hover {

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.hover\:border-b-secondary-light\/20:hover {

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.hover\:border-b-secondary-light\/25:hover {

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.hover\:border-b-secondary-light\/30:hover {

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.hover\:border-b-secondary-light\/35:hover {

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.hover\:border-b-secondary-light\/40:hover {

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.hover\:border-b-secondary-light\/45:hover {

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.hover\:border-b-secondary-light\/5:hover {

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.hover\:border-b-secondary-light\/50:hover {

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.hover\:border-b-secondary-light\/55:hover {

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.hover\:border-b-secondary-light\/60:hover {

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.hover\:border-b-secondary-light\/65:hover {

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.hover\:border-b-secondary-light\/70:hover {

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.hover\:border-b-secondary-light\/75:hover {

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.hover\:border-b-secondary-light\/80:hover {

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.hover\:border-b-secondary-light\/85:hover {

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.hover\:border-b-secondary-light\/90:hover {

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.hover\:border-b-secondary-light\/95:hover {

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.hover\:border-b-secondary\/0:hover {

    border-bottom-color: rgb(243 234 225 / 0);
}
.hover\:border-b-secondary\/10:hover {

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.hover\:border-b-secondary\/100:hover {

    border-bottom-color: rgb(243 234 225 / 1);
}
.hover\:border-b-secondary\/15:hover {

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.hover\:border-b-secondary\/20:hover {

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.hover\:border-b-secondary\/25:hover {

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.hover\:border-b-secondary\/30:hover {

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.hover\:border-b-secondary\/35:hover {

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.hover\:border-b-secondary\/40:hover {

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.hover\:border-b-secondary\/45:hover {

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.hover\:border-b-secondary\/5:hover {

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.hover\:border-b-secondary\/50:hover {

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.hover\:border-b-secondary\/55:hover {

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.hover\:border-b-secondary\/60:hover {

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.hover\:border-b-secondary\/65:hover {

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.hover\:border-b-secondary\/70:hover {

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.hover\:border-b-secondary\/75:hover {

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.hover\:border-b-secondary\/80:hover {

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.hover\:border-b-secondary\/85:hover {

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.hover\:border-b-secondary\/90:hover {

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.hover\:border-b-secondary\/95:hover {

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.hover\:border-b-transparent:hover {

    border-bottom-color: transparent;
}
.hover\:border-b-transparent\/0:hover {

    border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-b-transparent\/10:hover {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-b-transparent\/100:hover {

    border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-b-transparent\/15:hover {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-b-transparent\/20:hover {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-b-transparent\/25:hover {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-b-transparent\/30:hover {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-b-transparent\/35:hover {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-b-transparent\/40:hover {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-b-transparent\/45:hover {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-b-transparent\/5:hover {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-b-transparent\/50:hover {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-b-transparent\/55:hover {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-b-transparent\/60:hover {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-b-transparent\/65:hover {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-b-transparent\/70:hover {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-b-transparent\/75:hover {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-b-transparent\/80:hover {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-b-transparent\/85:hover {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-b-transparent\/90:hover {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-b-transparent\/95:hover {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-b-white:hover {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-b-white\/0:hover {

    border-bottom-color: rgb(255 255 255 / 0);
}
.hover\:border-b-white\/10:hover {

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.hover\:border-b-white\/100:hover {

    border-bottom-color: rgb(255 255 255 / 1);
}
.hover\:border-b-white\/15:hover {

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.hover\:border-b-white\/20:hover {

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.hover\:border-b-white\/25:hover {

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.hover\:border-b-white\/30:hover {

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.hover\:border-b-white\/35:hover {

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.hover\:border-b-white\/40:hover {

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.hover\:border-b-white\/45:hover {

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.hover\:border-b-white\/5:hover {

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.hover\:border-b-white\/50:hover {

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.hover\:border-b-white\/55:hover {

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.hover\:border-b-white\/60:hover {

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.hover\:border-b-white\/65:hover {

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.hover\:border-b-white\/70:hover {

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.hover\:border-b-white\/75:hover {

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.hover\:border-b-white\/80:hover {

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.hover\:border-b-white\/85:hover {

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.hover\:border-b-white\/90:hover {

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.hover\:border-b-white\/95:hover {

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.hover\:border-e-accent:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-dark:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-dark\/0:hover {

    border-inline-end-color: rgb(225 114 45 / 0);
}
.hover\:border-e-accent-dark\/10:hover {

    border-inline-end-color: rgb(225 114 45 / 0.1);
}
.hover\:border-e-accent-dark\/100:hover {

    border-inline-end-color: rgb(225 114 45 / 1);
}
.hover\:border-e-accent-dark\/15:hover {

    border-inline-end-color: rgb(225 114 45 / 0.15);
}
.hover\:border-e-accent-dark\/20:hover {

    border-inline-end-color: rgb(225 114 45 / 0.2);
}
.hover\:border-e-accent-dark\/25:hover {

    border-inline-end-color: rgb(225 114 45 / 0.25);
}
.hover\:border-e-accent-dark\/30:hover {

    border-inline-end-color: rgb(225 114 45 / 0.3);
}
.hover\:border-e-accent-dark\/35:hover {

    border-inline-end-color: rgb(225 114 45 / 0.35);
}
.hover\:border-e-accent-dark\/40:hover {

    border-inline-end-color: rgb(225 114 45 / 0.4);
}
.hover\:border-e-accent-dark\/45:hover {

    border-inline-end-color: rgb(225 114 45 / 0.45);
}
.hover\:border-e-accent-dark\/5:hover {

    border-inline-end-color: rgb(225 114 45 / 0.05);
}
.hover\:border-e-accent-dark\/50:hover {

    border-inline-end-color: rgb(225 114 45 / 0.5);
}
.hover\:border-e-accent-dark\/55:hover {

    border-inline-end-color: rgb(225 114 45 / 0.55);
}
.hover\:border-e-accent-dark\/60:hover {

    border-inline-end-color: rgb(225 114 45 / 0.6);
}
.hover\:border-e-accent-dark\/65:hover {

    border-inline-end-color: rgb(225 114 45 / 0.65);
}
.hover\:border-e-accent-dark\/70:hover {

    border-inline-end-color: rgb(225 114 45 / 0.7);
}
.hover\:border-e-accent-dark\/75:hover {

    border-inline-end-color: rgb(225 114 45 / 0.75);
}
.hover\:border-e-accent-dark\/80:hover {

    border-inline-end-color: rgb(225 114 45 / 0.8);
}
.hover\:border-e-accent-dark\/85:hover {

    border-inline-end-color: rgb(225 114 45 / 0.85);
}
.hover\:border-e-accent-dark\/90:hover {

    border-inline-end-color: rgb(225 114 45 / 0.9);
}
.hover\:border-e-accent-dark\/95:hover {

    border-inline-end-color: rgb(225 114 45 / 0.95);
}
.hover\:border-e-accent-light:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-light\/0:hover {

    border-inline-end-color: rgb(255 191 105 / 0);
}
.hover\:border-e-accent-light\/10:hover {

    border-inline-end-color: rgb(255 191 105 / 0.1);
}
.hover\:border-e-accent-light\/100:hover {

    border-inline-end-color: rgb(255 191 105 / 1);
}
.hover\:border-e-accent-light\/15:hover {

    border-inline-end-color: rgb(255 191 105 / 0.15);
}
.hover\:border-e-accent-light\/20:hover {

    border-inline-end-color: rgb(255 191 105 / 0.2);
}
.hover\:border-e-accent-light\/25:hover {

    border-inline-end-color: rgb(255 191 105 / 0.25);
}
.hover\:border-e-accent-light\/30:hover {

    border-inline-end-color: rgb(255 191 105 / 0.3);
}
.hover\:border-e-accent-light\/35:hover {

    border-inline-end-color: rgb(255 191 105 / 0.35);
}
.hover\:border-e-accent-light\/40:hover {

    border-inline-end-color: rgb(255 191 105 / 0.4);
}
.hover\:border-e-accent-light\/45:hover {

    border-inline-end-color: rgb(255 191 105 / 0.45);
}
.hover\:border-e-accent-light\/5:hover {

    border-inline-end-color: rgb(255 191 105 / 0.05);
}
.hover\:border-e-accent-light\/50:hover {

    border-inline-end-color: rgb(255 191 105 / 0.5);
}
.hover\:border-e-accent-light\/55:hover {

    border-inline-end-color: rgb(255 191 105 / 0.55);
}
.hover\:border-e-accent-light\/60:hover {

    border-inline-end-color: rgb(255 191 105 / 0.6);
}
.hover\:border-e-accent-light\/65:hover {

    border-inline-end-color: rgb(255 191 105 / 0.65);
}
.hover\:border-e-accent-light\/70:hover {

    border-inline-end-color: rgb(255 191 105 / 0.7);
}
.hover\:border-e-accent-light\/75:hover {

    border-inline-end-color: rgb(255 191 105 / 0.75);
}
.hover\:border-e-accent-light\/80:hover {

    border-inline-end-color: rgb(255 191 105 / 0.8);
}
.hover\:border-e-accent-light\/85:hover {

    border-inline-end-color: rgb(255 191 105 / 0.85);
}
.hover\:border-e-accent-light\/90:hover {

    border-inline-end-color: rgb(255 191 105 / 0.9);
}
.hover\:border-e-accent-light\/95:hover {

    border-inline-end-color: rgb(255 191 105 / 0.95);
}
.hover\:border-e-accent\/0:hover {

    border-inline-end-color: rgb(229 136 78 / 0);
}
.hover\:border-e-accent\/10:hover {

    border-inline-end-color: rgb(229 136 78 / 0.1);
}
.hover\:border-e-accent\/100:hover {

    border-inline-end-color: rgb(229 136 78 / 1);
}
.hover\:border-e-accent\/15:hover {

    border-inline-end-color: rgb(229 136 78 / 0.15);
}
.hover\:border-e-accent\/20:hover {

    border-inline-end-color: rgb(229 136 78 / 0.2);
}
.hover\:border-e-accent\/25:hover {

    border-inline-end-color: rgb(229 136 78 / 0.25);
}
.hover\:border-e-accent\/30:hover {

    border-inline-end-color: rgb(229 136 78 / 0.3);
}
.hover\:border-e-accent\/35:hover {

    border-inline-end-color: rgb(229 136 78 / 0.35);
}
.hover\:border-e-accent\/40:hover {

    border-inline-end-color: rgb(229 136 78 / 0.4);
}
.hover\:border-e-accent\/45:hover {

    border-inline-end-color: rgb(229 136 78 / 0.45);
}
.hover\:border-e-accent\/5:hover {

    border-inline-end-color: rgb(229 136 78 / 0.05);
}
.hover\:border-e-accent\/50:hover {

    border-inline-end-color: rgb(229 136 78 / 0.5);
}
.hover\:border-e-accent\/55:hover {

    border-inline-end-color: rgb(229 136 78 / 0.55);
}
.hover\:border-e-accent\/60:hover {

    border-inline-end-color: rgb(229 136 78 / 0.6);
}
.hover\:border-e-accent\/65:hover {

    border-inline-end-color: rgb(229 136 78 / 0.65);
}
.hover\:border-e-accent\/70:hover {

    border-inline-end-color: rgb(229 136 78 / 0.7);
}
.hover\:border-e-accent\/75:hover {

    border-inline-end-color: rgb(229 136 78 / 0.75);
}
.hover\:border-e-accent\/80:hover {

    border-inline-end-color: rgb(229 136 78 / 0.8);
}
.hover\:border-e-accent\/85:hover {

    border-inline-end-color: rgb(229 136 78 / 0.85);
}
.hover\:border-e-accent\/90:hover {

    border-inline-end-color: rgb(229 136 78 / 0.9);
}
.hover\:border-e-accent\/95:hover {

    border-inline-end-color: rgb(229 136 78 / 0.95);
}
.hover\:border-e-black:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-e-black\/0:hover {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.hover\:border-e-black\/10:hover {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.hover\:border-e-black\/100:hover {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.hover\:border-e-black\/15:hover {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.hover\:border-e-black\/20:hover {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.hover\:border-e-black\/25:hover {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.hover\:border-e-black\/30:hover {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.hover\:border-e-black\/35:hover {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.hover\:border-e-black\/40:hover {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.hover\:border-e-black\/45:hover {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.hover\:border-e-black\/5:hover {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.hover\:border-e-black\/50:hover {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.hover\:border-e-black\/55:hover {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.hover\:border-e-black\/60:hover {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.hover\:border-e-black\/65:hover {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.hover\:border-e-black\/70:hover {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.hover\:border-e-black\/75:hover {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.hover\:border-e-black\/80:hover {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.hover\:border-e-black\/85:hover {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.hover\:border-e-black\/90:hover {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.hover\:border-e-black\/95:hover {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.hover\:border-e-current:hover {

    border-inline-end-color: currentColor;
}
.hover\:border-e-error:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-e-error\/0:hover {

    border-inline-end-color: rgb(255 0 0 / 0);
}
.hover\:border-e-error\/10:hover {

    border-inline-end-color: rgb(255 0 0 / 0.1);
}
.hover\:border-e-error\/100:hover {

    border-inline-end-color: rgb(255 0 0 / 1);
}
.hover\:border-e-error\/15:hover {

    border-inline-end-color: rgb(255 0 0 / 0.15);
}
.hover\:border-e-error\/20:hover {

    border-inline-end-color: rgb(255 0 0 / 0.2);
}
.hover\:border-e-error\/25:hover {

    border-inline-end-color: rgb(255 0 0 / 0.25);
}
.hover\:border-e-error\/30:hover {

    border-inline-end-color: rgb(255 0 0 / 0.3);
}
.hover\:border-e-error\/35:hover {

    border-inline-end-color: rgb(255 0 0 / 0.35);
}
.hover\:border-e-error\/40:hover {

    border-inline-end-color: rgb(255 0 0 / 0.4);
}
.hover\:border-e-error\/45:hover {

    border-inline-end-color: rgb(255 0 0 / 0.45);
}
.hover\:border-e-error\/5:hover {

    border-inline-end-color: rgb(255 0 0 / 0.05);
}
.hover\:border-e-error\/50:hover {

    border-inline-end-color: rgb(255 0 0 / 0.5);
}
.hover\:border-e-error\/55:hover {

    border-inline-end-color: rgb(255 0 0 / 0.55);
}
.hover\:border-e-error\/60:hover {

    border-inline-end-color: rgb(255 0 0 / 0.6);
}
.hover\:border-e-error\/65:hover {

    border-inline-end-color: rgb(255 0 0 / 0.65);
}
.hover\:border-e-error\/70:hover {

    border-inline-end-color: rgb(255 0 0 / 0.7);
}
.hover\:border-e-error\/75:hover {

    border-inline-end-color: rgb(255 0 0 / 0.75);
}
.hover\:border-e-error\/80:hover {

    border-inline-end-color: rgb(255 0 0 / 0.8);
}
.hover\:border-e-error\/85:hover {

    border-inline-end-color: rgb(255 0 0 / 0.85);
}
.hover\:border-e-error\/90:hover {

    border-inline-end-color: rgb(255 0 0 / 0.9);
}
.hover\:border-e-error\/95:hover {

    border-inline-end-color: rgb(255 0 0 / 0.95);
}
.hover\:border-e-gray-100:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-100\/0:hover {

    border-inline-end-color: rgb(243 244 246 / 0);
}
.hover\:border-e-gray-100\/10:hover {

    border-inline-end-color: rgb(243 244 246 / 0.1);
}
.hover\:border-e-gray-100\/100:hover {

    border-inline-end-color: rgb(243 244 246 / 1);
}
.hover\:border-e-gray-100\/15:hover {

    border-inline-end-color: rgb(243 244 246 / 0.15);
}
.hover\:border-e-gray-100\/20:hover {

    border-inline-end-color: rgb(243 244 246 / 0.2);
}
.hover\:border-e-gray-100\/25:hover {

    border-inline-end-color: rgb(243 244 246 / 0.25);
}
.hover\:border-e-gray-100\/30:hover {

    border-inline-end-color: rgb(243 244 246 / 0.3);
}
.hover\:border-e-gray-100\/35:hover {

    border-inline-end-color: rgb(243 244 246 / 0.35);
}
.hover\:border-e-gray-100\/40:hover {

    border-inline-end-color: rgb(243 244 246 / 0.4);
}
.hover\:border-e-gray-100\/45:hover {

    border-inline-end-color: rgb(243 244 246 / 0.45);
}
.hover\:border-e-gray-100\/5:hover {

    border-inline-end-color: rgb(243 244 246 / 0.05);
}
.hover\:border-e-gray-100\/50:hover {

    border-inline-end-color: rgb(243 244 246 / 0.5);
}
.hover\:border-e-gray-100\/55:hover {

    border-inline-end-color: rgb(243 244 246 / 0.55);
}
.hover\:border-e-gray-100\/60:hover {

    border-inline-end-color: rgb(243 244 246 / 0.6);
}
.hover\:border-e-gray-100\/65:hover {

    border-inline-end-color: rgb(243 244 246 / 0.65);
}
.hover\:border-e-gray-100\/70:hover {

    border-inline-end-color: rgb(243 244 246 / 0.7);
}
.hover\:border-e-gray-100\/75:hover {

    border-inline-end-color: rgb(243 244 246 / 0.75);
}
.hover\:border-e-gray-100\/80:hover {

    border-inline-end-color: rgb(243 244 246 / 0.8);
}
.hover\:border-e-gray-100\/85:hover {

    border-inline-end-color: rgb(243 244 246 / 0.85);
}
.hover\:border-e-gray-100\/90:hover {

    border-inline-end-color: rgb(243 244 246 / 0.9);
}
.hover\:border-e-gray-100\/95:hover {

    border-inline-end-color: rgb(243 244 246 / 0.95);
}
.hover\:border-e-gray-200:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-200\/0:hover {

    border-inline-end-color: rgb(229 231 235 / 0);
}
.hover\:border-e-gray-200\/10:hover {

    border-inline-end-color: rgb(229 231 235 / 0.1);
}
.hover\:border-e-gray-200\/100:hover {

    border-inline-end-color: rgb(229 231 235 / 1);
}
.hover\:border-e-gray-200\/15:hover {

    border-inline-end-color: rgb(229 231 235 / 0.15);
}
.hover\:border-e-gray-200\/20:hover {

    border-inline-end-color: rgb(229 231 235 / 0.2);
}
.hover\:border-e-gray-200\/25:hover {

    border-inline-end-color: rgb(229 231 235 / 0.25);
}
.hover\:border-e-gray-200\/30:hover {

    border-inline-end-color: rgb(229 231 235 / 0.3);
}
.hover\:border-e-gray-200\/35:hover {

    border-inline-end-color: rgb(229 231 235 / 0.35);
}
.hover\:border-e-gray-200\/40:hover {

    border-inline-end-color: rgb(229 231 235 / 0.4);
}
.hover\:border-e-gray-200\/45:hover {

    border-inline-end-color: rgb(229 231 235 / 0.45);
}
.hover\:border-e-gray-200\/5:hover {

    border-inline-end-color: rgb(229 231 235 / 0.05);
}
.hover\:border-e-gray-200\/50:hover {

    border-inline-end-color: rgb(229 231 235 / 0.5);
}
.hover\:border-e-gray-200\/55:hover {

    border-inline-end-color: rgb(229 231 235 / 0.55);
}
.hover\:border-e-gray-200\/60:hover {

    border-inline-end-color: rgb(229 231 235 / 0.6);
}
.hover\:border-e-gray-200\/65:hover {

    border-inline-end-color: rgb(229 231 235 / 0.65);
}
.hover\:border-e-gray-200\/70:hover {

    border-inline-end-color: rgb(229 231 235 / 0.7);
}
.hover\:border-e-gray-200\/75:hover {

    border-inline-end-color: rgb(229 231 235 / 0.75);
}
.hover\:border-e-gray-200\/80:hover {

    border-inline-end-color: rgb(229 231 235 / 0.8);
}
.hover\:border-e-gray-200\/85:hover {

    border-inline-end-color: rgb(229 231 235 / 0.85);
}
.hover\:border-e-gray-200\/90:hover {

    border-inline-end-color: rgb(229 231 235 / 0.9);
}
.hover\:border-e-gray-200\/95:hover {

    border-inline-end-color: rgb(229 231 235 / 0.95);
}
.hover\:border-e-gray-300:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-300\/0:hover {

    border-inline-end-color: rgb(209 213 219 / 0);
}
.hover\:border-e-gray-300\/10:hover {

    border-inline-end-color: rgb(209 213 219 / 0.1);
}
.hover\:border-e-gray-300\/100:hover {

    border-inline-end-color: rgb(209 213 219 / 1);
}
.hover\:border-e-gray-300\/15:hover {

    border-inline-end-color: rgb(209 213 219 / 0.15);
}
.hover\:border-e-gray-300\/20:hover {

    border-inline-end-color: rgb(209 213 219 / 0.2);
}
.hover\:border-e-gray-300\/25:hover {

    border-inline-end-color: rgb(209 213 219 / 0.25);
}
.hover\:border-e-gray-300\/30:hover {

    border-inline-end-color: rgb(209 213 219 / 0.3);
}
.hover\:border-e-gray-300\/35:hover {

    border-inline-end-color: rgb(209 213 219 / 0.35);
}
.hover\:border-e-gray-300\/40:hover {

    border-inline-end-color: rgb(209 213 219 / 0.4);
}
.hover\:border-e-gray-300\/45:hover {

    border-inline-end-color: rgb(209 213 219 / 0.45);
}
.hover\:border-e-gray-300\/5:hover {

    border-inline-end-color: rgb(209 213 219 / 0.05);
}
.hover\:border-e-gray-300\/50:hover {

    border-inline-end-color: rgb(209 213 219 / 0.5);
}
.hover\:border-e-gray-300\/55:hover {

    border-inline-end-color: rgb(209 213 219 / 0.55);
}
.hover\:border-e-gray-300\/60:hover {

    border-inline-end-color: rgb(209 213 219 / 0.6);
}
.hover\:border-e-gray-300\/65:hover {

    border-inline-end-color: rgb(209 213 219 / 0.65);
}
.hover\:border-e-gray-300\/70:hover {

    border-inline-end-color: rgb(209 213 219 / 0.7);
}
.hover\:border-e-gray-300\/75:hover {

    border-inline-end-color: rgb(209 213 219 / 0.75);
}
.hover\:border-e-gray-300\/80:hover {

    border-inline-end-color: rgb(209 213 219 / 0.8);
}
.hover\:border-e-gray-300\/85:hover {

    border-inline-end-color: rgb(209 213 219 / 0.85);
}
.hover\:border-e-gray-300\/90:hover {

    border-inline-end-color: rgb(209 213 219 / 0.9);
}
.hover\:border-e-gray-300\/95:hover {

    border-inline-end-color: rgb(209 213 219 / 0.95);
}
.hover\:border-e-gray-400:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-400\/0:hover {

    border-inline-end-color: rgb(156 163 175 / 0);
}
.hover\:border-e-gray-400\/10:hover {

    border-inline-end-color: rgb(156 163 175 / 0.1);
}
.hover\:border-e-gray-400\/100:hover {

    border-inline-end-color: rgb(156 163 175 / 1);
}
.hover\:border-e-gray-400\/15:hover {

    border-inline-end-color: rgb(156 163 175 / 0.15);
}
.hover\:border-e-gray-400\/20:hover {

    border-inline-end-color: rgb(156 163 175 / 0.2);
}
.hover\:border-e-gray-400\/25:hover {

    border-inline-end-color: rgb(156 163 175 / 0.25);
}
.hover\:border-e-gray-400\/30:hover {

    border-inline-end-color: rgb(156 163 175 / 0.3);
}
.hover\:border-e-gray-400\/35:hover {

    border-inline-end-color: rgb(156 163 175 / 0.35);
}
.hover\:border-e-gray-400\/40:hover {

    border-inline-end-color: rgb(156 163 175 / 0.4);
}
.hover\:border-e-gray-400\/45:hover {

    border-inline-end-color: rgb(156 163 175 / 0.45);
}
.hover\:border-e-gray-400\/5:hover {

    border-inline-end-color: rgb(156 163 175 / 0.05);
}
.hover\:border-e-gray-400\/50:hover {

    border-inline-end-color: rgb(156 163 175 / 0.5);
}
.hover\:border-e-gray-400\/55:hover {

    border-inline-end-color: rgb(156 163 175 / 0.55);
}
.hover\:border-e-gray-400\/60:hover {

    border-inline-end-color: rgb(156 163 175 / 0.6);
}
.hover\:border-e-gray-400\/65:hover {

    border-inline-end-color: rgb(156 163 175 / 0.65);
}
.hover\:border-e-gray-400\/70:hover {

    border-inline-end-color: rgb(156 163 175 / 0.7);
}
.hover\:border-e-gray-400\/75:hover {

    border-inline-end-color: rgb(156 163 175 / 0.75);
}
.hover\:border-e-gray-400\/80:hover {

    border-inline-end-color: rgb(156 163 175 / 0.8);
}
.hover\:border-e-gray-400\/85:hover {

    border-inline-end-color: rgb(156 163 175 / 0.85);
}
.hover\:border-e-gray-400\/90:hover {

    border-inline-end-color: rgb(156 163 175 / 0.9);
}
.hover\:border-e-gray-400\/95:hover {

    border-inline-end-color: rgb(156 163 175 / 0.95);
}
.hover\:border-e-gray-50:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-50\/0:hover {

    border-inline-end-color: rgb(249 250 251 / 0);
}
.hover\:border-e-gray-50\/10:hover {

    border-inline-end-color: rgb(249 250 251 / 0.1);
}
.hover\:border-e-gray-50\/100:hover {

    border-inline-end-color: rgb(249 250 251 / 1);
}
.hover\:border-e-gray-50\/15:hover {

    border-inline-end-color: rgb(249 250 251 / 0.15);
}
.hover\:border-e-gray-50\/20:hover {

    border-inline-end-color: rgb(249 250 251 / 0.2);
}
.hover\:border-e-gray-50\/25:hover {

    border-inline-end-color: rgb(249 250 251 / 0.25);
}
.hover\:border-e-gray-50\/30:hover {

    border-inline-end-color: rgb(249 250 251 / 0.3);
}
.hover\:border-e-gray-50\/35:hover {

    border-inline-end-color: rgb(249 250 251 / 0.35);
}
.hover\:border-e-gray-50\/40:hover {

    border-inline-end-color: rgb(249 250 251 / 0.4);
}
.hover\:border-e-gray-50\/45:hover {

    border-inline-end-color: rgb(249 250 251 / 0.45);
}
.hover\:border-e-gray-50\/5:hover {

    border-inline-end-color: rgb(249 250 251 / 0.05);
}
.hover\:border-e-gray-50\/50:hover {

    border-inline-end-color: rgb(249 250 251 / 0.5);
}
.hover\:border-e-gray-50\/55:hover {

    border-inline-end-color: rgb(249 250 251 / 0.55);
}
.hover\:border-e-gray-50\/60:hover {

    border-inline-end-color: rgb(249 250 251 / 0.6);
}
.hover\:border-e-gray-50\/65:hover {

    border-inline-end-color: rgb(249 250 251 / 0.65);
}
.hover\:border-e-gray-50\/70:hover {

    border-inline-end-color: rgb(249 250 251 / 0.7);
}
.hover\:border-e-gray-50\/75:hover {

    border-inline-end-color: rgb(249 250 251 / 0.75);
}
.hover\:border-e-gray-50\/80:hover {

    border-inline-end-color: rgb(249 250 251 / 0.8);
}
.hover\:border-e-gray-50\/85:hover {

    border-inline-end-color: rgb(249 250 251 / 0.85);
}
.hover\:border-e-gray-50\/90:hover {

    border-inline-end-color: rgb(249 250 251 / 0.9);
}
.hover\:border-e-gray-50\/95:hover {

    border-inline-end-color: rgb(249 250 251 / 0.95);
}
.hover\:border-e-gray-500:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-500\/0:hover {

    border-inline-end-color: rgb(107 114 128 / 0);
}
.hover\:border-e-gray-500\/10:hover {

    border-inline-end-color: rgb(107 114 128 / 0.1);
}
.hover\:border-e-gray-500\/100:hover {

    border-inline-end-color: rgb(107 114 128 / 1);
}
.hover\:border-e-gray-500\/15:hover {

    border-inline-end-color: rgb(107 114 128 / 0.15);
}
.hover\:border-e-gray-500\/20:hover {

    border-inline-end-color: rgb(107 114 128 / 0.2);
}
.hover\:border-e-gray-500\/25:hover {

    border-inline-end-color: rgb(107 114 128 / 0.25);
}
.hover\:border-e-gray-500\/30:hover {

    border-inline-end-color: rgb(107 114 128 / 0.3);
}
.hover\:border-e-gray-500\/35:hover {

    border-inline-end-color: rgb(107 114 128 / 0.35);
}
.hover\:border-e-gray-500\/40:hover {

    border-inline-end-color: rgb(107 114 128 / 0.4);
}
.hover\:border-e-gray-500\/45:hover {

    border-inline-end-color: rgb(107 114 128 / 0.45);
}
.hover\:border-e-gray-500\/5:hover {

    border-inline-end-color: rgb(107 114 128 / 0.05);
}
.hover\:border-e-gray-500\/50:hover {

    border-inline-end-color: rgb(107 114 128 / 0.5);
}
.hover\:border-e-gray-500\/55:hover {

    border-inline-end-color: rgb(107 114 128 / 0.55);
}
.hover\:border-e-gray-500\/60:hover {

    border-inline-end-color: rgb(107 114 128 / 0.6);
}
.hover\:border-e-gray-500\/65:hover {

    border-inline-end-color: rgb(107 114 128 / 0.65);
}
.hover\:border-e-gray-500\/70:hover {

    border-inline-end-color: rgb(107 114 128 / 0.7);
}
.hover\:border-e-gray-500\/75:hover {

    border-inline-end-color: rgb(107 114 128 / 0.75);
}
.hover\:border-e-gray-500\/80:hover {

    border-inline-end-color: rgb(107 114 128 / 0.8);
}
.hover\:border-e-gray-500\/85:hover {

    border-inline-end-color: rgb(107 114 128 / 0.85);
}
.hover\:border-e-gray-500\/90:hover {

    border-inline-end-color: rgb(107 114 128 / 0.9);
}
.hover\:border-e-gray-500\/95:hover {

    border-inline-end-color: rgb(107 114 128 / 0.95);
}
.hover\:border-e-gray-600:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-600\/0:hover {

    border-inline-end-color: rgb(75 85 99 / 0);
}
.hover\:border-e-gray-600\/10:hover {

    border-inline-end-color: rgb(75 85 99 / 0.1);
}
.hover\:border-e-gray-600\/100:hover {

    border-inline-end-color: rgb(75 85 99 / 1);
}
.hover\:border-e-gray-600\/15:hover {

    border-inline-end-color: rgb(75 85 99 / 0.15);
}
.hover\:border-e-gray-600\/20:hover {

    border-inline-end-color: rgb(75 85 99 / 0.2);
}
.hover\:border-e-gray-600\/25:hover {

    border-inline-end-color: rgb(75 85 99 / 0.25);
}
.hover\:border-e-gray-600\/30:hover {

    border-inline-end-color: rgb(75 85 99 / 0.3);
}
.hover\:border-e-gray-600\/35:hover {

    border-inline-end-color: rgb(75 85 99 / 0.35);
}
.hover\:border-e-gray-600\/40:hover {

    border-inline-end-color: rgb(75 85 99 / 0.4);
}
.hover\:border-e-gray-600\/45:hover {

    border-inline-end-color: rgb(75 85 99 / 0.45);
}
.hover\:border-e-gray-600\/5:hover {

    border-inline-end-color: rgb(75 85 99 / 0.05);
}
.hover\:border-e-gray-600\/50:hover {

    border-inline-end-color: rgb(75 85 99 / 0.5);
}
.hover\:border-e-gray-600\/55:hover {

    border-inline-end-color: rgb(75 85 99 / 0.55);
}
.hover\:border-e-gray-600\/60:hover {

    border-inline-end-color: rgb(75 85 99 / 0.6);
}
.hover\:border-e-gray-600\/65:hover {

    border-inline-end-color: rgb(75 85 99 / 0.65);
}
.hover\:border-e-gray-600\/70:hover {

    border-inline-end-color: rgb(75 85 99 / 0.7);
}
.hover\:border-e-gray-600\/75:hover {

    border-inline-end-color: rgb(75 85 99 / 0.75);
}
.hover\:border-e-gray-600\/80:hover {

    border-inline-end-color: rgb(75 85 99 / 0.8);
}
.hover\:border-e-gray-600\/85:hover {

    border-inline-end-color: rgb(75 85 99 / 0.85);
}
.hover\:border-e-gray-600\/90:hover {

    border-inline-end-color: rgb(75 85 99 / 0.9);
}
.hover\:border-e-gray-600\/95:hover {

    border-inline-end-color: rgb(75 85 99 / 0.95);
}
.hover\:border-e-gray-700:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-700\/0:hover {

    border-inline-end-color: rgb(55 65 81 / 0);
}
.hover\:border-e-gray-700\/10:hover {

    border-inline-end-color: rgb(55 65 81 / 0.1);
}
.hover\:border-e-gray-700\/100:hover {

    border-inline-end-color: rgb(55 65 81 / 1);
}
.hover\:border-e-gray-700\/15:hover {

    border-inline-end-color: rgb(55 65 81 / 0.15);
}
.hover\:border-e-gray-700\/20:hover {

    border-inline-end-color: rgb(55 65 81 / 0.2);
}
.hover\:border-e-gray-700\/25:hover {

    border-inline-end-color: rgb(55 65 81 / 0.25);
}
.hover\:border-e-gray-700\/30:hover {

    border-inline-end-color: rgb(55 65 81 / 0.3);
}
.hover\:border-e-gray-700\/35:hover {

    border-inline-end-color: rgb(55 65 81 / 0.35);
}
.hover\:border-e-gray-700\/40:hover {

    border-inline-end-color: rgb(55 65 81 / 0.4);
}
.hover\:border-e-gray-700\/45:hover {

    border-inline-end-color: rgb(55 65 81 / 0.45);
}
.hover\:border-e-gray-700\/5:hover {

    border-inline-end-color: rgb(55 65 81 / 0.05);
}
.hover\:border-e-gray-700\/50:hover {

    border-inline-end-color: rgb(55 65 81 / 0.5);
}
.hover\:border-e-gray-700\/55:hover {

    border-inline-end-color: rgb(55 65 81 / 0.55);
}
.hover\:border-e-gray-700\/60:hover {

    border-inline-end-color: rgb(55 65 81 / 0.6);
}
.hover\:border-e-gray-700\/65:hover {

    border-inline-end-color: rgb(55 65 81 / 0.65);
}
.hover\:border-e-gray-700\/70:hover {

    border-inline-end-color: rgb(55 65 81 / 0.7);
}
.hover\:border-e-gray-700\/75:hover {

    border-inline-end-color: rgb(55 65 81 / 0.75);
}
.hover\:border-e-gray-700\/80:hover {

    border-inline-end-color: rgb(55 65 81 / 0.8);
}
.hover\:border-e-gray-700\/85:hover {

    border-inline-end-color: rgb(55 65 81 / 0.85);
}
.hover\:border-e-gray-700\/90:hover {

    border-inline-end-color: rgb(55 65 81 / 0.9);
}
.hover\:border-e-gray-700\/95:hover {

    border-inline-end-color: rgb(55 65 81 / 0.95);
}
.hover\:border-e-gray-800:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-800\/0:hover {

    border-inline-end-color: rgb(31 41 55 / 0);
}
.hover\:border-e-gray-800\/10:hover {

    border-inline-end-color: rgb(31 41 55 / 0.1);
}
.hover\:border-e-gray-800\/100:hover {

    border-inline-end-color: rgb(31 41 55 / 1);
}
.hover\:border-e-gray-800\/15:hover {

    border-inline-end-color: rgb(31 41 55 / 0.15);
}
.hover\:border-e-gray-800\/20:hover {

    border-inline-end-color: rgb(31 41 55 / 0.2);
}
.hover\:border-e-gray-800\/25:hover {

    border-inline-end-color: rgb(31 41 55 / 0.25);
}
.hover\:border-e-gray-800\/30:hover {

    border-inline-end-color: rgb(31 41 55 / 0.3);
}
.hover\:border-e-gray-800\/35:hover {

    border-inline-end-color: rgb(31 41 55 / 0.35);
}
.hover\:border-e-gray-800\/40:hover {

    border-inline-end-color: rgb(31 41 55 / 0.4);
}
.hover\:border-e-gray-800\/45:hover {

    border-inline-end-color: rgb(31 41 55 / 0.45);
}
.hover\:border-e-gray-800\/5:hover {

    border-inline-end-color: rgb(31 41 55 / 0.05);
}
.hover\:border-e-gray-800\/50:hover {

    border-inline-end-color: rgb(31 41 55 / 0.5);
}
.hover\:border-e-gray-800\/55:hover {

    border-inline-end-color: rgb(31 41 55 / 0.55);
}
.hover\:border-e-gray-800\/60:hover {

    border-inline-end-color: rgb(31 41 55 / 0.6);
}
.hover\:border-e-gray-800\/65:hover {

    border-inline-end-color: rgb(31 41 55 / 0.65);
}
.hover\:border-e-gray-800\/70:hover {

    border-inline-end-color: rgb(31 41 55 / 0.7);
}
.hover\:border-e-gray-800\/75:hover {

    border-inline-end-color: rgb(31 41 55 / 0.75);
}
.hover\:border-e-gray-800\/80:hover {

    border-inline-end-color: rgb(31 41 55 / 0.8);
}
.hover\:border-e-gray-800\/85:hover {

    border-inline-end-color: rgb(31 41 55 / 0.85);
}
.hover\:border-e-gray-800\/90:hover {

    border-inline-end-color: rgb(31 41 55 / 0.9);
}
.hover\:border-e-gray-800\/95:hover {

    border-inline-end-color: rgb(31 41 55 / 0.95);
}
.hover\:border-e-gray-900:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-900\/0:hover {

    border-inline-end-color: rgb(17 24 39 / 0);
}
.hover\:border-e-gray-900\/10:hover {

    border-inline-end-color: rgb(17 24 39 / 0.1);
}
.hover\:border-e-gray-900\/100:hover {

    border-inline-end-color: rgb(17 24 39 / 1);
}
.hover\:border-e-gray-900\/15:hover {

    border-inline-end-color: rgb(17 24 39 / 0.15);
}
.hover\:border-e-gray-900\/20:hover {

    border-inline-end-color: rgb(17 24 39 / 0.2);
}
.hover\:border-e-gray-900\/25:hover {

    border-inline-end-color: rgb(17 24 39 / 0.25);
}
.hover\:border-e-gray-900\/30:hover {

    border-inline-end-color: rgb(17 24 39 / 0.3);
}
.hover\:border-e-gray-900\/35:hover {

    border-inline-end-color: rgb(17 24 39 / 0.35);
}
.hover\:border-e-gray-900\/40:hover {

    border-inline-end-color: rgb(17 24 39 / 0.4);
}
.hover\:border-e-gray-900\/45:hover {

    border-inline-end-color: rgb(17 24 39 / 0.45);
}
.hover\:border-e-gray-900\/5:hover {

    border-inline-end-color: rgb(17 24 39 / 0.05);
}
.hover\:border-e-gray-900\/50:hover {

    border-inline-end-color: rgb(17 24 39 / 0.5);
}
.hover\:border-e-gray-900\/55:hover {

    border-inline-end-color: rgb(17 24 39 / 0.55);
}
.hover\:border-e-gray-900\/60:hover {

    border-inline-end-color: rgb(17 24 39 / 0.6);
}
.hover\:border-e-gray-900\/65:hover {

    border-inline-end-color: rgb(17 24 39 / 0.65);
}
.hover\:border-e-gray-900\/70:hover {

    border-inline-end-color: rgb(17 24 39 / 0.7);
}
.hover\:border-e-gray-900\/75:hover {

    border-inline-end-color: rgb(17 24 39 / 0.75);
}
.hover\:border-e-gray-900\/80:hover {

    border-inline-end-color: rgb(17 24 39 / 0.8);
}
.hover\:border-e-gray-900\/85:hover {

    border-inline-end-color: rgb(17 24 39 / 0.85);
}
.hover\:border-e-gray-900\/90:hover {

    border-inline-end-color: rgb(17 24 39 / 0.9);
}
.hover\:border-e-gray-900\/95:hover {

    border-inline-end-color: rgb(17 24 39 / 0.95);
}
.hover\:border-e-gray-950:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-950\/0:hover {

    border-inline-end-color: rgb(3 7 18 / 0);
}
.hover\:border-e-gray-950\/10:hover {

    border-inline-end-color: rgb(3 7 18 / 0.1);
}
.hover\:border-e-gray-950\/100:hover {

    border-inline-end-color: rgb(3 7 18 / 1);
}
.hover\:border-e-gray-950\/15:hover {

    border-inline-end-color: rgb(3 7 18 / 0.15);
}
.hover\:border-e-gray-950\/20:hover {

    border-inline-end-color: rgb(3 7 18 / 0.2);
}
.hover\:border-e-gray-950\/25:hover {

    border-inline-end-color: rgb(3 7 18 / 0.25);
}
.hover\:border-e-gray-950\/30:hover {

    border-inline-end-color: rgb(3 7 18 / 0.3);
}
.hover\:border-e-gray-950\/35:hover {

    border-inline-end-color: rgb(3 7 18 / 0.35);
}
.hover\:border-e-gray-950\/40:hover {

    border-inline-end-color: rgb(3 7 18 / 0.4);
}
.hover\:border-e-gray-950\/45:hover {

    border-inline-end-color: rgb(3 7 18 / 0.45);
}
.hover\:border-e-gray-950\/5:hover {

    border-inline-end-color: rgb(3 7 18 / 0.05);
}
.hover\:border-e-gray-950\/50:hover {

    border-inline-end-color: rgb(3 7 18 / 0.5);
}
.hover\:border-e-gray-950\/55:hover {

    border-inline-end-color: rgb(3 7 18 / 0.55);
}
.hover\:border-e-gray-950\/60:hover {

    border-inline-end-color: rgb(3 7 18 / 0.6);
}
.hover\:border-e-gray-950\/65:hover {

    border-inline-end-color: rgb(3 7 18 / 0.65);
}
.hover\:border-e-gray-950\/70:hover {

    border-inline-end-color: rgb(3 7 18 / 0.7);
}
.hover\:border-e-gray-950\/75:hover {

    border-inline-end-color: rgb(3 7 18 / 0.75);
}
.hover\:border-e-gray-950\/80:hover {

    border-inline-end-color: rgb(3 7 18 / 0.8);
}
.hover\:border-e-gray-950\/85:hover {

    border-inline-end-color: rgb(3 7 18 / 0.85);
}
.hover\:border-e-gray-950\/90:hover {

    border-inline-end-color: rgb(3 7 18 / 0.9);
}
.hover\:border-e-gray-950\/95:hover {

    border-inline-end-color: rgb(3 7 18 / 0.95);
}
.hover\:border-e-inherit:hover {

    border-inline-end-color: inherit;
}
.hover\:border-e-primary:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-dark:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-dark\/0:hover {

    border-inline-end-color: rgb(26 88 121 / 0);
}
.hover\:border-e-primary-dark\/10:hover {

    border-inline-end-color: rgb(26 88 121 / 0.1);
}
.hover\:border-e-primary-dark\/100:hover {

    border-inline-end-color: rgb(26 88 121 / 1);
}
.hover\:border-e-primary-dark\/15:hover {

    border-inline-end-color: rgb(26 88 121 / 0.15);
}
.hover\:border-e-primary-dark\/20:hover {

    border-inline-end-color: rgb(26 88 121 / 0.2);
}
.hover\:border-e-primary-dark\/25:hover {

    border-inline-end-color: rgb(26 88 121 / 0.25);
}
.hover\:border-e-primary-dark\/30:hover {

    border-inline-end-color: rgb(26 88 121 / 0.3);
}
.hover\:border-e-primary-dark\/35:hover {

    border-inline-end-color: rgb(26 88 121 / 0.35);
}
.hover\:border-e-primary-dark\/40:hover {

    border-inline-end-color: rgb(26 88 121 / 0.4);
}
.hover\:border-e-primary-dark\/45:hover {

    border-inline-end-color: rgb(26 88 121 / 0.45);
}
.hover\:border-e-primary-dark\/5:hover {

    border-inline-end-color: rgb(26 88 121 / 0.05);
}
.hover\:border-e-primary-dark\/50:hover {

    border-inline-end-color: rgb(26 88 121 / 0.5);
}
.hover\:border-e-primary-dark\/55:hover {

    border-inline-end-color: rgb(26 88 121 / 0.55);
}
.hover\:border-e-primary-dark\/60:hover {

    border-inline-end-color: rgb(26 88 121 / 0.6);
}
.hover\:border-e-primary-dark\/65:hover {

    border-inline-end-color: rgb(26 88 121 / 0.65);
}
.hover\:border-e-primary-dark\/70:hover {

    border-inline-end-color: rgb(26 88 121 / 0.7);
}
.hover\:border-e-primary-dark\/75:hover {

    border-inline-end-color: rgb(26 88 121 / 0.75);
}
.hover\:border-e-primary-dark\/80:hover {

    border-inline-end-color: rgb(26 88 121 / 0.8);
}
.hover\:border-e-primary-dark\/85:hover {

    border-inline-end-color: rgb(26 88 121 / 0.85);
}
.hover\:border-e-primary-dark\/90:hover {

    border-inline-end-color: rgb(26 88 121 / 0.9);
}
.hover\:border-e-primary-dark\/95:hover {

    border-inline-end-color: rgb(26 88 121 / 0.95);
}
.hover\:border-e-primary-light:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-light\/0:hover {

    border-inline-end-color: rgb(85 154 193 / 0);
}
.hover\:border-e-primary-light\/10:hover {

    border-inline-end-color: rgb(85 154 193 / 0.1);
}
.hover\:border-e-primary-light\/100:hover {

    border-inline-end-color: rgb(85 154 193 / 1);
}
.hover\:border-e-primary-light\/15:hover {

    border-inline-end-color: rgb(85 154 193 / 0.15);
}
.hover\:border-e-primary-light\/20:hover {

    border-inline-end-color: rgb(85 154 193 / 0.2);
}
.hover\:border-e-primary-light\/25:hover {

    border-inline-end-color: rgb(85 154 193 / 0.25);
}
.hover\:border-e-primary-light\/30:hover {

    border-inline-end-color: rgb(85 154 193 / 0.3);
}
.hover\:border-e-primary-light\/35:hover {

    border-inline-end-color: rgb(85 154 193 / 0.35);
}
.hover\:border-e-primary-light\/40:hover {

    border-inline-end-color: rgb(85 154 193 / 0.4);
}
.hover\:border-e-primary-light\/45:hover {

    border-inline-end-color: rgb(85 154 193 / 0.45);
}
.hover\:border-e-primary-light\/5:hover {

    border-inline-end-color: rgb(85 154 193 / 0.05);
}
.hover\:border-e-primary-light\/50:hover {

    border-inline-end-color: rgb(85 154 193 / 0.5);
}
.hover\:border-e-primary-light\/55:hover {

    border-inline-end-color: rgb(85 154 193 / 0.55);
}
.hover\:border-e-primary-light\/60:hover {

    border-inline-end-color: rgb(85 154 193 / 0.6);
}
.hover\:border-e-primary-light\/65:hover {

    border-inline-end-color: rgb(85 154 193 / 0.65);
}
.hover\:border-e-primary-light\/70:hover {

    border-inline-end-color: rgb(85 154 193 / 0.7);
}
.hover\:border-e-primary-light\/75:hover {

    border-inline-end-color: rgb(85 154 193 / 0.75);
}
.hover\:border-e-primary-light\/80:hover {

    border-inline-end-color: rgb(85 154 193 / 0.8);
}
.hover\:border-e-primary-light\/85:hover {

    border-inline-end-color: rgb(85 154 193 / 0.85);
}
.hover\:border-e-primary-light\/90:hover {

    border-inline-end-color: rgb(85 154 193 / 0.9);
}
.hover\:border-e-primary-light\/95:hover {

    border-inline-end-color: rgb(85 154 193 / 0.95);
}
.hover\:border-e-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-lighter\/0:hover {

    border-inline-end-color: rgb(115 177 212 / 0);
}
.hover\:border-e-primary-lighter\/10:hover {

    border-inline-end-color: rgb(115 177 212 / 0.1);
}
.hover\:border-e-primary-lighter\/100:hover {

    border-inline-end-color: rgb(115 177 212 / 1);
}
.hover\:border-e-primary-lighter\/15:hover {

    border-inline-end-color: rgb(115 177 212 / 0.15);
}
.hover\:border-e-primary-lighter\/20:hover {

    border-inline-end-color: rgb(115 177 212 / 0.2);
}
.hover\:border-e-primary-lighter\/25:hover {

    border-inline-end-color: rgb(115 177 212 / 0.25);
}
.hover\:border-e-primary-lighter\/30:hover {

    border-inline-end-color: rgb(115 177 212 / 0.3);
}
.hover\:border-e-primary-lighter\/35:hover {

    border-inline-end-color: rgb(115 177 212 / 0.35);
}
.hover\:border-e-primary-lighter\/40:hover {

    border-inline-end-color: rgb(115 177 212 / 0.4);
}
.hover\:border-e-primary-lighter\/45:hover {

    border-inline-end-color: rgb(115 177 212 / 0.45);
}
.hover\:border-e-primary-lighter\/5:hover {

    border-inline-end-color: rgb(115 177 212 / 0.05);
}
.hover\:border-e-primary-lighter\/50:hover {

    border-inline-end-color: rgb(115 177 212 / 0.5);
}
.hover\:border-e-primary-lighter\/55:hover {

    border-inline-end-color: rgb(115 177 212 / 0.55);
}
.hover\:border-e-primary-lighter\/60:hover {

    border-inline-end-color: rgb(115 177 212 / 0.6);
}
.hover\:border-e-primary-lighter\/65:hover {

    border-inline-end-color: rgb(115 177 212 / 0.65);
}
.hover\:border-e-primary-lighter\/70:hover {

    border-inline-end-color: rgb(115 177 212 / 0.7);
}
.hover\:border-e-primary-lighter\/75:hover {

    border-inline-end-color: rgb(115 177 212 / 0.75);
}
.hover\:border-e-primary-lighter\/80:hover {

    border-inline-end-color: rgb(115 177 212 / 0.8);
}
.hover\:border-e-primary-lighter\/85:hover {

    border-inline-end-color: rgb(115 177 212 / 0.85);
}
.hover\:border-e-primary-lighter\/90:hover {

    border-inline-end-color: rgb(115 177 212 / 0.9);
}
.hover\:border-e-primary-lighter\/95:hover {

    border-inline-end-color: rgb(115 177 212 / 0.95);
}
.hover\:border-e-primary\/0:hover {

    border-inline-end-color: rgb(52 114 147 / 0);
}
.hover\:border-e-primary\/10:hover {

    border-inline-end-color: rgb(52 114 147 / 0.1);
}
.hover\:border-e-primary\/100:hover {

    border-inline-end-color: rgb(52 114 147 / 1);
}
.hover\:border-e-primary\/15:hover {

    border-inline-end-color: rgb(52 114 147 / 0.15);
}
.hover\:border-e-primary\/20:hover {

    border-inline-end-color: rgb(52 114 147 / 0.2);
}
.hover\:border-e-primary\/25:hover {

    border-inline-end-color: rgb(52 114 147 / 0.25);
}
.hover\:border-e-primary\/30:hover {

    border-inline-end-color: rgb(52 114 147 / 0.3);
}
.hover\:border-e-primary\/35:hover {

    border-inline-end-color: rgb(52 114 147 / 0.35);
}
.hover\:border-e-primary\/40:hover {

    border-inline-end-color: rgb(52 114 147 / 0.4);
}
.hover\:border-e-primary\/45:hover {

    border-inline-end-color: rgb(52 114 147 / 0.45);
}
.hover\:border-e-primary\/5:hover {

    border-inline-end-color: rgb(52 114 147 / 0.05);
}
.hover\:border-e-primary\/50:hover {

    border-inline-end-color: rgb(52 114 147 / 0.5);
}
.hover\:border-e-primary\/55:hover {

    border-inline-end-color: rgb(52 114 147 / 0.55);
}
.hover\:border-e-primary\/60:hover {

    border-inline-end-color: rgb(52 114 147 / 0.6);
}
.hover\:border-e-primary\/65:hover {

    border-inline-end-color: rgb(52 114 147 / 0.65);
}
.hover\:border-e-primary\/70:hover {

    border-inline-end-color: rgb(52 114 147 / 0.7);
}
.hover\:border-e-primary\/75:hover {

    border-inline-end-color: rgb(52 114 147 / 0.75);
}
.hover\:border-e-primary\/80:hover {

    border-inline-end-color: rgb(52 114 147 / 0.8);
}
.hover\:border-e-primary\/85:hover {

    border-inline-end-color: rgb(52 114 147 / 0.85);
}
.hover\:border-e-primary\/90:hover {

    border-inline-end-color: rgb(52 114 147 / 0.9);
}
.hover\:border-e-primary\/95:hover {

    border-inline-end-color: rgb(52 114 147 / 0.95);
}
.hover\:border-e-secondary:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-dark\/0:hover {

    border-inline-end-color: rgb(226 207 188 / 0);
}
.hover\:border-e-secondary-dark\/10:hover {

    border-inline-end-color: rgb(226 207 188 / 0.1);
}
.hover\:border-e-secondary-dark\/100:hover {

    border-inline-end-color: rgb(226 207 188 / 1);
}
.hover\:border-e-secondary-dark\/15:hover {

    border-inline-end-color: rgb(226 207 188 / 0.15);
}
.hover\:border-e-secondary-dark\/20:hover {

    border-inline-end-color: rgb(226 207 188 / 0.2);
}
.hover\:border-e-secondary-dark\/25:hover {

    border-inline-end-color: rgb(226 207 188 / 0.25);
}
.hover\:border-e-secondary-dark\/30:hover {

    border-inline-end-color: rgb(226 207 188 / 0.3);
}
.hover\:border-e-secondary-dark\/35:hover {

    border-inline-end-color: rgb(226 207 188 / 0.35);
}
.hover\:border-e-secondary-dark\/40:hover {

    border-inline-end-color: rgb(226 207 188 / 0.4);
}
.hover\:border-e-secondary-dark\/45:hover {

    border-inline-end-color: rgb(226 207 188 / 0.45);
}
.hover\:border-e-secondary-dark\/5:hover {

    border-inline-end-color: rgb(226 207 188 / 0.05);
}
.hover\:border-e-secondary-dark\/50:hover {

    border-inline-end-color: rgb(226 207 188 / 0.5);
}
.hover\:border-e-secondary-dark\/55:hover {

    border-inline-end-color: rgb(226 207 188 / 0.55);
}
.hover\:border-e-secondary-dark\/60:hover {

    border-inline-end-color: rgb(226 207 188 / 0.6);
}
.hover\:border-e-secondary-dark\/65:hover {

    border-inline-end-color: rgb(226 207 188 / 0.65);
}
.hover\:border-e-secondary-dark\/70:hover {

    border-inline-end-color: rgb(226 207 188 / 0.7);
}
.hover\:border-e-secondary-dark\/75:hover {

    border-inline-end-color: rgb(226 207 188 / 0.75);
}
.hover\:border-e-secondary-dark\/80:hover {

    border-inline-end-color: rgb(226 207 188 / 0.8);
}
.hover\:border-e-secondary-dark\/85:hover {

    border-inline-end-color: rgb(226 207 188 / 0.85);
}
.hover\:border-e-secondary-dark\/90:hover {

    border-inline-end-color: rgb(226 207 188 / 0.9);
}
.hover\:border-e-secondary-dark\/95:hover {

    border-inline-end-color: rgb(226 207 188 / 0.95);
}
.hover\:border-e-secondary-light:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-light\/0:hover {

    border-inline-end-color: rgb(254 250 247 / 0);
}
.hover\:border-e-secondary-light\/10:hover {

    border-inline-end-color: rgb(254 250 247 / 0.1);
}
.hover\:border-e-secondary-light\/100:hover {

    border-inline-end-color: rgb(254 250 247 / 1);
}
.hover\:border-e-secondary-light\/15:hover {

    border-inline-end-color: rgb(254 250 247 / 0.15);
}
.hover\:border-e-secondary-light\/20:hover {

    border-inline-end-color: rgb(254 250 247 / 0.2);
}
.hover\:border-e-secondary-light\/25:hover {

    border-inline-end-color: rgb(254 250 247 / 0.25);
}
.hover\:border-e-secondary-light\/30:hover {

    border-inline-end-color: rgb(254 250 247 / 0.3);
}
.hover\:border-e-secondary-light\/35:hover {

    border-inline-end-color: rgb(254 250 247 / 0.35);
}
.hover\:border-e-secondary-light\/40:hover {

    border-inline-end-color: rgb(254 250 247 / 0.4);
}
.hover\:border-e-secondary-light\/45:hover {

    border-inline-end-color: rgb(254 250 247 / 0.45);
}
.hover\:border-e-secondary-light\/5:hover {

    border-inline-end-color: rgb(254 250 247 / 0.05);
}
.hover\:border-e-secondary-light\/50:hover {

    border-inline-end-color: rgb(254 250 247 / 0.5);
}
.hover\:border-e-secondary-light\/55:hover {

    border-inline-end-color: rgb(254 250 247 / 0.55);
}
.hover\:border-e-secondary-light\/60:hover {

    border-inline-end-color: rgb(254 250 247 / 0.6);
}
.hover\:border-e-secondary-light\/65:hover {

    border-inline-end-color: rgb(254 250 247 / 0.65);
}
.hover\:border-e-secondary-light\/70:hover {

    border-inline-end-color: rgb(254 250 247 / 0.7);
}
.hover\:border-e-secondary-light\/75:hover {

    border-inline-end-color: rgb(254 250 247 / 0.75);
}
.hover\:border-e-secondary-light\/80:hover {

    border-inline-end-color: rgb(254 250 247 / 0.8);
}
.hover\:border-e-secondary-light\/85:hover {

    border-inline-end-color: rgb(254 250 247 / 0.85);
}
.hover\:border-e-secondary-light\/90:hover {

    border-inline-end-color: rgb(254 250 247 / 0.9);
}
.hover\:border-e-secondary-light\/95:hover {

    border-inline-end-color: rgb(254 250 247 / 0.95);
}
.hover\:border-e-secondary\/0:hover {

    border-inline-end-color: rgb(243 234 225 / 0);
}
.hover\:border-e-secondary\/10:hover {

    border-inline-end-color: rgb(243 234 225 / 0.1);
}
.hover\:border-e-secondary\/100:hover {

    border-inline-end-color: rgb(243 234 225 / 1);
}
.hover\:border-e-secondary\/15:hover {

    border-inline-end-color: rgb(243 234 225 / 0.15);
}
.hover\:border-e-secondary\/20:hover {

    border-inline-end-color: rgb(243 234 225 / 0.2);
}
.hover\:border-e-secondary\/25:hover {

    border-inline-end-color: rgb(243 234 225 / 0.25);
}
.hover\:border-e-secondary\/30:hover {

    border-inline-end-color: rgb(243 234 225 / 0.3);
}
.hover\:border-e-secondary\/35:hover {

    border-inline-end-color: rgb(243 234 225 / 0.35);
}
.hover\:border-e-secondary\/40:hover {

    border-inline-end-color: rgb(243 234 225 / 0.4);
}
.hover\:border-e-secondary\/45:hover {

    border-inline-end-color: rgb(243 234 225 / 0.45);
}
.hover\:border-e-secondary\/5:hover {

    border-inline-end-color: rgb(243 234 225 / 0.05);
}
.hover\:border-e-secondary\/50:hover {

    border-inline-end-color: rgb(243 234 225 / 0.5);
}
.hover\:border-e-secondary\/55:hover {

    border-inline-end-color: rgb(243 234 225 / 0.55);
}
.hover\:border-e-secondary\/60:hover {

    border-inline-end-color: rgb(243 234 225 / 0.6);
}
.hover\:border-e-secondary\/65:hover {

    border-inline-end-color: rgb(243 234 225 / 0.65);
}
.hover\:border-e-secondary\/70:hover {

    border-inline-end-color: rgb(243 234 225 / 0.7);
}
.hover\:border-e-secondary\/75:hover {

    border-inline-end-color: rgb(243 234 225 / 0.75);
}
.hover\:border-e-secondary\/80:hover {

    border-inline-end-color: rgb(243 234 225 / 0.8);
}
.hover\:border-e-secondary\/85:hover {

    border-inline-end-color: rgb(243 234 225 / 0.85);
}
.hover\:border-e-secondary\/90:hover {

    border-inline-end-color: rgb(243 234 225 / 0.9);
}
.hover\:border-e-secondary\/95:hover {

    border-inline-end-color: rgb(243 234 225 / 0.95);
}
.hover\:border-e-transparent:hover {

    border-inline-end-color: transparent;
}
.hover\:border-e-transparent\/0:hover {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.hover\:border-e-transparent\/10:hover {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.hover\:border-e-transparent\/100:hover {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.hover\:border-e-transparent\/15:hover {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.hover\:border-e-transparent\/20:hover {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.hover\:border-e-transparent\/25:hover {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.hover\:border-e-transparent\/30:hover {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.hover\:border-e-transparent\/35:hover {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.hover\:border-e-transparent\/40:hover {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.hover\:border-e-transparent\/45:hover {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.hover\:border-e-transparent\/5:hover {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.hover\:border-e-transparent\/50:hover {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.hover\:border-e-transparent\/55:hover {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.hover\:border-e-transparent\/60:hover {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.hover\:border-e-transparent\/65:hover {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.hover\:border-e-transparent\/70:hover {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.hover\:border-e-transparent\/75:hover {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.hover\:border-e-transparent\/80:hover {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.hover\:border-e-transparent\/85:hover {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.hover\:border-e-transparent\/90:hover {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.hover\:border-e-transparent\/95:hover {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.hover\:border-e-white:hover {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-e-white\/0:hover {

    border-inline-end-color: rgb(255 255 255 / 0);
}
.hover\:border-e-white\/10:hover {

    border-inline-end-color: rgb(255 255 255 / 0.1);
}
.hover\:border-e-white\/100:hover {

    border-inline-end-color: rgb(255 255 255 / 1);
}
.hover\:border-e-white\/15:hover {

    border-inline-end-color: rgb(255 255 255 / 0.15);
}
.hover\:border-e-white\/20:hover {

    border-inline-end-color: rgb(255 255 255 / 0.2);
}
.hover\:border-e-white\/25:hover {

    border-inline-end-color: rgb(255 255 255 / 0.25);
}
.hover\:border-e-white\/30:hover {

    border-inline-end-color: rgb(255 255 255 / 0.3);
}
.hover\:border-e-white\/35:hover {

    border-inline-end-color: rgb(255 255 255 / 0.35);
}
.hover\:border-e-white\/40:hover {

    border-inline-end-color: rgb(255 255 255 / 0.4);
}
.hover\:border-e-white\/45:hover {

    border-inline-end-color: rgb(255 255 255 / 0.45);
}
.hover\:border-e-white\/5:hover {

    border-inline-end-color: rgb(255 255 255 / 0.05);
}
.hover\:border-e-white\/50:hover {

    border-inline-end-color: rgb(255 255 255 / 0.5);
}
.hover\:border-e-white\/55:hover {

    border-inline-end-color: rgb(255 255 255 / 0.55);
}
.hover\:border-e-white\/60:hover {

    border-inline-end-color: rgb(255 255 255 / 0.6);
}
.hover\:border-e-white\/65:hover {

    border-inline-end-color: rgb(255 255 255 / 0.65);
}
.hover\:border-e-white\/70:hover {

    border-inline-end-color: rgb(255 255 255 / 0.7);
}
.hover\:border-e-white\/75:hover {

    border-inline-end-color: rgb(255 255 255 / 0.75);
}
.hover\:border-e-white\/80:hover {

    border-inline-end-color: rgb(255 255 255 / 0.8);
}
.hover\:border-e-white\/85:hover {

    border-inline-end-color: rgb(255 255 255 / 0.85);
}
.hover\:border-e-white\/90:hover {

    border-inline-end-color: rgb(255 255 255 / 0.9);
}
.hover\:border-e-white\/95:hover {

    border-inline-end-color: rgb(255 255 255 / 0.95);
}
.hover\:border-l-accent:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-dark\/0:hover {

    border-left-color: rgb(225 114 45 / 0);
}
.hover\:border-l-accent-dark\/10:hover {

    border-left-color: rgb(225 114 45 / 0.1);
}
.hover\:border-l-accent-dark\/100:hover {

    border-left-color: rgb(225 114 45 / 1);
}
.hover\:border-l-accent-dark\/15:hover {

    border-left-color: rgb(225 114 45 / 0.15);
}
.hover\:border-l-accent-dark\/20:hover {

    border-left-color: rgb(225 114 45 / 0.2);
}
.hover\:border-l-accent-dark\/25:hover {

    border-left-color: rgb(225 114 45 / 0.25);
}
.hover\:border-l-accent-dark\/30:hover {

    border-left-color: rgb(225 114 45 / 0.3);
}
.hover\:border-l-accent-dark\/35:hover {

    border-left-color: rgb(225 114 45 / 0.35);
}
.hover\:border-l-accent-dark\/40:hover {

    border-left-color: rgb(225 114 45 / 0.4);
}
.hover\:border-l-accent-dark\/45:hover {

    border-left-color: rgb(225 114 45 / 0.45);
}
.hover\:border-l-accent-dark\/5:hover {

    border-left-color: rgb(225 114 45 / 0.05);
}
.hover\:border-l-accent-dark\/50:hover {

    border-left-color: rgb(225 114 45 / 0.5);
}
.hover\:border-l-accent-dark\/55:hover {

    border-left-color: rgb(225 114 45 / 0.55);
}
.hover\:border-l-accent-dark\/60:hover {

    border-left-color: rgb(225 114 45 / 0.6);
}
.hover\:border-l-accent-dark\/65:hover {

    border-left-color: rgb(225 114 45 / 0.65);
}
.hover\:border-l-accent-dark\/70:hover {

    border-left-color: rgb(225 114 45 / 0.7);
}
.hover\:border-l-accent-dark\/75:hover {

    border-left-color: rgb(225 114 45 / 0.75);
}
.hover\:border-l-accent-dark\/80:hover {

    border-left-color: rgb(225 114 45 / 0.8);
}
.hover\:border-l-accent-dark\/85:hover {

    border-left-color: rgb(225 114 45 / 0.85);
}
.hover\:border-l-accent-dark\/90:hover {

    border-left-color: rgb(225 114 45 / 0.9);
}
.hover\:border-l-accent-dark\/95:hover {

    border-left-color: rgb(225 114 45 / 0.95);
}
.hover\:border-l-accent-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-light\/0:hover {

    border-left-color: rgb(255 191 105 / 0);
}
.hover\:border-l-accent-light\/10:hover {

    border-left-color: rgb(255 191 105 / 0.1);
}
.hover\:border-l-accent-light\/100:hover {

    border-left-color: rgb(255 191 105 / 1);
}
.hover\:border-l-accent-light\/15:hover {

    border-left-color: rgb(255 191 105 / 0.15);
}
.hover\:border-l-accent-light\/20:hover {

    border-left-color: rgb(255 191 105 / 0.2);
}
.hover\:border-l-accent-light\/25:hover {

    border-left-color: rgb(255 191 105 / 0.25);
}
.hover\:border-l-accent-light\/30:hover {

    border-left-color: rgb(255 191 105 / 0.3);
}
.hover\:border-l-accent-light\/35:hover {

    border-left-color: rgb(255 191 105 / 0.35);
}
.hover\:border-l-accent-light\/40:hover {

    border-left-color: rgb(255 191 105 / 0.4);
}
.hover\:border-l-accent-light\/45:hover {

    border-left-color: rgb(255 191 105 / 0.45);
}
.hover\:border-l-accent-light\/5:hover {

    border-left-color: rgb(255 191 105 / 0.05);
}
.hover\:border-l-accent-light\/50:hover {

    border-left-color: rgb(255 191 105 / 0.5);
}
.hover\:border-l-accent-light\/55:hover {

    border-left-color: rgb(255 191 105 / 0.55);
}
.hover\:border-l-accent-light\/60:hover {

    border-left-color: rgb(255 191 105 / 0.6);
}
.hover\:border-l-accent-light\/65:hover {

    border-left-color: rgb(255 191 105 / 0.65);
}
.hover\:border-l-accent-light\/70:hover {

    border-left-color: rgb(255 191 105 / 0.7);
}
.hover\:border-l-accent-light\/75:hover {

    border-left-color: rgb(255 191 105 / 0.75);
}
.hover\:border-l-accent-light\/80:hover {

    border-left-color: rgb(255 191 105 / 0.8);
}
.hover\:border-l-accent-light\/85:hover {

    border-left-color: rgb(255 191 105 / 0.85);
}
.hover\:border-l-accent-light\/90:hover {

    border-left-color: rgb(255 191 105 / 0.9);
}
.hover\:border-l-accent-light\/95:hover {

    border-left-color: rgb(255 191 105 / 0.95);
}
.hover\:border-l-accent\/0:hover {

    border-left-color: rgb(229 136 78 / 0);
}
.hover\:border-l-accent\/10:hover {

    border-left-color: rgb(229 136 78 / 0.1);
}
.hover\:border-l-accent\/100:hover {

    border-left-color: rgb(229 136 78 / 1);
}
.hover\:border-l-accent\/15:hover {

    border-left-color: rgb(229 136 78 / 0.15);
}
.hover\:border-l-accent\/20:hover {

    border-left-color: rgb(229 136 78 / 0.2);
}
.hover\:border-l-accent\/25:hover {

    border-left-color: rgb(229 136 78 / 0.25);
}
.hover\:border-l-accent\/30:hover {

    border-left-color: rgb(229 136 78 / 0.3);
}
.hover\:border-l-accent\/35:hover {

    border-left-color: rgb(229 136 78 / 0.35);
}
.hover\:border-l-accent\/40:hover {

    border-left-color: rgb(229 136 78 / 0.4);
}
.hover\:border-l-accent\/45:hover {

    border-left-color: rgb(229 136 78 / 0.45);
}
.hover\:border-l-accent\/5:hover {

    border-left-color: rgb(229 136 78 / 0.05);
}
.hover\:border-l-accent\/50:hover {

    border-left-color: rgb(229 136 78 / 0.5);
}
.hover\:border-l-accent\/55:hover {

    border-left-color: rgb(229 136 78 / 0.55);
}
.hover\:border-l-accent\/60:hover {

    border-left-color: rgb(229 136 78 / 0.6);
}
.hover\:border-l-accent\/65:hover {

    border-left-color: rgb(229 136 78 / 0.65);
}
.hover\:border-l-accent\/70:hover {

    border-left-color: rgb(229 136 78 / 0.7);
}
.hover\:border-l-accent\/75:hover {

    border-left-color: rgb(229 136 78 / 0.75);
}
.hover\:border-l-accent\/80:hover {

    border-left-color: rgb(229 136 78 / 0.8);
}
.hover\:border-l-accent\/85:hover {

    border-left-color: rgb(229 136 78 / 0.85);
}
.hover\:border-l-accent\/90:hover {

    border-left-color: rgb(229 136 78 / 0.9);
}
.hover\:border-l-accent\/95:hover {

    border-left-color: rgb(229 136 78 / 0.95);
}
.hover\:border-l-black:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-l-black\/0:hover {

    border-left-color: rgb(0 0 0 / 0);
}
.hover\:border-l-black\/10:hover {

    border-left-color: rgb(0 0 0 / 0.1);
}
.hover\:border-l-black\/100:hover {

    border-left-color: rgb(0 0 0 / 1);
}
.hover\:border-l-black\/15:hover {

    border-left-color: rgb(0 0 0 / 0.15);
}
.hover\:border-l-black\/20:hover {

    border-left-color: rgb(0 0 0 / 0.2);
}
.hover\:border-l-black\/25:hover {

    border-left-color: rgb(0 0 0 / 0.25);
}
.hover\:border-l-black\/30:hover {

    border-left-color: rgb(0 0 0 / 0.3);
}
.hover\:border-l-black\/35:hover {

    border-left-color: rgb(0 0 0 / 0.35);
}
.hover\:border-l-black\/40:hover {

    border-left-color: rgb(0 0 0 / 0.4);
}
.hover\:border-l-black\/45:hover {

    border-left-color: rgb(0 0 0 / 0.45);
}
.hover\:border-l-black\/5:hover {

    border-left-color: rgb(0 0 0 / 0.05);
}
.hover\:border-l-black\/50:hover {

    border-left-color: rgb(0 0 0 / 0.5);
}
.hover\:border-l-black\/55:hover {

    border-left-color: rgb(0 0 0 / 0.55);
}
.hover\:border-l-black\/60:hover {

    border-left-color: rgb(0 0 0 / 0.6);
}
.hover\:border-l-black\/65:hover {

    border-left-color: rgb(0 0 0 / 0.65);
}
.hover\:border-l-black\/70:hover {

    border-left-color: rgb(0 0 0 / 0.7);
}
.hover\:border-l-black\/75:hover {

    border-left-color: rgb(0 0 0 / 0.75);
}
.hover\:border-l-black\/80:hover {

    border-left-color: rgb(0 0 0 / 0.8);
}
.hover\:border-l-black\/85:hover {

    border-left-color: rgb(0 0 0 / 0.85);
}
.hover\:border-l-black\/90:hover {

    border-left-color: rgb(0 0 0 / 0.9);
}
.hover\:border-l-black\/95:hover {

    border-left-color: rgb(0 0 0 / 0.95);
}
.hover\:border-l-current:hover {

    border-left-color: currentColor;
}
.hover\:border-l-error:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-l-error\/0:hover {

    border-left-color: rgb(255 0 0 / 0);
}
.hover\:border-l-error\/10:hover {

    border-left-color: rgb(255 0 0 / 0.1);
}
.hover\:border-l-error\/100:hover {

    border-left-color: rgb(255 0 0 / 1);
}
.hover\:border-l-error\/15:hover {

    border-left-color: rgb(255 0 0 / 0.15);
}
.hover\:border-l-error\/20:hover {

    border-left-color: rgb(255 0 0 / 0.2);
}
.hover\:border-l-error\/25:hover {

    border-left-color: rgb(255 0 0 / 0.25);
}
.hover\:border-l-error\/30:hover {

    border-left-color: rgb(255 0 0 / 0.3);
}
.hover\:border-l-error\/35:hover {

    border-left-color: rgb(255 0 0 / 0.35);
}
.hover\:border-l-error\/40:hover {

    border-left-color: rgb(255 0 0 / 0.4);
}
.hover\:border-l-error\/45:hover {

    border-left-color: rgb(255 0 0 / 0.45);
}
.hover\:border-l-error\/5:hover {

    border-left-color: rgb(255 0 0 / 0.05);
}
.hover\:border-l-error\/50:hover {

    border-left-color: rgb(255 0 0 / 0.5);
}
.hover\:border-l-error\/55:hover {

    border-left-color: rgb(255 0 0 / 0.55);
}
.hover\:border-l-error\/60:hover {

    border-left-color: rgb(255 0 0 / 0.6);
}
.hover\:border-l-error\/65:hover {

    border-left-color: rgb(255 0 0 / 0.65);
}
.hover\:border-l-error\/70:hover {

    border-left-color: rgb(255 0 0 / 0.7);
}
.hover\:border-l-error\/75:hover {

    border-left-color: rgb(255 0 0 / 0.75);
}
.hover\:border-l-error\/80:hover {

    border-left-color: rgb(255 0 0 / 0.8);
}
.hover\:border-l-error\/85:hover {

    border-left-color: rgb(255 0 0 / 0.85);
}
.hover\:border-l-error\/90:hover {

    border-left-color: rgb(255 0 0 / 0.9);
}
.hover\:border-l-error\/95:hover {

    border-left-color: rgb(255 0 0 / 0.95);
}
.hover\:border-l-gray-100:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-100\/0:hover {

    border-left-color: rgb(243 244 246 / 0);
}
.hover\:border-l-gray-100\/10:hover {

    border-left-color: rgb(243 244 246 / 0.1);
}
.hover\:border-l-gray-100\/100:hover {

    border-left-color: rgb(243 244 246 / 1);
}
.hover\:border-l-gray-100\/15:hover {

    border-left-color: rgb(243 244 246 / 0.15);
}
.hover\:border-l-gray-100\/20:hover {

    border-left-color: rgb(243 244 246 / 0.2);
}
.hover\:border-l-gray-100\/25:hover {

    border-left-color: rgb(243 244 246 / 0.25);
}
.hover\:border-l-gray-100\/30:hover {

    border-left-color: rgb(243 244 246 / 0.3);
}
.hover\:border-l-gray-100\/35:hover {

    border-left-color: rgb(243 244 246 / 0.35);
}
.hover\:border-l-gray-100\/40:hover {

    border-left-color: rgb(243 244 246 / 0.4);
}
.hover\:border-l-gray-100\/45:hover {

    border-left-color: rgb(243 244 246 / 0.45);
}
.hover\:border-l-gray-100\/5:hover {

    border-left-color: rgb(243 244 246 / 0.05);
}
.hover\:border-l-gray-100\/50:hover {

    border-left-color: rgb(243 244 246 / 0.5);
}
.hover\:border-l-gray-100\/55:hover {

    border-left-color: rgb(243 244 246 / 0.55);
}
.hover\:border-l-gray-100\/60:hover {

    border-left-color: rgb(243 244 246 / 0.6);
}
.hover\:border-l-gray-100\/65:hover {

    border-left-color: rgb(243 244 246 / 0.65);
}
.hover\:border-l-gray-100\/70:hover {

    border-left-color: rgb(243 244 246 / 0.7);
}
.hover\:border-l-gray-100\/75:hover {

    border-left-color: rgb(243 244 246 / 0.75);
}
.hover\:border-l-gray-100\/80:hover {

    border-left-color: rgb(243 244 246 / 0.8);
}
.hover\:border-l-gray-100\/85:hover {

    border-left-color: rgb(243 244 246 / 0.85);
}
.hover\:border-l-gray-100\/90:hover {

    border-left-color: rgb(243 244 246 / 0.9);
}
.hover\:border-l-gray-100\/95:hover {

    border-left-color: rgb(243 244 246 / 0.95);
}
.hover\:border-l-gray-200:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-200\/0:hover {

    border-left-color: rgb(229 231 235 / 0);
}
.hover\:border-l-gray-200\/10:hover {

    border-left-color: rgb(229 231 235 / 0.1);
}
.hover\:border-l-gray-200\/100:hover {

    border-left-color: rgb(229 231 235 / 1);
}
.hover\:border-l-gray-200\/15:hover {

    border-left-color: rgb(229 231 235 / 0.15);
}
.hover\:border-l-gray-200\/20:hover {

    border-left-color: rgb(229 231 235 / 0.2);
}
.hover\:border-l-gray-200\/25:hover {

    border-left-color: rgb(229 231 235 / 0.25);
}
.hover\:border-l-gray-200\/30:hover {

    border-left-color: rgb(229 231 235 / 0.3);
}
.hover\:border-l-gray-200\/35:hover {

    border-left-color: rgb(229 231 235 / 0.35);
}
.hover\:border-l-gray-200\/40:hover {

    border-left-color: rgb(229 231 235 / 0.4);
}
.hover\:border-l-gray-200\/45:hover {

    border-left-color: rgb(229 231 235 / 0.45);
}
.hover\:border-l-gray-200\/5:hover {

    border-left-color: rgb(229 231 235 / 0.05);
}
.hover\:border-l-gray-200\/50:hover {

    border-left-color: rgb(229 231 235 / 0.5);
}
.hover\:border-l-gray-200\/55:hover {

    border-left-color: rgb(229 231 235 / 0.55);
}
.hover\:border-l-gray-200\/60:hover {

    border-left-color: rgb(229 231 235 / 0.6);
}
.hover\:border-l-gray-200\/65:hover {

    border-left-color: rgb(229 231 235 / 0.65);
}
.hover\:border-l-gray-200\/70:hover {

    border-left-color: rgb(229 231 235 / 0.7);
}
.hover\:border-l-gray-200\/75:hover {

    border-left-color: rgb(229 231 235 / 0.75);
}
.hover\:border-l-gray-200\/80:hover {

    border-left-color: rgb(229 231 235 / 0.8);
}
.hover\:border-l-gray-200\/85:hover {

    border-left-color: rgb(229 231 235 / 0.85);
}
.hover\:border-l-gray-200\/90:hover {

    border-left-color: rgb(229 231 235 / 0.9);
}
.hover\:border-l-gray-200\/95:hover {

    border-left-color: rgb(229 231 235 / 0.95);
}
.hover\:border-l-gray-300:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-300\/0:hover {

    border-left-color: rgb(209 213 219 / 0);
}
.hover\:border-l-gray-300\/10:hover {

    border-left-color: rgb(209 213 219 / 0.1);
}
.hover\:border-l-gray-300\/100:hover {

    border-left-color: rgb(209 213 219 / 1);
}
.hover\:border-l-gray-300\/15:hover {

    border-left-color: rgb(209 213 219 / 0.15);
}
.hover\:border-l-gray-300\/20:hover {

    border-left-color: rgb(209 213 219 / 0.2);
}
.hover\:border-l-gray-300\/25:hover {

    border-left-color: rgb(209 213 219 / 0.25);
}
.hover\:border-l-gray-300\/30:hover {

    border-left-color: rgb(209 213 219 / 0.3);
}
.hover\:border-l-gray-300\/35:hover {

    border-left-color: rgb(209 213 219 / 0.35);
}
.hover\:border-l-gray-300\/40:hover {

    border-left-color: rgb(209 213 219 / 0.4);
}
.hover\:border-l-gray-300\/45:hover {

    border-left-color: rgb(209 213 219 / 0.45);
}
.hover\:border-l-gray-300\/5:hover {

    border-left-color: rgb(209 213 219 / 0.05);
}
.hover\:border-l-gray-300\/50:hover {

    border-left-color: rgb(209 213 219 / 0.5);
}
.hover\:border-l-gray-300\/55:hover {

    border-left-color: rgb(209 213 219 / 0.55);
}
.hover\:border-l-gray-300\/60:hover {

    border-left-color: rgb(209 213 219 / 0.6);
}
.hover\:border-l-gray-300\/65:hover {

    border-left-color: rgb(209 213 219 / 0.65);
}
.hover\:border-l-gray-300\/70:hover {

    border-left-color: rgb(209 213 219 / 0.7);
}
.hover\:border-l-gray-300\/75:hover {

    border-left-color: rgb(209 213 219 / 0.75);
}
.hover\:border-l-gray-300\/80:hover {

    border-left-color: rgb(209 213 219 / 0.8);
}
.hover\:border-l-gray-300\/85:hover {

    border-left-color: rgb(209 213 219 / 0.85);
}
.hover\:border-l-gray-300\/90:hover {

    border-left-color: rgb(209 213 219 / 0.9);
}
.hover\:border-l-gray-300\/95:hover {

    border-left-color: rgb(209 213 219 / 0.95);
}
.hover\:border-l-gray-400:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-400\/0:hover {

    border-left-color: rgb(156 163 175 / 0);
}
.hover\:border-l-gray-400\/10:hover {

    border-left-color: rgb(156 163 175 / 0.1);
}
.hover\:border-l-gray-400\/100:hover {

    border-left-color: rgb(156 163 175 / 1);
}
.hover\:border-l-gray-400\/15:hover {

    border-left-color: rgb(156 163 175 / 0.15);
}
.hover\:border-l-gray-400\/20:hover {

    border-left-color: rgb(156 163 175 / 0.2);
}
.hover\:border-l-gray-400\/25:hover {

    border-left-color: rgb(156 163 175 / 0.25);
}
.hover\:border-l-gray-400\/30:hover {

    border-left-color: rgb(156 163 175 / 0.3);
}
.hover\:border-l-gray-400\/35:hover {

    border-left-color: rgb(156 163 175 / 0.35);
}
.hover\:border-l-gray-400\/40:hover {

    border-left-color: rgb(156 163 175 / 0.4);
}
.hover\:border-l-gray-400\/45:hover {

    border-left-color: rgb(156 163 175 / 0.45);
}
.hover\:border-l-gray-400\/5:hover {

    border-left-color: rgb(156 163 175 / 0.05);
}
.hover\:border-l-gray-400\/50:hover {

    border-left-color: rgb(156 163 175 / 0.5);
}
.hover\:border-l-gray-400\/55:hover {

    border-left-color: rgb(156 163 175 / 0.55);
}
.hover\:border-l-gray-400\/60:hover {

    border-left-color: rgb(156 163 175 / 0.6);
}
.hover\:border-l-gray-400\/65:hover {

    border-left-color: rgb(156 163 175 / 0.65);
}
.hover\:border-l-gray-400\/70:hover {

    border-left-color: rgb(156 163 175 / 0.7);
}
.hover\:border-l-gray-400\/75:hover {

    border-left-color: rgb(156 163 175 / 0.75);
}
.hover\:border-l-gray-400\/80:hover {

    border-left-color: rgb(156 163 175 / 0.8);
}
.hover\:border-l-gray-400\/85:hover {

    border-left-color: rgb(156 163 175 / 0.85);
}
.hover\:border-l-gray-400\/90:hover {

    border-left-color: rgb(156 163 175 / 0.9);
}
.hover\:border-l-gray-400\/95:hover {

    border-left-color: rgb(156 163 175 / 0.95);
}
.hover\:border-l-gray-50:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-50\/0:hover {

    border-left-color: rgb(249 250 251 / 0);
}
.hover\:border-l-gray-50\/10:hover {

    border-left-color: rgb(249 250 251 / 0.1);
}
.hover\:border-l-gray-50\/100:hover {

    border-left-color: rgb(249 250 251 / 1);
}
.hover\:border-l-gray-50\/15:hover {

    border-left-color: rgb(249 250 251 / 0.15);
}
.hover\:border-l-gray-50\/20:hover {

    border-left-color: rgb(249 250 251 / 0.2);
}
.hover\:border-l-gray-50\/25:hover {

    border-left-color: rgb(249 250 251 / 0.25);
}
.hover\:border-l-gray-50\/30:hover {

    border-left-color: rgb(249 250 251 / 0.3);
}
.hover\:border-l-gray-50\/35:hover {

    border-left-color: rgb(249 250 251 / 0.35);
}
.hover\:border-l-gray-50\/40:hover {

    border-left-color: rgb(249 250 251 / 0.4);
}
.hover\:border-l-gray-50\/45:hover {

    border-left-color: rgb(249 250 251 / 0.45);
}
.hover\:border-l-gray-50\/5:hover {

    border-left-color: rgb(249 250 251 / 0.05);
}
.hover\:border-l-gray-50\/50:hover {

    border-left-color: rgb(249 250 251 / 0.5);
}
.hover\:border-l-gray-50\/55:hover {

    border-left-color: rgb(249 250 251 / 0.55);
}
.hover\:border-l-gray-50\/60:hover {

    border-left-color: rgb(249 250 251 / 0.6);
}
.hover\:border-l-gray-50\/65:hover {

    border-left-color: rgb(249 250 251 / 0.65);
}
.hover\:border-l-gray-50\/70:hover {

    border-left-color: rgb(249 250 251 / 0.7);
}
.hover\:border-l-gray-50\/75:hover {

    border-left-color: rgb(249 250 251 / 0.75);
}
.hover\:border-l-gray-50\/80:hover {

    border-left-color: rgb(249 250 251 / 0.8);
}
.hover\:border-l-gray-50\/85:hover {

    border-left-color: rgb(249 250 251 / 0.85);
}
.hover\:border-l-gray-50\/90:hover {

    border-left-color: rgb(249 250 251 / 0.9);
}
.hover\:border-l-gray-50\/95:hover {

    border-left-color: rgb(249 250 251 / 0.95);
}
.hover\:border-l-gray-500:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-500\/0:hover {

    border-left-color: rgb(107 114 128 / 0);
}
.hover\:border-l-gray-500\/10:hover {

    border-left-color: rgb(107 114 128 / 0.1);
}
.hover\:border-l-gray-500\/100:hover {

    border-left-color: rgb(107 114 128 / 1);
}
.hover\:border-l-gray-500\/15:hover {

    border-left-color: rgb(107 114 128 / 0.15);
}
.hover\:border-l-gray-500\/20:hover {

    border-left-color: rgb(107 114 128 / 0.2);
}
.hover\:border-l-gray-500\/25:hover {

    border-left-color: rgb(107 114 128 / 0.25);
}
.hover\:border-l-gray-500\/30:hover {

    border-left-color: rgb(107 114 128 / 0.3);
}
.hover\:border-l-gray-500\/35:hover {

    border-left-color: rgb(107 114 128 / 0.35);
}
.hover\:border-l-gray-500\/40:hover {

    border-left-color: rgb(107 114 128 / 0.4);
}
.hover\:border-l-gray-500\/45:hover {

    border-left-color: rgb(107 114 128 / 0.45);
}
.hover\:border-l-gray-500\/5:hover {

    border-left-color: rgb(107 114 128 / 0.05);
}
.hover\:border-l-gray-500\/50:hover {

    border-left-color: rgb(107 114 128 / 0.5);
}
.hover\:border-l-gray-500\/55:hover {

    border-left-color: rgb(107 114 128 / 0.55);
}
.hover\:border-l-gray-500\/60:hover {

    border-left-color: rgb(107 114 128 / 0.6);
}
.hover\:border-l-gray-500\/65:hover {

    border-left-color: rgb(107 114 128 / 0.65);
}
.hover\:border-l-gray-500\/70:hover {

    border-left-color: rgb(107 114 128 / 0.7);
}
.hover\:border-l-gray-500\/75:hover {

    border-left-color: rgb(107 114 128 / 0.75);
}
.hover\:border-l-gray-500\/80:hover {

    border-left-color: rgb(107 114 128 / 0.8);
}
.hover\:border-l-gray-500\/85:hover {

    border-left-color: rgb(107 114 128 / 0.85);
}
.hover\:border-l-gray-500\/90:hover {

    border-left-color: rgb(107 114 128 / 0.9);
}
.hover\:border-l-gray-500\/95:hover {

    border-left-color: rgb(107 114 128 / 0.95);
}
.hover\:border-l-gray-600:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-600\/0:hover {

    border-left-color: rgb(75 85 99 / 0);
}
.hover\:border-l-gray-600\/10:hover {

    border-left-color: rgb(75 85 99 / 0.1);
}
.hover\:border-l-gray-600\/100:hover {

    border-left-color: rgb(75 85 99 / 1);
}
.hover\:border-l-gray-600\/15:hover {

    border-left-color: rgb(75 85 99 / 0.15);
}
.hover\:border-l-gray-600\/20:hover {

    border-left-color: rgb(75 85 99 / 0.2);
}
.hover\:border-l-gray-600\/25:hover {

    border-left-color: rgb(75 85 99 / 0.25);
}
.hover\:border-l-gray-600\/30:hover {

    border-left-color: rgb(75 85 99 / 0.3);
}
.hover\:border-l-gray-600\/35:hover {

    border-left-color: rgb(75 85 99 / 0.35);
}
.hover\:border-l-gray-600\/40:hover {

    border-left-color: rgb(75 85 99 / 0.4);
}
.hover\:border-l-gray-600\/45:hover {

    border-left-color: rgb(75 85 99 / 0.45);
}
.hover\:border-l-gray-600\/5:hover {

    border-left-color: rgb(75 85 99 / 0.05);
}
.hover\:border-l-gray-600\/50:hover {

    border-left-color: rgb(75 85 99 / 0.5);
}
.hover\:border-l-gray-600\/55:hover {

    border-left-color: rgb(75 85 99 / 0.55);
}
.hover\:border-l-gray-600\/60:hover {

    border-left-color: rgb(75 85 99 / 0.6);
}
.hover\:border-l-gray-600\/65:hover {

    border-left-color: rgb(75 85 99 / 0.65);
}
.hover\:border-l-gray-600\/70:hover {

    border-left-color: rgb(75 85 99 / 0.7);
}
.hover\:border-l-gray-600\/75:hover {

    border-left-color: rgb(75 85 99 / 0.75);
}
.hover\:border-l-gray-600\/80:hover {

    border-left-color: rgb(75 85 99 / 0.8);
}
.hover\:border-l-gray-600\/85:hover {

    border-left-color: rgb(75 85 99 / 0.85);
}
.hover\:border-l-gray-600\/90:hover {

    border-left-color: rgb(75 85 99 / 0.9);
}
.hover\:border-l-gray-600\/95:hover {

    border-left-color: rgb(75 85 99 / 0.95);
}
.hover\:border-l-gray-700:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-700\/0:hover {

    border-left-color: rgb(55 65 81 / 0);
}
.hover\:border-l-gray-700\/10:hover {

    border-left-color: rgb(55 65 81 / 0.1);
}
.hover\:border-l-gray-700\/100:hover {

    border-left-color: rgb(55 65 81 / 1);
}
.hover\:border-l-gray-700\/15:hover {

    border-left-color: rgb(55 65 81 / 0.15);
}
.hover\:border-l-gray-700\/20:hover {

    border-left-color: rgb(55 65 81 / 0.2);
}
.hover\:border-l-gray-700\/25:hover {

    border-left-color: rgb(55 65 81 / 0.25);
}
.hover\:border-l-gray-700\/30:hover {

    border-left-color: rgb(55 65 81 / 0.3);
}
.hover\:border-l-gray-700\/35:hover {

    border-left-color: rgb(55 65 81 / 0.35);
}
.hover\:border-l-gray-700\/40:hover {

    border-left-color: rgb(55 65 81 / 0.4);
}
.hover\:border-l-gray-700\/45:hover {

    border-left-color: rgb(55 65 81 / 0.45);
}
.hover\:border-l-gray-700\/5:hover {

    border-left-color: rgb(55 65 81 / 0.05);
}
.hover\:border-l-gray-700\/50:hover {

    border-left-color: rgb(55 65 81 / 0.5);
}
.hover\:border-l-gray-700\/55:hover {

    border-left-color: rgb(55 65 81 / 0.55);
}
.hover\:border-l-gray-700\/60:hover {

    border-left-color: rgb(55 65 81 / 0.6);
}
.hover\:border-l-gray-700\/65:hover {

    border-left-color: rgb(55 65 81 / 0.65);
}
.hover\:border-l-gray-700\/70:hover {

    border-left-color: rgb(55 65 81 / 0.7);
}
.hover\:border-l-gray-700\/75:hover {

    border-left-color: rgb(55 65 81 / 0.75);
}
.hover\:border-l-gray-700\/80:hover {

    border-left-color: rgb(55 65 81 / 0.8);
}
.hover\:border-l-gray-700\/85:hover {

    border-left-color: rgb(55 65 81 / 0.85);
}
.hover\:border-l-gray-700\/90:hover {

    border-left-color: rgb(55 65 81 / 0.9);
}
.hover\:border-l-gray-700\/95:hover {

    border-left-color: rgb(55 65 81 / 0.95);
}
.hover\:border-l-gray-800:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-800\/0:hover {

    border-left-color: rgb(31 41 55 / 0);
}
.hover\:border-l-gray-800\/10:hover {

    border-left-color: rgb(31 41 55 / 0.1);
}
.hover\:border-l-gray-800\/100:hover {

    border-left-color: rgb(31 41 55 / 1);
}
.hover\:border-l-gray-800\/15:hover {

    border-left-color: rgb(31 41 55 / 0.15);
}
.hover\:border-l-gray-800\/20:hover {

    border-left-color: rgb(31 41 55 / 0.2);
}
.hover\:border-l-gray-800\/25:hover {

    border-left-color: rgb(31 41 55 / 0.25);
}
.hover\:border-l-gray-800\/30:hover {

    border-left-color: rgb(31 41 55 / 0.3);
}
.hover\:border-l-gray-800\/35:hover {

    border-left-color: rgb(31 41 55 / 0.35);
}
.hover\:border-l-gray-800\/40:hover {

    border-left-color: rgb(31 41 55 / 0.4);
}
.hover\:border-l-gray-800\/45:hover {

    border-left-color: rgb(31 41 55 / 0.45);
}
.hover\:border-l-gray-800\/5:hover {

    border-left-color: rgb(31 41 55 / 0.05);
}
.hover\:border-l-gray-800\/50:hover {

    border-left-color: rgb(31 41 55 / 0.5);
}
.hover\:border-l-gray-800\/55:hover {

    border-left-color: rgb(31 41 55 / 0.55);
}
.hover\:border-l-gray-800\/60:hover {

    border-left-color: rgb(31 41 55 / 0.6);
}
.hover\:border-l-gray-800\/65:hover {

    border-left-color: rgb(31 41 55 / 0.65);
}
.hover\:border-l-gray-800\/70:hover {

    border-left-color: rgb(31 41 55 / 0.7);
}
.hover\:border-l-gray-800\/75:hover {

    border-left-color: rgb(31 41 55 / 0.75);
}
.hover\:border-l-gray-800\/80:hover {

    border-left-color: rgb(31 41 55 / 0.8);
}
.hover\:border-l-gray-800\/85:hover {

    border-left-color: rgb(31 41 55 / 0.85);
}
.hover\:border-l-gray-800\/90:hover {

    border-left-color: rgb(31 41 55 / 0.9);
}
.hover\:border-l-gray-800\/95:hover {

    border-left-color: rgb(31 41 55 / 0.95);
}
.hover\:border-l-gray-900:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-900\/0:hover {

    border-left-color: rgb(17 24 39 / 0);
}
.hover\:border-l-gray-900\/10:hover {

    border-left-color: rgb(17 24 39 / 0.1);
}
.hover\:border-l-gray-900\/100:hover {

    border-left-color: rgb(17 24 39 / 1);
}
.hover\:border-l-gray-900\/15:hover {

    border-left-color: rgb(17 24 39 / 0.15);
}
.hover\:border-l-gray-900\/20:hover {

    border-left-color: rgb(17 24 39 / 0.2);
}
.hover\:border-l-gray-900\/25:hover {

    border-left-color: rgb(17 24 39 / 0.25);
}
.hover\:border-l-gray-900\/30:hover {

    border-left-color: rgb(17 24 39 / 0.3);
}
.hover\:border-l-gray-900\/35:hover {

    border-left-color: rgb(17 24 39 / 0.35);
}
.hover\:border-l-gray-900\/40:hover {

    border-left-color: rgb(17 24 39 / 0.4);
}
.hover\:border-l-gray-900\/45:hover {

    border-left-color: rgb(17 24 39 / 0.45);
}
.hover\:border-l-gray-900\/5:hover {

    border-left-color: rgb(17 24 39 / 0.05);
}
.hover\:border-l-gray-900\/50:hover {

    border-left-color: rgb(17 24 39 / 0.5);
}
.hover\:border-l-gray-900\/55:hover {

    border-left-color: rgb(17 24 39 / 0.55);
}
.hover\:border-l-gray-900\/60:hover {

    border-left-color: rgb(17 24 39 / 0.6);
}
.hover\:border-l-gray-900\/65:hover {

    border-left-color: rgb(17 24 39 / 0.65);
}
.hover\:border-l-gray-900\/70:hover {

    border-left-color: rgb(17 24 39 / 0.7);
}
.hover\:border-l-gray-900\/75:hover {

    border-left-color: rgb(17 24 39 / 0.75);
}
.hover\:border-l-gray-900\/80:hover {

    border-left-color: rgb(17 24 39 / 0.8);
}
.hover\:border-l-gray-900\/85:hover {

    border-left-color: rgb(17 24 39 / 0.85);
}
.hover\:border-l-gray-900\/90:hover {

    border-left-color: rgb(17 24 39 / 0.9);
}
.hover\:border-l-gray-900\/95:hover {

    border-left-color: rgb(17 24 39 / 0.95);
}
.hover\:border-l-gray-950:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-950\/0:hover {

    border-left-color: rgb(3 7 18 / 0);
}
.hover\:border-l-gray-950\/10:hover {

    border-left-color: rgb(3 7 18 / 0.1);
}
.hover\:border-l-gray-950\/100:hover {

    border-left-color: rgb(3 7 18 / 1);
}
.hover\:border-l-gray-950\/15:hover {

    border-left-color: rgb(3 7 18 / 0.15);
}
.hover\:border-l-gray-950\/20:hover {

    border-left-color: rgb(3 7 18 / 0.2);
}
.hover\:border-l-gray-950\/25:hover {

    border-left-color: rgb(3 7 18 / 0.25);
}
.hover\:border-l-gray-950\/30:hover {

    border-left-color: rgb(3 7 18 / 0.3);
}
.hover\:border-l-gray-950\/35:hover {

    border-left-color: rgb(3 7 18 / 0.35);
}
.hover\:border-l-gray-950\/40:hover {

    border-left-color: rgb(3 7 18 / 0.4);
}
.hover\:border-l-gray-950\/45:hover {

    border-left-color: rgb(3 7 18 / 0.45);
}
.hover\:border-l-gray-950\/5:hover {

    border-left-color: rgb(3 7 18 / 0.05);
}
.hover\:border-l-gray-950\/50:hover {

    border-left-color: rgb(3 7 18 / 0.5);
}
.hover\:border-l-gray-950\/55:hover {

    border-left-color: rgb(3 7 18 / 0.55);
}
.hover\:border-l-gray-950\/60:hover {

    border-left-color: rgb(3 7 18 / 0.6);
}
.hover\:border-l-gray-950\/65:hover {

    border-left-color: rgb(3 7 18 / 0.65);
}
.hover\:border-l-gray-950\/70:hover {

    border-left-color: rgb(3 7 18 / 0.7);
}
.hover\:border-l-gray-950\/75:hover {

    border-left-color: rgb(3 7 18 / 0.75);
}
.hover\:border-l-gray-950\/80:hover {

    border-left-color: rgb(3 7 18 / 0.8);
}
.hover\:border-l-gray-950\/85:hover {

    border-left-color: rgb(3 7 18 / 0.85);
}
.hover\:border-l-gray-950\/90:hover {

    border-left-color: rgb(3 7 18 / 0.9);
}
.hover\:border-l-gray-950\/95:hover {

    border-left-color: rgb(3 7 18 / 0.95);
}
.hover\:border-l-inherit:hover {

    border-left-color: inherit;
}
.hover\:border-l-primary:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-dark\/0:hover {

    border-left-color: rgb(26 88 121 / 0);
}
.hover\:border-l-primary-dark\/10:hover {

    border-left-color: rgb(26 88 121 / 0.1);
}
.hover\:border-l-primary-dark\/100:hover {

    border-left-color: rgb(26 88 121 / 1);
}
.hover\:border-l-primary-dark\/15:hover {

    border-left-color: rgb(26 88 121 / 0.15);
}
.hover\:border-l-primary-dark\/20:hover {

    border-left-color: rgb(26 88 121 / 0.2);
}
.hover\:border-l-primary-dark\/25:hover {

    border-left-color: rgb(26 88 121 / 0.25);
}
.hover\:border-l-primary-dark\/30:hover {

    border-left-color: rgb(26 88 121 / 0.3);
}
.hover\:border-l-primary-dark\/35:hover {

    border-left-color: rgb(26 88 121 / 0.35);
}
.hover\:border-l-primary-dark\/40:hover {

    border-left-color: rgb(26 88 121 / 0.4);
}
.hover\:border-l-primary-dark\/45:hover {

    border-left-color: rgb(26 88 121 / 0.45);
}
.hover\:border-l-primary-dark\/5:hover {

    border-left-color: rgb(26 88 121 / 0.05);
}
.hover\:border-l-primary-dark\/50:hover {

    border-left-color: rgb(26 88 121 / 0.5);
}
.hover\:border-l-primary-dark\/55:hover {

    border-left-color: rgb(26 88 121 / 0.55);
}
.hover\:border-l-primary-dark\/60:hover {

    border-left-color: rgb(26 88 121 / 0.6);
}
.hover\:border-l-primary-dark\/65:hover {

    border-left-color: rgb(26 88 121 / 0.65);
}
.hover\:border-l-primary-dark\/70:hover {

    border-left-color: rgb(26 88 121 / 0.7);
}
.hover\:border-l-primary-dark\/75:hover {

    border-left-color: rgb(26 88 121 / 0.75);
}
.hover\:border-l-primary-dark\/80:hover {

    border-left-color: rgb(26 88 121 / 0.8);
}
.hover\:border-l-primary-dark\/85:hover {

    border-left-color: rgb(26 88 121 / 0.85);
}
.hover\:border-l-primary-dark\/90:hover {

    border-left-color: rgb(26 88 121 / 0.9);
}
.hover\:border-l-primary-dark\/95:hover {

    border-left-color: rgb(26 88 121 / 0.95);
}
.hover\:border-l-primary-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-light\/0:hover {

    border-left-color: rgb(85 154 193 / 0);
}
.hover\:border-l-primary-light\/10:hover {

    border-left-color: rgb(85 154 193 / 0.1);
}
.hover\:border-l-primary-light\/100:hover {

    border-left-color: rgb(85 154 193 / 1);
}
.hover\:border-l-primary-light\/15:hover {

    border-left-color: rgb(85 154 193 / 0.15);
}
.hover\:border-l-primary-light\/20:hover {

    border-left-color: rgb(85 154 193 / 0.2);
}
.hover\:border-l-primary-light\/25:hover {

    border-left-color: rgb(85 154 193 / 0.25);
}
.hover\:border-l-primary-light\/30:hover {

    border-left-color: rgb(85 154 193 / 0.3);
}
.hover\:border-l-primary-light\/35:hover {

    border-left-color: rgb(85 154 193 / 0.35);
}
.hover\:border-l-primary-light\/40:hover {

    border-left-color: rgb(85 154 193 / 0.4);
}
.hover\:border-l-primary-light\/45:hover {

    border-left-color: rgb(85 154 193 / 0.45);
}
.hover\:border-l-primary-light\/5:hover {

    border-left-color: rgb(85 154 193 / 0.05);
}
.hover\:border-l-primary-light\/50:hover {

    border-left-color: rgb(85 154 193 / 0.5);
}
.hover\:border-l-primary-light\/55:hover {

    border-left-color: rgb(85 154 193 / 0.55);
}
.hover\:border-l-primary-light\/60:hover {

    border-left-color: rgb(85 154 193 / 0.6);
}
.hover\:border-l-primary-light\/65:hover {

    border-left-color: rgb(85 154 193 / 0.65);
}
.hover\:border-l-primary-light\/70:hover {

    border-left-color: rgb(85 154 193 / 0.7);
}
.hover\:border-l-primary-light\/75:hover {

    border-left-color: rgb(85 154 193 / 0.75);
}
.hover\:border-l-primary-light\/80:hover {

    border-left-color: rgb(85 154 193 / 0.8);
}
.hover\:border-l-primary-light\/85:hover {

    border-left-color: rgb(85 154 193 / 0.85);
}
.hover\:border-l-primary-light\/90:hover {

    border-left-color: rgb(85 154 193 / 0.9);
}
.hover\:border-l-primary-light\/95:hover {

    border-left-color: rgb(85 154 193 / 0.95);
}
.hover\:border-l-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-lighter\/0:hover {

    border-left-color: rgb(115 177 212 / 0);
}
.hover\:border-l-primary-lighter\/10:hover {

    border-left-color: rgb(115 177 212 / 0.1);
}
.hover\:border-l-primary-lighter\/100:hover {

    border-left-color: rgb(115 177 212 / 1);
}
.hover\:border-l-primary-lighter\/15:hover {

    border-left-color: rgb(115 177 212 / 0.15);
}
.hover\:border-l-primary-lighter\/20:hover {

    border-left-color: rgb(115 177 212 / 0.2);
}
.hover\:border-l-primary-lighter\/25:hover {

    border-left-color: rgb(115 177 212 / 0.25);
}
.hover\:border-l-primary-lighter\/30:hover {

    border-left-color: rgb(115 177 212 / 0.3);
}
.hover\:border-l-primary-lighter\/35:hover {

    border-left-color: rgb(115 177 212 / 0.35);
}
.hover\:border-l-primary-lighter\/40:hover {

    border-left-color: rgb(115 177 212 / 0.4);
}
.hover\:border-l-primary-lighter\/45:hover {

    border-left-color: rgb(115 177 212 / 0.45);
}
.hover\:border-l-primary-lighter\/5:hover {

    border-left-color: rgb(115 177 212 / 0.05);
}
.hover\:border-l-primary-lighter\/50:hover {

    border-left-color: rgb(115 177 212 / 0.5);
}
.hover\:border-l-primary-lighter\/55:hover {

    border-left-color: rgb(115 177 212 / 0.55);
}
.hover\:border-l-primary-lighter\/60:hover {

    border-left-color: rgb(115 177 212 / 0.6);
}
.hover\:border-l-primary-lighter\/65:hover {

    border-left-color: rgb(115 177 212 / 0.65);
}
.hover\:border-l-primary-lighter\/70:hover {

    border-left-color: rgb(115 177 212 / 0.7);
}
.hover\:border-l-primary-lighter\/75:hover {

    border-left-color: rgb(115 177 212 / 0.75);
}
.hover\:border-l-primary-lighter\/80:hover {

    border-left-color: rgb(115 177 212 / 0.8);
}
.hover\:border-l-primary-lighter\/85:hover {

    border-left-color: rgb(115 177 212 / 0.85);
}
.hover\:border-l-primary-lighter\/90:hover {

    border-left-color: rgb(115 177 212 / 0.9);
}
.hover\:border-l-primary-lighter\/95:hover {

    border-left-color: rgb(115 177 212 / 0.95);
}
.hover\:border-l-primary\/0:hover {

    border-left-color: rgb(52 114 147 / 0);
}
.hover\:border-l-primary\/10:hover {

    border-left-color: rgb(52 114 147 / 0.1);
}
.hover\:border-l-primary\/100:hover {

    border-left-color: rgb(52 114 147 / 1);
}
.hover\:border-l-primary\/15:hover {

    border-left-color: rgb(52 114 147 / 0.15);
}
.hover\:border-l-primary\/20:hover {

    border-left-color: rgb(52 114 147 / 0.2);
}
.hover\:border-l-primary\/25:hover {

    border-left-color: rgb(52 114 147 / 0.25);
}
.hover\:border-l-primary\/30:hover {

    border-left-color: rgb(52 114 147 / 0.3);
}
.hover\:border-l-primary\/35:hover {

    border-left-color: rgb(52 114 147 / 0.35);
}
.hover\:border-l-primary\/40:hover {

    border-left-color: rgb(52 114 147 / 0.4);
}
.hover\:border-l-primary\/45:hover {

    border-left-color: rgb(52 114 147 / 0.45);
}
.hover\:border-l-primary\/5:hover {

    border-left-color: rgb(52 114 147 / 0.05);
}
.hover\:border-l-primary\/50:hover {

    border-left-color: rgb(52 114 147 / 0.5);
}
.hover\:border-l-primary\/55:hover {

    border-left-color: rgb(52 114 147 / 0.55);
}
.hover\:border-l-primary\/60:hover {

    border-left-color: rgb(52 114 147 / 0.6);
}
.hover\:border-l-primary\/65:hover {

    border-left-color: rgb(52 114 147 / 0.65);
}
.hover\:border-l-primary\/70:hover {

    border-left-color: rgb(52 114 147 / 0.7);
}
.hover\:border-l-primary\/75:hover {

    border-left-color: rgb(52 114 147 / 0.75);
}
.hover\:border-l-primary\/80:hover {

    border-left-color: rgb(52 114 147 / 0.8);
}
.hover\:border-l-primary\/85:hover {

    border-left-color: rgb(52 114 147 / 0.85);
}
.hover\:border-l-primary\/90:hover {

    border-left-color: rgb(52 114 147 / 0.9);
}
.hover\:border-l-primary\/95:hover {

    border-left-color: rgb(52 114 147 / 0.95);
}
.hover\:border-l-secondary:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-dark\/0:hover {

    border-left-color: rgb(226 207 188 / 0);
}
.hover\:border-l-secondary-dark\/10:hover {

    border-left-color: rgb(226 207 188 / 0.1);
}
.hover\:border-l-secondary-dark\/100:hover {

    border-left-color: rgb(226 207 188 / 1);
}
.hover\:border-l-secondary-dark\/15:hover {

    border-left-color: rgb(226 207 188 / 0.15);
}
.hover\:border-l-secondary-dark\/20:hover {

    border-left-color: rgb(226 207 188 / 0.2);
}
.hover\:border-l-secondary-dark\/25:hover {

    border-left-color: rgb(226 207 188 / 0.25);
}
.hover\:border-l-secondary-dark\/30:hover {

    border-left-color: rgb(226 207 188 / 0.3);
}
.hover\:border-l-secondary-dark\/35:hover {

    border-left-color: rgb(226 207 188 / 0.35);
}
.hover\:border-l-secondary-dark\/40:hover {

    border-left-color: rgb(226 207 188 / 0.4);
}
.hover\:border-l-secondary-dark\/45:hover {

    border-left-color: rgb(226 207 188 / 0.45);
}
.hover\:border-l-secondary-dark\/5:hover {

    border-left-color: rgb(226 207 188 / 0.05);
}
.hover\:border-l-secondary-dark\/50:hover {

    border-left-color: rgb(226 207 188 / 0.5);
}
.hover\:border-l-secondary-dark\/55:hover {

    border-left-color: rgb(226 207 188 / 0.55);
}
.hover\:border-l-secondary-dark\/60:hover {

    border-left-color: rgb(226 207 188 / 0.6);
}
.hover\:border-l-secondary-dark\/65:hover {

    border-left-color: rgb(226 207 188 / 0.65);
}
.hover\:border-l-secondary-dark\/70:hover {

    border-left-color: rgb(226 207 188 / 0.7);
}
.hover\:border-l-secondary-dark\/75:hover {

    border-left-color: rgb(226 207 188 / 0.75);
}
.hover\:border-l-secondary-dark\/80:hover {

    border-left-color: rgb(226 207 188 / 0.8);
}
.hover\:border-l-secondary-dark\/85:hover {

    border-left-color: rgb(226 207 188 / 0.85);
}
.hover\:border-l-secondary-dark\/90:hover {

    border-left-color: rgb(226 207 188 / 0.9);
}
.hover\:border-l-secondary-dark\/95:hover {

    border-left-color: rgb(226 207 188 / 0.95);
}
.hover\:border-l-secondary-light:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-light\/0:hover {

    border-left-color: rgb(254 250 247 / 0);
}
.hover\:border-l-secondary-light\/10:hover {

    border-left-color: rgb(254 250 247 / 0.1);
}
.hover\:border-l-secondary-light\/100:hover {

    border-left-color: rgb(254 250 247 / 1);
}
.hover\:border-l-secondary-light\/15:hover {

    border-left-color: rgb(254 250 247 / 0.15);
}
.hover\:border-l-secondary-light\/20:hover {

    border-left-color: rgb(254 250 247 / 0.2);
}
.hover\:border-l-secondary-light\/25:hover {

    border-left-color: rgb(254 250 247 / 0.25);
}
.hover\:border-l-secondary-light\/30:hover {

    border-left-color: rgb(254 250 247 / 0.3);
}
.hover\:border-l-secondary-light\/35:hover {

    border-left-color: rgb(254 250 247 / 0.35);
}
.hover\:border-l-secondary-light\/40:hover {

    border-left-color: rgb(254 250 247 / 0.4);
}
.hover\:border-l-secondary-light\/45:hover {

    border-left-color: rgb(254 250 247 / 0.45);
}
.hover\:border-l-secondary-light\/5:hover {

    border-left-color: rgb(254 250 247 / 0.05);
}
.hover\:border-l-secondary-light\/50:hover {

    border-left-color: rgb(254 250 247 / 0.5);
}
.hover\:border-l-secondary-light\/55:hover {

    border-left-color: rgb(254 250 247 / 0.55);
}
.hover\:border-l-secondary-light\/60:hover {

    border-left-color: rgb(254 250 247 / 0.6);
}
.hover\:border-l-secondary-light\/65:hover {

    border-left-color: rgb(254 250 247 / 0.65);
}
.hover\:border-l-secondary-light\/70:hover {

    border-left-color: rgb(254 250 247 / 0.7);
}
.hover\:border-l-secondary-light\/75:hover {

    border-left-color: rgb(254 250 247 / 0.75);
}
.hover\:border-l-secondary-light\/80:hover {

    border-left-color: rgb(254 250 247 / 0.8);
}
.hover\:border-l-secondary-light\/85:hover {

    border-left-color: rgb(254 250 247 / 0.85);
}
.hover\:border-l-secondary-light\/90:hover {

    border-left-color: rgb(254 250 247 / 0.9);
}
.hover\:border-l-secondary-light\/95:hover {

    border-left-color: rgb(254 250 247 / 0.95);
}
.hover\:border-l-secondary\/0:hover {

    border-left-color: rgb(243 234 225 / 0);
}
.hover\:border-l-secondary\/10:hover {

    border-left-color: rgb(243 234 225 / 0.1);
}
.hover\:border-l-secondary\/100:hover {

    border-left-color: rgb(243 234 225 / 1);
}
.hover\:border-l-secondary\/15:hover {

    border-left-color: rgb(243 234 225 / 0.15);
}
.hover\:border-l-secondary\/20:hover {

    border-left-color: rgb(243 234 225 / 0.2);
}
.hover\:border-l-secondary\/25:hover {

    border-left-color: rgb(243 234 225 / 0.25);
}
.hover\:border-l-secondary\/30:hover {

    border-left-color: rgb(243 234 225 / 0.3);
}
.hover\:border-l-secondary\/35:hover {

    border-left-color: rgb(243 234 225 / 0.35);
}
.hover\:border-l-secondary\/40:hover {

    border-left-color: rgb(243 234 225 / 0.4);
}
.hover\:border-l-secondary\/45:hover {

    border-left-color: rgb(243 234 225 / 0.45);
}
.hover\:border-l-secondary\/5:hover {

    border-left-color: rgb(243 234 225 / 0.05);
}
.hover\:border-l-secondary\/50:hover {

    border-left-color: rgb(243 234 225 / 0.5);
}
.hover\:border-l-secondary\/55:hover {

    border-left-color: rgb(243 234 225 / 0.55);
}
.hover\:border-l-secondary\/60:hover {

    border-left-color: rgb(243 234 225 / 0.6);
}
.hover\:border-l-secondary\/65:hover {

    border-left-color: rgb(243 234 225 / 0.65);
}
.hover\:border-l-secondary\/70:hover {

    border-left-color: rgb(243 234 225 / 0.7);
}
.hover\:border-l-secondary\/75:hover {

    border-left-color: rgb(243 234 225 / 0.75);
}
.hover\:border-l-secondary\/80:hover {

    border-left-color: rgb(243 234 225 / 0.8);
}
.hover\:border-l-secondary\/85:hover {

    border-left-color: rgb(243 234 225 / 0.85);
}
.hover\:border-l-secondary\/90:hover {

    border-left-color: rgb(243 234 225 / 0.9);
}
.hover\:border-l-secondary\/95:hover {

    border-left-color: rgb(243 234 225 / 0.95);
}
.hover\:border-l-transparent:hover {

    border-left-color: transparent;
}
.hover\:border-l-transparent\/0:hover {

    border-left-color: rgb(0 0 0 / 0);
}
.hover\:border-l-transparent\/10:hover {

    border-left-color: rgb(0 0 0 / 0.1);
}
.hover\:border-l-transparent\/100:hover {

    border-left-color: rgb(0 0 0 / 1);
}
.hover\:border-l-transparent\/15:hover {

    border-left-color: rgb(0 0 0 / 0.15);
}
.hover\:border-l-transparent\/20:hover {

    border-left-color: rgb(0 0 0 / 0.2);
}
.hover\:border-l-transparent\/25:hover {

    border-left-color: rgb(0 0 0 / 0.25);
}
.hover\:border-l-transparent\/30:hover {

    border-left-color: rgb(0 0 0 / 0.3);
}
.hover\:border-l-transparent\/35:hover {

    border-left-color: rgb(0 0 0 / 0.35);
}
.hover\:border-l-transparent\/40:hover {

    border-left-color: rgb(0 0 0 / 0.4);
}
.hover\:border-l-transparent\/45:hover {

    border-left-color: rgb(0 0 0 / 0.45);
}
.hover\:border-l-transparent\/5:hover {

    border-left-color: rgb(0 0 0 / 0.05);
}
.hover\:border-l-transparent\/50:hover {

    border-left-color: rgb(0 0 0 / 0.5);
}
.hover\:border-l-transparent\/55:hover {

    border-left-color: rgb(0 0 0 / 0.55);
}
.hover\:border-l-transparent\/60:hover {

    border-left-color: rgb(0 0 0 / 0.6);
}
.hover\:border-l-transparent\/65:hover {

    border-left-color: rgb(0 0 0 / 0.65);
}
.hover\:border-l-transparent\/70:hover {

    border-left-color: rgb(0 0 0 / 0.7);
}
.hover\:border-l-transparent\/75:hover {

    border-left-color: rgb(0 0 0 / 0.75);
}
.hover\:border-l-transparent\/80:hover {

    border-left-color: rgb(0 0 0 / 0.8);
}
.hover\:border-l-transparent\/85:hover {

    border-left-color: rgb(0 0 0 / 0.85);
}
.hover\:border-l-transparent\/90:hover {

    border-left-color: rgb(0 0 0 / 0.9);
}
.hover\:border-l-transparent\/95:hover {

    border-left-color: rgb(0 0 0 / 0.95);
}
.hover\:border-l-white:hover {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-l-white\/0:hover {

    border-left-color: rgb(255 255 255 / 0);
}
.hover\:border-l-white\/10:hover {

    border-left-color: rgb(255 255 255 / 0.1);
}
.hover\:border-l-white\/100:hover {

    border-left-color: rgb(255 255 255 / 1);
}
.hover\:border-l-white\/15:hover {

    border-left-color: rgb(255 255 255 / 0.15);
}
.hover\:border-l-white\/20:hover {

    border-left-color: rgb(255 255 255 / 0.2);
}
.hover\:border-l-white\/25:hover {

    border-left-color: rgb(255 255 255 / 0.25);
}
.hover\:border-l-white\/30:hover {

    border-left-color: rgb(255 255 255 / 0.3);
}
.hover\:border-l-white\/35:hover {

    border-left-color: rgb(255 255 255 / 0.35);
}
.hover\:border-l-white\/40:hover {

    border-left-color: rgb(255 255 255 / 0.4);
}
.hover\:border-l-white\/45:hover {

    border-left-color: rgb(255 255 255 / 0.45);
}
.hover\:border-l-white\/5:hover {

    border-left-color: rgb(255 255 255 / 0.05);
}
.hover\:border-l-white\/50:hover {

    border-left-color: rgb(255 255 255 / 0.5);
}
.hover\:border-l-white\/55:hover {

    border-left-color: rgb(255 255 255 / 0.55);
}
.hover\:border-l-white\/60:hover {

    border-left-color: rgb(255 255 255 / 0.6);
}
.hover\:border-l-white\/65:hover {

    border-left-color: rgb(255 255 255 / 0.65);
}
.hover\:border-l-white\/70:hover {

    border-left-color: rgb(255 255 255 / 0.7);
}
.hover\:border-l-white\/75:hover {

    border-left-color: rgb(255 255 255 / 0.75);
}
.hover\:border-l-white\/80:hover {

    border-left-color: rgb(255 255 255 / 0.8);
}
.hover\:border-l-white\/85:hover {

    border-left-color: rgb(255 255 255 / 0.85);
}
.hover\:border-l-white\/90:hover {

    border-left-color: rgb(255 255 255 / 0.9);
}
.hover\:border-l-white\/95:hover {

    border-left-color: rgb(255 255 255 / 0.95);
}
.hover\:border-r-accent:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-dark:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-dark\/0:hover {

    border-right-color: rgb(225 114 45 / 0);
}
.hover\:border-r-accent-dark\/10:hover {

    border-right-color: rgb(225 114 45 / 0.1);
}
.hover\:border-r-accent-dark\/100:hover {

    border-right-color: rgb(225 114 45 / 1);
}
.hover\:border-r-accent-dark\/15:hover {

    border-right-color: rgb(225 114 45 / 0.15);
}
.hover\:border-r-accent-dark\/20:hover {

    border-right-color: rgb(225 114 45 / 0.2);
}
.hover\:border-r-accent-dark\/25:hover {

    border-right-color: rgb(225 114 45 / 0.25);
}
.hover\:border-r-accent-dark\/30:hover {

    border-right-color: rgb(225 114 45 / 0.3);
}
.hover\:border-r-accent-dark\/35:hover {

    border-right-color: rgb(225 114 45 / 0.35);
}
.hover\:border-r-accent-dark\/40:hover {

    border-right-color: rgb(225 114 45 / 0.4);
}
.hover\:border-r-accent-dark\/45:hover {

    border-right-color: rgb(225 114 45 / 0.45);
}
.hover\:border-r-accent-dark\/5:hover {

    border-right-color: rgb(225 114 45 / 0.05);
}
.hover\:border-r-accent-dark\/50:hover {

    border-right-color: rgb(225 114 45 / 0.5);
}
.hover\:border-r-accent-dark\/55:hover {

    border-right-color: rgb(225 114 45 / 0.55);
}
.hover\:border-r-accent-dark\/60:hover {

    border-right-color: rgb(225 114 45 / 0.6);
}
.hover\:border-r-accent-dark\/65:hover {

    border-right-color: rgb(225 114 45 / 0.65);
}
.hover\:border-r-accent-dark\/70:hover {

    border-right-color: rgb(225 114 45 / 0.7);
}
.hover\:border-r-accent-dark\/75:hover {

    border-right-color: rgb(225 114 45 / 0.75);
}
.hover\:border-r-accent-dark\/80:hover {

    border-right-color: rgb(225 114 45 / 0.8);
}
.hover\:border-r-accent-dark\/85:hover {

    border-right-color: rgb(225 114 45 / 0.85);
}
.hover\:border-r-accent-dark\/90:hover {

    border-right-color: rgb(225 114 45 / 0.9);
}
.hover\:border-r-accent-dark\/95:hover {

    border-right-color: rgb(225 114 45 / 0.95);
}
.hover\:border-r-accent-light:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-light\/0:hover {

    border-right-color: rgb(255 191 105 / 0);
}
.hover\:border-r-accent-light\/10:hover {

    border-right-color: rgb(255 191 105 / 0.1);
}
.hover\:border-r-accent-light\/100:hover {

    border-right-color: rgb(255 191 105 / 1);
}
.hover\:border-r-accent-light\/15:hover {

    border-right-color: rgb(255 191 105 / 0.15);
}
.hover\:border-r-accent-light\/20:hover {

    border-right-color: rgb(255 191 105 / 0.2);
}
.hover\:border-r-accent-light\/25:hover {

    border-right-color: rgb(255 191 105 / 0.25);
}
.hover\:border-r-accent-light\/30:hover {

    border-right-color: rgb(255 191 105 / 0.3);
}
.hover\:border-r-accent-light\/35:hover {

    border-right-color: rgb(255 191 105 / 0.35);
}
.hover\:border-r-accent-light\/40:hover {

    border-right-color: rgb(255 191 105 / 0.4);
}
.hover\:border-r-accent-light\/45:hover {

    border-right-color: rgb(255 191 105 / 0.45);
}
.hover\:border-r-accent-light\/5:hover {

    border-right-color: rgb(255 191 105 / 0.05);
}
.hover\:border-r-accent-light\/50:hover {

    border-right-color: rgb(255 191 105 / 0.5);
}
.hover\:border-r-accent-light\/55:hover {

    border-right-color: rgb(255 191 105 / 0.55);
}
.hover\:border-r-accent-light\/60:hover {

    border-right-color: rgb(255 191 105 / 0.6);
}
.hover\:border-r-accent-light\/65:hover {

    border-right-color: rgb(255 191 105 / 0.65);
}
.hover\:border-r-accent-light\/70:hover {

    border-right-color: rgb(255 191 105 / 0.7);
}
.hover\:border-r-accent-light\/75:hover {

    border-right-color: rgb(255 191 105 / 0.75);
}
.hover\:border-r-accent-light\/80:hover {

    border-right-color: rgb(255 191 105 / 0.8);
}
.hover\:border-r-accent-light\/85:hover {

    border-right-color: rgb(255 191 105 / 0.85);
}
.hover\:border-r-accent-light\/90:hover {

    border-right-color: rgb(255 191 105 / 0.9);
}
.hover\:border-r-accent-light\/95:hover {

    border-right-color: rgb(255 191 105 / 0.95);
}
.hover\:border-r-accent\/0:hover {

    border-right-color: rgb(229 136 78 / 0);
}
.hover\:border-r-accent\/10:hover {

    border-right-color: rgb(229 136 78 / 0.1);
}
.hover\:border-r-accent\/100:hover {

    border-right-color: rgb(229 136 78 / 1);
}
.hover\:border-r-accent\/15:hover {

    border-right-color: rgb(229 136 78 / 0.15);
}
.hover\:border-r-accent\/20:hover {

    border-right-color: rgb(229 136 78 / 0.2);
}
.hover\:border-r-accent\/25:hover {

    border-right-color: rgb(229 136 78 / 0.25);
}
.hover\:border-r-accent\/30:hover {

    border-right-color: rgb(229 136 78 / 0.3);
}
.hover\:border-r-accent\/35:hover {

    border-right-color: rgb(229 136 78 / 0.35);
}
.hover\:border-r-accent\/40:hover {

    border-right-color: rgb(229 136 78 / 0.4);
}
.hover\:border-r-accent\/45:hover {

    border-right-color: rgb(229 136 78 / 0.45);
}
.hover\:border-r-accent\/5:hover {

    border-right-color: rgb(229 136 78 / 0.05);
}
.hover\:border-r-accent\/50:hover {

    border-right-color: rgb(229 136 78 / 0.5);
}
.hover\:border-r-accent\/55:hover {

    border-right-color: rgb(229 136 78 / 0.55);
}
.hover\:border-r-accent\/60:hover {

    border-right-color: rgb(229 136 78 / 0.6);
}
.hover\:border-r-accent\/65:hover {

    border-right-color: rgb(229 136 78 / 0.65);
}
.hover\:border-r-accent\/70:hover {

    border-right-color: rgb(229 136 78 / 0.7);
}
.hover\:border-r-accent\/75:hover {

    border-right-color: rgb(229 136 78 / 0.75);
}
.hover\:border-r-accent\/80:hover {

    border-right-color: rgb(229 136 78 / 0.8);
}
.hover\:border-r-accent\/85:hover {

    border-right-color: rgb(229 136 78 / 0.85);
}
.hover\:border-r-accent\/90:hover {

    border-right-color: rgb(229 136 78 / 0.9);
}
.hover\:border-r-accent\/95:hover {

    border-right-color: rgb(229 136 78 / 0.95);
}
.hover\:border-r-black:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-r-black\/0:hover {

    border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-r-black\/10:hover {

    border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-r-black\/100:hover {

    border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-r-black\/15:hover {

    border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-r-black\/20:hover {

    border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-r-black\/25:hover {

    border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-r-black\/30:hover {

    border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-r-black\/35:hover {

    border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-r-black\/40:hover {

    border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-r-black\/45:hover {

    border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-r-black\/5:hover {

    border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-r-black\/50:hover {

    border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-r-black\/55:hover {

    border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-r-black\/60:hover {

    border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-r-black\/65:hover {

    border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-r-black\/70:hover {

    border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-r-black\/75:hover {

    border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-r-black\/80:hover {

    border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-r-black\/85:hover {

    border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-r-black\/90:hover {

    border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-r-black\/95:hover {

    border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-r-current:hover {

    border-right-color: currentColor;
}
.hover\:border-r-error:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-r-error\/0:hover {

    border-right-color: rgb(255 0 0 / 0);
}
.hover\:border-r-error\/10:hover {

    border-right-color: rgb(255 0 0 / 0.1);
}
.hover\:border-r-error\/100:hover {

    border-right-color: rgb(255 0 0 / 1);
}
.hover\:border-r-error\/15:hover {

    border-right-color: rgb(255 0 0 / 0.15);
}
.hover\:border-r-error\/20:hover {

    border-right-color: rgb(255 0 0 / 0.2);
}
.hover\:border-r-error\/25:hover {

    border-right-color: rgb(255 0 0 / 0.25);
}
.hover\:border-r-error\/30:hover {

    border-right-color: rgb(255 0 0 / 0.3);
}
.hover\:border-r-error\/35:hover {

    border-right-color: rgb(255 0 0 / 0.35);
}
.hover\:border-r-error\/40:hover {

    border-right-color: rgb(255 0 0 / 0.4);
}
.hover\:border-r-error\/45:hover {

    border-right-color: rgb(255 0 0 / 0.45);
}
.hover\:border-r-error\/5:hover {

    border-right-color: rgb(255 0 0 / 0.05);
}
.hover\:border-r-error\/50:hover {

    border-right-color: rgb(255 0 0 / 0.5);
}
.hover\:border-r-error\/55:hover {

    border-right-color: rgb(255 0 0 / 0.55);
}
.hover\:border-r-error\/60:hover {

    border-right-color: rgb(255 0 0 / 0.6);
}
.hover\:border-r-error\/65:hover {

    border-right-color: rgb(255 0 0 / 0.65);
}
.hover\:border-r-error\/70:hover {

    border-right-color: rgb(255 0 0 / 0.7);
}
.hover\:border-r-error\/75:hover {

    border-right-color: rgb(255 0 0 / 0.75);
}
.hover\:border-r-error\/80:hover {

    border-right-color: rgb(255 0 0 / 0.8);
}
.hover\:border-r-error\/85:hover {

    border-right-color: rgb(255 0 0 / 0.85);
}
.hover\:border-r-error\/90:hover {

    border-right-color: rgb(255 0 0 / 0.9);
}
.hover\:border-r-error\/95:hover {

    border-right-color: rgb(255 0 0 / 0.95);
}
.hover\:border-r-gray-100:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-100\/0:hover {

    border-right-color: rgb(243 244 246 / 0);
}
.hover\:border-r-gray-100\/10:hover {

    border-right-color: rgb(243 244 246 / 0.1);
}
.hover\:border-r-gray-100\/100:hover {

    border-right-color: rgb(243 244 246 / 1);
}
.hover\:border-r-gray-100\/15:hover {

    border-right-color: rgb(243 244 246 / 0.15);
}
.hover\:border-r-gray-100\/20:hover {

    border-right-color: rgb(243 244 246 / 0.2);
}
.hover\:border-r-gray-100\/25:hover {

    border-right-color: rgb(243 244 246 / 0.25);
}
.hover\:border-r-gray-100\/30:hover {

    border-right-color: rgb(243 244 246 / 0.3);
}
.hover\:border-r-gray-100\/35:hover {

    border-right-color: rgb(243 244 246 / 0.35);
}
.hover\:border-r-gray-100\/40:hover {

    border-right-color: rgb(243 244 246 / 0.4);
}
.hover\:border-r-gray-100\/45:hover {

    border-right-color: rgb(243 244 246 / 0.45);
}
.hover\:border-r-gray-100\/5:hover {

    border-right-color: rgb(243 244 246 / 0.05);
}
.hover\:border-r-gray-100\/50:hover {

    border-right-color: rgb(243 244 246 / 0.5);
}
.hover\:border-r-gray-100\/55:hover {

    border-right-color: rgb(243 244 246 / 0.55);
}
.hover\:border-r-gray-100\/60:hover {

    border-right-color: rgb(243 244 246 / 0.6);
}
.hover\:border-r-gray-100\/65:hover {

    border-right-color: rgb(243 244 246 / 0.65);
}
.hover\:border-r-gray-100\/70:hover {

    border-right-color: rgb(243 244 246 / 0.7);
}
.hover\:border-r-gray-100\/75:hover {

    border-right-color: rgb(243 244 246 / 0.75);
}
.hover\:border-r-gray-100\/80:hover {

    border-right-color: rgb(243 244 246 / 0.8);
}
.hover\:border-r-gray-100\/85:hover {

    border-right-color: rgb(243 244 246 / 0.85);
}
.hover\:border-r-gray-100\/90:hover {

    border-right-color: rgb(243 244 246 / 0.9);
}
.hover\:border-r-gray-100\/95:hover {

    border-right-color: rgb(243 244 246 / 0.95);
}
.hover\:border-r-gray-200:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-200\/0:hover {

    border-right-color: rgb(229 231 235 / 0);
}
.hover\:border-r-gray-200\/10:hover {

    border-right-color: rgb(229 231 235 / 0.1);
}
.hover\:border-r-gray-200\/100:hover {

    border-right-color: rgb(229 231 235 / 1);
}
.hover\:border-r-gray-200\/15:hover {

    border-right-color: rgb(229 231 235 / 0.15);
}
.hover\:border-r-gray-200\/20:hover {

    border-right-color: rgb(229 231 235 / 0.2);
}
.hover\:border-r-gray-200\/25:hover {

    border-right-color: rgb(229 231 235 / 0.25);
}
.hover\:border-r-gray-200\/30:hover {

    border-right-color: rgb(229 231 235 / 0.3);
}
.hover\:border-r-gray-200\/35:hover {

    border-right-color: rgb(229 231 235 / 0.35);
}
.hover\:border-r-gray-200\/40:hover {

    border-right-color: rgb(229 231 235 / 0.4);
}
.hover\:border-r-gray-200\/45:hover {

    border-right-color: rgb(229 231 235 / 0.45);
}
.hover\:border-r-gray-200\/5:hover {

    border-right-color: rgb(229 231 235 / 0.05);
}
.hover\:border-r-gray-200\/50:hover {

    border-right-color: rgb(229 231 235 / 0.5);
}
.hover\:border-r-gray-200\/55:hover {

    border-right-color: rgb(229 231 235 / 0.55);
}
.hover\:border-r-gray-200\/60:hover {

    border-right-color: rgb(229 231 235 / 0.6);
}
.hover\:border-r-gray-200\/65:hover {

    border-right-color: rgb(229 231 235 / 0.65);
}
.hover\:border-r-gray-200\/70:hover {

    border-right-color: rgb(229 231 235 / 0.7);
}
.hover\:border-r-gray-200\/75:hover {

    border-right-color: rgb(229 231 235 / 0.75);
}
.hover\:border-r-gray-200\/80:hover {

    border-right-color: rgb(229 231 235 / 0.8);
}
.hover\:border-r-gray-200\/85:hover {

    border-right-color: rgb(229 231 235 / 0.85);
}
.hover\:border-r-gray-200\/90:hover {

    border-right-color: rgb(229 231 235 / 0.9);
}
.hover\:border-r-gray-200\/95:hover {

    border-right-color: rgb(229 231 235 / 0.95);
}
.hover\:border-r-gray-300:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-300\/0:hover {

    border-right-color: rgb(209 213 219 / 0);
}
.hover\:border-r-gray-300\/10:hover {

    border-right-color: rgb(209 213 219 / 0.1);
}
.hover\:border-r-gray-300\/100:hover {

    border-right-color: rgb(209 213 219 / 1);
}
.hover\:border-r-gray-300\/15:hover {

    border-right-color: rgb(209 213 219 / 0.15);
}
.hover\:border-r-gray-300\/20:hover {

    border-right-color: rgb(209 213 219 / 0.2);
}
.hover\:border-r-gray-300\/25:hover {

    border-right-color: rgb(209 213 219 / 0.25);
}
.hover\:border-r-gray-300\/30:hover {

    border-right-color: rgb(209 213 219 / 0.3);
}
.hover\:border-r-gray-300\/35:hover {

    border-right-color: rgb(209 213 219 / 0.35);
}
.hover\:border-r-gray-300\/40:hover {

    border-right-color: rgb(209 213 219 / 0.4);
}
.hover\:border-r-gray-300\/45:hover {

    border-right-color: rgb(209 213 219 / 0.45);
}
.hover\:border-r-gray-300\/5:hover {

    border-right-color: rgb(209 213 219 / 0.05);
}
.hover\:border-r-gray-300\/50:hover {

    border-right-color: rgb(209 213 219 / 0.5);
}
.hover\:border-r-gray-300\/55:hover {

    border-right-color: rgb(209 213 219 / 0.55);
}
.hover\:border-r-gray-300\/60:hover {

    border-right-color: rgb(209 213 219 / 0.6);
}
.hover\:border-r-gray-300\/65:hover {

    border-right-color: rgb(209 213 219 / 0.65);
}
.hover\:border-r-gray-300\/70:hover {

    border-right-color: rgb(209 213 219 / 0.7);
}
.hover\:border-r-gray-300\/75:hover {

    border-right-color: rgb(209 213 219 / 0.75);
}
.hover\:border-r-gray-300\/80:hover {

    border-right-color: rgb(209 213 219 / 0.8);
}
.hover\:border-r-gray-300\/85:hover {

    border-right-color: rgb(209 213 219 / 0.85);
}
.hover\:border-r-gray-300\/90:hover {

    border-right-color: rgb(209 213 219 / 0.9);
}
.hover\:border-r-gray-300\/95:hover {

    border-right-color: rgb(209 213 219 / 0.95);
}
.hover\:border-r-gray-400:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-400\/0:hover {

    border-right-color: rgb(156 163 175 / 0);
}
.hover\:border-r-gray-400\/10:hover {

    border-right-color: rgb(156 163 175 / 0.1);
}
.hover\:border-r-gray-400\/100:hover {

    border-right-color: rgb(156 163 175 / 1);
}
.hover\:border-r-gray-400\/15:hover {

    border-right-color: rgb(156 163 175 / 0.15);
}
.hover\:border-r-gray-400\/20:hover {

    border-right-color: rgb(156 163 175 / 0.2);
}
.hover\:border-r-gray-400\/25:hover {

    border-right-color: rgb(156 163 175 / 0.25);
}
.hover\:border-r-gray-400\/30:hover {

    border-right-color: rgb(156 163 175 / 0.3);
}
.hover\:border-r-gray-400\/35:hover {

    border-right-color: rgb(156 163 175 / 0.35);
}
.hover\:border-r-gray-400\/40:hover {

    border-right-color: rgb(156 163 175 / 0.4);
}
.hover\:border-r-gray-400\/45:hover {

    border-right-color: rgb(156 163 175 / 0.45);
}
.hover\:border-r-gray-400\/5:hover {

    border-right-color: rgb(156 163 175 / 0.05);
}
.hover\:border-r-gray-400\/50:hover {

    border-right-color: rgb(156 163 175 / 0.5);
}
.hover\:border-r-gray-400\/55:hover {

    border-right-color: rgb(156 163 175 / 0.55);
}
.hover\:border-r-gray-400\/60:hover {

    border-right-color: rgb(156 163 175 / 0.6);
}
.hover\:border-r-gray-400\/65:hover {

    border-right-color: rgb(156 163 175 / 0.65);
}
.hover\:border-r-gray-400\/70:hover {

    border-right-color: rgb(156 163 175 / 0.7);
}
.hover\:border-r-gray-400\/75:hover {

    border-right-color: rgb(156 163 175 / 0.75);
}
.hover\:border-r-gray-400\/80:hover {

    border-right-color: rgb(156 163 175 / 0.8);
}
.hover\:border-r-gray-400\/85:hover {

    border-right-color: rgb(156 163 175 / 0.85);
}
.hover\:border-r-gray-400\/90:hover {

    border-right-color: rgb(156 163 175 / 0.9);
}
.hover\:border-r-gray-400\/95:hover {

    border-right-color: rgb(156 163 175 / 0.95);
}
.hover\:border-r-gray-50:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-50\/0:hover {

    border-right-color: rgb(249 250 251 / 0);
}
.hover\:border-r-gray-50\/10:hover {

    border-right-color: rgb(249 250 251 / 0.1);
}
.hover\:border-r-gray-50\/100:hover {

    border-right-color: rgb(249 250 251 / 1);
}
.hover\:border-r-gray-50\/15:hover {

    border-right-color: rgb(249 250 251 / 0.15);
}
.hover\:border-r-gray-50\/20:hover {

    border-right-color: rgb(249 250 251 / 0.2);
}
.hover\:border-r-gray-50\/25:hover {

    border-right-color: rgb(249 250 251 / 0.25);
}
.hover\:border-r-gray-50\/30:hover {

    border-right-color: rgb(249 250 251 / 0.3);
}
.hover\:border-r-gray-50\/35:hover {

    border-right-color: rgb(249 250 251 / 0.35);
}
.hover\:border-r-gray-50\/40:hover {

    border-right-color: rgb(249 250 251 / 0.4);
}
.hover\:border-r-gray-50\/45:hover {

    border-right-color: rgb(249 250 251 / 0.45);
}
.hover\:border-r-gray-50\/5:hover {

    border-right-color: rgb(249 250 251 / 0.05);
}
.hover\:border-r-gray-50\/50:hover {

    border-right-color: rgb(249 250 251 / 0.5);
}
.hover\:border-r-gray-50\/55:hover {

    border-right-color: rgb(249 250 251 / 0.55);
}
.hover\:border-r-gray-50\/60:hover {

    border-right-color: rgb(249 250 251 / 0.6);
}
.hover\:border-r-gray-50\/65:hover {

    border-right-color: rgb(249 250 251 / 0.65);
}
.hover\:border-r-gray-50\/70:hover {

    border-right-color: rgb(249 250 251 / 0.7);
}
.hover\:border-r-gray-50\/75:hover {

    border-right-color: rgb(249 250 251 / 0.75);
}
.hover\:border-r-gray-50\/80:hover {

    border-right-color: rgb(249 250 251 / 0.8);
}
.hover\:border-r-gray-50\/85:hover {

    border-right-color: rgb(249 250 251 / 0.85);
}
.hover\:border-r-gray-50\/90:hover {

    border-right-color: rgb(249 250 251 / 0.9);
}
.hover\:border-r-gray-50\/95:hover {

    border-right-color: rgb(249 250 251 / 0.95);
}
.hover\:border-r-gray-500:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-500\/0:hover {

    border-right-color: rgb(107 114 128 / 0);
}
.hover\:border-r-gray-500\/10:hover {

    border-right-color: rgb(107 114 128 / 0.1);
}
.hover\:border-r-gray-500\/100:hover {

    border-right-color: rgb(107 114 128 / 1);
}
.hover\:border-r-gray-500\/15:hover {

    border-right-color: rgb(107 114 128 / 0.15);
}
.hover\:border-r-gray-500\/20:hover {

    border-right-color: rgb(107 114 128 / 0.2);
}
.hover\:border-r-gray-500\/25:hover {

    border-right-color: rgb(107 114 128 / 0.25);
}
.hover\:border-r-gray-500\/30:hover {

    border-right-color: rgb(107 114 128 / 0.3);
}
.hover\:border-r-gray-500\/35:hover {

    border-right-color: rgb(107 114 128 / 0.35);
}
.hover\:border-r-gray-500\/40:hover {

    border-right-color: rgb(107 114 128 / 0.4);
}
.hover\:border-r-gray-500\/45:hover {

    border-right-color: rgb(107 114 128 / 0.45);
}
.hover\:border-r-gray-500\/5:hover {

    border-right-color: rgb(107 114 128 / 0.05);
}
.hover\:border-r-gray-500\/50:hover {

    border-right-color: rgb(107 114 128 / 0.5);
}
.hover\:border-r-gray-500\/55:hover {

    border-right-color: rgb(107 114 128 / 0.55);
}
.hover\:border-r-gray-500\/60:hover {

    border-right-color: rgb(107 114 128 / 0.6);
}
.hover\:border-r-gray-500\/65:hover {

    border-right-color: rgb(107 114 128 / 0.65);
}
.hover\:border-r-gray-500\/70:hover {

    border-right-color: rgb(107 114 128 / 0.7);
}
.hover\:border-r-gray-500\/75:hover {

    border-right-color: rgb(107 114 128 / 0.75);
}
.hover\:border-r-gray-500\/80:hover {

    border-right-color: rgb(107 114 128 / 0.8);
}
.hover\:border-r-gray-500\/85:hover {

    border-right-color: rgb(107 114 128 / 0.85);
}
.hover\:border-r-gray-500\/90:hover {

    border-right-color: rgb(107 114 128 / 0.9);
}
.hover\:border-r-gray-500\/95:hover {

    border-right-color: rgb(107 114 128 / 0.95);
}
.hover\:border-r-gray-600:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-600\/0:hover {

    border-right-color: rgb(75 85 99 / 0);
}
.hover\:border-r-gray-600\/10:hover {

    border-right-color: rgb(75 85 99 / 0.1);
}
.hover\:border-r-gray-600\/100:hover {

    border-right-color: rgb(75 85 99 / 1);
}
.hover\:border-r-gray-600\/15:hover {

    border-right-color: rgb(75 85 99 / 0.15);
}
.hover\:border-r-gray-600\/20:hover {

    border-right-color: rgb(75 85 99 / 0.2);
}
.hover\:border-r-gray-600\/25:hover {

    border-right-color: rgb(75 85 99 / 0.25);
}
.hover\:border-r-gray-600\/30:hover {

    border-right-color: rgb(75 85 99 / 0.3);
}
.hover\:border-r-gray-600\/35:hover {

    border-right-color: rgb(75 85 99 / 0.35);
}
.hover\:border-r-gray-600\/40:hover {

    border-right-color: rgb(75 85 99 / 0.4);
}
.hover\:border-r-gray-600\/45:hover {

    border-right-color: rgb(75 85 99 / 0.45);
}
.hover\:border-r-gray-600\/5:hover {

    border-right-color: rgb(75 85 99 / 0.05);
}
.hover\:border-r-gray-600\/50:hover {

    border-right-color: rgb(75 85 99 / 0.5);
}
.hover\:border-r-gray-600\/55:hover {

    border-right-color: rgb(75 85 99 / 0.55);
}
.hover\:border-r-gray-600\/60:hover {

    border-right-color: rgb(75 85 99 / 0.6);
}
.hover\:border-r-gray-600\/65:hover {

    border-right-color: rgb(75 85 99 / 0.65);
}
.hover\:border-r-gray-600\/70:hover {

    border-right-color: rgb(75 85 99 / 0.7);
}
.hover\:border-r-gray-600\/75:hover {

    border-right-color: rgb(75 85 99 / 0.75);
}
.hover\:border-r-gray-600\/80:hover {

    border-right-color: rgb(75 85 99 / 0.8);
}
.hover\:border-r-gray-600\/85:hover {

    border-right-color: rgb(75 85 99 / 0.85);
}
.hover\:border-r-gray-600\/90:hover {

    border-right-color: rgb(75 85 99 / 0.9);
}
.hover\:border-r-gray-600\/95:hover {

    border-right-color: rgb(75 85 99 / 0.95);
}
.hover\:border-r-gray-700:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-700\/0:hover {

    border-right-color: rgb(55 65 81 / 0);
}
.hover\:border-r-gray-700\/10:hover {

    border-right-color: rgb(55 65 81 / 0.1);
}
.hover\:border-r-gray-700\/100:hover {

    border-right-color: rgb(55 65 81 / 1);
}
.hover\:border-r-gray-700\/15:hover {

    border-right-color: rgb(55 65 81 / 0.15);
}
.hover\:border-r-gray-700\/20:hover {

    border-right-color: rgb(55 65 81 / 0.2);
}
.hover\:border-r-gray-700\/25:hover {

    border-right-color: rgb(55 65 81 / 0.25);
}
.hover\:border-r-gray-700\/30:hover {

    border-right-color: rgb(55 65 81 / 0.3);
}
.hover\:border-r-gray-700\/35:hover {

    border-right-color: rgb(55 65 81 / 0.35);
}
.hover\:border-r-gray-700\/40:hover {

    border-right-color: rgb(55 65 81 / 0.4);
}
.hover\:border-r-gray-700\/45:hover {

    border-right-color: rgb(55 65 81 / 0.45);
}
.hover\:border-r-gray-700\/5:hover {

    border-right-color: rgb(55 65 81 / 0.05);
}
.hover\:border-r-gray-700\/50:hover {

    border-right-color: rgb(55 65 81 / 0.5);
}
.hover\:border-r-gray-700\/55:hover {

    border-right-color: rgb(55 65 81 / 0.55);
}
.hover\:border-r-gray-700\/60:hover {

    border-right-color: rgb(55 65 81 / 0.6);
}
.hover\:border-r-gray-700\/65:hover {

    border-right-color: rgb(55 65 81 / 0.65);
}
.hover\:border-r-gray-700\/70:hover {

    border-right-color: rgb(55 65 81 / 0.7);
}
.hover\:border-r-gray-700\/75:hover {

    border-right-color: rgb(55 65 81 / 0.75);
}
.hover\:border-r-gray-700\/80:hover {

    border-right-color: rgb(55 65 81 / 0.8);
}
.hover\:border-r-gray-700\/85:hover {

    border-right-color: rgb(55 65 81 / 0.85);
}
.hover\:border-r-gray-700\/90:hover {

    border-right-color: rgb(55 65 81 / 0.9);
}
.hover\:border-r-gray-700\/95:hover {

    border-right-color: rgb(55 65 81 / 0.95);
}
.hover\:border-r-gray-800:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-800\/0:hover {

    border-right-color: rgb(31 41 55 / 0);
}
.hover\:border-r-gray-800\/10:hover {

    border-right-color: rgb(31 41 55 / 0.1);
}
.hover\:border-r-gray-800\/100:hover {

    border-right-color: rgb(31 41 55 / 1);
}
.hover\:border-r-gray-800\/15:hover {

    border-right-color: rgb(31 41 55 / 0.15);
}
.hover\:border-r-gray-800\/20:hover {

    border-right-color: rgb(31 41 55 / 0.2);
}
.hover\:border-r-gray-800\/25:hover {

    border-right-color: rgb(31 41 55 / 0.25);
}
.hover\:border-r-gray-800\/30:hover {

    border-right-color: rgb(31 41 55 / 0.3);
}
.hover\:border-r-gray-800\/35:hover {

    border-right-color: rgb(31 41 55 / 0.35);
}
.hover\:border-r-gray-800\/40:hover {

    border-right-color: rgb(31 41 55 / 0.4);
}
.hover\:border-r-gray-800\/45:hover {

    border-right-color: rgb(31 41 55 / 0.45);
}
.hover\:border-r-gray-800\/5:hover {

    border-right-color: rgb(31 41 55 / 0.05);
}
.hover\:border-r-gray-800\/50:hover {

    border-right-color: rgb(31 41 55 / 0.5);
}
.hover\:border-r-gray-800\/55:hover {

    border-right-color: rgb(31 41 55 / 0.55);
}
.hover\:border-r-gray-800\/60:hover {

    border-right-color: rgb(31 41 55 / 0.6);
}
.hover\:border-r-gray-800\/65:hover {

    border-right-color: rgb(31 41 55 / 0.65);
}
.hover\:border-r-gray-800\/70:hover {

    border-right-color: rgb(31 41 55 / 0.7);
}
.hover\:border-r-gray-800\/75:hover {

    border-right-color: rgb(31 41 55 / 0.75);
}
.hover\:border-r-gray-800\/80:hover {

    border-right-color: rgb(31 41 55 / 0.8);
}
.hover\:border-r-gray-800\/85:hover {

    border-right-color: rgb(31 41 55 / 0.85);
}
.hover\:border-r-gray-800\/90:hover {

    border-right-color: rgb(31 41 55 / 0.9);
}
.hover\:border-r-gray-800\/95:hover {

    border-right-color: rgb(31 41 55 / 0.95);
}
.hover\:border-r-gray-900:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-900\/0:hover {

    border-right-color: rgb(17 24 39 / 0);
}
.hover\:border-r-gray-900\/10:hover {

    border-right-color: rgb(17 24 39 / 0.1);
}
.hover\:border-r-gray-900\/100:hover {

    border-right-color: rgb(17 24 39 / 1);
}
.hover\:border-r-gray-900\/15:hover {

    border-right-color: rgb(17 24 39 / 0.15);
}
.hover\:border-r-gray-900\/20:hover {

    border-right-color: rgb(17 24 39 / 0.2);
}
.hover\:border-r-gray-900\/25:hover {

    border-right-color: rgb(17 24 39 / 0.25);
}
.hover\:border-r-gray-900\/30:hover {

    border-right-color: rgb(17 24 39 / 0.3);
}
.hover\:border-r-gray-900\/35:hover {

    border-right-color: rgb(17 24 39 / 0.35);
}
.hover\:border-r-gray-900\/40:hover {

    border-right-color: rgb(17 24 39 / 0.4);
}
.hover\:border-r-gray-900\/45:hover {

    border-right-color: rgb(17 24 39 / 0.45);
}
.hover\:border-r-gray-900\/5:hover {

    border-right-color: rgb(17 24 39 / 0.05);
}
.hover\:border-r-gray-900\/50:hover {

    border-right-color: rgb(17 24 39 / 0.5);
}
.hover\:border-r-gray-900\/55:hover {

    border-right-color: rgb(17 24 39 / 0.55);
}
.hover\:border-r-gray-900\/60:hover {

    border-right-color: rgb(17 24 39 / 0.6);
}
.hover\:border-r-gray-900\/65:hover {

    border-right-color: rgb(17 24 39 / 0.65);
}
.hover\:border-r-gray-900\/70:hover {

    border-right-color: rgb(17 24 39 / 0.7);
}
.hover\:border-r-gray-900\/75:hover {

    border-right-color: rgb(17 24 39 / 0.75);
}
.hover\:border-r-gray-900\/80:hover {

    border-right-color: rgb(17 24 39 / 0.8);
}
.hover\:border-r-gray-900\/85:hover {

    border-right-color: rgb(17 24 39 / 0.85);
}
.hover\:border-r-gray-900\/90:hover {

    border-right-color: rgb(17 24 39 / 0.9);
}
.hover\:border-r-gray-900\/95:hover {

    border-right-color: rgb(17 24 39 / 0.95);
}
.hover\:border-r-gray-950:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-950\/0:hover {

    border-right-color: rgb(3 7 18 / 0);
}
.hover\:border-r-gray-950\/10:hover {

    border-right-color: rgb(3 7 18 / 0.1);
}
.hover\:border-r-gray-950\/100:hover {

    border-right-color: rgb(3 7 18 / 1);
}
.hover\:border-r-gray-950\/15:hover {

    border-right-color: rgb(3 7 18 / 0.15);
}
.hover\:border-r-gray-950\/20:hover {

    border-right-color: rgb(3 7 18 / 0.2);
}
.hover\:border-r-gray-950\/25:hover {

    border-right-color: rgb(3 7 18 / 0.25);
}
.hover\:border-r-gray-950\/30:hover {

    border-right-color: rgb(3 7 18 / 0.3);
}
.hover\:border-r-gray-950\/35:hover {

    border-right-color: rgb(3 7 18 / 0.35);
}
.hover\:border-r-gray-950\/40:hover {

    border-right-color: rgb(3 7 18 / 0.4);
}
.hover\:border-r-gray-950\/45:hover {

    border-right-color: rgb(3 7 18 / 0.45);
}
.hover\:border-r-gray-950\/5:hover {

    border-right-color: rgb(3 7 18 / 0.05);
}
.hover\:border-r-gray-950\/50:hover {

    border-right-color: rgb(3 7 18 / 0.5);
}
.hover\:border-r-gray-950\/55:hover {

    border-right-color: rgb(3 7 18 / 0.55);
}
.hover\:border-r-gray-950\/60:hover {

    border-right-color: rgb(3 7 18 / 0.6);
}
.hover\:border-r-gray-950\/65:hover {

    border-right-color: rgb(3 7 18 / 0.65);
}
.hover\:border-r-gray-950\/70:hover {

    border-right-color: rgb(3 7 18 / 0.7);
}
.hover\:border-r-gray-950\/75:hover {

    border-right-color: rgb(3 7 18 / 0.75);
}
.hover\:border-r-gray-950\/80:hover {

    border-right-color: rgb(3 7 18 / 0.8);
}
.hover\:border-r-gray-950\/85:hover {

    border-right-color: rgb(3 7 18 / 0.85);
}
.hover\:border-r-gray-950\/90:hover {

    border-right-color: rgb(3 7 18 / 0.9);
}
.hover\:border-r-gray-950\/95:hover {

    border-right-color: rgb(3 7 18 / 0.95);
}
.hover\:border-r-inherit:hover {

    border-right-color: inherit;
}
.hover\:border-r-primary:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-dark:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-dark\/0:hover {

    border-right-color: rgb(26 88 121 / 0);
}
.hover\:border-r-primary-dark\/10:hover {

    border-right-color: rgb(26 88 121 / 0.1);
}
.hover\:border-r-primary-dark\/100:hover {

    border-right-color: rgb(26 88 121 / 1);
}
.hover\:border-r-primary-dark\/15:hover {

    border-right-color: rgb(26 88 121 / 0.15);
}
.hover\:border-r-primary-dark\/20:hover {

    border-right-color: rgb(26 88 121 / 0.2);
}
.hover\:border-r-primary-dark\/25:hover {

    border-right-color: rgb(26 88 121 / 0.25);
}
.hover\:border-r-primary-dark\/30:hover {

    border-right-color: rgb(26 88 121 / 0.3);
}
.hover\:border-r-primary-dark\/35:hover {

    border-right-color: rgb(26 88 121 / 0.35);
}
.hover\:border-r-primary-dark\/40:hover {

    border-right-color: rgb(26 88 121 / 0.4);
}
.hover\:border-r-primary-dark\/45:hover {

    border-right-color: rgb(26 88 121 / 0.45);
}
.hover\:border-r-primary-dark\/5:hover {

    border-right-color: rgb(26 88 121 / 0.05);
}
.hover\:border-r-primary-dark\/50:hover {

    border-right-color: rgb(26 88 121 / 0.5);
}
.hover\:border-r-primary-dark\/55:hover {

    border-right-color: rgb(26 88 121 / 0.55);
}
.hover\:border-r-primary-dark\/60:hover {

    border-right-color: rgb(26 88 121 / 0.6);
}
.hover\:border-r-primary-dark\/65:hover {

    border-right-color: rgb(26 88 121 / 0.65);
}
.hover\:border-r-primary-dark\/70:hover {

    border-right-color: rgb(26 88 121 / 0.7);
}
.hover\:border-r-primary-dark\/75:hover {

    border-right-color: rgb(26 88 121 / 0.75);
}
.hover\:border-r-primary-dark\/80:hover {

    border-right-color: rgb(26 88 121 / 0.8);
}
.hover\:border-r-primary-dark\/85:hover {

    border-right-color: rgb(26 88 121 / 0.85);
}
.hover\:border-r-primary-dark\/90:hover {

    border-right-color: rgb(26 88 121 / 0.9);
}
.hover\:border-r-primary-dark\/95:hover {

    border-right-color: rgb(26 88 121 / 0.95);
}
.hover\:border-r-primary-light:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-light\/0:hover {

    border-right-color: rgb(85 154 193 / 0);
}
.hover\:border-r-primary-light\/10:hover {

    border-right-color: rgb(85 154 193 / 0.1);
}
.hover\:border-r-primary-light\/100:hover {

    border-right-color: rgb(85 154 193 / 1);
}
.hover\:border-r-primary-light\/15:hover {

    border-right-color: rgb(85 154 193 / 0.15);
}
.hover\:border-r-primary-light\/20:hover {

    border-right-color: rgb(85 154 193 / 0.2);
}
.hover\:border-r-primary-light\/25:hover {

    border-right-color: rgb(85 154 193 / 0.25);
}
.hover\:border-r-primary-light\/30:hover {

    border-right-color: rgb(85 154 193 / 0.3);
}
.hover\:border-r-primary-light\/35:hover {

    border-right-color: rgb(85 154 193 / 0.35);
}
.hover\:border-r-primary-light\/40:hover {

    border-right-color: rgb(85 154 193 / 0.4);
}
.hover\:border-r-primary-light\/45:hover {

    border-right-color: rgb(85 154 193 / 0.45);
}
.hover\:border-r-primary-light\/5:hover {

    border-right-color: rgb(85 154 193 / 0.05);
}
.hover\:border-r-primary-light\/50:hover {

    border-right-color: rgb(85 154 193 / 0.5);
}
.hover\:border-r-primary-light\/55:hover {

    border-right-color: rgb(85 154 193 / 0.55);
}
.hover\:border-r-primary-light\/60:hover {

    border-right-color: rgb(85 154 193 / 0.6);
}
.hover\:border-r-primary-light\/65:hover {

    border-right-color: rgb(85 154 193 / 0.65);
}
.hover\:border-r-primary-light\/70:hover {

    border-right-color: rgb(85 154 193 / 0.7);
}
.hover\:border-r-primary-light\/75:hover {

    border-right-color: rgb(85 154 193 / 0.75);
}
.hover\:border-r-primary-light\/80:hover {

    border-right-color: rgb(85 154 193 / 0.8);
}
.hover\:border-r-primary-light\/85:hover {

    border-right-color: rgb(85 154 193 / 0.85);
}
.hover\:border-r-primary-light\/90:hover {

    border-right-color: rgb(85 154 193 / 0.9);
}
.hover\:border-r-primary-light\/95:hover {

    border-right-color: rgb(85 154 193 / 0.95);
}
.hover\:border-r-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-lighter\/0:hover {

    border-right-color: rgb(115 177 212 / 0);
}
.hover\:border-r-primary-lighter\/10:hover {

    border-right-color: rgb(115 177 212 / 0.1);
}
.hover\:border-r-primary-lighter\/100:hover {

    border-right-color: rgb(115 177 212 / 1);
}
.hover\:border-r-primary-lighter\/15:hover {

    border-right-color: rgb(115 177 212 / 0.15);
}
.hover\:border-r-primary-lighter\/20:hover {

    border-right-color: rgb(115 177 212 / 0.2);
}
.hover\:border-r-primary-lighter\/25:hover {

    border-right-color: rgb(115 177 212 / 0.25);
}
.hover\:border-r-primary-lighter\/30:hover {

    border-right-color: rgb(115 177 212 / 0.3);
}
.hover\:border-r-primary-lighter\/35:hover {

    border-right-color: rgb(115 177 212 / 0.35);
}
.hover\:border-r-primary-lighter\/40:hover {

    border-right-color: rgb(115 177 212 / 0.4);
}
.hover\:border-r-primary-lighter\/45:hover {

    border-right-color: rgb(115 177 212 / 0.45);
}
.hover\:border-r-primary-lighter\/5:hover {

    border-right-color: rgb(115 177 212 / 0.05);
}
.hover\:border-r-primary-lighter\/50:hover {

    border-right-color: rgb(115 177 212 / 0.5);
}
.hover\:border-r-primary-lighter\/55:hover {

    border-right-color: rgb(115 177 212 / 0.55);
}
.hover\:border-r-primary-lighter\/60:hover {

    border-right-color: rgb(115 177 212 / 0.6);
}
.hover\:border-r-primary-lighter\/65:hover {

    border-right-color: rgb(115 177 212 / 0.65);
}
.hover\:border-r-primary-lighter\/70:hover {

    border-right-color: rgb(115 177 212 / 0.7);
}
.hover\:border-r-primary-lighter\/75:hover {

    border-right-color: rgb(115 177 212 / 0.75);
}
.hover\:border-r-primary-lighter\/80:hover {

    border-right-color: rgb(115 177 212 / 0.8);
}
.hover\:border-r-primary-lighter\/85:hover {

    border-right-color: rgb(115 177 212 / 0.85);
}
.hover\:border-r-primary-lighter\/90:hover {

    border-right-color: rgb(115 177 212 / 0.9);
}
.hover\:border-r-primary-lighter\/95:hover {

    border-right-color: rgb(115 177 212 / 0.95);
}
.hover\:border-r-primary\/0:hover {

    border-right-color: rgb(52 114 147 / 0);
}
.hover\:border-r-primary\/10:hover {

    border-right-color: rgb(52 114 147 / 0.1);
}
.hover\:border-r-primary\/100:hover {

    border-right-color: rgb(52 114 147 / 1);
}
.hover\:border-r-primary\/15:hover {

    border-right-color: rgb(52 114 147 / 0.15);
}
.hover\:border-r-primary\/20:hover {

    border-right-color: rgb(52 114 147 / 0.2);
}
.hover\:border-r-primary\/25:hover {

    border-right-color: rgb(52 114 147 / 0.25);
}
.hover\:border-r-primary\/30:hover {

    border-right-color: rgb(52 114 147 / 0.3);
}
.hover\:border-r-primary\/35:hover {

    border-right-color: rgb(52 114 147 / 0.35);
}
.hover\:border-r-primary\/40:hover {

    border-right-color: rgb(52 114 147 / 0.4);
}
.hover\:border-r-primary\/45:hover {

    border-right-color: rgb(52 114 147 / 0.45);
}
.hover\:border-r-primary\/5:hover {

    border-right-color: rgb(52 114 147 / 0.05);
}
.hover\:border-r-primary\/50:hover {

    border-right-color: rgb(52 114 147 / 0.5);
}
.hover\:border-r-primary\/55:hover {

    border-right-color: rgb(52 114 147 / 0.55);
}
.hover\:border-r-primary\/60:hover {

    border-right-color: rgb(52 114 147 / 0.6);
}
.hover\:border-r-primary\/65:hover {

    border-right-color: rgb(52 114 147 / 0.65);
}
.hover\:border-r-primary\/70:hover {

    border-right-color: rgb(52 114 147 / 0.7);
}
.hover\:border-r-primary\/75:hover {

    border-right-color: rgb(52 114 147 / 0.75);
}
.hover\:border-r-primary\/80:hover {

    border-right-color: rgb(52 114 147 / 0.8);
}
.hover\:border-r-primary\/85:hover {

    border-right-color: rgb(52 114 147 / 0.85);
}
.hover\:border-r-primary\/90:hover {

    border-right-color: rgb(52 114 147 / 0.9);
}
.hover\:border-r-primary\/95:hover {

    border-right-color: rgb(52 114 147 / 0.95);
}
.hover\:border-r-secondary:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-dark\/0:hover {

    border-right-color: rgb(226 207 188 / 0);
}
.hover\:border-r-secondary-dark\/10:hover {

    border-right-color: rgb(226 207 188 / 0.1);
}
.hover\:border-r-secondary-dark\/100:hover {

    border-right-color: rgb(226 207 188 / 1);
}
.hover\:border-r-secondary-dark\/15:hover {

    border-right-color: rgb(226 207 188 / 0.15);
}
.hover\:border-r-secondary-dark\/20:hover {

    border-right-color: rgb(226 207 188 / 0.2);
}
.hover\:border-r-secondary-dark\/25:hover {

    border-right-color: rgb(226 207 188 / 0.25);
}
.hover\:border-r-secondary-dark\/30:hover {

    border-right-color: rgb(226 207 188 / 0.3);
}
.hover\:border-r-secondary-dark\/35:hover {

    border-right-color: rgb(226 207 188 / 0.35);
}
.hover\:border-r-secondary-dark\/40:hover {

    border-right-color: rgb(226 207 188 / 0.4);
}
.hover\:border-r-secondary-dark\/45:hover {

    border-right-color: rgb(226 207 188 / 0.45);
}
.hover\:border-r-secondary-dark\/5:hover {

    border-right-color: rgb(226 207 188 / 0.05);
}
.hover\:border-r-secondary-dark\/50:hover {

    border-right-color: rgb(226 207 188 / 0.5);
}
.hover\:border-r-secondary-dark\/55:hover {

    border-right-color: rgb(226 207 188 / 0.55);
}
.hover\:border-r-secondary-dark\/60:hover {

    border-right-color: rgb(226 207 188 / 0.6);
}
.hover\:border-r-secondary-dark\/65:hover {

    border-right-color: rgb(226 207 188 / 0.65);
}
.hover\:border-r-secondary-dark\/70:hover {

    border-right-color: rgb(226 207 188 / 0.7);
}
.hover\:border-r-secondary-dark\/75:hover {

    border-right-color: rgb(226 207 188 / 0.75);
}
.hover\:border-r-secondary-dark\/80:hover {

    border-right-color: rgb(226 207 188 / 0.8);
}
.hover\:border-r-secondary-dark\/85:hover {

    border-right-color: rgb(226 207 188 / 0.85);
}
.hover\:border-r-secondary-dark\/90:hover {

    border-right-color: rgb(226 207 188 / 0.9);
}
.hover\:border-r-secondary-dark\/95:hover {

    border-right-color: rgb(226 207 188 / 0.95);
}
.hover\:border-r-secondary-light:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-light\/0:hover {

    border-right-color: rgb(254 250 247 / 0);
}
.hover\:border-r-secondary-light\/10:hover {

    border-right-color: rgb(254 250 247 / 0.1);
}
.hover\:border-r-secondary-light\/100:hover {

    border-right-color: rgb(254 250 247 / 1);
}
.hover\:border-r-secondary-light\/15:hover {

    border-right-color: rgb(254 250 247 / 0.15);
}
.hover\:border-r-secondary-light\/20:hover {

    border-right-color: rgb(254 250 247 / 0.2);
}
.hover\:border-r-secondary-light\/25:hover {

    border-right-color: rgb(254 250 247 / 0.25);
}
.hover\:border-r-secondary-light\/30:hover {

    border-right-color: rgb(254 250 247 / 0.3);
}
.hover\:border-r-secondary-light\/35:hover {

    border-right-color: rgb(254 250 247 / 0.35);
}
.hover\:border-r-secondary-light\/40:hover {

    border-right-color: rgb(254 250 247 / 0.4);
}
.hover\:border-r-secondary-light\/45:hover {

    border-right-color: rgb(254 250 247 / 0.45);
}
.hover\:border-r-secondary-light\/5:hover {

    border-right-color: rgb(254 250 247 / 0.05);
}
.hover\:border-r-secondary-light\/50:hover {

    border-right-color: rgb(254 250 247 / 0.5);
}
.hover\:border-r-secondary-light\/55:hover {

    border-right-color: rgb(254 250 247 / 0.55);
}
.hover\:border-r-secondary-light\/60:hover {

    border-right-color: rgb(254 250 247 / 0.6);
}
.hover\:border-r-secondary-light\/65:hover {

    border-right-color: rgb(254 250 247 / 0.65);
}
.hover\:border-r-secondary-light\/70:hover {

    border-right-color: rgb(254 250 247 / 0.7);
}
.hover\:border-r-secondary-light\/75:hover {

    border-right-color: rgb(254 250 247 / 0.75);
}
.hover\:border-r-secondary-light\/80:hover {

    border-right-color: rgb(254 250 247 / 0.8);
}
.hover\:border-r-secondary-light\/85:hover {

    border-right-color: rgb(254 250 247 / 0.85);
}
.hover\:border-r-secondary-light\/90:hover {

    border-right-color: rgb(254 250 247 / 0.9);
}
.hover\:border-r-secondary-light\/95:hover {

    border-right-color: rgb(254 250 247 / 0.95);
}
.hover\:border-r-secondary\/0:hover {

    border-right-color: rgb(243 234 225 / 0);
}
.hover\:border-r-secondary\/10:hover {

    border-right-color: rgb(243 234 225 / 0.1);
}
.hover\:border-r-secondary\/100:hover {

    border-right-color: rgb(243 234 225 / 1);
}
.hover\:border-r-secondary\/15:hover {

    border-right-color: rgb(243 234 225 / 0.15);
}
.hover\:border-r-secondary\/20:hover {

    border-right-color: rgb(243 234 225 / 0.2);
}
.hover\:border-r-secondary\/25:hover {

    border-right-color: rgb(243 234 225 / 0.25);
}
.hover\:border-r-secondary\/30:hover {

    border-right-color: rgb(243 234 225 / 0.3);
}
.hover\:border-r-secondary\/35:hover {

    border-right-color: rgb(243 234 225 / 0.35);
}
.hover\:border-r-secondary\/40:hover {

    border-right-color: rgb(243 234 225 / 0.4);
}
.hover\:border-r-secondary\/45:hover {

    border-right-color: rgb(243 234 225 / 0.45);
}
.hover\:border-r-secondary\/5:hover {

    border-right-color: rgb(243 234 225 / 0.05);
}
.hover\:border-r-secondary\/50:hover {

    border-right-color: rgb(243 234 225 / 0.5);
}
.hover\:border-r-secondary\/55:hover {

    border-right-color: rgb(243 234 225 / 0.55);
}
.hover\:border-r-secondary\/60:hover {

    border-right-color: rgb(243 234 225 / 0.6);
}
.hover\:border-r-secondary\/65:hover {

    border-right-color: rgb(243 234 225 / 0.65);
}
.hover\:border-r-secondary\/70:hover {

    border-right-color: rgb(243 234 225 / 0.7);
}
.hover\:border-r-secondary\/75:hover {

    border-right-color: rgb(243 234 225 / 0.75);
}
.hover\:border-r-secondary\/80:hover {

    border-right-color: rgb(243 234 225 / 0.8);
}
.hover\:border-r-secondary\/85:hover {

    border-right-color: rgb(243 234 225 / 0.85);
}
.hover\:border-r-secondary\/90:hover {

    border-right-color: rgb(243 234 225 / 0.9);
}
.hover\:border-r-secondary\/95:hover {

    border-right-color: rgb(243 234 225 / 0.95);
}
.hover\:border-r-transparent:hover {

    border-right-color: transparent;
}
.hover\:border-r-transparent\/0:hover {

    border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-r-transparent\/10:hover {

    border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-r-transparent\/100:hover {

    border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-r-transparent\/15:hover {

    border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-r-transparent\/20:hover {

    border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-r-transparent\/25:hover {

    border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-r-transparent\/30:hover {

    border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-r-transparent\/35:hover {

    border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-r-transparent\/40:hover {

    border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-r-transparent\/45:hover {

    border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-r-transparent\/5:hover {

    border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-r-transparent\/50:hover {

    border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-r-transparent\/55:hover {

    border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-r-transparent\/60:hover {

    border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-r-transparent\/65:hover {

    border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-r-transparent\/70:hover {

    border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-r-transparent\/75:hover {

    border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-r-transparent\/80:hover {

    border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-r-transparent\/85:hover {

    border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-r-transparent\/90:hover {

    border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-r-transparent\/95:hover {

    border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-r-white:hover {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-r-white\/0:hover {

    border-right-color: rgb(255 255 255 / 0);
}
.hover\:border-r-white\/10:hover {

    border-right-color: rgb(255 255 255 / 0.1);
}
.hover\:border-r-white\/100:hover {

    border-right-color: rgb(255 255 255 / 1);
}
.hover\:border-r-white\/15:hover {

    border-right-color: rgb(255 255 255 / 0.15);
}
.hover\:border-r-white\/20:hover {

    border-right-color: rgb(255 255 255 / 0.2);
}
.hover\:border-r-white\/25:hover {

    border-right-color: rgb(255 255 255 / 0.25);
}
.hover\:border-r-white\/30:hover {

    border-right-color: rgb(255 255 255 / 0.3);
}
.hover\:border-r-white\/35:hover {

    border-right-color: rgb(255 255 255 / 0.35);
}
.hover\:border-r-white\/40:hover {

    border-right-color: rgb(255 255 255 / 0.4);
}
.hover\:border-r-white\/45:hover {

    border-right-color: rgb(255 255 255 / 0.45);
}
.hover\:border-r-white\/5:hover {

    border-right-color: rgb(255 255 255 / 0.05);
}
.hover\:border-r-white\/50:hover {

    border-right-color: rgb(255 255 255 / 0.5);
}
.hover\:border-r-white\/55:hover {

    border-right-color: rgb(255 255 255 / 0.55);
}
.hover\:border-r-white\/60:hover {

    border-right-color: rgb(255 255 255 / 0.6);
}
.hover\:border-r-white\/65:hover {

    border-right-color: rgb(255 255 255 / 0.65);
}
.hover\:border-r-white\/70:hover {

    border-right-color: rgb(255 255 255 / 0.7);
}
.hover\:border-r-white\/75:hover {

    border-right-color: rgb(255 255 255 / 0.75);
}
.hover\:border-r-white\/80:hover {

    border-right-color: rgb(255 255 255 / 0.8);
}
.hover\:border-r-white\/85:hover {

    border-right-color: rgb(255 255 255 / 0.85);
}
.hover\:border-r-white\/90:hover {

    border-right-color: rgb(255 255 255 / 0.9);
}
.hover\:border-r-white\/95:hover {

    border-right-color: rgb(255 255 255 / 0.95);
}
.hover\:border-s-accent:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-dark:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-dark\/0:hover {

    border-inline-start-color: rgb(225 114 45 / 0);
}
.hover\:border-s-accent-dark\/10:hover {

    border-inline-start-color: rgb(225 114 45 / 0.1);
}
.hover\:border-s-accent-dark\/100:hover {

    border-inline-start-color: rgb(225 114 45 / 1);
}
.hover\:border-s-accent-dark\/15:hover {

    border-inline-start-color: rgb(225 114 45 / 0.15);
}
.hover\:border-s-accent-dark\/20:hover {

    border-inline-start-color: rgb(225 114 45 / 0.2);
}
.hover\:border-s-accent-dark\/25:hover {

    border-inline-start-color: rgb(225 114 45 / 0.25);
}
.hover\:border-s-accent-dark\/30:hover {

    border-inline-start-color: rgb(225 114 45 / 0.3);
}
.hover\:border-s-accent-dark\/35:hover {

    border-inline-start-color: rgb(225 114 45 / 0.35);
}
.hover\:border-s-accent-dark\/40:hover {

    border-inline-start-color: rgb(225 114 45 / 0.4);
}
.hover\:border-s-accent-dark\/45:hover {

    border-inline-start-color: rgb(225 114 45 / 0.45);
}
.hover\:border-s-accent-dark\/5:hover {

    border-inline-start-color: rgb(225 114 45 / 0.05);
}
.hover\:border-s-accent-dark\/50:hover {

    border-inline-start-color: rgb(225 114 45 / 0.5);
}
.hover\:border-s-accent-dark\/55:hover {

    border-inline-start-color: rgb(225 114 45 / 0.55);
}
.hover\:border-s-accent-dark\/60:hover {

    border-inline-start-color: rgb(225 114 45 / 0.6);
}
.hover\:border-s-accent-dark\/65:hover {

    border-inline-start-color: rgb(225 114 45 / 0.65);
}
.hover\:border-s-accent-dark\/70:hover {

    border-inline-start-color: rgb(225 114 45 / 0.7);
}
.hover\:border-s-accent-dark\/75:hover {

    border-inline-start-color: rgb(225 114 45 / 0.75);
}
.hover\:border-s-accent-dark\/80:hover {

    border-inline-start-color: rgb(225 114 45 / 0.8);
}
.hover\:border-s-accent-dark\/85:hover {

    border-inline-start-color: rgb(225 114 45 / 0.85);
}
.hover\:border-s-accent-dark\/90:hover {

    border-inline-start-color: rgb(225 114 45 / 0.9);
}
.hover\:border-s-accent-dark\/95:hover {

    border-inline-start-color: rgb(225 114 45 / 0.95);
}
.hover\:border-s-accent-light:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-light\/0:hover {

    border-inline-start-color: rgb(255 191 105 / 0);
}
.hover\:border-s-accent-light\/10:hover {

    border-inline-start-color: rgb(255 191 105 / 0.1);
}
.hover\:border-s-accent-light\/100:hover {

    border-inline-start-color: rgb(255 191 105 / 1);
}
.hover\:border-s-accent-light\/15:hover {

    border-inline-start-color: rgb(255 191 105 / 0.15);
}
.hover\:border-s-accent-light\/20:hover {

    border-inline-start-color: rgb(255 191 105 / 0.2);
}
.hover\:border-s-accent-light\/25:hover {

    border-inline-start-color: rgb(255 191 105 / 0.25);
}
.hover\:border-s-accent-light\/30:hover {

    border-inline-start-color: rgb(255 191 105 / 0.3);
}
.hover\:border-s-accent-light\/35:hover {

    border-inline-start-color: rgb(255 191 105 / 0.35);
}
.hover\:border-s-accent-light\/40:hover {

    border-inline-start-color: rgb(255 191 105 / 0.4);
}
.hover\:border-s-accent-light\/45:hover {

    border-inline-start-color: rgb(255 191 105 / 0.45);
}
.hover\:border-s-accent-light\/5:hover {

    border-inline-start-color: rgb(255 191 105 / 0.05);
}
.hover\:border-s-accent-light\/50:hover {

    border-inline-start-color: rgb(255 191 105 / 0.5);
}
.hover\:border-s-accent-light\/55:hover {

    border-inline-start-color: rgb(255 191 105 / 0.55);
}
.hover\:border-s-accent-light\/60:hover {

    border-inline-start-color: rgb(255 191 105 / 0.6);
}
.hover\:border-s-accent-light\/65:hover {

    border-inline-start-color: rgb(255 191 105 / 0.65);
}
.hover\:border-s-accent-light\/70:hover {

    border-inline-start-color: rgb(255 191 105 / 0.7);
}
.hover\:border-s-accent-light\/75:hover {

    border-inline-start-color: rgb(255 191 105 / 0.75);
}
.hover\:border-s-accent-light\/80:hover {

    border-inline-start-color: rgb(255 191 105 / 0.8);
}
.hover\:border-s-accent-light\/85:hover {

    border-inline-start-color: rgb(255 191 105 / 0.85);
}
.hover\:border-s-accent-light\/90:hover {

    border-inline-start-color: rgb(255 191 105 / 0.9);
}
.hover\:border-s-accent-light\/95:hover {

    border-inline-start-color: rgb(255 191 105 / 0.95);
}
.hover\:border-s-accent\/0:hover {

    border-inline-start-color: rgb(229 136 78 / 0);
}
.hover\:border-s-accent\/10:hover {

    border-inline-start-color: rgb(229 136 78 / 0.1);
}
.hover\:border-s-accent\/100:hover {

    border-inline-start-color: rgb(229 136 78 / 1);
}
.hover\:border-s-accent\/15:hover {

    border-inline-start-color: rgb(229 136 78 / 0.15);
}
.hover\:border-s-accent\/20:hover {

    border-inline-start-color: rgb(229 136 78 / 0.2);
}
.hover\:border-s-accent\/25:hover {

    border-inline-start-color: rgb(229 136 78 / 0.25);
}
.hover\:border-s-accent\/30:hover {

    border-inline-start-color: rgb(229 136 78 / 0.3);
}
.hover\:border-s-accent\/35:hover {

    border-inline-start-color: rgb(229 136 78 / 0.35);
}
.hover\:border-s-accent\/40:hover {

    border-inline-start-color: rgb(229 136 78 / 0.4);
}
.hover\:border-s-accent\/45:hover {

    border-inline-start-color: rgb(229 136 78 / 0.45);
}
.hover\:border-s-accent\/5:hover {

    border-inline-start-color: rgb(229 136 78 / 0.05);
}
.hover\:border-s-accent\/50:hover {

    border-inline-start-color: rgb(229 136 78 / 0.5);
}
.hover\:border-s-accent\/55:hover {

    border-inline-start-color: rgb(229 136 78 / 0.55);
}
.hover\:border-s-accent\/60:hover {

    border-inline-start-color: rgb(229 136 78 / 0.6);
}
.hover\:border-s-accent\/65:hover {

    border-inline-start-color: rgb(229 136 78 / 0.65);
}
.hover\:border-s-accent\/70:hover {

    border-inline-start-color: rgb(229 136 78 / 0.7);
}
.hover\:border-s-accent\/75:hover {

    border-inline-start-color: rgb(229 136 78 / 0.75);
}
.hover\:border-s-accent\/80:hover {

    border-inline-start-color: rgb(229 136 78 / 0.8);
}
.hover\:border-s-accent\/85:hover {

    border-inline-start-color: rgb(229 136 78 / 0.85);
}
.hover\:border-s-accent\/90:hover {

    border-inline-start-color: rgb(229 136 78 / 0.9);
}
.hover\:border-s-accent\/95:hover {

    border-inline-start-color: rgb(229 136 78 / 0.95);
}
.hover\:border-s-black:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-s-black\/0:hover {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.hover\:border-s-black\/10:hover {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.hover\:border-s-black\/100:hover {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.hover\:border-s-black\/15:hover {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.hover\:border-s-black\/20:hover {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.hover\:border-s-black\/25:hover {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.hover\:border-s-black\/30:hover {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.hover\:border-s-black\/35:hover {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.hover\:border-s-black\/40:hover {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.hover\:border-s-black\/45:hover {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.hover\:border-s-black\/5:hover {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.hover\:border-s-black\/50:hover {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.hover\:border-s-black\/55:hover {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.hover\:border-s-black\/60:hover {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.hover\:border-s-black\/65:hover {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.hover\:border-s-black\/70:hover {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.hover\:border-s-black\/75:hover {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.hover\:border-s-black\/80:hover {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.hover\:border-s-black\/85:hover {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.hover\:border-s-black\/90:hover {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.hover\:border-s-black\/95:hover {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.hover\:border-s-current:hover {

    border-inline-start-color: currentColor;
}
.hover\:border-s-error:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-s-error\/0:hover {

    border-inline-start-color: rgb(255 0 0 / 0);
}
.hover\:border-s-error\/10:hover {

    border-inline-start-color: rgb(255 0 0 / 0.1);
}
.hover\:border-s-error\/100:hover {

    border-inline-start-color: rgb(255 0 0 / 1);
}
.hover\:border-s-error\/15:hover {

    border-inline-start-color: rgb(255 0 0 / 0.15);
}
.hover\:border-s-error\/20:hover {

    border-inline-start-color: rgb(255 0 0 / 0.2);
}
.hover\:border-s-error\/25:hover {

    border-inline-start-color: rgb(255 0 0 / 0.25);
}
.hover\:border-s-error\/30:hover {

    border-inline-start-color: rgb(255 0 0 / 0.3);
}
.hover\:border-s-error\/35:hover {

    border-inline-start-color: rgb(255 0 0 / 0.35);
}
.hover\:border-s-error\/40:hover {

    border-inline-start-color: rgb(255 0 0 / 0.4);
}
.hover\:border-s-error\/45:hover {

    border-inline-start-color: rgb(255 0 0 / 0.45);
}
.hover\:border-s-error\/5:hover {

    border-inline-start-color: rgb(255 0 0 / 0.05);
}
.hover\:border-s-error\/50:hover {

    border-inline-start-color: rgb(255 0 0 / 0.5);
}
.hover\:border-s-error\/55:hover {

    border-inline-start-color: rgb(255 0 0 / 0.55);
}
.hover\:border-s-error\/60:hover {

    border-inline-start-color: rgb(255 0 0 / 0.6);
}
.hover\:border-s-error\/65:hover {

    border-inline-start-color: rgb(255 0 0 / 0.65);
}
.hover\:border-s-error\/70:hover {

    border-inline-start-color: rgb(255 0 0 / 0.7);
}
.hover\:border-s-error\/75:hover {

    border-inline-start-color: rgb(255 0 0 / 0.75);
}
.hover\:border-s-error\/80:hover {

    border-inline-start-color: rgb(255 0 0 / 0.8);
}
.hover\:border-s-error\/85:hover {

    border-inline-start-color: rgb(255 0 0 / 0.85);
}
.hover\:border-s-error\/90:hover {

    border-inline-start-color: rgb(255 0 0 / 0.9);
}
.hover\:border-s-error\/95:hover {

    border-inline-start-color: rgb(255 0 0 / 0.95);
}
.hover\:border-s-gray-100:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-100\/0:hover {

    border-inline-start-color: rgb(243 244 246 / 0);
}
.hover\:border-s-gray-100\/10:hover {

    border-inline-start-color: rgb(243 244 246 / 0.1);
}
.hover\:border-s-gray-100\/100:hover {

    border-inline-start-color: rgb(243 244 246 / 1);
}
.hover\:border-s-gray-100\/15:hover {

    border-inline-start-color: rgb(243 244 246 / 0.15);
}
.hover\:border-s-gray-100\/20:hover {

    border-inline-start-color: rgb(243 244 246 / 0.2);
}
.hover\:border-s-gray-100\/25:hover {

    border-inline-start-color: rgb(243 244 246 / 0.25);
}
.hover\:border-s-gray-100\/30:hover {

    border-inline-start-color: rgb(243 244 246 / 0.3);
}
.hover\:border-s-gray-100\/35:hover {

    border-inline-start-color: rgb(243 244 246 / 0.35);
}
.hover\:border-s-gray-100\/40:hover {

    border-inline-start-color: rgb(243 244 246 / 0.4);
}
.hover\:border-s-gray-100\/45:hover {

    border-inline-start-color: rgb(243 244 246 / 0.45);
}
.hover\:border-s-gray-100\/5:hover {

    border-inline-start-color: rgb(243 244 246 / 0.05);
}
.hover\:border-s-gray-100\/50:hover {

    border-inline-start-color: rgb(243 244 246 / 0.5);
}
.hover\:border-s-gray-100\/55:hover {

    border-inline-start-color: rgb(243 244 246 / 0.55);
}
.hover\:border-s-gray-100\/60:hover {

    border-inline-start-color: rgb(243 244 246 / 0.6);
}
.hover\:border-s-gray-100\/65:hover {

    border-inline-start-color: rgb(243 244 246 / 0.65);
}
.hover\:border-s-gray-100\/70:hover {

    border-inline-start-color: rgb(243 244 246 / 0.7);
}
.hover\:border-s-gray-100\/75:hover {

    border-inline-start-color: rgb(243 244 246 / 0.75);
}
.hover\:border-s-gray-100\/80:hover {

    border-inline-start-color: rgb(243 244 246 / 0.8);
}
.hover\:border-s-gray-100\/85:hover {

    border-inline-start-color: rgb(243 244 246 / 0.85);
}
.hover\:border-s-gray-100\/90:hover {

    border-inline-start-color: rgb(243 244 246 / 0.9);
}
.hover\:border-s-gray-100\/95:hover {

    border-inline-start-color: rgb(243 244 246 / 0.95);
}
.hover\:border-s-gray-200:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-200\/0:hover {

    border-inline-start-color: rgb(229 231 235 / 0);
}
.hover\:border-s-gray-200\/10:hover {

    border-inline-start-color: rgb(229 231 235 / 0.1);
}
.hover\:border-s-gray-200\/100:hover {

    border-inline-start-color: rgb(229 231 235 / 1);
}
.hover\:border-s-gray-200\/15:hover {

    border-inline-start-color: rgb(229 231 235 / 0.15);
}
.hover\:border-s-gray-200\/20:hover {

    border-inline-start-color: rgb(229 231 235 / 0.2);
}
.hover\:border-s-gray-200\/25:hover {

    border-inline-start-color: rgb(229 231 235 / 0.25);
}
.hover\:border-s-gray-200\/30:hover {

    border-inline-start-color: rgb(229 231 235 / 0.3);
}
.hover\:border-s-gray-200\/35:hover {

    border-inline-start-color: rgb(229 231 235 / 0.35);
}
.hover\:border-s-gray-200\/40:hover {

    border-inline-start-color: rgb(229 231 235 / 0.4);
}
.hover\:border-s-gray-200\/45:hover {

    border-inline-start-color: rgb(229 231 235 / 0.45);
}
.hover\:border-s-gray-200\/5:hover {

    border-inline-start-color: rgb(229 231 235 / 0.05);
}
.hover\:border-s-gray-200\/50:hover {

    border-inline-start-color: rgb(229 231 235 / 0.5);
}
.hover\:border-s-gray-200\/55:hover {

    border-inline-start-color: rgb(229 231 235 / 0.55);
}
.hover\:border-s-gray-200\/60:hover {

    border-inline-start-color: rgb(229 231 235 / 0.6);
}
.hover\:border-s-gray-200\/65:hover {

    border-inline-start-color: rgb(229 231 235 / 0.65);
}
.hover\:border-s-gray-200\/70:hover {

    border-inline-start-color: rgb(229 231 235 / 0.7);
}
.hover\:border-s-gray-200\/75:hover {

    border-inline-start-color: rgb(229 231 235 / 0.75);
}
.hover\:border-s-gray-200\/80:hover {

    border-inline-start-color: rgb(229 231 235 / 0.8);
}
.hover\:border-s-gray-200\/85:hover {

    border-inline-start-color: rgb(229 231 235 / 0.85);
}
.hover\:border-s-gray-200\/90:hover {

    border-inline-start-color: rgb(229 231 235 / 0.9);
}
.hover\:border-s-gray-200\/95:hover {

    border-inline-start-color: rgb(229 231 235 / 0.95);
}
.hover\:border-s-gray-300:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-300\/0:hover {

    border-inline-start-color: rgb(209 213 219 / 0);
}
.hover\:border-s-gray-300\/10:hover {

    border-inline-start-color: rgb(209 213 219 / 0.1);
}
.hover\:border-s-gray-300\/100:hover {

    border-inline-start-color: rgb(209 213 219 / 1);
}
.hover\:border-s-gray-300\/15:hover {

    border-inline-start-color: rgb(209 213 219 / 0.15);
}
.hover\:border-s-gray-300\/20:hover {

    border-inline-start-color: rgb(209 213 219 / 0.2);
}
.hover\:border-s-gray-300\/25:hover {

    border-inline-start-color: rgb(209 213 219 / 0.25);
}
.hover\:border-s-gray-300\/30:hover {

    border-inline-start-color: rgb(209 213 219 / 0.3);
}
.hover\:border-s-gray-300\/35:hover {

    border-inline-start-color: rgb(209 213 219 / 0.35);
}
.hover\:border-s-gray-300\/40:hover {

    border-inline-start-color: rgb(209 213 219 / 0.4);
}
.hover\:border-s-gray-300\/45:hover {

    border-inline-start-color: rgb(209 213 219 / 0.45);
}
.hover\:border-s-gray-300\/5:hover {

    border-inline-start-color: rgb(209 213 219 / 0.05);
}
.hover\:border-s-gray-300\/50:hover {

    border-inline-start-color: rgb(209 213 219 / 0.5);
}
.hover\:border-s-gray-300\/55:hover {

    border-inline-start-color: rgb(209 213 219 / 0.55);
}
.hover\:border-s-gray-300\/60:hover {

    border-inline-start-color: rgb(209 213 219 / 0.6);
}
.hover\:border-s-gray-300\/65:hover {

    border-inline-start-color: rgb(209 213 219 / 0.65);
}
.hover\:border-s-gray-300\/70:hover {

    border-inline-start-color: rgb(209 213 219 / 0.7);
}
.hover\:border-s-gray-300\/75:hover {

    border-inline-start-color: rgb(209 213 219 / 0.75);
}
.hover\:border-s-gray-300\/80:hover {

    border-inline-start-color: rgb(209 213 219 / 0.8);
}
.hover\:border-s-gray-300\/85:hover {

    border-inline-start-color: rgb(209 213 219 / 0.85);
}
.hover\:border-s-gray-300\/90:hover {

    border-inline-start-color: rgb(209 213 219 / 0.9);
}
.hover\:border-s-gray-300\/95:hover {

    border-inline-start-color: rgb(209 213 219 / 0.95);
}
.hover\:border-s-gray-400:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-400\/0:hover {

    border-inline-start-color: rgb(156 163 175 / 0);
}
.hover\:border-s-gray-400\/10:hover {

    border-inline-start-color: rgb(156 163 175 / 0.1);
}
.hover\:border-s-gray-400\/100:hover {

    border-inline-start-color: rgb(156 163 175 / 1);
}
.hover\:border-s-gray-400\/15:hover {

    border-inline-start-color: rgb(156 163 175 / 0.15);
}
.hover\:border-s-gray-400\/20:hover {

    border-inline-start-color: rgb(156 163 175 / 0.2);
}
.hover\:border-s-gray-400\/25:hover {

    border-inline-start-color: rgb(156 163 175 / 0.25);
}
.hover\:border-s-gray-400\/30:hover {

    border-inline-start-color: rgb(156 163 175 / 0.3);
}
.hover\:border-s-gray-400\/35:hover {

    border-inline-start-color: rgb(156 163 175 / 0.35);
}
.hover\:border-s-gray-400\/40:hover {

    border-inline-start-color: rgb(156 163 175 / 0.4);
}
.hover\:border-s-gray-400\/45:hover {

    border-inline-start-color: rgb(156 163 175 / 0.45);
}
.hover\:border-s-gray-400\/5:hover {

    border-inline-start-color: rgb(156 163 175 / 0.05);
}
.hover\:border-s-gray-400\/50:hover {

    border-inline-start-color: rgb(156 163 175 / 0.5);
}
.hover\:border-s-gray-400\/55:hover {

    border-inline-start-color: rgb(156 163 175 / 0.55);
}
.hover\:border-s-gray-400\/60:hover {

    border-inline-start-color: rgb(156 163 175 / 0.6);
}
.hover\:border-s-gray-400\/65:hover {

    border-inline-start-color: rgb(156 163 175 / 0.65);
}
.hover\:border-s-gray-400\/70:hover {

    border-inline-start-color: rgb(156 163 175 / 0.7);
}
.hover\:border-s-gray-400\/75:hover {

    border-inline-start-color: rgb(156 163 175 / 0.75);
}
.hover\:border-s-gray-400\/80:hover {

    border-inline-start-color: rgb(156 163 175 / 0.8);
}
.hover\:border-s-gray-400\/85:hover {

    border-inline-start-color: rgb(156 163 175 / 0.85);
}
.hover\:border-s-gray-400\/90:hover {

    border-inline-start-color: rgb(156 163 175 / 0.9);
}
.hover\:border-s-gray-400\/95:hover {

    border-inline-start-color: rgb(156 163 175 / 0.95);
}
.hover\:border-s-gray-50:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-50\/0:hover {

    border-inline-start-color: rgb(249 250 251 / 0);
}
.hover\:border-s-gray-50\/10:hover {

    border-inline-start-color: rgb(249 250 251 / 0.1);
}
.hover\:border-s-gray-50\/100:hover {

    border-inline-start-color: rgb(249 250 251 / 1);
}
.hover\:border-s-gray-50\/15:hover {

    border-inline-start-color: rgb(249 250 251 / 0.15);
}
.hover\:border-s-gray-50\/20:hover {

    border-inline-start-color: rgb(249 250 251 / 0.2);
}
.hover\:border-s-gray-50\/25:hover {

    border-inline-start-color: rgb(249 250 251 / 0.25);
}
.hover\:border-s-gray-50\/30:hover {

    border-inline-start-color: rgb(249 250 251 / 0.3);
}
.hover\:border-s-gray-50\/35:hover {

    border-inline-start-color: rgb(249 250 251 / 0.35);
}
.hover\:border-s-gray-50\/40:hover {

    border-inline-start-color: rgb(249 250 251 / 0.4);
}
.hover\:border-s-gray-50\/45:hover {

    border-inline-start-color: rgb(249 250 251 / 0.45);
}
.hover\:border-s-gray-50\/5:hover {

    border-inline-start-color: rgb(249 250 251 / 0.05);
}
.hover\:border-s-gray-50\/50:hover {

    border-inline-start-color: rgb(249 250 251 / 0.5);
}
.hover\:border-s-gray-50\/55:hover {

    border-inline-start-color: rgb(249 250 251 / 0.55);
}
.hover\:border-s-gray-50\/60:hover {

    border-inline-start-color: rgb(249 250 251 / 0.6);
}
.hover\:border-s-gray-50\/65:hover {

    border-inline-start-color: rgb(249 250 251 / 0.65);
}
.hover\:border-s-gray-50\/70:hover {

    border-inline-start-color: rgb(249 250 251 / 0.7);
}
.hover\:border-s-gray-50\/75:hover {

    border-inline-start-color: rgb(249 250 251 / 0.75);
}
.hover\:border-s-gray-50\/80:hover {

    border-inline-start-color: rgb(249 250 251 / 0.8);
}
.hover\:border-s-gray-50\/85:hover {

    border-inline-start-color: rgb(249 250 251 / 0.85);
}
.hover\:border-s-gray-50\/90:hover {

    border-inline-start-color: rgb(249 250 251 / 0.9);
}
.hover\:border-s-gray-50\/95:hover {

    border-inline-start-color: rgb(249 250 251 / 0.95);
}
.hover\:border-s-gray-500:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-500\/0:hover {

    border-inline-start-color: rgb(107 114 128 / 0);
}
.hover\:border-s-gray-500\/10:hover {

    border-inline-start-color: rgb(107 114 128 / 0.1);
}
.hover\:border-s-gray-500\/100:hover {

    border-inline-start-color: rgb(107 114 128 / 1);
}
.hover\:border-s-gray-500\/15:hover {

    border-inline-start-color: rgb(107 114 128 / 0.15);
}
.hover\:border-s-gray-500\/20:hover {

    border-inline-start-color: rgb(107 114 128 / 0.2);
}
.hover\:border-s-gray-500\/25:hover {

    border-inline-start-color: rgb(107 114 128 / 0.25);
}
.hover\:border-s-gray-500\/30:hover {

    border-inline-start-color: rgb(107 114 128 / 0.3);
}
.hover\:border-s-gray-500\/35:hover {

    border-inline-start-color: rgb(107 114 128 / 0.35);
}
.hover\:border-s-gray-500\/40:hover {

    border-inline-start-color: rgb(107 114 128 / 0.4);
}
.hover\:border-s-gray-500\/45:hover {

    border-inline-start-color: rgb(107 114 128 / 0.45);
}
.hover\:border-s-gray-500\/5:hover {

    border-inline-start-color: rgb(107 114 128 / 0.05);
}
.hover\:border-s-gray-500\/50:hover {

    border-inline-start-color: rgb(107 114 128 / 0.5);
}
.hover\:border-s-gray-500\/55:hover {

    border-inline-start-color: rgb(107 114 128 / 0.55);
}
.hover\:border-s-gray-500\/60:hover {

    border-inline-start-color: rgb(107 114 128 / 0.6);
}
.hover\:border-s-gray-500\/65:hover {

    border-inline-start-color: rgb(107 114 128 / 0.65);
}
.hover\:border-s-gray-500\/70:hover {

    border-inline-start-color: rgb(107 114 128 / 0.7);
}
.hover\:border-s-gray-500\/75:hover {

    border-inline-start-color: rgb(107 114 128 / 0.75);
}
.hover\:border-s-gray-500\/80:hover {

    border-inline-start-color: rgb(107 114 128 / 0.8);
}
.hover\:border-s-gray-500\/85:hover {

    border-inline-start-color: rgb(107 114 128 / 0.85);
}
.hover\:border-s-gray-500\/90:hover {

    border-inline-start-color: rgb(107 114 128 / 0.9);
}
.hover\:border-s-gray-500\/95:hover {

    border-inline-start-color: rgb(107 114 128 / 0.95);
}
.hover\:border-s-gray-600:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-600\/0:hover {

    border-inline-start-color: rgb(75 85 99 / 0);
}
.hover\:border-s-gray-600\/10:hover {

    border-inline-start-color: rgb(75 85 99 / 0.1);
}
.hover\:border-s-gray-600\/100:hover {

    border-inline-start-color: rgb(75 85 99 / 1);
}
.hover\:border-s-gray-600\/15:hover {

    border-inline-start-color: rgb(75 85 99 / 0.15);
}
.hover\:border-s-gray-600\/20:hover {

    border-inline-start-color: rgb(75 85 99 / 0.2);
}
.hover\:border-s-gray-600\/25:hover {

    border-inline-start-color: rgb(75 85 99 / 0.25);
}
.hover\:border-s-gray-600\/30:hover {

    border-inline-start-color: rgb(75 85 99 / 0.3);
}
.hover\:border-s-gray-600\/35:hover {

    border-inline-start-color: rgb(75 85 99 / 0.35);
}
.hover\:border-s-gray-600\/40:hover {

    border-inline-start-color: rgb(75 85 99 / 0.4);
}
.hover\:border-s-gray-600\/45:hover {

    border-inline-start-color: rgb(75 85 99 / 0.45);
}
.hover\:border-s-gray-600\/5:hover {

    border-inline-start-color: rgb(75 85 99 / 0.05);
}
.hover\:border-s-gray-600\/50:hover {

    border-inline-start-color: rgb(75 85 99 / 0.5);
}
.hover\:border-s-gray-600\/55:hover {

    border-inline-start-color: rgb(75 85 99 / 0.55);
}
.hover\:border-s-gray-600\/60:hover {

    border-inline-start-color: rgb(75 85 99 / 0.6);
}
.hover\:border-s-gray-600\/65:hover {

    border-inline-start-color: rgb(75 85 99 / 0.65);
}
.hover\:border-s-gray-600\/70:hover {

    border-inline-start-color: rgb(75 85 99 / 0.7);
}
.hover\:border-s-gray-600\/75:hover {

    border-inline-start-color: rgb(75 85 99 / 0.75);
}
.hover\:border-s-gray-600\/80:hover {

    border-inline-start-color: rgb(75 85 99 / 0.8);
}
.hover\:border-s-gray-600\/85:hover {

    border-inline-start-color: rgb(75 85 99 / 0.85);
}
.hover\:border-s-gray-600\/90:hover {

    border-inline-start-color: rgb(75 85 99 / 0.9);
}
.hover\:border-s-gray-600\/95:hover {

    border-inline-start-color: rgb(75 85 99 / 0.95);
}
.hover\:border-s-gray-700:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-700\/0:hover {

    border-inline-start-color: rgb(55 65 81 / 0);
}
.hover\:border-s-gray-700\/10:hover {

    border-inline-start-color: rgb(55 65 81 / 0.1);
}
.hover\:border-s-gray-700\/100:hover {

    border-inline-start-color: rgb(55 65 81 / 1);
}
.hover\:border-s-gray-700\/15:hover {

    border-inline-start-color: rgb(55 65 81 / 0.15);
}
.hover\:border-s-gray-700\/20:hover {

    border-inline-start-color: rgb(55 65 81 / 0.2);
}
.hover\:border-s-gray-700\/25:hover {

    border-inline-start-color: rgb(55 65 81 / 0.25);
}
.hover\:border-s-gray-700\/30:hover {

    border-inline-start-color: rgb(55 65 81 / 0.3);
}
.hover\:border-s-gray-700\/35:hover {

    border-inline-start-color: rgb(55 65 81 / 0.35);
}
.hover\:border-s-gray-700\/40:hover {

    border-inline-start-color: rgb(55 65 81 / 0.4);
}
.hover\:border-s-gray-700\/45:hover {

    border-inline-start-color: rgb(55 65 81 / 0.45);
}
.hover\:border-s-gray-700\/5:hover {

    border-inline-start-color: rgb(55 65 81 / 0.05);
}
.hover\:border-s-gray-700\/50:hover {

    border-inline-start-color: rgb(55 65 81 / 0.5);
}
.hover\:border-s-gray-700\/55:hover {

    border-inline-start-color: rgb(55 65 81 / 0.55);
}
.hover\:border-s-gray-700\/60:hover {

    border-inline-start-color: rgb(55 65 81 / 0.6);
}
.hover\:border-s-gray-700\/65:hover {

    border-inline-start-color: rgb(55 65 81 / 0.65);
}
.hover\:border-s-gray-700\/70:hover {

    border-inline-start-color: rgb(55 65 81 / 0.7);
}
.hover\:border-s-gray-700\/75:hover {

    border-inline-start-color: rgb(55 65 81 / 0.75);
}
.hover\:border-s-gray-700\/80:hover {

    border-inline-start-color: rgb(55 65 81 / 0.8);
}
.hover\:border-s-gray-700\/85:hover {

    border-inline-start-color: rgb(55 65 81 / 0.85);
}
.hover\:border-s-gray-700\/90:hover {

    border-inline-start-color: rgb(55 65 81 / 0.9);
}
.hover\:border-s-gray-700\/95:hover {

    border-inline-start-color: rgb(55 65 81 / 0.95);
}
.hover\:border-s-gray-800:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-800\/0:hover {

    border-inline-start-color: rgb(31 41 55 / 0);
}
.hover\:border-s-gray-800\/10:hover {

    border-inline-start-color: rgb(31 41 55 / 0.1);
}
.hover\:border-s-gray-800\/100:hover {

    border-inline-start-color: rgb(31 41 55 / 1);
}
.hover\:border-s-gray-800\/15:hover {

    border-inline-start-color: rgb(31 41 55 / 0.15);
}
.hover\:border-s-gray-800\/20:hover {

    border-inline-start-color: rgb(31 41 55 / 0.2);
}
.hover\:border-s-gray-800\/25:hover {

    border-inline-start-color: rgb(31 41 55 / 0.25);
}
.hover\:border-s-gray-800\/30:hover {

    border-inline-start-color: rgb(31 41 55 / 0.3);
}
.hover\:border-s-gray-800\/35:hover {

    border-inline-start-color: rgb(31 41 55 / 0.35);
}
.hover\:border-s-gray-800\/40:hover {

    border-inline-start-color: rgb(31 41 55 / 0.4);
}
.hover\:border-s-gray-800\/45:hover {

    border-inline-start-color: rgb(31 41 55 / 0.45);
}
.hover\:border-s-gray-800\/5:hover {

    border-inline-start-color: rgb(31 41 55 / 0.05);
}
.hover\:border-s-gray-800\/50:hover {

    border-inline-start-color: rgb(31 41 55 / 0.5);
}
.hover\:border-s-gray-800\/55:hover {

    border-inline-start-color: rgb(31 41 55 / 0.55);
}
.hover\:border-s-gray-800\/60:hover {

    border-inline-start-color: rgb(31 41 55 / 0.6);
}
.hover\:border-s-gray-800\/65:hover {

    border-inline-start-color: rgb(31 41 55 / 0.65);
}
.hover\:border-s-gray-800\/70:hover {

    border-inline-start-color: rgb(31 41 55 / 0.7);
}
.hover\:border-s-gray-800\/75:hover {

    border-inline-start-color: rgb(31 41 55 / 0.75);
}
.hover\:border-s-gray-800\/80:hover {

    border-inline-start-color: rgb(31 41 55 / 0.8);
}
.hover\:border-s-gray-800\/85:hover {

    border-inline-start-color: rgb(31 41 55 / 0.85);
}
.hover\:border-s-gray-800\/90:hover {

    border-inline-start-color: rgb(31 41 55 / 0.9);
}
.hover\:border-s-gray-800\/95:hover {

    border-inline-start-color: rgb(31 41 55 / 0.95);
}
.hover\:border-s-gray-900:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-900\/0:hover {

    border-inline-start-color: rgb(17 24 39 / 0);
}
.hover\:border-s-gray-900\/10:hover {

    border-inline-start-color: rgb(17 24 39 / 0.1);
}
.hover\:border-s-gray-900\/100:hover {

    border-inline-start-color: rgb(17 24 39 / 1);
}
.hover\:border-s-gray-900\/15:hover {

    border-inline-start-color: rgb(17 24 39 / 0.15);
}
.hover\:border-s-gray-900\/20:hover {

    border-inline-start-color: rgb(17 24 39 / 0.2);
}
.hover\:border-s-gray-900\/25:hover {

    border-inline-start-color: rgb(17 24 39 / 0.25);
}
.hover\:border-s-gray-900\/30:hover {

    border-inline-start-color: rgb(17 24 39 / 0.3);
}
.hover\:border-s-gray-900\/35:hover {

    border-inline-start-color: rgb(17 24 39 / 0.35);
}
.hover\:border-s-gray-900\/40:hover {

    border-inline-start-color: rgb(17 24 39 / 0.4);
}
.hover\:border-s-gray-900\/45:hover {

    border-inline-start-color: rgb(17 24 39 / 0.45);
}
.hover\:border-s-gray-900\/5:hover {

    border-inline-start-color: rgb(17 24 39 / 0.05);
}
.hover\:border-s-gray-900\/50:hover {

    border-inline-start-color: rgb(17 24 39 / 0.5);
}
.hover\:border-s-gray-900\/55:hover {

    border-inline-start-color: rgb(17 24 39 / 0.55);
}
.hover\:border-s-gray-900\/60:hover {

    border-inline-start-color: rgb(17 24 39 / 0.6);
}
.hover\:border-s-gray-900\/65:hover {

    border-inline-start-color: rgb(17 24 39 / 0.65);
}
.hover\:border-s-gray-900\/70:hover {

    border-inline-start-color: rgb(17 24 39 / 0.7);
}
.hover\:border-s-gray-900\/75:hover {

    border-inline-start-color: rgb(17 24 39 / 0.75);
}
.hover\:border-s-gray-900\/80:hover {

    border-inline-start-color: rgb(17 24 39 / 0.8);
}
.hover\:border-s-gray-900\/85:hover {

    border-inline-start-color: rgb(17 24 39 / 0.85);
}
.hover\:border-s-gray-900\/90:hover {

    border-inline-start-color: rgb(17 24 39 / 0.9);
}
.hover\:border-s-gray-900\/95:hover {

    border-inline-start-color: rgb(17 24 39 / 0.95);
}
.hover\:border-s-gray-950:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-950\/0:hover {

    border-inline-start-color: rgb(3 7 18 / 0);
}
.hover\:border-s-gray-950\/10:hover {

    border-inline-start-color: rgb(3 7 18 / 0.1);
}
.hover\:border-s-gray-950\/100:hover {

    border-inline-start-color: rgb(3 7 18 / 1);
}
.hover\:border-s-gray-950\/15:hover {

    border-inline-start-color: rgb(3 7 18 / 0.15);
}
.hover\:border-s-gray-950\/20:hover {

    border-inline-start-color: rgb(3 7 18 / 0.2);
}
.hover\:border-s-gray-950\/25:hover {

    border-inline-start-color: rgb(3 7 18 / 0.25);
}
.hover\:border-s-gray-950\/30:hover {

    border-inline-start-color: rgb(3 7 18 / 0.3);
}
.hover\:border-s-gray-950\/35:hover {

    border-inline-start-color: rgb(3 7 18 / 0.35);
}
.hover\:border-s-gray-950\/40:hover {

    border-inline-start-color: rgb(3 7 18 / 0.4);
}
.hover\:border-s-gray-950\/45:hover {

    border-inline-start-color: rgb(3 7 18 / 0.45);
}
.hover\:border-s-gray-950\/5:hover {

    border-inline-start-color: rgb(3 7 18 / 0.05);
}
.hover\:border-s-gray-950\/50:hover {

    border-inline-start-color: rgb(3 7 18 / 0.5);
}
.hover\:border-s-gray-950\/55:hover {

    border-inline-start-color: rgb(3 7 18 / 0.55);
}
.hover\:border-s-gray-950\/60:hover {

    border-inline-start-color: rgb(3 7 18 / 0.6);
}
.hover\:border-s-gray-950\/65:hover {

    border-inline-start-color: rgb(3 7 18 / 0.65);
}
.hover\:border-s-gray-950\/70:hover {

    border-inline-start-color: rgb(3 7 18 / 0.7);
}
.hover\:border-s-gray-950\/75:hover {

    border-inline-start-color: rgb(3 7 18 / 0.75);
}
.hover\:border-s-gray-950\/80:hover {

    border-inline-start-color: rgb(3 7 18 / 0.8);
}
.hover\:border-s-gray-950\/85:hover {

    border-inline-start-color: rgb(3 7 18 / 0.85);
}
.hover\:border-s-gray-950\/90:hover {

    border-inline-start-color: rgb(3 7 18 / 0.9);
}
.hover\:border-s-gray-950\/95:hover {

    border-inline-start-color: rgb(3 7 18 / 0.95);
}
.hover\:border-s-inherit:hover {

    border-inline-start-color: inherit;
}
.hover\:border-s-primary:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-dark:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-dark\/0:hover {

    border-inline-start-color: rgb(26 88 121 / 0);
}
.hover\:border-s-primary-dark\/10:hover {

    border-inline-start-color: rgb(26 88 121 / 0.1);
}
.hover\:border-s-primary-dark\/100:hover {

    border-inline-start-color: rgb(26 88 121 / 1);
}
.hover\:border-s-primary-dark\/15:hover {

    border-inline-start-color: rgb(26 88 121 / 0.15);
}
.hover\:border-s-primary-dark\/20:hover {

    border-inline-start-color: rgb(26 88 121 / 0.2);
}
.hover\:border-s-primary-dark\/25:hover {

    border-inline-start-color: rgb(26 88 121 / 0.25);
}
.hover\:border-s-primary-dark\/30:hover {

    border-inline-start-color: rgb(26 88 121 / 0.3);
}
.hover\:border-s-primary-dark\/35:hover {

    border-inline-start-color: rgb(26 88 121 / 0.35);
}
.hover\:border-s-primary-dark\/40:hover {

    border-inline-start-color: rgb(26 88 121 / 0.4);
}
.hover\:border-s-primary-dark\/45:hover {

    border-inline-start-color: rgb(26 88 121 / 0.45);
}
.hover\:border-s-primary-dark\/5:hover {

    border-inline-start-color: rgb(26 88 121 / 0.05);
}
.hover\:border-s-primary-dark\/50:hover {

    border-inline-start-color: rgb(26 88 121 / 0.5);
}
.hover\:border-s-primary-dark\/55:hover {

    border-inline-start-color: rgb(26 88 121 / 0.55);
}
.hover\:border-s-primary-dark\/60:hover {

    border-inline-start-color: rgb(26 88 121 / 0.6);
}
.hover\:border-s-primary-dark\/65:hover {

    border-inline-start-color: rgb(26 88 121 / 0.65);
}
.hover\:border-s-primary-dark\/70:hover {

    border-inline-start-color: rgb(26 88 121 / 0.7);
}
.hover\:border-s-primary-dark\/75:hover {

    border-inline-start-color: rgb(26 88 121 / 0.75);
}
.hover\:border-s-primary-dark\/80:hover {

    border-inline-start-color: rgb(26 88 121 / 0.8);
}
.hover\:border-s-primary-dark\/85:hover {

    border-inline-start-color: rgb(26 88 121 / 0.85);
}
.hover\:border-s-primary-dark\/90:hover {

    border-inline-start-color: rgb(26 88 121 / 0.9);
}
.hover\:border-s-primary-dark\/95:hover {

    border-inline-start-color: rgb(26 88 121 / 0.95);
}
.hover\:border-s-primary-light:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-light\/0:hover {

    border-inline-start-color: rgb(85 154 193 / 0);
}
.hover\:border-s-primary-light\/10:hover {

    border-inline-start-color: rgb(85 154 193 / 0.1);
}
.hover\:border-s-primary-light\/100:hover {

    border-inline-start-color: rgb(85 154 193 / 1);
}
.hover\:border-s-primary-light\/15:hover {

    border-inline-start-color: rgb(85 154 193 / 0.15);
}
.hover\:border-s-primary-light\/20:hover {

    border-inline-start-color: rgb(85 154 193 / 0.2);
}
.hover\:border-s-primary-light\/25:hover {

    border-inline-start-color: rgb(85 154 193 / 0.25);
}
.hover\:border-s-primary-light\/30:hover {

    border-inline-start-color: rgb(85 154 193 / 0.3);
}
.hover\:border-s-primary-light\/35:hover {

    border-inline-start-color: rgb(85 154 193 / 0.35);
}
.hover\:border-s-primary-light\/40:hover {

    border-inline-start-color: rgb(85 154 193 / 0.4);
}
.hover\:border-s-primary-light\/45:hover {

    border-inline-start-color: rgb(85 154 193 / 0.45);
}
.hover\:border-s-primary-light\/5:hover {

    border-inline-start-color: rgb(85 154 193 / 0.05);
}
.hover\:border-s-primary-light\/50:hover {

    border-inline-start-color: rgb(85 154 193 / 0.5);
}
.hover\:border-s-primary-light\/55:hover {

    border-inline-start-color: rgb(85 154 193 / 0.55);
}
.hover\:border-s-primary-light\/60:hover {

    border-inline-start-color: rgb(85 154 193 / 0.6);
}
.hover\:border-s-primary-light\/65:hover {

    border-inline-start-color: rgb(85 154 193 / 0.65);
}
.hover\:border-s-primary-light\/70:hover {

    border-inline-start-color: rgb(85 154 193 / 0.7);
}
.hover\:border-s-primary-light\/75:hover {

    border-inline-start-color: rgb(85 154 193 / 0.75);
}
.hover\:border-s-primary-light\/80:hover {

    border-inline-start-color: rgb(85 154 193 / 0.8);
}
.hover\:border-s-primary-light\/85:hover {

    border-inline-start-color: rgb(85 154 193 / 0.85);
}
.hover\:border-s-primary-light\/90:hover {

    border-inline-start-color: rgb(85 154 193 / 0.9);
}
.hover\:border-s-primary-light\/95:hover {

    border-inline-start-color: rgb(85 154 193 / 0.95);
}
.hover\:border-s-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-lighter\/0:hover {

    border-inline-start-color: rgb(115 177 212 / 0);
}
.hover\:border-s-primary-lighter\/10:hover {

    border-inline-start-color: rgb(115 177 212 / 0.1);
}
.hover\:border-s-primary-lighter\/100:hover {

    border-inline-start-color: rgb(115 177 212 / 1);
}
.hover\:border-s-primary-lighter\/15:hover {

    border-inline-start-color: rgb(115 177 212 / 0.15);
}
.hover\:border-s-primary-lighter\/20:hover {

    border-inline-start-color: rgb(115 177 212 / 0.2);
}
.hover\:border-s-primary-lighter\/25:hover {

    border-inline-start-color: rgb(115 177 212 / 0.25);
}
.hover\:border-s-primary-lighter\/30:hover {

    border-inline-start-color: rgb(115 177 212 / 0.3);
}
.hover\:border-s-primary-lighter\/35:hover {

    border-inline-start-color: rgb(115 177 212 / 0.35);
}
.hover\:border-s-primary-lighter\/40:hover {

    border-inline-start-color: rgb(115 177 212 / 0.4);
}
.hover\:border-s-primary-lighter\/45:hover {

    border-inline-start-color: rgb(115 177 212 / 0.45);
}
.hover\:border-s-primary-lighter\/5:hover {

    border-inline-start-color: rgb(115 177 212 / 0.05);
}
.hover\:border-s-primary-lighter\/50:hover {

    border-inline-start-color: rgb(115 177 212 / 0.5);
}
.hover\:border-s-primary-lighter\/55:hover {

    border-inline-start-color: rgb(115 177 212 / 0.55);
}
.hover\:border-s-primary-lighter\/60:hover {

    border-inline-start-color: rgb(115 177 212 / 0.6);
}
.hover\:border-s-primary-lighter\/65:hover {

    border-inline-start-color: rgb(115 177 212 / 0.65);
}
.hover\:border-s-primary-lighter\/70:hover {

    border-inline-start-color: rgb(115 177 212 / 0.7);
}
.hover\:border-s-primary-lighter\/75:hover {

    border-inline-start-color: rgb(115 177 212 / 0.75);
}
.hover\:border-s-primary-lighter\/80:hover {

    border-inline-start-color: rgb(115 177 212 / 0.8);
}
.hover\:border-s-primary-lighter\/85:hover {

    border-inline-start-color: rgb(115 177 212 / 0.85);
}
.hover\:border-s-primary-lighter\/90:hover {

    border-inline-start-color: rgb(115 177 212 / 0.9);
}
.hover\:border-s-primary-lighter\/95:hover {

    border-inline-start-color: rgb(115 177 212 / 0.95);
}
.hover\:border-s-primary\/0:hover {

    border-inline-start-color: rgb(52 114 147 / 0);
}
.hover\:border-s-primary\/10:hover {

    border-inline-start-color: rgb(52 114 147 / 0.1);
}
.hover\:border-s-primary\/100:hover {

    border-inline-start-color: rgb(52 114 147 / 1);
}
.hover\:border-s-primary\/15:hover {

    border-inline-start-color: rgb(52 114 147 / 0.15);
}
.hover\:border-s-primary\/20:hover {

    border-inline-start-color: rgb(52 114 147 / 0.2);
}
.hover\:border-s-primary\/25:hover {

    border-inline-start-color: rgb(52 114 147 / 0.25);
}
.hover\:border-s-primary\/30:hover {

    border-inline-start-color: rgb(52 114 147 / 0.3);
}
.hover\:border-s-primary\/35:hover {

    border-inline-start-color: rgb(52 114 147 / 0.35);
}
.hover\:border-s-primary\/40:hover {

    border-inline-start-color: rgb(52 114 147 / 0.4);
}
.hover\:border-s-primary\/45:hover {

    border-inline-start-color: rgb(52 114 147 / 0.45);
}
.hover\:border-s-primary\/5:hover {

    border-inline-start-color: rgb(52 114 147 / 0.05);
}
.hover\:border-s-primary\/50:hover {

    border-inline-start-color: rgb(52 114 147 / 0.5);
}
.hover\:border-s-primary\/55:hover {

    border-inline-start-color: rgb(52 114 147 / 0.55);
}
.hover\:border-s-primary\/60:hover {

    border-inline-start-color: rgb(52 114 147 / 0.6);
}
.hover\:border-s-primary\/65:hover {

    border-inline-start-color: rgb(52 114 147 / 0.65);
}
.hover\:border-s-primary\/70:hover {

    border-inline-start-color: rgb(52 114 147 / 0.7);
}
.hover\:border-s-primary\/75:hover {

    border-inline-start-color: rgb(52 114 147 / 0.75);
}
.hover\:border-s-primary\/80:hover {

    border-inline-start-color: rgb(52 114 147 / 0.8);
}
.hover\:border-s-primary\/85:hover {

    border-inline-start-color: rgb(52 114 147 / 0.85);
}
.hover\:border-s-primary\/90:hover {

    border-inline-start-color: rgb(52 114 147 / 0.9);
}
.hover\:border-s-primary\/95:hover {

    border-inline-start-color: rgb(52 114 147 / 0.95);
}
.hover\:border-s-secondary:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-dark\/0:hover {

    border-inline-start-color: rgb(226 207 188 / 0);
}
.hover\:border-s-secondary-dark\/10:hover {

    border-inline-start-color: rgb(226 207 188 / 0.1);
}
.hover\:border-s-secondary-dark\/100:hover {

    border-inline-start-color: rgb(226 207 188 / 1);
}
.hover\:border-s-secondary-dark\/15:hover {

    border-inline-start-color: rgb(226 207 188 / 0.15);
}
.hover\:border-s-secondary-dark\/20:hover {

    border-inline-start-color: rgb(226 207 188 / 0.2);
}
.hover\:border-s-secondary-dark\/25:hover {

    border-inline-start-color: rgb(226 207 188 / 0.25);
}
.hover\:border-s-secondary-dark\/30:hover {

    border-inline-start-color: rgb(226 207 188 / 0.3);
}
.hover\:border-s-secondary-dark\/35:hover {

    border-inline-start-color: rgb(226 207 188 / 0.35);
}
.hover\:border-s-secondary-dark\/40:hover {

    border-inline-start-color: rgb(226 207 188 / 0.4);
}
.hover\:border-s-secondary-dark\/45:hover {

    border-inline-start-color: rgb(226 207 188 / 0.45);
}
.hover\:border-s-secondary-dark\/5:hover {

    border-inline-start-color: rgb(226 207 188 / 0.05);
}
.hover\:border-s-secondary-dark\/50:hover {

    border-inline-start-color: rgb(226 207 188 / 0.5);
}
.hover\:border-s-secondary-dark\/55:hover {

    border-inline-start-color: rgb(226 207 188 / 0.55);
}
.hover\:border-s-secondary-dark\/60:hover {

    border-inline-start-color: rgb(226 207 188 / 0.6);
}
.hover\:border-s-secondary-dark\/65:hover {

    border-inline-start-color: rgb(226 207 188 / 0.65);
}
.hover\:border-s-secondary-dark\/70:hover {

    border-inline-start-color: rgb(226 207 188 / 0.7);
}
.hover\:border-s-secondary-dark\/75:hover {

    border-inline-start-color: rgb(226 207 188 / 0.75);
}
.hover\:border-s-secondary-dark\/80:hover {

    border-inline-start-color: rgb(226 207 188 / 0.8);
}
.hover\:border-s-secondary-dark\/85:hover {

    border-inline-start-color: rgb(226 207 188 / 0.85);
}
.hover\:border-s-secondary-dark\/90:hover {

    border-inline-start-color: rgb(226 207 188 / 0.9);
}
.hover\:border-s-secondary-dark\/95:hover {

    border-inline-start-color: rgb(226 207 188 / 0.95);
}
.hover\:border-s-secondary-light:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-light\/0:hover {

    border-inline-start-color: rgb(254 250 247 / 0);
}
.hover\:border-s-secondary-light\/10:hover {

    border-inline-start-color: rgb(254 250 247 / 0.1);
}
.hover\:border-s-secondary-light\/100:hover {

    border-inline-start-color: rgb(254 250 247 / 1);
}
.hover\:border-s-secondary-light\/15:hover {

    border-inline-start-color: rgb(254 250 247 / 0.15);
}
.hover\:border-s-secondary-light\/20:hover {

    border-inline-start-color: rgb(254 250 247 / 0.2);
}
.hover\:border-s-secondary-light\/25:hover {

    border-inline-start-color: rgb(254 250 247 / 0.25);
}
.hover\:border-s-secondary-light\/30:hover {

    border-inline-start-color: rgb(254 250 247 / 0.3);
}
.hover\:border-s-secondary-light\/35:hover {

    border-inline-start-color: rgb(254 250 247 / 0.35);
}
.hover\:border-s-secondary-light\/40:hover {

    border-inline-start-color: rgb(254 250 247 / 0.4);
}
.hover\:border-s-secondary-light\/45:hover {

    border-inline-start-color: rgb(254 250 247 / 0.45);
}
.hover\:border-s-secondary-light\/5:hover {

    border-inline-start-color: rgb(254 250 247 / 0.05);
}
.hover\:border-s-secondary-light\/50:hover {

    border-inline-start-color: rgb(254 250 247 / 0.5);
}
.hover\:border-s-secondary-light\/55:hover {

    border-inline-start-color: rgb(254 250 247 / 0.55);
}
.hover\:border-s-secondary-light\/60:hover {

    border-inline-start-color: rgb(254 250 247 / 0.6);
}
.hover\:border-s-secondary-light\/65:hover {

    border-inline-start-color: rgb(254 250 247 / 0.65);
}
.hover\:border-s-secondary-light\/70:hover {

    border-inline-start-color: rgb(254 250 247 / 0.7);
}
.hover\:border-s-secondary-light\/75:hover {

    border-inline-start-color: rgb(254 250 247 / 0.75);
}
.hover\:border-s-secondary-light\/80:hover {

    border-inline-start-color: rgb(254 250 247 / 0.8);
}
.hover\:border-s-secondary-light\/85:hover {

    border-inline-start-color: rgb(254 250 247 / 0.85);
}
.hover\:border-s-secondary-light\/90:hover {

    border-inline-start-color: rgb(254 250 247 / 0.9);
}
.hover\:border-s-secondary-light\/95:hover {

    border-inline-start-color: rgb(254 250 247 / 0.95);
}
.hover\:border-s-secondary\/0:hover {

    border-inline-start-color: rgb(243 234 225 / 0);
}
.hover\:border-s-secondary\/10:hover {

    border-inline-start-color: rgb(243 234 225 / 0.1);
}
.hover\:border-s-secondary\/100:hover {

    border-inline-start-color: rgb(243 234 225 / 1);
}
.hover\:border-s-secondary\/15:hover {

    border-inline-start-color: rgb(243 234 225 / 0.15);
}
.hover\:border-s-secondary\/20:hover {

    border-inline-start-color: rgb(243 234 225 / 0.2);
}
.hover\:border-s-secondary\/25:hover {

    border-inline-start-color: rgb(243 234 225 / 0.25);
}
.hover\:border-s-secondary\/30:hover {

    border-inline-start-color: rgb(243 234 225 / 0.3);
}
.hover\:border-s-secondary\/35:hover {

    border-inline-start-color: rgb(243 234 225 / 0.35);
}
.hover\:border-s-secondary\/40:hover {

    border-inline-start-color: rgb(243 234 225 / 0.4);
}
.hover\:border-s-secondary\/45:hover {

    border-inline-start-color: rgb(243 234 225 / 0.45);
}
.hover\:border-s-secondary\/5:hover {

    border-inline-start-color: rgb(243 234 225 / 0.05);
}
.hover\:border-s-secondary\/50:hover {

    border-inline-start-color: rgb(243 234 225 / 0.5);
}
.hover\:border-s-secondary\/55:hover {

    border-inline-start-color: rgb(243 234 225 / 0.55);
}
.hover\:border-s-secondary\/60:hover {

    border-inline-start-color: rgb(243 234 225 / 0.6);
}
.hover\:border-s-secondary\/65:hover {

    border-inline-start-color: rgb(243 234 225 / 0.65);
}
.hover\:border-s-secondary\/70:hover {

    border-inline-start-color: rgb(243 234 225 / 0.7);
}
.hover\:border-s-secondary\/75:hover {

    border-inline-start-color: rgb(243 234 225 / 0.75);
}
.hover\:border-s-secondary\/80:hover {

    border-inline-start-color: rgb(243 234 225 / 0.8);
}
.hover\:border-s-secondary\/85:hover {

    border-inline-start-color: rgb(243 234 225 / 0.85);
}
.hover\:border-s-secondary\/90:hover {

    border-inline-start-color: rgb(243 234 225 / 0.9);
}
.hover\:border-s-secondary\/95:hover {

    border-inline-start-color: rgb(243 234 225 / 0.95);
}
.hover\:border-s-transparent:hover {

    border-inline-start-color: transparent;
}
.hover\:border-s-transparent\/0:hover {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.hover\:border-s-transparent\/10:hover {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.hover\:border-s-transparent\/100:hover {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.hover\:border-s-transparent\/15:hover {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.hover\:border-s-transparent\/20:hover {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.hover\:border-s-transparent\/25:hover {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.hover\:border-s-transparent\/30:hover {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.hover\:border-s-transparent\/35:hover {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.hover\:border-s-transparent\/40:hover {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.hover\:border-s-transparent\/45:hover {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.hover\:border-s-transparent\/5:hover {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.hover\:border-s-transparent\/50:hover {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.hover\:border-s-transparent\/55:hover {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.hover\:border-s-transparent\/60:hover {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.hover\:border-s-transparent\/65:hover {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.hover\:border-s-transparent\/70:hover {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.hover\:border-s-transparent\/75:hover {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.hover\:border-s-transparent\/80:hover {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.hover\:border-s-transparent\/85:hover {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.hover\:border-s-transparent\/90:hover {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.hover\:border-s-transparent\/95:hover {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.hover\:border-s-white:hover {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-s-white\/0:hover {

    border-inline-start-color: rgb(255 255 255 / 0);
}
.hover\:border-s-white\/10:hover {

    border-inline-start-color: rgb(255 255 255 / 0.1);
}
.hover\:border-s-white\/100:hover {

    border-inline-start-color: rgb(255 255 255 / 1);
}
.hover\:border-s-white\/15:hover {

    border-inline-start-color: rgb(255 255 255 / 0.15);
}
.hover\:border-s-white\/20:hover {

    border-inline-start-color: rgb(255 255 255 / 0.2);
}
.hover\:border-s-white\/25:hover {

    border-inline-start-color: rgb(255 255 255 / 0.25);
}
.hover\:border-s-white\/30:hover {

    border-inline-start-color: rgb(255 255 255 / 0.3);
}
.hover\:border-s-white\/35:hover {

    border-inline-start-color: rgb(255 255 255 / 0.35);
}
.hover\:border-s-white\/40:hover {

    border-inline-start-color: rgb(255 255 255 / 0.4);
}
.hover\:border-s-white\/45:hover {

    border-inline-start-color: rgb(255 255 255 / 0.45);
}
.hover\:border-s-white\/5:hover {

    border-inline-start-color: rgb(255 255 255 / 0.05);
}
.hover\:border-s-white\/50:hover {

    border-inline-start-color: rgb(255 255 255 / 0.5);
}
.hover\:border-s-white\/55:hover {

    border-inline-start-color: rgb(255 255 255 / 0.55);
}
.hover\:border-s-white\/60:hover {

    border-inline-start-color: rgb(255 255 255 / 0.6);
}
.hover\:border-s-white\/65:hover {

    border-inline-start-color: rgb(255 255 255 / 0.65);
}
.hover\:border-s-white\/70:hover {

    border-inline-start-color: rgb(255 255 255 / 0.7);
}
.hover\:border-s-white\/75:hover {

    border-inline-start-color: rgb(255 255 255 / 0.75);
}
.hover\:border-s-white\/80:hover {

    border-inline-start-color: rgb(255 255 255 / 0.8);
}
.hover\:border-s-white\/85:hover {

    border-inline-start-color: rgb(255 255 255 / 0.85);
}
.hover\:border-s-white\/90:hover {

    border-inline-start-color: rgb(255 255 255 / 0.9);
}
.hover\:border-s-white\/95:hover {

    border-inline-start-color: rgb(255 255 255 / 0.95);
}
.hover\:border-t-accent:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-dark\/0:hover {

    border-top-color: rgb(225 114 45 / 0);
}
.hover\:border-t-accent-dark\/10:hover {

    border-top-color: rgb(225 114 45 / 0.1);
}
.hover\:border-t-accent-dark\/100:hover {

    border-top-color: rgb(225 114 45 / 1);
}
.hover\:border-t-accent-dark\/15:hover {

    border-top-color: rgb(225 114 45 / 0.15);
}
.hover\:border-t-accent-dark\/20:hover {

    border-top-color: rgb(225 114 45 / 0.2);
}
.hover\:border-t-accent-dark\/25:hover {

    border-top-color: rgb(225 114 45 / 0.25);
}
.hover\:border-t-accent-dark\/30:hover {

    border-top-color: rgb(225 114 45 / 0.3);
}
.hover\:border-t-accent-dark\/35:hover {

    border-top-color: rgb(225 114 45 / 0.35);
}
.hover\:border-t-accent-dark\/40:hover {

    border-top-color: rgb(225 114 45 / 0.4);
}
.hover\:border-t-accent-dark\/45:hover {

    border-top-color: rgb(225 114 45 / 0.45);
}
.hover\:border-t-accent-dark\/5:hover {

    border-top-color: rgb(225 114 45 / 0.05);
}
.hover\:border-t-accent-dark\/50:hover {

    border-top-color: rgb(225 114 45 / 0.5);
}
.hover\:border-t-accent-dark\/55:hover {

    border-top-color: rgb(225 114 45 / 0.55);
}
.hover\:border-t-accent-dark\/60:hover {

    border-top-color: rgb(225 114 45 / 0.6);
}
.hover\:border-t-accent-dark\/65:hover {

    border-top-color: rgb(225 114 45 / 0.65);
}
.hover\:border-t-accent-dark\/70:hover {

    border-top-color: rgb(225 114 45 / 0.7);
}
.hover\:border-t-accent-dark\/75:hover {

    border-top-color: rgb(225 114 45 / 0.75);
}
.hover\:border-t-accent-dark\/80:hover {

    border-top-color: rgb(225 114 45 / 0.8);
}
.hover\:border-t-accent-dark\/85:hover {

    border-top-color: rgb(225 114 45 / 0.85);
}
.hover\:border-t-accent-dark\/90:hover {

    border-top-color: rgb(225 114 45 / 0.9);
}
.hover\:border-t-accent-dark\/95:hover {

    border-top-color: rgb(225 114 45 / 0.95);
}
.hover\:border-t-accent-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-light\/0:hover {

    border-top-color: rgb(255 191 105 / 0);
}
.hover\:border-t-accent-light\/10:hover {

    border-top-color: rgb(255 191 105 / 0.1);
}
.hover\:border-t-accent-light\/100:hover {

    border-top-color: rgb(255 191 105 / 1);
}
.hover\:border-t-accent-light\/15:hover {

    border-top-color: rgb(255 191 105 / 0.15);
}
.hover\:border-t-accent-light\/20:hover {

    border-top-color: rgb(255 191 105 / 0.2);
}
.hover\:border-t-accent-light\/25:hover {

    border-top-color: rgb(255 191 105 / 0.25);
}
.hover\:border-t-accent-light\/30:hover {

    border-top-color: rgb(255 191 105 / 0.3);
}
.hover\:border-t-accent-light\/35:hover {

    border-top-color: rgb(255 191 105 / 0.35);
}
.hover\:border-t-accent-light\/40:hover {

    border-top-color: rgb(255 191 105 / 0.4);
}
.hover\:border-t-accent-light\/45:hover {

    border-top-color: rgb(255 191 105 / 0.45);
}
.hover\:border-t-accent-light\/5:hover {

    border-top-color: rgb(255 191 105 / 0.05);
}
.hover\:border-t-accent-light\/50:hover {

    border-top-color: rgb(255 191 105 / 0.5);
}
.hover\:border-t-accent-light\/55:hover {

    border-top-color: rgb(255 191 105 / 0.55);
}
.hover\:border-t-accent-light\/60:hover {

    border-top-color: rgb(255 191 105 / 0.6);
}
.hover\:border-t-accent-light\/65:hover {

    border-top-color: rgb(255 191 105 / 0.65);
}
.hover\:border-t-accent-light\/70:hover {

    border-top-color: rgb(255 191 105 / 0.7);
}
.hover\:border-t-accent-light\/75:hover {

    border-top-color: rgb(255 191 105 / 0.75);
}
.hover\:border-t-accent-light\/80:hover {

    border-top-color: rgb(255 191 105 / 0.8);
}
.hover\:border-t-accent-light\/85:hover {

    border-top-color: rgb(255 191 105 / 0.85);
}
.hover\:border-t-accent-light\/90:hover {

    border-top-color: rgb(255 191 105 / 0.9);
}
.hover\:border-t-accent-light\/95:hover {

    border-top-color: rgb(255 191 105 / 0.95);
}
.hover\:border-t-accent\/0:hover {

    border-top-color: rgb(229 136 78 / 0);
}
.hover\:border-t-accent\/10:hover {

    border-top-color: rgb(229 136 78 / 0.1);
}
.hover\:border-t-accent\/100:hover {

    border-top-color: rgb(229 136 78 / 1);
}
.hover\:border-t-accent\/15:hover {

    border-top-color: rgb(229 136 78 / 0.15);
}
.hover\:border-t-accent\/20:hover {

    border-top-color: rgb(229 136 78 / 0.2);
}
.hover\:border-t-accent\/25:hover {

    border-top-color: rgb(229 136 78 / 0.25);
}
.hover\:border-t-accent\/30:hover {

    border-top-color: rgb(229 136 78 / 0.3);
}
.hover\:border-t-accent\/35:hover {

    border-top-color: rgb(229 136 78 / 0.35);
}
.hover\:border-t-accent\/40:hover {

    border-top-color: rgb(229 136 78 / 0.4);
}
.hover\:border-t-accent\/45:hover {

    border-top-color: rgb(229 136 78 / 0.45);
}
.hover\:border-t-accent\/5:hover {

    border-top-color: rgb(229 136 78 / 0.05);
}
.hover\:border-t-accent\/50:hover {

    border-top-color: rgb(229 136 78 / 0.5);
}
.hover\:border-t-accent\/55:hover {

    border-top-color: rgb(229 136 78 / 0.55);
}
.hover\:border-t-accent\/60:hover {

    border-top-color: rgb(229 136 78 / 0.6);
}
.hover\:border-t-accent\/65:hover {

    border-top-color: rgb(229 136 78 / 0.65);
}
.hover\:border-t-accent\/70:hover {

    border-top-color: rgb(229 136 78 / 0.7);
}
.hover\:border-t-accent\/75:hover {

    border-top-color: rgb(229 136 78 / 0.75);
}
.hover\:border-t-accent\/80:hover {

    border-top-color: rgb(229 136 78 / 0.8);
}
.hover\:border-t-accent\/85:hover {

    border-top-color: rgb(229 136 78 / 0.85);
}
.hover\:border-t-accent\/90:hover {

    border-top-color: rgb(229 136 78 / 0.9);
}
.hover\:border-t-accent\/95:hover {

    border-top-color: rgb(229 136 78 / 0.95);
}
.hover\:border-t-black:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-t-black\/0:hover {

    border-top-color: rgb(0 0 0 / 0);
}
.hover\:border-t-black\/10:hover {

    border-top-color: rgb(0 0 0 / 0.1);
}
.hover\:border-t-black\/100:hover {

    border-top-color: rgb(0 0 0 / 1);
}
.hover\:border-t-black\/15:hover {

    border-top-color: rgb(0 0 0 / 0.15);
}
.hover\:border-t-black\/20:hover {

    border-top-color: rgb(0 0 0 / 0.2);
}
.hover\:border-t-black\/25:hover {

    border-top-color: rgb(0 0 0 / 0.25);
}
.hover\:border-t-black\/30:hover {

    border-top-color: rgb(0 0 0 / 0.3);
}
.hover\:border-t-black\/35:hover {

    border-top-color: rgb(0 0 0 / 0.35);
}
.hover\:border-t-black\/40:hover {

    border-top-color: rgb(0 0 0 / 0.4);
}
.hover\:border-t-black\/45:hover {

    border-top-color: rgb(0 0 0 / 0.45);
}
.hover\:border-t-black\/5:hover {

    border-top-color: rgb(0 0 0 / 0.05);
}
.hover\:border-t-black\/50:hover {

    border-top-color: rgb(0 0 0 / 0.5);
}
.hover\:border-t-black\/55:hover {

    border-top-color: rgb(0 0 0 / 0.55);
}
.hover\:border-t-black\/60:hover {

    border-top-color: rgb(0 0 0 / 0.6);
}
.hover\:border-t-black\/65:hover {

    border-top-color: rgb(0 0 0 / 0.65);
}
.hover\:border-t-black\/70:hover {

    border-top-color: rgb(0 0 0 / 0.7);
}
.hover\:border-t-black\/75:hover {

    border-top-color: rgb(0 0 0 / 0.75);
}
.hover\:border-t-black\/80:hover {

    border-top-color: rgb(0 0 0 / 0.8);
}
.hover\:border-t-black\/85:hover {

    border-top-color: rgb(0 0 0 / 0.85);
}
.hover\:border-t-black\/90:hover {

    border-top-color: rgb(0 0 0 / 0.9);
}
.hover\:border-t-black\/95:hover {

    border-top-color: rgb(0 0 0 / 0.95);
}
.hover\:border-t-current:hover {

    border-top-color: currentColor;
}
.hover\:border-t-error:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-t-error\/0:hover {

    border-top-color: rgb(255 0 0 / 0);
}
.hover\:border-t-error\/10:hover {

    border-top-color: rgb(255 0 0 / 0.1);
}
.hover\:border-t-error\/100:hover {

    border-top-color: rgb(255 0 0 / 1);
}
.hover\:border-t-error\/15:hover {

    border-top-color: rgb(255 0 0 / 0.15);
}
.hover\:border-t-error\/20:hover {

    border-top-color: rgb(255 0 0 / 0.2);
}
.hover\:border-t-error\/25:hover {

    border-top-color: rgb(255 0 0 / 0.25);
}
.hover\:border-t-error\/30:hover {

    border-top-color: rgb(255 0 0 / 0.3);
}
.hover\:border-t-error\/35:hover {

    border-top-color: rgb(255 0 0 / 0.35);
}
.hover\:border-t-error\/40:hover {

    border-top-color: rgb(255 0 0 / 0.4);
}
.hover\:border-t-error\/45:hover {

    border-top-color: rgb(255 0 0 / 0.45);
}
.hover\:border-t-error\/5:hover {

    border-top-color: rgb(255 0 0 / 0.05);
}
.hover\:border-t-error\/50:hover {

    border-top-color: rgb(255 0 0 / 0.5);
}
.hover\:border-t-error\/55:hover {

    border-top-color: rgb(255 0 0 / 0.55);
}
.hover\:border-t-error\/60:hover {

    border-top-color: rgb(255 0 0 / 0.6);
}
.hover\:border-t-error\/65:hover {

    border-top-color: rgb(255 0 0 / 0.65);
}
.hover\:border-t-error\/70:hover {

    border-top-color: rgb(255 0 0 / 0.7);
}
.hover\:border-t-error\/75:hover {

    border-top-color: rgb(255 0 0 / 0.75);
}
.hover\:border-t-error\/80:hover {

    border-top-color: rgb(255 0 0 / 0.8);
}
.hover\:border-t-error\/85:hover {

    border-top-color: rgb(255 0 0 / 0.85);
}
.hover\:border-t-error\/90:hover {

    border-top-color: rgb(255 0 0 / 0.9);
}
.hover\:border-t-error\/95:hover {

    border-top-color: rgb(255 0 0 / 0.95);
}
.hover\:border-t-gray-100:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-100\/0:hover {

    border-top-color: rgb(243 244 246 / 0);
}
.hover\:border-t-gray-100\/10:hover {

    border-top-color: rgb(243 244 246 / 0.1);
}
.hover\:border-t-gray-100\/100:hover {

    border-top-color: rgb(243 244 246 / 1);
}
.hover\:border-t-gray-100\/15:hover {

    border-top-color: rgb(243 244 246 / 0.15);
}
.hover\:border-t-gray-100\/20:hover {

    border-top-color: rgb(243 244 246 / 0.2);
}
.hover\:border-t-gray-100\/25:hover {

    border-top-color: rgb(243 244 246 / 0.25);
}
.hover\:border-t-gray-100\/30:hover {

    border-top-color: rgb(243 244 246 / 0.3);
}
.hover\:border-t-gray-100\/35:hover {

    border-top-color: rgb(243 244 246 / 0.35);
}
.hover\:border-t-gray-100\/40:hover {

    border-top-color: rgb(243 244 246 / 0.4);
}
.hover\:border-t-gray-100\/45:hover {

    border-top-color: rgb(243 244 246 / 0.45);
}
.hover\:border-t-gray-100\/5:hover {

    border-top-color: rgb(243 244 246 / 0.05);
}
.hover\:border-t-gray-100\/50:hover {

    border-top-color: rgb(243 244 246 / 0.5);
}
.hover\:border-t-gray-100\/55:hover {

    border-top-color: rgb(243 244 246 / 0.55);
}
.hover\:border-t-gray-100\/60:hover {

    border-top-color: rgb(243 244 246 / 0.6);
}
.hover\:border-t-gray-100\/65:hover {

    border-top-color: rgb(243 244 246 / 0.65);
}
.hover\:border-t-gray-100\/70:hover {

    border-top-color: rgb(243 244 246 / 0.7);
}
.hover\:border-t-gray-100\/75:hover {

    border-top-color: rgb(243 244 246 / 0.75);
}
.hover\:border-t-gray-100\/80:hover {

    border-top-color: rgb(243 244 246 / 0.8);
}
.hover\:border-t-gray-100\/85:hover {

    border-top-color: rgb(243 244 246 / 0.85);
}
.hover\:border-t-gray-100\/90:hover {

    border-top-color: rgb(243 244 246 / 0.9);
}
.hover\:border-t-gray-100\/95:hover {

    border-top-color: rgb(243 244 246 / 0.95);
}
.hover\:border-t-gray-200:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-200\/0:hover {

    border-top-color: rgb(229 231 235 / 0);
}
.hover\:border-t-gray-200\/10:hover {

    border-top-color: rgb(229 231 235 / 0.1);
}
.hover\:border-t-gray-200\/100:hover {

    border-top-color: rgb(229 231 235 / 1);
}
.hover\:border-t-gray-200\/15:hover {

    border-top-color: rgb(229 231 235 / 0.15);
}
.hover\:border-t-gray-200\/20:hover {

    border-top-color: rgb(229 231 235 / 0.2);
}
.hover\:border-t-gray-200\/25:hover {

    border-top-color: rgb(229 231 235 / 0.25);
}
.hover\:border-t-gray-200\/30:hover {

    border-top-color: rgb(229 231 235 / 0.3);
}
.hover\:border-t-gray-200\/35:hover {

    border-top-color: rgb(229 231 235 / 0.35);
}
.hover\:border-t-gray-200\/40:hover {

    border-top-color: rgb(229 231 235 / 0.4);
}
.hover\:border-t-gray-200\/45:hover {

    border-top-color: rgb(229 231 235 / 0.45);
}
.hover\:border-t-gray-200\/5:hover {

    border-top-color: rgb(229 231 235 / 0.05);
}
.hover\:border-t-gray-200\/50:hover {

    border-top-color: rgb(229 231 235 / 0.5);
}
.hover\:border-t-gray-200\/55:hover {

    border-top-color: rgb(229 231 235 / 0.55);
}
.hover\:border-t-gray-200\/60:hover {

    border-top-color: rgb(229 231 235 / 0.6);
}
.hover\:border-t-gray-200\/65:hover {

    border-top-color: rgb(229 231 235 / 0.65);
}
.hover\:border-t-gray-200\/70:hover {

    border-top-color: rgb(229 231 235 / 0.7);
}
.hover\:border-t-gray-200\/75:hover {

    border-top-color: rgb(229 231 235 / 0.75);
}
.hover\:border-t-gray-200\/80:hover {

    border-top-color: rgb(229 231 235 / 0.8);
}
.hover\:border-t-gray-200\/85:hover {

    border-top-color: rgb(229 231 235 / 0.85);
}
.hover\:border-t-gray-200\/90:hover {

    border-top-color: rgb(229 231 235 / 0.9);
}
.hover\:border-t-gray-200\/95:hover {

    border-top-color: rgb(229 231 235 / 0.95);
}
.hover\:border-t-gray-300:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-300\/0:hover {

    border-top-color: rgb(209 213 219 / 0);
}
.hover\:border-t-gray-300\/10:hover {

    border-top-color: rgb(209 213 219 / 0.1);
}
.hover\:border-t-gray-300\/100:hover {

    border-top-color: rgb(209 213 219 / 1);
}
.hover\:border-t-gray-300\/15:hover {

    border-top-color: rgb(209 213 219 / 0.15);
}
.hover\:border-t-gray-300\/20:hover {

    border-top-color: rgb(209 213 219 / 0.2);
}
.hover\:border-t-gray-300\/25:hover {

    border-top-color: rgb(209 213 219 / 0.25);
}
.hover\:border-t-gray-300\/30:hover {

    border-top-color: rgb(209 213 219 / 0.3);
}
.hover\:border-t-gray-300\/35:hover {

    border-top-color: rgb(209 213 219 / 0.35);
}
.hover\:border-t-gray-300\/40:hover {

    border-top-color: rgb(209 213 219 / 0.4);
}
.hover\:border-t-gray-300\/45:hover {

    border-top-color: rgb(209 213 219 / 0.45);
}
.hover\:border-t-gray-300\/5:hover {

    border-top-color: rgb(209 213 219 / 0.05);
}
.hover\:border-t-gray-300\/50:hover {

    border-top-color: rgb(209 213 219 / 0.5);
}
.hover\:border-t-gray-300\/55:hover {

    border-top-color: rgb(209 213 219 / 0.55);
}
.hover\:border-t-gray-300\/60:hover {

    border-top-color: rgb(209 213 219 / 0.6);
}
.hover\:border-t-gray-300\/65:hover {

    border-top-color: rgb(209 213 219 / 0.65);
}
.hover\:border-t-gray-300\/70:hover {

    border-top-color: rgb(209 213 219 / 0.7);
}
.hover\:border-t-gray-300\/75:hover {

    border-top-color: rgb(209 213 219 / 0.75);
}
.hover\:border-t-gray-300\/80:hover {

    border-top-color: rgb(209 213 219 / 0.8);
}
.hover\:border-t-gray-300\/85:hover {

    border-top-color: rgb(209 213 219 / 0.85);
}
.hover\:border-t-gray-300\/90:hover {

    border-top-color: rgb(209 213 219 / 0.9);
}
.hover\:border-t-gray-300\/95:hover {

    border-top-color: rgb(209 213 219 / 0.95);
}
.hover\:border-t-gray-400:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-400\/0:hover {

    border-top-color: rgb(156 163 175 / 0);
}
.hover\:border-t-gray-400\/10:hover {

    border-top-color: rgb(156 163 175 / 0.1);
}
.hover\:border-t-gray-400\/100:hover {

    border-top-color: rgb(156 163 175 / 1);
}
.hover\:border-t-gray-400\/15:hover {

    border-top-color: rgb(156 163 175 / 0.15);
}
.hover\:border-t-gray-400\/20:hover {

    border-top-color: rgb(156 163 175 / 0.2);
}
.hover\:border-t-gray-400\/25:hover {

    border-top-color: rgb(156 163 175 / 0.25);
}
.hover\:border-t-gray-400\/30:hover {

    border-top-color: rgb(156 163 175 / 0.3);
}
.hover\:border-t-gray-400\/35:hover {

    border-top-color: rgb(156 163 175 / 0.35);
}
.hover\:border-t-gray-400\/40:hover {

    border-top-color: rgb(156 163 175 / 0.4);
}
.hover\:border-t-gray-400\/45:hover {

    border-top-color: rgb(156 163 175 / 0.45);
}
.hover\:border-t-gray-400\/5:hover {

    border-top-color: rgb(156 163 175 / 0.05);
}
.hover\:border-t-gray-400\/50:hover {

    border-top-color: rgb(156 163 175 / 0.5);
}
.hover\:border-t-gray-400\/55:hover {

    border-top-color: rgb(156 163 175 / 0.55);
}
.hover\:border-t-gray-400\/60:hover {

    border-top-color: rgb(156 163 175 / 0.6);
}
.hover\:border-t-gray-400\/65:hover {

    border-top-color: rgb(156 163 175 / 0.65);
}
.hover\:border-t-gray-400\/70:hover {

    border-top-color: rgb(156 163 175 / 0.7);
}
.hover\:border-t-gray-400\/75:hover {

    border-top-color: rgb(156 163 175 / 0.75);
}
.hover\:border-t-gray-400\/80:hover {

    border-top-color: rgb(156 163 175 / 0.8);
}
.hover\:border-t-gray-400\/85:hover {

    border-top-color: rgb(156 163 175 / 0.85);
}
.hover\:border-t-gray-400\/90:hover {

    border-top-color: rgb(156 163 175 / 0.9);
}
.hover\:border-t-gray-400\/95:hover {

    border-top-color: rgb(156 163 175 / 0.95);
}
.hover\:border-t-gray-50:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-50\/0:hover {

    border-top-color: rgb(249 250 251 / 0);
}
.hover\:border-t-gray-50\/10:hover {

    border-top-color: rgb(249 250 251 / 0.1);
}
.hover\:border-t-gray-50\/100:hover {

    border-top-color: rgb(249 250 251 / 1);
}
.hover\:border-t-gray-50\/15:hover {

    border-top-color: rgb(249 250 251 / 0.15);
}
.hover\:border-t-gray-50\/20:hover {

    border-top-color: rgb(249 250 251 / 0.2);
}
.hover\:border-t-gray-50\/25:hover {

    border-top-color: rgb(249 250 251 / 0.25);
}
.hover\:border-t-gray-50\/30:hover {

    border-top-color: rgb(249 250 251 / 0.3);
}
.hover\:border-t-gray-50\/35:hover {

    border-top-color: rgb(249 250 251 / 0.35);
}
.hover\:border-t-gray-50\/40:hover {

    border-top-color: rgb(249 250 251 / 0.4);
}
.hover\:border-t-gray-50\/45:hover {

    border-top-color: rgb(249 250 251 / 0.45);
}
.hover\:border-t-gray-50\/5:hover {

    border-top-color: rgb(249 250 251 / 0.05);
}
.hover\:border-t-gray-50\/50:hover {

    border-top-color: rgb(249 250 251 / 0.5);
}
.hover\:border-t-gray-50\/55:hover {

    border-top-color: rgb(249 250 251 / 0.55);
}
.hover\:border-t-gray-50\/60:hover {

    border-top-color: rgb(249 250 251 / 0.6);
}
.hover\:border-t-gray-50\/65:hover {

    border-top-color: rgb(249 250 251 / 0.65);
}
.hover\:border-t-gray-50\/70:hover {

    border-top-color: rgb(249 250 251 / 0.7);
}
.hover\:border-t-gray-50\/75:hover {

    border-top-color: rgb(249 250 251 / 0.75);
}
.hover\:border-t-gray-50\/80:hover {

    border-top-color: rgb(249 250 251 / 0.8);
}
.hover\:border-t-gray-50\/85:hover {

    border-top-color: rgb(249 250 251 / 0.85);
}
.hover\:border-t-gray-50\/90:hover {

    border-top-color: rgb(249 250 251 / 0.9);
}
.hover\:border-t-gray-50\/95:hover {

    border-top-color: rgb(249 250 251 / 0.95);
}
.hover\:border-t-gray-500:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-500\/0:hover {

    border-top-color: rgb(107 114 128 / 0);
}
.hover\:border-t-gray-500\/10:hover {

    border-top-color: rgb(107 114 128 / 0.1);
}
.hover\:border-t-gray-500\/100:hover {

    border-top-color: rgb(107 114 128 / 1);
}
.hover\:border-t-gray-500\/15:hover {

    border-top-color: rgb(107 114 128 / 0.15);
}
.hover\:border-t-gray-500\/20:hover {

    border-top-color: rgb(107 114 128 / 0.2);
}
.hover\:border-t-gray-500\/25:hover {

    border-top-color: rgb(107 114 128 / 0.25);
}
.hover\:border-t-gray-500\/30:hover {

    border-top-color: rgb(107 114 128 / 0.3);
}
.hover\:border-t-gray-500\/35:hover {

    border-top-color: rgb(107 114 128 / 0.35);
}
.hover\:border-t-gray-500\/40:hover {

    border-top-color: rgb(107 114 128 / 0.4);
}
.hover\:border-t-gray-500\/45:hover {

    border-top-color: rgb(107 114 128 / 0.45);
}
.hover\:border-t-gray-500\/5:hover {

    border-top-color: rgb(107 114 128 / 0.05);
}
.hover\:border-t-gray-500\/50:hover {

    border-top-color: rgb(107 114 128 / 0.5);
}
.hover\:border-t-gray-500\/55:hover {

    border-top-color: rgb(107 114 128 / 0.55);
}
.hover\:border-t-gray-500\/60:hover {

    border-top-color: rgb(107 114 128 / 0.6);
}
.hover\:border-t-gray-500\/65:hover {

    border-top-color: rgb(107 114 128 / 0.65);
}
.hover\:border-t-gray-500\/70:hover {

    border-top-color: rgb(107 114 128 / 0.7);
}
.hover\:border-t-gray-500\/75:hover {

    border-top-color: rgb(107 114 128 / 0.75);
}
.hover\:border-t-gray-500\/80:hover {

    border-top-color: rgb(107 114 128 / 0.8);
}
.hover\:border-t-gray-500\/85:hover {

    border-top-color: rgb(107 114 128 / 0.85);
}
.hover\:border-t-gray-500\/90:hover {

    border-top-color: rgb(107 114 128 / 0.9);
}
.hover\:border-t-gray-500\/95:hover {

    border-top-color: rgb(107 114 128 / 0.95);
}
.hover\:border-t-gray-600:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-600\/0:hover {

    border-top-color: rgb(75 85 99 / 0);
}
.hover\:border-t-gray-600\/10:hover {

    border-top-color: rgb(75 85 99 / 0.1);
}
.hover\:border-t-gray-600\/100:hover {

    border-top-color: rgb(75 85 99 / 1);
}
.hover\:border-t-gray-600\/15:hover {

    border-top-color: rgb(75 85 99 / 0.15);
}
.hover\:border-t-gray-600\/20:hover {

    border-top-color: rgb(75 85 99 / 0.2);
}
.hover\:border-t-gray-600\/25:hover {

    border-top-color: rgb(75 85 99 / 0.25);
}
.hover\:border-t-gray-600\/30:hover {

    border-top-color: rgb(75 85 99 / 0.3);
}
.hover\:border-t-gray-600\/35:hover {

    border-top-color: rgb(75 85 99 / 0.35);
}
.hover\:border-t-gray-600\/40:hover {

    border-top-color: rgb(75 85 99 / 0.4);
}
.hover\:border-t-gray-600\/45:hover {

    border-top-color: rgb(75 85 99 / 0.45);
}
.hover\:border-t-gray-600\/5:hover {

    border-top-color: rgb(75 85 99 / 0.05);
}
.hover\:border-t-gray-600\/50:hover {

    border-top-color: rgb(75 85 99 / 0.5);
}
.hover\:border-t-gray-600\/55:hover {

    border-top-color: rgb(75 85 99 / 0.55);
}
.hover\:border-t-gray-600\/60:hover {

    border-top-color: rgb(75 85 99 / 0.6);
}
.hover\:border-t-gray-600\/65:hover {

    border-top-color: rgb(75 85 99 / 0.65);
}
.hover\:border-t-gray-600\/70:hover {

    border-top-color: rgb(75 85 99 / 0.7);
}
.hover\:border-t-gray-600\/75:hover {

    border-top-color: rgb(75 85 99 / 0.75);
}
.hover\:border-t-gray-600\/80:hover {

    border-top-color: rgb(75 85 99 / 0.8);
}
.hover\:border-t-gray-600\/85:hover {

    border-top-color: rgb(75 85 99 / 0.85);
}
.hover\:border-t-gray-600\/90:hover {

    border-top-color: rgb(75 85 99 / 0.9);
}
.hover\:border-t-gray-600\/95:hover {

    border-top-color: rgb(75 85 99 / 0.95);
}
.hover\:border-t-gray-700:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-700\/0:hover {

    border-top-color: rgb(55 65 81 / 0);
}
.hover\:border-t-gray-700\/10:hover {

    border-top-color: rgb(55 65 81 / 0.1);
}
.hover\:border-t-gray-700\/100:hover {

    border-top-color: rgb(55 65 81 / 1);
}
.hover\:border-t-gray-700\/15:hover {

    border-top-color: rgb(55 65 81 / 0.15);
}
.hover\:border-t-gray-700\/20:hover {

    border-top-color: rgb(55 65 81 / 0.2);
}
.hover\:border-t-gray-700\/25:hover {

    border-top-color: rgb(55 65 81 / 0.25);
}
.hover\:border-t-gray-700\/30:hover {

    border-top-color: rgb(55 65 81 / 0.3);
}
.hover\:border-t-gray-700\/35:hover {

    border-top-color: rgb(55 65 81 / 0.35);
}
.hover\:border-t-gray-700\/40:hover {

    border-top-color: rgb(55 65 81 / 0.4);
}
.hover\:border-t-gray-700\/45:hover {

    border-top-color: rgb(55 65 81 / 0.45);
}
.hover\:border-t-gray-700\/5:hover {

    border-top-color: rgb(55 65 81 / 0.05);
}
.hover\:border-t-gray-700\/50:hover {

    border-top-color: rgb(55 65 81 / 0.5);
}
.hover\:border-t-gray-700\/55:hover {

    border-top-color: rgb(55 65 81 / 0.55);
}
.hover\:border-t-gray-700\/60:hover {

    border-top-color: rgb(55 65 81 / 0.6);
}
.hover\:border-t-gray-700\/65:hover {

    border-top-color: rgb(55 65 81 / 0.65);
}
.hover\:border-t-gray-700\/70:hover {

    border-top-color: rgb(55 65 81 / 0.7);
}
.hover\:border-t-gray-700\/75:hover {

    border-top-color: rgb(55 65 81 / 0.75);
}
.hover\:border-t-gray-700\/80:hover {

    border-top-color: rgb(55 65 81 / 0.8);
}
.hover\:border-t-gray-700\/85:hover {

    border-top-color: rgb(55 65 81 / 0.85);
}
.hover\:border-t-gray-700\/90:hover {

    border-top-color: rgb(55 65 81 / 0.9);
}
.hover\:border-t-gray-700\/95:hover {

    border-top-color: rgb(55 65 81 / 0.95);
}
.hover\:border-t-gray-800:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-800\/0:hover {

    border-top-color: rgb(31 41 55 / 0);
}
.hover\:border-t-gray-800\/10:hover {

    border-top-color: rgb(31 41 55 / 0.1);
}
.hover\:border-t-gray-800\/100:hover {

    border-top-color: rgb(31 41 55 / 1);
}
.hover\:border-t-gray-800\/15:hover {

    border-top-color: rgb(31 41 55 / 0.15);
}
.hover\:border-t-gray-800\/20:hover {

    border-top-color: rgb(31 41 55 / 0.2);
}
.hover\:border-t-gray-800\/25:hover {

    border-top-color: rgb(31 41 55 / 0.25);
}
.hover\:border-t-gray-800\/30:hover {

    border-top-color: rgb(31 41 55 / 0.3);
}
.hover\:border-t-gray-800\/35:hover {

    border-top-color: rgb(31 41 55 / 0.35);
}
.hover\:border-t-gray-800\/40:hover {

    border-top-color: rgb(31 41 55 / 0.4);
}
.hover\:border-t-gray-800\/45:hover {

    border-top-color: rgb(31 41 55 / 0.45);
}
.hover\:border-t-gray-800\/5:hover {

    border-top-color: rgb(31 41 55 / 0.05);
}
.hover\:border-t-gray-800\/50:hover {

    border-top-color: rgb(31 41 55 / 0.5);
}
.hover\:border-t-gray-800\/55:hover {

    border-top-color: rgb(31 41 55 / 0.55);
}
.hover\:border-t-gray-800\/60:hover {

    border-top-color: rgb(31 41 55 / 0.6);
}
.hover\:border-t-gray-800\/65:hover {

    border-top-color: rgb(31 41 55 / 0.65);
}
.hover\:border-t-gray-800\/70:hover {

    border-top-color: rgb(31 41 55 / 0.7);
}
.hover\:border-t-gray-800\/75:hover {

    border-top-color: rgb(31 41 55 / 0.75);
}
.hover\:border-t-gray-800\/80:hover {

    border-top-color: rgb(31 41 55 / 0.8);
}
.hover\:border-t-gray-800\/85:hover {

    border-top-color: rgb(31 41 55 / 0.85);
}
.hover\:border-t-gray-800\/90:hover {

    border-top-color: rgb(31 41 55 / 0.9);
}
.hover\:border-t-gray-800\/95:hover {

    border-top-color: rgb(31 41 55 / 0.95);
}
.hover\:border-t-gray-900:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-900\/0:hover {

    border-top-color: rgb(17 24 39 / 0);
}
.hover\:border-t-gray-900\/10:hover {

    border-top-color: rgb(17 24 39 / 0.1);
}
.hover\:border-t-gray-900\/100:hover {

    border-top-color: rgb(17 24 39 / 1);
}
.hover\:border-t-gray-900\/15:hover {

    border-top-color: rgb(17 24 39 / 0.15);
}
.hover\:border-t-gray-900\/20:hover {

    border-top-color: rgb(17 24 39 / 0.2);
}
.hover\:border-t-gray-900\/25:hover {

    border-top-color: rgb(17 24 39 / 0.25);
}
.hover\:border-t-gray-900\/30:hover {

    border-top-color: rgb(17 24 39 / 0.3);
}
.hover\:border-t-gray-900\/35:hover {

    border-top-color: rgb(17 24 39 / 0.35);
}
.hover\:border-t-gray-900\/40:hover {

    border-top-color: rgb(17 24 39 / 0.4);
}
.hover\:border-t-gray-900\/45:hover {

    border-top-color: rgb(17 24 39 / 0.45);
}
.hover\:border-t-gray-900\/5:hover {

    border-top-color: rgb(17 24 39 / 0.05);
}
.hover\:border-t-gray-900\/50:hover {

    border-top-color: rgb(17 24 39 / 0.5);
}
.hover\:border-t-gray-900\/55:hover {

    border-top-color: rgb(17 24 39 / 0.55);
}
.hover\:border-t-gray-900\/60:hover {

    border-top-color: rgb(17 24 39 / 0.6);
}
.hover\:border-t-gray-900\/65:hover {

    border-top-color: rgb(17 24 39 / 0.65);
}
.hover\:border-t-gray-900\/70:hover {

    border-top-color: rgb(17 24 39 / 0.7);
}
.hover\:border-t-gray-900\/75:hover {

    border-top-color: rgb(17 24 39 / 0.75);
}
.hover\:border-t-gray-900\/80:hover {

    border-top-color: rgb(17 24 39 / 0.8);
}
.hover\:border-t-gray-900\/85:hover {

    border-top-color: rgb(17 24 39 / 0.85);
}
.hover\:border-t-gray-900\/90:hover {

    border-top-color: rgb(17 24 39 / 0.9);
}
.hover\:border-t-gray-900\/95:hover {

    border-top-color: rgb(17 24 39 / 0.95);
}
.hover\:border-t-gray-950:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-950\/0:hover {

    border-top-color: rgb(3 7 18 / 0);
}
.hover\:border-t-gray-950\/10:hover {

    border-top-color: rgb(3 7 18 / 0.1);
}
.hover\:border-t-gray-950\/100:hover {

    border-top-color: rgb(3 7 18 / 1);
}
.hover\:border-t-gray-950\/15:hover {

    border-top-color: rgb(3 7 18 / 0.15);
}
.hover\:border-t-gray-950\/20:hover {

    border-top-color: rgb(3 7 18 / 0.2);
}
.hover\:border-t-gray-950\/25:hover {

    border-top-color: rgb(3 7 18 / 0.25);
}
.hover\:border-t-gray-950\/30:hover {

    border-top-color: rgb(3 7 18 / 0.3);
}
.hover\:border-t-gray-950\/35:hover {

    border-top-color: rgb(3 7 18 / 0.35);
}
.hover\:border-t-gray-950\/40:hover {

    border-top-color: rgb(3 7 18 / 0.4);
}
.hover\:border-t-gray-950\/45:hover {

    border-top-color: rgb(3 7 18 / 0.45);
}
.hover\:border-t-gray-950\/5:hover {

    border-top-color: rgb(3 7 18 / 0.05);
}
.hover\:border-t-gray-950\/50:hover {

    border-top-color: rgb(3 7 18 / 0.5);
}
.hover\:border-t-gray-950\/55:hover {

    border-top-color: rgb(3 7 18 / 0.55);
}
.hover\:border-t-gray-950\/60:hover {

    border-top-color: rgb(3 7 18 / 0.6);
}
.hover\:border-t-gray-950\/65:hover {

    border-top-color: rgb(3 7 18 / 0.65);
}
.hover\:border-t-gray-950\/70:hover {

    border-top-color: rgb(3 7 18 / 0.7);
}
.hover\:border-t-gray-950\/75:hover {

    border-top-color: rgb(3 7 18 / 0.75);
}
.hover\:border-t-gray-950\/80:hover {

    border-top-color: rgb(3 7 18 / 0.8);
}
.hover\:border-t-gray-950\/85:hover {

    border-top-color: rgb(3 7 18 / 0.85);
}
.hover\:border-t-gray-950\/90:hover {

    border-top-color: rgb(3 7 18 / 0.9);
}
.hover\:border-t-gray-950\/95:hover {

    border-top-color: rgb(3 7 18 / 0.95);
}
.hover\:border-t-inherit:hover {

    border-top-color: inherit;
}
.hover\:border-t-primary:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-dark\/0:hover {

    border-top-color: rgb(26 88 121 / 0);
}
.hover\:border-t-primary-dark\/10:hover {

    border-top-color: rgb(26 88 121 / 0.1);
}
.hover\:border-t-primary-dark\/100:hover {

    border-top-color: rgb(26 88 121 / 1);
}
.hover\:border-t-primary-dark\/15:hover {

    border-top-color: rgb(26 88 121 / 0.15);
}
.hover\:border-t-primary-dark\/20:hover {

    border-top-color: rgb(26 88 121 / 0.2);
}
.hover\:border-t-primary-dark\/25:hover {

    border-top-color: rgb(26 88 121 / 0.25);
}
.hover\:border-t-primary-dark\/30:hover {

    border-top-color: rgb(26 88 121 / 0.3);
}
.hover\:border-t-primary-dark\/35:hover {

    border-top-color: rgb(26 88 121 / 0.35);
}
.hover\:border-t-primary-dark\/40:hover {

    border-top-color: rgb(26 88 121 / 0.4);
}
.hover\:border-t-primary-dark\/45:hover {

    border-top-color: rgb(26 88 121 / 0.45);
}
.hover\:border-t-primary-dark\/5:hover {

    border-top-color: rgb(26 88 121 / 0.05);
}
.hover\:border-t-primary-dark\/50:hover {

    border-top-color: rgb(26 88 121 / 0.5);
}
.hover\:border-t-primary-dark\/55:hover {

    border-top-color: rgb(26 88 121 / 0.55);
}
.hover\:border-t-primary-dark\/60:hover {

    border-top-color: rgb(26 88 121 / 0.6);
}
.hover\:border-t-primary-dark\/65:hover {

    border-top-color: rgb(26 88 121 / 0.65);
}
.hover\:border-t-primary-dark\/70:hover {

    border-top-color: rgb(26 88 121 / 0.7);
}
.hover\:border-t-primary-dark\/75:hover {

    border-top-color: rgb(26 88 121 / 0.75);
}
.hover\:border-t-primary-dark\/80:hover {

    border-top-color: rgb(26 88 121 / 0.8);
}
.hover\:border-t-primary-dark\/85:hover {

    border-top-color: rgb(26 88 121 / 0.85);
}
.hover\:border-t-primary-dark\/90:hover {

    border-top-color: rgb(26 88 121 / 0.9);
}
.hover\:border-t-primary-dark\/95:hover {

    border-top-color: rgb(26 88 121 / 0.95);
}
.hover\:border-t-primary-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-light\/0:hover {

    border-top-color: rgb(85 154 193 / 0);
}
.hover\:border-t-primary-light\/10:hover {

    border-top-color: rgb(85 154 193 / 0.1);
}
.hover\:border-t-primary-light\/100:hover {

    border-top-color: rgb(85 154 193 / 1);
}
.hover\:border-t-primary-light\/15:hover {

    border-top-color: rgb(85 154 193 / 0.15);
}
.hover\:border-t-primary-light\/20:hover {

    border-top-color: rgb(85 154 193 / 0.2);
}
.hover\:border-t-primary-light\/25:hover {

    border-top-color: rgb(85 154 193 / 0.25);
}
.hover\:border-t-primary-light\/30:hover {

    border-top-color: rgb(85 154 193 / 0.3);
}
.hover\:border-t-primary-light\/35:hover {

    border-top-color: rgb(85 154 193 / 0.35);
}
.hover\:border-t-primary-light\/40:hover {

    border-top-color: rgb(85 154 193 / 0.4);
}
.hover\:border-t-primary-light\/45:hover {

    border-top-color: rgb(85 154 193 / 0.45);
}
.hover\:border-t-primary-light\/5:hover {

    border-top-color: rgb(85 154 193 / 0.05);
}
.hover\:border-t-primary-light\/50:hover {

    border-top-color: rgb(85 154 193 / 0.5);
}
.hover\:border-t-primary-light\/55:hover {

    border-top-color: rgb(85 154 193 / 0.55);
}
.hover\:border-t-primary-light\/60:hover {

    border-top-color: rgb(85 154 193 / 0.6);
}
.hover\:border-t-primary-light\/65:hover {

    border-top-color: rgb(85 154 193 / 0.65);
}
.hover\:border-t-primary-light\/70:hover {

    border-top-color: rgb(85 154 193 / 0.7);
}
.hover\:border-t-primary-light\/75:hover {

    border-top-color: rgb(85 154 193 / 0.75);
}
.hover\:border-t-primary-light\/80:hover {

    border-top-color: rgb(85 154 193 / 0.8);
}
.hover\:border-t-primary-light\/85:hover {

    border-top-color: rgb(85 154 193 / 0.85);
}
.hover\:border-t-primary-light\/90:hover {

    border-top-color: rgb(85 154 193 / 0.9);
}
.hover\:border-t-primary-light\/95:hover {

    border-top-color: rgb(85 154 193 / 0.95);
}
.hover\:border-t-primary-lighter:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-lighter\/0:hover {

    border-top-color: rgb(115 177 212 / 0);
}
.hover\:border-t-primary-lighter\/10:hover {

    border-top-color: rgb(115 177 212 / 0.1);
}
.hover\:border-t-primary-lighter\/100:hover {

    border-top-color: rgb(115 177 212 / 1);
}
.hover\:border-t-primary-lighter\/15:hover {

    border-top-color: rgb(115 177 212 / 0.15);
}
.hover\:border-t-primary-lighter\/20:hover {

    border-top-color: rgb(115 177 212 / 0.2);
}
.hover\:border-t-primary-lighter\/25:hover {

    border-top-color: rgb(115 177 212 / 0.25);
}
.hover\:border-t-primary-lighter\/30:hover {

    border-top-color: rgb(115 177 212 / 0.3);
}
.hover\:border-t-primary-lighter\/35:hover {

    border-top-color: rgb(115 177 212 / 0.35);
}
.hover\:border-t-primary-lighter\/40:hover {

    border-top-color: rgb(115 177 212 / 0.4);
}
.hover\:border-t-primary-lighter\/45:hover {

    border-top-color: rgb(115 177 212 / 0.45);
}
.hover\:border-t-primary-lighter\/5:hover {

    border-top-color: rgb(115 177 212 / 0.05);
}
.hover\:border-t-primary-lighter\/50:hover {

    border-top-color: rgb(115 177 212 / 0.5);
}
.hover\:border-t-primary-lighter\/55:hover {

    border-top-color: rgb(115 177 212 / 0.55);
}
.hover\:border-t-primary-lighter\/60:hover {

    border-top-color: rgb(115 177 212 / 0.6);
}
.hover\:border-t-primary-lighter\/65:hover {

    border-top-color: rgb(115 177 212 / 0.65);
}
.hover\:border-t-primary-lighter\/70:hover {

    border-top-color: rgb(115 177 212 / 0.7);
}
.hover\:border-t-primary-lighter\/75:hover {

    border-top-color: rgb(115 177 212 / 0.75);
}
.hover\:border-t-primary-lighter\/80:hover {

    border-top-color: rgb(115 177 212 / 0.8);
}
.hover\:border-t-primary-lighter\/85:hover {

    border-top-color: rgb(115 177 212 / 0.85);
}
.hover\:border-t-primary-lighter\/90:hover {

    border-top-color: rgb(115 177 212 / 0.9);
}
.hover\:border-t-primary-lighter\/95:hover {

    border-top-color: rgb(115 177 212 / 0.95);
}
.hover\:border-t-primary\/0:hover {

    border-top-color: rgb(52 114 147 / 0);
}
.hover\:border-t-primary\/10:hover {

    border-top-color: rgb(52 114 147 / 0.1);
}
.hover\:border-t-primary\/100:hover {

    border-top-color: rgb(52 114 147 / 1);
}
.hover\:border-t-primary\/15:hover {

    border-top-color: rgb(52 114 147 / 0.15);
}
.hover\:border-t-primary\/20:hover {

    border-top-color: rgb(52 114 147 / 0.2);
}
.hover\:border-t-primary\/25:hover {

    border-top-color: rgb(52 114 147 / 0.25);
}
.hover\:border-t-primary\/30:hover {

    border-top-color: rgb(52 114 147 / 0.3);
}
.hover\:border-t-primary\/35:hover {

    border-top-color: rgb(52 114 147 / 0.35);
}
.hover\:border-t-primary\/40:hover {

    border-top-color: rgb(52 114 147 / 0.4);
}
.hover\:border-t-primary\/45:hover {

    border-top-color: rgb(52 114 147 / 0.45);
}
.hover\:border-t-primary\/5:hover {

    border-top-color: rgb(52 114 147 / 0.05);
}
.hover\:border-t-primary\/50:hover {

    border-top-color: rgb(52 114 147 / 0.5);
}
.hover\:border-t-primary\/55:hover {

    border-top-color: rgb(52 114 147 / 0.55);
}
.hover\:border-t-primary\/60:hover {

    border-top-color: rgb(52 114 147 / 0.6);
}
.hover\:border-t-primary\/65:hover {

    border-top-color: rgb(52 114 147 / 0.65);
}
.hover\:border-t-primary\/70:hover {

    border-top-color: rgb(52 114 147 / 0.7);
}
.hover\:border-t-primary\/75:hover {

    border-top-color: rgb(52 114 147 / 0.75);
}
.hover\:border-t-primary\/80:hover {

    border-top-color: rgb(52 114 147 / 0.8);
}
.hover\:border-t-primary\/85:hover {

    border-top-color: rgb(52 114 147 / 0.85);
}
.hover\:border-t-primary\/90:hover {

    border-top-color: rgb(52 114 147 / 0.9);
}
.hover\:border-t-primary\/95:hover {

    border-top-color: rgb(52 114 147 / 0.95);
}
.hover\:border-t-secondary:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-dark:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-dark\/0:hover {

    border-top-color: rgb(226 207 188 / 0);
}
.hover\:border-t-secondary-dark\/10:hover {

    border-top-color: rgb(226 207 188 / 0.1);
}
.hover\:border-t-secondary-dark\/100:hover {

    border-top-color: rgb(226 207 188 / 1);
}
.hover\:border-t-secondary-dark\/15:hover {

    border-top-color: rgb(226 207 188 / 0.15);
}
.hover\:border-t-secondary-dark\/20:hover {

    border-top-color: rgb(226 207 188 / 0.2);
}
.hover\:border-t-secondary-dark\/25:hover {

    border-top-color: rgb(226 207 188 / 0.25);
}
.hover\:border-t-secondary-dark\/30:hover {

    border-top-color: rgb(226 207 188 / 0.3);
}
.hover\:border-t-secondary-dark\/35:hover {

    border-top-color: rgb(226 207 188 / 0.35);
}
.hover\:border-t-secondary-dark\/40:hover {

    border-top-color: rgb(226 207 188 / 0.4);
}
.hover\:border-t-secondary-dark\/45:hover {

    border-top-color: rgb(226 207 188 / 0.45);
}
.hover\:border-t-secondary-dark\/5:hover {

    border-top-color: rgb(226 207 188 / 0.05);
}
.hover\:border-t-secondary-dark\/50:hover {

    border-top-color: rgb(226 207 188 / 0.5);
}
.hover\:border-t-secondary-dark\/55:hover {

    border-top-color: rgb(226 207 188 / 0.55);
}
.hover\:border-t-secondary-dark\/60:hover {

    border-top-color: rgb(226 207 188 / 0.6);
}
.hover\:border-t-secondary-dark\/65:hover {

    border-top-color: rgb(226 207 188 / 0.65);
}
.hover\:border-t-secondary-dark\/70:hover {

    border-top-color: rgb(226 207 188 / 0.7);
}
.hover\:border-t-secondary-dark\/75:hover {

    border-top-color: rgb(226 207 188 / 0.75);
}
.hover\:border-t-secondary-dark\/80:hover {

    border-top-color: rgb(226 207 188 / 0.8);
}
.hover\:border-t-secondary-dark\/85:hover {

    border-top-color: rgb(226 207 188 / 0.85);
}
.hover\:border-t-secondary-dark\/90:hover {

    border-top-color: rgb(226 207 188 / 0.9);
}
.hover\:border-t-secondary-dark\/95:hover {

    border-top-color: rgb(226 207 188 / 0.95);
}
.hover\:border-t-secondary-light:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-light\/0:hover {

    border-top-color: rgb(254 250 247 / 0);
}
.hover\:border-t-secondary-light\/10:hover {

    border-top-color: rgb(254 250 247 / 0.1);
}
.hover\:border-t-secondary-light\/100:hover {

    border-top-color: rgb(254 250 247 / 1);
}
.hover\:border-t-secondary-light\/15:hover {

    border-top-color: rgb(254 250 247 / 0.15);
}
.hover\:border-t-secondary-light\/20:hover {

    border-top-color: rgb(254 250 247 / 0.2);
}
.hover\:border-t-secondary-light\/25:hover {

    border-top-color: rgb(254 250 247 / 0.25);
}
.hover\:border-t-secondary-light\/30:hover {

    border-top-color: rgb(254 250 247 / 0.3);
}
.hover\:border-t-secondary-light\/35:hover {

    border-top-color: rgb(254 250 247 / 0.35);
}
.hover\:border-t-secondary-light\/40:hover {

    border-top-color: rgb(254 250 247 / 0.4);
}
.hover\:border-t-secondary-light\/45:hover {

    border-top-color: rgb(254 250 247 / 0.45);
}
.hover\:border-t-secondary-light\/5:hover {

    border-top-color: rgb(254 250 247 / 0.05);
}
.hover\:border-t-secondary-light\/50:hover {

    border-top-color: rgb(254 250 247 / 0.5);
}
.hover\:border-t-secondary-light\/55:hover {

    border-top-color: rgb(254 250 247 / 0.55);
}
.hover\:border-t-secondary-light\/60:hover {

    border-top-color: rgb(254 250 247 / 0.6);
}
.hover\:border-t-secondary-light\/65:hover {

    border-top-color: rgb(254 250 247 / 0.65);
}
.hover\:border-t-secondary-light\/70:hover {

    border-top-color: rgb(254 250 247 / 0.7);
}
.hover\:border-t-secondary-light\/75:hover {

    border-top-color: rgb(254 250 247 / 0.75);
}
.hover\:border-t-secondary-light\/80:hover {

    border-top-color: rgb(254 250 247 / 0.8);
}
.hover\:border-t-secondary-light\/85:hover {

    border-top-color: rgb(254 250 247 / 0.85);
}
.hover\:border-t-secondary-light\/90:hover {

    border-top-color: rgb(254 250 247 / 0.9);
}
.hover\:border-t-secondary-light\/95:hover {

    border-top-color: rgb(254 250 247 / 0.95);
}
.hover\:border-t-secondary\/0:hover {

    border-top-color: rgb(243 234 225 / 0);
}
.hover\:border-t-secondary\/10:hover {

    border-top-color: rgb(243 234 225 / 0.1);
}
.hover\:border-t-secondary\/100:hover {

    border-top-color: rgb(243 234 225 / 1);
}
.hover\:border-t-secondary\/15:hover {

    border-top-color: rgb(243 234 225 / 0.15);
}
.hover\:border-t-secondary\/20:hover {

    border-top-color: rgb(243 234 225 / 0.2);
}
.hover\:border-t-secondary\/25:hover {

    border-top-color: rgb(243 234 225 / 0.25);
}
.hover\:border-t-secondary\/30:hover {

    border-top-color: rgb(243 234 225 / 0.3);
}
.hover\:border-t-secondary\/35:hover {

    border-top-color: rgb(243 234 225 / 0.35);
}
.hover\:border-t-secondary\/40:hover {

    border-top-color: rgb(243 234 225 / 0.4);
}
.hover\:border-t-secondary\/45:hover {

    border-top-color: rgb(243 234 225 / 0.45);
}
.hover\:border-t-secondary\/5:hover {

    border-top-color: rgb(243 234 225 / 0.05);
}
.hover\:border-t-secondary\/50:hover {

    border-top-color: rgb(243 234 225 / 0.5);
}
.hover\:border-t-secondary\/55:hover {

    border-top-color: rgb(243 234 225 / 0.55);
}
.hover\:border-t-secondary\/60:hover {

    border-top-color: rgb(243 234 225 / 0.6);
}
.hover\:border-t-secondary\/65:hover {

    border-top-color: rgb(243 234 225 / 0.65);
}
.hover\:border-t-secondary\/70:hover {

    border-top-color: rgb(243 234 225 / 0.7);
}
.hover\:border-t-secondary\/75:hover {

    border-top-color: rgb(243 234 225 / 0.75);
}
.hover\:border-t-secondary\/80:hover {

    border-top-color: rgb(243 234 225 / 0.8);
}
.hover\:border-t-secondary\/85:hover {

    border-top-color: rgb(243 234 225 / 0.85);
}
.hover\:border-t-secondary\/90:hover {

    border-top-color: rgb(243 234 225 / 0.9);
}
.hover\:border-t-secondary\/95:hover {

    border-top-color: rgb(243 234 225 / 0.95);
}
.hover\:border-t-transparent:hover {

    border-top-color: transparent;
}
.hover\:border-t-transparent\/0:hover {

    border-top-color: rgb(0 0 0 / 0);
}
.hover\:border-t-transparent\/10:hover {

    border-top-color: rgb(0 0 0 / 0.1);
}
.hover\:border-t-transparent\/100:hover {

    border-top-color: rgb(0 0 0 / 1);
}
.hover\:border-t-transparent\/15:hover {

    border-top-color: rgb(0 0 0 / 0.15);
}
.hover\:border-t-transparent\/20:hover {

    border-top-color: rgb(0 0 0 / 0.2);
}
.hover\:border-t-transparent\/25:hover {

    border-top-color: rgb(0 0 0 / 0.25);
}
.hover\:border-t-transparent\/30:hover {

    border-top-color: rgb(0 0 0 / 0.3);
}
.hover\:border-t-transparent\/35:hover {

    border-top-color: rgb(0 0 0 / 0.35);
}
.hover\:border-t-transparent\/40:hover {

    border-top-color: rgb(0 0 0 / 0.4);
}
.hover\:border-t-transparent\/45:hover {

    border-top-color: rgb(0 0 0 / 0.45);
}
.hover\:border-t-transparent\/5:hover {

    border-top-color: rgb(0 0 0 / 0.05);
}
.hover\:border-t-transparent\/50:hover {

    border-top-color: rgb(0 0 0 / 0.5);
}
.hover\:border-t-transparent\/55:hover {

    border-top-color: rgb(0 0 0 / 0.55);
}
.hover\:border-t-transparent\/60:hover {

    border-top-color: rgb(0 0 0 / 0.6);
}
.hover\:border-t-transparent\/65:hover {

    border-top-color: rgb(0 0 0 / 0.65);
}
.hover\:border-t-transparent\/70:hover {

    border-top-color: rgb(0 0 0 / 0.7);
}
.hover\:border-t-transparent\/75:hover {

    border-top-color: rgb(0 0 0 / 0.75);
}
.hover\:border-t-transparent\/80:hover {

    border-top-color: rgb(0 0 0 / 0.8);
}
.hover\:border-t-transparent\/85:hover {

    border-top-color: rgb(0 0 0 / 0.85);
}
.hover\:border-t-transparent\/90:hover {

    border-top-color: rgb(0 0 0 / 0.9);
}
.hover\:border-t-transparent\/95:hover {

    border-top-color: rgb(0 0 0 / 0.95);
}
.hover\:border-t-white:hover {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-t-white\/0:hover {

    border-top-color: rgb(255 255 255 / 0);
}
.hover\:border-t-white\/10:hover {

    border-top-color: rgb(255 255 255 / 0.1);
}
.hover\:border-t-white\/100:hover {

    border-top-color: rgb(255 255 255 / 1);
}
.hover\:border-t-white\/15:hover {

    border-top-color: rgb(255 255 255 / 0.15);
}
.hover\:border-t-white\/20:hover {

    border-top-color: rgb(255 255 255 / 0.2);
}
.hover\:border-t-white\/25:hover {

    border-top-color: rgb(255 255 255 / 0.25);
}
.hover\:border-t-white\/30:hover {

    border-top-color: rgb(255 255 255 / 0.3);
}
.hover\:border-t-white\/35:hover {

    border-top-color: rgb(255 255 255 / 0.35);
}
.hover\:border-t-white\/40:hover {

    border-top-color: rgb(255 255 255 / 0.4);
}
.hover\:border-t-white\/45:hover {

    border-top-color: rgb(255 255 255 / 0.45);
}
.hover\:border-t-white\/5:hover {

    border-top-color: rgb(255 255 255 / 0.05);
}
.hover\:border-t-white\/50:hover {

    border-top-color: rgb(255 255 255 / 0.5);
}
.hover\:border-t-white\/55:hover {

    border-top-color: rgb(255 255 255 / 0.55);
}
.hover\:border-t-white\/60:hover {

    border-top-color: rgb(255 255 255 / 0.6);
}
.hover\:border-t-white\/65:hover {

    border-top-color: rgb(255 255 255 / 0.65);
}
.hover\:border-t-white\/70:hover {

    border-top-color: rgb(255 255 255 / 0.7);
}
.hover\:border-t-white\/75:hover {

    border-top-color: rgb(255 255 255 / 0.75);
}
.hover\:border-t-white\/80:hover {

    border-top-color: rgb(255 255 255 / 0.8);
}
.hover\:border-t-white\/85:hover {

    border-top-color: rgb(255 255 255 / 0.85);
}
.hover\:border-t-white\/90:hover {

    border-top-color: rgb(255 255 255 / 0.9);
}
.hover\:border-t-white\/95:hover {

    border-top-color: rgb(255 255 255 / 0.95);
}
.hover\:border-opacity-0:hover {

    --tw-border-opacity: 0;
}
.hover\:border-opacity-10:hover {

    --tw-border-opacity: 0.1;
}
.hover\:border-opacity-100:hover {

    --tw-border-opacity: 1;
}
.hover\:border-opacity-15:hover {

    --tw-border-opacity: 0.15;
}
.hover\:border-opacity-20:hover {

    --tw-border-opacity: 0.2;
}
.hover\:border-opacity-25:hover {

    --tw-border-opacity: 0.25;
}
.hover\:border-opacity-30:hover {

    --tw-border-opacity: 0.3;
}
.hover\:border-opacity-35:hover {

    --tw-border-opacity: 0.35;
}
.hover\:border-opacity-40:hover {

    --tw-border-opacity: 0.4;
}
.hover\:border-opacity-45:hover {

    --tw-border-opacity: 0.45;
}
.hover\:border-opacity-5:hover {

    --tw-border-opacity: 0.05;
}
.hover\:border-opacity-50:hover {

    --tw-border-opacity: 0.5;
}
.hover\:border-opacity-55:hover {

    --tw-border-opacity: 0.55;
}
.hover\:border-opacity-60:hover {

    --tw-border-opacity: 0.6;
}
.hover\:border-opacity-65:hover {

    --tw-border-opacity: 0.65;
}
.hover\:border-opacity-70:hover {

    --tw-border-opacity: 0.7;
}
.hover\:border-opacity-75:hover {

    --tw-border-opacity: 0.75;
}
.hover\:border-opacity-80:hover {

    --tw-border-opacity: 0.8;
}
.hover\:border-opacity-85:hover {

    --tw-border-opacity: 0.85;
}
.hover\:border-opacity-90:hover {

    --tw-border-opacity: 0.9;
}
.hover\:border-opacity-95:hover {

    --tw-border-opacity: 0.95;
}
.hover\:bg-\[\#F07167\]\/50:hover {

    background-color: rgb(240 113 103 / 0.5);
}
.hover\:bg-accent:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-dark:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-dark\/0:hover {

    background-color: rgb(225 114 45 / 0);
}
.hover\:bg-accent-dark\/10:hover {

    background-color: rgb(225 114 45 / 0.1);
}
.hover\:bg-accent-dark\/100:hover {

    background-color: rgb(225 114 45 / 1);
}
.hover\:bg-accent-dark\/15:hover {

    background-color: rgb(225 114 45 / 0.15);
}
.hover\:bg-accent-dark\/20:hover {

    background-color: rgb(225 114 45 / 0.2);
}
.hover\:bg-accent-dark\/25:hover {

    background-color: rgb(225 114 45 / 0.25);
}
.hover\:bg-accent-dark\/30:hover {

    background-color: rgb(225 114 45 / 0.3);
}
.hover\:bg-accent-dark\/35:hover {

    background-color: rgb(225 114 45 / 0.35);
}
.hover\:bg-accent-dark\/40:hover {

    background-color: rgb(225 114 45 / 0.4);
}
.hover\:bg-accent-dark\/45:hover {

    background-color: rgb(225 114 45 / 0.45);
}
.hover\:bg-accent-dark\/5:hover {

    background-color: rgb(225 114 45 / 0.05);
}
.hover\:bg-accent-dark\/50:hover {

    background-color: rgb(225 114 45 / 0.5);
}
.hover\:bg-accent-dark\/55:hover {

    background-color: rgb(225 114 45 / 0.55);
}
.hover\:bg-accent-dark\/60:hover {

    background-color: rgb(225 114 45 / 0.6);
}
.hover\:bg-accent-dark\/65:hover {

    background-color: rgb(225 114 45 / 0.65);
}
.hover\:bg-accent-dark\/70:hover {

    background-color: rgb(225 114 45 / 0.7);
}
.hover\:bg-accent-dark\/75:hover {

    background-color: rgb(225 114 45 / 0.75);
}
.hover\:bg-accent-dark\/80:hover {

    background-color: rgb(225 114 45 / 0.8);
}
.hover\:bg-accent-dark\/85:hover {

    background-color: rgb(225 114 45 / 0.85);
}
.hover\:bg-accent-dark\/90:hover {

    background-color: rgb(225 114 45 / 0.9);
}
.hover\:bg-accent-dark\/95:hover {

    background-color: rgb(225 114 45 / 0.95);
}
.hover\:bg-accent-light:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-light\/0:hover {

    background-color: rgb(255 191 105 / 0);
}
.hover\:bg-accent-light\/10:hover {

    background-color: rgb(255 191 105 / 0.1);
}
.hover\:bg-accent-light\/100:hover {

    background-color: rgb(255 191 105 / 1);
}
.hover\:bg-accent-light\/15:hover {

    background-color: rgb(255 191 105 / 0.15);
}
.hover\:bg-accent-light\/20:hover {

    background-color: rgb(255 191 105 / 0.2);
}
.hover\:bg-accent-light\/25:hover {

    background-color: rgb(255 191 105 / 0.25);
}
.hover\:bg-accent-light\/30:hover {

    background-color: rgb(255 191 105 / 0.3);
}
.hover\:bg-accent-light\/35:hover {

    background-color: rgb(255 191 105 / 0.35);
}
.hover\:bg-accent-light\/40:hover {

    background-color: rgb(255 191 105 / 0.4);
}
.hover\:bg-accent-light\/45:hover {

    background-color: rgb(255 191 105 / 0.45);
}
.hover\:bg-accent-light\/5:hover {

    background-color: rgb(255 191 105 / 0.05);
}
.hover\:bg-accent-light\/50:hover {

    background-color: rgb(255 191 105 / 0.5);
}
.hover\:bg-accent-light\/55:hover {

    background-color: rgb(255 191 105 / 0.55);
}
.hover\:bg-accent-light\/60:hover {

    background-color: rgb(255 191 105 / 0.6);
}
.hover\:bg-accent-light\/65:hover {

    background-color: rgb(255 191 105 / 0.65);
}
.hover\:bg-accent-light\/70:hover {

    background-color: rgb(255 191 105 / 0.7);
}
.hover\:bg-accent-light\/75:hover {

    background-color: rgb(255 191 105 / 0.75);
}
.hover\:bg-accent-light\/80:hover {

    background-color: rgb(255 191 105 / 0.8);
}
.hover\:bg-accent-light\/85:hover {

    background-color: rgb(255 191 105 / 0.85);
}
.hover\:bg-accent-light\/90:hover {

    background-color: rgb(255 191 105 / 0.9);
}
.hover\:bg-accent-light\/95:hover {

    background-color: rgb(255 191 105 / 0.95);
}
.hover\:bg-accent\/0:hover {

    background-color: rgb(229 136 78 / 0);
}
.hover\:bg-accent\/10:hover {

    background-color: rgb(229 136 78 / 0.1);
}
.hover\:bg-accent\/100:hover {

    background-color: rgb(229 136 78 / 1);
}
.hover\:bg-accent\/15:hover {

    background-color: rgb(229 136 78 / 0.15);
}
.hover\:bg-accent\/20:hover {

    background-color: rgb(229 136 78 / 0.2);
}
.hover\:bg-accent\/25:hover {

    background-color: rgb(229 136 78 / 0.25);
}
.hover\:bg-accent\/30:hover {

    background-color: rgb(229 136 78 / 0.3);
}
.hover\:bg-accent\/35:hover {

    background-color: rgb(229 136 78 / 0.35);
}
.hover\:bg-accent\/40:hover {

    background-color: rgb(229 136 78 / 0.4);
}
.hover\:bg-accent\/45:hover {

    background-color: rgb(229 136 78 / 0.45);
}
.hover\:bg-accent\/5:hover {

    background-color: rgb(229 136 78 / 0.05);
}
.hover\:bg-accent\/50:hover {

    background-color: rgb(229 136 78 / 0.5);
}
.hover\:bg-accent\/55:hover {

    background-color: rgb(229 136 78 / 0.55);
}
.hover\:bg-accent\/60:hover {

    background-color: rgb(229 136 78 / 0.6);
}
.hover\:bg-accent\/65:hover {

    background-color: rgb(229 136 78 / 0.65);
}
.hover\:bg-accent\/70:hover {

    background-color: rgb(229 136 78 / 0.7);
}
.hover\:bg-accent\/75:hover {

    background-color: rgb(229 136 78 / 0.75);
}
.hover\:bg-accent\/80:hover {

    background-color: rgb(229 136 78 / 0.8);
}
.hover\:bg-accent\/85:hover {

    background-color: rgb(229 136 78 / 0.85);
}
.hover\:bg-accent\/90:hover {

    background-color: rgb(229 136 78 / 0.9);
}
.hover\:bg-accent\/95:hover {

    background-color: rgb(229 136 78 / 0.95);
}
.hover\:bg-black:hover {

    --tw-bg-opacity: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    --tw-bg-opacity: 1;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark\/0:hover {

    background-color: rgb(26 88 121 / 0);
}
.hover\:bg-primary-dark\/10:hover {

    background-color: rgb(26 88 121 / 0.1);
}
.hover\:bg-primary-dark\/100:hover {

    background-color: rgb(26 88 121 / 1);
}
.hover\:bg-primary-dark\/15:hover {

    background-color: rgb(26 88 121 / 0.15);
}
.hover\:bg-primary-dark\/20:hover {

    background-color: rgb(26 88 121 / 0.2);
}
.hover\:bg-primary-dark\/25:hover {

    background-color: rgb(26 88 121 / 0.25);
}
.hover\:bg-primary-dark\/30:hover {

    background-color: rgb(26 88 121 / 0.3);
}
.hover\:bg-primary-dark\/35:hover {

    background-color: rgb(26 88 121 / 0.35);
}
.hover\:bg-primary-dark\/40:hover {

    background-color: rgb(26 88 121 / 0.4);
}
.hover\:bg-primary-dark\/45:hover {

    background-color: rgb(26 88 121 / 0.45);
}
.hover\:bg-primary-dark\/5:hover {

    background-color: rgb(26 88 121 / 0.05);
}
.hover\:bg-primary-dark\/50:hover {

    background-color: rgb(26 88 121 / 0.5);
}
.hover\:bg-primary-dark\/55:hover {

    background-color: rgb(26 88 121 / 0.55);
}
.hover\:bg-primary-dark\/60:hover {

    background-color: rgb(26 88 121 / 0.6);
}
.hover\:bg-primary-dark\/65:hover {

    background-color: rgb(26 88 121 / 0.65);
}
.hover\:bg-primary-dark\/70:hover {

    background-color: rgb(26 88 121 / 0.7);
}
.hover\:bg-primary-dark\/75:hover {

    background-color: rgb(26 88 121 / 0.75);
}
.hover\:bg-primary-dark\/80:hover {

    background-color: rgb(26 88 121 / 0.8);
}
.hover\:bg-primary-dark\/85:hover {

    background-color: rgb(26 88 121 / 0.85);
}
.hover\:bg-primary-dark\/90:hover {

    background-color: rgb(26 88 121 / 0.9);
}
.hover\:bg-primary-dark\/95:hover {

    background-color: rgb(26 88 121 / 0.95);
}
.hover\:bg-primary-light:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-light\/0:hover {

    background-color: rgb(85 154 193 / 0);
}
.hover\:bg-primary-light\/10:hover {

    background-color: rgb(85 154 193 / 0.1);
}
.hover\:bg-primary-light\/100:hover {

    background-color: rgb(85 154 193 / 1);
}
.hover\:bg-primary-light\/15:hover {

    background-color: rgb(85 154 193 / 0.15);
}
.hover\:bg-primary-light\/20:hover {

    background-color: rgb(85 154 193 / 0.2);
}
.hover\:bg-primary-light\/25:hover {

    background-color: rgb(85 154 193 / 0.25);
}
.hover\:bg-primary-light\/30:hover {

    background-color: rgb(85 154 193 / 0.3);
}
.hover\:bg-primary-light\/35:hover {

    background-color: rgb(85 154 193 / 0.35);
}
.hover\:bg-primary-light\/40:hover {

    background-color: rgb(85 154 193 / 0.4);
}
.hover\:bg-primary-light\/45:hover {

    background-color: rgb(85 154 193 / 0.45);
}
.hover\:bg-primary-light\/5:hover {

    background-color: rgb(85 154 193 / 0.05);
}
.hover\:bg-primary-light\/50:hover {

    background-color: rgb(85 154 193 / 0.5);
}
.hover\:bg-primary-light\/55:hover {

    background-color: rgb(85 154 193 / 0.55);
}
.hover\:bg-primary-light\/60:hover {

    background-color: rgb(85 154 193 / 0.6);
}
.hover\:bg-primary-light\/65:hover {

    background-color: rgb(85 154 193 / 0.65);
}
.hover\:bg-primary-light\/70:hover {

    background-color: rgb(85 154 193 / 0.7);
}
.hover\:bg-primary-light\/75:hover {

    background-color: rgb(85 154 193 / 0.75);
}
.hover\:bg-primary-light\/80:hover {

    background-color: rgb(85 154 193 / 0.8);
}
.hover\:bg-primary-light\/85:hover {

    background-color: rgb(85 154 193 / 0.85);
}
.hover\:bg-primary-light\/90:hover {

    background-color: rgb(85 154 193 / 0.9);
}
.hover\:bg-primary-light\/95:hover {

    background-color: rgb(85 154 193 / 0.95);
}
.hover\:bg-primary-lighter:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-lighter\/0:hover {

    background-color: rgb(115 177 212 / 0);
}
.hover\:bg-primary-lighter\/10:hover {

    background-color: rgb(115 177 212 / 0.1);
}
.hover\:bg-primary-lighter\/100:hover {

    background-color: rgb(115 177 212 / 1);
}
.hover\:bg-primary-lighter\/15:hover {

    background-color: rgb(115 177 212 / 0.15);
}
.hover\:bg-primary-lighter\/20:hover {

    background-color: rgb(115 177 212 / 0.2);
}
.hover\:bg-primary-lighter\/25:hover {

    background-color: rgb(115 177 212 / 0.25);
}
.hover\:bg-primary-lighter\/30:hover {

    background-color: rgb(115 177 212 / 0.3);
}
.hover\:bg-primary-lighter\/35:hover {

    background-color: rgb(115 177 212 / 0.35);
}
.hover\:bg-primary-lighter\/40:hover {

    background-color: rgb(115 177 212 / 0.4);
}
.hover\:bg-primary-lighter\/45:hover {

    background-color: rgb(115 177 212 / 0.45);
}
.hover\:bg-primary-lighter\/5:hover {

    background-color: rgb(115 177 212 / 0.05);
}
.hover\:bg-primary-lighter\/50:hover {

    background-color: rgb(115 177 212 / 0.5);
}
.hover\:bg-primary-lighter\/55:hover {

    background-color: rgb(115 177 212 / 0.55);
}
.hover\:bg-primary-lighter\/60:hover {

    background-color: rgb(115 177 212 / 0.6);
}
.hover\:bg-primary-lighter\/65:hover {

    background-color: rgb(115 177 212 / 0.65);
}
.hover\:bg-primary-lighter\/70:hover {

    background-color: rgb(115 177 212 / 0.7);
}
.hover\:bg-primary-lighter\/75:hover {

    background-color: rgb(115 177 212 / 0.75);
}
.hover\:bg-primary-lighter\/80:hover {

    background-color: rgb(115 177 212 / 0.8);
}
.hover\:bg-primary-lighter\/85:hover {

    background-color: rgb(115 177 212 / 0.85);
}
.hover\:bg-primary-lighter\/90:hover {

    background-color: rgb(115 177 212 / 0.9);
}
.hover\:bg-primary-lighter\/95:hover {

    background-color: rgb(115 177 212 / 0.95);
}
.hover\:bg-primary\/0:hover {

    background-color: rgb(52 114 147 / 0);
}
.hover\:bg-primary\/10:hover {

    background-color: rgb(52 114 147 / 0.1);
}
.hover\:bg-primary\/100:hover {

    background-color: rgb(52 114 147 / 1);
}
.hover\:bg-primary\/15:hover {

    background-color: rgb(52 114 147 / 0.15);
}
.hover\:bg-primary\/20:hover {

    background-color: rgb(52 114 147 / 0.2);
}
.hover\:bg-primary\/25:hover {

    background-color: rgb(52 114 147 / 0.25);
}
.hover\:bg-primary\/30:hover {

    background-color: rgb(52 114 147 / 0.3);
}
.hover\:bg-primary\/35:hover {

    background-color: rgb(52 114 147 / 0.35);
}
.hover\:bg-primary\/40:hover {

    background-color: rgb(52 114 147 / 0.4);
}
.hover\:bg-primary\/45:hover {

    background-color: rgb(52 114 147 / 0.45);
}
.hover\:bg-primary\/5:hover {

    background-color: rgb(52 114 147 / 0.05);
}
.hover\:bg-primary\/50:hover {

    background-color: rgb(52 114 147 / 0.5);
}
.hover\:bg-primary\/55:hover {

    background-color: rgb(52 114 147 / 0.55);
}
.hover\:bg-primary\/60:hover {

    background-color: rgb(52 114 147 / 0.6);
}
.hover\:bg-primary\/65:hover {

    background-color: rgb(52 114 147 / 0.65);
}
.hover\:bg-primary\/70:hover {

    background-color: rgb(52 114 147 / 0.7);
}
.hover\:bg-primary\/75:hover {

    background-color: rgb(52 114 147 / 0.75);
}
.hover\:bg-primary\/80:hover {

    background-color: rgb(52 114 147 / 0.8);
}
.hover\:bg-primary\/85:hover {

    background-color: rgb(52 114 147 / 0.85);
}
.hover\:bg-primary\/90:hover {

    background-color: rgb(52 114 147 / 0.9);
}
.hover\:bg-primary\/95:hover {

    background-color: rgb(52 114 147 / 0.95);
}
.hover\:bg-secondary:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark:hover {

    --tw-bg-opacity: 1;

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

    background-color: rgb(226 207 188 / 0);
}
.hover\:bg-secondary-dark\/10:hover {

    background-color: rgb(226 207 188 / 0.1);
}
.hover\:bg-secondary-dark\/100:hover {

    background-color: rgb(226 207 188 / 1);
}
.hover\:bg-secondary-dark\/15:hover {

    background-color: rgb(226 207 188 / 0.15);
}
.hover\:bg-secondary-dark\/20:hover {

    background-color: rgb(226 207 188 / 0.2);
}
.hover\:bg-secondary-dark\/25:hover {

    background-color: rgb(226 207 188 / 0.25);
}
.hover\:bg-secondary-dark\/30:hover {

    background-color: rgb(226 207 188 / 0.3);
}
.hover\:bg-secondary-dark\/35:hover {

    background-color: rgb(226 207 188 / 0.35);
}
.hover\:bg-secondary-dark\/40:hover {

    background-color: rgb(226 207 188 / 0.4);
}
.hover\:bg-secondary-dark\/45:hover {

    background-color: rgb(226 207 188 / 0.45);
}
.hover\:bg-secondary-dark\/5:hover {

    background-color: rgb(226 207 188 / 0.05);
}
.hover\:bg-secondary-dark\/50:hover {

    background-color: rgb(226 207 188 / 0.5);
}
.hover\:bg-secondary-dark\/55:hover {

    background-color: rgb(226 207 188 / 0.55);
}
.hover\:bg-secondary-dark\/60:hover {

    background-color: rgb(226 207 188 / 0.6);
}
.hover\:bg-secondary-dark\/65:hover {

    background-color: rgb(226 207 188 / 0.65);
}
.hover\:bg-secondary-dark\/70:hover {

    background-color: rgb(226 207 188 / 0.7);
}
.hover\:bg-secondary-dark\/75:hover {

    background-color: rgb(226 207 188 / 0.75);
}
.hover\:bg-secondary-dark\/80:hover {

    background-color: rgb(226 207 188 / 0.8);
}
.hover\:bg-secondary-dark\/85:hover {

    background-color: rgb(226 207 188 / 0.85);
}
.hover\:bg-secondary-dark\/90:hover {

    background-color: rgb(226 207 188 / 0.9);
}
.hover\:bg-secondary-dark\/95:hover {

    background-color: rgb(226 207 188 / 0.95);
}
.hover\:bg-secondary-light:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-light\/0:hover {

    background-color: rgb(254 250 247 / 0);
}
.hover\:bg-secondary-light\/10:hover {

    background-color: rgb(254 250 247 / 0.1);
}
.hover\:bg-secondary-light\/100:hover {

    background-color: rgb(254 250 247 / 1);
}
.hover\:bg-secondary-light\/15:hover {

    background-color: rgb(254 250 247 / 0.15);
}
.hover\:bg-secondary-light\/20:hover {

    background-color: rgb(254 250 247 / 0.2);
}
.hover\:bg-secondary-light\/25:hover {

    background-color: rgb(254 250 247 / 0.25);
}
.hover\:bg-secondary-light\/30:hover {

    background-color: rgb(254 250 247 / 0.3);
}
.hover\:bg-secondary-light\/35:hover {

    background-color: rgb(254 250 247 / 0.35);
}
.hover\:bg-secondary-light\/40:hover {

    background-color: rgb(254 250 247 / 0.4);
}
.hover\:bg-secondary-light\/45:hover {

    background-color: rgb(254 250 247 / 0.45);
}
.hover\:bg-secondary-light\/5:hover {

    background-color: rgb(254 250 247 / 0.05);
}
.hover\:bg-secondary-light\/50:hover {

    background-color: rgb(254 250 247 / 0.5);
}
.hover\:bg-secondary-light\/55:hover {

    background-color: rgb(254 250 247 / 0.55);
}
.hover\:bg-secondary-light\/60:hover {

    background-color: rgb(254 250 247 / 0.6);
}
.hover\:bg-secondary-light\/65:hover {

    background-color: rgb(254 250 247 / 0.65);
}
.hover\:bg-secondary-light\/70:hover {

    background-color: rgb(254 250 247 / 0.7);
}
.hover\:bg-secondary-light\/75:hover {

    background-color: rgb(254 250 247 / 0.75);
}
.hover\:bg-secondary-light\/80:hover {

    background-color: rgb(254 250 247 / 0.8);
}
.hover\:bg-secondary-light\/85:hover {

    background-color: rgb(254 250 247 / 0.85);
}
.hover\:bg-secondary-light\/90:hover {

    background-color: rgb(254 250 247 / 0.9);
}
.hover\:bg-secondary-light\/95:hover {

    background-color: rgb(254 250 247 / 0.95);
}
.hover\:bg-secondary\/0:hover {

    background-color: rgb(243 234 225 / 0);
}
.hover\:bg-secondary\/10:hover {

    background-color: rgb(243 234 225 / 0.1);
}
.hover\:bg-secondary\/100:hover {

    background-color: rgb(243 234 225 / 1);
}
.hover\:bg-secondary\/15:hover {

    background-color: rgb(243 234 225 / 0.15);
}
.hover\:bg-secondary\/20:hover {

    background-color: rgb(243 234 225 / 0.2);
}
.hover\:bg-secondary\/25:hover {

    background-color: rgb(243 234 225 / 0.25);
}
.hover\:bg-secondary\/30:hover {

    background-color: rgb(243 234 225 / 0.3);
}
.hover\:bg-secondary\/35:hover {

    background-color: rgb(243 234 225 / 0.35);
}
.hover\:bg-secondary\/40:hover {

    background-color: rgb(243 234 225 / 0.4);
}
.hover\:bg-secondary\/45:hover {

    background-color: rgb(243 234 225 / 0.45);
}
.hover\:bg-secondary\/5:hover {

    background-color: rgb(243 234 225 / 0.05);
}
.hover\:bg-secondary\/50:hover {

    background-color: rgb(243 234 225 / 0.5);
}
.hover\:bg-secondary\/55:hover {

    background-color: rgb(243 234 225 / 0.55);
}
.hover\:bg-secondary\/60:hover {

    background-color: rgb(243 234 225 / 0.6);
}
.hover\:bg-secondary\/65:hover {

    background-color: rgb(243 234 225 / 0.65);
}
.hover\:bg-secondary\/70:hover {

    background-color: rgb(243 234 225 / 0.7);
}
.hover\:bg-secondary\/75:hover {

    background-color: rgb(243 234 225 / 0.75);
}
.hover\:bg-secondary\/80:hover {

    background-color: rgb(243 234 225 / 0.8);
}
.hover\:bg-secondary\/85:hover {

    background-color: rgb(243 234 225 / 0.85);
}
.hover\:bg-secondary\/90:hover {

    background-color: rgb(243 234 225 / 0.9);
}
.hover\:bg-secondary\/95:hover {

    background-color: rgb(243 234 225 / 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:hover {

    --tw-text-opacity: 1;

    color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-dark:hover {

    --tw-text-opacity: 1;

    color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-dark\/0:hover {

    color: rgb(225 114 45 / 0);
}
.hover\:text-accent-dark\/10:hover {

    color: rgb(225 114 45 / 0.1);
}
.hover\:text-accent-dark\/100:hover {

    color: rgb(225 114 45 / 1);
}
.hover\:text-accent-dark\/15:hover {

    color: rgb(225 114 45 / 0.15);
}
.hover\:text-accent-dark\/20:hover {

    color: rgb(225 114 45 / 0.2);
}
.hover\:text-accent-dark\/25:hover {

    color: rgb(225 114 45 / 0.25);
}
.hover\:text-accent-dark\/30:hover {

    color: rgb(225 114 45 / 0.3);
}
.hover\:text-accent-dark\/35:hover {

    color: rgb(225 114 45 / 0.35);
}
.hover\:text-accent-dark\/40:hover {

    color: rgb(225 114 45 / 0.4);
}
.hover\:text-accent-dark\/45:hover {

    color: rgb(225 114 45 / 0.45);
}
.hover\:text-accent-dark\/5:hover {

    color: rgb(225 114 45 / 0.05);
}
.hover\:text-accent-dark\/50:hover {

    color: rgb(225 114 45 / 0.5);
}
.hover\:text-accent-dark\/55:hover {

    color: rgb(225 114 45 / 0.55);
}
.hover\:text-accent-dark\/60:hover {

    color: rgb(225 114 45 / 0.6);
}
.hover\:text-accent-dark\/65:hover {

    color: rgb(225 114 45 / 0.65);
}
.hover\:text-accent-dark\/70:hover {

    color: rgb(225 114 45 / 0.7);
}
.hover\:text-accent-dark\/75:hover {

    color: rgb(225 114 45 / 0.75);
}
.hover\:text-accent-dark\/80:hover {

    color: rgb(225 114 45 / 0.8);
}
.hover\:text-accent-dark\/85:hover {

    color: rgb(225 114 45 / 0.85);
}
.hover\:text-accent-dark\/90:hover {

    color: rgb(225 114 45 / 0.9);
}
.hover\:text-accent-dark\/95:hover {

    color: rgb(225 114 45 / 0.95);
}
.hover\:text-accent-light:hover {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-light\/0:hover {

    color: rgb(255 191 105 / 0);
}
.hover\:text-accent-light\/10:hover {

    color: rgb(255 191 105 / 0.1);
}
.hover\:text-accent-light\/100:hover {

    color: rgb(255 191 105 / 1);
}
.hover\:text-accent-light\/15:hover {

    color: rgb(255 191 105 / 0.15);
}
.hover\:text-accent-light\/20:hover {

    color: rgb(255 191 105 / 0.2);
}
.hover\:text-accent-light\/25:hover {

    color: rgb(255 191 105 / 0.25);
}
.hover\:text-accent-light\/30:hover {

    color: rgb(255 191 105 / 0.3);
}
.hover\:text-accent-light\/35:hover {

    color: rgb(255 191 105 / 0.35);
}
.hover\:text-accent-light\/40:hover {

    color: rgb(255 191 105 / 0.4);
}
.hover\:text-accent-light\/45:hover {

    color: rgb(255 191 105 / 0.45);
}
.hover\:text-accent-light\/5:hover {

    color: rgb(255 191 105 / 0.05);
}
.hover\:text-accent-light\/50:hover {

    color: rgb(255 191 105 / 0.5);
}
.hover\:text-accent-light\/55:hover {

    color: rgb(255 191 105 / 0.55);
}
.hover\:text-accent-light\/60:hover {

    color: rgb(255 191 105 / 0.6);
}
.hover\:text-accent-light\/65:hover {

    color: rgb(255 191 105 / 0.65);
}
.hover\:text-accent-light\/70:hover {

    color: rgb(255 191 105 / 0.7);
}
.hover\:text-accent-light\/75:hover {

    color: rgb(255 191 105 / 0.75);
}
.hover\:text-accent-light\/80:hover {

    color: rgb(255 191 105 / 0.8);
}
.hover\:text-accent-light\/85:hover {

    color: rgb(255 191 105 / 0.85);
}
.hover\:text-accent-light\/90:hover {

    color: rgb(255 191 105 / 0.9);
}
.hover\:text-accent-light\/95:hover {

    color: rgb(255 191 105 / 0.95);
}
.hover\:text-accent\/0:hover {

    color: rgb(229 136 78 / 0);
}
.hover\:text-accent\/10:hover {

    color: rgb(229 136 78 / 0.1);
}
.hover\:text-accent\/100:hover {

    color: rgb(229 136 78 / 1);
}
.hover\:text-accent\/15:hover {

    color: rgb(229 136 78 / 0.15);
}
.hover\:text-accent\/20:hover {

    color: rgb(229 136 78 / 0.2);
}
.hover\:text-accent\/25:hover {

    color: rgb(229 136 78 / 0.25);
}
.hover\:text-accent\/30:hover {

    color: rgb(229 136 78 / 0.3);
}
.hover\:text-accent\/35:hover {

    color: rgb(229 136 78 / 0.35);
}
.hover\:text-accent\/40:hover {

    color: rgb(229 136 78 / 0.4);
}
.hover\:text-accent\/45:hover {

    color: rgb(229 136 78 / 0.45);
}
.hover\:text-accent\/5:hover {

    color: rgb(229 136 78 / 0.05);
}
.hover\:text-accent\/50:hover {

    color: rgb(229 136 78 / 0.5);
}
.hover\:text-accent\/55:hover {

    color: rgb(229 136 78 / 0.55);
}
.hover\:text-accent\/60:hover {

    color: rgb(229 136 78 / 0.6);
}
.hover\:text-accent\/65:hover {

    color: rgb(229 136 78 / 0.65);
}
.hover\:text-accent\/70:hover {

    color: rgb(229 136 78 / 0.7);
}
.hover\:text-accent\/75:hover {

    color: rgb(229 136 78 / 0.75);
}
.hover\:text-accent\/80:hover {

    color: rgb(229 136 78 / 0.8);
}
.hover\:text-accent\/85:hover {

    color: rgb(229 136 78 / 0.85);
}
.hover\:text-accent\/90:hover {

    color: rgb(229 136 78 / 0.9);
}
.hover\:text-accent\/95:hover {

    color: rgb(229 136 78 / 0.95);
}
.hover\:text-black:hover {

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black\/0:hover {

    color: rgb(0 0 0 / 0);
}
.hover\:text-black\/10:hover {

    color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/100:hover {

    color: rgb(0 0 0 / 1);
}
.hover\:text-black\/15:hover {

    color: rgb(0 0 0 / 0.15);
}
.hover\:text-black\/20:hover {

    color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover {

    color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover {

    color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/35:hover {

    color: rgb(0 0 0 / 0.35);
}
.hover\:text-black\/40:hover {

    color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/45:hover {

    color: rgb(0 0 0 / 0.45);
}
.hover\:text-black\/5:hover {

    color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/50:hover {

    color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/55:hover {

    color: rgb(0 0 0 / 0.55);
}
.hover\:text-black\/60:hover {

    color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/65:hover {

    color: rgb(0 0 0 / 0.65);
}
.hover\:text-black\/70:hover {

    color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover {

    color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover {

    color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/85:hover {

    color: rgb(0 0 0 / 0.85);
}
.hover\:text-black\/90:hover {

    color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover {

    color: rgb(0 0 0 / 0.95);
}
.hover\:text-current:hover {

    color: currentColor;
}
.hover\:text-error:hover {

    --tw-text-opacity: 1;

    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-error\/0:hover {

    color: rgb(255 0 0 / 0);
}
.hover\:text-error\/10:hover {

    color: rgb(255 0 0 / 0.1);
}
.hover\:text-error\/100:hover {

    color: rgb(255 0 0 / 1);
}
.hover\:text-error\/15:hover {

    color: rgb(255 0 0 / 0.15);
}
.hover\:text-error\/20:hover {

    color: rgb(255 0 0 / 0.2);
}
.hover\:text-error\/25:hover {

    color: rgb(255 0 0 / 0.25);
}
.hover\:text-error\/30:hover {

    color: rgb(255 0 0 / 0.3);
}
.hover\:text-error\/35:hover {

    color: rgb(255 0 0 / 0.35);
}
.hover\:text-error\/40:hover {

    color: rgb(255 0 0 / 0.4);
}
.hover\:text-error\/45:hover {

    color: rgb(255 0 0 / 0.45);
}
.hover\:text-error\/5:hover {

    color: rgb(255 0 0 / 0.05);
}
.hover\:text-error\/50:hover {

    color: rgb(255 0 0 / 0.5);
}
.hover\:text-error\/55:hover {

    color: rgb(255 0 0 / 0.55);
}
.hover\:text-error\/60:hover {

    color: rgb(255 0 0 / 0.6);
}
.hover\:text-error\/65:hover {

    color: rgb(255 0 0 / 0.65);
}
.hover\:text-error\/70:hover {

    color: rgb(255 0 0 / 0.7);
}
.hover\:text-error\/75:hover {

    color: rgb(255 0 0 / 0.75);
}
.hover\:text-error\/80:hover {

    color: rgb(255 0 0 / 0.8);
}
.hover\:text-error\/85:hover {

    color: rgb(255 0 0 / 0.85);
}
.hover\:text-error\/90:hover {

    color: rgb(255 0 0 / 0.9);
}
.hover\:text-error\/95:hover {

    color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark:hover {

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark\/0:hover {

    color: rgb(26 88 121 / 0);
}
.hover\:text-primary-dark\/10:hover {

    color: rgb(26 88 121 / 0.1);
}
.hover\:text-primary-dark\/100:hover {

    color: rgb(26 88 121 / 1);
}
.hover\:text-primary-dark\/15:hover {

    color: rgb(26 88 121 / 0.15);
}
.hover\:text-primary-dark\/20:hover {

    color: rgb(26 88 121 / 0.2);
}
.hover\:text-primary-dark\/25:hover {

    color: rgb(26 88 121 / 0.25);
}
.hover\:text-primary-dark\/30:hover {

    color: rgb(26 88 121 / 0.3);
}
.hover\:text-primary-dark\/35:hover {

    color: rgb(26 88 121 / 0.35);
}
.hover\:text-primary-dark\/40:hover {

    color: rgb(26 88 121 / 0.4);
}
.hover\:text-primary-dark\/45:hover {

    color: rgb(26 88 121 / 0.45);
}
.hover\:text-primary-dark\/5:hover {

    color: rgb(26 88 121 / 0.05);
}
.hover\:text-primary-dark\/50:hover {

    color: rgb(26 88 121 / 0.5);
}
.hover\:text-primary-dark\/55:hover {

    color: rgb(26 88 121 / 0.55);
}
.hover\:text-primary-dark\/60:hover {

    color: rgb(26 88 121 / 0.6);
}
.hover\:text-primary-dark\/65:hover {

    color: rgb(26 88 121 / 0.65);
}
.hover\:text-primary-dark\/70:hover {

    color: rgb(26 88 121 / 0.7);
}
.hover\:text-primary-dark\/75:hover {

    color: rgb(26 88 121 / 0.75);
}
.hover\:text-primary-dark\/80:hover {

    color: rgb(26 88 121 / 0.8);
}
.hover\:text-primary-dark\/85:hover {

    color: rgb(26 88 121 / 0.85);
}
.hover\:text-primary-dark\/90:hover {

    color: rgb(26 88 121 / 0.9);
}
.hover\:text-primary-dark\/95:hover {

    color: rgb(26 88 121 / 0.95);
}
.hover\:text-primary-light:hover {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-light\/0:hover {

    color: rgb(85 154 193 / 0);
}
.hover\:text-primary-light\/10:hover {

    color: rgb(85 154 193 / 0.1);
}
.hover\:text-primary-light\/100:hover {

    color: rgb(85 154 193 / 1);
}
.hover\:text-primary-light\/15:hover {

    color: rgb(85 154 193 / 0.15);
}
.hover\:text-primary-light\/20:hover {

    color: rgb(85 154 193 / 0.2);
}
.hover\:text-primary-light\/25:hover {

    color: rgb(85 154 193 / 0.25);
}
.hover\:text-primary-light\/30:hover {

    color: rgb(85 154 193 / 0.3);
}
.hover\:text-primary-light\/35:hover {

    color: rgb(85 154 193 / 0.35);
}
.hover\:text-primary-light\/40:hover {

    color: rgb(85 154 193 / 0.4);
}
.hover\:text-primary-light\/45:hover {

    color: rgb(85 154 193 / 0.45);
}
.hover\:text-primary-light\/5:hover {

    color: rgb(85 154 193 / 0.05);
}
.hover\:text-primary-light\/50:hover {

    color: rgb(85 154 193 / 0.5);
}
.hover\:text-primary-light\/55:hover {

    color: rgb(85 154 193 / 0.55);
}
.hover\:text-primary-light\/60:hover {

    color: rgb(85 154 193 / 0.6);
}
.hover\:text-primary-light\/65:hover {

    color: rgb(85 154 193 / 0.65);
}
.hover\:text-primary-light\/70:hover {

    color: rgb(85 154 193 / 0.7);
}
.hover\:text-primary-light\/75:hover {

    color: rgb(85 154 193 / 0.75);
}
.hover\:text-primary-light\/80:hover {

    color: rgb(85 154 193 / 0.8);
}
.hover\:text-primary-light\/85:hover {

    color: rgb(85 154 193 / 0.85);
}
.hover\:text-primary-light\/90:hover {

    color: rgb(85 154 193 / 0.9);
}
.hover\:text-primary-light\/95:hover {

    color: rgb(85 154 193 / 0.95);
}
.hover\:text-primary-lighter:hover {

    --tw-text-opacity: 1;

    color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-lighter\/0:hover {

    color: rgb(115 177 212 / 0);
}
.hover\:text-primary-lighter\/10:hover {

    color: rgb(115 177 212 / 0.1);
}
.hover\:text-primary-lighter\/100:hover {

    color: rgb(115 177 212 / 1);
}
.hover\:text-primary-lighter\/15:hover {

    color: rgb(115 177 212 / 0.15);
}
.hover\:text-primary-lighter\/20:hover {

    color: rgb(115 177 212 / 0.2);
}
.hover\:text-primary-lighter\/25:hover {

    color: rgb(115 177 212 / 0.25);
}
.hover\:text-primary-lighter\/30:hover {

    color: rgb(115 177 212 / 0.3);
}
.hover\:text-primary-lighter\/35:hover {

    color: rgb(115 177 212 / 0.35);
}
.hover\:text-primary-lighter\/40:hover {

    color: rgb(115 177 212 / 0.4);
}
.hover\:text-primary-lighter\/45:hover {

    color: rgb(115 177 212 / 0.45);
}
.hover\:text-primary-lighter\/5:hover {

    color: rgb(115 177 212 / 0.05);
}
.hover\:text-primary-lighter\/50:hover {

    color: rgb(115 177 212 / 0.5);
}
.hover\:text-primary-lighter\/55:hover {

    color: rgb(115 177 212 / 0.55);
}
.hover\:text-primary-lighter\/60:hover {

    color: rgb(115 177 212 / 0.6);
}
.hover\:text-primary-lighter\/65:hover {

    color: rgb(115 177 212 / 0.65);
}
.hover\:text-primary-lighter\/70:hover {

    color: rgb(115 177 212 / 0.7);
}
.hover\:text-primary-lighter\/75:hover {

    color: rgb(115 177 212 / 0.75);
}
.hover\:text-primary-lighter\/80:hover {

    color: rgb(115 177 212 / 0.8);
}
.hover\:text-primary-lighter\/85:hover {

    color: rgb(115 177 212 / 0.85);
}
.hover\:text-primary-lighter\/90:hover {

    color: rgb(115 177 212 / 0.9);
}
.hover\:text-primary-lighter\/95:hover {

    color: rgb(115 177 212 / 0.95);
}
.hover\:text-primary\/0:hover {

    color: rgb(52 114 147 / 0);
}
.hover\:text-primary\/10:hover {

    color: rgb(52 114 147 / 0.1);
}
.hover\:text-primary\/100:hover {

    color: rgb(52 114 147 / 1);
}
.hover\:text-primary\/15:hover {

    color: rgb(52 114 147 / 0.15);
}
.hover\:text-primary\/20:hover {

    color: rgb(52 114 147 / 0.2);
}
.hover\:text-primary\/25:hover {

    color: rgb(52 114 147 / 0.25);
}
.hover\:text-primary\/30:hover {

    color: rgb(52 114 147 / 0.3);
}
.hover\:text-primary\/35:hover {

    color: rgb(52 114 147 / 0.35);
}
.hover\:text-primary\/40:hover {

    color: rgb(52 114 147 / 0.4);
}
.hover\:text-primary\/45:hover {

    color: rgb(52 114 147 / 0.45);
}
.hover\:text-primary\/5:hover {

    color: rgb(52 114 147 / 0.05);
}
.hover\:text-primary\/50:hover {

    color: rgb(52 114 147 / 0.5);
}
.hover\:text-primary\/55:hover {

    color: rgb(52 114 147 / 0.55);
}
.hover\:text-primary\/60:hover {

    color: rgb(52 114 147 / 0.6);
}
.hover\:text-primary\/65:hover {

    color: rgb(52 114 147 / 0.65);
}
.hover\:text-primary\/70:hover {

    color: rgb(52 114 147 / 0.7);
}
.hover\:text-primary\/75:hover {

    color: rgb(52 114 147 / 0.75);
}
.hover\:text-primary\/80:hover {

    color: rgb(52 114 147 / 0.8);
}
.hover\:text-primary\/85:hover {

    color: rgb(52 114 147 / 0.85);
}
.hover\:text-primary\/90:hover {

    color: rgb(52 114 147 / 0.9);
}
.hover\:text-primary\/95:hover {

    color: rgb(52 114 147 / 0.95);
}
.hover\:text-secondary:hover {

    --tw-text-opacity: 1;

    color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark:hover {

    --tw-text-opacity: 1;

    color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark\/0:hover {

    color: rgb(226 207 188 / 0);
}
.hover\:text-secondary-dark\/10:hover {

    color: rgb(226 207 188 / 0.1);
}
.hover\:text-secondary-dark\/100:hover {

    color: rgb(226 207 188 / 1);
}
.hover\:text-secondary-dark\/15:hover {

    color: rgb(226 207 188 / 0.15);
}
.hover\:text-secondary-dark\/20:hover {

    color: rgb(226 207 188 / 0.2);
}
.hover\:text-secondary-dark\/25:hover {

    color: rgb(226 207 188 / 0.25);
}
.hover\:text-secondary-dark\/30:hover {

    color: rgb(226 207 188 / 0.3);
}
.hover\:text-secondary-dark\/35:hover {

    color: rgb(226 207 188 / 0.35);
}
.hover\:text-secondary-dark\/40:hover {

    color: rgb(226 207 188 / 0.4);
}
.hover\:text-secondary-dark\/45:hover {

    color: rgb(226 207 188 / 0.45);
}
.hover\:text-secondary-dark\/5:hover {

    color: rgb(226 207 188 / 0.05);
}
.hover\:text-secondary-dark\/50:hover {

    color: rgb(226 207 188 / 0.5);
}
.hover\:text-secondary-dark\/55:hover {

    color: rgb(226 207 188 / 0.55);
}
.hover\:text-secondary-dark\/60:hover {

    color: rgb(226 207 188 / 0.6);
}
.hover\:text-secondary-dark\/65:hover {

    color: rgb(226 207 188 / 0.65);
}
.hover\:text-secondary-dark\/70:hover {

    color: rgb(226 207 188 / 0.7);
}
.hover\:text-secondary-dark\/75:hover {

    color: rgb(226 207 188 / 0.75);
}
.hover\:text-secondary-dark\/80:hover {

    color: rgb(226 207 188 / 0.8);
}
.hover\:text-secondary-dark\/85:hover {

    color: rgb(226 207 188 / 0.85);
}
.hover\:text-secondary-dark\/90:hover {

    color: rgb(226 207 188 / 0.9);
}
.hover\:text-secondary-dark\/95:hover {

    color: rgb(226 207 188 / 0.95);
}
.hover\:text-secondary-light:hover {

    --tw-text-opacity: 1;

    color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-light\/0:hover {

    color: rgb(254 250 247 / 0);
}
.hover\:text-secondary-light\/10:hover {

    color: rgb(254 250 247 / 0.1);
}
.hover\:text-secondary-light\/100:hover {

    color: rgb(254 250 247 / 1);
}
.hover\:text-secondary-light\/15:hover {

    color: rgb(254 250 247 / 0.15);
}
.hover\:text-secondary-light\/20:hover {

    color: rgb(254 250 247 / 0.2);
}
.hover\:text-secondary-light\/25:hover {

    color: rgb(254 250 247 / 0.25);
}
.hover\:text-secondary-light\/30:hover {

    color: rgb(254 250 247 / 0.3);
}
.hover\:text-secondary-light\/35:hover {

    color: rgb(254 250 247 / 0.35);
}
.hover\:text-secondary-light\/40:hover {

    color: rgb(254 250 247 / 0.4);
}
.hover\:text-secondary-light\/45:hover {

    color: rgb(254 250 247 / 0.45);
}
.hover\:text-secondary-light\/5:hover {

    color: rgb(254 250 247 / 0.05);
}
.hover\:text-secondary-light\/50:hover {

    color: rgb(254 250 247 / 0.5);
}
.hover\:text-secondary-light\/55:hover {

    color: rgb(254 250 247 / 0.55);
}
.hover\:text-secondary-light\/60:hover {

    color: rgb(254 250 247 / 0.6);
}
.hover\:text-secondary-light\/65:hover {

    color: rgb(254 250 247 / 0.65);
}
.hover\:text-secondary-light\/70:hover {

    color: rgb(254 250 247 / 0.7);
}
.hover\:text-secondary-light\/75:hover {

    color: rgb(254 250 247 / 0.75);
}
.hover\:text-secondary-light\/80:hover {

    color: rgb(254 250 247 / 0.8);
}
.hover\:text-secondary-light\/85:hover {

    color: rgb(254 250 247 / 0.85);
}
.hover\:text-secondary-light\/90:hover {

    color: rgb(254 250 247 / 0.9);
}
.hover\:text-secondary-light\/95:hover {

    color: rgb(254 250 247 / 0.95);
}
.hover\:text-secondary\/0:hover {

    color: rgb(243 234 225 / 0);
}
.hover\:text-secondary\/10:hover {

    color: rgb(243 234 225 / 0.1);
}
.hover\:text-secondary\/100:hover {

    color: rgb(243 234 225 / 1);
}
.hover\:text-secondary\/15:hover {

    color: rgb(243 234 225 / 0.15);
}
.hover\:text-secondary\/20:hover {

    color: rgb(243 234 225 / 0.2);
}
.hover\:text-secondary\/25:hover {

    color: rgb(243 234 225 / 0.25);
}
.hover\:text-secondary\/30:hover {

    color: rgb(243 234 225 / 0.3);
}
.hover\:text-secondary\/35:hover {

    color: rgb(243 234 225 / 0.35);
}
.hover\:text-secondary\/40:hover {

    color: rgb(243 234 225 / 0.4);
}
.hover\:text-secondary\/45:hover {

    color: rgb(243 234 225 / 0.45);
}
.hover\:text-secondary\/5:hover {

    color: rgb(243 234 225 / 0.05);
}
.hover\:text-secondary\/50:hover {

    color: rgb(243 234 225 / 0.5);
}
.hover\:text-secondary\/55:hover {

    color: rgb(243 234 225 / 0.55);
}
.hover\:text-secondary\/60:hover {

    color: rgb(243 234 225 / 0.6);
}
.hover\:text-secondary\/65:hover {

    color: rgb(243 234 225 / 0.65);
}
.hover\:text-secondary\/70:hover {

    color: rgb(243 234 225 / 0.7);
}
.hover\:text-secondary\/75:hover {

    color: rgb(243 234 225 / 0.75);
}
.hover\:text-secondary\/80:hover {

    color: rgb(243 234 225 / 0.8);
}
.hover\:text-secondary\/85:hover {

    color: rgb(243 234 225 / 0.85);
}
.hover\:text-secondary\/90:hover {

    color: rgb(243 234 225 / 0.9);
}
.hover\:text-secondary\/95:hover {

    color: rgb(243 234 225 / 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 {

    text-decoration-line: underline;
}
.hover\:decoration-accent:hover {

    text-decoration-color: #E5884E;
}
.hover\:decoration-2:hover {

    text-decoration-thickness: 2px;
}
.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\:shadow-xl:hover {

    --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);
}
.hover\:shadow-secondary:hover {

    --tw-shadow-color: #F3EAE1;

    --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-secondary-dark\/50:hover {

    --tw-shadow-color: rgb(226 207 188 / 0.5);

    --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-8:hover {

    --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);
}
.hover\:ring-accent-light:hover {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(255 191 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-primary:hover {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(52 114 147 / var(--tw-ring-opacity, 1));
}
.hover\:ring-secondary:hover {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(243 234 225 / var(--tw-ring-opacity, 1));
}
.hover\:ring-secondary\/80:hover {

    --tw-ring-color: rgb(243 234 225 / 0.8);
}
.focus\:top-2:focus {

    top: 0.5rem;
}
.focus\:border-collapse:focus {

    border-collapse: collapse;
}
.focus\:border-separate:focus {

    border-collapse: separate;
}
.focus\:border-spacing-0:focus {

    --tw-border-spacing-x: 0px;

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-0\.5:focus {

    --tw-border-spacing-x: 0.125rem;

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1:focus {

    --tw-border-spacing-x: 0.25rem;

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1\.5:focus {

    --tw-border-spacing-x: 0.375rem;

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-10:focus {

    --tw-border-spacing-x: 2.5rem;

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-11:focus {

    --tw-border-spacing-x: 2.75rem;

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-12:focus {

    --tw-border-spacing-x: 3rem;

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-14:focus {

    --tw-border-spacing-x: 3.5rem;

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-16:focus {

    --tw-border-spacing-x: 4rem;

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2:focus {

    --tw-border-spacing-x: 0.5rem;

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2\.5:focus {

    --tw-border-spacing-x: 0.625rem;

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-20:focus {

    --tw-border-spacing-x: 5rem;

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-24:focus {

    --tw-border-spacing-x: 6rem;

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-28:focus {

    --tw-border-spacing-x: 7rem;

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3:focus {

    --tw-border-spacing-x: 0.75rem;

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3\.5:focus {

    --tw-border-spacing-x: 0.875rem;

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-32:focus {

    --tw-border-spacing-x: 8rem;

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-36:focus {

    --tw-border-spacing-x: 9rem;

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-4:focus {

    --tw-border-spacing-x: 1rem;

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-40:focus {

    --tw-border-spacing-x: 10rem;

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-44:focus {

    --tw-border-spacing-x: 11rem;

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-48:focus {

    --tw-border-spacing-x: 12rem;

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-5:focus {

    --tw-border-spacing-x: 1.25rem;

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-52:focus {

    --tw-border-spacing-x: 13rem;

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-56:focus {

    --tw-border-spacing-x: 14rem;

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-6:focus {

    --tw-border-spacing-x: 1.5rem;

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-60:focus {

    --tw-border-spacing-x: 15rem;

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-64:focus {

    --tw-border-spacing-x: 16rem;

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-7:focus {

    --tw-border-spacing-x: 1.75rem;

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-72:focus {

    --tw-border-spacing-x: 18rem;

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-8:focus {

    --tw-border-spacing-x: 2rem;

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-80:focus {

    --tw-border-spacing-x: 20rem;

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-9:focus {

    --tw-border-spacing-x: 2.25rem;

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-96:focus {

    --tw-border-spacing-x: 24rem;

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-px:focus {

    --tw-border-spacing-x: 1px;

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0:focus {

    --tw-border-spacing-x: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0\.5:focus {

    --tw-border-spacing-x: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1:focus {

    --tw-border-spacing-x: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1\.5:focus {

    --tw-border-spacing-x: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-10:focus {

    --tw-border-spacing-x: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-11:focus {

    --tw-border-spacing-x: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-12:focus {

    --tw-border-spacing-x: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-14:focus {

    --tw-border-spacing-x: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-16:focus {

    --tw-border-spacing-x: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2:focus {

    --tw-border-spacing-x: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2\.5:focus {

    --tw-border-spacing-x: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-20:focus {

    --tw-border-spacing-x: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-24:focus {

    --tw-border-spacing-x: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-28:focus {

    --tw-border-spacing-x: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3:focus {

    --tw-border-spacing-x: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3\.5:focus {

    --tw-border-spacing-x: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-32:focus {

    --tw-border-spacing-x: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-36:focus {

    --tw-border-spacing-x: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-4:focus {

    --tw-border-spacing-x: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-40:focus {

    --tw-border-spacing-x: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-44:focus {

    --tw-border-spacing-x: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-48:focus {

    --tw-border-spacing-x: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-5:focus {

    --tw-border-spacing-x: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-52:focus {

    --tw-border-spacing-x: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-56:focus {

    --tw-border-spacing-x: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-6:focus {

    --tw-border-spacing-x: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-60:focus {

    --tw-border-spacing-x: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-64:focus {

    --tw-border-spacing-x: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-7:focus {

    --tw-border-spacing-x: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-72:focus {

    --tw-border-spacing-x: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-8:focus {

    --tw-border-spacing-x: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-80:focus {

    --tw-border-spacing-x: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-9:focus {

    --tw-border-spacing-x: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-96:focus {

    --tw-border-spacing-x: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-px:focus {

    --tw-border-spacing-x: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0:focus {

    --tw-border-spacing-y: 0px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0\.5:focus {

    --tw-border-spacing-y: 0.125rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1:focus {

    --tw-border-spacing-y: 0.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1\.5:focus {

    --tw-border-spacing-y: 0.375rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-10:focus {

    --tw-border-spacing-y: 2.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-11:focus {

    --tw-border-spacing-y: 2.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-12:focus {

    --tw-border-spacing-y: 3rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-14:focus {

    --tw-border-spacing-y: 3.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-16:focus {

    --tw-border-spacing-y: 4rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2:focus {

    --tw-border-spacing-y: 0.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2\.5:focus {

    --tw-border-spacing-y: 0.625rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-20:focus {

    --tw-border-spacing-y: 5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-24:focus {

    --tw-border-spacing-y: 6rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-28:focus {

    --tw-border-spacing-y: 7rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3:focus {

    --tw-border-spacing-y: 0.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3\.5:focus {

    --tw-border-spacing-y: 0.875rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-32:focus {

    --tw-border-spacing-y: 8rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-36:focus {

    --tw-border-spacing-y: 9rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-4:focus {

    --tw-border-spacing-y: 1rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-40:focus {

    --tw-border-spacing-y: 10rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-44:focus {

    --tw-border-spacing-y: 11rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-48:focus {

    --tw-border-spacing-y: 12rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-5:focus {

    --tw-border-spacing-y: 1.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-52:focus {

    --tw-border-spacing-y: 13rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-56:focus {

    --tw-border-spacing-y: 14rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-6:focus {

    --tw-border-spacing-y: 1.5rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-60:focus {

    --tw-border-spacing-y: 15rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-64:focus {

    --tw-border-spacing-y: 16rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-7:focus {

    --tw-border-spacing-y: 1.75rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-72:focus {

    --tw-border-spacing-y: 18rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-8:focus {

    --tw-border-spacing-y: 2rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-80:focus {

    --tw-border-spacing-y: 20rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-9:focus {

    --tw-border-spacing-y: 2.25rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-96:focus {

    --tw-border-spacing-y: 24rem;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-px:focus {

    --tw-border-spacing-y: 1px;

    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.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-0:focus {

    border-width: 0px;
}
.focus\:border-2:focus {

    border-width: 2px;
}
.focus\:border-4:focus {

    border-width: 4px;
}
.focus\:border-8:focus {

    border-width: 8px;
}
.focus\:border-x:focus {

    border-left-width: 1px;

    border-right-width: 1px;
}
.focus\:border-x-0:focus {

    border-left-width: 0px;

    border-right-width: 0px;
}
.focus\:border-x-2:focus {

    border-left-width: 2px;

    border-right-width: 2px;
}
.focus\:border-x-4:focus {

    border-left-width: 4px;

    border-right-width: 4px;
}
.focus\:border-x-8:focus {

    border-left-width: 8px;

    border-right-width: 8px;
}
.focus\:border-y:focus {

    border-top-width: 1px;

    border-bottom-width: 1px;
}
.focus\:border-y-0:focus {

    border-top-width: 0px;

    border-bottom-width: 0px;
}
.focus\:border-y-2:focus {

    border-top-width: 2px;

    border-bottom-width: 2px;
}
.focus\:border-y-4:focus {

    border-top-width: 4px;

    border-bottom-width: 4px;
}
.focus\:border-y-8:focus {

    border-top-width: 8px;

    border-bottom-width: 8px;
}
.focus\:border-b:focus {

    border-bottom-width: 1px;
}
.focus\:border-b-0:focus {

    border-bottom-width: 0px;
}
.focus\:border-b-2:focus {

    border-bottom-width: 2px;
}
.focus\:border-b-4:focus {

    border-bottom-width: 4px;
}
.focus\:border-b-8:focus {

    border-bottom-width: 8px;
}
.focus\:border-e:focus {

    border-inline-end-width: 1px;
}
.focus\:border-e-0:focus {

    border-inline-end-width: 0px;
}
.focus\:border-e-2:focus {

    border-inline-end-width: 2px;
}
.focus\:border-e-4:focus {

    border-inline-end-width: 4px;
}
.focus\:border-e-8:focus {

    border-inline-end-width: 8px;
}
.focus\:border-l:focus {

    border-left-width: 1px;
}
.focus\:border-l-0:focus {

    border-left-width: 0px;
}
.focus\:border-l-2:focus {

    border-left-width: 2px;
}
.focus\:border-l-4:focus {

    border-left-width: 4px;
}
.focus\:border-l-8:focus {

    border-left-width: 8px;
}
.focus\:border-r:focus {

    border-right-width: 1px;
}
.focus\:border-r-0:focus {

    border-right-width: 0px;
}
.focus\:border-r-2:focus {

    border-right-width: 2px;
}
.focus\:border-r-4:focus {

    border-right-width: 4px;
}
.focus\:border-r-8:focus {

    border-right-width: 8px;
}
.focus\:border-s:focus {

    border-inline-start-width: 1px;
}
.focus\:border-s-0:focus {

    border-inline-start-width: 0px;
}
.focus\:border-s-2:focus {

    border-inline-start-width: 2px;
}
.focus\:border-s-4:focus {

    border-inline-start-width: 4px;
}
.focus\:border-s-8:focus {

    border-inline-start-width: 8px;
}
.focus\:border-t:focus {

    border-top-width: 1px;
}
.focus\:border-t-0:focus {

    border-top-width: 0px;
}
.focus\:border-t-2:focus {

    border-top-width: 2px;
}
.focus\:border-t-4:focus {

    border-top-width: 4px;
}
.focus\:border-t-8:focus {

    border-top-width: 8px;
}
.focus\:border-solid:focus {

    border-style: solid;
}
.focus\:border-dashed:focus {

    border-style: dashed;
}
.focus\:border-dotted:focus {

    border-style: dotted;
}
.focus\:border-double:focus {

    border-style: double;
}
.focus\:border-hidden:focus {

    border-style: hidden;
}
.focus\:border-none:focus {

    border-style: none;
}
.focus\:border-accent:focus {

    --tw-border-opacity: 1;

    border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-dark:focus {

    --tw-border-opacity: 1;

    border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-dark\/0:focus {

    border-color: rgb(225 114 45 / 0);
}
.focus\:border-accent-dark\/10:focus {

    border-color: rgb(225 114 45 / 0.1);
}
.focus\:border-accent-dark\/100:focus {

    border-color: rgb(225 114 45 / 1);
}
.focus\:border-accent-dark\/15:focus {

    border-color: rgb(225 114 45 / 0.15);
}
.focus\:border-accent-dark\/20:focus {

    border-color: rgb(225 114 45 / 0.2);
}
.focus\:border-accent-dark\/25:focus {

    border-color: rgb(225 114 45 / 0.25);
}
.focus\:border-accent-dark\/30:focus {

    border-color: rgb(225 114 45 / 0.3);
}
.focus\:border-accent-dark\/35:focus {

    border-color: rgb(225 114 45 / 0.35);
}
.focus\:border-accent-dark\/40:focus {

    border-color: rgb(225 114 45 / 0.4);
}
.focus\:border-accent-dark\/45:focus {

    border-color: rgb(225 114 45 / 0.45);
}
.focus\:border-accent-dark\/5:focus {

    border-color: rgb(225 114 45 / 0.05);
}
.focus\:border-accent-dark\/50:focus {

    border-color: rgb(225 114 45 / 0.5);
}
.focus\:border-accent-dark\/55:focus {

    border-color: rgb(225 114 45 / 0.55);
}
.focus\:border-accent-dark\/60:focus {

    border-color: rgb(225 114 45 / 0.6);
}
.focus\:border-accent-dark\/65:focus {

    border-color: rgb(225 114 45 / 0.65);
}
.focus\:border-accent-dark\/70:focus {

    border-color: rgb(225 114 45 / 0.7);
}
.focus\:border-accent-dark\/75:focus {

    border-color: rgb(225 114 45 / 0.75);
}
.focus\:border-accent-dark\/80:focus {

    border-color: rgb(225 114 45 / 0.8);
}
.focus\:border-accent-dark\/85:focus {

    border-color: rgb(225 114 45 / 0.85);
}
.focus\:border-accent-dark\/90:focus {

    border-color: rgb(225 114 45 / 0.9);
}
.focus\:border-accent-dark\/95:focus {

    border-color: rgb(225 114 45 / 0.95);
}
.focus\:border-accent-light:focus {

    --tw-border-opacity: 1;

    border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-light\/0:focus {

    border-color: rgb(255 191 105 / 0);
}
.focus\:border-accent-light\/10:focus {

    border-color: rgb(255 191 105 / 0.1);
}
.focus\:border-accent-light\/100:focus {

    border-color: rgb(255 191 105 / 1);
}
.focus\:border-accent-light\/15:focus {

    border-color: rgb(255 191 105 / 0.15);
}
.focus\:border-accent-light\/20:focus {

    border-color: rgb(255 191 105 / 0.2);
}
.focus\:border-accent-light\/25:focus {

    border-color: rgb(255 191 105 / 0.25);
}
.focus\:border-accent-light\/30:focus {

    border-color: rgb(255 191 105 / 0.3);
}
.focus\:border-accent-light\/35:focus {

    border-color: rgb(255 191 105 / 0.35);
}
.focus\:border-accent-light\/40:focus {

    border-color: rgb(255 191 105 / 0.4);
}
.focus\:border-accent-light\/45:focus {

    border-color: rgb(255 191 105 / 0.45);
}
.focus\:border-accent-light\/5:focus {

    border-color: rgb(255 191 105 / 0.05);
}
.focus\:border-accent-light\/50:focus {

    border-color: rgb(255 191 105 / 0.5);
}
.focus\:border-accent-light\/55:focus {

    border-color: rgb(255 191 105 / 0.55);
}
.focus\:border-accent-light\/60:focus {

    border-color: rgb(255 191 105 / 0.6);
}
.focus\:border-accent-light\/65:focus {

    border-color: rgb(255 191 105 / 0.65);
}
.focus\:border-accent-light\/70:focus {

    border-color: rgb(255 191 105 / 0.7);
}
.focus\:border-accent-light\/75:focus {

    border-color: rgb(255 191 105 / 0.75);
}
.focus\:border-accent-light\/80:focus {

    border-color: rgb(255 191 105 / 0.8);
}
.focus\:border-accent-light\/85:focus {

    border-color: rgb(255 191 105 / 0.85);
}
.focus\:border-accent-light\/90:focus {

    border-color: rgb(255 191 105 / 0.9);
}
.focus\:border-accent-light\/95:focus {

    border-color: rgb(255 191 105 / 0.95);
}
.focus\:border-accent\/0:focus {

    border-color: rgb(229 136 78 / 0);
}
.focus\:border-accent\/10:focus {

    border-color: rgb(229 136 78 / 0.1);
}
.focus\:border-accent\/100:focus {

    border-color: rgb(229 136 78 / 1);
}
.focus\:border-accent\/15:focus {

    border-color: rgb(229 136 78 / 0.15);
}
.focus\:border-accent\/20:focus {

    border-color: rgb(229 136 78 / 0.2);
}
.focus\:border-accent\/25:focus {

    border-color: rgb(229 136 78 / 0.25);
}
.focus\:border-accent\/30:focus {

    border-color: rgb(229 136 78 / 0.3);
}
.focus\:border-accent\/35:focus {

    border-color: rgb(229 136 78 / 0.35);
}
.focus\:border-accent\/40:focus {

    border-color: rgb(229 136 78 / 0.4);
}
.focus\:border-accent\/45:focus {

    border-color: rgb(229 136 78 / 0.45);
}
.focus\:border-accent\/5:focus {

    border-color: rgb(229 136 78 / 0.05);
}
.focus\:border-accent\/50:focus {

    border-color: rgb(229 136 78 / 0.5);
}
.focus\:border-accent\/55:focus {

    border-color: rgb(229 136 78 / 0.55);
}
.focus\:border-accent\/60:focus {

    border-color: rgb(229 136 78 / 0.6);
}
.focus\:border-accent\/65:focus {

    border-color: rgb(229 136 78 / 0.65);
}
.focus\:border-accent\/70:focus {

    border-color: rgb(229 136 78 / 0.7);
}
.focus\:border-accent\/75:focus {

    border-color: rgb(229 136 78 / 0.75);
}
.focus\:border-accent\/80:focus {

    border-color: rgb(229 136 78 / 0.8);
}
.focus\:border-accent\/85:focus {

    border-color: rgb(229 136 78 / 0.85);
}
.focus\:border-accent\/90:focus {

    border-color: rgb(229 136 78 / 0.9);
}
.focus\:border-accent\/95:focus {

    border-color: rgb(229 136 78 / 0.95);
}
.focus\:border-black:focus {

    --tw-border-opacity: 1;

    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-black\/0:focus {

    border-color: rgb(0 0 0 / 0);
}
.focus\:border-black\/10:focus {

    border-color: rgb(0 0 0 / 0.1);
}
.focus\:border-black\/100:focus {

    border-color: rgb(0 0 0 / 1);
}
.focus\:border-black\/15:focus {

    border-color: rgb(0 0 0 / 0.15);
}
.focus\:border-black\/20:focus {

    border-color: rgb(0 0 0 / 0.2);
}
.focus\:border-black\/25:focus {

    border-color: rgb(0 0 0 / 0.25);
}
.focus\:border-black\/30:focus {

    border-color: rgb(0 0 0 / 0.3);
}
.focus\:border-black\/35:focus {

    border-color: rgb(0 0 0 / 0.35);
}
.focus\:border-black\/40:focus {

    border-color: rgb(0 0 0 / 0.4);
}
.focus\:border-black\/45:focus {

    border-color: rgb(0 0 0 / 0.45);
}
.focus\:border-black\/5:focus {

    border-color: rgb(0 0 0 / 0.05);
}
.focus\:border-black\/50:focus {

    border-color: rgb(0 0 0 / 0.5);
}
.focus\:border-black\/55:focus {

    border-color: rgb(0 0 0 / 0.55);
}
.focus\:border-black\/60:focus {

    border-color: rgb(0 0 0 / 0.6);
}
.focus\:border-black\/65:focus {

    border-color: rgb(0 0 0 / 0.65);
}
.focus\:border-black\/70:focus {

    border-color: rgb(0 0 0 / 0.7);
}
.focus\:border-black\/75:focus {

    border-color: rgb(0 0 0 / 0.75);
}
.focus\:border-black\/80:focus {

    border-color: rgb(0 0 0 / 0.8);
}
.focus\:border-black\/85:focus {

    border-color: rgb(0 0 0 / 0.85);
}
.focus\:border-black\/90:focus {

    border-color: rgb(0 0 0 / 0.9);
}
.focus\:border-black\/95:focus {

    border-color: rgb(0 0 0 / 0.95);
}
.focus\:border-current:focus {

    border-color: currentColor;
}
.focus\:border-error:focus {

    --tw-border-opacity: 1;

    border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-error\/0:focus {

    border-color: rgb(255 0 0 / 0);
}
.focus\:border-error\/10:focus {

    border-color: rgb(255 0 0 / 0.1);
}
.focus\:border-error\/100:focus {

    border-color: rgb(255 0 0 / 1);
}
.focus\:border-error\/15:focus {

    border-color: rgb(255 0 0 / 0.15);
}
.focus\:border-error\/20:focus {

    border-color: rgb(255 0 0 / 0.2);
}
.focus\:border-error\/25:focus {

    border-color: rgb(255 0 0 / 0.25);
}
.focus\:border-error\/30:focus {

    border-color: rgb(255 0 0 / 0.3);
}
.focus\:border-error\/35:focus {

    border-color: rgb(255 0 0 / 0.35);
}
.focus\:border-error\/40:focus {

    border-color: rgb(255 0 0 / 0.4);
}
.focus\:border-error\/45:focus {

    border-color: rgb(255 0 0 / 0.45);
}
.focus\:border-error\/5:focus {

    border-color: rgb(255 0 0 / 0.05);
}
.focus\:border-error\/50:focus {

    border-color: rgb(255 0 0 / 0.5);
}
.focus\:border-error\/55:focus {

    border-color: rgb(255 0 0 / 0.55);
}
.focus\:border-error\/60:focus {

    border-color: rgb(255 0 0 / 0.6);
}
.focus\:border-error\/65:focus {

    border-color: rgb(255 0 0 / 0.65);
}
.focus\:border-error\/70:focus {

    border-color: rgb(255 0 0 / 0.7);
}
.focus\:border-error\/75:focus {

    border-color: rgb(255 0 0 / 0.75);
}
.focus\:border-error\/80:focus {

    border-color: rgb(255 0 0 / 0.8);
}
.focus\:border-error\/85:focus {

    border-color: rgb(255 0 0 / 0.85);
}
.focus\:border-error\/90:focus {

    border-color: rgb(255 0 0 / 0.9);
}
.focus\:border-error\/95:focus {

    border-color: rgb(255 0 0 / 0.95);
}
.focus\:border-gray-100:focus {

    --tw-border-opacity: 1;

    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-100\/0:focus {

    border-color: rgb(243 244 246 / 0);
}
.focus\:border-gray-100\/10:focus {

    border-color: rgb(243 244 246 / 0.1);
}
.focus\:border-gray-100\/100:focus {

    border-color: rgb(243 244 246 / 1);
}
.focus\:border-gray-100\/15:focus {

    border-color: rgb(243 244 246 / 0.15);
}
.focus\:border-gray-100\/20:focus {

    border-color: rgb(243 244 246 / 0.2);
}
.focus\:border-gray-100\/25:focus {

    border-color: rgb(243 244 246 / 0.25);
}
.focus\:border-gray-100\/30:focus {

    border-color: rgb(243 244 246 / 0.3);
}
.focus\:border-gray-100\/35:focus {

    border-color: rgb(243 244 246 / 0.35);
}
.focus\:border-gray-100\/40:focus {

    border-color: rgb(243 244 246 / 0.4);
}
.focus\:border-gray-100\/45:focus {

    border-color: rgb(243 244 246 / 0.45);
}
.focus\:border-gray-100\/5:focus {

    border-color: rgb(243 244 246 / 0.05);
}
.focus\:border-gray-100\/50:focus {

    border-color: rgb(243 244 246 / 0.5);
}
.focus\:border-gray-100\/55:focus {

    border-color: rgb(243 244 246 / 0.55);
}
.focus\:border-gray-100\/60:focus {

    border-color: rgb(243 244 246 / 0.6);
}
.focus\:border-gray-100\/65:focus {

    border-color: rgb(243 244 246 / 0.65);
}
.focus\:border-gray-100\/70:focus {

    border-color: rgb(243 244 246 / 0.7);
}
.focus\:border-gray-100\/75:focus {

    border-color: rgb(243 244 246 / 0.75);
}
.focus\:border-gray-100\/80:focus {

    border-color: rgb(243 244 246 / 0.8);
}
.focus\:border-gray-100\/85:focus {

    border-color: rgb(243 244 246 / 0.85);
}
.focus\:border-gray-100\/90:focus {

    border-color: rgb(243 244 246 / 0.9);
}
.focus\:border-gray-100\/95:focus {

    border-color: rgb(243 244 246 / 0.95);
}
.focus\:border-gray-200:focus {

    --tw-border-opacity: 1;

    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-200\/0:focus {

    border-color: rgb(229 231 235 / 0);
}
.focus\:border-gray-200\/10:focus {

    border-color: rgb(229 231 235 / 0.1);
}
.focus\:border-gray-200\/100:focus {

    border-color: rgb(229 231 235 / 1);
}
.focus\:border-gray-200\/15:focus {

    border-color: rgb(229 231 235 / 0.15);
}
.focus\:border-gray-200\/20:focus {

    border-color: rgb(229 231 235 / 0.2);
}
.focus\:border-gray-200\/25:focus {

    border-color: rgb(229 231 235 / 0.25);
}
.focus\:border-gray-200\/30:focus {

    border-color: rgb(229 231 235 / 0.3);
}
.focus\:border-gray-200\/35:focus {

    border-color: rgb(229 231 235 / 0.35);
}
.focus\:border-gray-200\/40:focus {

    border-color: rgb(229 231 235 / 0.4);
}
.focus\:border-gray-200\/45:focus {

    border-color: rgb(229 231 235 / 0.45);
}
.focus\:border-gray-200\/5:focus {

    border-color: rgb(229 231 235 / 0.05);
}
.focus\:border-gray-200\/50:focus {

    border-color: rgb(229 231 235 / 0.5);
}
.focus\:border-gray-200\/55:focus {

    border-color: rgb(229 231 235 / 0.55);
}
.focus\:border-gray-200\/60:focus {

    border-color: rgb(229 231 235 / 0.6);
}
.focus\:border-gray-200\/65:focus {

    border-color: rgb(229 231 235 / 0.65);
}
.focus\:border-gray-200\/70:focus {

    border-color: rgb(229 231 235 / 0.7);
}
.focus\:border-gray-200\/75:focus {

    border-color: rgb(229 231 235 / 0.75);
}
.focus\:border-gray-200\/80:focus {

    border-color: rgb(229 231 235 / 0.8);
}
.focus\:border-gray-200\/85:focus {

    border-color: rgb(229 231 235 / 0.85);
}
.focus\:border-gray-200\/90:focus {

    border-color: rgb(229 231 235 / 0.9);
}
.focus\:border-gray-200\/95:focus {

    border-color: rgb(229 231 235 / 0.95);
}
.focus\:border-gray-300:focus {

    --tw-border-opacity: 1;

    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300\/0:focus {

    border-color: rgb(209 213 219 / 0);
}
.focus\:border-gray-300\/10:focus {

    border-color: rgb(209 213 219 / 0.1);
}
.focus\:border-gray-300\/100:focus {

    border-color: rgb(209 213 219 / 1);
}
.focus\:border-gray-300\/15:focus {

    border-color: rgb(209 213 219 / 0.15);
}
.focus\:border-gray-300\/20:focus {

    border-color: rgb(209 213 219 / 0.2);
}
.focus\:border-gray-300\/25:focus {

    border-color: rgb(209 213 219 / 0.25);
}
.focus\:border-gray-300\/30:focus {

    border-color: rgb(209 213 219 / 0.3);
}
.focus\:border-gray-300\/35:focus {

    border-color: rgb(209 213 219 / 0.35);
}
.focus\:border-gray-300\/40:focus {

    border-color: rgb(209 213 219 / 0.4);
}
.focus\:border-gray-300\/45:focus {

    border-color: rgb(209 213 219 / 0.45);
}
.focus\:border-gray-300\/5:focus {

    border-color: rgb(209 213 219 / 0.05);
}
.focus\:border-gray-300\/50:focus {

    border-color: rgb(209 213 219 / 0.5);
}
.focus\:border-gray-300\/55:focus {

    border-color: rgb(209 213 219 / 0.55);
}
.focus\:border-gray-300\/60:focus {

    border-color: rgb(209 213 219 / 0.6);
}
.focus\:border-gray-300\/65:focus {

    border-color: rgb(209 213 219 / 0.65);
}
.focus\:border-gray-300\/70:focus {

    border-color: rgb(209 213 219 / 0.7);
}
.focus\:border-gray-300\/75:focus {

    border-color: rgb(209 213 219 / 0.75);
}
.focus\:border-gray-300\/80:focus {

    border-color: rgb(209 213 219 / 0.8);
}
.focus\:border-gray-300\/85:focus {

    border-color: rgb(209 213 219 / 0.85);
}
.focus\:border-gray-300\/90:focus {

    border-color: rgb(209 213 219 / 0.9);
}
.focus\:border-gray-300\/95:focus {

    border-color: rgb(209 213 219 / 0.95);
}
.focus\:border-gray-400:focus {

    --tw-border-opacity: 1;

    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-400\/0:focus {

    border-color: rgb(156 163 175 / 0);
}
.focus\:border-gray-400\/10:focus {

    border-color: rgb(156 163 175 / 0.1);
}
.focus\:border-gray-400\/100:focus {

    border-color: rgb(156 163 175 / 1);
}
.focus\:border-gray-400\/15:focus {

    border-color: rgb(156 163 175 / 0.15);
}
.focus\:border-gray-400\/20:focus {

    border-color: rgb(156 163 175 / 0.2);
}
.focus\:border-gray-400\/25:focus {

    border-color: rgb(156 163 175 / 0.25);
}
.focus\:border-gray-400\/30:focus {

    border-color: rgb(156 163 175 / 0.3);
}
.focus\:border-gray-400\/35:focus {

    border-color: rgb(156 163 175 / 0.35);
}
.focus\:border-gray-400\/40:focus {

    border-color: rgb(156 163 175 / 0.4);
}
.focus\:border-gray-400\/45:focus {

    border-color: rgb(156 163 175 / 0.45);
}
.focus\:border-gray-400\/5:focus {

    border-color: rgb(156 163 175 / 0.05);
}
.focus\:border-gray-400\/50:focus {

    border-color: rgb(156 163 175 / 0.5);
}
.focus\:border-gray-400\/55:focus {

    border-color: rgb(156 163 175 / 0.55);
}
.focus\:border-gray-400\/60:focus {

    border-color: rgb(156 163 175 / 0.6);
}
.focus\:border-gray-400\/65:focus {

    border-color: rgb(156 163 175 / 0.65);
}
.focus\:border-gray-400\/70:focus {

    border-color: rgb(156 163 175 / 0.7);
}
.focus\:border-gray-400\/75:focus {

    border-color: rgb(156 163 175 / 0.75);
}
.focus\:border-gray-400\/80:focus {

    border-color: rgb(156 163 175 / 0.8);
}
.focus\:border-gray-400\/85:focus {

    border-color: rgb(156 163 175 / 0.85);
}
.focus\:border-gray-400\/90:focus {

    border-color: rgb(156 163 175 / 0.9);
}
.focus\:border-gray-400\/95:focus {

    border-color: rgb(156 163 175 / 0.95);
}
.focus\:border-gray-50:focus {

    --tw-border-opacity: 1;

    border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-50\/0:focus {

    border-color: rgb(249 250 251 / 0);
}
.focus\:border-gray-50\/10:focus {

    border-color: rgb(249 250 251 / 0.1);
}
.focus\:border-gray-50\/100:focus {

    border-color: rgb(249 250 251 / 1);
}
.focus\:border-gray-50\/15:focus {

    border-color: rgb(249 250 251 / 0.15);
}
.focus\:border-gray-50\/20:focus {

    border-color: rgb(249 250 251 / 0.2);
}
.focus\:border-gray-50\/25:focus {

    border-color: rgb(249 250 251 / 0.25);
}
.focus\:border-gray-50\/30:focus {

    border-color: rgb(249 250 251 / 0.3);
}
.focus\:border-gray-50\/35:focus {

    border-color: rgb(249 250 251 / 0.35);
}
.focus\:border-gray-50\/40:focus {

    border-color: rgb(249 250 251 / 0.4);
}
.focus\:border-gray-50\/45:focus {

    border-color: rgb(249 250 251 / 0.45);
}
.focus\:border-gray-50\/5:focus {

    border-color: rgb(249 250 251 / 0.05);
}
.focus\:border-gray-50\/50:focus {

    border-color: rgb(249 250 251 / 0.5);
}
.focus\:border-gray-50\/55:focus {

    border-color: rgb(249 250 251 / 0.55);
}
.focus\:border-gray-50\/60:focus {

    border-color: rgb(249 250 251 / 0.6);
}
.focus\:border-gray-50\/65:focus {

    border-color: rgb(249 250 251 / 0.65);
}
.focus\:border-gray-50\/70:focus {

    border-color: rgb(249 250 251 / 0.7);
}
.focus\:border-gray-50\/75:focus {

    border-color: rgb(249 250 251 / 0.75);
}
.focus\:border-gray-50\/80:focus {

    border-color: rgb(249 250 251 / 0.8);
}
.focus\:border-gray-50\/85:focus {

    border-color: rgb(249 250 251 / 0.85);
}
.focus\:border-gray-50\/90:focus {

    border-color: rgb(249 250 251 / 0.9);
}
.focus\:border-gray-50\/95:focus {

    border-color: rgb(249 250 251 / 0.95);
}
.focus\:border-gray-500:focus {

    --tw-border-opacity: 1;

    border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-500\/0:focus {

    border-color: rgb(107 114 128 / 0);
}
.focus\:border-gray-500\/10:focus {

    border-color: rgb(107 114 128 / 0.1);
}
.focus\:border-gray-500\/100:focus {

    border-color: rgb(107 114 128 / 1);
}
.focus\:border-gray-500\/15:focus {

    border-color: rgb(107 114 128 / 0.15);
}
.focus\:border-gray-500\/20:focus {

    border-color: rgb(107 114 128 / 0.2);
}
.focus\:border-gray-500\/25:focus {

    border-color: rgb(107 114 128 / 0.25);
}
.focus\:border-gray-500\/30:focus {

    border-color: rgb(107 114 128 / 0.3);
}
.focus\:border-gray-500\/35:focus {

    border-color: rgb(107 114 128 / 0.35);
}
.focus\:border-gray-500\/40:focus {

    border-color: rgb(107 114 128 / 0.4);
}
.focus\:border-gray-500\/45:focus {

    border-color: rgb(107 114 128 / 0.45);
}
.focus\:border-gray-500\/5:focus {

    border-color: rgb(107 114 128 / 0.05);
}
.focus\:border-gray-500\/50:focus {

    border-color: rgb(107 114 128 / 0.5);
}
.focus\:border-gray-500\/55:focus {

    border-color: rgb(107 114 128 / 0.55);
}
.focus\:border-gray-500\/60:focus {

    border-color: rgb(107 114 128 / 0.6);
}
.focus\:border-gray-500\/65:focus {

    border-color: rgb(107 114 128 / 0.65);
}
.focus\:border-gray-500\/70:focus {

    border-color: rgb(107 114 128 / 0.7);
}
.focus\:border-gray-500\/75:focus {

    border-color: rgb(107 114 128 / 0.75);
}
.focus\:border-gray-500\/80:focus {

    border-color: rgb(107 114 128 / 0.8);
}
.focus\:border-gray-500\/85:focus {

    border-color: rgb(107 114 128 / 0.85);
}
.focus\:border-gray-500\/90:focus {

    border-color: rgb(107 114 128 / 0.9);
}
.focus\:border-gray-500\/95:focus {

    border-color: rgb(107 114 128 / 0.95);
}
.focus\:border-gray-600:focus {

    --tw-border-opacity: 1;

    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-600\/0:focus {

    border-color: rgb(75 85 99 / 0);
}
.focus\:border-gray-600\/10:focus {

    border-color: rgb(75 85 99 / 0.1);
}
.focus\:border-gray-600\/100:focus {

    border-color: rgb(75 85 99 / 1);
}
.focus\:border-gray-600\/15:focus {

    border-color: rgb(75 85 99 / 0.15);
}
.focus\:border-gray-600\/20:focus {

    border-color: rgb(75 85 99 / 0.2);
}
.focus\:border-gray-600\/25:focus {

    border-color: rgb(75 85 99 / 0.25);
}
.focus\:border-gray-600\/30:focus {

    border-color: rgb(75 85 99 / 0.3);
}
.focus\:border-gray-600\/35:focus {

    border-color: rgb(75 85 99 / 0.35);
}
.focus\:border-gray-600\/40:focus {

    border-color: rgb(75 85 99 / 0.4);
}
.focus\:border-gray-600\/45:focus {

    border-color: rgb(75 85 99 / 0.45);
}
.focus\:border-gray-600\/5:focus {

    border-color: rgb(75 85 99 / 0.05);
}
.focus\:border-gray-600\/50:focus {

    border-color: rgb(75 85 99 / 0.5);
}
.focus\:border-gray-600\/55:focus {

    border-color: rgb(75 85 99 / 0.55);
}
.focus\:border-gray-600\/60:focus {

    border-color: rgb(75 85 99 / 0.6);
}
.focus\:border-gray-600\/65:focus {

    border-color: rgb(75 85 99 / 0.65);
}
.focus\:border-gray-600\/70:focus {

    border-color: rgb(75 85 99 / 0.7);
}
.focus\:border-gray-600\/75:focus {

    border-color: rgb(75 85 99 / 0.75);
}
.focus\:border-gray-600\/80:focus {

    border-color: rgb(75 85 99 / 0.8);
}
.focus\:border-gray-600\/85:focus {

    border-color: rgb(75 85 99 / 0.85);
}
.focus\:border-gray-600\/90:focus {

    border-color: rgb(75 85 99 / 0.9);
}
.focus\:border-gray-600\/95:focus {

    border-color: rgb(75 85 99 / 0.95);
}
.focus\:border-gray-700:focus {

    --tw-border-opacity: 1;

    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-700\/0:focus {

    border-color: rgb(55 65 81 / 0);
}
.focus\:border-gray-700\/10:focus {

    border-color: rgb(55 65 81 / 0.1);
}
.focus\:border-gray-700\/100:focus {

    border-color: rgb(55 65 81 / 1);
}
.focus\:border-gray-700\/15:focus {

    border-color: rgb(55 65 81 / 0.15);
}
.focus\:border-gray-700\/20:focus {

    border-color: rgb(55 65 81 / 0.2);
}
.focus\:border-gray-700\/25:focus {

    border-color: rgb(55 65 81 / 0.25);
}
.focus\:border-gray-700\/30:focus {

    border-color: rgb(55 65 81 / 0.3);
}
.focus\:border-gray-700\/35:focus {

    border-color: rgb(55 65 81 / 0.35);
}
.focus\:border-gray-700\/40:focus {

    border-color: rgb(55 65 81 / 0.4);
}
.focus\:border-gray-700\/45:focus {

    border-color: rgb(55 65 81 / 0.45);
}
.focus\:border-gray-700\/5:focus {

    border-color: rgb(55 65 81 / 0.05);
}
.focus\:border-gray-700\/50:focus {

    border-color: rgb(55 65 81 / 0.5);
}
.focus\:border-gray-700\/55:focus {

    border-color: rgb(55 65 81 / 0.55);
}
.focus\:border-gray-700\/60:focus {

    border-color: rgb(55 65 81 / 0.6);
}
.focus\:border-gray-700\/65:focus {

    border-color: rgb(55 65 81 / 0.65);
}
.focus\:border-gray-700\/70:focus {

    border-color: rgb(55 65 81 / 0.7);
}
.focus\:border-gray-700\/75:focus {

    border-color: rgb(55 65 81 / 0.75);
}
.focus\:border-gray-700\/80:focus {

    border-color: rgb(55 65 81 / 0.8);
}
.focus\:border-gray-700\/85:focus {

    border-color: rgb(55 65 81 / 0.85);
}
.focus\:border-gray-700\/90:focus {

    border-color: rgb(55 65 81 / 0.9);
}
.focus\:border-gray-700\/95:focus {

    border-color: rgb(55 65 81 / 0.95);
}
.focus\:border-gray-800:focus {

    --tw-border-opacity: 1;

    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-800\/0:focus {

    border-color: rgb(31 41 55 / 0);
}
.focus\:border-gray-800\/10:focus {

    border-color: rgb(31 41 55 / 0.1);
}
.focus\:border-gray-800\/100:focus {

    border-color: rgb(31 41 55 / 1);
}
.focus\:border-gray-800\/15:focus {

    border-color: rgb(31 41 55 / 0.15);
}
.focus\:border-gray-800\/20:focus {

    border-color: rgb(31 41 55 / 0.2);
}
.focus\:border-gray-800\/25:focus {

    border-color: rgb(31 41 55 / 0.25);
}
.focus\:border-gray-800\/30:focus {

    border-color: rgb(31 41 55 / 0.3);
}
.focus\:border-gray-800\/35:focus {

    border-color: rgb(31 41 55 / 0.35);
}
.focus\:border-gray-800\/40:focus {

    border-color: rgb(31 41 55 / 0.4);
}
.focus\:border-gray-800\/45:focus {

    border-color: rgb(31 41 55 / 0.45);
}
.focus\:border-gray-800\/5:focus {

    border-color: rgb(31 41 55 / 0.05);
}
.focus\:border-gray-800\/50:focus {

    border-color: rgb(31 41 55 / 0.5);
}
.focus\:border-gray-800\/55:focus {

    border-color: rgb(31 41 55 / 0.55);
}
.focus\:border-gray-800\/60:focus {

    border-color: rgb(31 41 55 / 0.6);
}
.focus\:border-gray-800\/65:focus {

    border-color: rgb(31 41 55 / 0.65);
}
.focus\:border-gray-800\/70:focus {

    border-color: rgb(31 41 55 / 0.7);
}
.focus\:border-gray-800\/75:focus {

    border-color: rgb(31 41 55 / 0.75);
}
.focus\:border-gray-800\/80:focus {

    border-color: rgb(31 41 55 / 0.8);
}
.focus\:border-gray-800\/85:focus {

    border-color: rgb(31 41 55 / 0.85);
}
.focus\:border-gray-800\/90:focus {

    border-color: rgb(31 41 55 / 0.9);
}
.focus\:border-gray-800\/95:focus {

    border-color: rgb(31 41 55 / 0.95);
}
.focus\:border-gray-900:focus {

    --tw-border-opacity: 1;

    border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900\/0:focus {

    border-color: rgb(17 24 39 / 0);
}
.focus\:border-gray-900\/10:focus {

    border-color: rgb(17 24 39 / 0.1);
}
.focus\:border-gray-900\/100:focus {

    border-color: rgb(17 24 39 / 1);
}
.focus\:border-gray-900\/15:focus {

    border-color: rgb(17 24 39 / 0.15);
}
.focus\:border-gray-900\/20:focus {

    border-color: rgb(17 24 39 / 0.2);
}
.focus\:border-gray-900\/25:focus {

    border-color: rgb(17 24 39 / 0.25);
}
.focus\:border-gray-900\/30:focus {

    border-color: rgb(17 24 39 / 0.3);
}
.focus\:border-gray-900\/35:focus {

    border-color: rgb(17 24 39 / 0.35);
}
.focus\:border-gray-900\/40:focus {

    border-color: rgb(17 24 39 / 0.4);
}
.focus\:border-gray-900\/45:focus {

    border-color: rgb(17 24 39 / 0.45);
}
.focus\:border-gray-900\/5:focus {

    border-color: rgb(17 24 39 / 0.05);
}
.focus\:border-gray-900\/50:focus {

    border-color: rgb(17 24 39 / 0.5);
}
.focus\:border-gray-900\/55:focus {

    border-color: rgb(17 24 39 / 0.55);
}
.focus\:border-gray-900\/60:focus {

    border-color: rgb(17 24 39 / 0.6);
}
.focus\:border-gray-900\/65:focus {

    border-color: rgb(17 24 39 / 0.65);
}
.focus\:border-gray-900\/70:focus {

    border-color: rgb(17 24 39 / 0.7);
}
.focus\:border-gray-900\/75:focus {

    border-color: rgb(17 24 39 / 0.75);
}
.focus\:border-gray-900\/80:focus {

    border-color: rgb(17 24 39 / 0.8);
}
.focus\:border-gray-900\/85:focus {

    border-color: rgb(17 24 39 / 0.85);
}
.focus\:border-gray-900\/90:focus {

    border-color: rgb(17 24 39 / 0.9);
}
.focus\:border-gray-900\/95:focus {

    border-color: rgb(17 24 39 / 0.95);
}
.focus\:border-gray-950:focus {

    --tw-border-opacity: 1;

    border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-950\/0:focus {

    border-color: rgb(3 7 18 / 0);
}
.focus\:border-gray-950\/10:focus {

    border-color: rgb(3 7 18 / 0.1);
}
.focus\:border-gray-950\/100:focus {

    border-color: rgb(3 7 18 / 1);
}
.focus\:border-gray-950\/15:focus {

    border-color: rgb(3 7 18 / 0.15);
}
.focus\:border-gray-950\/20:focus {

    border-color: rgb(3 7 18 / 0.2);
}
.focus\:border-gray-950\/25:focus {

    border-color: rgb(3 7 18 / 0.25);
}
.focus\:border-gray-950\/30:focus {

    border-color: rgb(3 7 18 / 0.3);
}
.focus\:border-gray-950\/35:focus {

    border-color: rgb(3 7 18 / 0.35);
}
.focus\:border-gray-950\/40:focus {

    border-color: rgb(3 7 18 / 0.4);
}
.focus\:border-gray-950\/45:focus {

    border-color: rgb(3 7 18 / 0.45);
}
.focus\:border-gray-950\/5:focus {

    border-color: rgb(3 7 18 / 0.05);
}
.focus\:border-gray-950\/50:focus {

    border-color: rgb(3 7 18 / 0.5);
}
.focus\:border-gray-950\/55:focus {

    border-color: rgb(3 7 18 / 0.55);
}
.focus\:border-gray-950\/60:focus {

    border-color: rgb(3 7 18 / 0.6);
}
.focus\:border-gray-950\/65:focus {

    border-color: rgb(3 7 18 / 0.65);
}
.focus\:border-gray-950\/70:focus {

    border-color: rgb(3 7 18 / 0.7);
}
.focus\:border-gray-950\/75:focus {

    border-color: rgb(3 7 18 / 0.75);
}
.focus\:border-gray-950\/80:focus {

    border-color: rgb(3 7 18 / 0.8);
}
.focus\:border-gray-950\/85:focus {

    border-color: rgb(3 7 18 / 0.85);
}
.focus\:border-gray-950\/90:focus {

    border-color: rgb(3 7 18 / 0.9);
}
.focus\:border-gray-950\/95:focus {

    border-color: rgb(3 7 18 / 0.95);
}
.focus\:border-inherit:focus {

    border-color: inherit;
}
.focus\:border-primary:focus {

    --tw-border-opacity: 1;

    border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-dark:focus {

    --tw-border-opacity: 1;

    border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-dark\/0:focus {

    border-color: rgb(26 88 121 / 0);
}
.focus\:border-primary-dark\/10:focus {

    border-color: rgb(26 88 121 / 0.1);
}
.focus\:border-primary-dark\/100:focus {

    border-color: rgb(26 88 121 / 1);
}
.focus\:border-primary-dark\/15:focus {

    border-color: rgb(26 88 121 / 0.15);
}
.focus\:border-primary-dark\/20:focus {

    border-color: rgb(26 88 121 / 0.2);
}
.focus\:border-primary-dark\/25:focus {

    border-color: rgb(26 88 121 / 0.25);
}
.focus\:border-primary-dark\/30:focus {

    border-color: rgb(26 88 121 / 0.3);
}
.focus\:border-primary-dark\/35:focus {

    border-color: rgb(26 88 121 / 0.35);
}
.focus\:border-primary-dark\/40:focus {

    border-color: rgb(26 88 121 / 0.4);
}
.focus\:border-primary-dark\/45:focus {

    border-color: rgb(26 88 121 / 0.45);
}
.focus\:border-primary-dark\/5:focus {

    border-color: rgb(26 88 121 / 0.05);
}
.focus\:border-primary-dark\/50:focus {

    border-color: rgb(26 88 121 / 0.5);
}
.focus\:border-primary-dark\/55:focus {

    border-color: rgb(26 88 121 / 0.55);
}
.focus\:border-primary-dark\/60:focus {

    border-color: rgb(26 88 121 / 0.6);
}
.focus\:border-primary-dark\/65:focus {

    border-color: rgb(26 88 121 / 0.65);
}
.focus\:border-primary-dark\/70:focus {

    border-color: rgb(26 88 121 / 0.7);
}
.focus\:border-primary-dark\/75:focus {

    border-color: rgb(26 88 121 / 0.75);
}
.focus\:border-primary-dark\/80:focus {

    border-color: rgb(26 88 121 / 0.8);
}
.focus\:border-primary-dark\/85:focus {

    border-color: rgb(26 88 121 / 0.85);
}
.focus\:border-primary-dark\/90:focus {

    border-color: rgb(26 88 121 / 0.9);
}
.focus\:border-primary-dark\/95:focus {

    border-color: rgb(26 88 121 / 0.95);
}
.focus\:border-primary-light:focus {

    --tw-border-opacity: 1;

    border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-light\/0:focus {

    border-color: rgb(85 154 193 / 0);
}
.focus\:border-primary-light\/10:focus {

    border-color: rgb(85 154 193 / 0.1);
}
.focus\:border-primary-light\/100:focus {

    border-color: rgb(85 154 193 / 1);
}
.focus\:border-primary-light\/15:focus {

    border-color: rgb(85 154 193 / 0.15);
}
.focus\:border-primary-light\/20:focus {

    border-color: rgb(85 154 193 / 0.2);
}
.focus\:border-primary-light\/25:focus {

    border-color: rgb(85 154 193 / 0.25);
}
.focus\:border-primary-light\/30:focus {

    border-color: rgb(85 154 193 / 0.3);
}
.focus\:border-primary-light\/35:focus {

    border-color: rgb(85 154 193 / 0.35);
}
.focus\:border-primary-light\/40:focus {

    border-color: rgb(85 154 193 / 0.4);
}
.focus\:border-primary-light\/45:focus {

    border-color: rgb(85 154 193 / 0.45);
}
.focus\:border-primary-light\/5:focus {

    border-color: rgb(85 154 193 / 0.05);
}
.focus\:border-primary-light\/50:focus {

    border-color: rgb(85 154 193 / 0.5);
}
.focus\:border-primary-light\/55:focus {

    border-color: rgb(85 154 193 / 0.55);
}
.focus\:border-primary-light\/60:focus {

    border-color: rgb(85 154 193 / 0.6);
}
.focus\:border-primary-light\/65:focus {

    border-color: rgb(85 154 193 / 0.65);
}
.focus\:border-primary-light\/70:focus {

    border-color: rgb(85 154 193 / 0.7);
}
.focus\:border-primary-light\/75:focus {

    border-color: rgb(85 154 193 / 0.75);
}
.focus\:border-primary-light\/80:focus {

    border-color: rgb(85 154 193 / 0.8);
}
.focus\:border-primary-light\/85:focus {

    border-color: rgb(85 154 193 / 0.85);
}
.focus\:border-primary-light\/90:focus {

    border-color: rgb(85 154 193 / 0.9);
}
.focus\:border-primary-light\/95:focus {

    border-color: rgb(85 154 193 / 0.95);
}
.focus\:border-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-lighter\/0:focus {

    border-color: rgb(115 177 212 / 0);
}
.focus\:border-primary-lighter\/10:focus {

    border-color: rgb(115 177 212 / 0.1);
}
.focus\:border-primary-lighter\/100:focus {

    border-color: rgb(115 177 212 / 1);
}
.focus\:border-primary-lighter\/15:focus {

    border-color: rgb(115 177 212 / 0.15);
}
.focus\:border-primary-lighter\/20:focus {

    border-color: rgb(115 177 212 / 0.2);
}
.focus\:border-primary-lighter\/25:focus {

    border-color: rgb(115 177 212 / 0.25);
}
.focus\:border-primary-lighter\/30:focus {

    border-color: rgb(115 177 212 / 0.3);
}
.focus\:border-primary-lighter\/35:focus {

    border-color: rgb(115 177 212 / 0.35);
}
.focus\:border-primary-lighter\/40:focus {

    border-color: rgb(115 177 212 / 0.4);
}
.focus\:border-primary-lighter\/45:focus {

    border-color: rgb(115 177 212 / 0.45);
}
.focus\:border-primary-lighter\/5:focus {

    border-color: rgb(115 177 212 / 0.05);
}
.focus\:border-primary-lighter\/50:focus {

    border-color: rgb(115 177 212 / 0.5);
}
.focus\:border-primary-lighter\/55:focus {

    border-color: rgb(115 177 212 / 0.55);
}
.focus\:border-primary-lighter\/60:focus {

    border-color: rgb(115 177 212 / 0.6);
}
.focus\:border-primary-lighter\/65:focus {

    border-color: rgb(115 177 212 / 0.65);
}
.focus\:border-primary-lighter\/70:focus {

    border-color: rgb(115 177 212 / 0.7);
}
.focus\:border-primary-lighter\/75:focus {

    border-color: rgb(115 177 212 / 0.75);
}
.focus\:border-primary-lighter\/80:focus {

    border-color: rgb(115 177 212 / 0.8);
}
.focus\:border-primary-lighter\/85:focus {

    border-color: rgb(115 177 212 / 0.85);
}
.focus\:border-primary-lighter\/90:focus {

    border-color: rgb(115 177 212 / 0.9);
}
.focus\:border-primary-lighter\/95:focus {

    border-color: rgb(115 177 212 / 0.95);
}
.focus\:border-primary\/0:focus {

    border-color: rgb(52 114 147 / 0);
}
.focus\:border-primary\/10:focus {

    border-color: rgb(52 114 147 / 0.1);
}
.focus\:border-primary\/100:focus {

    border-color: rgb(52 114 147 / 1);
}
.focus\:border-primary\/15:focus {

    border-color: rgb(52 114 147 / 0.15);
}
.focus\:border-primary\/20:focus {

    border-color: rgb(52 114 147 / 0.2);
}
.focus\:border-primary\/25:focus {

    border-color: rgb(52 114 147 / 0.25);
}
.focus\:border-primary\/30:focus {

    border-color: rgb(52 114 147 / 0.3);
}
.focus\:border-primary\/35:focus {

    border-color: rgb(52 114 147 / 0.35);
}
.focus\:border-primary\/40:focus {

    border-color: rgb(52 114 147 / 0.4);
}
.focus\:border-primary\/45:focus {

    border-color: rgb(52 114 147 / 0.45);
}
.focus\:border-primary\/5:focus {

    border-color: rgb(52 114 147 / 0.05);
}
.focus\:border-primary\/50:focus {

    border-color: rgb(52 114 147 / 0.5);
}
.focus\:border-primary\/55:focus {

    border-color: rgb(52 114 147 / 0.55);
}
.focus\:border-primary\/60:focus {

    border-color: rgb(52 114 147 / 0.6);
}
.focus\:border-primary\/65:focus {

    border-color: rgb(52 114 147 / 0.65);
}
.focus\:border-primary\/70:focus {

    border-color: rgb(52 114 147 / 0.7);
}
.focus\:border-primary\/75:focus {

    border-color: rgb(52 114 147 / 0.75);
}
.focus\:border-primary\/80:focus {

    border-color: rgb(52 114 147 / 0.8);
}
.focus\:border-primary\/85:focus {

    border-color: rgb(52 114 147 / 0.85);
}
.focus\:border-primary\/90:focus {

    border-color: rgb(52 114 147 / 0.9);
}
.focus\:border-primary\/95:focus {

    border-color: rgb(52 114 147 / 0.95);
}
.focus\:border-secondary:focus {

    --tw-border-opacity: 1;

    border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-dark\/0:focus {

    border-color: rgb(226 207 188 / 0);
}
.focus\:border-secondary-dark\/10:focus {

    border-color: rgb(226 207 188 / 0.1);
}
.focus\:border-secondary-dark\/100:focus {

    border-color: rgb(226 207 188 / 1);
}
.focus\:border-secondary-dark\/15:focus {

    border-color: rgb(226 207 188 / 0.15);
}
.focus\:border-secondary-dark\/20:focus {

    border-color: rgb(226 207 188 / 0.2);
}
.focus\:border-secondary-dark\/25:focus {

    border-color: rgb(226 207 188 / 0.25);
}
.focus\:border-secondary-dark\/30:focus {

    border-color: rgb(226 207 188 / 0.3);
}
.focus\:border-secondary-dark\/35:focus {

    border-color: rgb(226 207 188 / 0.35);
}
.focus\:border-secondary-dark\/40:focus {

    border-color: rgb(226 207 188 / 0.4);
}
.focus\:border-secondary-dark\/45:focus {

    border-color: rgb(226 207 188 / 0.45);
}
.focus\:border-secondary-dark\/5:focus {

    border-color: rgb(226 207 188 / 0.05);
}
.focus\:border-secondary-dark\/50:focus {

    border-color: rgb(226 207 188 / 0.5);
}
.focus\:border-secondary-dark\/55:focus {

    border-color: rgb(226 207 188 / 0.55);
}
.focus\:border-secondary-dark\/60:focus {

    border-color: rgb(226 207 188 / 0.6);
}
.focus\:border-secondary-dark\/65:focus {

    border-color: rgb(226 207 188 / 0.65);
}
.focus\:border-secondary-dark\/70:focus {

    border-color: rgb(226 207 188 / 0.7);
}
.focus\:border-secondary-dark\/75:focus {

    border-color: rgb(226 207 188 / 0.75);
}
.focus\:border-secondary-dark\/80:focus {

    border-color: rgb(226 207 188 / 0.8);
}
.focus\:border-secondary-dark\/85:focus {

    border-color: rgb(226 207 188 / 0.85);
}
.focus\:border-secondary-dark\/90:focus {

    border-color: rgb(226 207 188 / 0.9);
}
.focus\:border-secondary-dark\/95:focus {

    border-color: rgb(226 207 188 / 0.95);
}
.focus\:border-secondary-light:focus {

    --tw-border-opacity: 1;

    border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-light\/0:focus {

    border-color: rgb(254 250 247 / 0);
}
.focus\:border-secondary-light\/10:focus {

    border-color: rgb(254 250 247 / 0.1);
}
.focus\:border-secondary-light\/100:focus {

    border-color: rgb(254 250 247 / 1);
}
.focus\:border-secondary-light\/15:focus {

    border-color: rgb(254 250 247 / 0.15);
}
.focus\:border-secondary-light\/20:focus {

    border-color: rgb(254 250 247 / 0.2);
}
.focus\:border-secondary-light\/25:focus {

    border-color: rgb(254 250 247 / 0.25);
}
.focus\:border-secondary-light\/30:focus {

    border-color: rgb(254 250 247 / 0.3);
}
.focus\:border-secondary-light\/35:focus {

    border-color: rgb(254 250 247 / 0.35);
}
.focus\:border-secondary-light\/40:focus {

    border-color: rgb(254 250 247 / 0.4);
}
.focus\:border-secondary-light\/45:focus {

    border-color: rgb(254 250 247 / 0.45);
}
.focus\:border-secondary-light\/5:focus {

    border-color: rgb(254 250 247 / 0.05);
}
.focus\:border-secondary-light\/50:focus {

    border-color: rgb(254 250 247 / 0.5);
}
.focus\:border-secondary-light\/55:focus {

    border-color: rgb(254 250 247 / 0.55);
}
.focus\:border-secondary-light\/60:focus {

    border-color: rgb(254 250 247 / 0.6);
}
.focus\:border-secondary-light\/65:focus {

    border-color: rgb(254 250 247 / 0.65);
}
.focus\:border-secondary-light\/70:focus {

    border-color: rgb(254 250 247 / 0.7);
}
.focus\:border-secondary-light\/75:focus {

    border-color: rgb(254 250 247 / 0.75);
}
.focus\:border-secondary-light\/80:focus {

    border-color: rgb(254 250 247 / 0.8);
}
.focus\:border-secondary-light\/85:focus {

    border-color: rgb(254 250 247 / 0.85);
}
.focus\:border-secondary-light\/90:focus {

    border-color: rgb(254 250 247 / 0.9);
}
.focus\:border-secondary-light\/95:focus {

    border-color: rgb(254 250 247 / 0.95);
}
.focus\:border-secondary\/0:focus {

    border-color: rgb(243 234 225 / 0);
}
.focus\:border-secondary\/10:focus {

    border-color: rgb(243 234 225 / 0.1);
}
.focus\:border-secondary\/100:focus {

    border-color: rgb(243 234 225 / 1);
}
.focus\:border-secondary\/15:focus {

    border-color: rgb(243 234 225 / 0.15);
}
.focus\:border-secondary\/20:focus {

    border-color: rgb(243 234 225 / 0.2);
}
.focus\:border-secondary\/25:focus {

    border-color: rgb(243 234 225 / 0.25);
}
.focus\:border-secondary\/30:focus {

    border-color: rgb(243 234 225 / 0.3);
}
.focus\:border-secondary\/35:focus {

    border-color: rgb(243 234 225 / 0.35);
}
.focus\:border-secondary\/40:focus {

    border-color: rgb(243 234 225 / 0.4);
}
.focus\:border-secondary\/45:focus {

    border-color: rgb(243 234 225 / 0.45);
}
.focus\:border-secondary\/5:focus {

    border-color: rgb(243 234 225 / 0.05);
}
.focus\:border-secondary\/50:focus {

    border-color: rgb(243 234 225 / 0.5);
}
.focus\:border-secondary\/55:focus {

    border-color: rgb(243 234 225 / 0.55);
}
.focus\:border-secondary\/60:focus {

    border-color: rgb(243 234 225 / 0.6);
}
.focus\:border-secondary\/65:focus {

    border-color: rgb(243 234 225 / 0.65);
}
.focus\:border-secondary\/70:focus {

    border-color: rgb(243 234 225 / 0.7);
}
.focus\:border-secondary\/75:focus {

    border-color: rgb(243 234 225 / 0.75);
}
.focus\:border-secondary\/80:focus {

    border-color: rgb(243 234 225 / 0.8);
}
.focus\:border-secondary\/85:focus {

    border-color: rgb(243 234 225 / 0.85);
}
.focus\:border-secondary\/90:focus {

    border-color: rgb(243 234 225 / 0.9);
}
.focus\:border-secondary\/95:focus {

    border-color: rgb(243 234 225 / 0.95);
}
.focus\:border-transparent:focus {

    border-color: transparent;
}
.focus\:border-transparent\/0:focus {

    border-color: rgb(0 0 0 / 0);
}
.focus\:border-transparent\/10:focus {

    border-color: rgb(0 0 0 / 0.1);
}
.focus\:border-transparent\/100:focus {

    border-color: rgb(0 0 0 / 1);
}
.focus\:border-transparent\/15:focus {

    border-color: rgb(0 0 0 / 0.15);
}
.focus\:border-transparent\/20:focus {

    border-color: rgb(0 0 0 / 0.2);
}
.focus\:border-transparent\/25:focus {

    border-color: rgb(0 0 0 / 0.25);
}
.focus\:border-transparent\/30:focus {

    border-color: rgb(0 0 0 / 0.3);
}
.focus\:border-transparent\/35:focus {

    border-color: rgb(0 0 0 / 0.35);
}
.focus\:border-transparent\/40:focus {

    border-color: rgb(0 0 0 / 0.4);
}
.focus\:border-transparent\/45:focus {

    border-color: rgb(0 0 0 / 0.45);
}
.focus\:border-transparent\/5:focus {

    border-color: rgb(0 0 0 / 0.05);
}
.focus\:border-transparent\/50:focus {

    border-color: rgb(0 0 0 / 0.5);
}
.focus\:border-transparent\/55:focus {

    border-color: rgb(0 0 0 / 0.55);
}
.focus\:border-transparent\/60:focus {

    border-color: rgb(0 0 0 / 0.6);
}
.focus\:border-transparent\/65:focus {

    border-color: rgb(0 0 0 / 0.65);
}
.focus\:border-transparent\/70:focus {

    border-color: rgb(0 0 0 / 0.7);
}
.focus\:border-transparent\/75:focus {

    border-color: rgb(0 0 0 / 0.75);
}
.focus\:border-transparent\/80:focus {

    border-color: rgb(0 0 0 / 0.8);
}
.focus\:border-transparent\/85:focus {

    border-color: rgb(0 0 0 / 0.85);
}
.focus\:border-transparent\/90:focus {

    border-color: rgb(0 0 0 / 0.9);
}
.focus\:border-transparent\/95:focus {

    border-color: rgb(0 0 0 / 0.95);
}
.focus\:border-white:focus {

    --tw-border-opacity: 1;

    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-white\/0:focus {

    border-color: rgb(255 255 255 / 0);
}
.focus\:border-white\/10:focus {

    border-color: rgb(255 255 255 / 0.1);
}
.focus\:border-white\/100:focus {

    border-color: rgb(255 255 255 / 1);
}
.focus\:border-white\/15:focus {

    border-color: rgb(255 255 255 / 0.15);
}
.focus\:border-white\/20:focus {

    border-color: rgb(255 255 255 / 0.2);
}
.focus\:border-white\/25:focus {

    border-color: rgb(255 255 255 / 0.25);
}
.focus\:border-white\/30:focus {

    border-color: rgb(255 255 255 / 0.3);
}
.focus\:border-white\/35:focus {

    border-color: rgb(255 255 255 / 0.35);
}
.focus\:border-white\/40:focus {

    border-color: rgb(255 255 255 / 0.4);
}
.focus\:border-white\/45:focus {

    border-color: rgb(255 255 255 / 0.45);
}
.focus\:border-white\/5:focus {

    border-color: rgb(255 255 255 / 0.05);
}
.focus\:border-white\/50:focus {

    border-color: rgb(255 255 255 / 0.5);
}
.focus\:border-white\/55:focus {

    border-color: rgb(255 255 255 / 0.55);
}
.focus\:border-white\/60:focus {

    border-color: rgb(255 255 255 / 0.6);
}
.focus\:border-white\/65:focus {

    border-color: rgb(255 255 255 / 0.65);
}
.focus\:border-white\/70:focus {

    border-color: rgb(255 255 255 / 0.7);
}
.focus\:border-white\/75:focus {

    border-color: rgb(255 255 255 / 0.75);
}
.focus\:border-white\/80:focus {

    border-color: rgb(255 255 255 / 0.8);
}
.focus\:border-white\/85:focus {

    border-color: rgb(255 255 255 / 0.85);
}
.focus\:border-white\/90:focus {

    border-color: rgb(255 255 255 / 0.9);
}
.focus\:border-white\/95:focus {

    border-color: rgb(255 255 255 / 0.95);
}
.focus\:border-x-accent:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-dark\/0:focus {

    border-left-color: rgb(225 114 45 / 0);

    border-right-color: rgb(225 114 45 / 0);
}
.focus\:border-x-accent-dark\/10:focus {

    border-left-color: rgb(225 114 45 / 0.1);

    border-right-color: rgb(225 114 45 / 0.1);
}
.focus\:border-x-accent-dark\/100:focus {

    border-left-color: rgb(225 114 45 / 1);

    border-right-color: rgb(225 114 45 / 1);
}
.focus\:border-x-accent-dark\/15:focus {

    border-left-color: rgb(225 114 45 / 0.15);

    border-right-color: rgb(225 114 45 / 0.15);
}
.focus\:border-x-accent-dark\/20:focus {

    border-left-color: rgb(225 114 45 / 0.2);

    border-right-color: rgb(225 114 45 / 0.2);
}
.focus\:border-x-accent-dark\/25:focus {

    border-left-color: rgb(225 114 45 / 0.25);

    border-right-color: rgb(225 114 45 / 0.25);
}
.focus\:border-x-accent-dark\/30:focus {

    border-left-color: rgb(225 114 45 / 0.3);

    border-right-color: rgb(225 114 45 / 0.3);
}
.focus\:border-x-accent-dark\/35:focus {

    border-left-color: rgb(225 114 45 / 0.35);

    border-right-color: rgb(225 114 45 / 0.35);
}
.focus\:border-x-accent-dark\/40:focus {

    border-left-color: rgb(225 114 45 / 0.4);

    border-right-color: rgb(225 114 45 / 0.4);
}
.focus\:border-x-accent-dark\/45:focus {

    border-left-color: rgb(225 114 45 / 0.45);

    border-right-color: rgb(225 114 45 / 0.45);
}
.focus\:border-x-accent-dark\/5:focus {

    border-left-color: rgb(225 114 45 / 0.05);

    border-right-color: rgb(225 114 45 / 0.05);
}
.focus\:border-x-accent-dark\/50:focus {

    border-left-color: rgb(225 114 45 / 0.5);

    border-right-color: rgb(225 114 45 / 0.5);
}
.focus\:border-x-accent-dark\/55:focus {

    border-left-color: rgb(225 114 45 / 0.55);

    border-right-color: rgb(225 114 45 / 0.55);
}
.focus\:border-x-accent-dark\/60:focus {

    border-left-color: rgb(225 114 45 / 0.6);

    border-right-color: rgb(225 114 45 / 0.6);
}
.focus\:border-x-accent-dark\/65:focus {

    border-left-color: rgb(225 114 45 / 0.65);

    border-right-color: rgb(225 114 45 / 0.65);
}
.focus\:border-x-accent-dark\/70:focus {

    border-left-color: rgb(225 114 45 / 0.7);

    border-right-color: rgb(225 114 45 / 0.7);
}
.focus\:border-x-accent-dark\/75:focus {

    border-left-color: rgb(225 114 45 / 0.75);

    border-right-color: rgb(225 114 45 / 0.75);
}
.focus\:border-x-accent-dark\/80:focus {

    border-left-color: rgb(225 114 45 / 0.8);

    border-right-color: rgb(225 114 45 / 0.8);
}
.focus\:border-x-accent-dark\/85:focus {

    border-left-color: rgb(225 114 45 / 0.85);

    border-right-color: rgb(225 114 45 / 0.85);
}
.focus\:border-x-accent-dark\/90:focus {

    border-left-color: rgb(225 114 45 / 0.9);

    border-right-color: rgb(225 114 45 / 0.9);
}
.focus\:border-x-accent-dark\/95:focus {

    border-left-color: rgb(225 114 45 / 0.95);

    border-right-color: rgb(225 114 45 / 0.95);
}
.focus\:border-x-accent-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-light\/0:focus {

    border-left-color: rgb(255 191 105 / 0);

    border-right-color: rgb(255 191 105 / 0);
}
.focus\:border-x-accent-light\/10:focus {

    border-left-color: rgb(255 191 105 / 0.1);

    border-right-color: rgb(255 191 105 / 0.1);
}
.focus\:border-x-accent-light\/100:focus {

    border-left-color: rgb(255 191 105 / 1);

    border-right-color: rgb(255 191 105 / 1);
}
.focus\:border-x-accent-light\/15:focus {

    border-left-color: rgb(255 191 105 / 0.15);

    border-right-color: rgb(255 191 105 / 0.15);
}
.focus\:border-x-accent-light\/20:focus {

    border-left-color: rgb(255 191 105 / 0.2);

    border-right-color: rgb(255 191 105 / 0.2);
}
.focus\:border-x-accent-light\/25:focus {

    border-left-color: rgb(255 191 105 / 0.25);

    border-right-color: rgb(255 191 105 / 0.25);
}
.focus\:border-x-accent-light\/30:focus {

    border-left-color: rgb(255 191 105 / 0.3);

    border-right-color: rgb(255 191 105 / 0.3);
}
.focus\:border-x-accent-light\/35:focus {

    border-left-color: rgb(255 191 105 / 0.35);

    border-right-color: rgb(255 191 105 / 0.35);
}
.focus\:border-x-accent-light\/40:focus {

    border-left-color: rgb(255 191 105 / 0.4);

    border-right-color: rgb(255 191 105 / 0.4);
}
.focus\:border-x-accent-light\/45:focus {

    border-left-color: rgb(255 191 105 / 0.45);

    border-right-color: rgb(255 191 105 / 0.45);
}
.focus\:border-x-accent-light\/5:focus {

    border-left-color: rgb(255 191 105 / 0.05);

    border-right-color: rgb(255 191 105 / 0.05);
}
.focus\:border-x-accent-light\/50:focus {

    border-left-color: rgb(255 191 105 / 0.5);

    border-right-color: rgb(255 191 105 / 0.5);
}
.focus\:border-x-accent-light\/55:focus {

    border-left-color: rgb(255 191 105 / 0.55);

    border-right-color: rgb(255 191 105 / 0.55);
}
.focus\:border-x-accent-light\/60:focus {

    border-left-color: rgb(255 191 105 / 0.6);

    border-right-color: rgb(255 191 105 / 0.6);
}
.focus\:border-x-accent-light\/65:focus {

    border-left-color: rgb(255 191 105 / 0.65);

    border-right-color: rgb(255 191 105 / 0.65);
}
.focus\:border-x-accent-light\/70:focus {

    border-left-color: rgb(255 191 105 / 0.7);

    border-right-color: rgb(255 191 105 / 0.7);
}
.focus\:border-x-accent-light\/75:focus {

    border-left-color: rgb(255 191 105 / 0.75);

    border-right-color: rgb(255 191 105 / 0.75);
}
.focus\:border-x-accent-light\/80:focus {

    border-left-color: rgb(255 191 105 / 0.8);

    border-right-color: rgb(255 191 105 / 0.8);
}
.focus\:border-x-accent-light\/85:focus {

    border-left-color: rgb(255 191 105 / 0.85);

    border-right-color: rgb(255 191 105 / 0.85);
}
.focus\:border-x-accent-light\/90:focus {

    border-left-color: rgb(255 191 105 / 0.9);

    border-right-color: rgb(255 191 105 / 0.9);
}
.focus\:border-x-accent-light\/95:focus {

    border-left-color: rgb(255 191 105 / 0.95);

    border-right-color: rgb(255 191 105 / 0.95);
}
.focus\:border-x-accent\/0:focus {

    border-left-color: rgb(229 136 78 / 0);

    border-right-color: rgb(229 136 78 / 0);
}
.focus\:border-x-accent\/10:focus {

    border-left-color: rgb(229 136 78 / 0.1);

    border-right-color: rgb(229 136 78 / 0.1);
}
.focus\:border-x-accent\/100:focus {

    border-left-color: rgb(229 136 78 / 1);

    border-right-color: rgb(229 136 78 / 1);
}
.focus\:border-x-accent\/15:focus {

    border-left-color: rgb(229 136 78 / 0.15);

    border-right-color: rgb(229 136 78 / 0.15);
}
.focus\:border-x-accent\/20:focus {

    border-left-color: rgb(229 136 78 / 0.2);

    border-right-color: rgb(229 136 78 / 0.2);
}
.focus\:border-x-accent\/25:focus {

    border-left-color: rgb(229 136 78 / 0.25);

    border-right-color: rgb(229 136 78 / 0.25);
}
.focus\:border-x-accent\/30:focus {

    border-left-color: rgb(229 136 78 / 0.3);

    border-right-color: rgb(229 136 78 / 0.3);
}
.focus\:border-x-accent\/35:focus {

    border-left-color: rgb(229 136 78 / 0.35);

    border-right-color: rgb(229 136 78 / 0.35);
}
.focus\:border-x-accent\/40:focus {

    border-left-color: rgb(229 136 78 / 0.4);

    border-right-color: rgb(229 136 78 / 0.4);
}
.focus\:border-x-accent\/45:focus {

    border-left-color: rgb(229 136 78 / 0.45);

    border-right-color: rgb(229 136 78 / 0.45);
}
.focus\:border-x-accent\/5:focus {

    border-left-color: rgb(229 136 78 / 0.05);

    border-right-color: rgb(229 136 78 / 0.05);
}
.focus\:border-x-accent\/50:focus {

    border-left-color: rgb(229 136 78 / 0.5);

    border-right-color: rgb(229 136 78 / 0.5);
}
.focus\:border-x-accent\/55:focus {

    border-left-color: rgb(229 136 78 / 0.55);

    border-right-color: rgb(229 136 78 / 0.55);
}
.focus\:border-x-accent\/60:focus {

    border-left-color: rgb(229 136 78 / 0.6);

    border-right-color: rgb(229 136 78 / 0.6);
}
.focus\:border-x-accent\/65:focus {

    border-left-color: rgb(229 136 78 / 0.65);

    border-right-color: rgb(229 136 78 / 0.65);
}
.focus\:border-x-accent\/70:focus {

    border-left-color: rgb(229 136 78 / 0.7);

    border-right-color: rgb(229 136 78 / 0.7);
}
.focus\:border-x-accent\/75:focus {

    border-left-color: rgb(229 136 78 / 0.75);

    border-right-color: rgb(229 136 78 / 0.75);
}
.focus\:border-x-accent\/80:focus {

    border-left-color: rgb(229 136 78 / 0.8);

    border-right-color: rgb(229 136 78 / 0.8);
}
.focus\:border-x-accent\/85:focus {

    border-left-color: rgb(229 136 78 / 0.85);

    border-right-color: rgb(229 136 78 / 0.85);
}
.focus\:border-x-accent\/90:focus {

    border-left-color: rgb(229 136 78 / 0.9);

    border-right-color: rgb(229 136 78 / 0.9);
}
.focus\:border-x-accent\/95:focus {

    border-left-color: rgb(229 136 78 / 0.95);

    border-right-color: rgb(229 136 78 / 0.95);
}
.focus\:border-x-black:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-x-black\/0:focus {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-x-black\/10:focus {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-x-black\/100:focus {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-x-black\/15:focus {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-x-black\/20:focus {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-x-black\/25:focus {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-x-black\/30:focus {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-x-black\/35:focus {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-x-black\/40:focus {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-x-black\/45:focus {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-x-black\/5:focus {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-x-black\/50:focus {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-x-black\/55:focus {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-x-black\/60:focus {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-x-black\/65:focus {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-x-black\/70:focus {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-x-black\/75:focus {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-x-black\/80:focus {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-x-black\/85:focus {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-x-black\/90:focus {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-x-black\/95:focus {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-x-current:focus {

    border-left-color: currentColor;

    border-right-color: currentColor;
}
.focus\:border-x-error:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-x-error\/0:focus {

    border-left-color: rgb(255 0 0 / 0);

    border-right-color: rgb(255 0 0 / 0);
}
.focus\:border-x-error\/10:focus {

    border-left-color: rgb(255 0 0 / 0.1);

    border-right-color: rgb(255 0 0 / 0.1);
}
.focus\:border-x-error\/100:focus {

    border-left-color: rgb(255 0 0 / 1);

    border-right-color: rgb(255 0 0 / 1);
}
.focus\:border-x-error\/15:focus {

    border-left-color: rgb(255 0 0 / 0.15);

    border-right-color: rgb(255 0 0 / 0.15);
}
.focus\:border-x-error\/20:focus {

    border-left-color: rgb(255 0 0 / 0.2);

    border-right-color: rgb(255 0 0 / 0.2);
}
.focus\:border-x-error\/25:focus {

    border-left-color: rgb(255 0 0 / 0.25);

    border-right-color: rgb(255 0 0 / 0.25);
}
.focus\:border-x-error\/30:focus {

    border-left-color: rgb(255 0 0 / 0.3);

    border-right-color: rgb(255 0 0 / 0.3);
}
.focus\:border-x-error\/35:focus {

    border-left-color: rgb(255 0 0 / 0.35);

    border-right-color: rgb(255 0 0 / 0.35);
}
.focus\:border-x-error\/40:focus {

    border-left-color: rgb(255 0 0 / 0.4);

    border-right-color: rgb(255 0 0 / 0.4);
}
.focus\:border-x-error\/45:focus {

    border-left-color: rgb(255 0 0 / 0.45);

    border-right-color: rgb(255 0 0 / 0.45);
}
.focus\:border-x-error\/5:focus {

    border-left-color: rgb(255 0 0 / 0.05);

    border-right-color: rgb(255 0 0 / 0.05);
}
.focus\:border-x-error\/50:focus {

    border-left-color: rgb(255 0 0 / 0.5);

    border-right-color: rgb(255 0 0 / 0.5);
}
.focus\:border-x-error\/55:focus {

    border-left-color: rgb(255 0 0 / 0.55);

    border-right-color: rgb(255 0 0 / 0.55);
}
.focus\:border-x-error\/60:focus {

    border-left-color: rgb(255 0 0 / 0.6);

    border-right-color: rgb(255 0 0 / 0.6);
}
.focus\:border-x-error\/65:focus {

    border-left-color: rgb(255 0 0 / 0.65);

    border-right-color: rgb(255 0 0 / 0.65);
}
.focus\:border-x-error\/70:focus {

    border-left-color: rgb(255 0 0 / 0.7);

    border-right-color: rgb(255 0 0 / 0.7);
}
.focus\:border-x-error\/75:focus {

    border-left-color: rgb(255 0 0 / 0.75);

    border-right-color: rgb(255 0 0 / 0.75);
}
.focus\:border-x-error\/80:focus {

    border-left-color: rgb(255 0 0 / 0.8);

    border-right-color: rgb(255 0 0 / 0.8);
}
.focus\:border-x-error\/85:focus {

    border-left-color: rgb(255 0 0 / 0.85);

    border-right-color: rgb(255 0 0 / 0.85);
}
.focus\:border-x-error\/90:focus {

    border-left-color: rgb(255 0 0 / 0.9);

    border-right-color: rgb(255 0 0 / 0.9);
}
.focus\:border-x-error\/95:focus {

    border-left-color: rgb(255 0 0 / 0.95);

    border-right-color: rgb(255 0 0 / 0.95);
}
.focus\:border-x-gray-100:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-100\/0:focus {

    border-left-color: rgb(243 244 246 / 0);

    border-right-color: rgb(243 244 246 / 0);
}
.focus\:border-x-gray-100\/10:focus {

    border-left-color: rgb(243 244 246 / 0.1);

    border-right-color: rgb(243 244 246 / 0.1);
}
.focus\:border-x-gray-100\/100:focus {

    border-left-color: rgb(243 244 246 / 1);

    border-right-color: rgb(243 244 246 / 1);
}
.focus\:border-x-gray-100\/15:focus {

    border-left-color: rgb(243 244 246 / 0.15);

    border-right-color: rgb(243 244 246 / 0.15);
}
.focus\:border-x-gray-100\/20:focus {

    border-left-color: rgb(243 244 246 / 0.2);

    border-right-color: rgb(243 244 246 / 0.2);
}
.focus\:border-x-gray-100\/25:focus {

    border-left-color: rgb(243 244 246 / 0.25);

    border-right-color: rgb(243 244 246 / 0.25);
}
.focus\:border-x-gray-100\/30:focus {

    border-left-color: rgb(243 244 246 / 0.3);

    border-right-color: rgb(243 244 246 / 0.3);
}
.focus\:border-x-gray-100\/35:focus {

    border-left-color: rgb(243 244 246 / 0.35);

    border-right-color: rgb(243 244 246 / 0.35);
}
.focus\:border-x-gray-100\/40:focus {

    border-left-color: rgb(243 244 246 / 0.4);

    border-right-color: rgb(243 244 246 / 0.4);
}
.focus\:border-x-gray-100\/45:focus {

    border-left-color: rgb(243 244 246 / 0.45);

    border-right-color: rgb(243 244 246 / 0.45);
}
.focus\:border-x-gray-100\/5:focus {

    border-left-color: rgb(243 244 246 / 0.05);

    border-right-color: rgb(243 244 246 / 0.05);
}
.focus\:border-x-gray-100\/50:focus {

    border-left-color: rgb(243 244 246 / 0.5);

    border-right-color: rgb(243 244 246 / 0.5);
}
.focus\:border-x-gray-100\/55:focus {

    border-left-color: rgb(243 244 246 / 0.55);

    border-right-color: rgb(243 244 246 / 0.55);
}
.focus\:border-x-gray-100\/60:focus {

    border-left-color: rgb(243 244 246 / 0.6);

    border-right-color: rgb(243 244 246 / 0.6);
}
.focus\:border-x-gray-100\/65:focus {

    border-left-color: rgb(243 244 246 / 0.65);

    border-right-color: rgb(243 244 246 / 0.65);
}
.focus\:border-x-gray-100\/70:focus {

    border-left-color: rgb(243 244 246 / 0.7);

    border-right-color: rgb(243 244 246 / 0.7);
}
.focus\:border-x-gray-100\/75:focus {

    border-left-color: rgb(243 244 246 / 0.75);

    border-right-color: rgb(243 244 246 / 0.75);
}
.focus\:border-x-gray-100\/80:focus {

    border-left-color: rgb(243 244 246 / 0.8);

    border-right-color: rgb(243 244 246 / 0.8);
}
.focus\:border-x-gray-100\/85:focus {

    border-left-color: rgb(243 244 246 / 0.85);

    border-right-color: rgb(243 244 246 / 0.85);
}
.focus\:border-x-gray-100\/90:focus {

    border-left-color: rgb(243 244 246 / 0.9);

    border-right-color: rgb(243 244 246 / 0.9);
}
.focus\:border-x-gray-100\/95:focus {

    border-left-color: rgb(243 244 246 / 0.95);

    border-right-color: rgb(243 244 246 / 0.95);
}
.focus\:border-x-gray-200:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-200\/0:focus {

    border-left-color: rgb(229 231 235 / 0);

    border-right-color: rgb(229 231 235 / 0);
}
.focus\:border-x-gray-200\/10:focus {

    border-left-color: rgb(229 231 235 / 0.1);

    border-right-color: rgb(229 231 235 / 0.1);
}
.focus\:border-x-gray-200\/100:focus {

    border-left-color: rgb(229 231 235 / 1);

    border-right-color: rgb(229 231 235 / 1);
}
.focus\:border-x-gray-200\/15:focus {

    border-left-color: rgb(229 231 235 / 0.15);

    border-right-color: rgb(229 231 235 / 0.15);
}
.focus\:border-x-gray-200\/20:focus {

    border-left-color: rgb(229 231 235 / 0.2);

    border-right-color: rgb(229 231 235 / 0.2);
}
.focus\:border-x-gray-200\/25:focus {

    border-left-color: rgb(229 231 235 / 0.25);

    border-right-color: rgb(229 231 235 / 0.25);
}
.focus\:border-x-gray-200\/30:focus {

    border-left-color: rgb(229 231 235 / 0.3);

    border-right-color: rgb(229 231 235 / 0.3);
}
.focus\:border-x-gray-200\/35:focus {

    border-left-color: rgb(229 231 235 / 0.35);

    border-right-color: rgb(229 231 235 / 0.35);
}
.focus\:border-x-gray-200\/40:focus {

    border-left-color: rgb(229 231 235 / 0.4);

    border-right-color: rgb(229 231 235 / 0.4);
}
.focus\:border-x-gray-200\/45:focus {

    border-left-color: rgb(229 231 235 / 0.45);

    border-right-color: rgb(229 231 235 / 0.45);
}
.focus\:border-x-gray-200\/5:focus {

    border-left-color: rgb(229 231 235 / 0.05);

    border-right-color: rgb(229 231 235 / 0.05);
}
.focus\:border-x-gray-200\/50:focus {

    border-left-color: rgb(229 231 235 / 0.5);

    border-right-color: rgb(229 231 235 / 0.5);
}
.focus\:border-x-gray-200\/55:focus {

    border-left-color: rgb(229 231 235 / 0.55);

    border-right-color: rgb(229 231 235 / 0.55);
}
.focus\:border-x-gray-200\/60:focus {

    border-left-color: rgb(229 231 235 / 0.6);

    border-right-color: rgb(229 231 235 / 0.6);
}
.focus\:border-x-gray-200\/65:focus {

    border-left-color: rgb(229 231 235 / 0.65);

    border-right-color: rgb(229 231 235 / 0.65);
}
.focus\:border-x-gray-200\/70:focus {

    border-left-color: rgb(229 231 235 / 0.7);

    border-right-color: rgb(229 231 235 / 0.7);
}
.focus\:border-x-gray-200\/75:focus {

    border-left-color: rgb(229 231 235 / 0.75);

    border-right-color: rgb(229 231 235 / 0.75);
}
.focus\:border-x-gray-200\/80:focus {

    border-left-color: rgb(229 231 235 / 0.8);

    border-right-color: rgb(229 231 235 / 0.8);
}
.focus\:border-x-gray-200\/85:focus {

    border-left-color: rgb(229 231 235 / 0.85);

    border-right-color: rgb(229 231 235 / 0.85);
}
.focus\:border-x-gray-200\/90:focus {

    border-left-color: rgb(229 231 235 / 0.9);

    border-right-color: rgb(229 231 235 / 0.9);
}
.focus\:border-x-gray-200\/95:focus {

    border-left-color: rgb(229 231 235 / 0.95);

    border-right-color: rgb(229 231 235 / 0.95);
}
.focus\:border-x-gray-300:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-300\/0:focus {

    border-left-color: rgb(209 213 219 / 0);

    border-right-color: rgb(209 213 219 / 0);
}
.focus\:border-x-gray-300\/10:focus {

    border-left-color: rgb(209 213 219 / 0.1);

    border-right-color: rgb(209 213 219 / 0.1);
}
.focus\:border-x-gray-300\/100:focus {

    border-left-color: rgb(209 213 219 / 1);

    border-right-color: rgb(209 213 219 / 1);
}
.focus\:border-x-gray-300\/15:focus {

    border-left-color: rgb(209 213 219 / 0.15);

    border-right-color: rgb(209 213 219 / 0.15);
}
.focus\:border-x-gray-300\/20:focus {

    border-left-color: rgb(209 213 219 / 0.2);

    border-right-color: rgb(209 213 219 / 0.2);
}
.focus\:border-x-gray-300\/25:focus {

    border-left-color: rgb(209 213 219 / 0.25);

    border-right-color: rgb(209 213 219 / 0.25);
}
.focus\:border-x-gray-300\/30:focus {

    border-left-color: rgb(209 213 219 / 0.3);

    border-right-color: rgb(209 213 219 / 0.3);
}
.focus\:border-x-gray-300\/35:focus {

    border-left-color: rgb(209 213 219 / 0.35);

    border-right-color: rgb(209 213 219 / 0.35);
}
.focus\:border-x-gray-300\/40:focus {

    border-left-color: rgb(209 213 219 / 0.4);

    border-right-color: rgb(209 213 219 / 0.4);
}
.focus\:border-x-gray-300\/45:focus {

    border-left-color: rgb(209 213 219 / 0.45);

    border-right-color: rgb(209 213 219 / 0.45);
}
.focus\:border-x-gray-300\/5:focus {

    border-left-color: rgb(209 213 219 / 0.05);

    border-right-color: rgb(209 213 219 / 0.05);
}
.focus\:border-x-gray-300\/50:focus {

    border-left-color: rgb(209 213 219 / 0.5);

    border-right-color: rgb(209 213 219 / 0.5);
}
.focus\:border-x-gray-300\/55:focus {

    border-left-color: rgb(209 213 219 / 0.55);

    border-right-color: rgb(209 213 219 / 0.55);
}
.focus\:border-x-gray-300\/60:focus {

    border-left-color: rgb(209 213 219 / 0.6);

    border-right-color: rgb(209 213 219 / 0.6);
}
.focus\:border-x-gray-300\/65:focus {

    border-left-color: rgb(209 213 219 / 0.65);

    border-right-color: rgb(209 213 219 / 0.65);
}
.focus\:border-x-gray-300\/70:focus {

    border-left-color: rgb(209 213 219 / 0.7);

    border-right-color: rgb(209 213 219 / 0.7);
}
.focus\:border-x-gray-300\/75:focus {

    border-left-color: rgb(209 213 219 / 0.75);

    border-right-color: rgb(209 213 219 / 0.75);
}
.focus\:border-x-gray-300\/80:focus {

    border-left-color: rgb(209 213 219 / 0.8);

    border-right-color: rgb(209 213 219 / 0.8);
}
.focus\:border-x-gray-300\/85:focus {

    border-left-color: rgb(209 213 219 / 0.85);

    border-right-color: rgb(209 213 219 / 0.85);
}
.focus\:border-x-gray-300\/90:focus {

    border-left-color: rgb(209 213 219 / 0.9);

    border-right-color: rgb(209 213 219 / 0.9);
}
.focus\:border-x-gray-300\/95:focus {

    border-left-color: rgb(209 213 219 / 0.95);

    border-right-color: rgb(209 213 219 / 0.95);
}
.focus\:border-x-gray-400:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-400\/0:focus {

    border-left-color: rgb(156 163 175 / 0);

    border-right-color: rgb(156 163 175 / 0);
}
.focus\:border-x-gray-400\/10:focus {

    border-left-color: rgb(156 163 175 / 0.1);

    border-right-color: rgb(156 163 175 / 0.1);
}
.focus\:border-x-gray-400\/100:focus {

    border-left-color: rgb(156 163 175 / 1);

    border-right-color: rgb(156 163 175 / 1);
}
.focus\:border-x-gray-400\/15:focus {

    border-left-color: rgb(156 163 175 / 0.15);

    border-right-color: rgb(156 163 175 / 0.15);
}
.focus\:border-x-gray-400\/20:focus {

    border-left-color: rgb(156 163 175 / 0.2);

    border-right-color: rgb(156 163 175 / 0.2);
}
.focus\:border-x-gray-400\/25:focus {

    border-left-color: rgb(156 163 175 / 0.25);

    border-right-color: rgb(156 163 175 / 0.25);
}
.focus\:border-x-gray-400\/30:focus {

    border-left-color: rgb(156 163 175 / 0.3);

    border-right-color: rgb(156 163 175 / 0.3);
}
.focus\:border-x-gray-400\/35:focus {

    border-left-color: rgb(156 163 175 / 0.35);

    border-right-color: rgb(156 163 175 / 0.35);
}
.focus\:border-x-gray-400\/40:focus {

    border-left-color: rgb(156 163 175 / 0.4);

    border-right-color: rgb(156 163 175 / 0.4);
}
.focus\:border-x-gray-400\/45:focus {

    border-left-color: rgb(156 163 175 / 0.45);

    border-right-color: rgb(156 163 175 / 0.45);
}
.focus\:border-x-gray-400\/5:focus {

    border-left-color: rgb(156 163 175 / 0.05);

    border-right-color: rgb(156 163 175 / 0.05);
}
.focus\:border-x-gray-400\/50:focus {

    border-left-color: rgb(156 163 175 / 0.5);

    border-right-color: rgb(156 163 175 / 0.5);
}
.focus\:border-x-gray-400\/55:focus {

    border-left-color: rgb(156 163 175 / 0.55);

    border-right-color: rgb(156 163 175 / 0.55);
}
.focus\:border-x-gray-400\/60:focus {

    border-left-color: rgb(156 163 175 / 0.6);

    border-right-color: rgb(156 163 175 / 0.6);
}
.focus\:border-x-gray-400\/65:focus {

    border-left-color: rgb(156 163 175 / 0.65);

    border-right-color: rgb(156 163 175 / 0.65);
}
.focus\:border-x-gray-400\/70:focus {

    border-left-color: rgb(156 163 175 / 0.7);

    border-right-color: rgb(156 163 175 / 0.7);
}
.focus\:border-x-gray-400\/75:focus {

    border-left-color: rgb(156 163 175 / 0.75);

    border-right-color: rgb(156 163 175 / 0.75);
}
.focus\:border-x-gray-400\/80:focus {

    border-left-color: rgb(156 163 175 / 0.8);

    border-right-color: rgb(156 163 175 / 0.8);
}
.focus\:border-x-gray-400\/85:focus {

    border-left-color: rgb(156 163 175 / 0.85);

    border-right-color: rgb(156 163 175 / 0.85);
}
.focus\:border-x-gray-400\/90:focus {

    border-left-color: rgb(156 163 175 / 0.9);

    border-right-color: rgb(156 163 175 / 0.9);
}
.focus\:border-x-gray-400\/95:focus {

    border-left-color: rgb(156 163 175 / 0.95);

    border-right-color: rgb(156 163 175 / 0.95);
}
.focus\:border-x-gray-50:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-50\/0:focus {

    border-left-color: rgb(249 250 251 / 0);

    border-right-color: rgb(249 250 251 / 0);
}
.focus\:border-x-gray-50\/10:focus {

    border-left-color: rgb(249 250 251 / 0.1);

    border-right-color: rgb(249 250 251 / 0.1);
}
.focus\:border-x-gray-50\/100:focus {

    border-left-color: rgb(249 250 251 / 1);

    border-right-color: rgb(249 250 251 / 1);
}
.focus\:border-x-gray-50\/15:focus {

    border-left-color: rgb(249 250 251 / 0.15);

    border-right-color: rgb(249 250 251 / 0.15);
}
.focus\:border-x-gray-50\/20:focus {

    border-left-color: rgb(249 250 251 / 0.2);

    border-right-color: rgb(249 250 251 / 0.2);
}
.focus\:border-x-gray-50\/25:focus {

    border-left-color: rgb(249 250 251 / 0.25);

    border-right-color: rgb(249 250 251 / 0.25);
}
.focus\:border-x-gray-50\/30:focus {

    border-left-color: rgb(249 250 251 / 0.3);

    border-right-color: rgb(249 250 251 / 0.3);
}
.focus\:border-x-gray-50\/35:focus {

    border-left-color: rgb(249 250 251 / 0.35);

    border-right-color: rgb(249 250 251 / 0.35);
}
.focus\:border-x-gray-50\/40:focus {

    border-left-color: rgb(249 250 251 / 0.4);

    border-right-color: rgb(249 250 251 / 0.4);
}
.focus\:border-x-gray-50\/45:focus {

    border-left-color: rgb(249 250 251 / 0.45);

    border-right-color: rgb(249 250 251 / 0.45);
}
.focus\:border-x-gray-50\/5:focus {

    border-left-color: rgb(249 250 251 / 0.05);

    border-right-color: rgb(249 250 251 / 0.05);
}
.focus\:border-x-gray-50\/50:focus {

    border-left-color: rgb(249 250 251 / 0.5);

    border-right-color: rgb(249 250 251 / 0.5);
}
.focus\:border-x-gray-50\/55:focus {

    border-left-color: rgb(249 250 251 / 0.55);

    border-right-color: rgb(249 250 251 / 0.55);
}
.focus\:border-x-gray-50\/60:focus {

    border-left-color: rgb(249 250 251 / 0.6);

    border-right-color: rgb(249 250 251 / 0.6);
}
.focus\:border-x-gray-50\/65:focus {

    border-left-color: rgb(249 250 251 / 0.65);

    border-right-color: rgb(249 250 251 / 0.65);
}
.focus\:border-x-gray-50\/70:focus {

    border-left-color: rgb(249 250 251 / 0.7);

    border-right-color: rgb(249 250 251 / 0.7);
}
.focus\:border-x-gray-50\/75:focus {

    border-left-color: rgb(249 250 251 / 0.75);

    border-right-color: rgb(249 250 251 / 0.75);
}
.focus\:border-x-gray-50\/80:focus {

    border-left-color: rgb(249 250 251 / 0.8);

    border-right-color: rgb(249 250 251 / 0.8);
}
.focus\:border-x-gray-50\/85:focus {

    border-left-color: rgb(249 250 251 / 0.85);

    border-right-color: rgb(249 250 251 / 0.85);
}
.focus\:border-x-gray-50\/90:focus {

    border-left-color: rgb(249 250 251 / 0.9);

    border-right-color: rgb(249 250 251 / 0.9);
}
.focus\:border-x-gray-50\/95:focus {

    border-left-color: rgb(249 250 251 / 0.95);

    border-right-color: rgb(249 250 251 / 0.95);
}
.focus\:border-x-gray-500:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-500\/0:focus {

    border-left-color: rgb(107 114 128 / 0);

    border-right-color: rgb(107 114 128 / 0);
}
.focus\:border-x-gray-500\/10:focus {

    border-left-color: rgb(107 114 128 / 0.1);

    border-right-color: rgb(107 114 128 / 0.1);
}
.focus\:border-x-gray-500\/100:focus {

    border-left-color: rgb(107 114 128 / 1);

    border-right-color: rgb(107 114 128 / 1);
}
.focus\:border-x-gray-500\/15:focus {

    border-left-color: rgb(107 114 128 / 0.15);

    border-right-color: rgb(107 114 128 / 0.15);
}
.focus\:border-x-gray-500\/20:focus {

    border-left-color: rgb(107 114 128 / 0.2);

    border-right-color: rgb(107 114 128 / 0.2);
}
.focus\:border-x-gray-500\/25:focus {

    border-left-color: rgb(107 114 128 / 0.25);

    border-right-color: rgb(107 114 128 / 0.25);
}
.focus\:border-x-gray-500\/30:focus {

    border-left-color: rgb(107 114 128 / 0.3);

    border-right-color: rgb(107 114 128 / 0.3);
}
.focus\:border-x-gray-500\/35:focus {

    border-left-color: rgb(107 114 128 / 0.35);

    border-right-color: rgb(107 114 128 / 0.35);
}
.focus\:border-x-gray-500\/40:focus {

    border-left-color: rgb(107 114 128 / 0.4);

    border-right-color: rgb(107 114 128 / 0.4);
}
.focus\:border-x-gray-500\/45:focus {

    border-left-color: rgb(107 114 128 / 0.45);

    border-right-color: rgb(107 114 128 / 0.45);
}
.focus\:border-x-gray-500\/5:focus {

    border-left-color: rgb(107 114 128 / 0.05);

    border-right-color: rgb(107 114 128 / 0.05);
}
.focus\:border-x-gray-500\/50:focus {

    border-left-color: rgb(107 114 128 / 0.5);

    border-right-color: rgb(107 114 128 / 0.5);
}
.focus\:border-x-gray-500\/55:focus {

    border-left-color: rgb(107 114 128 / 0.55);

    border-right-color: rgb(107 114 128 / 0.55);
}
.focus\:border-x-gray-500\/60:focus {

    border-left-color: rgb(107 114 128 / 0.6);

    border-right-color: rgb(107 114 128 / 0.6);
}
.focus\:border-x-gray-500\/65:focus {

    border-left-color: rgb(107 114 128 / 0.65);

    border-right-color: rgb(107 114 128 / 0.65);
}
.focus\:border-x-gray-500\/70:focus {

    border-left-color: rgb(107 114 128 / 0.7);

    border-right-color: rgb(107 114 128 / 0.7);
}
.focus\:border-x-gray-500\/75:focus {

    border-left-color: rgb(107 114 128 / 0.75);

    border-right-color: rgb(107 114 128 / 0.75);
}
.focus\:border-x-gray-500\/80:focus {

    border-left-color: rgb(107 114 128 / 0.8);

    border-right-color: rgb(107 114 128 / 0.8);
}
.focus\:border-x-gray-500\/85:focus {

    border-left-color: rgb(107 114 128 / 0.85);

    border-right-color: rgb(107 114 128 / 0.85);
}
.focus\:border-x-gray-500\/90:focus {

    border-left-color: rgb(107 114 128 / 0.9);

    border-right-color: rgb(107 114 128 / 0.9);
}
.focus\:border-x-gray-500\/95:focus {

    border-left-color: rgb(107 114 128 / 0.95);

    border-right-color: rgb(107 114 128 / 0.95);
}
.focus\:border-x-gray-600:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-600\/0:focus {

    border-left-color: rgb(75 85 99 / 0);

    border-right-color: rgb(75 85 99 / 0);
}
.focus\:border-x-gray-600\/10:focus {

    border-left-color: rgb(75 85 99 / 0.1);

    border-right-color: rgb(75 85 99 / 0.1);
}
.focus\:border-x-gray-600\/100:focus {

    border-left-color: rgb(75 85 99 / 1);

    border-right-color: rgb(75 85 99 / 1);
}
.focus\:border-x-gray-600\/15:focus {

    border-left-color: rgb(75 85 99 / 0.15);

    border-right-color: rgb(75 85 99 / 0.15);
}
.focus\:border-x-gray-600\/20:focus {

    border-left-color: rgb(75 85 99 / 0.2);

    border-right-color: rgb(75 85 99 / 0.2);
}
.focus\:border-x-gray-600\/25:focus {

    border-left-color: rgb(75 85 99 / 0.25);

    border-right-color: rgb(75 85 99 / 0.25);
}
.focus\:border-x-gray-600\/30:focus {

    border-left-color: rgb(75 85 99 / 0.3);

    border-right-color: rgb(75 85 99 / 0.3);
}
.focus\:border-x-gray-600\/35:focus {

    border-left-color: rgb(75 85 99 / 0.35);

    border-right-color: rgb(75 85 99 / 0.35);
}
.focus\:border-x-gray-600\/40:focus {

    border-left-color: rgb(75 85 99 / 0.4);

    border-right-color: rgb(75 85 99 / 0.4);
}
.focus\:border-x-gray-600\/45:focus {

    border-left-color: rgb(75 85 99 / 0.45);

    border-right-color: rgb(75 85 99 / 0.45);
}
.focus\:border-x-gray-600\/5:focus {

    border-left-color: rgb(75 85 99 / 0.05);

    border-right-color: rgb(75 85 99 / 0.05);
}
.focus\:border-x-gray-600\/50:focus {

    border-left-color: rgb(75 85 99 / 0.5);

    border-right-color: rgb(75 85 99 / 0.5);
}
.focus\:border-x-gray-600\/55:focus {

    border-left-color: rgb(75 85 99 / 0.55);

    border-right-color: rgb(75 85 99 / 0.55);
}
.focus\:border-x-gray-600\/60:focus {

    border-left-color: rgb(75 85 99 / 0.6);

    border-right-color: rgb(75 85 99 / 0.6);
}
.focus\:border-x-gray-600\/65:focus {

    border-left-color: rgb(75 85 99 / 0.65);

    border-right-color: rgb(75 85 99 / 0.65);
}
.focus\:border-x-gray-600\/70:focus {

    border-left-color: rgb(75 85 99 / 0.7);

    border-right-color: rgb(75 85 99 / 0.7);
}
.focus\:border-x-gray-600\/75:focus {

    border-left-color: rgb(75 85 99 / 0.75);

    border-right-color: rgb(75 85 99 / 0.75);
}
.focus\:border-x-gray-600\/80:focus {

    border-left-color: rgb(75 85 99 / 0.8);

    border-right-color: rgb(75 85 99 / 0.8);
}
.focus\:border-x-gray-600\/85:focus {

    border-left-color: rgb(75 85 99 / 0.85);

    border-right-color: rgb(75 85 99 / 0.85);
}
.focus\:border-x-gray-600\/90:focus {

    border-left-color: rgb(75 85 99 / 0.9);

    border-right-color: rgb(75 85 99 / 0.9);
}
.focus\:border-x-gray-600\/95:focus {

    border-left-color: rgb(75 85 99 / 0.95);

    border-right-color: rgb(75 85 99 / 0.95);
}
.focus\:border-x-gray-700:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-700\/0:focus {

    border-left-color: rgb(55 65 81 / 0);

    border-right-color: rgb(55 65 81 / 0);
}
.focus\:border-x-gray-700\/10:focus {

    border-left-color: rgb(55 65 81 / 0.1);

    border-right-color: rgb(55 65 81 / 0.1);
}
.focus\:border-x-gray-700\/100:focus {

    border-left-color: rgb(55 65 81 / 1);

    border-right-color: rgb(55 65 81 / 1);
}
.focus\:border-x-gray-700\/15:focus {

    border-left-color: rgb(55 65 81 / 0.15);

    border-right-color: rgb(55 65 81 / 0.15);
}
.focus\:border-x-gray-700\/20:focus {

    border-left-color: rgb(55 65 81 / 0.2);

    border-right-color: rgb(55 65 81 / 0.2);
}
.focus\:border-x-gray-700\/25:focus {

    border-left-color: rgb(55 65 81 / 0.25);

    border-right-color: rgb(55 65 81 / 0.25);
}
.focus\:border-x-gray-700\/30:focus {

    border-left-color: rgb(55 65 81 / 0.3);

    border-right-color: rgb(55 65 81 / 0.3);
}
.focus\:border-x-gray-700\/35:focus {

    border-left-color: rgb(55 65 81 / 0.35);

    border-right-color: rgb(55 65 81 / 0.35);
}
.focus\:border-x-gray-700\/40:focus {

    border-left-color: rgb(55 65 81 / 0.4);

    border-right-color: rgb(55 65 81 / 0.4);
}
.focus\:border-x-gray-700\/45:focus {

    border-left-color: rgb(55 65 81 / 0.45);

    border-right-color: rgb(55 65 81 / 0.45);
}
.focus\:border-x-gray-700\/5:focus {

    border-left-color: rgb(55 65 81 / 0.05);

    border-right-color: rgb(55 65 81 / 0.05);
}
.focus\:border-x-gray-700\/50:focus {

    border-left-color: rgb(55 65 81 / 0.5);

    border-right-color: rgb(55 65 81 / 0.5);
}
.focus\:border-x-gray-700\/55:focus {

    border-left-color: rgb(55 65 81 / 0.55);

    border-right-color: rgb(55 65 81 / 0.55);
}
.focus\:border-x-gray-700\/60:focus {

    border-left-color: rgb(55 65 81 / 0.6);

    border-right-color: rgb(55 65 81 / 0.6);
}
.focus\:border-x-gray-700\/65:focus {

    border-left-color: rgb(55 65 81 / 0.65);

    border-right-color: rgb(55 65 81 / 0.65);
}
.focus\:border-x-gray-700\/70:focus {

    border-left-color: rgb(55 65 81 / 0.7);

    border-right-color: rgb(55 65 81 / 0.7);
}
.focus\:border-x-gray-700\/75:focus {

    border-left-color: rgb(55 65 81 / 0.75);

    border-right-color: rgb(55 65 81 / 0.75);
}
.focus\:border-x-gray-700\/80:focus {

    border-left-color: rgb(55 65 81 / 0.8);

    border-right-color: rgb(55 65 81 / 0.8);
}
.focus\:border-x-gray-700\/85:focus {

    border-left-color: rgb(55 65 81 / 0.85);

    border-right-color: rgb(55 65 81 / 0.85);
}
.focus\:border-x-gray-700\/90:focus {

    border-left-color: rgb(55 65 81 / 0.9);

    border-right-color: rgb(55 65 81 / 0.9);
}
.focus\:border-x-gray-700\/95:focus {

    border-left-color: rgb(55 65 81 / 0.95);

    border-right-color: rgb(55 65 81 / 0.95);
}
.focus\:border-x-gray-800:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-800\/0:focus {

    border-left-color: rgb(31 41 55 / 0);

    border-right-color: rgb(31 41 55 / 0);
}
.focus\:border-x-gray-800\/10:focus {

    border-left-color: rgb(31 41 55 / 0.1);

    border-right-color: rgb(31 41 55 / 0.1);
}
.focus\:border-x-gray-800\/100:focus {

    border-left-color: rgb(31 41 55 / 1);

    border-right-color: rgb(31 41 55 / 1);
}
.focus\:border-x-gray-800\/15:focus {

    border-left-color: rgb(31 41 55 / 0.15);

    border-right-color: rgb(31 41 55 / 0.15);
}
.focus\:border-x-gray-800\/20:focus {

    border-left-color: rgb(31 41 55 / 0.2);

    border-right-color: rgb(31 41 55 / 0.2);
}
.focus\:border-x-gray-800\/25:focus {

    border-left-color: rgb(31 41 55 / 0.25);

    border-right-color: rgb(31 41 55 / 0.25);
}
.focus\:border-x-gray-800\/30:focus {

    border-left-color: rgb(31 41 55 / 0.3);

    border-right-color: rgb(31 41 55 / 0.3);
}
.focus\:border-x-gray-800\/35:focus {

    border-left-color: rgb(31 41 55 / 0.35);

    border-right-color: rgb(31 41 55 / 0.35);
}
.focus\:border-x-gray-800\/40:focus {

    border-left-color: rgb(31 41 55 / 0.4);

    border-right-color: rgb(31 41 55 / 0.4);
}
.focus\:border-x-gray-800\/45:focus {

    border-left-color: rgb(31 41 55 / 0.45);

    border-right-color: rgb(31 41 55 / 0.45);
}
.focus\:border-x-gray-800\/5:focus {

    border-left-color: rgb(31 41 55 / 0.05);

    border-right-color: rgb(31 41 55 / 0.05);
}
.focus\:border-x-gray-800\/50:focus {

    border-left-color: rgb(31 41 55 / 0.5);

    border-right-color: rgb(31 41 55 / 0.5);
}
.focus\:border-x-gray-800\/55:focus {

    border-left-color: rgb(31 41 55 / 0.55);

    border-right-color: rgb(31 41 55 / 0.55);
}
.focus\:border-x-gray-800\/60:focus {

    border-left-color: rgb(31 41 55 / 0.6);

    border-right-color: rgb(31 41 55 / 0.6);
}
.focus\:border-x-gray-800\/65:focus {

    border-left-color: rgb(31 41 55 / 0.65);

    border-right-color: rgb(31 41 55 / 0.65);
}
.focus\:border-x-gray-800\/70:focus {

    border-left-color: rgb(31 41 55 / 0.7);

    border-right-color: rgb(31 41 55 / 0.7);
}
.focus\:border-x-gray-800\/75:focus {

    border-left-color: rgb(31 41 55 / 0.75);

    border-right-color: rgb(31 41 55 / 0.75);
}
.focus\:border-x-gray-800\/80:focus {

    border-left-color: rgb(31 41 55 / 0.8);

    border-right-color: rgb(31 41 55 / 0.8);
}
.focus\:border-x-gray-800\/85:focus {

    border-left-color: rgb(31 41 55 / 0.85);

    border-right-color: rgb(31 41 55 / 0.85);
}
.focus\:border-x-gray-800\/90:focus {

    border-left-color: rgb(31 41 55 / 0.9);

    border-right-color: rgb(31 41 55 / 0.9);
}
.focus\:border-x-gray-800\/95:focus {

    border-left-color: rgb(31 41 55 / 0.95);

    border-right-color: rgb(31 41 55 / 0.95);
}
.focus\:border-x-gray-900:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-900\/0:focus {

    border-left-color: rgb(17 24 39 / 0);

    border-right-color: rgb(17 24 39 / 0);
}
.focus\:border-x-gray-900\/10:focus {

    border-left-color: rgb(17 24 39 / 0.1);

    border-right-color: rgb(17 24 39 / 0.1);
}
.focus\:border-x-gray-900\/100:focus {

    border-left-color: rgb(17 24 39 / 1);

    border-right-color: rgb(17 24 39 / 1);
}
.focus\:border-x-gray-900\/15:focus {

    border-left-color: rgb(17 24 39 / 0.15);

    border-right-color: rgb(17 24 39 / 0.15);
}
.focus\:border-x-gray-900\/20:focus {

    border-left-color: rgb(17 24 39 / 0.2);

    border-right-color: rgb(17 24 39 / 0.2);
}
.focus\:border-x-gray-900\/25:focus {

    border-left-color: rgb(17 24 39 / 0.25);

    border-right-color: rgb(17 24 39 / 0.25);
}
.focus\:border-x-gray-900\/30:focus {

    border-left-color: rgb(17 24 39 / 0.3);

    border-right-color: rgb(17 24 39 / 0.3);
}
.focus\:border-x-gray-900\/35:focus {

    border-left-color: rgb(17 24 39 / 0.35);

    border-right-color: rgb(17 24 39 / 0.35);
}
.focus\:border-x-gray-900\/40:focus {

    border-left-color: rgb(17 24 39 / 0.4);

    border-right-color: rgb(17 24 39 / 0.4);
}
.focus\:border-x-gray-900\/45:focus {

    border-left-color: rgb(17 24 39 / 0.45);

    border-right-color: rgb(17 24 39 / 0.45);
}
.focus\:border-x-gray-900\/5:focus {

    border-left-color: rgb(17 24 39 / 0.05);

    border-right-color: rgb(17 24 39 / 0.05);
}
.focus\:border-x-gray-900\/50:focus {

    border-left-color: rgb(17 24 39 / 0.5);

    border-right-color: rgb(17 24 39 / 0.5);
}
.focus\:border-x-gray-900\/55:focus {

    border-left-color: rgb(17 24 39 / 0.55);

    border-right-color: rgb(17 24 39 / 0.55);
}
.focus\:border-x-gray-900\/60:focus {

    border-left-color: rgb(17 24 39 / 0.6);

    border-right-color: rgb(17 24 39 / 0.6);
}
.focus\:border-x-gray-900\/65:focus {

    border-left-color: rgb(17 24 39 / 0.65);

    border-right-color: rgb(17 24 39 / 0.65);
}
.focus\:border-x-gray-900\/70:focus {

    border-left-color: rgb(17 24 39 / 0.7);

    border-right-color: rgb(17 24 39 / 0.7);
}
.focus\:border-x-gray-900\/75:focus {

    border-left-color: rgb(17 24 39 / 0.75);

    border-right-color: rgb(17 24 39 / 0.75);
}
.focus\:border-x-gray-900\/80:focus {

    border-left-color: rgb(17 24 39 / 0.8);

    border-right-color: rgb(17 24 39 / 0.8);
}
.focus\:border-x-gray-900\/85:focus {

    border-left-color: rgb(17 24 39 / 0.85);

    border-right-color: rgb(17 24 39 / 0.85);
}
.focus\:border-x-gray-900\/90:focus {

    border-left-color: rgb(17 24 39 / 0.9);

    border-right-color: rgb(17 24 39 / 0.9);
}
.focus\:border-x-gray-900\/95:focus {

    border-left-color: rgb(17 24 39 / 0.95);

    border-right-color: rgb(17 24 39 / 0.95);
}
.focus\:border-x-gray-950:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-950\/0:focus {

    border-left-color: rgb(3 7 18 / 0);

    border-right-color: rgb(3 7 18 / 0);
}
.focus\:border-x-gray-950\/10:focus {

    border-left-color: rgb(3 7 18 / 0.1);

    border-right-color: rgb(3 7 18 / 0.1);
}
.focus\:border-x-gray-950\/100:focus {

    border-left-color: rgb(3 7 18 / 1);

    border-right-color: rgb(3 7 18 / 1);
}
.focus\:border-x-gray-950\/15:focus {

    border-left-color: rgb(3 7 18 / 0.15);

    border-right-color: rgb(3 7 18 / 0.15);
}
.focus\:border-x-gray-950\/20:focus {

    border-left-color: rgb(3 7 18 / 0.2);

    border-right-color: rgb(3 7 18 / 0.2);
}
.focus\:border-x-gray-950\/25:focus {

    border-left-color: rgb(3 7 18 / 0.25);

    border-right-color: rgb(3 7 18 / 0.25);
}
.focus\:border-x-gray-950\/30:focus {

    border-left-color: rgb(3 7 18 / 0.3);

    border-right-color: rgb(3 7 18 / 0.3);
}
.focus\:border-x-gray-950\/35:focus {

    border-left-color: rgb(3 7 18 / 0.35);

    border-right-color: rgb(3 7 18 / 0.35);
}
.focus\:border-x-gray-950\/40:focus {

    border-left-color: rgb(3 7 18 / 0.4);

    border-right-color: rgb(3 7 18 / 0.4);
}
.focus\:border-x-gray-950\/45:focus {

    border-left-color: rgb(3 7 18 / 0.45);

    border-right-color: rgb(3 7 18 / 0.45);
}
.focus\:border-x-gray-950\/5:focus {

    border-left-color: rgb(3 7 18 / 0.05);

    border-right-color: rgb(3 7 18 / 0.05);
}
.focus\:border-x-gray-950\/50:focus {

    border-left-color: rgb(3 7 18 / 0.5);

    border-right-color: rgb(3 7 18 / 0.5);
}
.focus\:border-x-gray-950\/55:focus {

    border-left-color: rgb(3 7 18 / 0.55);

    border-right-color: rgb(3 7 18 / 0.55);
}
.focus\:border-x-gray-950\/60:focus {

    border-left-color: rgb(3 7 18 / 0.6);

    border-right-color: rgb(3 7 18 / 0.6);
}
.focus\:border-x-gray-950\/65:focus {

    border-left-color: rgb(3 7 18 / 0.65);

    border-right-color: rgb(3 7 18 / 0.65);
}
.focus\:border-x-gray-950\/70:focus {

    border-left-color: rgb(3 7 18 / 0.7);

    border-right-color: rgb(3 7 18 / 0.7);
}
.focus\:border-x-gray-950\/75:focus {

    border-left-color: rgb(3 7 18 / 0.75);

    border-right-color: rgb(3 7 18 / 0.75);
}
.focus\:border-x-gray-950\/80:focus {

    border-left-color: rgb(3 7 18 / 0.8);

    border-right-color: rgb(3 7 18 / 0.8);
}
.focus\:border-x-gray-950\/85:focus {

    border-left-color: rgb(3 7 18 / 0.85);

    border-right-color: rgb(3 7 18 / 0.85);
}
.focus\:border-x-gray-950\/90:focus {

    border-left-color: rgb(3 7 18 / 0.9);

    border-right-color: rgb(3 7 18 / 0.9);
}
.focus\:border-x-gray-950\/95:focus {

    border-left-color: rgb(3 7 18 / 0.95);

    border-right-color: rgb(3 7 18 / 0.95);
}
.focus\:border-x-inherit:focus {

    border-left-color: inherit;

    border-right-color: inherit;
}
.focus\:border-x-primary:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-dark\/0:focus {

    border-left-color: rgb(26 88 121 / 0);

    border-right-color: rgb(26 88 121 / 0);
}
.focus\:border-x-primary-dark\/10:focus {

    border-left-color: rgb(26 88 121 / 0.1);

    border-right-color: rgb(26 88 121 / 0.1);
}
.focus\:border-x-primary-dark\/100:focus {

    border-left-color: rgb(26 88 121 / 1);

    border-right-color: rgb(26 88 121 / 1);
}
.focus\:border-x-primary-dark\/15:focus {

    border-left-color: rgb(26 88 121 / 0.15);

    border-right-color: rgb(26 88 121 / 0.15);
}
.focus\:border-x-primary-dark\/20:focus {

    border-left-color: rgb(26 88 121 / 0.2);

    border-right-color: rgb(26 88 121 / 0.2);
}
.focus\:border-x-primary-dark\/25:focus {

    border-left-color: rgb(26 88 121 / 0.25);

    border-right-color: rgb(26 88 121 / 0.25);
}
.focus\:border-x-primary-dark\/30:focus {

    border-left-color: rgb(26 88 121 / 0.3);

    border-right-color: rgb(26 88 121 / 0.3);
}
.focus\:border-x-primary-dark\/35:focus {

    border-left-color: rgb(26 88 121 / 0.35);

    border-right-color: rgb(26 88 121 / 0.35);
}
.focus\:border-x-primary-dark\/40:focus {

    border-left-color: rgb(26 88 121 / 0.4);

    border-right-color: rgb(26 88 121 / 0.4);
}
.focus\:border-x-primary-dark\/45:focus {

    border-left-color: rgb(26 88 121 / 0.45);

    border-right-color: rgb(26 88 121 / 0.45);
}
.focus\:border-x-primary-dark\/5:focus {

    border-left-color: rgb(26 88 121 / 0.05);

    border-right-color: rgb(26 88 121 / 0.05);
}
.focus\:border-x-primary-dark\/50:focus {

    border-left-color: rgb(26 88 121 / 0.5);

    border-right-color: rgb(26 88 121 / 0.5);
}
.focus\:border-x-primary-dark\/55:focus {

    border-left-color: rgb(26 88 121 / 0.55);

    border-right-color: rgb(26 88 121 / 0.55);
}
.focus\:border-x-primary-dark\/60:focus {

    border-left-color: rgb(26 88 121 / 0.6);

    border-right-color: rgb(26 88 121 / 0.6);
}
.focus\:border-x-primary-dark\/65:focus {

    border-left-color: rgb(26 88 121 / 0.65);

    border-right-color: rgb(26 88 121 / 0.65);
}
.focus\:border-x-primary-dark\/70:focus {

    border-left-color: rgb(26 88 121 / 0.7);

    border-right-color: rgb(26 88 121 / 0.7);
}
.focus\:border-x-primary-dark\/75:focus {

    border-left-color: rgb(26 88 121 / 0.75);

    border-right-color: rgb(26 88 121 / 0.75);
}
.focus\:border-x-primary-dark\/80:focus {

    border-left-color: rgb(26 88 121 / 0.8);

    border-right-color: rgb(26 88 121 / 0.8);
}
.focus\:border-x-primary-dark\/85:focus {

    border-left-color: rgb(26 88 121 / 0.85);

    border-right-color: rgb(26 88 121 / 0.85);
}
.focus\:border-x-primary-dark\/90:focus {

    border-left-color: rgb(26 88 121 / 0.9);

    border-right-color: rgb(26 88 121 / 0.9);
}
.focus\:border-x-primary-dark\/95:focus {

    border-left-color: rgb(26 88 121 / 0.95);

    border-right-color: rgb(26 88 121 / 0.95);
}
.focus\:border-x-primary-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-light\/0:focus {

    border-left-color: rgb(85 154 193 / 0);

    border-right-color: rgb(85 154 193 / 0);
}
.focus\:border-x-primary-light\/10:focus {

    border-left-color: rgb(85 154 193 / 0.1);

    border-right-color: rgb(85 154 193 / 0.1);
}
.focus\:border-x-primary-light\/100:focus {

    border-left-color: rgb(85 154 193 / 1);

    border-right-color: rgb(85 154 193 / 1);
}
.focus\:border-x-primary-light\/15:focus {

    border-left-color: rgb(85 154 193 / 0.15);

    border-right-color: rgb(85 154 193 / 0.15);
}
.focus\:border-x-primary-light\/20:focus {

    border-left-color: rgb(85 154 193 / 0.2);

    border-right-color: rgb(85 154 193 / 0.2);
}
.focus\:border-x-primary-light\/25:focus {

    border-left-color: rgb(85 154 193 / 0.25);

    border-right-color: rgb(85 154 193 / 0.25);
}
.focus\:border-x-primary-light\/30:focus {

    border-left-color: rgb(85 154 193 / 0.3);

    border-right-color: rgb(85 154 193 / 0.3);
}
.focus\:border-x-primary-light\/35:focus {

    border-left-color: rgb(85 154 193 / 0.35);

    border-right-color: rgb(85 154 193 / 0.35);
}
.focus\:border-x-primary-light\/40:focus {

    border-left-color: rgb(85 154 193 / 0.4);

    border-right-color: rgb(85 154 193 / 0.4);
}
.focus\:border-x-primary-light\/45:focus {

    border-left-color: rgb(85 154 193 / 0.45);

    border-right-color: rgb(85 154 193 / 0.45);
}
.focus\:border-x-primary-light\/5:focus {

    border-left-color: rgb(85 154 193 / 0.05);

    border-right-color: rgb(85 154 193 / 0.05);
}
.focus\:border-x-primary-light\/50:focus {

    border-left-color: rgb(85 154 193 / 0.5);

    border-right-color: rgb(85 154 193 / 0.5);
}
.focus\:border-x-primary-light\/55:focus {

    border-left-color: rgb(85 154 193 / 0.55);

    border-right-color: rgb(85 154 193 / 0.55);
}
.focus\:border-x-primary-light\/60:focus {

    border-left-color: rgb(85 154 193 / 0.6);

    border-right-color: rgb(85 154 193 / 0.6);
}
.focus\:border-x-primary-light\/65:focus {

    border-left-color: rgb(85 154 193 / 0.65);

    border-right-color: rgb(85 154 193 / 0.65);
}
.focus\:border-x-primary-light\/70:focus {

    border-left-color: rgb(85 154 193 / 0.7);

    border-right-color: rgb(85 154 193 / 0.7);
}
.focus\:border-x-primary-light\/75:focus {

    border-left-color: rgb(85 154 193 / 0.75);

    border-right-color: rgb(85 154 193 / 0.75);
}
.focus\:border-x-primary-light\/80:focus {

    border-left-color: rgb(85 154 193 / 0.8);

    border-right-color: rgb(85 154 193 / 0.8);
}
.focus\:border-x-primary-light\/85:focus {

    border-left-color: rgb(85 154 193 / 0.85);

    border-right-color: rgb(85 154 193 / 0.85);
}
.focus\:border-x-primary-light\/90:focus {

    border-left-color: rgb(85 154 193 / 0.9);

    border-right-color: rgb(85 154 193 / 0.9);
}
.focus\:border-x-primary-light\/95:focus {

    border-left-color: rgb(85 154 193 / 0.95);

    border-right-color: rgb(85 154 193 / 0.95);
}
.focus\:border-x-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-lighter\/0:focus {

    border-left-color: rgb(115 177 212 / 0);

    border-right-color: rgb(115 177 212 / 0);
}
.focus\:border-x-primary-lighter\/10:focus {

    border-left-color: rgb(115 177 212 / 0.1);

    border-right-color: rgb(115 177 212 / 0.1);
}
.focus\:border-x-primary-lighter\/100:focus {

    border-left-color: rgb(115 177 212 / 1);

    border-right-color: rgb(115 177 212 / 1);
}
.focus\:border-x-primary-lighter\/15:focus {

    border-left-color: rgb(115 177 212 / 0.15);

    border-right-color: rgb(115 177 212 / 0.15);
}
.focus\:border-x-primary-lighter\/20:focus {

    border-left-color: rgb(115 177 212 / 0.2);

    border-right-color: rgb(115 177 212 / 0.2);
}
.focus\:border-x-primary-lighter\/25:focus {

    border-left-color: rgb(115 177 212 / 0.25);

    border-right-color: rgb(115 177 212 / 0.25);
}
.focus\:border-x-primary-lighter\/30:focus {

    border-left-color: rgb(115 177 212 / 0.3);

    border-right-color: rgb(115 177 212 / 0.3);
}
.focus\:border-x-primary-lighter\/35:focus {

    border-left-color: rgb(115 177 212 / 0.35);

    border-right-color: rgb(115 177 212 / 0.35);
}
.focus\:border-x-primary-lighter\/40:focus {

    border-left-color: rgb(115 177 212 / 0.4);

    border-right-color: rgb(115 177 212 / 0.4);
}
.focus\:border-x-primary-lighter\/45:focus {

    border-left-color: rgb(115 177 212 / 0.45);

    border-right-color: rgb(115 177 212 / 0.45);
}
.focus\:border-x-primary-lighter\/5:focus {

    border-left-color: rgb(115 177 212 / 0.05);

    border-right-color: rgb(115 177 212 / 0.05);
}
.focus\:border-x-primary-lighter\/50:focus {

    border-left-color: rgb(115 177 212 / 0.5);

    border-right-color: rgb(115 177 212 / 0.5);
}
.focus\:border-x-primary-lighter\/55:focus {

    border-left-color: rgb(115 177 212 / 0.55);

    border-right-color: rgb(115 177 212 / 0.55);
}
.focus\:border-x-primary-lighter\/60:focus {

    border-left-color: rgb(115 177 212 / 0.6);

    border-right-color: rgb(115 177 212 / 0.6);
}
.focus\:border-x-primary-lighter\/65:focus {

    border-left-color: rgb(115 177 212 / 0.65);

    border-right-color: rgb(115 177 212 / 0.65);
}
.focus\:border-x-primary-lighter\/70:focus {

    border-left-color: rgb(115 177 212 / 0.7);

    border-right-color: rgb(115 177 212 / 0.7);
}
.focus\:border-x-primary-lighter\/75:focus {

    border-left-color: rgb(115 177 212 / 0.75);

    border-right-color: rgb(115 177 212 / 0.75);
}
.focus\:border-x-primary-lighter\/80:focus {

    border-left-color: rgb(115 177 212 / 0.8);

    border-right-color: rgb(115 177 212 / 0.8);
}
.focus\:border-x-primary-lighter\/85:focus {

    border-left-color: rgb(115 177 212 / 0.85);

    border-right-color: rgb(115 177 212 / 0.85);
}
.focus\:border-x-primary-lighter\/90:focus {

    border-left-color: rgb(115 177 212 / 0.9);

    border-right-color: rgb(115 177 212 / 0.9);
}
.focus\:border-x-primary-lighter\/95:focus {

    border-left-color: rgb(115 177 212 / 0.95);

    border-right-color: rgb(115 177 212 / 0.95);
}
.focus\:border-x-primary\/0:focus {

    border-left-color: rgb(52 114 147 / 0);

    border-right-color: rgb(52 114 147 / 0);
}
.focus\:border-x-primary\/10:focus {

    border-left-color: rgb(52 114 147 / 0.1);

    border-right-color: rgb(52 114 147 / 0.1);
}
.focus\:border-x-primary\/100:focus {

    border-left-color: rgb(52 114 147 / 1);

    border-right-color: rgb(52 114 147 / 1);
}
.focus\:border-x-primary\/15:focus {

    border-left-color: rgb(52 114 147 / 0.15);

    border-right-color: rgb(52 114 147 / 0.15);
}
.focus\:border-x-primary\/20:focus {

    border-left-color: rgb(52 114 147 / 0.2);

    border-right-color: rgb(52 114 147 / 0.2);
}
.focus\:border-x-primary\/25:focus {

    border-left-color: rgb(52 114 147 / 0.25);

    border-right-color: rgb(52 114 147 / 0.25);
}
.focus\:border-x-primary\/30:focus {

    border-left-color: rgb(52 114 147 / 0.3);

    border-right-color: rgb(52 114 147 / 0.3);
}
.focus\:border-x-primary\/35:focus {

    border-left-color: rgb(52 114 147 / 0.35);

    border-right-color: rgb(52 114 147 / 0.35);
}
.focus\:border-x-primary\/40:focus {

    border-left-color: rgb(52 114 147 / 0.4);

    border-right-color: rgb(52 114 147 / 0.4);
}
.focus\:border-x-primary\/45:focus {

    border-left-color: rgb(52 114 147 / 0.45);

    border-right-color: rgb(52 114 147 / 0.45);
}
.focus\:border-x-primary\/5:focus {

    border-left-color: rgb(52 114 147 / 0.05);

    border-right-color: rgb(52 114 147 / 0.05);
}
.focus\:border-x-primary\/50:focus {

    border-left-color: rgb(52 114 147 / 0.5);

    border-right-color: rgb(52 114 147 / 0.5);
}
.focus\:border-x-primary\/55:focus {

    border-left-color: rgb(52 114 147 / 0.55);

    border-right-color: rgb(52 114 147 / 0.55);
}
.focus\:border-x-primary\/60:focus {

    border-left-color: rgb(52 114 147 / 0.6);

    border-right-color: rgb(52 114 147 / 0.6);
}
.focus\:border-x-primary\/65:focus {

    border-left-color: rgb(52 114 147 / 0.65);

    border-right-color: rgb(52 114 147 / 0.65);
}
.focus\:border-x-primary\/70:focus {

    border-left-color: rgb(52 114 147 / 0.7);

    border-right-color: rgb(52 114 147 / 0.7);
}
.focus\:border-x-primary\/75:focus {

    border-left-color: rgb(52 114 147 / 0.75);

    border-right-color: rgb(52 114 147 / 0.75);
}
.focus\:border-x-primary\/80:focus {

    border-left-color: rgb(52 114 147 / 0.8);

    border-right-color: rgb(52 114 147 / 0.8);
}
.focus\:border-x-primary\/85:focus {

    border-left-color: rgb(52 114 147 / 0.85);

    border-right-color: rgb(52 114 147 / 0.85);
}
.focus\:border-x-primary\/90:focus {

    border-left-color: rgb(52 114 147 / 0.9);

    border-right-color: rgb(52 114 147 / 0.9);
}
.focus\:border-x-primary\/95:focus {

    border-left-color: rgb(52 114 147 / 0.95);

    border-right-color: rgb(52 114 147 / 0.95);
}
.focus\:border-x-secondary:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-dark\/0:focus {

    border-left-color: rgb(226 207 188 / 0);

    border-right-color: rgb(226 207 188 / 0);
}
.focus\:border-x-secondary-dark\/10:focus {

    border-left-color: rgb(226 207 188 / 0.1);

    border-right-color: rgb(226 207 188 / 0.1);
}
.focus\:border-x-secondary-dark\/100:focus {

    border-left-color: rgb(226 207 188 / 1);

    border-right-color: rgb(226 207 188 / 1);
}
.focus\:border-x-secondary-dark\/15:focus {

    border-left-color: rgb(226 207 188 / 0.15);

    border-right-color: rgb(226 207 188 / 0.15);
}
.focus\:border-x-secondary-dark\/20:focus {

    border-left-color: rgb(226 207 188 / 0.2);

    border-right-color: rgb(226 207 188 / 0.2);
}
.focus\:border-x-secondary-dark\/25:focus {

    border-left-color: rgb(226 207 188 / 0.25);

    border-right-color: rgb(226 207 188 / 0.25);
}
.focus\:border-x-secondary-dark\/30:focus {

    border-left-color: rgb(226 207 188 / 0.3);

    border-right-color: rgb(226 207 188 / 0.3);
}
.focus\:border-x-secondary-dark\/35:focus {

    border-left-color: rgb(226 207 188 / 0.35);

    border-right-color: rgb(226 207 188 / 0.35);
}
.focus\:border-x-secondary-dark\/40:focus {

    border-left-color: rgb(226 207 188 / 0.4);

    border-right-color: rgb(226 207 188 / 0.4);
}
.focus\:border-x-secondary-dark\/45:focus {

    border-left-color: rgb(226 207 188 / 0.45);

    border-right-color: rgb(226 207 188 / 0.45);
}
.focus\:border-x-secondary-dark\/5:focus {

    border-left-color: rgb(226 207 188 / 0.05);

    border-right-color: rgb(226 207 188 / 0.05);
}
.focus\:border-x-secondary-dark\/50:focus {

    border-left-color: rgb(226 207 188 / 0.5);

    border-right-color: rgb(226 207 188 / 0.5);
}
.focus\:border-x-secondary-dark\/55:focus {

    border-left-color: rgb(226 207 188 / 0.55);

    border-right-color: rgb(226 207 188 / 0.55);
}
.focus\:border-x-secondary-dark\/60:focus {

    border-left-color: rgb(226 207 188 / 0.6);

    border-right-color: rgb(226 207 188 / 0.6);
}
.focus\:border-x-secondary-dark\/65:focus {

    border-left-color: rgb(226 207 188 / 0.65);

    border-right-color: rgb(226 207 188 / 0.65);
}
.focus\:border-x-secondary-dark\/70:focus {

    border-left-color: rgb(226 207 188 / 0.7);

    border-right-color: rgb(226 207 188 / 0.7);
}
.focus\:border-x-secondary-dark\/75:focus {

    border-left-color: rgb(226 207 188 / 0.75);

    border-right-color: rgb(226 207 188 / 0.75);
}
.focus\:border-x-secondary-dark\/80:focus {

    border-left-color: rgb(226 207 188 / 0.8);

    border-right-color: rgb(226 207 188 / 0.8);
}
.focus\:border-x-secondary-dark\/85:focus {

    border-left-color: rgb(226 207 188 / 0.85);

    border-right-color: rgb(226 207 188 / 0.85);
}
.focus\:border-x-secondary-dark\/90:focus {

    border-left-color: rgb(226 207 188 / 0.9);

    border-right-color: rgb(226 207 188 / 0.9);
}
.focus\:border-x-secondary-dark\/95:focus {

    border-left-color: rgb(226 207 188 / 0.95);

    border-right-color: rgb(226 207 188 / 0.95);
}
.focus\:border-x-secondary-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-light\/0:focus {

    border-left-color: rgb(254 250 247 / 0);

    border-right-color: rgb(254 250 247 / 0);
}
.focus\:border-x-secondary-light\/10:focus {

    border-left-color: rgb(254 250 247 / 0.1);

    border-right-color: rgb(254 250 247 / 0.1);
}
.focus\:border-x-secondary-light\/100:focus {

    border-left-color: rgb(254 250 247 / 1);

    border-right-color: rgb(254 250 247 / 1);
}
.focus\:border-x-secondary-light\/15:focus {

    border-left-color: rgb(254 250 247 / 0.15);

    border-right-color: rgb(254 250 247 / 0.15);
}
.focus\:border-x-secondary-light\/20:focus {

    border-left-color: rgb(254 250 247 / 0.2);

    border-right-color: rgb(254 250 247 / 0.2);
}
.focus\:border-x-secondary-light\/25:focus {

    border-left-color: rgb(254 250 247 / 0.25);

    border-right-color: rgb(254 250 247 / 0.25);
}
.focus\:border-x-secondary-light\/30:focus {

    border-left-color: rgb(254 250 247 / 0.3);

    border-right-color: rgb(254 250 247 / 0.3);
}
.focus\:border-x-secondary-light\/35:focus {

    border-left-color: rgb(254 250 247 / 0.35);

    border-right-color: rgb(254 250 247 / 0.35);
}
.focus\:border-x-secondary-light\/40:focus {

    border-left-color: rgb(254 250 247 / 0.4);

    border-right-color: rgb(254 250 247 / 0.4);
}
.focus\:border-x-secondary-light\/45:focus {

    border-left-color: rgb(254 250 247 / 0.45);

    border-right-color: rgb(254 250 247 / 0.45);
}
.focus\:border-x-secondary-light\/5:focus {

    border-left-color: rgb(254 250 247 / 0.05);

    border-right-color: rgb(254 250 247 / 0.05);
}
.focus\:border-x-secondary-light\/50:focus {

    border-left-color: rgb(254 250 247 / 0.5);

    border-right-color: rgb(254 250 247 / 0.5);
}
.focus\:border-x-secondary-light\/55:focus {

    border-left-color: rgb(254 250 247 / 0.55);

    border-right-color: rgb(254 250 247 / 0.55);
}
.focus\:border-x-secondary-light\/60:focus {

    border-left-color: rgb(254 250 247 / 0.6);

    border-right-color: rgb(254 250 247 / 0.6);
}
.focus\:border-x-secondary-light\/65:focus {

    border-left-color: rgb(254 250 247 / 0.65);

    border-right-color: rgb(254 250 247 / 0.65);
}
.focus\:border-x-secondary-light\/70:focus {

    border-left-color: rgb(254 250 247 / 0.7);

    border-right-color: rgb(254 250 247 / 0.7);
}
.focus\:border-x-secondary-light\/75:focus {

    border-left-color: rgb(254 250 247 / 0.75);

    border-right-color: rgb(254 250 247 / 0.75);
}
.focus\:border-x-secondary-light\/80:focus {

    border-left-color: rgb(254 250 247 / 0.8);

    border-right-color: rgb(254 250 247 / 0.8);
}
.focus\:border-x-secondary-light\/85:focus {

    border-left-color: rgb(254 250 247 / 0.85);

    border-right-color: rgb(254 250 247 / 0.85);
}
.focus\:border-x-secondary-light\/90:focus {

    border-left-color: rgb(254 250 247 / 0.9);

    border-right-color: rgb(254 250 247 / 0.9);
}
.focus\:border-x-secondary-light\/95:focus {

    border-left-color: rgb(254 250 247 / 0.95);

    border-right-color: rgb(254 250 247 / 0.95);
}
.focus\:border-x-secondary\/0:focus {

    border-left-color: rgb(243 234 225 / 0);

    border-right-color: rgb(243 234 225 / 0);
}
.focus\:border-x-secondary\/10:focus {

    border-left-color: rgb(243 234 225 / 0.1);

    border-right-color: rgb(243 234 225 / 0.1);
}
.focus\:border-x-secondary\/100:focus {

    border-left-color: rgb(243 234 225 / 1);

    border-right-color: rgb(243 234 225 / 1);
}
.focus\:border-x-secondary\/15:focus {

    border-left-color: rgb(243 234 225 / 0.15);

    border-right-color: rgb(243 234 225 / 0.15);
}
.focus\:border-x-secondary\/20:focus {

    border-left-color: rgb(243 234 225 / 0.2);

    border-right-color: rgb(243 234 225 / 0.2);
}
.focus\:border-x-secondary\/25:focus {

    border-left-color: rgb(243 234 225 / 0.25);

    border-right-color: rgb(243 234 225 / 0.25);
}
.focus\:border-x-secondary\/30:focus {

    border-left-color: rgb(243 234 225 / 0.3);

    border-right-color: rgb(243 234 225 / 0.3);
}
.focus\:border-x-secondary\/35:focus {

    border-left-color: rgb(243 234 225 / 0.35);

    border-right-color: rgb(243 234 225 / 0.35);
}
.focus\:border-x-secondary\/40:focus {

    border-left-color: rgb(243 234 225 / 0.4);

    border-right-color: rgb(243 234 225 / 0.4);
}
.focus\:border-x-secondary\/45:focus {

    border-left-color: rgb(243 234 225 / 0.45);

    border-right-color: rgb(243 234 225 / 0.45);
}
.focus\:border-x-secondary\/5:focus {

    border-left-color: rgb(243 234 225 / 0.05);

    border-right-color: rgb(243 234 225 / 0.05);
}
.focus\:border-x-secondary\/50:focus {

    border-left-color: rgb(243 234 225 / 0.5);

    border-right-color: rgb(243 234 225 / 0.5);
}
.focus\:border-x-secondary\/55:focus {

    border-left-color: rgb(243 234 225 / 0.55);

    border-right-color: rgb(243 234 225 / 0.55);
}
.focus\:border-x-secondary\/60:focus {

    border-left-color: rgb(243 234 225 / 0.6);

    border-right-color: rgb(243 234 225 / 0.6);
}
.focus\:border-x-secondary\/65:focus {

    border-left-color: rgb(243 234 225 / 0.65);

    border-right-color: rgb(243 234 225 / 0.65);
}
.focus\:border-x-secondary\/70:focus {

    border-left-color: rgb(243 234 225 / 0.7);

    border-right-color: rgb(243 234 225 / 0.7);
}
.focus\:border-x-secondary\/75:focus {

    border-left-color: rgb(243 234 225 / 0.75);

    border-right-color: rgb(243 234 225 / 0.75);
}
.focus\:border-x-secondary\/80:focus {

    border-left-color: rgb(243 234 225 / 0.8);

    border-right-color: rgb(243 234 225 / 0.8);
}
.focus\:border-x-secondary\/85:focus {

    border-left-color: rgb(243 234 225 / 0.85);

    border-right-color: rgb(243 234 225 / 0.85);
}
.focus\:border-x-secondary\/90:focus {

    border-left-color: rgb(243 234 225 / 0.9);

    border-right-color: rgb(243 234 225 / 0.9);
}
.focus\:border-x-secondary\/95:focus {

    border-left-color: rgb(243 234 225 / 0.95);

    border-right-color: rgb(243 234 225 / 0.95);
}
.focus\:border-x-transparent:focus {

    border-left-color: transparent;

    border-right-color: transparent;
}
.focus\:border-x-transparent\/0:focus {

    border-left-color: rgb(0 0 0 / 0);

    border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-x-transparent\/10:focus {

    border-left-color: rgb(0 0 0 / 0.1);

    border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-x-transparent\/100:focus {

    border-left-color: rgb(0 0 0 / 1);

    border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-x-transparent\/15:focus {

    border-left-color: rgb(0 0 0 / 0.15);

    border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-x-transparent\/20:focus {

    border-left-color: rgb(0 0 0 / 0.2);

    border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-x-transparent\/25:focus {

    border-left-color: rgb(0 0 0 / 0.25);

    border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-x-transparent\/30:focus {

    border-left-color: rgb(0 0 0 / 0.3);

    border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-x-transparent\/35:focus {

    border-left-color: rgb(0 0 0 / 0.35);

    border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-x-transparent\/40:focus {

    border-left-color: rgb(0 0 0 / 0.4);

    border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-x-transparent\/45:focus {

    border-left-color: rgb(0 0 0 / 0.45);

    border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-x-transparent\/5:focus {

    border-left-color: rgb(0 0 0 / 0.05);

    border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-x-transparent\/50:focus {

    border-left-color: rgb(0 0 0 / 0.5);

    border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-x-transparent\/55:focus {

    border-left-color: rgb(0 0 0 / 0.55);

    border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-x-transparent\/60:focus {

    border-left-color: rgb(0 0 0 / 0.6);

    border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-x-transparent\/65:focus {

    border-left-color: rgb(0 0 0 / 0.65);

    border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-x-transparent\/70:focus {

    border-left-color: rgb(0 0 0 / 0.7);

    border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-x-transparent\/75:focus {

    border-left-color: rgb(0 0 0 / 0.75);

    border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-x-transparent\/80:focus {

    border-left-color: rgb(0 0 0 / 0.8);

    border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-x-transparent\/85:focus {

    border-left-color: rgb(0 0 0 / 0.85);

    border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-x-transparent\/90:focus {

    border-left-color: rgb(0 0 0 / 0.9);

    border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-x-transparent\/95:focus {

    border-left-color: rgb(0 0 0 / 0.95);

    border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-x-white:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-x-white\/0:focus {

    border-left-color: rgb(255 255 255 / 0);

    border-right-color: rgb(255 255 255 / 0);
}
.focus\:border-x-white\/10:focus {

    border-left-color: rgb(255 255 255 / 0.1);

    border-right-color: rgb(255 255 255 / 0.1);
}
.focus\:border-x-white\/100:focus {

    border-left-color: rgb(255 255 255 / 1);

    border-right-color: rgb(255 255 255 / 1);
}
.focus\:border-x-white\/15:focus {

    border-left-color: rgb(255 255 255 / 0.15);

    border-right-color: rgb(255 255 255 / 0.15);
}
.focus\:border-x-white\/20:focus {

    border-left-color: rgb(255 255 255 / 0.2);

    border-right-color: rgb(255 255 255 / 0.2);
}
.focus\:border-x-white\/25:focus {

    border-left-color: rgb(255 255 255 / 0.25);

    border-right-color: rgb(255 255 255 / 0.25);
}
.focus\:border-x-white\/30:focus {

    border-left-color: rgb(255 255 255 / 0.3);

    border-right-color: rgb(255 255 255 / 0.3);
}
.focus\:border-x-white\/35:focus {

    border-left-color: rgb(255 255 255 / 0.35);

    border-right-color: rgb(255 255 255 / 0.35);
}
.focus\:border-x-white\/40:focus {

    border-left-color: rgb(255 255 255 / 0.4);

    border-right-color: rgb(255 255 255 / 0.4);
}
.focus\:border-x-white\/45:focus {

    border-left-color: rgb(255 255 255 / 0.45);

    border-right-color: rgb(255 255 255 / 0.45);
}
.focus\:border-x-white\/5:focus {

    border-left-color: rgb(255 255 255 / 0.05);

    border-right-color: rgb(255 255 255 / 0.05);
}
.focus\:border-x-white\/50:focus {

    border-left-color: rgb(255 255 255 / 0.5);

    border-right-color: rgb(255 255 255 / 0.5);
}
.focus\:border-x-white\/55:focus {

    border-left-color: rgb(255 255 255 / 0.55);

    border-right-color: rgb(255 255 255 / 0.55);
}
.focus\:border-x-white\/60:focus {

    border-left-color: rgb(255 255 255 / 0.6);

    border-right-color: rgb(255 255 255 / 0.6);
}
.focus\:border-x-white\/65:focus {

    border-left-color: rgb(255 255 255 / 0.65);

    border-right-color: rgb(255 255 255 / 0.65);
}
.focus\:border-x-white\/70:focus {

    border-left-color: rgb(255 255 255 / 0.7);

    border-right-color: rgb(255 255 255 / 0.7);
}
.focus\:border-x-white\/75:focus {

    border-left-color: rgb(255 255 255 / 0.75);

    border-right-color: rgb(255 255 255 / 0.75);
}
.focus\:border-x-white\/80:focus {

    border-left-color: rgb(255 255 255 / 0.8);

    border-right-color: rgb(255 255 255 / 0.8);
}
.focus\:border-x-white\/85:focus {

    border-left-color: rgb(255 255 255 / 0.85);

    border-right-color: rgb(255 255 255 / 0.85);
}
.focus\:border-x-white\/90:focus {

    border-left-color: rgb(255 255 255 / 0.9);

    border-right-color: rgb(255 255 255 / 0.9);
}
.focus\:border-x-white\/95:focus {

    border-left-color: rgb(255 255 255 / 0.95);

    border-right-color: rgb(255 255 255 / 0.95);
}
.focus\:border-y-accent:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-dark\/0:focus {

    border-top-color: rgb(225 114 45 / 0);

    border-bottom-color: rgb(225 114 45 / 0);
}
.focus\:border-y-accent-dark\/10:focus {

    border-top-color: rgb(225 114 45 / 0.1);

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.focus\:border-y-accent-dark\/100:focus {

    border-top-color: rgb(225 114 45 / 1);

    border-bottom-color: rgb(225 114 45 / 1);
}
.focus\:border-y-accent-dark\/15:focus {

    border-top-color: rgb(225 114 45 / 0.15);

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.focus\:border-y-accent-dark\/20:focus {

    border-top-color: rgb(225 114 45 / 0.2);

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.focus\:border-y-accent-dark\/25:focus {

    border-top-color: rgb(225 114 45 / 0.25);

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.focus\:border-y-accent-dark\/30:focus {

    border-top-color: rgb(225 114 45 / 0.3);

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.focus\:border-y-accent-dark\/35:focus {

    border-top-color: rgb(225 114 45 / 0.35);

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.focus\:border-y-accent-dark\/40:focus {

    border-top-color: rgb(225 114 45 / 0.4);

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.focus\:border-y-accent-dark\/45:focus {

    border-top-color: rgb(225 114 45 / 0.45);

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.focus\:border-y-accent-dark\/5:focus {

    border-top-color: rgb(225 114 45 / 0.05);

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.focus\:border-y-accent-dark\/50:focus {

    border-top-color: rgb(225 114 45 / 0.5);

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.focus\:border-y-accent-dark\/55:focus {

    border-top-color: rgb(225 114 45 / 0.55);

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.focus\:border-y-accent-dark\/60:focus {

    border-top-color: rgb(225 114 45 / 0.6);

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.focus\:border-y-accent-dark\/65:focus {

    border-top-color: rgb(225 114 45 / 0.65);

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.focus\:border-y-accent-dark\/70:focus {

    border-top-color: rgb(225 114 45 / 0.7);

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.focus\:border-y-accent-dark\/75:focus {

    border-top-color: rgb(225 114 45 / 0.75);

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.focus\:border-y-accent-dark\/80:focus {

    border-top-color: rgb(225 114 45 / 0.8);

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.focus\:border-y-accent-dark\/85:focus {

    border-top-color: rgb(225 114 45 / 0.85);

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.focus\:border-y-accent-dark\/90:focus {

    border-top-color: rgb(225 114 45 / 0.9);

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.focus\:border-y-accent-dark\/95:focus {

    border-top-color: rgb(225 114 45 / 0.95);

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.focus\:border-y-accent-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-light\/0:focus {

    border-top-color: rgb(255 191 105 / 0);

    border-bottom-color: rgb(255 191 105 / 0);
}
.focus\:border-y-accent-light\/10:focus {

    border-top-color: rgb(255 191 105 / 0.1);

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.focus\:border-y-accent-light\/100:focus {

    border-top-color: rgb(255 191 105 / 1);

    border-bottom-color: rgb(255 191 105 / 1);
}
.focus\:border-y-accent-light\/15:focus {

    border-top-color: rgb(255 191 105 / 0.15);

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.focus\:border-y-accent-light\/20:focus {

    border-top-color: rgb(255 191 105 / 0.2);

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.focus\:border-y-accent-light\/25:focus {

    border-top-color: rgb(255 191 105 / 0.25);

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.focus\:border-y-accent-light\/30:focus {

    border-top-color: rgb(255 191 105 / 0.3);

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.focus\:border-y-accent-light\/35:focus {

    border-top-color: rgb(255 191 105 / 0.35);

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.focus\:border-y-accent-light\/40:focus {

    border-top-color: rgb(255 191 105 / 0.4);

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.focus\:border-y-accent-light\/45:focus {

    border-top-color: rgb(255 191 105 / 0.45);

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.focus\:border-y-accent-light\/5:focus {

    border-top-color: rgb(255 191 105 / 0.05);

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.focus\:border-y-accent-light\/50:focus {

    border-top-color: rgb(255 191 105 / 0.5);

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.focus\:border-y-accent-light\/55:focus {

    border-top-color: rgb(255 191 105 / 0.55);

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.focus\:border-y-accent-light\/60:focus {

    border-top-color: rgb(255 191 105 / 0.6);

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.focus\:border-y-accent-light\/65:focus {

    border-top-color: rgb(255 191 105 / 0.65);

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.focus\:border-y-accent-light\/70:focus {

    border-top-color: rgb(255 191 105 / 0.7);

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.focus\:border-y-accent-light\/75:focus {

    border-top-color: rgb(255 191 105 / 0.75);

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.focus\:border-y-accent-light\/80:focus {

    border-top-color: rgb(255 191 105 / 0.8);

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.focus\:border-y-accent-light\/85:focus {

    border-top-color: rgb(255 191 105 / 0.85);

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.focus\:border-y-accent-light\/90:focus {

    border-top-color: rgb(255 191 105 / 0.9);

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.focus\:border-y-accent-light\/95:focus {

    border-top-color: rgb(255 191 105 / 0.95);

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.focus\:border-y-accent\/0:focus {

    border-top-color: rgb(229 136 78 / 0);

    border-bottom-color: rgb(229 136 78 / 0);
}
.focus\:border-y-accent\/10:focus {

    border-top-color: rgb(229 136 78 / 0.1);

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.focus\:border-y-accent\/100:focus {

    border-top-color: rgb(229 136 78 / 1);

    border-bottom-color: rgb(229 136 78 / 1);
}
.focus\:border-y-accent\/15:focus {

    border-top-color: rgb(229 136 78 / 0.15);

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.focus\:border-y-accent\/20:focus {

    border-top-color: rgb(229 136 78 / 0.2);

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.focus\:border-y-accent\/25:focus {

    border-top-color: rgb(229 136 78 / 0.25);

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.focus\:border-y-accent\/30:focus {

    border-top-color: rgb(229 136 78 / 0.3);

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.focus\:border-y-accent\/35:focus {

    border-top-color: rgb(229 136 78 / 0.35);

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.focus\:border-y-accent\/40:focus {

    border-top-color: rgb(229 136 78 / 0.4);

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.focus\:border-y-accent\/45:focus {

    border-top-color: rgb(229 136 78 / 0.45);

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.focus\:border-y-accent\/5:focus {

    border-top-color: rgb(229 136 78 / 0.05);

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.focus\:border-y-accent\/50:focus {

    border-top-color: rgb(229 136 78 / 0.5);

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.focus\:border-y-accent\/55:focus {

    border-top-color: rgb(229 136 78 / 0.55);

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.focus\:border-y-accent\/60:focus {

    border-top-color: rgb(229 136 78 / 0.6);

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.focus\:border-y-accent\/65:focus {

    border-top-color: rgb(229 136 78 / 0.65);

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.focus\:border-y-accent\/70:focus {

    border-top-color: rgb(229 136 78 / 0.7);

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.focus\:border-y-accent\/75:focus {

    border-top-color: rgb(229 136 78 / 0.75);

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.focus\:border-y-accent\/80:focus {

    border-top-color: rgb(229 136 78 / 0.8);

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.focus\:border-y-accent\/85:focus {

    border-top-color: rgb(229 136 78 / 0.85);

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.focus\:border-y-accent\/90:focus {

    border-top-color: rgb(229 136 78 / 0.9);

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.focus\:border-y-accent\/95:focus {

    border-top-color: rgb(229 136 78 / 0.95);

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.focus\:border-y-black:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-y-black\/0:focus {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-y-black\/10:focus {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-y-black\/100:focus {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-y-black\/15:focus {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-y-black\/20:focus {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-y-black\/25:focus {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-y-black\/30:focus {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-y-black\/35:focus {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-y-black\/40:focus {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-y-black\/45:focus {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-y-black\/5:focus {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-y-black\/50:focus {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-y-black\/55:focus {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-y-black\/60:focus {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-y-black\/65:focus {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-y-black\/70:focus {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-y-black\/75:focus {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-y-black\/80:focus {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-y-black\/85:focus {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-y-black\/90:focus {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-y-black\/95:focus {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-y-current:focus {

    border-top-color: currentColor;

    border-bottom-color: currentColor;
}
.focus\:border-y-error:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-y-error\/0:focus {

    border-top-color: rgb(255 0 0 / 0);

    border-bottom-color: rgb(255 0 0 / 0);
}
.focus\:border-y-error\/10:focus {

    border-top-color: rgb(255 0 0 / 0.1);

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.focus\:border-y-error\/100:focus {

    border-top-color: rgb(255 0 0 / 1);

    border-bottom-color: rgb(255 0 0 / 1);
}
.focus\:border-y-error\/15:focus {

    border-top-color: rgb(255 0 0 / 0.15);

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.focus\:border-y-error\/20:focus {

    border-top-color: rgb(255 0 0 / 0.2);

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.focus\:border-y-error\/25:focus {

    border-top-color: rgb(255 0 0 / 0.25);

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.focus\:border-y-error\/30:focus {

    border-top-color: rgb(255 0 0 / 0.3);

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.focus\:border-y-error\/35:focus {

    border-top-color: rgb(255 0 0 / 0.35);

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.focus\:border-y-error\/40:focus {

    border-top-color: rgb(255 0 0 / 0.4);

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.focus\:border-y-error\/45:focus {

    border-top-color: rgb(255 0 0 / 0.45);

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.focus\:border-y-error\/5:focus {

    border-top-color: rgb(255 0 0 / 0.05);

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.focus\:border-y-error\/50:focus {

    border-top-color: rgb(255 0 0 / 0.5);

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.focus\:border-y-error\/55:focus {

    border-top-color: rgb(255 0 0 / 0.55);

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.focus\:border-y-error\/60:focus {

    border-top-color: rgb(255 0 0 / 0.6);

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.focus\:border-y-error\/65:focus {

    border-top-color: rgb(255 0 0 / 0.65);

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.focus\:border-y-error\/70:focus {

    border-top-color: rgb(255 0 0 / 0.7);

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.focus\:border-y-error\/75:focus {

    border-top-color: rgb(255 0 0 / 0.75);

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.focus\:border-y-error\/80:focus {

    border-top-color: rgb(255 0 0 / 0.8);

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.focus\:border-y-error\/85:focus {

    border-top-color: rgb(255 0 0 / 0.85);

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.focus\:border-y-error\/90:focus {

    border-top-color: rgb(255 0 0 / 0.9);

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.focus\:border-y-error\/95:focus {

    border-top-color: rgb(255 0 0 / 0.95);

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.focus\:border-y-gray-100:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-100\/0:focus {

    border-top-color: rgb(243 244 246 / 0);

    border-bottom-color: rgb(243 244 246 / 0);
}
.focus\:border-y-gray-100\/10:focus {

    border-top-color: rgb(243 244 246 / 0.1);

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.focus\:border-y-gray-100\/100:focus {

    border-top-color: rgb(243 244 246 / 1);

    border-bottom-color: rgb(243 244 246 / 1);
}
.focus\:border-y-gray-100\/15:focus {

    border-top-color: rgb(243 244 246 / 0.15);

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.focus\:border-y-gray-100\/20:focus {

    border-top-color: rgb(243 244 246 / 0.2);

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.focus\:border-y-gray-100\/25:focus {

    border-top-color: rgb(243 244 246 / 0.25);

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.focus\:border-y-gray-100\/30:focus {

    border-top-color: rgb(243 244 246 / 0.3);

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.focus\:border-y-gray-100\/35:focus {

    border-top-color: rgb(243 244 246 / 0.35);

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.focus\:border-y-gray-100\/40:focus {

    border-top-color: rgb(243 244 246 / 0.4);

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.focus\:border-y-gray-100\/45:focus {

    border-top-color: rgb(243 244 246 / 0.45);

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.focus\:border-y-gray-100\/5:focus {

    border-top-color: rgb(243 244 246 / 0.05);

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.focus\:border-y-gray-100\/50:focus {

    border-top-color: rgb(243 244 246 / 0.5);

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.focus\:border-y-gray-100\/55:focus {

    border-top-color: rgb(243 244 246 / 0.55);

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.focus\:border-y-gray-100\/60:focus {

    border-top-color: rgb(243 244 246 / 0.6);

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.focus\:border-y-gray-100\/65:focus {

    border-top-color: rgb(243 244 246 / 0.65);

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.focus\:border-y-gray-100\/70:focus {

    border-top-color: rgb(243 244 246 / 0.7);

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.focus\:border-y-gray-100\/75:focus {

    border-top-color: rgb(243 244 246 / 0.75);

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.focus\:border-y-gray-100\/80:focus {

    border-top-color: rgb(243 244 246 / 0.8);

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.focus\:border-y-gray-100\/85:focus {

    border-top-color: rgb(243 244 246 / 0.85);

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.focus\:border-y-gray-100\/90:focus {

    border-top-color: rgb(243 244 246 / 0.9);

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.focus\:border-y-gray-100\/95:focus {

    border-top-color: rgb(243 244 246 / 0.95);

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.focus\:border-y-gray-200:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-200\/0:focus {

    border-top-color: rgb(229 231 235 / 0);

    border-bottom-color: rgb(229 231 235 / 0);
}
.focus\:border-y-gray-200\/10:focus {

    border-top-color: rgb(229 231 235 / 0.1);

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.focus\:border-y-gray-200\/100:focus {

    border-top-color: rgb(229 231 235 / 1);

    border-bottom-color: rgb(229 231 235 / 1);
}
.focus\:border-y-gray-200\/15:focus {

    border-top-color: rgb(229 231 235 / 0.15);

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.focus\:border-y-gray-200\/20:focus {

    border-top-color: rgb(229 231 235 / 0.2);

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.focus\:border-y-gray-200\/25:focus {

    border-top-color: rgb(229 231 235 / 0.25);

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.focus\:border-y-gray-200\/30:focus {

    border-top-color: rgb(229 231 235 / 0.3);

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.focus\:border-y-gray-200\/35:focus {

    border-top-color: rgb(229 231 235 / 0.35);

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.focus\:border-y-gray-200\/40:focus {

    border-top-color: rgb(229 231 235 / 0.4);

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.focus\:border-y-gray-200\/45:focus {

    border-top-color: rgb(229 231 235 / 0.45);

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.focus\:border-y-gray-200\/5:focus {

    border-top-color: rgb(229 231 235 / 0.05);

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.focus\:border-y-gray-200\/50:focus {

    border-top-color: rgb(229 231 235 / 0.5);

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.focus\:border-y-gray-200\/55:focus {

    border-top-color: rgb(229 231 235 / 0.55);

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.focus\:border-y-gray-200\/60:focus {

    border-top-color: rgb(229 231 235 / 0.6);

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.focus\:border-y-gray-200\/65:focus {

    border-top-color: rgb(229 231 235 / 0.65);

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.focus\:border-y-gray-200\/70:focus {

    border-top-color: rgb(229 231 235 / 0.7);

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.focus\:border-y-gray-200\/75:focus {

    border-top-color: rgb(229 231 235 / 0.75);

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.focus\:border-y-gray-200\/80:focus {

    border-top-color: rgb(229 231 235 / 0.8);

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.focus\:border-y-gray-200\/85:focus {

    border-top-color: rgb(229 231 235 / 0.85);

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.focus\:border-y-gray-200\/90:focus {

    border-top-color: rgb(229 231 235 / 0.9);

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.focus\:border-y-gray-200\/95:focus {

    border-top-color: rgb(229 231 235 / 0.95);

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.focus\:border-y-gray-300:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-300\/0:focus {

    border-top-color: rgb(209 213 219 / 0);

    border-bottom-color: rgb(209 213 219 / 0);
}
.focus\:border-y-gray-300\/10:focus {

    border-top-color: rgb(209 213 219 / 0.1);

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.focus\:border-y-gray-300\/100:focus {

    border-top-color: rgb(209 213 219 / 1);

    border-bottom-color: rgb(209 213 219 / 1);
}
.focus\:border-y-gray-300\/15:focus {

    border-top-color: rgb(209 213 219 / 0.15);

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.focus\:border-y-gray-300\/20:focus {

    border-top-color: rgb(209 213 219 / 0.2);

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.focus\:border-y-gray-300\/25:focus {

    border-top-color: rgb(209 213 219 / 0.25);

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.focus\:border-y-gray-300\/30:focus {

    border-top-color: rgb(209 213 219 / 0.3);

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.focus\:border-y-gray-300\/35:focus {

    border-top-color: rgb(209 213 219 / 0.35);

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.focus\:border-y-gray-300\/40:focus {

    border-top-color: rgb(209 213 219 / 0.4);

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.focus\:border-y-gray-300\/45:focus {

    border-top-color: rgb(209 213 219 / 0.45);

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.focus\:border-y-gray-300\/5:focus {

    border-top-color: rgb(209 213 219 / 0.05);

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.focus\:border-y-gray-300\/50:focus {

    border-top-color: rgb(209 213 219 / 0.5);

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.focus\:border-y-gray-300\/55:focus {

    border-top-color: rgb(209 213 219 / 0.55);

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.focus\:border-y-gray-300\/60:focus {

    border-top-color: rgb(209 213 219 / 0.6);

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.focus\:border-y-gray-300\/65:focus {

    border-top-color: rgb(209 213 219 / 0.65);

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.focus\:border-y-gray-300\/70:focus {

    border-top-color: rgb(209 213 219 / 0.7);

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.focus\:border-y-gray-300\/75:focus {

    border-top-color: rgb(209 213 219 / 0.75);

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.focus\:border-y-gray-300\/80:focus {

    border-top-color: rgb(209 213 219 / 0.8);

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.focus\:border-y-gray-300\/85:focus {

    border-top-color: rgb(209 213 219 / 0.85);

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.focus\:border-y-gray-300\/90:focus {

    border-top-color: rgb(209 213 219 / 0.9);

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.focus\:border-y-gray-300\/95:focus {

    border-top-color: rgb(209 213 219 / 0.95);

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.focus\:border-y-gray-400:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-400\/0:focus {

    border-top-color: rgb(156 163 175 / 0);

    border-bottom-color: rgb(156 163 175 / 0);
}
.focus\:border-y-gray-400\/10:focus {

    border-top-color: rgb(156 163 175 / 0.1);

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.focus\:border-y-gray-400\/100:focus {

    border-top-color: rgb(156 163 175 / 1);

    border-bottom-color: rgb(156 163 175 / 1);
}
.focus\:border-y-gray-400\/15:focus {

    border-top-color: rgb(156 163 175 / 0.15);

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.focus\:border-y-gray-400\/20:focus {

    border-top-color: rgb(156 163 175 / 0.2);

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.focus\:border-y-gray-400\/25:focus {

    border-top-color: rgb(156 163 175 / 0.25);

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.focus\:border-y-gray-400\/30:focus {

    border-top-color: rgb(156 163 175 / 0.3);

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.focus\:border-y-gray-400\/35:focus {

    border-top-color: rgb(156 163 175 / 0.35);

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.focus\:border-y-gray-400\/40:focus {

    border-top-color: rgb(156 163 175 / 0.4);

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.focus\:border-y-gray-400\/45:focus {

    border-top-color: rgb(156 163 175 / 0.45);

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.focus\:border-y-gray-400\/5:focus {

    border-top-color: rgb(156 163 175 / 0.05);

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.focus\:border-y-gray-400\/50:focus {

    border-top-color: rgb(156 163 175 / 0.5);

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.focus\:border-y-gray-400\/55:focus {

    border-top-color: rgb(156 163 175 / 0.55);

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.focus\:border-y-gray-400\/60:focus {

    border-top-color: rgb(156 163 175 / 0.6);

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.focus\:border-y-gray-400\/65:focus {

    border-top-color: rgb(156 163 175 / 0.65);

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.focus\:border-y-gray-400\/70:focus {

    border-top-color: rgb(156 163 175 / 0.7);

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.focus\:border-y-gray-400\/75:focus {

    border-top-color: rgb(156 163 175 / 0.75);

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.focus\:border-y-gray-400\/80:focus {

    border-top-color: rgb(156 163 175 / 0.8);

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.focus\:border-y-gray-400\/85:focus {

    border-top-color: rgb(156 163 175 / 0.85);

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.focus\:border-y-gray-400\/90:focus {

    border-top-color: rgb(156 163 175 / 0.9);

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.focus\:border-y-gray-400\/95:focus {

    border-top-color: rgb(156 163 175 / 0.95);

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.focus\:border-y-gray-50:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-50\/0:focus {

    border-top-color: rgb(249 250 251 / 0);

    border-bottom-color: rgb(249 250 251 / 0);
}
.focus\:border-y-gray-50\/10:focus {

    border-top-color: rgb(249 250 251 / 0.1);

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.focus\:border-y-gray-50\/100:focus {

    border-top-color: rgb(249 250 251 / 1);

    border-bottom-color: rgb(249 250 251 / 1);
}
.focus\:border-y-gray-50\/15:focus {

    border-top-color: rgb(249 250 251 / 0.15);

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.focus\:border-y-gray-50\/20:focus {

    border-top-color: rgb(249 250 251 / 0.2);

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.focus\:border-y-gray-50\/25:focus {

    border-top-color: rgb(249 250 251 / 0.25);

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.focus\:border-y-gray-50\/30:focus {

    border-top-color: rgb(249 250 251 / 0.3);

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.focus\:border-y-gray-50\/35:focus {

    border-top-color: rgb(249 250 251 / 0.35);

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.focus\:border-y-gray-50\/40:focus {

    border-top-color: rgb(249 250 251 / 0.4);

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.focus\:border-y-gray-50\/45:focus {

    border-top-color: rgb(249 250 251 / 0.45);

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.focus\:border-y-gray-50\/5:focus {

    border-top-color: rgb(249 250 251 / 0.05);

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.focus\:border-y-gray-50\/50:focus {

    border-top-color: rgb(249 250 251 / 0.5);

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.focus\:border-y-gray-50\/55:focus {

    border-top-color: rgb(249 250 251 / 0.55);

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.focus\:border-y-gray-50\/60:focus {

    border-top-color: rgb(249 250 251 / 0.6);

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.focus\:border-y-gray-50\/65:focus {

    border-top-color: rgb(249 250 251 / 0.65);

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.focus\:border-y-gray-50\/70:focus {

    border-top-color: rgb(249 250 251 / 0.7);

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.focus\:border-y-gray-50\/75:focus {

    border-top-color: rgb(249 250 251 / 0.75);

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.focus\:border-y-gray-50\/80:focus {

    border-top-color: rgb(249 250 251 / 0.8);

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.focus\:border-y-gray-50\/85:focus {

    border-top-color: rgb(249 250 251 / 0.85);

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.focus\:border-y-gray-50\/90:focus {

    border-top-color: rgb(249 250 251 / 0.9);

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.focus\:border-y-gray-50\/95:focus {

    border-top-color: rgb(249 250 251 / 0.95);

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.focus\:border-y-gray-500:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-500\/0:focus {

    border-top-color: rgb(107 114 128 / 0);

    border-bottom-color: rgb(107 114 128 / 0);
}
.focus\:border-y-gray-500\/10:focus {

    border-top-color: rgb(107 114 128 / 0.1);

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.focus\:border-y-gray-500\/100:focus {

    border-top-color: rgb(107 114 128 / 1);

    border-bottom-color: rgb(107 114 128 / 1);
}
.focus\:border-y-gray-500\/15:focus {

    border-top-color: rgb(107 114 128 / 0.15);

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.focus\:border-y-gray-500\/20:focus {

    border-top-color: rgb(107 114 128 / 0.2);

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.focus\:border-y-gray-500\/25:focus {

    border-top-color: rgb(107 114 128 / 0.25);

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.focus\:border-y-gray-500\/30:focus {

    border-top-color: rgb(107 114 128 / 0.3);

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.focus\:border-y-gray-500\/35:focus {

    border-top-color: rgb(107 114 128 / 0.35);

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.focus\:border-y-gray-500\/40:focus {

    border-top-color: rgb(107 114 128 / 0.4);

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.focus\:border-y-gray-500\/45:focus {

    border-top-color: rgb(107 114 128 / 0.45);

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.focus\:border-y-gray-500\/5:focus {

    border-top-color: rgb(107 114 128 / 0.05);

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.focus\:border-y-gray-500\/50:focus {

    border-top-color: rgb(107 114 128 / 0.5);

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.focus\:border-y-gray-500\/55:focus {

    border-top-color: rgb(107 114 128 / 0.55);

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.focus\:border-y-gray-500\/60:focus {

    border-top-color: rgb(107 114 128 / 0.6);

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.focus\:border-y-gray-500\/65:focus {

    border-top-color: rgb(107 114 128 / 0.65);

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.focus\:border-y-gray-500\/70:focus {

    border-top-color: rgb(107 114 128 / 0.7);

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.focus\:border-y-gray-500\/75:focus {

    border-top-color: rgb(107 114 128 / 0.75);

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.focus\:border-y-gray-500\/80:focus {

    border-top-color: rgb(107 114 128 / 0.8);

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.focus\:border-y-gray-500\/85:focus {

    border-top-color: rgb(107 114 128 / 0.85);

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.focus\:border-y-gray-500\/90:focus {

    border-top-color: rgb(107 114 128 / 0.9);

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.focus\:border-y-gray-500\/95:focus {

    border-top-color: rgb(107 114 128 / 0.95);

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.focus\:border-y-gray-600:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-600\/0:focus {

    border-top-color: rgb(75 85 99 / 0);

    border-bottom-color: rgb(75 85 99 / 0);
}
.focus\:border-y-gray-600\/10:focus {

    border-top-color: rgb(75 85 99 / 0.1);

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.focus\:border-y-gray-600\/100:focus {

    border-top-color: rgb(75 85 99 / 1);

    border-bottom-color: rgb(75 85 99 / 1);
}
.focus\:border-y-gray-600\/15:focus {

    border-top-color: rgb(75 85 99 / 0.15);

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.focus\:border-y-gray-600\/20:focus {

    border-top-color: rgb(75 85 99 / 0.2);

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.focus\:border-y-gray-600\/25:focus {

    border-top-color: rgb(75 85 99 / 0.25);

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.focus\:border-y-gray-600\/30:focus {

    border-top-color: rgb(75 85 99 / 0.3);

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.focus\:border-y-gray-600\/35:focus {

    border-top-color: rgb(75 85 99 / 0.35);

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.focus\:border-y-gray-600\/40:focus {

    border-top-color: rgb(75 85 99 / 0.4);

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.focus\:border-y-gray-600\/45:focus {

    border-top-color: rgb(75 85 99 / 0.45);

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.focus\:border-y-gray-600\/5:focus {

    border-top-color: rgb(75 85 99 / 0.05);

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.focus\:border-y-gray-600\/50:focus {

    border-top-color: rgb(75 85 99 / 0.5);

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.focus\:border-y-gray-600\/55:focus {

    border-top-color: rgb(75 85 99 / 0.55);

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.focus\:border-y-gray-600\/60:focus {

    border-top-color: rgb(75 85 99 / 0.6);

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.focus\:border-y-gray-600\/65:focus {

    border-top-color: rgb(75 85 99 / 0.65);

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.focus\:border-y-gray-600\/70:focus {

    border-top-color: rgb(75 85 99 / 0.7);

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.focus\:border-y-gray-600\/75:focus {

    border-top-color: rgb(75 85 99 / 0.75);

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.focus\:border-y-gray-600\/80:focus {

    border-top-color: rgb(75 85 99 / 0.8);

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.focus\:border-y-gray-600\/85:focus {

    border-top-color: rgb(75 85 99 / 0.85);

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.focus\:border-y-gray-600\/90:focus {

    border-top-color: rgb(75 85 99 / 0.9);

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.focus\:border-y-gray-600\/95:focus {

    border-top-color: rgb(75 85 99 / 0.95);

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.focus\:border-y-gray-700:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-700\/0:focus {

    border-top-color: rgb(55 65 81 / 0);

    border-bottom-color: rgb(55 65 81 / 0);
}
.focus\:border-y-gray-700\/10:focus {

    border-top-color: rgb(55 65 81 / 0.1);

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.focus\:border-y-gray-700\/100:focus {

    border-top-color: rgb(55 65 81 / 1);

    border-bottom-color: rgb(55 65 81 / 1);
}
.focus\:border-y-gray-700\/15:focus {

    border-top-color: rgb(55 65 81 / 0.15);

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.focus\:border-y-gray-700\/20:focus {

    border-top-color: rgb(55 65 81 / 0.2);

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.focus\:border-y-gray-700\/25:focus {

    border-top-color: rgb(55 65 81 / 0.25);

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.focus\:border-y-gray-700\/30:focus {

    border-top-color: rgb(55 65 81 / 0.3);

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.focus\:border-y-gray-700\/35:focus {

    border-top-color: rgb(55 65 81 / 0.35);

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.focus\:border-y-gray-700\/40:focus {

    border-top-color: rgb(55 65 81 / 0.4);

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.focus\:border-y-gray-700\/45:focus {

    border-top-color: rgb(55 65 81 / 0.45);

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.focus\:border-y-gray-700\/5:focus {

    border-top-color: rgb(55 65 81 / 0.05);

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.focus\:border-y-gray-700\/50:focus {

    border-top-color: rgb(55 65 81 / 0.5);

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.focus\:border-y-gray-700\/55:focus {

    border-top-color: rgb(55 65 81 / 0.55);

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.focus\:border-y-gray-700\/60:focus {

    border-top-color: rgb(55 65 81 / 0.6);

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.focus\:border-y-gray-700\/65:focus {

    border-top-color: rgb(55 65 81 / 0.65);

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.focus\:border-y-gray-700\/70:focus {

    border-top-color: rgb(55 65 81 / 0.7);

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.focus\:border-y-gray-700\/75:focus {

    border-top-color: rgb(55 65 81 / 0.75);

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.focus\:border-y-gray-700\/80:focus {

    border-top-color: rgb(55 65 81 / 0.8);

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.focus\:border-y-gray-700\/85:focus {

    border-top-color: rgb(55 65 81 / 0.85);

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.focus\:border-y-gray-700\/90:focus {

    border-top-color: rgb(55 65 81 / 0.9);

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.focus\:border-y-gray-700\/95:focus {

    border-top-color: rgb(55 65 81 / 0.95);

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.focus\:border-y-gray-800:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-800\/0:focus {

    border-top-color: rgb(31 41 55 / 0);

    border-bottom-color: rgb(31 41 55 / 0);
}
.focus\:border-y-gray-800\/10:focus {

    border-top-color: rgb(31 41 55 / 0.1);

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.focus\:border-y-gray-800\/100:focus {

    border-top-color: rgb(31 41 55 / 1);

    border-bottom-color: rgb(31 41 55 / 1);
}
.focus\:border-y-gray-800\/15:focus {

    border-top-color: rgb(31 41 55 / 0.15);

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.focus\:border-y-gray-800\/20:focus {

    border-top-color: rgb(31 41 55 / 0.2);

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.focus\:border-y-gray-800\/25:focus {

    border-top-color: rgb(31 41 55 / 0.25);

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.focus\:border-y-gray-800\/30:focus {

    border-top-color: rgb(31 41 55 / 0.3);

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.focus\:border-y-gray-800\/35:focus {

    border-top-color: rgb(31 41 55 / 0.35);

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.focus\:border-y-gray-800\/40:focus {

    border-top-color: rgb(31 41 55 / 0.4);

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.focus\:border-y-gray-800\/45:focus {

    border-top-color: rgb(31 41 55 / 0.45);

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.focus\:border-y-gray-800\/5:focus {

    border-top-color: rgb(31 41 55 / 0.05);

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.focus\:border-y-gray-800\/50:focus {

    border-top-color: rgb(31 41 55 / 0.5);

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.focus\:border-y-gray-800\/55:focus {

    border-top-color: rgb(31 41 55 / 0.55);

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.focus\:border-y-gray-800\/60:focus {

    border-top-color: rgb(31 41 55 / 0.6);

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.focus\:border-y-gray-800\/65:focus {

    border-top-color: rgb(31 41 55 / 0.65);

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.focus\:border-y-gray-800\/70:focus {

    border-top-color: rgb(31 41 55 / 0.7);

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.focus\:border-y-gray-800\/75:focus {

    border-top-color: rgb(31 41 55 / 0.75);

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.focus\:border-y-gray-800\/80:focus {

    border-top-color: rgb(31 41 55 / 0.8);

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.focus\:border-y-gray-800\/85:focus {

    border-top-color: rgb(31 41 55 / 0.85);

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.focus\:border-y-gray-800\/90:focus {

    border-top-color: rgb(31 41 55 / 0.9);

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.focus\:border-y-gray-800\/95:focus {

    border-top-color: rgb(31 41 55 / 0.95);

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.focus\:border-y-gray-900:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-900\/0:focus {

    border-top-color: rgb(17 24 39 / 0);

    border-bottom-color: rgb(17 24 39 / 0);
}
.focus\:border-y-gray-900\/10:focus {

    border-top-color: rgb(17 24 39 / 0.1);

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.focus\:border-y-gray-900\/100:focus {

    border-top-color: rgb(17 24 39 / 1);

    border-bottom-color: rgb(17 24 39 / 1);
}
.focus\:border-y-gray-900\/15:focus {

    border-top-color: rgb(17 24 39 / 0.15);

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.focus\:border-y-gray-900\/20:focus {

    border-top-color: rgb(17 24 39 / 0.2);

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.focus\:border-y-gray-900\/25:focus {

    border-top-color: rgb(17 24 39 / 0.25);

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.focus\:border-y-gray-900\/30:focus {

    border-top-color: rgb(17 24 39 / 0.3);

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.focus\:border-y-gray-900\/35:focus {

    border-top-color: rgb(17 24 39 / 0.35);

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.focus\:border-y-gray-900\/40:focus {

    border-top-color: rgb(17 24 39 / 0.4);

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.focus\:border-y-gray-900\/45:focus {

    border-top-color: rgb(17 24 39 / 0.45);

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.focus\:border-y-gray-900\/5:focus {

    border-top-color: rgb(17 24 39 / 0.05);

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.focus\:border-y-gray-900\/50:focus {

    border-top-color: rgb(17 24 39 / 0.5);

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.focus\:border-y-gray-900\/55:focus {

    border-top-color: rgb(17 24 39 / 0.55);

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.focus\:border-y-gray-900\/60:focus {

    border-top-color: rgb(17 24 39 / 0.6);

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.focus\:border-y-gray-900\/65:focus {

    border-top-color: rgb(17 24 39 / 0.65);

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.focus\:border-y-gray-900\/70:focus {

    border-top-color: rgb(17 24 39 / 0.7);

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.focus\:border-y-gray-900\/75:focus {

    border-top-color: rgb(17 24 39 / 0.75);

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.focus\:border-y-gray-900\/80:focus {

    border-top-color: rgb(17 24 39 / 0.8);

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.focus\:border-y-gray-900\/85:focus {

    border-top-color: rgb(17 24 39 / 0.85);

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.focus\:border-y-gray-900\/90:focus {

    border-top-color: rgb(17 24 39 / 0.9);

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.focus\:border-y-gray-900\/95:focus {

    border-top-color: rgb(17 24 39 / 0.95);

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.focus\:border-y-gray-950:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-950\/0:focus {

    border-top-color: rgb(3 7 18 / 0);

    border-bottom-color: rgb(3 7 18 / 0);
}
.focus\:border-y-gray-950\/10:focus {

    border-top-color: rgb(3 7 18 / 0.1);

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.focus\:border-y-gray-950\/100:focus {

    border-top-color: rgb(3 7 18 / 1);

    border-bottom-color: rgb(3 7 18 / 1);
}
.focus\:border-y-gray-950\/15:focus {

    border-top-color: rgb(3 7 18 / 0.15);

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.focus\:border-y-gray-950\/20:focus {

    border-top-color: rgb(3 7 18 / 0.2);

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.focus\:border-y-gray-950\/25:focus {

    border-top-color: rgb(3 7 18 / 0.25);

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.focus\:border-y-gray-950\/30:focus {

    border-top-color: rgb(3 7 18 / 0.3);

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.focus\:border-y-gray-950\/35:focus {

    border-top-color: rgb(3 7 18 / 0.35);

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.focus\:border-y-gray-950\/40:focus {

    border-top-color: rgb(3 7 18 / 0.4);

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.focus\:border-y-gray-950\/45:focus {

    border-top-color: rgb(3 7 18 / 0.45);

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.focus\:border-y-gray-950\/5:focus {

    border-top-color: rgb(3 7 18 / 0.05);

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.focus\:border-y-gray-950\/50:focus {

    border-top-color: rgb(3 7 18 / 0.5);

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.focus\:border-y-gray-950\/55:focus {

    border-top-color: rgb(3 7 18 / 0.55);

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.focus\:border-y-gray-950\/60:focus {

    border-top-color: rgb(3 7 18 / 0.6);

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.focus\:border-y-gray-950\/65:focus {

    border-top-color: rgb(3 7 18 / 0.65);

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.focus\:border-y-gray-950\/70:focus {

    border-top-color: rgb(3 7 18 / 0.7);

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.focus\:border-y-gray-950\/75:focus {

    border-top-color: rgb(3 7 18 / 0.75);

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.focus\:border-y-gray-950\/80:focus {

    border-top-color: rgb(3 7 18 / 0.8);

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.focus\:border-y-gray-950\/85:focus {

    border-top-color: rgb(3 7 18 / 0.85);

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.focus\:border-y-gray-950\/90:focus {

    border-top-color: rgb(3 7 18 / 0.9);

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.focus\:border-y-gray-950\/95:focus {

    border-top-color: rgb(3 7 18 / 0.95);

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.focus\:border-y-inherit:focus {

    border-top-color: inherit;

    border-bottom-color: inherit;
}
.focus\:border-y-primary:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-dark\/0:focus {

    border-top-color: rgb(26 88 121 / 0);

    border-bottom-color: rgb(26 88 121 / 0);
}
.focus\:border-y-primary-dark\/10:focus {

    border-top-color: rgb(26 88 121 / 0.1);

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.focus\:border-y-primary-dark\/100:focus {

    border-top-color: rgb(26 88 121 / 1);

    border-bottom-color: rgb(26 88 121 / 1);
}
.focus\:border-y-primary-dark\/15:focus {

    border-top-color: rgb(26 88 121 / 0.15);

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.focus\:border-y-primary-dark\/20:focus {

    border-top-color: rgb(26 88 121 / 0.2);

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.focus\:border-y-primary-dark\/25:focus {

    border-top-color: rgb(26 88 121 / 0.25);

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.focus\:border-y-primary-dark\/30:focus {

    border-top-color: rgb(26 88 121 / 0.3);

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.focus\:border-y-primary-dark\/35:focus {

    border-top-color: rgb(26 88 121 / 0.35);

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.focus\:border-y-primary-dark\/40:focus {

    border-top-color: rgb(26 88 121 / 0.4);

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.focus\:border-y-primary-dark\/45:focus {

    border-top-color: rgb(26 88 121 / 0.45);

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.focus\:border-y-primary-dark\/5:focus {

    border-top-color: rgb(26 88 121 / 0.05);

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.focus\:border-y-primary-dark\/50:focus {

    border-top-color: rgb(26 88 121 / 0.5);

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.focus\:border-y-primary-dark\/55:focus {

    border-top-color: rgb(26 88 121 / 0.55);

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.focus\:border-y-primary-dark\/60:focus {

    border-top-color: rgb(26 88 121 / 0.6);

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.focus\:border-y-primary-dark\/65:focus {

    border-top-color: rgb(26 88 121 / 0.65);

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.focus\:border-y-primary-dark\/70:focus {

    border-top-color: rgb(26 88 121 / 0.7);

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.focus\:border-y-primary-dark\/75:focus {

    border-top-color: rgb(26 88 121 / 0.75);

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.focus\:border-y-primary-dark\/80:focus {

    border-top-color: rgb(26 88 121 / 0.8);

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.focus\:border-y-primary-dark\/85:focus {

    border-top-color: rgb(26 88 121 / 0.85);

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.focus\:border-y-primary-dark\/90:focus {

    border-top-color: rgb(26 88 121 / 0.9);

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.focus\:border-y-primary-dark\/95:focus {

    border-top-color: rgb(26 88 121 / 0.95);

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.focus\:border-y-primary-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-light\/0:focus {

    border-top-color: rgb(85 154 193 / 0);

    border-bottom-color: rgb(85 154 193 / 0);
}
.focus\:border-y-primary-light\/10:focus {

    border-top-color: rgb(85 154 193 / 0.1);

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.focus\:border-y-primary-light\/100:focus {

    border-top-color: rgb(85 154 193 / 1);

    border-bottom-color: rgb(85 154 193 / 1);
}
.focus\:border-y-primary-light\/15:focus {

    border-top-color: rgb(85 154 193 / 0.15);

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.focus\:border-y-primary-light\/20:focus {

    border-top-color: rgb(85 154 193 / 0.2);

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.focus\:border-y-primary-light\/25:focus {

    border-top-color: rgb(85 154 193 / 0.25);

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.focus\:border-y-primary-light\/30:focus {

    border-top-color: rgb(85 154 193 / 0.3);

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.focus\:border-y-primary-light\/35:focus {

    border-top-color: rgb(85 154 193 / 0.35);

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.focus\:border-y-primary-light\/40:focus {

    border-top-color: rgb(85 154 193 / 0.4);

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.focus\:border-y-primary-light\/45:focus {

    border-top-color: rgb(85 154 193 / 0.45);

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.focus\:border-y-primary-light\/5:focus {

    border-top-color: rgb(85 154 193 / 0.05);

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.focus\:border-y-primary-light\/50:focus {

    border-top-color: rgb(85 154 193 / 0.5);

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.focus\:border-y-primary-light\/55:focus {

    border-top-color: rgb(85 154 193 / 0.55);

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.focus\:border-y-primary-light\/60:focus {

    border-top-color: rgb(85 154 193 / 0.6);

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.focus\:border-y-primary-light\/65:focus {

    border-top-color: rgb(85 154 193 / 0.65);

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.focus\:border-y-primary-light\/70:focus {

    border-top-color: rgb(85 154 193 / 0.7);

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.focus\:border-y-primary-light\/75:focus {

    border-top-color: rgb(85 154 193 / 0.75);

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.focus\:border-y-primary-light\/80:focus {

    border-top-color: rgb(85 154 193 / 0.8);

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.focus\:border-y-primary-light\/85:focus {

    border-top-color: rgb(85 154 193 / 0.85);

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.focus\:border-y-primary-light\/90:focus {

    border-top-color: rgb(85 154 193 / 0.9);

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.focus\:border-y-primary-light\/95:focus {

    border-top-color: rgb(85 154 193 / 0.95);

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.focus\:border-y-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-lighter\/0:focus {

    border-top-color: rgb(115 177 212 / 0);

    border-bottom-color: rgb(115 177 212 / 0);
}
.focus\:border-y-primary-lighter\/10:focus {

    border-top-color: rgb(115 177 212 / 0.1);

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.focus\:border-y-primary-lighter\/100:focus {

    border-top-color: rgb(115 177 212 / 1);

    border-bottom-color: rgb(115 177 212 / 1);
}
.focus\:border-y-primary-lighter\/15:focus {

    border-top-color: rgb(115 177 212 / 0.15);

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.focus\:border-y-primary-lighter\/20:focus {

    border-top-color: rgb(115 177 212 / 0.2);

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.focus\:border-y-primary-lighter\/25:focus {

    border-top-color: rgb(115 177 212 / 0.25);

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.focus\:border-y-primary-lighter\/30:focus {

    border-top-color: rgb(115 177 212 / 0.3);

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.focus\:border-y-primary-lighter\/35:focus {

    border-top-color: rgb(115 177 212 / 0.35);

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.focus\:border-y-primary-lighter\/40:focus {

    border-top-color: rgb(115 177 212 / 0.4);

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.focus\:border-y-primary-lighter\/45:focus {

    border-top-color: rgb(115 177 212 / 0.45);

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.focus\:border-y-primary-lighter\/5:focus {

    border-top-color: rgb(115 177 212 / 0.05);

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.focus\:border-y-primary-lighter\/50:focus {

    border-top-color: rgb(115 177 212 / 0.5);

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.focus\:border-y-primary-lighter\/55:focus {

    border-top-color: rgb(115 177 212 / 0.55);

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.focus\:border-y-primary-lighter\/60:focus {

    border-top-color: rgb(115 177 212 / 0.6);

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.focus\:border-y-primary-lighter\/65:focus {

    border-top-color: rgb(115 177 212 / 0.65);

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.focus\:border-y-primary-lighter\/70:focus {

    border-top-color: rgb(115 177 212 / 0.7);

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.focus\:border-y-primary-lighter\/75:focus {

    border-top-color: rgb(115 177 212 / 0.75);

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.focus\:border-y-primary-lighter\/80:focus {

    border-top-color: rgb(115 177 212 / 0.8);

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.focus\:border-y-primary-lighter\/85:focus {

    border-top-color: rgb(115 177 212 / 0.85);

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.focus\:border-y-primary-lighter\/90:focus {

    border-top-color: rgb(115 177 212 / 0.9);

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.focus\:border-y-primary-lighter\/95:focus {

    border-top-color: rgb(115 177 212 / 0.95);

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.focus\:border-y-primary\/0:focus {

    border-top-color: rgb(52 114 147 / 0);

    border-bottom-color: rgb(52 114 147 / 0);
}
.focus\:border-y-primary\/10:focus {

    border-top-color: rgb(52 114 147 / 0.1);

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.focus\:border-y-primary\/100:focus {

    border-top-color: rgb(52 114 147 / 1);

    border-bottom-color: rgb(52 114 147 / 1);
}
.focus\:border-y-primary\/15:focus {

    border-top-color: rgb(52 114 147 / 0.15);

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.focus\:border-y-primary\/20:focus {

    border-top-color: rgb(52 114 147 / 0.2);

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.focus\:border-y-primary\/25:focus {

    border-top-color: rgb(52 114 147 / 0.25);

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.focus\:border-y-primary\/30:focus {

    border-top-color: rgb(52 114 147 / 0.3);

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.focus\:border-y-primary\/35:focus {

    border-top-color: rgb(52 114 147 / 0.35);

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.focus\:border-y-primary\/40:focus {

    border-top-color: rgb(52 114 147 / 0.4);

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.focus\:border-y-primary\/45:focus {

    border-top-color: rgb(52 114 147 / 0.45);

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.focus\:border-y-primary\/5:focus {

    border-top-color: rgb(52 114 147 / 0.05);

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.focus\:border-y-primary\/50:focus {

    border-top-color: rgb(52 114 147 / 0.5);

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.focus\:border-y-primary\/55:focus {

    border-top-color: rgb(52 114 147 / 0.55);

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.focus\:border-y-primary\/60:focus {

    border-top-color: rgb(52 114 147 / 0.6);

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.focus\:border-y-primary\/65:focus {

    border-top-color: rgb(52 114 147 / 0.65);

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.focus\:border-y-primary\/70:focus {

    border-top-color: rgb(52 114 147 / 0.7);

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.focus\:border-y-primary\/75:focus {

    border-top-color: rgb(52 114 147 / 0.75);

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.focus\:border-y-primary\/80:focus {

    border-top-color: rgb(52 114 147 / 0.8);

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.focus\:border-y-primary\/85:focus {

    border-top-color: rgb(52 114 147 / 0.85);

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.focus\:border-y-primary\/90:focus {

    border-top-color: rgb(52 114 147 / 0.9);

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.focus\:border-y-primary\/95:focus {

    border-top-color: rgb(52 114 147 / 0.95);

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.focus\:border-y-secondary:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-dark\/0:focus {

    border-top-color: rgb(226 207 188 / 0);

    border-bottom-color: rgb(226 207 188 / 0);
}
.focus\:border-y-secondary-dark\/10:focus {

    border-top-color: rgb(226 207 188 / 0.1);

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.focus\:border-y-secondary-dark\/100:focus {

    border-top-color: rgb(226 207 188 / 1);

    border-bottom-color: rgb(226 207 188 / 1);
}
.focus\:border-y-secondary-dark\/15:focus {

    border-top-color: rgb(226 207 188 / 0.15);

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.focus\:border-y-secondary-dark\/20:focus {

    border-top-color: rgb(226 207 188 / 0.2);

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.focus\:border-y-secondary-dark\/25:focus {

    border-top-color: rgb(226 207 188 / 0.25);

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.focus\:border-y-secondary-dark\/30:focus {

    border-top-color: rgb(226 207 188 / 0.3);

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.focus\:border-y-secondary-dark\/35:focus {

    border-top-color: rgb(226 207 188 / 0.35);

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.focus\:border-y-secondary-dark\/40:focus {

    border-top-color: rgb(226 207 188 / 0.4);

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.focus\:border-y-secondary-dark\/45:focus {

    border-top-color: rgb(226 207 188 / 0.45);

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.focus\:border-y-secondary-dark\/5:focus {

    border-top-color: rgb(226 207 188 / 0.05);

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.focus\:border-y-secondary-dark\/50:focus {

    border-top-color: rgb(226 207 188 / 0.5);

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.focus\:border-y-secondary-dark\/55:focus {

    border-top-color: rgb(226 207 188 / 0.55);

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.focus\:border-y-secondary-dark\/60:focus {

    border-top-color: rgb(226 207 188 / 0.6);

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.focus\:border-y-secondary-dark\/65:focus {

    border-top-color: rgb(226 207 188 / 0.65);

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.focus\:border-y-secondary-dark\/70:focus {

    border-top-color: rgb(226 207 188 / 0.7);

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.focus\:border-y-secondary-dark\/75:focus {

    border-top-color: rgb(226 207 188 / 0.75);

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.focus\:border-y-secondary-dark\/80:focus {

    border-top-color: rgb(226 207 188 / 0.8);

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.focus\:border-y-secondary-dark\/85:focus {

    border-top-color: rgb(226 207 188 / 0.85);

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.focus\:border-y-secondary-dark\/90:focus {

    border-top-color: rgb(226 207 188 / 0.9);

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.focus\:border-y-secondary-dark\/95:focus {

    border-top-color: rgb(226 207 188 / 0.95);

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.focus\:border-y-secondary-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-light\/0:focus {

    border-top-color: rgb(254 250 247 / 0);

    border-bottom-color: rgb(254 250 247 / 0);
}
.focus\:border-y-secondary-light\/10:focus {

    border-top-color: rgb(254 250 247 / 0.1);

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.focus\:border-y-secondary-light\/100:focus {

    border-top-color: rgb(254 250 247 / 1);

    border-bottom-color: rgb(254 250 247 / 1);
}
.focus\:border-y-secondary-light\/15:focus {

    border-top-color: rgb(254 250 247 / 0.15);

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.focus\:border-y-secondary-light\/20:focus {

    border-top-color: rgb(254 250 247 / 0.2);

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.focus\:border-y-secondary-light\/25:focus {

    border-top-color: rgb(254 250 247 / 0.25);

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.focus\:border-y-secondary-light\/30:focus {

    border-top-color: rgb(254 250 247 / 0.3);

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.focus\:border-y-secondary-light\/35:focus {

    border-top-color: rgb(254 250 247 / 0.35);

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.focus\:border-y-secondary-light\/40:focus {

    border-top-color: rgb(254 250 247 / 0.4);

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.focus\:border-y-secondary-light\/45:focus {

    border-top-color: rgb(254 250 247 / 0.45);

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.focus\:border-y-secondary-light\/5:focus {

    border-top-color: rgb(254 250 247 / 0.05);

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.focus\:border-y-secondary-light\/50:focus {

    border-top-color: rgb(254 250 247 / 0.5);

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.focus\:border-y-secondary-light\/55:focus {

    border-top-color: rgb(254 250 247 / 0.55);

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.focus\:border-y-secondary-light\/60:focus {

    border-top-color: rgb(254 250 247 / 0.6);

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.focus\:border-y-secondary-light\/65:focus {

    border-top-color: rgb(254 250 247 / 0.65);

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.focus\:border-y-secondary-light\/70:focus {

    border-top-color: rgb(254 250 247 / 0.7);

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.focus\:border-y-secondary-light\/75:focus {

    border-top-color: rgb(254 250 247 / 0.75);

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.focus\:border-y-secondary-light\/80:focus {

    border-top-color: rgb(254 250 247 / 0.8);

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.focus\:border-y-secondary-light\/85:focus {

    border-top-color: rgb(254 250 247 / 0.85);

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.focus\:border-y-secondary-light\/90:focus {

    border-top-color: rgb(254 250 247 / 0.9);

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.focus\:border-y-secondary-light\/95:focus {

    border-top-color: rgb(254 250 247 / 0.95);

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.focus\:border-y-secondary\/0:focus {

    border-top-color: rgb(243 234 225 / 0);

    border-bottom-color: rgb(243 234 225 / 0);
}
.focus\:border-y-secondary\/10:focus {

    border-top-color: rgb(243 234 225 / 0.1);

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.focus\:border-y-secondary\/100:focus {

    border-top-color: rgb(243 234 225 / 1);

    border-bottom-color: rgb(243 234 225 / 1);
}
.focus\:border-y-secondary\/15:focus {

    border-top-color: rgb(243 234 225 / 0.15);

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.focus\:border-y-secondary\/20:focus {

    border-top-color: rgb(243 234 225 / 0.2);

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.focus\:border-y-secondary\/25:focus {

    border-top-color: rgb(243 234 225 / 0.25);

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.focus\:border-y-secondary\/30:focus {

    border-top-color: rgb(243 234 225 / 0.3);

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.focus\:border-y-secondary\/35:focus {

    border-top-color: rgb(243 234 225 / 0.35);

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.focus\:border-y-secondary\/40:focus {

    border-top-color: rgb(243 234 225 / 0.4);

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.focus\:border-y-secondary\/45:focus {

    border-top-color: rgb(243 234 225 / 0.45);

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.focus\:border-y-secondary\/5:focus {

    border-top-color: rgb(243 234 225 / 0.05);

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.focus\:border-y-secondary\/50:focus {

    border-top-color: rgb(243 234 225 / 0.5);

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.focus\:border-y-secondary\/55:focus {

    border-top-color: rgb(243 234 225 / 0.55);

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.focus\:border-y-secondary\/60:focus {

    border-top-color: rgb(243 234 225 / 0.6);

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.focus\:border-y-secondary\/65:focus {

    border-top-color: rgb(243 234 225 / 0.65);

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.focus\:border-y-secondary\/70:focus {

    border-top-color: rgb(243 234 225 / 0.7);

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.focus\:border-y-secondary\/75:focus {

    border-top-color: rgb(243 234 225 / 0.75);

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.focus\:border-y-secondary\/80:focus {

    border-top-color: rgb(243 234 225 / 0.8);

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.focus\:border-y-secondary\/85:focus {

    border-top-color: rgb(243 234 225 / 0.85);

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.focus\:border-y-secondary\/90:focus {

    border-top-color: rgb(243 234 225 / 0.9);

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.focus\:border-y-secondary\/95:focus {

    border-top-color: rgb(243 234 225 / 0.95);

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.focus\:border-y-transparent:focus {

    border-top-color: transparent;

    border-bottom-color: transparent;
}
.focus\:border-y-transparent\/0:focus {

    border-top-color: rgb(0 0 0 / 0);

    border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-y-transparent\/10:focus {

    border-top-color: rgb(0 0 0 / 0.1);

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-y-transparent\/100:focus {

    border-top-color: rgb(0 0 0 / 1);

    border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-y-transparent\/15:focus {

    border-top-color: rgb(0 0 0 / 0.15);

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-y-transparent\/20:focus {

    border-top-color: rgb(0 0 0 / 0.2);

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-y-transparent\/25:focus {

    border-top-color: rgb(0 0 0 / 0.25);

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-y-transparent\/30:focus {

    border-top-color: rgb(0 0 0 / 0.3);

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-y-transparent\/35:focus {

    border-top-color: rgb(0 0 0 / 0.35);

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-y-transparent\/40:focus {

    border-top-color: rgb(0 0 0 / 0.4);

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-y-transparent\/45:focus {

    border-top-color: rgb(0 0 0 / 0.45);

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-y-transparent\/5:focus {

    border-top-color: rgb(0 0 0 / 0.05);

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-y-transparent\/50:focus {

    border-top-color: rgb(0 0 0 / 0.5);

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-y-transparent\/55:focus {

    border-top-color: rgb(0 0 0 / 0.55);

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-y-transparent\/60:focus {

    border-top-color: rgb(0 0 0 / 0.6);

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-y-transparent\/65:focus {

    border-top-color: rgb(0 0 0 / 0.65);

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-y-transparent\/70:focus {

    border-top-color: rgb(0 0 0 / 0.7);

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-y-transparent\/75:focus {

    border-top-color: rgb(0 0 0 / 0.75);

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-y-transparent\/80:focus {

    border-top-color: rgb(0 0 0 / 0.8);

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-y-transparent\/85:focus {

    border-top-color: rgb(0 0 0 / 0.85);

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-y-transparent\/90:focus {

    border-top-color: rgb(0 0 0 / 0.9);

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-y-transparent\/95:focus {

    border-top-color: rgb(0 0 0 / 0.95);

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-y-white:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-y-white\/0:focus {

    border-top-color: rgb(255 255 255 / 0);

    border-bottom-color: rgb(255 255 255 / 0);
}
.focus\:border-y-white\/10:focus {

    border-top-color: rgb(255 255 255 / 0.1);

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.focus\:border-y-white\/100:focus {

    border-top-color: rgb(255 255 255 / 1);

    border-bottom-color: rgb(255 255 255 / 1);
}
.focus\:border-y-white\/15:focus {

    border-top-color: rgb(255 255 255 / 0.15);

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.focus\:border-y-white\/20:focus {

    border-top-color: rgb(255 255 255 / 0.2);

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.focus\:border-y-white\/25:focus {

    border-top-color: rgb(255 255 255 / 0.25);

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.focus\:border-y-white\/30:focus {

    border-top-color: rgb(255 255 255 / 0.3);

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.focus\:border-y-white\/35:focus {

    border-top-color: rgb(255 255 255 / 0.35);

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.focus\:border-y-white\/40:focus {

    border-top-color: rgb(255 255 255 / 0.4);

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.focus\:border-y-white\/45:focus {

    border-top-color: rgb(255 255 255 / 0.45);

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.focus\:border-y-white\/5:focus {

    border-top-color: rgb(255 255 255 / 0.05);

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.focus\:border-y-white\/50:focus {

    border-top-color: rgb(255 255 255 / 0.5);

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.focus\:border-y-white\/55:focus {

    border-top-color: rgb(255 255 255 / 0.55);

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.focus\:border-y-white\/60:focus {

    border-top-color: rgb(255 255 255 / 0.6);

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.focus\:border-y-white\/65:focus {

    border-top-color: rgb(255 255 255 / 0.65);

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.focus\:border-y-white\/70:focus {

    border-top-color: rgb(255 255 255 / 0.7);

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.focus\:border-y-white\/75:focus {

    border-top-color: rgb(255 255 255 / 0.75);

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.focus\:border-y-white\/80:focus {

    border-top-color: rgb(255 255 255 / 0.8);

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.focus\:border-y-white\/85:focus {

    border-top-color: rgb(255 255 255 / 0.85);

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.focus\:border-y-white\/90:focus {

    border-top-color: rgb(255 255 255 / 0.9);

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.focus\:border-y-white\/95:focus {

    border-top-color: rgb(255 255 255 / 0.95);

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.focus\:border-b-accent:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-dark:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-dark\/0:focus {

    border-bottom-color: rgb(225 114 45 / 0);
}
.focus\:border-b-accent-dark\/10:focus {

    border-bottom-color: rgb(225 114 45 / 0.1);
}
.focus\:border-b-accent-dark\/100:focus {

    border-bottom-color: rgb(225 114 45 / 1);
}
.focus\:border-b-accent-dark\/15:focus {

    border-bottom-color: rgb(225 114 45 / 0.15);
}
.focus\:border-b-accent-dark\/20:focus {

    border-bottom-color: rgb(225 114 45 / 0.2);
}
.focus\:border-b-accent-dark\/25:focus {

    border-bottom-color: rgb(225 114 45 / 0.25);
}
.focus\:border-b-accent-dark\/30:focus {

    border-bottom-color: rgb(225 114 45 / 0.3);
}
.focus\:border-b-accent-dark\/35:focus {

    border-bottom-color: rgb(225 114 45 / 0.35);
}
.focus\:border-b-accent-dark\/40:focus {

    border-bottom-color: rgb(225 114 45 / 0.4);
}
.focus\:border-b-accent-dark\/45:focus {

    border-bottom-color: rgb(225 114 45 / 0.45);
}
.focus\:border-b-accent-dark\/5:focus {

    border-bottom-color: rgb(225 114 45 / 0.05);
}
.focus\:border-b-accent-dark\/50:focus {

    border-bottom-color: rgb(225 114 45 / 0.5);
}
.focus\:border-b-accent-dark\/55:focus {

    border-bottom-color: rgb(225 114 45 / 0.55);
}
.focus\:border-b-accent-dark\/60:focus {

    border-bottom-color: rgb(225 114 45 / 0.6);
}
.focus\:border-b-accent-dark\/65:focus {

    border-bottom-color: rgb(225 114 45 / 0.65);
}
.focus\:border-b-accent-dark\/70:focus {

    border-bottom-color: rgb(225 114 45 / 0.7);
}
.focus\:border-b-accent-dark\/75:focus {

    border-bottom-color: rgb(225 114 45 / 0.75);
}
.focus\:border-b-accent-dark\/80:focus {

    border-bottom-color: rgb(225 114 45 / 0.8);
}
.focus\:border-b-accent-dark\/85:focus {

    border-bottom-color: rgb(225 114 45 / 0.85);
}
.focus\:border-b-accent-dark\/90:focus {

    border-bottom-color: rgb(225 114 45 / 0.9);
}
.focus\:border-b-accent-dark\/95:focus {

    border-bottom-color: rgb(225 114 45 / 0.95);
}
.focus\:border-b-accent-light:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-light\/0:focus {

    border-bottom-color: rgb(255 191 105 / 0);
}
.focus\:border-b-accent-light\/10:focus {

    border-bottom-color: rgb(255 191 105 / 0.1);
}
.focus\:border-b-accent-light\/100:focus {

    border-bottom-color: rgb(255 191 105 / 1);
}
.focus\:border-b-accent-light\/15:focus {

    border-bottom-color: rgb(255 191 105 / 0.15);
}
.focus\:border-b-accent-light\/20:focus {

    border-bottom-color: rgb(255 191 105 / 0.2);
}
.focus\:border-b-accent-light\/25:focus {

    border-bottom-color: rgb(255 191 105 / 0.25);
}
.focus\:border-b-accent-light\/30:focus {

    border-bottom-color: rgb(255 191 105 / 0.3);
}
.focus\:border-b-accent-light\/35:focus {

    border-bottom-color: rgb(255 191 105 / 0.35);
}
.focus\:border-b-accent-light\/40:focus {

    border-bottom-color: rgb(255 191 105 / 0.4);
}
.focus\:border-b-accent-light\/45:focus {

    border-bottom-color: rgb(255 191 105 / 0.45);
}
.focus\:border-b-accent-light\/5:focus {

    border-bottom-color: rgb(255 191 105 / 0.05);
}
.focus\:border-b-accent-light\/50:focus {

    border-bottom-color: rgb(255 191 105 / 0.5);
}
.focus\:border-b-accent-light\/55:focus {

    border-bottom-color: rgb(255 191 105 / 0.55);
}
.focus\:border-b-accent-light\/60:focus {

    border-bottom-color: rgb(255 191 105 / 0.6);
}
.focus\:border-b-accent-light\/65:focus {

    border-bottom-color: rgb(255 191 105 / 0.65);
}
.focus\:border-b-accent-light\/70:focus {

    border-bottom-color: rgb(255 191 105 / 0.7);
}
.focus\:border-b-accent-light\/75:focus {

    border-bottom-color: rgb(255 191 105 / 0.75);
}
.focus\:border-b-accent-light\/80:focus {

    border-bottom-color: rgb(255 191 105 / 0.8);
}
.focus\:border-b-accent-light\/85:focus {

    border-bottom-color: rgb(255 191 105 / 0.85);
}
.focus\:border-b-accent-light\/90:focus {

    border-bottom-color: rgb(255 191 105 / 0.9);
}
.focus\:border-b-accent-light\/95:focus {

    border-bottom-color: rgb(255 191 105 / 0.95);
}
.focus\:border-b-accent\/0:focus {

    border-bottom-color: rgb(229 136 78 / 0);
}
.focus\:border-b-accent\/10:focus {

    border-bottom-color: rgb(229 136 78 / 0.1);
}
.focus\:border-b-accent\/100:focus {

    border-bottom-color: rgb(229 136 78 / 1);
}
.focus\:border-b-accent\/15:focus {

    border-bottom-color: rgb(229 136 78 / 0.15);
}
.focus\:border-b-accent\/20:focus {

    border-bottom-color: rgb(229 136 78 / 0.2);
}
.focus\:border-b-accent\/25:focus {

    border-bottom-color: rgb(229 136 78 / 0.25);
}
.focus\:border-b-accent\/30:focus {

    border-bottom-color: rgb(229 136 78 / 0.3);
}
.focus\:border-b-accent\/35:focus {

    border-bottom-color: rgb(229 136 78 / 0.35);
}
.focus\:border-b-accent\/40:focus {

    border-bottom-color: rgb(229 136 78 / 0.4);
}
.focus\:border-b-accent\/45:focus {

    border-bottom-color: rgb(229 136 78 / 0.45);
}
.focus\:border-b-accent\/5:focus {

    border-bottom-color: rgb(229 136 78 / 0.05);
}
.focus\:border-b-accent\/50:focus {

    border-bottom-color: rgb(229 136 78 / 0.5);
}
.focus\:border-b-accent\/55:focus {

    border-bottom-color: rgb(229 136 78 / 0.55);
}
.focus\:border-b-accent\/60:focus {

    border-bottom-color: rgb(229 136 78 / 0.6);
}
.focus\:border-b-accent\/65:focus {

    border-bottom-color: rgb(229 136 78 / 0.65);
}
.focus\:border-b-accent\/70:focus {

    border-bottom-color: rgb(229 136 78 / 0.7);
}
.focus\:border-b-accent\/75:focus {

    border-bottom-color: rgb(229 136 78 / 0.75);
}
.focus\:border-b-accent\/80:focus {

    border-bottom-color: rgb(229 136 78 / 0.8);
}
.focus\:border-b-accent\/85:focus {

    border-bottom-color: rgb(229 136 78 / 0.85);
}
.focus\:border-b-accent\/90:focus {

    border-bottom-color: rgb(229 136 78 / 0.9);
}
.focus\:border-b-accent\/95:focus {

    border-bottom-color: rgb(229 136 78 / 0.95);
}
.focus\:border-b-black:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-b-black\/0:focus {

    border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-b-black\/10:focus {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-b-black\/100:focus {

    border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-b-black\/15:focus {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-b-black\/20:focus {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-b-black\/25:focus {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-b-black\/30:focus {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-b-black\/35:focus {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-b-black\/40:focus {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-b-black\/45:focus {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-b-black\/5:focus {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-b-black\/50:focus {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-b-black\/55:focus {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-b-black\/60:focus {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-b-black\/65:focus {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-b-black\/70:focus {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-b-black\/75:focus {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-b-black\/80:focus {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-b-black\/85:focus {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-b-black\/90:focus {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-b-black\/95:focus {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-b-current:focus {

    border-bottom-color: currentColor;
}
.focus\:border-b-error:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-b-error\/0:focus {

    border-bottom-color: rgb(255 0 0 / 0);
}
.focus\:border-b-error\/10:focus {

    border-bottom-color: rgb(255 0 0 / 0.1);
}
.focus\:border-b-error\/100:focus {

    border-bottom-color: rgb(255 0 0 / 1);
}
.focus\:border-b-error\/15:focus {

    border-bottom-color: rgb(255 0 0 / 0.15);
}
.focus\:border-b-error\/20:focus {

    border-bottom-color: rgb(255 0 0 / 0.2);
}
.focus\:border-b-error\/25:focus {

    border-bottom-color: rgb(255 0 0 / 0.25);
}
.focus\:border-b-error\/30:focus {

    border-bottom-color: rgb(255 0 0 / 0.3);
}
.focus\:border-b-error\/35:focus {

    border-bottom-color: rgb(255 0 0 / 0.35);
}
.focus\:border-b-error\/40:focus {

    border-bottom-color: rgb(255 0 0 / 0.4);
}
.focus\:border-b-error\/45:focus {

    border-bottom-color: rgb(255 0 0 / 0.45);
}
.focus\:border-b-error\/5:focus {

    border-bottom-color: rgb(255 0 0 / 0.05);
}
.focus\:border-b-error\/50:focus {

    border-bottom-color: rgb(255 0 0 / 0.5);
}
.focus\:border-b-error\/55:focus {

    border-bottom-color: rgb(255 0 0 / 0.55);
}
.focus\:border-b-error\/60:focus {

    border-bottom-color: rgb(255 0 0 / 0.6);
}
.focus\:border-b-error\/65:focus {

    border-bottom-color: rgb(255 0 0 / 0.65);
}
.focus\:border-b-error\/70:focus {

    border-bottom-color: rgb(255 0 0 / 0.7);
}
.focus\:border-b-error\/75:focus {

    border-bottom-color: rgb(255 0 0 / 0.75);
}
.focus\:border-b-error\/80:focus {

    border-bottom-color: rgb(255 0 0 / 0.8);
}
.focus\:border-b-error\/85:focus {

    border-bottom-color: rgb(255 0 0 / 0.85);
}
.focus\:border-b-error\/90:focus {

    border-bottom-color: rgb(255 0 0 / 0.9);
}
.focus\:border-b-error\/95:focus {

    border-bottom-color: rgb(255 0 0 / 0.95);
}
.focus\:border-b-gray-100:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-100\/0:focus {

    border-bottom-color: rgb(243 244 246 / 0);
}
.focus\:border-b-gray-100\/10:focus {

    border-bottom-color: rgb(243 244 246 / 0.1);
}
.focus\:border-b-gray-100\/100:focus {

    border-bottom-color: rgb(243 244 246 / 1);
}
.focus\:border-b-gray-100\/15:focus {

    border-bottom-color: rgb(243 244 246 / 0.15);
}
.focus\:border-b-gray-100\/20:focus {

    border-bottom-color: rgb(243 244 246 / 0.2);
}
.focus\:border-b-gray-100\/25:focus {

    border-bottom-color: rgb(243 244 246 / 0.25);
}
.focus\:border-b-gray-100\/30:focus {

    border-bottom-color: rgb(243 244 246 / 0.3);
}
.focus\:border-b-gray-100\/35:focus {

    border-bottom-color: rgb(243 244 246 / 0.35);
}
.focus\:border-b-gray-100\/40:focus {

    border-bottom-color: rgb(243 244 246 / 0.4);
}
.focus\:border-b-gray-100\/45:focus {

    border-bottom-color: rgb(243 244 246 / 0.45);
}
.focus\:border-b-gray-100\/5:focus {

    border-bottom-color: rgb(243 244 246 / 0.05);
}
.focus\:border-b-gray-100\/50:focus {

    border-bottom-color: rgb(243 244 246 / 0.5);
}
.focus\:border-b-gray-100\/55:focus {

    border-bottom-color: rgb(243 244 246 / 0.55);
}
.focus\:border-b-gray-100\/60:focus {

    border-bottom-color: rgb(243 244 246 / 0.6);
}
.focus\:border-b-gray-100\/65:focus {

    border-bottom-color: rgb(243 244 246 / 0.65);
}
.focus\:border-b-gray-100\/70:focus {

    border-bottom-color: rgb(243 244 246 / 0.7);
}
.focus\:border-b-gray-100\/75:focus {

    border-bottom-color: rgb(243 244 246 / 0.75);
}
.focus\:border-b-gray-100\/80:focus {

    border-bottom-color: rgb(243 244 246 / 0.8);
}
.focus\:border-b-gray-100\/85:focus {

    border-bottom-color: rgb(243 244 246 / 0.85);
}
.focus\:border-b-gray-100\/90:focus {

    border-bottom-color: rgb(243 244 246 / 0.9);
}
.focus\:border-b-gray-100\/95:focus {

    border-bottom-color: rgb(243 244 246 / 0.95);
}
.focus\:border-b-gray-200:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-200\/0:focus {

    border-bottom-color: rgb(229 231 235 / 0);
}
.focus\:border-b-gray-200\/10:focus {

    border-bottom-color: rgb(229 231 235 / 0.1);
}
.focus\:border-b-gray-200\/100:focus {

    border-bottom-color: rgb(229 231 235 / 1);
}
.focus\:border-b-gray-200\/15:focus {

    border-bottom-color: rgb(229 231 235 / 0.15);
}
.focus\:border-b-gray-200\/20:focus {

    border-bottom-color: rgb(229 231 235 / 0.2);
}
.focus\:border-b-gray-200\/25:focus {

    border-bottom-color: rgb(229 231 235 / 0.25);
}
.focus\:border-b-gray-200\/30:focus {

    border-bottom-color: rgb(229 231 235 / 0.3);
}
.focus\:border-b-gray-200\/35:focus {

    border-bottom-color: rgb(229 231 235 / 0.35);
}
.focus\:border-b-gray-200\/40:focus {

    border-bottom-color: rgb(229 231 235 / 0.4);
}
.focus\:border-b-gray-200\/45:focus {

    border-bottom-color: rgb(229 231 235 / 0.45);
}
.focus\:border-b-gray-200\/5:focus {

    border-bottom-color: rgb(229 231 235 / 0.05);
}
.focus\:border-b-gray-200\/50:focus {

    border-bottom-color: rgb(229 231 235 / 0.5);
}
.focus\:border-b-gray-200\/55:focus {

    border-bottom-color: rgb(229 231 235 / 0.55);
}
.focus\:border-b-gray-200\/60:focus {

    border-bottom-color: rgb(229 231 235 / 0.6);
}
.focus\:border-b-gray-200\/65:focus {

    border-bottom-color: rgb(229 231 235 / 0.65);
}
.focus\:border-b-gray-200\/70:focus {

    border-bottom-color: rgb(229 231 235 / 0.7);
}
.focus\:border-b-gray-200\/75:focus {

    border-bottom-color: rgb(229 231 235 / 0.75);
}
.focus\:border-b-gray-200\/80:focus {

    border-bottom-color: rgb(229 231 235 / 0.8);
}
.focus\:border-b-gray-200\/85:focus {

    border-bottom-color: rgb(229 231 235 / 0.85);
}
.focus\:border-b-gray-200\/90:focus {

    border-bottom-color: rgb(229 231 235 / 0.9);
}
.focus\:border-b-gray-200\/95:focus {

    border-bottom-color: rgb(229 231 235 / 0.95);
}
.focus\:border-b-gray-300:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-300\/0:focus {

    border-bottom-color: rgb(209 213 219 / 0);
}
.focus\:border-b-gray-300\/10:focus {

    border-bottom-color: rgb(209 213 219 / 0.1);
}
.focus\:border-b-gray-300\/100:focus {

    border-bottom-color: rgb(209 213 219 / 1);
}
.focus\:border-b-gray-300\/15:focus {

    border-bottom-color: rgb(209 213 219 / 0.15);
}
.focus\:border-b-gray-300\/20:focus {

    border-bottom-color: rgb(209 213 219 / 0.2);
}
.focus\:border-b-gray-300\/25:focus {

    border-bottom-color: rgb(209 213 219 / 0.25);
}
.focus\:border-b-gray-300\/30:focus {

    border-bottom-color: rgb(209 213 219 / 0.3);
}
.focus\:border-b-gray-300\/35:focus {

    border-bottom-color: rgb(209 213 219 / 0.35);
}
.focus\:border-b-gray-300\/40:focus {

    border-bottom-color: rgb(209 213 219 / 0.4);
}
.focus\:border-b-gray-300\/45:focus {

    border-bottom-color: rgb(209 213 219 / 0.45);
}
.focus\:border-b-gray-300\/5:focus {

    border-bottom-color: rgb(209 213 219 / 0.05);
}
.focus\:border-b-gray-300\/50:focus {

    border-bottom-color: rgb(209 213 219 / 0.5);
}
.focus\:border-b-gray-300\/55:focus {

    border-bottom-color: rgb(209 213 219 / 0.55);
}
.focus\:border-b-gray-300\/60:focus {

    border-bottom-color: rgb(209 213 219 / 0.6);
}
.focus\:border-b-gray-300\/65:focus {

    border-bottom-color: rgb(209 213 219 / 0.65);
}
.focus\:border-b-gray-300\/70:focus {

    border-bottom-color: rgb(209 213 219 / 0.7);
}
.focus\:border-b-gray-300\/75:focus {

    border-bottom-color: rgb(209 213 219 / 0.75);
}
.focus\:border-b-gray-300\/80:focus {

    border-bottom-color: rgb(209 213 219 / 0.8);
}
.focus\:border-b-gray-300\/85:focus {

    border-bottom-color: rgb(209 213 219 / 0.85);
}
.focus\:border-b-gray-300\/90:focus {

    border-bottom-color: rgb(209 213 219 / 0.9);
}
.focus\:border-b-gray-300\/95:focus {

    border-bottom-color: rgb(209 213 219 / 0.95);
}
.focus\:border-b-gray-400:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-400\/0:focus {

    border-bottom-color: rgb(156 163 175 / 0);
}
.focus\:border-b-gray-400\/10:focus {

    border-bottom-color: rgb(156 163 175 / 0.1);
}
.focus\:border-b-gray-400\/100:focus {

    border-bottom-color: rgb(156 163 175 / 1);
}
.focus\:border-b-gray-400\/15:focus {

    border-bottom-color: rgb(156 163 175 / 0.15);
}
.focus\:border-b-gray-400\/20:focus {

    border-bottom-color: rgb(156 163 175 / 0.2);
}
.focus\:border-b-gray-400\/25:focus {

    border-bottom-color: rgb(156 163 175 / 0.25);
}
.focus\:border-b-gray-400\/30:focus {

    border-bottom-color: rgb(156 163 175 / 0.3);
}
.focus\:border-b-gray-400\/35:focus {

    border-bottom-color: rgb(156 163 175 / 0.35);
}
.focus\:border-b-gray-400\/40:focus {

    border-bottom-color: rgb(156 163 175 / 0.4);
}
.focus\:border-b-gray-400\/45:focus {

    border-bottom-color: rgb(156 163 175 / 0.45);
}
.focus\:border-b-gray-400\/5:focus {

    border-bottom-color: rgb(156 163 175 / 0.05);
}
.focus\:border-b-gray-400\/50:focus {

    border-bottom-color: rgb(156 163 175 / 0.5);
}
.focus\:border-b-gray-400\/55:focus {

    border-bottom-color: rgb(156 163 175 / 0.55);
}
.focus\:border-b-gray-400\/60:focus {

    border-bottom-color: rgb(156 163 175 / 0.6);
}
.focus\:border-b-gray-400\/65:focus {

    border-bottom-color: rgb(156 163 175 / 0.65);
}
.focus\:border-b-gray-400\/70:focus {

    border-bottom-color: rgb(156 163 175 / 0.7);
}
.focus\:border-b-gray-400\/75:focus {

    border-bottom-color: rgb(156 163 175 / 0.75);
}
.focus\:border-b-gray-400\/80:focus {

    border-bottom-color: rgb(156 163 175 / 0.8);
}
.focus\:border-b-gray-400\/85:focus {

    border-bottom-color: rgb(156 163 175 / 0.85);
}
.focus\:border-b-gray-400\/90:focus {

    border-bottom-color: rgb(156 163 175 / 0.9);
}
.focus\:border-b-gray-400\/95:focus {

    border-bottom-color: rgb(156 163 175 / 0.95);
}
.focus\:border-b-gray-50:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-50\/0:focus {

    border-bottom-color: rgb(249 250 251 / 0);
}
.focus\:border-b-gray-50\/10:focus {

    border-bottom-color: rgb(249 250 251 / 0.1);
}
.focus\:border-b-gray-50\/100:focus {

    border-bottom-color: rgb(249 250 251 / 1);
}
.focus\:border-b-gray-50\/15:focus {

    border-bottom-color: rgb(249 250 251 / 0.15);
}
.focus\:border-b-gray-50\/20:focus {

    border-bottom-color: rgb(249 250 251 / 0.2);
}
.focus\:border-b-gray-50\/25:focus {

    border-bottom-color: rgb(249 250 251 / 0.25);
}
.focus\:border-b-gray-50\/30:focus {

    border-bottom-color: rgb(249 250 251 / 0.3);
}
.focus\:border-b-gray-50\/35:focus {

    border-bottom-color: rgb(249 250 251 / 0.35);
}
.focus\:border-b-gray-50\/40:focus {

    border-bottom-color: rgb(249 250 251 / 0.4);
}
.focus\:border-b-gray-50\/45:focus {

    border-bottom-color: rgb(249 250 251 / 0.45);
}
.focus\:border-b-gray-50\/5:focus {

    border-bottom-color: rgb(249 250 251 / 0.05);
}
.focus\:border-b-gray-50\/50:focus {

    border-bottom-color: rgb(249 250 251 / 0.5);
}
.focus\:border-b-gray-50\/55:focus {

    border-bottom-color: rgb(249 250 251 / 0.55);
}
.focus\:border-b-gray-50\/60:focus {

    border-bottom-color: rgb(249 250 251 / 0.6);
}
.focus\:border-b-gray-50\/65:focus {

    border-bottom-color: rgb(249 250 251 / 0.65);
}
.focus\:border-b-gray-50\/70:focus {

    border-bottom-color: rgb(249 250 251 / 0.7);
}
.focus\:border-b-gray-50\/75:focus {

    border-bottom-color: rgb(249 250 251 / 0.75);
}
.focus\:border-b-gray-50\/80:focus {

    border-bottom-color: rgb(249 250 251 / 0.8);
}
.focus\:border-b-gray-50\/85:focus {

    border-bottom-color: rgb(249 250 251 / 0.85);
}
.focus\:border-b-gray-50\/90:focus {

    border-bottom-color: rgb(249 250 251 / 0.9);
}
.focus\:border-b-gray-50\/95:focus {

    border-bottom-color: rgb(249 250 251 / 0.95);
}
.focus\:border-b-gray-500:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-500\/0:focus {

    border-bottom-color: rgb(107 114 128 / 0);
}
.focus\:border-b-gray-500\/10:focus {

    border-bottom-color: rgb(107 114 128 / 0.1);
}
.focus\:border-b-gray-500\/100:focus {

    border-bottom-color: rgb(107 114 128 / 1);
}
.focus\:border-b-gray-500\/15:focus {

    border-bottom-color: rgb(107 114 128 / 0.15);
}
.focus\:border-b-gray-500\/20:focus {

    border-bottom-color: rgb(107 114 128 / 0.2);
}
.focus\:border-b-gray-500\/25:focus {

    border-bottom-color: rgb(107 114 128 / 0.25);
}
.focus\:border-b-gray-500\/30:focus {

    border-bottom-color: rgb(107 114 128 / 0.3);
}
.focus\:border-b-gray-500\/35:focus {

    border-bottom-color: rgb(107 114 128 / 0.35);
}
.focus\:border-b-gray-500\/40:focus {

    border-bottom-color: rgb(107 114 128 / 0.4);
}
.focus\:border-b-gray-500\/45:focus {

    border-bottom-color: rgb(107 114 128 / 0.45);
}
.focus\:border-b-gray-500\/5:focus {

    border-bottom-color: rgb(107 114 128 / 0.05);
}
.focus\:border-b-gray-500\/50:focus {

    border-bottom-color: rgb(107 114 128 / 0.5);
}
.focus\:border-b-gray-500\/55:focus {

    border-bottom-color: rgb(107 114 128 / 0.55);
}
.focus\:border-b-gray-500\/60:focus {

    border-bottom-color: rgb(107 114 128 / 0.6);
}
.focus\:border-b-gray-500\/65:focus {

    border-bottom-color: rgb(107 114 128 / 0.65);
}
.focus\:border-b-gray-500\/70:focus {

    border-bottom-color: rgb(107 114 128 / 0.7);
}
.focus\:border-b-gray-500\/75:focus {

    border-bottom-color: rgb(107 114 128 / 0.75);
}
.focus\:border-b-gray-500\/80:focus {

    border-bottom-color: rgb(107 114 128 / 0.8);
}
.focus\:border-b-gray-500\/85:focus {

    border-bottom-color: rgb(107 114 128 / 0.85);
}
.focus\:border-b-gray-500\/90:focus {

    border-bottom-color: rgb(107 114 128 / 0.9);
}
.focus\:border-b-gray-500\/95:focus {

    border-bottom-color: rgb(107 114 128 / 0.95);
}
.focus\:border-b-gray-600:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-600\/0:focus {

    border-bottom-color: rgb(75 85 99 / 0);
}
.focus\:border-b-gray-600\/10:focus {

    border-bottom-color: rgb(75 85 99 / 0.1);
}
.focus\:border-b-gray-600\/100:focus {

    border-bottom-color: rgb(75 85 99 / 1);
}
.focus\:border-b-gray-600\/15:focus {

    border-bottom-color: rgb(75 85 99 / 0.15);
}
.focus\:border-b-gray-600\/20:focus {

    border-bottom-color: rgb(75 85 99 / 0.2);
}
.focus\:border-b-gray-600\/25:focus {

    border-bottom-color: rgb(75 85 99 / 0.25);
}
.focus\:border-b-gray-600\/30:focus {

    border-bottom-color: rgb(75 85 99 / 0.3);
}
.focus\:border-b-gray-600\/35:focus {

    border-bottom-color: rgb(75 85 99 / 0.35);
}
.focus\:border-b-gray-600\/40:focus {

    border-bottom-color: rgb(75 85 99 / 0.4);
}
.focus\:border-b-gray-600\/45:focus {

    border-bottom-color: rgb(75 85 99 / 0.45);
}
.focus\:border-b-gray-600\/5:focus {

    border-bottom-color: rgb(75 85 99 / 0.05);
}
.focus\:border-b-gray-600\/50:focus {

    border-bottom-color: rgb(75 85 99 / 0.5);
}
.focus\:border-b-gray-600\/55:focus {

    border-bottom-color: rgb(75 85 99 / 0.55);
}
.focus\:border-b-gray-600\/60:focus {

    border-bottom-color: rgb(75 85 99 / 0.6);
}
.focus\:border-b-gray-600\/65:focus {

    border-bottom-color: rgb(75 85 99 / 0.65);
}
.focus\:border-b-gray-600\/70:focus {

    border-bottom-color: rgb(75 85 99 / 0.7);
}
.focus\:border-b-gray-600\/75:focus {

    border-bottom-color: rgb(75 85 99 / 0.75);
}
.focus\:border-b-gray-600\/80:focus {

    border-bottom-color: rgb(75 85 99 / 0.8);
}
.focus\:border-b-gray-600\/85:focus {

    border-bottom-color: rgb(75 85 99 / 0.85);
}
.focus\:border-b-gray-600\/90:focus {

    border-bottom-color: rgb(75 85 99 / 0.9);
}
.focus\:border-b-gray-600\/95:focus {

    border-bottom-color: rgb(75 85 99 / 0.95);
}
.focus\:border-b-gray-700:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-700\/0:focus {

    border-bottom-color: rgb(55 65 81 / 0);
}
.focus\:border-b-gray-700\/10:focus {

    border-bottom-color: rgb(55 65 81 / 0.1);
}
.focus\:border-b-gray-700\/100:focus {

    border-bottom-color: rgb(55 65 81 / 1);
}
.focus\:border-b-gray-700\/15:focus {

    border-bottom-color: rgb(55 65 81 / 0.15);
}
.focus\:border-b-gray-700\/20:focus {

    border-bottom-color: rgb(55 65 81 / 0.2);
}
.focus\:border-b-gray-700\/25:focus {

    border-bottom-color: rgb(55 65 81 / 0.25);
}
.focus\:border-b-gray-700\/30:focus {

    border-bottom-color: rgb(55 65 81 / 0.3);
}
.focus\:border-b-gray-700\/35:focus {

    border-bottom-color: rgb(55 65 81 / 0.35);
}
.focus\:border-b-gray-700\/40:focus {

    border-bottom-color: rgb(55 65 81 / 0.4);
}
.focus\:border-b-gray-700\/45:focus {

    border-bottom-color: rgb(55 65 81 / 0.45);
}
.focus\:border-b-gray-700\/5:focus {

    border-bottom-color: rgb(55 65 81 / 0.05);
}
.focus\:border-b-gray-700\/50:focus {

    border-bottom-color: rgb(55 65 81 / 0.5);
}
.focus\:border-b-gray-700\/55:focus {

    border-bottom-color: rgb(55 65 81 / 0.55);
}
.focus\:border-b-gray-700\/60:focus {

    border-bottom-color: rgb(55 65 81 / 0.6);
}
.focus\:border-b-gray-700\/65:focus {

    border-bottom-color: rgb(55 65 81 / 0.65);
}
.focus\:border-b-gray-700\/70:focus {

    border-bottom-color: rgb(55 65 81 / 0.7);
}
.focus\:border-b-gray-700\/75:focus {

    border-bottom-color: rgb(55 65 81 / 0.75);
}
.focus\:border-b-gray-700\/80:focus {

    border-bottom-color: rgb(55 65 81 / 0.8);
}
.focus\:border-b-gray-700\/85:focus {

    border-bottom-color: rgb(55 65 81 / 0.85);
}
.focus\:border-b-gray-700\/90:focus {

    border-bottom-color: rgb(55 65 81 / 0.9);
}
.focus\:border-b-gray-700\/95:focus {

    border-bottom-color: rgb(55 65 81 / 0.95);
}
.focus\:border-b-gray-800:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-800\/0:focus {

    border-bottom-color: rgb(31 41 55 / 0);
}
.focus\:border-b-gray-800\/10:focus {

    border-bottom-color: rgb(31 41 55 / 0.1);
}
.focus\:border-b-gray-800\/100:focus {

    border-bottom-color: rgb(31 41 55 / 1);
}
.focus\:border-b-gray-800\/15:focus {

    border-bottom-color: rgb(31 41 55 / 0.15);
}
.focus\:border-b-gray-800\/20:focus {

    border-bottom-color: rgb(31 41 55 / 0.2);
}
.focus\:border-b-gray-800\/25:focus {

    border-bottom-color: rgb(31 41 55 / 0.25);
}
.focus\:border-b-gray-800\/30:focus {

    border-bottom-color: rgb(31 41 55 / 0.3);
}
.focus\:border-b-gray-800\/35:focus {

    border-bottom-color: rgb(31 41 55 / 0.35);
}
.focus\:border-b-gray-800\/40:focus {

    border-bottom-color: rgb(31 41 55 / 0.4);
}
.focus\:border-b-gray-800\/45:focus {

    border-bottom-color: rgb(31 41 55 / 0.45);
}
.focus\:border-b-gray-800\/5:focus {

    border-bottom-color: rgb(31 41 55 / 0.05);
}
.focus\:border-b-gray-800\/50:focus {

    border-bottom-color: rgb(31 41 55 / 0.5);
}
.focus\:border-b-gray-800\/55:focus {

    border-bottom-color: rgb(31 41 55 / 0.55);
}
.focus\:border-b-gray-800\/60:focus {

    border-bottom-color: rgb(31 41 55 / 0.6);
}
.focus\:border-b-gray-800\/65:focus {

    border-bottom-color: rgb(31 41 55 / 0.65);
}
.focus\:border-b-gray-800\/70:focus {

    border-bottom-color: rgb(31 41 55 / 0.7);
}
.focus\:border-b-gray-800\/75:focus {

    border-bottom-color: rgb(31 41 55 / 0.75);
}
.focus\:border-b-gray-800\/80:focus {

    border-bottom-color: rgb(31 41 55 / 0.8);
}
.focus\:border-b-gray-800\/85:focus {

    border-bottom-color: rgb(31 41 55 / 0.85);
}
.focus\:border-b-gray-800\/90:focus {

    border-bottom-color: rgb(31 41 55 / 0.9);
}
.focus\:border-b-gray-800\/95:focus {

    border-bottom-color: rgb(31 41 55 / 0.95);
}
.focus\:border-b-gray-900:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-900\/0:focus {

    border-bottom-color: rgb(17 24 39 / 0);
}
.focus\:border-b-gray-900\/10:focus {

    border-bottom-color: rgb(17 24 39 / 0.1);
}
.focus\:border-b-gray-900\/100:focus {

    border-bottom-color: rgb(17 24 39 / 1);
}
.focus\:border-b-gray-900\/15:focus {

    border-bottom-color: rgb(17 24 39 / 0.15);
}
.focus\:border-b-gray-900\/20:focus {

    border-bottom-color: rgb(17 24 39 / 0.2);
}
.focus\:border-b-gray-900\/25:focus {

    border-bottom-color: rgb(17 24 39 / 0.25);
}
.focus\:border-b-gray-900\/30:focus {

    border-bottom-color: rgb(17 24 39 / 0.3);
}
.focus\:border-b-gray-900\/35:focus {

    border-bottom-color: rgb(17 24 39 / 0.35);
}
.focus\:border-b-gray-900\/40:focus {

    border-bottom-color: rgb(17 24 39 / 0.4);
}
.focus\:border-b-gray-900\/45:focus {

    border-bottom-color: rgb(17 24 39 / 0.45);
}
.focus\:border-b-gray-900\/5:focus {

    border-bottom-color: rgb(17 24 39 / 0.05);
}
.focus\:border-b-gray-900\/50:focus {

    border-bottom-color: rgb(17 24 39 / 0.5);
}
.focus\:border-b-gray-900\/55:focus {

    border-bottom-color: rgb(17 24 39 / 0.55);
}
.focus\:border-b-gray-900\/60:focus {

    border-bottom-color: rgb(17 24 39 / 0.6);
}
.focus\:border-b-gray-900\/65:focus {

    border-bottom-color: rgb(17 24 39 / 0.65);
}
.focus\:border-b-gray-900\/70:focus {

    border-bottom-color: rgb(17 24 39 / 0.7);
}
.focus\:border-b-gray-900\/75:focus {

    border-bottom-color: rgb(17 24 39 / 0.75);
}
.focus\:border-b-gray-900\/80:focus {

    border-bottom-color: rgb(17 24 39 / 0.8);
}
.focus\:border-b-gray-900\/85:focus {

    border-bottom-color: rgb(17 24 39 / 0.85);
}
.focus\:border-b-gray-900\/90:focus {

    border-bottom-color: rgb(17 24 39 / 0.9);
}
.focus\:border-b-gray-900\/95:focus {

    border-bottom-color: rgb(17 24 39 / 0.95);
}
.focus\:border-b-gray-950:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-950\/0:focus {

    border-bottom-color: rgb(3 7 18 / 0);
}
.focus\:border-b-gray-950\/10:focus {

    border-bottom-color: rgb(3 7 18 / 0.1);
}
.focus\:border-b-gray-950\/100:focus {

    border-bottom-color: rgb(3 7 18 / 1);
}
.focus\:border-b-gray-950\/15:focus {

    border-bottom-color: rgb(3 7 18 / 0.15);
}
.focus\:border-b-gray-950\/20:focus {

    border-bottom-color: rgb(3 7 18 / 0.2);
}
.focus\:border-b-gray-950\/25:focus {

    border-bottom-color: rgb(3 7 18 / 0.25);
}
.focus\:border-b-gray-950\/30:focus {

    border-bottom-color: rgb(3 7 18 / 0.3);
}
.focus\:border-b-gray-950\/35:focus {

    border-bottom-color: rgb(3 7 18 / 0.35);
}
.focus\:border-b-gray-950\/40:focus {

    border-bottom-color: rgb(3 7 18 / 0.4);
}
.focus\:border-b-gray-950\/45:focus {

    border-bottom-color: rgb(3 7 18 / 0.45);
}
.focus\:border-b-gray-950\/5:focus {

    border-bottom-color: rgb(3 7 18 / 0.05);
}
.focus\:border-b-gray-950\/50:focus {

    border-bottom-color: rgb(3 7 18 / 0.5);
}
.focus\:border-b-gray-950\/55:focus {

    border-bottom-color: rgb(3 7 18 / 0.55);
}
.focus\:border-b-gray-950\/60:focus {

    border-bottom-color: rgb(3 7 18 / 0.6);
}
.focus\:border-b-gray-950\/65:focus {

    border-bottom-color: rgb(3 7 18 / 0.65);
}
.focus\:border-b-gray-950\/70:focus {

    border-bottom-color: rgb(3 7 18 / 0.7);
}
.focus\:border-b-gray-950\/75:focus {

    border-bottom-color: rgb(3 7 18 / 0.75);
}
.focus\:border-b-gray-950\/80:focus {

    border-bottom-color: rgb(3 7 18 / 0.8);
}
.focus\:border-b-gray-950\/85:focus {

    border-bottom-color: rgb(3 7 18 / 0.85);
}
.focus\:border-b-gray-950\/90:focus {

    border-bottom-color: rgb(3 7 18 / 0.9);
}
.focus\:border-b-gray-950\/95:focus {

    border-bottom-color: rgb(3 7 18 / 0.95);
}
.focus\:border-b-inherit:focus {

    border-bottom-color: inherit;
}
.focus\:border-b-primary:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-dark:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-dark\/0:focus {

    border-bottom-color: rgb(26 88 121 / 0);
}
.focus\:border-b-primary-dark\/10:focus {

    border-bottom-color: rgb(26 88 121 / 0.1);
}
.focus\:border-b-primary-dark\/100:focus {

    border-bottom-color: rgb(26 88 121 / 1);
}
.focus\:border-b-primary-dark\/15:focus {

    border-bottom-color: rgb(26 88 121 / 0.15);
}
.focus\:border-b-primary-dark\/20:focus {

    border-bottom-color: rgb(26 88 121 / 0.2);
}
.focus\:border-b-primary-dark\/25:focus {

    border-bottom-color: rgb(26 88 121 / 0.25);
}
.focus\:border-b-primary-dark\/30:focus {

    border-bottom-color: rgb(26 88 121 / 0.3);
}
.focus\:border-b-primary-dark\/35:focus {

    border-bottom-color: rgb(26 88 121 / 0.35);
}
.focus\:border-b-primary-dark\/40:focus {

    border-bottom-color: rgb(26 88 121 / 0.4);
}
.focus\:border-b-primary-dark\/45:focus {

    border-bottom-color: rgb(26 88 121 / 0.45);
}
.focus\:border-b-primary-dark\/5:focus {

    border-bottom-color: rgb(26 88 121 / 0.05);
}
.focus\:border-b-primary-dark\/50:focus {

    border-bottom-color: rgb(26 88 121 / 0.5);
}
.focus\:border-b-primary-dark\/55:focus {

    border-bottom-color: rgb(26 88 121 / 0.55);
}
.focus\:border-b-primary-dark\/60:focus {

    border-bottom-color: rgb(26 88 121 / 0.6);
}
.focus\:border-b-primary-dark\/65:focus {

    border-bottom-color: rgb(26 88 121 / 0.65);
}
.focus\:border-b-primary-dark\/70:focus {

    border-bottom-color: rgb(26 88 121 / 0.7);
}
.focus\:border-b-primary-dark\/75:focus {

    border-bottom-color: rgb(26 88 121 / 0.75);
}
.focus\:border-b-primary-dark\/80:focus {

    border-bottom-color: rgb(26 88 121 / 0.8);
}
.focus\:border-b-primary-dark\/85:focus {

    border-bottom-color: rgb(26 88 121 / 0.85);
}
.focus\:border-b-primary-dark\/90:focus {

    border-bottom-color: rgb(26 88 121 / 0.9);
}
.focus\:border-b-primary-dark\/95:focus {

    border-bottom-color: rgb(26 88 121 / 0.95);
}
.focus\:border-b-primary-light:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-light\/0:focus {

    border-bottom-color: rgb(85 154 193 / 0);
}
.focus\:border-b-primary-light\/10:focus {

    border-bottom-color: rgb(85 154 193 / 0.1);
}
.focus\:border-b-primary-light\/100:focus {

    border-bottom-color: rgb(85 154 193 / 1);
}
.focus\:border-b-primary-light\/15:focus {

    border-bottom-color: rgb(85 154 193 / 0.15);
}
.focus\:border-b-primary-light\/20:focus {

    border-bottom-color: rgb(85 154 193 / 0.2);
}
.focus\:border-b-primary-light\/25:focus {

    border-bottom-color: rgb(85 154 193 / 0.25);
}
.focus\:border-b-primary-light\/30:focus {

    border-bottom-color: rgb(85 154 193 / 0.3);
}
.focus\:border-b-primary-light\/35:focus {

    border-bottom-color: rgb(85 154 193 / 0.35);
}
.focus\:border-b-primary-light\/40:focus {

    border-bottom-color: rgb(85 154 193 / 0.4);
}
.focus\:border-b-primary-light\/45:focus {

    border-bottom-color: rgb(85 154 193 / 0.45);
}
.focus\:border-b-primary-light\/5:focus {

    border-bottom-color: rgb(85 154 193 / 0.05);
}
.focus\:border-b-primary-light\/50:focus {

    border-bottom-color: rgb(85 154 193 / 0.5);
}
.focus\:border-b-primary-light\/55:focus {

    border-bottom-color: rgb(85 154 193 / 0.55);
}
.focus\:border-b-primary-light\/60:focus {

    border-bottom-color: rgb(85 154 193 / 0.6);
}
.focus\:border-b-primary-light\/65:focus {

    border-bottom-color: rgb(85 154 193 / 0.65);
}
.focus\:border-b-primary-light\/70:focus {

    border-bottom-color: rgb(85 154 193 / 0.7);
}
.focus\:border-b-primary-light\/75:focus {

    border-bottom-color: rgb(85 154 193 / 0.75);
}
.focus\:border-b-primary-light\/80:focus {

    border-bottom-color: rgb(85 154 193 / 0.8);
}
.focus\:border-b-primary-light\/85:focus {

    border-bottom-color: rgb(85 154 193 / 0.85);
}
.focus\:border-b-primary-light\/90:focus {

    border-bottom-color: rgb(85 154 193 / 0.9);
}
.focus\:border-b-primary-light\/95:focus {

    border-bottom-color: rgb(85 154 193 / 0.95);
}
.focus\:border-b-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-lighter\/0:focus {

    border-bottom-color: rgb(115 177 212 / 0);
}
.focus\:border-b-primary-lighter\/10:focus {

    border-bottom-color: rgb(115 177 212 / 0.1);
}
.focus\:border-b-primary-lighter\/100:focus {

    border-bottom-color: rgb(115 177 212 / 1);
}
.focus\:border-b-primary-lighter\/15:focus {

    border-bottom-color: rgb(115 177 212 / 0.15);
}
.focus\:border-b-primary-lighter\/20:focus {

    border-bottom-color: rgb(115 177 212 / 0.2);
}
.focus\:border-b-primary-lighter\/25:focus {

    border-bottom-color: rgb(115 177 212 / 0.25);
}
.focus\:border-b-primary-lighter\/30:focus {

    border-bottom-color: rgb(115 177 212 / 0.3);
}
.focus\:border-b-primary-lighter\/35:focus {

    border-bottom-color: rgb(115 177 212 / 0.35);
}
.focus\:border-b-primary-lighter\/40:focus {

    border-bottom-color: rgb(115 177 212 / 0.4);
}
.focus\:border-b-primary-lighter\/45:focus {

    border-bottom-color: rgb(115 177 212 / 0.45);
}
.focus\:border-b-primary-lighter\/5:focus {

    border-bottom-color: rgb(115 177 212 / 0.05);
}
.focus\:border-b-primary-lighter\/50:focus {

    border-bottom-color: rgb(115 177 212 / 0.5);
}
.focus\:border-b-primary-lighter\/55:focus {

    border-bottom-color: rgb(115 177 212 / 0.55);
}
.focus\:border-b-primary-lighter\/60:focus {

    border-bottom-color: rgb(115 177 212 / 0.6);
}
.focus\:border-b-primary-lighter\/65:focus {

    border-bottom-color: rgb(115 177 212 / 0.65);
}
.focus\:border-b-primary-lighter\/70:focus {

    border-bottom-color: rgb(115 177 212 / 0.7);
}
.focus\:border-b-primary-lighter\/75:focus {

    border-bottom-color: rgb(115 177 212 / 0.75);
}
.focus\:border-b-primary-lighter\/80:focus {

    border-bottom-color: rgb(115 177 212 / 0.8);
}
.focus\:border-b-primary-lighter\/85:focus {

    border-bottom-color: rgb(115 177 212 / 0.85);
}
.focus\:border-b-primary-lighter\/90:focus {

    border-bottom-color: rgb(115 177 212 / 0.9);
}
.focus\:border-b-primary-lighter\/95:focus {

    border-bottom-color: rgb(115 177 212 / 0.95);
}
.focus\:border-b-primary\/0:focus {

    border-bottom-color: rgb(52 114 147 / 0);
}
.focus\:border-b-primary\/10:focus {

    border-bottom-color: rgb(52 114 147 / 0.1);
}
.focus\:border-b-primary\/100:focus {

    border-bottom-color: rgb(52 114 147 / 1);
}
.focus\:border-b-primary\/15:focus {

    border-bottom-color: rgb(52 114 147 / 0.15);
}
.focus\:border-b-primary\/20:focus {

    border-bottom-color: rgb(52 114 147 / 0.2);
}
.focus\:border-b-primary\/25:focus {

    border-bottom-color: rgb(52 114 147 / 0.25);
}
.focus\:border-b-primary\/30:focus {

    border-bottom-color: rgb(52 114 147 / 0.3);
}
.focus\:border-b-primary\/35:focus {

    border-bottom-color: rgb(52 114 147 / 0.35);
}
.focus\:border-b-primary\/40:focus {

    border-bottom-color: rgb(52 114 147 / 0.4);
}
.focus\:border-b-primary\/45:focus {

    border-bottom-color: rgb(52 114 147 / 0.45);
}
.focus\:border-b-primary\/5:focus {

    border-bottom-color: rgb(52 114 147 / 0.05);
}
.focus\:border-b-primary\/50:focus {

    border-bottom-color: rgb(52 114 147 / 0.5);
}
.focus\:border-b-primary\/55:focus {

    border-bottom-color: rgb(52 114 147 / 0.55);
}
.focus\:border-b-primary\/60:focus {

    border-bottom-color: rgb(52 114 147 / 0.6);
}
.focus\:border-b-primary\/65:focus {

    border-bottom-color: rgb(52 114 147 / 0.65);
}
.focus\:border-b-primary\/70:focus {

    border-bottom-color: rgb(52 114 147 / 0.7);
}
.focus\:border-b-primary\/75:focus {

    border-bottom-color: rgb(52 114 147 / 0.75);
}
.focus\:border-b-primary\/80:focus {

    border-bottom-color: rgb(52 114 147 / 0.8);
}
.focus\:border-b-primary\/85:focus {

    border-bottom-color: rgb(52 114 147 / 0.85);
}
.focus\:border-b-primary\/90:focus {

    border-bottom-color: rgb(52 114 147 / 0.9);
}
.focus\:border-b-primary\/95:focus {

    border-bottom-color: rgb(52 114 147 / 0.95);
}
.focus\:border-b-secondary:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-dark\/0:focus {

    border-bottom-color: rgb(226 207 188 / 0);
}
.focus\:border-b-secondary-dark\/10:focus {

    border-bottom-color: rgb(226 207 188 / 0.1);
}
.focus\:border-b-secondary-dark\/100:focus {

    border-bottom-color: rgb(226 207 188 / 1);
}
.focus\:border-b-secondary-dark\/15:focus {

    border-bottom-color: rgb(226 207 188 / 0.15);
}
.focus\:border-b-secondary-dark\/20:focus {

    border-bottom-color: rgb(226 207 188 / 0.2);
}
.focus\:border-b-secondary-dark\/25:focus {

    border-bottom-color: rgb(226 207 188 / 0.25);
}
.focus\:border-b-secondary-dark\/30:focus {

    border-bottom-color: rgb(226 207 188 / 0.3);
}
.focus\:border-b-secondary-dark\/35:focus {

    border-bottom-color: rgb(226 207 188 / 0.35);
}
.focus\:border-b-secondary-dark\/40:focus {

    border-bottom-color: rgb(226 207 188 / 0.4);
}
.focus\:border-b-secondary-dark\/45:focus {

    border-bottom-color: rgb(226 207 188 / 0.45);
}
.focus\:border-b-secondary-dark\/5:focus {

    border-bottom-color: rgb(226 207 188 / 0.05);
}
.focus\:border-b-secondary-dark\/50:focus {

    border-bottom-color: rgb(226 207 188 / 0.5);
}
.focus\:border-b-secondary-dark\/55:focus {

    border-bottom-color: rgb(226 207 188 / 0.55);
}
.focus\:border-b-secondary-dark\/60:focus {

    border-bottom-color: rgb(226 207 188 / 0.6);
}
.focus\:border-b-secondary-dark\/65:focus {

    border-bottom-color: rgb(226 207 188 / 0.65);
}
.focus\:border-b-secondary-dark\/70:focus {

    border-bottom-color: rgb(226 207 188 / 0.7);
}
.focus\:border-b-secondary-dark\/75:focus {

    border-bottom-color: rgb(226 207 188 / 0.75);
}
.focus\:border-b-secondary-dark\/80:focus {

    border-bottom-color: rgb(226 207 188 / 0.8);
}
.focus\:border-b-secondary-dark\/85:focus {

    border-bottom-color: rgb(226 207 188 / 0.85);
}
.focus\:border-b-secondary-dark\/90:focus {

    border-bottom-color: rgb(226 207 188 / 0.9);
}
.focus\:border-b-secondary-dark\/95:focus {

    border-bottom-color: rgb(226 207 188 / 0.95);
}
.focus\:border-b-secondary-light:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-light\/0:focus {

    border-bottom-color: rgb(254 250 247 / 0);
}
.focus\:border-b-secondary-light\/10:focus {

    border-bottom-color: rgb(254 250 247 / 0.1);
}
.focus\:border-b-secondary-light\/100:focus {

    border-bottom-color: rgb(254 250 247 / 1);
}
.focus\:border-b-secondary-light\/15:focus {

    border-bottom-color: rgb(254 250 247 / 0.15);
}
.focus\:border-b-secondary-light\/20:focus {

    border-bottom-color: rgb(254 250 247 / 0.2);
}
.focus\:border-b-secondary-light\/25:focus {

    border-bottom-color: rgb(254 250 247 / 0.25);
}
.focus\:border-b-secondary-light\/30:focus {

    border-bottom-color: rgb(254 250 247 / 0.3);
}
.focus\:border-b-secondary-light\/35:focus {

    border-bottom-color: rgb(254 250 247 / 0.35);
}
.focus\:border-b-secondary-light\/40:focus {

    border-bottom-color: rgb(254 250 247 / 0.4);
}
.focus\:border-b-secondary-light\/45:focus {

    border-bottom-color: rgb(254 250 247 / 0.45);
}
.focus\:border-b-secondary-light\/5:focus {

    border-bottom-color: rgb(254 250 247 / 0.05);
}
.focus\:border-b-secondary-light\/50:focus {

    border-bottom-color: rgb(254 250 247 / 0.5);
}
.focus\:border-b-secondary-light\/55:focus {

    border-bottom-color: rgb(254 250 247 / 0.55);
}
.focus\:border-b-secondary-light\/60:focus {

    border-bottom-color: rgb(254 250 247 / 0.6);
}
.focus\:border-b-secondary-light\/65:focus {

    border-bottom-color: rgb(254 250 247 / 0.65);
}
.focus\:border-b-secondary-light\/70:focus {

    border-bottom-color: rgb(254 250 247 / 0.7);
}
.focus\:border-b-secondary-light\/75:focus {

    border-bottom-color: rgb(254 250 247 / 0.75);
}
.focus\:border-b-secondary-light\/80:focus {

    border-bottom-color: rgb(254 250 247 / 0.8);
}
.focus\:border-b-secondary-light\/85:focus {

    border-bottom-color: rgb(254 250 247 / 0.85);
}
.focus\:border-b-secondary-light\/90:focus {

    border-bottom-color: rgb(254 250 247 / 0.9);
}
.focus\:border-b-secondary-light\/95:focus {

    border-bottom-color: rgb(254 250 247 / 0.95);
}
.focus\:border-b-secondary\/0:focus {

    border-bottom-color: rgb(243 234 225 / 0);
}
.focus\:border-b-secondary\/10:focus {

    border-bottom-color: rgb(243 234 225 / 0.1);
}
.focus\:border-b-secondary\/100:focus {

    border-bottom-color: rgb(243 234 225 / 1);
}
.focus\:border-b-secondary\/15:focus {

    border-bottom-color: rgb(243 234 225 / 0.15);
}
.focus\:border-b-secondary\/20:focus {

    border-bottom-color: rgb(243 234 225 / 0.2);
}
.focus\:border-b-secondary\/25:focus {

    border-bottom-color: rgb(243 234 225 / 0.25);
}
.focus\:border-b-secondary\/30:focus {

    border-bottom-color: rgb(243 234 225 / 0.3);
}
.focus\:border-b-secondary\/35:focus {

    border-bottom-color: rgb(243 234 225 / 0.35);
}
.focus\:border-b-secondary\/40:focus {

    border-bottom-color: rgb(243 234 225 / 0.4);
}
.focus\:border-b-secondary\/45:focus {

    border-bottom-color: rgb(243 234 225 / 0.45);
}
.focus\:border-b-secondary\/5:focus {

    border-bottom-color: rgb(243 234 225 / 0.05);
}
.focus\:border-b-secondary\/50:focus {

    border-bottom-color: rgb(243 234 225 / 0.5);
}
.focus\:border-b-secondary\/55:focus {

    border-bottom-color: rgb(243 234 225 / 0.55);
}
.focus\:border-b-secondary\/60:focus {

    border-bottom-color: rgb(243 234 225 / 0.6);
}
.focus\:border-b-secondary\/65:focus {

    border-bottom-color: rgb(243 234 225 / 0.65);
}
.focus\:border-b-secondary\/70:focus {

    border-bottom-color: rgb(243 234 225 / 0.7);
}
.focus\:border-b-secondary\/75:focus {

    border-bottom-color: rgb(243 234 225 / 0.75);
}
.focus\:border-b-secondary\/80:focus {

    border-bottom-color: rgb(243 234 225 / 0.8);
}
.focus\:border-b-secondary\/85:focus {

    border-bottom-color: rgb(243 234 225 / 0.85);
}
.focus\:border-b-secondary\/90:focus {

    border-bottom-color: rgb(243 234 225 / 0.9);
}
.focus\:border-b-secondary\/95:focus {

    border-bottom-color: rgb(243 234 225 / 0.95);
}
.focus\:border-b-transparent:focus {

    border-bottom-color: transparent;
}
.focus\:border-b-transparent\/0:focus {

    border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-b-transparent\/10:focus {

    border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-b-transparent\/100:focus {

    border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-b-transparent\/15:focus {

    border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-b-transparent\/20:focus {

    border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-b-transparent\/25:focus {

    border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-b-transparent\/30:focus {

    border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-b-transparent\/35:focus {

    border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-b-transparent\/40:focus {

    border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-b-transparent\/45:focus {

    border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-b-transparent\/5:focus {

    border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-b-transparent\/50:focus {

    border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-b-transparent\/55:focus {

    border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-b-transparent\/60:focus {

    border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-b-transparent\/65:focus {

    border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-b-transparent\/70:focus {

    border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-b-transparent\/75:focus {

    border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-b-transparent\/80:focus {

    border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-b-transparent\/85:focus {

    border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-b-transparent\/90:focus {

    border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-b-transparent\/95:focus {

    border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-b-white:focus {

    --tw-border-opacity: 1;

    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-b-white\/0:focus {

    border-bottom-color: rgb(255 255 255 / 0);
}
.focus\:border-b-white\/10:focus {

    border-bottom-color: rgb(255 255 255 / 0.1);
}
.focus\:border-b-white\/100:focus {

    border-bottom-color: rgb(255 255 255 / 1);
}
.focus\:border-b-white\/15:focus {

    border-bottom-color: rgb(255 255 255 / 0.15);
}
.focus\:border-b-white\/20:focus {

    border-bottom-color: rgb(255 255 255 / 0.2);
}
.focus\:border-b-white\/25:focus {

    border-bottom-color: rgb(255 255 255 / 0.25);
}
.focus\:border-b-white\/30:focus {

    border-bottom-color: rgb(255 255 255 / 0.3);
}
.focus\:border-b-white\/35:focus {

    border-bottom-color: rgb(255 255 255 / 0.35);
}
.focus\:border-b-white\/40:focus {

    border-bottom-color: rgb(255 255 255 / 0.4);
}
.focus\:border-b-white\/45:focus {

    border-bottom-color: rgb(255 255 255 / 0.45);
}
.focus\:border-b-white\/5:focus {

    border-bottom-color: rgb(255 255 255 / 0.05);
}
.focus\:border-b-white\/50:focus {

    border-bottom-color: rgb(255 255 255 / 0.5);
}
.focus\:border-b-white\/55:focus {

    border-bottom-color: rgb(255 255 255 / 0.55);
}
.focus\:border-b-white\/60:focus {

    border-bottom-color: rgb(255 255 255 / 0.6);
}
.focus\:border-b-white\/65:focus {

    border-bottom-color: rgb(255 255 255 / 0.65);
}
.focus\:border-b-white\/70:focus {

    border-bottom-color: rgb(255 255 255 / 0.7);
}
.focus\:border-b-white\/75:focus {

    border-bottom-color: rgb(255 255 255 / 0.75);
}
.focus\:border-b-white\/80:focus {

    border-bottom-color: rgb(255 255 255 / 0.8);
}
.focus\:border-b-white\/85:focus {

    border-bottom-color: rgb(255 255 255 / 0.85);
}
.focus\:border-b-white\/90:focus {

    border-bottom-color: rgb(255 255 255 / 0.9);
}
.focus\:border-b-white\/95:focus {

    border-bottom-color: rgb(255 255 255 / 0.95);
}
.focus\:border-e-accent:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-dark:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-dark\/0:focus {

    border-inline-end-color: rgb(225 114 45 / 0);
}
.focus\:border-e-accent-dark\/10:focus {

    border-inline-end-color: rgb(225 114 45 / 0.1);
}
.focus\:border-e-accent-dark\/100:focus {

    border-inline-end-color: rgb(225 114 45 / 1);
}
.focus\:border-e-accent-dark\/15:focus {

    border-inline-end-color: rgb(225 114 45 / 0.15);
}
.focus\:border-e-accent-dark\/20:focus {

    border-inline-end-color: rgb(225 114 45 / 0.2);
}
.focus\:border-e-accent-dark\/25:focus {

    border-inline-end-color: rgb(225 114 45 / 0.25);
}
.focus\:border-e-accent-dark\/30:focus {

    border-inline-end-color: rgb(225 114 45 / 0.3);
}
.focus\:border-e-accent-dark\/35:focus {

    border-inline-end-color: rgb(225 114 45 / 0.35);
}
.focus\:border-e-accent-dark\/40:focus {

    border-inline-end-color: rgb(225 114 45 / 0.4);
}
.focus\:border-e-accent-dark\/45:focus {

    border-inline-end-color: rgb(225 114 45 / 0.45);
}
.focus\:border-e-accent-dark\/5:focus {

    border-inline-end-color: rgb(225 114 45 / 0.05);
}
.focus\:border-e-accent-dark\/50:focus {

    border-inline-end-color: rgb(225 114 45 / 0.5);
}
.focus\:border-e-accent-dark\/55:focus {

    border-inline-end-color: rgb(225 114 45 / 0.55);
}
.focus\:border-e-accent-dark\/60:focus {

    border-inline-end-color: rgb(225 114 45 / 0.6);
}
.focus\:border-e-accent-dark\/65:focus {

    border-inline-end-color: rgb(225 114 45 / 0.65);
}
.focus\:border-e-accent-dark\/70:focus {

    border-inline-end-color: rgb(225 114 45 / 0.7);
}
.focus\:border-e-accent-dark\/75:focus {

    border-inline-end-color: rgb(225 114 45 / 0.75);
}
.focus\:border-e-accent-dark\/80:focus {

    border-inline-end-color: rgb(225 114 45 / 0.8);
}
.focus\:border-e-accent-dark\/85:focus {

    border-inline-end-color: rgb(225 114 45 / 0.85);
}
.focus\:border-e-accent-dark\/90:focus {

    border-inline-end-color: rgb(225 114 45 / 0.9);
}
.focus\:border-e-accent-dark\/95:focus {

    border-inline-end-color: rgb(225 114 45 / 0.95);
}
.focus\:border-e-accent-light:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-light\/0:focus {

    border-inline-end-color: rgb(255 191 105 / 0);
}
.focus\:border-e-accent-light\/10:focus {

    border-inline-end-color: rgb(255 191 105 / 0.1);
}
.focus\:border-e-accent-light\/100:focus {

    border-inline-end-color: rgb(255 191 105 / 1);
}
.focus\:border-e-accent-light\/15:focus {

    border-inline-end-color: rgb(255 191 105 / 0.15);
}
.focus\:border-e-accent-light\/20:focus {

    border-inline-end-color: rgb(255 191 105 / 0.2);
}
.focus\:border-e-accent-light\/25:focus {

    border-inline-end-color: rgb(255 191 105 / 0.25);
}
.focus\:border-e-accent-light\/30:focus {

    border-inline-end-color: rgb(255 191 105 / 0.3);
}
.focus\:border-e-accent-light\/35:focus {

    border-inline-end-color: rgb(255 191 105 / 0.35);
}
.focus\:border-e-accent-light\/40:focus {

    border-inline-end-color: rgb(255 191 105 / 0.4);
}
.focus\:border-e-accent-light\/45:focus {

    border-inline-end-color: rgb(255 191 105 / 0.45);
}
.focus\:border-e-accent-light\/5:focus {

    border-inline-end-color: rgb(255 191 105 / 0.05);
}
.focus\:border-e-accent-light\/50:focus {

    border-inline-end-color: rgb(255 191 105 / 0.5);
}
.focus\:border-e-accent-light\/55:focus {

    border-inline-end-color: rgb(255 191 105 / 0.55);
}
.focus\:border-e-accent-light\/60:focus {

    border-inline-end-color: rgb(255 191 105 / 0.6);
}
.focus\:border-e-accent-light\/65:focus {

    border-inline-end-color: rgb(255 191 105 / 0.65);
}
.focus\:border-e-accent-light\/70:focus {

    border-inline-end-color: rgb(255 191 105 / 0.7);
}
.focus\:border-e-accent-light\/75:focus {

    border-inline-end-color: rgb(255 191 105 / 0.75);
}
.focus\:border-e-accent-light\/80:focus {

    border-inline-end-color: rgb(255 191 105 / 0.8);
}
.focus\:border-e-accent-light\/85:focus {

    border-inline-end-color: rgb(255 191 105 / 0.85);
}
.focus\:border-e-accent-light\/90:focus {

    border-inline-end-color: rgb(255 191 105 / 0.9);
}
.focus\:border-e-accent-light\/95:focus {

    border-inline-end-color: rgb(255 191 105 / 0.95);
}
.focus\:border-e-accent\/0:focus {

    border-inline-end-color: rgb(229 136 78 / 0);
}
.focus\:border-e-accent\/10:focus {

    border-inline-end-color: rgb(229 136 78 / 0.1);
}
.focus\:border-e-accent\/100:focus {

    border-inline-end-color: rgb(229 136 78 / 1);
}
.focus\:border-e-accent\/15:focus {

    border-inline-end-color: rgb(229 136 78 / 0.15);
}
.focus\:border-e-accent\/20:focus {

    border-inline-end-color: rgb(229 136 78 / 0.2);
}
.focus\:border-e-accent\/25:focus {

    border-inline-end-color: rgb(229 136 78 / 0.25);
}
.focus\:border-e-accent\/30:focus {

    border-inline-end-color: rgb(229 136 78 / 0.3);
}
.focus\:border-e-accent\/35:focus {

    border-inline-end-color: rgb(229 136 78 / 0.35);
}
.focus\:border-e-accent\/40:focus {

    border-inline-end-color: rgb(229 136 78 / 0.4);
}
.focus\:border-e-accent\/45:focus {

    border-inline-end-color: rgb(229 136 78 / 0.45);
}
.focus\:border-e-accent\/5:focus {

    border-inline-end-color: rgb(229 136 78 / 0.05);
}
.focus\:border-e-accent\/50:focus {

    border-inline-end-color: rgb(229 136 78 / 0.5);
}
.focus\:border-e-accent\/55:focus {

    border-inline-end-color: rgb(229 136 78 / 0.55);
}
.focus\:border-e-accent\/60:focus {

    border-inline-end-color: rgb(229 136 78 / 0.6);
}
.focus\:border-e-accent\/65:focus {

    border-inline-end-color: rgb(229 136 78 / 0.65);
}
.focus\:border-e-accent\/70:focus {

    border-inline-end-color: rgb(229 136 78 / 0.7);
}
.focus\:border-e-accent\/75:focus {

    border-inline-end-color: rgb(229 136 78 / 0.75);
}
.focus\:border-e-accent\/80:focus {

    border-inline-end-color: rgb(229 136 78 / 0.8);
}
.focus\:border-e-accent\/85:focus {

    border-inline-end-color: rgb(229 136 78 / 0.85);
}
.focus\:border-e-accent\/90:focus {

    border-inline-end-color: rgb(229 136 78 / 0.9);
}
.focus\:border-e-accent\/95:focus {

    border-inline-end-color: rgb(229 136 78 / 0.95);
}
.focus\:border-e-black:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-e-black\/0:focus {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.focus\:border-e-black\/10:focus {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.focus\:border-e-black\/100:focus {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.focus\:border-e-black\/15:focus {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.focus\:border-e-black\/20:focus {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.focus\:border-e-black\/25:focus {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.focus\:border-e-black\/30:focus {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.focus\:border-e-black\/35:focus {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.focus\:border-e-black\/40:focus {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.focus\:border-e-black\/45:focus {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.focus\:border-e-black\/5:focus {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.focus\:border-e-black\/50:focus {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.focus\:border-e-black\/55:focus {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.focus\:border-e-black\/60:focus {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.focus\:border-e-black\/65:focus {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.focus\:border-e-black\/70:focus {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.focus\:border-e-black\/75:focus {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.focus\:border-e-black\/80:focus {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.focus\:border-e-black\/85:focus {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.focus\:border-e-black\/90:focus {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.focus\:border-e-black\/95:focus {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.focus\:border-e-current:focus {

    border-inline-end-color: currentColor;
}
.focus\:border-e-error:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-e-error\/0:focus {

    border-inline-end-color: rgb(255 0 0 / 0);
}
.focus\:border-e-error\/10:focus {

    border-inline-end-color: rgb(255 0 0 / 0.1);
}
.focus\:border-e-error\/100:focus {

    border-inline-end-color: rgb(255 0 0 / 1);
}
.focus\:border-e-error\/15:focus {

    border-inline-end-color: rgb(255 0 0 / 0.15);
}
.focus\:border-e-error\/20:focus {

    border-inline-end-color: rgb(255 0 0 / 0.2);
}
.focus\:border-e-error\/25:focus {

    border-inline-end-color: rgb(255 0 0 / 0.25);
}
.focus\:border-e-error\/30:focus {

    border-inline-end-color: rgb(255 0 0 / 0.3);
}
.focus\:border-e-error\/35:focus {

    border-inline-end-color: rgb(255 0 0 / 0.35);
}
.focus\:border-e-error\/40:focus {

    border-inline-end-color: rgb(255 0 0 / 0.4);
}
.focus\:border-e-error\/45:focus {

    border-inline-end-color: rgb(255 0 0 / 0.45);
}
.focus\:border-e-error\/5:focus {

    border-inline-end-color: rgb(255 0 0 / 0.05);
}
.focus\:border-e-error\/50:focus {

    border-inline-end-color: rgb(255 0 0 / 0.5);
}
.focus\:border-e-error\/55:focus {

    border-inline-end-color: rgb(255 0 0 / 0.55);
}
.focus\:border-e-error\/60:focus {

    border-inline-end-color: rgb(255 0 0 / 0.6);
}
.focus\:border-e-error\/65:focus {

    border-inline-end-color: rgb(255 0 0 / 0.65);
}
.focus\:border-e-error\/70:focus {

    border-inline-end-color: rgb(255 0 0 / 0.7);
}
.focus\:border-e-error\/75:focus {

    border-inline-end-color: rgb(255 0 0 / 0.75);
}
.focus\:border-e-error\/80:focus {

    border-inline-end-color: rgb(255 0 0 / 0.8);
}
.focus\:border-e-error\/85:focus {

    border-inline-end-color: rgb(255 0 0 / 0.85);
}
.focus\:border-e-error\/90:focus {

    border-inline-end-color: rgb(255 0 0 / 0.9);
}
.focus\:border-e-error\/95:focus {

    border-inline-end-color: rgb(255 0 0 / 0.95);
}
.focus\:border-e-gray-100:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-100\/0:focus {

    border-inline-end-color: rgb(243 244 246 / 0);
}
.focus\:border-e-gray-100\/10:focus {

    border-inline-end-color: rgb(243 244 246 / 0.1);
}
.focus\:border-e-gray-100\/100:focus {

    border-inline-end-color: rgb(243 244 246 / 1);
}
.focus\:border-e-gray-100\/15:focus {

    border-inline-end-color: rgb(243 244 246 / 0.15);
}
.focus\:border-e-gray-100\/20:focus {

    border-inline-end-color: rgb(243 244 246 / 0.2);
}
.focus\:border-e-gray-100\/25:focus {

    border-inline-end-color: rgb(243 244 246 / 0.25);
}
.focus\:border-e-gray-100\/30:focus {

    border-inline-end-color: rgb(243 244 246 / 0.3);
}
.focus\:border-e-gray-100\/35:focus {

    border-inline-end-color: rgb(243 244 246 / 0.35);
}
.focus\:border-e-gray-100\/40:focus {

    border-inline-end-color: rgb(243 244 246 / 0.4);
}
.focus\:border-e-gray-100\/45:focus {

    border-inline-end-color: rgb(243 244 246 / 0.45);
}
.focus\:border-e-gray-100\/5:focus {

    border-inline-end-color: rgb(243 244 246 / 0.05);
}
.focus\:border-e-gray-100\/50:focus {

    border-inline-end-color: rgb(243 244 246 / 0.5);
}
.focus\:border-e-gray-100\/55:focus {

    border-inline-end-color: rgb(243 244 246 / 0.55);
}
.focus\:border-e-gray-100\/60:focus {

    border-inline-end-color: rgb(243 244 246 / 0.6);
}
.focus\:border-e-gray-100\/65:focus {

    border-inline-end-color: rgb(243 244 246 / 0.65);
}
.focus\:border-e-gray-100\/70:focus {

    border-inline-end-color: rgb(243 244 246 / 0.7);
}
.focus\:border-e-gray-100\/75:focus {

    border-inline-end-color: rgb(243 244 246 / 0.75);
}
.focus\:border-e-gray-100\/80:focus {

    border-inline-end-color: rgb(243 244 246 / 0.8);
}
.focus\:border-e-gray-100\/85:focus {

    border-inline-end-color: rgb(243 244 246 / 0.85);
}
.focus\:border-e-gray-100\/90:focus {

    border-inline-end-color: rgb(243 244 246 / 0.9);
}
.focus\:border-e-gray-100\/95:focus {

    border-inline-end-color: rgb(243 244 246 / 0.95);
}
.focus\:border-e-gray-200:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-200\/0:focus {

    border-inline-end-color: rgb(229 231 235 / 0);
}
.focus\:border-e-gray-200\/10:focus {

    border-inline-end-color: rgb(229 231 235 / 0.1);
}
.focus\:border-e-gray-200\/100:focus {

    border-inline-end-color: rgb(229 231 235 / 1);
}
.focus\:border-e-gray-200\/15:focus {

    border-inline-end-color: rgb(229 231 235 / 0.15);
}
.focus\:border-e-gray-200\/20:focus {

    border-inline-end-color: rgb(229 231 235 / 0.2);
}
.focus\:border-e-gray-200\/25:focus {

    border-inline-end-color: rgb(229 231 235 / 0.25);
}
.focus\:border-e-gray-200\/30:focus {

    border-inline-end-color: rgb(229 231 235 / 0.3);
}
.focus\:border-e-gray-200\/35:focus {

    border-inline-end-color: rgb(229 231 235 / 0.35);
}
.focus\:border-e-gray-200\/40:focus {

    border-inline-end-color: rgb(229 231 235 / 0.4);
}
.focus\:border-e-gray-200\/45:focus {

    border-inline-end-color: rgb(229 231 235 / 0.45);
}
.focus\:border-e-gray-200\/5:focus {

    border-inline-end-color: rgb(229 231 235 / 0.05);
}
.focus\:border-e-gray-200\/50:focus {

    border-inline-end-color: rgb(229 231 235 / 0.5);
}
.focus\:border-e-gray-200\/55:focus {

    border-inline-end-color: rgb(229 231 235 / 0.55);
}
.focus\:border-e-gray-200\/60:focus {

    border-inline-end-color: rgb(229 231 235 / 0.6);
}
.focus\:border-e-gray-200\/65:focus {

    border-inline-end-color: rgb(229 231 235 / 0.65);
}
.focus\:border-e-gray-200\/70:focus {

    border-inline-end-color: rgb(229 231 235 / 0.7);
}
.focus\:border-e-gray-200\/75:focus {

    border-inline-end-color: rgb(229 231 235 / 0.75);
}
.focus\:border-e-gray-200\/80:focus {

    border-inline-end-color: rgb(229 231 235 / 0.8);
}
.focus\:border-e-gray-200\/85:focus {

    border-inline-end-color: rgb(229 231 235 / 0.85);
}
.focus\:border-e-gray-200\/90:focus {

    border-inline-end-color: rgb(229 231 235 / 0.9);
}
.focus\:border-e-gray-200\/95:focus {

    border-inline-end-color: rgb(229 231 235 / 0.95);
}
.focus\:border-e-gray-300:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-300\/0:focus {

    border-inline-end-color: rgb(209 213 219 / 0);
}
.focus\:border-e-gray-300\/10:focus {

    border-inline-end-color: rgb(209 213 219 / 0.1);
}
.focus\:border-e-gray-300\/100:focus {

    border-inline-end-color: rgb(209 213 219 / 1);
}
.focus\:border-e-gray-300\/15:focus {

    border-inline-end-color: rgb(209 213 219 / 0.15);
}
.focus\:border-e-gray-300\/20:focus {

    border-inline-end-color: rgb(209 213 219 / 0.2);
}
.focus\:border-e-gray-300\/25:focus {

    border-inline-end-color: rgb(209 213 219 / 0.25);
}
.focus\:border-e-gray-300\/30:focus {

    border-inline-end-color: rgb(209 213 219 / 0.3);
}
.focus\:border-e-gray-300\/35:focus {

    border-inline-end-color: rgb(209 213 219 / 0.35);
}
.focus\:border-e-gray-300\/40:focus {

    border-inline-end-color: rgb(209 213 219 / 0.4);
}
.focus\:border-e-gray-300\/45:focus {

    border-inline-end-color: rgb(209 213 219 / 0.45);
}
.focus\:border-e-gray-300\/5:focus {

    border-inline-end-color: rgb(209 213 219 / 0.05);
}
.focus\:border-e-gray-300\/50:focus {

    border-inline-end-color: rgb(209 213 219 / 0.5);
}
.focus\:border-e-gray-300\/55:focus {

    border-inline-end-color: rgb(209 213 219 / 0.55);
}
.focus\:border-e-gray-300\/60:focus {

    border-inline-end-color: rgb(209 213 219 / 0.6);
}
.focus\:border-e-gray-300\/65:focus {

    border-inline-end-color: rgb(209 213 219 / 0.65);
}
.focus\:border-e-gray-300\/70:focus {

    border-inline-end-color: rgb(209 213 219 / 0.7);
}
.focus\:border-e-gray-300\/75:focus {

    border-inline-end-color: rgb(209 213 219 / 0.75);
}
.focus\:border-e-gray-300\/80:focus {

    border-inline-end-color: rgb(209 213 219 / 0.8);
}
.focus\:border-e-gray-300\/85:focus {

    border-inline-end-color: rgb(209 213 219 / 0.85);
}
.focus\:border-e-gray-300\/90:focus {

    border-inline-end-color: rgb(209 213 219 / 0.9);
}
.focus\:border-e-gray-300\/95:focus {

    border-inline-end-color: rgb(209 213 219 / 0.95);
}
.focus\:border-e-gray-400:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-400\/0:focus {

    border-inline-end-color: rgb(156 163 175 / 0);
}
.focus\:border-e-gray-400\/10:focus {

    border-inline-end-color: rgb(156 163 175 / 0.1);
}
.focus\:border-e-gray-400\/100:focus {

    border-inline-end-color: rgb(156 163 175 / 1);
}
.focus\:border-e-gray-400\/15:focus {

    border-inline-end-color: rgb(156 163 175 / 0.15);
}
.focus\:border-e-gray-400\/20:focus {

    border-inline-end-color: rgb(156 163 175 / 0.2);
}
.focus\:border-e-gray-400\/25:focus {

    border-inline-end-color: rgb(156 163 175 / 0.25);
}
.focus\:border-e-gray-400\/30:focus {

    border-inline-end-color: rgb(156 163 175 / 0.3);
}
.focus\:border-e-gray-400\/35:focus {

    border-inline-end-color: rgb(156 163 175 / 0.35);
}
.focus\:border-e-gray-400\/40:focus {

    border-inline-end-color: rgb(156 163 175 / 0.4);
}
.focus\:border-e-gray-400\/45:focus {

    border-inline-end-color: rgb(156 163 175 / 0.45);
}
.focus\:border-e-gray-400\/5:focus {

    border-inline-end-color: rgb(156 163 175 / 0.05);
}
.focus\:border-e-gray-400\/50:focus {

    border-inline-end-color: rgb(156 163 175 / 0.5);
}
.focus\:border-e-gray-400\/55:focus {

    border-inline-end-color: rgb(156 163 175 / 0.55);
}
.focus\:border-e-gray-400\/60:focus {

    border-inline-end-color: rgb(156 163 175 / 0.6);
}
.focus\:border-e-gray-400\/65:focus {

    border-inline-end-color: rgb(156 163 175 / 0.65);
}
.focus\:border-e-gray-400\/70:focus {

    border-inline-end-color: rgb(156 163 175 / 0.7);
}
.focus\:border-e-gray-400\/75:focus {

    border-inline-end-color: rgb(156 163 175 / 0.75);
}
.focus\:border-e-gray-400\/80:focus {

    border-inline-end-color: rgb(156 163 175 / 0.8);
}
.focus\:border-e-gray-400\/85:focus {

    border-inline-end-color: rgb(156 163 175 / 0.85);
}
.focus\:border-e-gray-400\/90:focus {

    border-inline-end-color: rgb(156 163 175 / 0.9);
}
.focus\:border-e-gray-400\/95:focus {

    border-inline-end-color: rgb(156 163 175 / 0.95);
}
.focus\:border-e-gray-50:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-50\/0:focus {

    border-inline-end-color: rgb(249 250 251 / 0);
}
.focus\:border-e-gray-50\/10:focus {

    border-inline-end-color: rgb(249 250 251 / 0.1);
}
.focus\:border-e-gray-50\/100:focus {

    border-inline-end-color: rgb(249 250 251 / 1);
}
.focus\:border-e-gray-50\/15:focus {

    border-inline-end-color: rgb(249 250 251 / 0.15);
}
.focus\:border-e-gray-50\/20:focus {

    border-inline-end-color: rgb(249 250 251 / 0.2);
}
.focus\:border-e-gray-50\/25:focus {

    border-inline-end-color: rgb(249 250 251 / 0.25);
}
.focus\:border-e-gray-50\/30:focus {

    border-inline-end-color: rgb(249 250 251 / 0.3);
}
.focus\:border-e-gray-50\/35:focus {

    border-inline-end-color: rgb(249 250 251 / 0.35);
}
.focus\:border-e-gray-50\/40:focus {

    border-inline-end-color: rgb(249 250 251 / 0.4);
}
.focus\:border-e-gray-50\/45:focus {

    border-inline-end-color: rgb(249 250 251 / 0.45);
}
.focus\:border-e-gray-50\/5:focus {

    border-inline-end-color: rgb(249 250 251 / 0.05);
}
.focus\:border-e-gray-50\/50:focus {

    border-inline-end-color: rgb(249 250 251 / 0.5);
}
.focus\:border-e-gray-50\/55:focus {

    border-inline-end-color: rgb(249 250 251 / 0.55);
}
.focus\:border-e-gray-50\/60:focus {

    border-inline-end-color: rgb(249 250 251 / 0.6);
}
.focus\:border-e-gray-50\/65:focus {

    border-inline-end-color: rgb(249 250 251 / 0.65);
}
.focus\:border-e-gray-50\/70:focus {

    border-inline-end-color: rgb(249 250 251 / 0.7);
}
.focus\:border-e-gray-50\/75:focus {

    border-inline-end-color: rgb(249 250 251 / 0.75);
}
.focus\:border-e-gray-50\/80:focus {

    border-inline-end-color: rgb(249 250 251 / 0.8);
}
.focus\:border-e-gray-50\/85:focus {

    border-inline-end-color: rgb(249 250 251 / 0.85);
}
.focus\:border-e-gray-50\/90:focus {

    border-inline-end-color: rgb(249 250 251 / 0.9);
}
.focus\:border-e-gray-50\/95:focus {

    border-inline-end-color: rgb(249 250 251 / 0.95);
}
.focus\:border-e-gray-500:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-500\/0:focus {

    border-inline-end-color: rgb(107 114 128 / 0);
}
.focus\:border-e-gray-500\/10:focus {

    border-inline-end-color: rgb(107 114 128 / 0.1);
}
.focus\:border-e-gray-500\/100:focus {

    border-inline-end-color: rgb(107 114 128 / 1);
}
.focus\:border-e-gray-500\/15:focus {

    border-inline-end-color: rgb(107 114 128 / 0.15);
}
.focus\:border-e-gray-500\/20:focus {

    border-inline-end-color: rgb(107 114 128 / 0.2);
}
.focus\:border-e-gray-500\/25:focus {

    border-inline-end-color: rgb(107 114 128 / 0.25);
}
.focus\:border-e-gray-500\/30:focus {

    border-inline-end-color: rgb(107 114 128 / 0.3);
}
.focus\:border-e-gray-500\/35:focus {

    border-inline-end-color: rgb(107 114 128 / 0.35);
}
.focus\:border-e-gray-500\/40:focus {

    border-inline-end-color: rgb(107 114 128 / 0.4);
}
.focus\:border-e-gray-500\/45:focus {

    border-inline-end-color: rgb(107 114 128 / 0.45);
}
.focus\:border-e-gray-500\/5:focus {

    border-inline-end-color: rgb(107 114 128 / 0.05);
}
.focus\:border-e-gray-500\/50:focus {

    border-inline-end-color: rgb(107 114 128 / 0.5);
}
.focus\:border-e-gray-500\/55:focus {

    border-inline-end-color: rgb(107 114 128 / 0.55);
}
.focus\:border-e-gray-500\/60:focus {

    border-inline-end-color: rgb(107 114 128 / 0.6);
}
.focus\:border-e-gray-500\/65:focus {

    border-inline-end-color: rgb(107 114 128 / 0.65);
}
.focus\:border-e-gray-500\/70:focus {

    border-inline-end-color: rgb(107 114 128 / 0.7);
}
.focus\:border-e-gray-500\/75:focus {

    border-inline-end-color: rgb(107 114 128 / 0.75);
}
.focus\:border-e-gray-500\/80:focus {

    border-inline-end-color: rgb(107 114 128 / 0.8);
}
.focus\:border-e-gray-500\/85:focus {

    border-inline-end-color: rgb(107 114 128 / 0.85);
}
.focus\:border-e-gray-500\/90:focus {

    border-inline-end-color: rgb(107 114 128 / 0.9);
}
.focus\:border-e-gray-500\/95:focus {

    border-inline-end-color: rgb(107 114 128 / 0.95);
}
.focus\:border-e-gray-600:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-600\/0:focus {

    border-inline-end-color: rgb(75 85 99 / 0);
}
.focus\:border-e-gray-600\/10:focus {

    border-inline-end-color: rgb(75 85 99 / 0.1);
}
.focus\:border-e-gray-600\/100:focus {

    border-inline-end-color: rgb(75 85 99 / 1);
}
.focus\:border-e-gray-600\/15:focus {

    border-inline-end-color: rgb(75 85 99 / 0.15);
}
.focus\:border-e-gray-600\/20:focus {

    border-inline-end-color: rgb(75 85 99 / 0.2);
}
.focus\:border-e-gray-600\/25:focus {

    border-inline-end-color: rgb(75 85 99 / 0.25);
}
.focus\:border-e-gray-600\/30:focus {

    border-inline-end-color: rgb(75 85 99 / 0.3);
}
.focus\:border-e-gray-600\/35:focus {

    border-inline-end-color: rgb(75 85 99 / 0.35);
}
.focus\:border-e-gray-600\/40:focus {

    border-inline-end-color: rgb(75 85 99 / 0.4);
}
.focus\:border-e-gray-600\/45:focus {

    border-inline-end-color: rgb(75 85 99 / 0.45);
}
.focus\:border-e-gray-600\/5:focus {

    border-inline-end-color: rgb(75 85 99 / 0.05);
}
.focus\:border-e-gray-600\/50:focus {

    border-inline-end-color: rgb(75 85 99 / 0.5);
}
.focus\:border-e-gray-600\/55:focus {

    border-inline-end-color: rgb(75 85 99 / 0.55);
}
.focus\:border-e-gray-600\/60:focus {

    border-inline-end-color: rgb(75 85 99 / 0.6);
}
.focus\:border-e-gray-600\/65:focus {

    border-inline-end-color: rgb(75 85 99 / 0.65);
}
.focus\:border-e-gray-600\/70:focus {

    border-inline-end-color: rgb(75 85 99 / 0.7);
}
.focus\:border-e-gray-600\/75:focus {

    border-inline-end-color: rgb(75 85 99 / 0.75);
}
.focus\:border-e-gray-600\/80:focus {

    border-inline-end-color: rgb(75 85 99 / 0.8);
}
.focus\:border-e-gray-600\/85:focus {

    border-inline-end-color: rgb(75 85 99 / 0.85);
}
.focus\:border-e-gray-600\/90:focus {

    border-inline-end-color: rgb(75 85 99 / 0.9);
}
.focus\:border-e-gray-600\/95:focus {

    border-inline-end-color: rgb(75 85 99 / 0.95);
}
.focus\:border-e-gray-700:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-700\/0:focus {

    border-inline-end-color: rgb(55 65 81 / 0);
}
.focus\:border-e-gray-700\/10:focus {

    border-inline-end-color: rgb(55 65 81 / 0.1);
}
.focus\:border-e-gray-700\/100:focus {

    border-inline-end-color: rgb(55 65 81 / 1);
}
.focus\:border-e-gray-700\/15:focus {

    border-inline-end-color: rgb(55 65 81 / 0.15);
}
.focus\:border-e-gray-700\/20:focus {

    border-inline-end-color: rgb(55 65 81 / 0.2);
}
.focus\:border-e-gray-700\/25:focus {

    border-inline-end-color: rgb(55 65 81 / 0.25);
}
.focus\:border-e-gray-700\/30:focus {

    border-inline-end-color: rgb(55 65 81 / 0.3);
}
.focus\:border-e-gray-700\/35:focus {

    border-inline-end-color: rgb(55 65 81 / 0.35);
}
.focus\:border-e-gray-700\/40:focus {

    border-inline-end-color: rgb(55 65 81 / 0.4);
}
.focus\:border-e-gray-700\/45:focus {

    border-inline-end-color: rgb(55 65 81 / 0.45);
}
.focus\:border-e-gray-700\/5:focus {

    border-inline-end-color: rgb(55 65 81 / 0.05);
}
.focus\:border-e-gray-700\/50:focus {

    border-inline-end-color: rgb(55 65 81 / 0.5);
}
.focus\:border-e-gray-700\/55:focus {

    border-inline-end-color: rgb(55 65 81 / 0.55);
}
.focus\:border-e-gray-700\/60:focus {

    border-inline-end-color: rgb(55 65 81 / 0.6);
}
.focus\:border-e-gray-700\/65:focus {

    border-inline-end-color: rgb(55 65 81 / 0.65);
}
.focus\:border-e-gray-700\/70:focus {

    border-inline-end-color: rgb(55 65 81 / 0.7);
}
.focus\:border-e-gray-700\/75:focus {

    border-inline-end-color: rgb(55 65 81 / 0.75);
}
.focus\:border-e-gray-700\/80:focus {

    border-inline-end-color: rgb(55 65 81 / 0.8);
}
.focus\:border-e-gray-700\/85:focus {

    border-inline-end-color: rgb(55 65 81 / 0.85);
}
.focus\:border-e-gray-700\/90:focus {

    border-inline-end-color: rgb(55 65 81 / 0.9);
}
.focus\:border-e-gray-700\/95:focus {

    border-inline-end-color: rgb(55 65 81 / 0.95);
}
.focus\:border-e-gray-800:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-800\/0:focus {

    border-inline-end-color: rgb(31 41 55 / 0);
}
.focus\:border-e-gray-800\/10:focus {

    border-inline-end-color: rgb(31 41 55 / 0.1);
}
.focus\:border-e-gray-800\/100:focus {

    border-inline-end-color: rgb(31 41 55 / 1);
}
.focus\:border-e-gray-800\/15:focus {

    border-inline-end-color: rgb(31 41 55 / 0.15);
}
.focus\:border-e-gray-800\/20:focus {

    border-inline-end-color: rgb(31 41 55 / 0.2);
}
.focus\:border-e-gray-800\/25:focus {

    border-inline-end-color: rgb(31 41 55 / 0.25);
}
.focus\:border-e-gray-800\/30:focus {

    border-inline-end-color: rgb(31 41 55 / 0.3);
}
.focus\:border-e-gray-800\/35:focus {

    border-inline-end-color: rgb(31 41 55 / 0.35);
}
.focus\:border-e-gray-800\/40:focus {

    border-inline-end-color: rgb(31 41 55 / 0.4);
}
.focus\:border-e-gray-800\/45:focus {

    border-inline-end-color: rgb(31 41 55 / 0.45);
}
.focus\:border-e-gray-800\/5:focus {

    border-inline-end-color: rgb(31 41 55 / 0.05);
}
.focus\:border-e-gray-800\/50:focus {

    border-inline-end-color: rgb(31 41 55 / 0.5);
}
.focus\:border-e-gray-800\/55:focus {

    border-inline-end-color: rgb(31 41 55 / 0.55);
}
.focus\:border-e-gray-800\/60:focus {

    border-inline-end-color: rgb(31 41 55 / 0.6);
}
.focus\:border-e-gray-800\/65:focus {

    border-inline-end-color: rgb(31 41 55 / 0.65);
}
.focus\:border-e-gray-800\/70:focus {

    border-inline-end-color: rgb(31 41 55 / 0.7);
}
.focus\:border-e-gray-800\/75:focus {

    border-inline-end-color: rgb(31 41 55 / 0.75);
}
.focus\:border-e-gray-800\/80:focus {

    border-inline-end-color: rgb(31 41 55 / 0.8);
}
.focus\:border-e-gray-800\/85:focus {

    border-inline-end-color: rgb(31 41 55 / 0.85);
}
.focus\:border-e-gray-800\/90:focus {

    border-inline-end-color: rgb(31 41 55 / 0.9);
}
.focus\:border-e-gray-800\/95:focus {

    border-inline-end-color: rgb(31 41 55 / 0.95);
}
.focus\:border-e-gray-900:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-900\/0:focus {

    border-inline-end-color: rgb(17 24 39 / 0);
}
.focus\:border-e-gray-900\/10:focus {

    border-inline-end-color: rgb(17 24 39 / 0.1);
}
.focus\:border-e-gray-900\/100:focus {

    border-inline-end-color: rgb(17 24 39 / 1);
}
.focus\:border-e-gray-900\/15:focus {

    border-inline-end-color: rgb(17 24 39 / 0.15);
}
.focus\:border-e-gray-900\/20:focus {

    border-inline-end-color: rgb(17 24 39 / 0.2);
}
.focus\:border-e-gray-900\/25:focus {

    border-inline-end-color: rgb(17 24 39 / 0.25);
}
.focus\:border-e-gray-900\/30:focus {

    border-inline-end-color: rgb(17 24 39 / 0.3);
}
.focus\:border-e-gray-900\/35:focus {

    border-inline-end-color: rgb(17 24 39 / 0.35);
}
.focus\:border-e-gray-900\/40:focus {

    border-inline-end-color: rgb(17 24 39 / 0.4);
}
.focus\:border-e-gray-900\/45:focus {

    border-inline-end-color: rgb(17 24 39 / 0.45);
}
.focus\:border-e-gray-900\/5:focus {

    border-inline-end-color: rgb(17 24 39 / 0.05);
}
.focus\:border-e-gray-900\/50:focus {

    border-inline-end-color: rgb(17 24 39 / 0.5);
}
.focus\:border-e-gray-900\/55:focus {

    border-inline-end-color: rgb(17 24 39 / 0.55);
}
.focus\:border-e-gray-900\/60:focus {

    border-inline-end-color: rgb(17 24 39 / 0.6);
}
.focus\:border-e-gray-900\/65:focus {

    border-inline-end-color: rgb(17 24 39 / 0.65);
}
.focus\:border-e-gray-900\/70:focus {

    border-inline-end-color: rgb(17 24 39 / 0.7);
}
.focus\:border-e-gray-900\/75:focus {

    border-inline-end-color: rgb(17 24 39 / 0.75);
}
.focus\:border-e-gray-900\/80:focus {

    border-inline-end-color: rgb(17 24 39 / 0.8);
}
.focus\:border-e-gray-900\/85:focus {

    border-inline-end-color: rgb(17 24 39 / 0.85);
}
.focus\:border-e-gray-900\/90:focus {

    border-inline-end-color: rgb(17 24 39 / 0.9);
}
.focus\:border-e-gray-900\/95:focus {

    border-inline-end-color: rgb(17 24 39 / 0.95);
}
.focus\:border-e-gray-950:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-950\/0:focus {

    border-inline-end-color: rgb(3 7 18 / 0);
}
.focus\:border-e-gray-950\/10:focus {

    border-inline-end-color: rgb(3 7 18 / 0.1);
}
.focus\:border-e-gray-950\/100:focus {

    border-inline-end-color: rgb(3 7 18 / 1);
}
.focus\:border-e-gray-950\/15:focus {

    border-inline-end-color: rgb(3 7 18 / 0.15);
}
.focus\:border-e-gray-950\/20:focus {

    border-inline-end-color: rgb(3 7 18 / 0.2);
}
.focus\:border-e-gray-950\/25:focus {

    border-inline-end-color: rgb(3 7 18 / 0.25);
}
.focus\:border-e-gray-950\/30:focus {

    border-inline-end-color: rgb(3 7 18 / 0.3);
}
.focus\:border-e-gray-950\/35:focus {

    border-inline-end-color: rgb(3 7 18 / 0.35);
}
.focus\:border-e-gray-950\/40:focus {

    border-inline-end-color: rgb(3 7 18 / 0.4);
}
.focus\:border-e-gray-950\/45:focus {

    border-inline-end-color: rgb(3 7 18 / 0.45);
}
.focus\:border-e-gray-950\/5:focus {

    border-inline-end-color: rgb(3 7 18 / 0.05);
}
.focus\:border-e-gray-950\/50:focus {

    border-inline-end-color: rgb(3 7 18 / 0.5);
}
.focus\:border-e-gray-950\/55:focus {

    border-inline-end-color: rgb(3 7 18 / 0.55);
}
.focus\:border-e-gray-950\/60:focus {

    border-inline-end-color: rgb(3 7 18 / 0.6);
}
.focus\:border-e-gray-950\/65:focus {

    border-inline-end-color: rgb(3 7 18 / 0.65);
}
.focus\:border-e-gray-950\/70:focus {

    border-inline-end-color: rgb(3 7 18 / 0.7);
}
.focus\:border-e-gray-950\/75:focus {

    border-inline-end-color: rgb(3 7 18 / 0.75);
}
.focus\:border-e-gray-950\/80:focus {

    border-inline-end-color: rgb(3 7 18 / 0.8);
}
.focus\:border-e-gray-950\/85:focus {

    border-inline-end-color: rgb(3 7 18 / 0.85);
}
.focus\:border-e-gray-950\/90:focus {

    border-inline-end-color: rgb(3 7 18 / 0.9);
}
.focus\:border-e-gray-950\/95:focus {

    border-inline-end-color: rgb(3 7 18 / 0.95);
}
.focus\:border-e-inherit:focus {

    border-inline-end-color: inherit;
}
.focus\:border-e-primary:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-dark:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-dark\/0:focus {

    border-inline-end-color: rgb(26 88 121 / 0);
}
.focus\:border-e-primary-dark\/10:focus {

    border-inline-end-color: rgb(26 88 121 / 0.1);
}
.focus\:border-e-primary-dark\/100:focus {

    border-inline-end-color: rgb(26 88 121 / 1);
}
.focus\:border-e-primary-dark\/15:focus {

    border-inline-end-color: rgb(26 88 121 / 0.15);
}
.focus\:border-e-primary-dark\/20:focus {

    border-inline-end-color: rgb(26 88 121 / 0.2);
}
.focus\:border-e-primary-dark\/25:focus {

    border-inline-end-color: rgb(26 88 121 / 0.25);
}
.focus\:border-e-primary-dark\/30:focus {

    border-inline-end-color: rgb(26 88 121 / 0.3);
}
.focus\:border-e-primary-dark\/35:focus {

    border-inline-end-color: rgb(26 88 121 / 0.35);
}
.focus\:border-e-primary-dark\/40:focus {

    border-inline-end-color: rgb(26 88 121 / 0.4);
}
.focus\:border-e-primary-dark\/45:focus {

    border-inline-end-color: rgb(26 88 121 / 0.45);
}
.focus\:border-e-primary-dark\/5:focus {

    border-inline-end-color: rgb(26 88 121 / 0.05);
}
.focus\:border-e-primary-dark\/50:focus {

    border-inline-end-color: rgb(26 88 121 / 0.5);
}
.focus\:border-e-primary-dark\/55:focus {

    border-inline-end-color: rgb(26 88 121 / 0.55);
}
.focus\:border-e-primary-dark\/60:focus {

    border-inline-end-color: rgb(26 88 121 / 0.6);
}
.focus\:border-e-primary-dark\/65:focus {

    border-inline-end-color: rgb(26 88 121 / 0.65);
}
.focus\:border-e-primary-dark\/70:focus {

    border-inline-end-color: rgb(26 88 121 / 0.7);
}
.focus\:border-e-primary-dark\/75:focus {

    border-inline-end-color: rgb(26 88 121 / 0.75);
}
.focus\:border-e-primary-dark\/80:focus {

    border-inline-end-color: rgb(26 88 121 / 0.8);
}
.focus\:border-e-primary-dark\/85:focus {

    border-inline-end-color: rgb(26 88 121 / 0.85);
}
.focus\:border-e-primary-dark\/90:focus {

    border-inline-end-color: rgb(26 88 121 / 0.9);
}
.focus\:border-e-primary-dark\/95:focus {

    border-inline-end-color: rgb(26 88 121 / 0.95);
}
.focus\:border-e-primary-light:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-light\/0:focus {

    border-inline-end-color: rgb(85 154 193 / 0);
}
.focus\:border-e-primary-light\/10:focus {

    border-inline-end-color: rgb(85 154 193 / 0.1);
}
.focus\:border-e-primary-light\/100:focus {

    border-inline-end-color: rgb(85 154 193 / 1);
}
.focus\:border-e-primary-light\/15:focus {

    border-inline-end-color: rgb(85 154 193 / 0.15);
}
.focus\:border-e-primary-light\/20:focus {

    border-inline-end-color: rgb(85 154 193 / 0.2);
}
.focus\:border-e-primary-light\/25:focus {

    border-inline-end-color: rgb(85 154 193 / 0.25);
}
.focus\:border-e-primary-light\/30:focus {

    border-inline-end-color: rgb(85 154 193 / 0.3);
}
.focus\:border-e-primary-light\/35:focus {

    border-inline-end-color: rgb(85 154 193 / 0.35);
}
.focus\:border-e-primary-light\/40:focus {

    border-inline-end-color: rgb(85 154 193 / 0.4);
}
.focus\:border-e-primary-light\/45:focus {

    border-inline-end-color: rgb(85 154 193 / 0.45);
}
.focus\:border-e-primary-light\/5:focus {

    border-inline-end-color: rgb(85 154 193 / 0.05);
}
.focus\:border-e-primary-light\/50:focus {

    border-inline-end-color: rgb(85 154 193 / 0.5);
}
.focus\:border-e-primary-light\/55:focus {

    border-inline-end-color: rgb(85 154 193 / 0.55);
}
.focus\:border-e-primary-light\/60:focus {

    border-inline-end-color: rgb(85 154 193 / 0.6);
}
.focus\:border-e-primary-light\/65:focus {

    border-inline-end-color: rgb(85 154 193 / 0.65);
}
.focus\:border-e-primary-light\/70:focus {

    border-inline-end-color: rgb(85 154 193 / 0.7);
}
.focus\:border-e-primary-light\/75:focus {

    border-inline-end-color: rgb(85 154 193 / 0.75);
}
.focus\:border-e-primary-light\/80:focus {

    border-inline-end-color: rgb(85 154 193 / 0.8);
}
.focus\:border-e-primary-light\/85:focus {

    border-inline-end-color: rgb(85 154 193 / 0.85);
}
.focus\:border-e-primary-light\/90:focus {

    border-inline-end-color: rgb(85 154 193 / 0.9);
}
.focus\:border-e-primary-light\/95:focus {

    border-inline-end-color: rgb(85 154 193 / 0.95);
}
.focus\:border-e-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-lighter\/0:focus {

    border-inline-end-color: rgb(115 177 212 / 0);
}
.focus\:border-e-primary-lighter\/10:focus {

    border-inline-end-color: rgb(115 177 212 / 0.1);
}
.focus\:border-e-primary-lighter\/100:focus {

    border-inline-end-color: rgb(115 177 212 / 1);
}
.focus\:border-e-primary-lighter\/15:focus {

    border-inline-end-color: rgb(115 177 212 / 0.15);
}
.focus\:border-e-primary-lighter\/20:focus {

    border-inline-end-color: rgb(115 177 212 / 0.2);
}
.focus\:border-e-primary-lighter\/25:focus {

    border-inline-end-color: rgb(115 177 212 / 0.25);
}
.focus\:border-e-primary-lighter\/30:focus {

    border-inline-end-color: rgb(115 177 212 / 0.3);
}
.focus\:border-e-primary-lighter\/35:focus {

    border-inline-end-color: rgb(115 177 212 / 0.35);
}
.focus\:border-e-primary-lighter\/40:focus {

    border-inline-end-color: rgb(115 177 212 / 0.4);
}
.focus\:border-e-primary-lighter\/45:focus {

    border-inline-end-color: rgb(115 177 212 / 0.45);
}
.focus\:border-e-primary-lighter\/5:focus {

    border-inline-end-color: rgb(115 177 212 / 0.05);
}
.focus\:border-e-primary-lighter\/50:focus {

    border-inline-end-color: rgb(115 177 212 / 0.5);
}
.focus\:border-e-primary-lighter\/55:focus {

    border-inline-end-color: rgb(115 177 212 / 0.55);
}
.focus\:border-e-primary-lighter\/60:focus {

    border-inline-end-color: rgb(115 177 212 / 0.6);
}
.focus\:border-e-primary-lighter\/65:focus {

    border-inline-end-color: rgb(115 177 212 / 0.65);
}
.focus\:border-e-primary-lighter\/70:focus {

    border-inline-end-color: rgb(115 177 212 / 0.7);
}
.focus\:border-e-primary-lighter\/75:focus {

    border-inline-end-color: rgb(115 177 212 / 0.75);
}
.focus\:border-e-primary-lighter\/80:focus {

    border-inline-end-color: rgb(115 177 212 / 0.8);
}
.focus\:border-e-primary-lighter\/85:focus {

    border-inline-end-color: rgb(115 177 212 / 0.85);
}
.focus\:border-e-primary-lighter\/90:focus {

    border-inline-end-color: rgb(115 177 212 / 0.9);
}
.focus\:border-e-primary-lighter\/95:focus {

    border-inline-end-color: rgb(115 177 212 / 0.95);
}
.focus\:border-e-primary\/0:focus {

    border-inline-end-color: rgb(52 114 147 / 0);
}
.focus\:border-e-primary\/10:focus {

    border-inline-end-color: rgb(52 114 147 / 0.1);
}
.focus\:border-e-primary\/100:focus {

    border-inline-end-color: rgb(52 114 147 / 1);
}
.focus\:border-e-primary\/15:focus {

    border-inline-end-color: rgb(52 114 147 / 0.15);
}
.focus\:border-e-primary\/20:focus {

    border-inline-end-color: rgb(52 114 147 / 0.2);
}
.focus\:border-e-primary\/25:focus {

    border-inline-end-color: rgb(52 114 147 / 0.25);
}
.focus\:border-e-primary\/30:focus {

    border-inline-end-color: rgb(52 114 147 / 0.3);
}
.focus\:border-e-primary\/35:focus {

    border-inline-end-color: rgb(52 114 147 / 0.35);
}
.focus\:border-e-primary\/40:focus {

    border-inline-end-color: rgb(52 114 147 / 0.4);
}
.focus\:border-e-primary\/45:focus {

    border-inline-end-color: rgb(52 114 147 / 0.45);
}
.focus\:border-e-primary\/5:focus {

    border-inline-end-color: rgb(52 114 147 / 0.05);
}
.focus\:border-e-primary\/50:focus {

    border-inline-end-color: rgb(52 114 147 / 0.5);
}
.focus\:border-e-primary\/55:focus {

    border-inline-end-color: rgb(52 114 147 / 0.55);
}
.focus\:border-e-primary\/60:focus {

    border-inline-end-color: rgb(52 114 147 / 0.6);
}
.focus\:border-e-primary\/65:focus {

    border-inline-end-color: rgb(52 114 147 / 0.65);
}
.focus\:border-e-primary\/70:focus {

    border-inline-end-color: rgb(52 114 147 / 0.7);
}
.focus\:border-e-primary\/75:focus {

    border-inline-end-color: rgb(52 114 147 / 0.75);
}
.focus\:border-e-primary\/80:focus {

    border-inline-end-color: rgb(52 114 147 / 0.8);
}
.focus\:border-e-primary\/85:focus {

    border-inline-end-color: rgb(52 114 147 / 0.85);
}
.focus\:border-e-primary\/90:focus {

    border-inline-end-color: rgb(52 114 147 / 0.9);
}
.focus\:border-e-primary\/95:focus {

    border-inline-end-color: rgb(52 114 147 / 0.95);
}
.focus\:border-e-secondary:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-dark\/0:focus {

    border-inline-end-color: rgb(226 207 188 / 0);
}
.focus\:border-e-secondary-dark\/10:focus {

    border-inline-end-color: rgb(226 207 188 / 0.1);
}
.focus\:border-e-secondary-dark\/100:focus {

    border-inline-end-color: rgb(226 207 188 / 1);
}
.focus\:border-e-secondary-dark\/15:focus {

    border-inline-end-color: rgb(226 207 188 / 0.15);
}
.focus\:border-e-secondary-dark\/20:focus {

    border-inline-end-color: rgb(226 207 188 / 0.2);
}
.focus\:border-e-secondary-dark\/25:focus {

    border-inline-end-color: rgb(226 207 188 / 0.25);
}
.focus\:border-e-secondary-dark\/30:focus {

    border-inline-end-color: rgb(226 207 188 / 0.3);
}
.focus\:border-e-secondary-dark\/35:focus {

    border-inline-end-color: rgb(226 207 188 / 0.35);
}
.focus\:border-e-secondary-dark\/40:focus {

    border-inline-end-color: rgb(226 207 188 / 0.4);
}
.focus\:border-e-secondary-dark\/45:focus {

    border-inline-end-color: rgb(226 207 188 / 0.45);
}
.focus\:border-e-secondary-dark\/5:focus {

    border-inline-end-color: rgb(226 207 188 / 0.05);
}
.focus\:border-e-secondary-dark\/50:focus {

    border-inline-end-color: rgb(226 207 188 / 0.5);
}
.focus\:border-e-secondary-dark\/55:focus {

    border-inline-end-color: rgb(226 207 188 / 0.55);
}
.focus\:border-e-secondary-dark\/60:focus {

    border-inline-end-color: rgb(226 207 188 / 0.6);
}
.focus\:border-e-secondary-dark\/65:focus {

    border-inline-end-color: rgb(226 207 188 / 0.65);
}
.focus\:border-e-secondary-dark\/70:focus {

    border-inline-end-color: rgb(226 207 188 / 0.7);
}
.focus\:border-e-secondary-dark\/75:focus {

    border-inline-end-color: rgb(226 207 188 / 0.75);
}
.focus\:border-e-secondary-dark\/80:focus {

    border-inline-end-color: rgb(226 207 188 / 0.8);
}
.focus\:border-e-secondary-dark\/85:focus {

    border-inline-end-color: rgb(226 207 188 / 0.85);
}
.focus\:border-e-secondary-dark\/90:focus {

    border-inline-end-color: rgb(226 207 188 / 0.9);
}
.focus\:border-e-secondary-dark\/95:focus {

    border-inline-end-color: rgb(226 207 188 / 0.95);
}
.focus\:border-e-secondary-light:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-light\/0:focus {

    border-inline-end-color: rgb(254 250 247 / 0);
}
.focus\:border-e-secondary-light\/10:focus {

    border-inline-end-color: rgb(254 250 247 / 0.1);
}
.focus\:border-e-secondary-light\/100:focus {

    border-inline-end-color: rgb(254 250 247 / 1);
}
.focus\:border-e-secondary-light\/15:focus {

    border-inline-end-color: rgb(254 250 247 / 0.15);
}
.focus\:border-e-secondary-light\/20:focus {

    border-inline-end-color: rgb(254 250 247 / 0.2);
}
.focus\:border-e-secondary-light\/25:focus {

    border-inline-end-color: rgb(254 250 247 / 0.25);
}
.focus\:border-e-secondary-light\/30:focus {

    border-inline-end-color: rgb(254 250 247 / 0.3);
}
.focus\:border-e-secondary-light\/35:focus {

    border-inline-end-color: rgb(254 250 247 / 0.35);
}
.focus\:border-e-secondary-light\/40:focus {

    border-inline-end-color: rgb(254 250 247 / 0.4);
}
.focus\:border-e-secondary-light\/45:focus {

    border-inline-end-color: rgb(254 250 247 / 0.45);
}
.focus\:border-e-secondary-light\/5:focus {

    border-inline-end-color: rgb(254 250 247 / 0.05);
}
.focus\:border-e-secondary-light\/50:focus {

    border-inline-end-color: rgb(254 250 247 / 0.5);
}
.focus\:border-e-secondary-light\/55:focus {

    border-inline-end-color: rgb(254 250 247 / 0.55);
}
.focus\:border-e-secondary-light\/60:focus {

    border-inline-end-color: rgb(254 250 247 / 0.6);
}
.focus\:border-e-secondary-light\/65:focus {

    border-inline-end-color: rgb(254 250 247 / 0.65);
}
.focus\:border-e-secondary-light\/70:focus {

    border-inline-end-color: rgb(254 250 247 / 0.7);
}
.focus\:border-e-secondary-light\/75:focus {

    border-inline-end-color: rgb(254 250 247 / 0.75);
}
.focus\:border-e-secondary-light\/80:focus {

    border-inline-end-color: rgb(254 250 247 / 0.8);
}
.focus\:border-e-secondary-light\/85:focus {

    border-inline-end-color: rgb(254 250 247 / 0.85);
}
.focus\:border-e-secondary-light\/90:focus {

    border-inline-end-color: rgb(254 250 247 / 0.9);
}
.focus\:border-e-secondary-light\/95:focus {

    border-inline-end-color: rgb(254 250 247 / 0.95);
}
.focus\:border-e-secondary\/0:focus {

    border-inline-end-color: rgb(243 234 225 / 0);
}
.focus\:border-e-secondary\/10:focus {

    border-inline-end-color: rgb(243 234 225 / 0.1);
}
.focus\:border-e-secondary\/100:focus {

    border-inline-end-color: rgb(243 234 225 / 1);
}
.focus\:border-e-secondary\/15:focus {

    border-inline-end-color: rgb(243 234 225 / 0.15);
}
.focus\:border-e-secondary\/20:focus {

    border-inline-end-color: rgb(243 234 225 / 0.2);
}
.focus\:border-e-secondary\/25:focus {

    border-inline-end-color: rgb(243 234 225 / 0.25);
}
.focus\:border-e-secondary\/30:focus {

    border-inline-end-color: rgb(243 234 225 / 0.3);
}
.focus\:border-e-secondary\/35:focus {

    border-inline-end-color: rgb(243 234 225 / 0.35);
}
.focus\:border-e-secondary\/40:focus {

    border-inline-end-color: rgb(243 234 225 / 0.4);
}
.focus\:border-e-secondary\/45:focus {

    border-inline-end-color: rgb(243 234 225 / 0.45);
}
.focus\:border-e-secondary\/5:focus {

    border-inline-end-color: rgb(243 234 225 / 0.05);
}
.focus\:border-e-secondary\/50:focus {

    border-inline-end-color: rgb(243 234 225 / 0.5);
}
.focus\:border-e-secondary\/55:focus {

    border-inline-end-color: rgb(243 234 225 / 0.55);
}
.focus\:border-e-secondary\/60:focus {

    border-inline-end-color: rgb(243 234 225 / 0.6);
}
.focus\:border-e-secondary\/65:focus {

    border-inline-end-color: rgb(243 234 225 / 0.65);
}
.focus\:border-e-secondary\/70:focus {

    border-inline-end-color: rgb(243 234 225 / 0.7);
}
.focus\:border-e-secondary\/75:focus {

    border-inline-end-color: rgb(243 234 225 / 0.75);
}
.focus\:border-e-secondary\/80:focus {

    border-inline-end-color: rgb(243 234 225 / 0.8);
}
.focus\:border-e-secondary\/85:focus {

    border-inline-end-color: rgb(243 234 225 / 0.85);
}
.focus\:border-e-secondary\/90:focus {

    border-inline-end-color: rgb(243 234 225 / 0.9);
}
.focus\:border-e-secondary\/95:focus {

    border-inline-end-color: rgb(243 234 225 / 0.95);
}
.focus\:border-e-transparent:focus {

    border-inline-end-color: transparent;
}
.focus\:border-e-transparent\/0:focus {

    border-inline-end-color: rgb(0 0 0 / 0);
}
.focus\:border-e-transparent\/10:focus {

    border-inline-end-color: rgb(0 0 0 / 0.1);
}
.focus\:border-e-transparent\/100:focus {

    border-inline-end-color: rgb(0 0 0 / 1);
}
.focus\:border-e-transparent\/15:focus {

    border-inline-end-color: rgb(0 0 0 / 0.15);
}
.focus\:border-e-transparent\/20:focus {

    border-inline-end-color: rgb(0 0 0 / 0.2);
}
.focus\:border-e-transparent\/25:focus {

    border-inline-end-color: rgb(0 0 0 / 0.25);
}
.focus\:border-e-transparent\/30:focus {

    border-inline-end-color: rgb(0 0 0 / 0.3);
}
.focus\:border-e-transparent\/35:focus {

    border-inline-end-color: rgb(0 0 0 / 0.35);
}
.focus\:border-e-transparent\/40:focus {

    border-inline-end-color: rgb(0 0 0 / 0.4);
}
.focus\:border-e-transparent\/45:focus {

    border-inline-end-color: rgb(0 0 0 / 0.45);
}
.focus\:border-e-transparent\/5:focus {

    border-inline-end-color: rgb(0 0 0 / 0.05);
}
.focus\:border-e-transparent\/50:focus {

    border-inline-end-color: rgb(0 0 0 / 0.5);
}
.focus\:border-e-transparent\/55:focus {

    border-inline-end-color: rgb(0 0 0 / 0.55);
}
.focus\:border-e-transparent\/60:focus {

    border-inline-end-color: rgb(0 0 0 / 0.6);
}
.focus\:border-e-transparent\/65:focus {

    border-inline-end-color: rgb(0 0 0 / 0.65);
}
.focus\:border-e-transparent\/70:focus {

    border-inline-end-color: rgb(0 0 0 / 0.7);
}
.focus\:border-e-transparent\/75:focus {

    border-inline-end-color: rgb(0 0 0 / 0.75);
}
.focus\:border-e-transparent\/80:focus {

    border-inline-end-color: rgb(0 0 0 / 0.8);
}
.focus\:border-e-transparent\/85:focus {

    border-inline-end-color: rgb(0 0 0 / 0.85);
}
.focus\:border-e-transparent\/90:focus {

    border-inline-end-color: rgb(0 0 0 / 0.9);
}
.focus\:border-e-transparent\/95:focus {

    border-inline-end-color: rgb(0 0 0 / 0.95);
}
.focus\:border-e-white:focus {

    --tw-border-opacity: 1;

    border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-e-white\/0:focus {

    border-inline-end-color: rgb(255 255 255 / 0);
}
.focus\:border-e-white\/10:focus {

    border-inline-end-color: rgb(255 255 255 / 0.1);
}
.focus\:border-e-white\/100:focus {

    border-inline-end-color: rgb(255 255 255 / 1);
}
.focus\:border-e-white\/15:focus {

    border-inline-end-color: rgb(255 255 255 / 0.15);
}
.focus\:border-e-white\/20:focus {

    border-inline-end-color: rgb(255 255 255 / 0.2);
}
.focus\:border-e-white\/25:focus {

    border-inline-end-color: rgb(255 255 255 / 0.25);
}
.focus\:border-e-white\/30:focus {

    border-inline-end-color: rgb(255 255 255 / 0.3);
}
.focus\:border-e-white\/35:focus {

    border-inline-end-color: rgb(255 255 255 / 0.35);
}
.focus\:border-e-white\/40:focus {

    border-inline-end-color: rgb(255 255 255 / 0.4);
}
.focus\:border-e-white\/45:focus {

    border-inline-end-color: rgb(255 255 255 / 0.45);
}
.focus\:border-e-white\/5:focus {

    border-inline-end-color: rgb(255 255 255 / 0.05);
}
.focus\:border-e-white\/50:focus {

    border-inline-end-color: rgb(255 255 255 / 0.5);
}
.focus\:border-e-white\/55:focus {

    border-inline-end-color: rgb(255 255 255 / 0.55);
}
.focus\:border-e-white\/60:focus {

    border-inline-end-color: rgb(255 255 255 / 0.6);
}
.focus\:border-e-white\/65:focus {

    border-inline-end-color: rgb(255 255 255 / 0.65);
}
.focus\:border-e-white\/70:focus {

    border-inline-end-color: rgb(255 255 255 / 0.7);
}
.focus\:border-e-white\/75:focus {

    border-inline-end-color: rgb(255 255 255 / 0.75);
}
.focus\:border-e-white\/80:focus {

    border-inline-end-color: rgb(255 255 255 / 0.8);
}
.focus\:border-e-white\/85:focus {

    border-inline-end-color: rgb(255 255 255 / 0.85);
}
.focus\:border-e-white\/90:focus {

    border-inline-end-color: rgb(255 255 255 / 0.9);
}
.focus\:border-e-white\/95:focus {

    border-inline-end-color: rgb(255 255 255 / 0.95);
}
.focus\:border-l-accent:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-dark\/0:focus {

    border-left-color: rgb(225 114 45 / 0);
}
.focus\:border-l-accent-dark\/10:focus {

    border-left-color: rgb(225 114 45 / 0.1);
}
.focus\:border-l-accent-dark\/100:focus {

    border-left-color: rgb(225 114 45 / 1);
}
.focus\:border-l-accent-dark\/15:focus {

    border-left-color: rgb(225 114 45 / 0.15);
}
.focus\:border-l-accent-dark\/20:focus {

    border-left-color: rgb(225 114 45 / 0.2);
}
.focus\:border-l-accent-dark\/25:focus {

    border-left-color: rgb(225 114 45 / 0.25);
}
.focus\:border-l-accent-dark\/30:focus {

    border-left-color: rgb(225 114 45 / 0.3);
}
.focus\:border-l-accent-dark\/35:focus {

    border-left-color: rgb(225 114 45 / 0.35);
}
.focus\:border-l-accent-dark\/40:focus {

    border-left-color: rgb(225 114 45 / 0.4);
}
.focus\:border-l-accent-dark\/45:focus {

    border-left-color: rgb(225 114 45 / 0.45);
}
.focus\:border-l-accent-dark\/5:focus {

    border-left-color: rgb(225 114 45 / 0.05);
}
.focus\:border-l-accent-dark\/50:focus {

    border-left-color: rgb(225 114 45 / 0.5);
}
.focus\:border-l-accent-dark\/55:focus {

    border-left-color: rgb(225 114 45 / 0.55);
}
.focus\:border-l-accent-dark\/60:focus {

    border-left-color: rgb(225 114 45 / 0.6);
}
.focus\:border-l-accent-dark\/65:focus {

    border-left-color: rgb(225 114 45 / 0.65);
}
.focus\:border-l-accent-dark\/70:focus {

    border-left-color: rgb(225 114 45 / 0.7);
}
.focus\:border-l-accent-dark\/75:focus {

    border-left-color: rgb(225 114 45 / 0.75);
}
.focus\:border-l-accent-dark\/80:focus {

    border-left-color: rgb(225 114 45 / 0.8);
}
.focus\:border-l-accent-dark\/85:focus {

    border-left-color: rgb(225 114 45 / 0.85);
}
.focus\:border-l-accent-dark\/90:focus {

    border-left-color: rgb(225 114 45 / 0.9);
}
.focus\:border-l-accent-dark\/95:focus {

    border-left-color: rgb(225 114 45 / 0.95);
}
.focus\:border-l-accent-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-light\/0:focus {

    border-left-color: rgb(255 191 105 / 0);
}
.focus\:border-l-accent-light\/10:focus {

    border-left-color: rgb(255 191 105 / 0.1);
}
.focus\:border-l-accent-light\/100:focus {

    border-left-color: rgb(255 191 105 / 1);
}
.focus\:border-l-accent-light\/15:focus {

    border-left-color: rgb(255 191 105 / 0.15);
}
.focus\:border-l-accent-light\/20:focus {

    border-left-color: rgb(255 191 105 / 0.2);
}
.focus\:border-l-accent-light\/25:focus {

    border-left-color: rgb(255 191 105 / 0.25);
}
.focus\:border-l-accent-light\/30:focus {

    border-left-color: rgb(255 191 105 / 0.3);
}
.focus\:border-l-accent-light\/35:focus {

    border-left-color: rgb(255 191 105 / 0.35);
}
.focus\:border-l-accent-light\/40:focus {

    border-left-color: rgb(255 191 105 / 0.4);
}
.focus\:border-l-accent-light\/45:focus {

    border-left-color: rgb(255 191 105 / 0.45);
}
.focus\:border-l-accent-light\/5:focus {

    border-left-color: rgb(255 191 105 / 0.05);
}
.focus\:border-l-accent-light\/50:focus {

    border-left-color: rgb(255 191 105 / 0.5);
}
.focus\:border-l-accent-light\/55:focus {

    border-left-color: rgb(255 191 105 / 0.55);
}
.focus\:border-l-accent-light\/60:focus {

    border-left-color: rgb(255 191 105 / 0.6);
}
.focus\:border-l-accent-light\/65:focus {

    border-left-color: rgb(255 191 105 / 0.65);
}
.focus\:border-l-accent-light\/70:focus {

    border-left-color: rgb(255 191 105 / 0.7);
}
.focus\:border-l-accent-light\/75:focus {

    border-left-color: rgb(255 191 105 / 0.75);
}
.focus\:border-l-accent-light\/80:focus {

    border-left-color: rgb(255 191 105 / 0.8);
}
.focus\:border-l-accent-light\/85:focus {

    border-left-color: rgb(255 191 105 / 0.85);
}
.focus\:border-l-accent-light\/90:focus {

    border-left-color: rgb(255 191 105 / 0.9);
}
.focus\:border-l-accent-light\/95:focus {

    border-left-color: rgb(255 191 105 / 0.95);
}
.focus\:border-l-accent\/0:focus {

    border-left-color: rgb(229 136 78 / 0);
}
.focus\:border-l-accent\/10:focus {

    border-left-color: rgb(229 136 78 / 0.1);
}
.focus\:border-l-accent\/100:focus {

    border-left-color: rgb(229 136 78 / 1);
}
.focus\:border-l-accent\/15:focus {

    border-left-color: rgb(229 136 78 / 0.15);
}
.focus\:border-l-accent\/20:focus {

    border-left-color: rgb(229 136 78 / 0.2);
}
.focus\:border-l-accent\/25:focus {

    border-left-color: rgb(229 136 78 / 0.25);
}
.focus\:border-l-accent\/30:focus {

    border-left-color: rgb(229 136 78 / 0.3);
}
.focus\:border-l-accent\/35:focus {

    border-left-color: rgb(229 136 78 / 0.35);
}
.focus\:border-l-accent\/40:focus {

    border-left-color: rgb(229 136 78 / 0.4);
}
.focus\:border-l-accent\/45:focus {

    border-left-color: rgb(229 136 78 / 0.45);
}
.focus\:border-l-accent\/5:focus {

    border-left-color: rgb(229 136 78 / 0.05);
}
.focus\:border-l-accent\/50:focus {

    border-left-color: rgb(229 136 78 / 0.5);
}
.focus\:border-l-accent\/55:focus {

    border-left-color: rgb(229 136 78 / 0.55);
}
.focus\:border-l-accent\/60:focus {

    border-left-color: rgb(229 136 78 / 0.6);
}
.focus\:border-l-accent\/65:focus {

    border-left-color: rgb(229 136 78 / 0.65);
}
.focus\:border-l-accent\/70:focus {

    border-left-color: rgb(229 136 78 / 0.7);
}
.focus\:border-l-accent\/75:focus {

    border-left-color: rgb(229 136 78 / 0.75);
}
.focus\:border-l-accent\/80:focus {

    border-left-color: rgb(229 136 78 / 0.8);
}
.focus\:border-l-accent\/85:focus {

    border-left-color: rgb(229 136 78 / 0.85);
}
.focus\:border-l-accent\/90:focus {

    border-left-color: rgb(229 136 78 / 0.9);
}
.focus\:border-l-accent\/95:focus {

    border-left-color: rgb(229 136 78 / 0.95);
}
.focus\:border-l-black:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-l-black\/0:focus {

    border-left-color: rgb(0 0 0 / 0);
}
.focus\:border-l-black\/10:focus {

    border-left-color: rgb(0 0 0 / 0.1);
}
.focus\:border-l-black\/100:focus {

    border-left-color: rgb(0 0 0 / 1);
}
.focus\:border-l-black\/15:focus {

    border-left-color: rgb(0 0 0 / 0.15);
}
.focus\:border-l-black\/20:focus {

    border-left-color: rgb(0 0 0 / 0.2);
}
.focus\:border-l-black\/25:focus {

    border-left-color: rgb(0 0 0 / 0.25);
}
.focus\:border-l-black\/30:focus {

    border-left-color: rgb(0 0 0 / 0.3);
}
.focus\:border-l-black\/35:focus {

    border-left-color: rgb(0 0 0 / 0.35);
}
.focus\:border-l-black\/40:focus {

    border-left-color: rgb(0 0 0 / 0.4);
}
.focus\:border-l-black\/45:focus {

    border-left-color: rgb(0 0 0 / 0.45);
}
.focus\:border-l-black\/5:focus {

    border-left-color: rgb(0 0 0 / 0.05);
}
.focus\:border-l-black\/50:focus {

    border-left-color: rgb(0 0 0 / 0.5);
}
.focus\:border-l-black\/55:focus {

    border-left-color: rgb(0 0 0 / 0.55);
}
.focus\:border-l-black\/60:focus {

    border-left-color: rgb(0 0 0 / 0.6);
}
.focus\:border-l-black\/65:focus {

    border-left-color: rgb(0 0 0 / 0.65);
}
.focus\:border-l-black\/70:focus {

    border-left-color: rgb(0 0 0 / 0.7);
}
.focus\:border-l-black\/75:focus {

    border-left-color: rgb(0 0 0 / 0.75);
}
.focus\:border-l-black\/80:focus {

    border-left-color: rgb(0 0 0 / 0.8);
}
.focus\:border-l-black\/85:focus {

    border-left-color: rgb(0 0 0 / 0.85);
}
.focus\:border-l-black\/90:focus {

    border-left-color: rgb(0 0 0 / 0.9);
}
.focus\:border-l-black\/95:focus {

    border-left-color: rgb(0 0 0 / 0.95);
}
.focus\:border-l-current:focus {

    border-left-color: currentColor;
}
.focus\:border-l-error:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-l-error\/0:focus {

    border-left-color: rgb(255 0 0 / 0);
}
.focus\:border-l-error\/10:focus {

    border-left-color: rgb(255 0 0 / 0.1);
}
.focus\:border-l-error\/100:focus {

    border-left-color: rgb(255 0 0 / 1);
}
.focus\:border-l-error\/15:focus {

    border-left-color: rgb(255 0 0 / 0.15);
}
.focus\:border-l-error\/20:focus {

    border-left-color: rgb(255 0 0 / 0.2);
}
.focus\:border-l-error\/25:focus {

    border-left-color: rgb(255 0 0 / 0.25);
}
.focus\:border-l-error\/30:focus {

    border-left-color: rgb(255 0 0 / 0.3);
}
.focus\:border-l-error\/35:focus {

    border-left-color: rgb(255 0 0 / 0.35);
}
.focus\:border-l-error\/40:focus {

    border-left-color: rgb(255 0 0 / 0.4);
}
.focus\:border-l-error\/45:focus {

    border-left-color: rgb(255 0 0 / 0.45);
}
.focus\:border-l-error\/5:focus {

    border-left-color: rgb(255 0 0 / 0.05);
}
.focus\:border-l-error\/50:focus {

    border-left-color: rgb(255 0 0 / 0.5);
}
.focus\:border-l-error\/55:focus {

    border-left-color: rgb(255 0 0 / 0.55);
}
.focus\:border-l-error\/60:focus {

    border-left-color: rgb(255 0 0 / 0.6);
}
.focus\:border-l-error\/65:focus {

    border-left-color: rgb(255 0 0 / 0.65);
}
.focus\:border-l-error\/70:focus {

    border-left-color: rgb(255 0 0 / 0.7);
}
.focus\:border-l-error\/75:focus {

    border-left-color: rgb(255 0 0 / 0.75);
}
.focus\:border-l-error\/80:focus {

    border-left-color: rgb(255 0 0 / 0.8);
}
.focus\:border-l-error\/85:focus {

    border-left-color: rgb(255 0 0 / 0.85);
}
.focus\:border-l-error\/90:focus {

    border-left-color: rgb(255 0 0 / 0.9);
}
.focus\:border-l-error\/95:focus {

    border-left-color: rgb(255 0 0 / 0.95);
}
.focus\:border-l-gray-100:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-100\/0:focus {

    border-left-color: rgb(243 244 246 / 0);
}
.focus\:border-l-gray-100\/10:focus {

    border-left-color: rgb(243 244 246 / 0.1);
}
.focus\:border-l-gray-100\/100:focus {

    border-left-color: rgb(243 244 246 / 1);
}
.focus\:border-l-gray-100\/15:focus {

    border-left-color: rgb(243 244 246 / 0.15);
}
.focus\:border-l-gray-100\/20:focus {

    border-left-color: rgb(243 244 246 / 0.2);
}
.focus\:border-l-gray-100\/25:focus {

    border-left-color: rgb(243 244 246 / 0.25);
}
.focus\:border-l-gray-100\/30:focus {

    border-left-color: rgb(243 244 246 / 0.3);
}
.focus\:border-l-gray-100\/35:focus {

    border-left-color: rgb(243 244 246 / 0.35);
}
.focus\:border-l-gray-100\/40:focus {

    border-left-color: rgb(243 244 246 / 0.4);
}
.focus\:border-l-gray-100\/45:focus {

    border-left-color: rgb(243 244 246 / 0.45);
}
.focus\:border-l-gray-100\/5:focus {

    border-left-color: rgb(243 244 246 / 0.05);
}
.focus\:border-l-gray-100\/50:focus {

    border-left-color: rgb(243 244 246 / 0.5);
}
.focus\:border-l-gray-100\/55:focus {

    border-left-color: rgb(243 244 246 / 0.55);
}
.focus\:border-l-gray-100\/60:focus {

    border-left-color: rgb(243 244 246 / 0.6);
}
.focus\:border-l-gray-100\/65:focus {

    border-left-color: rgb(243 244 246 / 0.65);
}
.focus\:border-l-gray-100\/70:focus {

    border-left-color: rgb(243 244 246 / 0.7);
}
.focus\:border-l-gray-100\/75:focus {

    border-left-color: rgb(243 244 246 / 0.75);
}
.focus\:border-l-gray-100\/80:focus {

    border-left-color: rgb(243 244 246 / 0.8);
}
.focus\:border-l-gray-100\/85:focus {

    border-left-color: rgb(243 244 246 / 0.85);
}
.focus\:border-l-gray-100\/90:focus {

    border-left-color: rgb(243 244 246 / 0.9);
}
.focus\:border-l-gray-100\/95:focus {

    border-left-color: rgb(243 244 246 / 0.95);
}
.focus\:border-l-gray-200:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-200\/0:focus {

    border-left-color: rgb(229 231 235 / 0);
}
.focus\:border-l-gray-200\/10:focus {

    border-left-color: rgb(229 231 235 / 0.1);
}
.focus\:border-l-gray-200\/100:focus {

    border-left-color: rgb(229 231 235 / 1);
}
.focus\:border-l-gray-200\/15:focus {

    border-left-color: rgb(229 231 235 / 0.15);
}
.focus\:border-l-gray-200\/20:focus {

    border-left-color: rgb(229 231 235 / 0.2);
}
.focus\:border-l-gray-200\/25:focus {

    border-left-color: rgb(229 231 235 / 0.25);
}
.focus\:border-l-gray-200\/30:focus {

    border-left-color: rgb(229 231 235 / 0.3);
}
.focus\:border-l-gray-200\/35:focus {

    border-left-color: rgb(229 231 235 / 0.35);
}
.focus\:border-l-gray-200\/40:focus {

    border-left-color: rgb(229 231 235 / 0.4);
}
.focus\:border-l-gray-200\/45:focus {

    border-left-color: rgb(229 231 235 / 0.45);
}
.focus\:border-l-gray-200\/5:focus {

    border-left-color: rgb(229 231 235 / 0.05);
}
.focus\:border-l-gray-200\/50:focus {

    border-left-color: rgb(229 231 235 / 0.5);
}
.focus\:border-l-gray-200\/55:focus {

    border-left-color: rgb(229 231 235 / 0.55);
}
.focus\:border-l-gray-200\/60:focus {

    border-left-color: rgb(229 231 235 / 0.6);
}
.focus\:border-l-gray-200\/65:focus {

    border-left-color: rgb(229 231 235 / 0.65);
}
.focus\:border-l-gray-200\/70:focus {

    border-left-color: rgb(229 231 235 / 0.7);
}
.focus\:border-l-gray-200\/75:focus {

    border-left-color: rgb(229 231 235 / 0.75);
}
.focus\:border-l-gray-200\/80:focus {

    border-left-color: rgb(229 231 235 / 0.8);
}
.focus\:border-l-gray-200\/85:focus {

    border-left-color: rgb(229 231 235 / 0.85);
}
.focus\:border-l-gray-200\/90:focus {

    border-left-color: rgb(229 231 235 / 0.9);
}
.focus\:border-l-gray-200\/95:focus {

    border-left-color: rgb(229 231 235 / 0.95);
}
.focus\:border-l-gray-300:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-300\/0:focus {

    border-left-color: rgb(209 213 219 / 0);
}
.focus\:border-l-gray-300\/10:focus {

    border-left-color: rgb(209 213 219 / 0.1);
}
.focus\:border-l-gray-300\/100:focus {

    border-left-color: rgb(209 213 219 / 1);
}
.focus\:border-l-gray-300\/15:focus {

    border-left-color: rgb(209 213 219 / 0.15);
}
.focus\:border-l-gray-300\/20:focus {

    border-left-color: rgb(209 213 219 / 0.2);
}
.focus\:border-l-gray-300\/25:focus {

    border-left-color: rgb(209 213 219 / 0.25);
}
.focus\:border-l-gray-300\/30:focus {

    border-left-color: rgb(209 213 219 / 0.3);
}
.focus\:border-l-gray-300\/35:focus {

    border-left-color: rgb(209 213 219 / 0.35);
}
.focus\:border-l-gray-300\/40:focus {

    border-left-color: rgb(209 213 219 / 0.4);
}
.focus\:border-l-gray-300\/45:focus {

    border-left-color: rgb(209 213 219 / 0.45);
}
.focus\:border-l-gray-300\/5:focus {

    border-left-color: rgb(209 213 219 / 0.05);
}
.focus\:border-l-gray-300\/50:focus {

    border-left-color: rgb(209 213 219 / 0.5);
}
.focus\:border-l-gray-300\/55:focus {

    border-left-color: rgb(209 213 219 / 0.55);
}
.focus\:border-l-gray-300\/60:focus {

    border-left-color: rgb(209 213 219 / 0.6);
}
.focus\:border-l-gray-300\/65:focus {

    border-left-color: rgb(209 213 219 / 0.65);
}
.focus\:border-l-gray-300\/70:focus {

    border-left-color: rgb(209 213 219 / 0.7);
}
.focus\:border-l-gray-300\/75:focus {

    border-left-color: rgb(209 213 219 / 0.75);
}
.focus\:border-l-gray-300\/80:focus {

    border-left-color: rgb(209 213 219 / 0.8);
}
.focus\:border-l-gray-300\/85:focus {

    border-left-color: rgb(209 213 219 / 0.85);
}
.focus\:border-l-gray-300\/90:focus {

    border-left-color: rgb(209 213 219 / 0.9);
}
.focus\:border-l-gray-300\/95:focus {

    border-left-color: rgb(209 213 219 / 0.95);
}
.focus\:border-l-gray-400:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-400\/0:focus {

    border-left-color: rgb(156 163 175 / 0);
}
.focus\:border-l-gray-400\/10:focus {

    border-left-color: rgb(156 163 175 / 0.1);
}
.focus\:border-l-gray-400\/100:focus {

    border-left-color: rgb(156 163 175 / 1);
}
.focus\:border-l-gray-400\/15:focus {

    border-left-color: rgb(156 163 175 / 0.15);
}
.focus\:border-l-gray-400\/20:focus {

    border-left-color: rgb(156 163 175 / 0.2);
}
.focus\:border-l-gray-400\/25:focus {

    border-left-color: rgb(156 163 175 / 0.25);
}
.focus\:border-l-gray-400\/30:focus {

    border-left-color: rgb(156 163 175 / 0.3);
}
.focus\:border-l-gray-400\/35:focus {

    border-left-color: rgb(156 163 175 / 0.35);
}
.focus\:border-l-gray-400\/40:focus {

    border-left-color: rgb(156 163 175 / 0.4);
}
.focus\:border-l-gray-400\/45:focus {

    border-left-color: rgb(156 163 175 / 0.45);
}
.focus\:border-l-gray-400\/5:focus {

    border-left-color: rgb(156 163 175 / 0.05);
}
.focus\:border-l-gray-400\/50:focus {

    border-left-color: rgb(156 163 175 / 0.5);
}
.focus\:border-l-gray-400\/55:focus {

    border-left-color: rgb(156 163 175 / 0.55);
}
.focus\:border-l-gray-400\/60:focus {

    border-left-color: rgb(156 163 175 / 0.6);
}
.focus\:border-l-gray-400\/65:focus {

    border-left-color: rgb(156 163 175 / 0.65);
}
.focus\:border-l-gray-400\/70:focus {

    border-left-color: rgb(156 163 175 / 0.7);
}
.focus\:border-l-gray-400\/75:focus {

    border-left-color: rgb(156 163 175 / 0.75);
}
.focus\:border-l-gray-400\/80:focus {

    border-left-color: rgb(156 163 175 / 0.8);
}
.focus\:border-l-gray-400\/85:focus {

    border-left-color: rgb(156 163 175 / 0.85);
}
.focus\:border-l-gray-400\/90:focus {

    border-left-color: rgb(156 163 175 / 0.9);
}
.focus\:border-l-gray-400\/95:focus {

    border-left-color: rgb(156 163 175 / 0.95);
}
.focus\:border-l-gray-50:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-50\/0:focus {

    border-left-color: rgb(249 250 251 / 0);
}
.focus\:border-l-gray-50\/10:focus {

    border-left-color: rgb(249 250 251 / 0.1);
}
.focus\:border-l-gray-50\/100:focus {

    border-left-color: rgb(249 250 251 / 1);
}
.focus\:border-l-gray-50\/15:focus {

    border-left-color: rgb(249 250 251 / 0.15);
}
.focus\:border-l-gray-50\/20:focus {

    border-left-color: rgb(249 250 251 / 0.2);
}
.focus\:border-l-gray-50\/25:focus {

    border-left-color: rgb(249 250 251 / 0.25);
}
.focus\:border-l-gray-50\/30:focus {

    border-left-color: rgb(249 250 251 / 0.3);
}
.focus\:border-l-gray-50\/35:focus {

    border-left-color: rgb(249 250 251 / 0.35);
}
.focus\:border-l-gray-50\/40:focus {

    border-left-color: rgb(249 250 251 / 0.4);
}
.focus\:border-l-gray-50\/45:focus {

    border-left-color: rgb(249 250 251 / 0.45);
}
.focus\:border-l-gray-50\/5:focus {

    border-left-color: rgb(249 250 251 / 0.05);
}
.focus\:border-l-gray-50\/50:focus {

    border-left-color: rgb(249 250 251 / 0.5);
}
.focus\:border-l-gray-50\/55:focus {

    border-left-color: rgb(249 250 251 / 0.55);
}
.focus\:border-l-gray-50\/60:focus {

    border-left-color: rgb(249 250 251 / 0.6);
}
.focus\:border-l-gray-50\/65:focus {

    border-left-color: rgb(249 250 251 / 0.65);
}
.focus\:border-l-gray-50\/70:focus {

    border-left-color: rgb(249 250 251 / 0.7);
}
.focus\:border-l-gray-50\/75:focus {

    border-left-color: rgb(249 250 251 / 0.75);
}
.focus\:border-l-gray-50\/80:focus {

    border-left-color: rgb(249 250 251 / 0.8);
}
.focus\:border-l-gray-50\/85:focus {

    border-left-color: rgb(249 250 251 / 0.85);
}
.focus\:border-l-gray-50\/90:focus {

    border-left-color: rgb(249 250 251 / 0.9);
}
.focus\:border-l-gray-50\/95:focus {

    border-left-color: rgb(249 250 251 / 0.95);
}
.focus\:border-l-gray-500:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-500\/0:focus {

    border-left-color: rgb(107 114 128 / 0);
}
.focus\:border-l-gray-500\/10:focus {

    border-left-color: rgb(107 114 128 / 0.1);
}
.focus\:border-l-gray-500\/100:focus {

    border-left-color: rgb(107 114 128 / 1);
}
.focus\:border-l-gray-500\/15:focus {

    border-left-color: rgb(107 114 128 / 0.15);
}
.focus\:border-l-gray-500\/20:focus {

    border-left-color: rgb(107 114 128 / 0.2);
}
.focus\:border-l-gray-500\/25:focus {

    border-left-color: rgb(107 114 128 / 0.25);
}
.focus\:border-l-gray-500\/30:focus {

    border-left-color: rgb(107 114 128 / 0.3);
}
.focus\:border-l-gray-500\/35:focus {

    border-left-color: rgb(107 114 128 / 0.35);
}
.focus\:border-l-gray-500\/40:focus {

    border-left-color: rgb(107 114 128 / 0.4);
}
.focus\:border-l-gray-500\/45:focus {

    border-left-color: rgb(107 114 128 / 0.45);
}
.focus\:border-l-gray-500\/5:focus {

    border-left-color: rgb(107 114 128 / 0.05);
}
.focus\:border-l-gray-500\/50:focus {

    border-left-color: rgb(107 114 128 / 0.5);
}
.focus\:border-l-gray-500\/55:focus {

    border-left-color: rgb(107 114 128 / 0.55);
}
.focus\:border-l-gray-500\/60:focus {

    border-left-color: rgb(107 114 128 / 0.6);
}
.focus\:border-l-gray-500\/65:focus {

    border-left-color: rgb(107 114 128 / 0.65);
}
.focus\:border-l-gray-500\/70:focus {

    border-left-color: rgb(107 114 128 / 0.7);
}
.focus\:border-l-gray-500\/75:focus {

    border-left-color: rgb(107 114 128 / 0.75);
}
.focus\:border-l-gray-500\/80:focus {

    border-left-color: rgb(107 114 128 / 0.8);
}
.focus\:border-l-gray-500\/85:focus {

    border-left-color: rgb(107 114 128 / 0.85);
}
.focus\:border-l-gray-500\/90:focus {

    border-left-color: rgb(107 114 128 / 0.9);
}
.focus\:border-l-gray-500\/95:focus {

    border-left-color: rgb(107 114 128 / 0.95);
}
.focus\:border-l-gray-600:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-600\/0:focus {

    border-left-color: rgb(75 85 99 / 0);
}
.focus\:border-l-gray-600\/10:focus {

    border-left-color: rgb(75 85 99 / 0.1);
}
.focus\:border-l-gray-600\/100:focus {

    border-left-color: rgb(75 85 99 / 1);
}
.focus\:border-l-gray-600\/15:focus {

    border-left-color: rgb(75 85 99 / 0.15);
}
.focus\:border-l-gray-600\/20:focus {

    border-left-color: rgb(75 85 99 / 0.2);
}
.focus\:border-l-gray-600\/25:focus {

    border-left-color: rgb(75 85 99 / 0.25);
}
.focus\:border-l-gray-600\/30:focus {

    border-left-color: rgb(75 85 99 / 0.3);
}
.focus\:border-l-gray-600\/35:focus {

    border-left-color: rgb(75 85 99 / 0.35);
}
.focus\:border-l-gray-600\/40:focus {

    border-left-color: rgb(75 85 99 / 0.4);
}
.focus\:border-l-gray-600\/45:focus {

    border-left-color: rgb(75 85 99 / 0.45);
}
.focus\:border-l-gray-600\/5:focus {

    border-left-color: rgb(75 85 99 / 0.05);
}
.focus\:border-l-gray-600\/50:focus {

    border-left-color: rgb(75 85 99 / 0.5);
}
.focus\:border-l-gray-600\/55:focus {

    border-left-color: rgb(75 85 99 / 0.55);
}
.focus\:border-l-gray-600\/60:focus {

    border-left-color: rgb(75 85 99 / 0.6);
}
.focus\:border-l-gray-600\/65:focus {

    border-left-color: rgb(75 85 99 / 0.65);
}
.focus\:border-l-gray-600\/70:focus {

    border-left-color: rgb(75 85 99 / 0.7);
}
.focus\:border-l-gray-600\/75:focus {

    border-left-color: rgb(75 85 99 / 0.75);
}
.focus\:border-l-gray-600\/80:focus {

    border-left-color: rgb(75 85 99 / 0.8);
}
.focus\:border-l-gray-600\/85:focus {

    border-left-color: rgb(75 85 99 / 0.85);
}
.focus\:border-l-gray-600\/90:focus {

    border-left-color: rgb(75 85 99 / 0.9);
}
.focus\:border-l-gray-600\/95:focus {

    border-left-color: rgb(75 85 99 / 0.95);
}
.focus\:border-l-gray-700:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-700\/0:focus {

    border-left-color: rgb(55 65 81 / 0);
}
.focus\:border-l-gray-700\/10:focus {

    border-left-color: rgb(55 65 81 / 0.1);
}
.focus\:border-l-gray-700\/100:focus {

    border-left-color: rgb(55 65 81 / 1);
}
.focus\:border-l-gray-700\/15:focus {

    border-left-color: rgb(55 65 81 / 0.15);
}
.focus\:border-l-gray-700\/20:focus {

    border-left-color: rgb(55 65 81 / 0.2);
}
.focus\:border-l-gray-700\/25:focus {

    border-left-color: rgb(55 65 81 / 0.25);
}
.focus\:border-l-gray-700\/30:focus {

    border-left-color: rgb(55 65 81 / 0.3);
}
.focus\:border-l-gray-700\/35:focus {

    border-left-color: rgb(55 65 81 / 0.35);
}
.focus\:border-l-gray-700\/40:focus {

    border-left-color: rgb(55 65 81 / 0.4);
}
.focus\:border-l-gray-700\/45:focus {

    border-left-color: rgb(55 65 81 / 0.45);
}
.focus\:border-l-gray-700\/5:focus {

    border-left-color: rgb(55 65 81 / 0.05);
}
.focus\:border-l-gray-700\/50:focus {

    border-left-color: rgb(55 65 81 / 0.5);
}
.focus\:border-l-gray-700\/55:focus {

    border-left-color: rgb(55 65 81 / 0.55);
}
.focus\:border-l-gray-700\/60:focus {

    border-left-color: rgb(55 65 81 / 0.6);
}
.focus\:border-l-gray-700\/65:focus {

    border-left-color: rgb(55 65 81 / 0.65);
}
.focus\:border-l-gray-700\/70:focus {

    border-left-color: rgb(55 65 81 / 0.7);
}
.focus\:border-l-gray-700\/75:focus {

    border-left-color: rgb(55 65 81 / 0.75);
}
.focus\:border-l-gray-700\/80:focus {

    border-left-color: rgb(55 65 81 / 0.8);
}
.focus\:border-l-gray-700\/85:focus {

    border-left-color: rgb(55 65 81 / 0.85);
}
.focus\:border-l-gray-700\/90:focus {

    border-left-color: rgb(55 65 81 / 0.9);
}
.focus\:border-l-gray-700\/95:focus {

    border-left-color: rgb(55 65 81 / 0.95);
}
.focus\:border-l-gray-800:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-800\/0:focus {

    border-left-color: rgb(31 41 55 / 0);
}
.focus\:border-l-gray-800\/10:focus {

    border-left-color: rgb(31 41 55 / 0.1);
}
.focus\:border-l-gray-800\/100:focus {

    border-left-color: rgb(31 41 55 / 1);
}
.focus\:border-l-gray-800\/15:focus {

    border-left-color: rgb(31 41 55 / 0.15);
}
.focus\:border-l-gray-800\/20:focus {

    border-left-color: rgb(31 41 55 / 0.2);
}
.focus\:border-l-gray-800\/25:focus {

    border-left-color: rgb(31 41 55 / 0.25);
}
.focus\:border-l-gray-800\/30:focus {

    border-left-color: rgb(31 41 55 / 0.3);
}
.focus\:border-l-gray-800\/35:focus {

    border-left-color: rgb(31 41 55 / 0.35);
}
.focus\:border-l-gray-800\/40:focus {

    border-left-color: rgb(31 41 55 / 0.4);
}
.focus\:border-l-gray-800\/45:focus {

    border-left-color: rgb(31 41 55 / 0.45);
}
.focus\:border-l-gray-800\/5:focus {

    border-left-color: rgb(31 41 55 / 0.05);
}
.focus\:border-l-gray-800\/50:focus {

    border-left-color: rgb(31 41 55 / 0.5);
}
.focus\:border-l-gray-800\/55:focus {

    border-left-color: rgb(31 41 55 / 0.55);
}
.focus\:border-l-gray-800\/60:focus {

    border-left-color: rgb(31 41 55 / 0.6);
}
.focus\:border-l-gray-800\/65:focus {

    border-left-color: rgb(31 41 55 / 0.65);
}
.focus\:border-l-gray-800\/70:focus {

    border-left-color: rgb(31 41 55 / 0.7);
}
.focus\:border-l-gray-800\/75:focus {

    border-left-color: rgb(31 41 55 / 0.75);
}
.focus\:border-l-gray-800\/80:focus {

    border-left-color: rgb(31 41 55 / 0.8);
}
.focus\:border-l-gray-800\/85:focus {

    border-left-color: rgb(31 41 55 / 0.85);
}
.focus\:border-l-gray-800\/90:focus {

    border-left-color: rgb(31 41 55 / 0.9);
}
.focus\:border-l-gray-800\/95:focus {

    border-left-color: rgb(31 41 55 / 0.95);
}
.focus\:border-l-gray-900:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-900\/0:focus {

    border-left-color: rgb(17 24 39 / 0);
}
.focus\:border-l-gray-900\/10:focus {

    border-left-color: rgb(17 24 39 / 0.1);
}
.focus\:border-l-gray-900\/100:focus {

    border-left-color: rgb(17 24 39 / 1);
}
.focus\:border-l-gray-900\/15:focus {

    border-left-color: rgb(17 24 39 / 0.15);
}
.focus\:border-l-gray-900\/20:focus {

    border-left-color: rgb(17 24 39 / 0.2);
}
.focus\:border-l-gray-900\/25:focus {

    border-left-color: rgb(17 24 39 / 0.25);
}
.focus\:border-l-gray-900\/30:focus {

    border-left-color: rgb(17 24 39 / 0.3);
}
.focus\:border-l-gray-900\/35:focus {

    border-left-color: rgb(17 24 39 / 0.35);
}
.focus\:border-l-gray-900\/40:focus {

    border-left-color: rgb(17 24 39 / 0.4);
}
.focus\:border-l-gray-900\/45:focus {

    border-left-color: rgb(17 24 39 / 0.45);
}
.focus\:border-l-gray-900\/5:focus {

    border-left-color: rgb(17 24 39 / 0.05);
}
.focus\:border-l-gray-900\/50:focus {

    border-left-color: rgb(17 24 39 / 0.5);
}
.focus\:border-l-gray-900\/55:focus {

    border-left-color: rgb(17 24 39 / 0.55);
}
.focus\:border-l-gray-900\/60:focus {

    border-left-color: rgb(17 24 39 / 0.6);
}
.focus\:border-l-gray-900\/65:focus {

    border-left-color: rgb(17 24 39 / 0.65);
}
.focus\:border-l-gray-900\/70:focus {

    border-left-color: rgb(17 24 39 / 0.7);
}
.focus\:border-l-gray-900\/75:focus {

    border-left-color: rgb(17 24 39 / 0.75);
}
.focus\:border-l-gray-900\/80:focus {

    border-left-color: rgb(17 24 39 / 0.8);
}
.focus\:border-l-gray-900\/85:focus {

    border-left-color: rgb(17 24 39 / 0.85);
}
.focus\:border-l-gray-900\/90:focus {

    border-left-color: rgb(17 24 39 / 0.9);
}
.focus\:border-l-gray-900\/95:focus {

    border-left-color: rgb(17 24 39 / 0.95);
}
.focus\:border-l-gray-950:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-950\/0:focus {

    border-left-color: rgb(3 7 18 / 0);
}
.focus\:border-l-gray-950\/10:focus {

    border-left-color: rgb(3 7 18 / 0.1);
}
.focus\:border-l-gray-950\/100:focus {

    border-left-color: rgb(3 7 18 / 1);
}
.focus\:border-l-gray-950\/15:focus {

    border-left-color: rgb(3 7 18 / 0.15);
}
.focus\:border-l-gray-950\/20:focus {

    border-left-color: rgb(3 7 18 / 0.2);
}
.focus\:border-l-gray-950\/25:focus {

    border-left-color: rgb(3 7 18 / 0.25);
}
.focus\:border-l-gray-950\/30:focus {

    border-left-color: rgb(3 7 18 / 0.3);
}
.focus\:border-l-gray-950\/35:focus {

    border-left-color: rgb(3 7 18 / 0.35);
}
.focus\:border-l-gray-950\/40:focus {

    border-left-color: rgb(3 7 18 / 0.4);
}
.focus\:border-l-gray-950\/45:focus {

    border-left-color: rgb(3 7 18 / 0.45);
}
.focus\:border-l-gray-950\/5:focus {

    border-left-color: rgb(3 7 18 / 0.05);
}
.focus\:border-l-gray-950\/50:focus {

    border-left-color: rgb(3 7 18 / 0.5);
}
.focus\:border-l-gray-950\/55:focus {

    border-left-color: rgb(3 7 18 / 0.55);
}
.focus\:border-l-gray-950\/60:focus {

    border-left-color: rgb(3 7 18 / 0.6);
}
.focus\:border-l-gray-950\/65:focus {

    border-left-color: rgb(3 7 18 / 0.65);
}
.focus\:border-l-gray-950\/70:focus {

    border-left-color: rgb(3 7 18 / 0.7);
}
.focus\:border-l-gray-950\/75:focus {

    border-left-color: rgb(3 7 18 / 0.75);
}
.focus\:border-l-gray-950\/80:focus {

    border-left-color: rgb(3 7 18 / 0.8);
}
.focus\:border-l-gray-950\/85:focus {

    border-left-color: rgb(3 7 18 / 0.85);
}
.focus\:border-l-gray-950\/90:focus {

    border-left-color: rgb(3 7 18 / 0.9);
}
.focus\:border-l-gray-950\/95:focus {

    border-left-color: rgb(3 7 18 / 0.95);
}
.focus\:border-l-inherit:focus {

    border-left-color: inherit;
}
.focus\:border-l-primary:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-dark\/0:focus {

    border-left-color: rgb(26 88 121 / 0);
}
.focus\:border-l-primary-dark\/10:focus {

    border-left-color: rgb(26 88 121 / 0.1);
}
.focus\:border-l-primary-dark\/100:focus {

    border-left-color: rgb(26 88 121 / 1);
}
.focus\:border-l-primary-dark\/15:focus {

    border-left-color: rgb(26 88 121 / 0.15);
}
.focus\:border-l-primary-dark\/20:focus {

    border-left-color: rgb(26 88 121 / 0.2);
}
.focus\:border-l-primary-dark\/25:focus {

    border-left-color: rgb(26 88 121 / 0.25);
}
.focus\:border-l-primary-dark\/30:focus {

    border-left-color: rgb(26 88 121 / 0.3);
}
.focus\:border-l-primary-dark\/35:focus {

    border-left-color: rgb(26 88 121 / 0.35);
}
.focus\:border-l-primary-dark\/40:focus {

    border-left-color: rgb(26 88 121 / 0.4);
}
.focus\:border-l-primary-dark\/45:focus {

    border-left-color: rgb(26 88 121 / 0.45);
}
.focus\:border-l-primary-dark\/5:focus {

    border-left-color: rgb(26 88 121 / 0.05);
}
.focus\:border-l-primary-dark\/50:focus {

    border-left-color: rgb(26 88 121 / 0.5);
}
.focus\:border-l-primary-dark\/55:focus {

    border-left-color: rgb(26 88 121 / 0.55);
}
.focus\:border-l-primary-dark\/60:focus {

    border-left-color: rgb(26 88 121 / 0.6);
}
.focus\:border-l-primary-dark\/65:focus {

    border-left-color: rgb(26 88 121 / 0.65);
}
.focus\:border-l-primary-dark\/70:focus {

    border-left-color: rgb(26 88 121 / 0.7);
}
.focus\:border-l-primary-dark\/75:focus {

    border-left-color: rgb(26 88 121 / 0.75);
}
.focus\:border-l-primary-dark\/80:focus {

    border-left-color: rgb(26 88 121 / 0.8);
}
.focus\:border-l-primary-dark\/85:focus {

    border-left-color: rgb(26 88 121 / 0.85);
}
.focus\:border-l-primary-dark\/90:focus {

    border-left-color: rgb(26 88 121 / 0.9);
}
.focus\:border-l-primary-dark\/95:focus {

    border-left-color: rgb(26 88 121 / 0.95);
}
.focus\:border-l-primary-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-light\/0:focus {

    border-left-color: rgb(85 154 193 / 0);
}
.focus\:border-l-primary-light\/10:focus {

    border-left-color: rgb(85 154 193 / 0.1);
}
.focus\:border-l-primary-light\/100:focus {

    border-left-color: rgb(85 154 193 / 1);
}
.focus\:border-l-primary-light\/15:focus {

    border-left-color: rgb(85 154 193 / 0.15);
}
.focus\:border-l-primary-light\/20:focus {

    border-left-color: rgb(85 154 193 / 0.2);
}
.focus\:border-l-primary-light\/25:focus {

    border-left-color: rgb(85 154 193 / 0.25);
}
.focus\:border-l-primary-light\/30:focus {

    border-left-color: rgb(85 154 193 / 0.3);
}
.focus\:border-l-primary-light\/35:focus {

    border-left-color: rgb(85 154 193 / 0.35);
}
.focus\:border-l-primary-light\/40:focus {

    border-left-color: rgb(85 154 193 / 0.4);
}
.focus\:border-l-primary-light\/45:focus {

    border-left-color: rgb(85 154 193 / 0.45);
}
.focus\:border-l-primary-light\/5:focus {

    border-left-color: rgb(85 154 193 / 0.05);
}
.focus\:border-l-primary-light\/50:focus {

    border-left-color: rgb(85 154 193 / 0.5);
}
.focus\:border-l-primary-light\/55:focus {

    border-left-color: rgb(85 154 193 / 0.55);
}
.focus\:border-l-primary-light\/60:focus {

    border-left-color: rgb(85 154 193 / 0.6);
}
.focus\:border-l-primary-light\/65:focus {

    border-left-color: rgb(85 154 193 / 0.65);
}
.focus\:border-l-primary-light\/70:focus {

    border-left-color: rgb(85 154 193 / 0.7);
}
.focus\:border-l-primary-light\/75:focus {

    border-left-color: rgb(85 154 193 / 0.75);
}
.focus\:border-l-primary-light\/80:focus {

    border-left-color: rgb(85 154 193 / 0.8);
}
.focus\:border-l-primary-light\/85:focus {

    border-left-color: rgb(85 154 193 / 0.85);
}
.focus\:border-l-primary-light\/90:focus {

    border-left-color: rgb(85 154 193 / 0.9);
}
.focus\:border-l-primary-light\/95:focus {

    border-left-color: rgb(85 154 193 / 0.95);
}
.focus\:border-l-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-lighter\/0:focus {

    border-left-color: rgb(115 177 212 / 0);
}
.focus\:border-l-primary-lighter\/10:focus {

    border-left-color: rgb(115 177 212 / 0.1);
}
.focus\:border-l-primary-lighter\/100:focus {

    border-left-color: rgb(115 177 212 / 1);
}
.focus\:border-l-primary-lighter\/15:focus {

    border-left-color: rgb(115 177 212 / 0.15);
}
.focus\:border-l-primary-lighter\/20:focus {

    border-left-color: rgb(115 177 212 / 0.2);
}
.focus\:border-l-primary-lighter\/25:focus {

    border-left-color: rgb(115 177 212 / 0.25);
}
.focus\:border-l-primary-lighter\/30:focus {

    border-left-color: rgb(115 177 212 / 0.3);
}
.focus\:border-l-primary-lighter\/35:focus {

    border-left-color: rgb(115 177 212 / 0.35);
}
.focus\:border-l-primary-lighter\/40:focus {

    border-left-color: rgb(115 177 212 / 0.4);
}
.focus\:border-l-primary-lighter\/45:focus {

    border-left-color: rgb(115 177 212 / 0.45);
}
.focus\:border-l-primary-lighter\/5:focus {

    border-left-color: rgb(115 177 212 / 0.05);
}
.focus\:border-l-primary-lighter\/50:focus {

    border-left-color: rgb(115 177 212 / 0.5);
}
.focus\:border-l-primary-lighter\/55:focus {

    border-left-color: rgb(115 177 212 / 0.55);
}
.focus\:border-l-primary-lighter\/60:focus {

    border-left-color: rgb(115 177 212 / 0.6);
}
.focus\:border-l-primary-lighter\/65:focus {

    border-left-color: rgb(115 177 212 / 0.65);
}
.focus\:border-l-primary-lighter\/70:focus {

    border-left-color: rgb(115 177 212 / 0.7);
}
.focus\:border-l-primary-lighter\/75:focus {

    border-left-color: rgb(115 177 212 / 0.75);
}
.focus\:border-l-primary-lighter\/80:focus {

    border-left-color: rgb(115 177 212 / 0.8);
}
.focus\:border-l-primary-lighter\/85:focus {

    border-left-color: rgb(115 177 212 / 0.85);
}
.focus\:border-l-primary-lighter\/90:focus {

    border-left-color: rgb(115 177 212 / 0.9);
}
.focus\:border-l-primary-lighter\/95:focus {

    border-left-color: rgb(115 177 212 / 0.95);
}
.focus\:border-l-primary\/0:focus {

    border-left-color: rgb(52 114 147 / 0);
}
.focus\:border-l-primary\/10:focus {

    border-left-color: rgb(52 114 147 / 0.1);
}
.focus\:border-l-primary\/100:focus {

    border-left-color: rgb(52 114 147 / 1);
}
.focus\:border-l-primary\/15:focus {

    border-left-color: rgb(52 114 147 / 0.15);
}
.focus\:border-l-primary\/20:focus {

    border-left-color: rgb(52 114 147 / 0.2);
}
.focus\:border-l-primary\/25:focus {

    border-left-color: rgb(52 114 147 / 0.25);
}
.focus\:border-l-primary\/30:focus {

    border-left-color: rgb(52 114 147 / 0.3);
}
.focus\:border-l-primary\/35:focus {

    border-left-color: rgb(52 114 147 / 0.35);
}
.focus\:border-l-primary\/40:focus {

    border-left-color: rgb(52 114 147 / 0.4);
}
.focus\:border-l-primary\/45:focus {

    border-left-color: rgb(52 114 147 / 0.45);
}
.focus\:border-l-primary\/5:focus {

    border-left-color: rgb(52 114 147 / 0.05);
}
.focus\:border-l-primary\/50:focus {

    border-left-color: rgb(52 114 147 / 0.5);
}
.focus\:border-l-primary\/55:focus {

    border-left-color: rgb(52 114 147 / 0.55);
}
.focus\:border-l-primary\/60:focus {

    border-left-color: rgb(52 114 147 / 0.6);
}
.focus\:border-l-primary\/65:focus {

    border-left-color: rgb(52 114 147 / 0.65);
}
.focus\:border-l-primary\/70:focus {

    border-left-color: rgb(52 114 147 / 0.7);
}
.focus\:border-l-primary\/75:focus {

    border-left-color: rgb(52 114 147 / 0.75);
}
.focus\:border-l-primary\/80:focus {

    border-left-color: rgb(52 114 147 / 0.8);
}
.focus\:border-l-primary\/85:focus {

    border-left-color: rgb(52 114 147 / 0.85);
}
.focus\:border-l-primary\/90:focus {

    border-left-color: rgb(52 114 147 / 0.9);
}
.focus\:border-l-primary\/95:focus {

    border-left-color: rgb(52 114 147 / 0.95);
}
.focus\:border-l-secondary:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-dark\/0:focus {

    border-left-color: rgb(226 207 188 / 0);
}
.focus\:border-l-secondary-dark\/10:focus {

    border-left-color: rgb(226 207 188 / 0.1);
}
.focus\:border-l-secondary-dark\/100:focus {

    border-left-color: rgb(226 207 188 / 1);
}
.focus\:border-l-secondary-dark\/15:focus {

    border-left-color: rgb(226 207 188 / 0.15);
}
.focus\:border-l-secondary-dark\/20:focus {

    border-left-color: rgb(226 207 188 / 0.2);
}
.focus\:border-l-secondary-dark\/25:focus {

    border-left-color: rgb(226 207 188 / 0.25);
}
.focus\:border-l-secondary-dark\/30:focus {

    border-left-color: rgb(226 207 188 / 0.3);
}
.focus\:border-l-secondary-dark\/35:focus {

    border-left-color: rgb(226 207 188 / 0.35);
}
.focus\:border-l-secondary-dark\/40:focus {

    border-left-color: rgb(226 207 188 / 0.4);
}
.focus\:border-l-secondary-dark\/45:focus {

    border-left-color: rgb(226 207 188 / 0.45);
}
.focus\:border-l-secondary-dark\/5:focus {

    border-left-color: rgb(226 207 188 / 0.05);
}
.focus\:border-l-secondary-dark\/50:focus {

    border-left-color: rgb(226 207 188 / 0.5);
}
.focus\:border-l-secondary-dark\/55:focus {

    border-left-color: rgb(226 207 188 / 0.55);
}
.focus\:border-l-secondary-dark\/60:focus {

    border-left-color: rgb(226 207 188 / 0.6);
}
.focus\:border-l-secondary-dark\/65:focus {

    border-left-color: rgb(226 207 188 / 0.65);
}
.focus\:border-l-secondary-dark\/70:focus {

    border-left-color: rgb(226 207 188 / 0.7);
}
.focus\:border-l-secondary-dark\/75:focus {

    border-left-color: rgb(226 207 188 / 0.75);
}
.focus\:border-l-secondary-dark\/80:focus {

    border-left-color: rgb(226 207 188 / 0.8);
}
.focus\:border-l-secondary-dark\/85:focus {

    border-left-color: rgb(226 207 188 / 0.85);
}
.focus\:border-l-secondary-dark\/90:focus {

    border-left-color: rgb(226 207 188 / 0.9);
}
.focus\:border-l-secondary-dark\/95:focus {

    border-left-color: rgb(226 207 188 / 0.95);
}
.focus\:border-l-secondary-light:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-light\/0:focus {

    border-left-color: rgb(254 250 247 / 0);
}
.focus\:border-l-secondary-light\/10:focus {

    border-left-color: rgb(254 250 247 / 0.1);
}
.focus\:border-l-secondary-light\/100:focus {

    border-left-color: rgb(254 250 247 / 1);
}
.focus\:border-l-secondary-light\/15:focus {

    border-left-color: rgb(254 250 247 / 0.15);
}
.focus\:border-l-secondary-light\/20:focus {

    border-left-color: rgb(254 250 247 / 0.2);
}
.focus\:border-l-secondary-light\/25:focus {

    border-left-color: rgb(254 250 247 / 0.25);
}
.focus\:border-l-secondary-light\/30:focus {

    border-left-color: rgb(254 250 247 / 0.3);
}
.focus\:border-l-secondary-light\/35:focus {

    border-left-color: rgb(254 250 247 / 0.35);
}
.focus\:border-l-secondary-light\/40:focus {

    border-left-color: rgb(254 250 247 / 0.4);
}
.focus\:border-l-secondary-light\/45:focus {

    border-left-color: rgb(254 250 247 / 0.45);
}
.focus\:border-l-secondary-light\/5:focus {

    border-left-color: rgb(254 250 247 / 0.05);
}
.focus\:border-l-secondary-light\/50:focus {

    border-left-color: rgb(254 250 247 / 0.5);
}
.focus\:border-l-secondary-light\/55:focus {

    border-left-color: rgb(254 250 247 / 0.55);
}
.focus\:border-l-secondary-light\/60:focus {

    border-left-color: rgb(254 250 247 / 0.6);
}
.focus\:border-l-secondary-light\/65:focus {

    border-left-color: rgb(254 250 247 / 0.65);
}
.focus\:border-l-secondary-light\/70:focus {

    border-left-color: rgb(254 250 247 / 0.7);
}
.focus\:border-l-secondary-light\/75:focus {

    border-left-color: rgb(254 250 247 / 0.75);
}
.focus\:border-l-secondary-light\/80:focus {

    border-left-color: rgb(254 250 247 / 0.8);
}
.focus\:border-l-secondary-light\/85:focus {

    border-left-color: rgb(254 250 247 / 0.85);
}
.focus\:border-l-secondary-light\/90:focus {

    border-left-color: rgb(254 250 247 / 0.9);
}
.focus\:border-l-secondary-light\/95:focus {

    border-left-color: rgb(254 250 247 / 0.95);
}
.focus\:border-l-secondary\/0:focus {

    border-left-color: rgb(243 234 225 / 0);
}
.focus\:border-l-secondary\/10:focus {

    border-left-color: rgb(243 234 225 / 0.1);
}
.focus\:border-l-secondary\/100:focus {

    border-left-color: rgb(243 234 225 / 1);
}
.focus\:border-l-secondary\/15:focus {

    border-left-color: rgb(243 234 225 / 0.15);
}
.focus\:border-l-secondary\/20:focus {

    border-left-color: rgb(243 234 225 / 0.2);
}
.focus\:border-l-secondary\/25:focus {

    border-left-color: rgb(243 234 225 / 0.25);
}
.focus\:border-l-secondary\/30:focus {

    border-left-color: rgb(243 234 225 / 0.3);
}
.focus\:border-l-secondary\/35:focus {

    border-left-color: rgb(243 234 225 / 0.35);
}
.focus\:border-l-secondary\/40:focus {

    border-left-color: rgb(243 234 225 / 0.4);
}
.focus\:border-l-secondary\/45:focus {

    border-left-color: rgb(243 234 225 / 0.45);
}
.focus\:border-l-secondary\/5:focus {

    border-left-color: rgb(243 234 225 / 0.05);
}
.focus\:border-l-secondary\/50:focus {

    border-left-color: rgb(243 234 225 / 0.5);
}
.focus\:border-l-secondary\/55:focus {

    border-left-color: rgb(243 234 225 / 0.55);
}
.focus\:border-l-secondary\/60:focus {

    border-left-color: rgb(243 234 225 / 0.6);
}
.focus\:border-l-secondary\/65:focus {

    border-left-color: rgb(243 234 225 / 0.65);
}
.focus\:border-l-secondary\/70:focus {

    border-left-color: rgb(243 234 225 / 0.7);
}
.focus\:border-l-secondary\/75:focus {

    border-left-color: rgb(243 234 225 / 0.75);
}
.focus\:border-l-secondary\/80:focus {

    border-left-color: rgb(243 234 225 / 0.8);
}
.focus\:border-l-secondary\/85:focus {

    border-left-color: rgb(243 234 225 / 0.85);
}
.focus\:border-l-secondary\/90:focus {

    border-left-color: rgb(243 234 225 / 0.9);
}
.focus\:border-l-secondary\/95:focus {

    border-left-color: rgb(243 234 225 / 0.95);
}
.focus\:border-l-transparent:focus {

    border-left-color: transparent;
}
.focus\:border-l-transparent\/0:focus {

    border-left-color: rgb(0 0 0 / 0);
}
.focus\:border-l-transparent\/10:focus {

    border-left-color: rgb(0 0 0 / 0.1);
}
.focus\:border-l-transparent\/100:focus {

    border-left-color: rgb(0 0 0 / 1);
}
.focus\:border-l-transparent\/15:focus {

    border-left-color: rgb(0 0 0 / 0.15);
}
.focus\:border-l-transparent\/20:focus {

    border-left-color: rgb(0 0 0 / 0.2);
}
.focus\:border-l-transparent\/25:focus {

    border-left-color: rgb(0 0 0 / 0.25);
}
.focus\:border-l-transparent\/30:focus {

    border-left-color: rgb(0 0 0 / 0.3);
}
.focus\:border-l-transparent\/35:focus {

    border-left-color: rgb(0 0 0 / 0.35);
}
.focus\:border-l-transparent\/40:focus {

    border-left-color: rgb(0 0 0 / 0.4);
}
.focus\:border-l-transparent\/45:focus {

    border-left-color: rgb(0 0 0 / 0.45);
}
.focus\:border-l-transparent\/5:focus {

    border-left-color: rgb(0 0 0 / 0.05);
}
.focus\:border-l-transparent\/50:focus {

    border-left-color: rgb(0 0 0 / 0.5);
}
.focus\:border-l-transparent\/55:focus {

    border-left-color: rgb(0 0 0 / 0.55);
}
.focus\:border-l-transparent\/60:focus {

    border-left-color: rgb(0 0 0 / 0.6);
}
.focus\:border-l-transparent\/65:focus {

    border-left-color: rgb(0 0 0 / 0.65);
}
.focus\:border-l-transparent\/70:focus {

    border-left-color: rgb(0 0 0 / 0.7);
}
.focus\:border-l-transparent\/75:focus {

    border-left-color: rgb(0 0 0 / 0.75);
}
.focus\:border-l-transparent\/80:focus {

    border-left-color: rgb(0 0 0 / 0.8);
}
.focus\:border-l-transparent\/85:focus {

    border-left-color: rgb(0 0 0 / 0.85);
}
.focus\:border-l-transparent\/90:focus {

    border-left-color: rgb(0 0 0 / 0.9);
}
.focus\:border-l-transparent\/95:focus {

    border-left-color: rgb(0 0 0 / 0.95);
}
.focus\:border-l-white:focus {

    --tw-border-opacity: 1;

    border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-l-white\/0:focus {

    border-left-color: rgb(255 255 255 / 0);
}
.focus\:border-l-white\/10:focus {

    border-left-color: rgb(255 255 255 / 0.1);
}
.focus\:border-l-white\/100:focus {

    border-left-color: rgb(255 255 255 / 1);
}
.focus\:border-l-white\/15:focus {

    border-left-color: rgb(255 255 255 / 0.15);
}
.focus\:border-l-white\/20:focus {

    border-left-color: rgb(255 255 255 / 0.2);
}
.focus\:border-l-white\/25:focus {

    border-left-color: rgb(255 255 255 / 0.25);
}
.focus\:border-l-white\/30:focus {

    border-left-color: rgb(255 255 255 / 0.3);
}
.focus\:border-l-white\/35:focus {

    border-left-color: rgb(255 255 255 / 0.35);
}
.focus\:border-l-white\/40:focus {

    border-left-color: rgb(255 255 255 / 0.4);
}
.focus\:border-l-white\/45:focus {

    border-left-color: rgb(255 255 255 / 0.45);
}
.focus\:border-l-white\/5:focus {

    border-left-color: rgb(255 255 255 / 0.05);
}
.focus\:border-l-white\/50:focus {

    border-left-color: rgb(255 255 255 / 0.5);
}
.focus\:border-l-white\/55:focus {

    border-left-color: rgb(255 255 255 / 0.55);
}
.focus\:border-l-white\/60:focus {

    border-left-color: rgb(255 255 255 / 0.6);
}
.focus\:border-l-white\/65:focus {

    border-left-color: rgb(255 255 255 / 0.65);
}
.focus\:border-l-white\/70:focus {

    border-left-color: rgb(255 255 255 / 0.7);
}
.focus\:border-l-white\/75:focus {

    border-left-color: rgb(255 255 255 / 0.75);
}
.focus\:border-l-white\/80:focus {

    border-left-color: rgb(255 255 255 / 0.8);
}
.focus\:border-l-white\/85:focus {

    border-left-color: rgb(255 255 255 / 0.85);
}
.focus\:border-l-white\/90:focus {

    border-left-color: rgb(255 255 255 / 0.9);
}
.focus\:border-l-white\/95:focus {

    border-left-color: rgb(255 255 255 / 0.95);
}
.focus\:border-r-accent:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-dark:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-dark\/0:focus {

    border-right-color: rgb(225 114 45 / 0);
}
.focus\:border-r-accent-dark\/10:focus {

    border-right-color: rgb(225 114 45 / 0.1);
}
.focus\:border-r-accent-dark\/100:focus {

    border-right-color: rgb(225 114 45 / 1);
}
.focus\:border-r-accent-dark\/15:focus {

    border-right-color: rgb(225 114 45 / 0.15);
}
.focus\:border-r-accent-dark\/20:focus {

    border-right-color: rgb(225 114 45 / 0.2);
}
.focus\:border-r-accent-dark\/25:focus {

    border-right-color: rgb(225 114 45 / 0.25);
}
.focus\:border-r-accent-dark\/30:focus {

    border-right-color: rgb(225 114 45 / 0.3);
}
.focus\:border-r-accent-dark\/35:focus {

    border-right-color: rgb(225 114 45 / 0.35);
}
.focus\:border-r-accent-dark\/40:focus {

    border-right-color: rgb(225 114 45 / 0.4);
}
.focus\:border-r-accent-dark\/45:focus {

    border-right-color: rgb(225 114 45 / 0.45);
}
.focus\:border-r-accent-dark\/5:focus {

    border-right-color: rgb(225 114 45 / 0.05);
}
.focus\:border-r-accent-dark\/50:focus {

    border-right-color: rgb(225 114 45 / 0.5);
}
.focus\:border-r-accent-dark\/55:focus {

    border-right-color: rgb(225 114 45 / 0.55);
}
.focus\:border-r-accent-dark\/60:focus {

    border-right-color: rgb(225 114 45 / 0.6);
}
.focus\:border-r-accent-dark\/65:focus {

    border-right-color: rgb(225 114 45 / 0.65);
}
.focus\:border-r-accent-dark\/70:focus {

    border-right-color: rgb(225 114 45 / 0.7);
}
.focus\:border-r-accent-dark\/75:focus {

    border-right-color: rgb(225 114 45 / 0.75);
}
.focus\:border-r-accent-dark\/80:focus {

    border-right-color: rgb(225 114 45 / 0.8);
}
.focus\:border-r-accent-dark\/85:focus {

    border-right-color: rgb(225 114 45 / 0.85);
}
.focus\:border-r-accent-dark\/90:focus {

    border-right-color: rgb(225 114 45 / 0.9);
}
.focus\:border-r-accent-dark\/95:focus {

    border-right-color: rgb(225 114 45 / 0.95);
}
.focus\:border-r-accent-light:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-light\/0:focus {

    border-right-color: rgb(255 191 105 / 0);
}
.focus\:border-r-accent-light\/10:focus {

    border-right-color: rgb(255 191 105 / 0.1);
}
.focus\:border-r-accent-light\/100:focus {

    border-right-color: rgb(255 191 105 / 1);
}
.focus\:border-r-accent-light\/15:focus {

    border-right-color: rgb(255 191 105 / 0.15);
}
.focus\:border-r-accent-light\/20:focus {

    border-right-color: rgb(255 191 105 / 0.2);
}
.focus\:border-r-accent-light\/25:focus {

    border-right-color: rgb(255 191 105 / 0.25);
}
.focus\:border-r-accent-light\/30:focus {

    border-right-color: rgb(255 191 105 / 0.3);
}
.focus\:border-r-accent-light\/35:focus {

    border-right-color: rgb(255 191 105 / 0.35);
}
.focus\:border-r-accent-light\/40:focus {

    border-right-color: rgb(255 191 105 / 0.4);
}
.focus\:border-r-accent-light\/45:focus {

    border-right-color: rgb(255 191 105 / 0.45);
}
.focus\:border-r-accent-light\/5:focus {

    border-right-color: rgb(255 191 105 / 0.05);
}
.focus\:border-r-accent-light\/50:focus {

    border-right-color: rgb(255 191 105 / 0.5);
}
.focus\:border-r-accent-light\/55:focus {

    border-right-color: rgb(255 191 105 / 0.55);
}
.focus\:border-r-accent-light\/60:focus {

    border-right-color: rgb(255 191 105 / 0.6);
}
.focus\:border-r-accent-light\/65:focus {

    border-right-color: rgb(255 191 105 / 0.65);
}
.focus\:border-r-accent-light\/70:focus {

    border-right-color: rgb(255 191 105 / 0.7);
}
.focus\:border-r-accent-light\/75:focus {

    border-right-color: rgb(255 191 105 / 0.75);
}
.focus\:border-r-accent-light\/80:focus {

    border-right-color: rgb(255 191 105 / 0.8);
}
.focus\:border-r-accent-light\/85:focus {

    border-right-color: rgb(255 191 105 / 0.85);
}
.focus\:border-r-accent-light\/90:focus {

    border-right-color: rgb(255 191 105 / 0.9);
}
.focus\:border-r-accent-light\/95:focus {

    border-right-color: rgb(255 191 105 / 0.95);
}
.focus\:border-r-accent\/0:focus {

    border-right-color: rgb(229 136 78 / 0);
}
.focus\:border-r-accent\/10:focus {

    border-right-color: rgb(229 136 78 / 0.1);
}
.focus\:border-r-accent\/100:focus {

    border-right-color: rgb(229 136 78 / 1);
}
.focus\:border-r-accent\/15:focus {

    border-right-color: rgb(229 136 78 / 0.15);
}
.focus\:border-r-accent\/20:focus {

    border-right-color: rgb(229 136 78 / 0.2);
}
.focus\:border-r-accent\/25:focus {

    border-right-color: rgb(229 136 78 / 0.25);
}
.focus\:border-r-accent\/30:focus {

    border-right-color: rgb(229 136 78 / 0.3);
}
.focus\:border-r-accent\/35:focus {

    border-right-color: rgb(229 136 78 / 0.35);
}
.focus\:border-r-accent\/40:focus {

    border-right-color: rgb(229 136 78 / 0.4);
}
.focus\:border-r-accent\/45:focus {

    border-right-color: rgb(229 136 78 / 0.45);
}
.focus\:border-r-accent\/5:focus {

    border-right-color: rgb(229 136 78 / 0.05);
}
.focus\:border-r-accent\/50:focus {

    border-right-color: rgb(229 136 78 / 0.5);
}
.focus\:border-r-accent\/55:focus {

    border-right-color: rgb(229 136 78 / 0.55);
}
.focus\:border-r-accent\/60:focus {

    border-right-color: rgb(229 136 78 / 0.6);
}
.focus\:border-r-accent\/65:focus {

    border-right-color: rgb(229 136 78 / 0.65);
}
.focus\:border-r-accent\/70:focus {

    border-right-color: rgb(229 136 78 / 0.7);
}
.focus\:border-r-accent\/75:focus {

    border-right-color: rgb(229 136 78 / 0.75);
}
.focus\:border-r-accent\/80:focus {

    border-right-color: rgb(229 136 78 / 0.8);
}
.focus\:border-r-accent\/85:focus {

    border-right-color: rgb(229 136 78 / 0.85);
}
.focus\:border-r-accent\/90:focus {

    border-right-color: rgb(229 136 78 / 0.9);
}
.focus\:border-r-accent\/95:focus {

    border-right-color: rgb(229 136 78 / 0.95);
}
.focus\:border-r-black:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-r-black\/0:focus {

    border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-r-black\/10:focus {

    border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-r-black\/100:focus {

    border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-r-black\/15:focus {

    border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-r-black\/20:focus {

    border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-r-black\/25:focus {

    border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-r-black\/30:focus {

    border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-r-black\/35:focus {

    border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-r-black\/40:focus {

    border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-r-black\/45:focus {

    border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-r-black\/5:focus {

    border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-r-black\/50:focus {

    border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-r-black\/55:focus {

    border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-r-black\/60:focus {

    border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-r-black\/65:focus {

    border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-r-black\/70:focus {

    border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-r-black\/75:focus {

    border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-r-black\/80:focus {

    border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-r-black\/85:focus {

    border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-r-black\/90:focus {

    border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-r-black\/95:focus {

    border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-r-current:focus {

    border-right-color: currentColor;
}
.focus\:border-r-error:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-r-error\/0:focus {

    border-right-color: rgb(255 0 0 / 0);
}
.focus\:border-r-error\/10:focus {

    border-right-color: rgb(255 0 0 / 0.1);
}
.focus\:border-r-error\/100:focus {

    border-right-color: rgb(255 0 0 / 1);
}
.focus\:border-r-error\/15:focus {

    border-right-color: rgb(255 0 0 / 0.15);
}
.focus\:border-r-error\/20:focus {

    border-right-color: rgb(255 0 0 / 0.2);
}
.focus\:border-r-error\/25:focus {

    border-right-color: rgb(255 0 0 / 0.25);
}
.focus\:border-r-error\/30:focus {

    border-right-color: rgb(255 0 0 / 0.3);
}
.focus\:border-r-error\/35:focus {

    border-right-color: rgb(255 0 0 / 0.35);
}
.focus\:border-r-error\/40:focus {

    border-right-color: rgb(255 0 0 / 0.4);
}
.focus\:border-r-error\/45:focus {

    border-right-color: rgb(255 0 0 / 0.45);
}
.focus\:border-r-error\/5:focus {

    border-right-color: rgb(255 0 0 / 0.05);
}
.focus\:border-r-error\/50:focus {

    border-right-color: rgb(255 0 0 / 0.5);
}
.focus\:border-r-error\/55:focus {

    border-right-color: rgb(255 0 0 / 0.55);
}
.focus\:border-r-error\/60:focus {

    border-right-color: rgb(255 0 0 / 0.6);
}
.focus\:border-r-error\/65:focus {

    border-right-color: rgb(255 0 0 / 0.65);
}
.focus\:border-r-error\/70:focus {

    border-right-color: rgb(255 0 0 / 0.7);
}
.focus\:border-r-error\/75:focus {

    border-right-color: rgb(255 0 0 / 0.75);
}
.focus\:border-r-error\/80:focus {

    border-right-color: rgb(255 0 0 / 0.8);
}
.focus\:border-r-error\/85:focus {

    border-right-color: rgb(255 0 0 / 0.85);
}
.focus\:border-r-error\/90:focus {

    border-right-color: rgb(255 0 0 / 0.9);
}
.focus\:border-r-error\/95:focus {

    border-right-color: rgb(255 0 0 / 0.95);
}
.focus\:border-r-gray-100:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-100\/0:focus {

    border-right-color: rgb(243 244 246 / 0);
}
.focus\:border-r-gray-100\/10:focus {

    border-right-color: rgb(243 244 246 / 0.1);
}
.focus\:border-r-gray-100\/100:focus {

    border-right-color: rgb(243 244 246 / 1);
}
.focus\:border-r-gray-100\/15:focus {

    border-right-color: rgb(243 244 246 / 0.15);
}
.focus\:border-r-gray-100\/20:focus {

    border-right-color: rgb(243 244 246 / 0.2);
}
.focus\:border-r-gray-100\/25:focus {

    border-right-color: rgb(243 244 246 / 0.25);
}
.focus\:border-r-gray-100\/30:focus {

    border-right-color: rgb(243 244 246 / 0.3);
}
.focus\:border-r-gray-100\/35:focus {

    border-right-color: rgb(243 244 246 / 0.35);
}
.focus\:border-r-gray-100\/40:focus {

    border-right-color: rgb(243 244 246 / 0.4);
}
.focus\:border-r-gray-100\/45:focus {

    border-right-color: rgb(243 244 246 / 0.45);
}
.focus\:border-r-gray-100\/5:focus {

    border-right-color: rgb(243 244 246 / 0.05);
}
.focus\:border-r-gray-100\/50:focus {

    border-right-color: rgb(243 244 246 / 0.5);
}
.focus\:border-r-gray-100\/55:focus {

    border-right-color: rgb(243 244 246 / 0.55);
}
.focus\:border-r-gray-100\/60:focus {

    border-right-color: rgb(243 244 246 / 0.6);
}
.focus\:border-r-gray-100\/65:focus {

    border-right-color: rgb(243 244 246 / 0.65);
}
.focus\:border-r-gray-100\/70:focus {

    border-right-color: rgb(243 244 246 / 0.7);
}
.focus\:border-r-gray-100\/75:focus {

    border-right-color: rgb(243 244 246 / 0.75);
}
.focus\:border-r-gray-100\/80:focus {

    border-right-color: rgb(243 244 246 / 0.8);
}
.focus\:border-r-gray-100\/85:focus {

    border-right-color: rgb(243 244 246 / 0.85);
}
.focus\:border-r-gray-100\/90:focus {

    border-right-color: rgb(243 244 246 / 0.9);
}
.focus\:border-r-gray-100\/95:focus {

    border-right-color: rgb(243 244 246 / 0.95);
}
.focus\:border-r-gray-200:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-200\/0:focus {

    border-right-color: rgb(229 231 235 / 0);
}
.focus\:border-r-gray-200\/10:focus {

    border-right-color: rgb(229 231 235 / 0.1);
}
.focus\:border-r-gray-200\/100:focus {

    border-right-color: rgb(229 231 235 / 1);
}
.focus\:border-r-gray-200\/15:focus {

    border-right-color: rgb(229 231 235 / 0.15);
}
.focus\:border-r-gray-200\/20:focus {

    border-right-color: rgb(229 231 235 / 0.2);
}
.focus\:border-r-gray-200\/25:focus {

    border-right-color: rgb(229 231 235 / 0.25);
}
.focus\:border-r-gray-200\/30:focus {

    border-right-color: rgb(229 231 235 / 0.3);
}
.focus\:border-r-gray-200\/35:focus {

    border-right-color: rgb(229 231 235 / 0.35);
}
.focus\:border-r-gray-200\/40:focus {

    border-right-color: rgb(229 231 235 / 0.4);
}
.focus\:border-r-gray-200\/45:focus {

    border-right-color: rgb(229 231 235 / 0.45);
}
.focus\:border-r-gray-200\/5:focus {

    border-right-color: rgb(229 231 235 / 0.05);
}
.focus\:border-r-gray-200\/50:focus {

    border-right-color: rgb(229 231 235 / 0.5);
}
.focus\:border-r-gray-200\/55:focus {

    border-right-color: rgb(229 231 235 / 0.55);
}
.focus\:border-r-gray-200\/60:focus {

    border-right-color: rgb(229 231 235 / 0.6);
}
.focus\:border-r-gray-200\/65:focus {

    border-right-color: rgb(229 231 235 / 0.65);
}
.focus\:border-r-gray-200\/70:focus {

    border-right-color: rgb(229 231 235 / 0.7);
}
.focus\:border-r-gray-200\/75:focus {

    border-right-color: rgb(229 231 235 / 0.75);
}
.focus\:border-r-gray-200\/80:focus {

    border-right-color: rgb(229 231 235 / 0.8);
}
.focus\:border-r-gray-200\/85:focus {

    border-right-color: rgb(229 231 235 / 0.85);
}
.focus\:border-r-gray-200\/90:focus {

    border-right-color: rgb(229 231 235 / 0.9);
}
.focus\:border-r-gray-200\/95:focus {

    border-right-color: rgb(229 231 235 / 0.95);
}
.focus\:border-r-gray-300:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-300\/0:focus {

    border-right-color: rgb(209 213 219 / 0);
}
.focus\:border-r-gray-300\/10:focus {

    border-right-color: rgb(209 213 219 / 0.1);
}
.focus\:border-r-gray-300\/100:focus {

    border-right-color: rgb(209 213 219 / 1);
}
.focus\:border-r-gray-300\/15:focus {

    border-right-color: rgb(209 213 219 / 0.15);
}
.focus\:border-r-gray-300\/20:focus {

    border-right-color: rgb(209 213 219 / 0.2);
}
.focus\:border-r-gray-300\/25:focus {

    border-right-color: rgb(209 213 219 / 0.25);
}
.focus\:border-r-gray-300\/30:focus {

    border-right-color: rgb(209 213 219 / 0.3);
}
.focus\:border-r-gray-300\/35:focus {

    border-right-color: rgb(209 213 219 / 0.35);
}
.focus\:border-r-gray-300\/40:focus {

    border-right-color: rgb(209 213 219 / 0.4);
}
.focus\:border-r-gray-300\/45:focus {

    border-right-color: rgb(209 213 219 / 0.45);
}
.focus\:border-r-gray-300\/5:focus {

    border-right-color: rgb(209 213 219 / 0.05);
}
.focus\:border-r-gray-300\/50:focus {

    border-right-color: rgb(209 213 219 / 0.5);
}
.focus\:border-r-gray-300\/55:focus {

    border-right-color: rgb(209 213 219 / 0.55);
}
.focus\:border-r-gray-300\/60:focus {

    border-right-color: rgb(209 213 219 / 0.6);
}
.focus\:border-r-gray-300\/65:focus {

    border-right-color: rgb(209 213 219 / 0.65);
}
.focus\:border-r-gray-300\/70:focus {

    border-right-color: rgb(209 213 219 / 0.7);
}
.focus\:border-r-gray-300\/75:focus {

    border-right-color: rgb(209 213 219 / 0.75);
}
.focus\:border-r-gray-300\/80:focus {

    border-right-color: rgb(209 213 219 / 0.8);
}
.focus\:border-r-gray-300\/85:focus {

    border-right-color: rgb(209 213 219 / 0.85);
}
.focus\:border-r-gray-300\/90:focus {

    border-right-color: rgb(209 213 219 / 0.9);
}
.focus\:border-r-gray-300\/95:focus {

    border-right-color: rgb(209 213 219 / 0.95);
}
.focus\:border-r-gray-400:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-400\/0:focus {

    border-right-color: rgb(156 163 175 / 0);
}
.focus\:border-r-gray-400\/10:focus {

    border-right-color: rgb(156 163 175 / 0.1);
}
.focus\:border-r-gray-400\/100:focus {

    border-right-color: rgb(156 163 175 / 1);
}
.focus\:border-r-gray-400\/15:focus {

    border-right-color: rgb(156 163 175 / 0.15);
}
.focus\:border-r-gray-400\/20:focus {

    border-right-color: rgb(156 163 175 / 0.2);
}
.focus\:border-r-gray-400\/25:focus {

    border-right-color: rgb(156 163 175 / 0.25);
}
.focus\:border-r-gray-400\/30:focus {

    border-right-color: rgb(156 163 175 / 0.3);
}
.focus\:border-r-gray-400\/35:focus {

    border-right-color: rgb(156 163 175 / 0.35);
}
.focus\:border-r-gray-400\/40:focus {

    border-right-color: rgb(156 163 175 / 0.4);
}
.focus\:border-r-gray-400\/45:focus {

    border-right-color: rgb(156 163 175 / 0.45);
}
.focus\:border-r-gray-400\/5:focus {

    border-right-color: rgb(156 163 175 / 0.05);
}
.focus\:border-r-gray-400\/50:focus {

    border-right-color: rgb(156 163 175 / 0.5);
}
.focus\:border-r-gray-400\/55:focus {

    border-right-color: rgb(156 163 175 / 0.55);
}
.focus\:border-r-gray-400\/60:focus {

    border-right-color: rgb(156 163 175 / 0.6);
}
.focus\:border-r-gray-400\/65:focus {

    border-right-color: rgb(156 163 175 / 0.65);
}
.focus\:border-r-gray-400\/70:focus {

    border-right-color: rgb(156 163 175 / 0.7);
}
.focus\:border-r-gray-400\/75:focus {

    border-right-color: rgb(156 163 175 / 0.75);
}
.focus\:border-r-gray-400\/80:focus {

    border-right-color: rgb(156 163 175 / 0.8);
}
.focus\:border-r-gray-400\/85:focus {

    border-right-color: rgb(156 163 175 / 0.85);
}
.focus\:border-r-gray-400\/90:focus {

    border-right-color: rgb(156 163 175 / 0.9);
}
.focus\:border-r-gray-400\/95:focus {

    border-right-color: rgb(156 163 175 / 0.95);
}
.focus\:border-r-gray-50:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-50\/0:focus {

    border-right-color: rgb(249 250 251 / 0);
}
.focus\:border-r-gray-50\/10:focus {

    border-right-color: rgb(249 250 251 / 0.1);
}
.focus\:border-r-gray-50\/100:focus {

    border-right-color: rgb(249 250 251 / 1);
}
.focus\:border-r-gray-50\/15:focus {

    border-right-color: rgb(249 250 251 / 0.15);
}
.focus\:border-r-gray-50\/20:focus {

    border-right-color: rgb(249 250 251 / 0.2);
}
.focus\:border-r-gray-50\/25:focus {

    border-right-color: rgb(249 250 251 / 0.25);
}
.focus\:border-r-gray-50\/30:focus {

    border-right-color: rgb(249 250 251 / 0.3);
}
.focus\:border-r-gray-50\/35:focus {

    border-right-color: rgb(249 250 251 / 0.35);
}
.focus\:border-r-gray-50\/40:focus {

    border-right-color: rgb(249 250 251 / 0.4);
}
.focus\:border-r-gray-50\/45:focus {

    border-right-color: rgb(249 250 251 / 0.45);
}
.focus\:border-r-gray-50\/5:focus {

    border-right-color: rgb(249 250 251 / 0.05);
}
.focus\:border-r-gray-50\/50:focus {

    border-right-color: rgb(249 250 251 / 0.5);
}
.focus\:border-r-gray-50\/55:focus {

    border-right-color: rgb(249 250 251 / 0.55);
}
.focus\:border-r-gray-50\/60:focus {

    border-right-color: rgb(249 250 251 / 0.6);
}
.focus\:border-r-gray-50\/65:focus {

    border-right-color: rgb(249 250 251 / 0.65);
}
.focus\:border-r-gray-50\/70:focus {

    border-right-color: rgb(249 250 251 / 0.7);
}
.focus\:border-r-gray-50\/75:focus {

    border-right-color: rgb(249 250 251 / 0.75);
}
.focus\:border-r-gray-50\/80:focus {

    border-right-color: rgb(249 250 251 / 0.8);
}
.focus\:border-r-gray-50\/85:focus {

    border-right-color: rgb(249 250 251 / 0.85);
}
.focus\:border-r-gray-50\/90:focus {

    border-right-color: rgb(249 250 251 / 0.9);
}
.focus\:border-r-gray-50\/95:focus {

    border-right-color: rgb(249 250 251 / 0.95);
}
.focus\:border-r-gray-500:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-500\/0:focus {

    border-right-color: rgb(107 114 128 / 0);
}
.focus\:border-r-gray-500\/10:focus {

    border-right-color: rgb(107 114 128 / 0.1);
}
.focus\:border-r-gray-500\/100:focus {

    border-right-color: rgb(107 114 128 / 1);
}
.focus\:border-r-gray-500\/15:focus {

    border-right-color: rgb(107 114 128 / 0.15);
}
.focus\:border-r-gray-500\/20:focus {

    border-right-color: rgb(107 114 128 / 0.2);
}
.focus\:border-r-gray-500\/25:focus {

    border-right-color: rgb(107 114 128 / 0.25);
}
.focus\:border-r-gray-500\/30:focus {

    border-right-color: rgb(107 114 128 / 0.3);
}
.focus\:border-r-gray-500\/35:focus {

    border-right-color: rgb(107 114 128 / 0.35);
}
.focus\:border-r-gray-500\/40:focus {

    border-right-color: rgb(107 114 128 / 0.4);
}
.focus\:border-r-gray-500\/45:focus {

    border-right-color: rgb(107 114 128 / 0.45);
}
.focus\:border-r-gray-500\/5:focus {

    border-right-color: rgb(107 114 128 / 0.05);
}
.focus\:border-r-gray-500\/50:focus {

    border-right-color: rgb(107 114 128 / 0.5);
}
.focus\:border-r-gray-500\/55:focus {

    border-right-color: rgb(107 114 128 / 0.55);
}
.focus\:border-r-gray-500\/60:focus {

    border-right-color: rgb(107 114 128 / 0.6);
}
.focus\:border-r-gray-500\/65:focus {

    border-right-color: rgb(107 114 128 / 0.65);
}
.focus\:border-r-gray-500\/70:focus {

    border-right-color: rgb(107 114 128 / 0.7);
}
.focus\:border-r-gray-500\/75:focus {

    border-right-color: rgb(107 114 128 / 0.75);
}
.focus\:border-r-gray-500\/80:focus {

    border-right-color: rgb(107 114 128 / 0.8);
}
.focus\:border-r-gray-500\/85:focus {

    border-right-color: rgb(107 114 128 / 0.85);
}
.focus\:border-r-gray-500\/90:focus {

    border-right-color: rgb(107 114 128 / 0.9);
}
.focus\:border-r-gray-500\/95:focus {

    border-right-color: rgb(107 114 128 / 0.95);
}
.focus\:border-r-gray-600:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-600\/0:focus {

    border-right-color: rgb(75 85 99 / 0);
}
.focus\:border-r-gray-600\/10:focus {

    border-right-color: rgb(75 85 99 / 0.1);
}
.focus\:border-r-gray-600\/100:focus {

    border-right-color: rgb(75 85 99 / 1);
}
.focus\:border-r-gray-600\/15:focus {

    border-right-color: rgb(75 85 99 / 0.15);
}
.focus\:border-r-gray-600\/20:focus {

    border-right-color: rgb(75 85 99 / 0.2);
}
.focus\:border-r-gray-600\/25:focus {

    border-right-color: rgb(75 85 99 / 0.25);
}
.focus\:border-r-gray-600\/30:focus {

    border-right-color: rgb(75 85 99 / 0.3);
}
.focus\:border-r-gray-600\/35:focus {

    border-right-color: rgb(75 85 99 / 0.35);
}
.focus\:border-r-gray-600\/40:focus {

    border-right-color: rgb(75 85 99 / 0.4);
}
.focus\:border-r-gray-600\/45:focus {

    border-right-color: rgb(75 85 99 / 0.45);
}
.focus\:border-r-gray-600\/5:focus {

    border-right-color: rgb(75 85 99 / 0.05);
}
.focus\:border-r-gray-600\/50:focus {

    border-right-color: rgb(75 85 99 / 0.5);
}
.focus\:border-r-gray-600\/55:focus {

    border-right-color: rgb(75 85 99 / 0.55);
}
.focus\:border-r-gray-600\/60:focus {

    border-right-color: rgb(75 85 99 / 0.6);
}
.focus\:border-r-gray-600\/65:focus {

    border-right-color: rgb(75 85 99 / 0.65);
}
.focus\:border-r-gray-600\/70:focus {

    border-right-color: rgb(75 85 99 / 0.7);
}
.focus\:border-r-gray-600\/75:focus {

    border-right-color: rgb(75 85 99 / 0.75);
}
.focus\:border-r-gray-600\/80:focus {

    border-right-color: rgb(75 85 99 / 0.8);
}
.focus\:border-r-gray-600\/85:focus {

    border-right-color: rgb(75 85 99 / 0.85);
}
.focus\:border-r-gray-600\/90:focus {

    border-right-color: rgb(75 85 99 / 0.9);
}
.focus\:border-r-gray-600\/95:focus {

    border-right-color: rgb(75 85 99 / 0.95);
}
.focus\:border-r-gray-700:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-700\/0:focus {

    border-right-color: rgb(55 65 81 / 0);
}
.focus\:border-r-gray-700\/10:focus {

    border-right-color: rgb(55 65 81 / 0.1);
}
.focus\:border-r-gray-700\/100:focus {

    border-right-color: rgb(55 65 81 / 1);
}
.focus\:border-r-gray-700\/15:focus {

    border-right-color: rgb(55 65 81 / 0.15);
}
.focus\:border-r-gray-700\/20:focus {

    border-right-color: rgb(55 65 81 / 0.2);
}
.focus\:border-r-gray-700\/25:focus {

    border-right-color: rgb(55 65 81 / 0.25);
}
.focus\:border-r-gray-700\/30:focus {

    border-right-color: rgb(55 65 81 / 0.3);
}
.focus\:border-r-gray-700\/35:focus {

    border-right-color: rgb(55 65 81 / 0.35);
}
.focus\:border-r-gray-700\/40:focus {

    border-right-color: rgb(55 65 81 / 0.4);
}
.focus\:border-r-gray-700\/45:focus {

    border-right-color: rgb(55 65 81 / 0.45);
}
.focus\:border-r-gray-700\/5:focus {

    border-right-color: rgb(55 65 81 / 0.05);
}
.focus\:border-r-gray-700\/50:focus {

    border-right-color: rgb(55 65 81 / 0.5);
}
.focus\:border-r-gray-700\/55:focus {

    border-right-color: rgb(55 65 81 / 0.55);
}
.focus\:border-r-gray-700\/60:focus {

    border-right-color: rgb(55 65 81 / 0.6);
}
.focus\:border-r-gray-700\/65:focus {

    border-right-color: rgb(55 65 81 / 0.65);
}
.focus\:border-r-gray-700\/70:focus {

    border-right-color: rgb(55 65 81 / 0.7);
}
.focus\:border-r-gray-700\/75:focus {

    border-right-color: rgb(55 65 81 / 0.75);
}
.focus\:border-r-gray-700\/80:focus {

    border-right-color: rgb(55 65 81 / 0.8);
}
.focus\:border-r-gray-700\/85:focus {

    border-right-color: rgb(55 65 81 / 0.85);
}
.focus\:border-r-gray-700\/90:focus {

    border-right-color: rgb(55 65 81 / 0.9);
}
.focus\:border-r-gray-700\/95:focus {

    border-right-color: rgb(55 65 81 / 0.95);
}
.focus\:border-r-gray-800:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-800\/0:focus {

    border-right-color: rgb(31 41 55 / 0);
}
.focus\:border-r-gray-800\/10:focus {

    border-right-color: rgb(31 41 55 / 0.1);
}
.focus\:border-r-gray-800\/100:focus {

    border-right-color: rgb(31 41 55 / 1);
}
.focus\:border-r-gray-800\/15:focus {

    border-right-color: rgb(31 41 55 / 0.15);
}
.focus\:border-r-gray-800\/20:focus {

    border-right-color: rgb(31 41 55 / 0.2);
}
.focus\:border-r-gray-800\/25:focus {

    border-right-color: rgb(31 41 55 / 0.25);
}
.focus\:border-r-gray-800\/30:focus {

    border-right-color: rgb(31 41 55 / 0.3);
}
.focus\:border-r-gray-800\/35:focus {

    border-right-color: rgb(31 41 55 / 0.35);
}
.focus\:border-r-gray-800\/40:focus {

    border-right-color: rgb(31 41 55 / 0.4);
}
.focus\:border-r-gray-800\/45:focus {

    border-right-color: rgb(31 41 55 / 0.45);
}
.focus\:border-r-gray-800\/5:focus {

    border-right-color: rgb(31 41 55 / 0.05);
}
.focus\:border-r-gray-800\/50:focus {

    border-right-color: rgb(31 41 55 / 0.5);
}
.focus\:border-r-gray-800\/55:focus {

    border-right-color: rgb(31 41 55 / 0.55);
}
.focus\:border-r-gray-800\/60:focus {

    border-right-color: rgb(31 41 55 / 0.6);
}
.focus\:border-r-gray-800\/65:focus {

    border-right-color: rgb(31 41 55 / 0.65);
}
.focus\:border-r-gray-800\/70:focus {

    border-right-color: rgb(31 41 55 / 0.7);
}
.focus\:border-r-gray-800\/75:focus {

    border-right-color: rgb(31 41 55 / 0.75);
}
.focus\:border-r-gray-800\/80:focus {

    border-right-color: rgb(31 41 55 / 0.8);
}
.focus\:border-r-gray-800\/85:focus {

    border-right-color: rgb(31 41 55 / 0.85);
}
.focus\:border-r-gray-800\/90:focus {

    border-right-color: rgb(31 41 55 / 0.9);
}
.focus\:border-r-gray-800\/95:focus {

    border-right-color: rgb(31 41 55 / 0.95);
}
.focus\:border-r-gray-900:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-900\/0:focus {

    border-right-color: rgb(17 24 39 / 0);
}
.focus\:border-r-gray-900\/10:focus {

    border-right-color: rgb(17 24 39 / 0.1);
}
.focus\:border-r-gray-900\/100:focus {

    border-right-color: rgb(17 24 39 / 1);
}
.focus\:border-r-gray-900\/15:focus {

    border-right-color: rgb(17 24 39 / 0.15);
}
.focus\:border-r-gray-900\/20:focus {

    border-right-color: rgb(17 24 39 / 0.2);
}
.focus\:border-r-gray-900\/25:focus {

    border-right-color: rgb(17 24 39 / 0.25);
}
.focus\:border-r-gray-900\/30:focus {

    border-right-color: rgb(17 24 39 / 0.3);
}
.focus\:border-r-gray-900\/35:focus {

    border-right-color: rgb(17 24 39 / 0.35);
}
.focus\:border-r-gray-900\/40:focus {

    border-right-color: rgb(17 24 39 / 0.4);
}
.focus\:border-r-gray-900\/45:focus {

    border-right-color: rgb(17 24 39 / 0.45);
}
.focus\:border-r-gray-900\/5:focus {

    border-right-color: rgb(17 24 39 / 0.05);
}
.focus\:border-r-gray-900\/50:focus {

    border-right-color: rgb(17 24 39 / 0.5);
}
.focus\:border-r-gray-900\/55:focus {

    border-right-color: rgb(17 24 39 / 0.55);
}
.focus\:border-r-gray-900\/60:focus {

    border-right-color: rgb(17 24 39 / 0.6);
}
.focus\:border-r-gray-900\/65:focus {

    border-right-color: rgb(17 24 39 / 0.65);
}
.focus\:border-r-gray-900\/70:focus {

    border-right-color: rgb(17 24 39 / 0.7);
}
.focus\:border-r-gray-900\/75:focus {

    border-right-color: rgb(17 24 39 / 0.75);
}
.focus\:border-r-gray-900\/80:focus {

    border-right-color: rgb(17 24 39 / 0.8);
}
.focus\:border-r-gray-900\/85:focus {

    border-right-color: rgb(17 24 39 / 0.85);
}
.focus\:border-r-gray-900\/90:focus {

    border-right-color: rgb(17 24 39 / 0.9);
}
.focus\:border-r-gray-900\/95:focus {

    border-right-color: rgb(17 24 39 / 0.95);
}
.focus\:border-r-gray-950:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-950\/0:focus {

    border-right-color: rgb(3 7 18 / 0);
}
.focus\:border-r-gray-950\/10:focus {

    border-right-color: rgb(3 7 18 / 0.1);
}
.focus\:border-r-gray-950\/100:focus {

    border-right-color: rgb(3 7 18 / 1);
}
.focus\:border-r-gray-950\/15:focus {

    border-right-color: rgb(3 7 18 / 0.15);
}
.focus\:border-r-gray-950\/20:focus {

    border-right-color: rgb(3 7 18 / 0.2);
}
.focus\:border-r-gray-950\/25:focus {

    border-right-color: rgb(3 7 18 / 0.25);
}
.focus\:border-r-gray-950\/30:focus {

    border-right-color: rgb(3 7 18 / 0.3);
}
.focus\:border-r-gray-950\/35:focus {

    border-right-color: rgb(3 7 18 / 0.35);
}
.focus\:border-r-gray-950\/40:focus {

    border-right-color: rgb(3 7 18 / 0.4);
}
.focus\:border-r-gray-950\/45:focus {

    border-right-color: rgb(3 7 18 / 0.45);
}
.focus\:border-r-gray-950\/5:focus {

    border-right-color: rgb(3 7 18 / 0.05);
}
.focus\:border-r-gray-950\/50:focus {

    border-right-color: rgb(3 7 18 / 0.5);
}
.focus\:border-r-gray-950\/55:focus {

    border-right-color: rgb(3 7 18 / 0.55);
}
.focus\:border-r-gray-950\/60:focus {

    border-right-color: rgb(3 7 18 / 0.6);
}
.focus\:border-r-gray-950\/65:focus {

    border-right-color: rgb(3 7 18 / 0.65);
}
.focus\:border-r-gray-950\/70:focus {

    border-right-color: rgb(3 7 18 / 0.7);
}
.focus\:border-r-gray-950\/75:focus {

    border-right-color: rgb(3 7 18 / 0.75);
}
.focus\:border-r-gray-950\/80:focus {

    border-right-color: rgb(3 7 18 / 0.8);
}
.focus\:border-r-gray-950\/85:focus {

    border-right-color: rgb(3 7 18 / 0.85);
}
.focus\:border-r-gray-950\/90:focus {

    border-right-color: rgb(3 7 18 / 0.9);
}
.focus\:border-r-gray-950\/95:focus {

    border-right-color: rgb(3 7 18 / 0.95);
}
.focus\:border-r-inherit:focus {

    border-right-color: inherit;
}
.focus\:border-r-primary:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-dark:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-dark\/0:focus {

    border-right-color: rgb(26 88 121 / 0);
}
.focus\:border-r-primary-dark\/10:focus {

    border-right-color: rgb(26 88 121 / 0.1);
}
.focus\:border-r-primary-dark\/100:focus {

    border-right-color: rgb(26 88 121 / 1);
}
.focus\:border-r-primary-dark\/15:focus {

    border-right-color: rgb(26 88 121 / 0.15);
}
.focus\:border-r-primary-dark\/20:focus {

    border-right-color: rgb(26 88 121 / 0.2);
}
.focus\:border-r-primary-dark\/25:focus {

    border-right-color: rgb(26 88 121 / 0.25);
}
.focus\:border-r-primary-dark\/30:focus {

    border-right-color: rgb(26 88 121 / 0.3);
}
.focus\:border-r-primary-dark\/35:focus {

    border-right-color: rgb(26 88 121 / 0.35);
}
.focus\:border-r-primary-dark\/40:focus {

    border-right-color: rgb(26 88 121 / 0.4);
}
.focus\:border-r-primary-dark\/45:focus {

    border-right-color: rgb(26 88 121 / 0.45);
}
.focus\:border-r-primary-dark\/5:focus {

    border-right-color: rgb(26 88 121 / 0.05);
}
.focus\:border-r-primary-dark\/50:focus {

    border-right-color: rgb(26 88 121 / 0.5);
}
.focus\:border-r-primary-dark\/55:focus {

    border-right-color: rgb(26 88 121 / 0.55);
}
.focus\:border-r-primary-dark\/60:focus {

    border-right-color: rgb(26 88 121 / 0.6);
}
.focus\:border-r-primary-dark\/65:focus {

    border-right-color: rgb(26 88 121 / 0.65);
}
.focus\:border-r-primary-dark\/70:focus {

    border-right-color: rgb(26 88 121 / 0.7);
}
.focus\:border-r-primary-dark\/75:focus {

    border-right-color: rgb(26 88 121 / 0.75);
}
.focus\:border-r-primary-dark\/80:focus {

    border-right-color: rgb(26 88 121 / 0.8);
}
.focus\:border-r-primary-dark\/85:focus {

    border-right-color: rgb(26 88 121 / 0.85);
}
.focus\:border-r-primary-dark\/90:focus {

    border-right-color: rgb(26 88 121 / 0.9);
}
.focus\:border-r-primary-dark\/95:focus {

    border-right-color: rgb(26 88 121 / 0.95);
}
.focus\:border-r-primary-light:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-light\/0:focus {

    border-right-color: rgb(85 154 193 / 0);
}
.focus\:border-r-primary-light\/10:focus {

    border-right-color: rgb(85 154 193 / 0.1);
}
.focus\:border-r-primary-light\/100:focus {

    border-right-color: rgb(85 154 193 / 1);
}
.focus\:border-r-primary-light\/15:focus {

    border-right-color: rgb(85 154 193 / 0.15);
}
.focus\:border-r-primary-light\/20:focus {

    border-right-color: rgb(85 154 193 / 0.2);
}
.focus\:border-r-primary-light\/25:focus {

    border-right-color: rgb(85 154 193 / 0.25);
}
.focus\:border-r-primary-light\/30:focus {

    border-right-color: rgb(85 154 193 / 0.3);
}
.focus\:border-r-primary-light\/35:focus {

    border-right-color: rgb(85 154 193 / 0.35);
}
.focus\:border-r-primary-light\/40:focus {

    border-right-color: rgb(85 154 193 / 0.4);
}
.focus\:border-r-primary-light\/45:focus {

    border-right-color: rgb(85 154 193 / 0.45);
}
.focus\:border-r-primary-light\/5:focus {

    border-right-color: rgb(85 154 193 / 0.05);
}
.focus\:border-r-primary-light\/50:focus {

    border-right-color: rgb(85 154 193 / 0.5);
}
.focus\:border-r-primary-light\/55:focus {

    border-right-color: rgb(85 154 193 / 0.55);
}
.focus\:border-r-primary-light\/60:focus {

    border-right-color: rgb(85 154 193 / 0.6);
}
.focus\:border-r-primary-light\/65:focus {

    border-right-color: rgb(85 154 193 / 0.65);
}
.focus\:border-r-primary-light\/70:focus {

    border-right-color: rgb(85 154 193 / 0.7);
}
.focus\:border-r-primary-light\/75:focus {

    border-right-color: rgb(85 154 193 / 0.75);
}
.focus\:border-r-primary-light\/80:focus {

    border-right-color: rgb(85 154 193 / 0.8);
}
.focus\:border-r-primary-light\/85:focus {

    border-right-color: rgb(85 154 193 / 0.85);
}
.focus\:border-r-primary-light\/90:focus {

    border-right-color: rgb(85 154 193 / 0.9);
}
.focus\:border-r-primary-light\/95:focus {

    border-right-color: rgb(85 154 193 / 0.95);
}
.focus\:border-r-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-lighter\/0:focus {

    border-right-color: rgb(115 177 212 / 0);
}
.focus\:border-r-primary-lighter\/10:focus {

    border-right-color: rgb(115 177 212 / 0.1);
}
.focus\:border-r-primary-lighter\/100:focus {

    border-right-color: rgb(115 177 212 / 1);
}
.focus\:border-r-primary-lighter\/15:focus {

    border-right-color: rgb(115 177 212 / 0.15);
}
.focus\:border-r-primary-lighter\/20:focus {

    border-right-color: rgb(115 177 212 / 0.2);
}
.focus\:border-r-primary-lighter\/25:focus {

    border-right-color: rgb(115 177 212 / 0.25);
}
.focus\:border-r-primary-lighter\/30:focus {

    border-right-color: rgb(115 177 212 / 0.3);
}
.focus\:border-r-primary-lighter\/35:focus {

    border-right-color: rgb(115 177 212 / 0.35);
}
.focus\:border-r-primary-lighter\/40:focus {

    border-right-color: rgb(115 177 212 / 0.4);
}
.focus\:border-r-primary-lighter\/45:focus {

    border-right-color: rgb(115 177 212 / 0.45);
}
.focus\:border-r-primary-lighter\/5:focus {

    border-right-color: rgb(115 177 212 / 0.05);
}
.focus\:border-r-primary-lighter\/50:focus {

    border-right-color: rgb(115 177 212 / 0.5);
}
.focus\:border-r-primary-lighter\/55:focus {

    border-right-color: rgb(115 177 212 / 0.55);
}
.focus\:border-r-primary-lighter\/60:focus {

    border-right-color: rgb(115 177 212 / 0.6);
}
.focus\:border-r-primary-lighter\/65:focus {

    border-right-color: rgb(115 177 212 / 0.65);
}
.focus\:border-r-primary-lighter\/70:focus {

    border-right-color: rgb(115 177 212 / 0.7);
}
.focus\:border-r-primary-lighter\/75:focus {

    border-right-color: rgb(115 177 212 / 0.75);
}
.focus\:border-r-primary-lighter\/80:focus {

    border-right-color: rgb(115 177 212 / 0.8);
}
.focus\:border-r-primary-lighter\/85:focus {

    border-right-color: rgb(115 177 212 / 0.85);
}
.focus\:border-r-primary-lighter\/90:focus {

    border-right-color: rgb(115 177 212 / 0.9);
}
.focus\:border-r-primary-lighter\/95:focus {

    border-right-color: rgb(115 177 212 / 0.95);
}
.focus\:border-r-primary\/0:focus {

    border-right-color: rgb(52 114 147 / 0);
}
.focus\:border-r-primary\/10:focus {

    border-right-color: rgb(52 114 147 / 0.1);
}
.focus\:border-r-primary\/100:focus {

    border-right-color: rgb(52 114 147 / 1);
}
.focus\:border-r-primary\/15:focus {

    border-right-color: rgb(52 114 147 / 0.15);
}
.focus\:border-r-primary\/20:focus {

    border-right-color: rgb(52 114 147 / 0.2);
}
.focus\:border-r-primary\/25:focus {

    border-right-color: rgb(52 114 147 / 0.25);
}
.focus\:border-r-primary\/30:focus {

    border-right-color: rgb(52 114 147 / 0.3);
}
.focus\:border-r-primary\/35:focus {

    border-right-color: rgb(52 114 147 / 0.35);
}
.focus\:border-r-primary\/40:focus {

    border-right-color: rgb(52 114 147 / 0.4);
}
.focus\:border-r-primary\/45:focus {

    border-right-color: rgb(52 114 147 / 0.45);
}
.focus\:border-r-primary\/5:focus {

    border-right-color: rgb(52 114 147 / 0.05);
}
.focus\:border-r-primary\/50:focus {

    border-right-color: rgb(52 114 147 / 0.5);
}
.focus\:border-r-primary\/55:focus {

    border-right-color: rgb(52 114 147 / 0.55);
}
.focus\:border-r-primary\/60:focus {

    border-right-color: rgb(52 114 147 / 0.6);
}
.focus\:border-r-primary\/65:focus {

    border-right-color: rgb(52 114 147 / 0.65);
}
.focus\:border-r-primary\/70:focus {

    border-right-color: rgb(52 114 147 / 0.7);
}
.focus\:border-r-primary\/75:focus {

    border-right-color: rgb(52 114 147 / 0.75);
}
.focus\:border-r-primary\/80:focus {

    border-right-color: rgb(52 114 147 / 0.8);
}
.focus\:border-r-primary\/85:focus {

    border-right-color: rgb(52 114 147 / 0.85);
}
.focus\:border-r-primary\/90:focus {

    border-right-color: rgb(52 114 147 / 0.9);
}
.focus\:border-r-primary\/95:focus {

    border-right-color: rgb(52 114 147 / 0.95);
}
.focus\:border-r-secondary:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-dark\/0:focus {

    border-right-color: rgb(226 207 188 / 0);
}
.focus\:border-r-secondary-dark\/10:focus {

    border-right-color: rgb(226 207 188 / 0.1);
}
.focus\:border-r-secondary-dark\/100:focus {

    border-right-color: rgb(226 207 188 / 1);
}
.focus\:border-r-secondary-dark\/15:focus {

    border-right-color: rgb(226 207 188 / 0.15);
}
.focus\:border-r-secondary-dark\/20:focus {

    border-right-color: rgb(226 207 188 / 0.2);
}
.focus\:border-r-secondary-dark\/25:focus {

    border-right-color: rgb(226 207 188 / 0.25);
}
.focus\:border-r-secondary-dark\/30:focus {

    border-right-color: rgb(226 207 188 / 0.3);
}
.focus\:border-r-secondary-dark\/35:focus {

    border-right-color: rgb(226 207 188 / 0.35);
}
.focus\:border-r-secondary-dark\/40:focus {

    border-right-color: rgb(226 207 188 / 0.4);
}
.focus\:border-r-secondary-dark\/45:focus {

    border-right-color: rgb(226 207 188 / 0.45);
}
.focus\:border-r-secondary-dark\/5:focus {

    border-right-color: rgb(226 207 188 / 0.05);
}
.focus\:border-r-secondary-dark\/50:focus {

    border-right-color: rgb(226 207 188 / 0.5);
}
.focus\:border-r-secondary-dark\/55:focus {

    border-right-color: rgb(226 207 188 / 0.55);
}
.focus\:border-r-secondary-dark\/60:focus {

    border-right-color: rgb(226 207 188 / 0.6);
}
.focus\:border-r-secondary-dark\/65:focus {

    border-right-color: rgb(226 207 188 / 0.65);
}
.focus\:border-r-secondary-dark\/70:focus {

    border-right-color: rgb(226 207 188 / 0.7);
}
.focus\:border-r-secondary-dark\/75:focus {

    border-right-color: rgb(226 207 188 / 0.75);
}
.focus\:border-r-secondary-dark\/80:focus {

    border-right-color: rgb(226 207 188 / 0.8);
}
.focus\:border-r-secondary-dark\/85:focus {

    border-right-color: rgb(226 207 188 / 0.85);
}
.focus\:border-r-secondary-dark\/90:focus {

    border-right-color: rgb(226 207 188 / 0.9);
}
.focus\:border-r-secondary-dark\/95:focus {

    border-right-color: rgb(226 207 188 / 0.95);
}
.focus\:border-r-secondary-light:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-light\/0:focus {

    border-right-color: rgb(254 250 247 / 0);
}
.focus\:border-r-secondary-light\/10:focus {

    border-right-color: rgb(254 250 247 / 0.1);
}
.focus\:border-r-secondary-light\/100:focus {

    border-right-color: rgb(254 250 247 / 1);
}
.focus\:border-r-secondary-light\/15:focus {

    border-right-color: rgb(254 250 247 / 0.15);
}
.focus\:border-r-secondary-light\/20:focus {

    border-right-color: rgb(254 250 247 / 0.2);
}
.focus\:border-r-secondary-light\/25:focus {

    border-right-color: rgb(254 250 247 / 0.25);
}
.focus\:border-r-secondary-light\/30:focus {

    border-right-color: rgb(254 250 247 / 0.3);
}
.focus\:border-r-secondary-light\/35:focus {

    border-right-color: rgb(254 250 247 / 0.35);
}
.focus\:border-r-secondary-light\/40:focus {

    border-right-color: rgb(254 250 247 / 0.4);
}
.focus\:border-r-secondary-light\/45:focus {

    border-right-color: rgb(254 250 247 / 0.45);
}
.focus\:border-r-secondary-light\/5:focus {

    border-right-color: rgb(254 250 247 / 0.05);
}
.focus\:border-r-secondary-light\/50:focus {

    border-right-color: rgb(254 250 247 / 0.5);
}
.focus\:border-r-secondary-light\/55:focus {

    border-right-color: rgb(254 250 247 / 0.55);
}
.focus\:border-r-secondary-light\/60:focus {

    border-right-color: rgb(254 250 247 / 0.6);
}
.focus\:border-r-secondary-light\/65:focus {

    border-right-color: rgb(254 250 247 / 0.65);
}
.focus\:border-r-secondary-light\/70:focus {

    border-right-color: rgb(254 250 247 / 0.7);
}
.focus\:border-r-secondary-light\/75:focus {

    border-right-color: rgb(254 250 247 / 0.75);
}
.focus\:border-r-secondary-light\/80:focus {

    border-right-color: rgb(254 250 247 / 0.8);
}
.focus\:border-r-secondary-light\/85:focus {

    border-right-color: rgb(254 250 247 / 0.85);
}
.focus\:border-r-secondary-light\/90:focus {

    border-right-color: rgb(254 250 247 / 0.9);
}
.focus\:border-r-secondary-light\/95:focus {

    border-right-color: rgb(254 250 247 / 0.95);
}
.focus\:border-r-secondary\/0:focus {

    border-right-color: rgb(243 234 225 / 0);
}
.focus\:border-r-secondary\/10:focus {

    border-right-color: rgb(243 234 225 / 0.1);
}
.focus\:border-r-secondary\/100:focus {

    border-right-color: rgb(243 234 225 / 1);
}
.focus\:border-r-secondary\/15:focus {

    border-right-color: rgb(243 234 225 / 0.15);
}
.focus\:border-r-secondary\/20:focus {

    border-right-color: rgb(243 234 225 / 0.2);
}
.focus\:border-r-secondary\/25:focus {

    border-right-color: rgb(243 234 225 / 0.25);
}
.focus\:border-r-secondary\/30:focus {

    border-right-color: rgb(243 234 225 / 0.3);
}
.focus\:border-r-secondary\/35:focus {

    border-right-color: rgb(243 234 225 / 0.35);
}
.focus\:border-r-secondary\/40:focus {

    border-right-color: rgb(243 234 225 / 0.4);
}
.focus\:border-r-secondary\/45:focus {

    border-right-color: rgb(243 234 225 / 0.45);
}
.focus\:border-r-secondary\/5:focus {

    border-right-color: rgb(243 234 225 / 0.05);
}
.focus\:border-r-secondary\/50:focus {

    border-right-color: rgb(243 234 225 / 0.5);
}
.focus\:border-r-secondary\/55:focus {

    border-right-color: rgb(243 234 225 / 0.55);
}
.focus\:border-r-secondary\/60:focus {

    border-right-color: rgb(243 234 225 / 0.6);
}
.focus\:border-r-secondary\/65:focus {

    border-right-color: rgb(243 234 225 / 0.65);
}
.focus\:border-r-secondary\/70:focus {

    border-right-color: rgb(243 234 225 / 0.7);
}
.focus\:border-r-secondary\/75:focus {

    border-right-color: rgb(243 234 225 / 0.75);
}
.focus\:border-r-secondary\/80:focus {

    border-right-color: rgb(243 234 225 / 0.8);
}
.focus\:border-r-secondary\/85:focus {

    border-right-color: rgb(243 234 225 / 0.85);
}
.focus\:border-r-secondary\/90:focus {

    border-right-color: rgb(243 234 225 / 0.9);
}
.focus\:border-r-secondary\/95:focus {

    border-right-color: rgb(243 234 225 / 0.95);
}
.focus\:border-r-transparent:focus {

    border-right-color: transparent;
}
.focus\:border-r-transparent\/0:focus {

    border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-r-transparent\/10:focus {

    border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-r-transparent\/100:focus {

    border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-r-transparent\/15:focus {

    border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-r-transparent\/20:focus {

    border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-r-transparent\/25:focus {

    border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-r-transparent\/30:focus {

    border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-r-transparent\/35:focus {

    border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-r-transparent\/40:focus {

    border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-r-transparent\/45:focus {

    border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-r-transparent\/5:focus {

    border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-r-transparent\/50:focus {

    border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-r-transparent\/55:focus {

    border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-r-transparent\/60:focus {

    border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-r-transparent\/65:focus {

    border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-r-transparent\/70:focus {

    border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-r-transparent\/75:focus {

    border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-r-transparent\/80:focus {

    border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-r-transparent\/85:focus {

    border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-r-transparent\/90:focus {

    border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-r-transparent\/95:focus {

    border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-r-white:focus {

    --tw-border-opacity: 1;

    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-r-white\/0:focus {

    border-right-color: rgb(255 255 255 / 0);
}
.focus\:border-r-white\/10:focus {

    border-right-color: rgb(255 255 255 / 0.1);
}
.focus\:border-r-white\/100:focus {

    border-right-color: rgb(255 255 255 / 1);
}
.focus\:border-r-white\/15:focus {

    border-right-color: rgb(255 255 255 / 0.15);
}
.focus\:border-r-white\/20:focus {

    border-right-color: rgb(255 255 255 / 0.2);
}
.focus\:border-r-white\/25:focus {

    border-right-color: rgb(255 255 255 / 0.25);
}
.focus\:border-r-white\/30:focus {

    border-right-color: rgb(255 255 255 / 0.3);
}
.focus\:border-r-white\/35:focus {

    border-right-color: rgb(255 255 255 / 0.35);
}
.focus\:border-r-white\/40:focus {

    border-right-color: rgb(255 255 255 / 0.4);
}
.focus\:border-r-white\/45:focus {

    border-right-color: rgb(255 255 255 / 0.45);
}
.focus\:border-r-white\/5:focus {

    border-right-color: rgb(255 255 255 / 0.05);
}
.focus\:border-r-white\/50:focus {

    border-right-color: rgb(255 255 255 / 0.5);
}
.focus\:border-r-white\/55:focus {

    border-right-color: rgb(255 255 255 / 0.55);
}
.focus\:border-r-white\/60:focus {

    border-right-color: rgb(255 255 255 / 0.6);
}
.focus\:border-r-white\/65:focus {

    border-right-color: rgb(255 255 255 / 0.65);
}
.focus\:border-r-white\/70:focus {

    border-right-color: rgb(255 255 255 / 0.7);
}
.focus\:border-r-white\/75:focus {

    border-right-color: rgb(255 255 255 / 0.75);
}
.focus\:border-r-white\/80:focus {

    border-right-color: rgb(255 255 255 / 0.8);
}
.focus\:border-r-white\/85:focus {

    border-right-color: rgb(255 255 255 / 0.85);
}
.focus\:border-r-white\/90:focus {

    border-right-color: rgb(255 255 255 / 0.9);
}
.focus\:border-r-white\/95:focus {

    border-right-color: rgb(255 255 255 / 0.95);
}
.focus\:border-s-accent:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-dark:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-dark\/0:focus {

    border-inline-start-color: rgb(225 114 45 / 0);
}
.focus\:border-s-accent-dark\/10:focus {

    border-inline-start-color: rgb(225 114 45 / 0.1);
}
.focus\:border-s-accent-dark\/100:focus {

    border-inline-start-color: rgb(225 114 45 / 1);
}
.focus\:border-s-accent-dark\/15:focus {

    border-inline-start-color: rgb(225 114 45 / 0.15);
}
.focus\:border-s-accent-dark\/20:focus {

    border-inline-start-color: rgb(225 114 45 / 0.2);
}
.focus\:border-s-accent-dark\/25:focus {

    border-inline-start-color: rgb(225 114 45 / 0.25);
}
.focus\:border-s-accent-dark\/30:focus {

    border-inline-start-color: rgb(225 114 45 / 0.3);
}
.focus\:border-s-accent-dark\/35:focus {

    border-inline-start-color: rgb(225 114 45 / 0.35);
}
.focus\:border-s-accent-dark\/40:focus {

    border-inline-start-color: rgb(225 114 45 / 0.4);
}
.focus\:border-s-accent-dark\/45:focus {

    border-inline-start-color: rgb(225 114 45 / 0.45);
}
.focus\:border-s-accent-dark\/5:focus {

    border-inline-start-color: rgb(225 114 45 / 0.05);
}
.focus\:border-s-accent-dark\/50:focus {

    border-inline-start-color: rgb(225 114 45 / 0.5);
}
.focus\:border-s-accent-dark\/55:focus {

    border-inline-start-color: rgb(225 114 45 / 0.55);
}
.focus\:border-s-accent-dark\/60:focus {

    border-inline-start-color: rgb(225 114 45 / 0.6);
}
.focus\:border-s-accent-dark\/65:focus {

    border-inline-start-color: rgb(225 114 45 / 0.65);
}
.focus\:border-s-accent-dark\/70:focus {

    border-inline-start-color: rgb(225 114 45 / 0.7);
}
.focus\:border-s-accent-dark\/75:focus {

    border-inline-start-color: rgb(225 114 45 / 0.75);
}
.focus\:border-s-accent-dark\/80:focus {

    border-inline-start-color: rgb(225 114 45 / 0.8);
}
.focus\:border-s-accent-dark\/85:focus {

    border-inline-start-color: rgb(225 114 45 / 0.85);
}
.focus\:border-s-accent-dark\/90:focus {

    border-inline-start-color: rgb(225 114 45 / 0.9);
}
.focus\:border-s-accent-dark\/95:focus {

    border-inline-start-color: rgb(225 114 45 / 0.95);
}
.focus\:border-s-accent-light:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-light\/0:focus {

    border-inline-start-color: rgb(255 191 105 / 0);
}
.focus\:border-s-accent-light\/10:focus {

    border-inline-start-color: rgb(255 191 105 / 0.1);
}
.focus\:border-s-accent-light\/100:focus {

    border-inline-start-color: rgb(255 191 105 / 1);
}
.focus\:border-s-accent-light\/15:focus {

    border-inline-start-color: rgb(255 191 105 / 0.15);
}
.focus\:border-s-accent-light\/20:focus {

    border-inline-start-color: rgb(255 191 105 / 0.2);
}
.focus\:border-s-accent-light\/25:focus {

    border-inline-start-color: rgb(255 191 105 / 0.25);
}
.focus\:border-s-accent-light\/30:focus {

    border-inline-start-color: rgb(255 191 105 / 0.3);
}
.focus\:border-s-accent-light\/35:focus {

    border-inline-start-color: rgb(255 191 105 / 0.35);
}
.focus\:border-s-accent-light\/40:focus {

    border-inline-start-color: rgb(255 191 105 / 0.4);
}
.focus\:border-s-accent-light\/45:focus {

    border-inline-start-color: rgb(255 191 105 / 0.45);
}
.focus\:border-s-accent-light\/5:focus {

    border-inline-start-color: rgb(255 191 105 / 0.05);
}
.focus\:border-s-accent-light\/50:focus {

    border-inline-start-color: rgb(255 191 105 / 0.5);
}
.focus\:border-s-accent-light\/55:focus {

    border-inline-start-color: rgb(255 191 105 / 0.55);
}
.focus\:border-s-accent-light\/60:focus {

    border-inline-start-color: rgb(255 191 105 / 0.6);
}
.focus\:border-s-accent-light\/65:focus {

    border-inline-start-color: rgb(255 191 105 / 0.65);
}
.focus\:border-s-accent-light\/70:focus {

    border-inline-start-color: rgb(255 191 105 / 0.7);
}
.focus\:border-s-accent-light\/75:focus {

    border-inline-start-color: rgb(255 191 105 / 0.75);
}
.focus\:border-s-accent-light\/80:focus {

    border-inline-start-color: rgb(255 191 105 / 0.8);
}
.focus\:border-s-accent-light\/85:focus {

    border-inline-start-color: rgb(255 191 105 / 0.85);
}
.focus\:border-s-accent-light\/90:focus {

    border-inline-start-color: rgb(255 191 105 / 0.9);
}
.focus\:border-s-accent-light\/95:focus {

    border-inline-start-color: rgb(255 191 105 / 0.95);
}
.focus\:border-s-accent\/0:focus {

    border-inline-start-color: rgb(229 136 78 / 0);
}
.focus\:border-s-accent\/10:focus {

    border-inline-start-color: rgb(229 136 78 / 0.1);
}
.focus\:border-s-accent\/100:focus {

    border-inline-start-color: rgb(229 136 78 / 1);
}
.focus\:border-s-accent\/15:focus {

    border-inline-start-color: rgb(229 136 78 / 0.15);
}
.focus\:border-s-accent\/20:focus {

    border-inline-start-color: rgb(229 136 78 / 0.2);
}
.focus\:border-s-accent\/25:focus {

    border-inline-start-color: rgb(229 136 78 / 0.25);
}
.focus\:border-s-accent\/30:focus {

    border-inline-start-color: rgb(229 136 78 / 0.3);
}
.focus\:border-s-accent\/35:focus {

    border-inline-start-color: rgb(229 136 78 / 0.35);
}
.focus\:border-s-accent\/40:focus {

    border-inline-start-color: rgb(229 136 78 / 0.4);
}
.focus\:border-s-accent\/45:focus {

    border-inline-start-color: rgb(229 136 78 / 0.45);
}
.focus\:border-s-accent\/5:focus {

    border-inline-start-color: rgb(229 136 78 / 0.05);
}
.focus\:border-s-accent\/50:focus {

    border-inline-start-color: rgb(229 136 78 / 0.5);
}
.focus\:border-s-accent\/55:focus {

    border-inline-start-color: rgb(229 136 78 / 0.55);
}
.focus\:border-s-accent\/60:focus {

    border-inline-start-color: rgb(229 136 78 / 0.6);
}
.focus\:border-s-accent\/65:focus {

    border-inline-start-color: rgb(229 136 78 / 0.65);
}
.focus\:border-s-accent\/70:focus {

    border-inline-start-color: rgb(229 136 78 / 0.7);
}
.focus\:border-s-accent\/75:focus {

    border-inline-start-color: rgb(229 136 78 / 0.75);
}
.focus\:border-s-accent\/80:focus {

    border-inline-start-color: rgb(229 136 78 / 0.8);
}
.focus\:border-s-accent\/85:focus {

    border-inline-start-color: rgb(229 136 78 / 0.85);
}
.focus\:border-s-accent\/90:focus {

    border-inline-start-color: rgb(229 136 78 / 0.9);
}
.focus\:border-s-accent\/95:focus {

    border-inline-start-color: rgb(229 136 78 / 0.95);
}
.focus\:border-s-black:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-s-black\/0:focus {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.focus\:border-s-black\/10:focus {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.focus\:border-s-black\/100:focus {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.focus\:border-s-black\/15:focus {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.focus\:border-s-black\/20:focus {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.focus\:border-s-black\/25:focus {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.focus\:border-s-black\/30:focus {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.focus\:border-s-black\/35:focus {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.focus\:border-s-black\/40:focus {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.focus\:border-s-black\/45:focus {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.focus\:border-s-black\/5:focus {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.focus\:border-s-black\/50:focus {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.focus\:border-s-black\/55:focus {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.focus\:border-s-black\/60:focus {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.focus\:border-s-black\/65:focus {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.focus\:border-s-black\/70:focus {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.focus\:border-s-black\/75:focus {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.focus\:border-s-black\/80:focus {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.focus\:border-s-black\/85:focus {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.focus\:border-s-black\/90:focus {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.focus\:border-s-black\/95:focus {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.focus\:border-s-current:focus {

    border-inline-start-color: currentColor;
}
.focus\:border-s-error:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-s-error\/0:focus {

    border-inline-start-color: rgb(255 0 0 / 0);
}
.focus\:border-s-error\/10:focus {

    border-inline-start-color: rgb(255 0 0 / 0.1);
}
.focus\:border-s-error\/100:focus {

    border-inline-start-color: rgb(255 0 0 / 1);
}
.focus\:border-s-error\/15:focus {

    border-inline-start-color: rgb(255 0 0 / 0.15);
}
.focus\:border-s-error\/20:focus {

    border-inline-start-color: rgb(255 0 0 / 0.2);
}
.focus\:border-s-error\/25:focus {

    border-inline-start-color: rgb(255 0 0 / 0.25);
}
.focus\:border-s-error\/30:focus {

    border-inline-start-color: rgb(255 0 0 / 0.3);
}
.focus\:border-s-error\/35:focus {

    border-inline-start-color: rgb(255 0 0 / 0.35);
}
.focus\:border-s-error\/40:focus {

    border-inline-start-color: rgb(255 0 0 / 0.4);
}
.focus\:border-s-error\/45:focus {

    border-inline-start-color: rgb(255 0 0 / 0.45);
}
.focus\:border-s-error\/5:focus {

    border-inline-start-color: rgb(255 0 0 / 0.05);
}
.focus\:border-s-error\/50:focus {

    border-inline-start-color: rgb(255 0 0 / 0.5);
}
.focus\:border-s-error\/55:focus {

    border-inline-start-color: rgb(255 0 0 / 0.55);
}
.focus\:border-s-error\/60:focus {

    border-inline-start-color: rgb(255 0 0 / 0.6);
}
.focus\:border-s-error\/65:focus {

    border-inline-start-color: rgb(255 0 0 / 0.65);
}
.focus\:border-s-error\/70:focus {

    border-inline-start-color: rgb(255 0 0 / 0.7);
}
.focus\:border-s-error\/75:focus {

    border-inline-start-color: rgb(255 0 0 / 0.75);
}
.focus\:border-s-error\/80:focus {

    border-inline-start-color: rgb(255 0 0 / 0.8);
}
.focus\:border-s-error\/85:focus {

    border-inline-start-color: rgb(255 0 0 / 0.85);
}
.focus\:border-s-error\/90:focus {

    border-inline-start-color: rgb(255 0 0 / 0.9);
}
.focus\:border-s-error\/95:focus {

    border-inline-start-color: rgb(255 0 0 / 0.95);
}
.focus\:border-s-gray-100:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-100\/0:focus {

    border-inline-start-color: rgb(243 244 246 / 0);
}
.focus\:border-s-gray-100\/10:focus {

    border-inline-start-color: rgb(243 244 246 / 0.1);
}
.focus\:border-s-gray-100\/100:focus {

    border-inline-start-color: rgb(243 244 246 / 1);
}
.focus\:border-s-gray-100\/15:focus {

    border-inline-start-color: rgb(243 244 246 / 0.15);
}
.focus\:border-s-gray-100\/20:focus {

    border-inline-start-color: rgb(243 244 246 / 0.2);
}
.focus\:border-s-gray-100\/25:focus {

    border-inline-start-color: rgb(243 244 246 / 0.25);
}
.focus\:border-s-gray-100\/30:focus {

    border-inline-start-color: rgb(243 244 246 / 0.3);
}
.focus\:border-s-gray-100\/35:focus {

    border-inline-start-color: rgb(243 244 246 / 0.35);
}
.focus\:border-s-gray-100\/40:focus {

    border-inline-start-color: rgb(243 244 246 / 0.4);
}
.focus\:border-s-gray-100\/45:focus {

    border-inline-start-color: rgb(243 244 246 / 0.45);
}
.focus\:border-s-gray-100\/5:focus {

    border-inline-start-color: rgb(243 244 246 / 0.05);
}
.focus\:border-s-gray-100\/50:focus {

    border-inline-start-color: rgb(243 244 246 / 0.5);
}
.focus\:border-s-gray-100\/55:focus {

    border-inline-start-color: rgb(243 244 246 / 0.55);
}
.focus\:border-s-gray-100\/60:focus {

    border-inline-start-color: rgb(243 244 246 / 0.6);
}
.focus\:border-s-gray-100\/65:focus {

    border-inline-start-color: rgb(243 244 246 / 0.65);
}
.focus\:border-s-gray-100\/70:focus {

    border-inline-start-color: rgb(243 244 246 / 0.7);
}
.focus\:border-s-gray-100\/75:focus {

    border-inline-start-color: rgb(243 244 246 / 0.75);
}
.focus\:border-s-gray-100\/80:focus {

    border-inline-start-color: rgb(243 244 246 / 0.8);
}
.focus\:border-s-gray-100\/85:focus {

    border-inline-start-color: rgb(243 244 246 / 0.85);
}
.focus\:border-s-gray-100\/90:focus {

    border-inline-start-color: rgb(243 244 246 / 0.9);
}
.focus\:border-s-gray-100\/95:focus {

    border-inline-start-color: rgb(243 244 246 / 0.95);
}
.focus\:border-s-gray-200:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-200\/0:focus {

    border-inline-start-color: rgb(229 231 235 / 0);
}
.focus\:border-s-gray-200\/10:focus {

    border-inline-start-color: rgb(229 231 235 / 0.1);
}
.focus\:border-s-gray-200\/100:focus {

    border-inline-start-color: rgb(229 231 235 / 1);
}
.focus\:border-s-gray-200\/15:focus {

    border-inline-start-color: rgb(229 231 235 / 0.15);
}
.focus\:border-s-gray-200\/20:focus {

    border-inline-start-color: rgb(229 231 235 / 0.2);
}
.focus\:border-s-gray-200\/25:focus {

    border-inline-start-color: rgb(229 231 235 / 0.25);
}
.focus\:border-s-gray-200\/30:focus {

    border-inline-start-color: rgb(229 231 235 / 0.3);
}
.focus\:border-s-gray-200\/35:focus {

    border-inline-start-color: rgb(229 231 235 / 0.35);
}
.focus\:border-s-gray-200\/40:focus {

    border-inline-start-color: rgb(229 231 235 / 0.4);
}
.focus\:border-s-gray-200\/45:focus {

    border-inline-start-color: rgb(229 231 235 / 0.45);
}
.focus\:border-s-gray-200\/5:focus {

    border-inline-start-color: rgb(229 231 235 / 0.05);
}
.focus\:border-s-gray-200\/50:focus {

    border-inline-start-color: rgb(229 231 235 / 0.5);
}
.focus\:border-s-gray-200\/55:focus {

    border-inline-start-color: rgb(229 231 235 / 0.55);
}
.focus\:border-s-gray-200\/60:focus {

    border-inline-start-color: rgb(229 231 235 / 0.6);
}
.focus\:border-s-gray-200\/65:focus {

    border-inline-start-color: rgb(229 231 235 / 0.65);
}
.focus\:border-s-gray-200\/70:focus {

    border-inline-start-color: rgb(229 231 235 / 0.7);
}
.focus\:border-s-gray-200\/75:focus {

    border-inline-start-color: rgb(229 231 235 / 0.75);
}
.focus\:border-s-gray-200\/80:focus {

    border-inline-start-color: rgb(229 231 235 / 0.8);
}
.focus\:border-s-gray-200\/85:focus {

    border-inline-start-color: rgb(229 231 235 / 0.85);
}
.focus\:border-s-gray-200\/90:focus {

    border-inline-start-color: rgb(229 231 235 / 0.9);
}
.focus\:border-s-gray-200\/95:focus {

    border-inline-start-color: rgb(229 231 235 / 0.95);
}
.focus\:border-s-gray-300:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-300\/0:focus {

    border-inline-start-color: rgb(209 213 219 / 0);
}
.focus\:border-s-gray-300\/10:focus {

    border-inline-start-color: rgb(209 213 219 / 0.1);
}
.focus\:border-s-gray-300\/100:focus {

    border-inline-start-color: rgb(209 213 219 / 1);
}
.focus\:border-s-gray-300\/15:focus {

    border-inline-start-color: rgb(209 213 219 / 0.15);
}
.focus\:border-s-gray-300\/20:focus {

    border-inline-start-color: rgb(209 213 219 / 0.2);
}
.focus\:border-s-gray-300\/25:focus {

    border-inline-start-color: rgb(209 213 219 / 0.25);
}
.focus\:border-s-gray-300\/30:focus {

    border-inline-start-color: rgb(209 213 219 / 0.3);
}
.focus\:border-s-gray-300\/35:focus {

    border-inline-start-color: rgb(209 213 219 / 0.35);
}
.focus\:border-s-gray-300\/40:focus {

    border-inline-start-color: rgb(209 213 219 / 0.4);
}
.focus\:border-s-gray-300\/45:focus {

    border-inline-start-color: rgb(209 213 219 / 0.45);
}
.focus\:border-s-gray-300\/5:focus {

    border-inline-start-color: rgb(209 213 219 / 0.05);
}
.focus\:border-s-gray-300\/50:focus {

    border-inline-start-color: rgb(209 213 219 / 0.5);
}
.focus\:border-s-gray-300\/55:focus {

    border-inline-start-color: rgb(209 213 219 / 0.55);
}
.focus\:border-s-gray-300\/60:focus {

    border-inline-start-color: rgb(209 213 219 / 0.6);
}
.focus\:border-s-gray-300\/65:focus {

    border-inline-start-color: rgb(209 213 219 / 0.65);
}
.focus\:border-s-gray-300\/70:focus {

    border-inline-start-color: rgb(209 213 219 / 0.7);
}
.focus\:border-s-gray-300\/75:focus {

    border-inline-start-color: rgb(209 213 219 / 0.75);
}
.focus\:border-s-gray-300\/80:focus {

    border-inline-start-color: rgb(209 213 219 / 0.8);
}
.focus\:border-s-gray-300\/85:focus {

    border-inline-start-color: rgb(209 213 219 / 0.85);
}
.focus\:border-s-gray-300\/90:focus {

    border-inline-start-color: rgb(209 213 219 / 0.9);
}
.focus\:border-s-gray-300\/95:focus {

    border-inline-start-color: rgb(209 213 219 / 0.95);
}
.focus\:border-s-gray-400:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-400\/0:focus {

    border-inline-start-color: rgb(156 163 175 / 0);
}
.focus\:border-s-gray-400\/10:focus {

    border-inline-start-color: rgb(156 163 175 / 0.1);
}
.focus\:border-s-gray-400\/100:focus {

    border-inline-start-color: rgb(156 163 175 / 1);
}
.focus\:border-s-gray-400\/15:focus {

    border-inline-start-color: rgb(156 163 175 / 0.15);
}
.focus\:border-s-gray-400\/20:focus {

    border-inline-start-color: rgb(156 163 175 / 0.2);
}
.focus\:border-s-gray-400\/25:focus {

    border-inline-start-color: rgb(156 163 175 / 0.25);
}
.focus\:border-s-gray-400\/30:focus {

    border-inline-start-color: rgb(156 163 175 / 0.3);
}
.focus\:border-s-gray-400\/35:focus {

    border-inline-start-color: rgb(156 163 175 / 0.35);
}
.focus\:border-s-gray-400\/40:focus {

    border-inline-start-color: rgb(156 163 175 / 0.4);
}
.focus\:border-s-gray-400\/45:focus {

    border-inline-start-color: rgb(156 163 175 / 0.45);
}
.focus\:border-s-gray-400\/5:focus {

    border-inline-start-color: rgb(156 163 175 / 0.05);
}
.focus\:border-s-gray-400\/50:focus {

    border-inline-start-color: rgb(156 163 175 / 0.5);
}
.focus\:border-s-gray-400\/55:focus {

    border-inline-start-color: rgb(156 163 175 / 0.55);
}
.focus\:border-s-gray-400\/60:focus {

    border-inline-start-color: rgb(156 163 175 / 0.6);
}
.focus\:border-s-gray-400\/65:focus {

    border-inline-start-color: rgb(156 163 175 / 0.65);
}
.focus\:border-s-gray-400\/70:focus {

    border-inline-start-color: rgb(156 163 175 / 0.7);
}
.focus\:border-s-gray-400\/75:focus {

    border-inline-start-color: rgb(156 163 175 / 0.75);
}
.focus\:border-s-gray-400\/80:focus {

    border-inline-start-color: rgb(156 163 175 / 0.8);
}
.focus\:border-s-gray-400\/85:focus {

    border-inline-start-color: rgb(156 163 175 / 0.85);
}
.focus\:border-s-gray-400\/90:focus {

    border-inline-start-color: rgb(156 163 175 / 0.9);
}
.focus\:border-s-gray-400\/95:focus {

    border-inline-start-color: rgb(156 163 175 / 0.95);
}
.focus\:border-s-gray-50:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-50\/0:focus {

    border-inline-start-color: rgb(249 250 251 / 0);
}
.focus\:border-s-gray-50\/10:focus {

    border-inline-start-color: rgb(249 250 251 / 0.1);
}
.focus\:border-s-gray-50\/100:focus {

    border-inline-start-color: rgb(249 250 251 / 1);
}
.focus\:border-s-gray-50\/15:focus {

    border-inline-start-color: rgb(249 250 251 / 0.15);
}
.focus\:border-s-gray-50\/20:focus {

    border-inline-start-color: rgb(249 250 251 / 0.2);
}
.focus\:border-s-gray-50\/25:focus {

    border-inline-start-color: rgb(249 250 251 / 0.25);
}
.focus\:border-s-gray-50\/30:focus {

    border-inline-start-color: rgb(249 250 251 / 0.3);
}
.focus\:border-s-gray-50\/35:focus {

    border-inline-start-color: rgb(249 250 251 / 0.35);
}
.focus\:border-s-gray-50\/40:focus {

    border-inline-start-color: rgb(249 250 251 / 0.4);
}
.focus\:border-s-gray-50\/45:focus {

    border-inline-start-color: rgb(249 250 251 / 0.45);
}
.focus\:border-s-gray-50\/5:focus {

    border-inline-start-color: rgb(249 250 251 / 0.05);
}
.focus\:border-s-gray-50\/50:focus {

    border-inline-start-color: rgb(249 250 251 / 0.5);
}
.focus\:border-s-gray-50\/55:focus {

    border-inline-start-color: rgb(249 250 251 / 0.55);
}
.focus\:border-s-gray-50\/60:focus {

    border-inline-start-color: rgb(249 250 251 / 0.6);
}
.focus\:border-s-gray-50\/65:focus {

    border-inline-start-color: rgb(249 250 251 / 0.65);
}
.focus\:border-s-gray-50\/70:focus {

    border-inline-start-color: rgb(249 250 251 / 0.7);
}
.focus\:border-s-gray-50\/75:focus {

    border-inline-start-color: rgb(249 250 251 / 0.75);
}
.focus\:border-s-gray-50\/80:focus {

    border-inline-start-color: rgb(249 250 251 / 0.8);
}
.focus\:border-s-gray-50\/85:focus {

    border-inline-start-color: rgb(249 250 251 / 0.85);
}
.focus\:border-s-gray-50\/90:focus {

    border-inline-start-color: rgb(249 250 251 / 0.9);
}
.focus\:border-s-gray-50\/95:focus {

    border-inline-start-color: rgb(249 250 251 / 0.95);
}
.focus\:border-s-gray-500:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-500\/0:focus {

    border-inline-start-color: rgb(107 114 128 / 0);
}
.focus\:border-s-gray-500\/10:focus {

    border-inline-start-color: rgb(107 114 128 / 0.1);
}
.focus\:border-s-gray-500\/100:focus {

    border-inline-start-color: rgb(107 114 128 / 1);
}
.focus\:border-s-gray-500\/15:focus {

    border-inline-start-color: rgb(107 114 128 / 0.15);
}
.focus\:border-s-gray-500\/20:focus {

    border-inline-start-color: rgb(107 114 128 / 0.2);
}
.focus\:border-s-gray-500\/25:focus {

    border-inline-start-color: rgb(107 114 128 / 0.25);
}
.focus\:border-s-gray-500\/30:focus {

    border-inline-start-color: rgb(107 114 128 / 0.3);
}
.focus\:border-s-gray-500\/35:focus {

    border-inline-start-color: rgb(107 114 128 / 0.35);
}
.focus\:border-s-gray-500\/40:focus {

    border-inline-start-color: rgb(107 114 128 / 0.4);
}
.focus\:border-s-gray-500\/45:focus {

    border-inline-start-color: rgb(107 114 128 / 0.45);
}
.focus\:border-s-gray-500\/5:focus {

    border-inline-start-color: rgb(107 114 128 / 0.05);
}
.focus\:border-s-gray-500\/50:focus {

    border-inline-start-color: rgb(107 114 128 / 0.5);
}
.focus\:border-s-gray-500\/55:focus {

    border-inline-start-color: rgb(107 114 128 / 0.55);
}
.focus\:border-s-gray-500\/60:focus {

    border-inline-start-color: rgb(107 114 128 / 0.6);
}
.focus\:border-s-gray-500\/65:focus {

    border-inline-start-color: rgb(107 114 128 / 0.65);
}
.focus\:border-s-gray-500\/70:focus {

    border-inline-start-color: rgb(107 114 128 / 0.7);
}
.focus\:border-s-gray-500\/75:focus {

    border-inline-start-color: rgb(107 114 128 / 0.75);
}
.focus\:border-s-gray-500\/80:focus {

    border-inline-start-color: rgb(107 114 128 / 0.8);
}
.focus\:border-s-gray-500\/85:focus {

    border-inline-start-color: rgb(107 114 128 / 0.85);
}
.focus\:border-s-gray-500\/90:focus {

    border-inline-start-color: rgb(107 114 128 / 0.9);
}
.focus\:border-s-gray-500\/95:focus {

    border-inline-start-color: rgb(107 114 128 / 0.95);
}
.focus\:border-s-gray-600:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-600\/0:focus {

    border-inline-start-color: rgb(75 85 99 / 0);
}
.focus\:border-s-gray-600\/10:focus {

    border-inline-start-color: rgb(75 85 99 / 0.1);
}
.focus\:border-s-gray-600\/100:focus {

    border-inline-start-color: rgb(75 85 99 / 1);
}
.focus\:border-s-gray-600\/15:focus {

    border-inline-start-color: rgb(75 85 99 / 0.15);
}
.focus\:border-s-gray-600\/20:focus {

    border-inline-start-color: rgb(75 85 99 / 0.2);
}
.focus\:border-s-gray-600\/25:focus {

    border-inline-start-color: rgb(75 85 99 / 0.25);
}
.focus\:border-s-gray-600\/30:focus {

    border-inline-start-color: rgb(75 85 99 / 0.3);
}
.focus\:border-s-gray-600\/35:focus {

    border-inline-start-color: rgb(75 85 99 / 0.35);
}
.focus\:border-s-gray-600\/40:focus {

    border-inline-start-color: rgb(75 85 99 / 0.4);
}
.focus\:border-s-gray-600\/45:focus {

    border-inline-start-color: rgb(75 85 99 / 0.45);
}
.focus\:border-s-gray-600\/5:focus {

    border-inline-start-color: rgb(75 85 99 / 0.05);
}
.focus\:border-s-gray-600\/50:focus {

    border-inline-start-color: rgb(75 85 99 / 0.5);
}
.focus\:border-s-gray-600\/55:focus {

    border-inline-start-color: rgb(75 85 99 / 0.55);
}
.focus\:border-s-gray-600\/60:focus {

    border-inline-start-color: rgb(75 85 99 / 0.6);
}
.focus\:border-s-gray-600\/65:focus {

    border-inline-start-color: rgb(75 85 99 / 0.65);
}
.focus\:border-s-gray-600\/70:focus {

    border-inline-start-color: rgb(75 85 99 / 0.7);
}
.focus\:border-s-gray-600\/75:focus {

    border-inline-start-color: rgb(75 85 99 / 0.75);
}
.focus\:border-s-gray-600\/80:focus {

    border-inline-start-color: rgb(75 85 99 / 0.8);
}
.focus\:border-s-gray-600\/85:focus {

    border-inline-start-color: rgb(75 85 99 / 0.85);
}
.focus\:border-s-gray-600\/90:focus {

    border-inline-start-color: rgb(75 85 99 / 0.9);
}
.focus\:border-s-gray-600\/95:focus {

    border-inline-start-color: rgb(75 85 99 / 0.95);
}
.focus\:border-s-gray-700:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-700\/0:focus {

    border-inline-start-color: rgb(55 65 81 / 0);
}
.focus\:border-s-gray-700\/10:focus {

    border-inline-start-color: rgb(55 65 81 / 0.1);
}
.focus\:border-s-gray-700\/100:focus {

    border-inline-start-color: rgb(55 65 81 / 1);
}
.focus\:border-s-gray-700\/15:focus {

    border-inline-start-color: rgb(55 65 81 / 0.15);
}
.focus\:border-s-gray-700\/20:focus {

    border-inline-start-color: rgb(55 65 81 / 0.2);
}
.focus\:border-s-gray-700\/25:focus {

    border-inline-start-color: rgb(55 65 81 / 0.25);
}
.focus\:border-s-gray-700\/30:focus {

    border-inline-start-color: rgb(55 65 81 / 0.3);
}
.focus\:border-s-gray-700\/35:focus {

    border-inline-start-color: rgb(55 65 81 / 0.35);
}
.focus\:border-s-gray-700\/40:focus {

    border-inline-start-color: rgb(55 65 81 / 0.4);
}
.focus\:border-s-gray-700\/45:focus {

    border-inline-start-color: rgb(55 65 81 / 0.45);
}
.focus\:border-s-gray-700\/5:focus {

    border-inline-start-color: rgb(55 65 81 / 0.05);
}
.focus\:border-s-gray-700\/50:focus {

    border-inline-start-color: rgb(55 65 81 / 0.5);
}
.focus\:border-s-gray-700\/55:focus {

    border-inline-start-color: rgb(55 65 81 / 0.55);
}
.focus\:border-s-gray-700\/60:focus {

    border-inline-start-color: rgb(55 65 81 / 0.6);
}
.focus\:border-s-gray-700\/65:focus {

    border-inline-start-color: rgb(55 65 81 / 0.65);
}
.focus\:border-s-gray-700\/70:focus {

    border-inline-start-color: rgb(55 65 81 / 0.7);
}
.focus\:border-s-gray-700\/75:focus {

    border-inline-start-color: rgb(55 65 81 / 0.75);
}
.focus\:border-s-gray-700\/80:focus {

    border-inline-start-color: rgb(55 65 81 / 0.8);
}
.focus\:border-s-gray-700\/85:focus {

    border-inline-start-color: rgb(55 65 81 / 0.85);
}
.focus\:border-s-gray-700\/90:focus {

    border-inline-start-color: rgb(55 65 81 / 0.9);
}
.focus\:border-s-gray-700\/95:focus {

    border-inline-start-color: rgb(55 65 81 / 0.95);
}
.focus\:border-s-gray-800:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-800\/0:focus {

    border-inline-start-color: rgb(31 41 55 / 0);
}
.focus\:border-s-gray-800\/10:focus {

    border-inline-start-color: rgb(31 41 55 / 0.1);
}
.focus\:border-s-gray-800\/100:focus {

    border-inline-start-color: rgb(31 41 55 / 1);
}
.focus\:border-s-gray-800\/15:focus {

    border-inline-start-color: rgb(31 41 55 / 0.15);
}
.focus\:border-s-gray-800\/20:focus {

    border-inline-start-color: rgb(31 41 55 / 0.2);
}
.focus\:border-s-gray-800\/25:focus {

    border-inline-start-color: rgb(31 41 55 / 0.25);
}
.focus\:border-s-gray-800\/30:focus {

    border-inline-start-color: rgb(31 41 55 / 0.3);
}
.focus\:border-s-gray-800\/35:focus {

    border-inline-start-color: rgb(31 41 55 / 0.35);
}
.focus\:border-s-gray-800\/40:focus {

    border-inline-start-color: rgb(31 41 55 / 0.4);
}
.focus\:border-s-gray-800\/45:focus {

    border-inline-start-color: rgb(31 41 55 / 0.45);
}
.focus\:border-s-gray-800\/5:focus {

    border-inline-start-color: rgb(31 41 55 / 0.05);
}
.focus\:border-s-gray-800\/50:focus {

    border-inline-start-color: rgb(31 41 55 / 0.5);
}
.focus\:border-s-gray-800\/55:focus {

    border-inline-start-color: rgb(31 41 55 / 0.55);
}
.focus\:border-s-gray-800\/60:focus {

    border-inline-start-color: rgb(31 41 55 / 0.6);
}
.focus\:border-s-gray-800\/65:focus {

    border-inline-start-color: rgb(31 41 55 / 0.65);
}
.focus\:border-s-gray-800\/70:focus {

    border-inline-start-color: rgb(31 41 55 / 0.7);
}
.focus\:border-s-gray-800\/75:focus {

    border-inline-start-color: rgb(31 41 55 / 0.75);
}
.focus\:border-s-gray-800\/80:focus {

    border-inline-start-color: rgb(31 41 55 / 0.8);
}
.focus\:border-s-gray-800\/85:focus {

    border-inline-start-color: rgb(31 41 55 / 0.85);
}
.focus\:border-s-gray-800\/90:focus {

    border-inline-start-color: rgb(31 41 55 / 0.9);
}
.focus\:border-s-gray-800\/95:focus {

    border-inline-start-color: rgb(31 41 55 / 0.95);
}
.focus\:border-s-gray-900:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-900\/0:focus {

    border-inline-start-color: rgb(17 24 39 / 0);
}
.focus\:border-s-gray-900\/10:focus {

    border-inline-start-color: rgb(17 24 39 / 0.1);
}
.focus\:border-s-gray-900\/100:focus {

    border-inline-start-color: rgb(17 24 39 / 1);
}
.focus\:border-s-gray-900\/15:focus {

    border-inline-start-color: rgb(17 24 39 / 0.15);
}
.focus\:border-s-gray-900\/20:focus {

    border-inline-start-color: rgb(17 24 39 / 0.2);
}
.focus\:border-s-gray-900\/25:focus {

    border-inline-start-color: rgb(17 24 39 / 0.25);
}
.focus\:border-s-gray-900\/30:focus {

    border-inline-start-color: rgb(17 24 39 / 0.3);
}
.focus\:border-s-gray-900\/35:focus {

    border-inline-start-color: rgb(17 24 39 / 0.35);
}
.focus\:border-s-gray-900\/40:focus {

    border-inline-start-color: rgb(17 24 39 / 0.4);
}
.focus\:border-s-gray-900\/45:focus {

    border-inline-start-color: rgb(17 24 39 / 0.45);
}
.focus\:border-s-gray-900\/5:focus {

    border-inline-start-color: rgb(17 24 39 / 0.05);
}
.focus\:border-s-gray-900\/50:focus {

    border-inline-start-color: rgb(17 24 39 / 0.5);
}
.focus\:border-s-gray-900\/55:focus {

    border-inline-start-color: rgb(17 24 39 / 0.55);
}
.focus\:border-s-gray-900\/60:focus {

    border-inline-start-color: rgb(17 24 39 / 0.6);
}
.focus\:border-s-gray-900\/65:focus {

    border-inline-start-color: rgb(17 24 39 / 0.65);
}
.focus\:border-s-gray-900\/70:focus {

    border-inline-start-color: rgb(17 24 39 / 0.7);
}
.focus\:border-s-gray-900\/75:focus {

    border-inline-start-color: rgb(17 24 39 / 0.75);
}
.focus\:border-s-gray-900\/80:focus {

    border-inline-start-color: rgb(17 24 39 / 0.8);
}
.focus\:border-s-gray-900\/85:focus {

    border-inline-start-color: rgb(17 24 39 / 0.85);
}
.focus\:border-s-gray-900\/90:focus {

    border-inline-start-color: rgb(17 24 39 / 0.9);
}
.focus\:border-s-gray-900\/95:focus {

    border-inline-start-color: rgb(17 24 39 / 0.95);
}
.focus\:border-s-gray-950:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-950\/0:focus {

    border-inline-start-color: rgb(3 7 18 / 0);
}
.focus\:border-s-gray-950\/10:focus {

    border-inline-start-color: rgb(3 7 18 / 0.1);
}
.focus\:border-s-gray-950\/100:focus {

    border-inline-start-color: rgb(3 7 18 / 1);
}
.focus\:border-s-gray-950\/15:focus {

    border-inline-start-color: rgb(3 7 18 / 0.15);
}
.focus\:border-s-gray-950\/20:focus {

    border-inline-start-color: rgb(3 7 18 / 0.2);
}
.focus\:border-s-gray-950\/25:focus {

    border-inline-start-color: rgb(3 7 18 / 0.25);
}
.focus\:border-s-gray-950\/30:focus {

    border-inline-start-color: rgb(3 7 18 / 0.3);
}
.focus\:border-s-gray-950\/35:focus {

    border-inline-start-color: rgb(3 7 18 / 0.35);
}
.focus\:border-s-gray-950\/40:focus {

    border-inline-start-color: rgb(3 7 18 / 0.4);
}
.focus\:border-s-gray-950\/45:focus {

    border-inline-start-color: rgb(3 7 18 / 0.45);
}
.focus\:border-s-gray-950\/5:focus {

    border-inline-start-color: rgb(3 7 18 / 0.05);
}
.focus\:border-s-gray-950\/50:focus {

    border-inline-start-color: rgb(3 7 18 / 0.5);
}
.focus\:border-s-gray-950\/55:focus {

    border-inline-start-color: rgb(3 7 18 / 0.55);
}
.focus\:border-s-gray-950\/60:focus {

    border-inline-start-color: rgb(3 7 18 / 0.6);
}
.focus\:border-s-gray-950\/65:focus {

    border-inline-start-color: rgb(3 7 18 / 0.65);
}
.focus\:border-s-gray-950\/70:focus {

    border-inline-start-color: rgb(3 7 18 / 0.7);
}
.focus\:border-s-gray-950\/75:focus {

    border-inline-start-color: rgb(3 7 18 / 0.75);
}
.focus\:border-s-gray-950\/80:focus {

    border-inline-start-color: rgb(3 7 18 / 0.8);
}
.focus\:border-s-gray-950\/85:focus {

    border-inline-start-color: rgb(3 7 18 / 0.85);
}
.focus\:border-s-gray-950\/90:focus {

    border-inline-start-color: rgb(3 7 18 / 0.9);
}
.focus\:border-s-gray-950\/95:focus {

    border-inline-start-color: rgb(3 7 18 / 0.95);
}
.focus\:border-s-inherit:focus {

    border-inline-start-color: inherit;
}
.focus\:border-s-primary:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-dark:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-dark\/0:focus {

    border-inline-start-color: rgb(26 88 121 / 0);
}
.focus\:border-s-primary-dark\/10:focus {

    border-inline-start-color: rgb(26 88 121 / 0.1);
}
.focus\:border-s-primary-dark\/100:focus {

    border-inline-start-color: rgb(26 88 121 / 1);
}
.focus\:border-s-primary-dark\/15:focus {

    border-inline-start-color: rgb(26 88 121 / 0.15);
}
.focus\:border-s-primary-dark\/20:focus {

    border-inline-start-color: rgb(26 88 121 / 0.2);
}
.focus\:border-s-primary-dark\/25:focus {

    border-inline-start-color: rgb(26 88 121 / 0.25);
}
.focus\:border-s-primary-dark\/30:focus {

    border-inline-start-color: rgb(26 88 121 / 0.3);
}
.focus\:border-s-primary-dark\/35:focus {

    border-inline-start-color: rgb(26 88 121 / 0.35);
}
.focus\:border-s-primary-dark\/40:focus {

    border-inline-start-color: rgb(26 88 121 / 0.4);
}
.focus\:border-s-primary-dark\/45:focus {

    border-inline-start-color: rgb(26 88 121 / 0.45);
}
.focus\:border-s-primary-dark\/5:focus {

    border-inline-start-color: rgb(26 88 121 / 0.05);
}
.focus\:border-s-primary-dark\/50:focus {

    border-inline-start-color: rgb(26 88 121 / 0.5);
}
.focus\:border-s-primary-dark\/55:focus {

    border-inline-start-color: rgb(26 88 121 / 0.55);
}
.focus\:border-s-primary-dark\/60:focus {

    border-inline-start-color: rgb(26 88 121 / 0.6);
}
.focus\:border-s-primary-dark\/65:focus {

    border-inline-start-color: rgb(26 88 121 / 0.65);
}
.focus\:border-s-primary-dark\/70:focus {

    border-inline-start-color: rgb(26 88 121 / 0.7);
}
.focus\:border-s-primary-dark\/75:focus {

    border-inline-start-color: rgb(26 88 121 / 0.75);
}
.focus\:border-s-primary-dark\/80:focus {

    border-inline-start-color: rgb(26 88 121 / 0.8);
}
.focus\:border-s-primary-dark\/85:focus {

    border-inline-start-color: rgb(26 88 121 / 0.85);
}
.focus\:border-s-primary-dark\/90:focus {

    border-inline-start-color: rgb(26 88 121 / 0.9);
}
.focus\:border-s-primary-dark\/95:focus {

    border-inline-start-color: rgb(26 88 121 / 0.95);
}
.focus\:border-s-primary-light:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-light\/0:focus {

    border-inline-start-color: rgb(85 154 193 / 0);
}
.focus\:border-s-primary-light\/10:focus {

    border-inline-start-color: rgb(85 154 193 / 0.1);
}
.focus\:border-s-primary-light\/100:focus {

    border-inline-start-color: rgb(85 154 193 / 1);
}
.focus\:border-s-primary-light\/15:focus {

    border-inline-start-color: rgb(85 154 193 / 0.15);
}
.focus\:border-s-primary-light\/20:focus {

    border-inline-start-color: rgb(85 154 193 / 0.2);
}
.focus\:border-s-primary-light\/25:focus {

    border-inline-start-color: rgb(85 154 193 / 0.25);
}
.focus\:border-s-primary-light\/30:focus {

    border-inline-start-color: rgb(85 154 193 / 0.3);
}
.focus\:border-s-primary-light\/35:focus {

    border-inline-start-color: rgb(85 154 193 / 0.35);
}
.focus\:border-s-primary-light\/40:focus {

    border-inline-start-color: rgb(85 154 193 / 0.4);
}
.focus\:border-s-primary-light\/45:focus {

    border-inline-start-color: rgb(85 154 193 / 0.45);
}
.focus\:border-s-primary-light\/5:focus {

    border-inline-start-color: rgb(85 154 193 / 0.05);
}
.focus\:border-s-primary-light\/50:focus {

    border-inline-start-color: rgb(85 154 193 / 0.5);
}
.focus\:border-s-primary-light\/55:focus {

    border-inline-start-color: rgb(85 154 193 / 0.55);
}
.focus\:border-s-primary-light\/60:focus {

    border-inline-start-color: rgb(85 154 193 / 0.6);
}
.focus\:border-s-primary-light\/65:focus {

    border-inline-start-color: rgb(85 154 193 / 0.65);
}
.focus\:border-s-primary-light\/70:focus {

    border-inline-start-color: rgb(85 154 193 / 0.7);
}
.focus\:border-s-primary-light\/75:focus {

    border-inline-start-color: rgb(85 154 193 / 0.75);
}
.focus\:border-s-primary-light\/80:focus {

    border-inline-start-color: rgb(85 154 193 / 0.8);
}
.focus\:border-s-primary-light\/85:focus {

    border-inline-start-color: rgb(85 154 193 / 0.85);
}
.focus\:border-s-primary-light\/90:focus {

    border-inline-start-color: rgb(85 154 193 / 0.9);
}
.focus\:border-s-primary-light\/95:focus {

    border-inline-start-color: rgb(85 154 193 / 0.95);
}
.focus\:border-s-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-lighter\/0:focus {

    border-inline-start-color: rgb(115 177 212 / 0);
}
.focus\:border-s-primary-lighter\/10:focus {

    border-inline-start-color: rgb(115 177 212 / 0.1);
}
.focus\:border-s-primary-lighter\/100:focus {

    border-inline-start-color: rgb(115 177 212 / 1);
}
.focus\:border-s-primary-lighter\/15:focus {

    border-inline-start-color: rgb(115 177 212 / 0.15);
}
.focus\:border-s-primary-lighter\/20:focus {

    border-inline-start-color: rgb(115 177 212 / 0.2);
}
.focus\:border-s-primary-lighter\/25:focus {

    border-inline-start-color: rgb(115 177 212 / 0.25);
}
.focus\:border-s-primary-lighter\/30:focus {

    border-inline-start-color: rgb(115 177 212 / 0.3);
}
.focus\:border-s-primary-lighter\/35:focus {

    border-inline-start-color: rgb(115 177 212 / 0.35);
}
.focus\:border-s-primary-lighter\/40:focus {

    border-inline-start-color: rgb(115 177 212 / 0.4);
}
.focus\:border-s-primary-lighter\/45:focus {

    border-inline-start-color: rgb(115 177 212 / 0.45);
}
.focus\:border-s-primary-lighter\/5:focus {

    border-inline-start-color: rgb(115 177 212 / 0.05);
}
.focus\:border-s-primary-lighter\/50:focus {

    border-inline-start-color: rgb(115 177 212 / 0.5);
}
.focus\:border-s-primary-lighter\/55:focus {

    border-inline-start-color: rgb(115 177 212 / 0.55);
}
.focus\:border-s-primary-lighter\/60:focus {

    border-inline-start-color: rgb(115 177 212 / 0.6);
}
.focus\:border-s-primary-lighter\/65:focus {

    border-inline-start-color: rgb(115 177 212 / 0.65);
}
.focus\:border-s-primary-lighter\/70:focus {

    border-inline-start-color: rgb(115 177 212 / 0.7);
}
.focus\:border-s-primary-lighter\/75:focus {

    border-inline-start-color: rgb(115 177 212 / 0.75);
}
.focus\:border-s-primary-lighter\/80:focus {

    border-inline-start-color: rgb(115 177 212 / 0.8);
}
.focus\:border-s-primary-lighter\/85:focus {

    border-inline-start-color: rgb(115 177 212 / 0.85);
}
.focus\:border-s-primary-lighter\/90:focus {

    border-inline-start-color: rgb(115 177 212 / 0.9);
}
.focus\:border-s-primary-lighter\/95:focus {

    border-inline-start-color: rgb(115 177 212 / 0.95);
}
.focus\:border-s-primary\/0:focus {

    border-inline-start-color: rgb(52 114 147 / 0);
}
.focus\:border-s-primary\/10:focus {

    border-inline-start-color: rgb(52 114 147 / 0.1);
}
.focus\:border-s-primary\/100:focus {

    border-inline-start-color: rgb(52 114 147 / 1);
}
.focus\:border-s-primary\/15:focus {

    border-inline-start-color: rgb(52 114 147 / 0.15);
}
.focus\:border-s-primary\/20:focus {

    border-inline-start-color: rgb(52 114 147 / 0.2);
}
.focus\:border-s-primary\/25:focus {

    border-inline-start-color: rgb(52 114 147 / 0.25);
}
.focus\:border-s-primary\/30:focus {

    border-inline-start-color: rgb(52 114 147 / 0.3);
}
.focus\:border-s-primary\/35:focus {

    border-inline-start-color: rgb(52 114 147 / 0.35);
}
.focus\:border-s-primary\/40:focus {

    border-inline-start-color: rgb(52 114 147 / 0.4);
}
.focus\:border-s-primary\/45:focus {

    border-inline-start-color: rgb(52 114 147 / 0.45);
}
.focus\:border-s-primary\/5:focus {

    border-inline-start-color: rgb(52 114 147 / 0.05);
}
.focus\:border-s-primary\/50:focus {

    border-inline-start-color: rgb(52 114 147 / 0.5);
}
.focus\:border-s-primary\/55:focus {

    border-inline-start-color: rgb(52 114 147 / 0.55);
}
.focus\:border-s-primary\/60:focus {

    border-inline-start-color: rgb(52 114 147 / 0.6);
}
.focus\:border-s-primary\/65:focus {

    border-inline-start-color: rgb(52 114 147 / 0.65);
}
.focus\:border-s-primary\/70:focus {

    border-inline-start-color: rgb(52 114 147 / 0.7);
}
.focus\:border-s-primary\/75:focus {

    border-inline-start-color: rgb(52 114 147 / 0.75);
}
.focus\:border-s-primary\/80:focus {

    border-inline-start-color: rgb(52 114 147 / 0.8);
}
.focus\:border-s-primary\/85:focus {

    border-inline-start-color: rgb(52 114 147 / 0.85);
}
.focus\:border-s-primary\/90:focus {

    border-inline-start-color: rgb(52 114 147 / 0.9);
}
.focus\:border-s-primary\/95:focus {

    border-inline-start-color: rgb(52 114 147 / 0.95);
}
.focus\:border-s-secondary:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-dark\/0:focus {

    border-inline-start-color: rgb(226 207 188 / 0);
}
.focus\:border-s-secondary-dark\/10:focus {

    border-inline-start-color: rgb(226 207 188 / 0.1);
}
.focus\:border-s-secondary-dark\/100:focus {

    border-inline-start-color: rgb(226 207 188 / 1);
}
.focus\:border-s-secondary-dark\/15:focus {

    border-inline-start-color: rgb(226 207 188 / 0.15);
}
.focus\:border-s-secondary-dark\/20:focus {

    border-inline-start-color: rgb(226 207 188 / 0.2);
}
.focus\:border-s-secondary-dark\/25:focus {

    border-inline-start-color: rgb(226 207 188 / 0.25);
}
.focus\:border-s-secondary-dark\/30:focus {

    border-inline-start-color: rgb(226 207 188 / 0.3);
}
.focus\:border-s-secondary-dark\/35:focus {

    border-inline-start-color: rgb(226 207 188 / 0.35);
}
.focus\:border-s-secondary-dark\/40:focus {

    border-inline-start-color: rgb(226 207 188 / 0.4);
}
.focus\:border-s-secondary-dark\/45:focus {

    border-inline-start-color: rgb(226 207 188 / 0.45);
}
.focus\:border-s-secondary-dark\/5:focus {

    border-inline-start-color: rgb(226 207 188 / 0.05);
}
.focus\:border-s-secondary-dark\/50:focus {

    border-inline-start-color: rgb(226 207 188 / 0.5);
}
.focus\:border-s-secondary-dark\/55:focus {

    border-inline-start-color: rgb(226 207 188 / 0.55);
}
.focus\:border-s-secondary-dark\/60:focus {

    border-inline-start-color: rgb(226 207 188 / 0.6);
}
.focus\:border-s-secondary-dark\/65:focus {

    border-inline-start-color: rgb(226 207 188 / 0.65);
}
.focus\:border-s-secondary-dark\/70:focus {

    border-inline-start-color: rgb(226 207 188 / 0.7);
}
.focus\:border-s-secondary-dark\/75:focus {

    border-inline-start-color: rgb(226 207 188 / 0.75);
}
.focus\:border-s-secondary-dark\/80:focus {

    border-inline-start-color: rgb(226 207 188 / 0.8);
}
.focus\:border-s-secondary-dark\/85:focus {

    border-inline-start-color: rgb(226 207 188 / 0.85);
}
.focus\:border-s-secondary-dark\/90:focus {

    border-inline-start-color: rgb(226 207 188 / 0.9);
}
.focus\:border-s-secondary-dark\/95:focus {

    border-inline-start-color: rgb(226 207 188 / 0.95);
}
.focus\:border-s-secondary-light:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-light\/0:focus {

    border-inline-start-color: rgb(254 250 247 / 0);
}
.focus\:border-s-secondary-light\/10:focus {

    border-inline-start-color: rgb(254 250 247 / 0.1);
}
.focus\:border-s-secondary-light\/100:focus {

    border-inline-start-color: rgb(254 250 247 / 1);
}
.focus\:border-s-secondary-light\/15:focus {

    border-inline-start-color: rgb(254 250 247 / 0.15);
}
.focus\:border-s-secondary-light\/20:focus {

    border-inline-start-color: rgb(254 250 247 / 0.2);
}
.focus\:border-s-secondary-light\/25:focus {

    border-inline-start-color: rgb(254 250 247 / 0.25);
}
.focus\:border-s-secondary-light\/30:focus {

    border-inline-start-color: rgb(254 250 247 / 0.3);
}
.focus\:border-s-secondary-light\/35:focus {

    border-inline-start-color: rgb(254 250 247 / 0.35);
}
.focus\:border-s-secondary-light\/40:focus {

    border-inline-start-color: rgb(254 250 247 / 0.4);
}
.focus\:border-s-secondary-light\/45:focus {

    border-inline-start-color: rgb(254 250 247 / 0.45);
}
.focus\:border-s-secondary-light\/5:focus {

    border-inline-start-color: rgb(254 250 247 / 0.05);
}
.focus\:border-s-secondary-light\/50:focus {

    border-inline-start-color: rgb(254 250 247 / 0.5);
}
.focus\:border-s-secondary-light\/55:focus {

    border-inline-start-color: rgb(254 250 247 / 0.55);
}
.focus\:border-s-secondary-light\/60:focus {

    border-inline-start-color: rgb(254 250 247 / 0.6);
}
.focus\:border-s-secondary-light\/65:focus {

    border-inline-start-color: rgb(254 250 247 / 0.65);
}
.focus\:border-s-secondary-light\/70:focus {

    border-inline-start-color: rgb(254 250 247 / 0.7);
}
.focus\:border-s-secondary-light\/75:focus {

    border-inline-start-color: rgb(254 250 247 / 0.75);
}
.focus\:border-s-secondary-light\/80:focus {

    border-inline-start-color: rgb(254 250 247 / 0.8);
}
.focus\:border-s-secondary-light\/85:focus {

    border-inline-start-color: rgb(254 250 247 / 0.85);
}
.focus\:border-s-secondary-light\/90:focus {

    border-inline-start-color: rgb(254 250 247 / 0.9);
}
.focus\:border-s-secondary-light\/95:focus {

    border-inline-start-color: rgb(254 250 247 / 0.95);
}
.focus\:border-s-secondary\/0:focus {

    border-inline-start-color: rgb(243 234 225 / 0);
}
.focus\:border-s-secondary\/10:focus {

    border-inline-start-color: rgb(243 234 225 / 0.1);
}
.focus\:border-s-secondary\/100:focus {

    border-inline-start-color: rgb(243 234 225 / 1);
}
.focus\:border-s-secondary\/15:focus {

    border-inline-start-color: rgb(243 234 225 / 0.15);
}
.focus\:border-s-secondary\/20:focus {

    border-inline-start-color: rgb(243 234 225 / 0.2);
}
.focus\:border-s-secondary\/25:focus {

    border-inline-start-color: rgb(243 234 225 / 0.25);
}
.focus\:border-s-secondary\/30:focus {

    border-inline-start-color: rgb(243 234 225 / 0.3);
}
.focus\:border-s-secondary\/35:focus {

    border-inline-start-color: rgb(243 234 225 / 0.35);
}
.focus\:border-s-secondary\/40:focus {

    border-inline-start-color: rgb(243 234 225 / 0.4);
}
.focus\:border-s-secondary\/45:focus {

    border-inline-start-color: rgb(243 234 225 / 0.45);
}
.focus\:border-s-secondary\/5:focus {

    border-inline-start-color: rgb(243 234 225 / 0.05);
}
.focus\:border-s-secondary\/50:focus {

    border-inline-start-color: rgb(243 234 225 / 0.5);
}
.focus\:border-s-secondary\/55:focus {

    border-inline-start-color: rgb(243 234 225 / 0.55);
}
.focus\:border-s-secondary\/60:focus {

    border-inline-start-color: rgb(243 234 225 / 0.6);
}
.focus\:border-s-secondary\/65:focus {

    border-inline-start-color: rgb(243 234 225 / 0.65);
}
.focus\:border-s-secondary\/70:focus {

    border-inline-start-color: rgb(243 234 225 / 0.7);
}
.focus\:border-s-secondary\/75:focus {

    border-inline-start-color: rgb(243 234 225 / 0.75);
}
.focus\:border-s-secondary\/80:focus {

    border-inline-start-color: rgb(243 234 225 / 0.8);
}
.focus\:border-s-secondary\/85:focus {

    border-inline-start-color: rgb(243 234 225 / 0.85);
}
.focus\:border-s-secondary\/90:focus {

    border-inline-start-color: rgb(243 234 225 / 0.9);
}
.focus\:border-s-secondary\/95:focus {

    border-inline-start-color: rgb(243 234 225 / 0.95);
}
.focus\:border-s-transparent:focus {

    border-inline-start-color: transparent;
}
.focus\:border-s-transparent\/0:focus {

    border-inline-start-color: rgb(0 0 0 / 0);
}
.focus\:border-s-transparent\/10:focus {

    border-inline-start-color: rgb(0 0 0 / 0.1);
}
.focus\:border-s-transparent\/100:focus {

    border-inline-start-color: rgb(0 0 0 / 1);
}
.focus\:border-s-transparent\/15:focus {

    border-inline-start-color: rgb(0 0 0 / 0.15);
}
.focus\:border-s-transparent\/20:focus {

    border-inline-start-color: rgb(0 0 0 / 0.2);
}
.focus\:border-s-transparent\/25:focus {

    border-inline-start-color: rgb(0 0 0 / 0.25);
}
.focus\:border-s-transparent\/30:focus {

    border-inline-start-color: rgb(0 0 0 / 0.3);
}
.focus\:border-s-transparent\/35:focus {

    border-inline-start-color: rgb(0 0 0 / 0.35);
}
.focus\:border-s-transparent\/40:focus {

    border-inline-start-color: rgb(0 0 0 / 0.4);
}
.focus\:border-s-transparent\/45:focus {

    border-inline-start-color: rgb(0 0 0 / 0.45);
}
.focus\:border-s-transparent\/5:focus {

    border-inline-start-color: rgb(0 0 0 / 0.05);
}
.focus\:border-s-transparent\/50:focus {

    border-inline-start-color: rgb(0 0 0 / 0.5);
}
.focus\:border-s-transparent\/55:focus {

    border-inline-start-color: rgb(0 0 0 / 0.55);
}
.focus\:border-s-transparent\/60:focus {

    border-inline-start-color: rgb(0 0 0 / 0.6);
}
.focus\:border-s-transparent\/65:focus {

    border-inline-start-color: rgb(0 0 0 / 0.65);
}
.focus\:border-s-transparent\/70:focus {

    border-inline-start-color: rgb(0 0 0 / 0.7);
}
.focus\:border-s-transparent\/75:focus {

    border-inline-start-color: rgb(0 0 0 / 0.75);
}
.focus\:border-s-transparent\/80:focus {

    border-inline-start-color: rgb(0 0 0 / 0.8);
}
.focus\:border-s-transparent\/85:focus {

    border-inline-start-color: rgb(0 0 0 / 0.85);
}
.focus\:border-s-transparent\/90:focus {

    border-inline-start-color: rgb(0 0 0 / 0.9);
}
.focus\:border-s-transparent\/95:focus {

    border-inline-start-color: rgb(0 0 0 / 0.95);
}
.focus\:border-s-white:focus {

    --tw-border-opacity: 1;

    border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-s-white\/0:focus {

    border-inline-start-color: rgb(255 255 255 / 0);
}
.focus\:border-s-white\/10:focus {

    border-inline-start-color: rgb(255 255 255 / 0.1);
}
.focus\:border-s-white\/100:focus {

    border-inline-start-color: rgb(255 255 255 / 1);
}
.focus\:border-s-white\/15:focus {

    border-inline-start-color: rgb(255 255 255 / 0.15);
}
.focus\:border-s-white\/20:focus {

    border-inline-start-color: rgb(255 255 255 / 0.2);
}
.focus\:border-s-white\/25:focus {

    border-inline-start-color: rgb(255 255 255 / 0.25);
}
.focus\:border-s-white\/30:focus {

    border-inline-start-color: rgb(255 255 255 / 0.3);
}
.focus\:border-s-white\/35:focus {

    border-inline-start-color: rgb(255 255 255 / 0.35);
}
.focus\:border-s-white\/40:focus {

    border-inline-start-color: rgb(255 255 255 / 0.4);
}
.focus\:border-s-white\/45:focus {

    border-inline-start-color: rgb(255 255 255 / 0.45);
}
.focus\:border-s-white\/5:focus {

    border-inline-start-color: rgb(255 255 255 / 0.05);
}
.focus\:border-s-white\/50:focus {

    border-inline-start-color: rgb(255 255 255 / 0.5);
}
.focus\:border-s-white\/55:focus {

    border-inline-start-color: rgb(255 255 255 / 0.55);
}
.focus\:border-s-white\/60:focus {

    border-inline-start-color: rgb(255 255 255 / 0.6);
}
.focus\:border-s-white\/65:focus {

    border-inline-start-color: rgb(255 255 255 / 0.65);
}
.focus\:border-s-white\/70:focus {

    border-inline-start-color: rgb(255 255 255 / 0.7);
}
.focus\:border-s-white\/75:focus {

    border-inline-start-color: rgb(255 255 255 / 0.75);
}
.focus\:border-s-white\/80:focus {

    border-inline-start-color: rgb(255 255 255 / 0.8);
}
.focus\:border-s-white\/85:focus {

    border-inline-start-color: rgb(255 255 255 / 0.85);
}
.focus\:border-s-white\/90:focus {

    border-inline-start-color: rgb(255 255 255 / 0.9);
}
.focus\:border-s-white\/95:focus {

    border-inline-start-color: rgb(255 255 255 / 0.95);
}
.focus\:border-t-accent:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-dark\/0:focus {

    border-top-color: rgb(225 114 45 / 0);
}
.focus\:border-t-accent-dark\/10:focus {

    border-top-color: rgb(225 114 45 / 0.1);
}
.focus\:border-t-accent-dark\/100:focus {

    border-top-color: rgb(225 114 45 / 1);
}
.focus\:border-t-accent-dark\/15:focus {

    border-top-color: rgb(225 114 45 / 0.15);
}
.focus\:border-t-accent-dark\/20:focus {

    border-top-color: rgb(225 114 45 / 0.2);
}
.focus\:border-t-accent-dark\/25:focus {

    border-top-color: rgb(225 114 45 / 0.25);
}
.focus\:border-t-accent-dark\/30:focus {

    border-top-color: rgb(225 114 45 / 0.3);
}
.focus\:border-t-accent-dark\/35:focus {

    border-top-color: rgb(225 114 45 / 0.35);
}
.focus\:border-t-accent-dark\/40:focus {

    border-top-color: rgb(225 114 45 / 0.4);
}
.focus\:border-t-accent-dark\/45:focus {

    border-top-color: rgb(225 114 45 / 0.45);
}
.focus\:border-t-accent-dark\/5:focus {

    border-top-color: rgb(225 114 45 / 0.05);
}
.focus\:border-t-accent-dark\/50:focus {

    border-top-color: rgb(225 114 45 / 0.5);
}
.focus\:border-t-accent-dark\/55:focus {

    border-top-color: rgb(225 114 45 / 0.55);
}
.focus\:border-t-accent-dark\/60:focus {

    border-top-color: rgb(225 114 45 / 0.6);
}
.focus\:border-t-accent-dark\/65:focus {

    border-top-color: rgb(225 114 45 / 0.65);
}
.focus\:border-t-accent-dark\/70:focus {

    border-top-color: rgb(225 114 45 / 0.7);
}
.focus\:border-t-accent-dark\/75:focus {

    border-top-color: rgb(225 114 45 / 0.75);
}
.focus\:border-t-accent-dark\/80:focus {

    border-top-color: rgb(225 114 45 / 0.8);
}
.focus\:border-t-accent-dark\/85:focus {

    border-top-color: rgb(225 114 45 / 0.85);
}
.focus\:border-t-accent-dark\/90:focus {

    border-top-color: rgb(225 114 45 / 0.9);
}
.focus\:border-t-accent-dark\/95:focus {

    border-top-color: rgb(225 114 45 / 0.95);
}
.focus\:border-t-accent-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-light\/0:focus {

    border-top-color: rgb(255 191 105 / 0);
}
.focus\:border-t-accent-light\/10:focus {

    border-top-color: rgb(255 191 105 / 0.1);
}
.focus\:border-t-accent-light\/100:focus {

    border-top-color: rgb(255 191 105 / 1);
}
.focus\:border-t-accent-light\/15:focus {

    border-top-color: rgb(255 191 105 / 0.15);
}
.focus\:border-t-accent-light\/20:focus {

    border-top-color: rgb(255 191 105 / 0.2);
}
.focus\:border-t-accent-light\/25:focus {

    border-top-color: rgb(255 191 105 / 0.25);
}
.focus\:border-t-accent-light\/30:focus {

    border-top-color: rgb(255 191 105 / 0.3);
}
.focus\:border-t-accent-light\/35:focus {

    border-top-color: rgb(255 191 105 / 0.35);
}
.focus\:border-t-accent-light\/40:focus {

    border-top-color: rgb(255 191 105 / 0.4);
}
.focus\:border-t-accent-light\/45:focus {

    border-top-color: rgb(255 191 105 / 0.45);
}
.focus\:border-t-accent-light\/5:focus {

    border-top-color: rgb(255 191 105 / 0.05);
}
.focus\:border-t-accent-light\/50:focus {

    border-top-color: rgb(255 191 105 / 0.5);
}
.focus\:border-t-accent-light\/55:focus {

    border-top-color: rgb(255 191 105 / 0.55);
}
.focus\:border-t-accent-light\/60:focus {

    border-top-color: rgb(255 191 105 / 0.6);
}
.focus\:border-t-accent-light\/65:focus {

    border-top-color: rgb(255 191 105 / 0.65);
}
.focus\:border-t-accent-light\/70:focus {

    border-top-color: rgb(255 191 105 / 0.7);
}
.focus\:border-t-accent-light\/75:focus {

    border-top-color: rgb(255 191 105 / 0.75);
}
.focus\:border-t-accent-light\/80:focus {

    border-top-color: rgb(255 191 105 / 0.8);
}
.focus\:border-t-accent-light\/85:focus {

    border-top-color: rgb(255 191 105 / 0.85);
}
.focus\:border-t-accent-light\/90:focus {

    border-top-color: rgb(255 191 105 / 0.9);
}
.focus\:border-t-accent-light\/95:focus {

    border-top-color: rgb(255 191 105 / 0.95);
}
.focus\:border-t-accent\/0:focus {

    border-top-color: rgb(229 136 78 / 0);
}
.focus\:border-t-accent\/10:focus {

    border-top-color: rgb(229 136 78 / 0.1);
}
.focus\:border-t-accent\/100:focus {

    border-top-color: rgb(229 136 78 / 1);
}
.focus\:border-t-accent\/15:focus {

    border-top-color: rgb(229 136 78 / 0.15);
}
.focus\:border-t-accent\/20:focus {

    border-top-color: rgb(229 136 78 / 0.2);
}
.focus\:border-t-accent\/25:focus {

    border-top-color: rgb(229 136 78 / 0.25);
}
.focus\:border-t-accent\/30:focus {

    border-top-color: rgb(229 136 78 / 0.3);
}
.focus\:border-t-accent\/35:focus {

    border-top-color: rgb(229 136 78 / 0.35);
}
.focus\:border-t-accent\/40:focus {

    border-top-color: rgb(229 136 78 / 0.4);
}
.focus\:border-t-accent\/45:focus {

    border-top-color: rgb(229 136 78 / 0.45);
}
.focus\:border-t-accent\/5:focus {

    border-top-color: rgb(229 136 78 / 0.05);
}
.focus\:border-t-accent\/50:focus {

    border-top-color: rgb(229 136 78 / 0.5);
}
.focus\:border-t-accent\/55:focus {

    border-top-color: rgb(229 136 78 / 0.55);
}
.focus\:border-t-accent\/60:focus {

    border-top-color: rgb(229 136 78 / 0.6);
}
.focus\:border-t-accent\/65:focus {

    border-top-color: rgb(229 136 78 / 0.65);
}
.focus\:border-t-accent\/70:focus {

    border-top-color: rgb(229 136 78 / 0.7);
}
.focus\:border-t-accent\/75:focus {

    border-top-color: rgb(229 136 78 / 0.75);
}
.focus\:border-t-accent\/80:focus {

    border-top-color: rgb(229 136 78 / 0.8);
}
.focus\:border-t-accent\/85:focus {

    border-top-color: rgb(229 136 78 / 0.85);
}
.focus\:border-t-accent\/90:focus {

    border-top-color: rgb(229 136 78 / 0.9);
}
.focus\:border-t-accent\/95:focus {

    border-top-color: rgb(229 136 78 / 0.95);
}
.focus\:border-t-black:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-t-black\/0:focus {

    border-top-color: rgb(0 0 0 / 0);
}
.focus\:border-t-black\/10:focus {

    border-top-color: rgb(0 0 0 / 0.1);
}
.focus\:border-t-black\/100:focus {

    border-top-color: rgb(0 0 0 / 1);
}
.focus\:border-t-black\/15:focus {

    border-top-color: rgb(0 0 0 / 0.15);
}
.focus\:border-t-black\/20:focus {

    border-top-color: rgb(0 0 0 / 0.2);
}
.focus\:border-t-black\/25:focus {

    border-top-color: rgb(0 0 0 / 0.25);
}
.focus\:border-t-black\/30:focus {

    border-top-color: rgb(0 0 0 / 0.3);
}
.focus\:border-t-black\/35:focus {

    border-top-color: rgb(0 0 0 / 0.35);
}
.focus\:border-t-black\/40:focus {

    border-top-color: rgb(0 0 0 / 0.4);
}
.focus\:border-t-black\/45:focus {

    border-top-color: rgb(0 0 0 / 0.45);
}
.focus\:border-t-black\/5:focus {

    border-top-color: rgb(0 0 0 / 0.05);
}
.focus\:border-t-black\/50:focus {

    border-top-color: rgb(0 0 0 / 0.5);
}
.focus\:border-t-black\/55:focus {

    border-top-color: rgb(0 0 0 / 0.55);
}
.focus\:border-t-black\/60:focus {

    border-top-color: rgb(0 0 0 / 0.6);
}
.focus\:border-t-black\/65:focus {

    border-top-color: rgb(0 0 0 / 0.65);
}
.focus\:border-t-black\/70:focus {

    border-top-color: rgb(0 0 0 / 0.7);
}
.focus\:border-t-black\/75:focus {

    border-top-color: rgb(0 0 0 / 0.75);
}
.focus\:border-t-black\/80:focus {

    border-top-color: rgb(0 0 0 / 0.8);
}
.focus\:border-t-black\/85:focus {

    border-top-color: rgb(0 0 0 / 0.85);
}
.focus\:border-t-black\/90:focus {

    border-top-color: rgb(0 0 0 / 0.9);
}
.focus\:border-t-black\/95:focus {

    border-top-color: rgb(0 0 0 / 0.95);
}
.focus\:border-t-current:focus {

    border-top-color: currentColor;
}
.focus\:border-t-error:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-t-error\/0:focus {

    border-top-color: rgb(255 0 0 / 0);
}
.focus\:border-t-error\/10:focus {

    border-top-color: rgb(255 0 0 / 0.1);
}
.focus\:border-t-error\/100:focus {

    border-top-color: rgb(255 0 0 / 1);
}
.focus\:border-t-error\/15:focus {

    border-top-color: rgb(255 0 0 / 0.15);
}
.focus\:border-t-error\/20:focus {

    border-top-color: rgb(255 0 0 / 0.2);
}
.focus\:border-t-error\/25:focus {

    border-top-color: rgb(255 0 0 / 0.25);
}
.focus\:border-t-error\/30:focus {

    border-top-color: rgb(255 0 0 / 0.3);
}
.focus\:border-t-error\/35:focus {

    border-top-color: rgb(255 0 0 / 0.35);
}
.focus\:border-t-error\/40:focus {

    border-top-color: rgb(255 0 0 / 0.4);
}
.focus\:border-t-error\/45:focus {

    border-top-color: rgb(255 0 0 / 0.45);
}
.focus\:border-t-error\/5:focus {

    border-top-color: rgb(255 0 0 / 0.05);
}
.focus\:border-t-error\/50:focus {

    border-top-color: rgb(255 0 0 / 0.5);
}
.focus\:border-t-error\/55:focus {

    border-top-color: rgb(255 0 0 / 0.55);
}
.focus\:border-t-error\/60:focus {

    border-top-color: rgb(255 0 0 / 0.6);
}
.focus\:border-t-error\/65:focus {

    border-top-color: rgb(255 0 0 / 0.65);
}
.focus\:border-t-error\/70:focus {

    border-top-color: rgb(255 0 0 / 0.7);
}
.focus\:border-t-error\/75:focus {

    border-top-color: rgb(255 0 0 / 0.75);
}
.focus\:border-t-error\/80:focus {

    border-top-color: rgb(255 0 0 / 0.8);
}
.focus\:border-t-error\/85:focus {

    border-top-color: rgb(255 0 0 / 0.85);
}
.focus\:border-t-error\/90:focus {

    border-top-color: rgb(255 0 0 / 0.9);
}
.focus\:border-t-error\/95:focus {

    border-top-color: rgb(255 0 0 / 0.95);
}
.focus\:border-t-gray-100:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-100\/0:focus {

    border-top-color: rgb(243 244 246 / 0);
}
.focus\:border-t-gray-100\/10:focus {

    border-top-color: rgb(243 244 246 / 0.1);
}
.focus\:border-t-gray-100\/100:focus {

    border-top-color: rgb(243 244 246 / 1);
}
.focus\:border-t-gray-100\/15:focus {

    border-top-color: rgb(243 244 246 / 0.15);
}
.focus\:border-t-gray-100\/20:focus {

    border-top-color: rgb(243 244 246 / 0.2);
}
.focus\:border-t-gray-100\/25:focus {

    border-top-color: rgb(243 244 246 / 0.25);
}
.focus\:border-t-gray-100\/30:focus {

    border-top-color: rgb(243 244 246 / 0.3);
}
.focus\:border-t-gray-100\/35:focus {

    border-top-color: rgb(243 244 246 / 0.35);
}
.focus\:border-t-gray-100\/40:focus {

    border-top-color: rgb(243 244 246 / 0.4);
}
.focus\:border-t-gray-100\/45:focus {

    border-top-color: rgb(243 244 246 / 0.45);
}
.focus\:border-t-gray-100\/5:focus {

    border-top-color: rgb(243 244 246 / 0.05);
}
.focus\:border-t-gray-100\/50:focus {

    border-top-color: rgb(243 244 246 / 0.5);
}
.focus\:border-t-gray-100\/55:focus {

    border-top-color: rgb(243 244 246 / 0.55);
}
.focus\:border-t-gray-100\/60:focus {

    border-top-color: rgb(243 244 246 / 0.6);
}
.focus\:border-t-gray-100\/65:focus {

    border-top-color: rgb(243 244 246 / 0.65);
}
.focus\:border-t-gray-100\/70:focus {

    border-top-color: rgb(243 244 246 / 0.7);
}
.focus\:border-t-gray-100\/75:focus {

    border-top-color: rgb(243 244 246 / 0.75);
}
.focus\:border-t-gray-100\/80:focus {

    border-top-color: rgb(243 244 246 / 0.8);
}
.focus\:border-t-gray-100\/85:focus {

    border-top-color: rgb(243 244 246 / 0.85);
}
.focus\:border-t-gray-100\/90:focus {

    border-top-color: rgb(243 244 246 / 0.9);
}
.focus\:border-t-gray-100\/95:focus {

    border-top-color: rgb(243 244 246 / 0.95);
}
.focus\:border-t-gray-200:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-200\/0:focus {

    border-top-color: rgb(229 231 235 / 0);
}
.focus\:border-t-gray-200\/10:focus {

    border-top-color: rgb(229 231 235 / 0.1);
}
.focus\:border-t-gray-200\/100:focus {

    border-top-color: rgb(229 231 235 / 1);
}
.focus\:border-t-gray-200\/15:focus {

    border-top-color: rgb(229 231 235 / 0.15);
}
.focus\:border-t-gray-200\/20:focus {

    border-top-color: rgb(229 231 235 / 0.2);
}
.focus\:border-t-gray-200\/25:focus {

    border-top-color: rgb(229 231 235 / 0.25);
}
.focus\:border-t-gray-200\/30:focus {

    border-top-color: rgb(229 231 235 / 0.3);
}
.focus\:border-t-gray-200\/35:focus {

    border-top-color: rgb(229 231 235 / 0.35);
}
.focus\:border-t-gray-200\/40:focus {

    border-top-color: rgb(229 231 235 / 0.4);
}
.focus\:border-t-gray-200\/45:focus {

    border-top-color: rgb(229 231 235 / 0.45);
}
.focus\:border-t-gray-200\/5:focus {

    border-top-color: rgb(229 231 235 / 0.05);
}
.focus\:border-t-gray-200\/50:focus {

    border-top-color: rgb(229 231 235 / 0.5);
}
.focus\:border-t-gray-200\/55:focus {

    border-top-color: rgb(229 231 235 / 0.55);
}
.focus\:border-t-gray-200\/60:focus {

    border-top-color: rgb(229 231 235 / 0.6);
}
.focus\:border-t-gray-200\/65:focus {

    border-top-color: rgb(229 231 235 / 0.65);
}
.focus\:border-t-gray-200\/70:focus {

    border-top-color: rgb(229 231 235 / 0.7);
}
.focus\:border-t-gray-200\/75:focus {

    border-top-color: rgb(229 231 235 / 0.75);
}
.focus\:border-t-gray-200\/80:focus {

    border-top-color: rgb(229 231 235 / 0.8);
}
.focus\:border-t-gray-200\/85:focus {

    border-top-color: rgb(229 231 235 / 0.85);
}
.focus\:border-t-gray-200\/90:focus {

    border-top-color: rgb(229 231 235 / 0.9);
}
.focus\:border-t-gray-200\/95:focus {

    border-top-color: rgb(229 231 235 / 0.95);
}
.focus\:border-t-gray-300:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-300\/0:focus {

    border-top-color: rgb(209 213 219 / 0);
}
.focus\:border-t-gray-300\/10:focus {

    border-top-color: rgb(209 213 219 / 0.1);
}
.focus\:border-t-gray-300\/100:focus {

    border-top-color: rgb(209 213 219 / 1);
}
.focus\:border-t-gray-300\/15:focus {

    border-top-color: rgb(209 213 219 / 0.15);
}
.focus\:border-t-gray-300\/20:focus {

    border-top-color: rgb(209 213 219 / 0.2);
}
.focus\:border-t-gray-300\/25:focus {

    border-top-color: rgb(209 213 219 / 0.25);
}
.focus\:border-t-gray-300\/30:focus {

    border-top-color: rgb(209 213 219 / 0.3);
}
.focus\:border-t-gray-300\/35:focus {

    border-top-color: rgb(209 213 219 / 0.35);
}
.focus\:border-t-gray-300\/40:focus {

    border-top-color: rgb(209 213 219 / 0.4);
}
.focus\:border-t-gray-300\/45:focus {

    border-top-color: rgb(209 213 219 / 0.45);
}
.focus\:border-t-gray-300\/5:focus {

    border-top-color: rgb(209 213 219 / 0.05);
}
.focus\:border-t-gray-300\/50:focus {

    border-top-color: rgb(209 213 219 / 0.5);
}
.focus\:border-t-gray-300\/55:focus {

    border-top-color: rgb(209 213 219 / 0.55);
}
.focus\:border-t-gray-300\/60:focus {

    border-top-color: rgb(209 213 219 / 0.6);
}
.focus\:border-t-gray-300\/65:focus {

    border-top-color: rgb(209 213 219 / 0.65);
}
.focus\:border-t-gray-300\/70:focus {

    border-top-color: rgb(209 213 219 / 0.7);
}
.focus\:border-t-gray-300\/75:focus {

    border-top-color: rgb(209 213 219 / 0.75);
}
.focus\:border-t-gray-300\/80:focus {

    border-top-color: rgb(209 213 219 / 0.8);
}
.focus\:border-t-gray-300\/85:focus {

    border-top-color: rgb(209 213 219 / 0.85);
}
.focus\:border-t-gray-300\/90:focus {

    border-top-color: rgb(209 213 219 / 0.9);
}
.focus\:border-t-gray-300\/95:focus {

    border-top-color: rgb(209 213 219 / 0.95);
}
.focus\:border-t-gray-400:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-400\/0:focus {

    border-top-color: rgb(156 163 175 / 0);
}
.focus\:border-t-gray-400\/10:focus {

    border-top-color: rgb(156 163 175 / 0.1);
}
.focus\:border-t-gray-400\/100:focus {

    border-top-color: rgb(156 163 175 / 1);
}
.focus\:border-t-gray-400\/15:focus {

    border-top-color: rgb(156 163 175 / 0.15);
}
.focus\:border-t-gray-400\/20:focus {

    border-top-color: rgb(156 163 175 / 0.2);
}
.focus\:border-t-gray-400\/25:focus {

    border-top-color: rgb(156 163 175 / 0.25);
}
.focus\:border-t-gray-400\/30:focus {

    border-top-color: rgb(156 163 175 / 0.3);
}
.focus\:border-t-gray-400\/35:focus {

    border-top-color: rgb(156 163 175 / 0.35);
}
.focus\:border-t-gray-400\/40:focus {

    border-top-color: rgb(156 163 175 / 0.4);
}
.focus\:border-t-gray-400\/45:focus {

    border-top-color: rgb(156 163 175 / 0.45);
}
.focus\:border-t-gray-400\/5:focus {

    border-top-color: rgb(156 163 175 / 0.05);
}
.focus\:border-t-gray-400\/50:focus {

    border-top-color: rgb(156 163 175 / 0.5);
}
.focus\:border-t-gray-400\/55:focus {

    border-top-color: rgb(156 163 175 / 0.55);
}
.focus\:border-t-gray-400\/60:focus {

    border-top-color: rgb(156 163 175 / 0.6);
}
.focus\:border-t-gray-400\/65:focus {

    border-top-color: rgb(156 163 175 / 0.65);
}
.focus\:border-t-gray-400\/70:focus {

    border-top-color: rgb(156 163 175 / 0.7);
}
.focus\:border-t-gray-400\/75:focus {

    border-top-color: rgb(156 163 175 / 0.75);
}
.focus\:border-t-gray-400\/80:focus {

    border-top-color: rgb(156 163 175 / 0.8);
}
.focus\:border-t-gray-400\/85:focus {

    border-top-color: rgb(156 163 175 / 0.85);
}
.focus\:border-t-gray-400\/90:focus {

    border-top-color: rgb(156 163 175 / 0.9);
}
.focus\:border-t-gray-400\/95:focus {

    border-top-color: rgb(156 163 175 / 0.95);
}
.focus\:border-t-gray-50:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-50\/0:focus {

    border-top-color: rgb(249 250 251 / 0);
}
.focus\:border-t-gray-50\/10:focus {

    border-top-color: rgb(249 250 251 / 0.1);
}
.focus\:border-t-gray-50\/100:focus {

    border-top-color: rgb(249 250 251 / 1);
}
.focus\:border-t-gray-50\/15:focus {

    border-top-color: rgb(249 250 251 / 0.15);
}
.focus\:border-t-gray-50\/20:focus {

    border-top-color: rgb(249 250 251 / 0.2);
}
.focus\:border-t-gray-50\/25:focus {

    border-top-color: rgb(249 250 251 / 0.25);
}
.focus\:border-t-gray-50\/30:focus {

    border-top-color: rgb(249 250 251 / 0.3);
}
.focus\:border-t-gray-50\/35:focus {

    border-top-color: rgb(249 250 251 / 0.35);
}
.focus\:border-t-gray-50\/40:focus {

    border-top-color: rgb(249 250 251 / 0.4);
}
.focus\:border-t-gray-50\/45:focus {

    border-top-color: rgb(249 250 251 / 0.45);
}
.focus\:border-t-gray-50\/5:focus {

    border-top-color: rgb(249 250 251 / 0.05);
}
.focus\:border-t-gray-50\/50:focus {

    border-top-color: rgb(249 250 251 / 0.5);
}
.focus\:border-t-gray-50\/55:focus {

    border-top-color: rgb(249 250 251 / 0.55);
}
.focus\:border-t-gray-50\/60:focus {

    border-top-color: rgb(249 250 251 / 0.6);
}
.focus\:border-t-gray-50\/65:focus {

    border-top-color: rgb(249 250 251 / 0.65);
}
.focus\:border-t-gray-50\/70:focus {

    border-top-color: rgb(249 250 251 / 0.7);
}
.focus\:border-t-gray-50\/75:focus {

    border-top-color: rgb(249 250 251 / 0.75);
}
.focus\:border-t-gray-50\/80:focus {

    border-top-color: rgb(249 250 251 / 0.8);
}
.focus\:border-t-gray-50\/85:focus {

    border-top-color: rgb(249 250 251 / 0.85);
}
.focus\:border-t-gray-50\/90:focus {

    border-top-color: rgb(249 250 251 / 0.9);
}
.focus\:border-t-gray-50\/95:focus {

    border-top-color: rgb(249 250 251 / 0.95);
}
.focus\:border-t-gray-500:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-500\/0:focus {

    border-top-color: rgb(107 114 128 / 0);
}
.focus\:border-t-gray-500\/10:focus {

    border-top-color: rgb(107 114 128 / 0.1);
}
.focus\:border-t-gray-500\/100:focus {

    border-top-color: rgb(107 114 128 / 1);
}
.focus\:border-t-gray-500\/15:focus {

    border-top-color: rgb(107 114 128 / 0.15);
}
.focus\:border-t-gray-500\/20:focus {

    border-top-color: rgb(107 114 128 / 0.2);
}
.focus\:border-t-gray-500\/25:focus {

    border-top-color: rgb(107 114 128 / 0.25);
}
.focus\:border-t-gray-500\/30:focus {

    border-top-color: rgb(107 114 128 / 0.3);
}
.focus\:border-t-gray-500\/35:focus {

    border-top-color: rgb(107 114 128 / 0.35);
}
.focus\:border-t-gray-500\/40:focus {

    border-top-color: rgb(107 114 128 / 0.4);
}
.focus\:border-t-gray-500\/45:focus {

    border-top-color: rgb(107 114 128 / 0.45);
}
.focus\:border-t-gray-500\/5:focus {

    border-top-color: rgb(107 114 128 / 0.05);
}
.focus\:border-t-gray-500\/50:focus {

    border-top-color: rgb(107 114 128 / 0.5);
}
.focus\:border-t-gray-500\/55:focus {

    border-top-color: rgb(107 114 128 / 0.55);
}
.focus\:border-t-gray-500\/60:focus {

    border-top-color: rgb(107 114 128 / 0.6);
}
.focus\:border-t-gray-500\/65:focus {

    border-top-color: rgb(107 114 128 / 0.65);
}
.focus\:border-t-gray-500\/70:focus {

    border-top-color: rgb(107 114 128 / 0.7);
}
.focus\:border-t-gray-500\/75:focus {

    border-top-color: rgb(107 114 128 / 0.75);
}
.focus\:border-t-gray-500\/80:focus {

    border-top-color: rgb(107 114 128 / 0.8);
}
.focus\:border-t-gray-500\/85:focus {

    border-top-color: rgb(107 114 128 / 0.85);
}
.focus\:border-t-gray-500\/90:focus {

    border-top-color: rgb(107 114 128 / 0.9);
}
.focus\:border-t-gray-500\/95:focus {

    border-top-color: rgb(107 114 128 / 0.95);
}
.focus\:border-t-gray-600:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-600\/0:focus {

    border-top-color: rgb(75 85 99 / 0);
}
.focus\:border-t-gray-600\/10:focus {

    border-top-color: rgb(75 85 99 / 0.1);
}
.focus\:border-t-gray-600\/100:focus {

    border-top-color: rgb(75 85 99 / 1);
}
.focus\:border-t-gray-600\/15:focus {

    border-top-color: rgb(75 85 99 / 0.15);
}
.focus\:border-t-gray-600\/20:focus {

    border-top-color: rgb(75 85 99 / 0.2);
}
.focus\:border-t-gray-600\/25:focus {

    border-top-color: rgb(75 85 99 / 0.25);
}
.focus\:border-t-gray-600\/30:focus {

    border-top-color: rgb(75 85 99 / 0.3);
}
.focus\:border-t-gray-600\/35:focus {

    border-top-color: rgb(75 85 99 / 0.35);
}
.focus\:border-t-gray-600\/40:focus {

    border-top-color: rgb(75 85 99 / 0.4);
}
.focus\:border-t-gray-600\/45:focus {

    border-top-color: rgb(75 85 99 / 0.45);
}
.focus\:border-t-gray-600\/5:focus {

    border-top-color: rgb(75 85 99 / 0.05);
}
.focus\:border-t-gray-600\/50:focus {

    border-top-color: rgb(75 85 99 / 0.5);
}
.focus\:border-t-gray-600\/55:focus {

    border-top-color: rgb(75 85 99 / 0.55);
}
.focus\:border-t-gray-600\/60:focus {

    border-top-color: rgb(75 85 99 / 0.6);
}
.focus\:border-t-gray-600\/65:focus {

    border-top-color: rgb(75 85 99 / 0.65);
}
.focus\:border-t-gray-600\/70:focus {

    border-top-color: rgb(75 85 99 / 0.7);
}
.focus\:border-t-gray-600\/75:focus {

    border-top-color: rgb(75 85 99 / 0.75);
}
.focus\:border-t-gray-600\/80:focus {

    border-top-color: rgb(75 85 99 / 0.8);
}
.focus\:border-t-gray-600\/85:focus {

    border-top-color: rgb(75 85 99 / 0.85);
}
.focus\:border-t-gray-600\/90:focus {

    border-top-color: rgb(75 85 99 / 0.9);
}
.focus\:border-t-gray-600\/95:focus {

    border-top-color: rgb(75 85 99 / 0.95);
}
.focus\:border-t-gray-700:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-700\/0:focus {

    border-top-color: rgb(55 65 81 / 0);
}
.focus\:border-t-gray-700\/10:focus {

    border-top-color: rgb(55 65 81 / 0.1);
}
.focus\:border-t-gray-700\/100:focus {

    border-top-color: rgb(55 65 81 / 1);
}
.focus\:border-t-gray-700\/15:focus {

    border-top-color: rgb(55 65 81 / 0.15);
}
.focus\:border-t-gray-700\/20:focus {

    border-top-color: rgb(55 65 81 / 0.2);
}
.focus\:border-t-gray-700\/25:focus {

    border-top-color: rgb(55 65 81 / 0.25);
}
.focus\:border-t-gray-700\/30:focus {

    border-top-color: rgb(55 65 81 / 0.3);
}
.focus\:border-t-gray-700\/35:focus {

    border-top-color: rgb(55 65 81 / 0.35);
}
.focus\:border-t-gray-700\/40:focus {

    border-top-color: rgb(55 65 81 / 0.4);
}
.focus\:border-t-gray-700\/45:focus {

    border-top-color: rgb(55 65 81 / 0.45);
}
.focus\:border-t-gray-700\/5:focus {

    border-top-color: rgb(55 65 81 / 0.05);
}
.focus\:border-t-gray-700\/50:focus {

    border-top-color: rgb(55 65 81 / 0.5);
}
.focus\:border-t-gray-700\/55:focus {

    border-top-color: rgb(55 65 81 / 0.55);
}
.focus\:border-t-gray-700\/60:focus {

    border-top-color: rgb(55 65 81 / 0.6);
}
.focus\:border-t-gray-700\/65:focus {

    border-top-color: rgb(55 65 81 / 0.65);
}
.focus\:border-t-gray-700\/70:focus {

    border-top-color: rgb(55 65 81 / 0.7);
}
.focus\:border-t-gray-700\/75:focus {

    border-top-color: rgb(55 65 81 / 0.75);
}
.focus\:border-t-gray-700\/80:focus {

    border-top-color: rgb(55 65 81 / 0.8);
}
.focus\:border-t-gray-700\/85:focus {

    border-top-color: rgb(55 65 81 / 0.85);
}
.focus\:border-t-gray-700\/90:focus {

    border-top-color: rgb(55 65 81 / 0.9);
}
.focus\:border-t-gray-700\/95:focus {

    border-top-color: rgb(55 65 81 / 0.95);
}
.focus\:border-t-gray-800:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-800\/0:focus {

    border-top-color: rgb(31 41 55 / 0);
}
.focus\:border-t-gray-800\/10:focus {

    border-top-color: rgb(31 41 55 / 0.1);
}
.focus\:border-t-gray-800\/100:focus {

    border-top-color: rgb(31 41 55 / 1);
}
.focus\:border-t-gray-800\/15:focus {

    border-top-color: rgb(31 41 55 / 0.15);
}
.focus\:border-t-gray-800\/20:focus {

    border-top-color: rgb(31 41 55 / 0.2);
}
.focus\:border-t-gray-800\/25:focus {

    border-top-color: rgb(31 41 55 / 0.25);
}
.focus\:border-t-gray-800\/30:focus {

    border-top-color: rgb(31 41 55 / 0.3);
}
.focus\:border-t-gray-800\/35:focus {

    border-top-color: rgb(31 41 55 / 0.35);
}
.focus\:border-t-gray-800\/40:focus {

    border-top-color: rgb(31 41 55 / 0.4);
}
.focus\:border-t-gray-800\/45:focus {

    border-top-color: rgb(31 41 55 / 0.45);
}
.focus\:border-t-gray-800\/5:focus {

    border-top-color: rgb(31 41 55 / 0.05);
}
.focus\:border-t-gray-800\/50:focus {

    border-top-color: rgb(31 41 55 / 0.5);
}
.focus\:border-t-gray-800\/55:focus {

    border-top-color: rgb(31 41 55 / 0.55);
}
.focus\:border-t-gray-800\/60:focus {

    border-top-color: rgb(31 41 55 / 0.6);
}
.focus\:border-t-gray-800\/65:focus {

    border-top-color: rgb(31 41 55 / 0.65);
}
.focus\:border-t-gray-800\/70:focus {

    border-top-color: rgb(31 41 55 / 0.7);
}
.focus\:border-t-gray-800\/75:focus {

    border-top-color: rgb(31 41 55 / 0.75);
}
.focus\:border-t-gray-800\/80:focus {

    border-top-color: rgb(31 41 55 / 0.8);
}
.focus\:border-t-gray-800\/85:focus {

    border-top-color: rgb(31 41 55 / 0.85);
}
.focus\:border-t-gray-800\/90:focus {

    border-top-color: rgb(31 41 55 / 0.9);
}
.focus\:border-t-gray-800\/95:focus {

    border-top-color: rgb(31 41 55 / 0.95);
}
.focus\:border-t-gray-900:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-900\/0:focus {

    border-top-color: rgb(17 24 39 / 0);
}
.focus\:border-t-gray-900\/10:focus {

    border-top-color: rgb(17 24 39 / 0.1);
}
.focus\:border-t-gray-900\/100:focus {

    border-top-color: rgb(17 24 39 / 1);
}
.focus\:border-t-gray-900\/15:focus {

    border-top-color: rgb(17 24 39 / 0.15);
}
.focus\:border-t-gray-900\/20:focus {

    border-top-color: rgb(17 24 39 / 0.2);
}
.focus\:border-t-gray-900\/25:focus {

    border-top-color: rgb(17 24 39 / 0.25);
}
.focus\:border-t-gray-900\/30:focus {

    border-top-color: rgb(17 24 39 / 0.3);
}
.focus\:border-t-gray-900\/35:focus {

    border-top-color: rgb(17 24 39 / 0.35);
}
.focus\:border-t-gray-900\/40:focus {

    border-top-color: rgb(17 24 39 / 0.4);
}
.focus\:border-t-gray-900\/45:focus {

    border-top-color: rgb(17 24 39 / 0.45);
}
.focus\:border-t-gray-900\/5:focus {

    border-top-color: rgb(17 24 39 / 0.05);
}
.focus\:border-t-gray-900\/50:focus {

    border-top-color: rgb(17 24 39 / 0.5);
}
.focus\:border-t-gray-900\/55:focus {

    border-top-color: rgb(17 24 39 / 0.55);
}
.focus\:border-t-gray-900\/60:focus {

    border-top-color: rgb(17 24 39 / 0.6);
}
.focus\:border-t-gray-900\/65:focus {

    border-top-color: rgb(17 24 39 / 0.65);
}
.focus\:border-t-gray-900\/70:focus {

    border-top-color: rgb(17 24 39 / 0.7);
}
.focus\:border-t-gray-900\/75:focus {

    border-top-color: rgb(17 24 39 / 0.75);
}
.focus\:border-t-gray-900\/80:focus {

    border-top-color: rgb(17 24 39 / 0.8);
}
.focus\:border-t-gray-900\/85:focus {

    border-top-color: rgb(17 24 39 / 0.85);
}
.focus\:border-t-gray-900\/90:focus {

    border-top-color: rgb(17 24 39 / 0.9);
}
.focus\:border-t-gray-900\/95:focus {

    border-top-color: rgb(17 24 39 / 0.95);
}
.focus\:border-t-gray-950:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-950\/0:focus {

    border-top-color: rgb(3 7 18 / 0);
}
.focus\:border-t-gray-950\/10:focus {

    border-top-color: rgb(3 7 18 / 0.1);
}
.focus\:border-t-gray-950\/100:focus {

    border-top-color: rgb(3 7 18 / 1);
}
.focus\:border-t-gray-950\/15:focus {

    border-top-color: rgb(3 7 18 / 0.15);
}
.focus\:border-t-gray-950\/20:focus {

    border-top-color: rgb(3 7 18 / 0.2);
}
.focus\:border-t-gray-950\/25:focus {

    border-top-color: rgb(3 7 18 / 0.25);
}
.focus\:border-t-gray-950\/30:focus {

    border-top-color: rgb(3 7 18 / 0.3);
}
.focus\:border-t-gray-950\/35:focus {

    border-top-color: rgb(3 7 18 / 0.35);
}
.focus\:border-t-gray-950\/40:focus {

    border-top-color: rgb(3 7 18 / 0.4);
}
.focus\:border-t-gray-950\/45:focus {

    border-top-color: rgb(3 7 18 / 0.45);
}
.focus\:border-t-gray-950\/5:focus {

    border-top-color: rgb(3 7 18 / 0.05);
}
.focus\:border-t-gray-950\/50:focus {

    border-top-color: rgb(3 7 18 / 0.5);
}
.focus\:border-t-gray-950\/55:focus {

    border-top-color: rgb(3 7 18 / 0.55);
}
.focus\:border-t-gray-950\/60:focus {

    border-top-color: rgb(3 7 18 / 0.6);
}
.focus\:border-t-gray-950\/65:focus {

    border-top-color: rgb(3 7 18 / 0.65);
}
.focus\:border-t-gray-950\/70:focus {

    border-top-color: rgb(3 7 18 / 0.7);
}
.focus\:border-t-gray-950\/75:focus {

    border-top-color: rgb(3 7 18 / 0.75);
}
.focus\:border-t-gray-950\/80:focus {

    border-top-color: rgb(3 7 18 / 0.8);
}
.focus\:border-t-gray-950\/85:focus {

    border-top-color: rgb(3 7 18 / 0.85);
}
.focus\:border-t-gray-950\/90:focus {

    border-top-color: rgb(3 7 18 / 0.9);
}
.focus\:border-t-gray-950\/95:focus {

    border-top-color: rgb(3 7 18 / 0.95);
}
.focus\:border-t-inherit:focus {

    border-top-color: inherit;
}
.focus\:border-t-primary:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-dark\/0:focus {

    border-top-color: rgb(26 88 121 / 0);
}
.focus\:border-t-primary-dark\/10:focus {

    border-top-color: rgb(26 88 121 / 0.1);
}
.focus\:border-t-primary-dark\/100:focus {

    border-top-color: rgb(26 88 121 / 1);
}
.focus\:border-t-primary-dark\/15:focus {

    border-top-color: rgb(26 88 121 / 0.15);
}
.focus\:border-t-primary-dark\/20:focus {

    border-top-color: rgb(26 88 121 / 0.2);
}
.focus\:border-t-primary-dark\/25:focus {

    border-top-color: rgb(26 88 121 / 0.25);
}
.focus\:border-t-primary-dark\/30:focus {

    border-top-color: rgb(26 88 121 / 0.3);
}
.focus\:border-t-primary-dark\/35:focus {

    border-top-color: rgb(26 88 121 / 0.35);
}
.focus\:border-t-primary-dark\/40:focus {

    border-top-color: rgb(26 88 121 / 0.4);
}
.focus\:border-t-primary-dark\/45:focus {

    border-top-color: rgb(26 88 121 / 0.45);
}
.focus\:border-t-primary-dark\/5:focus {

    border-top-color: rgb(26 88 121 / 0.05);
}
.focus\:border-t-primary-dark\/50:focus {

    border-top-color: rgb(26 88 121 / 0.5);
}
.focus\:border-t-primary-dark\/55:focus {

    border-top-color: rgb(26 88 121 / 0.55);
}
.focus\:border-t-primary-dark\/60:focus {

    border-top-color: rgb(26 88 121 / 0.6);
}
.focus\:border-t-primary-dark\/65:focus {

    border-top-color: rgb(26 88 121 / 0.65);
}
.focus\:border-t-primary-dark\/70:focus {

    border-top-color: rgb(26 88 121 / 0.7);
}
.focus\:border-t-primary-dark\/75:focus {

    border-top-color: rgb(26 88 121 / 0.75);
}
.focus\:border-t-primary-dark\/80:focus {

    border-top-color: rgb(26 88 121 / 0.8);
}
.focus\:border-t-primary-dark\/85:focus {

    border-top-color: rgb(26 88 121 / 0.85);
}
.focus\:border-t-primary-dark\/90:focus {

    border-top-color: rgb(26 88 121 / 0.9);
}
.focus\:border-t-primary-dark\/95:focus {

    border-top-color: rgb(26 88 121 / 0.95);
}
.focus\:border-t-primary-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-light\/0:focus {

    border-top-color: rgb(85 154 193 / 0);
}
.focus\:border-t-primary-light\/10:focus {

    border-top-color: rgb(85 154 193 / 0.1);
}
.focus\:border-t-primary-light\/100:focus {

    border-top-color: rgb(85 154 193 / 1);
}
.focus\:border-t-primary-light\/15:focus {

    border-top-color: rgb(85 154 193 / 0.15);
}
.focus\:border-t-primary-light\/20:focus {

    border-top-color: rgb(85 154 193 / 0.2);
}
.focus\:border-t-primary-light\/25:focus {

    border-top-color: rgb(85 154 193 / 0.25);
}
.focus\:border-t-primary-light\/30:focus {

    border-top-color: rgb(85 154 193 / 0.3);
}
.focus\:border-t-primary-light\/35:focus {

    border-top-color: rgb(85 154 193 / 0.35);
}
.focus\:border-t-primary-light\/40:focus {

    border-top-color: rgb(85 154 193 / 0.4);
}
.focus\:border-t-primary-light\/45:focus {

    border-top-color: rgb(85 154 193 / 0.45);
}
.focus\:border-t-primary-light\/5:focus {

    border-top-color: rgb(85 154 193 / 0.05);
}
.focus\:border-t-primary-light\/50:focus {

    border-top-color: rgb(85 154 193 / 0.5);
}
.focus\:border-t-primary-light\/55:focus {

    border-top-color: rgb(85 154 193 / 0.55);
}
.focus\:border-t-primary-light\/60:focus {

    border-top-color: rgb(85 154 193 / 0.6);
}
.focus\:border-t-primary-light\/65:focus {

    border-top-color: rgb(85 154 193 / 0.65);
}
.focus\:border-t-primary-light\/70:focus {

    border-top-color: rgb(85 154 193 / 0.7);
}
.focus\:border-t-primary-light\/75:focus {

    border-top-color: rgb(85 154 193 / 0.75);
}
.focus\:border-t-primary-light\/80:focus {

    border-top-color: rgb(85 154 193 / 0.8);
}
.focus\:border-t-primary-light\/85:focus {

    border-top-color: rgb(85 154 193 / 0.85);
}
.focus\:border-t-primary-light\/90:focus {

    border-top-color: rgb(85 154 193 / 0.9);
}
.focus\:border-t-primary-light\/95:focus {

    border-top-color: rgb(85 154 193 / 0.95);
}
.focus\:border-t-primary-lighter:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-lighter\/0:focus {

    border-top-color: rgb(115 177 212 / 0);
}
.focus\:border-t-primary-lighter\/10:focus {

    border-top-color: rgb(115 177 212 / 0.1);
}
.focus\:border-t-primary-lighter\/100:focus {

    border-top-color: rgb(115 177 212 / 1);
}
.focus\:border-t-primary-lighter\/15:focus {

    border-top-color: rgb(115 177 212 / 0.15);
}
.focus\:border-t-primary-lighter\/20:focus {

    border-top-color: rgb(115 177 212 / 0.2);
}
.focus\:border-t-primary-lighter\/25:focus {

    border-top-color: rgb(115 177 212 / 0.25);
}
.focus\:border-t-primary-lighter\/30:focus {

    border-top-color: rgb(115 177 212 / 0.3);
}
.focus\:border-t-primary-lighter\/35:focus {

    border-top-color: rgb(115 177 212 / 0.35);
}
.focus\:border-t-primary-lighter\/40:focus {

    border-top-color: rgb(115 177 212 / 0.4);
}
.focus\:border-t-primary-lighter\/45:focus {

    border-top-color: rgb(115 177 212 / 0.45);
}
.focus\:border-t-primary-lighter\/5:focus {

    border-top-color: rgb(115 177 212 / 0.05);
}
.focus\:border-t-primary-lighter\/50:focus {

    border-top-color: rgb(115 177 212 / 0.5);
}
.focus\:border-t-primary-lighter\/55:focus {

    border-top-color: rgb(115 177 212 / 0.55);
}
.focus\:border-t-primary-lighter\/60:focus {

    border-top-color: rgb(115 177 212 / 0.6);
}
.focus\:border-t-primary-lighter\/65:focus {

    border-top-color: rgb(115 177 212 / 0.65);
}
.focus\:border-t-primary-lighter\/70:focus {

    border-top-color: rgb(115 177 212 / 0.7);
}
.focus\:border-t-primary-lighter\/75:focus {

    border-top-color: rgb(115 177 212 / 0.75);
}
.focus\:border-t-primary-lighter\/80:focus {

    border-top-color: rgb(115 177 212 / 0.8);
}
.focus\:border-t-primary-lighter\/85:focus {

    border-top-color: rgb(115 177 212 / 0.85);
}
.focus\:border-t-primary-lighter\/90:focus {

    border-top-color: rgb(115 177 212 / 0.9);
}
.focus\:border-t-primary-lighter\/95:focus {

    border-top-color: rgb(115 177 212 / 0.95);
}
.focus\:border-t-primary\/0:focus {

    border-top-color: rgb(52 114 147 / 0);
}
.focus\:border-t-primary\/10:focus {

    border-top-color: rgb(52 114 147 / 0.1);
}
.focus\:border-t-primary\/100:focus {

    border-top-color: rgb(52 114 147 / 1);
}
.focus\:border-t-primary\/15:focus {

    border-top-color: rgb(52 114 147 / 0.15);
}
.focus\:border-t-primary\/20:focus {

    border-top-color: rgb(52 114 147 / 0.2);
}
.focus\:border-t-primary\/25:focus {

    border-top-color: rgb(52 114 147 / 0.25);
}
.focus\:border-t-primary\/30:focus {

    border-top-color: rgb(52 114 147 / 0.3);
}
.focus\:border-t-primary\/35:focus {

    border-top-color: rgb(52 114 147 / 0.35);
}
.focus\:border-t-primary\/40:focus {

    border-top-color: rgb(52 114 147 / 0.4);
}
.focus\:border-t-primary\/45:focus {

    border-top-color: rgb(52 114 147 / 0.45);
}
.focus\:border-t-primary\/5:focus {

    border-top-color: rgb(52 114 147 / 0.05);
}
.focus\:border-t-primary\/50:focus {

    border-top-color: rgb(52 114 147 / 0.5);
}
.focus\:border-t-primary\/55:focus {

    border-top-color: rgb(52 114 147 / 0.55);
}
.focus\:border-t-primary\/60:focus {

    border-top-color: rgb(52 114 147 / 0.6);
}
.focus\:border-t-primary\/65:focus {

    border-top-color: rgb(52 114 147 / 0.65);
}
.focus\:border-t-primary\/70:focus {

    border-top-color: rgb(52 114 147 / 0.7);
}
.focus\:border-t-primary\/75:focus {

    border-top-color: rgb(52 114 147 / 0.75);
}
.focus\:border-t-primary\/80:focus {

    border-top-color: rgb(52 114 147 / 0.8);
}
.focus\:border-t-primary\/85:focus {

    border-top-color: rgb(52 114 147 / 0.85);
}
.focus\:border-t-primary\/90:focus {

    border-top-color: rgb(52 114 147 / 0.9);
}
.focus\:border-t-primary\/95:focus {

    border-top-color: rgb(52 114 147 / 0.95);
}
.focus\:border-t-secondary:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-dark:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-dark\/0:focus {

    border-top-color: rgb(226 207 188 / 0);
}
.focus\:border-t-secondary-dark\/10:focus {

    border-top-color: rgb(226 207 188 / 0.1);
}
.focus\:border-t-secondary-dark\/100:focus {

    border-top-color: rgb(226 207 188 / 1);
}
.focus\:border-t-secondary-dark\/15:focus {

    border-top-color: rgb(226 207 188 / 0.15);
}
.focus\:border-t-secondary-dark\/20:focus {

    border-top-color: rgb(226 207 188 / 0.2);
}
.focus\:border-t-secondary-dark\/25:focus {

    border-top-color: rgb(226 207 188 / 0.25);
}
.focus\:border-t-secondary-dark\/30:focus {

    border-top-color: rgb(226 207 188 / 0.3);
}
.focus\:border-t-secondary-dark\/35:focus {

    border-top-color: rgb(226 207 188 / 0.35);
}
.focus\:border-t-secondary-dark\/40:focus {

    border-top-color: rgb(226 207 188 / 0.4);
}
.focus\:border-t-secondary-dark\/45:focus {

    border-top-color: rgb(226 207 188 / 0.45);
}
.focus\:border-t-secondary-dark\/5:focus {

    border-top-color: rgb(226 207 188 / 0.05);
}
.focus\:border-t-secondary-dark\/50:focus {

    border-top-color: rgb(226 207 188 / 0.5);
}
.focus\:border-t-secondary-dark\/55:focus {

    border-top-color: rgb(226 207 188 / 0.55);
}
.focus\:border-t-secondary-dark\/60:focus {

    border-top-color: rgb(226 207 188 / 0.6);
}
.focus\:border-t-secondary-dark\/65:focus {

    border-top-color: rgb(226 207 188 / 0.65);
}
.focus\:border-t-secondary-dark\/70:focus {

    border-top-color: rgb(226 207 188 / 0.7);
}
.focus\:border-t-secondary-dark\/75:focus {

    border-top-color: rgb(226 207 188 / 0.75);
}
.focus\:border-t-secondary-dark\/80:focus {

    border-top-color: rgb(226 207 188 / 0.8);
}
.focus\:border-t-secondary-dark\/85:focus {

    border-top-color: rgb(226 207 188 / 0.85);
}
.focus\:border-t-secondary-dark\/90:focus {

    border-top-color: rgb(226 207 188 / 0.9);
}
.focus\:border-t-secondary-dark\/95:focus {

    border-top-color: rgb(226 207 188 / 0.95);
}
.focus\:border-t-secondary-light:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-light\/0:focus {

    border-top-color: rgb(254 250 247 / 0);
}
.focus\:border-t-secondary-light\/10:focus {

    border-top-color: rgb(254 250 247 / 0.1);
}
.focus\:border-t-secondary-light\/100:focus {

    border-top-color: rgb(254 250 247 / 1);
}
.focus\:border-t-secondary-light\/15:focus {

    border-top-color: rgb(254 250 247 / 0.15);
}
.focus\:border-t-secondary-light\/20:focus {

    border-top-color: rgb(254 250 247 / 0.2);
}
.focus\:border-t-secondary-light\/25:focus {

    border-top-color: rgb(254 250 247 / 0.25);
}
.focus\:border-t-secondary-light\/30:focus {

    border-top-color: rgb(254 250 247 / 0.3);
}
.focus\:border-t-secondary-light\/35:focus {

    border-top-color: rgb(254 250 247 / 0.35);
}
.focus\:border-t-secondary-light\/40:focus {

    border-top-color: rgb(254 250 247 / 0.4);
}
.focus\:border-t-secondary-light\/45:focus {

    border-top-color: rgb(254 250 247 / 0.45);
}
.focus\:border-t-secondary-light\/5:focus {

    border-top-color: rgb(254 250 247 / 0.05);
}
.focus\:border-t-secondary-light\/50:focus {

    border-top-color: rgb(254 250 247 / 0.5);
}
.focus\:border-t-secondary-light\/55:focus {

    border-top-color: rgb(254 250 247 / 0.55);
}
.focus\:border-t-secondary-light\/60:focus {

    border-top-color: rgb(254 250 247 / 0.6);
}
.focus\:border-t-secondary-light\/65:focus {

    border-top-color: rgb(254 250 247 / 0.65);
}
.focus\:border-t-secondary-light\/70:focus {

    border-top-color: rgb(254 250 247 / 0.7);
}
.focus\:border-t-secondary-light\/75:focus {

    border-top-color: rgb(254 250 247 / 0.75);
}
.focus\:border-t-secondary-light\/80:focus {

    border-top-color: rgb(254 250 247 / 0.8);
}
.focus\:border-t-secondary-light\/85:focus {

    border-top-color: rgb(254 250 247 / 0.85);
}
.focus\:border-t-secondary-light\/90:focus {

    border-top-color: rgb(254 250 247 / 0.9);
}
.focus\:border-t-secondary-light\/95:focus {

    border-top-color: rgb(254 250 247 / 0.95);
}
.focus\:border-t-secondary\/0:focus {

    border-top-color: rgb(243 234 225 / 0);
}
.focus\:border-t-secondary\/10:focus {

    border-top-color: rgb(243 234 225 / 0.1);
}
.focus\:border-t-secondary\/100:focus {

    border-top-color: rgb(243 234 225 / 1);
}
.focus\:border-t-secondary\/15:focus {

    border-top-color: rgb(243 234 225 / 0.15);
}
.focus\:border-t-secondary\/20:focus {

    border-top-color: rgb(243 234 225 / 0.2);
}
.focus\:border-t-secondary\/25:focus {

    border-top-color: rgb(243 234 225 / 0.25);
}
.focus\:border-t-secondary\/30:focus {

    border-top-color: rgb(243 234 225 / 0.3);
}
.focus\:border-t-secondary\/35:focus {

    border-top-color: rgb(243 234 225 / 0.35);
}
.focus\:border-t-secondary\/40:focus {

    border-top-color: rgb(243 234 225 / 0.4);
}
.focus\:border-t-secondary\/45:focus {

    border-top-color: rgb(243 234 225 / 0.45);
}
.focus\:border-t-secondary\/5:focus {

    border-top-color: rgb(243 234 225 / 0.05);
}
.focus\:border-t-secondary\/50:focus {

    border-top-color: rgb(243 234 225 / 0.5);
}
.focus\:border-t-secondary\/55:focus {

    border-top-color: rgb(243 234 225 / 0.55);
}
.focus\:border-t-secondary\/60:focus {

    border-top-color: rgb(243 234 225 / 0.6);
}
.focus\:border-t-secondary\/65:focus {

    border-top-color: rgb(243 234 225 / 0.65);
}
.focus\:border-t-secondary\/70:focus {

    border-top-color: rgb(243 234 225 / 0.7);
}
.focus\:border-t-secondary\/75:focus {

    border-top-color: rgb(243 234 225 / 0.75);
}
.focus\:border-t-secondary\/80:focus {

    border-top-color: rgb(243 234 225 / 0.8);
}
.focus\:border-t-secondary\/85:focus {

    border-top-color: rgb(243 234 225 / 0.85);
}
.focus\:border-t-secondary\/90:focus {

    border-top-color: rgb(243 234 225 / 0.9);
}
.focus\:border-t-secondary\/95:focus {

    border-top-color: rgb(243 234 225 / 0.95);
}
.focus\:border-t-transparent:focus {

    border-top-color: transparent;
}
.focus\:border-t-transparent\/0:focus {

    border-top-color: rgb(0 0 0 / 0);
}
.focus\:border-t-transparent\/10:focus {

    border-top-color: rgb(0 0 0 / 0.1);
}
.focus\:border-t-transparent\/100:focus {

    border-top-color: rgb(0 0 0 / 1);
}
.focus\:border-t-transparent\/15:focus {

    border-top-color: rgb(0 0 0 / 0.15);
}
.focus\:border-t-transparent\/20:focus {

    border-top-color: rgb(0 0 0 / 0.2);
}
.focus\:border-t-transparent\/25:focus {

    border-top-color: rgb(0 0 0 / 0.25);
}
.focus\:border-t-transparent\/30:focus {

    border-top-color: rgb(0 0 0 / 0.3);
}
.focus\:border-t-transparent\/35:focus {

    border-top-color: rgb(0 0 0 / 0.35);
}
.focus\:border-t-transparent\/40:focus {

    border-top-color: rgb(0 0 0 / 0.4);
}
.focus\:border-t-transparent\/45:focus {

    border-top-color: rgb(0 0 0 / 0.45);
}
.focus\:border-t-transparent\/5:focus {

    border-top-color: rgb(0 0 0 / 0.05);
}
.focus\:border-t-transparent\/50:focus {

    border-top-color: rgb(0 0 0 / 0.5);
}
.focus\:border-t-transparent\/55:focus {

    border-top-color: rgb(0 0 0 / 0.55);
}
.focus\:border-t-transparent\/60:focus {

    border-top-color: rgb(0 0 0 / 0.6);
}
.focus\:border-t-transparent\/65:focus {

    border-top-color: rgb(0 0 0 / 0.65);
}
.focus\:border-t-transparent\/70:focus {

    border-top-color: rgb(0 0 0 / 0.7);
}
.focus\:border-t-transparent\/75:focus {

    border-top-color: rgb(0 0 0 / 0.75);
}
.focus\:border-t-transparent\/80:focus {

    border-top-color: rgb(0 0 0 / 0.8);
}
.focus\:border-t-transparent\/85:focus {

    border-top-color: rgb(0 0 0 / 0.85);
}
.focus\:border-t-transparent\/90:focus {

    border-top-color: rgb(0 0 0 / 0.9);
}
.focus\:border-t-transparent\/95:focus {

    border-top-color: rgb(0 0 0 / 0.95);
}
.focus\:border-t-white:focus {

    --tw-border-opacity: 1;

    border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-t-white\/0:focus {

    border-top-color: rgb(255 255 255 / 0);
}
.focus\:border-t-white\/10:focus {

    border-top-color: rgb(255 255 255 / 0.1);
}
.focus\:border-t-white\/100:focus {

    border-top-color: rgb(255 255 255 / 1);
}
.focus\:border-t-white\/15:focus {

    border-top-color: rgb(255 255 255 / 0.15);
}
.focus\:border-t-white\/20:focus {

    border-top-color: rgb(255 255 255 / 0.2);
}
.focus\:border-t-white\/25:focus {

    border-top-color: rgb(255 255 255 / 0.25);
}
.focus\:border-t-white\/30:focus {

    border-top-color: rgb(255 255 255 / 0.3);
}
.focus\:border-t-white\/35:focus {

    border-top-color: rgb(255 255 255 / 0.35);
}
.focus\:border-t-white\/40:focus {

    border-top-color: rgb(255 255 255 / 0.4);
}
.focus\:border-t-white\/45:focus {

    border-top-color: rgb(255 255 255 / 0.45);
}
.focus\:border-t-white\/5:focus {

    border-top-color: rgb(255 255 255 / 0.05);
}
.focus\:border-t-white\/50:focus {

    border-top-color: rgb(255 255 255 / 0.5);
}
.focus\:border-t-white\/55:focus {

    border-top-color: rgb(255 255 255 / 0.55);
}
.focus\:border-t-white\/60:focus {

    border-top-color: rgb(255 255 255 / 0.6);
}
.focus\:border-t-white\/65:focus {

    border-top-color: rgb(255 255 255 / 0.65);
}
.focus\:border-t-white\/70:focus {

    border-top-color: rgb(255 255 255 / 0.7);
}
.focus\:border-t-white\/75:focus {

    border-top-color: rgb(255 255 255 / 0.75);
}
.focus\:border-t-white\/80:focus {

    border-top-color: rgb(255 255 255 / 0.8);
}
.focus\:border-t-white\/85:focus {

    border-top-color: rgb(255 255 255 / 0.85);
}
.focus\:border-t-white\/90:focus {

    border-top-color: rgb(255 255 255 / 0.9);
}
.focus\:border-t-white\/95:focus {

    border-top-color: rgb(255 255 255 / 0.95);
}
.focus\:border-opacity-0:focus {

    --tw-border-opacity: 0;
}
.focus\:border-opacity-10:focus {

    --tw-border-opacity: 0.1;
}
.focus\:border-opacity-100:focus {

    --tw-border-opacity: 1;
}
.focus\:border-opacity-15:focus {

    --tw-border-opacity: 0.15;
}
.focus\:border-opacity-20:focus {

    --tw-border-opacity: 0.2;
}
.focus\:border-opacity-25:focus {

    --tw-border-opacity: 0.25;
}
.focus\:border-opacity-30:focus {

    --tw-border-opacity: 0.3;
}
.focus\:border-opacity-35:focus {

    --tw-border-opacity: 0.35;
}
.focus\:border-opacity-40:focus {

    --tw-border-opacity: 0.4;
}
.focus\:border-opacity-45:focus {

    --tw-border-opacity: 0.45;
}
.focus\:border-opacity-5:focus {

    --tw-border-opacity: 0.05;
}
.focus\:border-opacity-50:focus {

    --tw-border-opacity: 0.5;
}
.focus\:border-opacity-55:focus {

    --tw-border-opacity: 0.55;
}
.focus\:border-opacity-60:focus {

    --tw-border-opacity: 0.6;
}
.focus\:border-opacity-65:focus {

    --tw-border-opacity: 0.65;
}
.focus\:border-opacity-70:focus {

    --tw-border-opacity: 0.7;
}
.focus\:border-opacity-75:focus {

    --tw-border-opacity: 0.75;
}
.focus\:border-opacity-80:focus {

    --tw-border-opacity: 0.8;
}
.focus\:border-opacity-85:focus {

    --tw-border-opacity: 0.85;
}
.focus\:border-opacity-90:focus {

    --tw-border-opacity: 0.9;
}
.focus\:border-opacity-95:focus {

    --tw-border-opacity: 0.95;
}
.focus\:bg-accent:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-dark:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-dark\/0:focus {

    background-color: rgb(225 114 45 / 0);
}
.focus\:bg-accent-dark\/10:focus {

    background-color: rgb(225 114 45 / 0.1);
}
.focus\:bg-accent-dark\/100:focus {

    background-color: rgb(225 114 45 / 1);
}
.focus\:bg-accent-dark\/15:focus {

    background-color: rgb(225 114 45 / 0.15);
}
.focus\:bg-accent-dark\/20:focus {

    background-color: rgb(225 114 45 / 0.2);
}
.focus\:bg-accent-dark\/25:focus {

    background-color: rgb(225 114 45 / 0.25);
}
.focus\:bg-accent-dark\/30:focus {

    background-color: rgb(225 114 45 / 0.3);
}
.focus\:bg-accent-dark\/35:focus {

    background-color: rgb(225 114 45 / 0.35);
}
.focus\:bg-accent-dark\/40:focus {

    background-color: rgb(225 114 45 / 0.4);
}
.focus\:bg-accent-dark\/45:focus {

    background-color: rgb(225 114 45 / 0.45);
}
.focus\:bg-accent-dark\/5:focus {

    background-color: rgb(225 114 45 / 0.05);
}
.focus\:bg-accent-dark\/50:focus {

    background-color: rgb(225 114 45 / 0.5);
}
.focus\:bg-accent-dark\/55:focus {

    background-color: rgb(225 114 45 / 0.55);
}
.focus\:bg-accent-dark\/60:focus {

    background-color: rgb(225 114 45 / 0.6);
}
.focus\:bg-accent-dark\/65:focus {

    background-color: rgb(225 114 45 / 0.65);
}
.focus\:bg-accent-dark\/70:focus {

    background-color: rgb(225 114 45 / 0.7);
}
.focus\:bg-accent-dark\/75:focus {

    background-color: rgb(225 114 45 / 0.75);
}
.focus\:bg-accent-dark\/80:focus {

    background-color: rgb(225 114 45 / 0.8);
}
.focus\:bg-accent-dark\/85:focus {

    background-color: rgb(225 114 45 / 0.85);
}
.focus\:bg-accent-dark\/90:focus {

    background-color: rgb(225 114 45 / 0.9);
}
.focus\:bg-accent-dark\/95:focus {

    background-color: rgb(225 114 45 / 0.95);
}
.focus\:bg-accent-light:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-light\/0:focus {

    background-color: rgb(255 191 105 / 0);
}
.focus\:bg-accent-light\/10:focus {

    background-color: rgb(255 191 105 / 0.1);
}
.focus\:bg-accent-light\/100:focus {

    background-color: rgb(255 191 105 / 1);
}
.focus\:bg-accent-light\/15:focus {

    background-color: rgb(255 191 105 / 0.15);
}
.focus\:bg-accent-light\/20:focus {

    background-color: rgb(255 191 105 / 0.2);
}
.focus\:bg-accent-light\/25:focus {

    background-color: rgb(255 191 105 / 0.25);
}
.focus\:bg-accent-light\/30:focus {

    background-color: rgb(255 191 105 / 0.3);
}
.focus\:bg-accent-light\/35:focus {

    background-color: rgb(255 191 105 / 0.35);
}
.focus\:bg-accent-light\/40:focus {

    background-color: rgb(255 191 105 / 0.4);
}
.focus\:bg-accent-light\/45:focus {

    background-color: rgb(255 191 105 / 0.45);
}
.focus\:bg-accent-light\/5:focus {

    background-color: rgb(255 191 105 / 0.05);
}
.focus\:bg-accent-light\/50:focus {

    background-color: rgb(255 191 105 / 0.5);
}
.focus\:bg-accent-light\/55:focus {

    background-color: rgb(255 191 105 / 0.55);
}
.focus\:bg-accent-light\/60:focus {

    background-color: rgb(255 191 105 / 0.6);
}
.focus\:bg-accent-light\/65:focus {

    background-color: rgb(255 191 105 / 0.65);
}
.focus\:bg-accent-light\/70:focus {

    background-color: rgb(255 191 105 / 0.7);
}
.focus\:bg-accent-light\/75:focus {

    background-color: rgb(255 191 105 / 0.75);
}
.focus\:bg-accent-light\/80:focus {

    background-color: rgb(255 191 105 / 0.8);
}
.focus\:bg-accent-light\/85:focus {

    background-color: rgb(255 191 105 / 0.85);
}
.focus\:bg-accent-light\/90:focus {

    background-color: rgb(255 191 105 / 0.9);
}
.focus\:bg-accent-light\/95:focus {

    background-color: rgb(255 191 105 / 0.95);
}
.focus\:bg-accent\/0:focus {

    background-color: rgb(229 136 78 / 0);
}
.focus\:bg-accent\/10:focus {

    background-color: rgb(229 136 78 / 0.1);
}
.focus\:bg-accent\/100:focus {

    background-color: rgb(229 136 78 / 1);
}
.focus\:bg-accent\/15:focus {

    background-color: rgb(229 136 78 / 0.15);
}
.focus\:bg-accent\/20:focus {

    background-color: rgb(229 136 78 / 0.2);
}
.focus\:bg-accent\/25:focus {

    background-color: rgb(229 136 78 / 0.25);
}
.focus\:bg-accent\/30:focus {

    background-color: rgb(229 136 78 / 0.3);
}
.focus\:bg-accent\/35:focus {

    background-color: rgb(229 136 78 / 0.35);
}
.focus\:bg-accent\/40:focus {

    background-color: rgb(229 136 78 / 0.4);
}
.focus\:bg-accent\/45:focus {

    background-color: rgb(229 136 78 / 0.45);
}
.focus\:bg-accent\/5:focus {

    background-color: rgb(229 136 78 / 0.05);
}
.focus\:bg-accent\/50:focus {

    background-color: rgb(229 136 78 / 0.5);
}
.focus\:bg-accent\/55:focus {

    background-color: rgb(229 136 78 / 0.55);
}
.focus\:bg-accent\/60:focus {

    background-color: rgb(229 136 78 / 0.6);
}
.focus\:bg-accent\/65:focus {

    background-color: rgb(229 136 78 / 0.65);
}
.focus\:bg-accent\/70:focus {

    background-color: rgb(229 136 78 / 0.7);
}
.focus\:bg-accent\/75:focus {

    background-color: rgb(229 136 78 / 0.75);
}
.focus\:bg-accent\/80:focus {

    background-color: rgb(229 136 78 / 0.8);
}
.focus\:bg-accent\/85:focus {

    background-color: rgb(229 136 78 / 0.85);
}
.focus\:bg-accent\/90:focus {

    background-color: rgb(229 136 78 / 0.9);
}
.focus\:bg-accent\/95:focus {

    background-color: rgb(229 136 78 / 0.95);
}
.focus\:bg-black:focus {

    --tw-bg-opacity: 1;

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

    background-color: rgb(0 0 0 / 0);
}
.focus\:bg-black\/10:focus {

    background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-black\/100:focus {

    background-color: rgb(0 0 0 / 1);
}
.focus\:bg-black\/15:focus {

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

    background-color: rgb(0 0 0 / 0.2);
}
.focus\:bg-black\/25:focus {

    background-color: rgb(0 0 0 / 0.25);
}
.focus\:bg-black\/30:focus {

    background-color: rgb(0 0 0 / 0.3);
}
.focus\:bg-black\/35:focus {

    background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-black\/40:focus {

    background-color: rgb(0 0 0 / 0.4);
}
.focus\:bg-black\/45:focus {

    background-color: rgb(0 0 0 / 0.45);
}
.focus\:bg-black\/5:focus {

    background-color: rgb(0 0 0 / 0.05);
}
.focus\:bg-black\/50:focus {

    background-color: rgb(0 0 0 / 0.5);
}
.focus\:bg-black\/55:focus {

    background-color: rgb(0 0 0 / 0.55);
}
.focus\:bg-black\/60:focus {

    background-color: rgb(0 0 0 / 0.6);
}
.focus\:bg-black\/65:focus {

    background-color: rgb(0 0 0 / 0.65);
}
.focus\:bg-black\/70:focus {

    background-color: rgb(0 0 0 / 0.7);
}
.focus\:bg-black\/75:focus {

    background-color: rgb(0 0 0 / 0.75);
}
.focus\:bg-black\/80:focus {

    background-color: rgb(0 0 0 / 0.8);
}
.focus\:bg-black\/85:focus {

    background-color: rgb(0 0 0 / 0.85);
}
.focus\:bg-black\/90:focus {

    background-color: rgb(0 0 0 / 0.9);
}
.focus\:bg-black\/95:focus {

    background-color: rgb(0 0 0 / 0.95);
}
.focus\:bg-current:focus {

    background-color: currentColor;
}
.focus\:bg-error:focus {

    --tw-bg-opacity: 1;

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

    background-color: rgb(255 0 0 / 0);
}
.focus\:bg-error\/10:focus {

    background-color: rgb(255 0 0 / 0.1);
}
.focus\:bg-error\/100:focus {

    background-color: rgb(255 0 0 / 1);
}
.focus\:bg-error\/15:focus {

    background-color: rgb(255 0 0 / 0.15);
}
.focus\:bg-error\/20:focus {

    background-color: rgb(255 0 0 / 0.2);
}
.focus\:bg-error\/25:focus {

    background-color: rgb(255 0 0 / 0.25);
}
.focus\:bg-error\/30:focus {

    background-color: rgb(255 0 0 / 0.3);
}
.focus\:bg-error\/35:focus {

    background-color: rgb(255 0 0 / 0.35);
}
.focus\:bg-error\/40:focus {

    background-color: rgb(255 0 0 / 0.4);
}
.focus\:bg-error\/45:focus {

    background-color: rgb(255 0 0 / 0.45);
}
.focus\:bg-error\/5:focus {

    background-color: rgb(255 0 0 / 0.05);
}
.focus\:bg-error\/50:focus {

    background-color: rgb(255 0 0 / 0.5);
}
.focus\:bg-error\/55:focus {

    background-color: rgb(255 0 0 / 0.55);
}
.focus\:bg-error\/60:focus {

    background-color: rgb(255 0 0 / 0.6);
}
.focus\:bg-error\/65:focus {

    background-color: rgb(255 0 0 / 0.65);
}
.focus\:bg-error\/70:focus {

    background-color: rgb(255 0 0 / 0.7);
}
.focus\:bg-error\/75:focus {

    background-color: rgb(255 0 0 / 0.75);
}
.focus\:bg-error\/80:focus {

    background-color: rgb(255 0 0 / 0.8);
}
.focus\:bg-error\/85:focus {

    background-color: rgb(255 0 0 / 0.85);
}
.focus\:bg-error\/90:focus {

    background-color: rgb(255 0 0 / 0.9);
}
.focus\:bg-error\/95:focus {

    background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark\/0:focus {

    background-color: rgb(26 88 121 / 0);
}
.focus\:bg-primary-dark\/10:focus {

    background-color: rgb(26 88 121 / 0.1);
}
.focus\:bg-primary-dark\/100:focus {

    background-color: rgb(26 88 121 / 1);
}
.focus\:bg-primary-dark\/15:focus {

    background-color: rgb(26 88 121 / 0.15);
}
.focus\:bg-primary-dark\/20:focus {

    background-color: rgb(26 88 121 / 0.2);
}
.focus\:bg-primary-dark\/25:focus {

    background-color: rgb(26 88 121 / 0.25);
}
.focus\:bg-primary-dark\/30:focus {

    background-color: rgb(26 88 121 / 0.3);
}
.focus\:bg-primary-dark\/35:focus {

    background-color: rgb(26 88 121 / 0.35);
}
.focus\:bg-primary-dark\/40:focus {

    background-color: rgb(26 88 121 / 0.4);
}
.focus\:bg-primary-dark\/45:focus {

    background-color: rgb(26 88 121 / 0.45);
}
.focus\:bg-primary-dark\/5:focus {

    background-color: rgb(26 88 121 / 0.05);
}
.focus\:bg-primary-dark\/50:focus {

    background-color: rgb(26 88 121 / 0.5);
}
.focus\:bg-primary-dark\/55:focus {

    background-color: rgb(26 88 121 / 0.55);
}
.focus\:bg-primary-dark\/60:focus {

    background-color: rgb(26 88 121 / 0.6);
}
.focus\:bg-primary-dark\/65:focus {

    background-color: rgb(26 88 121 / 0.65);
}
.focus\:bg-primary-dark\/70:focus {

    background-color: rgb(26 88 121 / 0.7);
}
.focus\:bg-primary-dark\/75:focus {

    background-color: rgb(26 88 121 / 0.75);
}
.focus\:bg-primary-dark\/80:focus {

    background-color: rgb(26 88 121 / 0.8);
}
.focus\:bg-primary-dark\/85:focus {

    background-color: rgb(26 88 121 / 0.85);
}
.focus\:bg-primary-dark\/90:focus {

    background-color: rgb(26 88 121 / 0.9);
}
.focus\:bg-primary-dark\/95:focus {

    background-color: rgb(26 88 121 / 0.95);
}
.focus\:bg-primary-light:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-light\/0:focus {

    background-color: rgb(85 154 193 / 0);
}
.focus\:bg-primary-light\/10:focus {

    background-color: rgb(85 154 193 / 0.1);
}
.focus\:bg-primary-light\/100:focus {

    background-color: rgb(85 154 193 / 1);
}
.focus\:bg-primary-light\/15:focus {

    background-color: rgb(85 154 193 / 0.15);
}
.focus\:bg-primary-light\/20:focus {

    background-color: rgb(85 154 193 / 0.2);
}
.focus\:bg-primary-light\/25:focus {

    background-color: rgb(85 154 193 / 0.25);
}
.focus\:bg-primary-light\/30:focus {

    background-color: rgb(85 154 193 / 0.3);
}
.focus\:bg-primary-light\/35:focus {

    background-color: rgb(85 154 193 / 0.35);
}
.focus\:bg-primary-light\/40:focus {

    background-color: rgb(85 154 193 / 0.4);
}
.focus\:bg-primary-light\/45:focus {

    background-color: rgb(85 154 193 / 0.45);
}
.focus\:bg-primary-light\/5:focus {

    background-color: rgb(85 154 193 / 0.05);
}
.focus\:bg-primary-light\/50:focus {

    background-color: rgb(85 154 193 / 0.5);
}
.focus\:bg-primary-light\/55:focus {

    background-color: rgb(85 154 193 / 0.55);
}
.focus\:bg-primary-light\/60:focus {

    background-color: rgb(85 154 193 / 0.6);
}
.focus\:bg-primary-light\/65:focus {

    background-color: rgb(85 154 193 / 0.65);
}
.focus\:bg-primary-light\/70:focus {

    background-color: rgb(85 154 193 / 0.7);
}
.focus\:bg-primary-light\/75:focus {

    background-color: rgb(85 154 193 / 0.75);
}
.focus\:bg-primary-light\/80:focus {

    background-color: rgb(85 154 193 / 0.8);
}
.focus\:bg-primary-light\/85:focus {

    background-color: rgb(85 154 193 / 0.85);
}
.focus\:bg-primary-light\/90:focus {

    background-color: rgb(85 154 193 / 0.9);
}
.focus\:bg-primary-light\/95:focus {

    background-color: rgb(85 154 193 / 0.95);
}
.focus\:bg-primary-lighter:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-lighter\/0:focus {

    background-color: rgb(115 177 212 / 0);
}
.focus\:bg-primary-lighter\/10:focus {

    background-color: rgb(115 177 212 / 0.1);
}
.focus\:bg-primary-lighter\/100:focus {

    background-color: rgb(115 177 212 / 1);
}
.focus\:bg-primary-lighter\/15:focus {

    background-color: rgb(115 177 212 / 0.15);
}
.focus\:bg-primary-lighter\/20:focus {

    background-color: rgb(115 177 212 / 0.2);
}
.focus\:bg-primary-lighter\/25:focus {

    background-color: rgb(115 177 212 / 0.25);
}
.focus\:bg-primary-lighter\/30:focus {

    background-color: rgb(115 177 212 / 0.3);
}
.focus\:bg-primary-lighter\/35:focus {

    background-color: rgb(115 177 212 / 0.35);
}
.focus\:bg-primary-lighter\/40:focus {

    background-color: rgb(115 177 212 / 0.4);
}
.focus\:bg-primary-lighter\/45:focus {

    background-color: rgb(115 177 212 / 0.45);
}
.focus\:bg-primary-lighter\/5:focus {

    background-color: rgb(115 177 212 / 0.05);
}
.focus\:bg-primary-lighter\/50:focus {

    background-color: rgb(115 177 212 / 0.5);
}
.focus\:bg-primary-lighter\/55:focus {

    background-color: rgb(115 177 212 / 0.55);
}
.focus\:bg-primary-lighter\/60:focus {

    background-color: rgb(115 177 212 / 0.6);
}
.focus\:bg-primary-lighter\/65:focus {

    background-color: rgb(115 177 212 / 0.65);
}
.focus\:bg-primary-lighter\/70:focus {

    background-color: rgb(115 177 212 / 0.7);
}
.focus\:bg-primary-lighter\/75:focus {

    background-color: rgb(115 177 212 / 0.75);
}
.focus\:bg-primary-lighter\/80:focus {

    background-color: rgb(115 177 212 / 0.8);
}
.focus\:bg-primary-lighter\/85:focus {

    background-color: rgb(115 177 212 / 0.85);
}
.focus\:bg-primary-lighter\/90:focus {

    background-color: rgb(115 177 212 / 0.9);
}
.focus\:bg-primary-lighter\/95:focus {

    background-color: rgb(115 177 212 / 0.95);
}
.focus\:bg-primary\/0:focus {

    background-color: rgb(52 114 147 / 0);
}
.focus\:bg-primary\/10:focus {

    background-color: rgb(52 114 147 / 0.1);
}
.focus\:bg-primary\/100:focus {

    background-color: rgb(52 114 147 / 1);
}
.focus\:bg-primary\/15:focus {

    background-color: rgb(52 114 147 / 0.15);
}
.focus\:bg-primary\/20:focus {

    background-color: rgb(52 114 147 / 0.2);
}
.focus\:bg-primary\/25:focus {

    background-color: rgb(52 114 147 / 0.25);
}
.focus\:bg-primary\/30:focus {

    background-color: rgb(52 114 147 / 0.3);
}
.focus\:bg-primary\/35:focus {

    background-color: rgb(52 114 147 / 0.35);
}
.focus\:bg-primary\/40:focus {

    background-color: rgb(52 114 147 / 0.4);
}
.focus\:bg-primary\/45:focus {

    background-color: rgb(52 114 147 / 0.45);
}
.focus\:bg-primary\/5:focus {

    background-color: rgb(52 114 147 / 0.05);
}
.focus\:bg-primary\/50:focus {

    background-color: rgb(52 114 147 / 0.5);
}
.focus\:bg-primary\/55:focus {

    background-color: rgb(52 114 147 / 0.55);
}
.focus\:bg-primary\/60:focus {

    background-color: rgb(52 114 147 / 0.6);
}
.focus\:bg-primary\/65:focus {

    background-color: rgb(52 114 147 / 0.65);
}
.focus\:bg-primary\/70:focus {

    background-color: rgb(52 114 147 / 0.7);
}
.focus\:bg-primary\/75:focus {

    background-color: rgb(52 114 147 / 0.75);
}
.focus\:bg-primary\/80:focus {

    background-color: rgb(52 114 147 / 0.8);
}
.focus\:bg-primary\/85:focus {

    background-color: rgb(52 114 147 / 0.85);
}
.focus\:bg-primary\/90:focus {

    background-color: rgb(52 114 147 / 0.9);
}
.focus\:bg-primary\/95:focus {

    background-color: rgb(52 114 147 / 0.95);
}
.focus\:bg-secondary:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(226 207 188 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark\/0:focus {

    background-color: rgb(226 207 188 / 0);
}
.focus\:bg-secondary-dark\/10:focus {

    background-color: rgb(226 207 188 / 0.1);
}
.focus\:bg-secondary-dark\/100:focus {

    background-color: rgb(226 207 188 / 1);
}
.focus\:bg-secondary-dark\/15:focus {

    background-color: rgb(226 207 188 / 0.15);
}
.focus\:bg-secondary-dark\/20:focus {

    background-color: rgb(226 207 188 / 0.2);
}
.focus\:bg-secondary-dark\/25:focus {

    background-color: rgb(226 207 188 / 0.25);
}
.focus\:bg-secondary-dark\/30:focus {

    background-color: rgb(226 207 188 / 0.3);
}
.focus\:bg-secondary-dark\/35:focus {

    background-color: rgb(226 207 188 / 0.35);
}
.focus\:bg-secondary-dark\/40:focus {

    background-color: rgb(226 207 188 / 0.4);
}
.focus\:bg-secondary-dark\/45:focus {

    background-color: rgb(226 207 188 / 0.45);
}
.focus\:bg-secondary-dark\/5:focus {

    background-color: rgb(226 207 188 / 0.05);
}
.focus\:bg-secondary-dark\/50:focus {

    background-color: rgb(226 207 188 / 0.5);
}
.focus\:bg-secondary-dark\/55:focus {

    background-color: rgb(226 207 188 / 0.55);
}
.focus\:bg-secondary-dark\/60:focus {

    background-color: rgb(226 207 188 / 0.6);
}
.focus\:bg-secondary-dark\/65:focus {

    background-color: rgb(226 207 188 / 0.65);
}
.focus\:bg-secondary-dark\/70:focus {

    background-color: rgb(226 207 188 / 0.7);
}
.focus\:bg-secondary-dark\/75:focus {

    background-color: rgb(226 207 188 / 0.75);
}
.focus\:bg-secondary-dark\/80:focus {

    background-color: rgb(226 207 188 / 0.8);
}
.focus\:bg-secondary-dark\/85:focus {

    background-color: rgb(226 207 188 / 0.85);
}
.focus\:bg-secondary-dark\/90:focus {

    background-color: rgb(226 207 188 / 0.9);
}
.focus\:bg-secondary-dark\/95:focus {

    background-color: rgb(226 207 188 / 0.95);
}
.focus\:bg-secondary-light:focus {

    --tw-bg-opacity: 1;

    background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-light\/0:focus {

    background-color: rgb(254 250 247 / 0);
}
.focus\:bg-secondary-light\/10:focus {

    background-color: rgb(254 250 247 / 0.1);
}
.focus\:bg-secondary-light\/100:focus {

    background-color: rgb(254 250 247 / 1);
}
.focus\:bg-secondary-light\/15:focus {

    background-color: rgb(254 250 247 / 0.15);
}
.focus\:bg-secondary-light\/20:focus {

    background-color: rgb(254 250 247 / 0.2);
}
.focus\:bg-secondary-light\/25:focus {

    background-color: rgb(254 250 247 / 0.25);
}
.focus\:bg-secondary-light\/30:focus {

    background-color: rgb(254 250 247 / 0.3);
}
.focus\:bg-secondary-light\/35:focus {

    background-color: rgb(254 250 247 / 0.35);
}
.focus\:bg-secondary-light\/40:focus {

    background-color: rgb(254 250 247 / 0.4);
}
.focus\:bg-secondary-light\/45:focus {

    background-color: rgb(254 250 247 / 0.45);
}
.focus\:bg-secondary-light\/5:focus {

    background-color: rgb(254 250 247 / 0.05);
}
.focus\:bg-secondary-light\/50:focus {

    background-color: rgb(254 250 247 / 0.5);
}
.focus\:bg-secondary-light\/55:focus {

    background-color: rgb(254 250 247 / 0.55);
}
.focus\:bg-secondary-light\/60:focus {

    background-color: rgb(254 250 247 / 0.6);
}
.focus\:bg-secondary-light\/65:focus {

    background-color: rgb(254 250 247 / 0.65);
}
.focus\:bg-secondary-light\/70:focus {

    background-color: rgb(254 250 247 / 0.7);
}
.focus\:bg-secondary-light\/75:focus {

    background-color: rgb(254 250 247 / 0.75);
}
.focus\:bg-secondary-light\/80:focus {

    background-color: rgb(254 250 247 / 0.8);
}
.focus\:bg-secondary-light\/85:focus {

    background-color: rgb(254 250 247 / 0.85);
}
.focus\:bg-secondary-light\/90:focus {

    background-color: rgb(254 250 247 / 0.9);
}
.focus\:bg-secondary-light\/95:focus {

    background-color: rgb(254 250 247 / 0.95);
}
.focus\:bg-secondary\/0:focus {

    background-color: rgb(243 234 225 / 0);
}
.focus\:bg-secondary\/10:focus {

    background-color: rgb(243 234 225 / 0.1);
}
.focus\:bg-secondary\/100:focus {

    background-color: rgb(243 234 225 / 1);
}
.focus\:bg-secondary\/15:focus {

    background-color: rgb(243 234 225 / 0.15);
}
.focus\:bg-secondary\/20:focus {

    background-color: rgb(243 234 225 / 0.2);
}
.focus\:bg-secondary\/25:focus {

    background-color: rgb(243 234 225 / 0.25);
}
.focus\:bg-secondary\/30:focus {

    background-color: rgb(243 234 225 / 0.3);
}
.focus\:bg-secondary\/35:focus {

    background-color: rgb(243 234 225 / 0.35);
}
.focus\:bg-secondary\/40:focus {

    background-color: rgb(243 234 225 / 0.4);
}
.focus\:bg-secondary\/45:focus {

    background-color: rgb(243 234 225 / 0.45);
}
.focus\:bg-secondary\/5:focus {

    background-color: rgb(243 234 225 / 0.05);
}
.focus\:bg-secondary\/50:focus {

    background-color: rgb(243 234 225 / 0.5);
}
.focus\:bg-secondary\/55:focus {

    background-color: rgb(243 234 225 / 0.55);
}
.focus\:bg-secondary\/60:focus {

    background-color: rgb(243 234 225 / 0.6);
}
.focus\:bg-secondary\/65:focus {

    background-color: rgb(243 234 225 / 0.65);
}
.focus\:bg-secondary\/70:focus {

    background-color: rgb(243 234 225 / 0.7);
}
.focus\:bg-secondary\/75:focus {

    background-color: rgb(243 234 225 / 0.75);
}
.focus\:bg-secondary\/80:focus {

    background-color: rgb(243 234 225 / 0.8);
}
.focus\:bg-secondary\/85:focus {

    background-color: rgb(243 234 225 / 0.85);
}
.focus\:bg-secondary\/90:focus {

    background-color: rgb(243 234 225 / 0.9);
}
.focus\:bg-secondary\/95:focus {

    background-color: rgb(243 234 225 / 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:focus {

    --tw-text-opacity: 1;

    color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-dark:focus {

    --tw-text-opacity: 1;

    color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-dark\/0:focus {

    color: rgb(225 114 45 / 0);
}
.focus\:text-accent-dark\/10:focus {

    color: rgb(225 114 45 / 0.1);
}
.focus\:text-accent-dark\/100:focus {

    color: rgb(225 114 45 / 1);
}
.focus\:text-accent-dark\/15:focus {

    color: rgb(225 114 45 / 0.15);
}
.focus\:text-accent-dark\/20:focus {

    color: rgb(225 114 45 / 0.2);
}
.focus\:text-accent-dark\/25:focus {

    color: rgb(225 114 45 / 0.25);
}
.focus\:text-accent-dark\/30:focus {

    color: rgb(225 114 45 / 0.3);
}
.focus\:text-accent-dark\/35:focus {

    color: rgb(225 114 45 / 0.35);
}
.focus\:text-accent-dark\/40:focus {

    color: rgb(225 114 45 / 0.4);
}
.focus\:text-accent-dark\/45:focus {

    color: rgb(225 114 45 / 0.45);
}
.focus\:text-accent-dark\/5:focus {

    color: rgb(225 114 45 / 0.05);
}
.focus\:text-accent-dark\/50:focus {

    color: rgb(225 114 45 / 0.5);
}
.focus\:text-accent-dark\/55:focus {

    color: rgb(225 114 45 / 0.55);
}
.focus\:text-accent-dark\/60:focus {

    color: rgb(225 114 45 / 0.6);
}
.focus\:text-accent-dark\/65:focus {

    color: rgb(225 114 45 / 0.65);
}
.focus\:text-accent-dark\/70:focus {

    color: rgb(225 114 45 / 0.7);
}
.focus\:text-accent-dark\/75:focus {

    color: rgb(225 114 45 / 0.75);
}
.focus\:text-accent-dark\/80:focus {

    color: rgb(225 114 45 / 0.8);
}
.focus\:text-accent-dark\/85:focus {

    color: rgb(225 114 45 / 0.85);
}
.focus\:text-accent-dark\/90:focus {

    color: rgb(225 114 45 / 0.9);
}
.focus\:text-accent-dark\/95:focus {

    color: rgb(225 114 45 / 0.95);
}
.focus\:text-accent-light:focus {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-light\/0:focus {

    color: rgb(255 191 105 / 0);
}
.focus\:text-accent-light\/10:focus {

    color: rgb(255 191 105 / 0.1);
}
.focus\:text-accent-light\/100:focus {

    color: rgb(255 191 105 / 1);
}
.focus\:text-accent-light\/15:focus {

    color: rgb(255 191 105 / 0.15);
}
.focus\:text-accent-light\/20:focus {

    color: rgb(255 191 105 / 0.2);
}
.focus\:text-accent-light\/25:focus {

    color: rgb(255 191 105 / 0.25);
}
.focus\:text-accent-light\/30:focus {

    color: rgb(255 191 105 / 0.3);
}
.focus\:text-accent-light\/35:focus {

    color: rgb(255 191 105 / 0.35);
}
.focus\:text-accent-light\/40:focus {

    color: rgb(255 191 105 / 0.4);
}
.focus\:text-accent-light\/45:focus {

    color: rgb(255 191 105 / 0.45);
}
.focus\:text-accent-light\/5:focus {

    color: rgb(255 191 105 / 0.05);
}
.focus\:text-accent-light\/50:focus {

    color: rgb(255 191 105 / 0.5);
}
.focus\:text-accent-light\/55:focus {

    color: rgb(255 191 105 / 0.55);
}
.focus\:text-accent-light\/60:focus {

    color: rgb(255 191 105 / 0.6);
}
.focus\:text-accent-light\/65:focus {

    color: rgb(255 191 105 / 0.65);
}
.focus\:text-accent-light\/70:focus {

    color: rgb(255 191 105 / 0.7);
}
.focus\:text-accent-light\/75:focus {

    color: rgb(255 191 105 / 0.75);
}
.focus\:text-accent-light\/80:focus {

    color: rgb(255 191 105 / 0.8);
}
.focus\:text-accent-light\/85:focus {

    color: rgb(255 191 105 / 0.85);
}
.focus\:text-accent-light\/90:focus {

    color: rgb(255 191 105 / 0.9);
}
.focus\:text-accent-light\/95:focus {

    color: rgb(255 191 105 / 0.95);
}
.focus\:text-accent\/0:focus {

    color: rgb(229 136 78 / 0);
}
.focus\:text-accent\/10:focus {

    color: rgb(229 136 78 / 0.1);
}
.focus\:text-accent\/100:focus {

    color: rgb(229 136 78 / 1);
}
.focus\:text-accent\/15:focus {

    color: rgb(229 136 78 / 0.15);
}
.focus\:text-accent\/20:focus {

    color: rgb(229 136 78 / 0.2);
}
.focus\:text-accent\/25:focus {

    color: rgb(229 136 78 / 0.25);
}
.focus\:text-accent\/30:focus {

    color: rgb(229 136 78 / 0.3);
}
.focus\:text-accent\/35:focus {

    color: rgb(229 136 78 / 0.35);
}
.focus\:text-accent\/40:focus {

    color: rgb(229 136 78 / 0.4);
}
.focus\:text-accent\/45:focus {

    color: rgb(229 136 78 / 0.45);
}
.focus\:text-accent\/5:focus {

    color: rgb(229 136 78 / 0.05);
}
.focus\:text-accent\/50:focus {

    color: rgb(229 136 78 / 0.5);
}
.focus\:text-accent\/55:focus {

    color: rgb(229 136 78 / 0.55);
}
.focus\:text-accent\/60:focus {

    color: rgb(229 136 78 / 0.6);
}
.focus\:text-accent\/65:focus {

    color: rgb(229 136 78 / 0.65);
}
.focus\:text-accent\/70:focus {

    color: rgb(229 136 78 / 0.7);
}
.focus\:text-accent\/75:focus {

    color: rgb(229 136 78 / 0.75);
}
.focus\:text-accent\/80:focus {

    color: rgb(229 136 78 / 0.8);
}
.focus\:text-accent\/85:focus {

    color: rgb(229 136 78 / 0.85);
}
.focus\:text-accent\/90:focus {

    color: rgb(229 136 78 / 0.9);
}
.focus\:text-accent\/95:focus {

    color: rgb(229 136 78 / 0.95);
}
.focus\:text-black:focus {

    --tw-text-opacity: 1;

    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-black\/0:focus {

    color: rgb(0 0 0 / 0);
}
.focus\:text-black\/10:focus {

    color: rgb(0 0 0 / 0.1);
}
.focus\:text-black\/100:focus {

    color: rgb(0 0 0 / 1);
}
.focus\:text-black\/15:focus {

    color: rgb(0 0 0 / 0.15);
}
.focus\:text-black\/20:focus {

    color: rgb(0 0 0 / 0.2);
}
.focus\:text-black\/25:focus {

    color: rgb(0 0 0 / 0.25);
}
.focus\:text-black\/30:focus {

    color: rgb(0 0 0 / 0.3);
}
.focus\:text-black\/35:focus {

    color: rgb(0 0 0 / 0.35);
}
.focus\:text-black\/40:focus {

    color: rgb(0 0 0 / 0.4);
}
.focus\:text-black\/45:focus {

    color: rgb(0 0 0 / 0.45);
}
.focus\:text-black\/5:focus {

    color: rgb(0 0 0 / 0.05);
}
.focus\:text-black\/50:focus {

    color: rgb(0 0 0 / 0.5);
}
.focus\:text-black\/55:focus {

    color: rgb(0 0 0 / 0.55);
}
.focus\:text-black\/60:focus {

    color: rgb(0 0 0 / 0.6);
}
.focus\:text-black\/65:focus {

    color: rgb(0 0 0 / 0.65);
}
.focus\:text-black\/70:focus {

    color: rgb(0 0 0 / 0.7);
}
.focus\:text-black\/75:focus {

    color: rgb(0 0 0 / 0.75);
}
.focus\:text-black\/80:focus {

    color: rgb(0 0 0 / 0.8);
}
.focus\:text-black\/85:focus {

    color: rgb(0 0 0 / 0.85);
}
.focus\:text-black\/90:focus {

    color: rgb(0 0 0 / 0.9);
}
.focus\:text-black\/95:focus {

    color: rgb(0 0 0 / 0.95);
}
.focus\:text-current:focus {

    color: currentColor;
}
.focus\:text-error:focus {

    --tw-text-opacity: 1;

    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-error\/0:focus {

    color: rgb(255 0 0 / 0);
}
.focus\:text-error\/10:focus {

    color: rgb(255 0 0 / 0.1);
}
.focus\:text-error\/100:focus {

    color: rgb(255 0 0 / 1);
}
.focus\:text-error\/15:focus {

    color: rgb(255 0 0 / 0.15);
}
.focus\:text-error\/20:focus {

    color: rgb(255 0 0 / 0.2);
}
.focus\:text-error\/25:focus {

    color: rgb(255 0 0 / 0.25);
}
.focus\:text-error\/30:focus {

    color: rgb(255 0 0 / 0.3);
}
.focus\:text-error\/35:focus {

    color: rgb(255 0 0 / 0.35);
}
.focus\:text-error\/40:focus {

    color: rgb(255 0 0 / 0.4);
}
.focus\:text-error\/45:focus {

    color: rgb(255 0 0 / 0.45);
}
.focus\:text-error\/5:focus {

    color: rgb(255 0 0 / 0.05);
}
.focus\:text-error\/50:focus {

    color: rgb(255 0 0 / 0.5);
}
.focus\:text-error\/55:focus {

    color: rgb(255 0 0 / 0.55);
}
.focus\:text-error\/60:focus {

    color: rgb(255 0 0 / 0.6);
}
.focus\:text-error\/65:focus {

    color: rgb(255 0 0 / 0.65);
}
.focus\:text-error\/70:focus {

    color: rgb(255 0 0 / 0.7);
}
.focus\:text-error\/75:focus {

    color: rgb(255 0 0 / 0.75);
}
.focus\:text-error\/80:focus {

    color: rgb(255 0 0 / 0.8);
}
.focus\:text-error\/85:focus {

    color: rgb(255 0 0 / 0.85);
}
.focus\:text-error\/90:focus {

    color: rgb(255 0 0 / 0.9);
}
.focus\:text-error\/95:focus {

    color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark:focus {

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark\/0:focus {

    color: rgb(26 88 121 / 0);
}
.focus\:text-primary-dark\/10:focus {

    color: rgb(26 88 121 / 0.1);
}
.focus\:text-primary-dark\/100:focus {

    color: rgb(26 88 121 / 1);
}
.focus\:text-primary-dark\/15:focus {

    color: rgb(26 88 121 / 0.15);
}
.focus\:text-primary-dark\/20:focus {

    color: rgb(26 88 121 / 0.2);
}
.focus\:text-primary-dark\/25:focus {

    color: rgb(26 88 121 / 0.25);
}
.focus\:text-primary-dark\/30:focus {

    color: rgb(26 88 121 / 0.3);
}
.focus\:text-primary-dark\/35:focus {

    color: rgb(26 88 121 / 0.35);
}
.focus\:text-primary-dark\/40:focus {

    color: rgb(26 88 121 / 0.4);
}
.focus\:text-primary-dark\/45:focus {

    color: rgb(26 88 121 / 0.45);
}
.focus\:text-primary-dark\/5:focus {

    color: rgb(26 88 121 / 0.05);
}
.focus\:text-primary-dark\/50:focus {

    color: rgb(26 88 121 / 0.5);
}
.focus\:text-primary-dark\/55:focus {

    color: rgb(26 88 121 / 0.55);
}
.focus\:text-primary-dark\/60:focus {

    color: rgb(26 88 121 / 0.6);
}
.focus\:text-primary-dark\/65:focus {

    color: rgb(26 88 121 / 0.65);
}
.focus\:text-primary-dark\/70:focus {

    color: rgb(26 88 121 / 0.7);
}
.focus\:text-primary-dark\/75:focus {

    color: rgb(26 88 121 / 0.75);
}
.focus\:text-primary-dark\/80:focus {

    color: rgb(26 88 121 / 0.8);
}
.focus\:text-primary-dark\/85:focus {

    color: rgb(26 88 121 / 0.85);
}
.focus\:text-primary-dark\/90:focus {

    color: rgb(26 88 121 / 0.9);
}
.focus\:text-primary-dark\/95:focus {

    color: rgb(26 88 121 / 0.95);
}
.focus\:text-primary-light:focus {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-light\/0:focus {

    color: rgb(85 154 193 / 0);
}
.focus\:text-primary-light\/10:focus {

    color: rgb(85 154 193 / 0.1);
}
.focus\:text-primary-light\/100:focus {

    color: rgb(85 154 193 / 1);
}
.focus\:text-primary-light\/15:focus {

    color: rgb(85 154 193 / 0.15);
}
.focus\:text-primary-light\/20:focus {

    color: rgb(85 154 193 / 0.2);
}
.focus\:text-primary-light\/25:focus {

    color: rgb(85 154 193 / 0.25);
}
.focus\:text-primary-light\/30:focus {

    color: rgb(85 154 193 / 0.3);
}
.focus\:text-primary-light\/35:focus {

    color: rgb(85 154 193 / 0.35);
}
.focus\:text-primary-light\/40:focus {

    color: rgb(85 154 193 / 0.4);
}
.focus\:text-primary-light\/45:focus {

    color: rgb(85 154 193 / 0.45);
}
.focus\:text-primary-light\/5:focus {

    color: rgb(85 154 193 / 0.05);
}
.focus\:text-primary-light\/50:focus {

    color: rgb(85 154 193 / 0.5);
}
.focus\:text-primary-light\/55:focus {

    color: rgb(85 154 193 / 0.55);
}
.focus\:text-primary-light\/60:focus {

    color: rgb(85 154 193 / 0.6);
}
.focus\:text-primary-light\/65:focus {

    color: rgb(85 154 193 / 0.65);
}
.focus\:text-primary-light\/70:focus {

    color: rgb(85 154 193 / 0.7);
}
.focus\:text-primary-light\/75:focus {

    color: rgb(85 154 193 / 0.75);
}
.focus\:text-primary-light\/80:focus {

    color: rgb(85 154 193 / 0.8);
}
.focus\:text-primary-light\/85:focus {

    color: rgb(85 154 193 / 0.85);
}
.focus\:text-primary-light\/90:focus {

    color: rgb(85 154 193 / 0.9);
}
.focus\:text-primary-light\/95:focus {

    color: rgb(85 154 193 / 0.95);
}
.focus\:text-primary-lighter:focus {

    --tw-text-opacity: 1;

    color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-lighter\/0:focus {

    color: rgb(115 177 212 / 0);
}
.focus\:text-primary-lighter\/10:focus {

    color: rgb(115 177 212 / 0.1);
}
.focus\:text-primary-lighter\/100:focus {

    color: rgb(115 177 212 / 1);
}
.focus\:text-primary-lighter\/15:focus {

    color: rgb(115 177 212 / 0.15);
}
.focus\:text-primary-lighter\/20:focus {

    color: rgb(115 177 212 / 0.2);
}
.focus\:text-primary-lighter\/25:focus {

    color: rgb(115 177 212 / 0.25);
}
.focus\:text-primary-lighter\/30:focus {

    color: rgb(115 177 212 / 0.3);
}
.focus\:text-primary-lighter\/35:focus {

    color: rgb(115 177 212 / 0.35);
}
.focus\:text-primary-lighter\/40:focus {

    color: rgb(115 177 212 / 0.4);
}
.focus\:text-primary-lighter\/45:focus {

    color: rgb(115 177 212 / 0.45);
}
.focus\:text-primary-lighter\/5:focus {

    color: rgb(115 177 212 / 0.05);
}
.focus\:text-primary-lighter\/50:focus {

    color: rgb(115 177 212 / 0.5);
}
.focus\:text-primary-lighter\/55:focus {

    color: rgb(115 177 212 / 0.55);
}
.focus\:text-primary-lighter\/60:focus {

    color: rgb(115 177 212 / 0.6);
}
.focus\:text-primary-lighter\/65:focus {

    color: rgb(115 177 212 / 0.65);
}
.focus\:text-primary-lighter\/70:focus {

    color: rgb(115 177 212 / 0.7);
}
.focus\:text-primary-lighter\/75:focus {

    color: rgb(115 177 212 / 0.75);
}
.focus\:text-primary-lighter\/80:focus {

    color: rgb(115 177 212 / 0.8);
}
.focus\:text-primary-lighter\/85:focus {

    color: rgb(115 177 212 / 0.85);
}
.focus\:text-primary-lighter\/90:focus {

    color: rgb(115 177 212 / 0.9);
}
.focus\:text-primary-lighter\/95:focus {

    color: rgb(115 177 212 / 0.95);
}
.focus\:text-primary\/0:focus {

    color: rgb(52 114 147 / 0);
}
.focus\:text-primary\/10:focus {

    color: rgb(52 114 147 / 0.1);
}
.focus\:text-primary\/100:focus {

    color: rgb(52 114 147 / 1);
}
.focus\:text-primary\/15:focus {

    color: rgb(52 114 147 / 0.15);
}
.focus\:text-primary\/20:focus {

    color: rgb(52 114 147 / 0.2);
}
.focus\:text-primary\/25:focus {

    color: rgb(52 114 147 / 0.25);
}
.focus\:text-primary\/30:focus {

    color: rgb(52 114 147 / 0.3);
}
.focus\:text-primary\/35:focus {

    color: rgb(52 114 147 / 0.35);
}
.focus\:text-primary\/40:focus {

    color: rgb(52 114 147 / 0.4);
}
.focus\:text-primary\/45:focus {

    color: rgb(52 114 147 / 0.45);
}
.focus\:text-primary\/5:focus {

    color: rgb(52 114 147 / 0.05);
}
.focus\:text-primary\/50:focus {

    color: rgb(52 114 147 / 0.5);
}
.focus\:text-primary\/55:focus {

    color: rgb(52 114 147 / 0.55);
}
.focus\:text-primary\/60:focus {

    color: rgb(52 114 147 / 0.6);
}
.focus\:text-primary\/65:focus {

    color: rgb(52 114 147 / 0.65);
}
.focus\:text-primary\/70:focus {

    color: rgb(52 114 147 / 0.7);
}
.focus\:text-primary\/75:focus {

    color: rgb(52 114 147 / 0.75);
}
.focus\:text-primary\/80:focus {

    color: rgb(52 114 147 / 0.8);
}
.focus\:text-primary\/85:focus {

    color: rgb(52 114 147 / 0.85);
}
.focus\:text-primary\/90:focus {

    color: rgb(52 114 147 / 0.9);
}
.focus\:text-primary\/95:focus {

    color: rgb(52 114 147 / 0.95);
}
.focus\:text-secondary:focus {

    --tw-text-opacity: 1;

    color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark:focus {

    --tw-text-opacity: 1;

    color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark\/0:focus {

    color: rgb(226 207 188 / 0);
}
.focus\:text-secondary-dark\/10:focus {

    color: rgb(226 207 188 / 0.1);
}
.focus\:text-secondary-dark\/100:focus {

    color: rgb(226 207 188 / 1);
}
.focus\:text-secondary-dark\/15:focus {

    color: rgb(226 207 188 / 0.15);
}
.focus\:text-secondary-dark\/20:focus {

    color: rgb(226 207 188 / 0.2);
}
.focus\:text-secondary-dark\/25:focus {

    color: rgb(226 207 188 / 0.25);
}
.focus\:text-secondary-dark\/30:focus {

    color: rgb(226 207 188 / 0.3);
}
.focus\:text-secondary-dark\/35:focus {

    color: rgb(226 207 188 / 0.35);
}
.focus\:text-secondary-dark\/40:focus {

    color: rgb(226 207 188 / 0.4);
}
.focus\:text-secondary-dark\/45:focus {

    color: rgb(226 207 188 / 0.45);
}
.focus\:text-secondary-dark\/5:focus {

    color: rgb(226 207 188 / 0.05);
}
.focus\:text-secondary-dark\/50:focus {

    color: rgb(226 207 188 / 0.5);
}
.focus\:text-secondary-dark\/55:focus {

    color: rgb(226 207 188 / 0.55);
}
.focus\:text-secondary-dark\/60:focus {

    color: rgb(226 207 188 / 0.6);
}
.focus\:text-secondary-dark\/65:focus {

    color: rgb(226 207 188 / 0.65);
}
.focus\:text-secondary-dark\/70:focus {

    color: rgb(226 207 188 / 0.7);
}
.focus\:text-secondary-dark\/75:focus {

    color: rgb(226 207 188 / 0.75);
}
.focus\:text-secondary-dark\/80:focus {

    color: rgb(226 207 188 / 0.8);
}
.focus\:text-secondary-dark\/85:focus {

    color: rgb(226 207 188 / 0.85);
}
.focus\:text-secondary-dark\/90:focus {

    color: rgb(226 207 188 / 0.9);
}
.focus\:text-secondary-dark\/95:focus {

    color: rgb(226 207 188 / 0.95);
}
.focus\:text-secondary-light:focus {

    --tw-text-opacity: 1;

    color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-light\/0:focus {

    color: rgb(254 250 247 / 0);
}
.focus\:text-secondary-light\/10:focus {

    color: rgb(254 250 247 / 0.1);
}
.focus\:text-secondary-light\/100:focus {

    color: rgb(254 250 247 / 1);
}
.focus\:text-secondary-light\/15:focus {

    color: rgb(254 250 247 / 0.15);
}
.focus\:text-secondary-light\/20:focus {

    color: rgb(254 250 247 / 0.2);
}
.focus\:text-secondary-light\/25:focus {

    color: rgb(254 250 247 / 0.25);
}
.focus\:text-secondary-light\/30:focus {

    color: rgb(254 250 247 / 0.3);
}
.focus\:text-secondary-light\/35:focus {

    color: rgb(254 250 247 / 0.35);
}
.focus\:text-secondary-light\/40:focus {

    color: rgb(254 250 247 / 0.4);
}
.focus\:text-secondary-light\/45:focus {

    color: rgb(254 250 247 / 0.45);
}
.focus\:text-secondary-light\/5:focus {

    color: rgb(254 250 247 / 0.05);
}
.focus\:text-secondary-light\/50:focus {

    color: rgb(254 250 247 / 0.5);
}
.focus\:text-secondary-light\/55:focus {

    color: rgb(254 250 247 / 0.55);
}
.focus\:text-secondary-light\/60:focus {

    color: rgb(254 250 247 / 0.6);
}
.focus\:text-secondary-light\/65:focus {

    color: rgb(254 250 247 / 0.65);
}
.focus\:text-secondary-light\/70:focus {

    color: rgb(254 250 247 / 0.7);
}
.focus\:text-secondary-light\/75:focus {

    color: rgb(254 250 247 / 0.75);
}
.focus\:text-secondary-light\/80:focus {

    color: rgb(254 250 247 / 0.8);
}
.focus\:text-secondary-light\/85:focus {

    color: rgb(254 250 247 / 0.85);
}
.focus\:text-secondary-light\/90:focus {

    color: rgb(254 250 247 / 0.9);
}
.focus\:text-secondary-light\/95:focus {

    color: rgb(254 250 247 / 0.95);
}
.focus\:text-secondary\/0:focus {

    color: rgb(243 234 225 / 0);
}
.focus\:text-secondary\/10:focus {

    color: rgb(243 234 225 / 0.1);
}
.focus\:text-secondary\/100:focus {

    color: rgb(243 234 225 / 1);
}
.focus\:text-secondary\/15:focus {

    color: rgb(243 234 225 / 0.15);
}
.focus\:text-secondary\/20:focus {

    color: rgb(243 234 225 / 0.2);
}
.focus\:text-secondary\/25:focus {

    color: rgb(243 234 225 / 0.25);
}
.focus\:text-secondary\/30:focus {

    color: rgb(243 234 225 / 0.3);
}
.focus\:text-secondary\/35:focus {

    color: rgb(243 234 225 / 0.35);
}
.focus\:text-secondary\/40:focus {

    color: rgb(243 234 225 / 0.4);
}
.focus\:text-secondary\/45:focus {

    color: rgb(243 234 225 / 0.45);
}
.focus\:text-secondary\/5:focus {

    color: rgb(243 234 225 / 0.05);
}
.focus\:text-secondary\/50:focus {

    color: rgb(243 234 225 / 0.5);
}
.focus\:text-secondary\/55:focus {

    color: rgb(243 234 225 / 0.55);
}
.focus\:text-secondary\/60:focus {

    color: rgb(243 234 225 / 0.6);
}
.focus\:text-secondary\/65:focus {

    color: rgb(243 234 225 / 0.65);
}
.focus\:text-secondary\/70:focus {

    color: rgb(243 234 225 / 0.7);
}
.focus\:text-secondary\/75:focus {

    color: rgb(243 234 225 / 0.75);
}
.focus\:text-secondary\/80:focus {

    color: rgb(243 234 225 / 0.8);
}
.focus\:text-secondary\/85:focus {

    color: rgb(243 234 225 / 0.85);
}
.focus\:text-secondary\/90:focus {

    color: rgb(243 234 225 / 0.9);
}
.focus\:text-secondary\/95:focus {

    color: rgb(243 234 225 / 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\: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;
}
.focus\:outline-accent:focus {

    outline-color: #E5884E;
}
.focus\:ring-4:focus {

    --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(4px + 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);
}
.focus\:ring-accent:focus {

    --tw-ring-opacity: 1;

    --tw-ring-color: rgb(229 136 78 / var(--tw-ring-opacity, 1));
}
.active\:bg-accent:active {

    --tw-bg-opacity: 1;

    background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.group:focus-within .group-focus-within\:flex {

    display: flex;
}
.group:hover .group-hover\:ml-4 {

    margin-left: 1rem;
}
.group:hover .group-hover\:flex {

    display: flex;
}
.group:hover .group-hover\:h-12 {

    height: 3rem;
}
.group:hover .group-hover\:w-12 {

    width: 3rem;
}
.group:hover .group-hover\:translate-x-2 {

    --tw-translate-x: 0.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));
}
.group:hover .group-hover\:border-primary-light {

    --tw-border-opacity: 1;

    border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-white\/75 {

    background-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:text-accent {

    --tw-text-opacity: 1;

    color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-accent-dark {

    --tw-text-opacity: 1;

    color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-accent-light {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary {

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-dark {

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-light {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.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:focus .group-focus\: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));
}
.group:focus .group-focus\:text-accent-light {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *) {

    --tw-bg-opacity: 1;

    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary:is(.dark *) {

    --tw-bg-opacity: 1;

    background-color: rgb(52 114 147 / var(--tw-bg-opacity, 1));
}
.dark\:bg-white\/20:is(.dark *) {

    background-color: rgb(255 255 255 / 0.2);
}
.dark\:text-white:is(.dark *) {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

    .sm\:-mt-6 {

        margin-top: -1.5rem;
    }

    .sm\:inline-block {

        display: inline-block;
    }

    .sm\:aspect-interior-header-md {

        aspect-ratio: 16 / 5;
    }

    .sm\:grid-cols-2 {

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {

        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:gap-6 {

        gap: 1.5rem;
    }

    .sm\:gap-8 {

        gap: 2rem;
    }

    .sm\:px-0 {

        padding-left: 0px;

        padding-right: 0px;
    }

    .sm\:px-10 {

        padding-left: 2.5rem;

        padding-right: 2.5rem;
    }

    .sm\:px-6 {

        padding-left: 1.5rem;

        padding-right: 1.5rem;
    }

    .sm\:px-8 {

        padding-left: 2rem;

        padding-right: 2rem;
    }

    .sm\:pb-4 {

        padding-bottom: 1rem;
    }

    .sm\:text-3xl {

        font-size: 1.875rem;

        line-height: 2.25rem;
    }

    .sm\:text-lg {

        font-size: 1.125rem;

        line-height: 1.75rem;
    }
}
@media (min-width: 768px) {

    .md\:-top-0 {

        top: -0px;
    }

    .md\:-top-0\.5 {

        top: -0.125rem;
    }

    .md\:-top-1 {

        top: -0.25rem;
    }

    .md\:-top-1\.5 {

        top: -0.375rem;
    }

    .md\:-top-1\/2 {

        top: -50%;
    }

    .md\:-top-1\/3 {

        top: -33.333333%;
    }

    .md\:-top-1\/4 {

        top: -25%;
    }

    .md\:-top-10 {

        top: -2.5rem;
    }

    .md\:-top-11 {

        top: -2.75rem;
    }

    .md\:-top-12 {

        top: -3rem;
    }

    .md\:-top-14 {

        top: -3.5rem;
    }

    .md\:-top-16 {

        top: -4rem;
    }

    .md\:-top-2 {

        top: -0.5rem;
    }

    .md\:-top-2\.5 {

        top: -0.625rem;
    }

    .md\:-top-2\/3 {

        top: -66.666667%;
    }

    .md\:-top-2\/4 {

        top: -50%;
    }

    .md\:-top-20 {

        top: -5rem;
    }

    .md\:-top-24 {

        top: -6rem;
    }

    .md\:-top-28 {

        top: -7rem;
    }

    .md\:-top-3 {

        top: -0.75rem;
    }

    .md\:-top-3\.5 {

        top: -0.875rem;
    }

    .md\:-top-3\/4 {

        top: -75%;
    }

    .md\:-top-32 {

        top: -8rem;
    }

    .md\:-top-36 {

        top: -9rem;
    }

    .md\:-top-4 {

        top: -1rem;
    }

    .md\:-top-40 {

        top: -10rem;
    }

    .md\:-top-44 {

        top: -11rem;
    }

    .md\:-top-48 {

        top: -12rem;
    }

    .md\:-top-5 {

        top: -1.25rem;
    }

    .md\:-top-52 {

        top: -13rem;
    }

    .md\:-top-56 {

        top: -14rem;
    }

    .md\:-top-6 {

        top: -1.5rem;
    }

    .md\:-top-60 {

        top: -15rem;
    }

    .md\:-top-64 {

        top: -16rem;
    }

    .md\:-top-7 {

        top: -1.75rem;
    }

    .md\:-top-72 {

        top: -18rem;
    }

    .md\:-top-8 {

        top: -2rem;
    }

    .md\:-top-80 {

        top: -20rem;
    }

    .md\:-top-9 {

        top: -2.25rem;
    }

    .md\:-top-96 {

        top: -24rem;
    }

    .md\:-top-full {

        top: -100%;
    }

    .md\:-top-px {

        top: -1px;
    }

    .md\:left-14 {

        left: 3.5rem;
    }

    .md\:right-14 {

        right: 3.5rem;
    }

    .md\:top-0 {

        top: 0px;
    }

    .md\:top-0\.5 {

        top: 0.125rem;
    }

    .md\:top-1 {

        top: 0.25rem;
    }

    .md\:top-1\.5 {

        top: 0.375rem;
    }

    .md\:top-1\/2 {

        top: 50%;
    }

    .md\:top-1\/3 {

        top: 33.333333%;
    }

    .md\:top-1\/4 {

        top: 25%;
    }

    .md\:top-10 {

        top: 2.5rem;
    }

    .md\:top-11 {

        top: 2.75rem;
    }

    .md\:top-12 {

        top: 3rem;
    }

    .md\:top-14 {

        top: 3.5rem;
    }

    .md\:top-16 {

        top: 4rem;
    }

    .md\:top-2 {

        top: 0.5rem;
    }

    .md\:top-2\.5 {

        top: 0.625rem;
    }

    .md\:top-2\/3 {

        top: 66.666667%;
    }

    .md\:top-2\/4 {

        top: 50%;
    }

    .md\:top-20 {

        top: 5rem;
    }

    .md\:top-24 {

        top: 6rem;
    }

    .md\:top-28 {

        top: 7rem;
    }

    .md\:top-3 {

        top: 0.75rem;
    }

    .md\:top-3\.5 {

        top: 0.875rem;
    }

    .md\:top-3\/4 {

        top: 75%;
    }

    .md\:top-32 {

        top: 8rem;
    }

    .md\:top-36 {

        top: 9rem;
    }

    .md\:top-4 {

        top: 1rem;
    }

    .md\:top-40 {

        top: 10rem;
    }

    .md\:top-44 {

        top: 11rem;
    }

    .md\:top-48 {

        top: 12rem;
    }

    .md\:top-5 {

        top: 1.25rem;
    }

    .md\:top-52 {

        top: 13rem;
    }

    .md\:top-56 {

        top: 14rem;
    }

    .md\:top-6 {

        top: 1.5rem;
    }

    .md\:top-60 {

        top: 15rem;
    }

    .md\:top-64 {

        top: 16rem;
    }

    .md\:top-7 {

        top: 1.75rem;
    }

    .md\:top-72 {

        top: 18rem;
    }

    .md\:top-8 {

        top: 2rem;
    }

    .md\:top-80 {

        top: 20rem;
    }

    .md\:top-9 {

        top: 2.25rem;
    }

    .md\:top-96 {

        top: 24rem;
    }

    .md\:top-auto {

        top: auto;
    }

    .md\:top-full {

        top: 100%;
    }

    .md\:top-px {

        top: 1px;
    }

    .md\:order-3 {

        order: 3;
    }

    .md\:col-span-2 {

        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {

        grid-column: span 3 / span 3;
    }

    .md\:col-span-6 {

        grid-column: span 6 / span 6;
    }

    .md\:-my-0 {

        margin-top: -0px;

        margin-bottom: -0px;
    }

    .md\:-my-0\.5 {

        margin-top: -0.125rem;

        margin-bottom: -0.125rem;
    }

    .md\:-my-1 {

        margin-top: -0.25rem;

        margin-bottom: -0.25rem;
    }

    .md\:-my-1\.5 {

        margin-top: -0.375rem;

        margin-bottom: -0.375rem;
    }

    .md\:-my-10 {

        margin-top: -2.5rem;

        margin-bottom: -2.5rem;
    }

    .md\:-my-11 {

        margin-top: -2.75rem;

        margin-bottom: -2.75rem;
    }

    .md\:-my-12 {

        margin-top: -3rem;

        margin-bottom: -3rem;
    }

    .md\:-my-14 {

        margin-top: -3.5rem;

        margin-bottom: -3.5rem;
    }

    .md\:-my-16 {

        margin-top: -4rem;

        margin-bottom: -4rem;
    }

    .md\:-my-2 {

        margin-top: -0.5rem;

        margin-bottom: -0.5rem;
    }

    .md\:-my-2\.5 {

        margin-top: -0.625rem;

        margin-bottom: -0.625rem;
    }

    .md\:-my-20 {

        margin-top: -5rem;

        margin-bottom: -5rem;
    }

    .md\:-my-24 {

        margin-top: -6rem;

        margin-bottom: -6rem;
    }

    .md\:-my-28 {

        margin-top: -7rem;

        margin-bottom: -7rem;
    }

    .md\:-my-3 {

        margin-top: -0.75rem;

        margin-bottom: -0.75rem;
    }

    .md\:-my-3\.5 {

        margin-top: -0.875rem;

        margin-bottom: -0.875rem;
    }

    .md\:-my-32 {

        margin-top: -8rem;

        margin-bottom: -8rem;
    }

    .md\:-my-36 {

        margin-top: -9rem;

        margin-bottom: -9rem;
    }

    .md\:-my-4 {

        margin-top: -1rem;

        margin-bottom: -1rem;
    }

    .md\:-my-40 {

        margin-top: -10rem;

        margin-bottom: -10rem;
    }

    .md\:-my-44 {

        margin-top: -11rem;

        margin-bottom: -11rem;
    }

    .md\:-my-48 {

        margin-top: -12rem;

        margin-bottom: -12rem;
    }

    .md\:-my-5 {

        margin-top: -1.25rem;

        margin-bottom: -1.25rem;
    }

    .md\:-my-52 {

        margin-top: -13rem;

        margin-bottom: -13rem;
    }

    .md\:-my-56 {

        margin-top: -14rem;

        margin-bottom: -14rem;
    }

    .md\:-my-6 {

        margin-top: -1.5rem;

        margin-bottom: -1.5rem;
    }

    .md\:-my-60 {

        margin-top: -15rem;

        margin-bottom: -15rem;
    }

    .md\:-my-64 {

        margin-top: -16rem;

        margin-bottom: -16rem;
    }

    .md\:-my-7 {

        margin-top: -1.75rem;

        margin-bottom: -1.75rem;
    }

    .md\:-my-72 {

        margin-top: -18rem;

        margin-bottom: -18rem;
    }

    .md\:-my-8 {

        margin-top: -2rem;

        margin-bottom: -2rem;
    }

    .md\:-my-80 {

        margin-top: -20rem;

        margin-bottom: -20rem;
    }

    .md\:-my-9 {

        margin-top: -2.25rem;

        margin-bottom: -2.25rem;
    }

    .md\:-my-96 {

        margin-top: -24rem;

        margin-bottom: -24rem;
    }

    .md\:-my-px {

        margin-top: -1px;

        margin-bottom: -1px;
    }

    .md\:my-0 {

        margin-top: 0px;

        margin-bottom: 0px;
    }

    .md\:my-0\.5 {

        margin-top: 0.125rem;

        margin-bottom: 0.125rem;
    }

    .md\:my-1 {

        margin-top: 0.25rem;

        margin-bottom: 0.25rem;
    }

    .md\:my-1\.5 {

        margin-top: 0.375rem;

        margin-bottom: 0.375rem;
    }

    .md\:my-10 {

        margin-top: 2.5rem;

        margin-bottom: 2.5rem;
    }

    .md\:my-11 {

        margin-top: 2.75rem;

        margin-bottom: 2.75rem;
    }

    .md\:my-12 {

        margin-top: 3rem;

        margin-bottom: 3rem;
    }

    .md\:my-14 {

        margin-top: 3.5rem;

        margin-bottom: 3.5rem;
    }

    .md\:my-16 {

        margin-top: 4rem;

        margin-bottom: 4rem;
    }

    .md\:my-2 {

        margin-top: 0.5rem;

        margin-bottom: 0.5rem;
    }

    .md\:my-2\.5 {

        margin-top: 0.625rem;

        margin-bottom: 0.625rem;
    }

    .md\:my-20 {

        margin-top: 5rem;

        margin-bottom: 5rem;
    }

    .md\:my-24 {

        margin-top: 6rem;

        margin-bottom: 6rem;
    }

    .md\:my-28 {

        margin-top: 7rem;

        margin-bottom: 7rem;
    }

    .md\:my-3 {

        margin-top: 0.75rem;

        margin-bottom: 0.75rem;
    }

    .md\:my-3\.5 {

        margin-top: 0.875rem;

        margin-bottom: 0.875rem;
    }

    .md\:my-32 {

        margin-top: 8rem;

        margin-bottom: 8rem;
    }

    .md\:my-36 {

        margin-top: 9rem;

        margin-bottom: 9rem;
    }

    .md\:my-4 {

        margin-top: 1rem;

        margin-bottom: 1rem;
    }

    .md\:my-40 {

        margin-top: 10rem;

        margin-bottom: 10rem;
    }

    .md\:my-44 {

        margin-top: 11rem;

        margin-bottom: 11rem;
    }

    .md\:my-48 {

        margin-top: 12rem;

        margin-bottom: 12rem;
    }

    .md\:my-5 {

        margin-top: 1.25rem;

        margin-bottom: 1.25rem;
    }

    .md\:my-52 {

        margin-top: 13rem;

        margin-bottom: 13rem;
    }

    .md\:my-56 {

        margin-top: 14rem;

        margin-bottom: 14rem;
    }

    .md\:my-6 {

        margin-top: 1.5rem;

        margin-bottom: 1.5rem;
    }

    .md\:my-60 {

        margin-top: 15rem;

        margin-bottom: 15rem;
    }

    .md\:my-64 {

        margin-top: 16rem;

        margin-bottom: 16rem;
    }

    .md\:my-7 {

        margin-top: 1.75rem;

        margin-bottom: 1.75rem;
    }

    .md\:my-72 {

        margin-top: 18rem;

        margin-bottom: 18rem;
    }

    .md\:my-8 {

        margin-top: 2rem;

        margin-bottom: 2rem;
    }

    .md\:my-80 {

        margin-top: 20rem;

        margin-bottom: 20rem;
    }

    .md\:my-9 {

        margin-top: 2.25rem;

        margin-bottom: 2.25rem;
    }

    .md\:my-96 {

        margin-top: 24rem;

        margin-bottom: 24rem;
    }

    .md\:my-auto {

        margin-top: auto;

        margin-bottom: auto;
    }

    .md\:my-px {

        margin-top: 1px;

        margin-bottom: 1px;
    }

    .md\:mb-6 {

        margin-bottom: 1.5rem;
    }

    .md\:line-clamp-1 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 1;
    }

    .md\:line-clamp-2 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;
    }

    .md\:line-clamp-3 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 3;
    }

    .md\:line-clamp-4 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 4;
    }

    .md\:line-clamp-5 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 5;
    }

    .md\:line-clamp-6 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 6;
    }

    .md\:line-clamp-none {

        overflow: visible;

        display: block;

        -webkit-box-orient: horizontal;

        -webkit-line-clamp: none;
    }

    .md\:block {

        display: block;
    }

    .md\:flex {

        display: flex;
    }

    .md\:hidden {

        display: none;
    }

    .md\:h-40 {

        height: 10rem;
    }

    .md\:h-6 {

        height: 1.5rem;
    }

    .md\:h-8 {

        height: 2rem;
    }

    .md\:h-auto {

        height: auto;
    }

    .md\:h-full {

        height: 100%;
    }

    .md\:w-56 {

        width: 14rem;
    }

    .md\:w-6 {

        width: 1.5rem;
    }

    .md\:w-8 {

        width: 2rem;
    }

    .md\:origin-top-left {

        transform-origin: top left;
    }

    .md\:origin-top-right {

        transform-origin: top right;
    }

    .md\:scale-100 {

        --tw-scale-x: 1;

        --tw-scale-y: 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));
    }

    .md\:snap-none {

        scroll-snap-type: none;
    }

    .md\:snap-x {

        scroll-snap-type: x var(--tw-scroll-snap-strictness);
    }

    .md\:snap-y {

        scroll-snap-type: y var(--tw-scroll-snap-strictness);
    }

    .md\:snap-both {

        scroll-snap-type: both var(--tw-scroll-snap-strictness);
    }

    .md\:snap-mandatory {

        --tw-scroll-snap-strictness: mandatory;
    }

    .md\:snap-proximity {

        --tw-scroll-snap-strictness: proximity;
    }

    .md\:snap-start {

        scroll-snap-align: start;
    }

    .md\:snap-end {

        scroll-snap-align: end;
    }

    .md\:snap-center {

        scroll-snap-align: center;
    }

    .md\:snap-align-none {

        scroll-snap-align: none;
    }

    .md\:snap-normal {

        scroll-snap-stop: normal;
    }

    .md\:snap-always {

        scroll-snap-stop: always;
    }

    .md\:-scroll-my-0 {

        scroll-margin-top: -0px;

        scroll-margin-bottom: -0px;
    }

    .md\:-scroll-my-0\.5 {

        scroll-margin-top: -0.125rem;

        scroll-margin-bottom: -0.125rem;
    }

    .md\:-scroll-my-1 {

        scroll-margin-top: -0.25rem;

        scroll-margin-bottom: -0.25rem;
    }

    .md\:-scroll-my-1\.5 {

        scroll-margin-top: -0.375rem;

        scroll-margin-bottom: -0.375rem;
    }

    .md\:-scroll-my-10 {

        scroll-margin-top: -2.5rem;

        scroll-margin-bottom: -2.5rem;
    }

    .md\:-scroll-my-11 {

        scroll-margin-top: -2.75rem;

        scroll-margin-bottom: -2.75rem;
    }

    .md\:-scroll-my-12 {

        scroll-margin-top: -3rem;

        scroll-margin-bottom: -3rem;
    }

    .md\:-scroll-my-14 {

        scroll-margin-top: -3.5rem;

        scroll-margin-bottom: -3.5rem;
    }

    .md\:-scroll-my-16 {

        scroll-margin-top: -4rem;

        scroll-margin-bottom: -4rem;
    }

    .md\:-scroll-my-2 {

        scroll-margin-top: -0.5rem;

        scroll-margin-bottom: -0.5rem;
    }

    .md\:-scroll-my-2\.5 {

        scroll-margin-top: -0.625rem;

        scroll-margin-bottom: -0.625rem;
    }

    .md\:-scroll-my-20 {

        scroll-margin-top: -5rem;

        scroll-margin-bottom: -5rem;
    }

    .md\:-scroll-my-24 {

        scroll-margin-top: -6rem;

        scroll-margin-bottom: -6rem;
    }

    .md\:-scroll-my-28 {

        scroll-margin-top: -7rem;

        scroll-margin-bottom: -7rem;
    }

    .md\:-scroll-my-3 {

        scroll-margin-top: -0.75rem;

        scroll-margin-bottom: -0.75rem;
    }

    .md\:-scroll-my-3\.5 {

        scroll-margin-top: -0.875rem;

        scroll-margin-bottom: -0.875rem;
    }

    .md\:-scroll-my-32 {

        scroll-margin-top: -8rem;

        scroll-margin-bottom: -8rem;
    }

    .md\:-scroll-my-36 {

        scroll-margin-top: -9rem;

        scroll-margin-bottom: -9rem;
    }

    .md\:-scroll-my-4 {

        scroll-margin-top: -1rem;

        scroll-margin-bottom: -1rem;
    }

    .md\:-scroll-my-40 {

        scroll-margin-top: -10rem;

        scroll-margin-bottom: -10rem;
    }

    .md\:-scroll-my-44 {

        scroll-margin-top: -11rem;

        scroll-margin-bottom: -11rem;
    }

    .md\:-scroll-my-48 {

        scroll-margin-top: -12rem;

        scroll-margin-bottom: -12rem;
    }

    .md\:-scroll-my-5 {

        scroll-margin-top: -1.25rem;

        scroll-margin-bottom: -1.25rem;
    }

    .md\:-scroll-my-52 {

        scroll-margin-top: -13rem;

        scroll-margin-bottom: -13rem;
    }

    .md\:-scroll-my-56 {

        scroll-margin-top: -14rem;

        scroll-margin-bottom: -14rem;
    }

    .md\:-scroll-my-6 {

        scroll-margin-top: -1.5rem;

        scroll-margin-bottom: -1.5rem;
    }

    .md\:-scroll-my-60 {

        scroll-margin-top: -15rem;

        scroll-margin-bottom: -15rem;
    }

    .md\:-scroll-my-64 {

        scroll-margin-top: -16rem;

        scroll-margin-bottom: -16rem;
    }

    .md\:-scroll-my-7 {

        scroll-margin-top: -1.75rem;

        scroll-margin-bottom: -1.75rem;
    }

    .md\:-scroll-my-72 {

        scroll-margin-top: -18rem;

        scroll-margin-bottom: -18rem;
    }

    .md\:-scroll-my-8 {

        scroll-margin-top: -2rem;

        scroll-margin-bottom: -2rem;
    }

    .md\:-scroll-my-80 {

        scroll-margin-top: -20rem;

        scroll-margin-bottom: -20rem;
    }

    .md\:-scroll-my-9 {

        scroll-margin-top: -2.25rem;

        scroll-margin-bottom: -2.25rem;
    }

    .md\:-scroll-my-96 {

        scroll-margin-top: -24rem;

        scroll-margin-bottom: -24rem;
    }

    .md\:-scroll-my-px {

        scroll-margin-top: -1px;

        scroll-margin-bottom: -1px;
    }

    .md\:scroll-my-0 {

        scroll-margin-top: 0px;

        scroll-margin-bottom: 0px;
    }

    .md\:scroll-my-0\.5 {

        scroll-margin-top: 0.125rem;

        scroll-margin-bottom: 0.125rem;
    }

    .md\:scroll-my-1 {

        scroll-margin-top: 0.25rem;

        scroll-margin-bottom: 0.25rem;
    }

    .md\:scroll-my-1\.5 {

        scroll-margin-top: 0.375rem;

        scroll-margin-bottom: 0.375rem;
    }

    .md\:scroll-my-10 {

        scroll-margin-top: 2.5rem;

        scroll-margin-bottom: 2.5rem;
    }

    .md\:scroll-my-11 {

        scroll-margin-top: 2.75rem;

        scroll-margin-bottom: 2.75rem;
    }

    .md\:scroll-my-12 {

        scroll-margin-top: 3rem;

        scroll-margin-bottom: 3rem;
    }

    .md\:scroll-my-14 {

        scroll-margin-top: 3.5rem;

        scroll-margin-bottom: 3.5rem;
    }

    .md\:scroll-my-16 {

        scroll-margin-top: 4rem;

        scroll-margin-bottom: 4rem;
    }

    .md\:scroll-my-2 {

        scroll-margin-top: 0.5rem;

        scroll-margin-bottom: 0.5rem;
    }

    .md\:scroll-my-2\.5 {

        scroll-margin-top: 0.625rem;

        scroll-margin-bottom: 0.625rem;
    }

    .md\:scroll-my-20 {

        scroll-margin-top: 5rem;

        scroll-margin-bottom: 5rem;
    }

    .md\:scroll-my-24 {

        scroll-margin-top: 6rem;

        scroll-margin-bottom: 6rem;
    }

    .md\:scroll-my-28 {

        scroll-margin-top: 7rem;

        scroll-margin-bottom: 7rem;
    }

    .md\:scroll-my-3 {

        scroll-margin-top: 0.75rem;

        scroll-margin-bottom: 0.75rem;
    }

    .md\:scroll-my-3\.5 {

        scroll-margin-top: 0.875rem;

        scroll-margin-bottom: 0.875rem;
    }

    .md\:scroll-my-32 {

        scroll-margin-top: 8rem;

        scroll-margin-bottom: 8rem;
    }

    .md\:scroll-my-36 {

        scroll-margin-top: 9rem;

        scroll-margin-bottom: 9rem;
    }

    .md\:scroll-my-4 {

        scroll-margin-top: 1rem;

        scroll-margin-bottom: 1rem;
    }

    .md\:scroll-my-40 {

        scroll-margin-top: 10rem;

        scroll-margin-bottom: 10rem;
    }

    .md\:scroll-my-44 {

        scroll-margin-top: 11rem;

        scroll-margin-bottom: 11rem;
    }

    .md\:scroll-my-48 {

        scroll-margin-top: 12rem;

        scroll-margin-bottom: 12rem;
    }

    .md\:scroll-my-5 {

        scroll-margin-top: 1.25rem;

        scroll-margin-bottom: 1.25rem;
    }

    .md\:scroll-my-52 {

        scroll-margin-top: 13rem;

        scroll-margin-bottom: 13rem;
    }

    .md\:scroll-my-56 {

        scroll-margin-top: 14rem;

        scroll-margin-bottom: 14rem;
    }

    .md\:scroll-my-6 {

        scroll-margin-top: 1.5rem;

        scroll-margin-bottom: 1.5rem;
    }

    .md\:scroll-my-60 {

        scroll-margin-top: 15rem;

        scroll-margin-bottom: 15rem;
    }

    .md\:scroll-my-64 {

        scroll-margin-top: 16rem;

        scroll-margin-bottom: 16rem;
    }

    .md\:scroll-my-7 {

        scroll-margin-top: 1.75rem;

        scroll-margin-bottom: 1.75rem;
    }

    .md\:scroll-my-72 {

        scroll-margin-top: 18rem;

        scroll-margin-bottom: 18rem;
    }

    .md\:scroll-my-8 {

        scroll-margin-top: 2rem;

        scroll-margin-bottom: 2rem;
    }

    .md\:scroll-my-80 {

        scroll-margin-top: 20rem;

        scroll-margin-bottom: 20rem;
    }

    .md\:scroll-my-9 {

        scroll-margin-top: 2.25rem;

        scroll-margin-bottom: 2.25rem;
    }

    .md\:scroll-my-96 {

        scroll-margin-top: 24rem;

        scroll-margin-bottom: 24rem;
    }

    .md\:scroll-my-px {

        scroll-margin-top: 1px;

        scroll-margin-bottom: 1px;
    }

    .md\:scroll-p-0 {

        scroll-padding: 0px;
    }

    .md\:scroll-p-0\.5 {

        scroll-padding: 0.125rem;
    }

    .md\:scroll-p-1 {

        scroll-padding: 0.25rem;
    }

    .md\:scroll-p-1\.5 {

        scroll-padding: 0.375rem;
    }

    .md\:scroll-p-10 {

        scroll-padding: 2.5rem;
    }

    .md\:scroll-p-11 {

        scroll-padding: 2.75rem;
    }

    .md\:scroll-p-12 {

        scroll-padding: 3rem;
    }

    .md\:scroll-p-14 {

        scroll-padding: 3.5rem;
    }

    .md\:scroll-p-16 {

        scroll-padding: 4rem;
    }

    .md\:scroll-p-2 {

        scroll-padding: 0.5rem;
    }

    .md\:scroll-p-2\.5 {

        scroll-padding: 0.625rem;
    }

    .md\:scroll-p-20 {

        scroll-padding: 5rem;
    }

    .md\:scroll-p-24 {

        scroll-padding: 6rem;
    }

    .md\:scroll-p-28 {

        scroll-padding: 7rem;
    }

    .md\:scroll-p-3 {

        scroll-padding: 0.75rem;
    }

    .md\:scroll-p-3\.5 {

        scroll-padding: 0.875rem;
    }

    .md\:scroll-p-32 {

        scroll-padding: 8rem;
    }

    .md\:scroll-p-36 {

        scroll-padding: 9rem;
    }

    .md\:scroll-p-4 {

        scroll-padding: 1rem;
    }

    .md\:scroll-p-40 {

        scroll-padding: 10rem;
    }

    .md\:scroll-p-44 {

        scroll-padding: 11rem;
    }

    .md\:scroll-p-48 {

        scroll-padding: 12rem;
    }

    .md\:scroll-p-5 {

        scroll-padding: 1.25rem;
    }

    .md\:scroll-p-52 {

        scroll-padding: 13rem;
    }

    .md\:scroll-p-56 {

        scroll-padding: 14rem;
    }

    .md\:scroll-p-6 {

        scroll-padding: 1.5rem;
    }

    .md\:scroll-p-60 {

        scroll-padding: 15rem;
    }

    .md\:scroll-p-64 {

        scroll-padding: 16rem;
    }

    .md\:scroll-p-7 {

        scroll-padding: 1.75rem;
    }

    .md\:scroll-p-72 {

        scroll-padding: 18rem;
    }

    .md\:scroll-p-8 {

        scroll-padding: 2rem;
    }

    .md\:scroll-p-80 {

        scroll-padding: 20rem;
    }

    .md\:scroll-p-9 {

        scroll-padding: 2.25rem;
    }

    .md\:scroll-p-96 {

        scroll-padding: 24rem;
    }

    .md\:scroll-p-px {

        scroll-padding: 1px;
    }

    .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\:grid-cols-5 {

        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:grid-cols-6 {

        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .md\:flex-row-reverse {

        flex-direction: row-reverse;
    }

    .md\:flex-wrap-reverse {

        flex-wrap: wrap-reverse;
    }

    .md\:gap-0 {

        gap: 0px;
    }

    .md\:gap-0\.5 {

        gap: 0.125rem;
    }

    .md\:gap-1 {

        gap: 0.25rem;
    }

    .md\:gap-1\.5 {

        gap: 0.375rem;
    }

    .md\:gap-10 {

        gap: 2.5rem;
    }

    .md\:gap-11 {

        gap: 2.75rem;
    }

    .md\:gap-12 {

        gap: 3rem;
    }

    .md\:gap-14 {

        gap: 3.5rem;
    }

    .md\:gap-16 {

        gap: 4rem;
    }

    .md\:gap-2 {

        gap: 0.5rem;
    }

    .md\:gap-2\.5 {

        gap: 0.625rem;
    }

    .md\:gap-20 {

        gap: 5rem;
    }

    .md\:gap-24 {

        gap: 6rem;
    }

    .md\:gap-28 {

        gap: 7rem;
    }

    .md\:gap-3 {

        gap: 0.75rem;
    }

    .md\:gap-3\.5 {

        gap: 0.875rem;
    }

    .md\:gap-32 {

        gap: 8rem;
    }

    .md\:gap-36 {

        gap: 9rem;
    }

    .md\:gap-4 {

        gap: 1rem;
    }

    .md\:gap-40 {

        gap: 10rem;
    }

    .md\:gap-44 {

        gap: 11rem;
    }

    .md\:gap-48 {

        gap: 12rem;
    }

    .md\:gap-5 {

        gap: 1.25rem;
    }

    .md\:gap-52 {

        gap: 13rem;
    }

    .md\:gap-56 {

        gap: 14rem;
    }

    .md\:gap-6 {

        gap: 1.5rem;
    }

    .md\:gap-60 {

        gap: 15rem;
    }

    .md\:gap-64 {

        gap: 16rem;
    }

    .md\:gap-7 {

        gap: 1.75rem;
    }

    .md\:gap-72 {

        gap: 18rem;
    }

    .md\:gap-8 {

        gap: 2rem;
    }

    .md\:gap-80 {

        gap: 20rem;
    }

    .md\:gap-9 {

        gap: 2.25rem;
    }

    .md\:gap-96 {

        gap: 24rem;
    }

    .md\:gap-px {

        gap: 1px;
    }

    .md\:gap-x-0 {

        column-gap: 0px;
    }

    .md\:gap-x-0\.5 {

        column-gap: 0.125rem;
    }

    .md\:gap-x-1 {

        column-gap: 0.25rem;
    }

    .md\:gap-x-1\.5 {

        column-gap: 0.375rem;
    }

    .md\:gap-x-10 {

        column-gap: 2.5rem;
    }

    .md\:gap-x-11 {

        column-gap: 2.75rem;
    }

    .md\:gap-x-12 {

        column-gap: 3rem;
    }

    .md\:gap-x-14 {

        column-gap: 3.5rem;
    }

    .md\:gap-x-16 {

        column-gap: 4rem;
    }

    .md\:gap-x-2 {

        column-gap: 0.5rem;
    }

    .md\:gap-x-2\.5 {

        column-gap: 0.625rem;
    }

    .md\:gap-x-20 {

        column-gap: 5rem;
    }

    .md\:gap-x-24 {

        column-gap: 6rem;
    }

    .md\:gap-x-28 {

        column-gap: 7rem;
    }

    .md\:gap-x-3 {

        column-gap: 0.75rem;
    }

    .md\:gap-x-3\.5 {

        column-gap: 0.875rem;
    }

    .md\:gap-x-32 {

        column-gap: 8rem;
    }

    .md\:gap-x-36 {

        column-gap: 9rem;
    }

    .md\:gap-x-4 {

        column-gap: 1rem;
    }

    .md\:gap-x-40 {

        column-gap: 10rem;
    }

    .md\:gap-x-44 {

        column-gap: 11rem;
    }

    .md\:gap-x-48 {

        column-gap: 12rem;
    }

    .md\:gap-x-5 {

        column-gap: 1.25rem;
    }

    .md\:gap-x-52 {

        column-gap: 13rem;
    }

    .md\:gap-x-56 {

        column-gap: 14rem;
    }

    .md\:gap-x-6 {

        column-gap: 1.5rem;
    }

    .md\:gap-x-60 {

        column-gap: 15rem;
    }

    .md\:gap-x-64 {

        column-gap: 16rem;
    }

    .md\:gap-x-7 {

        column-gap: 1.75rem;
    }

    .md\:gap-x-72 {

        column-gap: 18rem;
    }

    .md\:gap-x-8 {

        column-gap: 2rem;
    }

    .md\:gap-x-80 {

        column-gap: 20rem;
    }

    .md\:gap-x-9 {

        column-gap: 2.25rem;
    }

    .md\:gap-x-96 {

        column-gap: 24rem;
    }

    .md\:gap-x-px {

        column-gap: 1px;
    }

    .md\:gap-y-0 {

        row-gap: 0px;
    }

    .md\:gap-y-0\.5 {

        row-gap: 0.125rem;
    }

    .md\:gap-y-1 {

        row-gap: 0.25rem;
    }

    .md\:gap-y-1\.5 {

        row-gap: 0.375rem;
    }

    .md\:gap-y-10 {

        row-gap: 2.5rem;
    }

    .md\:gap-y-11 {

        row-gap: 2.75rem;
    }

    .md\:gap-y-12 {

        row-gap: 3rem;
    }

    .md\:gap-y-14 {

        row-gap: 3.5rem;
    }

    .md\:gap-y-16 {

        row-gap: 4rem;
    }

    .md\:gap-y-2 {

        row-gap: 0.5rem;
    }

    .md\:gap-y-2\.5 {

        row-gap: 0.625rem;
    }

    .md\:gap-y-20 {

        row-gap: 5rem;
    }

    .md\:gap-y-24 {

        row-gap: 6rem;
    }

    .md\:gap-y-28 {

        row-gap: 7rem;
    }

    .md\:gap-y-3 {

        row-gap: 0.75rem;
    }

    .md\:gap-y-3\.5 {

        row-gap: 0.875rem;
    }

    .md\:gap-y-32 {

        row-gap: 8rem;
    }

    .md\:gap-y-36 {

        row-gap: 9rem;
    }

    .md\:gap-y-4 {

        row-gap: 1rem;
    }

    .md\:gap-y-40 {

        row-gap: 10rem;
    }

    .md\:gap-y-44 {

        row-gap: 11rem;
    }

    .md\:gap-y-48 {

        row-gap: 12rem;
    }

    .md\:gap-y-5 {

        row-gap: 1.25rem;
    }

    .md\:gap-y-52 {

        row-gap: 13rem;
    }

    .md\:gap-y-56 {

        row-gap: 14rem;
    }

    .md\:gap-y-6 {

        row-gap: 1.5rem;
    }

    .md\:gap-y-60 {

        row-gap: 15rem;
    }

    .md\:gap-y-64 {

        row-gap: 16rem;
    }

    .md\:gap-y-7 {

        row-gap: 1.75rem;
    }

    .md\:gap-y-72 {

        row-gap: 18rem;
    }

    .md\:gap-y-8 {

        row-gap: 2rem;
    }

    .md\:gap-y-80 {

        row-gap: 20rem;
    }

    .md\:gap-y-9 {

        row-gap: 2.25rem;
    }

    .md\:gap-y-96 {

        row-gap: 24rem;
    }

    .md\:gap-y-px {

        row-gap: 1px;
    }

    .md\:rounded-lg {

        border-radius: 0.5rem;
    }

    .md\:rounded-md {

        border-radius: 0.375rem;
    }

    .md\:rounded-r-xl {

        border-top-right-radius: 0.75rem;

        border-bottom-right-radius: 0.75rem;
    }

    .md\:rounded-bl-none {

        border-bottom-left-radius: 0px;
    }

    .md\:rounded-tr-lg {

        border-top-right-radius: 0.5rem;
    }

    .md\:bg-gray-100 {

        --tw-bg-opacity: 1;

        background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    }

    .md\:bg-clip-border {

        background-clip: border-box;
    }

    .md\:bg-clip-padding {

        background-clip: padding-box;
    }

    .md\:bg-clip-content {

        background-clip: content-box;
    }

    .md\:bg-clip-text {

        -webkit-background-clip: text;

                background-clip: text;
    }

    .md\:p-0 {

        padding: 0px;
    }

    .md\:p-0\.5 {

        padding: 0.125rem;
    }

    .md\:p-1 {

        padding: 0.25rem;
    }

    .md\:p-1\.5 {

        padding: 0.375rem;
    }

    .md\:p-10 {

        padding: 2.5rem;
    }

    .md\:p-11 {

        padding: 2.75rem;
    }

    .md\:p-12 {

        padding: 3rem;
    }

    .md\:p-14 {

        padding: 3.5rem;
    }

    .md\:p-16 {

        padding: 4rem;
    }

    .md\:p-2 {

        padding: 0.5rem;
    }

    .md\:p-2\.5 {

        padding: 0.625rem;
    }

    .md\:p-20 {

        padding: 5rem;
    }

    .md\:p-24 {

        padding: 6rem;
    }

    .md\:p-28 {

        padding: 7rem;
    }

    .md\:p-3 {

        padding: 0.75rem;
    }

    .md\:p-3\.5 {

        padding: 0.875rem;
    }

    .md\:p-32 {

        padding: 8rem;
    }

    .md\:p-36 {

        padding: 9rem;
    }

    .md\:p-4 {

        padding: 1rem;
    }

    .md\:p-40 {

        padding: 10rem;
    }

    .md\:p-44 {

        padding: 11rem;
    }

    .md\:p-48 {

        padding: 12rem;
    }

    .md\:p-5 {

        padding: 1.25rem;
    }

    .md\:p-52 {

        padding: 13rem;
    }

    .md\:p-56 {

        padding: 14rem;
    }

    .md\:p-6 {

        padding: 1.5rem;
    }

    .md\:p-60 {

        padding: 15rem;
    }

    .md\:p-64 {

        padding: 16rem;
    }

    .md\:p-7 {

        padding: 1.75rem;
    }

    .md\:p-72 {

        padding: 18rem;
    }

    .md\:p-8 {

        padding: 2rem;
    }

    .md\:p-80 {

        padding: 20rem;
    }

    .md\:p-9 {

        padding: 2.25rem;
    }

    .md\:p-96 {

        padding: 24rem;
    }

    .md\:p-px {

        padding: 1px;
    }

    .md\:px-10 {

        padding-left: 2.5rem;

        padding-right: 2.5rem;
    }

    .md\:px-12 {

        padding-left: 3rem;

        padding-right: 3rem;
    }

    .md\:px-16 {

        padding-left: 4rem;

        padding-right: 4rem;
    }

    .md\:px-8 {

        padding-left: 2rem;

        padding-right: 2rem;
    }

    .md\:py-12 {

        padding-top: 3rem;

        padding-bottom: 3rem;
    }

    .md\:py-2 {

        padding-top: 0.5rem;

        padding-bottom: 0.5rem;
    }

    .md\:py-20 {

        padding-top: 5rem;

        padding-bottom: 5rem;
    }

    .md\:pb-0 {

        padding-bottom: 0px;
    }

    .md\:pl-6 {

        padding-left: 1.5rem;
    }

    .md\:pt-16 {

        padding-top: 4rem;
    }

    .md\:text-3xl {

        font-size: 1.875rem;

        line-height: 2.25rem;
    }

    .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\: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);
    }

    .md\:drop-shadow-2xl {

        --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));

        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);
    }

    .md\:drop-shadow-lg {

        --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));

        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);
    }

    .md\: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);
    }

    .md\:drop-shadow-none {

        --tw-drop-shadow: drop-shadow(0 0 #0000);

        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);
    }

    .md\:drop-shadow-sm {

        --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));

        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);
    }

    .md\:drop-shadow-xl {

        --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));

        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);
    }

    .md\: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);
    }

    .md\:backdrop-blur-0 {

        --tw-backdrop-blur: blur(0);

        -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);
    }

    .md\: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);
    }

    .md\:backdrop-blur-3xl {

        --tw-backdrop-blur: blur(64px);

        -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);
    }

    .md\: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);
    }

    .md\: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);
    }

    .md\:backdrop-blur-none {

        --tw-backdrop-blur:  ;

        -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);
    }

    .md\: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);
    }

    .md\:backdrop-blur-xl {

        --tw-backdrop-blur: blur(24px);

        -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);
    }

    .md\:backdrop-brightness-0 {

        --tw-backdrop-brightness: brightness(0);

        -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);
    }

    .md\:backdrop-brightness-100 {

        --tw-backdrop-brightness: brightness(1);

        -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);
    }

    .md\:backdrop-brightness-105 {

        --tw-backdrop-brightness: brightness(1.05);

        -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);
    }

    .md\:backdrop-brightness-110 {

        --tw-backdrop-brightness: brightness(1.1);

        -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);
    }

    .md\:backdrop-brightness-125 {

        --tw-backdrop-brightness: brightness(1.25);

        -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);
    }

    .md\:backdrop-brightness-150 {

        --tw-backdrop-brightness: brightness(1.5);

        -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);
    }

    .md\:backdrop-brightness-200 {

        --tw-backdrop-brightness: brightness(2);

        -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);
    }

    .md\:backdrop-brightness-50 {

        --tw-backdrop-brightness: brightness(.5);

        -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);
    }

    .md\:backdrop-brightness-75 {

        --tw-backdrop-brightness: brightness(.75);

        -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);
    }

    .md\:backdrop-brightness-90 {

        --tw-backdrop-brightness: brightness(.9);

        -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);
    }

    .md\:backdrop-brightness-95 {

        --tw-backdrop-brightness: brightness(.95);

        -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);
    }

    .md\:backdrop-contrast-0 {

        --tw-backdrop-contrast: contrast(0);

        -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);
    }

    .md\:backdrop-contrast-100 {

        --tw-backdrop-contrast: contrast(1);

        -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);
    }

    .md\:backdrop-contrast-125 {

        --tw-backdrop-contrast: contrast(1.25);

        -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);
    }

    .md\:backdrop-contrast-150 {

        --tw-backdrop-contrast: contrast(1.5);

        -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);
    }

    .md\:backdrop-contrast-200 {

        --tw-backdrop-contrast: contrast(2);

        -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);
    }

    .md\:backdrop-contrast-50 {

        --tw-backdrop-contrast: contrast(.5);

        -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);
    }

    .md\:backdrop-contrast-75 {

        --tw-backdrop-contrast: contrast(.75);

        -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);
    }

    .md\:backdrop-grayscale {

        --tw-backdrop-grayscale: grayscale(100%);

        -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);
    }

    .md\:backdrop-grayscale-0 {

        --tw-backdrop-grayscale: grayscale(0);

        -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);
    }

    .md\:-backdrop-hue-rotate-0 {

        --tw-backdrop-hue-rotate: hue-rotate(-0deg);

        -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);
    }

    .md\:-backdrop-hue-rotate-15 {

        --tw-backdrop-hue-rotate: hue-rotate(-15deg);

        -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);
    }

    .md\:-backdrop-hue-rotate-180 {

        --tw-backdrop-hue-rotate: hue-rotate(-180deg);

        -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);
    }

    .md\:-backdrop-hue-rotate-30 {

        --tw-backdrop-hue-rotate: hue-rotate(-30deg);

        -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);
    }

    .md\:-backdrop-hue-rotate-60 {

        --tw-backdrop-hue-rotate: hue-rotate(-60deg);

        -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);
    }

    .md\:-backdrop-hue-rotate-90 {

        --tw-backdrop-hue-rotate: hue-rotate(-90deg);

        -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);
    }

    .md\:backdrop-hue-rotate-0 {

        --tw-backdrop-hue-rotate: hue-rotate(0deg);

        -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);
    }

    .md\:backdrop-hue-rotate-15 {

        --tw-backdrop-hue-rotate: hue-rotate(15deg);

        -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);
    }

    .md\:backdrop-hue-rotate-180 {

        --tw-backdrop-hue-rotate: hue-rotate(180deg);

        -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);
    }

    .md\:backdrop-hue-rotate-30 {

        --tw-backdrop-hue-rotate: hue-rotate(30deg);

        -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);
    }

    .md\:backdrop-hue-rotate-60 {

        --tw-backdrop-hue-rotate: hue-rotate(60deg);

        -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);
    }

    .md\:backdrop-hue-rotate-90 {

        --tw-backdrop-hue-rotate: hue-rotate(90deg);

        -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);
    }

    .md\:backdrop-invert {

        --tw-backdrop-invert: invert(100%);

        -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);
    }

    .md\:backdrop-invert-0 {

        --tw-backdrop-invert: invert(0);

        -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);
    }

    .md\:backdrop-opacity-0 {

        --tw-backdrop-opacity: opacity(0);

        -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);
    }

    .md\:backdrop-opacity-10 {

        --tw-backdrop-opacity: opacity(0.1);

        -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);
    }

    .md\:backdrop-opacity-100 {

        --tw-backdrop-opacity: opacity(1);

        -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);
    }

    .md\:backdrop-opacity-15 {

        --tw-backdrop-opacity: opacity(0.15);

        -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);
    }

    .md\:backdrop-opacity-20 {

        --tw-backdrop-opacity: opacity(0.2);

        -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);
    }

    .md\:backdrop-opacity-25 {

        --tw-backdrop-opacity: opacity(0.25);

        -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);
    }

    .md\:backdrop-opacity-30 {

        --tw-backdrop-opacity: opacity(0.3);

        -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);
    }

    .md\:backdrop-opacity-35 {

        --tw-backdrop-opacity: opacity(0.35);

        -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);
    }

    .md\:backdrop-opacity-40 {

        --tw-backdrop-opacity: opacity(0.4);

        -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);
    }

    .md\:backdrop-opacity-45 {

        --tw-backdrop-opacity: opacity(0.45);

        -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);
    }

    .md\:backdrop-opacity-5 {

        --tw-backdrop-opacity: opacity(0.05);

        -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);
    }

    .md\:backdrop-opacity-50 {

        --tw-backdrop-opacity: opacity(0.5);

        -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);
    }

    .md\:backdrop-opacity-55 {

        --tw-backdrop-opacity: opacity(0.55);

        -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);
    }

    .md\:backdrop-opacity-60 {

        --tw-backdrop-opacity: opacity(0.6);

        -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);
    }

    .md\:backdrop-opacity-65 {

        --tw-backdrop-opacity: opacity(0.65);

        -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);
    }

    .md\:backdrop-opacity-70 {

        --tw-backdrop-opacity: opacity(0.7);

        -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);
    }

    .md\:backdrop-opacity-75 {

        --tw-backdrop-opacity: opacity(0.75);

        -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);
    }

    .md\:backdrop-opacity-80 {

        --tw-backdrop-opacity: opacity(0.8);

        -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);
    }

    .md\:backdrop-opacity-85 {

        --tw-backdrop-opacity: opacity(0.85);

        -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);
    }

    .md\:backdrop-opacity-90 {

        --tw-backdrop-opacity: opacity(0.9);

        -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);
    }

    .md\:backdrop-opacity-95 {

        --tw-backdrop-opacity: opacity(0.95);

        -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);
    }

    .md\:backdrop-saturate-0 {

        --tw-backdrop-saturate: saturate(0);

        -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);
    }

    .md\:backdrop-saturate-100 {

        --tw-backdrop-saturate: saturate(1);

        -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);
    }

    .md\:backdrop-saturate-150 {

        --tw-backdrop-saturate: saturate(1.5);

        -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);
    }

    .md\:backdrop-saturate-200 {

        --tw-backdrop-saturate: saturate(2);

        -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);
    }

    .md\:backdrop-saturate-50 {

        --tw-backdrop-saturate: saturate(.5);

        -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);
    }

    .md\:backdrop-sepia {

        --tw-backdrop-sepia: sepia(100%);

        -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);
    }

    .md\:backdrop-sepia-0 {

        --tw-backdrop-sepia: sepia(0);

        -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);
    }

    .md\:backdrop-filter {

        -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);
    }

    .md\:backdrop-filter-none {

        -webkit-backdrop-filter: none;

        backdrop-filter: none;
    }
}
@media (min-width: 1024px) {

    .lg\:sticky {

        position: sticky;
    }

    .lg\:bottom-0 {

        bottom: 0px;
    }

    .lg\:bottom-4 {

        bottom: 1rem;
    }

    .lg\:right-10 {

        right: 2.5rem;
    }

    .lg\:right-40 {

        right: 10rem;
    }

    .lg\:right-60 {

        right: 15rem;
    }

    .lg\:top-0 {

        top: 0px;
    }

    .lg\:top-16 {

        top: 4rem;
    }

    .lg\:top-20 {

        top: 5rem;
    }

    .lg\:order-1 {

        order: 1;
    }

    .lg\:order-2 {

        order: 2;
    }

    .lg\:col-span-2 {

        grid-column: span 2 / span 2;
    }

    .lg\:col-span-4 {

        grid-column: span 4 / span 4;
    }

    .lg\:col-span-6 {

        grid-column: span 6 / span 6;
    }

    .lg\:mx-auto {

        margin-left: auto;

        margin-right: auto;
    }

    .lg\:-mt-20 {

        margin-top: -5rem;
    }

    .lg\:-mt-8 {

        margin-top: -2rem;
    }

    .lg\:-mt-80 {

        margin-top: -20rem;
    }

    .lg\:mb-10 {

        margin-bottom: 2.5rem;
    }

    .lg\:mb-20 {

        margin-bottom: 5rem;
    }

    .lg\:mb-8 {

        margin-bottom: 2rem;
    }

    .lg\:mt-0 {

        margin-top: 0px;
    }

    .lg\:mt-10 {

        margin-top: 2.5rem;
    }

    .lg\:mt-16 {

        margin-top: 4rem;
    }

    .lg\:mt-8 {

        margin-top: 2rem;
    }

    .lg\:block {

        display: block;
    }

    .lg\:inline-block {

        display: inline-block;
    }

    .lg\:flex {

        display: flex;
    }

    .lg\:hidden {

        display: none;
    }

    .lg\:aspect-image {

        aspect-ratio: 7 / 4.5;
    }

    .lg\:h-16 {

        height: 4rem;
    }

    .lg\:h-20 {

        height: 5rem;
    }

    .lg\:h-24 {

        height: 6rem;
    }

    .lg\:h-28 {

        height: 7rem;
    }

    .lg\:h-32 {

        height: 8rem;
    }

    .lg\:h-56 {

        height: 14rem;
    }

    .lg\:h-8 {

        height: 2rem;
    }

    .lg\:h-\[88px\] {

        height: 88px;
    }

    .lg\:h-auto {

        height: auto;
    }

    .lg\:h-full {

        height: 100%;
    }

    .lg\:max-h-\[500px\] {

        max-height: 500px;
    }

    .lg\:w-1\/2 {

        width: 50%;
    }

    .lg\:w-1\/3 {

        width: 33.333333%;
    }

    .lg\:w-1\/4 {

        width: 25%;
    }

    .lg\:w-16 {

        width: 4rem;
    }

    .lg\:w-2\/3 {

        width: 66.666667%;
    }

    .lg\:w-24 {

        width: 6rem;
    }

    .lg\:w-28 {

        width: 7rem;
    }

    .lg\:w-3\/4 {

        width: 75%;
    }

    .lg\:w-52 {

        width: 13rem;
    }

    .lg\:w-64 {

        width: 16rem;
    }

    .lg\:w-72 {

        width: 18rem;
    }

    .lg\:w-8 {

        width: 2rem;
    }

    .lg\:w-auto {

        width: auto;
    }

    .lg\:w-full {

        width: 100%;
    }

    .lg\:max-w-md {

        max-width: 28rem;
    }

    .lg\:max-w-sm {

        max-width: 24rem;
    }

    .lg\:max-w-xs {

        max-width: 20rem;
    }

    .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\:grid-cols-6 {

        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:flex-row {

        flex-direction: row;
    }

    .lg\:flex-col {

        flex-direction: column;
    }

    .lg\:flex-wrap {

        flex-wrap: wrap;
    }

    .lg\:items-end {

        align-items: flex-end;
    }

    .lg\:justify-between {

        justify-content: space-between;
    }

    .lg\:gap-10 {

        gap: 2.5rem;
    }

    .lg\:gap-12 {

        gap: 3rem;
    }

    .lg\:gap-8 {

        gap: 2rem;
    }

    .lg\:overflow-hidden {

        overflow: hidden;
    }

    .lg\:rounded-lg {

        border-radius: 0.5rem;
    }

    .lg\:rounded-xl {

        border-radius: 0.75rem;
    }

    .lg\:rounded-l-xl {

        border-top-left-radius: 0.75rem;

        border-bottom-left-radius: 0.75rem;
    }

    .lg\:border-l-2 {

        border-left-width: 2px;
    }

    .lg\:border-secondary {

        --tw-border-opacity: 1;

        border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
    }

    .lg\:bg-primary-dark\/10 {

        background-color: rgb(26 88 121 / 0.1);
    }

    .lg\:p-12 {

        padding: 3rem;
    }

    .lg\:p-16 {

        padding: 4rem;
    }

    .lg\:p-4 {

        padding: 1rem;
    }

    .lg\:p-6 {

        padding: 1.5rem;
    }

    .lg\:px-0 {

        padding-left: 0px;

        padding-right: 0px;
    }

    .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-8 {

        padding-left: 2rem;

        padding-right: 2rem;
    }

    .lg\:py-12 {

        padding-top: 3rem;

        padding-bottom: 3rem;
    }

    .lg\:py-16 {

        padding-top: 4rem;

        padding-bottom: 4rem;
    }

    .lg\:pb-0 {

        padding-bottom: 0px;
    }

    .lg\:pb-12 {

        padding-bottom: 3rem;
    }

    .lg\:pb-16 {

        padding-bottom: 4rem;
    }

    .lg\:pb-4 {

        padding-bottom: 1rem;
    }

    .lg\:pb-8 {

        padding-bottom: 2rem;
    }

    .lg\:pl-4 {

        padding-left: 1rem;
    }

    .lg\:pl-6 {

        padding-left: 1.5rem;
    }

    .lg\:pr-4 {

        padding-right: 1rem;
    }

    .lg\:pr-8 {

        padding-right: 2rem;
    }

    .lg\:pt-4 {

        padding-top: 1rem;
    }

    .lg\:pt-6 {

        padding-top: 1.5rem;
    }

    .lg\:text-left {

        text-align: left;
    }

    .lg\:text-center {

        text-align: center;
    }

    .lg\:text-right {

        text-align: right;
    }

    .lg\:text-2xl {

        font-size: 1.5rem;

        line-height: 2rem;
    }

    .lg\:text-3xl {

        font-size: 1.875rem;

        line-height: 2.25rem;
    }

    .lg\:text-\[22px\] {

        font-size: 22px;
    }

    .lg\:text-base {

        font-size: 1rem;

        line-height: 1.5rem;
    }

    .lg\:text-lg {

        font-size: 1.125rem;

        line-height: 1.75rem;
    }

    .lg\:text-xl {

        font-size: 1.25rem;

        line-height: 1.75rem;
    }

    .lg\:last\:mb-0:last-child {

        margin-bottom: 0px;
    }

    .lg\:hover\:underline:hover {

        text-decoration-line: underline;
    }
}
@media (min-width: 1280px) {

    .xl\:-top-0 {

        top: -0px;
    }

    .xl\:-top-0\.5 {

        top: -0.125rem;
    }

    .xl\:-top-1 {

        top: -0.25rem;
    }

    .xl\:-top-1\.5 {

        top: -0.375rem;
    }

    .xl\:-top-1\/2 {

        top: -50%;
    }

    .xl\:-top-1\/3 {

        top: -33.333333%;
    }

    .xl\:-top-1\/4 {

        top: -25%;
    }

    .xl\:-top-10 {

        top: -2.5rem;
    }

    .xl\:-top-11 {

        top: -2.75rem;
    }

    .xl\:-top-12 {

        top: -3rem;
    }

    .xl\:-top-14 {

        top: -3.5rem;
    }

    .xl\:-top-16 {

        top: -4rem;
    }

    .xl\:-top-2 {

        top: -0.5rem;
    }

    .xl\:-top-2\.5 {

        top: -0.625rem;
    }

    .xl\:-top-2\/3 {

        top: -66.666667%;
    }

    .xl\:-top-2\/4 {

        top: -50%;
    }

    .xl\:-top-20 {

        top: -5rem;
    }

    .xl\:-top-24 {

        top: -6rem;
    }

    .xl\:-top-28 {

        top: -7rem;
    }

    .xl\:-top-3 {

        top: -0.75rem;
    }

    .xl\:-top-3\.5 {

        top: -0.875rem;
    }

    .xl\:-top-3\/4 {

        top: -75%;
    }

    .xl\:-top-32 {

        top: -8rem;
    }

    .xl\:-top-36 {

        top: -9rem;
    }

    .xl\:-top-4 {

        top: -1rem;
    }

    .xl\:-top-40 {

        top: -10rem;
    }

    .xl\:-top-44 {

        top: -11rem;
    }

    .xl\:-top-48 {

        top: -12rem;
    }

    .xl\:-top-5 {

        top: -1.25rem;
    }

    .xl\:-top-52 {

        top: -13rem;
    }

    .xl\:-top-56 {

        top: -14rem;
    }

    .xl\:-top-6 {

        top: -1.5rem;
    }

    .xl\:-top-60 {

        top: -15rem;
    }

    .xl\:-top-64 {

        top: -16rem;
    }

    .xl\:-top-7 {

        top: -1.75rem;
    }

    .xl\:-top-72 {

        top: -18rem;
    }

    .xl\:-top-8 {

        top: -2rem;
    }

    .xl\:-top-80 {

        top: -20rem;
    }

    .xl\:-top-9 {

        top: -2.25rem;
    }

    .xl\:-top-96 {

        top: -24rem;
    }

    .xl\:-top-full {

        top: -100%;
    }

    .xl\:-top-px {

        top: -1px;
    }

    .xl\:top-0 {

        top: 0px;
    }

    .xl\:top-0\.5 {

        top: 0.125rem;
    }

    .xl\:top-1 {

        top: 0.25rem;
    }

    .xl\:top-1\.5 {

        top: 0.375rem;
    }

    .xl\:top-1\/2 {

        top: 50%;
    }

    .xl\:top-1\/3 {

        top: 33.333333%;
    }

    .xl\:top-1\/4 {

        top: 25%;
    }

    .xl\:top-10 {

        top: 2.5rem;
    }

    .xl\:top-11 {

        top: 2.75rem;
    }

    .xl\:top-12 {

        top: 3rem;
    }

    .xl\:top-14 {

        top: 3.5rem;
    }

    .xl\:top-16 {

        top: 4rem;
    }

    .xl\:top-2 {

        top: 0.5rem;
    }

    .xl\:top-2\.5 {

        top: 0.625rem;
    }

    .xl\:top-2\/3 {

        top: 66.666667%;
    }

    .xl\:top-2\/4 {

        top: 50%;
    }

    .xl\:top-20 {

        top: 5rem;
    }

    .xl\:top-24 {

        top: 6rem;
    }

    .xl\:top-28 {

        top: 7rem;
    }

    .xl\:top-3 {

        top: 0.75rem;
    }

    .xl\:top-3\.5 {

        top: 0.875rem;
    }

    .xl\:top-3\/4 {

        top: 75%;
    }

    .xl\:top-32 {

        top: 8rem;
    }

    .xl\:top-36 {

        top: 9rem;
    }

    .xl\:top-4 {

        top: 1rem;
    }

    .xl\:top-40 {

        top: 10rem;
    }

    .xl\:top-44 {

        top: 11rem;
    }

    .xl\:top-48 {

        top: 12rem;
    }

    .xl\:top-5 {

        top: 1.25rem;
    }

    .xl\:top-52 {

        top: 13rem;
    }

    .xl\:top-56 {

        top: 14rem;
    }

    .xl\:top-6 {

        top: 1.5rem;
    }

    .xl\:top-60 {

        top: 15rem;
    }

    .xl\:top-64 {

        top: 16rem;
    }

    .xl\:top-7 {

        top: 1.75rem;
    }

    .xl\:top-72 {

        top: 18rem;
    }

    .xl\:top-8 {

        top: 2rem;
    }

    .xl\:top-80 {

        top: 20rem;
    }

    .xl\:top-9 {

        top: 2.25rem;
    }

    .xl\:top-96 {

        top: 24rem;
    }

    .xl\:top-auto {

        top: auto;
    }

    .xl\:top-full {

        top: 100%;
    }

    .xl\:top-px {

        top: 1px;
    }

    .xl\:-my-0 {

        margin-top: -0px;

        margin-bottom: -0px;
    }

    .xl\:-my-0\.5 {

        margin-top: -0.125rem;

        margin-bottom: -0.125rem;
    }

    .xl\:-my-1 {

        margin-top: -0.25rem;

        margin-bottom: -0.25rem;
    }

    .xl\:-my-1\.5 {

        margin-top: -0.375rem;

        margin-bottom: -0.375rem;
    }

    .xl\:-my-10 {

        margin-top: -2.5rem;

        margin-bottom: -2.5rem;
    }

    .xl\:-my-11 {

        margin-top: -2.75rem;

        margin-bottom: -2.75rem;
    }

    .xl\:-my-12 {

        margin-top: -3rem;

        margin-bottom: -3rem;
    }

    .xl\:-my-14 {

        margin-top: -3.5rem;

        margin-bottom: -3.5rem;
    }

    .xl\:-my-16 {

        margin-top: -4rem;

        margin-bottom: -4rem;
    }

    .xl\:-my-2 {

        margin-top: -0.5rem;

        margin-bottom: -0.5rem;
    }

    .xl\:-my-2\.5 {

        margin-top: -0.625rem;

        margin-bottom: -0.625rem;
    }

    .xl\:-my-20 {

        margin-top: -5rem;

        margin-bottom: -5rem;
    }

    .xl\:-my-24 {

        margin-top: -6rem;

        margin-bottom: -6rem;
    }

    .xl\:-my-28 {

        margin-top: -7rem;

        margin-bottom: -7rem;
    }

    .xl\:-my-3 {

        margin-top: -0.75rem;

        margin-bottom: -0.75rem;
    }

    .xl\:-my-3\.5 {

        margin-top: -0.875rem;

        margin-bottom: -0.875rem;
    }

    .xl\:-my-32 {

        margin-top: -8rem;

        margin-bottom: -8rem;
    }

    .xl\:-my-36 {

        margin-top: -9rem;

        margin-bottom: -9rem;
    }

    .xl\:-my-4 {

        margin-top: -1rem;

        margin-bottom: -1rem;
    }

    .xl\:-my-40 {

        margin-top: -10rem;

        margin-bottom: -10rem;
    }

    .xl\:-my-44 {

        margin-top: -11rem;

        margin-bottom: -11rem;
    }

    .xl\:-my-48 {

        margin-top: -12rem;

        margin-bottom: -12rem;
    }

    .xl\:-my-5 {

        margin-top: -1.25rem;

        margin-bottom: -1.25rem;
    }

    .xl\:-my-52 {

        margin-top: -13rem;

        margin-bottom: -13rem;
    }

    .xl\:-my-56 {

        margin-top: -14rem;

        margin-bottom: -14rem;
    }

    .xl\:-my-6 {

        margin-top: -1.5rem;

        margin-bottom: -1.5rem;
    }

    .xl\:-my-60 {

        margin-top: -15rem;

        margin-bottom: -15rem;
    }

    .xl\:-my-64 {

        margin-top: -16rem;

        margin-bottom: -16rem;
    }

    .xl\:-my-7 {

        margin-top: -1.75rem;

        margin-bottom: -1.75rem;
    }

    .xl\:-my-72 {

        margin-top: -18rem;

        margin-bottom: -18rem;
    }

    .xl\:-my-8 {

        margin-top: -2rem;

        margin-bottom: -2rem;
    }

    .xl\:-my-80 {

        margin-top: -20rem;

        margin-bottom: -20rem;
    }

    .xl\:-my-9 {

        margin-top: -2.25rem;

        margin-bottom: -2.25rem;
    }

    .xl\:-my-96 {

        margin-top: -24rem;

        margin-bottom: -24rem;
    }

    .xl\:-my-px {

        margin-top: -1px;

        margin-bottom: -1px;
    }

    .xl\:my-0 {

        margin-top: 0px;

        margin-bottom: 0px;
    }

    .xl\:my-0\.5 {

        margin-top: 0.125rem;

        margin-bottom: 0.125rem;
    }

    .xl\:my-1 {

        margin-top: 0.25rem;

        margin-bottom: 0.25rem;
    }

    .xl\:my-1\.5 {

        margin-top: 0.375rem;

        margin-bottom: 0.375rem;
    }

    .xl\:my-10 {

        margin-top: 2.5rem;

        margin-bottom: 2.5rem;
    }

    .xl\:my-11 {

        margin-top: 2.75rem;

        margin-bottom: 2.75rem;
    }

    .xl\:my-12 {

        margin-top: 3rem;

        margin-bottom: 3rem;
    }

    .xl\:my-14 {

        margin-top: 3.5rem;

        margin-bottom: 3.5rem;
    }

    .xl\:my-16 {

        margin-top: 4rem;

        margin-bottom: 4rem;
    }

    .xl\:my-2 {

        margin-top: 0.5rem;

        margin-bottom: 0.5rem;
    }

    .xl\:my-2\.5 {

        margin-top: 0.625rem;

        margin-bottom: 0.625rem;
    }

    .xl\:my-20 {

        margin-top: 5rem;

        margin-bottom: 5rem;
    }

    .xl\:my-24 {

        margin-top: 6rem;

        margin-bottom: 6rem;
    }

    .xl\:my-28 {

        margin-top: 7rem;

        margin-bottom: 7rem;
    }

    .xl\:my-3 {

        margin-top: 0.75rem;

        margin-bottom: 0.75rem;
    }

    .xl\:my-3\.5 {

        margin-top: 0.875rem;

        margin-bottom: 0.875rem;
    }

    .xl\:my-32 {

        margin-top: 8rem;

        margin-bottom: 8rem;
    }

    .xl\:my-36 {

        margin-top: 9rem;

        margin-bottom: 9rem;
    }

    .xl\:my-4 {

        margin-top: 1rem;

        margin-bottom: 1rem;
    }

    .xl\:my-40 {

        margin-top: 10rem;

        margin-bottom: 10rem;
    }

    .xl\:my-44 {

        margin-top: 11rem;

        margin-bottom: 11rem;
    }

    .xl\:my-48 {

        margin-top: 12rem;

        margin-bottom: 12rem;
    }

    .xl\:my-5 {

        margin-top: 1.25rem;

        margin-bottom: 1.25rem;
    }

    .xl\:my-52 {

        margin-top: 13rem;

        margin-bottom: 13rem;
    }

    .xl\:my-56 {

        margin-top: 14rem;

        margin-bottom: 14rem;
    }

    .xl\:my-6 {

        margin-top: 1.5rem;

        margin-bottom: 1.5rem;
    }

    .xl\:my-60 {

        margin-top: 15rem;

        margin-bottom: 15rem;
    }

    .xl\:my-64 {

        margin-top: 16rem;

        margin-bottom: 16rem;
    }

    .xl\:my-7 {

        margin-top: 1.75rem;

        margin-bottom: 1.75rem;
    }

    .xl\:my-72 {

        margin-top: 18rem;

        margin-bottom: 18rem;
    }

    .xl\:my-8 {

        margin-top: 2rem;

        margin-bottom: 2rem;
    }

    .xl\:my-80 {

        margin-top: 20rem;

        margin-bottom: 20rem;
    }

    .xl\:my-9 {

        margin-top: 2.25rem;

        margin-bottom: 2.25rem;
    }

    .xl\:my-96 {

        margin-top: 24rem;

        margin-bottom: 24rem;
    }

    .xl\:my-auto {

        margin-top: auto;

        margin-bottom: auto;
    }

    .xl\:my-px {

        margin-top: 1px;

        margin-bottom: 1px;
    }

    .xl\:-mt-60 {

        margin-top: -15rem;
    }

    .xl\:line-clamp-1 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 1;
    }

    .xl\:line-clamp-2 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;
    }

    .xl\:line-clamp-3 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 3;
    }

    .xl\:line-clamp-4 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 4;
    }

    .xl\:line-clamp-5 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 5;
    }

    .xl\:line-clamp-6 {

        overflow: hidden;

        display: -webkit-box;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 6;
    }

    .xl\:line-clamp-none {

        overflow: visible;

        display: block;

        -webkit-box-orient: horizontal;

        -webkit-line-clamp: none;
    }

    .xl\:block {

        display: block;
    }

    .xl\:hidden {

        display: none;
    }

    .xl\:h-20 {

        height: 5rem;
    }

    .xl\:h-full {

        height: 100%;
    }

    .xl\:w-1\/4 {

        width: 25%;
    }

    .xl\:w-3\/4 {

        width: 75%;
    }

    .xl\:w-\[400px\] {

        width: 400px;
    }

    .xl\:origin-top-left {

        transform-origin: top left;
    }

    .xl\:origin-top-right {

        transform-origin: top right;
    }

    .xl\:snap-none {

        scroll-snap-type: none;
    }

    .xl\:snap-x {

        scroll-snap-type: x var(--tw-scroll-snap-strictness);
    }

    .xl\:snap-y {

        scroll-snap-type: y var(--tw-scroll-snap-strictness);
    }

    .xl\:snap-both {

        scroll-snap-type: both var(--tw-scroll-snap-strictness);
    }

    .xl\:snap-mandatory {

        --tw-scroll-snap-strictness: mandatory;
    }

    .xl\:snap-proximity {

        --tw-scroll-snap-strictness: proximity;
    }

    .xl\:snap-start {

        scroll-snap-align: start;
    }

    .xl\:snap-end {

        scroll-snap-align: end;
    }

    .xl\:snap-center {

        scroll-snap-align: center;
    }

    .xl\:snap-align-none {

        scroll-snap-align: none;
    }

    .xl\:snap-normal {

        scroll-snap-stop: normal;
    }

    .xl\:snap-always {

        scroll-snap-stop: always;
    }

    .xl\:-scroll-my-0 {

        scroll-margin-top: -0px;

        scroll-margin-bottom: -0px;
    }

    .xl\:-scroll-my-0\.5 {

        scroll-margin-top: -0.125rem;

        scroll-margin-bottom: -0.125rem;
    }

    .xl\:-scroll-my-1 {

        scroll-margin-top: -0.25rem;

        scroll-margin-bottom: -0.25rem;
    }

    .xl\:-scroll-my-1\.5 {

        scroll-margin-top: -0.375rem;

        scroll-margin-bottom: -0.375rem;
    }

    .xl\:-scroll-my-10 {

        scroll-margin-top: -2.5rem;

        scroll-margin-bottom: -2.5rem;
    }

    .xl\:-scroll-my-11 {

        scroll-margin-top: -2.75rem;

        scroll-margin-bottom: -2.75rem;
    }

    .xl\:-scroll-my-12 {

        scroll-margin-top: -3rem;

        scroll-margin-bottom: -3rem;
    }

    .xl\:-scroll-my-14 {

        scroll-margin-top: -3.5rem;

        scroll-margin-bottom: -3.5rem;
    }

    .xl\:-scroll-my-16 {

        scroll-margin-top: -4rem;

        scroll-margin-bottom: -4rem;
    }

    .xl\:-scroll-my-2 {

        scroll-margin-top: -0.5rem;

        scroll-margin-bottom: -0.5rem;
    }

    .xl\:-scroll-my-2\.5 {

        scroll-margin-top: -0.625rem;

        scroll-margin-bottom: -0.625rem;
    }

    .xl\:-scroll-my-20 {

        scroll-margin-top: -5rem;

        scroll-margin-bottom: -5rem;
    }

    .xl\:-scroll-my-24 {

        scroll-margin-top: -6rem;

        scroll-margin-bottom: -6rem;
    }

    .xl\:-scroll-my-28 {

        scroll-margin-top: -7rem;

        scroll-margin-bottom: -7rem;
    }

    .xl\:-scroll-my-3 {

        scroll-margin-top: -0.75rem;

        scroll-margin-bottom: -0.75rem;
    }

    .xl\:-scroll-my-3\.5 {

        scroll-margin-top: -0.875rem;

        scroll-margin-bottom: -0.875rem;
    }

    .xl\:-scroll-my-32 {

        scroll-margin-top: -8rem;

        scroll-margin-bottom: -8rem;
    }

    .xl\:-scroll-my-36 {

        scroll-margin-top: -9rem;

        scroll-margin-bottom: -9rem;
    }

    .xl\:-scroll-my-4 {

        scroll-margin-top: -1rem;

        scroll-margin-bottom: -1rem;
    }

    .xl\:-scroll-my-40 {

        scroll-margin-top: -10rem;

        scroll-margin-bottom: -10rem;
    }

    .xl\:-scroll-my-44 {

        scroll-margin-top: -11rem;

        scroll-margin-bottom: -11rem;
    }

    .xl\:-scroll-my-48 {

        scroll-margin-top: -12rem;

        scroll-margin-bottom: -12rem;
    }

    .xl\:-scroll-my-5 {

        scroll-margin-top: -1.25rem;

        scroll-margin-bottom: -1.25rem;
    }

    .xl\:-scroll-my-52 {

        scroll-margin-top: -13rem;

        scroll-margin-bottom: -13rem;
    }

    .xl\:-scroll-my-56 {

        scroll-margin-top: -14rem;

        scroll-margin-bottom: -14rem;
    }

    .xl\:-scroll-my-6 {

        scroll-margin-top: -1.5rem;

        scroll-margin-bottom: -1.5rem;
    }

    .xl\:-scroll-my-60 {

        scroll-margin-top: -15rem;

        scroll-margin-bottom: -15rem;
    }

    .xl\:-scroll-my-64 {

        scroll-margin-top: -16rem;

        scroll-margin-bottom: -16rem;
    }

    .xl\:-scroll-my-7 {

        scroll-margin-top: -1.75rem;

        scroll-margin-bottom: -1.75rem;
    }

    .xl\:-scroll-my-72 {

        scroll-margin-top: -18rem;

        scroll-margin-bottom: -18rem;
    }

    .xl\:-scroll-my-8 {

        scroll-margin-top: -2rem;

        scroll-margin-bottom: -2rem;
    }

    .xl\:-scroll-my-80 {

        scroll-margin-top: -20rem;

        scroll-margin-bottom: -20rem;
    }

    .xl\:-scroll-my-9 {

        scroll-margin-top: -2.25rem;

        scroll-margin-bottom: -2.25rem;
    }

    .xl\:-scroll-my-96 {

        scroll-margin-top: -24rem;

        scroll-margin-bottom: -24rem;
    }

    .xl\:-scroll-my-px {

        scroll-margin-top: -1px;

        scroll-margin-bottom: -1px;
    }

    .xl\:scroll-my-0 {

        scroll-margin-top: 0px;

        scroll-margin-bottom: 0px;
    }

    .xl\:scroll-my-0\.5 {

        scroll-margin-top: 0.125rem;

        scroll-margin-bottom: 0.125rem;
    }

    .xl\:scroll-my-1 {

        scroll-margin-top: 0.25rem;

        scroll-margin-bottom: 0.25rem;
    }

    .xl\:scroll-my-1\.5 {

        scroll-margin-top: 0.375rem;

        scroll-margin-bottom: 0.375rem;
    }

    .xl\:scroll-my-10 {

        scroll-margin-top: 2.5rem;

        scroll-margin-bottom: 2.5rem;
    }

    .xl\:scroll-my-11 {

        scroll-margin-top: 2.75rem;

        scroll-margin-bottom: 2.75rem;
    }

    .xl\:scroll-my-12 {

        scroll-margin-top: 3rem;

        scroll-margin-bottom: 3rem;
    }

    .xl\:scroll-my-14 {

        scroll-margin-top: 3.5rem;

        scroll-margin-bottom: 3.5rem;
    }

    .xl\:scroll-my-16 {

        scroll-margin-top: 4rem;

        scroll-margin-bottom: 4rem;
    }

    .xl\:scroll-my-2 {

        scroll-margin-top: 0.5rem;

        scroll-margin-bottom: 0.5rem;
    }

    .xl\:scroll-my-2\.5 {

        scroll-margin-top: 0.625rem;

        scroll-margin-bottom: 0.625rem;
    }

    .xl\:scroll-my-20 {

        scroll-margin-top: 5rem;

        scroll-margin-bottom: 5rem;
    }

    .xl\:scroll-my-24 {

        scroll-margin-top: 6rem;

        scroll-margin-bottom: 6rem;
    }

    .xl\:scroll-my-28 {

        scroll-margin-top: 7rem;

        scroll-margin-bottom: 7rem;
    }

    .xl\:scroll-my-3 {

        scroll-margin-top: 0.75rem;

        scroll-margin-bottom: 0.75rem;
    }

    .xl\:scroll-my-3\.5 {

        scroll-margin-top: 0.875rem;

        scroll-margin-bottom: 0.875rem;
    }

    .xl\:scroll-my-32 {

        scroll-margin-top: 8rem;

        scroll-margin-bottom: 8rem;
    }

    .xl\:scroll-my-36 {

        scroll-margin-top: 9rem;

        scroll-margin-bottom: 9rem;
    }

    .xl\:scroll-my-4 {

        scroll-margin-top: 1rem;

        scroll-margin-bottom: 1rem;
    }

    .xl\:scroll-my-40 {

        scroll-margin-top: 10rem;

        scroll-margin-bottom: 10rem;
    }

    .xl\:scroll-my-44 {

        scroll-margin-top: 11rem;

        scroll-margin-bottom: 11rem;
    }

    .xl\:scroll-my-48 {

        scroll-margin-top: 12rem;

        scroll-margin-bottom: 12rem;
    }

    .xl\:scroll-my-5 {

        scroll-margin-top: 1.25rem;

        scroll-margin-bottom: 1.25rem;
    }

    .xl\:scroll-my-52 {

        scroll-margin-top: 13rem;

        scroll-margin-bottom: 13rem;
    }

    .xl\:scroll-my-56 {

        scroll-margin-top: 14rem;

        scroll-margin-bottom: 14rem;
    }

    .xl\:scroll-my-6 {

        scroll-margin-top: 1.5rem;

        scroll-margin-bottom: 1.5rem;
    }

    .xl\:scroll-my-60 {

        scroll-margin-top: 15rem;

        scroll-margin-bottom: 15rem;
    }

    .xl\:scroll-my-64 {

        scroll-margin-top: 16rem;

        scroll-margin-bottom: 16rem;
    }

    .xl\:scroll-my-7 {

        scroll-margin-top: 1.75rem;

        scroll-margin-bottom: 1.75rem;
    }

    .xl\:scroll-my-72 {

        scroll-margin-top: 18rem;

        scroll-margin-bottom: 18rem;
    }

    .xl\:scroll-my-8 {

        scroll-margin-top: 2rem;

        scroll-margin-bottom: 2rem;
    }

    .xl\:scroll-my-80 {

        scroll-margin-top: 20rem;

        scroll-margin-bottom: 20rem;
    }

    .xl\:scroll-my-9 {

        scroll-margin-top: 2.25rem;

        scroll-margin-bottom: 2.25rem;
    }

    .xl\:scroll-my-96 {

        scroll-margin-top: 24rem;

        scroll-margin-bottom: 24rem;
    }

    .xl\:scroll-my-px {

        scroll-margin-top: 1px;

        scroll-margin-bottom: 1px;
    }

    .xl\:scroll-p-0 {

        scroll-padding: 0px;
    }

    .xl\:scroll-p-0\.5 {

        scroll-padding: 0.125rem;
    }

    .xl\:scroll-p-1 {

        scroll-padding: 0.25rem;
    }

    .xl\:scroll-p-1\.5 {

        scroll-padding: 0.375rem;
    }

    .xl\:scroll-p-10 {

        scroll-padding: 2.5rem;
    }

    .xl\:scroll-p-11 {

        scroll-padding: 2.75rem;
    }

    .xl\:scroll-p-12 {

        scroll-padding: 3rem;
    }

    .xl\:scroll-p-14 {

        scroll-padding: 3.5rem;
    }

    .xl\:scroll-p-16 {

        scroll-padding: 4rem;
    }

    .xl\:scroll-p-2 {

        scroll-padding: 0.5rem;
    }

    .xl\:scroll-p-2\.5 {

        scroll-padding: 0.625rem;
    }

    .xl\:scroll-p-20 {

        scroll-padding: 5rem;
    }

    .xl\:scroll-p-24 {

        scroll-padding: 6rem;
    }

    .xl\:scroll-p-28 {

        scroll-padding: 7rem;
    }

    .xl\:scroll-p-3 {

        scroll-padding: 0.75rem;
    }

    .xl\:scroll-p-3\.5 {

        scroll-padding: 0.875rem;
    }

    .xl\:scroll-p-32 {

        scroll-padding: 8rem;
    }

    .xl\:scroll-p-36 {

        scroll-padding: 9rem;
    }

    .xl\:scroll-p-4 {

        scroll-padding: 1rem;
    }

    .xl\:scroll-p-40 {

        scroll-padding: 10rem;
    }

    .xl\:scroll-p-44 {

        scroll-padding: 11rem;
    }

    .xl\:scroll-p-48 {

        scroll-padding: 12rem;
    }

    .xl\:scroll-p-5 {

        scroll-padding: 1.25rem;
    }

    .xl\:scroll-p-52 {

        scroll-padding: 13rem;
    }

    .xl\:scroll-p-56 {

        scroll-padding: 14rem;
    }

    .xl\:scroll-p-6 {

        scroll-padding: 1.5rem;
    }

    .xl\:scroll-p-60 {

        scroll-padding: 15rem;
    }

    .xl\:scroll-p-64 {

        scroll-padding: 16rem;
    }

    .xl\:scroll-p-7 {

        scroll-padding: 1.75rem;
    }

    .xl\:scroll-p-72 {

        scroll-padding: 18rem;
    }

    .xl\:scroll-p-8 {

        scroll-padding: 2rem;
    }

    .xl\:scroll-p-80 {

        scroll-padding: 20rem;
    }

    .xl\:scroll-p-9 {

        scroll-padding: 2.25rem;
    }

    .xl\:scroll-p-96 {

        scroll-padding: 24rem;
    }

    .xl\:scroll-p-px {

        scroll-padding: 1px;
    }

    .xl\:grid-cols-2 {

        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xl\:grid-cols-6 {

        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .xl\:flex-row {

        flex-direction: row;
    }

    .xl\:flex-wrap-reverse {

        flex-wrap: wrap-reverse;
    }

    .xl\:justify-between {

        justify-content: space-between;
    }

    .xl\:gap-0 {

        gap: 0px;
    }

    .xl\:gap-0\.5 {

        gap: 0.125rem;
    }

    .xl\:gap-1 {

        gap: 0.25rem;
    }

    .xl\:gap-1\.5 {

        gap: 0.375rem;
    }

    .xl\:gap-10 {

        gap: 2.5rem;
    }

    .xl\:gap-11 {

        gap: 2.75rem;
    }

    .xl\:gap-12 {

        gap: 3rem;
    }

    .xl\:gap-14 {

        gap: 3.5rem;
    }

    .xl\:gap-16 {

        gap: 4rem;
    }

    .xl\:gap-2 {

        gap: 0.5rem;
    }

    .xl\:gap-2\.5 {

        gap: 0.625rem;
    }

    .xl\:gap-20 {

        gap: 5rem;
    }

    .xl\:gap-24 {

        gap: 6rem;
    }

    .xl\:gap-28 {

        gap: 7rem;
    }

    .xl\:gap-3 {

        gap: 0.75rem;
    }

    .xl\:gap-3\.5 {

        gap: 0.875rem;
    }

    .xl\:gap-32 {

        gap: 8rem;
    }

    .xl\:gap-36 {

        gap: 9rem;
    }

    .xl\:gap-4 {

        gap: 1rem;
    }

    .xl\:gap-40 {

        gap: 10rem;
    }

    .xl\:gap-44 {

        gap: 11rem;
    }

    .xl\:gap-48 {

        gap: 12rem;
    }

    .xl\:gap-5 {

        gap: 1.25rem;
    }

    .xl\:gap-52 {

        gap: 13rem;
    }

    .xl\:gap-56 {

        gap: 14rem;
    }

    .xl\:gap-6 {

        gap: 1.5rem;
    }

    .xl\:gap-60 {

        gap: 15rem;
    }

    .xl\:gap-64 {

        gap: 16rem;
    }

    .xl\:gap-7 {

        gap: 1.75rem;
    }

    .xl\:gap-72 {

        gap: 18rem;
    }

    .xl\:gap-8 {

        gap: 2rem;
    }

    .xl\:gap-80 {

        gap: 20rem;
    }

    .xl\:gap-9 {

        gap: 2.25rem;
    }

    .xl\:gap-96 {

        gap: 24rem;
    }

    .xl\:gap-px {

        gap: 1px;
    }

    .xl\:gap-x-0 {

        column-gap: 0px;
    }

    .xl\:gap-x-0\.5 {

        column-gap: 0.125rem;
    }

    .xl\:gap-x-1 {

        column-gap: 0.25rem;
    }

    .xl\:gap-x-1\.5 {

        column-gap: 0.375rem;
    }

    .xl\:gap-x-10 {

        column-gap: 2.5rem;
    }

    .xl\:gap-x-11 {

        column-gap: 2.75rem;
    }

    .xl\:gap-x-12 {

        column-gap: 3rem;
    }

    .xl\:gap-x-14 {

        column-gap: 3.5rem;
    }

    .xl\:gap-x-16 {

        column-gap: 4rem;
    }

    .xl\:gap-x-2 {

        column-gap: 0.5rem;
    }

    .xl\:gap-x-2\.5 {

        column-gap: 0.625rem;
    }

    .xl\:gap-x-20 {

        column-gap: 5rem;
    }

    .xl\:gap-x-24 {

        column-gap: 6rem;
    }

    .xl\:gap-x-28 {

        column-gap: 7rem;
    }

    .xl\:gap-x-3 {

        column-gap: 0.75rem;
    }

    .xl\:gap-x-3\.5 {

        column-gap: 0.875rem;
    }

    .xl\:gap-x-32 {

        column-gap: 8rem;
    }

    .xl\:gap-x-36 {

        column-gap: 9rem;
    }

    .xl\:gap-x-4 {

        column-gap: 1rem;
    }

    .xl\:gap-x-40 {

        column-gap: 10rem;
    }

    .xl\:gap-x-44 {

        column-gap: 11rem;
    }

    .xl\:gap-x-48 {

        column-gap: 12rem;
    }

    .xl\:gap-x-5 {

        column-gap: 1.25rem;
    }

    .xl\:gap-x-52 {

        column-gap: 13rem;
    }

    .xl\:gap-x-56 {

        column-gap: 14rem;
    }

    .xl\:gap-x-6 {

        column-gap: 1.5rem;
    }

    .xl\:gap-x-60 {

        column-gap: 15rem;
    }

    .xl\:gap-x-64 {

        column-gap: 16rem;
    }

    .xl\:gap-x-7 {

        column-gap: 1.75rem;
    }

    .xl\:gap-x-72 {

        column-gap: 18rem;
    }

    .xl\:gap-x-8 {

        column-gap: 2rem;
    }

    .xl\:gap-x-80 {

        column-gap: 20rem;
    }

    .xl\:gap-x-9 {

        column-gap: 2.25rem;
    }

    .xl\:gap-x-96 {

        column-gap: 24rem;
    }

    .xl\:gap-x-px {

        column-gap: 1px;
    }

    .xl\:gap-y-0 {

        row-gap: 0px;
    }

    .xl\:gap-y-0\.5 {

        row-gap: 0.125rem;
    }

    .xl\:gap-y-1 {

        row-gap: 0.25rem;
    }

    .xl\:gap-y-1\.5 {

        row-gap: 0.375rem;
    }

    .xl\:gap-y-10 {

        row-gap: 2.5rem;
    }

    .xl\:gap-y-11 {

        row-gap: 2.75rem;
    }

    .xl\:gap-y-12 {

        row-gap: 3rem;
    }

    .xl\:gap-y-14 {

        row-gap: 3.5rem;
    }

    .xl\:gap-y-16 {

        row-gap: 4rem;
    }

    .xl\:gap-y-2 {

        row-gap: 0.5rem;
    }

    .xl\:gap-y-2\.5 {

        row-gap: 0.625rem;
    }

    .xl\:gap-y-20 {

        row-gap: 5rem;
    }

    .xl\:gap-y-24 {

        row-gap: 6rem;
    }

    .xl\:gap-y-28 {

        row-gap: 7rem;
    }

    .xl\:gap-y-3 {

        row-gap: 0.75rem;
    }

    .xl\:gap-y-3\.5 {

        row-gap: 0.875rem;
    }

    .xl\:gap-y-32 {

        row-gap: 8rem;
    }

    .xl\:gap-y-36 {

        row-gap: 9rem;
    }

    .xl\:gap-y-4 {

        row-gap: 1rem;
    }

    .xl\:gap-y-40 {

        row-gap: 10rem;
    }

    .xl\:gap-y-44 {

        row-gap: 11rem;
    }

    .xl\:gap-y-48 {

        row-gap: 12rem;
    }

    .xl\:gap-y-5 {

        row-gap: 1.25rem;
    }

    .xl\:gap-y-52 {

        row-gap: 13rem;
    }

    .xl\:gap-y-56 {

        row-gap: 14rem;
    }

    .xl\:gap-y-6 {

        row-gap: 1.5rem;
    }

    .xl\:gap-y-60 {

        row-gap: 15rem;
    }

    .xl\:gap-y-64 {

        row-gap: 16rem;
    }

    .xl\:gap-y-7 {

        row-gap: 1.75rem;
    }

    .xl\:gap-y-72 {

        row-gap: 18rem;
    }

    .xl\:gap-y-8 {

        row-gap: 2rem;
    }

    .xl\:gap-y-80 {

        row-gap: 20rem;
    }

    .xl\:gap-y-9 {

        row-gap: 2.25rem;
    }

    .xl\:gap-y-96 {

        row-gap: 24rem;
    }

    .xl\:gap-y-px {

        row-gap: 1px;
    }

    .xl\:rounded-2xl {

        border-radius: 1rem;
    }

    .xl\:rounded-xl {

        border-radius: 0.75rem;
    }

    .xl\:bg-clip-border {

        background-clip: border-box;
    }

    .xl\:bg-clip-padding {

        background-clip: padding-box;
    }

    .xl\:bg-clip-content {

        background-clip: content-box;
    }

    .xl\:bg-clip-text {

        -webkit-background-clip: text;

                background-clip: text;
    }

    .xl\:p-0 {

        padding: 0px;
    }

    .xl\:p-0\.5 {

        padding: 0.125rem;
    }

    .xl\:p-1 {

        padding: 0.25rem;
    }

    .xl\:p-1\.5 {

        padding: 0.375rem;
    }

    .xl\:p-10 {

        padding: 2.5rem;
    }

    .xl\:p-11 {

        padding: 2.75rem;
    }

    .xl\:p-12 {

        padding: 3rem;
    }

    .xl\:p-14 {

        padding: 3.5rem;
    }

    .xl\:p-16 {

        padding: 4rem;
    }

    .xl\:p-2 {

        padding: 0.5rem;
    }

    .xl\:p-2\.5 {

        padding: 0.625rem;
    }

    .xl\:p-20 {

        padding: 5rem;
    }

    .xl\:p-24 {

        padding: 6rem;
    }

    .xl\:p-28 {

        padding: 7rem;
    }

    .xl\:p-3 {

        padding: 0.75rem;
    }

    .xl\:p-3\.5 {

        padding: 0.875rem;
    }

    .xl\:p-32 {

        padding: 8rem;
    }

    .xl\:p-36 {

        padding: 9rem;
    }

    .xl\:p-4 {

        padding: 1rem;
    }

    .xl\:p-40 {

        padding: 10rem;
    }

    .xl\:p-44 {

        padding: 11rem;
    }

    .xl\:p-48 {

        padding: 12rem;
    }

    .xl\:p-5 {

        padding: 1.25rem;
    }

    .xl\:p-52 {

        padding: 13rem;
    }

    .xl\:p-56 {

        padding: 14rem;
    }

    .xl\:p-6 {

        padding: 1.5rem;
    }

    .xl\:p-60 {

        padding: 15rem;
    }

    .xl\:p-64 {

        padding: 16rem;
    }

    .xl\:p-7 {

        padding: 1.75rem;
    }

    .xl\:p-72 {

        padding: 18rem;
    }

    .xl\:p-8 {

        padding: 2rem;
    }

    .xl\:p-80 {

        padding: 20rem;
    }

    .xl\:p-9 {

        padding: 2.25rem;
    }

    .xl\:p-96 {

        padding: 24rem;
    }

    .xl\:p-px {

        padding: 1px;
    }

    .xl\:px-0 {

        padding-left: 0px;

        padding-right: 0px;
    }

    .xl\:px-16 {

        padding-left: 4rem;

        padding-right: 4rem;
    }

    .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-24 {

        padding-top: 6rem;

        padding-bottom: 6rem;
    }

    .xl\:pb-0 {

        padding-bottom: 0px;
    }

    .xl\:pb-12 {

        padding-bottom: 3rem;
    }

    .xl\:pl-32 {

        padding-left: 8rem;
    }

    .xl\:pr-12 {

        padding-right: 3rem;
    }

    .xl\:pt-0 {

        padding-top: 0px;
    }

    .xl\:pt-28 {

        padding-top: 7rem;
    }

    .xl\:pt-6 {

        padding-top: 1.5rem;
    }

    .xl\:text-\[32px\] {

        font-size: 32px;
    }

    .xl\:text-base {

        font-size: 1rem;

        line-height: 1.5rem;
    }

    .xl\: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);
    }

    .xl\:drop-shadow-2xl {

        --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));

        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);
    }

    .xl\:drop-shadow-lg {

        --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));

        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);
    }

    .xl\: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);
    }

    .xl\:drop-shadow-none {

        --tw-drop-shadow: drop-shadow(0 0 #0000);

        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);
    }

    .xl\:drop-shadow-sm {

        --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));

        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);
    }

    .xl\:drop-shadow-xl {

        --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));

        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);
    }

    .xl\: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);
    }

    .xl\:backdrop-blur-0 {

        --tw-backdrop-blur: blur(0);

        -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);
    }

    .xl\: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);
    }

    .xl\:backdrop-blur-3xl {

        --tw-backdrop-blur: blur(64px);

        -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);
    }

    .xl\: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);
    }

    .xl\: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);
    }

    .xl\:backdrop-blur-none {

        --tw-backdrop-blur:  ;

        -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);
    }

    .xl\: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);
    }

    .xl\:backdrop-blur-xl {

        --tw-backdrop-blur: blur(24px);

        -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);
    }

    .xl\:backdrop-brightness-0 {

        --tw-backdrop-brightness: brightness(0);

        -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);
    }

    .xl\:backdrop-brightness-100 {

        --tw-backdrop-brightness: brightness(1);

        -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);
    }

    .xl\:backdrop-brightness-105 {

        --tw-backdrop-brightness: brightness(1.05);

        -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);
    }

    .xl\:backdrop-brightness-110 {

        --tw-backdrop-brightness: brightness(1.1);

        -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);
    }

    .xl\:backdrop-brightness-125 {

        --tw-backdrop-brightness: brightness(1.25);

        -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);
    }

    .xl\:backdrop-brightness-150 {

        --tw-backdrop-brightness: brightness(1.5);

        -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);
    }

    .xl\:backdrop-brightness-200 {

        --tw-backdrop-brightness: brightness(2);

        -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);
    }

    .xl\:backdrop-brightness-50 {

        --tw-backdrop-brightness: brightness(.5);

        -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);
    }

    .xl\:backdrop-brightness-75 {

        --tw-backdrop-brightness: brightness(.75);

        -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);
    }

    .xl\:backdrop-brightness-90 {

        --tw-backdrop-brightness: brightness(.9);

        -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);
    }

    .xl\:backdrop-brightness-95 {

        --tw-backdrop-brightness: brightness(.95);

        -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);
    }

    .xl\:backdrop-contrast-0 {

        --tw-backdrop-contrast: contrast(0);

        -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);
    }

    .xl\:backdrop-contrast-100 {

        --tw-backdrop-contrast: contrast(1);

        -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);
    }

    .xl\:backdrop-contrast-125 {

        --tw-backdrop-contrast: contrast(1.25);

        -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);
    }

    .xl\:backdrop-contrast-150 {

        --tw-backdrop-contrast: contrast(1.5);

        -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);
    }

    .xl\:backdrop-contrast-200 {

        --tw-backdrop-contrast: contrast(2);

        -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);
    }

    .xl\:backdrop-contrast-50 {

        --tw-backdrop-contrast: contrast(.5);

        -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);
    }

    .xl\:backdrop-contrast-75 {

        --tw-backdrop-contrast: contrast(.75);

        -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);
    }

    .xl\:backdrop-grayscale {

        --tw-backdrop-grayscale: grayscale(100%);

        -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);
    }

    .xl\:backdrop-grayscale-0 {

        --tw-backdrop-grayscale: grayscale(0);

        -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);
    }

    .xl\:-backdrop-hue-rotate-0 {

        --tw-backdrop-hue-rotate: hue-rotate(-0deg);

        -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);
    }

    .xl\:-backdrop-hue-rotate-15 {

        --tw-backdrop-hue-rotate: hue-rotate(-15deg);

        -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);
    }

    .xl\:-backdrop-hue-rotate-180 {

        --tw-backdrop-hue-rotate: hue-rotate(-180deg);

        -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);
    }

    .xl\:-backdrop-hue-rotate-30 {

        --tw-backdrop-hue-rotate: hue-rotate(-30deg);

        -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);
    }

    .xl\:-backdrop-hue-rotate-60 {

        --tw-backdrop-hue-rotate: hue-rotate(-60deg);

        -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);
    }

    .xl\:-backdrop-hue-rotate-90 {

        --tw-backdrop-hue-rotate: hue-rotate(-90deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-0 {

        --tw-backdrop-hue-rotate: hue-rotate(0deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-15 {

        --tw-backdrop-hue-rotate: hue-rotate(15deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-180 {

        --tw-backdrop-hue-rotate: hue-rotate(180deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-30 {

        --tw-backdrop-hue-rotate: hue-rotate(30deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-60 {

        --tw-backdrop-hue-rotate: hue-rotate(60deg);

        -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);
    }

    .xl\:backdrop-hue-rotate-90 {

        --tw-backdrop-hue-rotate: hue-rotate(90deg);

        -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);
    }

    .xl\:backdrop-invert {

        --tw-backdrop-invert: invert(100%);

        -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);
    }

    .xl\:backdrop-invert-0 {

        --tw-backdrop-invert: invert(0);

        -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);
    }

    .xl\:backdrop-opacity-0 {

        --tw-backdrop-opacity: opacity(0);

        -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);
    }

    .xl\:backdrop-opacity-10 {

        --tw-backdrop-opacity: opacity(0.1);

        -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);
    }

    .xl\:backdrop-opacity-100 {

        --tw-backdrop-opacity: opacity(1);

        -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);
    }

    .xl\:backdrop-opacity-15 {

        --tw-backdrop-opacity: opacity(0.15);

        -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);
    }

    .xl\:backdrop-opacity-20 {

        --tw-backdrop-opacity: opacity(0.2);

        -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);
    }

    .xl\:backdrop-opacity-25 {

        --tw-backdrop-opacity: opacity(0.25);

        -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);
    }

    .xl\:backdrop-opacity-30 {

        --tw-backdrop-opacity: opacity(0.3);

        -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);
    }

    .xl\:backdrop-opacity-35 {

        --tw-backdrop-opacity: opacity(0.35);

        -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);
    }

    .xl\:backdrop-opacity-40 {

        --tw-backdrop-opacity: opacity(0.4);

        -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);
    }

    .xl\:backdrop-opacity-45 {

        --tw-backdrop-opacity: opacity(0.45);

        -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);
    }

    .xl\:backdrop-opacity-5 {

        --tw-backdrop-opacity: opacity(0.05);

        -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);
    }

    .xl\:backdrop-opacity-50 {

        --tw-backdrop-opacity: opacity(0.5);

        -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);
    }

    .xl\:backdrop-opacity-55 {

        --tw-backdrop-opacity: opacity(0.55);

        -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);
    }

    .xl\:backdrop-opacity-60 {

        --tw-backdrop-opacity: opacity(0.6);

        -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);
    }

    .xl\:backdrop-opacity-65 {

        --tw-backdrop-opacity: opacity(0.65);

        -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);
    }

    .xl\:backdrop-opacity-70 {

        --tw-backdrop-opacity: opacity(0.7);

        -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);
    }

    .xl\:backdrop-opacity-75 {

        --tw-backdrop-opacity: opacity(0.75);

        -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);
    }

    .xl\:backdrop-opacity-80 {

        --tw-backdrop-opacity: opacity(0.8);

        -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);
    }

    .xl\:backdrop-opacity-85 {

        --tw-backdrop-opacity: opacity(0.85);

        -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);
    }

    .xl\:backdrop-opacity-90 {

        --tw-backdrop-opacity: opacity(0.9);

        -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);
    }

    .xl\:backdrop-opacity-95 {

        --tw-backdrop-opacity: opacity(0.95);

        -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);
    }

    .xl\:backdrop-saturate-0 {

        --tw-backdrop-saturate: saturate(0);

        -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);
    }

    .xl\:backdrop-saturate-100 {

        --tw-backdrop-saturate: saturate(1);

        -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);
    }

    .xl\:backdrop-saturate-150 {

        --tw-backdrop-saturate: saturate(1.5);

        -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);
    }

    .xl\:backdrop-saturate-200 {

        --tw-backdrop-saturate: saturate(2);

        -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);
    }

    .xl\:backdrop-saturate-50 {

        --tw-backdrop-saturate: saturate(.5);

        -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);
    }

    .xl\:backdrop-sepia {

        --tw-backdrop-sepia: sepia(100%);

        -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);
    }

    .xl\:backdrop-sepia-0 {

        --tw-backdrop-sepia: sepia(0);

        -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);
    }

    .xl\:backdrop-filter {

        -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);
    }

    .xl\:backdrop-filter-none {

        -webkit-backdrop-filter: none;

        backdrop-filter: none;
    }
}
@media (min-width: 1536px) {

    .\32xl\:-mt-96 {

        margin-top: -24rem;
    }

    .\32xl\:hidden {

        display: none;
    }

    .\32xl\:aspect-interior-header-lg {

        aspect-ratio: 16 / 3;
    }

    .\32xl\:h-full {

        height: 100%;
    }

    .\32xl\:gap-16 {

        gap: 4rem;
    }

    .\32xl\:px-6 {

        padding-left: 1.5rem;

        padding-right: 1.5rem;
    }

    .\32xl\:pr-16 {

        padding-right: 4rem;
    }

    .\32xl\:pt-32 {

        padding-top: 8rem;
    }

    .\32xl\:text-4xl {

        font-size: 2.25rem;

        line-height: 2.5rem;
    }
}

.button {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: P22Mackinac-Bold, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  display: inline-block;
  font-family: P22Mackinac-Bold, 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;
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}

.btn-accent {
  display: inline-block;
  font-family: P22Mackinac-Bold, 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;
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}

.btn-accent-light-outline {
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-accent-light-outline:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #E1722D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 114 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFBF69 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}

.btn-accent-light {
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  letter-spacing: 0.025em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-accent-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 114 147 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gallery-controls {
  display: flex;
  height: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: P22Mackinac-Bold, 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;
  line-height: 1;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gallery-controls:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}


/*---- FANCY BUTTONS ----*/

.btn-accent-outline, .btn-primary-outline {
  padding: 9px 28px;
  display: inline-block;
  font-size: 17px;
  font-family: 'P22Mackinac-Bold';
  width: auto;
  cursor: pointer;
  transform: translateX(0px);
  border-radius: 30px;
  position: relative;
}
@media (min-width: 768px) {
.btn-accent-outline:hover::before, .btn-primary-outline:hover::before  {
  left: 0;
  right: 0;
  opacity: 1;
}

.btn-accent-outline::before, .btn-primary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 9999px;
  width: auto;
}
}



/* Primary - Button Styles */

.btn-accent-outline {
  border: 1.5px solid #FFBF69;
  color: #FEFAF7;
}

.btn-accent-outline span {
  font-size: 20px;
}

.btn-accent-outline::before {
  background-color: #347293;
}



/* Secondary - Button Styles */

.btn-primary-outline {
  border: 1.5px solid #73B1D4;
  color: #E1722D;
}

.btn-primary-outline::before {
  background-color: #E5884E;
  color: #fff;
  
}

.btn-primary-outline:hover {
  border: 1.5px solid #E5884E;
  color: #fff;
}


@media (max-width: 360px) {

  .btn-accent-outline span, .btn-primary-outline span, .btn-accent {
    font-size: 15px !important;
  }

  .btn-accent-outline, .btn-primary-outline {
    padding: 4px 20px;
  } 
}


@media (max-width: 769px) {
  .btn-accent-outline span {
    font-size: 18px;
  }
}
.front-h1 {

    font-family: P22Mackinac-Bold, 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;

    line-height: 1.5;

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {

    .front-h1 {

        font-size: 3rem;

        line-height: 1
    }
}

.front-h2 {

    font-family: P22Mackinac-Bold, 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;

    letter-spacing: -0.015em;

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {

    .front-h2 {

        font-size: 2.25rem;

        line-height: 2.5rem
    }
}

.page-h1 {

    font-family: P22Mackinac-Bold, 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;

    line-height: 1.25;

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1))
}

@media (min-width: 640px) {

    .page-h1 {

        font-size: 2.25rem;

        line-height: 2.5rem
    }
}

@media (min-width: 768px) {

    .page-h1 {

        font-size: 3rem;

        line-height: 1
    }
}

.page-h2 {

    font-family: P22Mackinac-Bold, 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(225 114 45 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {

    .page-h2 {

        font-size: 1.875rem;

        line-height: 2.25rem
    }
}

.page-h3 {

    margin-top: 1rem;

    border-bottom-width: 2px;

    --tw-border-opacity: 1;

    border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));

    padding-top: 1rem;

    padding-bottom: 0.5rem;

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700;

    line-height: 1.25;

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {

    .page-h3 {

        font-size: 1.5rem;

        line-height: 2rem
    }
}

.page-h4 {

    font-size: 1.25rem;

    line-height: 1.75rem;

    font-weight: 700;

    line-height: 1.25;

    --tw-text-opacity: 1;

    color: rgb(26 88 121 / var(--tw-text-opacity, 1))
}

.contact-info {

    font-family: sofiapro-light, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1));

    -webkit-font-smoothing: auto;

    -moz-osx-font-smoothing: auto
}

.contact-info:hover {

    --tw-text-opacity: 1;

    color: rgb(225 114 45 / var(--tw-text-opacity, 1))
}

.content-link {

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(52 114 147 / var(--tw-text-opacity, 1));

    text-decoration-line: underline;

    text-decoration-color: #559AC1;

    text-decoration-thickness: 2px;

    text-underline-offset: 2px;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 500ms
}

.content-link:hover {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));

    text-decoration-color: #347293;

    text-decoration-thickness: 1px
}

.content-link:is(.dark *) {

    --tw-text-opacity: 1;

    color: rgb(255 191 105 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {

    .content-link {

        font-size: 1.125rem;

        line-height: 1.75rem
    }
}

.content-link-invert {

    font-weight: 700;

    --tw-text-opacity: 1;

    color: rgb(229 136 78 / var(--tw-text-opacity, 1));

    text-decoration-line: underline;

    text-decoration-color: #FFBF69;

    text-decoration-thickness: 2px;

    text-underline-offset: 2px;

    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;

    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    transition-duration: 500ms
}

.content-link-invert:hover {

    --tw-text-opacity: 1;

    color: rgb(85 154 193 / var(--tw-text-opacity, 1));

    text-decoration-color: #E5884E;

    text-decoration-thickness: 1px
}

@media (min-width: 1024px) {

    .content-link-invert {

        font-size: 1.125rem;

        line-height: 1.75rem
    }
}


/********
 * Front-end CSS file
 ********/

*, ::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: sofiapro-light, 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: sofiapro-light;
  font-smoothing: auto;
  color: #2E2E2E;
}
.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: #072a3b;
  text-decoration: underline;
  font-weight: 700;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: #3d748e;
  text-decoration: none;
}
.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;
  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;
  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;
  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: #3d748e;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 2.5rem !important;
  margin-bottom: 0.5rem !important;
  line-height: 1.3333333;
  font-family: P22Mackinac-Bold;
  background-color: transparent;
  padding: 0px;
  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: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.125rem !important;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  font-family: Kumbh Sans;
}
.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: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.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;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  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;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  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;
  padding-inline-end: 0.5714286em;
  padding-bottom: 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"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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;
  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"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  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;
}
.text-shadow{
  --tw-drop-shadow: drop-shadow(2px 2px 8px rgba(0,0,0,.8));
  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);
}
.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;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-left-\[9999px\]{
  left: -9999px;
}
.-top-0{
  top: -0px;
}
.-top-0\.5{
  top: -0.125rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-1\.5{
  top: -0.375rem;
}
.-top-1\/2{
  top: -50%;
}
.-top-1\/3{
  top: -33.333333%;
}
.-top-1\/4{
  top: -25%;
}
.-top-10{
  top: -2.5rem;
}
.-top-11{
  top: -2.75rem;
}
.-top-12{
  top: -3rem;
}
.-top-14{
  top: -3.5rem;
}
.-top-16{
  top: -4rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-2\.5{
  top: -0.625rem;
}
.-top-2\/3{
  top: -66.666667%;
}
.-top-2\/4{
  top: -50%;
}
.-top-20{
  top: -5rem;
}
.-top-24{
  top: -6rem;
}
.-top-28{
  top: -7rem;
}
.-top-3{
  top: -0.75rem;
}
.-top-3\.5{
  top: -0.875rem;
}
.-top-3\/4{
  top: -75%;
}
.-top-32{
  top: -8rem;
}
.-top-36{
  top: -9rem;
}
.-top-4{
  top: -1rem;
}
.-top-40{
  top: -10rem;
}
.-top-44{
  top: -11rem;
}
.-top-48{
  top: -12rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-52{
  top: -13rem;
}
.-top-56{
  top: -14rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-60{
  top: -15rem;
}
.-top-64{
  top: -16rem;
}
.-top-7{
  top: -1.75rem;
}
.-top-72{
  top: -18rem;
}
.-top-8{
  top: -2rem;
}
.-top-80{
  top: -20rem;
}
.-top-9{
  top: -2.25rem;
}
.-top-96{
  top: -24rem;
}
.-top-full{
  top: -100%;
}
.-top-px{
  top: -1px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-20{
  bottom: 5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-8{
  left: 2rem;
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-8{
  right: 2rem;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-1\/3{
  top: 33.333333%;
}
.top-1\/4{
  top: 25%;
}
.top-10{
  top: 2.5rem;
}
.top-11{
  top: 2.75rem;
}
.top-12{
  top: 3rem;
}
.top-14{
  top: 3.5rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-2\/3{
  top: 66.666667%;
}
.top-2\/4{
  top: 50%;
}
.top-20{
  top: 5rem;
}
.top-24{
  top: 6rem;
}
.top-28{
  top: 7rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-3\/4{
  top: 75%;
}
.top-32{
  top: 8rem;
}
.top-36{
  top: 9rem;
}
.top-4{
  top: 1rem;
}
.top-40{
  top: 10rem;
}
.top-44{
  top: 11rem;
}
.top-48{
  top: 12rem;
}
.top-5{
  top: 1.25rem;
}
.top-52{
  top: 13rem;
}
.top-56{
  top: 14rem;
}
.top-6{
  top: 1.5rem;
}
.top-60{
  top: 15rem;
}
.top-64{
  top: 16rem;
}
.top-7{
  top: 1.75rem;
}
.top-72{
  top: 18rem;
}
.top-8{
  top: 2rem;
}
.top-80{
  top: 20rem;
}
.top-9{
  top: 2.25rem;
}
.top-96{
  top: 24rem;
}
.top-auto{
  top: auto;
}
.top-full{
  top: 100%;
}
.top-px{
  top: 1px;
}
.isolate{
  isolation: isolate;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[800\]{
  z-index: 800;
}
.z-\[900\]{
  z-index: 900;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-my-0{
  margin-top: -0px;
  margin-bottom: -0px;
}
.-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.-my-72{
  margin-top: -18rem;
  margin-bottom: -18rem;
}
.-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.-my-96{
  margin-top: -24rem;
  margin-bottom: -24rem;
}
.-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-72{
  margin-top: 18rem;
  margin-bottom: 18rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.my-96{
  margin-top: 24rem;
  margin-bottom: 24rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}
.-ml-4{
  margin-left: -1rem;
}
.-ml-8{
  margin-left: -2rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.-mt-14{
  margin-top: -3.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-20{
  margin-top: -5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-none{
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}
.aspect-beach-scene{
  aspect-ratio: 9 / 5;
}
.aspect-image{
  aspect-ratio: 7 / 4.5;
}
.aspect-interior-header-sm{
  aspect-ratio: 16 / 7;
}
.aspect-square{
  aspect-ratio: 1;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[8px\]{
  height: 8px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-full{
  min-height: 100%;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[15px\]{
  width: 15px;
}
.w-\[320px\]{
  width: 320px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.min-w-\[175px\]{
  min-width: 175px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[515px\]{
  max-width: 515px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-sm{
  max-width: 24rem;
}
.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;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-0\.5{
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-1\.5{
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-10{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-11{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-12{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-14{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-16{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-2\.5{
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-20{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-24{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-28{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-3\.5{
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-32{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-36{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-4{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-40{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-44{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-48{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-5{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-52{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-56{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-6{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-60{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-64{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-7{
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-72{
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-8{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-80{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-9{
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-96{
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-px{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0{
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-0\.5{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-1\.5{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-10{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-11{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-12{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-14{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-16{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-2\.5{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-20{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-24{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-28{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-3\.5{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-32{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-36{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-40{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-44{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-48{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-5{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-52{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-56{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-6{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-60{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-64{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-7{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-72{
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-8{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-80{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-9{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-96{
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-px{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0{
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-0\.5{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-1\.5{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-10{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-11{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-12{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-14{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-16{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2\.5{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-20{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-24{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-28{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-3\.5{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-32{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-36{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-4{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-40{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-44{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-48{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-5{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-52{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-56{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-6{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-60{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-64{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-7{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-72{
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-8{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-80{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-9{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-96{
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-px{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top-right{
  transform-origin: top right;
}
.-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));
}
.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));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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 pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.snap-none{
  scroll-snap-type: none;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}
.snap-start{
  scroll-snap-align: start;
}
.snap-end{
  scroll-snap-align: end;
}
.snap-center{
  scroll-snap-align: center;
}
.snap-align-none{
  scroll-snap-align: none;
}
.snap-normal{
  scroll-snap-stop: normal;
}
.snap-always{
  scroll-snap-stop: always;
}
.-scroll-my-0{
  scroll-margin-top: -0px;
  scroll-margin-bottom: -0px;
}
.-scroll-my-0\.5{
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}
.-scroll-my-1{
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-scroll-my-1\.5{
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-scroll-my-10{
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-scroll-my-11{
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-scroll-my-12{
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-scroll-my-14{
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-scroll-my-16{
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-scroll-my-2{
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-scroll-my-2\.5{
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-scroll-my-20{
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-scroll-my-24{
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-scroll-my-28{
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-scroll-my-3{
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.-scroll-my-3\.5{
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.-scroll-my-32{
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.-scroll-my-36{
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}
.-scroll-my-4{
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-scroll-my-40{
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-scroll-my-44{
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-scroll-my-48{
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-scroll-my-5{
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-scroll-my-52{
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-scroll-my-56{
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-scroll-my-6{
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-scroll-my-60{
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-scroll-my-64{
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-scroll-my-7{
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}
.-scroll-my-72{
  scroll-margin-top: -18rem;
  scroll-margin-bottom: -18rem;
}
.-scroll-my-8{
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-scroll-my-80{
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.-scroll-my-9{
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}
.-scroll-my-96{
  scroll-margin-top: -24rem;
  scroll-margin-bottom: -24rem;
}
.-scroll-my-px{
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.scroll-my-0{
  scroll-margin-top: 0px;
  scroll-margin-bottom: 0px;
}
.scroll-my-0\.5{
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}
.scroll-my-1{
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-my-1\.5{
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.scroll-my-10{
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.scroll-my-11{
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.scroll-my-12{
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.scroll-my-14{
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.scroll-my-16{
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.scroll-my-2{
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.scroll-my-2\.5{
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.scroll-my-20{
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.scroll-my-24{
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.scroll-my-28{
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.scroll-my-3{
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}
.scroll-my-3\.5{
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}
.scroll-my-32{
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}
.scroll-my-36{
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}
.scroll-my-4{
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.scroll-my-40{
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.scroll-my-44{
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.scroll-my-48{
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.scroll-my-5{
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.scroll-my-52{
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.scroll-my-56{
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.scroll-my-6{
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.scroll-my-60{
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.scroll-my-64{
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.scroll-my-7{
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}
.scroll-my-72{
  scroll-margin-top: 18rem;
  scroll-margin-bottom: 18rem;
}
.scroll-my-8{
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.scroll-my-80{
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.scroll-my-9{
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}
.scroll-my-96{
  scroll-margin-top: 24rem;
  scroll-margin-bottom: 24rem;
}
.scroll-my-px{
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}
.scroll-p-0{
  scroll-padding: 0px;
}
.scroll-p-0\.5{
  scroll-padding: 0.125rem;
}
.scroll-p-1{
  scroll-padding: 0.25rem;
}
.scroll-p-1\.5{
  scroll-padding: 0.375rem;
}
.scroll-p-10{
  scroll-padding: 2.5rem;
}
.scroll-p-11{
  scroll-padding: 2.75rem;
}
.scroll-p-12{
  scroll-padding: 3rem;
}
.scroll-p-14{
  scroll-padding: 3.5rem;
}
.scroll-p-16{
  scroll-padding: 4rem;
}
.scroll-p-2{
  scroll-padding: 0.5rem;
}
.scroll-p-2\.5{
  scroll-padding: 0.625rem;
}
.scroll-p-20{
  scroll-padding: 5rem;
}
.scroll-p-24{
  scroll-padding: 6rem;
}
.scroll-p-28{
  scroll-padding: 7rem;
}
.scroll-p-3{
  scroll-padding: 0.75rem;
}
.scroll-p-3\.5{
  scroll-padding: 0.875rem;
}
.scroll-p-32{
  scroll-padding: 8rem;
}
.scroll-p-36{
  scroll-padding: 9rem;
}
.scroll-p-4{
  scroll-padding: 1rem;
}
.scroll-p-40{
  scroll-padding: 10rem;
}
.scroll-p-44{
  scroll-padding: 11rem;
}
.scroll-p-48{
  scroll-padding: 12rem;
}
.scroll-p-5{
  scroll-padding: 1.25rem;
}
.scroll-p-52{
  scroll-padding: 13rem;
}
.scroll-p-56{
  scroll-padding: 14rem;
}
.scroll-p-6{
  scroll-padding: 1.5rem;
}
.scroll-p-60{
  scroll-padding: 15rem;
}
.scroll-p-64{
  scroll-padding: 16rem;
}
.scroll-p-7{
  scroll-padding: 1.75rem;
}
.scroll-p-72{
  scroll-padding: 18rem;
}
.scroll-p-8{
  scroll-padding: 2rem;
}
.scroll-p-80{
  scroll-padding: 20rem;
}
.scroll-p-9{
  scroll-padding: 2.25rem;
}
.scroll-p-96{
  scroll-padding: 24rem;
}
.scroll-p-px{
  scroll-padding: 1px;
}
.grid-flow-row{
  grid-auto-flow: row;
}
.grid-cols-1{
  grid-template-columns: repeat(1, 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));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-24{
  gap: 6rem;
}
.gap-28{
  gap: 7rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-32{
  gap: 8rem;
}
.gap-36{
  gap: 9rem;
}
.gap-4{
  gap: 1rem;
}
.gap-40{
  gap: 10rem;
}
.gap-44{
  gap: 11rem;
}
.gap-48{
  gap: 12rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-52{
  gap: 13rem;
}
.gap-56{
  gap: 14rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-60{
  gap: 15rem;
}
.gap-64{
  gap: 16rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-72{
  gap: 18rem;
}
.gap-8{
  gap: 2rem;
}
.gap-80{
  gap: 20rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-96{
  gap: 24rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-0{
  column-gap: 0px;
}
.gap-x-0\.5{
  column-gap: 0.125rem;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-x-1\.5{
  column-gap: 0.375rem;
}
.gap-x-10{
  column-gap: 2.5rem;
}
.gap-x-11{
  column-gap: 2.75rem;
}
.gap-x-12{
  column-gap: 3rem;
}
.gap-x-14{
  column-gap: 3.5rem;
}
.gap-x-16{
  column-gap: 4rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-x-2\.5{
  column-gap: 0.625rem;
}
.gap-x-20{
  column-gap: 5rem;
}
.gap-x-24{
  column-gap: 6rem;
}
.gap-x-28{
  column-gap: 7rem;
}
.gap-x-3{
  column-gap: 0.75rem;
}
.gap-x-3\.5{
  column-gap: 0.875rem;
}
.gap-x-32{
  column-gap: 8rem;
}
.gap-x-36{
  column-gap: 9rem;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-x-40{
  column-gap: 10rem;
}
.gap-x-44{
  column-gap: 11rem;
}
.gap-x-48{
  column-gap: 12rem;
}
.gap-x-5{
  column-gap: 1.25rem;
}
.gap-x-52{
  column-gap: 13rem;
}
.gap-x-56{
  column-gap: 14rem;
}
.gap-x-6{
  column-gap: 1.5rem;
}
.gap-x-60{
  column-gap: 15rem;
}
.gap-x-64{
  column-gap: 16rem;
}
.gap-x-7{
  column-gap: 1.75rem;
}
.gap-x-72{
  column-gap: 18rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-x-80{
  column-gap: 20rem;
}
.gap-x-9{
  column-gap: 2.25rem;
}
.gap-x-96{
  column-gap: 24rem;
}
.gap-x-px{
  column-gap: 1px;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-11{
  row-gap: 2.75rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-14{
  row-gap: 3.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-2\.5{
  row-gap: 0.625rem;
}
.gap-y-20{
  row-gap: 5rem;
}
.gap-y-24{
  row-gap: 6rem;
}
.gap-y-28{
  row-gap: 7rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-3\.5{
  row-gap: 0.875rem;
}
.gap-y-32{
  row-gap: 8rem;
}
.gap-y-36{
  row-gap: 9rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-40{
  row-gap: 10rem;
}
.gap-y-44{
  row-gap: 11rem;
}
.gap-y-48{
  row-gap: 12rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-52{
  row-gap: 13rem;
}
.gap-y-56{
  row-gap: 14rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-60{
  row-gap: 15rem;
}
.gap-y-64{
  row-gap: 16rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.gap-y-72{
  row-gap: 18rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.gap-y-80{
  row-gap: 20rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.gap-y-96{
  row-gap: 24rem;
}
.gap-y-px{
  row-gap: 1px;
}
.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-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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-secondary > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 234 225 / var(--tw-divide-opacity, 1));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.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-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-x-8{
  border-left-width: 8px;
  border-right-width: 8px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y-4{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-e-0{
  border-inline-end-width: 0px;
}
.border-e-2{
  border-inline-end-width: 2px;
}
.border-e-4{
  border-inline-end-width: 4px;
}
.border-e-8{
  border-inline-end-width: 8px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-8{
  border-left-width: 8px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-r-8{
  border-right-width: 8px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-s-0{
  border-inline-start-width: 0px;
}
.border-s-2{
  border-inline-start-width: 2px;
}
.border-s-4{
  border-inline-start-width: 4px;
}
.border-s-8{
  border-inline-start-width: 8px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-t-\[6px\]{
  border-top-width: 6px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-dotted{
  border-style: dotted;
}
.border-double{
  border-style: double;
}
.border-hidden{
  border-style: hidden;
}
.border-none{
  border-style: none;
}
.border-accent{
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-accent-dark{
  --tw-border-opacity: 1;
  border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-accent-dark\/0{
  border-color: rgb(225 114 45 / 0);
}
.border-accent-dark\/10{
  border-color: rgb(225 114 45 / 0.1);
}
.border-accent-dark\/100{
  border-color: rgb(225 114 45 / 1);
}
.border-accent-dark\/15{
  border-color: rgb(225 114 45 / 0.15);
}
.border-accent-dark\/20{
  border-color: rgb(225 114 45 / 0.2);
}
.border-accent-dark\/25{
  border-color: rgb(225 114 45 / 0.25);
}
.border-accent-dark\/30{
  border-color: rgb(225 114 45 / 0.3);
}
.border-accent-dark\/35{
  border-color: rgb(225 114 45 / 0.35);
}
.border-accent-dark\/40{
  border-color: rgb(225 114 45 / 0.4);
}
.border-accent-dark\/45{
  border-color: rgb(225 114 45 / 0.45);
}
.border-accent-dark\/5{
  border-color: rgb(225 114 45 / 0.05);
}
.border-accent-dark\/50{
  border-color: rgb(225 114 45 / 0.5);
}
.border-accent-dark\/55{
  border-color: rgb(225 114 45 / 0.55);
}
.border-accent-dark\/60{
  border-color: rgb(225 114 45 / 0.6);
}
.border-accent-dark\/65{
  border-color: rgb(225 114 45 / 0.65);
}
.border-accent-dark\/70{
  border-color: rgb(225 114 45 / 0.7);
}
.border-accent-dark\/75{
  border-color: rgb(225 114 45 / 0.75);
}
.border-accent-dark\/80{
  border-color: rgb(225 114 45 / 0.8);
}
.border-accent-dark\/85{
  border-color: rgb(225 114 45 / 0.85);
}
.border-accent-dark\/90{
  border-color: rgb(225 114 45 / 0.9);
}
.border-accent-dark\/95{
  border-color: rgb(225 114 45 / 0.95);
}
.border-accent-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-accent-light\/0{
  border-color: rgb(255 191 105 / 0);
}
.border-accent-light\/10{
  border-color: rgb(255 191 105 / 0.1);
}
.border-accent-light\/100{
  border-color: rgb(255 191 105 / 1);
}
.border-accent-light\/15{
  border-color: rgb(255 191 105 / 0.15);
}
.border-accent-light\/20{
  border-color: rgb(255 191 105 / 0.2);
}
.border-accent-light\/25{
  border-color: rgb(255 191 105 / 0.25);
}
.border-accent-light\/30{
  border-color: rgb(255 191 105 / 0.3);
}
.border-accent-light\/35{
  border-color: rgb(255 191 105 / 0.35);
}
.border-accent-light\/40{
  border-color: rgb(255 191 105 / 0.4);
}
.border-accent-light\/45{
  border-color: rgb(255 191 105 / 0.45);
}
.border-accent-light\/5{
  border-color: rgb(255 191 105 / 0.05);
}
.border-accent-light\/50{
  border-color: rgb(255 191 105 / 0.5);
}
.border-accent-light\/55{
  border-color: rgb(255 191 105 / 0.55);
}
.border-accent-light\/60{
  border-color: rgb(255 191 105 / 0.6);
}
.border-accent-light\/65{
  border-color: rgb(255 191 105 / 0.65);
}
.border-accent-light\/70{
  border-color: rgb(255 191 105 / 0.7);
}
.border-accent-light\/75{
  border-color: rgb(255 191 105 / 0.75);
}
.border-accent-light\/80{
  border-color: rgb(255 191 105 / 0.8);
}
.border-accent-light\/85{
  border-color: rgb(255 191 105 / 0.85);
}
.border-accent-light\/90{
  border-color: rgb(255 191 105 / 0.9);
}
.border-accent-light\/95{
  border-color: rgb(255 191 105 / 0.95);
}
.border-accent\/0{
  border-color: rgb(229 136 78 / 0);
}
.border-accent\/10{
  border-color: rgb(229 136 78 / 0.1);
}
.border-accent\/100{
  border-color: rgb(229 136 78 / 1);
}
.border-accent\/15{
  border-color: rgb(229 136 78 / 0.15);
}
.border-accent\/20{
  border-color: rgb(229 136 78 / 0.2);
}
.border-accent\/25{
  border-color: rgb(229 136 78 / 0.25);
}
.border-accent\/30{
  border-color: rgb(229 136 78 / 0.3);
}
.border-accent\/35{
  border-color: rgb(229 136 78 / 0.35);
}
.border-accent\/40{
  border-color: rgb(229 136 78 / 0.4);
}
.border-accent\/45{
  border-color: rgb(229 136 78 / 0.45);
}
.border-accent\/5{
  border-color: rgb(229 136 78 / 0.05);
}
.border-accent\/50{
  border-color: rgb(229 136 78 / 0.5);
}
.border-accent\/55{
  border-color: rgb(229 136 78 / 0.55);
}
.border-accent\/60{
  border-color: rgb(229 136 78 / 0.6);
}
.border-accent\/65{
  border-color: rgb(229 136 78 / 0.65);
}
.border-accent\/70{
  border-color: rgb(229 136 78 / 0.7);
}
.border-accent\/75{
  border-color: rgb(229 136 78 / 0.75);
}
.border-accent\/80{
  border-color: rgb(229 136 78 / 0.8);
}
.border-accent\/85{
  border-color: rgb(229 136 78 / 0.85);
}
.border-accent\/90{
  border-color: rgb(229 136 78 / 0.9);
}
.border-accent\/95{
  border-color: rgb(229 136 78 / 0.95);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.border-black\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.border-black\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-black\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-black\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-black\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-black\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.border-black\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.border-black\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.border-black\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.border-black\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.border-black\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.border-black\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.border-current{
  border-color: currentColor;
}
.border-error{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-error\/0{
  border-color: rgb(255 0 0 / 0);
}
.border-error\/10{
  border-color: rgb(255 0 0 / 0.1);
}
.border-error\/100{
  border-color: rgb(255 0 0 / 1);
}
.border-error\/15{
  border-color: rgb(255 0 0 / 0.15);
}
.border-error\/20{
  border-color: rgb(255 0 0 / 0.2);
}
.border-error\/25{
  border-color: rgb(255 0 0 / 0.25);
}
.border-error\/30{
  border-color: rgb(255 0 0 / 0.3);
}
.border-error\/35{
  border-color: rgb(255 0 0 / 0.35);
}
.border-error\/40{
  border-color: rgb(255 0 0 / 0.4);
}
.border-error\/45{
  border-color: rgb(255 0 0 / 0.45);
}
.border-error\/5{
  border-color: rgb(255 0 0 / 0.05);
}
.border-error\/50{
  border-color: rgb(255 0 0 / 0.5);
}
.border-error\/55{
  border-color: rgb(255 0 0 / 0.55);
}
.border-error\/60{
  border-color: rgb(255 0 0 / 0.6);
}
.border-error\/65{
  border-color: rgb(255 0 0 / 0.65);
}
.border-error\/70{
  border-color: rgb(255 0 0 / 0.7);
}
.border-error\/75{
  border-color: rgb(255 0 0 / 0.75);
}
.border-error\/80{
  border-color: rgb(255 0 0 / 0.8);
}
.border-error\/85{
  border-color: rgb(255 0 0 / 0.85);
}
.border-error\/90{
  border-color: rgb(255 0 0 / 0.9);
}
.border-error\/95{
  border-color: rgb(255 0 0 / 0.95);
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/0{
  border-color: rgb(243 244 246 / 0);
}
.border-gray-100\/10{
  border-color: rgb(243 244 246 / 0.1);
}
.border-gray-100\/100{
  border-color: rgb(243 244 246 / 1);
}
.border-gray-100\/15{
  border-color: rgb(243 244 246 / 0.15);
}
.border-gray-100\/20{
  border-color: rgb(243 244 246 / 0.2);
}
.border-gray-100\/25{
  border-color: rgb(243 244 246 / 0.25);
}
.border-gray-100\/30{
  border-color: rgb(243 244 246 / 0.3);
}
.border-gray-100\/35{
  border-color: rgb(243 244 246 / 0.35);
}
.border-gray-100\/40{
  border-color: rgb(243 244 246 / 0.4);
}
.border-gray-100\/45{
  border-color: rgb(243 244 246 / 0.45);
}
.border-gray-100\/5{
  border-color: rgb(243 244 246 / 0.05);
}
.border-gray-100\/50{
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-100\/55{
  border-color: rgb(243 244 246 / 0.55);
}
.border-gray-100\/60{
  border-color: rgb(243 244 246 / 0.6);
}
.border-gray-100\/65{
  border-color: rgb(243 244 246 / 0.65);
}
.border-gray-100\/70{
  border-color: rgb(243 244 246 / 0.7);
}
.border-gray-100\/75{
  border-color: rgb(243 244 246 / 0.75);
}
.border-gray-100\/80{
  border-color: rgb(243 244 246 / 0.8);
}
.border-gray-100\/85{
  border-color: rgb(243 244 246 / 0.85);
}
.border-gray-100\/90{
  border-color: rgb(243 244 246 / 0.9);
}
.border-gray-100\/95{
  border-color: rgb(243 244 246 / 0.95);
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-200\/0{
  border-color: rgb(229 231 235 / 0);
}
.border-gray-200\/10{
  border-color: rgb(229 231 235 / 0.1);
}
.border-gray-200\/100{
  border-color: rgb(229 231 235 / 1);
}
.border-gray-200\/15{
  border-color: rgb(229 231 235 / 0.15);
}
.border-gray-200\/20{
  border-color: rgb(229 231 235 / 0.2);
}
.border-gray-200\/25{
  border-color: rgb(229 231 235 / 0.25);
}
.border-gray-200\/30{
  border-color: rgb(229 231 235 / 0.3);
}
.border-gray-200\/35{
  border-color: rgb(229 231 235 / 0.35);
}
.border-gray-200\/40{
  border-color: rgb(229 231 235 / 0.4);
}
.border-gray-200\/45{
  border-color: rgb(229 231 235 / 0.45);
}
.border-gray-200\/5{
  border-color: rgb(229 231 235 / 0.05);
}
.border-gray-200\/50{
  border-color: rgb(229 231 235 / 0.5);
}
.border-gray-200\/55{
  border-color: rgb(229 231 235 / 0.55);
}
.border-gray-200\/60{
  border-color: rgb(229 231 235 / 0.6);
}
.border-gray-200\/65{
  border-color: rgb(229 231 235 / 0.65);
}
.border-gray-200\/70{
  border-color: rgb(229 231 235 / 0.7);
}
.border-gray-200\/75{
  border-color: rgb(229 231 235 / 0.75);
}
.border-gray-200\/80{
  border-color: rgb(229 231 235 / 0.8);
}
.border-gray-200\/85{
  border-color: rgb(229 231 235 / 0.85);
}
.border-gray-200\/90{
  border-color: rgb(229 231 235 / 0.9);
}
.border-gray-200\/95{
  border-color: rgb(229 231 235 / 0.95);
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-300\/0{
  border-color: rgb(209 213 219 / 0);
}
.border-gray-300\/10{
  border-color: rgb(209 213 219 / 0.1);
}
.border-gray-300\/100{
  border-color: rgb(209 213 219 / 1);
}
.border-gray-300\/15{
  border-color: rgb(209 213 219 / 0.15);
}
.border-gray-300\/20{
  border-color: rgb(209 213 219 / 0.2);
}
.border-gray-300\/25{
  border-color: rgb(209 213 219 / 0.25);
}
.border-gray-300\/30{
  border-color: rgb(209 213 219 / 0.3);
}
.border-gray-300\/35{
  border-color: rgb(209 213 219 / 0.35);
}
.border-gray-300\/40{
  border-color: rgb(209 213 219 / 0.4);
}
.border-gray-300\/45{
  border-color: rgb(209 213 219 / 0.45);
}
.border-gray-300\/5{
  border-color: rgb(209 213 219 / 0.05);
}
.border-gray-300\/50{
  border-color: rgb(209 213 219 / 0.5);
}
.border-gray-300\/55{
  border-color: rgb(209 213 219 / 0.55);
}
.border-gray-300\/60{
  border-color: rgb(209 213 219 / 0.6);
}
.border-gray-300\/65{
  border-color: rgb(209 213 219 / 0.65);
}
.border-gray-300\/70{
  border-color: rgb(209 213 219 / 0.7);
}
.border-gray-300\/75{
  border-color: rgb(209 213 219 / 0.75);
}
.border-gray-300\/80{
  border-color: rgb(209 213 219 / 0.8);
}
.border-gray-300\/85{
  border-color: rgb(209 213 219 / 0.85);
}
.border-gray-300\/90{
  border-color: rgb(209 213 219 / 0.9);
}
.border-gray-300\/95{
  border-color: rgb(209 213 219 / 0.95);
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-400\/0{
  border-color: rgb(156 163 175 / 0);
}
.border-gray-400\/10{
  border-color: rgb(156 163 175 / 0.1);
}
.border-gray-400\/100{
  border-color: rgb(156 163 175 / 1);
}
.border-gray-400\/15{
  border-color: rgb(156 163 175 / 0.15);
}
.border-gray-400\/20{
  border-color: rgb(156 163 175 / 0.2);
}
.border-gray-400\/25{
  border-color: rgb(156 163 175 / 0.25);
}
.border-gray-400\/30{
  border-color: rgb(156 163 175 / 0.3);
}
.border-gray-400\/35{
  border-color: rgb(156 163 175 / 0.35);
}
.border-gray-400\/40{
  border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/45{
  border-color: rgb(156 163 175 / 0.45);
}
.border-gray-400\/5{
  border-color: rgb(156 163 175 / 0.05);
}
.border-gray-400\/50{
  border-color: rgb(156 163 175 / 0.5);
}
.border-gray-400\/55{
  border-color: rgb(156 163 175 / 0.55);
}
.border-gray-400\/60{
  border-color: rgb(156 163 175 / 0.6);
}
.border-gray-400\/65{
  border-color: rgb(156 163 175 / 0.65);
}
.border-gray-400\/70{
  border-color: rgb(156 163 175 / 0.7);
}
.border-gray-400\/75{
  border-color: rgb(156 163 175 / 0.75);
}
.border-gray-400\/80{
  border-color: rgb(156 163 175 / 0.8);
}
.border-gray-400\/85{
  border-color: rgb(156 163 175 / 0.85);
}
.border-gray-400\/90{
  border-color: rgb(156 163 175 / 0.9);
}
.border-gray-400\/95{
  border-color: rgb(156 163 175 / 0.95);
}
.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-50\/0{
  border-color: rgb(249 250 251 / 0);
}
.border-gray-50\/10{
  border-color: rgb(249 250 251 / 0.1);
}
.border-gray-50\/100{
  border-color: rgb(249 250 251 / 1);
}
.border-gray-50\/15{
  border-color: rgb(249 250 251 / 0.15);
}
.border-gray-50\/20{
  border-color: rgb(249 250 251 / 0.2);
}
.border-gray-50\/25{
  border-color: rgb(249 250 251 / 0.25);
}
.border-gray-50\/30{
  border-color: rgb(249 250 251 / 0.3);
}
.border-gray-50\/35{
  border-color: rgb(249 250 251 / 0.35);
}
.border-gray-50\/40{
  border-color: rgb(249 250 251 / 0.4);
}
.border-gray-50\/45{
  border-color: rgb(249 250 251 / 0.45);
}
.border-gray-50\/5{
  border-color: rgb(249 250 251 / 0.05);
}
.border-gray-50\/50{
  border-color: rgb(249 250 251 / 0.5);
}
.border-gray-50\/55{
  border-color: rgb(249 250 251 / 0.55);
}
.border-gray-50\/60{
  border-color: rgb(249 250 251 / 0.6);
}
.border-gray-50\/65{
  border-color: rgb(249 250 251 / 0.65);
}
.border-gray-50\/70{
  border-color: rgb(249 250 251 / 0.7);
}
.border-gray-50\/75{
  border-color: rgb(249 250 251 / 0.75);
}
.border-gray-50\/80{
  border-color: rgb(249 250 251 / 0.8);
}
.border-gray-50\/85{
  border-color: rgb(249 250 251 / 0.85);
}
.border-gray-50\/90{
  border-color: rgb(249 250 251 / 0.9);
}
.border-gray-50\/95{
  border-color: rgb(249 250 251 / 0.95);
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-500\/0{
  border-color: rgb(107 114 128 / 0);
}
.border-gray-500\/10{
  border-color: rgb(107 114 128 / 0.1);
}
.border-gray-500\/100{
  border-color: rgb(107 114 128 / 1);
}
.border-gray-500\/15{
  border-color: rgb(107 114 128 / 0.15);
}
.border-gray-500\/20{
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/25{
  border-color: rgb(107 114 128 / 0.25);
}
.border-gray-500\/30{
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-500\/35{
  border-color: rgb(107 114 128 / 0.35);
}
.border-gray-500\/40{
  border-color: rgb(107 114 128 / 0.4);
}
.border-gray-500\/45{
  border-color: rgb(107 114 128 / 0.45);
}
.border-gray-500\/5{
  border-color: rgb(107 114 128 / 0.05);
}
.border-gray-500\/50{
  border-color: rgb(107 114 128 / 0.5);
}
.border-gray-500\/55{
  border-color: rgb(107 114 128 / 0.55);
}
.border-gray-500\/60{
  border-color: rgb(107 114 128 / 0.6);
}
.border-gray-500\/65{
  border-color: rgb(107 114 128 / 0.65);
}
.border-gray-500\/70{
  border-color: rgb(107 114 128 / 0.7);
}
.border-gray-500\/75{
  border-color: rgb(107 114 128 / 0.75);
}
.border-gray-500\/80{
  border-color: rgb(107 114 128 / 0.8);
}
.border-gray-500\/85{
  border-color: rgb(107 114 128 / 0.85);
}
.border-gray-500\/90{
  border-color: rgb(107 114 128 / 0.9);
}
.border-gray-500\/95{
  border-color: rgb(107 114 128 / 0.95);
}
.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-gray-600\/0{
  border-color: rgb(75 85 99 / 0);
}
.border-gray-600\/10{
  border-color: rgb(75 85 99 / 0.1);
}
.border-gray-600\/100{
  border-color: rgb(75 85 99 / 1);
}
.border-gray-600\/15{
  border-color: rgb(75 85 99 / 0.15);
}
.border-gray-600\/20{
  border-color: rgb(75 85 99 / 0.2);
}
.border-gray-600\/25{
  border-color: rgb(75 85 99 / 0.25);
}
.border-gray-600\/30{
  border-color: rgb(75 85 99 / 0.3);
}
.border-gray-600\/35{
  border-color: rgb(75 85 99 / 0.35);
}
.border-gray-600\/40{
  border-color: rgb(75 85 99 / 0.4);
}
.border-gray-600\/45{
  border-color: rgb(75 85 99 / 0.45);
}
.border-gray-600\/5{
  border-color: rgb(75 85 99 / 0.05);
}
.border-gray-600\/50{
  border-color: rgb(75 85 99 / 0.5);
}
.border-gray-600\/55{
  border-color: rgb(75 85 99 / 0.55);
}
.border-gray-600\/60{
  border-color: rgb(75 85 99 / 0.6);
}
.border-gray-600\/65{
  border-color: rgb(75 85 99 / 0.65);
}
.border-gray-600\/70{
  border-color: rgb(75 85 99 / 0.7);
}
.border-gray-600\/75{
  border-color: rgb(75 85 99 / 0.75);
}
.border-gray-600\/80{
  border-color: rgb(75 85 99 / 0.8);
}
.border-gray-600\/85{
  border-color: rgb(75 85 99 / 0.85);
}
.border-gray-600\/90{
  border-color: rgb(75 85 99 / 0.9);
}
.border-gray-600\/95{
  border-color: rgb(75 85 99 / 0.95);
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-700\/0{
  border-color: rgb(55 65 81 / 0);
}
.border-gray-700\/10{
  border-color: rgb(55 65 81 / 0.1);
}
.border-gray-700\/100{
  border-color: rgb(55 65 81 / 1);
}
.border-gray-700\/15{
  border-color: rgb(55 65 81 / 0.15);
}
.border-gray-700\/20{
  border-color: rgb(55 65 81 / 0.2);
}
.border-gray-700\/25{
  border-color: rgb(55 65 81 / 0.25);
}
.border-gray-700\/30{
  border-color: rgb(55 65 81 / 0.3);
}
.border-gray-700\/35{
  border-color: rgb(55 65 81 / 0.35);
}
.border-gray-700\/40{
  border-color: rgb(55 65 81 / 0.4);
}
.border-gray-700\/45{
  border-color: rgb(55 65 81 / 0.45);
}
.border-gray-700\/5{
  border-color: rgb(55 65 81 / 0.05);
}
.border-gray-700\/50{
  border-color: rgb(55 65 81 / 0.5);
}
.border-gray-700\/55{
  border-color: rgb(55 65 81 / 0.55);
}
.border-gray-700\/60{
  border-color: rgb(55 65 81 / 0.6);
}
.border-gray-700\/65{
  border-color: rgb(55 65 81 / 0.65);
}
.border-gray-700\/70{
  border-color: rgb(55 65 81 / 0.7);
}
.border-gray-700\/75{
  border-color: rgb(55 65 81 / 0.75);
}
.border-gray-700\/80{
  border-color: rgb(55 65 81 / 0.8);
}
.border-gray-700\/85{
  border-color: rgb(55 65 81 / 0.85);
}
.border-gray-700\/90{
  border-color: rgb(55 65 81 / 0.9);
}
.border-gray-700\/95{
  border-color: rgb(55 65 81 / 0.95);
}
.border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-gray-800\/0{
  border-color: rgb(31 41 55 / 0);
}
.border-gray-800\/10{
  border-color: rgb(31 41 55 / 0.1);
}
.border-gray-800\/100{
  border-color: rgb(31 41 55 / 1);
}
.border-gray-800\/15{
  border-color: rgb(31 41 55 / 0.15);
}
.border-gray-800\/20{
  border-color: rgb(31 41 55 / 0.2);
}
.border-gray-800\/25{
  border-color: rgb(31 41 55 / 0.25);
}
.border-gray-800\/30{
  border-color: rgb(31 41 55 / 0.3);
}
.border-gray-800\/35{
  border-color: rgb(31 41 55 / 0.35);
}
.border-gray-800\/40{
  border-color: rgb(31 41 55 / 0.4);
}
.border-gray-800\/45{
  border-color: rgb(31 41 55 / 0.45);
}
.border-gray-800\/5{
  border-color: rgb(31 41 55 / 0.05);
}
.border-gray-800\/50{
  border-color: rgb(31 41 55 / 0.5);
}
.border-gray-800\/55{
  border-color: rgb(31 41 55 / 0.55);
}
.border-gray-800\/60{
  border-color: rgb(31 41 55 / 0.6);
}
.border-gray-800\/65{
  border-color: rgb(31 41 55 / 0.65);
}
.border-gray-800\/70{
  border-color: rgb(31 41 55 / 0.7);
}
.border-gray-800\/75{
  border-color: rgb(31 41 55 / 0.75);
}
.border-gray-800\/80{
  border-color: rgb(31 41 55 / 0.8);
}
.border-gray-800\/85{
  border-color: rgb(31 41 55 / 0.85);
}
.border-gray-800\/90{
  border-color: rgb(31 41 55 / 0.9);
}
.border-gray-800\/95{
  border-color: rgb(31 41 55 / 0.95);
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-gray-900\/0{
  border-color: rgb(17 24 39 / 0);
}
.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/100{
  border-color: rgb(17 24 39 / 1);
}
.border-gray-900\/15{
  border-color: rgb(17 24 39 / 0.15);
}
.border-gray-900\/20{
  border-color: rgb(17 24 39 / 0.2);
}
.border-gray-900\/25{
  border-color: rgb(17 24 39 / 0.25);
}
.border-gray-900\/30{
  border-color: rgb(17 24 39 / 0.3);
}
.border-gray-900\/35{
  border-color: rgb(17 24 39 / 0.35);
}
.border-gray-900\/40{
  border-color: rgb(17 24 39 / 0.4);
}
.border-gray-900\/45{
  border-color: rgb(17 24 39 / 0.45);
}
.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}
.border-gray-900\/50{
  border-color: rgb(17 24 39 / 0.5);
}
.border-gray-900\/55{
  border-color: rgb(17 24 39 / 0.55);
}
.border-gray-900\/60{
  border-color: rgb(17 24 39 / 0.6);
}
.border-gray-900\/65{
  border-color: rgb(17 24 39 / 0.65);
}
.border-gray-900\/70{
  border-color: rgb(17 24 39 / 0.7);
}
.border-gray-900\/75{
  border-color: rgb(17 24 39 / 0.75);
}
.border-gray-900\/80{
  border-color: rgb(17 24 39 / 0.8);
}
.border-gray-900\/85{
  border-color: rgb(17 24 39 / 0.85);
}
.border-gray-900\/90{
  border-color: rgb(17 24 39 / 0.9);
}
.border-gray-900\/95{
  border-color: rgb(17 24 39 / 0.95);
}
.border-gray-950{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-gray-950\/0{
  border-color: rgb(3 7 18 / 0);
}
.border-gray-950\/10{
  border-color: rgb(3 7 18 / 0.1);
}
.border-gray-950\/100{
  border-color: rgb(3 7 18 / 1);
}
.border-gray-950\/15{
  border-color: rgb(3 7 18 / 0.15);
}
.border-gray-950\/20{
  border-color: rgb(3 7 18 / 0.2);
}
.border-gray-950\/25{
  border-color: rgb(3 7 18 / 0.25);
}
.border-gray-950\/30{
  border-color: rgb(3 7 18 / 0.3);
}
.border-gray-950\/35{
  border-color: rgb(3 7 18 / 0.35);
}
.border-gray-950\/40{
  border-color: rgb(3 7 18 / 0.4);
}
.border-gray-950\/45{
  border-color: rgb(3 7 18 / 0.45);
}
.border-gray-950\/5{
  border-color: rgb(3 7 18 / 0.05);
}
.border-gray-950\/50{
  border-color: rgb(3 7 18 / 0.5);
}
.border-gray-950\/55{
  border-color: rgb(3 7 18 / 0.55);
}
.border-gray-950\/60{
  border-color: rgb(3 7 18 / 0.6);
}
.border-gray-950\/65{
  border-color: rgb(3 7 18 / 0.65);
}
.border-gray-950\/70{
  border-color: rgb(3 7 18 / 0.7);
}
.border-gray-950\/75{
  border-color: rgb(3 7 18 / 0.75);
}
.border-gray-950\/80{
  border-color: rgb(3 7 18 / 0.8);
}
.border-gray-950\/85{
  border-color: rgb(3 7 18 / 0.85);
}
.border-gray-950\/90{
  border-color: rgb(3 7 18 / 0.9);
}
.border-gray-950\/95{
  border-color: rgb(3 7 18 / 0.95);
}
.border-inherit{
  border-color: inherit;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-primary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-primary-dark\/0{
  border-color: rgb(26 88 121 / 0);
}
.border-primary-dark\/10{
  border-color: rgb(26 88 121 / 0.1);
}
.border-primary-dark\/100{
  border-color: rgb(26 88 121 / 1);
}
.border-primary-dark\/15{
  border-color: rgb(26 88 121 / 0.15);
}
.border-primary-dark\/20{
  border-color: rgb(26 88 121 / 0.2);
}
.border-primary-dark\/25{
  border-color: rgb(26 88 121 / 0.25);
}
.border-primary-dark\/30{
  border-color: rgb(26 88 121 / 0.3);
}
.border-primary-dark\/35{
  border-color: rgb(26 88 121 / 0.35);
}
.border-primary-dark\/40{
  border-color: rgb(26 88 121 / 0.4);
}
.border-primary-dark\/45{
  border-color: rgb(26 88 121 / 0.45);
}
.border-primary-dark\/5{
  border-color: rgb(26 88 121 / 0.05);
}
.border-primary-dark\/50{
  border-color: rgb(26 88 121 / 0.5);
}
.border-primary-dark\/55{
  border-color: rgb(26 88 121 / 0.55);
}
.border-primary-dark\/60{
  border-color: rgb(26 88 121 / 0.6);
}
.border-primary-dark\/65{
  border-color: rgb(26 88 121 / 0.65);
}
.border-primary-dark\/70{
  border-color: rgb(26 88 121 / 0.7);
}
.border-primary-dark\/75{
  border-color: rgb(26 88 121 / 0.75);
}
.border-primary-dark\/80{
  border-color: rgb(26 88 121 / 0.8);
}
.border-primary-dark\/85{
  border-color: rgb(26 88 121 / 0.85);
}
.border-primary-dark\/90{
  border-color: rgb(26 88 121 / 0.9);
}
.border-primary-dark\/95{
  border-color: rgb(26 88 121 / 0.95);
}
.border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-primary-light\/0{
  border-color: rgb(85 154 193 / 0);
}
.border-primary-light\/10{
  border-color: rgb(85 154 193 / 0.1);
}
.border-primary-light\/100{
  border-color: rgb(85 154 193 / 1);
}
.border-primary-light\/15{
  border-color: rgb(85 154 193 / 0.15);
}
.border-primary-light\/20{
  border-color: rgb(85 154 193 / 0.2);
}
.border-primary-light\/25{
  border-color: rgb(85 154 193 / 0.25);
}
.border-primary-light\/30{
  border-color: rgb(85 154 193 / 0.3);
}
.border-primary-light\/35{
  border-color: rgb(85 154 193 / 0.35);
}
.border-primary-light\/40{
  border-color: rgb(85 154 193 / 0.4);
}
.border-primary-light\/45{
  border-color: rgb(85 154 193 / 0.45);
}
.border-primary-light\/5{
  border-color: rgb(85 154 193 / 0.05);
}
.border-primary-light\/50{
  border-color: rgb(85 154 193 / 0.5);
}
.border-primary-light\/55{
  border-color: rgb(85 154 193 / 0.55);
}
.border-primary-light\/60{
  border-color: rgb(85 154 193 / 0.6);
}
.border-primary-light\/65{
  border-color: rgb(85 154 193 / 0.65);
}
.border-primary-light\/70{
  border-color: rgb(85 154 193 / 0.7);
}
.border-primary-light\/75{
  border-color: rgb(85 154 193 / 0.75);
}
.border-primary-light\/80{
  border-color: rgb(85 154 193 / 0.8);
}
.border-primary-light\/85{
  border-color: rgb(85 154 193 / 0.85);
}
.border-primary-light\/90{
  border-color: rgb(85 154 193 / 0.9);
}
.border-primary-light\/95{
  border-color: rgb(85 154 193 / 0.95);
}
.border-primary-lighter{
  --tw-border-opacity: 1;
  border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-primary-lighter\/0{
  border-color: rgb(115 177 212 / 0);
}
.border-primary-lighter\/10{
  border-color: rgb(115 177 212 / 0.1);
}
.border-primary-lighter\/100{
  border-color: rgb(115 177 212 / 1);
}
.border-primary-lighter\/15{
  border-color: rgb(115 177 212 / 0.15);
}
.border-primary-lighter\/20{
  border-color: rgb(115 177 212 / 0.2);
}
.border-primary-lighter\/25{
  border-color: rgb(115 177 212 / 0.25);
}
.border-primary-lighter\/30{
  border-color: rgb(115 177 212 / 0.3);
}
.border-primary-lighter\/35{
  border-color: rgb(115 177 212 / 0.35);
}
.border-primary-lighter\/40{
  border-color: rgb(115 177 212 / 0.4);
}
.border-primary-lighter\/45{
  border-color: rgb(115 177 212 / 0.45);
}
.border-primary-lighter\/5{
  border-color: rgb(115 177 212 / 0.05);
}
.border-primary-lighter\/50{
  border-color: rgb(115 177 212 / 0.5);
}
.border-primary-lighter\/55{
  border-color: rgb(115 177 212 / 0.55);
}
.border-primary-lighter\/60{
  border-color: rgb(115 177 212 / 0.6);
}
.border-primary-lighter\/65{
  border-color: rgb(115 177 212 / 0.65);
}
.border-primary-lighter\/70{
  border-color: rgb(115 177 212 / 0.7);
}
.border-primary-lighter\/75{
  border-color: rgb(115 177 212 / 0.75);
}
.border-primary-lighter\/80{
  border-color: rgb(115 177 212 / 0.8);
}
.border-primary-lighter\/85{
  border-color: rgb(115 177 212 / 0.85);
}
.border-primary-lighter\/90{
  border-color: rgb(115 177 212 / 0.9);
}
.border-primary-lighter\/95{
  border-color: rgb(115 177 212 / 0.95);
}
.border-primary\/0{
  border-color: rgb(52 114 147 / 0);
}
.border-primary\/10{
  border-color: rgb(52 114 147 / 0.1);
}
.border-primary\/100{
  border-color: rgb(52 114 147 / 1);
}
.border-primary\/15{
  border-color: rgb(52 114 147 / 0.15);
}
.border-primary\/20{
  border-color: rgb(52 114 147 / 0.2);
}
.border-primary\/25{
  border-color: rgb(52 114 147 / 0.25);
}
.border-primary\/30{
  border-color: rgb(52 114 147 / 0.3);
}
.border-primary\/35{
  border-color: rgb(52 114 147 / 0.35);
}
.border-primary\/40{
  border-color: rgb(52 114 147 / 0.4);
}
.border-primary\/45{
  border-color: rgb(52 114 147 / 0.45);
}
.border-primary\/5{
  border-color: rgb(52 114 147 / 0.05);
}
.border-primary\/50{
  border-color: rgb(52 114 147 / 0.5);
}
.border-primary\/55{
  border-color: rgb(52 114 147 / 0.55);
}
.border-primary\/60{
  border-color: rgb(52 114 147 / 0.6);
}
.border-primary\/65{
  border-color: rgb(52 114 147 / 0.65);
}
.border-primary\/70{
  border-color: rgb(52 114 147 / 0.7);
}
.border-primary\/75{
  border-color: rgb(52 114 147 / 0.75);
}
.border-primary\/80{
  border-color: rgb(52 114 147 / 0.8);
}
.border-primary\/85{
  border-color: rgb(52 114 147 / 0.85);
}
.border-primary\/90{
  border-color: rgb(52 114 147 / 0.9);
}
.border-primary\/95{
  border-color: rgb(52 114 147 / 0.95);
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-secondary-dark{
  --tw-border-opacity: 1;
  border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-secondary-dark\/0{
  border-color: rgb(226 207 188 / 0);
}
.border-secondary-dark\/10{
  border-color: rgb(226 207 188 / 0.1);
}
.border-secondary-dark\/100{
  border-color: rgb(226 207 188 / 1);
}
.border-secondary-dark\/15{
  border-color: rgb(226 207 188 / 0.15);
}
.border-secondary-dark\/20{
  border-color: rgb(226 207 188 / 0.2);
}
.border-secondary-dark\/25{
  border-color: rgb(226 207 188 / 0.25);
}
.border-secondary-dark\/30{
  border-color: rgb(226 207 188 / 0.3);
}
.border-secondary-dark\/35{
  border-color: rgb(226 207 188 / 0.35);
}
.border-secondary-dark\/40{
  border-color: rgb(226 207 188 / 0.4);
}
.border-secondary-dark\/45{
  border-color: rgb(226 207 188 / 0.45);
}
.border-secondary-dark\/5{
  border-color: rgb(226 207 188 / 0.05);
}
.border-secondary-dark\/50{
  border-color: rgb(226 207 188 / 0.5);
}
.border-secondary-dark\/55{
  border-color: rgb(226 207 188 / 0.55);
}
.border-secondary-dark\/60{
  border-color: rgb(226 207 188 / 0.6);
}
.border-secondary-dark\/65{
  border-color: rgb(226 207 188 / 0.65);
}
.border-secondary-dark\/70{
  border-color: rgb(226 207 188 / 0.7);
}
.border-secondary-dark\/75{
  border-color: rgb(226 207 188 / 0.75);
}
.border-secondary-dark\/80{
  border-color: rgb(226 207 188 / 0.8);
}
.border-secondary-dark\/85{
  border-color: rgb(226 207 188 / 0.85);
}
.border-secondary-dark\/90{
  border-color: rgb(226 207 188 / 0.9);
}
.border-secondary-dark\/95{
  border-color: rgb(226 207 188 / 0.95);
}
.border-secondary-light{
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-secondary-light\/0{
  border-color: rgb(254 250 247 / 0);
}
.border-secondary-light\/10{
  border-color: rgb(254 250 247 / 0.1);
}
.border-secondary-light\/100{
  border-color: rgb(254 250 247 / 1);
}
.border-secondary-light\/15{
  border-color: rgb(254 250 247 / 0.15);
}
.border-secondary-light\/20{
  border-color: rgb(254 250 247 / 0.2);
}
.border-secondary-light\/25{
  border-color: rgb(254 250 247 / 0.25);
}
.border-secondary-light\/30{
  border-color: rgb(254 250 247 / 0.3);
}
.border-secondary-light\/35{
  border-color: rgb(254 250 247 / 0.35);
}
.border-secondary-light\/40{
  border-color: rgb(254 250 247 / 0.4);
}
.border-secondary-light\/45{
  border-color: rgb(254 250 247 / 0.45);
}
.border-secondary-light\/5{
  border-color: rgb(254 250 247 / 0.05);
}
.border-secondary-light\/50{
  border-color: rgb(254 250 247 / 0.5);
}
.border-secondary-light\/55{
  border-color: rgb(254 250 247 / 0.55);
}
.border-secondary-light\/60{
  border-color: rgb(254 250 247 / 0.6);
}
.border-secondary-light\/65{
  border-color: rgb(254 250 247 / 0.65);
}
.border-secondary-light\/70{
  border-color: rgb(254 250 247 / 0.7);
}
.border-secondary-light\/75{
  border-color: rgb(254 250 247 / 0.75);
}
.border-secondary-light\/80{
  border-color: rgb(254 250 247 / 0.8);
}
.border-secondary-light\/85{
  border-color: rgb(254 250 247 / 0.85);
}
.border-secondary-light\/90{
  border-color: rgb(254 250 247 / 0.9);
}
.border-secondary-light\/95{
  border-color: rgb(254 250 247 / 0.95);
}
.border-secondary\/0{
  border-color: rgb(243 234 225 / 0);
}
.border-secondary\/10{
  border-color: rgb(243 234 225 / 0.1);
}
.border-secondary\/100{
  border-color: rgb(243 234 225 / 1);
}
.border-secondary\/15{
  border-color: rgb(243 234 225 / 0.15);
}
.border-secondary\/20{
  border-color: rgb(243 234 225 / 0.2);
}
.border-secondary\/25{
  border-color: rgb(243 234 225 / 0.25);
}
.border-secondary\/30{
  border-color: rgb(243 234 225 / 0.3);
}
.border-secondary\/35{
  border-color: rgb(243 234 225 / 0.35);
}
.border-secondary\/40{
  border-color: rgb(243 234 225 / 0.4);
}
.border-secondary\/45{
  border-color: rgb(243 234 225 / 0.45);
}
.border-secondary\/5{
  border-color: rgb(243 234 225 / 0.05);
}
.border-secondary\/50{
  border-color: rgb(243 234 225 / 0.5);
}
.border-secondary\/55{
  border-color: rgb(243 234 225 / 0.55);
}
.border-secondary\/60{
  border-color: rgb(243 234 225 / 0.6);
}
.border-secondary\/65{
  border-color: rgb(243 234 225 / 0.65);
}
.border-secondary\/70{
  border-color: rgb(243 234 225 / 0.7);
}
.border-secondary\/75{
  border-color: rgb(243 234 225 / 0.75);
}
.border-secondary\/80{
  border-color: rgb(243 234 225 / 0.8);
}
.border-secondary\/85{
  border-color: rgb(243 234 225 / 0.85);
}
.border-secondary\/90{
  border-color: rgb(243 234 225 / 0.9);
}
.border-secondary\/95{
  border-color: rgb(243 234 225 / 0.95);
}
.border-transparent{
  border-color: transparent;
}
.border-transparent\/0{
  border-color: rgb(0 0 0 / 0);
}
.border-transparent\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.border-transparent\/100{
  border-color: rgb(0 0 0 / 1);
}
.border-transparent\/15{
  border-color: rgb(0 0 0 / 0.15);
}
.border-transparent\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.border-transparent\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.border-transparent\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.border-transparent\/35{
  border-color: rgb(0 0 0 / 0.35);
}
.border-transparent\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.border-transparent\/45{
  border-color: rgb(0 0 0 / 0.45);
}
.border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.border-transparent\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.border-transparent\/55{
  border-color: rgb(0 0 0 / 0.55);
}
.border-transparent\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.border-transparent\/65{
  border-color: rgb(0 0 0 / 0.65);
}
.border-transparent\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.border-transparent\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.border-transparent\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.border-transparent\/85{
  border-color: rgb(0 0 0 / 0.85);
}
.border-transparent\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.border-transparent\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/0{
  border-color: rgb(255 255 255 / 0);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/100{
  border-color: rgb(255 255 255 / 1);
}
.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.border-white\/45{
  border-color: rgb(255 255 255 / 0.45);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/55{
  border-color: rgb(255 255 255 / 0.55);
}
.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/65{
  border-color: rgb(255 255 255 / 0.65);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.border-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}
.border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/85{
  border-color: rgb(255 255 255 / 0.85);
}
.border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}
.border-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}
.border-x-accent{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-x-accent-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-x-accent-dark\/0{
  border-left-color: rgb(225 114 45 / 0);
  border-right-color: rgb(225 114 45 / 0);
}
.border-x-accent-dark\/10{
  border-left-color: rgb(225 114 45 / 0.1);
  border-right-color: rgb(225 114 45 / 0.1);
}
.border-x-accent-dark\/100{
  border-left-color: rgb(225 114 45 / 1);
  border-right-color: rgb(225 114 45 / 1);
}
.border-x-accent-dark\/15{
  border-left-color: rgb(225 114 45 / 0.15);
  border-right-color: rgb(225 114 45 / 0.15);
}
.border-x-accent-dark\/20{
  border-left-color: rgb(225 114 45 / 0.2);
  border-right-color: rgb(225 114 45 / 0.2);
}
.border-x-accent-dark\/25{
  border-left-color: rgb(225 114 45 / 0.25);
  border-right-color: rgb(225 114 45 / 0.25);
}
.border-x-accent-dark\/30{
  border-left-color: rgb(225 114 45 / 0.3);
  border-right-color: rgb(225 114 45 / 0.3);
}
.border-x-accent-dark\/35{
  border-left-color: rgb(225 114 45 / 0.35);
  border-right-color: rgb(225 114 45 / 0.35);
}
.border-x-accent-dark\/40{
  border-left-color: rgb(225 114 45 / 0.4);
  border-right-color: rgb(225 114 45 / 0.4);
}
.border-x-accent-dark\/45{
  border-left-color: rgb(225 114 45 / 0.45);
  border-right-color: rgb(225 114 45 / 0.45);
}
.border-x-accent-dark\/5{
  border-left-color: rgb(225 114 45 / 0.05);
  border-right-color: rgb(225 114 45 / 0.05);
}
.border-x-accent-dark\/50{
  border-left-color: rgb(225 114 45 / 0.5);
  border-right-color: rgb(225 114 45 / 0.5);
}
.border-x-accent-dark\/55{
  border-left-color: rgb(225 114 45 / 0.55);
  border-right-color: rgb(225 114 45 / 0.55);
}
.border-x-accent-dark\/60{
  border-left-color: rgb(225 114 45 / 0.6);
  border-right-color: rgb(225 114 45 / 0.6);
}
.border-x-accent-dark\/65{
  border-left-color: rgb(225 114 45 / 0.65);
  border-right-color: rgb(225 114 45 / 0.65);
}
.border-x-accent-dark\/70{
  border-left-color: rgb(225 114 45 / 0.7);
  border-right-color: rgb(225 114 45 / 0.7);
}
.border-x-accent-dark\/75{
  border-left-color: rgb(225 114 45 / 0.75);
  border-right-color: rgb(225 114 45 / 0.75);
}
.border-x-accent-dark\/80{
  border-left-color: rgb(225 114 45 / 0.8);
  border-right-color: rgb(225 114 45 / 0.8);
}
.border-x-accent-dark\/85{
  border-left-color: rgb(225 114 45 / 0.85);
  border-right-color: rgb(225 114 45 / 0.85);
}
.border-x-accent-dark\/90{
  border-left-color: rgb(225 114 45 / 0.9);
  border-right-color: rgb(225 114 45 / 0.9);
}
.border-x-accent-dark\/95{
  border-left-color: rgb(225 114 45 / 0.95);
  border-right-color: rgb(225 114 45 / 0.95);
}
.border-x-accent-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-x-accent-light\/0{
  border-left-color: rgb(255 191 105 / 0);
  border-right-color: rgb(255 191 105 / 0);
}
.border-x-accent-light\/10{
  border-left-color: rgb(255 191 105 / 0.1);
  border-right-color: rgb(255 191 105 / 0.1);
}
.border-x-accent-light\/100{
  border-left-color: rgb(255 191 105 / 1);
  border-right-color: rgb(255 191 105 / 1);
}
.border-x-accent-light\/15{
  border-left-color: rgb(255 191 105 / 0.15);
  border-right-color: rgb(255 191 105 / 0.15);
}
.border-x-accent-light\/20{
  border-left-color: rgb(255 191 105 / 0.2);
  border-right-color: rgb(255 191 105 / 0.2);
}
.border-x-accent-light\/25{
  border-left-color: rgb(255 191 105 / 0.25);
  border-right-color: rgb(255 191 105 / 0.25);
}
.border-x-accent-light\/30{
  border-left-color: rgb(255 191 105 / 0.3);
  border-right-color: rgb(255 191 105 / 0.3);
}
.border-x-accent-light\/35{
  border-left-color: rgb(255 191 105 / 0.35);
  border-right-color: rgb(255 191 105 / 0.35);
}
.border-x-accent-light\/40{
  border-left-color: rgb(255 191 105 / 0.4);
  border-right-color: rgb(255 191 105 / 0.4);
}
.border-x-accent-light\/45{
  border-left-color: rgb(255 191 105 / 0.45);
  border-right-color: rgb(255 191 105 / 0.45);
}
.border-x-accent-light\/5{
  border-left-color: rgb(255 191 105 / 0.05);
  border-right-color: rgb(255 191 105 / 0.05);
}
.border-x-accent-light\/50{
  border-left-color: rgb(255 191 105 / 0.5);
  border-right-color: rgb(255 191 105 / 0.5);
}
.border-x-accent-light\/55{
  border-left-color: rgb(255 191 105 / 0.55);
  border-right-color: rgb(255 191 105 / 0.55);
}
.border-x-accent-light\/60{
  border-left-color: rgb(255 191 105 / 0.6);
  border-right-color: rgb(255 191 105 / 0.6);
}
.border-x-accent-light\/65{
  border-left-color: rgb(255 191 105 / 0.65);
  border-right-color: rgb(255 191 105 / 0.65);
}
.border-x-accent-light\/70{
  border-left-color: rgb(255 191 105 / 0.7);
  border-right-color: rgb(255 191 105 / 0.7);
}
.border-x-accent-light\/75{
  border-left-color: rgb(255 191 105 / 0.75);
  border-right-color: rgb(255 191 105 / 0.75);
}
.border-x-accent-light\/80{
  border-left-color: rgb(255 191 105 / 0.8);
  border-right-color: rgb(255 191 105 / 0.8);
}
.border-x-accent-light\/85{
  border-left-color: rgb(255 191 105 / 0.85);
  border-right-color: rgb(255 191 105 / 0.85);
}
.border-x-accent-light\/90{
  border-left-color: rgb(255 191 105 / 0.9);
  border-right-color: rgb(255 191 105 / 0.9);
}
.border-x-accent-light\/95{
  border-left-color: rgb(255 191 105 / 0.95);
  border-right-color: rgb(255 191 105 / 0.95);
}
.border-x-accent\/0{
  border-left-color: rgb(229 136 78 / 0);
  border-right-color: rgb(229 136 78 / 0);
}
.border-x-accent\/10{
  border-left-color: rgb(229 136 78 / 0.1);
  border-right-color: rgb(229 136 78 / 0.1);
}
.border-x-accent\/100{
  border-left-color: rgb(229 136 78 / 1);
  border-right-color: rgb(229 136 78 / 1);
}
.border-x-accent\/15{
  border-left-color: rgb(229 136 78 / 0.15);
  border-right-color: rgb(229 136 78 / 0.15);
}
.border-x-accent\/20{
  border-left-color: rgb(229 136 78 / 0.2);
  border-right-color: rgb(229 136 78 / 0.2);
}
.border-x-accent\/25{
  border-left-color: rgb(229 136 78 / 0.25);
  border-right-color: rgb(229 136 78 / 0.25);
}
.border-x-accent\/30{
  border-left-color: rgb(229 136 78 / 0.3);
  border-right-color: rgb(229 136 78 / 0.3);
}
.border-x-accent\/35{
  border-left-color: rgb(229 136 78 / 0.35);
  border-right-color: rgb(229 136 78 / 0.35);
}
.border-x-accent\/40{
  border-left-color: rgb(229 136 78 / 0.4);
  border-right-color: rgb(229 136 78 / 0.4);
}
.border-x-accent\/45{
  border-left-color: rgb(229 136 78 / 0.45);
  border-right-color: rgb(229 136 78 / 0.45);
}
.border-x-accent\/5{
  border-left-color: rgb(229 136 78 / 0.05);
  border-right-color: rgb(229 136 78 / 0.05);
}
.border-x-accent\/50{
  border-left-color: rgb(229 136 78 / 0.5);
  border-right-color: rgb(229 136 78 / 0.5);
}
.border-x-accent\/55{
  border-left-color: rgb(229 136 78 / 0.55);
  border-right-color: rgb(229 136 78 / 0.55);
}
.border-x-accent\/60{
  border-left-color: rgb(229 136 78 / 0.6);
  border-right-color: rgb(229 136 78 / 0.6);
}
.border-x-accent\/65{
  border-left-color: rgb(229 136 78 / 0.65);
  border-right-color: rgb(229 136 78 / 0.65);
}
.border-x-accent\/70{
  border-left-color: rgb(229 136 78 / 0.7);
  border-right-color: rgb(229 136 78 / 0.7);
}
.border-x-accent\/75{
  border-left-color: rgb(229 136 78 / 0.75);
  border-right-color: rgb(229 136 78 / 0.75);
}
.border-x-accent\/80{
  border-left-color: rgb(229 136 78 / 0.8);
  border-right-color: rgb(229 136 78 / 0.8);
}
.border-x-accent\/85{
  border-left-color: rgb(229 136 78 / 0.85);
  border-right-color: rgb(229 136 78 / 0.85);
}
.border-x-accent\/90{
  border-left-color: rgb(229 136 78 / 0.9);
  border-right-color: rgb(229 136 78 / 0.9);
}
.border-x-accent\/95{
  border-left-color: rgb(229 136 78 / 0.95);
  border-right-color: rgb(229 136 78 / 0.95);
}
.border-x-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-x-black\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-black\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-black\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-black\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-black\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-black\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-black\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-black\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-current{
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.border-x-error{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-x-error\/0{
  border-left-color: rgb(255 0 0 / 0);
  border-right-color: rgb(255 0 0 / 0);
}
.border-x-error\/10{
  border-left-color: rgb(255 0 0 / 0.1);
  border-right-color: rgb(255 0 0 / 0.1);
}
.border-x-error\/100{
  border-left-color: rgb(255 0 0 / 1);
  border-right-color: rgb(255 0 0 / 1);
}
.border-x-error\/15{
  border-left-color: rgb(255 0 0 / 0.15);
  border-right-color: rgb(255 0 0 / 0.15);
}
.border-x-error\/20{
  border-left-color: rgb(255 0 0 / 0.2);
  border-right-color: rgb(255 0 0 / 0.2);
}
.border-x-error\/25{
  border-left-color: rgb(255 0 0 / 0.25);
  border-right-color: rgb(255 0 0 / 0.25);
}
.border-x-error\/30{
  border-left-color: rgb(255 0 0 / 0.3);
  border-right-color: rgb(255 0 0 / 0.3);
}
.border-x-error\/35{
  border-left-color: rgb(255 0 0 / 0.35);
  border-right-color: rgb(255 0 0 / 0.35);
}
.border-x-error\/40{
  border-left-color: rgb(255 0 0 / 0.4);
  border-right-color: rgb(255 0 0 / 0.4);
}
.border-x-error\/45{
  border-left-color: rgb(255 0 0 / 0.45);
  border-right-color: rgb(255 0 0 / 0.45);
}
.border-x-error\/5{
  border-left-color: rgb(255 0 0 / 0.05);
  border-right-color: rgb(255 0 0 / 0.05);
}
.border-x-error\/50{
  border-left-color: rgb(255 0 0 / 0.5);
  border-right-color: rgb(255 0 0 / 0.5);
}
.border-x-error\/55{
  border-left-color: rgb(255 0 0 / 0.55);
  border-right-color: rgb(255 0 0 / 0.55);
}
.border-x-error\/60{
  border-left-color: rgb(255 0 0 / 0.6);
  border-right-color: rgb(255 0 0 / 0.6);
}
.border-x-error\/65{
  border-left-color: rgb(255 0 0 / 0.65);
  border-right-color: rgb(255 0 0 / 0.65);
}
.border-x-error\/70{
  border-left-color: rgb(255 0 0 / 0.7);
  border-right-color: rgb(255 0 0 / 0.7);
}
.border-x-error\/75{
  border-left-color: rgb(255 0 0 / 0.75);
  border-right-color: rgb(255 0 0 / 0.75);
}
.border-x-error\/80{
  border-left-color: rgb(255 0 0 / 0.8);
  border-right-color: rgb(255 0 0 / 0.8);
}
.border-x-error\/85{
  border-left-color: rgb(255 0 0 / 0.85);
  border-right-color: rgb(255 0 0 / 0.85);
}
.border-x-error\/90{
  border-left-color: rgb(255 0 0 / 0.9);
  border-right-color: rgb(255 0 0 / 0.9);
}
.border-x-error\/95{
  border-left-color: rgb(255 0 0 / 0.95);
  border-right-color: rgb(255 0 0 / 0.95);
}
.border-x-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-x-gray-100\/0{
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}
.border-x-gray-100\/10{
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}
.border-x-gray-100\/100{
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}
.border-x-gray-100\/15{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}
.border-x-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}
.border-x-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}
.border-x-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}
.border-x-gray-100\/35{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-x-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-x-gray-100\/45{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}
.border-x-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}
.border-x-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}
.border-x-gray-100\/55{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-x-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-x-gray-100\/65{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}
.border-x-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}
.border-x-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}
.border-x-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}
.border-x-gray-100\/85{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}
.border-x-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}
.border-x-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}
.border-x-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-x-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.border-x-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-x-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.border-x-gray-200\/15{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}
.border-x-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-x-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-x-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-x-gray-200\/35{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-x-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-x-gray-200\/45{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}
.border-x-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-x-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-gray-200\/55{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-x-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-x-gray-200\/65{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}
.border-x-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-x-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-x-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-x-gray-200\/85{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}
.border-x-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-x-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-x-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-x-gray-300\/0{
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}
.border-x-gray-300\/10{
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}
.border-x-gray-300\/100{
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}
.border-x-gray-300\/15{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}
.border-x-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}
.border-x-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}
.border-x-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}
.border-x-gray-300\/35{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-x-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-x-gray-300\/45{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}
.border-x-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}
.border-x-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}
.border-x-gray-300\/55{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-x-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-x-gray-300\/65{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}
.border-x-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}
.border-x-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}
.border-x-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}
.border-x-gray-300\/85{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}
.border-x-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}
.border-x-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}
.border-x-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-x-gray-400\/0{
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.border-x-gray-400\/10{
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-x-gray-400\/100{
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-gray-400\/15{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}
.border-x-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-x-gray-400\/25{
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-x-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-x-gray-400\/35{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-x-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-x-gray-400\/45{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}
.border-x-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-x-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-gray-400\/55{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-x-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-x-gray-400\/65{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}
.border-x-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-x-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-x-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-x-gray-400\/85{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}
.border-x-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-x-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-x-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-x-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}
.border-x-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-x-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}
.border-x-gray-50\/15{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}
.border-x-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-x-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-x-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-x-gray-50\/35{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-x-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-x-gray-50\/45{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}
.border-x-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-x-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-x-gray-50\/55{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-x-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-x-gray-50\/65{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}
.border-x-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-x-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-x-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-x-gray-50\/85{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}
.border-x-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-x-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-x-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-x-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}
.border-x-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-x-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}
.border-x-gray-500\/15{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}
.border-x-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-x-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-x-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-x-gray-500\/35{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-x-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-x-gray-500\/45{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}
.border-x-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-x-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-x-gray-500\/55{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-x-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-x-gray-500\/65{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}
.border-x-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-x-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-x-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-x-gray-500\/85{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}
.border-x-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-x-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-x-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-x-gray-600\/0{
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}
.border-x-gray-600\/10{
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}
.border-x-gray-600\/100{
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}
.border-x-gray-600\/15{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}
.border-x-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}
.border-x-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}
.border-x-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}
.border-x-gray-600\/35{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-x-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-x-gray-600\/45{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}
.border-x-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}
.border-x-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}
.border-x-gray-600\/55{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-x-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-x-gray-600\/65{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}
.border-x-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}
.border-x-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}
.border-x-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}
.border-x-gray-600\/85{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}
.border-x-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}
.border-x-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}
.border-x-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-x-gray-700\/0{
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}
.border-x-gray-700\/10{
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-x-gray-700\/100{
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.border-x-gray-700\/15{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}
.border-x-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-x-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-x-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-x-gray-700\/35{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-x-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-x-gray-700\/45{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}
.border-x-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-x-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-x-gray-700\/55{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-x-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-x-gray-700\/65{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}
.border-x-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-x-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-x-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-x-gray-700\/85{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}
.border-x-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-x-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-x-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-x-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}
.border-x-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-x-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}
.border-x-gray-800\/15{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}
.border-x-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-x-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-x-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-x-gray-800\/35{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-x-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-x-gray-800\/45{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}
.border-x-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-x-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-x-gray-800\/55{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-x-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-x-gray-800\/65{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}
.border-x-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-x-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-x-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-x-gray-800\/85{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}
.border-x-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-x-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-x-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-x-gray-900\/0{
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}
.border-x-gray-900\/10{
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}
.border-x-gray-900\/100{
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}
.border-x-gray-900\/15{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}
.border-x-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}
.border-x-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}
.border-x-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}
.border-x-gray-900\/35{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-x-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-x-gray-900\/45{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}
.border-x-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}
.border-x-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}
.border-x-gray-900\/55{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-x-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-x-gray-900\/65{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}
.border-x-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}
.border-x-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}
.border-x-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}
.border-x-gray-900\/85{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}
.border-x-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}
.border-x-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}
.border-x-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-x-gray-950\/0{
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}
.border-x-gray-950\/10{
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}
.border-x-gray-950\/100{
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}
.border-x-gray-950\/15{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}
.border-x-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}
.border-x-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}
.border-x-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}
.border-x-gray-950\/35{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-x-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-x-gray-950\/45{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}
.border-x-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}
.border-x-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}
.border-x-gray-950\/55{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-x-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-x-gray-950\/65{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}
.border-x-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}
.border-x-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}
.border-x-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}
.border-x-gray-950\/85{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}
.border-x-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}
.border-x-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}
.border-x-inherit{
  border-left-color: inherit;
  border-right-color: inherit;
}
.border-x-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-x-primary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-x-primary-dark\/0{
  border-left-color: rgb(26 88 121 / 0);
  border-right-color: rgb(26 88 121 / 0);
}
.border-x-primary-dark\/10{
  border-left-color: rgb(26 88 121 / 0.1);
  border-right-color: rgb(26 88 121 / 0.1);
}
.border-x-primary-dark\/100{
  border-left-color: rgb(26 88 121 / 1);
  border-right-color: rgb(26 88 121 / 1);
}
.border-x-primary-dark\/15{
  border-left-color: rgb(26 88 121 / 0.15);
  border-right-color: rgb(26 88 121 / 0.15);
}
.border-x-primary-dark\/20{
  border-left-color: rgb(26 88 121 / 0.2);
  border-right-color: rgb(26 88 121 / 0.2);
}
.border-x-primary-dark\/25{
  border-left-color: rgb(26 88 121 / 0.25);
  border-right-color: rgb(26 88 121 / 0.25);
}
.border-x-primary-dark\/30{
  border-left-color: rgb(26 88 121 / 0.3);
  border-right-color: rgb(26 88 121 / 0.3);
}
.border-x-primary-dark\/35{
  border-left-color: rgb(26 88 121 / 0.35);
  border-right-color: rgb(26 88 121 / 0.35);
}
.border-x-primary-dark\/40{
  border-left-color: rgb(26 88 121 / 0.4);
  border-right-color: rgb(26 88 121 / 0.4);
}
.border-x-primary-dark\/45{
  border-left-color: rgb(26 88 121 / 0.45);
  border-right-color: rgb(26 88 121 / 0.45);
}
.border-x-primary-dark\/5{
  border-left-color: rgb(26 88 121 / 0.05);
  border-right-color: rgb(26 88 121 / 0.05);
}
.border-x-primary-dark\/50{
  border-left-color: rgb(26 88 121 / 0.5);
  border-right-color: rgb(26 88 121 / 0.5);
}
.border-x-primary-dark\/55{
  border-left-color: rgb(26 88 121 / 0.55);
  border-right-color: rgb(26 88 121 / 0.55);
}
.border-x-primary-dark\/60{
  border-left-color: rgb(26 88 121 / 0.6);
  border-right-color: rgb(26 88 121 / 0.6);
}
.border-x-primary-dark\/65{
  border-left-color: rgb(26 88 121 / 0.65);
  border-right-color: rgb(26 88 121 / 0.65);
}
.border-x-primary-dark\/70{
  border-left-color: rgb(26 88 121 / 0.7);
  border-right-color: rgb(26 88 121 / 0.7);
}
.border-x-primary-dark\/75{
  border-left-color: rgb(26 88 121 / 0.75);
  border-right-color: rgb(26 88 121 / 0.75);
}
.border-x-primary-dark\/80{
  border-left-color: rgb(26 88 121 / 0.8);
  border-right-color: rgb(26 88 121 / 0.8);
}
.border-x-primary-dark\/85{
  border-left-color: rgb(26 88 121 / 0.85);
  border-right-color: rgb(26 88 121 / 0.85);
}
.border-x-primary-dark\/90{
  border-left-color: rgb(26 88 121 / 0.9);
  border-right-color: rgb(26 88 121 / 0.9);
}
.border-x-primary-dark\/95{
  border-left-color: rgb(26 88 121 / 0.95);
  border-right-color: rgb(26 88 121 / 0.95);
}
.border-x-primary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-x-primary-light\/0{
  border-left-color: rgb(85 154 193 / 0);
  border-right-color: rgb(85 154 193 / 0);
}
.border-x-primary-light\/10{
  border-left-color: rgb(85 154 193 / 0.1);
  border-right-color: rgb(85 154 193 / 0.1);
}
.border-x-primary-light\/100{
  border-left-color: rgb(85 154 193 / 1);
  border-right-color: rgb(85 154 193 / 1);
}
.border-x-primary-light\/15{
  border-left-color: rgb(85 154 193 / 0.15);
  border-right-color: rgb(85 154 193 / 0.15);
}
.border-x-primary-light\/20{
  border-left-color: rgb(85 154 193 / 0.2);
  border-right-color: rgb(85 154 193 / 0.2);
}
.border-x-primary-light\/25{
  border-left-color: rgb(85 154 193 / 0.25);
  border-right-color: rgb(85 154 193 / 0.25);
}
.border-x-primary-light\/30{
  border-left-color: rgb(85 154 193 / 0.3);
  border-right-color: rgb(85 154 193 / 0.3);
}
.border-x-primary-light\/35{
  border-left-color: rgb(85 154 193 / 0.35);
  border-right-color: rgb(85 154 193 / 0.35);
}
.border-x-primary-light\/40{
  border-left-color: rgb(85 154 193 / 0.4);
  border-right-color: rgb(85 154 193 / 0.4);
}
.border-x-primary-light\/45{
  border-left-color: rgb(85 154 193 / 0.45);
  border-right-color: rgb(85 154 193 / 0.45);
}
.border-x-primary-light\/5{
  border-left-color: rgb(85 154 193 / 0.05);
  border-right-color: rgb(85 154 193 / 0.05);
}
.border-x-primary-light\/50{
  border-left-color: rgb(85 154 193 / 0.5);
  border-right-color: rgb(85 154 193 / 0.5);
}
.border-x-primary-light\/55{
  border-left-color: rgb(85 154 193 / 0.55);
  border-right-color: rgb(85 154 193 / 0.55);
}
.border-x-primary-light\/60{
  border-left-color: rgb(85 154 193 / 0.6);
  border-right-color: rgb(85 154 193 / 0.6);
}
.border-x-primary-light\/65{
  border-left-color: rgb(85 154 193 / 0.65);
  border-right-color: rgb(85 154 193 / 0.65);
}
.border-x-primary-light\/70{
  border-left-color: rgb(85 154 193 / 0.7);
  border-right-color: rgb(85 154 193 / 0.7);
}
.border-x-primary-light\/75{
  border-left-color: rgb(85 154 193 / 0.75);
  border-right-color: rgb(85 154 193 / 0.75);
}
.border-x-primary-light\/80{
  border-left-color: rgb(85 154 193 / 0.8);
  border-right-color: rgb(85 154 193 / 0.8);
}
.border-x-primary-light\/85{
  border-left-color: rgb(85 154 193 / 0.85);
  border-right-color: rgb(85 154 193 / 0.85);
}
.border-x-primary-light\/90{
  border-left-color: rgb(85 154 193 / 0.9);
  border-right-color: rgb(85 154 193 / 0.9);
}
.border-x-primary-light\/95{
  border-left-color: rgb(85 154 193 / 0.95);
  border-right-color: rgb(85 154 193 / 0.95);
}
.border-x-primary-lighter{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-x-primary-lighter\/0{
  border-left-color: rgb(115 177 212 / 0);
  border-right-color: rgb(115 177 212 / 0);
}
.border-x-primary-lighter\/10{
  border-left-color: rgb(115 177 212 / 0.1);
  border-right-color: rgb(115 177 212 / 0.1);
}
.border-x-primary-lighter\/100{
  border-left-color: rgb(115 177 212 / 1);
  border-right-color: rgb(115 177 212 / 1);
}
.border-x-primary-lighter\/15{
  border-left-color: rgb(115 177 212 / 0.15);
  border-right-color: rgb(115 177 212 / 0.15);
}
.border-x-primary-lighter\/20{
  border-left-color: rgb(115 177 212 / 0.2);
  border-right-color: rgb(115 177 212 / 0.2);
}
.border-x-primary-lighter\/25{
  border-left-color: rgb(115 177 212 / 0.25);
  border-right-color: rgb(115 177 212 / 0.25);
}
.border-x-primary-lighter\/30{
  border-left-color: rgb(115 177 212 / 0.3);
  border-right-color: rgb(115 177 212 / 0.3);
}
.border-x-primary-lighter\/35{
  border-left-color: rgb(115 177 212 / 0.35);
  border-right-color: rgb(115 177 212 / 0.35);
}
.border-x-primary-lighter\/40{
  border-left-color: rgb(115 177 212 / 0.4);
  border-right-color: rgb(115 177 212 / 0.4);
}
.border-x-primary-lighter\/45{
  border-left-color: rgb(115 177 212 / 0.45);
  border-right-color: rgb(115 177 212 / 0.45);
}
.border-x-primary-lighter\/5{
  border-left-color: rgb(115 177 212 / 0.05);
  border-right-color: rgb(115 177 212 / 0.05);
}
.border-x-primary-lighter\/50{
  border-left-color: rgb(115 177 212 / 0.5);
  border-right-color: rgb(115 177 212 / 0.5);
}
.border-x-primary-lighter\/55{
  border-left-color: rgb(115 177 212 / 0.55);
  border-right-color: rgb(115 177 212 / 0.55);
}
.border-x-primary-lighter\/60{
  border-left-color: rgb(115 177 212 / 0.6);
  border-right-color: rgb(115 177 212 / 0.6);
}
.border-x-primary-lighter\/65{
  border-left-color: rgb(115 177 212 / 0.65);
  border-right-color: rgb(115 177 212 / 0.65);
}
.border-x-primary-lighter\/70{
  border-left-color: rgb(115 177 212 / 0.7);
  border-right-color: rgb(115 177 212 / 0.7);
}
.border-x-primary-lighter\/75{
  border-left-color: rgb(115 177 212 / 0.75);
  border-right-color: rgb(115 177 212 / 0.75);
}
.border-x-primary-lighter\/80{
  border-left-color: rgb(115 177 212 / 0.8);
  border-right-color: rgb(115 177 212 / 0.8);
}
.border-x-primary-lighter\/85{
  border-left-color: rgb(115 177 212 / 0.85);
  border-right-color: rgb(115 177 212 / 0.85);
}
.border-x-primary-lighter\/90{
  border-left-color: rgb(115 177 212 / 0.9);
  border-right-color: rgb(115 177 212 / 0.9);
}
.border-x-primary-lighter\/95{
  border-left-color: rgb(115 177 212 / 0.95);
  border-right-color: rgb(115 177 212 / 0.95);
}
.border-x-primary\/0{
  border-left-color: rgb(52 114 147 / 0);
  border-right-color: rgb(52 114 147 / 0);
}
.border-x-primary\/10{
  border-left-color: rgb(52 114 147 / 0.1);
  border-right-color: rgb(52 114 147 / 0.1);
}
.border-x-primary\/100{
  border-left-color: rgb(52 114 147 / 1);
  border-right-color: rgb(52 114 147 / 1);
}
.border-x-primary\/15{
  border-left-color: rgb(52 114 147 / 0.15);
  border-right-color: rgb(52 114 147 / 0.15);
}
.border-x-primary\/20{
  border-left-color: rgb(52 114 147 / 0.2);
  border-right-color: rgb(52 114 147 / 0.2);
}
.border-x-primary\/25{
  border-left-color: rgb(52 114 147 / 0.25);
  border-right-color: rgb(52 114 147 / 0.25);
}
.border-x-primary\/30{
  border-left-color: rgb(52 114 147 / 0.3);
  border-right-color: rgb(52 114 147 / 0.3);
}
.border-x-primary\/35{
  border-left-color: rgb(52 114 147 / 0.35);
  border-right-color: rgb(52 114 147 / 0.35);
}
.border-x-primary\/40{
  border-left-color: rgb(52 114 147 / 0.4);
  border-right-color: rgb(52 114 147 / 0.4);
}
.border-x-primary\/45{
  border-left-color: rgb(52 114 147 / 0.45);
  border-right-color: rgb(52 114 147 / 0.45);
}
.border-x-primary\/5{
  border-left-color: rgb(52 114 147 / 0.05);
  border-right-color: rgb(52 114 147 / 0.05);
}
.border-x-primary\/50{
  border-left-color: rgb(52 114 147 / 0.5);
  border-right-color: rgb(52 114 147 / 0.5);
}
.border-x-primary\/55{
  border-left-color: rgb(52 114 147 / 0.55);
  border-right-color: rgb(52 114 147 / 0.55);
}
.border-x-primary\/60{
  border-left-color: rgb(52 114 147 / 0.6);
  border-right-color: rgb(52 114 147 / 0.6);
}
.border-x-primary\/65{
  border-left-color: rgb(52 114 147 / 0.65);
  border-right-color: rgb(52 114 147 / 0.65);
}
.border-x-primary\/70{
  border-left-color: rgb(52 114 147 / 0.7);
  border-right-color: rgb(52 114 147 / 0.7);
}
.border-x-primary\/75{
  border-left-color: rgb(52 114 147 / 0.75);
  border-right-color: rgb(52 114 147 / 0.75);
}
.border-x-primary\/80{
  border-left-color: rgb(52 114 147 / 0.8);
  border-right-color: rgb(52 114 147 / 0.8);
}
.border-x-primary\/85{
  border-left-color: rgb(52 114 147 / 0.85);
  border-right-color: rgb(52 114 147 / 0.85);
}
.border-x-primary\/90{
  border-left-color: rgb(52 114 147 / 0.9);
  border-right-color: rgb(52 114 147 / 0.9);
}
.border-x-primary\/95{
  border-left-color: rgb(52 114 147 / 0.95);
  border-right-color: rgb(52 114 147 / 0.95);
}
.border-x-secondary{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-x-secondary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-x-secondary-dark\/0{
  border-left-color: rgb(226 207 188 / 0);
  border-right-color: rgb(226 207 188 / 0);
}
.border-x-secondary-dark\/10{
  border-left-color: rgb(226 207 188 / 0.1);
  border-right-color: rgb(226 207 188 / 0.1);
}
.border-x-secondary-dark\/100{
  border-left-color: rgb(226 207 188 / 1);
  border-right-color: rgb(226 207 188 / 1);
}
.border-x-secondary-dark\/15{
  border-left-color: rgb(226 207 188 / 0.15);
  border-right-color: rgb(226 207 188 / 0.15);
}
.border-x-secondary-dark\/20{
  border-left-color: rgb(226 207 188 / 0.2);
  border-right-color: rgb(226 207 188 / 0.2);
}
.border-x-secondary-dark\/25{
  border-left-color: rgb(226 207 188 / 0.25);
  border-right-color: rgb(226 207 188 / 0.25);
}
.border-x-secondary-dark\/30{
  border-left-color: rgb(226 207 188 / 0.3);
  border-right-color: rgb(226 207 188 / 0.3);
}
.border-x-secondary-dark\/35{
  border-left-color: rgb(226 207 188 / 0.35);
  border-right-color: rgb(226 207 188 / 0.35);
}
.border-x-secondary-dark\/40{
  border-left-color: rgb(226 207 188 / 0.4);
  border-right-color: rgb(226 207 188 / 0.4);
}
.border-x-secondary-dark\/45{
  border-left-color: rgb(226 207 188 / 0.45);
  border-right-color: rgb(226 207 188 / 0.45);
}
.border-x-secondary-dark\/5{
  border-left-color: rgb(226 207 188 / 0.05);
  border-right-color: rgb(226 207 188 / 0.05);
}
.border-x-secondary-dark\/50{
  border-left-color: rgb(226 207 188 / 0.5);
  border-right-color: rgb(226 207 188 / 0.5);
}
.border-x-secondary-dark\/55{
  border-left-color: rgb(226 207 188 / 0.55);
  border-right-color: rgb(226 207 188 / 0.55);
}
.border-x-secondary-dark\/60{
  border-left-color: rgb(226 207 188 / 0.6);
  border-right-color: rgb(226 207 188 / 0.6);
}
.border-x-secondary-dark\/65{
  border-left-color: rgb(226 207 188 / 0.65);
  border-right-color: rgb(226 207 188 / 0.65);
}
.border-x-secondary-dark\/70{
  border-left-color: rgb(226 207 188 / 0.7);
  border-right-color: rgb(226 207 188 / 0.7);
}
.border-x-secondary-dark\/75{
  border-left-color: rgb(226 207 188 / 0.75);
  border-right-color: rgb(226 207 188 / 0.75);
}
.border-x-secondary-dark\/80{
  border-left-color: rgb(226 207 188 / 0.8);
  border-right-color: rgb(226 207 188 / 0.8);
}
.border-x-secondary-dark\/85{
  border-left-color: rgb(226 207 188 / 0.85);
  border-right-color: rgb(226 207 188 / 0.85);
}
.border-x-secondary-dark\/90{
  border-left-color: rgb(226 207 188 / 0.9);
  border-right-color: rgb(226 207 188 / 0.9);
}
.border-x-secondary-dark\/95{
  border-left-color: rgb(226 207 188 / 0.95);
  border-right-color: rgb(226 207 188 / 0.95);
}
.border-x-secondary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-x-secondary-light\/0{
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}
.border-x-secondary-light\/10{
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}
.border-x-secondary-light\/100{
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}
.border-x-secondary-light\/15{
  border-left-color: rgb(254 250 247 / 0.15);
  border-right-color: rgb(254 250 247 / 0.15);
}
.border-x-secondary-light\/20{
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}
.border-x-secondary-light\/25{
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}
.border-x-secondary-light\/30{
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}
.border-x-secondary-light\/35{
  border-left-color: rgb(254 250 247 / 0.35);
  border-right-color: rgb(254 250 247 / 0.35);
}
.border-x-secondary-light\/40{
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}
.border-x-secondary-light\/45{
  border-left-color: rgb(254 250 247 / 0.45);
  border-right-color: rgb(254 250 247 / 0.45);
}
.border-x-secondary-light\/5{
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}
.border-x-secondary-light\/50{
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}
.border-x-secondary-light\/55{
  border-left-color: rgb(254 250 247 / 0.55);
  border-right-color: rgb(254 250 247 / 0.55);
}
.border-x-secondary-light\/60{
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}
.border-x-secondary-light\/65{
  border-left-color: rgb(254 250 247 / 0.65);
  border-right-color: rgb(254 250 247 / 0.65);
}
.border-x-secondary-light\/70{
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}
.border-x-secondary-light\/75{
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}
.border-x-secondary-light\/80{
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}
.border-x-secondary-light\/85{
  border-left-color: rgb(254 250 247 / 0.85);
  border-right-color: rgb(254 250 247 / 0.85);
}
.border-x-secondary-light\/90{
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}
.border-x-secondary-light\/95{
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}
.border-x-secondary\/0{
  border-left-color: rgb(243 234 225 / 0);
  border-right-color: rgb(243 234 225 / 0);
}
.border-x-secondary\/10{
  border-left-color: rgb(243 234 225 / 0.1);
  border-right-color: rgb(243 234 225 / 0.1);
}
.border-x-secondary\/100{
  border-left-color: rgb(243 234 225 / 1);
  border-right-color: rgb(243 234 225 / 1);
}
.border-x-secondary\/15{
  border-left-color: rgb(243 234 225 / 0.15);
  border-right-color: rgb(243 234 225 / 0.15);
}
.border-x-secondary\/20{
  border-left-color: rgb(243 234 225 / 0.2);
  border-right-color: rgb(243 234 225 / 0.2);
}
.border-x-secondary\/25{
  border-left-color: rgb(243 234 225 / 0.25);
  border-right-color: rgb(243 234 225 / 0.25);
}
.border-x-secondary\/30{
  border-left-color: rgb(243 234 225 / 0.3);
  border-right-color: rgb(243 234 225 / 0.3);
}
.border-x-secondary\/35{
  border-left-color: rgb(243 234 225 / 0.35);
  border-right-color: rgb(243 234 225 / 0.35);
}
.border-x-secondary\/40{
  border-left-color: rgb(243 234 225 / 0.4);
  border-right-color: rgb(243 234 225 / 0.4);
}
.border-x-secondary\/45{
  border-left-color: rgb(243 234 225 / 0.45);
  border-right-color: rgb(243 234 225 / 0.45);
}
.border-x-secondary\/5{
  border-left-color: rgb(243 234 225 / 0.05);
  border-right-color: rgb(243 234 225 / 0.05);
}
.border-x-secondary\/50{
  border-left-color: rgb(243 234 225 / 0.5);
  border-right-color: rgb(243 234 225 / 0.5);
}
.border-x-secondary\/55{
  border-left-color: rgb(243 234 225 / 0.55);
  border-right-color: rgb(243 234 225 / 0.55);
}
.border-x-secondary\/60{
  border-left-color: rgb(243 234 225 / 0.6);
  border-right-color: rgb(243 234 225 / 0.6);
}
.border-x-secondary\/65{
  border-left-color: rgb(243 234 225 / 0.65);
  border-right-color: rgb(243 234 225 / 0.65);
}
.border-x-secondary\/70{
  border-left-color: rgb(243 234 225 / 0.7);
  border-right-color: rgb(243 234 225 / 0.7);
}
.border-x-secondary\/75{
  border-left-color: rgb(243 234 225 / 0.75);
  border-right-color: rgb(243 234 225 / 0.75);
}
.border-x-secondary\/80{
  border-left-color: rgb(243 234 225 / 0.8);
  border-right-color: rgb(243 234 225 / 0.8);
}
.border-x-secondary\/85{
  border-left-color: rgb(243 234 225 / 0.85);
  border-right-color: rgb(243 234 225 / 0.85);
}
.border-x-secondary\/90{
  border-left-color: rgb(243 234 225 / 0.9);
  border-right-color: rgb(243 234 225 / 0.9);
}
.border-x-secondary\/95{
  border-left-color: rgb(243 234 225 / 0.95);
  border-right-color: rgb(243 234 225 / 0.95);
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.border-x-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-x-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.border-x-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-x-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-x-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-x-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-x-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-x-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-x-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-x-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-x-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-x-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-x-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-x-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-x-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-x-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-x-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-x-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-x-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-x-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-x-white\/0{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-white\/100{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-white\/15{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-x-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-x-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-x-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-x-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-x-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-x-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-y-accent{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-y-accent-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-y-accent-dark\/0{
  border-top-color: rgb(225 114 45 / 0);
  border-bottom-color: rgb(225 114 45 / 0);
}
.border-y-accent-dark\/10{
  border-top-color: rgb(225 114 45 / 0.1);
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.border-y-accent-dark\/100{
  border-top-color: rgb(225 114 45 / 1);
  border-bottom-color: rgb(225 114 45 / 1);
}
.border-y-accent-dark\/15{
  border-top-color: rgb(225 114 45 / 0.15);
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.border-y-accent-dark\/20{
  border-top-color: rgb(225 114 45 / 0.2);
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.border-y-accent-dark\/25{
  border-top-color: rgb(225 114 45 / 0.25);
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.border-y-accent-dark\/30{
  border-top-color: rgb(225 114 45 / 0.3);
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.border-y-accent-dark\/35{
  border-top-color: rgb(225 114 45 / 0.35);
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.border-y-accent-dark\/40{
  border-top-color: rgb(225 114 45 / 0.4);
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.border-y-accent-dark\/45{
  border-top-color: rgb(225 114 45 / 0.45);
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.border-y-accent-dark\/5{
  border-top-color: rgb(225 114 45 / 0.05);
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.border-y-accent-dark\/50{
  border-top-color: rgb(225 114 45 / 0.5);
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.border-y-accent-dark\/55{
  border-top-color: rgb(225 114 45 / 0.55);
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.border-y-accent-dark\/60{
  border-top-color: rgb(225 114 45 / 0.6);
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.border-y-accent-dark\/65{
  border-top-color: rgb(225 114 45 / 0.65);
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.border-y-accent-dark\/70{
  border-top-color: rgb(225 114 45 / 0.7);
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.border-y-accent-dark\/75{
  border-top-color: rgb(225 114 45 / 0.75);
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.border-y-accent-dark\/80{
  border-top-color: rgb(225 114 45 / 0.8);
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.border-y-accent-dark\/85{
  border-top-color: rgb(225 114 45 / 0.85);
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.border-y-accent-dark\/90{
  border-top-color: rgb(225 114 45 / 0.9);
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.border-y-accent-dark\/95{
  border-top-color: rgb(225 114 45 / 0.95);
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.border-y-accent-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-y-accent-light\/0{
  border-top-color: rgb(255 191 105 / 0);
  border-bottom-color: rgb(255 191 105 / 0);
}
.border-y-accent-light\/10{
  border-top-color: rgb(255 191 105 / 0.1);
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.border-y-accent-light\/100{
  border-top-color: rgb(255 191 105 / 1);
  border-bottom-color: rgb(255 191 105 / 1);
}
.border-y-accent-light\/15{
  border-top-color: rgb(255 191 105 / 0.15);
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.border-y-accent-light\/20{
  border-top-color: rgb(255 191 105 / 0.2);
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.border-y-accent-light\/25{
  border-top-color: rgb(255 191 105 / 0.25);
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.border-y-accent-light\/30{
  border-top-color: rgb(255 191 105 / 0.3);
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.border-y-accent-light\/35{
  border-top-color: rgb(255 191 105 / 0.35);
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.border-y-accent-light\/40{
  border-top-color: rgb(255 191 105 / 0.4);
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.border-y-accent-light\/45{
  border-top-color: rgb(255 191 105 / 0.45);
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.border-y-accent-light\/5{
  border-top-color: rgb(255 191 105 / 0.05);
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.border-y-accent-light\/50{
  border-top-color: rgb(255 191 105 / 0.5);
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.border-y-accent-light\/55{
  border-top-color: rgb(255 191 105 / 0.55);
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.border-y-accent-light\/60{
  border-top-color: rgb(255 191 105 / 0.6);
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.border-y-accent-light\/65{
  border-top-color: rgb(255 191 105 / 0.65);
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.border-y-accent-light\/70{
  border-top-color: rgb(255 191 105 / 0.7);
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.border-y-accent-light\/75{
  border-top-color: rgb(255 191 105 / 0.75);
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.border-y-accent-light\/80{
  border-top-color: rgb(255 191 105 / 0.8);
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.border-y-accent-light\/85{
  border-top-color: rgb(255 191 105 / 0.85);
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.border-y-accent-light\/90{
  border-top-color: rgb(255 191 105 / 0.9);
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.border-y-accent-light\/95{
  border-top-color: rgb(255 191 105 / 0.95);
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.border-y-accent\/0{
  border-top-color: rgb(229 136 78 / 0);
  border-bottom-color: rgb(229 136 78 / 0);
}
.border-y-accent\/10{
  border-top-color: rgb(229 136 78 / 0.1);
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.border-y-accent\/100{
  border-top-color: rgb(229 136 78 / 1);
  border-bottom-color: rgb(229 136 78 / 1);
}
.border-y-accent\/15{
  border-top-color: rgb(229 136 78 / 0.15);
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.border-y-accent\/20{
  border-top-color: rgb(229 136 78 / 0.2);
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.border-y-accent\/25{
  border-top-color: rgb(229 136 78 / 0.25);
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.border-y-accent\/30{
  border-top-color: rgb(229 136 78 / 0.3);
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.border-y-accent\/35{
  border-top-color: rgb(229 136 78 / 0.35);
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.border-y-accent\/40{
  border-top-color: rgb(229 136 78 / 0.4);
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.border-y-accent\/45{
  border-top-color: rgb(229 136 78 / 0.45);
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.border-y-accent\/5{
  border-top-color: rgb(229 136 78 / 0.05);
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.border-y-accent\/50{
  border-top-color: rgb(229 136 78 / 0.5);
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.border-y-accent\/55{
  border-top-color: rgb(229 136 78 / 0.55);
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.border-y-accent\/60{
  border-top-color: rgb(229 136 78 / 0.6);
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.border-y-accent\/65{
  border-top-color: rgb(229 136 78 / 0.65);
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.border-y-accent\/70{
  border-top-color: rgb(229 136 78 / 0.7);
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.border-y-accent\/75{
  border-top-color: rgb(229 136 78 / 0.75);
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.border-y-accent\/80{
  border-top-color: rgb(229 136 78 / 0.8);
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.border-y-accent\/85{
  border-top-color: rgb(229 136 78 / 0.85);
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.border-y-accent\/90{
  border-top-color: rgb(229 136 78 / 0.9);
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.border-y-accent\/95{
  border-top-color: rgb(229 136 78 / 0.95);
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-y-black\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-black\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-black\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-black\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-black\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-black\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-black\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-black\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-current{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.border-y-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-y-error\/0{
  border-top-color: rgb(255 0 0 / 0);
  border-bottom-color: rgb(255 0 0 / 0);
}
.border-y-error\/10{
  border-top-color: rgb(255 0 0 / 0.1);
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.border-y-error\/100{
  border-top-color: rgb(255 0 0 / 1);
  border-bottom-color: rgb(255 0 0 / 1);
}
.border-y-error\/15{
  border-top-color: rgb(255 0 0 / 0.15);
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.border-y-error\/20{
  border-top-color: rgb(255 0 0 / 0.2);
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.border-y-error\/25{
  border-top-color: rgb(255 0 0 / 0.25);
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.border-y-error\/30{
  border-top-color: rgb(255 0 0 / 0.3);
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.border-y-error\/35{
  border-top-color: rgb(255 0 0 / 0.35);
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.border-y-error\/40{
  border-top-color: rgb(255 0 0 / 0.4);
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.border-y-error\/45{
  border-top-color: rgb(255 0 0 / 0.45);
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.border-y-error\/5{
  border-top-color: rgb(255 0 0 / 0.05);
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.border-y-error\/50{
  border-top-color: rgb(255 0 0 / 0.5);
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.border-y-error\/55{
  border-top-color: rgb(255 0 0 / 0.55);
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.border-y-error\/60{
  border-top-color: rgb(255 0 0 / 0.6);
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.border-y-error\/65{
  border-top-color: rgb(255 0 0 / 0.65);
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.border-y-error\/70{
  border-top-color: rgb(255 0 0 / 0.7);
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.border-y-error\/75{
  border-top-color: rgb(255 0 0 / 0.75);
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.border-y-error\/80{
  border-top-color: rgb(255 0 0 / 0.8);
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.border-y-error\/85{
  border-top-color: rgb(255 0 0 / 0.85);
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.border-y-error\/90{
  border-top-color: rgb(255 0 0 / 0.9);
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.border-y-error\/95{
  border-top-color: rgb(255 0 0 / 0.95);
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.border-y-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-y-gray-100\/0{
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}
.border-y-gray-100\/10{
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-y-gray-100\/100{
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}
.border-y-gray-100\/15{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-y-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-y-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-y-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-y-gray-100\/35{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-y-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-y-gray-100\/45{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-y-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-y-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-y-gray-100\/55{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-y-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-y-gray-100\/65{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-y-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-y-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-y-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-y-gray-100\/85{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-y-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-y-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-y-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-y-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-y-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-y-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-gray-200\/15{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-y-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-y-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-y-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-y-gray-200\/35{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-y-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-y-gray-200\/45{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-y-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-y-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-gray-200\/55{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-y-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-y-gray-200\/65{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-y-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-y-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-y-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-y-gray-200\/85{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-y-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-y-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-y-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-y-gray-300\/0{
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}
.border-y-gray-300\/10{
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-y-gray-300\/100{
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}
.border-y-gray-300\/15{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-y-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-y-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-y-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-y-gray-300\/35{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-y-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-y-gray-300\/45{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-y-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-y-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-y-gray-300\/55{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-y-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-y-gray-300\/65{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-y-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-y-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-y-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-y-gray-300\/85{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-y-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-y-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-y-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-y-gray-400\/0{
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-y-gray-400\/10{
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-y-gray-400\/100{
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-gray-400\/15{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-y-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-y-gray-400\/25{
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-y-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-y-gray-400\/35{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-y-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-y-gray-400\/45{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-y-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-y-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-gray-400\/55{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-y-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-y-gray-400\/65{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-y-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-y-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-y-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-y-gray-400\/85{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-y-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-y-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-y-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-y-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-y-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-y-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-y-gray-50\/15{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-y-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-y-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-y-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-y-gray-50\/35{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-y-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-y-gray-50\/45{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-y-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-y-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-y-gray-50\/55{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-y-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-y-gray-50\/65{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-y-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-y-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-y-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-y-gray-50\/85{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-y-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-y-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-y-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-y-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-y-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-y-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-y-gray-500\/15{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-y-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-y-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-y-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-y-gray-500\/35{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-y-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-y-gray-500\/45{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-y-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-y-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-y-gray-500\/55{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-y-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-y-gray-500\/65{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-y-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-y-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-y-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-y-gray-500\/85{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-y-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-y-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-y-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-y-gray-600\/0{
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}
.border-y-gray-600\/10{
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-y-gray-600\/100{
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}
.border-y-gray-600\/15{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-y-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-y-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-y-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-y-gray-600\/35{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-y-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-y-gray-600\/45{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-y-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-y-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-y-gray-600\/55{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-y-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-y-gray-600\/65{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-y-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-y-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-y-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-y-gray-600\/85{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-y-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-y-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-y-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-y-gray-700\/0{
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-y-gray-700\/10{
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-y-gray-700\/100{
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-y-gray-700\/15{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-y-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-y-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-y-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-y-gray-700\/35{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-y-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-y-gray-700\/45{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-y-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-y-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-y-gray-700\/55{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-y-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-y-gray-700\/65{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-y-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-y-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-y-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-y-gray-700\/85{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-y-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-y-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-y-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-y-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-y-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-y-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-y-gray-800\/15{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-y-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-y-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-y-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-y-gray-800\/35{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-y-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-y-gray-800\/45{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-y-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-y-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-y-gray-800\/55{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-y-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-y-gray-800\/65{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-y-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-y-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-y-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-y-gray-800\/85{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-y-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-y-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-y-gray-900\/0{
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}
.border-y-gray-900\/10{
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-y-gray-900\/100{
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}
.border-y-gray-900\/15{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-y-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-y-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-y-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-y-gray-900\/35{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-y-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-y-gray-900\/45{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-y-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-y-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-y-gray-900\/55{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-y-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-y-gray-900\/65{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-y-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-y-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-y-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-y-gray-900\/85{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-y-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-y-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-y-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-y-gray-950\/0{
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}
.border-y-gray-950\/10{
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-y-gray-950\/100{
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}
.border-y-gray-950\/15{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-y-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-y-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-y-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-y-gray-950\/35{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-y-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-y-gray-950\/45{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-y-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-y-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-y-gray-950\/55{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-y-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-y-gray-950\/65{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-y-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-y-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-y-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-y-gray-950\/85{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-y-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-y-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-y-inherit{
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.border-y-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-y-primary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-y-primary-dark\/0{
  border-top-color: rgb(26 88 121 / 0);
  border-bottom-color: rgb(26 88 121 / 0);
}
.border-y-primary-dark\/10{
  border-top-color: rgb(26 88 121 / 0.1);
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.border-y-primary-dark\/100{
  border-top-color: rgb(26 88 121 / 1);
  border-bottom-color: rgb(26 88 121 / 1);
}
.border-y-primary-dark\/15{
  border-top-color: rgb(26 88 121 / 0.15);
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.border-y-primary-dark\/20{
  border-top-color: rgb(26 88 121 / 0.2);
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.border-y-primary-dark\/25{
  border-top-color: rgb(26 88 121 / 0.25);
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.border-y-primary-dark\/30{
  border-top-color: rgb(26 88 121 / 0.3);
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.border-y-primary-dark\/35{
  border-top-color: rgb(26 88 121 / 0.35);
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.border-y-primary-dark\/40{
  border-top-color: rgb(26 88 121 / 0.4);
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.border-y-primary-dark\/45{
  border-top-color: rgb(26 88 121 / 0.45);
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.border-y-primary-dark\/5{
  border-top-color: rgb(26 88 121 / 0.05);
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.border-y-primary-dark\/50{
  border-top-color: rgb(26 88 121 / 0.5);
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.border-y-primary-dark\/55{
  border-top-color: rgb(26 88 121 / 0.55);
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.border-y-primary-dark\/60{
  border-top-color: rgb(26 88 121 / 0.6);
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.border-y-primary-dark\/65{
  border-top-color: rgb(26 88 121 / 0.65);
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.border-y-primary-dark\/70{
  border-top-color: rgb(26 88 121 / 0.7);
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.border-y-primary-dark\/75{
  border-top-color: rgb(26 88 121 / 0.75);
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.border-y-primary-dark\/80{
  border-top-color: rgb(26 88 121 / 0.8);
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.border-y-primary-dark\/85{
  border-top-color: rgb(26 88 121 / 0.85);
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.border-y-primary-dark\/90{
  border-top-color: rgb(26 88 121 / 0.9);
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.border-y-primary-dark\/95{
  border-top-color: rgb(26 88 121 / 0.95);
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.border-y-primary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-y-primary-light\/0{
  border-top-color: rgb(85 154 193 / 0);
  border-bottom-color: rgb(85 154 193 / 0);
}
.border-y-primary-light\/10{
  border-top-color: rgb(85 154 193 / 0.1);
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.border-y-primary-light\/100{
  border-top-color: rgb(85 154 193 / 1);
  border-bottom-color: rgb(85 154 193 / 1);
}
.border-y-primary-light\/15{
  border-top-color: rgb(85 154 193 / 0.15);
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.border-y-primary-light\/20{
  border-top-color: rgb(85 154 193 / 0.2);
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.border-y-primary-light\/25{
  border-top-color: rgb(85 154 193 / 0.25);
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.border-y-primary-light\/30{
  border-top-color: rgb(85 154 193 / 0.3);
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.border-y-primary-light\/35{
  border-top-color: rgb(85 154 193 / 0.35);
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.border-y-primary-light\/40{
  border-top-color: rgb(85 154 193 / 0.4);
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.border-y-primary-light\/45{
  border-top-color: rgb(85 154 193 / 0.45);
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.border-y-primary-light\/5{
  border-top-color: rgb(85 154 193 / 0.05);
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.border-y-primary-light\/50{
  border-top-color: rgb(85 154 193 / 0.5);
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.border-y-primary-light\/55{
  border-top-color: rgb(85 154 193 / 0.55);
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.border-y-primary-light\/60{
  border-top-color: rgb(85 154 193 / 0.6);
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.border-y-primary-light\/65{
  border-top-color: rgb(85 154 193 / 0.65);
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.border-y-primary-light\/70{
  border-top-color: rgb(85 154 193 / 0.7);
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.border-y-primary-light\/75{
  border-top-color: rgb(85 154 193 / 0.75);
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.border-y-primary-light\/80{
  border-top-color: rgb(85 154 193 / 0.8);
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.border-y-primary-light\/85{
  border-top-color: rgb(85 154 193 / 0.85);
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.border-y-primary-light\/90{
  border-top-color: rgb(85 154 193 / 0.9);
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.border-y-primary-light\/95{
  border-top-color: rgb(85 154 193 / 0.95);
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.border-y-primary-lighter{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-y-primary-lighter\/0{
  border-top-color: rgb(115 177 212 / 0);
  border-bottom-color: rgb(115 177 212 / 0);
}
.border-y-primary-lighter\/10{
  border-top-color: rgb(115 177 212 / 0.1);
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.border-y-primary-lighter\/100{
  border-top-color: rgb(115 177 212 / 1);
  border-bottom-color: rgb(115 177 212 / 1);
}
.border-y-primary-lighter\/15{
  border-top-color: rgb(115 177 212 / 0.15);
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.border-y-primary-lighter\/20{
  border-top-color: rgb(115 177 212 / 0.2);
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.border-y-primary-lighter\/25{
  border-top-color: rgb(115 177 212 / 0.25);
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.border-y-primary-lighter\/30{
  border-top-color: rgb(115 177 212 / 0.3);
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.border-y-primary-lighter\/35{
  border-top-color: rgb(115 177 212 / 0.35);
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.border-y-primary-lighter\/40{
  border-top-color: rgb(115 177 212 / 0.4);
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.border-y-primary-lighter\/45{
  border-top-color: rgb(115 177 212 / 0.45);
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.border-y-primary-lighter\/5{
  border-top-color: rgb(115 177 212 / 0.05);
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.border-y-primary-lighter\/50{
  border-top-color: rgb(115 177 212 / 0.5);
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.border-y-primary-lighter\/55{
  border-top-color: rgb(115 177 212 / 0.55);
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.border-y-primary-lighter\/60{
  border-top-color: rgb(115 177 212 / 0.6);
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.border-y-primary-lighter\/65{
  border-top-color: rgb(115 177 212 / 0.65);
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.border-y-primary-lighter\/70{
  border-top-color: rgb(115 177 212 / 0.7);
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.border-y-primary-lighter\/75{
  border-top-color: rgb(115 177 212 / 0.75);
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.border-y-primary-lighter\/80{
  border-top-color: rgb(115 177 212 / 0.8);
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.border-y-primary-lighter\/85{
  border-top-color: rgb(115 177 212 / 0.85);
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.border-y-primary-lighter\/90{
  border-top-color: rgb(115 177 212 / 0.9);
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.border-y-primary-lighter\/95{
  border-top-color: rgb(115 177 212 / 0.95);
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.border-y-primary\/0{
  border-top-color: rgb(52 114 147 / 0);
  border-bottom-color: rgb(52 114 147 / 0);
}
.border-y-primary\/10{
  border-top-color: rgb(52 114 147 / 0.1);
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.border-y-primary\/100{
  border-top-color: rgb(52 114 147 / 1);
  border-bottom-color: rgb(52 114 147 / 1);
}
.border-y-primary\/15{
  border-top-color: rgb(52 114 147 / 0.15);
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.border-y-primary\/20{
  border-top-color: rgb(52 114 147 / 0.2);
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.border-y-primary\/25{
  border-top-color: rgb(52 114 147 / 0.25);
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.border-y-primary\/30{
  border-top-color: rgb(52 114 147 / 0.3);
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.border-y-primary\/35{
  border-top-color: rgb(52 114 147 / 0.35);
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.border-y-primary\/40{
  border-top-color: rgb(52 114 147 / 0.4);
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.border-y-primary\/45{
  border-top-color: rgb(52 114 147 / 0.45);
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.border-y-primary\/5{
  border-top-color: rgb(52 114 147 / 0.05);
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.border-y-primary\/50{
  border-top-color: rgb(52 114 147 / 0.5);
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.border-y-primary\/55{
  border-top-color: rgb(52 114 147 / 0.55);
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.border-y-primary\/60{
  border-top-color: rgb(52 114 147 / 0.6);
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.border-y-primary\/65{
  border-top-color: rgb(52 114 147 / 0.65);
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.border-y-primary\/70{
  border-top-color: rgb(52 114 147 / 0.7);
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.border-y-primary\/75{
  border-top-color: rgb(52 114 147 / 0.75);
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.border-y-primary\/80{
  border-top-color: rgb(52 114 147 / 0.8);
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.border-y-primary\/85{
  border-top-color: rgb(52 114 147 / 0.85);
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.border-y-primary\/90{
  border-top-color: rgb(52 114 147 / 0.9);
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.border-y-primary\/95{
  border-top-color: rgb(52 114 147 / 0.95);
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.border-y-secondary{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-y-secondary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-y-secondary-dark\/0{
  border-top-color: rgb(226 207 188 / 0);
  border-bottom-color: rgb(226 207 188 / 0);
}
.border-y-secondary-dark\/10{
  border-top-color: rgb(226 207 188 / 0.1);
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.border-y-secondary-dark\/100{
  border-top-color: rgb(226 207 188 / 1);
  border-bottom-color: rgb(226 207 188 / 1);
}
.border-y-secondary-dark\/15{
  border-top-color: rgb(226 207 188 / 0.15);
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.border-y-secondary-dark\/20{
  border-top-color: rgb(226 207 188 / 0.2);
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.border-y-secondary-dark\/25{
  border-top-color: rgb(226 207 188 / 0.25);
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.border-y-secondary-dark\/30{
  border-top-color: rgb(226 207 188 / 0.3);
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.border-y-secondary-dark\/35{
  border-top-color: rgb(226 207 188 / 0.35);
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.border-y-secondary-dark\/40{
  border-top-color: rgb(226 207 188 / 0.4);
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.border-y-secondary-dark\/45{
  border-top-color: rgb(226 207 188 / 0.45);
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.border-y-secondary-dark\/5{
  border-top-color: rgb(226 207 188 / 0.05);
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.border-y-secondary-dark\/50{
  border-top-color: rgb(226 207 188 / 0.5);
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.border-y-secondary-dark\/55{
  border-top-color: rgb(226 207 188 / 0.55);
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.border-y-secondary-dark\/60{
  border-top-color: rgb(226 207 188 / 0.6);
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.border-y-secondary-dark\/65{
  border-top-color: rgb(226 207 188 / 0.65);
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.border-y-secondary-dark\/70{
  border-top-color: rgb(226 207 188 / 0.7);
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.border-y-secondary-dark\/75{
  border-top-color: rgb(226 207 188 / 0.75);
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.border-y-secondary-dark\/80{
  border-top-color: rgb(226 207 188 / 0.8);
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.border-y-secondary-dark\/85{
  border-top-color: rgb(226 207 188 / 0.85);
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.border-y-secondary-dark\/90{
  border-top-color: rgb(226 207 188 / 0.9);
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.border-y-secondary-dark\/95{
  border-top-color: rgb(226 207 188 / 0.95);
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.border-y-secondary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-y-secondary-light\/0{
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}
.border-y-secondary-light\/10{
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.border-y-secondary-light\/100{
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}
.border-y-secondary-light\/15{
  border-top-color: rgb(254 250 247 / 0.15);
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.border-y-secondary-light\/20{
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.border-y-secondary-light\/25{
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.border-y-secondary-light\/30{
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.border-y-secondary-light\/35{
  border-top-color: rgb(254 250 247 / 0.35);
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.border-y-secondary-light\/40{
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.border-y-secondary-light\/45{
  border-top-color: rgb(254 250 247 / 0.45);
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.border-y-secondary-light\/5{
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.border-y-secondary-light\/50{
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.border-y-secondary-light\/55{
  border-top-color: rgb(254 250 247 / 0.55);
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.border-y-secondary-light\/60{
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.border-y-secondary-light\/65{
  border-top-color: rgb(254 250 247 / 0.65);
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.border-y-secondary-light\/70{
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.border-y-secondary-light\/75{
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.border-y-secondary-light\/80{
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.border-y-secondary-light\/85{
  border-top-color: rgb(254 250 247 / 0.85);
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.border-y-secondary-light\/90{
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.border-y-secondary-light\/95{
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.border-y-secondary\/0{
  border-top-color: rgb(243 234 225 / 0);
  border-bottom-color: rgb(243 234 225 / 0);
}
.border-y-secondary\/10{
  border-top-color: rgb(243 234 225 / 0.1);
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.border-y-secondary\/100{
  border-top-color: rgb(243 234 225 / 1);
  border-bottom-color: rgb(243 234 225 / 1);
}
.border-y-secondary\/15{
  border-top-color: rgb(243 234 225 / 0.15);
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.border-y-secondary\/20{
  border-top-color: rgb(243 234 225 / 0.2);
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.border-y-secondary\/25{
  border-top-color: rgb(243 234 225 / 0.25);
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.border-y-secondary\/30{
  border-top-color: rgb(243 234 225 / 0.3);
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.border-y-secondary\/35{
  border-top-color: rgb(243 234 225 / 0.35);
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.border-y-secondary\/40{
  border-top-color: rgb(243 234 225 / 0.4);
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.border-y-secondary\/45{
  border-top-color: rgb(243 234 225 / 0.45);
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.border-y-secondary\/5{
  border-top-color: rgb(243 234 225 / 0.05);
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.border-y-secondary\/50{
  border-top-color: rgb(243 234 225 / 0.5);
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.border-y-secondary\/55{
  border-top-color: rgb(243 234 225 / 0.55);
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.border-y-secondary\/60{
  border-top-color: rgb(243 234 225 / 0.6);
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.border-y-secondary\/65{
  border-top-color: rgb(243 234 225 / 0.65);
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.border-y-secondary\/70{
  border-top-color: rgb(243 234 225 / 0.7);
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.border-y-secondary\/75{
  border-top-color: rgb(243 234 225 / 0.75);
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.border-y-secondary\/80{
  border-top-color: rgb(243 234 225 / 0.8);
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.border-y-secondary\/85{
  border-top-color: rgb(243 234 225 / 0.85);
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.border-y-secondary\/90{
  border-top-color: rgb(243 234 225 / 0.9);
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.border-y-secondary\/95{
  border-top-color: rgb(243 234 225 / 0.95);
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-y-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-y-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-y-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-y-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-y-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-y-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-y-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-y-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-y-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-y-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-y-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-y-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-y-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-y-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-y-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-y-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-y-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-y-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-y-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-y-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-y-white\/0{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-white\/100{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-white\/15{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-y-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-y-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-y-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-y-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-y-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-y-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-accent{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-b-accent-dark{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-b-accent-dark\/0{
  border-bottom-color: rgb(225 114 45 / 0);
}
.border-b-accent-dark\/10{
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.border-b-accent-dark\/100{
  border-bottom-color: rgb(225 114 45 / 1);
}
.border-b-accent-dark\/15{
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.border-b-accent-dark\/20{
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.border-b-accent-dark\/25{
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.border-b-accent-dark\/30{
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.border-b-accent-dark\/35{
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.border-b-accent-dark\/40{
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.border-b-accent-dark\/45{
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.border-b-accent-dark\/5{
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.border-b-accent-dark\/50{
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.border-b-accent-dark\/55{
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.border-b-accent-dark\/60{
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.border-b-accent-dark\/65{
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.border-b-accent-dark\/70{
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.border-b-accent-dark\/75{
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.border-b-accent-dark\/80{
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.border-b-accent-dark\/85{
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.border-b-accent-dark\/90{
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.border-b-accent-dark\/95{
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.border-b-accent-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-b-accent-light\/0{
  border-bottom-color: rgb(255 191 105 / 0);
}
.border-b-accent-light\/10{
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.border-b-accent-light\/100{
  border-bottom-color: rgb(255 191 105 / 1);
}
.border-b-accent-light\/15{
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.border-b-accent-light\/20{
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.border-b-accent-light\/25{
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.border-b-accent-light\/30{
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.border-b-accent-light\/35{
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.border-b-accent-light\/40{
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.border-b-accent-light\/45{
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.border-b-accent-light\/5{
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.border-b-accent-light\/50{
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.border-b-accent-light\/55{
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.border-b-accent-light\/60{
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.border-b-accent-light\/65{
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.border-b-accent-light\/70{
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.border-b-accent-light\/75{
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.border-b-accent-light\/80{
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.border-b-accent-light\/85{
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.border-b-accent-light\/90{
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.border-b-accent-light\/95{
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.border-b-accent\/0{
  border-bottom-color: rgb(229 136 78 / 0);
}
.border-b-accent\/10{
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.border-b-accent\/100{
  border-bottom-color: rgb(229 136 78 / 1);
}
.border-b-accent\/15{
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.border-b-accent\/20{
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.border-b-accent\/25{
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.border-b-accent\/30{
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.border-b-accent\/35{
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.border-b-accent\/40{
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.border-b-accent\/45{
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.border-b-accent\/5{
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.border-b-accent\/50{
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.border-b-accent\/55{
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.border-b-accent\/60{
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.border-b-accent\/65{
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.border-b-accent\/70{
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.border-b-accent\/75{
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.border-b-accent\/80{
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.border-b-accent\/85{
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.border-b-accent\/90{
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.border-b-accent\/95{
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-b-black\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-black\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-black\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-black\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-black\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-black\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-black\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-black\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-black\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-black\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-black\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-black\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-black\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-black\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-black\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-black\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-black\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-black\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-black\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-black\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-black\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-current{
  border-bottom-color: currentColor;
}
.border-b-error{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-b-error\/0{
  border-bottom-color: rgb(255 0 0 / 0);
}
.border-b-error\/10{
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.border-b-error\/100{
  border-bottom-color: rgb(255 0 0 / 1);
}
.border-b-error\/15{
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.border-b-error\/20{
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.border-b-error\/25{
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.border-b-error\/30{
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.border-b-error\/35{
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.border-b-error\/40{
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.border-b-error\/45{
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.border-b-error\/5{
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.border-b-error\/50{
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.border-b-error\/55{
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.border-b-error\/60{
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.border-b-error\/65{
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.border-b-error\/70{
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.border-b-error\/75{
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.border-b-error\/80{
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.border-b-error\/85{
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.border-b-error\/90{
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.border-b-error\/95{
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-b-gray-100\/0{
  border-bottom-color: rgb(243 244 246 / 0);
}
.border-b-gray-100\/10{
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.border-b-gray-100\/100{
  border-bottom-color: rgb(243 244 246 / 1);
}
.border-b-gray-100\/15{
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.border-b-gray-100\/20{
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.border-b-gray-100\/25{
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.border-b-gray-100\/30{
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.border-b-gray-100\/35{
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.border-b-gray-100\/40{
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.border-b-gray-100\/45{
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.border-b-gray-100\/5{
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.border-b-gray-100\/50{
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.border-b-gray-100\/55{
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.border-b-gray-100\/60{
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.border-b-gray-100\/65{
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.border-b-gray-100\/70{
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.border-b-gray-100\/75{
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.border-b-gray-100\/80{
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.border-b-gray-100\/85{
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.border-b-gray-100\/90{
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.border-b-gray-100\/95{
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-b-gray-200\/0{
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-gray-200\/10{
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-gray-200\/100{
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-gray-200\/15{
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.border-b-gray-200\/20{
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-gray-200\/25{
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-gray-200\/30{
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-gray-200\/35{
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.border-b-gray-200\/40{
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-gray-200\/45{
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.border-b-gray-200\/5{
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-gray-200\/50{
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-gray-200\/55{
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.border-b-gray-200\/60{
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-gray-200\/65{
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.border-b-gray-200\/70{
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-gray-200\/75{
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-gray-200\/80{
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-gray-200\/85{
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.border-b-gray-200\/90{
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-gray-200\/95{
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-gray-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-b-gray-300\/0{
  border-bottom-color: rgb(209 213 219 / 0);
}
.border-b-gray-300\/10{
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.border-b-gray-300\/100{
  border-bottom-color: rgb(209 213 219 / 1);
}
.border-b-gray-300\/15{
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.border-b-gray-300\/20{
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.border-b-gray-300\/25{
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.border-b-gray-300\/30{
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.border-b-gray-300\/35{
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.border-b-gray-300\/40{
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.border-b-gray-300\/45{
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.border-b-gray-300\/5{
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.border-b-gray-300\/50{
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.border-b-gray-300\/55{
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.border-b-gray-300\/60{
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.border-b-gray-300\/65{
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.border-b-gray-300\/70{
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.border-b-gray-300\/75{
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.border-b-gray-300\/80{
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.border-b-gray-300\/85{
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.border-b-gray-300\/90{
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.border-b-gray-300\/95{
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.border-b-gray-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-b-gray-400\/0{
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-gray-400\/10{
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-gray-400\/100{
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-gray-400\/15{
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.border-b-gray-400\/20{
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-gray-400\/25{
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-gray-400\/30{
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-gray-400\/35{
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.border-b-gray-400\/40{
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-gray-400\/45{
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.border-b-gray-400\/5{
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-gray-400\/50{
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-gray-400\/55{
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.border-b-gray-400\/60{
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-gray-400\/65{
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.border-b-gray-400\/70{
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-gray-400\/75{
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-gray-400\/80{
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-gray-400\/85{
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.border-b-gray-400\/90{
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-gray-400\/95{
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-gray-50{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-b-gray-50\/0{
  border-bottom-color: rgb(249 250 251 / 0);
}
.border-b-gray-50\/10{
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.border-b-gray-50\/100{
  border-bottom-color: rgb(249 250 251 / 1);
}
.border-b-gray-50\/15{
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.border-b-gray-50\/20{
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.border-b-gray-50\/25{
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.border-b-gray-50\/30{
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.border-b-gray-50\/35{
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.border-b-gray-50\/40{
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.border-b-gray-50\/45{
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.border-b-gray-50\/5{
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.border-b-gray-50\/50{
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.border-b-gray-50\/55{
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.border-b-gray-50\/60{
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.border-b-gray-50\/65{
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.border-b-gray-50\/70{
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.border-b-gray-50\/75{
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.border-b-gray-50\/80{
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.border-b-gray-50\/85{
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.border-b-gray-50\/90{
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.border-b-gray-50\/95{
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.border-b-gray-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-b-gray-500\/0{
  border-bottom-color: rgb(107 114 128 / 0);
}
.border-b-gray-500\/10{
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.border-b-gray-500\/100{
  border-bottom-color: rgb(107 114 128 / 1);
}
.border-b-gray-500\/15{
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.border-b-gray-500\/20{
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.border-b-gray-500\/25{
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.border-b-gray-500\/30{
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.border-b-gray-500\/35{
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.border-b-gray-500\/40{
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.border-b-gray-500\/45{
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.border-b-gray-500\/5{
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.border-b-gray-500\/50{
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.border-b-gray-500\/55{
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.border-b-gray-500\/60{
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.border-b-gray-500\/65{
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.border-b-gray-500\/70{
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.border-b-gray-500\/75{
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.border-b-gray-500\/80{
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.border-b-gray-500\/85{
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.border-b-gray-500\/90{
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.border-b-gray-500\/95{
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-b-gray-600\/0{
  border-bottom-color: rgb(75 85 99 / 0);
}
.border-b-gray-600\/10{
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.border-b-gray-600\/100{
  border-bottom-color: rgb(75 85 99 / 1);
}
.border-b-gray-600\/15{
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.border-b-gray-600\/20{
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.border-b-gray-600\/25{
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.border-b-gray-600\/30{
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.border-b-gray-600\/35{
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.border-b-gray-600\/40{
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.border-b-gray-600\/45{
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.border-b-gray-600\/5{
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.border-b-gray-600\/50{
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.border-b-gray-600\/55{
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.border-b-gray-600\/60{
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.border-b-gray-600\/65{
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.border-b-gray-600\/70{
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.border-b-gray-600\/75{
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.border-b-gray-600\/80{
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.border-b-gray-600\/85{
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.border-b-gray-600\/90{
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.border-b-gray-600\/95{
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.border-b-gray-700{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-b-gray-700\/0{
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-b-gray-700\/10{
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-b-gray-700\/100{
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-gray-700\/15{
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.border-b-gray-700\/20{
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-b-gray-700\/25{
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-b-gray-700\/30{
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-b-gray-700\/35{
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.border-b-gray-700\/40{
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-gray-700\/45{
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.border-b-gray-700\/5{
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-b-gray-700\/50{
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-gray-700\/55{
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.border-b-gray-700\/60{
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-gray-700\/65{
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.border-b-gray-700\/70{
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-b-gray-700\/75{
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-b-gray-700\/80{
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-b-gray-700\/85{
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.border-b-gray-700\/90{
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-b-gray-700\/95{
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-b-gray-800{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-b-gray-800\/0{
  border-bottom-color: rgb(31 41 55 / 0);
}
.border-b-gray-800\/10{
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.border-b-gray-800\/100{
  border-bottom-color: rgb(31 41 55 / 1);
}
.border-b-gray-800\/15{
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.border-b-gray-800\/20{
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.border-b-gray-800\/25{
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.border-b-gray-800\/30{
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.border-b-gray-800\/35{
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.border-b-gray-800\/40{
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.border-b-gray-800\/45{
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.border-b-gray-800\/5{
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.border-b-gray-800\/50{
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.border-b-gray-800\/55{
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.border-b-gray-800\/60{
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.border-b-gray-800\/65{
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.border-b-gray-800\/70{
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.border-b-gray-800\/75{
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.border-b-gray-800\/80{
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.border-b-gray-800\/85{
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.border-b-gray-800\/90{
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.border-b-gray-800\/95{
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-b-gray-900\/0{
  border-bottom-color: rgb(17 24 39 / 0);
}
.border-b-gray-900\/10{
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.border-b-gray-900\/100{
  border-bottom-color: rgb(17 24 39 / 1);
}
.border-b-gray-900\/15{
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.border-b-gray-900\/20{
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.border-b-gray-900\/25{
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.border-b-gray-900\/30{
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.border-b-gray-900\/35{
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.border-b-gray-900\/40{
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.border-b-gray-900\/45{
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.border-b-gray-900\/5{
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.border-b-gray-900\/50{
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.border-b-gray-900\/55{
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.border-b-gray-900\/60{
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.border-b-gray-900\/65{
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.border-b-gray-900\/70{
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.border-b-gray-900\/75{
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.border-b-gray-900\/80{
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.border-b-gray-900\/85{
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.border-b-gray-900\/90{
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.border-b-gray-900\/95{
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.border-b-gray-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-b-gray-950\/0{
  border-bottom-color: rgb(3 7 18 / 0);
}
.border-b-gray-950\/10{
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.border-b-gray-950\/100{
  border-bottom-color: rgb(3 7 18 / 1);
}
.border-b-gray-950\/15{
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.border-b-gray-950\/20{
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.border-b-gray-950\/25{
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.border-b-gray-950\/30{
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.border-b-gray-950\/35{
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.border-b-gray-950\/40{
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.border-b-gray-950\/45{
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.border-b-gray-950\/5{
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.border-b-gray-950\/50{
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.border-b-gray-950\/55{
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.border-b-gray-950\/60{
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.border-b-gray-950\/65{
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.border-b-gray-950\/70{
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.border-b-gray-950\/75{
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.border-b-gray-950\/80{
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.border-b-gray-950\/85{
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.border-b-gray-950\/90{
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.border-b-gray-950\/95{
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.border-b-inherit{
  border-bottom-color: inherit;
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-b-primary-dark{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-b-primary-dark\/0{
  border-bottom-color: rgb(26 88 121 / 0);
}
.border-b-primary-dark\/10{
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.border-b-primary-dark\/100{
  border-bottom-color: rgb(26 88 121 / 1);
}
.border-b-primary-dark\/15{
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.border-b-primary-dark\/20{
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.border-b-primary-dark\/25{
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.border-b-primary-dark\/30{
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.border-b-primary-dark\/35{
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.border-b-primary-dark\/40{
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.border-b-primary-dark\/45{
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.border-b-primary-dark\/5{
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.border-b-primary-dark\/50{
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.border-b-primary-dark\/55{
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.border-b-primary-dark\/60{
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.border-b-primary-dark\/65{
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.border-b-primary-dark\/70{
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.border-b-primary-dark\/75{
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.border-b-primary-dark\/80{
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.border-b-primary-dark\/85{
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.border-b-primary-dark\/90{
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.border-b-primary-dark\/95{
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.border-b-primary-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-b-primary-light\/0{
  border-bottom-color: rgb(85 154 193 / 0);
}
.border-b-primary-light\/10{
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.border-b-primary-light\/100{
  border-bottom-color: rgb(85 154 193 / 1);
}
.border-b-primary-light\/15{
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.border-b-primary-light\/20{
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.border-b-primary-light\/25{
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.border-b-primary-light\/30{
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.border-b-primary-light\/35{
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.border-b-primary-light\/40{
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.border-b-primary-light\/45{
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.border-b-primary-light\/5{
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.border-b-primary-light\/50{
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.border-b-primary-light\/55{
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.border-b-primary-light\/60{
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.border-b-primary-light\/65{
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.border-b-primary-light\/70{
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.border-b-primary-light\/75{
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.border-b-primary-light\/80{
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.border-b-primary-light\/85{
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.border-b-primary-light\/90{
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.border-b-primary-light\/95{
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.border-b-primary-lighter{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-b-primary-lighter\/0{
  border-bottom-color: rgb(115 177 212 / 0);
}
.border-b-primary-lighter\/10{
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.border-b-primary-lighter\/100{
  border-bottom-color: rgb(115 177 212 / 1);
}
.border-b-primary-lighter\/15{
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.border-b-primary-lighter\/20{
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.border-b-primary-lighter\/25{
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.border-b-primary-lighter\/30{
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.border-b-primary-lighter\/35{
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.border-b-primary-lighter\/40{
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.border-b-primary-lighter\/45{
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.border-b-primary-lighter\/5{
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.border-b-primary-lighter\/50{
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.border-b-primary-lighter\/55{
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.border-b-primary-lighter\/60{
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.border-b-primary-lighter\/65{
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.border-b-primary-lighter\/70{
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.border-b-primary-lighter\/75{
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.border-b-primary-lighter\/80{
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.border-b-primary-lighter\/85{
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.border-b-primary-lighter\/90{
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.border-b-primary-lighter\/95{
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.border-b-primary\/0{
  border-bottom-color: rgb(52 114 147 / 0);
}
.border-b-primary\/10{
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.border-b-primary\/100{
  border-bottom-color: rgb(52 114 147 / 1);
}
.border-b-primary\/15{
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.border-b-primary\/20{
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.border-b-primary\/25{
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.border-b-primary\/30{
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.border-b-primary\/35{
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.border-b-primary\/40{
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.border-b-primary\/45{
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.border-b-primary\/5{
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.border-b-primary\/50{
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.border-b-primary\/55{
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.border-b-primary\/60{
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.border-b-primary\/65{
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.border-b-primary\/70{
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.border-b-primary\/75{
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.border-b-primary\/80{
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.border-b-primary\/85{
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.border-b-primary\/90{
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.border-b-primary\/95{
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.border-b-secondary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-b-secondary-dark{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-b-secondary-dark\/0{
  border-bottom-color: rgb(226 207 188 / 0);
}
.border-b-secondary-dark\/10{
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.border-b-secondary-dark\/100{
  border-bottom-color: rgb(226 207 188 / 1);
}
.border-b-secondary-dark\/15{
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.border-b-secondary-dark\/20{
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.border-b-secondary-dark\/25{
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.border-b-secondary-dark\/30{
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.border-b-secondary-dark\/35{
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.border-b-secondary-dark\/40{
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.border-b-secondary-dark\/45{
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.border-b-secondary-dark\/5{
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.border-b-secondary-dark\/50{
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.border-b-secondary-dark\/55{
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.border-b-secondary-dark\/60{
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.border-b-secondary-dark\/65{
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.border-b-secondary-dark\/70{
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.border-b-secondary-dark\/75{
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.border-b-secondary-dark\/80{
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.border-b-secondary-dark\/85{
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.border-b-secondary-dark\/90{
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.border-b-secondary-dark\/95{
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.border-b-secondary-light{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-b-secondary-light\/0{
  border-bottom-color: rgb(254 250 247 / 0);
}
.border-b-secondary-light\/10{
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.border-b-secondary-light\/100{
  border-bottom-color: rgb(254 250 247 / 1);
}
.border-b-secondary-light\/15{
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.border-b-secondary-light\/20{
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.border-b-secondary-light\/25{
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.border-b-secondary-light\/30{
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.border-b-secondary-light\/35{
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.border-b-secondary-light\/40{
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.border-b-secondary-light\/45{
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.border-b-secondary-light\/5{
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.border-b-secondary-light\/50{
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.border-b-secondary-light\/55{
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.border-b-secondary-light\/60{
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.border-b-secondary-light\/65{
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.border-b-secondary-light\/70{
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.border-b-secondary-light\/75{
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.border-b-secondary-light\/80{
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.border-b-secondary-light\/85{
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.border-b-secondary-light\/90{
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.border-b-secondary-light\/95{
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.border-b-secondary\/0{
  border-bottom-color: rgb(243 234 225 / 0);
}
.border-b-secondary\/10{
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.border-b-secondary\/100{
  border-bottom-color: rgb(243 234 225 / 1);
}
.border-b-secondary\/15{
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.border-b-secondary\/20{
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.border-b-secondary\/25{
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.border-b-secondary\/30{
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.border-b-secondary\/35{
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.border-b-secondary\/40{
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.border-b-secondary\/45{
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.border-b-secondary\/5{
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.border-b-secondary\/50{
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.border-b-secondary\/55{
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.border-b-secondary\/60{
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.border-b-secondary\/65{
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.border-b-secondary\/70{
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.border-b-secondary\/75{
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.border-b-secondary\/80{
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.border-b-secondary\/85{
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.border-b-secondary\/90{
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.border-b-secondary\/95{
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.border-b-transparent\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.border-b-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.border-b-transparent\/15{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.border-b-transparent\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.border-b-transparent\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.border-b-transparent\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.border-b-transparent\/35{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.border-b-transparent\/45{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.border-b-transparent\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.border-b-transparent\/55{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.border-b-transparent\/65{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.border-b-transparent\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.border-b-transparent\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.border-b-transparent\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.border-b-transparent\/85{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.border-b-transparent\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.border-b-transparent\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-white\/15{
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-white\/25{
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-white\/30{
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-white\/35{
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-white\/45{
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-white\/55{
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-white\/65{
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.border-b-white\/70{
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-white\/75{
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-white\/80{
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-white\/85{
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.border-b-white\/90{
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-white\/95{
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-e-accent{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-e-accent-dark{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-e-accent-dark\/0{
  border-inline-end-color: rgb(225 114 45 / 0);
}
.border-e-accent-dark\/10{
  border-inline-end-color: rgb(225 114 45 / 0.1);
}
.border-e-accent-dark\/100{
  border-inline-end-color: rgb(225 114 45 / 1);
}
.border-e-accent-dark\/15{
  border-inline-end-color: rgb(225 114 45 / 0.15);
}
.border-e-accent-dark\/20{
  border-inline-end-color: rgb(225 114 45 / 0.2);
}
.border-e-accent-dark\/25{
  border-inline-end-color: rgb(225 114 45 / 0.25);
}
.border-e-accent-dark\/30{
  border-inline-end-color: rgb(225 114 45 / 0.3);
}
.border-e-accent-dark\/35{
  border-inline-end-color: rgb(225 114 45 / 0.35);
}
.border-e-accent-dark\/40{
  border-inline-end-color: rgb(225 114 45 / 0.4);
}
.border-e-accent-dark\/45{
  border-inline-end-color: rgb(225 114 45 / 0.45);
}
.border-e-accent-dark\/5{
  border-inline-end-color: rgb(225 114 45 / 0.05);
}
.border-e-accent-dark\/50{
  border-inline-end-color: rgb(225 114 45 / 0.5);
}
.border-e-accent-dark\/55{
  border-inline-end-color: rgb(225 114 45 / 0.55);
}
.border-e-accent-dark\/60{
  border-inline-end-color: rgb(225 114 45 / 0.6);
}
.border-e-accent-dark\/65{
  border-inline-end-color: rgb(225 114 45 / 0.65);
}
.border-e-accent-dark\/70{
  border-inline-end-color: rgb(225 114 45 / 0.7);
}
.border-e-accent-dark\/75{
  border-inline-end-color: rgb(225 114 45 / 0.75);
}
.border-e-accent-dark\/80{
  border-inline-end-color: rgb(225 114 45 / 0.8);
}
.border-e-accent-dark\/85{
  border-inline-end-color: rgb(225 114 45 / 0.85);
}
.border-e-accent-dark\/90{
  border-inline-end-color: rgb(225 114 45 / 0.9);
}
.border-e-accent-dark\/95{
  border-inline-end-color: rgb(225 114 45 / 0.95);
}
.border-e-accent-light{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-e-accent-light\/0{
  border-inline-end-color: rgb(255 191 105 / 0);
}
.border-e-accent-light\/10{
  border-inline-end-color: rgb(255 191 105 / 0.1);
}
.border-e-accent-light\/100{
  border-inline-end-color: rgb(255 191 105 / 1);
}
.border-e-accent-light\/15{
  border-inline-end-color: rgb(255 191 105 / 0.15);
}
.border-e-accent-light\/20{
  border-inline-end-color: rgb(255 191 105 / 0.2);
}
.border-e-accent-light\/25{
  border-inline-end-color: rgb(255 191 105 / 0.25);
}
.border-e-accent-light\/30{
  border-inline-end-color: rgb(255 191 105 / 0.3);
}
.border-e-accent-light\/35{
  border-inline-end-color: rgb(255 191 105 / 0.35);
}
.border-e-accent-light\/40{
  border-inline-end-color: rgb(255 191 105 / 0.4);
}
.border-e-accent-light\/45{
  border-inline-end-color: rgb(255 191 105 / 0.45);
}
.border-e-accent-light\/5{
  border-inline-end-color: rgb(255 191 105 / 0.05);
}
.border-e-accent-light\/50{
  border-inline-end-color: rgb(255 191 105 / 0.5);
}
.border-e-accent-light\/55{
  border-inline-end-color: rgb(255 191 105 / 0.55);
}
.border-e-accent-light\/60{
  border-inline-end-color: rgb(255 191 105 / 0.6);
}
.border-e-accent-light\/65{
  border-inline-end-color: rgb(255 191 105 / 0.65);
}
.border-e-accent-light\/70{
  border-inline-end-color: rgb(255 191 105 / 0.7);
}
.border-e-accent-light\/75{
  border-inline-end-color: rgb(255 191 105 / 0.75);
}
.border-e-accent-light\/80{
  border-inline-end-color: rgb(255 191 105 / 0.8);
}
.border-e-accent-light\/85{
  border-inline-end-color: rgb(255 191 105 / 0.85);
}
.border-e-accent-light\/90{
  border-inline-end-color: rgb(255 191 105 / 0.9);
}
.border-e-accent-light\/95{
  border-inline-end-color: rgb(255 191 105 / 0.95);
}
.border-e-accent\/0{
  border-inline-end-color: rgb(229 136 78 / 0);
}
.border-e-accent\/10{
  border-inline-end-color: rgb(229 136 78 / 0.1);
}
.border-e-accent\/100{
  border-inline-end-color: rgb(229 136 78 / 1);
}
.border-e-accent\/15{
  border-inline-end-color: rgb(229 136 78 / 0.15);
}
.border-e-accent\/20{
  border-inline-end-color: rgb(229 136 78 / 0.2);
}
.border-e-accent\/25{
  border-inline-end-color: rgb(229 136 78 / 0.25);
}
.border-e-accent\/30{
  border-inline-end-color: rgb(229 136 78 / 0.3);
}
.border-e-accent\/35{
  border-inline-end-color: rgb(229 136 78 / 0.35);
}
.border-e-accent\/40{
  border-inline-end-color: rgb(229 136 78 / 0.4);
}
.border-e-accent\/45{
  border-inline-end-color: rgb(229 136 78 / 0.45);
}
.border-e-accent\/5{
  border-inline-end-color: rgb(229 136 78 / 0.05);
}
.border-e-accent\/50{
  border-inline-end-color: rgb(229 136 78 / 0.5);
}
.border-e-accent\/55{
  border-inline-end-color: rgb(229 136 78 / 0.55);
}
.border-e-accent\/60{
  border-inline-end-color: rgb(229 136 78 / 0.6);
}
.border-e-accent\/65{
  border-inline-end-color: rgb(229 136 78 / 0.65);
}
.border-e-accent\/70{
  border-inline-end-color: rgb(229 136 78 / 0.7);
}
.border-e-accent\/75{
  border-inline-end-color: rgb(229 136 78 / 0.75);
}
.border-e-accent\/80{
  border-inline-end-color: rgb(229 136 78 / 0.8);
}
.border-e-accent\/85{
  border-inline-end-color: rgb(229 136 78 / 0.85);
}
.border-e-accent\/90{
  border-inline-end-color: rgb(229 136 78 / 0.9);
}
.border-e-accent\/95{
  border-inline-end-color: rgb(229 136 78 / 0.95);
}
.border-e-black{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-e-black\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-black\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-black\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-black\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-black\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-black\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-black\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-black\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-black\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-black\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-black\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-black\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-black\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-black\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-black\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-black\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-black\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-black\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-black\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-black\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-black\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-current{
  border-inline-end-color: currentColor;
}
.border-e-error{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-e-error\/0{
  border-inline-end-color: rgb(255 0 0 / 0);
}
.border-e-error\/10{
  border-inline-end-color: rgb(255 0 0 / 0.1);
}
.border-e-error\/100{
  border-inline-end-color: rgb(255 0 0 / 1);
}
.border-e-error\/15{
  border-inline-end-color: rgb(255 0 0 / 0.15);
}
.border-e-error\/20{
  border-inline-end-color: rgb(255 0 0 / 0.2);
}
.border-e-error\/25{
  border-inline-end-color: rgb(255 0 0 / 0.25);
}
.border-e-error\/30{
  border-inline-end-color: rgb(255 0 0 / 0.3);
}
.border-e-error\/35{
  border-inline-end-color: rgb(255 0 0 / 0.35);
}
.border-e-error\/40{
  border-inline-end-color: rgb(255 0 0 / 0.4);
}
.border-e-error\/45{
  border-inline-end-color: rgb(255 0 0 / 0.45);
}
.border-e-error\/5{
  border-inline-end-color: rgb(255 0 0 / 0.05);
}
.border-e-error\/50{
  border-inline-end-color: rgb(255 0 0 / 0.5);
}
.border-e-error\/55{
  border-inline-end-color: rgb(255 0 0 / 0.55);
}
.border-e-error\/60{
  border-inline-end-color: rgb(255 0 0 / 0.6);
}
.border-e-error\/65{
  border-inline-end-color: rgb(255 0 0 / 0.65);
}
.border-e-error\/70{
  border-inline-end-color: rgb(255 0 0 / 0.7);
}
.border-e-error\/75{
  border-inline-end-color: rgb(255 0 0 / 0.75);
}
.border-e-error\/80{
  border-inline-end-color: rgb(255 0 0 / 0.8);
}
.border-e-error\/85{
  border-inline-end-color: rgb(255 0 0 / 0.85);
}
.border-e-error\/90{
  border-inline-end-color: rgb(255 0 0 / 0.9);
}
.border-e-error\/95{
  border-inline-end-color: rgb(255 0 0 / 0.95);
}
.border-e-gray-100{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-e-gray-100\/0{
  border-inline-end-color: rgb(243 244 246 / 0);
}
.border-e-gray-100\/10{
  border-inline-end-color: rgb(243 244 246 / 0.1);
}
.border-e-gray-100\/100{
  border-inline-end-color: rgb(243 244 246 / 1);
}
.border-e-gray-100\/15{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}
.border-e-gray-100\/20{
  border-inline-end-color: rgb(243 244 246 / 0.2);
}
.border-e-gray-100\/25{
  border-inline-end-color: rgb(243 244 246 / 0.25);
}
.border-e-gray-100\/30{
  border-inline-end-color: rgb(243 244 246 / 0.3);
}
.border-e-gray-100\/35{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}
.border-e-gray-100\/40{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.border-e-gray-100\/45{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}
.border-e-gray-100\/5{
  border-inline-end-color: rgb(243 244 246 / 0.05);
}
.border-e-gray-100\/50{
  border-inline-end-color: rgb(243 244 246 / 0.5);
}
.border-e-gray-100\/55{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}
.border-e-gray-100\/60{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.border-e-gray-100\/65{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}
.border-e-gray-100\/70{
  border-inline-end-color: rgb(243 244 246 / 0.7);
}
.border-e-gray-100\/75{
  border-inline-end-color: rgb(243 244 246 / 0.75);
}
.border-e-gray-100\/80{
  border-inline-end-color: rgb(243 244 246 / 0.8);
}
.border-e-gray-100\/85{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}
.border-e-gray-100\/90{
  border-inline-end-color: rgb(243 244 246 / 0.9);
}
.border-e-gray-100\/95{
  border-inline-end-color: rgb(243 244 246 / 0.95);
}
.border-e-gray-200{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-e-gray-200\/0{
  border-inline-end-color: rgb(229 231 235 / 0);
}
.border-e-gray-200\/10{
  border-inline-end-color: rgb(229 231 235 / 0.1);
}
.border-e-gray-200\/100{
  border-inline-end-color: rgb(229 231 235 / 1);
}
.border-e-gray-200\/15{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}
.border-e-gray-200\/20{
  border-inline-end-color: rgb(229 231 235 / 0.2);
}
.border-e-gray-200\/25{
  border-inline-end-color: rgb(229 231 235 / 0.25);
}
.border-e-gray-200\/30{
  border-inline-end-color: rgb(229 231 235 / 0.3);
}
.border-e-gray-200\/35{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}
.border-e-gray-200\/40{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.border-e-gray-200\/45{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}
.border-e-gray-200\/5{
  border-inline-end-color: rgb(229 231 235 / 0.05);
}
.border-e-gray-200\/50{
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.border-e-gray-200\/55{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}
.border-e-gray-200\/60{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.border-e-gray-200\/65{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}
.border-e-gray-200\/70{
  border-inline-end-color: rgb(229 231 235 / 0.7);
}
.border-e-gray-200\/75{
  border-inline-end-color: rgb(229 231 235 / 0.75);
}
.border-e-gray-200\/80{
  border-inline-end-color: rgb(229 231 235 / 0.8);
}
.border-e-gray-200\/85{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}
.border-e-gray-200\/90{
  border-inline-end-color: rgb(229 231 235 / 0.9);
}
.border-e-gray-200\/95{
  border-inline-end-color: rgb(229 231 235 / 0.95);
}
.border-e-gray-300{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-e-gray-300\/0{
  border-inline-end-color: rgb(209 213 219 / 0);
}
.border-e-gray-300\/10{
  border-inline-end-color: rgb(209 213 219 / 0.1);
}
.border-e-gray-300\/100{
  border-inline-end-color: rgb(209 213 219 / 1);
}
.border-e-gray-300\/15{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}
.border-e-gray-300\/20{
  border-inline-end-color: rgb(209 213 219 / 0.2);
}
.border-e-gray-300\/25{
  border-inline-end-color: rgb(209 213 219 / 0.25);
}
.border-e-gray-300\/30{
  border-inline-end-color: rgb(209 213 219 / 0.3);
}
.border-e-gray-300\/35{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}
.border-e-gray-300\/40{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.border-e-gray-300\/45{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}
.border-e-gray-300\/5{
  border-inline-end-color: rgb(209 213 219 / 0.05);
}
.border-e-gray-300\/50{
  border-inline-end-color: rgb(209 213 219 / 0.5);
}
.border-e-gray-300\/55{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}
.border-e-gray-300\/60{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.border-e-gray-300\/65{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}
.border-e-gray-300\/70{
  border-inline-end-color: rgb(209 213 219 / 0.7);
}
.border-e-gray-300\/75{
  border-inline-end-color: rgb(209 213 219 / 0.75);
}
.border-e-gray-300\/80{
  border-inline-end-color: rgb(209 213 219 / 0.8);
}
.border-e-gray-300\/85{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}
.border-e-gray-300\/90{
  border-inline-end-color: rgb(209 213 219 / 0.9);
}
.border-e-gray-300\/95{
  border-inline-end-color: rgb(209 213 219 / 0.95);
}
.border-e-gray-400{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-e-gray-400\/0{
  border-inline-end-color: rgb(156 163 175 / 0);
}
.border-e-gray-400\/10{
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.border-e-gray-400\/100{
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-gray-400\/15{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}
.border-e-gray-400\/20{
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.border-e-gray-400\/25{
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.border-e-gray-400\/30{
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.border-e-gray-400\/35{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}
.border-e-gray-400\/40{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-gray-400\/45{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}
.border-e-gray-400\/5{
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.border-e-gray-400\/50{
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-gray-400\/55{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}
.border-e-gray-400\/60{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-gray-400\/65{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}
.border-e-gray-400\/70{
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.border-e-gray-400\/75{
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.border-e-gray-400\/80{
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.border-e-gray-400\/85{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}
.border-e-gray-400\/90{
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.border-e-gray-400\/95{
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.border-e-gray-50{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-e-gray-50\/0{
  border-inline-end-color: rgb(249 250 251 / 0);
}
.border-e-gray-50\/10{
  border-inline-end-color: rgb(249 250 251 / 0.1);
}
.border-e-gray-50\/100{
  border-inline-end-color: rgb(249 250 251 / 1);
}
.border-e-gray-50\/15{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}
.border-e-gray-50\/20{
  border-inline-end-color: rgb(249 250 251 / 0.2);
}
.border-e-gray-50\/25{
  border-inline-end-color: rgb(249 250 251 / 0.25);
}
.border-e-gray-50\/30{
  border-inline-end-color: rgb(249 250 251 / 0.3);
}
.border-e-gray-50\/35{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}
.border-e-gray-50\/40{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.border-e-gray-50\/45{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}
.border-e-gray-50\/5{
  border-inline-end-color: rgb(249 250 251 / 0.05);
}
.border-e-gray-50\/50{
  border-inline-end-color: rgb(249 250 251 / 0.5);
}
.border-e-gray-50\/55{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}
.border-e-gray-50\/60{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.border-e-gray-50\/65{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}
.border-e-gray-50\/70{
  border-inline-end-color: rgb(249 250 251 / 0.7);
}
.border-e-gray-50\/75{
  border-inline-end-color: rgb(249 250 251 / 0.75);
}
.border-e-gray-50\/80{
  border-inline-end-color: rgb(249 250 251 / 0.8);
}
.border-e-gray-50\/85{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}
.border-e-gray-50\/90{
  border-inline-end-color: rgb(249 250 251 / 0.9);
}
.border-e-gray-50\/95{
  border-inline-end-color: rgb(249 250 251 / 0.95);
}
.border-e-gray-500{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-e-gray-500\/0{
  border-inline-end-color: rgb(107 114 128 / 0);
}
.border-e-gray-500\/10{
  border-inline-end-color: rgb(107 114 128 / 0.1);
}
.border-e-gray-500\/100{
  border-inline-end-color: rgb(107 114 128 / 1);
}
.border-e-gray-500\/15{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}
.border-e-gray-500\/20{
  border-inline-end-color: rgb(107 114 128 / 0.2);
}
.border-e-gray-500\/25{
  border-inline-end-color: rgb(107 114 128 / 0.25);
}
.border-e-gray-500\/30{
  border-inline-end-color: rgb(107 114 128 / 0.3);
}
.border-e-gray-500\/35{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}
.border-e-gray-500\/40{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.border-e-gray-500\/45{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}
.border-e-gray-500\/5{
  border-inline-end-color: rgb(107 114 128 / 0.05);
}
.border-e-gray-500\/50{
  border-inline-end-color: rgb(107 114 128 / 0.5);
}
.border-e-gray-500\/55{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}
.border-e-gray-500\/60{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.border-e-gray-500\/65{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}
.border-e-gray-500\/70{
  border-inline-end-color: rgb(107 114 128 / 0.7);
}
.border-e-gray-500\/75{
  border-inline-end-color: rgb(107 114 128 / 0.75);
}
.border-e-gray-500\/80{
  border-inline-end-color: rgb(107 114 128 / 0.8);
}
.border-e-gray-500\/85{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}
.border-e-gray-500\/90{
  border-inline-end-color: rgb(107 114 128 / 0.9);
}
.border-e-gray-500\/95{
  border-inline-end-color: rgb(107 114 128 / 0.95);
}
.border-e-gray-600{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-e-gray-600\/0{
  border-inline-end-color: rgb(75 85 99 / 0);
}
.border-e-gray-600\/10{
  border-inline-end-color: rgb(75 85 99 / 0.1);
}
.border-e-gray-600\/100{
  border-inline-end-color: rgb(75 85 99 / 1);
}
.border-e-gray-600\/15{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}
.border-e-gray-600\/20{
  border-inline-end-color: rgb(75 85 99 / 0.2);
}
.border-e-gray-600\/25{
  border-inline-end-color: rgb(75 85 99 / 0.25);
}
.border-e-gray-600\/30{
  border-inline-end-color: rgb(75 85 99 / 0.3);
}
.border-e-gray-600\/35{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}
.border-e-gray-600\/40{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.border-e-gray-600\/45{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}
.border-e-gray-600\/5{
  border-inline-end-color: rgb(75 85 99 / 0.05);
}
.border-e-gray-600\/50{
  border-inline-end-color: rgb(75 85 99 / 0.5);
}
.border-e-gray-600\/55{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}
.border-e-gray-600\/60{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.border-e-gray-600\/65{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}
.border-e-gray-600\/70{
  border-inline-end-color: rgb(75 85 99 / 0.7);
}
.border-e-gray-600\/75{
  border-inline-end-color: rgb(75 85 99 / 0.75);
}
.border-e-gray-600\/80{
  border-inline-end-color: rgb(75 85 99 / 0.8);
}
.border-e-gray-600\/85{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}
.border-e-gray-600\/90{
  border-inline-end-color: rgb(75 85 99 / 0.9);
}
.border-e-gray-600\/95{
  border-inline-end-color: rgb(75 85 99 / 0.95);
}
.border-e-gray-700{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-e-gray-700\/0{
  border-inline-end-color: rgb(55 65 81 / 0);
}
.border-e-gray-700\/10{
  border-inline-end-color: rgb(55 65 81 / 0.1);
}
.border-e-gray-700\/100{
  border-inline-end-color: rgb(55 65 81 / 1);
}
.border-e-gray-700\/15{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}
.border-e-gray-700\/20{
  border-inline-end-color: rgb(55 65 81 / 0.2);
}
.border-e-gray-700\/25{
  border-inline-end-color: rgb(55 65 81 / 0.25);
}
.border-e-gray-700\/30{
  border-inline-end-color: rgb(55 65 81 / 0.3);
}
.border-e-gray-700\/35{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}
.border-e-gray-700\/40{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.border-e-gray-700\/45{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}
.border-e-gray-700\/5{
  border-inline-end-color: rgb(55 65 81 / 0.05);
}
.border-e-gray-700\/50{
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.border-e-gray-700\/55{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}
.border-e-gray-700\/60{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.border-e-gray-700\/65{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}
.border-e-gray-700\/70{
  border-inline-end-color: rgb(55 65 81 / 0.7);
}
.border-e-gray-700\/75{
  border-inline-end-color: rgb(55 65 81 / 0.75);
}
.border-e-gray-700\/80{
  border-inline-end-color: rgb(55 65 81 / 0.8);
}
.border-e-gray-700\/85{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}
.border-e-gray-700\/90{
  border-inline-end-color: rgb(55 65 81 / 0.9);
}
.border-e-gray-700\/95{
  border-inline-end-color: rgb(55 65 81 / 0.95);
}
.border-e-gray-800{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-e-gray-800\/0{
  border-inline-end-color: rgb(31 41 55 / 0);
}
.border-e-gray-800\/10{
  border-inline-end-color: rgb(31 41 55 / 0.1);
}
.border-e-gray-800\/100{
  border-inline-end-color: rgb(31 41 55 / 1);
}
.border-e-gray-800\/15{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}
.border-e-gray-800\/20{
  border-inline-end-color: rgb(31 41 55 / 0.2);
}
.border-e-gray-800\/25{
  border-inline-end-color: rgb(31 41 55 / 0.25);
}
.border-e-gray-800\/30{
  border-inline-end-color: rgb(31 41 55 / 0.3);
}
.border-e-gray-800\/35{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}
.border-e-gray-800\/40{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.border-e-gray-800\/45{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}
.border-e-gray-800\/5{
  border-inline-end-color: rgb(31 41 55 / 0.05);
}
.border-e-gray-800\/50{
  border-inline-end-color: rgb(31 41 55 / 0.5);
}
.border-e-gray-800\/55{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}
.border-e-gray-800\/60{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.border-e-gray-800\/65{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}
.border-e-gray-800\/70{
  border-inline-end-color: rgb(31 41 55 / 0.7);
}
.border-e-gray-800\/75{
  border-inline-end-color: rgb(31 41 55 / 0.75);
}
.border-e-gray-800\/80{
  border-inline-end-color: rgb(31 41 55 / 0.8);
}
.border-e-gray-800\/85{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}
.border-e-gray-800\/90{
  border-inline-end-color: rgb(31 41 55 / 0.9);
}
.border-e-gray-800\/95{
  border-inline-end-color: rgb(31 41 55 / 0.95);
}
.border-e-gray-900{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-e-gray-900\/0{
  border-inline-end-color: rgb(17 24 39 / 0);
}
.border-e-gray-900\/10{
  border-inline-end-color: rgb(17 24 39 / 0.1);
}
.border-e-gray-900\/100{
  border-inline-end-color: rgb(17 24 39 / 1);
}
.border-e-gray-900\/15{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}
.border-e-gray-900\/20{
  border-inline-end-color: rgb(17 24 39 / 0.2);
}
.border-e-gray-900\/25{
  border-inline-end-color: rgb(17 24 39 / 0.25);
}
.border-e-gray-900\/30{
  border-inline-end-color: rgb(17 24 39 / 0.3);
}
.border-e-gray-900\/35{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}
.border-e-gray-900\/40{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.border-e-gray-900\/45{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}
.border-e-gray-900\/5{
  border-inline-end-color: rgb(17 24 39 / 0.05);
}
.border-e-gray-900\/50{
  border-inline-end-color: rgb(17 24 39 / 0.5);
}
.border-e-gray-900\/55{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}
.border-e-gray-900\/60{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.border-e-gray-900\/65{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}
.border-e-gray-900\/70{
  border-inline-end-color: rgb(17 24 39 / 0.7);
}
.border-e-gray-900\/75{
  border-inline-end-color: rgb(17 24 39 / 0.75);
}
.border-e-gray-900\/80{
  border-inline-end-color: rgb(17 24 39 / 0.8);
}
.border-e-gray-900\/85{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}
.border-e-gray-900\/90{
  border-inline-end-color: rgb(17 24 39 / 0.9);
}
.border-e-gray-900\/95{
  border-inline-end-color: rgb(17 24 39 / 0.95);
}
.border-e-gray-950{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-e-gray-950\/0{
  border-inline-end-color: rgb(3 7 18 / 0);
}
.border-e-gray-950\/10{
  border-inline-end-color: rgb(3 7 18 / 0.1);
}
.border-e-gray-950\/100{
  border-inline-end-color: rgb(3 7 18 / 1);
}
.border-e-gray-950\/15{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}
.border-e-gray-950\/20{
  border-inline-end-color: rgb(3 7 18 / 0.2);
}
.border-e-gray-950\/25{
  border-inline-end-color: rgb(3 7 18 / 0.25);
}
.border-e-gray-950\/30{
  border-inline-end-color: rgb(3 7 18 / 0.3);
}
.border-e-gray-950\/35{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}
.border-e-gray-950\/40{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.border-e-gray-950\/45{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}
.border-e-gray-950\/5{
  border-inline-end-color: rgb(3 7 18 / 0.05);
}
.border-e-gray-950\/50{
  border-inline-end-color: rgb(3 7 18 / 0.5);
}
.border-e-gray-950\/55{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}
.border-e-gray-950\/60{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.border-e-gray-950\/65{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}
.border-e-gray-950\/70{
  border-inline-end-color: rgb(3 7 18 / 0.7);
}
.border-e-gray-950\/75{
  border-inline-end-color: rgb(3 7 18 / 0.75);
}
.border-e-gray-950\/80{
  border-inline-end-color: rgb(3 7 18 / 0.8);
}
.border-e-gray-950\/85{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}
.border-e-gray-950\/90{
  border-inline-end-color: rgb(3 7 18 / 0.9);
}
.border-e-gray-950\/95{
  border-inline-end-color: rgb(3 7 18 / 0.95);
}
.border-e-inherit{
  border-inline-end-color: inherit;
}
.border-e-primary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-e-primary-dark{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-e-primary-dark\/0{
  border-inline-end-color: rgb(26 88 121 / 0);
}
.border-e-primary-dark\/10{
  border-inline-end-color: rgb(26 88 121 / 0.1);
}
.border-e-primary-dark\/100{
  border-inline-end-color: rgb(26 88 121 / 1);
}
.border-e-primary-dark\/15{
  border-inline-end-color: rgb(26 88 121 / 0.15);
}
.border-e-primary-dark\/20{
  border-inline-end-color: rgb(26 88 121 / 0.2);
}
.border-e-primary-dark\/25{
  border-inline-end-color: rgb(26 88 121 / 0.25);
}
.border-e-primary-dark\/30{
  border-inline-end-color: rgb(26 88 121 / 0.3);
}
.border-e-primary-dark\/35{
  border-inline-end-color: rgb(26 88 121 / 0.35);
}
.border-e-primary-dark\/40{
  border-inline-end-color: rgb(26 88 121 / 0.4);
}
.border-e-primary-dark\/45{
  border-inline-end-color: rgb(26 88 121 / 0.45);
}
.border-e-primary-dark\/5{
  border-inline-end-color: rgb(26 88 121 / 0.05);
}
.border-e-primary-dark\/50{
  border-inline-end-color: rgb(26 88 121 / 0.5);
}
.border-e-primary-dark\/55{
  border-inline-end-color: rgb(26 88 121 / 0.55);
}
.border-e-primary-dark\/60{
  border-inline-end-color: rgb(26 88 121 / 0.6);
}
.border-e-primary-dark\/65{
  border-inline-end-color: rgb(26 88 121 / 0.65);
}
.border-e-primary-dark\/70{
  border-inline-end-color: rgb(26 88 121 / 0.7);
}
.border-e-primary-dark\/75{
  border-inline-end-color: rgb(26 88 121 / 0.75);
}
.border-e-primary-dark\/80{
  border-inline-end-color: rgb(26 88 121 / 0.8);
}
.border-e-primary-dark\/85{
  border-inline-end-color: rgb(26 88 121 / 0.85);
}
.border-e-primary-dark\/90{
  border-inline-end-color: rgb(26 88 121 / 0.9);
}
.border-e-primary-dark\/95{
  border-inline-end-color: rgb(26 88 121 / 0.95);
}
.border-e-primary-light{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-e-primary-light\/0{
  border-inline-end-color: rgb(85 154 193 / 0);
}
.border-e-primary-light\/10{
  border-inline-end-color: rgb(85 154 193 / 0.1);
}
.border-e-primary-light\/100{
  border-inline-end-color: rgb(85 154 193 / 1);
}
.border-e-primary-light\/15{
  border-inline-end-color: rgb(85 154 193 / 0.15);
}
.border-e-primary-light\/20{
  border-inline-end-color: rgb(85 154 193 / 0.2);
}
.border-e-primary-light\/25{
  border-inline-end-color: rgb(85 154 193 / 0.25);
}
.border-e-primary-light\/30{
  border-inline-end-color: rgb(85 154 193 / 0.3);
}
.border-e-primary-light\/35{
  border-inline-end-color: rgb(85 154 193 / 0.35);
}
.border-e-primary-light\/40{
  border-inline-end-color: rgb(85 154 193 / 0.4);
}
.border-e-primary-light\/45{
  border-inline-end-color: rgb(85 154 193 / 0.45);
}
.border-e-primary-light\/5{
  border-inline-end-color: rgb(85 154 193 / 0.05);
}
.border-e-primary-light\/50{
  border-inline-end-color: rgb(85 154 193 / 0.5);
}
.border-e-primary-light\/55{
  border-inline-end-color: rgb(85 154 193 / 0.55);
}
.border-e-primary-light\/60{
  border-inline-end-color: rgb(85 154 193 / 0.6);
}
.border-e-primary-light\/65{
  border-inline-end-color: rgb(85 154 193 / 0.65);
}
.border-e-primary-light\/70{
  border-inline-end-color: rgb(85 154 193 / 0.7);
}
.border-e-primary-light\/75{
  border-inline-end-color: rgb(85 154 193 / 0.75);
}
.border-e-primary-light\/80{
  border-inline-end-color: rgb(85 154 193 / 0.8);
}
.border-e-primary-light\/85{
  border-inline-end-color: rgb(85 154 193 / 0.85);
}
.border-e-primary-light\/90{
  border-inline-end-color: rgb(85 154 193 / 0.9);
}
.border-e-primary-light\/95{
  border-inline-end-color: rgb(85 154 193 / 0.95);
}
.border-e-primary-lighter{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-e-primary-lighter\/0{
  border-inline-end-color: rgb(115 177 212 / 0);
}
.border-e-primary-lighter\/10{
  border-inline-end-color: rgb(115 177 212 / 0.1);
}
.border-e-primary-lighter\/100{
  border-inline-end-color: rgb(115 177 212 / 1);
}
.border-e-primary-lighter\/15{
  border-inline-end-color: rgb(115 177 212 / 0.15);
}
.border-e-primary-lighter\/20{
  border-inline-end-color: rgb(115 177 212 / 0.2);
}
.border-e-primary-lighter\/25{
  border-inline-end-color: rgb(115 177 212 / 0.25);
}
.border-e-primary-lighter\/30{
  border-inline-end-color: rgb(115 177 212 / 0.3);
}
.border-e-primary-lighter\/35{
  border-inline-end-color: rgb(115 177 212 / 0.35);
}
.border-e-primary-lighter\/40{
  border-inline-end-color: rgb(115 177 212 / 0.4);
}
.border-e-primary-lighter\/45{
  border-inline-end-color: rgb(115 177 212 / 0.45);
}
.border-e-primary-lighter\/5{
  border-inline-end-color: rgb(115 177 212 / 0.05);
}
.border-e-primary-lighter\/50{
  border-inline-end-color: rgb(115 177 212 / 0.5);
}
.border-e-primary-lighter\/55{
  border-inline-end-color: rgb(115 177 212 / 0.55);
}
.border-e-primary-lighter\/60{
  border-inline-end-color: rgb(115 177 212 / 0.6);
}
.border-e-primary-lighter\/65{
  border-inline-end-color: rgb(115 177 212 / 0.65);
}
.border-e-primary-lighter\/70{
  border-inline-end-color: rgb(115 177 212 / 0.7);
}
.border-e-primary-lighter\/75{
  border-inline-end-color: rgb(115 177 212 / 0.75);
}
.border-e-primary-lighter\/80{
  border-inline-end-color: rgb(115 177 212 / 0.8);
}
.border-e-primary-lighter\/85{
  border-inline-end-color: rgb(115 177 212 / 0.85);
}
.border-e-primary-lighter\/90{
  border-inline-end-color: rgb(115 177 212 / 0.9);
}
.border-e-primary-lighter\/95{
  border-inline-end-color: rgb(115 177 212 / 0.95);
}
.border-e-primary\/0{
  border-inline-end-color: rgb(52 114 147 / 0);
}
.border-e-primary\/10{
  border-inline-end-color: rgb(52 114 147 / 0.1);
}
.border-e-primary\/100{
  border-inline-end-color: rgb(52 114 147 / 1);
}
.border-e-primary\/15{
  border-inline-end-color: rgb(52 114 147 / 0.15);
}
.border-e-primary\/20{
  border-inline-end-color: rgb(52 114 147 / 0.2);
}
.border-e-primary\/25{
  border-inline-end-color: rgb(52 114 147 / 0.25);
}
.border-e-primary\/30{
  border-inline-end-color: rgb(52 114 147 / 0.3);
}
.border-e-primary\/35{
  border-inline-end-color: rgb(52 114 147 / 0.35);
}
.border-e-primary\/40{
  border-inline-end-color: rgb(52 114 147 / 0.4);
}
.border-e-primary\/45{
  border-inline-end-color: rgb(52 114 147 / 0.45);
}
.border-e-primary\/5{
  border-inline-end-color: rgb(52 114 147 / 0.05);
}
.border-e-primary\/50{
  border-inline-end-color: rgb(52 114 147 / 0.5);
}
.border-e-primary\/55{
  border-inline-end-color: rgb(52 114 147 / 0.55);
}
.border-e-primary\/60{
  border-inline-end-color: rgb(52 114 147 / 0.6);
}
.border-e-primary\/65{
  border-inline-end-color: rgb(52 114 147 / 0.65);
}
.border-e-primary\/70{
  border-inline-end-color: rgb(52 114 147 / 0.7);
}
.border-e-primary\/75{
  border-inline-end-color: rgb(52 114 147 / 0.75);
}
.border-e-primary\/80{
  border-inline-end-color: rgb(52 114 147 / 0.8);
}
.border-e-primary\/85{
  border-inline-end-color: rgb(52 114 147 / 0.85);
}
.border-e-primary\/90{
  border-inline-end-color: rgb(52 114 147 / 0.9);
}
.border-e-primary\/95{
  border-inline-end-color: rgb(52 114 147 / 0.95);
}
.border-e-secondary{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-e-secondary-dark{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-e-secondary-dark\/0{
  border-inline-end-color: rgb(226 207 188 / 0);
}
.border-e-secondary-dark\/10{
  border-inline-end-color: rgb(226 207 188 / 0.1);
}
.border-e-secondary-dark\/100{
  border-inline-end-color: rgb(226 207 188 / 1);
}
.border-e-secondary-dark\/15{
  border-inline-end-color: rgb(226 207 188 / 0.15);
}
.border-e-secondary-dark\/20{
  border-inline-end-color: rgb(226 207 188 / 0.2);
}
.border-e-secondary-dark\/25{
  border-inline-end-color: rgb(226 207 188 / 0.25);
}
.border-e-secondary-dark\/30{
  border-inline-end-color: rgb(226 207 188 / 0.3);
}
.border-e-secondary-dark\/35{
  border-inline-end-color: rgb(226 207 188 / 0.35);
}
.border-e-secondary-dark\/40{
  border-inline-end-color: rgb(226 207 188 / 0.4);
}
.border-e-secondary-dark\/45{
  border-inline-end-color: rgb(226 207 188 / 0.45);
}
.border-e-secondary-dark\/5{
  border-inline-end-color: rgb(226 207 188 / 0.05);
}
.border-e-secondary-dark\/50{
  border-inline-end-color: rgb(226 207 188 / 0.5);
}
.border-e-secondary-dark\/55{
  border-inline-end-color: rgb(226 207 188 / 0.55);
}
.border-e-secondary-dark\/60{
  border-inline-end-color: rgb(226 207 188 / 0.6);
}
.border-e-secondary-dark\/65{
  border-inline-end-color: rgb(226 207 188 / 0.65);
}
.border-e-secondary-dark\/70{
  border-inline-end-color: rgb(226 207 188 / 0.7);
}
.border-e-secondary-dark\/75{
  border-inline-end-color: rgb(226 207 188 / 0.75);
}
.border-e-secondary-dark\/80{
  border-inline-end-color: rgb(226 207 188 / 0.8);
}
.border-e-secondary-dark\/85{
  border-inline-end-color: rgb(226 207 188 / 0.85);
}
.border-e-secondary-dark\/90{
  border-inline-end-color: rgb(226 207 188 / 0.9);
}
.border-e-secondary-dark\/95{
  border-inline-end-color: rgb(226 207 188 / 0.95);
}
.border-e-secondary-light{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-e-secondary-light\/0{
  border-inline-end-color: rgb(254 250 247 / 0);
}
.border-e-secondary-light\/10{
  border-inline-end-color: rgb(254 250 247 / 0.1);
}
.border-e-secondary-light\/100{
  border-inline-end-color: rgb(254 250 247 / 1);
}
.border-e-secondary-light\/15{
  border-inline-end-color: rgb(254 250 247 / 0.15);
}
.border-e-secondary-light\/20{
  border-inline-end-color: rgb(254 250 247 / 0.2);
}
.border-e-secondary-light\/25{
  border-inline-end-color: rgb(254 250 247 / 0.25);
}
.border-e-secondary-light\/30{
  border-inline-end-color: rgb(254 250 247 / 0.3);
}
.border-e-secondary-light\/35{
  border-inline-end-color: rgb(254 250 247 / 0.35);
}
.border-e-secondary-light\/40{
  border-inline-end-color: rgb(254 250 247 / 0.4);
}
.border-e-secondary-light\/45{
  border-inline-end-color: rgb(254 250 247 / 0.45);
}
.border-e-secondary-light\/5{
  border-inline-end-color: rgb(254 250 247 / 0.05);
}
.border-e-secondary-light\/50{
  border-inline-end-color: rgb(254 250 247 / 0.5);
}
.border-e-secondary-light\/55{
  border-inline-end-color: rgb(254 250 247 / 0.55);
}
.border-e-secondary-light\/60{
  border-inline-end-color: rgb(254 250 247 / 0.6);
}
.border-e-secondary-light\/65{
  border-inline-end-color: rgb(254 250 247 / 0.65);
}
.border-e-secondary-light\/70{
  border-inline-end-color: rgb(254 250 247 / 0.7);
}
.border-e-secondary-light\/75{
  border-inline-end-color: rgb(254 250 247 / 0.75);
}
.border-e-secondary-light\/80{
  border-inline-end-color: rgb(254 250 247 / 0.8);
}
.border-e-secondary-light\/85{
  border-inline-end-color: rgb(254 250 247 / 0.85);
}
.border-e-secondary-light\/90{
  border-inline-end-color: rgb(254 250 247 / 0.9);
}
.border-e-secondary-light\/95{
  border-inline-end-color: rgb(254 250 247 / 0.95);
}
.border-e-secondary\/0{
  border-inline-end-color: rgb(243 234 225 / 0);
}
.border-e-secondary\/10{
  border-inline-end-color: rgb(243 234 225 / 0.1);
}
.border-e-secondary\/100{
  border-inline-end-color: rgb(243 234 225 / 1);
}
.border-e-secondary\/15{
  border-inline-end-color: rgb(243 234 225 / 0.15);
}
.border-e-secondary\/20{
  border-inline-end-color: rgb(243 234 225 / 0.2);
}
.border-e-secondary\/25{
  border-inline-end-color: rgb(243 234 225 / 0.25);
}
.border-e-secondary\/30{
  border-inline-end-color: rgb(243 234 225 / 0.3);
}
.border-e-secondary\/35{
  border-inline-end-color: rgb(243 234 225 / 0.35);
}
.border-e-secondary\/40{
  border-inline-end-color: rgb(243 234 225 / 0.4);
}
.border-e-secondary\/45{
  border-inline-end-color: rgb(243 234 225 / 0.45);
}
.border-e-secondary\/5{
  border-inline-end-color: rgb(243 234 225 / 0.05);
}
.border-e-secondary\/50{
  border-inline-end-color: rgb(243 234 225 / 0.5);
}
.border-e-secondary\/55{
  border-inline-end-color: rgb(243 234 225 / 0.55);
}
.border-e-secondary\/60{
  border-inline-end-color: rgb(243 234 225 / 0.6);
}
.border-e-secondary\/65{
  border-inline-end-color: rgb(243 234 225 / 0.65);
}
.border-e-secondary\/70{
  border-inline-end-color: rgb(243 234 225 / 0.7);
}
.border-e-secondary\/75{
  border-inline-end-color: rgb(243 234 225 / 0.75);
}
.border-e-secondary\/80{
  border-inline-end-color: rgb(243 234 225 / 0.8);
}
.border-e-secondary\/85{
  border-inline-end-color: rgb(243 234 225 / 0.85);
}
.border-e-secondary\/90{
  border-inline-end-color: rgb(243 234 225 / 0.9);
}
.border-e-secondary\/95{
  border-inline-end-color: rgb(243 234 225 / 0.95);
}
.border-e-transparent{
  border-inline-end-color: transparent;
}
.border-e-transparent\/0{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.border-e-transparent\/10{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.border-e-transparent\/100{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.border-e-transparent\/15{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.border-e-transparent\/20{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.border-e-transparent\/25{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.border-e-transparent\/30{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.border-e-transparent\/35{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.border-e-transparent\/40{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.border-e-transparent\/45{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.border-e-transparent\/5{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.border-e-transparent\/50{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.border-e-transparent\/55{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.border-e-transparent\/60{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.border-e-transparent\/65{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.border-e-transparent\/70{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.border-e-transparent\/75{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.border-e-transparent\/80{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.border-e-transparent\/85{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.border-e-transparent\/90{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.border-e-transparent\/95{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.border-e-white{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-e-white\/0{
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-white\/10{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-white\/100{
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-white\/15{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.border-e-white\/20{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-white\/25{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-white\/30{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-white\/35{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.border-e-white\/40{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-white\/45{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.border-e-white\/5{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-white\/50{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-white\/55{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.border-e-white\/60{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-white\/65{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.border-e-white\/70{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-white\/75{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-white\/80{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-white\/85{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.border-e-white\/90{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-white\/95{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-l-accent{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-l-accent-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-l-accent-dark\/0{
  border-left-color: rgb(225 114 45 / 0);
}
.border-l-accent-dark\/10{
  border-left-color: rgb(225 114 45 / 0.1);
}
.border-l-accent-dark\/100{
  border-left-color: rgb(225 114 45 / 1);
}
.border-l-accent-dark\/15{
  border-left-color: rgb(225 114 45 / 0.15);
}
.border-l-accent-dark\/20{
  border-left-color: rgb(225 114 45 / 0.2);
}
.border-l-accent-dark\/25{
  border-left-color: rgb(225 114 45 / 0.25);
}
.border-l-accent-dark\/30{
  border-left-color: rgb(225 114 45 / 0.3);
}
.border-l-accent-dark\/35{
  border-left-color: rgb(225 114 45 / 0.35);
}
.border-l-accent-dark\/40{
  border-left-color: rgb(225 114 45 / 0.4);
}
.border-l-accent-dark\/45{
  border-left-color: rgb(225 114 45 / 0.45);
}
.border-l-accent-dark\/5{
  border-left-color: rgb(225 114 45 / 0.05);
}
.border-l-accent-dark\/50{
  border-left-color: rgb(225 114 45 / 0.5);
}
.border-l-accent-dark\/55{
  border-left-color: rgb(225 114 45 / 0.55);
}
.border-l-accent-dark\/60{
  border-left-color: rgb(225 114 45 / 0.6);
}
.border-l-accent-dark\/65{
  border-left-color: rgb(225 114 45 / 0.65);
}
.border-l-accent-dark\/70{
  border-left-color: rgb(225 114 45 / 0.7);
}
.border-l-accent-dark\/75{
  border-left-color: rgb(225 114 45 / 0.75);
}
.border-l-accent-dark\/80{
  border-left-color: rgb(225 114 45 / 0.8);
}
.border-l-accent-dark\/85{
  border-left-color: rgb(225 114 45 / 0.85);
}
.border-l-accent-dark\/90{
  border-left-color: rgb(225 114 45 / 0.9);
}
.border-l-accent-dark\/95{
  border-left-color: rgb(225 114 45 / 0.95);
}
.border-l-accent-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-l-accent-light\/0{
  border-left-color: rgb(255 191 105 / 0);
}
.border-l-accent-light\/10{
  border-left-color: rgb(255 191 105 / 0.1);
}
.border-l-accent-light\/100{
  border-left-color: rgb(255 191 105 / 1);
}
.border-l-accent-light\/15{
  border-left-color: rgb(255 191 105 / 0.15);
}
.border-l-accent-light\/20{
  border-left-color: rgb(255 191 105 / 0.2);
}
.border-l-accent-light\/25{
  border-left-color: rgb(255 191 105 / 0.25);
}
.border-l-accent-light\/30{
  border-left-color: rgb(255 191 105 / 0.3);
}
.border-l-accent-light\/35{
  border-left-color: rgb(255 191 105 / 0.35);
}
.border-l-accent-light\/40{
  border-left-color: rgb(255 191 105 / 0.4);
}
.border-l-accent-light\/45{
  border-left-color: rgb(255 191 105 / 0.45);
}
.border-l-accent-light\/5{
  border-left-color: rgb(255 191 105 / 0.05);
}
.border-l-accent-light\/50{
  border-left-color: rgb(255 191 105 / 0.5);
}
.border-l-accent-light\/55{
  border-left-color: rgb(255 191 105 / 0.55);
}
.border-l-accent-light\/60{
  border-left-color: rgb(255 191 105 / 0.6);
}
.border-l-accent-light\/65{
  border-left-color: rgb(255 191 105 / 0.65);
}
.border-l-accent-light\/70{
  border-left-color: rgb(255 191 105 / 0.7);
}
.border-l-accent-light\/75{
  border-left-color: rgb(255 191 105 / 0.75);
}
.border-l-accent-light\/80{
  border-left-color: rgb(255 191 105 / 0.8);
}
.border-l-accent-light\/85{
  border-left-color: rgb(255 191 105 / 0.85);
}
.border-l-accent-light\/90{
  border-left-color: rgb(255 191 105 / 0.9);
}
.border-l-accent-light\/95{
  border-left-color: rgb(255 191 105 / 0.95);
}
.border-l-accent\/0{
  border-left-color: rgb(229 136 78 / 0);
}
.border-l-accent\/10{
  border-left-color: rgb(229 136 78 / 0.1);
}
.border-l-accent\/100{
  border-left-color: rgb(229 136 78 / 1);
}
.border-l-accent\/15{
  border-left-color: rgb(229 136 78 / 0.15);
}
.border-l-accent\/20{
  border-left-color: rgb(229 136 78 / 0.2);
}
.border-l-accent\/25{
  border-left-color: rgb(229 136 78 / 0.25);
}
.border-l-accent\/30{
  border-left-color: rgb(229 136 78 / 0.3);
}
.border-l-accent\/35{
  border-left-color: rgb(229 136 78 / 0.35);
}
.border-l-accent\/40{
  border-left-color: rgb(229 136 78 / 0.4);
}
.border-l-accent\/45{
  border-left-color: rgb(229 136 78 / 0.45);
}
.border-l-accent\/5{
  border-left-color: rgb(229 136 78 / 0.05);
}
.border-l-accent\/50{
  border-left-color: rgb(229 136 78 / 0.5);
}
.border-l-accent\/55{
  border-left-color: rgb(229 136 78 / 0.55);
}
.border-l-accent\/60{
  border-left-color: rgb(229 136 78 / 0.6);
}
.border-l-accent\/65{
  border-left-color: rgb(229 136 78 / 0.65);
}
.border-l-accent\/70{
  border-left-color: rgb(229 136 78 / 0.7);
}
.border-l-accent\/75{
  border-left-color: rgb(229 136 78 / 0.75);
}
.border-l-accent\/80{
  border-left-color: rgb(229 136 78 / 0.8);
}
.border-l-accent\/85{
  border-left-color: rgb(229 136 78 / 0.85);
}
.border-l-accent\/90{
  border-left-color: rgb(229 136 78 / 0.9);
}
.border-l-accent\/95{
  border-left-color: rgb(229 136 78 / 0.95);
}
.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-l-black\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-black\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-black\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-black\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-black\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-black\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-black\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-black\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-current{
  border-left-color: currentColor;
}
.border-l-error{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-l-error\/0{
  border-left-color: rgb(255 0 0 / 0);
}
.border-l-error\/10{
  border-left-color: rgb(255 0 0 / 0.1);
}
.border-l-error\/100{
  border-left-color: rgb(255 0 0 / 1);
}
.border-l-error\/15{
  border-left-color: rgb(255 0 0 / 0.15);
}
.border-l-error\/20{
  border-left-color: rgb(255 0 0 / 0.2);
}
.border-l-error\/25{
  border-left-color: rgb(255 0 0 / 0.25);
}
.border-l-error\/30{
  border-left-color: rgb(255 0 0 / 0.3);
}
.border-l-error\/35{
  border-left-color: rgb(255 0 0 / 0.35);
}
.border-l-error\/40{
  border-left-color: rgb(255 0 0 / 0.4);
}
.border-l-error\/45{
  border-left-color: rgb(255 0 0 / 0.45);
}
.border-l-error\/5{
  border-left-color: rgb(255 0 0 / 0.05);
}
.border-l-error\/50{
  border-left-color: rgb(255 0 0 / 0.5);
}
.border-l-error\/55{
  border-left-color: rgb(255 0 0 / 0.55);
}
.border-l-error\/60{
  border-left-color: rgb(255 0 0 / 0.6);
}
.border-l-error\/65{
  border-left-color: rgb(255 0 0 / 0.65);
}
.border-l-error\/70{
  border-left-color: rgb(255 0 0 / 0.7);
}
.border-l-error\/75{
  border-left-color: rgb(255 0 0 / 0.75);
}
.border-l-error\/80{
  border-left-color: rgb(255 0 0 / 0.8);
}
.border-l-error\/85{
  border-left-color: rgb(255 0 0 / 0.85);
}
.border-l-error\/90{
  border-left-color: rgb(255 0 0 / 0.9);
}
.border-l-error\/95{
  border-left-color: rgb(255 0 0 / 0.95);
}
.border-l-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-l-gray-100\/0{
  border-left-color: rgb(243 244 246 / 0);
}
.border-l-gray-100\/10{
  border-left-color: rgb(243 244 246 / 0.1);
}
.border-l-gray-100\/100{
  border-left-color: rgb(243 244 246 / 1);
}
.border-l-gray-100\/15{
  border-left-color: rgb(243 244 246 / 0.15);
}
.border-l-gray-100\/20{
  border-left-color: rgb(243 244 246 / 0.2);
}
.border-l-gray-100\/25{
  border-left-color: rgb(243 244 246 / 0.25);
}
.border-l-gray-100\/30{
  border-left-color: rgb(243 244 246 / 0.3);
}
.border-l-gray-100\/35{
  border-left-color: rgb(243 244 246 / 0.35);
}
.border-l-gray-100\/40{
  border-left-color: rgb(243 244 246 / 0.4);
}
.border-l-gray-100\/45{
  border-left-color: rgb(243 244 246 / 0.45);
}
.border-l-gray-100\/5{
  border-left-color: rgb(243 244 246 / 0.05);
}
.border-l-gray-100\/50{
  border-left-color: rgb(243 244 246 / 0.5);
}
.border-l-gray-100\/55{
  border-left-color: rgb(243 244 246 / 0.55);
}
.border-l-gray-100\/60{
  border-left-color: rgb(243 244 246 / 0.6);
}
.border-l-gray-100\/65{
  border-left-color: rgb(243 244 246 / 0.65);
}
.border-l-gray-100\/70{
  border-left-color: rgb(243 244 246 / 0.7);
}
.border-l-gray-100\/75{
  border-left-color: rgb(243 244 246 / 0.75);
}
.border-l-gray-100\/80{
  border-left-color: rgb(243 244 246 / 0.8);
}
.border-l-gray-100\/85{
  border-left-color: rgb(243 244 246 / 0.85);
}
.border-l-gray-100\/90{
  border-left-color: rgb(243 244 246 / 0.9);
}
.border-l-gray-100\/95{
  border-left-color: rgb(243 244 246 / 0.95);
}
.border-l-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-l-gray-200\/0{
  border-left-color: rgb(229 231 235 / 0);
}
.border-l-gray-200\/10{
  border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-gray-200\/100{
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-gray-200\/15{
  border-left-color: rgb(229 231 235 / 0.15);
}
.border-l-gray-200\/20{
  border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-gray-200\/25{
  border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-gray-200\/30{
  border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-gray-200\/35{
  border-left-color: rgb(229 231 235 / 0.35);
}
.border-l-gray-200\/40{
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-gray-200\/45{
  border-left-color: rgb(229 231 235 / 0.45);
}
.border-l-gray-200\/5{
  border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-gray-200\/50{
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-gray-200\/55{
  border-left-color: rgb(229 231 235 / 0.55);
}
.border-l-gray-200\/60{
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-gray-200\/65{
  border-left-color: rgb(229 231 235 / 0.65);
}
.border-l-gray-200\/70{
  border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-gray-200\/75{
  border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-gray-200\/80{
  border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-gray-200\/85{
  border-left-color: rgb(229 231 235 / 0.85);
}
.border-l-gray-200\/90{
  border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-gray-200\/95{
  border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-l-gray-300\/0{
  border-left-color: rgb(209 213 219 / 0);
}
.border-l-gray-300\/10{
  border-left-color: rgb(209 213 219 / 0.1);
}
.border-l-gray-300\/100{
  border-left-color: rgb(209 213 219 / 1);
}
.border-l-gray-300\/15{
  border-left-color: rgb(209 213 219 / 0.15);
}
.border-l-gray-300\/20{
  border-left-color: rgb(209 213 219 / 0.2);
}
.border-l-gray-300\/25{
  border-left-color: rgb(209 213 219 / 0.25);
}
.border-l-gray-300\/30{
  border-left-color: rgb(209 213 219 / 0.3);
}
.border-l-gray-300\/35{
  border-left-color: rgb(209 213 219 / 0.35);
}
.border-l-gray-300\/40{
  border-left-color: rgb(209 213 219 / 0.4);
}
.border-l-gray-300\/45{
  border-left-color: rgb(209 213 219 / 0.45);
}
.border-l-gray-300\/5{
  border-left-color: rgb(209 213 219 / 0.05);
}
.border-l-gray-300\/50{
  border-left-color: rgb(209 213 219 / 0.5);
}
.border-l-gray-300\/55{
  border-left-color: rgb(209 213 219 / 0.55);
}
.border-l-gray-300\/60{
  border-left-color: rgb(209 213 219 / 0.6);
}
.border-l-gray-300\/65{
  border-left-color: rgb(209 213 219 / 0.65);
}
.border-l-gray-300\/70{
  border-left-color: rgb(209 213 219 / 0.7);
}
.border-l-gray-300\/75{
  border-left-color: rgb(209 213 219 / 0.75);
}
.border-l-gray-300\/80{
  border-left-color: rgb(209 213 219 / 0.8);
}
.border-l-gray-300\/85{
  border-left-color: rgb(209 213 219 / 0.85);
}
.border-l-gray-300\/90{
  border-left-color: rgb(209 213 219 / 0.9);
}
.border-l-gray-300\/95{
  border-left-color: rgb(209 213 219 / 0.95);
}
.border-l-gray-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-l-gray-400\/0{
  border-left-color: rgb(156 163 175 / 0);
}
.border-l-gray-400\/10{
  border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-gray-400\/100{
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-gray-400\/15{
  border-left-color: rgb(156 163 175 / 0.15);
}
.border-l-gray-400\/20{
  border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-gray-400\/25{
  border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-gray-400\/30{
  border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-gray-400\/35{
  border-left-color: rgb(156 163 175 / 0.35);
}
.border-l-gray-400\/40{
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-gray-400\/45{
  border-left-color: rgb(156 163 175 / 0.45);
}
.border-l-gray-400\/5{
  border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-gray-400\/50{
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-gray-400\/55{
  border-left-color: rgb(156 163 175 / 0.55);
}
.border-l-gray-400\/60{
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-gray-400\/65{
  border-left-color: rgb(156 163 175 / 0.65);
}
.border-l-gray-400\/70{
  border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-gray-400\/75{
  border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-gray-400\/80{
  border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-gray-400\/85{
  border-left-color: rgb(156 163 175 / 0.85);
}
.border-l-gray-400\/90{
  border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-gray-400\/95{
  border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-gray-50{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-l-gray-50\/0{
  border-left-color: rgb(249 250 251 / 0);
}
.border-l-gray-50\/10{
  border-left-color: rgb(249 250 251 / 0.1);
}
.border-l-gray-50\/100{
  border-left-color: rgb(249 250 251 / 1);
}
.border-l-gray-50\/15{
  border-left-color: rgb(249 250 251 / 0.15);
}
.border-l-gray-50\/20{
  border-left-color: rgb(249 250 251 / 0.2);
}
.border-l-gray-50\/25{
  border-left-color: rgb(249 250 251 / 0.25);
}
.border-l-gray-50\/30{
  border-left-color: rgb(249 250 251 / 0.3);
}
.border-l-gray-50\/35{
  border-left-color: rgb(249 250 251 / 0.35);
}
.border-l-gray-50\/40{
  border-left-color: rgb(249 250 251 / 0.4);
}
.border-l-gray-50\/45{
  border-left-color: rgb(249 250 251 / 0.45);
}
.border-l-gray-50\/5{
  border-left-color: rgb(249 250 251 / 0.05);
}
.border-l-gray-50\/50{
  border-left-color: rgb(249 250 251 / 0.5);
}
.border-l-gray-50\/55{
  border-left-color: rgb(249 250 251 / 0.55);
}
.border-l-gray-50\/60{
  border-left-color: rgb(249 250 251 / 0.6);
}
.border-l-gray-50\/65{
  border-left-color: rgb(249 250 251 / 0.65);
}
.border-l-gray-50\/70{
  border-left-color: rgb(249 250 251 / 0.7);
}
.border-l-gray-50\/75{
  border-left-color: rgb(249 250 251 / 0.75);
}
.border-l-gray-50\/80{
  border-left-color: rgb(249 250 251 / 0.8);
}
.border-l-gray-50\/85{
  border-left-color: rgb(249 250 251 / 0.85);
}
.border-l-gray-50\/90{
  border-left-color: rgb(249 250 251 / 0.9);
}
.border-l-gray-50\/95{
  border-left-color: rgb(249 250 251 / 0.95);
}
.border-l-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-l-gray-500\/0{
  border-left-color: rgb(107 114 128 / 0);
}
.border-l-gray-500\/10{
  border-left-color: rgb(107 114 128 / 0.1);
}
.border-l-gray-500\/100{
  border-left-color: rgb(107 114 128 / 1);
}
.border-l-gray-500\/15{
  border-left-color: rgb(107 114 128 / 0.15);
}
.border-l-gray-500\/20{
  border-left-color: rgb(107 114 128 / 0.2);
}
.border-l-gray-500\/25{
  border-left-color: rgb(107 114 128 / 0.25);
}
.border-l-gray-500\/30{
  border-left-color: rgb(107 114 128 / 0.3);
}
.border-l-gray-500\/35{
  border-left-color: rgb(107 114 128 / 0.35);
}
.border-l-gray-500\/40{
  border-left-color: rgb(107 114 128 / 0.4);
}
.border-l-gray-500\/45{
  border-left-color: rgb(107 114 128 / 0.45);
}
.border-l-gray-500\/5{
  border-left-color: rgb(107 114 128 / 0.05);
}
.border-l-gray-500\/50{
  border-left-color: rgb(107 114 128 / 0.5);
}
.border-l-gray-500\/55{
  border-left-color: rgb(107 114 128 / 0.55);
}
.border-l-gray-500\/60{
  border-left-color: rgb(107 114 128 / 0.6);
}
.border-l-gray-500\/65{
  border-left-color: rgb(107 114 128 / 0.65);
}
.border-l-gray-500\/70{
  border-left-color: rgb(107 114 128 / 0.7);
}
.border-l-gray-500\/75{
  border-left-color: rgb(107 114 128 / 0.75);
}
.border-l-gray-500\/80{
  border-left-color: rgb(107 114 128 / 0.8);
}
.border-l-gray-500\/85{
  border-left-color: rgb(107 114 128 / 0.85);
}
.border-l-gray-500\/90{
  border-left-color: rgb(107 114 128 / 0.9);
}
.border-l-gray-500\/95{
  border-left-color: rgb(107 114 128 / 0.95);
}
.border-l-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-l-gray-600\/0{
  border-left-color: rgb(75 85 99 / 0);
}
.border-l-gray-600\/10{
  border-left-color: rgb(75 85 99 / 0.1);
}
.border-l-gray-600\/100{
  border-left-color: rgb(75 85 99 / 1);
}
.border-l-gray-600\/15{
  border-left-color: rgb(75 85 99 / 0.15);
}
.border-l-gray-600\/20{
  border-left-color: rgb(75 85 99 / 0.2);
}
.border-l-gray-600\/25{
  border-left-color: rgb(75 85 99 / 0.25);
}
.border-l-gray-600\/30{
  border-left-color: rgb(75 85 99 / 0.3);
}
.border-l-gray-600\/35{
  border-left-color: rgb(75 85 99 / 0.35);
}
.border-l-gray-600\/40{
  border-left-color: rgb(75 85 99 / 0.4);
}
.border-l-gray-600\/45{
  border-left-color: rgb(75 85 99 / 0.45);
}
.border-l-gray-600\/5{
  border-left-color: rgb(75 85 99 / 0.05);
}
.border-l-gray-600\/50{
  border-left-color: rgb(75 85 99 / 0.5);
}
.border-l-gray-600\/55{
  border-left-color: rgb(75 85 99 / 0.55);
}
.border-l-gray-600\/60{
  border-left-color: rgb(75 85 99 / 0.6);
}
.border-l-gray-600\/65{
  border-left-color: rgb(75 85 99 / 0.65);
}
.border-l-gray-600\/70{
  border-left-color: rgb(75 85 99 / 0.7);
}
.border-l-gray-600\/75{
  border-left-color: rgb(75 85 99 / 0.75);
}
.border-l-gray-600\/80{
  border-left-color: rgb(75 85 99 / 0.8);
}
.border-l-gray-600\/85{
  border-left-color: rgb(75 85 99 / 0.85);
}
.border-l-gray-600\/90{
  border-left-color: rgb(75 85 99 / 0.9);
}
.border-l-gray-600\/95{
  border-left-color: rgb(75 85 99 / 0.95);
}
.border-l-gray-700{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-l-gray-700\/0{
  border-left-color: rgb(55 65 81 / 0);
}
.border-l-gray-700\/10{
  border-left-color: rgb(55 65 81 / 0.1);
}
.border-l-gray-700\/100{
  border-left-color: rgb(55 65 81 / 1);
}
.border-l-gray-700\/15{
  border-left-color: rgb(55 65 81 / 0.15);
}
.border-l-gray-700\/20{
  border-left-color: rgb(55 65 81 / 0.2);
}
.border-l-gray-700\/25{
  border-left-color: rgb(55 65 81 / 0.25);
}
.border-l-gray-700\/30{
  border-left-color: rgb(55 65 81 / 0.3);
}
.border-l-gray-700\/35{
  border-left-color: rgb(55 65 81 / 0.35);
}
.border-l-gray-700\/40{
  border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-gray-700\/45{
  border-left-color: rgb(55 65 81 / 0.45);
}
.border-l-gray-700\/5{
  border-left-color: rgb(55 65 81 / 0.05);
}
.border-l-gray-700\/50{
  border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-gray-700\/55{
  border-left-color: rgb(55 65 81 / 0.55);
}
.border-l-gray-700\/60{
  border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-gray-700\/65{
  border-left-color: rgb(55 65 81 / 0.65);
}
.border-l-gray-700\/70{
  border-left-color: rgb(55 65 81 / 0.7);
}
.border-l-gray-700\/75{
  border-left-color: rgb(55 65 81 / 0.75);
}
.border-l-gray-700\/80{
  border-left-color: rgb(55 65 81 / 0.8);
}
.border-l-gray-700\/85{
  border-left-color: rgb(55 65 81 / 0.85);
}
.border-l-gray-700\/90{
  border-left-color: rgb(55 65 81 / 0.9);
}
.border-l-gray-700\/95{
  border-left-color: rgb(55 65 81 / 0.95);
}
.border-l-gray-800{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-l-gray-800\/0{
  border-left-color: rgb(31 41 55 / 0);
}
.border-l-gray-800\/10{
  border-left-color: rgb(31 41 55 / 0.1);
}
.border-l-gray-800\/100{
  border-left-color: rgb(31 41 55 / 1);
}
.border-l-gray-800\/15{
  border-left-color: rgb(31 41 55 / 0.15);
}
.border-l-gray-800\/20{
  border-left-color: rgb(31 41 55 / 0.2);
}
.border-l-gray-800\/25{
  border-left-color: rgb(31 41 55 / 0.25);
}
.border-l-gray-800\/30{
  border-left-color: rgb(31 41 55 / 0.3);
}
.border-l-gray-800\/35{
  border-left-color: rgb(31 41 55 / 0.35);
}
.border-l-gray-800\/40{
  border-left-color: rgb(31 41 55 / 0.4);
}
.border-l-gray-800\/45{
  border-left-color: rgb(31 41 55 / 0.45);
}
.border-l-gray-800\/5{
  border-left-color: rgb(31 41 55 / 0.05);
}
.border-l-gray-800\/50{
  border-left-color: rgb(31 41 55 / 0.5);
}
.border-l-gray-800\/55{
  border-left-color: rgb(31 41 55 / 0.55);
}
.border-l-gray-800\/60{
  border-left-color: rgb(31 41 55 / 0.6);
}
.border-l-gray-800\/65{
  border-left-color: rgb(31 41 55 / 0.65);
}
.border-l-gray-800\/70{
  border-left-color: rgb(31 41 55 / 0.7);
}
.border-l-gray-800\/75{
  border-left-color: rgb(31 41 55 / 0.75);
}
.border-l-gray-800\/80{
  border-left-color: rgb(31 41 55 / 0.8);
}
.border-l-gray-800\/85{
  border-left-color: rgb(31 41 55 / 0.85);
}
.border-l-gray-800\/90{
  border-left-color: rgb(31 41 55 / 0.9);
}
.border-l-gray-800\/95{
  border-left-color: rgb(31 41 55 / 0.95);
}
.border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-l-gray-900\/0{
  border-left-color: rgb(17 24 39 / 0);
}
.border-l-gray-900\/10{
  border-left-color: rgb(17 24 39 / 0.1);
}
.border-l-gray-900\/100{
  border-left-color: rgb(17 24 39 / 1);
}
.border-l-gray-900\/15{
  border-left-color: rgb(17 24 39 / 0.15);
}
.border-l-gray-900\/20{
  border-left-color: rgb(17 24 39 / 0.2);
}
.border-l-gray-900\/25{
  border-left-color: rgb(17 24 39 / 0.25);
}
.border-l-gray-900\/30{
  border-left-color: rgb(17 24 39 / 0.3);
}
.border-l-gray-900\/35{
  border-left-color: rgb(17 24 39 / 0.35);
}
.border-l-gray-900\/40{
  border-left-color: rgb(17 24 39 / 0.4);
}
.border-l-gray-900\/45{
  border-left-color: rgb(17 24 39 / 0.45);
}
.border-l-gray-900\/5{
  border-left-color: rgb(17 24 39 / 0.05);
}
.border-l-gray-900\/50{
  border-left-color: rgb(17 24 39 / 0.5);
}
.border-l-gray-900\/55{
  border-left-color: rgb(17 24 39 / 0.55);
}
.border-l-gray-900\/60{
  border-left-color: rgb(17 24 39 / 0.6);
}
.border-l-gray-900\/65{
  border-left-color: rgb(17 24 39 / 0.65);
}
.border-l-gray-900\/70{
  border-left-color: rgb(17 24 39 / 0.7);
}
.border-l-gray-900\/75{
  border-left-color: rgb(17 24 39 / 0.75);
}
.border-l-gray-900\/80{
  border-left-color: rgb(17 24 39 / 0.8);
}
.border-l-gray-900\/85{
  border-left-color: rgb(17 24 39 / 0.85);
}
.border-l-gray-900\/90{
  border-left-color: rgb(17 24 39 / 0.9);
}
.border-l-gray-900\/95{
  border-left-color: rgb(17 24 39 / 0.95);
}
.border-l-gray-950{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-l-gray-950\/0{
  border-left-color: rgb(3 7 18 / 0);
}
.border-l-gray-950\/10{
  border-left-color: rgb(3 7 18 / 0.1);
}
.border-l-gray-950\/100{
  border-left-color: rgb(3 7 18 / 1);
}
.border-l-gray-950\/15{
  border-left-color: rgb(3 7 18 / 0.15);
}
.border-l-gray-950\/20{
  border-left-color: rgb(3 7 18 / 0.2);
}
.border-l-gray-950\/25{
  border-left-color: rgb(3 7 18 / 0.25);
}
.border-l-gray-950\/30{
  border-left-color: rgb(3 7 18 / 0.3);
}
.border-l-gray-950\/35{
  border-left-color: rgb(3 7 18 / 0.35);
}
.border-l-gray-950\/40{
  border-left-color: rgb(3 7 18 / 0.4);
}
.border-l-gray-950\/45{
  border-left-color: rgb(3 7 18 / 0.45);
}
.border-l-gray-950\/5{
  border-left-color: rgb(3 7 18 / 0.05);
}
.border-l-gray-950\/50{
  border-left-color: rgb(3 7 18 / 0.5);
}
.border-l-gray-950\/55{
  border-left-color: rgb(3 7 18 / 0.55);
}
.border-l-gray-950\/60{
  border-left-color: rgb(3 7 18 / 0.6);
}
.border-l-gray-950\/65{
  border-left-color: rgb(3 7 18 / 0.65);
}
.border-l-gray-950\/70{
  border-left-color: rgb(3 7 18 / 0.7);
}
.border-l-gray-950\/75{
  border-left-color: rgb(3 7 18 / 0.75);
}
.border-l-gray-950\/80{
  border-left-color: rgb(3 7 18 / 0.8);
}
.border-l-gray-950\/85{
  border-left-color: rgb(3 7 18 / 0.85);
}
.border-l-gray-950\/90{
  border-left-color: rgb(3 7 18 / 0.9);
}
.border-l-gray-950\/95{
  border-left-color: rgb(3 7 18 / 0.95);
}
.border-l-inherit{
  border-left-color: inherit;
}
.border-l-primary{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-l-primary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-l-primary-dark\/0{
  border-left-color: rgb(26 88 121 / 0);
}
.border-l-primary-dark\/10{
  border-left-color: rgb(26 88 121 / 0.1);
}
.border-l-primary-dark\/100{
  border-left-color: rgb(26 88 121 / 1);
}
.border-l-primary-dark\/15{
  border-left-color: rgb(26 88 121 / 0.15);
}
.border-l-primary-dark\/20{
  border-left-color: rgb(26 88 121 / 0.2);
}
.border-l-primary-dark\/25{
  border-left-color: rgb(26 88 121 / 0.25);
}
.border-l-primary-dark\/30{
  border-left-color: rgb(26 88 121 / 0.3);
}
.border-l-primary-dark\/35{
  border-left-color: rgb(26 88 121 / 0.35);
}
.border-l-primary-dark\/40{
  border-left-color: rgb(26 88 121 / 0.4);
}
.border-l-primary-dark\/45{
  border-left-color: rgb(26 88 121 / 0.45);
}
.border-l-primary-dark\/5{
  border-left-color: rgb(26 88 121 / 0.05);
}
.border-l-primary-dark\/50{
  border-left-color: rgb(26 88 121 / 0.5);
}
.border-l-primary-dark\/55{
  border-left-color: rgb(26 88 121 / 0.55);
}
.border-l-primary-dark\/60{
  border-left-color: rgb(26 88 121 / 0.6);
}
.border-l-primary-dark\/65{
  border-left-color: rgb(26 88 121 / 0.65);
}
.border-l-primary-dark\/70{
  border-left-color: rgb(26 88 121 / 0.7);
}
.border-l-primary-dark\/75{
  border-left-color: rgb(26 88 121 / 0.75);
}
.border-l-primary-dark\/80{
  border-left-color: rgb(26 88 121 / 0.8);
}
.border-l-primary-dark\/85{
  border-left-color: rgb(26 88 121 / 0.85);
}
.border-l-primary-dark\/90{
  border-left-color: rgb(26 88 121 / 0.9);
}
.border-l-primary-dark\/95{
  border-left-color: rgb(26 88 121 / 0.95);
}
.border-l-primary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-l-primary-light\/0{
  border-left-color: rgb(85 154 193 / 0);
}
.border-l-primary-light\/10{
  border-left-color: rgb(85 154 193 / 0.1);
}
.border-l-primary-light\/100{
  border-left-color: rgb(85 154 193 / 1);
}
.border-l-primary-light\/15{
  border-left-color: rgb(85 154 193 / 0.15);
}
.border-l-primary-light\/20{
  border-left-color: rgb(85 154 193 / 0.2);
}
.border-l-primary-light\/25{
  border-left-color: rgb(85 154 193 / 0.25);
}
.border-l-primary-light\/30{
  border-left-color: rgb(85 154 193 / 0.3);
}
.border-l-primary-light\/35{
  border-left-color: rgb(85 154 193 / 0.35);
}
.border-l-primary-light\/40{
  border-left-color: rgb(85 154 193 / 0.4);
}
.border-l-primary-light\/45{
  border-left-color: rgb(85 154 193 / 0.45);
}
.border-l-primary-light\/5{
  border-left-color: rgb(85 154 193 / 0.05);
}
.border-l-primary-light\/50{
  border-left-color: rgb(85 154 193 / 0.5);
}
.border-l-primary-light\/55{
  border-left-color: rgb(85 154 193 / 0.55);
}
.border-l-primary-light\/60{
  border-left-color: rgb(85 154 193 / 0.6);
}
.border-l-primary-light\/65{
  border-left-color: rgb(85 154 193 / 0.65);
}
.border-l-primary-light\/70{
  border-left-color: rgb(85 154 193 / 0.7);
}
.border-l-primary-light\/75{
  border-left-color: rgb(85 154 193 / 0.75);
}
.border-l-primary-light\/80{
  border-left-color: rgb(85 154 193 / 0.8);
}
.border-l-primary-light\/85{
  border-left-color: rgb(85 154 193 / 0.85);
}
.border-l-primary-light\/90{
  border-left-color: rgb(85 154 193 / 0.9);
}
.border-l-primary-light\/95{
  border-left-color: rgb(85 154 193 / 0.95);
}
.border-l-primary-lighter{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-l-primary-lighter\/0{
  border-left-color: rgb(115 177 212 / 0);
}
.border-l-primary-lighter\/10{
  border-left-color: rgb(115 177 212 / 0.1);
}
.border-l-primary-lighter\/100{
  border-left-color: rgb(115 177 212 / 1);
}
.border-l-primary-lighter\/15{
  border-left-color: rgb(115 177 212 / 0.15);
}
.border-l-primary-lighter\/20{
  border-left-color: rgb(115 177 212 / 0.2);
}
.border-l-primary-lighter\/25{
  border-left-color: rgb(115 177 212 / 0.25);
}
.border-l-primary-lighter\/30{
  border-left-color: rgb(115 177 212 / 0.3);
}
.border-l-primary-lighter\/35{
  border-left-color: rgb(115 177 212 / 0.35);
}
.border-l-primary-lighter\/40{
  border-left-color: rgb(115 177 212 / 0.4);
}
.border-l-primary-lighter\/45{
  border-left-color: rgb(115 177 212 / 0.45);
}
.border-l-primary-lighter\/5{
  border-left-color: rgb(115 177 212 / 0.05);
}
.border-l-primary-lighter\/50{
  border-left-color: rgb(115 177 212 / 0.5);
}
.border-l-primary-lighter\/55{
  border-left-color: rgb(115 177 212 / 0.55);
}
.border-l-primary-lighter\/60{
  border-left-color: rgb(115 177 212 / 0.6);
}
.border-l-primary-lighter\/65{
  border-left-color: rgb(115 177 212 / 0.65);
}
.border-l-primary-lighter\/70{
  border-left-color: rgb(115 177 212 / 0.7);
}
.border-l-primary-lighter\/75{
  border-left-color: rgb(115 177 212 / 0.75);
}
.border-l-primary-lighter\/80{
  border-left-color: rgb(115 177 212 / 0.8);
}
.border-l-primary-lighter\/85{
  border-left-color: rgb(115 177 212 / 0.85);
}
.border-l-primary-lighter\/90{
  border-left-color: rgb(115 177 212 / 0.9);
}
.border-l-primary-lighter\/95{
  border-left-color: rgb(115 177 212 / 0.95);
}
.border-l-primary\/0{
  border-left-color: rgb(52 114 147 / 0);
}
.border-l-primary\/10{
  border-left-color: rgb(52 114 147 / 0.1);
}
.border-l-primary\/100{
  border-left-color: rgb(52 114 147 / 1);
}
.border-l-primary\/15{
  border-left-color: rgb(52 114 147 / 0.15);
}
.border-l-primary\/20{
  border-left-color: rgb(52 114 147 / 0.2);
}
.border-l-primary\/25{
  border-left-color: rgb(52 114 147 / 0.25);
}
.border-l-primary\/30{
  border-left-color: rgb(52 114 147 / 0.3);
}
.border-l-primary\/35{
  border-left-color: rgb(52 114 147 / 0.35);
}
.border-l-primary\/40{
  border-left-color: rgb(52 114 147 / 0.4);
}
.border-l-primary\/45{
  border-left-color: rgb(52 114 147 / 0.45);
}
.border-l-primary\/5{
  border-left-color: rgb(52 114 147 / 0.05);
}
.border-l-primary\/50{
  border-left-color: rgb(52 114 147 / 0.5);
}
.border-l-primary\/55{
  border-left-color: rgb(52 114 147 / 0.55);
}
.border-l-primary\/60{
  border-left-color: rgb(52 114 147 / 0.6);
}
.border-l-primary\/65{
  border-left-color: rgb(52 114 147 / 0.65);
}
.border-l-primary\/70{
  border-left-color: rgb(52 114 147 / 0.7);
}
.border-l-primary\/75{
  border-left-color: rgb(52 114 147 / 0.75);
}
.border-l-primary\/80{
  border-left-color: rgb(52 114 147 / 0.8);
}
.border-l-primary\/85{
  border-left-color: rgb(52 114 147 / 0.85);
}
.border-l-primary\/90{
  border-left-color: rgb(52 114 147 / 0.9);
}
.border-l-primary\/95{
  border-left-color: rgb(52 114 147 / 0.95);
}
.border-l-secondary{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-l-secondary-dark{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-l-secondary-dark\/0{
  border-left-color: rgb(226 207 188 / 0);
}
.border-l-secondary-dark\/10{
  border-left-color: rgb(226 207 188 / 0.1);
}
.border-l-secondary-dark\/100{
  border-left-color: rgb(226 207 188 / 1);
}
.border-l-secondary-dark\/15{
  border-left-color: rgb(226 207 188 / 0.15);
}
.border-l-secondary-dark\/20{
  border-left-color: rgb(226 207 188 / 0.2);
}
.border-l-secondary-dark\/25{
  border-left-color: rgb(226 207 188 / 0.25);
}
.border-l-secondary-dark\/30{
  border-left-color: rgb(226 207 188 / 0.3);
}
.border-l-secondary-dark\/35{
  border-left-color: rgb(226 207 188 / 0.35);
}
.border-l-secondary-dark\/40{
  border-left-color: rgb(226 207 188 / 0.4);
}
.border-l-secondary-dark\/45{
  border-left-color: rgb(226 207 188 / 0.45);
}
.border-l-secondary-dark\/5{
  border-left-color: rgb(226 207 188 / 0.05);
}
.border-l-secondary-dark\/50{
  border-left-color: rgb(226 207 188 / 0.5);
}
.border-l-secondary-dark\/55{
  border-left-color: rgb(226 207 188 / 0.55);
}
.border-l-secondary-dark\/60{
  border-left-color: rgb(226 207 188 / 0.6);
}
.border-l-secondary-dark\/65{
  border-left-color: rgb(226 207 188 / 0.65);
}
.border-l-secondary-dark\/70{
  border-left-color: rgb(226 207 188 / 0.7);
}
.border-l-secondary-dark\/75{
  border-left-color: rgb(226 207 188 / 0.75);
}
.border-l-secondary-dark\/80{
  border-left-color: rgb(226 207 188 / 0.8);
}
.border-l-secondary-dark\/85{
  border-left-color: rgb(226 207 188 / 0.85);
}
.border-l-secondary-dark\/90{
  border-left-color: rgb(226 207 188 / 0.9);
}
.border-l-secondary-dark\/95{
  border-left-color: rgb(226 207 188 / 0.95);
}
.border-l-secondary-light{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-l-secondary-light\/0{
  border-left-color: rgb(254 250 247 / 0);
}
.border-l-secondary-light\/10{
  border-left-color: rgb(254 250 247 / 0.1);
}
.border-l-secondary-light\/100{
  border-left-color: rgb(254 250 247 / 1);
}
.border-l-secondary-light\/15{
  border-left-color: rgb(254 250 247 / 0.15);
}
.border-l-secondary-light\/20{
  border-left-color: rgb(254 250 247 / 0.2);
}
.border-l-secondary-light\/25{
  border-left-color: rgb(254 250 247 / 0.25);
}
.border-l-secondary-light\/30{
  border-left-color: rgb(254 250 247 / 0.3);
}
.border-l-secondary-light\/35{
  border-left-color: rgb(254 250 247 / 0.35);
}
.border-l-secondary-light\/40{
  border-left-color: rgb(254 250 247 / 0.4);
}
.border-l-secondary-light\/45{
  border-left-color: rgb(254 250 247 / 0.45);
}
.border-l-secondary-light\/5{
  border-left-color: rgb(254 250 247 / 0.05);
}
.border-l-secondary-light\/50{
  border-left-color: rgb(254 250 247 / 0.5);
}
.border-l-secondary-light\/55{
  border-left-color: rgb(254 250 247 / 0.55);
}
.border-l-secondary-light\/60{
  border-left-color: rgb(254 250 247 / 0.6);
}
.border-l-secondary-light\/65{
  border-left-color: rgb(254 250 247 / 0.65);
}
.border-l-secondary-light\/70{
  border-left-color: rgb(254 250 247 / 0.7);
}
.border-l-secondary-light\/75{
  border-left-color: rgb(254 250 247 / 0.75);
}
.border-l-secondary-light\/80{
  border-left-color: rgb(254 250 247 / 0.8);
}
.border-l-secondary-light\/85{
  border-left-color: rgb(254 250 247 / 0.85);
}
.border-l-secondary-light\/90{
  border-left-color: rgb(254 250 247 / 0.9);
}
.border-l-secondary-light\/95{
  border-left-color: rgb(254 250 247 / 0.95);
}
.border-l-secondary\/0{
  border-left-color: rgb(243 234 225 / 0);
}
.border-l-secondary\/10{
  border-left-color: rgb(243 234 225 / 0.1);
}
.border-l-secondary\/100{
  border-left-color: rgb(243 234 225 / 1);
}
.border-l-secondary\/15{
  border-left-color: rgb(243 234 225 / 0.15);
}
.border-l-secondary\/20{
  border-left-color: rgb(243 234 225 / 0.2);
}
.border-l-secondary\/25{
  border-left-color: rgb(243 234 225 / 0.25);
}
.border-l-secondary\/30{
  border-left-color: rgb(243 234 225 / 0.3);
}
.border-l-secondary\/35{
  border-left-color: rgb(243 234 225 / 0.35);
}
.border-l-secondary\/40{
  border-left-color: rgb(243 234 225 / 0.4);
}
.border-l-secondary\/45{
  border-left-color: rgb(243 234 225 / 0.45);
}
.border-l-secondary\/5{
  border-left-color: rgb(243 234 225 / 0.05);
}
.border-l-secondary\/50{
  border-left-color: rgb(243 234 225 / 0.5);
}
.border-l-secondary\/55{
  border-left-color: rgb(243 234 225 / 0.55);
}
.border-l-secondary\/60{
  border-left-color: rgb(243 234 225 / 0.6);
}
.border-l-secondary\/65{
  border-left-color: rgb(243 234 225 / 0.65);
}
.border-l-secondary\/70{
  border-left-color: rgb(243 234 225 / 0.7);
}
.border-l-secondary\/75{
  border-left-color: rgb(243 234 225 / 0.75);
}
.border-l-secondary\/80{
  border-left-color: rgb(243 234 225 / 0.8);
}
.border-l-secondary\/85{
  border-left-color: rgb(243 234 225 / 0.85);
}
.border-l-secondary\/90{
  border-left-color: rgb(243 234 225 / 0.9);
}
.border-l-secondary\/95{
  border-left-color: rgb(243 234 225 / 0.95);
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.border-l-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.border-l-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.border-l-transparent\/15{
  border-left-color: rgb(0 0 0 / 0.15);
}
.border-l-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.border-l-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.border-l-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.border-l-transparent\/35{
  border-left-color: rgb(0 0 0 / 0.35);
}
.border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.border-l-transparent\/45{
  border-left-color: rgb(0 0 0 / 0.45);
}
.border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.border-l-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.border-l-transparent\/55{
  border-left-color: rgb(0 0 0 / 0.55);
}
.border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.border-l-transparent\/65{
  border-left-color: rgb(0 0 0 / 0.65);
}
.border-l-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.border-l-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.border-l-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.border-l-transparent\/85{
  border-left-color: rgb(0 0 0 / 0.85);
}
.border-l-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.border-l-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-white\/15{
  border-left-color: rgb(255 255 255 / 0.15);
}
.border-l-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-white\/35{
  border-left-color: rgb(255 255 255 / 0.35);
}
.border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-white\/45{
  border-left-color: rgb(255 255 255 / 0.45);
}
.border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-white\/55{
  border-left-color: rgb(255 255 255 / 0.55);
}
.border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-white\/65{
  border-left-color: rgb(255 255 255 / 0.65);
}
.border-l-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-white\/85{
  border-left-color: rgb(255 255 255 / 0.85);
}
.border-l-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-r-accent{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-r-accent-dark{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-r-accent-dark\/0{
  border-right-color: rgb(225 114 45 / 0);
}
.border-r-accent-dark\/10{
  border-right-color: rgb(225 114 45 / 0.1);
}
.border-r-accent-dark\/100{
  border-right-color: rgb(225 114 45 / 1);
}
.border-r-accent-dark\/15{
  border-right-color: rgb(225 114 45 / 0.15);
}
.border-r-accent-dark\/20{
  border-right-color: rgb(225 114 45 / 0.2);
}
.border-r-accent-dark\/25{
  border-right-color: rgb(225 114 45 / 0.25);
}
.border-r-accent-dark\/30{
  border-right-color: rgb(225 114 45 / 0.3);
}
.border-r-accent-dark\/35{
  border-right-color: rgb(225 114 45 / 0.35);
}
.border-r-accent-dark\/40{
  border-right-color: rgb(225 114 45 / 0.4);
}
.border-r-accent-dark\/45{
  border-right-color: rgb(225 114 45 / 0.45);
}
.border-r-accent-dark\/5{
  border-right-color: rgb(225 114 45 / 0.05);
}
.border-r-accent-dark\/50{
  border-right-color: rgb(225 114 45 / 0.5);
}
.border-r-accent-dark\/55{
  border-right-color: rgb(225 114 45 / 0.55);
}
.border-r-accent-dark\/60{
  border-right-color: rgb(225 114 45 / 0.6);
}
.border-r-accent-dark\/65{
  border-right-color: rgb(225 114 45 / 0.65);
}
.border-r-accent-dark\/70{
  border-right-color: rgb(225 114 45 / 0.7);
}
.border-r-accent-dark\/75{
  border-right-color: rgb(225 114 45 / 0.75);
}
.border-r-accent-dark\/80{
  border-right-color: rgb(225 114 45 / 0.8);
}
.border-r-accent-dark\/85{
  border-right-color: rgb(225 114 45 / 0.85);
}
.border-r-accent-dark\/90{
  border-right-color: rgb(225 114 45 / 0.9);
}
.border-r-accent-dark\/95{
  border-right-color: rgb(225 114 45 / 0.95);
}
.border-r-accent-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-r-accent-light\/0{
  border-right-color: rgb(255 191 105 / 0);
}
.border-r-accent-light\/10{
  border-right-color: rgb(255 191 105 / 0.1);
}
.border-r-accent-light\/100{
  border-right-color: rgb(255 191 105 / 1);
}
.border-r-accent-light\/15{
  border-right-color: rgb(255 191 105 / 0.15);
}
.border-r-accent-light\/20{
  border-right-color: rgb(255 191 105 / 0.2);
}
.border-r-accent-light\/25{
  border-right-color: rgb(255 191 105 / 0.25);
}
.border-r-accent-light\/30{
  border-right-color: rgb(255 191 105 / 0.3);
}
.border-r-accent-light\/35{
  border-right-color: rgb(255 191 105 / 0.35);
}
.border-r-accent-light\/40{
  border-right-color: rgb(255 191 105 / 0.4);
}
.border-r-accent-light\/45{
  border-right-color: rgb(255 191 105 / 0.45);
}
.border-r-accent-light\/5{
  border-right-color: rgb(255 191 105 / 0.05);
}
.border-r-accent-light\/50{
  border-right-color: rgb(255 191 105 / 0.5);
}
.border-r-accent-light\/55{
  border-right-color: rgb(255 191 105 / 0.55);
}
.border-r-accent-light\/60{
  border-right-color: rgb(255 191 105 / 0.6);
}
.border-r-accent-light\/65{
  border-right-color: rgb(255 191 105 / 0.65);
}
.border-r-accent-light\/70{
  border-right-color: rgb(255 191 105 / 0.7);
}
.border-r-accent-light\/75{
  border-right-color: rgb(255 191 105 / 0.75);
}
.border-r-accent-light\/80{
  border-right-color: rgb(255 191 105 / 0.8);
}
.border-r-accent-light\/85{
  border-right-color: rgb(255 191 105 / 0.85);
}
.border-r-accent-light\/90{
  border-right-color: rgb(255 191 105 / 0.9);
}
.border-r-accent-light\/95{
  border-right-color: rgb(255 191 105 / 0.95);
}
.border-r-accent\/0{
  border-right-color: rgb(229 136 78 / 0);
}
.border-r-accent\/10{
  border-right-color: rgb(229 136 78 / 0.1);
}
.border-r-accent\/100{
  border-right-color: rgb(229 136 78 / 1);
}
.border-r-accent\/15{
  border-right-color: rgb(229 136 78 / 0.15);
}
.border-r-accent\/20{
  border-right-color: rgb(229 136 78 / 0.2);
}
.border-r-accent\/25{
  border-right-color: rgb(229 136 78 / 0.25);
}
.border-r-accent\/30{
  border-right-color: rgb(229 136 78 / 0.3);
}
.border-r-accent\/35{
  border-right-color: rgb(229 136 78 / 0.35);
}
.border-r-accent\/40{
  border-right-color: rgb(229 136 78 / 0.4);
}
.border-r-accent\/45{
  border-right-color: rgb(229 136 78 / 0.45);
}
.border-r-accent\/5{
  border-right-color: rgb(229 136 78 / 0.05);
}
.border-r-accent\/50{
  border-right-color: rgb(229 136 78 / 0.5);
}
.border-r-accent\/55{
  border-right-color: rgb(229 136 78 / 0.55);
}
.border-r-accent\/60{
  border-right-color: rgb(229 136 78 / 0.6);
}
.border-r-accent\/65{
  border-right-color: rgb(229 136 78 / 0.65);
}
.border-r-accent\/70{
  border-right-color: rgb(229 136 78 / 0.7);
}
.border-r-accent\/75{
  border-right-color: rgb(229 136 78 / 0.75);
}
.border-r-accent\/80{
  border-right-color: rgb(229 136 78 / 0.8);
}
.border-r-accent\/85{
  border-right-color: rgb(229 136 78 / 0.85);
}
.border-r-accent\/90{
  border-right-color: rgb(229 136 78 / 0.9);
}
.border-r-accent\/95{
  border-right-color: rgb(229 136 78 / 0.95);
}
.border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-r-black\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-black\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-black\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-black\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-black\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-black\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-black\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-black\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-black\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-black\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-black\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-black\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-black\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-black\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-black\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-black\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-black\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-black\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-black\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-black\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-black\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-current{
  border-right-color: currentColor;
}
.border-r-error{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-r-error\/0{
  border-right-color: rgb(255 0 0 / 0);
}
.border-r-error\/10{
  border-right-color: rgb(255 0 0 / 0.1);
}
.border-r-error\/100{
  border-right-color: rgb(255 0 0 / 1);
}
.border-r-error\/15{
  border-right-color: rgb(255 0 0 / 0.15);
}
.border-r-error\/20{
  border-right-color: rgb(255 0 0 / 0.2);
}
.border-r-error\/25{
  border-right-color: rgb(255 0 0 / 0.25);
}
.border-r-error\/30{
  border-right-color: rgb(255 0 0 / 0.3);
}
.border-r-error\/35{
  border-right-color: rgb(255 0 0 / 0.35);
}
.border-r-error\/40{
  border-right-color: rgb(255 0 0 / 0.4);
}
.border-r-error\/45{
  border-right-color: rgb(255 0 0 / 0.45);
}
.border-r-error\/5{
  border-right-color: rgb(255 0 0 / 0.05);
}
.border-r-error\/50{
  border-right-color: rgb(255 0 0 / 0.5);
}
.border-r-error\/55{
  border-right-color: rgb(255 0 0 / 0.55);
}
.border-r-error\/60{
  border-right-color: rgb(255 0 0 / 0.6);
}
.border-r-error\/65{
  border-right-color: rgb(255 0 0 / 0.65);
}
.border-r-error\/70{
  border-right-color: rgb(255 0 0 / 0.7);
}
.border-r-error\/75{
  border-right-color: rgb(255 0 0 / 0.75);
}
.border-r-error\/80{
  border-right-color: rgb(255 0 0 / 0.8);
}
.border-r-error\/85{
  border-right-color: rgb(255 0 0 / 0.85);
}
.border-r-error\/90{
  border-right-color: rgb(255 0 0 / 0.9);
}
.border-r-error\/95{
  border-right-color: rgb(255 0 0 / 0.95);
}
.border-r-gray-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-r-gray-100\/0{
  border-right-color: rgb(243 244 246 / 0);
}
.border-r-gray-100\/10{
  border-right-color: rgb(243 244 246 / 0.1);
}
.border-r-gray-100\/100{
  border-right-color: rgb(243 244 246 / 1);
}
.border-r-gray-100\/15{
  border-right-color: rgb(243 244 246 / 0.15);
}
.border-r-gray-100\/20{
  border-right-color: rgb(243 244 246 / 0.2);
}
.border-r-gray-100\/25{
  border-right-color: rgb(243 244 246 / 0.25);
}
.border-r-gray-100\/30{
  border-right-color: rgb(243 244 246 / 0.3);
}
.border-r-gray-100\/35{
  border-right-color: rgb(243 244 246 / 0.35);
}
.border-r-gray-100\/40{
  border-right-color: rgb(243 244 246 / 0.4);
}
.border-r-gray-100\/45{
  border-right-color: rgb(243 244 246 / 0.45);
}
.border-r-gray-100\/5{
  border-right-color: rgb(243 244 246 / 0.05);
}
.border-r-gray-100\/50{
  border-right-color: rgb(243 244 246 / 0.5);
}
.border-r-gray-100\/55{
  border-right-color: rgb(243 244 246 / 0.55);
}
.border-r-gray-100\/60{
  border-right-color: rgb(243 244 246 / 0.6);
}
.border-r-gray-100\/65{
  border-right-color: rgb(243 244 246 / 0.65);
}
.border-r-gray-100\/70{
  border-right-color: rgb(243 244 246 / 0.7);
}
.border-r-gray-100\/75{
  border-right-color: rgb(243 244 246 / 0.75);
}
.border-r-gray-100\/80{
  border-right-color: rgb(243 244 246 / 0.8);
}
.border-r-gray-100\/85{
  border-right-color: rgb(243 244 246 / 0.85);
}
.border-r-gray-100\/90{
  border-right-color: rgb(243 244 246 / 0.9);
}
.border-r-gray-100\/95{
  border-right-color: rgb(243 244 246 / 0.95);
}
.border-r-gray-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-r-gray-200\/0{
  border-right-color: rgb(229 231 235 / 0);
}
.border-r-gray-200\/10{
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-gray-200\/100{
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-gray-200\/15{
  border-right-color: rgb(229 231 235 / 0.15);
}
.border-r-gray-200\/20{
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-gray-200\/25{
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-gray-200\/30{
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-gray-200\/35{
  border-right-color: rgb(229 231 235 / 0.35);
}
.border-r-gray-200\/40{
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-gray-200\/45{
  border-right-color: rgb(229 231 235 / 0.45);
}
.border-r-gray-200\/5{
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-gray-200\/50{
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-gray-200\/55{
  border-right-color: rgb(229 231 235 / 0.55);
}
.border-r-gray-200\/60{
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-gray-200\/65{
  border-right-color: rgb(229 231 235 / 0.65);
}
.border-r-gray-200\/70{
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-gray-200\/75{
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-gray-200\/80{
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-gray-200\/85{
  border-right-color: rgb(229 231 235 / 0.85);
}
.border-r-gray-200\/90{
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-gray-200\/95{
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-300\/0{
  border-right-color: rgb(209 213 219 / 0);
}
.border-r-gray-300\/10{
  border-right-color: rgb(209 213 219 / 0.1);
}
.border-r-gray-300\/100{
  border-right-color: rgb(209 213 219 / 1);
}
.border-r-gray-300\/15{
  border-right-color: rgb(209 213 219 / 0.15);
}
.border-r-gray-300\/20{
  border-right-color: rgb(209 213 219 / 0.2);
}
.border-r-gray-300\/25{
  border-right-color: rgb(209 213 219 / 0.25);
}
.border-r-gray-300\/30{
  border-right-color: rgb(209 213 219 / 0.3);
}
.border-r-gray-300\/35{
  border-right-color: rgb(209 213 219 / 0.35);
}
.border-r-gray-300\/40{
  border-right-color: rgb(209 213 219 / 0.4);
}
.border-r-gray-300\/45{
  border-right-color: rgb(209 213 219 / 0.45);
}
.border-r-gray-300\/5{
  border-right-color: rgb(209 213 219 / 0.05);
}
.border-r-gray-300\/50{
  border-right-color: rgb(209 213 219 / 0.5);
}
.border-r-gray-300\/55{
  border-right-color: rgb(209 213 219 / 0.55);
}
.border-r-gray-300\/60{
  border-right-color: rgb(209 213 219 / 0.6);
}
.border-r-gray-300\/65{
  border-right-color: rgb(209 213 219 / 0.65);
}
.border-r-gray-300\/70{
  border-right-color: rgb(209 213 219 / 0.7);
}
.border-r-gray-300\/75{
  border-right-color: rgb(209 213 219 / 0.75);
}
.border-r-gray-300\/80{
  border-right-color: rgb(209 213 219 / 0.8);
}
.border-r-gray-300\/85{
  border-right-color: rgb(209 213 219 / 0.85);
}
.border-r-gray-300\/90{
  border-right-color: rgb(209 213 219 / 0.9);
}
.border-r-gray-300\/95{
  border-right-color: rgb(209 213 219 / 0.95);
}
.border-r-gray-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-r-gray-400\/0{
  border-right-color: rgb(156 163 175 / 0);
}
.border-r-gray-400\/10{
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-gray-400\/100{
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-gray-400\/15{
  border-right-color: rgb(156 163 175 / 0.15);
}
.border-r-gray-400\/20{
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-gray-400\/25{
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-gray-400\/30{
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-gray-400\/35{
  border-right-color: rgb(156 163 175 / 0.35);
}
.border-r-gray-400\/40{
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-gray-400\/45{
  border-right-color: rgb(156 163 175 / 0.45);
}
.border-r-gray-400\/5{
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-gray-400\/50{
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-gray-400\/55{
  border-right-color: rgb(156 163 175 / 0.55);
}
.border-r-gray-400\/60{
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-gray-400\/65{
  border-right-color: rgb(156 163 175 / 0.65);
}
.border-r-gray-400\/70{
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-gray-400\/75{
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-gray-400\/80{
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-gray-400\/85{
  border-right-color: rgb(156 163 175 / 0.85);
}
.border-r-gray-400\/90{
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-gray-400\/95{
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-r-gray-50\/0{
  border-right-color: rgb(249 250 251 / 0);
}
.border-r-gray-50\/10{
  border-right-color: rgb(249 250 251 / 0.1);
}
.border-r-gray-50\/100{
  border-right-color: rgb(249 250 251 / 1);
}
.border-r-gray-50\/15{
  border-right-color: rgb(249 250 251 / 0.15);
}
.border-r-gray-50\/20{
  border-right-color: rgb(249 250 251 / 0.2);
}
.border-r-gray-50\/25{
  border-right-color: rgb(249 250 251 / 0.25);
}
.border-r-gray-50\/30{
  border-right-color: rgb(249 250 251 / 0.3);
}
.border-r-gray-50\/35{
  border-right-color: rgb(249 250 251 / 0.35);
}
.border-r-gray-50\/40{
  border-right-color: rgb(249 250 251 / 0.4);
}
.border-r-gray-50\/45{
  border-right-color: rgb(249 250 251 / 0.45);
}
.border-r-gray-50\/5{
  border-right-color: rgb(249 250 251 / 0.05);
}
.border-r-gray-50\/50{
  border-right-color: rgb(249 250 251 / 0.5);
}
.border-r-gray-50\/55{
  border-right-color: rgb(249 250 251 / 0.55);
}
.border-r-gray-50\/60{
  border-right-color: rgb(249 250 251 / 0.6);
}
.border-r-gray-50\/65{
  border-right-color: rgb(249 250 251 / 0.65);
}
.border-r-gray-50\/70{
  border-right-color: rgb(249 250 251 / 0.7);
}
.border-r-gray-50\/75{
  border-right-color: rgb(249 250 251 / 0.75);
}
.border-r-gray-50\/80{
  border-right-color: rgb(249 250 251 / 0.8);
}
.border-r-gray-50\/85{
  border-right-color: rgb(249 250 251 / 0.85);
}
.border-r-gray-50\/90{
  border-right-color: rgb(249 250 251 / 0.9);
}
.border-r-gray-50\/95{
  border-right-color: rgb(249 250 251 / 0.95);
}
.border-r-gray-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-r-gray-500\/0{
  border-right-color: rgb(107 114 128 / 0);
}
.border-r-gray-500\/10{
  border-right-color: rgb(107 114 128 / 0.1);
}
.border-r-gray-500\/100{
  border-right-color: rgb(107 114 128 / 1);
}
.border-r-gray-500\/15{
  border-right-color: rgb(107 114 128 / 0.15);
}
.border-r-gray-500\/20{
  border-right-color: rgb(107 114 128 / 0.2);
}
.border-r-gray-500\/25{
  border-right-color: rgb(107 114 128 / 0.25);
}
.border-r-gray-500\/30{
  border-right-color: rgb(107 114 128 / 0.3);
}
.border-r-gray-500\/35{
  border-right-color: rgb(107 114 128 / 0.35);
}
.border-r-gray-500\/40{
  border-right-color: rgb(107 114 128 / 0.4);
}
.border-r-gray-500\/45{
  border-right-color: rgb(107 114 128 / 0.45);
}
.border-r-gray-500\/5{
  border-right-color: rgb(107 114 128 / 0.05);
}
.border-r-gray-500\/50{
  border-right-color: rgb(107 114 128 / 0.5);
}
.border-r-gray-500\/55{
  border-right-color: rgb(107 114 128 / 0.55);
}
.border-r-gray-500\/60{
  border-right-color: rgb(107 114 128 / 0.6);
}
.border-r-gray-500\/65{
  border-right-color: rgb(107 114 128 / 0.65);
}
.border-r-gray-500\/70{
  border-right-color: rgb(107 114 128 / 0.7);
}
.border-r-gray-500\/75{
  border-right-color: rgb(107 114 128 / 0.75);
}
.border-r-gray-500\/80{
  border-right-color: rgb(107 114 128 / 0.8);
}
.border-r-gray-500\/85{
  border-right-color: rgb(107 114 128 / 0.85);
}
.border-r-gray-500\/90{
  border-right-color: rgb(107 114 128 / 0.9);
}
.border-r-gray-500\/95{
  border-right-color: rgb(107 114 128 / 0.95);
}
.border-r-gray-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-r-gray-600\/0{
  border-right-color: rgb(75 85 99 / 0);
}
.border-r-gray-600\/10{
  border-right-color: rgb(75 85 99 / 0.1);
}
.border-r-gray-600\/100{
  border-right-color: rgb(75 85 99 / 1);
}
.border-r-gray-600\/15{
  border-right-color: rgb(75 85 99 / 0.15);
}
.border-r-gray-600\/20{
  border-right-color: rgb(75 85 99 / 0.2);
}
.border-r-gray-600\/25{
  border-right-color: rgb(75 85 99 / 0.25);
}
.border-r-gray-600\/30{
  border-right-color: rgb(75 85 99 / 0.3);
}
.border-r-gray-600\/35{
  border-right-color: rgb(75 85 99 / 0.35);
}
.border-r-gray-600\/40{
  border-right-color: rgb(75 85 99 / 0.4);
}
.border-r-gray-600\/45{
  border-right-color: rgb(75 85 99 / 0.45);
}
.border-r-gray-600\/5{
  border-right-color: rgb(75 85 99 / 0.05);
}
.border-r-gray-600\/50{
  border-right-color: rgb(75 85 99 / 0.5);
}
.border-r-gray-600\/55{
  border-right-color: rgb(75 85 99 / 0.55);
}
.border-r-gray-600\/60{
  border-right-color: rgb(75 85 99 / 0.6);
}
.border-r-gray-600\/65{
  border-right-color: rgb(75 85 99 / 0.65);
}
.border-r-gray-600\/70{
  border-right-color: rgb(75 85 99 / 0.7);
}
.border-r-gray-600\/75{
  border-right-color: rgb(75 85 99 / 0.75);
}
.border-r-gray-600\/80{
  border-right-color: rgb(75 85 99 / 0.8);
}
.border-r-gray-600\/85{
  border-right-color: rgb(75 85 99 / 0.85);
}
.border-r-gray-600\/90{
  border-right-color: rgb(75 85 99 / 0.9);
}
.border-r-gray-600\/95{
  border-right-color: rgb(75 85 99 / 0.95);
}
.border-r-gray-700{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-r-gray-700\/0{
  border-right-color: rgb(55 65 81 / 0);
}
.border-r-gray-700\/10{
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-r-gray-700\/100{
  border-right-color: rgb(55 65 81 / 1);
}
.border-r-gray-700\/15{
  border-right-color: rgb(55 65 81 / 0.15);
}
.border-r-gray-700\/20{
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-r-gray-700\/25{
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-r-gray-700\/30{
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-r-gray-700\/35{
  border-right-color: rgb(55 65 81 / 0.35);
}
.border-r-gray-700\/40{
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-gray-700\/45{
  border-right-color: rgb(55 65 81 / 0.45);
}
.border-r-gray-700\/5{
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-r-gray-700\/50{
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-gray-700\/55{
  border-right-color: rgb(55 65 81 / 0.55);
}
.border-r-gray-700\/60{
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-gray-700\/65{
  border-right-color: rgb(55 65 81 / 0.65);
}
.border-r-gray-700\/70{
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-r-gray-700\/75{
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-r-gray-700\/80{
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-r-gray-700\/85{
  border-right-color: rgb(55 65 81 / 0.85);
}
.border-r-gray-700\/90{
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-r-gray-700\/95{
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-r-gray-800{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-r-gray-800\/0{
  border-right-color: rgb(31 41 55 / 0);
}
.border-r-gray-800\/10{
  border-right-color: rgb(31 41 55 / 0.1);
}
.border-r-gray-800\/100{
  border-right-color: rgb(31 41 55 / 1);
}
.border-r-gray-800\/15{
  border-right-color: rgb(31 41 55 / 0.15);
}
.border-r-gray-800\/20{
  border-right-color: rgb(31 41 55 / 0.2);
}
.border-r-gray-800\/25{
  border-right-color: rgb(31 41 55 / 0.25);
}
.border-r-gray-800\/30{
  border-right-color: rgb(31 41 55 / 0.3);
}
.border-r-gray-800\/35{
  border-right-color: rgb(31 41 55 / 0.35);
}
.border-r-gray-800\/40{
  border-right-color: rgb(31 41 55 / 0.4);
}
.border-r-gray-800\/45{
  border-right-color: rgb(31 41 55 / 0.45);
}
.border-r-gray-800\/5{
  border-right-color: rgb(31 41 55 / 0.05);
}
.border-r-gray-800\/50{
  border-right-color: rgb(31 41 55 / 0.5);
}
.border-r-gray-800\/55{
  border-right-color: rgb(31 41 55 / 0.55);
}
.border-r-gray-800\/60{
  border-right-color: rgb(31 41 55 / 0.6);
}
.border-r-gray-800\/65{
  border-right-color: rgb(31 41 55 / 0.65);
}
.border-r-gray-800\/70{
  border-right-color: rgb(31 41 55 / 0.7);
}
.border-r-gray-800\/75{
  border-right-color: rgb(31 41 55 / 0.75);
}
.border-r-gray-800\/80{
  border-right-color: rgb(31 41 55 / 0.8);
}
.border-r-gray-800\/85{
  border-right-color: rgb(31 41 55 / 0.85);
}
.border-r-gray-800\/90{
  border-right-color: rgb(31 41 55 / 0.9);
}
.border-r-gray-800\/95{
  border-right-color: rgb(31 41 55 / 0.95);
}
.border-r-gray-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-r-gray-900\/0{
  border-right-color: rgb(17 24 39 / 0);
}
.border-r-gray-900\/10{
  border-right-color: rgb(17 24 39 / 0.1);
}
.border-r-gray-900\/100{
  border-right-color: rgb(17 24 39 / 1);
}
.border-r-gray-900\/15{
  border-right-color: rgb(17 24 39 / 0.15);
}
.border-r-gray-900\/20{
  border-right-color: rgb(17 24 39 / 0.2);
}
.border-r-gray-900\/25{
  border-right-color: rgb(17 24 39 / 0.25);
}
.border-r-gray-900\/30{
  border-right-color: rgb(17 24 39 / 0.3);
}
.border-r-gray-900\/35{
  border-right-color: rgb(17 24 39 / 0.35);
}
.border-r-gray-900\/40{
  border-right-color: rgb(17 24 39 / 0.4);
}
.border-r-gray-900\/45{
  border-right-color: rgb(17 24 39 / 0.45);
}
.border-r-gray-900\/5{
  border-right-color: rgb(17 24 39 / 0.05);
}
.border-r-gray-900\/50{
  border-right-color: rgb(17 24 39 / 0.5);
}
.border-r-gray-900\/55{
  border-right-color: rgb(17 24 39 / 0.55);
}
.border-r-gray-900\/60{
  border-right-color: rgb(17 24 39 / 0.6);
}
.border-r-gray-900\/65{
  border-right-color: rgb(17 24 39 / 0.65);
}
.border-r-gray-900\/70{
  border-right-color: rgb(17 24 39 / 0.7);
}
.border-r-gray-900\/75{
  border-right-color: rgb(17 24 39 / 0.75);
}
.border-r-gray-900\/80{
  border-right-color: rgb(17 24 39 / 0.8);
}
.border-r-gray-900\/85{
  border-right-color: rgb(17 24 39 / 0.85);
}
.border-r-gray-900\/90{
  border-right-color: rgb(17 24 39 / 0.9);
}
.border-r-gray-900\/95{
  border-right-color: rgb(17 24 39 / 0.95);
}
.border-r-gray-950{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-r-gray-950\/0{
  border-right-color: rgb(3 7 18 / 0);
}
.border-r-gray-950\/10{
  border-right-color: rgb(3 7 18 / 0.1);
}
.border-r-gray-950\/100{
  border-right-color: rgb(3 7 18 / 1);
}
.border-r-gray-950\/15{
  border-right-color: rgb(3 7 18 / 0.15);
}
.border-r-gray-950\/20{
  border-right-color: rgb(3 7 18 / 0.2);
}
.border-r-gray-950\/25{
  border-right-color: rgb(3 7 18 / 0.25);
}
.border-r-gray-950\/30{
  border-right-color: rgb(3 7 18 / 0.3);
}
.border-r-gray-950\/35{
  border-right-color: rgb(3 7 18 / 0.35);
}
.border-r-gray-950\/40{
  border-right-color: rgb(3 7 18 / 0.4);
}
.border-r-gray-950\/45{
  border-right-color: rgb(3 7 18 / 0.45);
}
.border-r-gray-950\/5{
  border-right-color: rgb(3 7 18 / 0.05);
}
.border-r-gray-950\/50{
  border-right-color: rgb(3 7 18 / 0.5);
}
.border-r-gray-950\/55{
  border-right-color: rgb(3 7 18 / 0.55);
}
.border-r-gray-950\/60{
  border-right-color: rgb(3 7 18 / 0.6);
}
.border-r-gray-950\/65{
  border-right-color: rgb(3 7 18 / 0.65);
}
.border-r-gray-950\/70{
  border-right-color: rgb(3 7 18 / 0.7);
}
.border-r-gray-950\/75{
  border-right-color: rgb(3 7 18 / 0.75);
}
.border-r-gray-950\/80{
  border-right-color: rgb(3 7 18 / 0.8);
}
.border-r-gray-950\/85{
  border-right-color: rgb(3 7 18 / 0.85);
}
.border-r-gray-950\/90{
  border-right-color: rgb(3 7 18 / 0.9);
}
.border-r-gray-950\/95{
  border-right-color: rgb(3 7 18 / 0.95);
}
.border-r-inherit{
  border-right-color: inherit;
}
.border-r-primary{
  --tw-border-opacity: 1;
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-r-primary-dark{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-r-primary-dark\/0{
  border-right-color: rgb(26 88 121 / 0);
}
.border-r-primary-dark\/10{
  border-right-color: rgb(26 88 121 / 0.1);
}
.border-r-primary-dark\/100{
  border-right-color: rgb(26 88 121 / 1);
}
.border-r-primary-dark\/15{
  border-right-color: rgb(26 88 121 / 0.15);
}
.border-r-primary-dark\/20{
  border-right-color: rgb(26 88 121 / 0.2);
}
.border-r-primary-dark\/25{
  border-right-color: rgb(26 88 121 / 0.25);
}
.border-r-primary-dark\/30{
  border-right-color: rgb(26 88 121 / 0.3);
}
.border-r-primary-dark\/35{
  border-right-color: rgb(26 88 121 / 0.35);
}
.border-r-primary-dark\/40{
  border-right-color: rgb(26 88 121 / 0.4);
}
.border-r-primary-dark\/45{
  border-right-color: rgb(26 88 121 / 0.45);
}
.border-r-primary-dark\/5{
  border-right-color: rgb(26 88 121 / 0.05);
}
.border-r-primary-dark\/50{
  border-right-color: rgb(26 88 121 / 0.5);
}
.border-r-primary-dark\/55{
  border-right-color: rgb(26 88 121 / 0.55);
}
.border-r-primary-dark\/60{
  border-right-color: rgb(26 88 121 / 0.6);
}
.border-r-primary-dark\/65{
  border-right-color: rgb(26 88 121 / 0.65);
}
.border-r-primary-dark\/70{
  border-right-color: rgb(26 88 121 / 0.7);
}
.border-r-primary-dark\/75{
  border-right-color: rgb(26 88 121 / 0.75);
}
.border-r-primary-dark\/80{
  border-right-color: rgb(26 88 121 / 0.8);
}
.border-r-primary-dark\/85{
  border-right-color: rgb(26 88 121 / 0.85);
}
.border-r-primary-dark\/90{
  border-right-color: rgb(26 88 121 / 0.9);
}
.border-r-primary-dark\/95{
  border-right-color: rgb(26 88 121 / 0.95);
}
.border-r-primary-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-r-primary-light\/0{
  border-right-color: rgb(85 154 193 / 0);
}
.border-r-primary-light\/10{
  border-right-color: rgb(85 154 193 / 0.1);
}
.border-r-primary-light\/100{
  border-right-color: rgb(85 154 193 / 1);
}
.border-r-primary-light\/15{
  border-right-color: rgb(85 154 193 / 0.15);
}
.border-r-primary-light\/20{
  border-right-color: rgb(85 154 193 / 0.2);
}
.border-r-primary-light\/25{
  border-right-color: rgb(85 154 193 / 0.25);
}
.border-r-primary-light\/30{
  border-right-color: rgb(85 154 193 / 0.3);
}
.border-r-primary-light\/35{
  border-right-color: rgb(85 154 193 / 0.35);
}
.border-r-primary-light\/40{
  border-right-color: rgb(85 154 193 / 0.4);
}
.border-r-primary-light\/45{
  border-right-color: rgb(85 154 193 / 0.45);
}
.border-r-primary-light\/5{
  border-right-color: rgb(85 154 193 / 0.05);
}
.border-r-primary-light\/50{
  border-right-color: rgb(85 154 193 / 0.5);
}
.border-r-primary-light\/55{
  border-right-color: rgb(85 154 193 / 0.55);
}
.border-r-primary-light\/60{
  border-right-color: rgb(85 154 193 / 0.6);
}
.border-r-primary-light\/65{
  border-right-color: rgb(85 154 193 / 0.65);
}
.border-r-primary-light\/70{
  border-right-color: rgb(85 154 193 / 0.7);
}
.border-r-primary-light\/75{
  border-right-color: rgb(85 154 193 / 0.75);
}
.border-r-primary-light\/80{
  border-right-color: rgb(85 154 193 / 0.8);
}
.border-r-primary-light\/85{
  border-right-color: rgb(85 154 193 / 0.85);
}
.border-r-primary-light\/90{
  border-right-color: rgb(85 154 193 / 0.9);
}
.border-r-primary-light\/95{
  border-right-color: rgb(85 154 193 / 0.95);
}
.border-r-primary-lighter{
  --tw-border-opacity: 1;
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-r-primary-lighter\/0{
  border-right-color: rgb(115 177 212 / 0);
}
.border-r-primary-lighter\/10{
  border-right-color: rgb(115 177 212 / 0.1);
}
.border-r-primary-lighter\/100{
  border-right-color: rgb(115 177 212 / 1);
}
.border-r-primary-lighter\/15{
  border-right-color: rgb(115 177 212 / 0.15);
}
.border-r-primary-lighter\/20{
  border-right-color: rgb(115 177 212 / 0.2);
}
.border-r-primary-lighter\/25{
  border-right-color: rgb(115 177 212 / 0.25);
}
.border-r-primary-lighter\/30{
  border-right-color: rgb(115 177 212 / 0.3);
}
.border-r-primary-lighter\/35{
  border-right-color: rgb(115 177 212 / 0.35);
}
.border-r-primary-lighter\/40{
  border-right-color: rgb(115 177 212 / 0.4);
}
.border-r-primary-lighter\/45{
  border-right-color: rgb(115 177 212 / 0.45);
}
.border-r-primary-lighter\/5{
  border-right-color: rgb(115 177 212 / 0.05);
}
.border-r-primary-lighter\/50{
  border-right-color: rgb(115 177 212 / 0.5);
}
.border-r-primary-lighter\/55{
  border-right-color: rgb(115 177 212 / 0.55);
}
.border-r-primary-lighter\/60{
  border-right-color: rgb(115 177 212 / 0.6);
}
.border-r-primary-lighter\/65{
  border-right-color: rgb(115 177 212 / 0.65);
}
.border-r-primary-lighter\/70{
  border-right-color: rgb(115 177 212 / 0.7);
}
.border-r-primary-lighter\/75{
  border-right-color: rgb(115 177 212 / 0.75);
}
.border-r-primary-lighter\/80{
  border-right-color: rgb(115 177 212 / 0.8);
}
.border-r-primary-lighter\/85{
  border-right-color: rgb(115 177 212 / 0.85);
}
.border-r-primary-lighter\/90{
  border-right-color: rgb(115 177 212 / 0.9);
}
.border-r-primary-lighter\/95{
  border-right-color: rgb(115 177 212 / 0.95);
}
.border-r-primary\/0{
  border-right-color: rgb(52 114 147 / 0);
}
.border-r-primary\/10{
  border-right-color: rgb(52 114 147 / 0.1);
}
.border-r-primary\/100{
  border-right-color: rgb(52 114 147 / 1);
}
.border-r-primary\/15{
  border-right-color: rgb(52 114 147 / 0.15);
}
.border-r-primary\/20{
  border-right-color: rgb(52 114 147 / 0.2);
}
.border-r-primary\/25{
  border-right-color: rgb(52 114 147 / 0.25);
}
.border-r-primary\/30{
  border-right-color: rgb(52 114 147 / 0.3);
}
.border-r-primary\/35{
  border-right-color: rgb(52 114 147 / 0.35);
}
.border-r-primary\/40{
  border-right-color: rgb(52 114 147 / 0.4);
}
.border-r-primary\/45{
  border-right-color: rgb(52 114 147 / 0.45);
}
.border-r-primary\/5{
  border-right-color: rgb(52 114 147 / 0.05);
}
.border-r-primary\/50{
  border-right-color: rgb(52 114 147 / 0.5);
}
.border-r-primary\/55{
  border-right-color: rgb(52 114 147 / 0.55);
}
.border-r-primary\/60{
  border-right-color: rgb(52 114 147 / 0.6);
}
.border-r-primary\/65{
  border-right-color: rgb(52 114 147 / 0.65);
}
.border-r-primary\/70{
  border-right-color: rgb(52 114 147 / 0.7);
}
.border-r-primary\/75{
  border-right-color: rgb(52 114 147 / 0.75);
}
.border-r-primary\/80{
  border-right-color: rgb(52 114 147 / 0.8);
}
.border-r-primary\/85{
  border-right-color: rgb(52 114 147 / 0.85);
}
.border-r-primary\/90{
  border-right-color: rgb(52 114 147 / 0.9);
}
.border-r-primary\/95{
  border-right-color: rgb(52 114 147 / 0.95);
}
.border-r-secondary{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-r-secondary-dark{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-r-secondary-dark\/0{
  border-right-color: rgb(226 207 188 / 0);
}
.border-r-secondary-dark\/10{
  border-right-color: rgb(226 207 188 / 0.1);
}
.border-r-secondary-dark\/100{
  border-right-color: rgb(226 207 188 / 1);
}
.border-r-secondary-dark\/15{
  border-right-color: rgb(226 207 188 / 0.15);
}
.border-r-secondary-dark\/20{
  border-right-color: rgb(226 207 188 / 0.2);
}
.border-r-secondary-dark\/25{
  border-right-color: rgb(226 207 188 / 0.25);
}
.border-r-secondary-dark\/30{
  border-right-color: rgb(226 207 188 / 0.3);
}
.border-r-secondary-dark\/35{
  border-right-color: rgb(226 207 188 / 0.35);
}
.border-r-secondary-dark\/40{
  border-right-color: rgb(226 207 188 / 0.4);
}
.border-r-secondary-dark\/45{
  border-right-color: rgb(226 207 188 / 0.45);
}
.border-r-secondary-dark\/5{
  border-right-color: rgb(226 207 188 / 0.05);
}
.border-r-secondary-dark\/50{
  border-right-color: rgb(226 207 188 / 0.5);
}
.border-r-secondary-dark\/55{
  border-right-color: rgb(226 207 188 / 0.55);
}
.border-r-secondary-dark\/60{
  border-right-color: rgb(226 207 188 / 0.6);
}
.border-r-secondary-dark\/65{
  border-right-color: rgb(226 207 188 / 0.65);
}
.border-r-secondary-dark\/70{
  border-right-color: rgb(226 207 188 / 0.7);
}
.border-r-secondary-dark\/75{
  border-right-color: rgb(226 207 188 / 0.75);
}
.border-r-secondary-dark\/80{
  border-right-color: rgb(226 207 188 / 0.8);
}
.border-r-secondary-dark\/85{
  border-right-color: rgb(226 207 188 / 0.85);
}
.border-r-secondary-dark\/90{
  border-right-color: rgb(226 207 188 / 0.9);
}
.border-r-secondary-dark\/95{
  border-right-color: rgb(226 207 188 / 0.95);
}
.border-r-secondary-light{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-r-secondary-light\/0{
  border-right-color: rgb(254 250 247 / 0);
}
.border-r-secondary-light\/10{
  border-right-color: rgb(254 250 247 / 0.1);
}
.border-r-secondary-light\/100{
  border-right-color: rgb(254 250 247 / 1);
}
.border-r-secondary-light\/15{
  border-right-color: rgb(254 250 247 / 0.15);
}
.border-r-secondary-light\/20{
  border-right-color: rgb(254 250 247 / 0.2);
}
.border-r-secondary-light\/25{
  border-right-color: rgb(254 250 247 / 0.25);
}
.border-r-secondary-light\/30{
  border-right-color: rgb(254 250 247 / 0.3);
}
.border-r-secondary-light\/35{
  border-right-color: rgb(254 250 247 / 0.35);
}
.border-r-secondary-light\/40{
  border-right-color: rgb(254 250 247 / 0.4);
}
.border-r-secondary-light\/45{
  border-right-color: rgb(254 250 247 / 0.45);
}
.border-r-secondary-light\/5{
  border-right-color: rgb(254 250 247 / 0.05);
}
.border-r-secondary-light\/50{
  border-right-color: rgb(254 250 247 / 0.5);
}
.border-r-secondary-light\/55{
  border-right-color: rgb(254 250 247 / 0.55);
}
.border-r-secondary-light\/60{
  border-right-color: rgb(254 250 247 / 0.6);
}
.border-r-secondary-light\/65{
  border-right-color: rgb(254 250 247 / 0.65);
}
.border-r-secondary-light\/70{
  border-right-color: rgb(254 250 247 / 0.7);
}
.border-r-secondary-light\/75{
  border-right-color: rgb(254 250 247 / 0.75);
}
.border-r-secondary-light\/80{
  border-right-color: rgb(254 250 247 / 0.8);
}
.border-r-secondary-light\/85{
  border-right-color: rgb(254 250 247 / 0.85);
}
.border-r-secondary-light\/90{
  border-right-color: rgb(254 250 247 / 0.9);
}
.border-r-secondary-light\/95{
  border-right-color: rgb(254 250 247 / 0.95);
}
.border-r-secondary\/0{
  border-right-color: rgb(243 234 225 / 0);
}
.border-r-secondary\/10{
  border-right-color: rgb(243 234 225 / 0.1);
}
.border-r-secondary\/100{
  border-right-color: rgb(243 234 225 / 1);
}
.border-r-secondary\/15{
  border-right-color: rgb(243 234 225 / 0.15);
}
.border-r-secondary\/20{
  border-right-color: rgb(243 234 225 / 0.2);
}
.border-r-secondary\/25{
  border-right-color: rgb(243 234 225 / 0.25);
}
.border-r-secondary\/30{
  border-right-color: rgb(243 234 225 / 0.3);
}
.border-r-secondary\/35{
  border-right-color: rgb(243 234 225 / 0.35);
}
.border-r-secondary\/40{
  border-right-color: rgb(243 234 225 / 0.4);
}
.border-r-secondary\/45{
  border-right-color: rgb(243 234 225 / 0.45);
}
.border-r-secondary\/5{
  border-right-color: rgb(243 234 225 / 0.05);
}
.border-r-secondary\/50{
  border-right-color: rgb(243 234 225 / 0.5);
}
.border-r-secondary\/55{
  border-right-color: rgb(243 234 225 / 0.55);
}
.border-r-secondary\/60{
  border-right-color: rgb(243 234 225 / 0.6);
}
.border-r-secondary\/65{
  border-right-color: rgb(243 234 225 / 0.65);
}
.border-r-secondary\/70{
  border-right-color: rgb(243 234 225 / 0.7);
}
.border-r-secondary\/75{
  border-right-color: rgb(243 234 225 / 0.75);
}
.border-r-secondary\/80{
  border-right-color: rgb(243 234 225 / 0.8);
}
.border-r-secondary\/85{
  border-right-color: rgb(243 234 225 / 0.85);
}
.border-r-secondary\/90{
  border-right-color: rgb(243 234 225 / 0.9);
}
.border-r-secondary\/95{
  border-right-color: rgb(243 234 225 / 0.95);
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.border-r-transparent\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.border-r-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.border-r-transparent\/15{
  border-right-color: rgb(0 0 0 / 0.15);
}
.border-r-transparent\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.border-r-transparent\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.border-r-transparent\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.border-r-transparent\/35{
  border-right-color: rgb(0 0 0 / 0.35);
}
.border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.border-r-transparent\/45{
  border-right-color: rgb(0 0 0 / 0.45);
}
.border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.border-r-transparent\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.border-r-transparent\/55{
  border-right-color: rgb(0 0 0 / 0.55);
}
.border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.border-r-transparent\/65{
  border-right-color: rgb(0 0 0 / 0.65);
}
.border-r-transparent\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.border-r-transparent\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.border-r-transparent\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.border-r-transparent\/85{
  border-right-color: rgb(0 0 0 / 0.85);
}
.border-r-transparent\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.border-r-transparent\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-white\/15{
  border-right-color: rgb(255 255 255 / 0.15);
}
.border-r-white\/20{
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-white\/25{
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-white\/30{
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-white\/35{
  border-right-color: rgb(255 255 255 / 0.35);
}
.border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-white\/45{
  border-right-color: rgb(255 255 255 / 0.45);
}
.border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-white\/50{
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-white\/55{
  border-right-color: rgb(255 255 255 / 0.55);
}
.border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-white\/65{
  border-right-color: rgb(255 255 255 / 0.65);
}
.border-r-white\/70{
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-white\/75{
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-white\/80{
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-white\/85{
  border-right-color: rgb(255 255 255 / 0.85);
}
.border-r-white\/90{
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-white\/95{
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-s-accent{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-s-accent-dark{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-s-accent-dark\/0{
  border-inline-start-color: rgb(225 114 45 / 0);
}
.border-s-accent-dark\/10{
  border-inline-start-color: rgb(225 114 45 / 0.1);
}
.border-s-accent-dark\/100{
  border-inline-start-color: rgb(225 114 45 / 1);
}
.border-s-accent-dark\/15{
  border-inline-start-color: rgb(225 114 45 / 0.15);
}
.border-s-accent-dark\/20{
  border-inline-start-color: rgb(225 114 45 / 0.2);
}
.border-s-accent-dark\/25{
  border-inline-start-color: rgb(225 114 45 / 0.25);
}
.border-s-accent-dark\/30{
  border-inline-start-color: rgb(225 114 45 / 0.3);
}
.border-s-accent-dark\/35{
  border-inline-start-color: rgb(225 114 45 / 0.35);
}
.border-s-accent-dark\/40{
  border-inline-start-color: rgb(225 114 45 / 0.4);
}
.border-s-accent-dark\/45{
  border-inline-start-color: rgb(225 114 45 / 0.45);
}
.border-s-accent-dark\/5{
  border-inline-start-color: rgb(225 114 45 / 0.05);
}
.border-s-accent-dark\/50{
  border-inline-start-color: rgb(225 114 45 / 0.5);
}
.border-s-accent-dark\/55{
  border-inline-start-color: rgb(225 114 45 / 0.55);
}
.border-s-accent-dark\/60{
  border-inline-start-color: rgb(225 114 45 / 0.6);
}
.border-s-accent-dark\/65{
  border-inline-start-color: rgb(225 114 45 / 0.65);
}
.border-s-accent-dark\/70{
  border-inline-start-color: rgb(225 114 45 / 0.7);
}
.border-s-accent-dark\/75{
  border-inline-start-color: rgb(225 114 45 / 0.75);
}
.border-s-accent-dark\/80{
  border-inline-start-color: rgb(225 114 45 / 0.8);
}
.border-s-accent-dark\/85{
  border-inline-start-color: rgb(225 114 45 / 0.85);
}
.border-s-accent-dark\/90{
  border-inline-start-color: rgb(225 114 45 / 0.9);
}
.border-s-accent-dark\/95{
  border-inline-start-color: rgb(225 114 45 / 0.95);
}
.border-s-accent-light{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-s-accent-light\/0{
  border-inline-start-color: rgb(255 191 105 / 0);
}
.border-s-accent-light\/10{
  border-inline-start-color: rgb(255 191 105 / 0.1);
}
.border-s-accent-light\/100{
  border-inline-start-color: rgb(255 191 105 / 1);
}
.border-s-accent-light\/15{
  border-inline-start-color: rgb(255 191 105 / 0.15);
}
.border-s-accent-light\/20{
  border-inline-start-color: rgb(255 191 105 / 0.2);
}
.border-s-accent-light\/25{
  border-inline-start-color: rgb(255 191 105 / 0.25);
}
.border-s-accent-light\/30{
  border-inline-start-color: rgb(255 191 105 / 0.3);
}
.border-s-accent-light\/35{
  border-inline-start-color: rgb(255 191 105 / 0.35);
}
.border-s-accent-light\/40{
  border-inline-start-color: rgb(255 191 105 / 0.4);
}
.border-s-accent-light\/45{
  border-inline-start-color: rgb(255 191 105 / 0.45);
}
.border-s-accent-light\/5{
  border-inline-start-color: rgb(255 191 105 / 0.05);
}
.border-s-accent-light\/50{
  border-inline-start-color: rgb(255 191 105 / 0.5);
}
.border-s-accent-light\/55{
  border-inline-start-color: rgb(255 191 105 / 0.55);
}
.border-s-accent-light\/60{
  border-inline-start-color: rgb(255 191 105 / 0.6);
}
.border-s-accent-light\/65{
  border-inline-start-color: rgb(255 191 105 / 0.65);
}
.border-s-accent-light\/70{
  border-inline-start-color: rgb(255 191 105 / 0.7);
}
.border-s-accent-light\/75{
  border-inline-start-color: rgb(255 191 105 / 0.75);
}
.border-s-accent-light\/80{
  border-inline-start-color: rgb(255 191 105 / 0.8);
}
.border-s-accent-light\/85{
  border-inline-start-color: rgb(255 191 105 / 0.85);
}
.border-s-accent-light\/90{
  border-inline-start-color: rgb(255 191 105 / 0.9);
}
.border-s-accent-light\/95{
  border-inline-start-color: rgb(255 191 105 / 0.95);
}
.border-s-accent\/0{
  border-inline-start-color: rgb(229 136 78 / 0);
}
.border-s-accent\/10{
  border-inline-start-color: rgb(229 136 78 / 0.1);
}
.border-s-accent\/100{
  border-inline-start-color: rgb(229 136 78 / 1);
}
.border-s-accent\/15{
  border-inline-start-color: rgb(229 136 78 / 0.15);
}
.border-s-accent\/20{
  border-inline-start-color: rgb(229 136 78 / 0.2);
}
.border-s-accent\/25{
  border-inline-start-color: rgb(229 136 78 / 0.25);
}
.border-s-accent\/30{
  border-inline-start-color: rgb(229 136 78 / 0.3);
}
.border-s-accent\/35{
  border-inline-start-color: rgb(229 136 78 / 0.35);
}
.border-s-accent\/40{
  border-inline-start-color: rgb(229 136 78 / 0.4);
}
.border-s-accent\/45{
  border-inline-start-color: rgb(229 136 78 / 0.45);
}
.border-s-accent\/5{
  border-inline-start-color: rgb(229 136 78 / 0.05);
}
.border-s-accent\/50{
  border-inline-start-color: rgb(229 136 78 / 0.5);
}
.border-s-accent\/55{
  border-inline-start-color: rgb(229 136 78 / 0.55);
}
.border-s-accent\/60{
  border-inline-start-color: rgb(229 136 78 / 0.6);
}
.border-s-accent\/65{
  border-inline-start-color: rgb(229 136 78 / 0.65);
}
.border-s-accent\/70{
  border-inline-start-color: rgb(229 136 78 / 0.7);
}
.border-s-accent\/75{
  border-inline-start-color: rgb(229 136 78 / 0.75);
}
.border-s-accent\/80{
  border-inline-start-color: rgb(229 136 78 / 0.8);
}
.border-s-accent\/85{
  border-inline-start-color: rgb(229 136 78 / 0.85);
}
.border-s-accent\/90{
  border-inline-start-color: rgb(229 136 78 / 0.9);
}
.border-s-accent\/95{
  border-inline-start-color: rgb(229 136 78 / 0.95);
}
.border-s-black{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-s-black\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-black\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-black\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-black\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-black\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-black\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-black\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-black\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-black\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-black\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-black\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-black\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-black\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-black\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-black\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-black\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-black\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-black\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-black\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-black\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-black\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-current{
  border-inline-start-color: currentColor;
}
.border-s-error{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-s-error\/0{
  border-inline-start-color: rgb(255 0 0 / 0);
}
.border-s-error\/10{
  border-inline-start-color: rgb(255 0 0 / 0.1);
}
.border-s-error\/100{
  border-inline-start-color: rgb(255 0 0 / 1);
}
.border-s-error\/15{
  border-inline-start-color: rgb(255 0 0 / 0.15);
}
.border-s-error\/20{
  border-inline-start-color: rgb(255 0 0 / 0.2);
}
.border-s-error\/25{
  border-inline-start-color: rgb(255 0 0 / 0.25);
}
.border-s-error\/30{
  border-inline-start-color: rgb(255 0 0 / 0.3);
}
.border-s-error\/35{
  border-inline-start-color: rgb(255 0 0 / 0.35);
}
.border-s-error\/40{
  border-inline-start-color: rgb(255 0 0 / 0.4);
}
.border-s-error\/45{
  border-inline-start-color: rgb(255 0 0 / 0.45);
}
.border-s-error\/5{
  border-inline-start-color: rgb(255 0 0 / 0.05);
}
.border-s-error\/50{
  border-inline-start-color: rgb(255 0 0 / 0.5);
}
.border-s-error\/55{
  border-inline-start-color: rgb(255 0 0 / 0.55);
}
.border-s-error\/60{
  border-inline-start-color: rgb(255 0 0 / 0.6);
}
.border-s-error\/65{
  border-inline-start-color: rgb(255 0 0 / 0.65);
}
.border-s-error\/70{
  border-inline-start-color: rgb(255 0 0 / 0.7);
}
.border-s-error\/75{
  border-inline-start-color: rgb(255 0 0 / 0.75);
}
.border-s-error\/80{
  border-inline-start-color: rgb(255 0 0 / 0.8);
}
.border-s-error\/85{
  border-inline-start-color: rgb(255 0 0 / 0.85);
}
.border-s-error\/90{
  border-inline-start-color: rgb(255 0 0 / 0.9);
}
.border-s-error\/95{
  border-inline-start-color: rgb(255 0 0 / 0.95);
}
.border-s-gray-100{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-s-gray-100\/0{
  border-inline-start-color: rgb(243 244 246 / 0);
}
.border-s-gray-100\/10{
  border-inline-start-color: rgb(243 244 246 / 0.1);
}
.border-s-gray-100\/100{
  border-inline-start-color: rgb(243 244 246 / 1);
}
.border-s-gray-100\/15{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}
.border-s-gray-100\/20{
  border-inline-start-color: rgb(243 244 246 / 0.2);
}
.border-s-gray-100\/25{
  border-inline-start-color: rgb(243 244 246 / 0.25);
}
.border-s-gray-100\/30{
  border-inline-start-color: rgb(243 244 246 / 0.3);
}
.border-s-gray-100\/35{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}
.border-s-gray-100\/40{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.border-s-gray-100\/45{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}
.border-s-gray-100\/5{
  border-inline-start-color: rgb(243 244 246 / 0.05);
}
.border-s-gray-100\/50{
  border-inline-start-color: rgb(243 244 246 / 0.5);
}
.border-s-gray-100\/55{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}
.border-s-gray-100\/60{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.border-s-gray-100\/65{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}
.border-s-gray-100\/70{
  border-inline-start-color: rgb(243 244 246 / 0.7);
}
.border-s-gray-100\/75{
  border-inline-start-color: rgb(243 244 246 / 0.75);
}
.border-s-gray-100\/80{
  border-inline-start-color: rgb(243 244 246 / 0.8);
}
.border-s-gray-100\/85{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}
.border-s-gray-100\/90{
  border-inline-start-color: rgb(243 244 246 / 0.9);
}
.border-s-gray-100\/95{
  border-inline-start-color: rgb(243 244 246 / 0.95);
}
.border-s-gray-200{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-s-gray-200\/0{
  border-inline-start-color: rgb(229 231 235 / 0);
}
.border-s-gray-200\/10{
  border-inline-start-color: rgb(229 231 235 / 0.1);
}
.border-s-gray-200\/100{
  border-inline-start-color: rgb(229 231 235 / 1);
}
.border-s-gray-200\/15{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}
.border-s-gray-200\/20{
  border-inline-start-color: rgb(229 231 235 / 0.2);
}
.border-s-gray-200\/25{
  border-inline-start-color: rgb(229 231 235 / 0.25);
}
.border-s-gray-200\/30{
  border-inline-start-color: rgb(229 231 235 / 0.3);
}
.border-s-gray-200\/35{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}
.border-s-gray-200\/40{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.border-s-gray-200\/45{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}
.border-s-gray-200\/5{
  border-inline-start-color: rgb(229 231 235 / 0.05);
}
.border-s-gray-200\/50{
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.border-s-gray-200\/55{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}
.border-s-gray-200\/60{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.border-s-gray-200\/65{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}
.border-s-gray-200\/70{
  border-inline-start-color: rgb(229 231 235 / 0.7);
}
.border-s-gray-200\/75{
  border-inline-start-color: rgb(229 231 235 / 0.75);
}
.border-s-gray-200\/80{
  border-inline-start-color: rgb(229 231 235 / 0.8);
}
.border-s-gray-200\/85{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}
.border-s-gray-200\/90{
  border-inline-start-color: rgb(229 231 235 / 0.9);
}
.border-s-gray-200\/95{
  border-inline-start-color: rgb(229 231 235 / 0.95);
}
.border-s-gray-300{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-s-gray-300\/0{
  border-inline-start-color: rgb(209 213 219 / 0);
}
.border-s-gray-300\/10{
  border-inline-start-color: rgb(209 213 219 / 0.1);
}
.border-s-gray-300\/100{
  border-inline-start-color: rgb(209 213 219 / 1);
}
.border-s-gray-300\/15{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}
.border-s-gray-300\/20{
  border-inline-start-color: rgb(209 213 219 / 0.2);
}
.border-s-gray-300\/25{
  border-inline-start-color: rgb(209 213 219 / 0.25);
}
.border-s-gray-300\/30{
  border-inline-start-color: rgb(209 213 219 / 0.3);
}
.border-s-gray-300\/35{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}
.border-s-gray-300\/40{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.border-s-gray-300\/45{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}
.border-s-gray-300\/5{
  border-inline-start-color: rgb(209 213 219 / 0.05);
}
.border-s-gray-300\/50{
  border-inline-start-color: rgb(209 213 219 / 0.5);
}
.border-s-gray-300\/55{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}
.border-s-gray-300\/60{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.border-s-gray-300\/65{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}
.border-s-gray-300\/70{
  border-inline-start-color: rgb(209 213 219 / 0.7);
}
.border-s-gray-300\/75{
  border-inline-start-color: rgb(209 213 219 / 0.75);
}
.border-s-gray-300\/80{
  border-inline-start-color: rgb(209 213 219 / 0.8);
}
.border-s-gray-300\/85{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}
.border-s-gray-300\/90{
  border-inline-start-color: rgb(209 213 219 / 0.9);
}
.border-s-gray-300\/95{
  border-inline-start-color: rgb(209 213 219 / 0.95);
}
.border-s-gray-400{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-s-gray-400\/0{
  border-inline-start-color: rgb(156 163 175 / 0);
}
.border-s-gray-400\/10{
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.border-s-gray-400\/100{
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-gray-400\/15{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}
.border-s-gray-400\/20{
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.border-s-gray-400\/25{
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.border-s-gray-400\/30{
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.border-s-gray-400\/35{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}
.border-s-gray-400\/40{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-gray-400\/45{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}
.border-s-gray-400\/5{
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.border-s-gray-400\/50{
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-gray-400\/55{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}
.border-s-gray-400\/60{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-gray-400\/65{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}
.border-s-gray-400\/70{
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.border-s-gray-400\/75{
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.border-s-gray-400\/80{
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.border-s-gray-400\/85{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}
.border-s-gray-400\/90{
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.border-s-gray-400\/95{
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.border-s-gray-50{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-s-gray-50\/0{
  border-inline-start-color: rgb(249 250 251 / 0);
}
.border-s-gray-50\/10{
  border-inline-start-color: rgb(249 250 251 / 0.1);
}
.border-s-gray-50\/100{
  border-inline-start-color: rgb(249 250 251 / 1);
}
.border-s-gray-50\/15{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}
.border-s-gray-50\/20{
  border-inline-start-color: rgb(249 250 251 / 0.2);
}
.border-s-gray-50\/25{
  border-inline-start-color: rgb(249 250 251 / 0.25);
}
.border-s-gray-50\/30{
  border-inline-start-color: rgb(249 250 251 / 0.3);
}
.border-s-gray-50\/35{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}
.border-s-gray-50\/40{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.border-s-gray-50\/45{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}
.border-s-gray-50\/5{
  border-inline-start-color: rgb(249 250 251 / 0.05);
}
.border-s-gray-50\/50{
  border-inline-start-color: rgb(249 250 251 / 0.5);
}
.border-s-gray-50\/55{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}
.border-s-gray-50\/60{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.border-s-gray-50\/65{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}
.border-s-gray-50\/70{
  border-inline-start-color: rgb(249 250 251 / 0.7);
}
.border-s-gray-50\/75{
  border-inline-start-color: rgb(249 250 251 / 0.75);
}
.border-s-gray-50\/80{
  border-inline-start-color: rgb(249 250 251 / 0.8);
}
.border-s-gray-50\/85{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}
.border-s-gray-50\/90{
  border-inline-start-color: rgb(249 250 251 / 0.9);
}
.border-s-gray-50\/95{
  border-inline-start-color: rgb(249 250 251 / 0.95);
}
.border-s-gray-500{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-s-gray-500\/0{
  border-inline-start-color: rgb(107 114 128 / 0);
}
.border-s-gray-500\/10{
  border-inline-start-color: rgb(107 114 128 / 0.1);
}
.border-s-gray-500\/100{
  border-inline-start-color: rgb(107 114 128 / 1);
}
.border-s-gray-500\/15{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}
.border-s-gray-500\/20{
  border-inline-start-color: rgb(107 114 128 / 0.2);
}
.border-s-gray-500\/25{
  border-inline-start-color: rgb(107 114 128 / 0.25);
}
.border-s-gray-500\/30{
  border-inline-start-color: rgb(107 114 128 / 0.3);
}
.border-s-gray-500\/35{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}
.border-s-gray-500\/40{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.border-s-gray-500\/45{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}
.border-s-gray-500\/5{
  border-inline-start-color: rgb(107 114 128 / 0.05);
}
.border-s-gray-500\/50{
  border-inline-start-color: rgb(107 114 128 / 0.5);
}
.border-s-gray-500\/55{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}
.border-s-gray-500\/60{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.border-s-gray-500\/65{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}
.border-s-gray-500\/70{
  border-inline-start-color: rgb(107 114 128 / 0.7);
}
.border-s-gray-500\/75{
  border-inline-start-color: rgb(107 114 128 / 0.75);
}
.border-s-gray-500\/80{
  border-inline-start-color: rgb(107 114 128 / 0.8);
}
.border-s-gray-500\/85{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}
.border-s-gray-500\/90{
  border-inline-start-color: rgb(107 114 128 / 0.9);
}
.border-s-gray-500\/95{
  border-inline-start-color: rgb(107 114 128 / 0.95);
}
.border-s-gray-600{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-s-gray-600\/0{
  border-inline-start-color: rgb(75 85 99 / 0);
}
.border-s-gray-600\/10{
  border-inline-start-color: rgb(75 85 99 / 0.1);
}
.border-s-gray-600\/100{
  border-inline-start-color: rgb(75 85 99 / 1);
}
.border-s-gray-600\/15{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}
.border-s-gray-600\/20{
  border-inline-start-color: rgb(75 85 99 / 0.2);
}
.border-s-gray-600\/25{
  border-inline-start-color: rgb(75 85 99 / 0.25);
}
.border-s-gray-600\/30{
  border-inline-start-color: rgb(75 85 99 / 0.3);
}
.border-s-gray-600\/35{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}
.border-s-gray-600\/40{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.border-s-gray-600\/45{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}
.border-s-gray-600\/5{
  border-inline-start-color: rgb(75 85 99 / 0.05);
}
.border-s-gray-600\/50{
  border-inline-start-color: rgb(75 85 99 / 0.5);
}
.border-s-gray-600\/55{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}
.border-s-gray-600\/60{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.border-s-gray-600\/65{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}
.border-s-gray-600\/70{
  border-inline-start-color: rgb(75 85 99 / 0.7);
}
.border-s-gray-600\/75{
  border-inline-start-color: rgb(75 85 99 / 0.75);
}
.border-s-gray-600\/80{
  border-inline-start-color: rgb(75 85 99 / 0.8);
}
.border-s-gray-600\/85{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}
.border-s-gray-600\/90{
  border-inline-start-color: rgb(75 85 99 / 0.9);
}
.border-s-gray-600\/95{
  border-inline-start-color: rgb(75 85 99 / 0.95);
}
.border-s-gray-700{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-s-gray-700\/0{
  border-inline-start-color: rgb(55 65 81 / 0);
}
.border-s-gray-700\/10{
  border-inline-start-color: rgb(55 65 81 / 0.1);
}
.border-s-gray-700\/100{
  border-inline-start-color: rgb(55 65 81 / 1);
}
.border-s-gray-700\/15{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}
.border-s-gray-700\/20{
  border-inline-start-color: rgb(55 65 81 / 0.2);
}
.border-s-gray-700\/25{
  border-inline-start-color: rgb(55 65 81 / 0.25);
}
.border-s-gray-700\/30{
  border-inline-start-color: rgb(55 65 81 / 0.3);
}
.border-s-gray-700\/35{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}
.border-s-gray-700\/40{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.border-s-gray-700\/45{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}
.border-s-gray-700\/5{
  border-inline-start-color: rgb(55 65 81 / 0.05);
}
.border-s-gray-700\/50{
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.border-s-gray-700\/55{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}
.border-s-gray-700\/60{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.border-s-gray-700\/65{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}
.border-s-gray-700\/70{
  border-inline-start-color: rgb(55 65 81 / 0.7);
}
.border-s-gray-700\/75{
  border-inline-start-color: rgb(55 65 81 / 0.75);
}
.border-s-gray-700\/80{
  border-inline-start-color: rgb(55 65 81 / 0.8);
}
.border-s-gray-700\/85{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}
.border-s-gray-700\/90{
  border-inline-start-color: rgb(55 65 81 / 0.9);
}
.border-s-gray-700\/95{
  border-inline-start-color: rgb(55 65 81 / 0.95);
}
.border-s-gray-800{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-s-gray-800\/0{
  border-inline-start-color: rgb(31 41 55 / 0);
}
.border-s-gray-800\/10{
  border-inline-start-color: rgb(31 41 55 / 0.1);
}
.border-s-gray-800\/100{
  border-inline-start-color: rgb(31 41 55 / 1);
}
.border-s-gray-800\/15{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}
.border-s-gray-800\/20{
  border-inline-start-color: rgb(31 41 55 / 0.2);
}
.border-s-gray-800\/25{
  border-inline-start-color: rgb(31 41 55 / 0.25);
}
.border-s-gray-800\/30{
  border-inline-start-color: rgb(31 41 55 / 0.3);
}
.border-s-gray-800\/35{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}
.border-s-gray-800\/40{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.border-s-gray-800\/45{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}
.border-s-gray-800\/5{
  border-inline-start-color: rgb(31 41 55 / 0.05);
}
.border-s-gray-800\/50{
  border-inline-start-color: rgb(31 41 55 / 0.5);
}
.border-s-gray-800\/55{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}
.border-s-gray-800\/60{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.border-s-gray-800\/65{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}
.border-s-gray-800\/70{
  border-inline-start-color: rgb(31 41 55 / 0.7);
}
.border-s-gray-800\/75{
  border-inline-start-color: rgb(31 41 55 / 0.75);
}
.border-s-gray-800\/80{
  border-inline-start-color: rgb(31 41 55 / 0.8);
}
.border-s-gray-800\/85{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}
.border-s-gray-800\/90{
  border-inline-start-color: rgb(31 41 55 / 0.9);
}
.border-s-gray-800\/95{
  border-inline-start-color: rgb(31 41 55 / 0.95);
}
.border-s-gray-900{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-s-gray-900\/0{
  border-inline-start-color: rgb(17 24 39 / 0);
}
.border-s-gray-900\/10{
  border-inline-start-color: rgb(17 24 39 / 0.1);
}
.border-s-gray-900\/100{
  border-inline-start-color: rgb(17 24 39 / 1);
}
.border-s-gray-900\/15{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}
.border-s-gray-900\/20{
  border-inline-start-color: rgb(17 24 39 / 0.2);
}
.border-s-gray-900\/25{
  border-inline-start-color: rgb(17 24 39 / 0.25);
}
.border-s-gray-900\/30{
  border-inline-start-color: rgb(17 24 39 / 0.3);
}
.border-s-gray-900\/35{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}
.border-s-gray-900\/40{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.border-s-gray-900\/45{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}
.border-s-gray-900\/5{
  border-inline-start-color: rgb(17 24 39 / 0.05);
}
.border-s-gray-900\/50{
  border-inline-start-color: rgb(17 24 39 / 0.5);
}
.border-s-gray-900\/55{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}
.border-s-gray-900\/60{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.border-s-gray-900\/65{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}
.border-s-gray-900\/70{
  border-inline-start-color: rgb(17 24 39 / 0.7);
}
.border-s-gray-900\/75{
  border-inline-start-color: rgb(17 24 39 / 0.75);
}
.border-s-gray-900\/80{
  border-inline-start-color: rgb(17 24 39 / 0.8);
}
.border-s-gray-900\/85{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}
.border-s-gray-900\/90{
  border-inline-start-color: rgb(17 24 39 / 0.9);
}
.border-s-gray-900\/95{
  border-inline-start-color: rgb(17 24 39 / 0.95);
}
.border-s-gray-950{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-s-gray-950\/0{
  border-inline-start-color: rgb(3 7 18 / 0);
}
.border-s-gray-950\/10{
  border-inline-start-color: rgb(3 7 18 / 0.1);
}
.border-s-gray-950\/100{
  border-inline-start-color: rgb(3 7 18 / 1);
}
.border-s-gray-950\/15{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}
.border-s-gray-950\/20{
  border-inline-start-color: rgb(3 7 18 / 0.2);
}
.border-s-gray-950\/25{
  border-inline-start-color: rgb(3 7 18 / 0.25);
}
.border-s-gray-950\/30{
  border-inline-start-color: rgb(3 7 18 / 0.3);
}
.border-s-gray-950\/35{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}
.border-s-gray-950\/40{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.border-s-gray-950\/45{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}
.border-s-gray-950\/5{
  border-inline-start-color: rgb(3 7 18 / 0.05);
}
.border-s-gray-950\/50{
  border-inline-start-color: rgb(3 7 18 / 0.5);
}
.border-s-gray-950\/55{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}
.border-s-gray-950\/60{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.border-s-gray-950\/65{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}
.border-s-gray-950\/70{
  border-inline-start-color: rgb(3 7 18 / 0.7);
}
.border-s-gray-950\/75{
  border-inline-start-color: rgb(3 7 18 / 0.75);
}
.border-s-gray-950\/80{
  border-inline-start-color: rgb(3 7 18 / 0.8);
}
.border-s-gray-950\/85{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}
.border-s-gray-950\/90{
  border-inline-start-color: rgb(3 7 18 / 0.9);
}
.border-s-gray-950\/95{
  border-inline-start-color: rgb(3 7 18 / 0.95);
}
.border-s-inherit{
  border-inline-start-color: inherit;
}
.border-s-primary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-s-primary-dark{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-s-primary-dark\/0{
  border-inline-start-color: rgb(26 88 121 / 0);
}
.border-s-primary-dark\/10{
  border-inline-start-color: rgb(26 88 121 / 0.1);
}
.border-s-primary-dark\/100{
  border-inline-start-color: rgb(26 88 121 / 1);
}
.border-s-primary-dark\/15{
  border-inline-start-color: rgb(26 88 121 / 0.15);
}
.border-s-primary-dark\/20{
  border-inline-start-color: rgb(26 88 121 / 0.2);
}
.border-s-primary-dark\/25{
  border-inline-start-color: rgb(26 88 121 / 0.25);
}
.border-s-primary-dark\/30{
  border-inline-start-color: rgb(26 88 121 / 0.3);
}
.border-s-primary-dark\/35{
  border-inline-start-color: rgb(26 88 121 / 0.35);
}
.border-s-primary-dark\/40{
  border-inline-start-color: rgb(26 88 121 / 0.4);
}
.border-s-primary-dark\/45{
  border-inline-start-color: rgb(26 88 121 / 0.45);
}
.border-s-primary-dark\/5{
  border-inline-start-color: rgb(26 88 121 / 0.05);
}
.border-s-primary-dark\/50{
  border-inline-start-color: rgb(26 88 121 / 0.5);
}
.border-s-primary-dark\/55{
  border-inline-start-color: rgb(26 88 121 / 0.55);
}
.border-s-primary-dark\/60{
  border-inline-start-color: rgb(26 88 121 / 0.6);
}
.border-s-primary-dark\/65{
  border-inline-start-color: rgb(26 88 121 / 0.65);
}
.border-s-primary-dark\/70{
  border-inline-start-color: rgb(26 88 121 / 0.7);
}
.border-s-primary-dark\/75{
  border-inline-start-color: rgb(26 88 121 / 0.75);
}
.border-s-primary-dark\/80{
  border-inline-start-color: rgb(26 88 121 / 0.8);
}
.border-s-primary-dark\/85{
  border-inline-start-color: rgb(26 88 121 / 0.85);
}
.border-s-primary-dark\/90{
  border-inline-start-color: rgb(26 88 121 / 0.9);
}
.border-s-primary-dark\/95{
  border-inline-start-color: rgb(26 88 121 / 0.95);
}
.border-s-primary-light{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-s-primary-light\/0{
  border-inline-start-color: rgb(85 154 193 / 0);
}
.border-s-primary-light\/10{
  border-inline-start-color: rgb(85 154 193 / 0.1);
}
.border-s-primary-light\/100{
  border-inline-start-color: rgb(85 154 193 / 1);
}
.border-s-primary-light\/15{
  border-inline-start-color: rgb(85 154 193 / 0.15);
}
.border-s-primary-light\/20{
  border-inline-start-color: rgb(85 154 193 / 0.2);
}
.border-s-primary-light\/25{
  border-inline-start-color: rgb(85 154 193 / 0.25);
}
.border-s-primary-light\/30{
  border-inline-start-color: rgb(85 154 193 / 0.3);
}
.border-s-primary-light\/35{
  border-inline-start-color: rgb(85 154 193 / 0.35);
}
.border-s-primary-light\/40{
  border-inline-start-color: rgb(85 154 193 / 0.4);
}
.border-s-primary-light\/45{
  border-inline-start-color: rgb(85 154 193 / 0.45);
}
.border-s-primary-light\/5{
  border-inline-start-color: rgb(85 154 193 / 0.05);
}
.border-s-primary-light\/50{
  border-inline-start-color: rgb(85 154 193 / 0.5);
}
.border-s-primary-light\/55{
  border-inline-start-color: rgb(85 154 193 / 0.55);
}
.border-s-primary-light\/60{
  border-inline-start-color: rgb(85 154 193 / 0.6);
}
.border-s-primary-light\/65{
  border-inline-start-color: rgb(85 154 193 / 0.65);
}
.border-s-primary-light\/70{
  border-inline-start-color: rgb(85 154 193 / 0.7);
}
.border-s-primary-light\/75{
  border-inline-start-color: rgb(85 154 193 / 0.75);
}
.border-s-primary-light\/80{
  border-inline-start-color: rgb(85 154 193 / 0.8);
}
.border-s-primary-light\/85{
  border-inline-start-color: rgb(85 154 193 / 0.85);
}
.border-s-primary-light\/90{
  border-inline-start-color: rgb(85 154 193 / 0.9);
}
.border-s-primary-light\/95{
  border-inline-start-color: rgb(85 154 193 / 0.95);
}
.border-s-primary-lighter{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-s-primary-lighter\/0{
  border-inline-start-color: rgb(115 177 212 / 0);
}
.border-s-primary-lighter\/10{
  border-inline-start-color: rgb(115 177 212 / 0.1);
}
.border-s-primary-lighter\/100{
  border-inline-start-color: rgb(115 177 212 / 1);
}
.border-s-primary-lighter\/15{
  border-inline-start-color: rgb(115 177 212 / 0.15);
}
.border-s-primary-lighter\/20{
  border-inline-start-color: rgb(115 177 212 / 0.2);
}
.border-s-primary-lighter\/25{
  border-inline-start-color: rgb(115 177 212 / 0.25);
}
.border-s-primary-lighter\/30{
  border-inline-start-color: rgb(115 177 212 / 0.3);
}
.border-s-primary-lighter\/35{
  border-inline-start-color: rgb(115 177 212 / 0.35);
}
.border-s-primary-lighter\/40{
  border-inline-start-color: rgb(115 177 212 / 0.4);
}
.border-s-primary-lighter\/45{
  border-inline-start-color: rgb(115 177 212 / 0.45);
}
.border-s-primary-lighter\/5{
  border-inline-start-color: rgb(115 177 212 / 0.05);
}
.border-s-primary-lighter\/50{
  border-inline-start-color: rgb(115 177 212 / 0.5);
}
.border-s-primary-lighter\/55{
  border-inline-start-color: rgb(115 177 212 / 0.55);
}
.border-s-primary-lighter\/60{
  border-inline-start-color: rgb(115 177 212 / 0.6);
}
.border-s-primary-lighter\/65{
  border-inline-start-color: rgb(115 177 212 / 0.65);
}
.border-s-primary-lighter\/70{
  border-inline-start-color: rgb(115 177 212 / 0.7);
}
.border-s-primary-lighter\/75{
  border-inline-start-color: rgb(115 177 212 / 0.75);
}
.border-s-primary-lighter\/80{
  border-inline-start-color: rgb(115 177 212 / 0.8);
}
.border-s-primary-lighter\/85{
  border-inline-start-color: rgb(115 177 212 / 0.85);
}
.border-s-primary-lighter\/90{
  border-inline-start-color: rgb(115 177 212 / 0.9);
}
.border-s-primary-lighter\/95{
  border-inline-start-color: rgb(115 177 212 / 0.95);
}
.border-s-primary\/0{
  border-inline-start-color: rgb(52 114 147 / 0);
}
.border-s-primary\/10{
  border-inline-start-color: rgb(52 114 147 / 0.1);
}
.border-s-primary\/100{
  border-inline-start-color: rgb(52 114 147 / 1);
}
.border-s-primary\/15{
  border-inline-start-color: rgb(52 114 147 / 0.15);
}
.border-s-primary\/20{
  border-inline-start-color: rgb(52 114 147 / 0.2);
}
.border-s-primary\/25{
  border-inline-start-color: rgb(52 114 147 / 0.25);
}
.border-s-primary\/30{
  border-inline-start-color: rgb(52 114 147 / 0.3);
}
.border-s-primary\/35{
  border-inline-start-color: rgb(52 114 147 / 0.35);
}
.border-s-primary\/40{
  border-inline-start-color: rgb(52 114 147 / 0.4);
}
.border-s-primary\/45{
  border-inline-start-color: rgb(52 114 147 / 0.45);
}
.border-s-primary\/5{
  border-inline-start-color: rgb(52 114 147 / 0.05);
}
.border-s-primary\/50{
  border-inline-start-color: rgb(52 114 147 / 0.5);
}
.border-s-primary\/55{
  border-inline-start-color: rgb(52 114 147 / 0.55);
}
.border-s-primary\/60{
  border-inline-start-color: rgb(52 114 147 / 0.6);
}
.border-s-primary\/65{
  border-inline-start-color: rgb(52 114 147 / 0.65);
}
.border-s-primary\/70{
  border-inline-start-color: rgb(52 114 147 / 0.7);
}
.border-s-primary\/75{
  border-inline-start-color: rgb(52 114 147 / 0.75);
}
.border-s-primary\/80{
  border-inline-start-color: rgb(52 114 147 / 0.8);
}
.border-s-primary\/85{
  border-inline-start-color: rgb(52 114 147 / 0.85);
}
.border-s-primary\/90{
  border-inline-start-color: rgb(52 114 147 / 0.9);
}
.border-s-primary\/95{
  border-inline-start-color: rgb(52 114 147 / 0.95);
}
.border-s-secondary{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-s-secondary-dark{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-s-secondary-dark\/0{
  border-inline-start-color: rgb(226 207 188 / 0);
}
.border-s-secondary-dark\/10{
  border-inline-start-color: rgb(226 207 188 / 0.1);
}
.border-s-secondary-dark\/100{
  border-inline-start-color: rgb(226 207 188 / 1);
}
.border-s-secondary-dark\/15{
  border-inline-start-color: rgb(226 207 188 / 0.15);
}
.border-s-secondary-dark\/20{
  border-inline-start-color: rgb(226 207 188 / 0.2);
}
.border-s-secondary-dark\/25{
  border-inline-start-color: rgb(226 207 188 / 0.25);
}
.border-s-secondary-dark\/30{
  border-inline-start-color: rgb(226 207 188 / 0.3);
}
.border-s-secondary-dark\/35{
  border-inline-start-color: rgb(226 207 188 / 0.35);
}
.border-s-secondary-dark\/40{
  border-inline-start-color: rgb(226 207 188 / 0.4);
}
.border-s-secondary-dark\/45{
  border-inline-start-color: rgb(226 207 188 / 0.45);
}
.border-s-secondary-dark\/5{
  border-inline-start-color: rgb(226 207 188 / 0.05);
}
.border-s-secondary-dark\/50{
  border-inline-start-color: rgb(226 207 188 / 0.5);
}
.border-s-secondary-dark\/55{
  border-inline-start-color: rgb(226 207 188 / 0.55);
}
.border-s-secondary-dark\/60{
  border-inline-start-color: rgb(226 207 188 / 0.6);
}
.border-s-secondary-dark\/65{
  border-inline-start-color: rgb(226 207 188 / 0.65);
}
.border-s-secondary-dark\/70{
  border-inline-start-color: rgb(226 207 188 / 0.7);
}
.border-s-secondary-dark\/75{
  border-inline-start-color: rgb(226 207 188 / 0.75);
}
.border-s-secondary-dark\/80{
  border-inline-start-color: rgb(226 207 188 / 0.8);
}
.border-s-secondary-dark\/85{
  border-inline-start-color: rgb(226 207 188 / 0.85);
}
.border-s-secondary-dark\/90{
  border-inline-start-color: rgb(226 207 188 / 0.9);
}
.border-s-secondary-dark\/95{
  border-inline-start-color: rgb(226 207 188 / 0.95);
}
.border-s-secondary-light{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-s-secondary-light\/0{
  border-inline-start-color: rgb(254 250 247 / 0);
}
.border-s-secondary-light\/10{
  border-inline-start-color: rgb(254 250 247 / 0.1);
}
.border-s-secondary-light\/100{
  border-inline-start-color: rgb(254 250 247 / 1);
}
.border-s-secondary-light\/15{
  border-inline-start-color: rgb(254 250 247 / 0.15);
}
.border-s-secondary-light\/20{
  border-inline-start-color: rgb(254 250 247 / 0.2);
}
.border-s-secondary-light\/25{
  border-inline-start-color: rgb(254 250 247 / 0.25);
}
.border-s-secondary-light\/30{
  border-inline-start-color: rgb(254 250 247 / 0.3);
}
.border-s-secondary-light\/35{
  border-inline-start-color: rgb(254 250 247 / 0.35);
}
.border-s-secondary-light\/40{
  border-inline-start-color: rgb(254 250 247 / 0.4);
}
.border-s-secondary-light\/45{
  border-inline-start-color: rgb(254 250 247 / 0.45);
}
.border-s-secondary-light\/5{
  border-inline-start-color: rgb(254 250 247 / 0.05);
}
.border-s-secondary-light\/50{
  border-inline-start-color: rgb(254 250 247 / 0.5);
}
.border-s-secondary-light\/55{
  border-inline-start-color: rgb(254 250 247 / 0.55);
}
.border-s-secondary-light\/60{
  border-inline-start-color: rgb(254 250 247 / 0.6);
}
.border-s-secondary-light\/65{
  border-inline-start-color: rgb(254 250 247 / 0.65);
}
.border-s-secondary-light\/70{
  border-inline-start-color: rgb(254 250 247 / 0.7);
}
.border-s-secondary-light\/75{
  border-inline-start-color: rgb(254 250 247 / 0.75);
}
.border-s-secondary-light\/80{
  border-inline-start-color: rgb(254 250 247 / 0.8);
}
.border-s-secondary-light\/85{
  border-inline-start-color: rgb(254 250 247 / 0.85);
}
.border-s-secondary-light\/90{
  border-inline-start-color: rgb(254 250 247 / 0.9);
}
.border-s-secondary-light\/95{
  border-inline-start-color: rgb(254 250 247 / 0.95);
}
.border-s-secondary\/0{
  border-inline-start-color: rgb(243 234 225 / 0);
}
.border-s-secondary\/10{
  border-inline-start-color: rgb(243 234 225 / 0.1);
}
.border-s-secondary\/100{
  border-inline-start-color: rgb(243 234 225 / 1);
}
.border-s-secondary\/15{
  border-inline-start-color: rgb(243 234 225 / 0.15);
}
.border-s-secondary\/20{
  border-inline-start-color: rgb(243 234 225 / 0.2);
}
.border-s-secondary\/25{
  border-inline-start-color: rgb(243 234 225 / 0.25);
}
.border-s-secondary\/30{
  border-inline-start-color: rgb(243 234 225 / 0.3);
}
.border-s-secondary\/35{
  border-inline-start-color: rgb(243 234 225 / 0.35);
}
.border-s-secondary\/40{
  border-inline-start-color: rgb(243 234 225 / 0.4);
}
.border-s-secondary\/45{
  border-inline-start-color: rgb(243 234 225 / 0.45);
}
.border-s-secondary\/5{
  border-inline-start-color: rgb(243 234 225 / 0.05);
}
.border-s-secondary\/50{
  border-inline-start-color: rgb(243 234 225 / 0.5);
}
.border-s-secondary\/55{
  border-inline-start-color: rgb(243 234 225 / 0.55);
}
.border-s-secondary\/60{
  border-inline-start-color: rgb(243 234 225 / 0.6);
}
.border-s-secondary\/65{
  border-inline-start-color: rgb(243 234 225 / 0.65);
}
.border-s-secondary\/70{
  border-inline-start-color: rgb(243 234 225 / 0.7);
}
.border-s-secondary\/75{
  border-inline-start-color: rgb(243 234 225 / 0.75);
}
.border-s-secondary\/80{
  border-inline-start-color: rgb(243 234 225 / 0.8);
}
.border-s-secondary\/85{
  border-inline-start-color: rgb(243 234 225 / 0.85);
}
.border-s-secondary\/90{
  border-inline-start-color: rgb(243 234 225 / 0.9);
}
.border-s-secondary\/95{
  border-inline-start-color: rgb(243 234 225 / 0.95);
}
.border-s-transparent{
  border-inline-start-color: transparent;
}
.border-s-transparent\/0{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.border-s-transparent\/10{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.border-s-transparent\/100{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.border-s-transparent\/15{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.border-s-transparent\/20{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.border-s-transparent\/25{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.border-s-transparent\/30{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.border-s-transparent\/35{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.border-s-transparent\/40{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.border-s-transparent\/45{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.border-s-transparent\/5{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.border-s-transparent\/50{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.border-s-transparent\/55{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.border-s-transparent\/60{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.border-s-transparent\/65{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.border-s-transparent\/70{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.border-s-transparent\/75{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.border-s-transparent\/80{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.border-s-transparent\/85{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.border-s-transparent\/90{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.border-s-transparent\/95{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.border-s-white{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-s-white\/0{
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-white\/10{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-white\/100{
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-white\/15{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.border-s-white\/20{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-white\/25{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-white\/30{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-white\/35{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.border-s-white\/40{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-white\/45{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.border-s-white\/5{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-white\/50{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-white\/55{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.border-s-white\/60{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-white\/65{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.border-s-white\/70{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-white\/75{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-white\/80{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-white\/85{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.border-s-white\/90{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-white\/95{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-t-accent{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.border-t-accent-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.border-t-accent-dark\/0{
  border-top-color: rgb(225 114 45 / 0);
}
.border-t-accent-dark\/10{
  border-top-color: rgb(225 114 45 / 0.1);
}
.border-t-accent-dark\/100{
  border-top-color: rgb(225 114 45 / 1);
}
.border-t-accent-dark\/15{
  border-top-color: rgb(225 114 45 / 0.15);
}
.border-t-accent-dark\/20{
  border-top-color: rgb(225 114 45 / 0.2);
}
.border-t-accent-dark\/25{
  border-top-color: rgb(225 114 45 / 0.25);
}
.border-t-accent-dark\/30{
  border-top-color: rgb(225 114 45 / 0.3);
}
.border-t-accent-dark\/35{
  border-top-color: rgb(225 114 45 / 0.35);
}
.border-t-accent-dark\/40{
  border-top-color: rgb(225 114 45 / 0.4);
}
.border-t-accent-dark\/45{
  border-top-color: rgb(225 114 45 / 0.45);
}
.border-t-accent-dark\/5{
  border-top-color: rgb(225 114 45 / 0.05);
}
.border-t-accent-dark\/50{
  border-top-color: rgb(225 114 45 / 0.5);
}
.border-t-accent-dark\/55{
  border-top-color: rgb(225 114 45 / 0.55);
}
.border-t-accent-dark\/60{
  border-top-color: rgb(225 114 45 / 0.6);
}
.border-t-accent-dark\/65{
  border-top-color: rgb(225 114 45 / 0.65);
}
.border-t-accent-dark\/70{
  border-top-color: rgb(225 114 45 / 0.7);
}
.border-t-accent-dark\/75{
  border-top-color: rgb(225 114 45 / 0.75);
}
.border-t-accent-dark\/80{
  border-top-color: rgb(225 114 45 / 0.8);
}
.border-t-accent-dark\/85{
  border-top-color: rgb(225 114 45 / 0.85);
}
.border-t-accent-dark\/90{
  border-top-color: rgb(225 114 45 / 0.9);
}
.border-t-accent-dark\/95{
  border-top-color: rgb(225 114 45 / 0.95);
}
.border-t-accent-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.border-t-accent-light\/0{
  border-top-color: rgb(255 191 105 / 0);
}
.border-t-accent-light\/10{
  border-top-color: rgb(255 191 105 / 0.1);
}
.border-t-accent-light\/100{
  border-top-color: rgb(255 191 105 / 1);
}
.border-t-accent-light\/15{
  border-top-color: rgb(255 191 105 / 0.15);
}
.border-t-accent-light\/20{
  border-top-color: rgb(255 191 105 / 0.2);
}
.border-t-accent-light\/25{
  border-top-color: rgb(255 191 105 / 0.25);
}
.border-t-accent-light\/30{
  border-top-color: rgb(255 191 105 / 0.3);
}
.border-t-accent-light\/35{
  border-top-color: rgb(255 191 105 / 0.35);
}
.border-t-accent-light\/40{
  border-top-color: rgb(255 191 105 / 0.4);
}
.border-t-accent-light\/45{
  border-top-color: rgb(255 191 105 / 0.45);
}
.border-t-accent-light\/5{
  border-top-color: rgb(255 191 105 / 0.05);
}
.border-t-accent-light\/50{
  border-top-color: rgb(255 191 105 / 0.5);
}
.border-t-accent-light\/55{
  border-top-color: rgb(255 191 105 / 0.55);
}
.border-t-accent-light\/60{
  border-top-color: rgb(255 191 105 / 0.6);
}
.border-t-accent-light\/65{
  border-top-color: rgb(255 191 105 / 0.65);
}
.border-t-accent-light\/70{
  border-top-color: rgb(255 191 105 / 0.7);
}
.border-t-accent-light\/75{
  border-top-color: rgb(255 191 105 / 0.75);
}
.border-t-accent-light\/80{
  border-top-color: rgb(255 191 105 / 0.8);
}
.border-t-accent-light\/85{
  border-top-color: rgb(255 191 105 / 0.85);
}
.border-t-accent-light\/90{
  border-top-color: rgb(255 191 105 / 0.9);
}
.border-t-accent-light\/95{
  border-top-color: rgb(255 191 105 / 0.95);
}
.border-t-accent\/0{
  border-top-color: rgb(229 136 78 / 0);
}
.border-t-accent\/10{
  border-top-color: rgb(229 136 78 / 0.1);
}
.border-t-accent\/100{
  border-top-color: rgb(229 136 78 / 1);
}
.border-t-accent\/15{
  border-top-color: rgb(229 136 78 / 0.15);
}
.border-t-accent\/20{
  border-top-color: rgb(229 136 78 / 0.2);
}
.border-t-accent\/25{
  border-top-color: rgb(229 136 78 / 0.25);
}
.border-t-accent\/30{
  border-top-color: rgb(229 136 78 / 0.3);
}
.border-t-accent\/35{
  border-top-color: rgb(229 136 78 / 0.35);
}
.border-t-accent\/40{
  border-top-color: rgb(229 136 78 / 0.4);
}
.border-t-accent\/45{
  border-top-color: rgb(229 136 78 / 0.45);
}
.border-t-accent\/5{
  border-top-color: rgb(229 136 78 / 0.05);
}
.border-t-accent\/50{
  border-top-color: rgb(229 136 78 / 0.5);
}
.border-t-accent\/55{
  border-top-color: rgb(229 136 78 / 0.55);
}
.border-t-accent\/60{
  border-top-color: rgb(229 136 78 / 0.6);
}
.border-t-accent\/65{
  border-top-color: rgb(229 136 78 / 0.65);
}
.border-t-accent\/70{
  border-top-color: rgb(229 136 78 / 0.7);
}
.border-t-accent\/75{
  border-top-color: rgb(229 136 78 / 0.75);
}
.border-t-accent\/80{
  border-top-color: rgb(229 136 78 / 0.8);
}
.border-t-accent\/85{
  border-top-color: rgb(229 136 78 / 0.85);
}
.border-t-accent\/90{
  border-top-color: rgb(229 136 78 / 0.9);
}
.border-t-accent\/95{
  border-top-color: rgb(229 136 78 / 0.95);
}
.border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-t-black\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-black\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-black\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-black\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-black\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-black\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-black\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-black\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-current{
  border-top-color: currentColor;
}
.border-t-error{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.border-t-error\/0{
  border-top-color: rgb(255 0 0 / 0);
}
.border-t-error\/10{
  border-top-color: rgb(255 0 0 / 0.1);
}
.border-t-error\/100{
  border-top-color: rgb(255 0 0 / 1);
}
.border-t-error\/15{
  border-top-color: rgb(255 0 0 / 0.15);
}
.border-t-error\/20{
  border-top-color: rgb(255 0 0 / 0.2);
}
.border-t-error\/25{
  border-top-color: rgb(255 0 0 / 0.25);
}
.border-t-error\/30{
  border-top-color: rgb(255 0 0 / 0.3);
}
.border-t-error\/35{
  border-top-color: rgb(255 0 0 / 0.35);
}
.border-t-error\/40{
  border-top-color: rgb(255 0 0 / 0.4);
}
.border-t-error\/45{
  border-top-color: rgb(255 0 0 / 0.45);
}
.border-t-error\/5{
  border-top-color: rgb(255 0 0 / 0.05);
}
.border-t-error\/50{
  border-top-color: rgb(255 0 0 / 0.5);
}
.border-t-error\/55{
  border-top-color: rgb(255 0 0 / 0.55);
}
.border-t-error\/60{
  border-top-color: rgb(255 0 0 / 0.6);
}
.border-t-error\/65{
  border-top-color: rgb(255 0 0 / 0.65);
}
.border-t-error\/70{
  border-top-color: rgb(255 0 0 / 0.7);
}
.border-t-error\/75{
  border-top-color: rgb(255 0 0 / 0.75);
}
.border-t-error\/80{
  border-top-color: rgb(255 0 0 / 0.8);
}
.border-t-error\/85{
  border-top-color: rgb(255 0 0 / 0.85);
}
.border-t-error\/90{
  border-top-color: rgb(255 0 0 / 0.9);
}
.border-t-error\/95{
  border-top-color: rgb(255 0 0 / 0.95);
}
.border-t-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-t-gray-100\/0{
  border-top-color: rgb(243 244 246 / 0);
}
.border-t-gray-100\/10{
  border-top-color: rgb(243 244 246 / 0.1);
}
.border-t-gray-100\/100{
  border-top-color: rgb(243 244 246 / 1);
}
.border-t-gray-100\/15{
  border-top-color: rgb(243 244 246 / 0.15);
}
.border-t-gray-100\/20{
  border-top-color: rgb(243 244 246 / 0.2);
}
.border-t-gray-100\/25{
  border-top-color: rgb(243 244 246 / 0.25);
}
.border-t-gray-100\/30{
  border-top-color: rgb(243 244 246 / 0.3);
}
.border-t-gray-100\/35{
  border-top-color: rgb(243 244 246 / 0.35);
}
.border-t-gray-100\/40{
  border-top-color: rgb(243 244 246 / 0.4);
}
.border-t-gray-100\/45{
  border-top-color: rgb(243 244 246 / 0.45);
}
.border-t-gray-100\/5{
  border-top-color: rgb(243 244 246 / 0.05);
}
.border-t-gray-100\/50{
  border-top-color: rgb(243 244 246 / 0.5);
}
.border-t-gray-100\/55{
  border-top-color: rgb(243 244 246 / 0.55);
}
.border-t-gray-100\/60{
  border-top-color: rgb(243 244 246 / 0.6);
}
.border-t-gray-100\/65{
  border-top-color: rgb(243 244 246 / 0.65);
}
.border-t-gray-100\/70{
  border-top-color: rgb(243 244 246 / 0.7);
}
.border-t-gray-100\/75{
  border-top-color: rgb(243 244 246 / 0.75);
}
.border-t-gray-100\/80{
  border-top-color: rgb(243 244 246 / 0.8);
}
.border-t-gray-100\/85{
  border-top-color: rgb(243 244 246 / 0.85);
}
.border-t-gray-100\/90{
  border-top-color: rgb(243 244 246 / 0.9);
}
.border-t-gray-100\/95{
  border-top-color: rgb(243 244 246 / 0.95);
}
.border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-t-gray-200\/0{
  border-top-color: rgb(229 231 235 / 0);
}
.border-t-gray-200\/10{
  border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-gray-200\/100{
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-gray-200\/15{
  border-top-color: rgb(229 231 235 / 0.15);
}
.border-t-gray-200\/20{
  border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-gray-200\/25{
  border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-gray-200\/30{
  border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-gray-200\/35{
  border-top-color: rgb(229 231 235 / 0.35);
}
.border-t-gray-200\/40{
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-gray-200\/45{
  border-top-color: rgb(229 231 235 / 0.45);
}
.border-t-gray-200\/5{
  border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-gray-200\/50{
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-gray-200\/55{
  border-top-color: rgb(229 231 235 / 0.55);
}
.border-t-gray-200\/60{
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-gray-200\/65{
  border-top-color: rgb(229 231 235 / 0.65);
}
.border-t-gray-200\/70{
  border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-gray-200\/75{
  border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-gray-200\/80{
  border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-gray-200\/85{
  border-top-color: rgb(229 231 235 / 0.85);
}
.border-t-gray-200\/90{
  border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-gray-200\/95{
  border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-t-gray-300\/0{
  border-top-color: rgb(209 213 219 / 0);
}
.border-t-gray-300\/10{
  border-top-color: rgb(209 213 219 / 0.1);
}
.border-t-gray-300\/100{
  border-top-color: rgb(209 213 219 / 1);
}
.border-t-gray-300\/15{
  border-top-color: rgb(209 213 219 / 0.15);
}
.border-t-gray-300\/20{
  border-top-color: rgb(209 213 219 / 0.2);
}
.border-t-gray-300\/25{
  border-top-color: rgb(209 213 219 / 0.25);
}
.border-t-gray-300\/30{
  border-top-color: rgb(209 213 219 / 0.3);
}
.border-t-gray-300\/35{
  border-top-color: rgb(209 213 219 / 0.35);
}
.border-t-gray-300\/40{
  border-top-color: rgb(209 213 219 / 0.4);
}
.border-t-gray-300\/45{
  border-top-color: rgb(209 213 219 / 0.45);
}
.border-t-gray-300\/5{
  border-top-color: rgb(209 213 219 / 0.05);
}
.border-t-gray-300\/50{
  border-top-color: rgb(209 213 219 / 0.5);
}
.border-t-gray-300\/55{
  border-top-color: rgb(209 213 219 / 0.55);
}
.border-t-gray-300\/60{
  border-top-color: rgb(209 213 219 / 0.6);
}
.border-t-gray-300\/65{
  border-top-color: rgb(209 213 219 / 0.65);
}
.border-t-gray-300\/70{
  border-top-color: rgb(209 213 219 / 0.7);
}
.border-t-gray-300\/75{
  border-top-color: rgb(209 213 219 / 0.75);
}
.border-t-gray-300\/80{
  border-top-color: rgb(209 213 219 / 0.8);
}
.border-t-gray-300\/85{
  border-top-color: rgb(209 213 219 / 0.85);
}
.border-t-gray-300\/90{
  border-top-color: rgb(209 213 219 / 0.9);
}
.border-t-gray-300\/95{
  border-top-color: rgb(209 213 219 / 0.95);
}
.border-t-gray-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-t-gray-400\/0{
  border-top-color: rgb(156 163 175 / 0);
}
.border-t-gray-400\/10{
  border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-gray-400\/100{
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-gray-400\/15{
  border-top-color: rgb(156 163 175 / 0.15);
}
.border-t-gray-400\/20{
  border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-gray-400\/25{
  border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-gray-400\/30{
  border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-gray-400\/35{
  border-top-color: rgb(156 163 175 / 0.35);
}
.border-t-gray-400\/40{
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-gray-400\/45{
  border-top-color: rgb(156 163 175 / 0.45);
}
.border-t-gray-400\/5{
  border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-gray-400\/50{
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-gray-400\/55{
  border-top-color: rgb(156 163 175 / 0.55);
}
.border-t-gray-400\/60{
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-gray-400\/65{
  border-top-color: rgb(156 163 175 / 0.65);
}
.border-t-gray-400\/70{
  border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-gray-400\/75{
  border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-gray-400\/80{
  border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-gray-400\/85{
  border-top-color: rgb(156 163 175 / 0.85);
}
.border-t-gray-400\/90{
  border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-gray-400\/95{
  border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-gray-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-gray-50\/0{
  border-top-color: rgb(249 250 251 / 0);
}
.border-t-gray-50\/10{
  border-top-color: rgb(249 250 251 / 0.1);
}
.border-t-gray-50\/100{
  border-top-color: rgb(249 250 251 / 1);
}
.border-t-gray-50\/15{
  border-top-color: rgb(249 250 251 / 0.15);
}
.border-t-gray-50\/20{
  border-top-color: rgb(249 250 251 / 0.2);
}
.border-t-gray-50\/25{
  border-top-color: rgb(249 250 251 / 0.25);
}
.border-t-gray-50\/30{
  border-top-color: rgb(249 250 251 / 0.3);
}
.border-t-gray-50\/35{
  border-top-color: rgb(249 250 251 / 0.35);
}
.border-t-gray-50\/40{
  border-top-color: rgb(249 250 251 / 0.4);
}
.border-t-gray-50\/45{
  border-top-color: rgb(249 250 251 / 0.45);
}
.border-t-gray-50\/5{
  border-top-color: rgb(249 250 251 / 0.05);
}
.border-t-gray-50\/50{
  border-top-color: rgb(249 250 251 / 0.5);
}
.border-t-gray-50\/55{
  border-top-color: rgb(249 250 251 / 0.55);
}
.border-t-gray-50\/60{
  border-top-color: rgb(249 250 251 / 0.6);
}
.border-t-gray-50\/65{
  border-top-color: rgb(249 250 251 / 0.65);
}
.border-t-gray-50\/70{
  border-top-color: rgb(249 250 251 / 0.7);
}
.border-t-gray-50\/75{
  border-top-color: rgb(249 250 251 / 0.75);
}
.border-t-gray-50\/80{
  border-top-color: rgb(249 250 251 / 0.8);
}
.border-t-gray-50\/85{
  border-top-color: rgb(249 250 251 / 0.85);
}
.border-t-gray-50\/90{
  border-top-color: rgb(249 250 251 / 0.9);
}
.border-t-gray-50\/95{
  border-top-color: rgb(249 250 251 / 0.95);
}
.border-t-gray-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-t-gray-500\/0{
  border-top-color: rgb(107 114 128 / 0);
}
.border-t-gray-500\/10{
  border-top-color: rgb(107 114 128 / 0.1);
}
.border-t-gray-500\/100{
  border-top-color: rgb(107 114 128 / 1);
}
.border-t-gray-500\/15{
  border-top-color: rgb(107 114 128 / 0.15);
}
.border-t-gray-500\/20{
  border-top-color: rgb(107 114 128 / 0.2);
}
.border-t-gray-500\/25{
  border-top-color: rgb(107 114 128 / 0.25);
}
.border-t-gray-500\/30{
  border-top-color: rgb(107 114 128 / 0.3);
}
.border-t-gray-500\/35{
  border-top-color: rgb(107 114 128 / 0.35);
}
.border-t-gray-500\/40{
  border-top-color: rgb(107 114 128 / 0.4);
}
.border-t-gray-500\/45{
  border-top-color: rgb(107 114 128 / 0.45);
}
.border-t-gray-500\/5{
  border-top-color: rgb(107 114 128 / 0.05);
}
.border-t-gray-500\/50{
  border-top-color: rgb(107 114 128 / 0.5);
}
.border-t-gray-500\/55{
  border-top-color: rgb(107 114 128 / 0.55);
}
.border-t-gray-500\/60{
  border-top-color: rgb(107 114 128 / 0.6);
}
.border-t-gray-500\/65{
  border-top-color: rgb(107 114 128 / 0.65);
}
.border-t-gray-500\/70{
  border-top-color: rgb(107 114 128 / 0.7);
}
.border-t-gray-500\/75{
  border-top-color: rgb(107 114 128 / 0.75);
}
.border-t-gray-500\/80{
  border-top-color: rgb(107 114 128 / 0.8);
}
.border-t-gray-500\/85{
  border-top-color: rgb(107 114 128 / 0.85);
}
.border-t-gray-500\/90{
  border-top-color: rgb(107 114 128 / 0.9);
}
.border-t-gray-500\/95{
  border-top-color: rgb(107 114 128 / 0.95);
}
.border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-t-gray-600\/0{
  border-top-color: rgb(75 85 99 / 0);
}
.border-t-gray-600\/10{
  border-top-color: rgb(75 85 99 / 0.1);
}
.border-t-gray-600\/100{
  border-top-color: rgb(75 85 99 / 1);
}
.border-t-gray-600\/15{
  border-top-color: rgb(75 85 99 / 0.15);
}
.border-t-gray-600\/20{
  border-top-color: rgb(75 85 99 / 0.2);
}
.border-t-gray-600\/25{
  border-top-color: rgb(75 85 99 / 0.25);
}
.border-t-gray-600\/30{
  border-top-color: rgb(75 85 99 / 0.3);
}
.border-t-gray-600\/35{
  border-top-color: rgb(75 85 99 / 0.35);
}
.border-t-gray-600\/40{
  border-top-color: rgb(75 85 99 / 0.4);
}
.border-t-gray-600\/45{
  border-top-color: rgb(75 85 99 / 0.45);
}
.border-t-gray-600\/5{
  border-top-color: rgb(75 85 99 / 0.05);
}
.border-t-gray-600\/50{
  border-top-color: rgb(75 85 99 / 0.5);
}
.border-t-gray-600\/55{
  border-top-color: rgb(75 85 99 / 0.55);
}
.border-t-gray-600\/60{
  border-top-color: rgb(75 85 99 / 0.6);
}
.border-t-gray-600\/65{
  border-top-color: rgb(75 85 99 / 0.65);
}
.border-t-gray-600\/70{
  border-top-color: rgb(75 85 99 / 0.7);
}
.border-t-gray-600\/75{
  border-top-color: rgb(75 85 99 / 0.75);
}
.border-t-gray-600\/80{
  border-top-color: rgb(75 85 99 / 0.8);
}
.border-t-gray-600\/85{
  border-top-color: rgb(75 85 99 / 0.85);
}
.border-t-gray-600\/90{
  border-top-color: rgb(75 85 99 / 0.9);
}
.border-t-gray-600\/95{
  border-top-color: rgb(75 85 99 / 0.95);
}
.border-t-gray-700{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-t-gray-700\/0{
  border-top-color: rgb(55 65 81 / 0);
}
.border-t-gray-700\/10{
  border-top-color: rgb(55 65 81 / 0.1);
}
.border-t-gray-700\/100{
  border-top-color: rgb(55 65 81 / 1);
}
.border-t-gray-700\/15{
  border-top-color: rgb(55 65 81 / 0.15);
}
.border-t-gray-700\/20{
  border-top-color: rgb(55 65 81 / 0.2);
}
.border-t-gray-700\/25{
  border-top-color: rgb(55 65 81 / 0.25);
}
.border-t-gray-700\/30{
  border-top-color: rgb(55 65 81 / 0.3);
}
.border-t-gray-700\/35{
  border-top-color: rgb(55 65 81 / 0.35);
}
.border-t-gray-700\/40{
  border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-gray-700\/45{
  border-top-color: rgb(55 65 81 / 0.45);
}
.border-t-gray-700\/5{
  border-top-color: rgb(55 65 81 / 0.05);
}
.border-t-gray-700\/50{
  border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-gray-700\/55{
  border-top-color: rgb(55 65 81 / 0.55);
}
.border-t-gray-700\/60{
  border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-gray-700\/65{
  border-top-color: rgb(55 65 81 / 0.65);
}
.border-t-gray-700\/70{
  border-top-color: rgb(55 65 81 / 0.7);
}
.border-t-gray-700\/75{
  border-top-color: rgb(55 65 81 / 0.75);
}
.border-t-gray-700\/80{
  border-top-color: rgb(55 65 81 / 0.8);
}
.border-t-gray-700\/85{
  border-top-color: rgb(55 65 81 / 0.85);
}
.border-t-gray-700\/90{
  border-top-color: rgb(55 65 81 / 0.9);
}
.border-t-gray-700\/95{
  border-top-color: rgb(55 65 81 / 0.95);
}
.border-t-gray-800{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-t-gray-800\/0{
  border-top-color: rgb(31 41 55 / 0);
}
.border-t-gray-800\/10{
  border-top-color: rgb(31 41 55 / 0.1);
}
.border-t-gray-800\/100{
  border-top-color: rgb(31 41 55 / 1);
}
.border-t-gray-800\/15{
  border-top-color: rgb(31 41 55 / 0.15);
}
.border-t-gray-800\/20{
  border-top-color: rgb(31 41 55 / 0.2);
}
.border-t-gray-800\/25{
  border-top-color: rgb(31 41 55 / 0.25);
}
.border-t-gray-800\/30{
  border-top-color: rgb(31 41 55 / 0.3);
}
.border-t-gray-800\/35{
  border-top-color: rgb(31 41 55 / 0.35);
}
.border-t-gray-800\/40{
  border-top-color: rgb(31 41 55 / 0.4);
}
.border-t-gray-800\/45{
  border-top-color: rgb(31 41 55 / 0.45);
}
.border-t-gray-800\/5{
  border-top-color: rgb(31 41 55 / 0.05);
}
.border-t-gray-800\/50{
  border-top-color: rgb(31 41 55 / 0.5);
}
.border-t-gray-800\/55{
  border-top-color: rgb(31 41 55 / 0.55);
}
.border-t-gray-800\/60{
  border-top-color: rgb(31 41 55 / 0.6);
}
.border-t-gray-800\/65{
  border-top-color: rgb(31 41 55 / 0.65);
}
.border-t-gray-800\/70{
  border-top-color: rgb(31 41 55 / 0.7);
}
.border-t-gray-800\/75{
  border-top-color: rgb(31 41 55 / 0.75);
}
.border-t-gray-800\/80{
  border-top-color: rgb(31 41 55 / 0.8);
}
.border-t-gray-800\/85{
  border-top-color: rgb(31 41 55 / 0.85);
}
.border-t-gray-800\/90{
  border-top-color: rgb(31 41 55 / 0.9);
}
.border-t-gray-800\/95{
  border-top-color: rgb(31 41 55 / 0.95);
}
.border-t-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.border-t-gray-900\/0{
  border-top-color: rgb(17 24 39 / 0);
}
.border-t-gray-900\/10{
  border-top-color: rgb(17 24 39 / 0.1);
}
.border-t-gray-900\/100{
  border-top-color: rgb(17 24 39 / 1);
}
.border-t-gray-900\/15{
  border-top-color: rgb(17 24 39 / 0.15);
}
.border-t-gray-900\/20{
  border-top-color: rgb(17 24 39 / 0.2);
}
.border-t-gray-900\/25{
  border-top-color: rgb(17 24 39 / 0.25);
}
.border-t-gray-900\/30{
  border-top-color: rgb(17 24 39 / 0.3);
}
.border-t-gray-900\/35{
  border-top-color: rgb(17 24 39 / 0.35);
}
.border-t-gray-900\/40{
  border-top-color: rgb(17 24 39 / 0.4);
}
.border-t-gray-900\/45{
  border-top-color: rgb(17 24 39 / 0.45);
}
.border-t-gray-900\/5{
  border-top-color: rgb(17 24 39 / 0.05);
}
.border-t-gray-900\/50{
  border-top-color: rgb(17 24 39 / 0.5);
}
.border-t-gray-900\/55{
  border-top-color: rgb(17 24 39 / 0.55);
}
.border-t-gray-900\/60{
  border-top-color: rgb(17 24 39 / 0.6);
}
.border-t-gray-900\/65{
  border-top-color: rgb(17 24 39 / 0.65);
}
.border-t-gray-900\/70{
  border-top-color: rgb(17 24 39 / 0.7);
}
.border-t-gray-900\/75{
  border-top-color: rgb(17 24 39 / 0.75);
}
.border-t-gray-900\/80{
  border-top-color: rgb(17 24 39 / 0.8);
}
.border-t-gray-900\/85{
  border-top-color: rgb(17 24 39 / 0.85);
}
.border-t-gray-900\/90{
  border-top-color: rgb(17 24 39 / 0.9);
}
.border-t-gray-900\/95{
  border-top-color: rgb(17 24 39 / 0.95);
}
.border-t-gray-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.border-t-gray-950\/0{
  border-top-color: rgb(3 7 18 / 0);
}
.border-t-gray-950\/10{
  border-top-color: rgb(3 7 18 / 0.1);
}
.border-t-gray-950\/100{
  border-top-color: rgb(3 7 18 / 1);
}
.border-t-gray-950\/15{
  border-top-color: rgb(3 7 18 / 0.15);
}
.border-t-gray-950\/20{
  border-top-color: rgb(3 7 18 / 0.2);
}
.border-t-gray-950\/25{
  border-top-color: rgb(3 7 18 / 0.25);
}
.border-t-gray-950\/30{
  border-top-color: rgb(3 7 18 / 0.3);
}
.border-t-gray-950\/35{
  border-top-color: rgb(3 7 18 / 0.35);
}
.border-t-gray-950\/40{
  border-top-color: rgb(3 7 18 / 0.4);
}
.border-t-gray-950\/45{
  border-top-color: rgb(3 7 18 / 0.45);
}
.border-t-gray-950\/5{
  border-top-color: rgb(3 7 18 / 0.05);
}
.border-t-gray-950\/50{
  border-top-color: rgb(3 7 18 / 0.5);
}
.border-t-gray-950\/55{
  border-top-color: rgb(3 7 18 / 0.55);
}
.border-t-gray-950\/60{
  border-top-color: rgb(3 7 18 / 0.6);
}
.border-t-gray-950\/65{
  border-top-color: rgb(3 7 18 / 0.65);
}
.border-t-gray-950\/70{
  border-top-color: rgb(3 7 18 / 0.7);
}
.border-t-gray-950\/75{
  border-top-color: rgb(3 7 18 / 0.75);
}
.border-t-gray-950\/80{
  border-top-color: rgb(3 7 18 / 0.8);
}
.border-t-gray-950\/85{
  border-top-color: rgb(3 7 18 / 0.85);
}
.border-t-gray-950\/90{
  border-top-color: rgb(3 7 18 / 0.9);
}
.border-t-gray-950\/95{
  border-top-color: rgb(3 7 18 / 0.95);
}
.border-t-inherit{
  border-top-color: inherit;
}
.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.border-t-primary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.border-t-primary-dark\/0{
  border-top-color: rgb(26 88 121 / 0);
}
.border-t-primary-dark\/10{
  border-top-color: rgb(26 88 121 / 0.1);
}
.border-t-primary-dark\/100{
  border-top-color: rgb(26 88 121 / 1);
}
.border-t-primary-dark\/15{
  border-top-color: rgb(26 88 121 / 0.15);
}
.border-t-primary-dark\/20{
  border-top-color: rgb(26 88 121 / 0.2);
}
.border-t-primary-dark\/25{
  border-top-color: rgb(26 88 121 / 0.25);
}
.border-t-primary-dark\/30{
  border-top-color: rgb(26 88 121 / 0.3);
}
.border-t-primary-dark\/35{
  border-top-color: rgb(26 88 121 / 0.35);
}
.border-t-primary-dark\/40{
  border-top-color: rgb(26 88 121 / 0.4);
}
.border-t-primary-dark\/45{
  border-top-color: rgb(26 88 121 / 0.45);
}
.border-t-primary-dark\/5{
  border-top-color: rgb(26 88 121 / 0.05);
}
.border-t-primary-dark\/50{
  border-top-color: rgb(26 88 121 / 0.5);
}
.border-t-primary-dark\/55{
  border-top-color: rgb(26 88 121 / 0.55);
}
.border-t-primary-dark\/60{
  border-top-color: rgb(26 88 121 / 0.6);
}
.border-t-primary-dark\/65{
  border-top-color: rgb(26 88 121 / 0.65);
}
.border-t-primary-dark\/70{
  border-top-color: rgb(26 88 121 / 0.7);
}
.border-t-primary-dark\/75{
  border-top-color: rgb(26 88 121 / 0.75);
}
.border-t-primary-dark\/80{
  border-top-color: rgb(26 88 121 / 0.8);
}
.border-t-primary-dark\/85{
  border-top-color: rgb(26 88 121 / 0.85);
}
.border-t-primary-dark\/90{
  border-top-color: rgb(26 88 121 / 0.9);
}
.border-t-primary-dark\/95{
  border-top-color: rgb(26 88 121 / 0.95);
}
.border-t-primary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.border-t-primary-light\/0{
  border-top-color: rgb(85 154 193 / 0);
}
.border-t-primary-light\/10{
  border-top-color: rgb(85 154 193 / 0.1);
}
.border-t-primary-light\/100{
  border-top-color: rgb(85 154 193 / 1);
}
.border-t-primary-light\/15{
  border-top-color: rgb(85 154 193 / 0.15);
}
.border-t-primary-light\/20{
  border-top-color: rgb(85 154 193 / 0.2);
}
.border-t-primary-light\/25{
  border-top-color: rgb(85 154 193 / 0.25);
}
.border-t-primary-light\/30{
  border-top-color: rgb(85 154 193 / 0.3);
}
.border-t-primary-light\/35{
  border-top-color: rgb(85 154 193 / 0.35);
}
.border-t-primary-light\/40{
  border-top-color: rgb(85 154 193 / 0.4);
}
.border-t-primary-light\/45{
  border-top-color: rgb(85 154 193 / 0.45);
}
.border-t-primary-light\/5{
  border-top-color: rgb(85 154 193 / 0.05);
}
.border-t-primary-light\/50{
  border-top-color: rgb(85 154 193 / 0.5);
}
.border-t-primary-light\/55{
  border-top-color: rgb(85 154 193 / 0.55);
}
.border-t-primary-light\/60{
  border-top-color: rgb(85 154 193 / 0.6);
}
.border-t-primary-light\/65{
  border-top-color: rgb(85 154 193 / 0.65);
}
.border-t-primary-light\/70{
  border-top-color: rgb(85 154 193 / 0.7);
}
.border-t-primary-light\/75{
  border-top-color: rgb(85 154 193 / 0.75);
}
.border-t-primary-light\/80{
  border-top-color: rgb(85 154 193 / 0.8);
}
.border-t-primary-light\/85{
  border-top-color: rgb(85 154 193 / 0.85);
}
.border-t-primary-light\/90{
  border-top-color: rgb(85 154 193 / 0.9);
}
.border-t-primary-light\/95{
  border-top-color: rgb(85 154 193 / 0.95);
}
.border-t-primary-lighter{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.border-t-primary-lighter\/0{
  border-top-color: rgb(115 177 212 / 0);
}
.border-t-primary-lighter\/10{
  border-top-color: rgb(115 177 212 / 0.1);
}
.border-t-primary-lighter\/100{
  border-top-color: rgb(115 177 212 / 1);
}
.border-t-primary-lighter\/15{
  border-top-color: rgb(115 177 212 / 0.15);
}
.border-t-primary-lighter\/20{
  border-top-color: rgb(115 177 212 / 0.2);
}
.border-t-primary-lighter\/25{
  border-top-color: rgb(115 177 212 / 0.25);
}
.border-t-primary-lighter\/30{
  border-top-color: rgb(115 177 212 / 0.3);
}
.border-t-primary-lighter\/35{
  border-top-color: rgb(115 177 212 / 0.35);
}
.border-t-primary-lighter\/40{
  border-top-color: rgb(115 177 212 / 0.4);
}
.border-t-primary-lighter\/45{
  border-top-color: rgb(115 177 212 / 0.45);
}
.border-t-primary-lighter\/5{
  border-top-color: rgb(115 177 212 / 0.05);
}
.border-t-primary-lighter\/50{
  border-top-color: rgb(115 177 212 / 0.5);
}
.border-t-primary-lighter\/55{
  border-top-color: rgb(115 177 212 / 0.55);
}
.border-t-primary-lighter\/60{
  border-top-color: rgb(115 177 212 / 0.6);
}
.border-t-primary-lighter\/65{
  border-top-color: rgb(115 177 212 / 0.65);
}
.border-t-primary-lighter\/70{
  border-top-color: rgb(115 177 212 / 0.7);
}
.border-t-primary-lighter\/75{
  border-top-color: rgb(115 177 212 / 0.75);
}
.border-t-primary-lighter\/80{
  border-top-color: rgb(115 177 212 / 0.8);
}
.border-t-primary-lighter\/85{
  border-top-color: rgb(115 177 212 / 0.85);
}
.border-t-primary-lighter\/90{
  border-top-color: rgb(115 177 212 / 0.9);
}
.border-t-primary-lighter\/95{
  border-top-color: rgb(115 177 212 / 0.95);
}
.border-t-primary\/0{
  border-top-color: rgb(52 114 147 / 0);
}
.border-t-primary\/10{
  border-top-color: rgb(52 114 147 / 0.1);
}
.border-t-primary\/100{
  border-top-color: rgb(52 114 147 / 1);
}
.border-t-primary\/15{
  border-top-color: rgb(52 114 147 / 0.15);
}
.border-t-primary\/20{
  border-top-color: rgb(52 114 147 / 0.2);
}
.border-t-primary\/25{
  border-top-color: rgb(52 114 147 / 0.25);
}
.border-t-primary\/30{
  border-top-color: rgb(52 114 147 / 0.3);
}
.border-t-primary\/35{
  border-top-color: rgb(52 114 147 / 0.35);
}
.border-t-primary\/40{
  border-top-color: rgb(52 114 147 / 0.4);
}
.border-t-primary\/45{
  border-top-color: rgb(52 114 147 / 0.45);
}
.border-t-primary\/5{
  border-top-color: rgb(52 114 147 / 0.05);
}
.border-t-primary\/50{
  border-top-color: rgb(52 114 147 / 0.5);
}
.border-t-primary\/55{
  border-top-color: rgb(52 114 147 / 0.55);
}
.border-t-primary\/60{
  border-top-color: rgb(52 114 147 / 0.6);
}
.border-t-primary\/65{
  border-top-color: rgb(52 114 147 / 0.65);
}
.border-t-primary\/70{
  border-top-color: rgb(52 114 147 / 0.7);
}
.border-t-primary\/75{
  border-top-color: rgb(52 114 147 / 0.75);
}
.border-t-primary\/80{
  border-top-color: rgb(52 114 147 / 0.8);
}
.border-t-primary\/85{
  border-top-color: rgb(52 114 147 / 0.85);
}
.border-t-primary\/90{
  border-top-color: rgb(52 114 147 / 0.9);
}
.border-t-primary\/95{
  border-top-color: rgb(52 114 147 / 0.95);
}
.border-t-secondary{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.border-t-secondary-dark{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.border-t-secondary-dark\/0{
  border-top-color: rgb(226 207 188 / 0);
}
.border-t-secondary-dark\/10{
  border-top-color: rgb(226 207 188 / 0.1);
}
.border-t-secondary-dark\/100{
  border-top-color: rgb(226 207 188 / 1);
}
.border-t-secondary-dark\/15{
  border-top-color: rgb(226 207 188 / 0.15);
}
.border-t-secondary-dark\/20{
  border-top-color: rgb(226 207 188 / 0.2);
}
.border-t-secondary-dark\/25{
  border-top-color: rgb(226 207 188 / 0.25);
}
.border-t-secondary-dark\/30{
  border-top-color: rgb(226 207 188 / 0.3);
}
.border-t-secondary-dark\/35{
  border-top-color: rgb(226 207 188 / 0.35);
}
.border-t-secondary-dark\/40{
  border-top-color: rgb(226 207 188 / 0.4);
}
.border-t-secondary-dark\/45{
  border-top-color: rgb(226 207 188 / 0.45);
}
.border-t-secondary-dark\/5{
  border-top-color: rgb(226 207 188 / 0.05);
}
.border-t-secondary-dark\/50{
  border-top-color: rgb(226 207 188 / 0.5);
}
.border-t-secondary-dark\/55{
  border-top-color: rgb(226 207 188 / 0.55);
}
.border-t-secondary-dark\/60{
  border-top-color: rgb(226 207 188 / 0.6);
}
.border-t-secondary-dark\/65{
  border-top-color: rgb(226 207 188 / 0.65);
}
.border-t-secondary-dark\/70{
  border-top-color: rgb(226 207 188 / 0.7);
}
.border-t-secondary-dark\/75{
  border-top-color: rgb(226 207 188 / 0.75);
}
.border-t-secondary-dark\/80{
  border-top-color: rgb(226 207 188 / 0.8);
}
.border-t-secondary-dark\/85{
  border-top-color: rgb(226 207 188 / 0.85);
}
.border-t-secondary-dark\/90{
  border-top-color: rgb(226 207 188 / 0.9);
}
.border-t-secondary-dark\/95{
  border-top-color: rgb(226 207 188 / 0.95);
}
.border-t-secondary-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.border-t-secondary-light\/0{
  border-top-color: rgb(254 250 247 / 0);
}
.border-t-secondary-light\/10{
  border-top-color: rgb(254 250 247 / 0.1);
}
.border-t-secondary-light\/100{
  border-top-color: rgb(254 250 247 / 1);
}
.border-t-secondary-light\/15{
  border-top-color: rgb(254 250 247 / 0.15);
}
.border-t-secondary-light\/20{
  border-top-color: rgb(254 250 247 / 0.2);
}
.border-t-secondary-light\/25{
  border-top-color: rgb(254 250 247 / 0.25);
}
.border-t-secondary-light\/30{
  border-top-color: rgb(254 250 247 / 0.3);
}
.border-t-secondary-light\/35{
  border-top-color: rgb(254 250 247 / 0.35);
}
.border-t-secondary-light\/40{
  border-top-color: rgb(254 250 247 / 0.4);
}
.border-t-secondary-light\/45{
  border-top-color: rgb(254 250 247 / 0.45);
}
.border-t-secondary-light\/5{
  border-top-color: rgb(254 250 247 / 0.05);
}
.border-t-secondary-light\/50{
  border-top-color: rgb(254 250 247 / 0.5);
}
.border-t-secondary-light\/55{
  border-top-color: rgb(254 250 247 / 0.55);
}
.border-t-secondary-light\/60{
  border-top-color: rgb(254 250 247 / 0.6);
}
.border-t-secondary-light\/65{
  border-top-color: rgb(254 250 247 / 0.65);
}
.border-t-secondary-light\/70{
  border-top-color: rgb(254 250 247 / 0.7);
}
.border-t-secondary-light\/75{
  border-top-color: rgb(254 250 247 / 0.75);
}
.border-t-secondary-light\/80{
  border-top-color: rgb(254 250 247 / 0.8);
}
.border-t-secondary-light\/85{
  border-top-color: rgb(254 250 247 / 0.85);
}
.border-t-secondary-light\/90{
  border-top-color: rgb(254 250 247 / 0.9);
}
.border-t-secondary-light\/95{
  border-top-color: rgb(254 250 247 / 0.95);
}
.border-t-secondary\/0{
  border-top-color: rgb(243 234 225 / 0);
}
.border-t-secondary\/10{
  border-top-color: rgb(243 234 225 / 0.1);
}
.border-t-secondary\/100{
  border-top-color: rgb(243 234 225 / 1);
}
.border-t-secondary\/15{
  border-top-color: rgb(243 234 225 / 0.15);
}
.border-t-secondary\/20{
  border-top-color: rgb(243 234 225 / 0.2);
}
.border-t-secondary\/25{
  border-top-color: rgb(243 234 225 / 0.25);
}
.border-t-secondary\/30{
  border-top-color: rgb(243 234 225 / 0.3);
}
.border-t-secondary\/35{
  border-top-color: rgb(243 234 225 / 0.35);
}
.border-t-secondary\/40{
  border-top-color: rgb(243 234 225 / 0.4);
}
.border-t-secondary\/45{
  border-top-color: rgb(243 234 225 / 0.45);
}
.border-t-secondary\/5{
  border-top-color: rgb(243 234 225 / 0.05);
}
.border-t-secondary\/50{
  border-top-color: rgb(243 234 225 / 0.5);
}
.border-t-secondary\/55{
  border-top-color: rgb(243 234 225 / 0.55);
}
.border-t-secondary\/60{
  border-top-color: rgb(243 234 225 / 0.6);
}
.border-t-secondary\/65{
  border-top-color: rgb(243 234 225 / 0.65);
}
.border-t-secondary\/70{
  border-top-color: rgb(243 234 225 / 0.7);
}
.border-t-secondary\/75{
  border-top-color: rgb(243 234 225 / 0.75);
}
.border-t-secondary\/80{
  border-top-color: rgb(243 234 225 / 0.8);
}
.border-t-secondary\/85{
  border-top-color: rgb(243 234 225 / 0.85);
}
.border-t-secondary\/90{
  border-top-color: rgb(243 234 225 / 0.9);
}
.border-t-secondary\/95{
  border-top-color: rgb(243 234 225 / 0.95);
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.border-t-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.border-t-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.border-t-transparent\/15{
  border-top-color: rgb(0 0 0 / 0.15);
}
.border-t-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.border-t-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.border-t-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.border-t-transparent\/35{
  border-top-color: rgb(0 0 0 / 0.35);
}
.border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.border-t-transparent\/45{
  border-top-color: rgb(0 0 0 / 0.45);
}
.border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.border-t-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.border-t-transparent\/55{
  border-top-color: rgb(0 0 0 / 0.55);
}
.border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-transparent\/65{
  border-top-color: rgb(0 0 0 / 0.65);
}
.border-t-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.border-t-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.border-t-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.border-t-transparent\/85{
  border-top-color: rgb(0 0 0 / 0.85);
}
.border-t-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.border-t-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-white\/15{
  border-top-color: rgb(255 255 255 / 0.15);
}
.border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-white\/35{
  border-top-color: rgb(255 255 255 / 0.35);
}
.border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-white\/45{
  border-top-color: rgb(255 255 255 / 0.45);
}
.border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-white\/55{
  border-top-color: rgb(255 255 255 / 0.55);
}
.border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/65{
  border-top-color: rgb(255 255 255 / 0.65);
}
.border-t-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-white\/85{
  border-top-color: rgb(255 255 255 / 0.85);
}
.border-t-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-opacity-0{
  --tw-border-opacity: 0;
}
.border-opacity-10{
  --tw-border-opacity: 0.1;
}
.border-opacity-100{
  --tw-border-opacity: 1;
}
.border-opacity-15{
  --tw-border-opacity: 0.15;
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-25{
  --tw-border-opacity: 0.25;
}
.border-opacity-30{
  --tw-border-opacity: 0.3;
}
.border-opacity-35{
  --tw-border-opacity: 0.35;
}
.border-opacity-40{
  --tw-border-opacity: 0.4;
}
.border-opacity-45{
  --tw-border-opacity: 0.45;
}
.border-opacity-5{
  --tw-border-opacity: 0.05;
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.border-opacity-55{
  --tw-border-opacity: 0.55;
}
.border-opacity-60{
  --tw-border-opacity: 0.6;
}
.border-opacity-65{
  --tw-border-opacity: 0.65;
}
.border-opacity-70{
  --tw-border-opacity: 0.7;
}
.border-opacity-75{
  --tw-border-opacity: 0.75;
}
.border-opacity-80{
  --tw-border-opacity: 0.8;
}
.border-opacity-85{
  --tw-border-opacity: 0.85;
}
.border-opacity-90{
  --tw-border-opacity: 0.9;
}
.border-opacity-95{
  --tw-border-opacity: 0.95;
}
.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f2ee\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 242 238 / var(--tw-bg-opacity, 1));
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.bg-accent-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.bg-accent-dark\/0{
  background-color: rgb(225 114 45 / 0);
}
.bg-accent-dark\/10{
  background-color: rgb(225 114 45 / 0.1);
}
.bg-accent-dark\/100{
  background-color: rgb(225 114 45 / 1);
}
.bg-accent-dark\/15{
  background-color: rgb(225 114 45 / 0.15);
}
.bg-accent-dark\/20{
  background-color: rgb(225 114 45 / 0.2);
}
.bg-accent-dark\/25{
  background-color: rgb(225 114 45 / 0.25);
}
.bg-accent-dark\/30{
  background-color: rgb(225 114 45 / 0.3);
}
.bg-accent-dark\/35{
  background-color: rgb(225 114 45 / 0.35);
}
.bg-accent-dark\/40{
  background-color: rgb(225 114 45 / 0.4);
}
.bg-accent-dark\/45{
  background-color: rgb(225 114 45 / 0.45);
}
.bg-accent-dark\/5{
  background-color: rgb(225 114 45 / 0.05);
}
.bg-accent-dark\/50{
  background-color: rgb(225 114 45 / 0.5);
}
.bg-accent-dark\/55{
  background-color: rgb(225 114 45 / 0.55);
}
.bg-accent-dark\/60{
  background-color: rgb(225 114 45 / 0.6);
}
.bg-accent-dark\/65{
  background-color: rgb(225 114 45 / 0.65);
}
.bg-accent-dark\/70{
  background-color: rgb(225 114 45 / 0.7);
}
.bg-accent-dark\/75{
  background-color: rgb(225 114 45 / 0.75);
}
.bg-accent-dark\/80{
  background-color: rgb(225 114 45 / 0.8);
}
.bg-accent-dark\/85{
  background-color: rgb(225 114 45 / 0.85);
}
.bg-accent-dark\/90{
  background-color: rgb(225 114 45 / 0.9);
}
.bg-accent-dark\/95{
  background-color: rgb(225 114 45 / 0.95);
}
.bg-accent-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.bg-accent-light\/0{
  background-color: rgb(255 191 105 / 0);
}
.bg-accent-light\/10{
  background-color: rgb(255 191 105 / 0.1);
}
.bg-accent-light\/100{
  background-color: rgb(255 191 105 / 1);
}
.bg-accent-light\/15{
  background-color: rgb(255 191 105 / 0.15);
}
.bg-accent-light\/20{
  background-color: rgb(255 191 105 / 0.2);
}
.bg-accent-light\/25{
  background-color: rgb(255 191 105 / 0.25);
}
.bg-accent-light\/30{
  background-color: rgb(255 191 105 / 0.3);
}
.bg-accent-light\/35{
  background-color: rgb(255 191 105 / 0.35);
}
.bg-accent-light\/40{
  background-color: rgb(255 191 105 / 0.4);
}
.bg-accent-light\/45{
  background-color: rgb(255 191 105 / 0.45);
}
.bg-accent-light\/5{
  background-color: rgb(255 191 105 / 0.05);
}
.bg-accent-light\/50{
  background-color: rgb(255 191 105 / 0.5);
}
.bg-accent-light\/55{
  background-color: rgb(255 191 105 / 0.55);
}
.bg-accent-light\/60{
  background-color: rgb(255 191 105 / 0.6);
}
.bg-accent-light\/65{
  background-color: rgb(255 191 105 / 0.65);
}
.bg-accent-light\/70{
  background-color: rgb(255 191 105 / 0.7);
}
.bg-accent-light\/75{
  background-color: rgb(255 191 105 / 0.75);
}
.bg-accent-light\/80{
  background-color: rgb(255 191 105 / 0.8);
}
.bg-accent-light\/85{
  background-color: rgb(255 191 105 / 0.85);
}
.bg-accent-light\/90{
  background-color: rgb(255 191 105 / 0.9);
}
.bg-accent-light\/95{
  background-color: rgb(255 191 105 / 0.95);
}
.bg-accent\/0{
  background-color: rgb(229 136 78 / 0);
}
.bg-accent\/10{
  background-color: rgb(229 136 78 / 0.1);
}
.bg-accent\/100{
  background-color: rgb(229 136 78 / 1);
}
.bg-accent\/15{
  background-color: rgb(229 136 78 / 0.15);
}
.bg-accent\/20{
  background-color: rgb(229 136 78 / 0.2);
}
.bg-accent\/25{
  background-color: rgb(229 136 78 / 0.25);
}
.bg-accent\/30{
  background-color: rgb(229 136 78 / 0.3);
}
.bg-accent\/35{
  background-color: rgb(229 136 78 / 0.35);
}
.bg-accent\/40{
  background-color: rgb(229 136 78 / 0.4);
}
.bg-accent\/45{
  background-color: rgb(229 136 78 / 0.45);
}
.bg-accent\/5{
  background-color: rgb(229 136 78 / 0.05);
}
.bg-accent\/50{
  background-color: rgb(229 136 78 / 0.5);
}
.bg-accent\/55{
  background-color: rgb(229 136 78 / 0.55);
}
.bg-accent\/60{
  background-color: rgb(229 136 78 / 0.6);
}
.bg-accent\/65{
  background-color: rgb(229 136 78 / 0.65);
}
.bg-accent\/70{
  background-color: rgb(229 136 78 / 0.7);
}
.bg-accent\/75{
  background-color: rgb(229 136 78 / 0.75);
}
.bg-accent\/80{
  background-color: rgb(229 136 78 / 0.8);
}
.bg-accent\/85{
  background-color: rgb(229 136 78 / 0.85);
}
.bg-accent\/90{
  background-color: rgb(229 136 78 / 0.9);
}
.bg-accent\/95{
  background-color: rgb(229 136 78 / 0.95);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-current{
  background-color: currentColor;
}
.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.bg-error\/0{
  background-color: rgb(255 0 0 / 0);
}
.bg-error\/10{
  background-color: rgb(255 0 0 / 0.1);
}
.bg-error\/100{
  background-color: rgb(255 0 0 / 1);
}
.bg-error\/15{
  background-color: rgb(255 0 0 / 0.15);
}
.bg-error\/20{
  background-color: rgb(255 0 0 / 0.2);
}
.bg-error\/25{
  background-color: rgb(255 0 0 / 0.25);
}
.bg-error\/30{
  background-color: rgb(255 0 0 / 0.3);
}
.bg-error\/35{
  background-color: rgb(255 0 0 / 0.35);
}
.bg-error\/40{
  background-color: rgb(255 0 0 / 0.4);
}
.bg-error\/45{
  background-color: rgb(255 0 0 / 0.45);
}
.bg-error\/5{
  background-color: rgb(255 0 0 / 0.05);
}
.bg-error\/50{
  background-color: rgb(255 0 0 / 0.5);
}
.bg-error\/55{
  background-color: rgb(255 0 0 / 0.55);
}
.bg-error\/60{
  background-color: rgb(255 0 0 / 0.6);
}
.bg-error\/65{
  background-color: rgb(255 0 0 / 0.65);
}
.bg-error\/70{
  background-color: rgb(255 0 0 / 0.7);
}
.bg-error\/75{
  background-color: rgb(255 0 0 / 0.75);
}
.bg-error\/80{
  background-color: rgb(255 0 0 / 0.8);
}
.bg-error\/85{
  background-color: rgb(255 0 0 / 0.85);
}
.bg-error\/90{
  background-color: rgb(255 0 0 / 0.9);
}
.bg-error\/95{
  background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.bg-primary-dark\/0{
  background-color: rgb(26 88 121 / 0);
}
.bg-primary-dark\/10{
  background-color: rgb(26 88 121 / 0.1);
}
.bg-primary-dark\/100{
  background-color: rgb(26 88 121 / 1);
}
.bg-primary-dark\/15{
  background-color: rgb(26 88 121 / 0.15);
}
.bg-primary-dark\/20{
  background-color: rgb(26 88 121 / 0.2);
}
.bg-primary-dark\/25{
  background-color: rgb(26 88 121 / 0.25);
}
.bg-primary-dark\/30{
  background-color: rgb(26 88 121 / 0.3);
}
.bg-primary-dark\/35{
  background-color: rgb(26 88 121 / 0.35);
}
.bg-primary-dark\/40{
  background-color: rgb(26 88 121 / 0.4);
}
.bg-primary-dark\/45{
  background-color: rgb(26 88 121 / 0.45);
}
.bg-primary-dark\/5{
  background-color: rgb(26 88 121 / 0.05);
}
.bg-primary-dark\/50{
  background-color: rgb(26 88 121 / 0.5);
}
.bg-primary-dark\/55{
  background-color: rgb(26 88 121 / 0.55);
}
.bg-primary-dark\/60{
  background-color: rgb(26 88 121 / 0.6);
}
.bg-primary-dark\/65{
  background-color: rgb(26 88 121 / 0.65);
}
.bg-primary-dark\/70{
  background-color: rgb(26 88 121 / 0.7);
}
.bg-primary-dark\/75{
  background-color: rgb(26 88 121 / 0.75);
}
.bg-primary-dark\/80{
  background-color: rgb(26 88 121 / 0.8);
}
.bg-primary-dark\/85{
  background-color: rgb(26 88 121 / 0.85);
}
.bg-primary-dark\/90{
  background-color: rgb(26 88 121 / 0.9);
}
.bg-primary-dark\/95{
  background-color: rgb(26 88 121 / 0.95);
}
.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.bg-primary-light\/0{
  background-color: rgb(85 154 193 / 0);
}
.bg-primary-light\/10{
  background-color: rgb(85 154 193 / 0.1);
}
.bg-primary-light\/100{
  background-color: rgb(85 154 193 / 1);
}
.bg-primary-light\/15{
  background-color: rgb(85 154 193 / 0.15);
}
.bg-primary-light\/20{
  background-color: rgb(85 154 193 / 0.2);
}
.bg-primary-light\/25{
  background-color: rgb(85 154 193 / 0.25);
}
.bg-primary-light\/30{
  background-color: rgb(85 154 193 / 0.3);
}
.bg-primary-light\/35{
  background-color: rgb(85 154 193 / 0.35);
}
.bg-primary-light\/40{
  background-color: rgb(85 154 193 / 0.4);
}
.bg-primary-light\/45{
  background-color: rgb(85 154 193 / 0.45);
}
.bg-primary-light\/5{
  background-color: rgb(85 154 193 / 0.05);
}
.bg-primary-light\/50{
  background-color: rgb(85 154 193 / 0.5);
}
.bg-primary-light\/55{
  background-color: rgb(85 154 193 / 0.55);
}
.bg-primary-light\/60{
  background-color: rgb(85 154 193 / 0.6);
}
.bg-primary-light\/65{
  background-color: rgb(85 154 193 / 0.65);
}
.bg-primary-light\/70{
  background-color: rgb(85 154 193 / 0.7);
}
.bg-primary-light\/75{
  background-color: rgb(85 154 193 / 0.75);
}
.bg-primary-light\/80{
  background-color: rgb(85 154 193 / 0.8);
}
.bg-primary-light\/85{
  background-color: rgb(85 154 193 / 0.85);
}
.bg-primary-light\/90{
  background-color: rgb(85 154 193 / 0.9);
}
.bg-primary-light\/95{
  background-color: rgb(85 154 193 / 0.95);
}
.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.bg-primary-lighter\/0{
  background-color: rgb(115 177 212 / 0);
}
.bg-primary-lighter\/10{
  background-color: rgb(115 177 212 / 0.1);
}
.bg-primary-lighter\/100{
  background-color: rgb(115 177 212 / 1);
}
.bg-primary-lighter\/15{
  background-color: rgb(115 177 212 / 0.15);
}
.bg-primary-lighter\/20{
  background-color: rgb(115 177 212 / 0.2);
}
.bg-primary-lighter\/25{
  background-color: rgb(115 177 212 / 0.25);
}
.bg-primary-lighter\/30{
  background-color: rgb(115 177 212 / 0.3);
}
.bg-primary-lighter\/35{
  background-color: rgb(115 177 212 / 0.35);
}
.bg-primary-lighter\/40{
  background-color: rgb(115 177 212 / 0.4);
}
.bg-primary-lighter\/45{
  background-color: rgb(115 177 212 / 0.45);
}
.bg-primary-lighter\/5{
  background-color: rgb(115 177 212 / 0.05);
}
.bg-primary-lighter\/50{
  background-color: rgb(115 177 212 / 0.5);
}
.bg-primary-lighter\/55{
  background-color: rgb(115 177 212 / 0.55);
}
.bg-primary-lighter\/60{
  background-color: rgb(115 177 212 / 0.6);
}
.bg-primary-lighter\/65{
  background-color: rgb(115 177 212 / 0.65);
}
.bg-primary-lighter\/70{
  background-color: rgb(115 177 212 / 0.7);
}
.bg-primary-lighter\/75{
  background-color: rgb(115 177 212 / 0.75);
}
.bg-primary-lighter\/80{
  background-color: rgb(115 177 212 / 0.8);
}
.bg-primary-lighter\/85{
  background-color: rgb(115 177 212 / 0.85);
}
.bg-primary-lighter\/90{
  background-color: rgb(115 177 212 / 0.9);
}
.bg-primary-lighter\/95{
  background-color: rgb(115 177 212 / 0.95);
}
.bg-primary\/0{
  background-color: rgb(52 114 147 / 0);
}
.bg-primary\/10{
  background-color: rgb(52 114 147 / 0.1);
}
.bg-primary\/100{
  background-color: rgb(52 114 147 / 1);
}
.bg-primary\/15{
  background-color: rgb(52 114 147 / 0.15);
}
.bg-primary\/20{
  background-color: rgb(52 114 147 / 0.2);
}
.bg-primary\/25{
  background-color: rgb(52 114 147 / 0.25);
}
.bg-primary\/30{
  background-color: rgb(52 114 147 / 0.3);
}
.bg-primary\/35{
  background-color: rgb(52 114 147 / 0.35);
}
.bg-primary\/40{
  background-color: rgb(52 114 147 / 0.4);
}
.bg-primary\/45{
  background-color: rgb(52 114 147 / 0.45);
}
.bg-primary\/5{
  background-color: rgb(52 114 147 / 0.05);
}
.bg-primary\/50{
  background-color: rgb(52 114 147 / 0.5);
}
.bg-primary\/55{
  background-color: rgb(52 114 147 / 0.55);
}
.bg-primary\/60{
  background-color: rgb(52 114 147 / 0.6);
}
.bg-primary\/65{
  background-color: rgb(52 114 147 / 0.65);
}
.bg-primary\/70{
  background-color: rgb(52 114 147 / 0.7);
}
.bg-primary\/75{
  background-color: rgb(52 114 147 / 0.75);
}
.bg-primary\/80{
  background-color: rgb(52 114 147 / 0.8);
}
.bg-primary\/85{
  background-color: rgb(52 114 147 / 0.85);
}
.bg-primary\/90{
  background-color: rgb(52 114 147 / 0.9);
}
.bg-primary\/95{
  background-color: rgb(52 114 147 / 0.95);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(226 207 188 / var(--tw-bg-opacity, 1));
}
.bg-secondary-dark\/0{
  background-color: rgb(226 207 188 / 0);
}
.bg-secondary-dark\/10{
  background-color: rgb(226 207 188 / 0.1);
}
.bg-secondary-dark\/100{
  background-color: rgb(226 207 188 / 1);
}
.bg-secondary-dark\/15{
  background-color: rgb(226 207 188 / 0.15);
}
.bg-secondary-dark\/20{
  background-color: rgb(226 207 188 / 0.2);
}
.bg-secondary-dark\/25{
  background-color: rgb(226 207 188 / 0.25);
}
.bg-secondary-dark\/30{
  background-color: rgb(226 207 188 / 0.3);
}
.bg-secondary-dark\/35{
  background-color: rgb(226 207 188 / 0.35);
}
.bg-secondary-dark\/40{
  background-color: rgb(226 207 188 / 0.4);
}
.bg-secondary-dark\/45{
  background-color: rgb(226 207 188 / 0.45);
}
.bg-secondary-dark\/5{
  background-color: rgb(226 207 188 / 0.05);
}
.bg-secondary-dark\/50{
  background-color: rgb(226 207 188 / 0.5);
}
.bg-secondary-dark\/55{
  background-color: rgb(226 207 188 / 0.55);
}
.bg-secondary-dark\/60{
  background-color: rgb(226 207 188 / 0.6);
}
.bg-secondary-dark\/65{
  background-color: rgb(226 207 188 / 0.65);
}
.bg-secondary-dark\/70{
  background-color: rgb(226 207 188 / 0.7);
}
.bg-secondary-dark\/75{
  background-color: rgb(226 207 188 / 0.75);
}
.bg-secondary-dark\/80{
  background-color: rgb(226 207 188 / 0.8);
}
.bg-secondary-dark\/85{
  background-color: rgb(226 207 188 / 0.85);
}
.bg-secondary-dark\/90{
  background-color: rgb(226 207 188 / 0.9);
}
.bg-secondary-dark\/95{
  background-color: rgb(226 207 188 / 0.95);
}
.bg-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.bg-secondary-light\/0{
  background-color: rgb(254 250 247 / 0);
}
.bg-secondary-light\/10{
  background-color: rgb(254 250 247 / 0.1);
}
.bg-secondary-light\/100{
  background-color: rgb(254 250 247 / 1);
}
.bg-secondary-light\/15{
  background-color: rgb(254 250 247 / 0.15);
}
.bg-secondary-light\/20{
  background-color: rgb(254 250 247 / 0.2);
}
.bg-secondary-light\/25{
  background-color: rgb(254 250 247 / 0.25);
}
.bg-secondary-light\/30{
  background-color: rgb(254 250 247 / 0.3);
}
.bg-secondary-light\/35{
  background-color: rgb(254 250 247 / 0.35);
}
.bg-secondary-light\/40{
  background-color: rgb(254 250 247 / 0.4);
}
.bg-secondary-light\/45{
  background-color: rgb(254 250 247 / 0.45);
}
.bg-secondary-light\/5{
  background-color: rgb(254 250 247 / 0.05);
}
.bg-secondary-light\/50{
  background-color: rgb(254 250 247 / 0.5);
}
.bg-secondary-light\/55{
  background-color: rgb(254 250 247 / 0.55);
}
.bg-secondary-light\/60{
  background-color: rgb(254 250 247 / 0.6);
}
.bg-secondary-light\/65{
  background-color: rgb(254 250 247 / 0.65);
}
.bg-secondary-light\/70{
  background-color: rgb(254 250 247 / 0.7);
}
.bg-secondary-light\/75{
  background-color: rgb(254 250 247 / 0.75);
}
.bg-secondary-light\/80{
  background-color: rgb(254 250 247 / 0.8);
}
.bg-secondary-light\/85{
  background-color: rgb(254 250 247 / 0.85);
}
.bg-secondary-light\/90{
  background-color: rgb(254 250 247 / 0.9);
}
.bg-secondary-light\/95{
  background-color: rgb(254 250 247 / 0.95);
}
.bg-secondary\/0{
  background-color: rgb(243 234 225 / 0);
}
.bg-secondary\/10{
  background-color: rgb(243 234 225 / 0.1);
}
.bg-secondary\/100{
  background-color: rgb(243 234 225 / 1);
}
.bg-secondary\/15{
  background-color: rgb(243 234 225 / 0.15);
}
.bg-secondary\/20{
  background-color: rgb(243 234 225 / 0.2);
}
.bg-secondary\/25{
  background-color: rgb(243 234 225 / 0.25);
}
.bg-secondary\/30{
  background-color: rgb(243 234 225 / 0.3);
}
.bg-secondary\/35{
  background-color: rgb(243 234 225 / 0.35);
}
.bg-secondary\/40{
  background-color: rgb(243 234 225 / 0.4);
}
.bg-secondary\/45{
  background-color: rgb(243 234 225 / 0.45);
}
.bg-secondary\/5{
  background-color: rgb(243 234 225 / 0.05);
}
.bg-secondary\/50{
  background-color: rgb(243 234 225 / 0.5);
}
.bg-secondary\/55{
  background-color: rgb(243 234 225 / 0.55);
}
.bg-secondary\/60{
  background-color: rgb(243 234 225 / 0.6);
}
.bg-secondary\/65{
  background-color: rgb(243 234 225 / 0.65);
}
.bg-secondary\/70{
  background-color: rgb(243 234 225 / 0.7);
}
.bg-secondary\/75{
  background-color: rgb(243 234 225 / 0.75);
}
.bg-secondary\/80{
  background-color: rgb(243 234 225 / 0.8);
}
.bg-secondary\/85{
  background-color: rgb(243 234 225 / 0.85);
}
.bg-secondary\/90{
  background-color: rgb(243 234 225 / 0.9);
}
.bg-secondary\/95{
  background-color: rgb(243 234 225 / 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-\[\#BCE5E4\]{
  --tw-gradient-from: #BCE5E4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(188 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#F5F1E3\]{
  --tw-gradient-from: #F5F1E3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 241 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary{
  --tw-gradient-from: #347293 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 114 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary\/50{
  --tw-gradient-from: rgb(52 114 147 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 114 147 / 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: #fff 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);
}
.via-primary\/50{
  --tw-gradient-to: rgb(52 114 147 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(52 114 147 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-primary-dark{
  --tw-gradient-to: #1a5879 var(--tw-gradient-to-position);
}
.to-primary-dark\/30{
  --tw-gradient-to: rgb(26 88 121 / 0.3) var(--tw-gradient-to-position);
}
.to-primary-dark\/80{
  --tw-gradient-to: rgb(26 88 121 / 0.8) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff 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-current{
  stroke: currentColor;
}
.stroke-primary{
  stroke: #347293;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-11{
  padding: 2.75rem;
}
.p-12{
  padding: 3rem;
}
.p-14{
  padding: 3.5rem;
}
.p-16{
  padding: 4rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-20{
  padding: 5rem;
}
.p-24{
  padding: 6rem;
}
.p-28{
  padding: 7rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-32{
  padding: 8rem;
}
.p-36{
  padding: 9rem;
}
.p-4{
  padding: 1rem;
}
.p-40{
  padding: 10rem;
}
.p-44{
  padding: 11rem;
}
.p-48{
  padding: 12rem;
}
.p-5{
  padding: 1.25rem;
}
.p-52{
  padding: 13rem;
}
.p-56{
  padding: 14rem;
}
.p-6{
  padding: 1.5rem;
}
.p-60{
  padding: 15rem;
}
.p-64{
  padding: 16rem;
}
.p-7{
  padding: 1.75rem;
}
.p-72{
  padding: 18rem;
}
.p-8{
  padding: 2rem;
}
.p-80{
  padding: 20rem;
}
.p-9{
  padding: 2.25rem;
}
.p-96{
  padding: 24rem;
}
.p-px{
  padding: 1px;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.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-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.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-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.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-display{
  font-family: Kumbh Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-heading{
  font-family: P22Mackinac-Bold, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-sans{
  font-family: sofiapro-light, 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-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.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-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.015em\]{
  letter-spacing: -0.015em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#F07167\]{
  --tw-text-opacity: 1;
  color: rgb(240 113 103 / var(--tw-text-opacity, 1));
}
.text-\[\#c9bc9d\]{
  --tw-text-opacity: 1;
  color: rgb(201 188 157 / var(--tw-text-opacity, 1));
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.text-accent-dark{
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.text-accent-dark\/0{
  color: rgb(225 114 45 / 0);
}
.text-accent-dark\/10{
  color: rgb(225 114 45 / 0.1);
}
.text-accent-dark\/100{
  color: rgb(225 114 45 / 1);
}
.text-accent-dark\/15{
  color: rgb(225 114 45 / 0.15);
}
.text-accent-dark\/20{
  color: rgb(225 114 45 / 0.2);
}
.text-accent-dark\/25{
  color: rgb(225 114 45 / 0.25);
}
.text-accent-dark\/30{
  color: rgb(225 114 45 / 0.3);
}
.text-accent-dark\/35{
  color: rgb(225 114 45 / 0.35);
}
.text-accent-dark\/40{
  color: rgb(225 114 45 / 0.4);
}
.text-accent-dark\/45{
  color: rgb(225 114 45 / 0.45);
}
.text-accent-dark\/5{
  color: rgb(225 114 45 / 0.05);
}
.text-accent-dark\/50{
  color: rgb(225 114 45 / 0.5);
}
.text-accent-dark\/55{
  color: rgb(225 114 45 / 0.55);
}
.text-accent-dark\/60{
  color: rgb(225 114 45 / 0.6);
}
.text-accent-dark\/65{
  color: rgb(225 114 45 / 0.65);
}
.text-accent-dark\/70{
  color: rgb(225 114 45 / 0.7);
}
.text-accent-dark\/75{
  color: rgb(225 114 45 / 0.75);
}
.text-accent-dark\/80{
  color: rgb(225 114 45 / 0.8);
}
.text-accent-dark\/85{
  color: rgb(225 114 45 / 0.85);
}
.text-accent-dark\/90{
  color: rgb(225 114 45 / 0.9);
}
.text-accent-dark\/95{
  color: rgb(225 114 45 / 0.95);
}
.text-accent-light{
  --tw-text-opacity: 1;
  color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.text-accent-light\/0{
  color: rgb(255 191 105 / 0);
}
.text-accent-light\/10{
  color: rgb(255 191 105 / 0.1);
}
.text-accent-light\/100{
  color: rgb(255 191 105 / 1);
}
.text-accent-light\/15{
  color: rgb(255 191 105 / 0.15);
}
.text-accent-light\/20{
  color: rgb(255 191 105 / 0.2);
}
.text-accent-light\/25{
  color: rgb(255 191 105 / 0.25);
}
.text-accent-light\/30{
  color: rgb(255 191 105 / 0.3);
}
.text-accent-light\/35{
  color: rgb(255 191 105 / 0.35);
}
.text-accent-light\/40{
  color: rgb(255 191 105 / 0.4);
}
.text-accent-light\/45{
  color: rgb(255 191 105 / 0.45);
}
.text-accent-light\/5{
  color: rgb(255 191 105 / 0.05);
}
.text-accent-light\/50{
  color: rgb(255 191 105 / 0.5);
}
.text-accent-light\/55{
  color: rgb(255 191 105 / 0.55);
}
.text-accent-light\/60{
  color: rgb(255 191 105 / 0.6);
}
.text-accent-light\/65{
  color: rgb(255 191 105 / 0.65);
}
.text-accent-light\/70{
  color: rgb(255 191 105 / 0.7);
}
.text-accent-light\/75{
  color: rgb(255 191 105 / 0.75);
}
.text-accent-light\/80{
  color: rgb(255 191 105 / 0.8);
}
.text-accent-light\/85{
  color: rgb(255 191 105 / 0.85);
}
.text-accent-light\/90{
  color: rgb(255 191 105 / 0.9);
}
.text-accent-light\/95{
  color: rgb(255 191 105 / 0.95);
}
.text-accent\/0{
  color: rgb(229 136 78 / 0);
}
.text-accent\/10{
  color: rgb(229 136 78 / 0.1);
}
.text-accent\/100{
  color: rgb(229 136 78 / 1);
}
.text-accent\/15{
  color: rgb(229 136 78 / 0.15);
}
.text-accent\/20{
  color: rgb(229 136 78 / 0.2);
}
.text-accent\/25{
  color: rgb(229 136 78 / 0.25);
}
.text-accent\/30{
  color: rgb(229 136 78 / 0.3);
}
.text-accent\/35{
  color: rgb(229 136 78 / 0.35);
}
.text-accent\/40{
  color: rgb(229 136 78 / 0.4);
}
.text-accent\/45{
  color: rgb(229 136 78 / 0.45);
}
.text-accent\/5{
  color: rgb(229 136 78 / 0.05);
}
.text-accent\/50{
  color: rgb(229 136 78 / 0.5);
}
.text-accent\/55{
  color: rgb(229 136 78 / 0.55);
}
.text-accent\/60{
  color: rgb(229 136 78 / 0.6);
}
.text-accent\/65{
  color: rgb(229 136 78 / 0.65);
}
.text-accent\/70{
  color: rgb(229 136 78 / 0.7);
}
.text-accent\/75{
  color: rgb(229 136 78 / 0.75);
}
.text-accent\/80{
  color: rgb(229 136 78 / 0.8);
}
.text-accent\/85{
  color: rgb(229 136 78 / 0.85);
}
.text-accent\/90{
  color: rgb(229 136 78 / 0.9);
}
.text-accent\/95{
  color: rgb(229 136 78 / 0.95);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0{
  color: rgb(0 0 0 / 0);
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100{
  color: rgb(0 0 0 / 1);
}
.text-black\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-current{
  color: currentColor;
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-error\/0{
  color: rgb(255 0 0 / 0);
}
.text-error\/10{
  color: rgb(255 0 0 / 0.1);
}
.text-error\/100{
  color: rgb(255 0 0 / 1);
}
.text-error\/15{
  color: rgb(255 0 0 / 0.15);
}
.text-error\/20{
  color: rgb(255 0 0 / 0.2);
}
.text-error\/25{
  color: rgb(255 0 0 / 0.25);
}
.text-error\/30{
  color: rgb(255 0 0 / 0.3);
}
.text-error\/35{
  color: rgb(255 0 0 / 0.35);
}
.text-error\/40{
  color: rgb(255 0 0 / 0.4);
}
.text-error\/45{
  color: rgb(255 0 0 / 0.45);
}
.text-error\/5{
  color: rgb(255 0 0 / 0.05);
}
.text-error\/50{
  color: rgb(255 0 0 / 0.5);
}
.text-error\/55{
  color: rgb(255 0 0 / 0.55);
}
.text-error\/60{
  color: rgb(255 0 0 / 0.6);
}
.text-error\/65{
  color: rgb(255 0 0 / 0.65);
}
.text-error\/70{
  color: rgb(255 0 0 / 0.7);
}
.text-error\/75{
  color: rgb(255 0 0 / 0.75);
}
.text-error\/80{
  color: rgb(255 0 0 / 0.8);
}
.text-error\/85{
  color: rgb(255 0 0 / 0.85);
}
.text-error\/90{
  color: rgb(255 0 0 / 0.9);
}
.text-error\/95{
  color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.text-primary-dark\/0{
  color: rgb(26 88 121 / 0);
}
.text-primary-dark\/10{
  color: rgb(26 88 121 / 0.1);
}
.text-primary-dark\/100{
  color: rgb(26 88 121 / 1);
}
.text-primary-dark\/15{
  color: rgb(26 88 121 / 0.15);
}
.text-primary-dark\/20{
  color: rgb(26 88 121 / 0.2);
}
.text-primary-dark\/25{
  color: rgb(26 88 121 / 0.25);
}
.text-primary-dark\/30{
  color: rgb(26 88 121 / 0.3);
}
.text-primary-dark\/35{
  color: rgb(26 88 121 / 0.35);
}
.text-primary-dark\/40{
  color: rgb(26 88 121 / 0.4);
}
.text-primary-dark\/45{
  color: rgb(26 88 121 / 0.45);
}
.text-primary-dark\/5{
  color: rgb(26 88 121 / 0.05);
}
.text-primary-dark\/50{
  color: rgb(26 88 121 / 0.5);
}
.text-primary-dark\/55{
  color: rgb(26 88 121 / 0.55);
}
.text-primary-dark\/60{
  color: rgb(26 88 121 / 0.6);
}
.text-primary-dark\/65{
  color: rgb(26 88 121 / 0.65);
}
.text-primary-dark\/70{
  color: rgb(26 88 121 / 0.7);
}
.text-primary-dark\/75{
  color: rgb(26 88 121 / 0.75);
}
.text-primary-dark\/80{
  color: rgb(26 88 121 / 0.8);
}
.text-primary-dark\/85{
  color: rgb(26 88 121 / 0.85);
}
.text-primary-dark\/90{
  color: rgb(26 88 121 / 0.9);
}
.text-primary-dark\/95{
  color: rgb(26 88 121 / 0.95);
}
.text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.text-primary-light\/0{
  color: rgb(85 154 193 / 0);
}
.text-primary-light\/10{
  color: rgb(85 154 193 / 0.1);
}
.text-primary-light\/100{
  color: rgb(85 154 193 / 1);
}
.text-primary-light\/15{
  color: rgb(85 154 193 / 0.15);
}
.text-primary-light\/20{
  color: rgb(85 154 193 / 0.2);
}
.text-primary-light\/25{
  color: rgb(85 154 193 / 0.25);
}
.text-primary-light\/30{
  color: rgb(85 154 193 / 0.3);
}
.text-primary-light\/35{
  color: rgb(85 154 193 / 0.35);
}
.text-primary-light\/40{
  color: rgb(85 154 193 / 0.4);
}
.text-primary-light\/45{
  color: rgb(85 154 193 / 0.45);
}
.text-primary-light\/5{
  color: rgb(85 154 193 / 0.05);
}
.text-primary-light\/50{
  color: rgb(85 154 193 / 0.5);
}
.text-primary-light\/55{
  color: rgb(85 154 193 / 0.55);
}
.text-primary-light\/60{
  color: rgb(85 154 193 / 0.6);
}
.text-primary-light\/65{
  color: rgb(85 154 193 / 0.65);
}
.text-primary-light\/70{
  color: rgb(85 154 193 / 0.7);
}
.text-primary-light\/75{
  color: rgb(85 154 193 / 0.75);
}
.text-primary-light\/80{
  color: rgb(85 154 193 / 0.8);
}
.text-primary-light\/85{
  color: rgb(85 154 193 / 0.85);
}
.text-primary-light\/90{
  color: rgb(85 154 193 / 0.9);
}
.text-primary-light\/95{
  color: rgb(85 154 193 / 0.95);
}
.text-primary-lighter{
  --tw-text-opacity: 1;
  color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.text-primary-lighter\/0{
  color: rgb(115 177 212 / 0);
}
.text-primary-lighter\/10{
  color: rgb(115 177 212 / 0.1);
}
.text-primary-lighter\/100{
  color: rgb(115 177 212 / 1);
}
.text-primary-lighter\/15{
  color: rgb(115 177 212 / 0.15);
}
.text-primary-lighter\/20{
  color: rgb(115 177 212 / 0.2);
}
.text-primary-lighter\/25{
  color: rgb(115 177 212 / 0.25);
}
.text-primary-lighter\/30{
  color: rgb(115 177 212 / 0.3);
}
.text-primary-lighter\/35{
  color: rgb(115 177 212 / 0.35);
}
.text-primary-lighter\/40{
  color: rgb(115 177 212 / 0.4);
}
.text-primary-lighter\/45{
  color: rgb(115 177 212 / 0.45);
}
.text-primary-lighter\/5{
  color: rgb(115 177 212 / 0.05);
}
.text-primary-lighter\/50{
  color: rgb(115 177 212 / 0.5);
}
.text-primary-lighter\/55{
  color: rgb(115 177 212 / 0.55);
}
.text-primary-lighter\/60{
  color: rgb(115 177 212 / 0.6);
}
.text-primary-lighter\/65{
  color: rgb(115 177 212 / 0.65);
}
.text-primary-lighter\/70{
  color: rgb(115 177 212 / 0.7);
}
.text-primary-lighter\/75{
  color: rgb(115 177 212 / 0.75);
}
.text-primary-lighter\/80{
  color: rgb(115 177 212 / 0.8);
}
.text-primary-lighter\/85{
  color: rgb(115 177 212 / 0.85);
}
.text-primary-lighter\/90{
  color: rgb(115 177 212 / 0.9);
}
.text-primary-lighter\/95{
  color: rgb(115 177 212 / 0.95);
}
.text-primary\/0{
  color: rgb(52 114 147 / 0);
}
.text-primary\/10{
  color: rgb(52 114 147 / 0.1);
}
.text-primary\/100{
  color: rgb(52 114 147 / 1);
}
.text-primary\/15{
  color: rgb(52 114 147 / 0.15);
}
.text-primary\/20{
  color: rgb(52 114 147 / 0.2);
}
.text-primary\/25{
  color: rgb(52 114 147 / 0.25);
}
.text-primary\/30{
  color: rgb(52 114 147 / 0.3);
}
.text-primary\/35{
  color: rgb(52 114 147 / 0.35);
}
.text-primary\/40{
  color: rgb(52 114 147 / 0.4);
}
.text-primary\/45{
  color: rgb(52 114 147 / 0.45);
}
.text-primary\/5{
  color: rgb(52 114 147 / 0.05);
}
.text-primary\/50{
  color: rgb(52 114 147 / 0.5);
}
.text-primary\/55{
  color: rgb(52 114 147 / 0.55);
}
.text-primary\/60{
  color: rgb(52 114 147 / 0.6);
}
.text-primary\/65{
  color: rgb(52 114 147 / 0.65);
}
.text-primary\/70{
  color: rgb(52 114 147 / 0.7);
}
.text-primary\/75{
  color: rgb(52 114 147 / 0.75);
}
.text-primary\/80{
  color: rgb(52 114 147 / 0.8);
}
.text-primary\/85{
  color: rgb(52 114 147 / 0.85);
}
.text-primary\/90{
  color: rgb(52 114 147 / 0.9);
}
.text-primary\/95{
  color: rgb(52 114 147 / 0.95);
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.text-secondary-dark{
  --tw-text-opacity: 1;
  color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.text-secondary-dark\/0{
  color: rgb(226 207 188 / 0);
}
.text-secondary-dark\/10{
  color: rgb(226 207 188 / 0.1);
}
.text-secondary-dark\/100{
  color: rgb(226 207 188 / 1);
}
.text-secondary-dark\/15{
  color: rgb(226 207 188 / 0.15);
}
.text-secondary-dark\/20{
  color: rgb(226 207 188 / 0.2);
}
.text-secondary-dark\/25{
  color: rgb(226 207 188 / 0.25);
}
.text-secondary-dark\/30{
  color: rgb(226 207 188 / 0.3);
}
.text-secondary-dark\/35{
  color: rgb(226 207 188 / 0.35);
}
.text-secondary-dark\/40{
  color: rgb(226 207 188 / 0.4);
}
.text-secondary-dark\/45{
  color: rgb(226 207 188 / 0.45);
}
.text-secondary-dark\/5{
  color: rgb(226 207 188 / 0.05);
}
.text-secondary-dark\/50{
  color: rgb(226 207 188 / 0.5);
}
.text-secondary-dark\/55{
  color: rgb(226 207 188 / 0.55);
}
.text-secondary-dark\/60{
  color: rgb(226 207 188 / 0.6);
}
.text-secondary-dark\/65{
  color: rgb(226 207 188 / 0.65);
}
.text-secondary-dark\/70{
  color: rgb(226 207 188 / 0.7);
}
.text-secondary-dark\/75{
  color: rgb(226 207 188 / 0.75);
}
.text-secondary-dark\/80{
  color: rgb(226 207 188 / 0.8);
}
.text-secondary-dark\/85{
  color: rgb(226 207 188 / 0.85);
}
.text-secondary-dark\/90{
  color: rgb(226 207 188 / 0.9);
}
.text-secondary-dark\/95{
  color: rgb(226 207 188 / 0.95);
}
.text-secondary-light{
  --tw-text-opacity: 1;
  color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.text-secondary-light\/0{
  color: rgb(254 250 247 / 0);
}
.text-secondary-light\/10{
  color: rgb(254 250 247 / 0.1);
}
.text-secondary-light\/100{
  color: rgb(254 250 247 / 1);
}
.text-secondary-light\/15{
  color: rgb(254 250 247 / 0.15);
}
.text-secondary-light\/20{
  color: rgb(254 250 247 / 0.2);
}
.text-secondary-light\/25{
  color: rgb(254 250 247 / 0.25);
}
.text-secondary-light\/30{
  color: rgb(254 250 247 / 0.3);
}
.text-secondary-light\/35{
  color: rgb(254 250 247 / 0.35);
}
.text-secondary-light\/40{
  color: rgb(254 250 247 / 0.4);
}
.text-secondary-light\/45{
  color: rgb(254 250 247 / 0.45);
}
.text-secondary-light\/5{
  color: rgb(254 250 247 / 0.05);
}
.text-secondary-light\/50{
  color: rgb(254 250 247 / 0.5);
}
.text-secondary-light\/55{
  color: rgb(254 250 247 / 0.55);
}
.text-secondary-light\/60{
  color: rgb(254 250 247 / 0.6);
}
.text-secondary-light\/65{
  color: rgb(254 250 247 / 0.65);
}
.text-secondary-light\/70{
  color: rgb(254 250 247 / 0.7);
}
.text-secondary-light\/75{
  color: rgb(254 250 247 / 0.75);
}
.text-secondary-light\/80{
  color: rgb(254 250 247 / 0.8);
}
.text-secondary-light\/85{
  color: rgb(254 250 247 / 0.85);
}
.text-secondary-light\/90{
  color: rgb(254 250 247 / 0.9);
}
.text-secondary-light\/95{
  color: rgb(254 250 247 / 0.95);
}
.text-secondary\/0{
  color: rgb(243 234 225 / 0);
}
.text-secondary\/10{
  color: rgb(243 234 225 / 0.1);
}
.text-secondary\/100{
  color: rgb(243 234 225 / 1);
}
.text-secondary\/15{
  color: rgb(243 234 225 / 0.15);
}
.text-secondary\/20{
  color: rgb(243 234 225 / 0.2);
}
.text-secondary\/25{
  color: rgb(243 234 225 / 0.25);
}
.text-secondary\/30{
  color: rgb(243 234 225 / 0.3);
}
.text-secondary\/35{
  color: rgb(243 234 225 / 0.35);
}
.text-secondary\/40{
  color: rgb(243 234 225 / 0.4);
}
.text-secondary\/45{
  color: rgb(243 234 225 / 0.45);
}
.text-secondary\/5{
  color: rgb(243 234 225 / 0.05);
}
.text-secondary\/50{
  color: rgb(243 234 225 / 0.5);
}
.text-secondary\/55{
  color: rgb(243 234 225 / 0.55);
}
.text-secondary\/60{
  color: rgb(243 234 225 / 0.6);
}
.text-secondary\/65{
  color: rgb(243 234 225 / 0.65);
}
.text-secondary\/70{
  color: rgb(243 234 225 / 0.7);
}
.text-secondary\/75{
  color: rgb(243 234 225 / 0.75);
}
.text-secondary\/80{
  color: rgb(243 234 225 / 0.8);
}
.text-secondary\/85{
  color: rgb(243 234 225 / 0.85);
}
.text-secondary\/90{
  color: rgb(243 234 225 / 0.9);
}
.text-secondary\/95{
  color: rgb(243 234 225 / 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{
  text-decoration-line: underline;
}
.decoration-primary{
  text-decoration-color: #347293;
}
.decoration-white\/70{
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-1{
  text-decoration-thickness: 1px;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-50{
  opacity: 0.5;
}
.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-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-dark\/40{
  --tw-shadow-color: rgb(26 88 121 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary{
  --tw-shadow-color: #F3EAE1;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary-light\/20{
  --tw-shadow-color: rgb(254 250 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline{
  outline-style: solid;
}
.outline-4{
  outline-width: 4px;
}
.outline-white{
  outline-color: #fff;
}
.ring-4{
  --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(4px + 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-\[6px\]{
  --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(6px + 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-accent-light\/50{
  --tw-ring-color: rgb(255 191 105 / 0.5);
}
.ring-primary-lighter{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 177 212 / var(--tw-ring-opacity, 1));
}
.ring-secondary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 234 225 / var(--tw-ring-opacity, 1));
}
.ring-transparent{
  --tw-ring-color: transparent;
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.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-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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-\[2px_2px_8px_rgba\(0\2c 0\2c 0\2c \.8\)\]{
  --tw-drop-shadow: drop-shadow(2px 2px 8px rgba(0,0,0,.8));
  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-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-0{
  --tw-backdrop-blur: blur(0);
  -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-3xl{
  --tw-backdrop-blur: blur(64px);
  -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);
}
.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);
}
.backdrop-blur-none{
  --tw-backdrop-blur:  ;
  -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-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);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -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-brightness-0{
  --tw-backdrop-brightness: brightness(0);
  -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-brightness-100{
  --tw-backdrop-brightness: brightness(1);
  -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-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
  -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-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
  -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-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
  -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-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
  -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-brightness-200{
  --tw-backdrop-brightness: brightness(2);
  -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-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
  -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-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
  -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-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
  -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-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
  -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-contrast-0{
  --tw-backdrop-contrast: contrast(0);
  -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-contrast-100{
  --tw-backdrop-contrast: contrast(1);
  -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-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
  -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-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
  -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-contrast-200{
  --tw-backdrop-contrast: contrast(2);
  -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-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
  -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-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
  -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-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -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-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
  -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-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -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-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -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-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -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-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -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-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -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-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -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-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -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-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -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-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -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-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -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-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -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-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -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-invert{
  --tw-backdrop-invert: invert(100%);
  -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-invert-0{
  --tw-backdrop-invert: invert(0);
  -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-opacity-0{
  --tw-backdrop-opacity: opacity(0);
  -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-opacity-10{
  --tw-backdrop-opacity: opacity(0.1);
  -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-opacity-100{
  --tw-backdrop-opacity: opacity(1);
  -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-opacity-15{
  --tw-backdrop-opacity: opacity(0.15);
  -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-opacity-20{
  --tw-backdrop-opacity: opacity(0.2);
  -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-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
  -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-opacity-30{
  --tw-backdrop-opacity: opacity(0.3);
  -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-opacity-35{
  --tw-backdrop-opacity: opacity(0.35);
  -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-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
  -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-opacity-45{
  --tw-backdrop-opacity: opacity(0.45);
  -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-opacity-5{
  --tw-backdrop-opacity: opacity(0.05);
  -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-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
  -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-opacity-55{
  --tw-backdrop-opacity: opacity(0.55);
  -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-opacity-60{
  --tw-backdrop-opacity: opacity(0.6);
  -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-opacity-65{
  --tw-backdrop-opacity: opacity(0.65);
  -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-opacity-70{
  --tw-backdrop-opacity: opacity(0.7);
  -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-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
  -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-opacity-80{
  --tw-backdrop-opacity: opacity(0.8);
  -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-opacity-85{
  --tw-backdrop-opacity: opacity(0.85);
  -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-opacity-90{
  --tw-backdrop-opacity: opacity(0.9);
  -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-opacity-95{
  --tw-backdrop-opacity: opacity(0.95);
  -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-saturate-0{
  --tw-backdrop-saturate: saturate(0);
  -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-saturate-100{
  --tw-backdrop-saturate: saturate(1);
  -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-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
  -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-saturate-200{
  --tw-backdrop-saturate: saturate(2);
  -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-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
  -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-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -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-sepia-0{
  --tw-backdrop-sepia: sepia(0);
  -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-filter{
  -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-filter-none{
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-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, text-decoration-color, fill, stroke;
  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;
}
.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;
}

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

.scroll-target:target:before {
  content: "";
  display: block;
  height: 80px;
  width: 100%;
  margin: -80px 0 0;
}


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

.video-embed{
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}

@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;
  }
}

/* Home Page - Hero Text Animation */
@media screen and (min-width: 1024px){
  .text-focus-in {
    animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  }

  @keyframes text-focus-in {
    0% {
      filter: blur(12px);
      opacity: 0;
    }
    100% {
      filter: blur(0px);
      opacity: 1;
    }
  }

  .slide-in-right {
    animation: slide-in-right 0.5s ease-in-out;
  }

  .slide-in-right-close {
    animation: slide-in-right 0.5s ease-in-out alternate;
  }
  @keyframes slide-in-right {
    0% {
      transform: translateX(320px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
}

/* Map */
.clickable{
  cursor: pointer;
  fill: transparent;
  stroke: transparent;
  stroke-width: 2;
}
.clickable:hover{
  fill: rgb(26 88 121 / 0.2);
  stroke: #347293;
}
.hover\:text-shadow:hover{
  --tw-drop-shadow: drop-shadow(2px 2px 8px rgba(0,0,0,.8));
  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);
}
.focus\:text-shadow:focus{
  --tw-drop-shadow: drop-shadow(2px 2px 8px rgba(0,0,0,.8));
  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);
}
.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);
}
@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.25rem;
  }

  .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;
    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: 1.6666667em;
    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: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    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;
  }

  .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;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    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;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    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;
    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;
    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.6666667em;
  }

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

  .md\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
    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"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

  .md\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 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"] *)){
    padding-inline-start: 0;
  }

  .md\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
  }

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

  .md\:prose-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5rem;
  }
}
@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.25rem;
  }

  .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;
    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: 1.6666667em;
    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: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    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;
  }

  .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;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    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;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    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;
    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;
    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.6666667em;
  }

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

  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
    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"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }

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

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

  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 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"] *)){
    padding-inline-start: 0;
  }

  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    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;
  }

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

  .lg\:prose-md :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.5rem;
  }
}
.before\:bg-primary-dark::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.last\:mb-2:last-child{
  margin-bottom: 0.5rem;
}
.odd\:bg-gray-100:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:border-collapse:hover{
  border-collapse: collapse;
}
.hover\:border-separate:hover{
  border-collapse: separate;
}
.hover\:border-spacing-0:hover{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-0\.5:hover{
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-1:hover{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-1\.5:hover{
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-10:hover{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-11:hover{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-12:hover{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-14:hover{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-16:hover{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-2:hover{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-2\.5:hover{
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-20:hover{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-24:hover{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-28:hover{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-3:hover{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-3\.5:hover{
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-32:hover{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-36:hover{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-4:hover{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-40:hover{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-44:hover{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-48:hover{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-5:hover{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-52:hover{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-56:hover{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-6:hover{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-60:hover{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-64:hover{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-7:hover{
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-72:hover{
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-8:hover{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-80:hover{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-9:hover{
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-96:hover{
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-px:hover{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-0:hover{
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-0\.5:hover{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-1:hover{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-1\.5:hover{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-10:hover{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-11:hover{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-12:hover{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-14:hover{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-16:hover{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-2:hover{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-2\.5:hover{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-20:hover{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-24:hover{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-28:hover{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-3:hover{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-3\.5:hover{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-32:hover{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-36:hover{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-4:hover{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-40:hover{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-44:hover{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-48:hover{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-5:hover{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-52:hover{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-56:hover{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-6:hover{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-60:hover{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-64:hover{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-7:hover{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-72:hover{
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-8:hover{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-80:hover{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-9:hover{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-96:hover{
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-x-px:hover{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-0:hover{
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-0\.5:hover{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-1:hover{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-1\.5:hover{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-10:hover{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-11:hover{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-12:hover{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-14:hover{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-16:hover{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-2:hover{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-2\.5:hover{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-20:hover{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-24:hover{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-28:hover{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-3:hover{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-3\.5:hover{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-32:hover{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-36:hover{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-4:hover{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-40:hover{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-44:hover{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-48:hover{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-5:hover{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-52:hover{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-56:hover{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-6:hover{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-60:hover{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-64:hover{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-7:hover{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-72:hover{
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-8:hover{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-80:hover{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-9:hover{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-96:hover{
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:border-spacing-y-px:hover{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-0:hover{
  border-width: 0px;
}
.hover\:border-2:hover{
  border-width: 2px;
}
.hover\:border-4:hover{
  border-width: 4px;
}
.hover\:border-8:hover{
  border-width: 8px;
}
.hover\:border-x:hover{
  border-left-width: 1px;
  border-right-width: 1px;
}
.hover\:border-x-0:hover{
  border-left-width: 0px;
  border-right-width: 0px;
}
.hover\:border-x-2:hover{
  border-left-width: 2px;
  border-right-width: 2px;
}
.hover\:border-x-4:hover{
  border-left-width: 4px;
  border-right-width: 4px;
}
.hover\:border-x-8:hover{
  border-left-width: 8px;
  border-right-width: 8px;
}
.hover\:border-y:hover{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.hover\:border-y-0:hover{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.hover\:border-y-2:hover{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.hover\:border-y-4:hover{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.hover\:border-y-8:hover{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.hover\:border-b:hover{
  border-bottom-width: 1px;
}
.hover\:border-b-0:hover{
  border-bottom-width: 0px;
}
.hover\:border-b-2:hover{
  border-bottom-width: 2px;
}
.hover\:border-b-4:hover{
  border-bottom-width: 4px;
}
.hover\:border-b-8:hover{
  border-bottom-width: 8px;
}
.hover\:border-e:hover{
  border-inline-end-width: 1px;
}
.hover\:border-e-0:hover{
  border-inline-end-width: 0px;
}
.hover\:border-e-2:hover{
  border-inline-end-width: 2px;
}
.hover\:border-e-4:hover{
  border-inline-end-width: 4px;
}
.hover\:border-e-8:hover{
  border-inline-end-width: 8px;
}
.hover\:border-l:hover{
  border-left-width: 1px;
}
.hover\:border-l-0:hover{
  border-left-width: 0px;
}
.hover\:border-l-2:hover{
  border-left-width: 2px;
}
.hover\:border-l-4:hover{
  border-left-width: 4px;
}
.hover\:border-l-8:hover{
  border-left-width: 8px;
}
.hover\:border-r:hover{
  border-right-width: 1px;
}
.hover\:border-r-0:hover{
  border-right-width: 0px;
}
.hover\:border-r-2:hover{
  border-right-width: 2px;
}
.hover\:border-r-4:hover{
  border-right-width: 4px;
}
.hover\:border-r-8:hover{
  border-right-width: 8px;
}
.hover\:border-s:hover{
  border-inline-start-width: 1px;
}
.hover\:border-s-0:hover{
  border-inline-start-width: 0px;
}
.hover\:border-s-2:hover{
  border-inline-start-width: 2px;
}
.hover\:border-s-4:hover{
  border-inline-start-width: 4px;
}
.hover\:border-s-8:hover{
  border-inline-start-width: 8px;
}
.hover\:border-t:hover{
  border-top-width: 1px;
}
.hover\:border-t-0:hover{
  border-top-width: 0px;
}
.hover\:border-t-2:hover{
  border-top-width: 2px;
}
.hover\:border-t-4:hover{
  border-top-width: 4px;
}
.hover\:border-t-8:hover{
  border-top-width: 8px;
}
.hover\:border-solid:hover{
  border-style: solid;
}
.hover\:border-dashed:hover{
  border-style: dashed;
}
.hover\:border-dotted:hover{
  border-style: dotted;
}
.hover\:border-double:hover{
  border-style: double;
}
.hover\:border-hidden:hover{
  border-style: hidden;
}
.hover\:border-none:hover{
  border-style: none;
}
.hover\:border-accent:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-dark\/0:hover{
  border-color: rgb(225 114 45 / 0);
}
.hover\:border-accent-dark\/10:hover{
  border-color: rgb(225 114 45 / 0.1);
}
.hover\:border-accent-dark\/100:hover{
  border-color: rgb(225 114 45 / 1);
}
.hover\:border-accent-dark\/15:hover{
  border-color: rgb(225 114 45 / 0.15);
}
.hover\:border-accent-dark\/20:hover{
  border-color: rgb(225 114 45 / 0.2);
}
.hover\:border-accent-dark\/25:hover{
  border-color: rgb(225 114 45 / 0.25);
}
.hover\:border-accent-dark\/30:hover{
  border-color: rgb(225 114 45 / 0.3);
}
.hover\:border-accent-dark\/35:hover{
  border-color: rgb(225 114 45 / 0.35);
}
.hover\:border-accent-dark\/40:hover{
  border-color: rgb(225 114 45 / 0.4);
}
.hover\:border-accent-dark\/45:hover{
  border-color: rgb(225 114 45 / 0.45);
}
.hover\:border-accent-dark\/5:hover{
  border-color: rgb(225 114 45 / 0.05);
}
.hover\:border-accent-dark\/50:hover{
  border-color: rgb(225 114 45 / 0.5);
}
.hover\:border-accent-dark\/55:hover{
  border-color: rgb(225 114 45 / 0.55);
}
.hover\:border-accent-dark\/60:hover{
  border-color: rgb(225 114 45 / 0.6);
}
.hover\:border-accent-dark\/65:hover{
  border-color: rgb(225 114 45 / 0.65);
}
.hover\:border-accent-dark\/70:hover{
  border-color: rgb(225 114 45 / 0.7);
}
.hover\:border-accent-dark\/75:hover{
  border-color: rgb(225 114 45 / 0.75);
}
.hover\:border-accent-dark\/80:hover{
  border-color: rgb(225 114 45 / 0.8);
}
.hover\:border-accent-dark\/85:hover{
  border-color: rgb(225 114 45 / 0.85);
}
.hover\:border-accent-dark\/90:hover{
  border-color: rgb(225 114 45 / 0.9);
}
.hover\:border-accent-dark\/95:hover{
  border-color: rgb(225 114 45 / 0.95);
}
.hover\:border-accent-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-accent-light\/0:hover{
  border-color: rgb(255 191 105 / 0);
}
.hover\:border-accent-light\/10:hover{
  border-color: rgb(255 191 105 / 0.1);
}
.hover\:border-accent-light\/100:hover{
  border-color: rgb(255 191 105 / 1);
}
.hover\:border-accent-light\/15:hover{
  border-color: rgb(255 191 105 / 0.15);
}
.hover\:border-accent-light\/20:hover{
  border-color: rgb(255 191 105 / 0.2);
}
.hover\:border-accent-light\/25:hover{
  border-color: rgb(255 191 105 / 0.25);
}
.hover\:border-accent-light\/30:hover{
  border-color: rgb(255 191 105 / 0.3);
}
.hover\:border-accent-light\/35:hover{
  border-color: rgb(255 191 105 / 0.35);
}
.hover\:border-accent-light\/40:hover{
  border-color: rgb(255 191 105 / 0.4);
}
.hover\:border-accent-light\/45:hover{
  border-color: rgb(255 191 105 / 0.45);
}
.hover\:border-accent-light\/5:hover{
  border-color: rgb(255 191 105 / 0.05);
}
.hover\:border-accent-light\/50:hover{
  border-color: rgb(255 191 105 / 0.5);
}
.hover\:border-accent-light\/55:hover{
  border-color: rgb(255 191 105 / 0.55);
}
.hover\:border-accent-light\/60:hover{
  border-color: rgb(255 191 105 / 0.6);
}
.hover\:border-accent-light\/65:hover{
  border-color: rgb(255 191 105 / 0.65);
}
.hover\:border-accent-light\/70:hover{
  border-color: rgb(255 191 105 / 0.7);
}
.hover\:border-accent-light\/75:hover{
  border-color: rgb(255 191 105 / 0.75);
}
.hover\:border-accent-light\/80:hover{
  border-color: rgb(255 191 105 / 0.8);
}
.hover\:border-accent-light\/85:hover{
  border-color: rgb(255 191 105 / 0.85);
}
.hover\:border-accent-light\/90:hover{
  border-color: rgb(255 191 105 / 0.9);
}
.hover\:border-accent-light\/95:hover{
  border-color: rgb(255 191 105 / 0.95);
}
.hover\:border-accent\/0:hover{
  border-color: rgb(229 136 78 / 0);
}
.hover\:border-accent\/10:hover{
  border-color: rgb(229 136 78 / 0.1);
}
.hover\:border-accent\/100:hover{
  border-color: rgb(229 136 78 / 1);
}
.hover\:border-accent\/15:hover{
  border-color: rgb(229 136 78 / 0.15);
}
.hover\:border-accent\/20:hover{
  border-color: rgb(229 136 78 / 0.2);
}
.hover\:border-accent\/25:hover{
  border-color: rgb(229 136 78 / 0.25);
}
.hover\:border-accent\/30:hover{
  border-color: rgb(229 136 78 / 0.3);
}
.hover\:border-accent\/35:hover{
  border-color: rgb(229 136 78 / 0.35);
}
.hover\:border-accent\/40:hover{
  border-color: rgb(229 136 78 / 0.4);
}
.hover\:border-accent\/45:hover{
  border-color: rgb(229 136 78 / 0.45);
}
.hover\:border-accent\/5:hover{
  border-color: rgb(229 136 78 / 0.05);
}
.hover\:border-accent\/50:hover{
  border-color: rgb(229 136 78 / 0.5);
}
.hover\:border-accent\/55:hover{
  border-color: rgb(229 136 78 / 0.55);
}
.hover\:border-accent\/60:hover{
  border-color: rgb(229 136 78 / 0.6);
}
.hover\:border-accent\/65:hover{
  border-color: rgb(229 136 78 / 0.65);
}
.hover\:border-accent\/70:hover{
  border-color: rgb(229 136 78 / 0.7);
}
.hover\:border-accent\/75:hover{
  border-color: rgb(229 136 78 / 0.75);
}
.hover\:border-accent\/80:hover{
  border-color: rgb(229 136 78 / 0.8);
}
.hover\:border-accent\/85:hover{
  border-color: rgb(229 136 78 / 0.85);
}
.hover\:border-accent\/90:hover{
  border-color: rgb(229 136 78 / 0.9);
}
.hover\:border-accent\/95:hover{
  border-color: rgb(229 136 78 / 0.95);
}
.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-black\/0:hover{
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-black\/10:hover{
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-black\/100:hover{
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-black\/15:hover{
  border-color: rgb(0 0 0 / 0.15);
}
.hover\:border-black\/20:hover{
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-black\/25:hover{
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-black\/30:hover{
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-black\/35:hover{
  border-color: rgb(0 0 0 / 0.35);
}
.hover\:border-black\/40:hover{
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-black\/45:hover{
  border-color: rgb(0 0 0 / 0.45);
}
.hover\:border-black\/5:hover{
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-black\/50:hover{
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-black\/55:hover{
  border-color: rgb(0 0 0 / 0.55);
}
.hover\:border-black\/60:hover{
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-black\/65:hover{
  border-color: rgb(0 0 0 / 0.65);
}
.hover\:border-black\/70:hover{
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-black\/75:hover{
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-black\/80:hover{
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-black\/85:hover{
  border-color: rgb(0 0 0 / 0.85);
}
.hover\:border-black\/90:hover{
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-black\/95:hover{
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-current:hover{
  border-color: currentColor;
}
.hover\:border-error:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-error\/0:hover{
  border-color: rgb(255 0 0 / 0);
}
.hover\:border-error\/10:hover{
  border-color: rgb(255 0 0 / 0.1);
}
.hover\:border-error\/100:hover{
  border-color: rgb(255 0 0 / 1);
}
.hover\:border-error\/15:hover{
  border-color: rgb(255 0 0 / 0.15);
}
.hover\:border-error\/20:hover{
  border-color: rgb(255 0 0 / 0.2);
}
.hover\:border-error\/25:hover{
  border-color: rgb(255 0 0 / 0.25);
}
.hover\:border-error\/30:hover{
  border-color: rgb(255 0 0 / 0.3);
}
.hover\:border-error\/35:hover{
  border-color: rgb(255 0 0 / 0.35);
}
.hover\:border-error\/40:hover{
  border-color: rgb(255 0 0 / 0.4);
}
.hover\:border-error\/45:hover{
  border-color: rgb(255 0 0 / 0.45);
}
.hover\:border-error\/5:hover{
  border-color: rgb(255 0 0 / 0.05);
}
.hover\:border-error\/50:hover{
  border-color: rgb(255 0 0 / 0.5);
}
.hover\:border-error\/55:hover{
  border-color: rgb(255 0 0 / 0.55);
}
.hover\:border-error\/60:hover{
  border-color: rgb(255 0 0 / 0.6);
}
.hover\:border-error\/65:hover{
  border-color: rgb(255 0 0 / 0.65);
}
.hover\:border-error\/70:hover{
  border-color: rgb(255 0 0 / 0.7);
}
.hover\:border-error\/75:hover{
  border-color: rgb(255 0 0 / 0.75);
}
.hover\:border-error\/80:hover{
  border-color: rgb(255 0 0 / 0.8);
}
.hover\:border-error\/85:hover{
  border-color: rgb(255 0 0 / 0.85);
}
.hover\:border-error\/90:hover{
  border-color: rgb(255 0 0 / 0.9);
}
.hover\:border-error\/95:hover{
  border-color: rgb(255 0 0 / 0.95);
}
.hover\:border-gray-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-100\/0:hover{
  border-color: rgb(243 244 246 / 0);
}
.hover\:border-gray-100\/10:hover{
  border-color: rgb(243 244 246 / 0.1);
}
.hover\:border-gray-100\/100:hover{
  border-color: rgb(243 244 246 / 1);
}
.hover\:border-gray-100\/15:hover{
  border-color: rgb(243 244 246 / 0.15);
}
.hover\:border-gray-100\/20:hover{
  border-color: rgb(243 244 246 / 0.2);
}
.hover\:border-gray-100\/25:hover{
  border-color: rgb(243 244 246 / 0.25);
}
.hover\:border-gray-100\/30:hover{
  border-color: rgb(243 244 246 / 0.3);
}
.hover\:border-gray-100\/35:hover{
  border-color: rgb(243 244 246 / 0.35);
}
.hover\:border-gray-100\/40:hover{
  border-color: rgb(243 244 246 / 0.4);
}
.hover\:border-gray-100\/45:hover{
  border-color: rgb(243 244 246 / 0.45);
}
.hover\:border-gray-100\/5:hover{
  border-color: rgb(243 244 246 / 0.05);
}
.hover\:border-gray-100\/50:hover{
  border-color: rgb(243 244 246 / 0.5);
}
.hover\:border-gray-100\/55:hover{
  border-color: rgb(243 244 246 / 0.55);
}
.hover\:border-gray-100\/60:hover{
  border-color: rgb(243 244 246 / 0.6);
}
.hover\:border-gray-100\/65:hover{
  border-color: rgb(243 244 246 / 0.65);
}
.hover\:border-gray-100\/70:hover{
  border-color: rgb(243 244 246 / 0.7);
}
.hover\:border-gray-100\/75:hover{
  border-color: rgb(243 244 246 / 0.75);
}
.hover\:border-gray-100\/80:hover{
  border-color: rgb(243 244 246 / 0.8);
}
.hover\:border-gray-100\/85:hover{
  border-color: rgb(243 244 246 / 0.85);
}
.hover\:border-gray-100\/90:hover{
  border-color: rgb(243 244 246 / 0.9);
}
.hover\:border-gray-100\/95:hover{
  border-color: rgb(243 244 246 / 0.95);
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-200\/0:hover{
  border-color: rgb(229 231 235 / 0);
}
.hover\:border-gray-200\/10:hover{
  border-color: rgb(229 231 235 / 0.1);
}
.hover\:border-gray-200\/100:hover{
  border-color: rgb(229 231 235 / 1);
}
.hover\:border-gray-200\/15:hover{
  border-color: rgb(229 231 235 / 0.15);
}
.hover\:border-gray-200\/20:hover{
  border-color: rgb(229 231 235 / 0.2);
}
.hover\:border-gray-200\/25:hover{
  border-color: rgb(229 231 235 / 0.25);
}
.hover\:border-gray-200\/30:hover{
  border-color: rgb(229 231 235 / 0.3);
}
.hover\:border-gray-200\/35:hover{
  border-color: rgb(229 231 235 / 0.35);
}
.hover\:border-gray-200\/40:hover{
  border-color: rgb(229 231 235 / 0.4);
}
.hover\:border-gray-200\/45:hover{
  border-color: rgb(229 231 235 / 0.45);
}
.hover\:border-gray-200\/5:hover{
  border-color: rgb(229 231 235 / 0.05);
}
.hover\:border-gray-200\/50:hover{
  border-color: rgb(229 231 235 / 0.5);
}
.hover\:border-gray-200\/55:hover{
  border-color: rgb(229 231 235 / 0.55);
}
.hover\:border-gray-200\/60:hover{
  border-color: rgb(229 231 235 / 0.6);
}
.hover\:border-gray-200\/65:hover{
  border-color: rgb(229 231 235 / 0.65);
}
.hover\:border-gray-200\/70:hover{
  border-color: rgb(229 231 235 / 0.7);
}
.hover\:border-gray-200\/75:hover{
  border-color: rgb(229 231 235 / 0.75);
}
.hover\:border-gray-200\/80:hover{
  border-color: rgb(229 231 235 / 0.8);
}
.hover\:border-gray-200\/85:hover{
  border-color: rgb(229 231 235 / 0.85);
}
.hover\:border-gray-200\/90:hover{
  border-color: rgb(229 231 235 / 0.9);
}
.hover\:border-gray-200\/95:hover{
  border-color: rgb(229 231 235 / 0.95);
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300\/0:hover{
  border-color: rgb(209 213 219 / 0);
}
.hover\:border-gray-300\/10:hover{
  border-color: rgb(209 213 219 / 0.1);
}
.hover\:border-gray-300\/100:hover{
  border-color: rgb(209 213 219 / 1);
}
.hover\:border-gray-300\/15:hover{
  border-color: rgb(209 213 219 / 0.15);
}
.hover\:border-gray-300\/20:hover{
  border-color: rgb(209 213 219 / 0.2);
}
.hover\:border-gray-300\/25:hover{
  border-color: rgb(209 213 219 / 0.25);
}
.hover\:border-gray-300\/30:hover{
  border-color: rgb(209 213 219 / 0.3);
}
.hover\:border-gray-300\/35:hover{
  border-color: rgb(209 213 219 / 0.35);
}
.hover\:border-gray-300\/40:hover{
  border-color: rgb(209 213 219 / 0.4);
}
.hover\:border-gray-300\/45:hover{
  border-color: rgb(209 213 219 / 0.45);
}
.hover\:border-gray-300\/5:hover{
  border-color: rgb(209 213 219 / 0.05);
}
.hover\:border-gray-300\/50:hover{
  border-color: rgb(209 213 219 / 0.5);
}
.hover\:border-gray-300\/55:hover{
  border-color: rgb(209 213 219 / 0.55);
}
.hover\:border-gray-300\/60:hover{
  border-color: rgb(209 213 219 / 0.6);
}
.hover\:border-gray-300\/65:hover{
  border-color: rgb(209 213 219 / 0.65);
}
.hover\:border-gray-300\/70:hover{
  border-color: rgb(209 213 219 / 0.7);
}
.hover\:border-gray-300\/75:hover{
  border-color: rgb(209 213 219 / 0.75);
}
.hover\:border-gray-300\/80:hover{
  border-color: rgb(209 213 219 / 0.8);
}
.hover\:border-gray-300\/85:hover{
  border-color: rgb(209 213 219 / 0.85);
}
.hover\:border-gray-300\/90:hover{
  border-color: rgb(209 213 219 / 0.9);
}
.hover\:border-gray-300\/95:hover{
  border-color: rgb(209 213 219 / 0.95);
}
.hover\:border-gray-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400\/0:hover{
  border-color: rgb(156 163 175 / 0);
}
.hover\:border-gray-400\/10:hover{
  border-color: rgb(156 163 175 / 0.1);
}
.hover\:border-gray-400\/100:hover{
  border-color: rgb(156 163 175 / 1);
}
.hover\:border-gray-400\/15:hover{
  border-color: rgb(156 163 175 / 0.15);
}
.hover\:border-gray-400\/20:hover{
  border-color: rgb(156 163 175 / 0.2);
}
.hover\:border-gray-400\/25:hover{
  border-color: rgb(156 163 175 / 0.25);
}
.hover\:border-gray-400\/30:hover{
  border-color: rgb(156 163 175 / 0.3);
}
.hover\:border-gray-400\/35:hover{
  border-color: rgb(156 163 175 / 0.35);
}
.hover\:border-gray-400\/40:hover{
  border-color: rgb(156 163 175 / 0.4);
}
.hover\:border-gray-400\/45:hover{
  border-color: rgb(156 163 175 / 0.45);
}
.hover\:border-gray-400\/5:hover{
  border-color: rgb(156 163 175 / 0.05);
}
.hover\:border-gray-400\/50:hover{
  border-color: rgb(156 163 175 / 0.5);
}
.hover\:border-gray-400\/55:hover{
  border-color: rgb(156 163 175 / 0.55);
}
.hover\:border-gray-400\/60:hover{
  border-color: rgb(156 163 175 / 0.6);
}
.hover\:border-gray-400\/65:hover{
  border-color: rgb(156 163 175 / 0.65);
}
.hover\:border-gray-400\/70:hover{
  border-color: rgb(156 163 175 / 0.7);
}
.hover\:border-gray-400\/75:hover{
  border-color: rgb(156 163 175 / 0.75);
}
.hover\:border-gray-400\/80:hover{
  border-color: rgb(156 163 175 / 0.8);
}
.hover\:border-gray-400\/85:hover{
  border-color: rgb(156 163 175 / 0.85);
}
.hover\:border-gray-400\/90:hover{
  border-color: rgb(156 163 175 / 0.9);
}
.hover\:border-gray-400\/95:hover{
  border-color: rgb(156 163 175 / 0.95);
}
.hover\:border-gray-50:hover{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-50\/0:hover{
  border-color: rgb(249 250 251 / 0);
}
.hover\:border-gray-50\/10:hover{
  border-color: rgb(249 250 251 / 0.1);
}
.hover\:border-gray-50\/100:hover{
  border-color: rgb(249 250 251 / 1);
}
.hover\:border-gray-50\/15:hover{
  border-color: rgb(249 250 251 / 0.15);
}
.hover\:border-gray-50\/20:hover{
  border-color: rgb(249 250 251 / 0.2);
}
.hover\:border-gray-50\/25:hover{
  border-color: rgb(249 250 251 / 0.25);
}
.hover\:border-gray-50\/30:hover{
  border-color: rgb(249 250 251 / 0.3);
}
.hover\:border-gray-50\/35:hover{
  border-color: rgb(249 250 251 / 0.35);
}
.hover\:border-gray-50\/40:hover{
  border-color: rgb(249 250 251 / 0.4);
}
.hover\:border-gray-50\/45:hover{
  border-color: rgb(249 250 251 / 0.45);
}
.hover\:border-gray-50\/5:hover{
  border-color: rgb(249 250 251 / 0.05);
}
.hover\:border-gray-50\/50:hover{
  border-color: rgb(249 250 251 / 0.5);
}
.hover\:border-gray-50\/55:hover{
  border-color: rgb(249 250 251 / 0.55);
}
.hover\:border-gray-50\/60:hover{
  border-color: rgb(249 250 251 / 0.6);
}
.hover\:border-gray-50\/65:hover{
  border-color: rgb(249 250 251 / 0.65);
}
.hover\:border-gray-50\/70:hover{
  border-color: rgb(249 250 251 / 0.7);
}
.hover\:border-gray-50\/75:hover{
  border-color: rgb(249 250 251 / 0.75);
}
.hover\:border-gray-50\/80:hover{
  border-color: rgb(249 250 251 / 0.8);
}
.hover\:border-gray-50\/85:hover{
  border-color: rgb(249 250 251 / 0.85);
}
.hover\:border-gray-50\/90:hover{
  border-color: rgb(249 250 251 / 0.9);
}
.hover\:border-gray-50\/95:hover{
  border-color: rgb(249 250 251 / 0.95);
}
.hover\:border-gray-500:hover{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-500\/0:hover{
  border-color: rgb(107 114 128 / 0);
}
.hover\:border-gray-500\/10:hover{
  border-color: rgb(107 114 128 / 0.1);
}
.hover\:border-gray-500\/100:hover{
  border-color: rgb(107 114 128 / 1);
}
.hover\:border-gray-500\/15:hover{
  border-color: rgb(107 114 128 / 0.15);
}
.hover\:border-gray-500\/20:hover{
  border-color: rgb(107 114 128 / 0.2);
}
.hover\:border-gray-500\/25:hover{
  border-color: rgb(107 114 128 / 0.25);
}
.hover\:border-gray-500\/30:hover{
  border-color: rgb(107 114 128 / 0.3);
}
.hover\:border-gray-500\/35:hover{
  border-color: rgb(107 114 128 / 0.35);
}
.hover\:border-gray-500\/40:hover{
  border-color: rgb(107 114 128 / 0.4);
}
.hover\:border-gray-500\/45:hover{
  border-color: rgb(107 114 128 / 0.45);
}
.hover\:border-gray-500\/5:hover{
  border-color: rgb(107 114 128 / 0.05);
}
.hover\:border-gray-500\/50:hover{
  border-color: rgb(107 114 128 / 0.5);
}
.hover\:border-gray-500\/55:hover{
  border-color: rgb(107 114 128 / 0.55);
}
.hover\:border-gray-500\/60:hover{
  border-color: rgb(107 114 128 / 0.6);
}
.hover\:border-gray-500\/65:hover{
  border-color: rgb(107 114 128 / 0.65);
}
.hover\:border-gray-500\/70:hover{
  border-color: rgb(107 114 128 / 0.7);
}
.hover\:border-gray-500\/75:hover{
  border-color: rgb(107 114 128 / 0.75);
}
.hover\:border-gray-500\/80:hover{
  border-color: rgb(107 114 128 / 0.8);
}
.hover\:border-gray-500\/85:hover{
  border-color: rgb(107 114 128 / 0.85);
}
.hover\:border-gray-500\/90:hover{
  border-color: rgb(107 114 128 / 0.9);
}
.hover\:border-gray-500\/95:hover{
  border-color: rgb(107 114 128 / 0.95);
}
.hover\:border-gray-600:hover{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-600\/0:hover{
  border-color: rgb(75 85 99 / 0);
}
.hover\:border-gray-600\/10:hover{
  border-color: rgb(75 85 99 / 0.1);
}
.hover\:border-gray-600\/100:hover{
  border-color: rgb(75 85 99 / 1);
}
.hover\:border-gray-600\/15:hover{
  border-color: rgb(75 85 99 / 0.15);
}
.hover\:border-gray-600\/20:hover{
  border-color: rgb(75 85 99 / 0.2);
}
.hover\:border-gray-600\/25:hover{
  border-color: rgb(75 85 99 / 0.25);
}
.hover\:border-gray-600\/30:hover{
  border-color: rgb(75 85 99 / 0.3);
}
.hover\:border-gray-600\/35:hover{
  border-color: rgb(75 85 99 / 0.35);
}
.hover\:border-gray-600\/40:hover{
  border-color: rgb(75 85 99 / 0.4);
}
.hover\:border-gray-600\/45:hover{
  border-color: rgb(75 85 99 / 0.45);
}
.hover\:border-gray-600\/5:hover{
  border-color: rgb(75 85 99 / 0.05);
}
.hover\:border-gray-600\/50:hover{
  border-color: rgb(75 85 99 / 0.5);
}
.hover\:border-gray-600\/55:hover{
  border-color: rgb(75 85 99 / 0.55);
}
.hover\:border-gray-600\/60:hover{
  border-color: rgb(75 85 99 / 0.6);
}
.hover\:border-gray-600\/65:hover{
  border-color: rgb(75 85 99 / 0.65);
}
.hover\:border-gray-600\/70:hover{
  border-color: rgb(75 85 99 / 0.7);
}
.hover\:border-gray-600\/75:hover{
  border-color: rgb(75 85 99 / 0.75);
}
.hover\:border-gray-600\/80:hover{
  border-color: rgb(75 85 99 / 0.8);
}
.hover\:border-gray-600\/85:hover{
  border-color: rgb(75 85 99 / 0.85);
}
.hover\:border-gray-600\/90:hover{
  border-color: rgb(75 85 99 / 0.9);
}
.hover\:border-gray-600\/95:hover{
  border-color: rgb(75 85 99 / 0.95);
}
.hover\:border-gray-700:hover{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-700\/0:hover{
  border-color: rgb(55 65 81 / 0);
}
.hover\:border-gray-700\/10:hover{
  border-color: rgb(55 65 81 / 0.1);
}
.hover\:border-gray-700\/100:hover{
  border-color: rgb(55 65 81 / 1);
}
.hover\:border-gray-700\/15:hover{
  border-color: rgb(55 65 81 / 0.15);
}
.hover\:border-gray-700\/20:hover{
  border-color: rgb(55 65 81 / 0.2);
}
.hover\:border-gray-700\/25:hover{
  border-color: rgb(55 65 81 / 0.25);
}
.hover\:border-gray-700\/30:hover{
  border-color: rgb(55 65 81 / 0.3);
}
.hover\:border-gray-700\/35:hover{
  border-color: rgb(55 65 81 / 0.35);
}
.hover\:border-gray-700\/40:hover{
  border-color: rgb(55 65 81 / 0.4);
}
.hover\:border-gray-700\/45:hover{
  border-color: rgb(55 65 81 / 0.45);
}
.hover\:border-gray-700\/5:hover{
  border-color: rgb(55 65 81 / 0.05);
}
.hover\:border-gray-700\/50:hover{
  border-color: rgb(55 65 81 / 0.5);
}
.hover\:border-gray-700\/55:hover{
  border-color: rgb(55 65 81 / 0.55);
}
.hover\:border-gray-700\/60:hover{
  border-color: rgb(55 65 81 / 0.6);
}
.hover\:border-gray-700\/65:hover{
  border-color: rgb(55 65 81 / 0.65);
}
.hover\:border-gray-700\/70:hover{
  border-color: rgb(55 65 81 / 0.7);
}
.hover\:border-gray-700\/75:hover{
  border-color: rgb(55 65 81 / 0.75);
}
.hover\:border-gray-700\/80:hover{
  border-color: rgb(55 65 81 / 0.8);
}
.hover\:border-gray-700\/85:hover{
  border-color: rgb(55 65 81 / 0.85);
}
.hover\:border-gray-700\/90:hover{
  border-color: rgb(55 65 81 / 0.9);
}
.hover\:border-gray-700\/95:hover{
  border-color: rgb(55 65 81 / 0.95);
}
.hover\:border-gray-800:hover{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-800\/0:hover{
  border-color: rgb(31 41 55 / 0);
}
.hover\:border-gray-800\/10:hover{
  border-color: rgb(31 41 55 / 0.1);
}
.hover\:border-gray-800\/100:hover{
  border-color: rgb(31 41 55 / 1);
}
.hover\:border-gray-800\/15:hover{
  border-color: rgb(31 41 55 / 0.15);
}
.hover\:border-gray-800\/20:hover{
  border-color: rgb(31 41 55 / 0.2);
}
.hover\:border-gray-800\/25:hover{
  border-color: rgb(31 41 55 / 0.25);
}
.hover\:border-gray-800\/30:hover{
  border-color: rgb(31 41 55 / 0.3);
}
.hover\:border-gray-800\/35:hover{
  border-color: rgb(31 41 55 / 0.35);
}
.hover\:border-gray-800\/40:hover{
  border-color: rgb(31 41 55 / 0.4);
}
.hover\:border-gray-800\/45:hover{
  border-color: rgb(31 41 55 / 0.45);
}
.hover\:border-gray-800\/5:hover{
  border-color: rgb(31 41 55 / 0.05);
}
.hover\:border-gray-800\/50:hover{
  border-color: rgb(31 41 55 / 0.5);
}
.hover\:border-gray-800\/55:hover{
  border-color: rgb(31 41 55 / 0.55);
}
.hover\:border-gray-800\/60:hover{
  border-color: rgb(31 41 55 / 0.6);
}
.hover\:border-gray-800\/65:hover{
  border-color: rgb(31 41 55 / 0.65);
}
.hover\:border-gray-800\/70:hover{
  border-color: rgb(31 41 55 / 0.7);
}
.hover\:border-gray-800\/75:hover{
  border-color: rgb(31 41 55 / 0.75);
}
.hover\:border-gray-800\/80:hover{
  border-color: rgb(31 41 55 / 0.8);
}
.hover\:border-gray-800\/85:hover{
  border-color: rgb(31 41 55 / 0.85);
}
.hover\:border-gray-800\/90:hover{
  border-color: rgb(31 41 55 / 0.9);
}
.hover\:border-gray-800\/95:hover{
  border-color: rgb(31 41 55 / 0.95);
}
.hover\:border-gray-900:hover{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-900\/0:hover{
  border-color: rgb(17 24 39 / 0);
}
.hover\:border-gray-900\/10:hover{
  border-color: rgb(17 24 39 / 0.1);
}
.hover\:border-gray-900\/100:hover{
  border-color: rgb(17 24 39 / 1);
}
.hover\:border-gray-900\/15:hover{
  border-color: rgb(17 24 39 / 0.15);
}
.hover\:border-gray-900\/20:hover{
  border-color: rgb(17 24 39 / 0.2);
}
.hover\:border-gray-900\/25:hover{
  border-color: rgb(17 24 39 / 0.25);
}
.hover\:border-gray-900\/30:hover{
  border-color: rgb(17 24 39 / 0.3);
}
.hover\:border-gray-900\/35:hover{
  border-color: rgb(17 24 39 / 0.35);
}
.hover\:border-gray-900\/40:hover{
  border-color: rgb(17 24 39 / 0.4);
}
.hover\:border-gray-900\/45:hover{
  border-color: rgb(17 24 39 / 0.45);
}
.hover\:border-gray-900\/5:hover{
  border-color: rgb(17 24 39 / 0.05);
}
.hover\:border-gray-900\/50:hover{
  border-color: rgb(17 24 39 / 0.5);
}
.hover\:border-gray-900\/55:hover{
  border-color: rgb(17 24 39 / 0.55);
}
.hover\:border-gray-900\/60:hover{
  border-color: rgb(17 24 39 / 0.6);
}
.hover\:border-gray-900\/65:hover{
  border-color: rgb(17 24 39 / 0.65);
}
.hover\:border-gray-900\/70:hover{
  border-color: rgb(17 24 39 / 0.7);
}
.hover\:border-gray-900\/75:hover{
  border-color: rgb(17 24 39 / 0.75);
}
.hover\:border-gray-900\/80:hover{
  border-color: rgb(17 24 39 / 0.8);
}
.hover\:border-gray-900\/85:hover{
  border-color: rgb(17 24 39 / 0.85);
}
.hover\:border-gray-900\/90:hover{
  border-color: rgb(17 24 39 / 0.9);
}
.hover\:border-gray-900\/95:hover{
  border-color: rgb(17 24 39 / 0.95);
}
.hover\:border-gray-950:hover{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-950\/0:hover{
  border-color: rgb(3 7 18 / 0);
}
.hover\:border-gray-950\/10:hover{
  border-color: rgb(3 7 18 / 0.1);
}
.hover\:border-gray-950\/100:hover{
  border-color: rgb(3 7 18 / 1);
}
.hover\:border-gray-950\/15:hover{
  border-color: rgb(3 7 18 / 0.15);
}
.hover\:border-gray-950\/20:hover{
  border-color: rgb(3 7 18 / 0.2);
}
.hover\:border-gray-950\/25:hover{
  border-color: rgb(3 7 18 / 0.25);
}
.hover\:border-gray-950\/30:hover{
  border-color: rgb(3 7 18 / 0.3);
}
.hover\:border-gray-950\/35:hover{
  border-color: rgb(3 7 18 / 0.35);
}
.hover\:border-gray-950\/40:hover{
  border-color: rgb(3 7 18 / 0.4);
}
.hover\:border-gray-950\/45:hover{
  border-color: rgb(3 7 18 / 0.45);
}
.hover\:border-gray-950\/5:hover{
  border-color: rgb(3 7 18 / 0.05);
}
.hover\:border-gray-950\/50:hover{
  border-color: rgb(3 7 18 / 0.5);
}
.hover\:border-gray-950\/55:hover{
  border-color: rgb(3 7 18 / 0.55);
}
.hover\:border-gray-950\/60:hover{
  border-color: rgb(3 7 18 / 0.6);
}
.hover\:border-gray-950\/65:hover{
  border-color: rgb(3 7 18 / 0.65);
}
.hover\:border-gray-950\/70:hover{
  border-color: rgb(3 7 18 / 0.7);
}
.hover\:border-gray-950\/75:hover{
  border-color: rgb(3 7 18 / 0.75);
}
.hover\:border-gray-950\/80:hover{
  border-color: rgb(3 7 18 / 0.8);
}
.hover\:border-gray-950\/85:hover{
  border-color: rgb(3 7 18 / 0.85);
}
.hover\:border-gray-950\/90:hover{
  border-color: rgb(3 7 18 / 0.9);
}
.hover\:border-gray-950\/95:hover{
  border-color: rgb(3 7 18 / 0.95);
}
.hover\:border-inherit:hover{
  border-color: inherit;
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-dark\/0:hover{
  border-color: rgb(26 88 121 / 0);
}
.hover\:border-primary-dark\/10:hover{
  border-color: rgb(26 88 121 / 0.1);
}
.hover\:border-primary-dark\/100:hover{
  border-color: rgb(26 88 121 / 1);
}
.hover\:border-primary-dark\/15:hover{
  border-color: rgb(26 88 121 / 0.15);
}
.hover\:border-primary-dark\/20:hover{
  border-color: rgb(26 88 121 / 0.2);
}
.hover\:border-primary-dark\/25:hover{
  border-color: rgb(26 88 121 / 0.25);
}
.hover\:border-primary-dark\/30:hover{
  border-color: rgb(26 88 121 / 0.3);
}
.hover\:border-primary-dark\/35:hover{
  border-color: rgb(26 88 121 / 0.35);
}
.hover\:border-primary-dark\/40:hover{
  border-color: rgb(26 88 121 / 0.4);
}
.hover\:border-primary-dark\/45:hover{
  border-color: rgb(26 88 121 / 0.45);
}
.hover\:border-primary-dark\/5:hover{
  border-color: rgb(26 88 121 / 0.05);
}
.hover\:border-primary-dark\/50:hover{
  border-color: rgb(26 88 121 / 0.5);
}
.hover\:border-primary-dark\/55:hover{
  border-color: rgb(26 88 121 / 0.55);
}
.hover\:border-primary-dark\/60:hover{
  border-color: rgb(26 88 121 / 0.6);
}
.hover\:border-primary-dark\/65:hover{
  border-color: rgb(26 88 121 / 0.65);
}
.hover\:border-primary-dark\/70:hover{
  border-color: rgb(26 88 121 / 0.7);
}
.hover\:border-primary-dark\/75:hover{
  border-color: rgb(26 88 121 / 0.75);
}
.hover\:border-primary-dark\/80:hover{
  border-color: rgb(26 88 121 / 0.8);
}
.hover\:border-primary-dark\/85:hover{
  border-color: rgb(26 88 121 / 0.85);
}
.hover\:border-primary-dark\/90:hover{
  border-color: rgb(26 88 121 / 0.9);
}
.hover\:border-primary-dark\/95:hover{
  border-color: rgb(26 88 121 / 0.95);
}
.hover\:border-primary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-light\/0:hover{
  border-color: rgb(85 154 193 / 0);
}
.hover\:border-primary-light\/10:hover{
  border-color: rgb(85 154 193 / 0.1);
}
.hover\:border-primary-light\/100:hover{
  border-color: rgb(85 154 193 / 1);
}
.hover\:border-primary-light\/15:hover{
  border-color: rgb(85 154 193 / 0.15);
}
.hover\:border-primary-light\/20:hover{
  border-color: rgb(85 154 193 / 0.2);
}
.hover\:border-primary-light\/25:hover{
  border-color: rgb(85 154 193 / 0.25);
}
.hover\:border-primary-light\/30:hover{
  border-color: rgb(85 154 193 / 0.3);
}
.hover\:border-primary-light\/35:hover{
  border-color: rgb(85 154 193 / 0.35);
}
.hover\:border-primary-light\/40:hover{
  border-color: rgb(85 154 193 / 0.4);
}
.hover\:border-primary-light\/45:hover{
  border-color: rgb(85 154 193 / 0.45);
}
.hover\:border-primary-light\/5:hover{
  border-color: rgb(85 154 193 / 0.05);
}
.hover\:border-primary-light\/50:hover{
  border-color: rgb(85 154 193 / 0.5);
}
.hover\:border-primary-light\/55:hover{
  border-color: rgb(85 154 193 / 0.55);
}
.hover\:border-primary-light\/60:hover{
  border-color: rgb(85 154 193 / 0.6);
}
.hover\:border-primary-light\/65:hover{
  border-color: rgb(85 154 193 / 0.65);
}
.hover\:border-primary-light\/70:hover{
  border-color: rgb(85 154 193 / 0.7);
}
.hover\:border-primary-light\/75:hover{
  border-color: rgb(85 154 193 / 0.75);
}
.hover\:border-primary-light\/80:hover{
  border-color: rgb(85 154 193 / 0.8);
}
.hover\:border-primary-light\/85:hover{
  border-color: rgb(85 154 193 / 0.85);
}
.hover\:border-primary-light\/90:hover{
  border-color: rgb(85 154 193 / 0.9);
}
.hover\:border-primary-light\/95:hover{
  border-color: rgb(85 154 193 / 0.95);
}
.hover\:border-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-lighter\/0:hover{
  border-color: rgb(115 177 212 / 0);
}
.hover\:border-primary-lighter\/10:hover{
  border-color: rgb(115 177 212 / 0.1);
}
.hover\:border-primary-lighter\/100:hover{
  border-color: rgb(115 177 212 / 1);
}
.hover\:border-primary-lighter\/15:hover{
  border-color: rgb(115 177 212 / 0.15);
}
.hover\:border-primary-lighter\/20:hover{
  border-color: rgb(115 177 212 / 0.2);
}
.hover\:border-primary-lighter\/25:hover{
  border-color: rgb(115 177 212 / 0.25);
}
.hover\:border-primary-lighter\/30:hover{
  border-color: rgb(115 177 212 / 0.3);
}
.hover\:border-primary-lighter\/35:hover{
  border-color: rgb(115 177 212 / 0.35);
}
.hover\:border-primary-lighter\/40:hover{
  border-color: rgb(115 177 212 / 0.4);
}
.hover\:border-primary-lighter\/45:hover{
  border-color: rgb(115 177 212 / 0.45);
}
.hover\:border-primary-lighter\/5:hover{
  border-color: rgb(115 177 212 / 0.05);
}
.hover\:border-primary-lighter\/50:hover{
  border-color: rgb(115 177 212 / 0.5);
}
.hover\:border-primary-lighter\/55:hover{
  border-color: rgb(115 177 212 / 0.55);
}
.hover\:border-primary-lighter\/60:hover{
  border-color: rgb(115 177 212 / 0.6);
}
.hover\:border-primary-lighter\/65:hover{
  border-color: rgb(115 177 212 / 0.65);
}
.hover\:border-primary-lighter\/70:hover{
  border-color: rgb(115 177 212 / 0.7);
}
.hover\:border-primary-lighter\/75:hover{
  border-color: rgb(115 177 212 / 0.75);
}
.hover\:border-primary-lighter\/80:hover{
  border-color: rgb(115 177 212 / 0.8);
}
.hover\:border-primary-lighter\/85:hover{
  border-color: rgb(115 177 212 / 0.85);
}
.hover\:border-primary-lighter\/90:hover{
  border-color: rgb(115 177 212 / 0.9);
}
.hover\:border-primary-lighter\/95:hover{
  border-color: rgb(115 177 212 / 0.95);
}
.hover\:border-primary\/0:hover{
  border-color: rgb(52 114 147 / 0);
}
.hover\:border-primary\/10:hover{
  border-color: rgb(52 114 147 / 0.1);
}
.hover\:border-primary\/100:hover{
  border-color: rgb(52 114 147 / 1);
}
.hover\:border-primary\/15:hover{
  border-color: rgb(52 114 147 / 0.15);
}
.hover\:border-primary\/20:hover{
  border-color: rgb(52 114 147 / 0.2);
}
.hover\:border-primary\/25:hover{
  border-color: rgb(52 114 147 / 0.25);
}
.hover\:border-primary\/30:hover{
  border-color: rgb(52 114 147 / 0.3);
}
.hover\:border-primary\/35:hover{
  border-color: rgb(52 114 147 / 0.35);
}
.hover\:border-primary\/40:hover{
  border-color: rgb(52 114 147 / 0.4);
}
.hover\:border-primary\/45:hover{
  border-color: rgb(52 114 147 / 0.45);
}
.hover\:border-primary\/5:hover{
  border-color: rgb(52 114 147 / 0.05);
}
.hover\:border-primary\/50:hover{
  border-color: rgb(52 114 147 / 0.5);
}
.hover\:border-primary\/55:hover{
  border-color: rgb(52 114 147 / 0.55);
}
.hover\:border-primary\/60:hover{
  border-color: rgb(52 114 147 / 0.6);
}
.hover\:border-primary\/65:hover{
  border-color: rgb(52 114 147 / 0.65);
}
.hover\:border-primary\/70:hover{
  border-color: rgb(52 114 147 / 0.7);
}
.hover\:border-primary\/75:hover{
  border-color: rgb(52 114 147 / 0.75);
}
.hover\:border-primary\/80:hover{
  border-color: rgb(52 114 147 / 0.8);
}
.hover\:border-primary\/85:hover{
  border-color: rgb(52 114 147 / 0.85);
}
.hover\:border-primary\/90:hover{
  border-color: rgb(52 114 147 / 0.9);
}
.hover\:border-primary\/95:hover{
  border-color: rgb(52 114 147 / 0.95);
}
.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-dark\/0:hover{
  border-color: rgb(226 207 188 / 0);
}
.hover\:border-secondary-dark\/10:hover{
  border-color: rgb(226 207 188 / 0.1);
}
.hover\:border-secondary-dark\/100:hover{
  border-color: rgb(226 207 188 / 1);
}
.hover\:border-secondary-dark\/15:hover{
  border-color: rgb(226 207 188 / 0.15);
}
.hover\:border-secondary-dark\/20:hover{
  border-color: rgb(226 207 188 / 0.2);
}
.hover\:border-secondary-dark\/25:hover{
  border-color: rgb(226 207 188 / 0.25);
}
.hover\:border-secondary-dark\/30:hover{
  border-color: rgb(226 207 188 / 0.3);
}
.hover\:border-secondary-dark\/35:hover{
  border-color: rgb(226 207 188 / 0.35);
}
.hover\:border-secondary-dark\/40:hover{
  border-color: rgb(226 207 188 / 0.4);
}
.hover\:border-secondary-dark\/45:hover{
  border-color: rgb(226 207 188 / 0.45);
}
.hover\:border-secondary-dark\/5:hover{
  border-color: rgb(226 207 188 / 0.05);
}
.hover\:border-secondary-dark\/50:hover{
  border-color: rgb(226 207 188 / 0.5);
}
.hover\:border-secondary-dark\/55:hover{
  border-color: rgb(226 207 188 / 0.55);
}
.hover\:border-secondary-dark\/60:hover{
  border-color: rgb(226 207 188 / 0.6);
}
.hover\:border-secondary-dark\/65:hover{
  border-color: rgb(226 207 188 / 0.65);
}
.hover\:border-secondary-dark\/70:hover{
  border-color: rgb(226 207 188 / 0.7);
}
.hover\:border-secondary-dark\/75:hover{
  border-color: rgb(226 207 188 / 0.75);
}
.hover\:border-secondary-dark\/80:hover{
  border-color: rgb(226 207 188 / 0.8);
}
.hover\:border-secondary-dark\/85:hover{
  border-color: rgb(226 207 188 / 0.85);
}
.hover\:border-secondary-dark\/90:hover{
  border-color: rgb(226 207 188 / 0.9);
}
.hover\:border-secondary-dark\/95:hover{
  border-color: rgb(226 207 188 / 0.95);
}
.hover\:border-secondary-light:hover{
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-light\/0:hover{
  border-color: rgb(254 250 247 / 0);
}
.hover\:border-secondary-light\/10:hover{
  border-color: rgb(254 250 247 / 0.1);
}
.hover\:border-secondary-light\/100:hover{
  border-color: rgb(254 250 247 / 1);
}
.hover\:border-secondary-light\/15:hover{
  border-color: rgb(254 250 247 / 0.15);
}
.hover\:border-secondary-light\/20:hover{
  border-color: rgb(254 250 247 / 0.2);
}
.hover\:border-secondary-light\/25:hover{
  border-color: rgb(254 250 247 / 0.25);
}
.hover\:border-secondary-light\/30:hover{
  border-color: rgb(254 250 247 / 0.3);
}
.hover\:border-secondary-light\/35:hover{
  border-color: rgb(254 250 247 / 0.35);
}
.hover\:border-secondary-light\/40:hover{
  border-color: rgb(254 250 247 / 0.4);
}
.hover\:border-secondary-light\/45:hover{
  border-color: rgb(254 250 247 / 0.45);
}
.hover\:border-secondary-light\/5:hover{
  border-color: rgb(254 250 247 / 0.05);
}
.hover\:border-secondary-light\/50:hover{
  border-color: rgb(254 250 247 / 0.5);
}
.hover\:border-secondary-light\/55:hover{
  border-color: rgb(254 250 247 / 0.55);
}
.hover\:border-secondary-light\/60:hover{
  border-color: rgb(254 250 247 / 0.6);
}
.hover\:border-secondary-light\/65:hover{
  border-color: rgb(254 250 247 / 0.65);
}
.hover\:border-secondary-light\/70:hover{
  border-color: rgb(254 250 247 / 0.7);
}
.hover\:border-secondary-light\/75:hover{
  border-color: rgb(254 250 247 / 0.75);
}
.hover\:border-secondary-light\/80:hover{
  border-color: rgb(254 250 247 / 0.8);
}
.hover\:border-secondary-light\/85:hover{
  border-color: rgb(254 250 247 / 0.85);
}
.hover\:border-secondary-light\/90:hover{
  border-color: rgb(254 250 247 / 0.9);
}
.hover\:border-secondary-light\/95:hover{
  border-color: rgb(254 250 247 / 0.95);
}
.hover\:border-secondary\/0:hover{
  border-color: rgb(243 234 225 / 0);
}
.hover\:border-secondary\/10:hover{
  border-color: rgb(243 234 225 / 0.1);
}
.hover\:border-secondary\/100:hover{
  border-color: rgb(243 234 225 / 1);
}
.hover\:border-secondary\/15:hover{
  border-color: rgb(243 234 225 / 0.15);
}
.hover\:border-secondary\/20:hover{
  border-color: rgb(243 234 225 / 0.2);
}
.hover\:border-secondary\/25:hover{
  border-color: rgb(243 234 225 / 0.25);
}
.hover\:border-secondary\/30:hover{
  border-color: rgb(243 234 225 / 0.3);
}
.hover\:border-secondary\/35:hover{
  border-color: rgb(243 234 225 / 0.35);
}
.hover\:border-secondary\/40:hover{
  border-color: rgb(243 234 225 / 0.4);
}
.hover\:border-secondary\/45:hover{
  border-color: rgb(243 234 225 / 0.45);
}
.hover\:border-secondary\/5:hover{
  border-color: rgb(243 234 225 / 0.05);
}
.hover\:border-secondary\/50:hover{
  border-color: rgb(243 234 225 / 0.5);
}
.hover\:border-secondary\/55:hover{
  border-color: rgb(243 234 225 / 0.55);
}
.hover\:border-secondary\/60:hover{
  border-color: rgb(243 234 225 / 0.6);
}
.hover\:border-secondary\/65:hover{
  border-color: rgb(243 234 225 / 0.65);
}
.hover\:border-secondary\/70:hover{
  border-color: rgb(243 234 225 / 0.7);
}
.hover\:border-secondary\/75:hover{
  border-color: rgb(243 234 225 / 0.75);
}
.hover\:border-secondary\/80:hover{
  border-color: rgb(243 234 225 / 0.8);
}
.hover\:border-secondary\/85:hover{
  border-color: rgb(243 234 225 / 0.85);
}
.hover\:border-secondary\/90:hover{
  border-color: rgb(243 234 225 / 0.9);
}
.hover\:border-secondary\/95:hover{
  border-color: rgb(243 234 225 / 0.95);
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:border-transparent\/0:hover{
  border-color: rgb(0 0 0 / 0);
}
.hover\:border-transparent\/10:hover{
  border-color: rgb(0 0 0 / 0.1);
}
.hover\:border-transparent\/100:hover{
  border-color: rgb(0 0 0 / 1);
}
.hover\:border-transparent\/15:hover{
  border-color: rgb(0 0 0 / 0.15);
}
.hover\:border-transparent\/20:hover{
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:border-transparent\/25:hover{
  border-color: rgb(0 0 0 / 0.25);
}
.hover\:border-transparent\/30:hover{
  border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-transparent\/35:hover{
  border-color: rgb(0 0 0 / 0.35);
}
.hover\:border-transparent\/40:hover{
  border-color: rgb(0 0 0 / 0.4);
}
.hover\:border-transparent\/45:hover{
  border-color: rgb(0 0 0 / 0.45);
}
.hover\:border-transparent\/5:hover{
  border-color: rgb(0 0 0 / 0.05);
}
.hover\:border-transparent\/50:hover{
  border-color: rgb(0 0 0 / 0.5);
}
.hover\:border-transparent\/55:hover{
  border-color: rgb(0 0 0 / 0.55);
}
.hover\:border-transparent\/60:hover{
  border-color: rgb(0 0 0 / 0.6);
}
.hover\:border-transparent\/65:hover{
  border-color: rgb(0 0 0 / 0.65);
}
.hover\:border-transparent\/70:hover{
  border-color: rgb(0 0 0 / 0.7);
}
.hover\:border-transparent\/75:hover{
  border-color: rgb(0 0 0 / 0.75);
}
.hover\:border-transparent\/80:hover{
  border-color: rgb(0 0 0 / 0.8);
}
.hover\:border-transparent\/85:hover{
  border-color: rgb(0 0 0 / 0.85);
}
.hover\:border-transparent\/90:hover{
  border-color: rgb(0 0 0 / 0.9);
}
.hover\:border-transparent\/95:hover{
  border-color: rgb(0 0 0 / 0.95);
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-white\/0:hover{
  border-color: rgb(255 255 255 / 0);
}
.hover\:border-white\/10:hover{
  border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/100:hover{
  border-color: rgb(255 255 255 / 1);
}
.hover\:border-white\/15:hover{
  border-color: rgb(255 255 255 / 0.15);
}
.hover\:border-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-white\/25:hover{
  border-color: rgb(255 255 255 / 0.25);
}
.hover\:border-white\/30:hover{
  border-color: rgb(255 255 255 / 0.3);
}
.hover\:border-white\/35:hover{
  border-color: rgb(255 255 255 / 0.35);
}
.hover\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}
.hover\:border-white\/45:hover{
  border-color: rgb(255 255 255 / 0.45);
}
.hover\:border-white\/5:hover{
  border-color: rgb(255 255 255 / 0.05);
}
.hover\:border-white\/50:hover{
  border-color: rgb(255 255 255 / 0.5);
}
.hover\:border-white\/55:hover{
  border-color: rgb(255 255 255 / 0.55);
}
.hover\:border-white\/60:hover{
  border-color: rgb(255 255 255 / 0.6);
}
.hover\:border-white\/65:hover{
  border-color: rgb(255 255 255 / 0.65);
}
.hover\:border-white\/70:hover{
  border-color: rgb(255 255 255 / 0.7);
}
.hover\:border-white\/75:hover{
  border-color: rgb(255 255 255 / 0.75);
}
.hover\:border-white\/80:hover{
  border-color: rgb(255 255 255 / 0.8);
}
.hover\:border-white\/85:hover{
  border-color: rgb(255 255 255 / 0.85);
}
.hover\:border-white\/90:hover{
  border-color: rgb(255 255 255 / 0.9);
}
.hover\:border-white\/95:hover{
  border-color: rgb(255 255 255 / 0.95);
}
.hover\:border-x-accent:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-dark\/0:hover{
  border-left-color: rgb(225 114 45 / 0);
  border-right-color: rgb(225 114 45 / 0);
}
.hover\:border-x-accent-dark\/10:hover{
  border-left-color: rgb(225 114 45 / 0.1);
  border-right-color: rgb(225 114 45 / 0.1);
}
.hover\:border-x-accent-dark\/100:hover{
  border-left-color: rgb(225 114 45 / 1);
  border-right-color: rgb(225 114 45 / 1);
}
.hover\:border-x-accent-dark\/15:hover{
  border-left-color: rgb(225 114 45 / 0.15);
  border-right-color: rgb(225 114 45 / 0.15);
}
.hover\:border-x-accent-dark\/20:hover{
  border-left-color: rgb(225 114 45 / 0.2);
  border-right-color: rgb(225 114 45 / 0.2);
}
.hover\:border-x-accent-dark\/25:hover{
  border-left-color: rgb(225 114 45 / 0.25);
  border-right-color: rgb(225 114 45 / 0.25);
}
.hover\:border-x-accent-dark\/30:hover{
  border-left-color: rgb(225 114 45 / 0.3);
  border-right-color: rgb(225 114 45 / 0.3);
}
.hover\:border-x-accent-dark\/35:hover{
  border-left-color: rgb(225 114 45 / 0.35);
  border-right-color: rgb(225 114 45 / 0.35);
}
.hover\:border-x-accent-dark\/40:hover{
  border-left-color: rgb(225 114 45 / 0.4);
  border-right-color: rgb(225 114 45 / 0.4);
}
.hover\:border-x-accent-dark\/45:hover{
  border-left-color: rgb(225 114 45 / 0.45);
  border-right-color: rgb(225 114 45 / 0.45);
}
.hover\:border-x-accent-dark\/5:hover{
  border-left-color: rgb(225 114 45 / 0.05);
  border-right-color: rgb(225 114 45 / 0.05);
}
.hover\:border-x-accent-dark\/50:hover{
  border-left-color: rgb(225 114 45 / 0.5);
  border-right-color: rgb(225 114 45 / 0.5);
}
.hover\:border-x-accent-dark\/55:hover{
  border-left-color: rgb(225 114 45 / 0.55);
  border-right-color: rgb(225 114 45 / 0.55);
}
.hover\:border-x-accent-dark\/60:hover{
  border-left-color: rgb(225 114 45 / 0.6);
  border-right-color: rgb(225 114 45 / 0.6);
}
.hover\:border-x-accent-dark\/65:hover{
  border-left-color: rgb(225 114 45 / 0.65);
  border-right-color: rgb(225 114 45 / 0.65);
}
.hover\:border-x-accent-dark\/70:hover{
  border-left-color: rgb(225 114 45 / 0.7);
  border-right-color: rgb(225 114 45 / 0.7);
}
.hover\:border-x-accent-dark\/75:hover{
  border-left-color: rgb(225 114 45 / 0.75);
  border-right-color: rgb(225 114 45 / 0.75);
}
.hover\:border-x-accent-dark\/80:hover{
  border-left-color: rgb(225 114 45 / 0.8);
  border-right-color: rgb(225 114 45 / 0.8);
}
.hover\:border-x-accent-dark\/85:hover{
  border-left-color: rgb(225 114 45 / 0.85);
  border-right-color: rgb(225 114 45 / 0.85);
}
.hover\:border-x-accent-dark\/90:hover{
  border-left-color: rgb(225 114 45 / 0.9);
  border-right-color: rgb(225 114 45 / 0.9);
}
.hover\:border-x-accent-dark\/95:hover{
  border-left-color: rgb(225 114 45 / 0.95);
  border-right-color: rgb(225 114 45 / 0.95);
}
.hover\:border-x-accent-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-x-accent-light\/0:hover{
  border-left-color: rgb(255 191 105 / 0);
  border-right-color: rgb(255 191 105 / 0);
}
.hover\:border-x-accent-light\/10:hover{
  border-left-color: rgb(255 191 105 / 0.1);
  border-right-color: rgb(255 191 105 / 0.1);
}
.hover\:border-x-accent-light\/100:hover{
  border-left-color: rgb(255 191 105 / 1);
  border-right-color: rgb(255 191 105 / 1);
}
.hover\:border-x-accent-light\/15:hover{
  border-left-color: rgb(255 191 105 / 0.15);
  border-right-color: rgb(255 191 105 / 0.15);
}
.hover\:border-x-accent-light\/20:hover{
  border-left-color: rgb(255 191 105 / 0.2);
  border-right-color: rgb(255 191 105 / 0.2);
}
.hover\:border-x-accent-light\/25:hover{
  border-left-color: rgb(255 191 105 / 0.25);
  border-right-color: rgb(255 191 105 / 0.25);
}
.hover\:border-x-accent-light\/30:hover{
  border-left-color: rgb(255 191 105 / 0.3);
  border-right-color: rgb(255 191 105 / 0.3);
}
.hover\:border-x-accent-light\/35:hover{
  border-left-color: rgb(255 191 105 / 0.35);
  border-right-color: rgb(255 191 105 / 0.35);
}
.hover\:border-x-accent-light\/40:hover{
  border-left-color: rgb(255 191 105 / 0.4);
  border-right-color: rgb(255 191 105 / 0.4);
}
.hover\:border-x-accent-light\/45:hover{
  border-left-color: rgb(255 191 105 / 0.45);
  border-right-color: rgb(255 191 105 / 0.45);
}
.hover\:border-x-accent-light\/5:hover{
  border-left-color: rgb(255 191 105 / 0.05);
  border-right-color: rgb(255 191 105 / 0.05);
}
.hover\:border-x-accent-light\/50:hover{
  border-left-color: rgb(255 191 105 / 0.5);
  border-right-color: rgb(255 191 105 / 0.5);
}
.hover\:border-x-accent-light\/55:hover{
  border-left-color: rgb(255 191 105 / 0.55);
  border-right-color: rgb(255 191 105 / 0.55);
}
.hover\:border-x-accent-light\/60:hover{
  border-left-color: rgb(255 191 105 / 0.6);
  border-right-color: rgb(255 191 105 / 0.6);
}
.hover\:border-x-accent-light\/65:hover{
  border-left-color: rgb(255 191 105 / 0.65);
  border-right-color: rgb(255 191 105 / 0.65);
}
.hover\:border-x-accent-light\/70:hover{
  border-left-color: rgb(255 191 105 / 0.7);
  border-right-color: rgb(255 191 105 / 0.7);
}
.hover\:border-x-accent-light\/75:hover{
  border-left-color: rgb(255 191 105 / 0.75);
  border-right-color: rgb(255 191 105 / 0.75);
}
.hover\:border-x-accent-light\/80:hover{
  border-left-color: rgb(255 191 105 / 0.8);
  border-right-color: rgb(255 191 105 / 0.8);
}
.hover\:border-x-accent-light\/85:hover{
  border-left-color: rgb(255 191 105 / 0.85);
  border-right-color: rgb(255 191 105 / 0.85);
}
.hover\:border-x-accent-light\/90:hover{
  border-left-color: rgb(255 191 105 / 0.9);
  border-right-color: rgb(255 191 105 / 0.9);
}
.hover\:border-x-accent-light\/95:hover{
  border-left-color: rgb(255 191 105 / 0.95);
  border-right-color: rgb(255 191 105 / 0.95);
}
.hover\:border-x-accent\/0:hover{
  border-left-color: rgb(229 136 78 / 0);
  border-right-color: rgb(229 136 78 / 0);
}
.hover\:border-x-accent\/10:hover{
  border-left-color: rgb(229 136 78 / 0.1);
  border-right-color: rgb(229 136 78 / 0.1);
}
.hover\:border-x-accent\/100:hover{
  border-left-color: rgb(229 136 78 / 1);
  border-right-color: rgb(229 136 78 / 1);
}
.hover\:border-x-accent\/15:hover{
  border-left-color: rgb(229 136 78 / 0.15);
  border-right-color: rgb(229 136 78 / 0.15);
}
.hover\:border-x-accent\/20:hover{
  border-left-color: rgb(229 136 78 / 0.2);
  border-right-color: rgb(229 136 78 / 0.2);
}
.hover\:border-x-accent\/25:hover{
  border-left-color: rgb(229 136 78 / 0.25);
  border-right-color: rgb(229 136 78 / 0.25);
}
.hover\:border-x-accent\/30:hover{
  border-left-color: rgb(229 136 78 / 0.3);
  border-right-color: rgb(229 136 78 / 0.3);
}
.hover\:border-x-accent\/35:hover{
  border-left-color: rgb(229 136 78 / 0.35);
  border-right-color: rgb(229 136 78 / 0.35);
}
.hover\:border-x-accent\/40:hover{
  border-left-color: rgb(229 136 78 / 0.4);
  border-right-color: rgb(229 136 78 / 0.4);
}
.hover\:border-x-accent\/45:hover{
  border-left-color: rgb(229 136 78 / 0.45);
  border-right-color: rgb(229 136 78 / 0.45);
}
.hover\:border-x-accent\/5:hover{
  border-left-color: rgb(229 136 78 / 0.05);
  border-right-color: rgb(229 136 78 / 0.05);
}
.hover\:border-x-accent\/50:hover{
  border-left-color: rgb(229 136 78 / 0.5);
  border-right-color: rgb(229 136 78 / 0.5);
}
.hover\:border-x-accent\/55:hover{
  border-left-color: rgb(229 136 78 / 0.55);
  border-right-color: rgb(229 136 78 / 0.55);
}
.hover\:border-x-accent\/60:hover{
  border-left-color: rgb(229 136 78 / 0.6);
  border-right-color: rgb(229 136 78 / 0.6);
}
.hover\:border-x-accent\/65:hover{
  border-left-color: rgb(229 136 78 / 0.65);
  border-right-color: rgb(229 136 78 / 0.65);
}
.hover\:border-x-accent\/70:hover{
  border-left-color: rgb(229 136 78 / 0.7);
  border-right-color: rgb(229 136 78 / 0.7);
}
.hover\:border-x-accent\/75:hover{
  border-left-color: rgb(229 136 78 / 0.75);
  border-right-color: rgb(229 136 78 / 0.75);
}
.hover\:border-x-accent\/80:hover{
  border-left-color: rgb(229 136 78 / 0.8);
  border-right-color: rgb(229 136 78 / 0.8);
}
.hover\:border-x-accent\/85:hover{
  border-left-color: rgb(229 136 78 / 0.85);
  border-right-color: rgb(229 136 78 / 0.85);
}
.hover\:border-x-accent\/90:hover{
  border-left-color: rgb(229 136 78 / 0.9);
  border-right-color: rgb(229 136 78 / 0.9);
}
.hover\:border-x-accent\/95:hover{
  border-left-color: rgb(229 136 78 / 0.95);
  border-right-color: rgb(229 136 78 / 0.95);
}
.hover\:border-x-black:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-x-black\/0:hover{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-x-black\/10:hover{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-x-black\/100:hover{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-x-black\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-x-black\/20:hover{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-x-black\/25:hover{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-x-black\/30:hover{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-x-black\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-x-black\/40:hover{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-x-black\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-x-black\/5:hover{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-x-black\/50:hover{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-x-black\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-x-black\/60:hover{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-x-black\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-x-black\/70:hover{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-x-black\/75:hover{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-x-black\/80:hover{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-x-black\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-x-black\/90:hover{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-x-black\/95:hover{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-x-current:hover{
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.hover\:border-x-error:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-x-error\/0:hover{
  border-left-color: rgb(255 0 0 / 0);
  border-right-color: rgb(255 0 0 / 0);
}
.hover\:border-x-error\/10:hover{
  border-left-color: rgb(255 0 0 / 0.1);
  border-right-color: rgb(255 0 0 / 0.1);
}
.hover\:border-x-error\/100:hover{
  border-left-color: rgb(255 0 0 / 1);
  border-right-color: rgb(255 0 0 / 1);
}
.hover\:border-x-error\/15:hover{
  border-left-color: rgb(255 0 0 / 0.15);
  border-right-color: rgb(255 0 0 / 0.15);
}
.hover\:border-x-error\/20:hover{
  border-left-color: rgb(255 0 0 / 0.2);
  border-right-color: rgb(255 0 0 / 0.2);
}
.hover\:border-x-error\/25:hover{
  border-left-color: rgb(255 0 0 / 0.25);
  border-right-color: rgb(255 0 0 / 0.25);
}
.hover\:border-x-error\/30:hover{
  border-left-color: rgb(255 0 0 / 0.3);
  border-right-color: rgb(255 0 0 / 0.3);
}
.hover\:border-x-error\/35:hover{
  border-left-color: rgb(255 0 0 / 0.35);
  border-right-color: rgb(255 0 0 / 0.35);
}
.hover\:border-x-error\/40:hover{
  border-left-color: rgb(255 0 0 / 0.4);
  border-right-color: rgb(255 0 0 / 0.4);
}
.hover\:border-x-error\/45:hover{
  border-left-color: rgb(255 0 0 / 0.45);
  border-right-color: rgb(255 0 0 / 0.45);
}
.hover\:border-x-error\/5:hover{
  border-left-color: rgb(255 0 0 / 0.05);
  border-right-color: rgb(255 0 0 / 0.05);
}
.hover\:border-x-error\/50:hover{
  border-left-color: rgb(255 0 0 / 0.5);
  border-right-color: rgb(255 0 0 / 0.5);
}
.hover\:border-x-error\/55:hover{
  border-left-color: rgb(255 0 0 / 0.55);
  border-right-color: rgb(255 0 0 / 0.55);
}
.hover\:border-x-error\/60:hover{
  border-left-color: rgb(255 0 0 / 0.6);
  border-right-color: rgb(255 0 0 / 0.6);
}
.hover\:border-x-error\/65:hover{
  border-left-color: rgb(255 0 0 / 0.65);
  border-right-color: rgb(255 0 0 / 0.65);
}
.hover\:border-x-error\/70:hover{
  border-left-color: rgb(255 0 0 / 0.7);
  border-right-color: rgb(255 0 0 / 0.7);
}
.hover\:border-x-error\/75:hover{
  border-left-color: rgb(255 0 0 / 0.75);
  border-right-color: rgb(255 0 0 / 0.75);
}
.hover\:border-x-error\/80:hover{
  border-left-color: rgb(255 0 0 / 0.8);
  border-right-color: rgb(255 0 0 / 0.8);
}
.hover\:border-x-error\/85:hover{
  border-left-color: rgb(255 0 0 / 0.85);
  border-right-color: rgb(255 0 0 / 0.85);
}
.hover\:border-x-error\/90:hover{
  border-left-color: rgb(255 0 0 / 0.9);
  border-right-color: rgb(255 0 0 / 0.9);
}
.hover\:border-x-error\/95:hover{
  border-left-color: rgb(255 0 0 / 0.95);
  border-right-color: rgb(255 0 0 / 0.95);
}
.hover\:border-x-gray-100:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-100\/0:hover{
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}
.hover\:border-x-gray-100\/10:hover{
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}
.hover\:border-x-gray-100\/100:hover{
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}
.hover\:border-x-gray-100\/15:hover{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}
.hover\:border-x-gray-100\/20:hover{
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}
.hover\:border-x-gray-100\/25:hover{
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}
.hover\:border-x-gray-100\/30:hover{
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}
.hover\:border-x-gray-100\/35:hover{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}
.hover\:border-x-gray-100\/40:hover{
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}
.hover\:border-x-gray-100\/45:hover{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}
.hover\:border-x-gray-100\/5:hover{
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}
.hover\:border-x-gray-100\/50:hover{
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}
.hover\:border-x-gray-100\/55:hover{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}
.hover\:border-x-gray-100\/60:hover{
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}
.hover\:border-x-gray-100\/65:hover{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}
.hover\:border-x-gray-100\/70:hover{
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}
.hover\:border-x-gray-100\/75:hover{
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}
.hover\:border-x-gray-100\/80:hover{
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}
.hover\:border-x-gray-100\/85:hover{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}
.hover\:border-x-gray-100\/90:hover{
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}
.hover\:border-x-gray-100\/95:hover{
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}
.hover\:border-x-gray-200:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-200\/0:hover{
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.hover\:border-x-gray-200\/10:hover{
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.hover\:border-x-gray-200\/100:hover{
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.hover\:border-x-gray-200\/15:hover{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}
.hover\:border-x-gray-200\/20:hover{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.hover\:border-x-gray-200\/25:hover{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.hover\:border-x-gray-200\/30:hover{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.hover\:border-x-gray-200\/35:hover{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}
.hover\:border-x-gray-200\/40:hover{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.hover\:border-x-gray-200\/45:hover{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}
.hover\:border-x-gray-200\/5:hover{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.hover\:border-x-gray-200\/50:hover{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.hover\:border-x-gray-200\/55:hover{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}
.hover\:border-x-gray-200\/60:hover{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.hover\:border-x-gray-200\/65:hover{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}
.hover\:border-x-gray-200\/70:hover{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.hover\:border-x-gray-200\/75:hover{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.hover\:border-x-gray-200\/80:hover{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.hover\:border-x-gray-200\/85:hover{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}
.hover\:border-x-gray-200\/90:hover{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.hover\:border-x-gray-200\/95:hover{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.hover\:border-x-gray-300:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-300\/0:hover{
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}
.hover\:border-x-gray-300\/10:hover{
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}
.hover\:border-x-gray-300\/100:hover{
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}
.hover\:border-x-gray-300\/15:hover{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}
.hover\:border-x-gray-300\/20:hover{
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}
.hover\:border-x-gray-300\/25:hover{
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}
.hover\:border-x-gray-300\/30:hover{
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}
.hover\:border-x-gray-300\/35:hover{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}
.hover\:border-x-gray-300\/40:hover{
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}
.hover\:border-x-gray-300\/45:hover{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}
.hover\:border-x-gray-300\/5:hover{
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}
.hover\:border-x-gray-300\/50:hover{
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}
.hover\:border-x-gray-300\/55:hover{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}
.hover\:border-x-gray-300\/60:hover{
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}
.hover\:border-x-gray-300\/65:hover{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}
.hover\:border-x-gray-300\/70:hover{
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}
.hover\:border-x-gray-300\/75:hover{
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}
.hover\:border-x-gray-300\/80:hover{
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}
.hover\:border-x-gray-300\/85:hover{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}
.hover\:border-x-gray-300\/90:hover{
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}
.hover\:border-x-gray-300\/95:hover{
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}
.hover\:border-x-gray-400:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-400\/0:hover{
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.hover\:border-x-gray-400\/10:hover{
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.hover\:border-x-gray-400\/100:hover{
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.hover\:border-x-gray-400\/15:hover{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}
.hover\:border-x-gray-400\/20:hover{
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.hover\:border-x-gray-400\/25:hover{
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.hover\:border-x-gray-400\/30:hover{
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.hover\:border-x-gray-400\/35:hover{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}
.hover\:border-x-gray-400\/40:hover{
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.hover\:border-x-gray-400\/45:hover{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}
.hover\:border-x-gray-400\/5:hover{
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.hover\:border-x-gray-400\/50:hover{
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.hover\:border-x-gray-400\/55:hover{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}
.hover\:border-x-gray-400\/60:hover{
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.hover\:border-x-gray-400\/65:hover{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}
.hover\:border-x-gray-400\/70:hover{
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.hover\:border-x-gray-400\/75:hover{
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.hover\:border-x-gray-400\/80:hover{
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.hover\:border-x-gray-400\/85:hover{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}
.hover\:border-x-gray-400\/90:hover{
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.hover\:border-x-gray-400\/95:hover{
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.hover\:border-x-gray-50:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-50\/0:hover{
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}
.hover\:border-x-gray-50\/10:hover{
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}
.hover\:border-x-gray-50\/100:hover{
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}
.hover\:border-x-gray-50\/15:hover{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}
.hover\:border-x-gray-50\/20:hover{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}
.hover\:border-x-gray-50\/25:hover{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}
.hover\:border-x-gray-50\/30:hover{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}
.hover\:border-x-gray-50\/35:hover{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}
.hover\:border-x-gray-50\/40:hover{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.hover\:border-x-gray-50\/45:hover{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}
.hover\:border-x-gray-50\/5:hover{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}
.hover\:border-x-gray-50\/50:hover{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}
.hover\:border-x-gray-50\/55:hover{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}
.hover\:border-x-gray-50\/60:hover{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.hover\:border-x-gray-50\/65:hover{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}
.hover\:border-x-gray-50\/70:hover{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}
.hover\:border-x-gray-50\/75:hover{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}
.hover\:border-x-gray-50\/80:hover{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}
.hover\:border-x-gray-50\/85:hover{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}
.hover\:border-x-gray-50\/90:hover{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}
.hover\:border-x-gray-50\/95:hover{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}
.hover\:border-x-gray-500:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-500\/0:hover{
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}
.hover\:border-x-gray-500\/10:hover{
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}
.hover\:border-x-gray-500\/100:hover{
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}
.hover\:border-x-gray-500\/15:hover{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}
.hover\:border-x-gray-500\/20:hover{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}
.hover\:border-x-gray-500\/25:hover{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}
.hover\:border-x-gray-500\/30:hover{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}
.hover\:border-x-gray-500\/35:hover{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}
.hover\:border-x-gray-500\/40:hover{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.hover\:border-x-gray-500\/45:hover{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}
.hover\:border-x-gray-500\/5:hover{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}
.hover\:border-x-gray-500\/50:hover{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}
.hover\:border-x-gray-500\/55:hover{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}
.hover\:border-x-gray-500\/60:hover{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.hover\:border-x-gray-500\/65:hover{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}
.hover\:border-x-gray-500\/70:hover{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}
.hover\:border-x-gray-500\/75:hover{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}
.hover\:border-x-gray-500\/80:hover{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}
.hover\:border-x-gray-500\/85:hover{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}
.hover\:border-x-gray-500\/90:hover{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}
.hover\:border-x-gray-500\/95:hover{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}
.hover\:border-x-gray-600:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-600\/0:hover{
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}
.hover\:border-x-gray-600\/10:hover{
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}
.hover\:border-x-gray-600\/100:hover{
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}
.hover\:border-x-gray-600\/15:hover{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}
.hover\:border-x-gray-600\/20:hover{
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}
.hover\:border-x-gray-600\/25:hover{
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}
.hover\:border-x-gray-600\/30:hover{
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}
.hover\:border-x-gray-600\/35:hover{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}
.hover\:border-x-gray-600\/40:hover{
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}
.hover\:border-x-gray-600\/45:hover{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}
.hover\:border-x-gray-600\/5:hover{
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}
.hover\:border-x-gray-600\/50:hover{
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}
.hover\:border-x-gray-600\/55:hover{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}
.hover\:border-x-gray-600\/60:hover{
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}
.hover\:border-x-gray-600\/65:hover{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}
.hover\:border-x-gray-600\/70:hover{
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}
.hover\:border-x-gray-600\/75:hover{
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}
.hover\:border-x-gray-600\/80:hover{
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}
.hover\:border-x-gray-600\/85:hover{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}
.hover\:border-x-gray-600\/90:hover{
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}
.hover\:border-x-gray-600\/95:hover{
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}
.hover\:border-x-gray-700:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-700\/0:hover{
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}
.hover\:border-x-gray-700\/10:hover{
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}
.hover\:border-x-gray-700\/100:hover{
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.hover\:border-x-gray-700\/15:hover{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}
.hover\:border-x-gray-700\/20:hover{
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}
.hover\:border-x-gray-700\/25:hover{
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}
.hover\:border-x-gray-700\/30:hover{
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}
.hover\:border-x-gray-700\/35:hover{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}
.hover\:border-x-gray-700\/40:hover{
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.hover\:border-x-gray-700\/45:hover{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}
.hover\:border-x-gray-700\/5:hover{
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}
.hover\:border-x-gray-700\/50:hover{
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.hover\:border-x-gray-700\/55:hover{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}
.hover\:border-x-gray-700\/60:hover{
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.hover\:border-x-gray-700\/65:hover{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}
.hover\:border-x-gray-700\/70:hover{
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}
.hover\:border-x-gray-700\/75:hover{
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}
.hover\:border-x-gray-700\/80:hover{
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}
.hover\:border-x-gray-700\/85:hover{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}
.hover\:border-x-gray-700\/90:hover{
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}
.hover\:border-x-gray-700\/95:hover{
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}
.hover\:border-x-gray-800:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-800\/0:hover{
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}
.hover\:border-x-gray-800\/10:hover{
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}
.hover\:border-x-gray-800\/100:hover{
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}
.hover\:border-x-gray-800\/15:hover{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}
.hover\:border-x-gray-800\/20:hover{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}
.hover\:border-x-gray-800\/25:hover{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}
.hover\:border-x-gray-800\/30:hover{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}
.hover\:border-x-gray-800\/35:hover{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}
.hover\:border-x-gray-800\/40:hover{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.hover\:border-x-gray-800\/45:hover{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}
.hover\:border-x-gray-800\/5:hover{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}
.hover\:border-x-gray-800\/50:hover{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}
.hover\:border-x-gray-800\/55:hover{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}
.hover\:border-x-gray-800\/60:hover{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.hover\:border-x-gray-800\/65:hover{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}
.hover\:border-x-gray-800\/70:hover{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}
.hover\:border-x-gray-800\/75:hover{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}
.hover\:border-x-gray-800\/80:hover{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}
.hover\:border-x-gray-800\/85:hover{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}
.hover\:border-x-gray-800\/90:hover{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}
.hover\:border-x-gray-800\/95:hover{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}
.hover\:border-x-gray-900:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-900\/0:hover{
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}
.hover\:border-x-gray-900\/10:hover{
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}
.hover\:border-x-gray-900\/100:hover{
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}
.hover\:border-x-gray-900\/15:hover{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}
.hover\:border-x-gray-900\/20:hover{
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}
.hover\:border-x-gray-900\/25:hover{
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}
.hover\:border-x-gray-900\/30:hover{
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}
.hover\:border-x-gray-900\/35:hover{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}
.hover\:border-x-gray-900\/40:hover{
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}
.hover\:border-x-gray-900\/45:hover{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}
.hover\:border-x-gray-900\/5:hover{
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}
.hover\:border-x-gray-900\/50:hover{
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}
.hover\:border-x-gray-900\/55:hover{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}
.hover\:border-x-gray-900\/60:hover{
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}
.hover\:border-x-gray-900\/65:hover{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}
.hover\:border-x-gray-900\/70:hover{
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}
.hover\:border-x-gray-900\/75:hover{
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}
.hover\:border-x-gray-900\/80:hover{
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}
.hover\:border-x-gray-900\/85:hover{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}
.hover\:border-x-gray-900\/90:hover{
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}
.hover\:border-x-gray-900\/95:hover{
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}
.hover\:border-x-gray-950:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-x-gray-950\/0:hover{
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}
.hover\:border-x-gray-950\/10:hover{
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}
.hover\:border-x-gray-950\/100:hover{
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}
.hover\:border-x-gray-950\/15:hover{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}
.hover\:border-x-gray-950\/20:hover{
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}
.hover\:border-x-gray-950\/25:hover{
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}
.hover\:border-x-gray-950\/30:hover{
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}
.hover\:border-x-gray-950\/35:hover{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}
.hover\:border-x-gray-950\/40:hover{
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}
.hover\:border-x-gray-950\/45:hover{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}
.hover\:border-x-gray-950\/5:hover{
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}
.hover\:border-x-gray-950\/50:hover{
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}
.hover\:border-x-gray-950\/55:hover{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}
.hover\:border-x-gray-950\/60:hover{
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}
.hover\:border-x-gray-950\/65:hover{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}
.hover\:border-x-gray-950\/70:hover{
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}
.hover\:border-x-gray-950\/75:hover{
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}
.hover\:border-x-gray-950\/80:hover{
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}
.hover\:border-x-gray-950\/85:hover{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}
.hover\:border-x-gray-950\/90:hover{
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}
.hover\:border-x-gray-950\/95:hover{
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}
.hover\:border-x-inherit:hover{
  border-left-color: inherit;
  border-right-color: inherit;
}
.hover\:border-x-primary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-dark\/0:hover{
  border-left-color: rgb(26 88 121 / 0);
  border-right-color: rgb(26 88 121 / 0);
}
.hover\:border-x-primary-dark\/10:hover{
  border-left-color: rgb(26 88 121 / 0.1);
  border-right-color: rgb(26 88 121 / 0.1);
}
.hover\:border-x-primary-dark\/100:hover{
  border-left-color: rgb(26 88 121 / 1);
  border-right-color: rgb(26 88 121 / 1);
}
.hover\:border-x-primary-dark\/15:hover{
  border-left-color: rgb(26 88 121 / 0.15);
  border-right-color: rgb(26 88 121 / 0.15);
}
.hover\:border-x-primary-dark\/20:hover{
  border-left-color: rgb(26 88 121 / 0.2);
  border-right-color: rgb(26 88 121 / 0.2);
}
.hover\:border-x-primary-dark\/25:hover{
  border-left-color: rgb(26 88 121 / 0.25);
  border-right-color: rgb(26 88 121 / 0.25);
}
.hover\:border-x-primary-dark\/30:hover{
  border-left-color: rgb(26 88 121 / 0.3);
  border-right-color: rgb(26 88 121 / 0.3);
}
.hover\:border-x-primary-dark\/35:hover{
  border-left-color: rgb(26 88 121 / 0.35);
  border-right-color: rgb(26 88 121 / 0.35);
}
.hover\:border-x-primary-dark\/40:hover{
  border-left-color: rgb(26 88 121 / 0.4);
  border-right-color: rgb(26 88 121 / 0.4);
}
.hover\:border-x-primary-dark\/45:hover{
  border-left-color: rgb(26 88 121 / 0.45);
  border-right-color: rgb(26 88 121 / 0.45);
}
.hover\:border-x-primary-dark\/5:hover{
  border-left-color: rgb(26 88 121 / 0.05);
  border-right-color: rgb(26 88 121 / 0.05);
}
.hover\:border-x-primary-dark\/50:hover{
  border-left-color: rgb(26 88 121 / 0.5);
  border-right-color: rgb(26 88 121 / 0.5);
}
.hover\:border-x-primary-dark\/55:hover{
  border-left-color: rgb(26 88 121 / 0.55);
  border-right-color: rgb(26 88 121 / 0.55);
}
.hover\:border-x-primary-dark\/60:hover{
  border-left-color: rgb(26 88 121 / 0.6);
  border-right-color: rgb(26 88 121 / 0.6);
}
.hover\:border-x-primary-dark\/65:hover{
  border-left-color: rgb(26 88 121 / 0.65);
  border-right-color: rgb(26 88 121 / 0.65);
}
.hover\:border-x-primary-dark\/70:hover{
  border-left-color: rgb(26 88 121 / 0.7);
  border-right-color: rgb(26 88 121 / 0.7);
}
.hover\:border-x-primary-dark\/75:hover{
  border-left-color: rgb(26 88 121 / 0.75);
  border-right-color: rgb(26 88 121 / 0.75);
}
.hover\:border-x-primary-dark\/80:hover{
  border-left-color: rgb(26 88 121 / 0.8);
  border-right-color: rgb(26 88 121 / 0.8);
}
.hover\:border-x-primary-dark\/85:hover{
  border-left-color: rgb(26 88 121 / 0.85);
  border-right-color: rgb(26 88 121 / 0.85);
}
.hover\:border-x-primary-dark\/90:hover{
  border-left-color: rgb(26 88 121 / 0.9);
  border-right-color: rgb(26 88 121 / 0.9);
}
.hover\:border-x-primary-dark\/95:hover{
  border-left-color: rgb(26 88 121 / 0.95);
  border-right-color: rgb(26 88 121 / 0.95);
}
.hover\:border-x-primary-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-light\/0:hover{
  border-left-color: rgb(85 154 193 / 0);
  border-right-color: rgb(85 154 193 / 0);
}
.hover\:border-x-primary-light\/10:hover{
  border-left-color: rgb(85 154 193 / 0.1);
  border-right-color: rgb(85 154 193 / 0.1);
}
.hover\:border-x-primary-light\/100:hover{
  border-left-color: rgb(85 154 193 / 1);
  border-right-color: rgb(85 154 193 / 1);
}
.hover\:border-x-primary-light\/15:hover{
  border-left-color: rgb(85 154 193 / 0.15);
  border-right-color: rgb(85 154 193 / 0.15);
}
.hover\:border-x-primary-light\/20:hover{
  border-left-color: rgb(85 154 193 / 0.2);
  border-right-color: rgb(85 154 193 / 0.2);
}
.hover\:border-x-primary-light\/25:hover{
  border-left-color: rgb(85 154 193 / 0.25);
  border-right-color: rgb(85 154 193 / 0.25);
}
.hover\:border-x-primary-light\/30:hover{
  border-left-color: rgb(85 154 193 / 0.3);
  border-right-color: rgb(85 154 193 / 0.3);
}
.hover\:border-x-primary-light\/35:hover{
  border-left-color: rgb(85 154 193 / 0.35);
  border-right-color: rgb(85 154 193 / 0.35);
}
.hover\:border-x-primary-light\/40:hover{
  border-left-color: rgb(85 154 193 / 0.4);
  border-right-color: rgb(85 154 193 / 0.4);
}
.hover\:border-x-primary-light\/45:hover{
  border-left-color: rgb(85 154 193 / 0.45);
  border-right-color: rgb(85 154 193 / 0.45);
}
.hover\:border-x-primary-light\/5:hover{
  border-left-color: rgb(85 154 193 / 0.05);
  border-right-color: rgb(85 154 193 / 0.05);
}
.hover\:border-x-primary-light\/50:hover{
  border-left-color: rgb(85 154 193 / 0.5);
  border-right-color: rgb(85 154 193 / 0.5);
}
.hover\:border-x-primary-light\/55:hover{
  border-left-color: rgb(85 154 193 / 0.55);
  border-right-color: rgb(85 154 193 / 0.55);
}
.hover\:border-x-primary-light\/60:hover{
  border-left-color: rgb(85 154 193 / 0.6);
  border-right-color: rgb(85 154 193 / 0.6);
}
.hover\:border-x-primary-light\/65:hover{
  border-left-color: rgb(85 154 193 / 0.65);
  border-right-color: rgb(85 154 193 / 0.65);
}
.hover\:border-x-primary-light\/70:hover{
  border-left-color: rgb(85 154 193 / 0.7);
  border-right-color: rgb(85 154 193 / 0.7);
}
.hover\:border-x-primary-light\/75:hover{
  border-left-color: rgb(85 154 193 / 0.75);
  border-right-color: rgb(85 154 193 / 0.75);
}
.hover\:border-x-primary-light\/80:hover{
  border-left-color: rgb(85 154 193 / 0.8);
  border-right-color: rgb(85 154 193 / 0.8);
}
.hover\:border-x-primary-light\/85:hover{
  border-left-color: rgb(85 154 193 / 0.85);
  border-right-color: rgb(85 154 193 / 0.85);
}
.hover\:border-x-primary-light\/90:hover{
  border-left-color: rgb(85 154 193 / 0.9);
  border-right-color: rgb(85 154 193 / 0.9);
}
.hover\:border-x-primary-light\/95:hover{
  border-left-color: rgb(85 154 193 / 0.95);
  border-right-color: rgb(85 154 193 / 0.95);
}
.hover\:border-x-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-x-primary-lighter\/0:hover{
  border-left-color: rgb(115 177 212 / 0);
  border-right-color: rgb(115 177 212 / 0);
}
.hover\:border-x-primary-lighter\/10:hover{
  border-left-color: rgb(115 177 212 / 0.1);
  border-right-color: rgb(115 177 212 / 0.1);
}
.hover\:border-x-primary-lighter\/100:hover{
  border-left-color: rgb(115 177 212 / 1);
  border-right-color: rgb(115 177 212 / 1);
}
.hover\:border-x-primary-lighter\/15:hover{
  border-left-color: rgb(115 177 212 / 0.15);
  border-right-color: rgb(115 177 212 / 0.15);
}
.hover\:border-x-primary-lighter\/20:hover{
  border-left-color: rgb(115 177 212 / 0.2);
  border-right-color: rgb(115 177 212 / 0.2);
}
.hover\:border-x-primary-lighter\/25:hover{
  border-left-color: rgb(115 177 212 / 0.25);
  border-right-color: rgb(115 177 212 / 0.25);
}
.hover\:border-x-primary-lighter\/30:hover{
  border-left-color: rgb(115 177 212 / 0.3);
  border-right-color: rgb(115 177 212 / 0.3);
}
.hover\:border-x-primary-lighter\/35:hover{
  border-left-color: rgb(115 177 212 / 0.35);
  border-right-color: rgb(115 177 212 / 0.35);
}
.hover\:border-x-primary-lighter\/40:hover{
  border-left-color: rgb(115 177 212 / 0.4);
  border-right-color: rgb(115 177 212 / 0.4);
}
.hover\:border-x-primary-lighter\/45:hover{
  border-left-color: rgb(115 177 212 / 0.45);
  border-right-color: rgb(115 177 212 / 0.45);
}
.hover\:border-x-primary-lighter\/5:hover{
  border-left-color: rgb(115 177 212 / 0.05);
  border-right-color: rgb(115 177 212 / 0.05);
}
.hover\:border-x-primary-lighter\/50:hover{
  border-left-color: rgb(115 177 212 / 0.5);
  border-right-color: rgb(115 177 212 / 0.5);
}
.hover\:border-x-primary-lighter\/55:hover{
  border-left-color: rgb(115 177 212 / 0.55);
  border-right-color: rgb(115 177 212 / 0.55);
}
.hover\:border-x-primary-lighter\/60:hover{
  border-left-color: rgb(115 177 212 / 0.6);
  border-right-color: rgb(115 177 212 / 0.6);
}
.hover\:border-x-primary-lighter\/65:hover{
  border-left-color: rgb(115 177 212 / 0.65);
  border-right-color: rgb(115 177 212 / 0.65);
}
.hover\:border-x-primary-lighter\/70:hover{
  border-left-color: rgb(115 177 212 / 0.7);
  border-right-color: rgb(115 177 212 / 0.7);
}
.hover\:border-x-primary-lighter\/75:hover{
  border-left-color: rgb(115 177 212 / 0.75);
  border-right-color: rgb(115 177 212 / 0.75);
}
.hover\:border-x-primary-lighter\/80:hover{
  border-left-color: rgb(115 177 212 / 0.8);
  border-right-color: rgb(115 177 212 / 0.8);
}
.hover\:border-x-primary-lighter\/85:hover{
  border-left-color: rgb(115 177 212 / 0.85);
  border-right-color: rgb(115 177 212 / 0.85);
}
.hover\:border-x-primary-lighter\/90:hover{
  border-left-color: rgb(115 177 212 / 0.9);
  border-right-color: rgb(115 177 212 / 0.9);
}
.hover\:border-x-primary-lighter\/95:hover{
  border-left-color: rgb(115 177 212 / 0.95);
  border-right-color: rgb(115 177 212 / 0.95);
}
.hover\:border-x-primary\/0:hover{
  border-left-color: rgb(52 114 147 / 0);
  border-right-color: rgb(52 114 147 / 0);
}
.hover\:border-x-primary\/10:hover{
  border-left-color: rgb(52 114 147 / 0.1);
  border-right-color: rgb(52 114 147 / 0.1);
}
.hover\:border-x-primary\/100:hover{
  border-left-color: rgb(52 114 147 / 1);
  border-right-color: rgb(52 114 147 / 1);
}
.hover\:border-x-primary\/15:hover{
  border-left-color: rgb(52 114 147 / 0.15);
  border-right-color: rgb(52 114 147 / 0.15);
}
.hover\:border-x-primary\/20:hover{
  border-left-color: rgb(52 114 147 / 0.2);
  border-right-color: rgb(52 114 147 / 0.2);
}
.hover\:border-x-primary\/25:hover{
  border-left-color: rgb(52 114 147 / 0.25);
  border-right-color: rgb(52 114 147 / 0.25);
}
.hover\:border-x-primary\/30:hover{
  border-left-color: rgb(52 114 147 / 0.3);
  border-right-color: rgb(52 114 147 / 0.3);
}
.hover\:border-x-primary\/35:hover{
  border-left-color: rgb(52 114 147 / 0.35);
  border-right-color: rgb(52 114 147 / 0.35);
}
.hover\:border-x-primary\/40:hover{
  border-left-color: rgb(52 114 147 / 0.4);
  border-right-color: rgb(52 114 147 / 0.4);
}
.hover\:border-x-primary\/45:hover{
  border-left-color: rgb(52 114 147 / 0.45);
  border-right-color: rgb(52 114 147 / 0.45);
}
.hover\:border-x-primary\/5:hover{
  border-left-color: rgb(52 114 147 / 0.05);
  border-right-color: rgb(52 114 147 / 0.05);
}
.hover\:border-x-primary\/50:hover{
  border-left-color: rgb(52 114 147 / 0.5);
  border-right-color: rgb(52 114 147 / 0.5);
}
.hover\:border-x-primary\/55:hover{
  border-left-color: rgb(52 114 147 / 0.55);
  border-right-color: rgb(52 114 147 / 0.55);
}
.hover\:border-x-primary\/60:hover{
  border-left-color: rgb(52 114 147 / 0.6);
  border-right-color: rgb(52 114 147 / 0.6);
}
.hover\:border-x-primary\/65:hover{
  border-left-color: rgb(52 114 147 / 0.65);
  border-right-color: rgb(52 114 147 / 0.65);
}
.hover\:border-x-primary\/70:hover{
  border-left-color: rgb(52 114 147 / 0.7);
  border-right-color: rgb(52 114 147 / 0.7);
}
.hover\:border-x-primary\/75:hover{
  border-left-color: rgb(52 114 147 / 0.75);
  border-right-color: rgb(52 114 147 / 0.75);
}
.hover\:border-x-primary\/80:hover{
  border-left-color: rgb(52 114 147 / 0.8);
  border-right-color: rgb(52 114 147 / 0.8);
}
.hover\:border-x-primary\/85:hover{
  border-left-color: rgb(52 114 147 / 0.85);
  border-right-color: rgb(52 114 147 / 0.85);
}
.hover\:border-x-primary\/90:hover{
  border-left-color: rgb(52 114 147 / 0.9);
  border-right-color: rgb(52 114 147 / 0.9);
}
.hover\:border-x-primary\/95:hover{
  border-left-color: rgb(52 114 147 / 0.95);
  border-right-color: rgb(52 114 147 / 0.95);
}
.hover\:border-x-secondary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-dark\/0:hover{
  border-left-color: rgb(226 207 188 / 0);
  border-right-color: rgb(226 207 188 / 0);
}
.hover\:border-x-secondary-dark\/10:hover{
  border-left-color: rgb(226 207 188 / 0.1);
  border-right-color: rgb(226 207 188 / 0.1);
}
.hover\:border-x-secondary-dark\/100:hover{
  border-left-color: rgb(226 207 188 / 1);
  border-right-color: rgb(226 207 188 / 1);
}
.hover\:border-x-secondary-dark\/15:hover{
  border-left-color: rgb(226 207 188 / 0.15);
  border-right-color: rgb(226 207 188 / 0.15);
}
.hover\:border-x-secondary-dark\/20:hover{
  border-left-color: rgb(226 207 188 / 0.2);
  border-right-color: rgb(226 207 188 / 0.2);
}
.hover\:border-x-secondary-dark\/25:hover{
  border-left-color: rgb(226 207 188 / 0.25);
  border-right-color: rgb(226 207 188 / 0.25);
}
.hover\:border-x-secondary-dark\/30:hover{
  border-left-color: rgb(226 207 188 / 0.3);
  border-right-color: rgb(226 207 188 / 0.3);
}
.hover\:border-x-secondary-dark\/35:hover{
  border-left-color: rgb(226 207 188 / 0.35);
  border-right-color: rgb(226 207 188 / 0.35);
}
.hover\:border-x-secondary-dark\/40:hover{
  border-left-color: rgb(226 207 188 / 0.4);
  border-right-color: rgb(226 207 188 / 0.4);
}
.hover\:border-x-secondary-dark\/45:hover{
  border-left-color: rgb(226 207 188 / 0.45);
  border-right-color: rgb(226 207 188 / 0.45);
}
.hover\:border-x-secondary-dark\/5:hover{
  border-left-color: rgb(226 207 188 / 0.05);
  border-right-color: rgb(226 207 188 / 0.05);
}
.hover\:border-x-secondary-dark\/50:hover{
  border-left-color: rgb(226 207 188 / 0.5);
  border-right-color: rgb(226 207 188 / 0.5);
}
.hover\:border-x-secondary-dark\/55:hover{
  border-left-color: rgb(226 207 188 / 0.55);
  border-right-color: rgb(226 207 188 / 0.55);
}
.hover\:border-x-secondary-dark\/60:hover{
  border-left-color: rgb(226 207 188 / 0.6);
  border-right-color: rgb(226 207 188 / 0.6);
}
.hover\:border-x-secondary-dark\/65:hover{
  border-left-color: rgb(226 207 188 / 0.65);
  border-right-color: rgb(226 207 188 / 0.65);
}
.hover\:border-x-secondary-dark\/70:hover{
  border-left-color: rgb(226 207 188 / 0.7);
  border-right-color: rgb(226 207 188 / 0.7);
}
.hover\:border-x-secondary-dark\/75:hover{
  border-left-color: rgb(226 207 188 / 0.75);
  border-right-color: rgb(226 207 188 / 0.75);
}
.hover\:border-x-secondary-dark\/80:hover{
  border-left-color: rgb(226 207 188 / 0.8);
  border-right-color: rgb(226 207 188 / 0.8);
}
.hover\:border-x-secondary-dark\/85:hover{
  border-left-color: rgb(226 207 188 / 0.85);
  border-right-color: rgb(226 207 188 / 0.85);
}
.hover\:border-x-secondary-dark\/90:hover{
  border-left-color: rgb(226 207 188 / 0.9);
  border-right-color: rgb(226 207 188 / 0.9);
}
.hover\:border-x-secondary-dark\/95:hover{
  border-left-color: rgb(226 207 188 / 0.95);
  border-right-color: rgb(226 207 188 / 0.95);
}
.hover\:border-x-secondary-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-x-secondary-light\/0:hover{
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}
.hover\:border-x-secondary-light\/10:hover{
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}
.hover\:border-x-secondary-light\/100:hover{
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}
.hover\:border-x-secondary-light\/15:hover{
  border-left-color: rgb(254 250 247 / 0.15);
  border-right-color: rgb(254 250 247 / 0.15);
}
.hover\:border-x-secondary-light\/20:hover{
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}
.hover\:border-x-secondary-light\/25:hover{
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}
.hover\:border-x-secondary-light\/30:hover{
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}
.hover\:border-x-secondary-light\/35:hover{
  border-left-color: rgb(254 250 247 / 0.35);
  border-right-color: rgb(254 250 247 / 0.35);
}
.hover\:border-x-secondary-light\/40:hover{
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}
.hover\:border-x-secondary-light\/45:hover{
  border-left-color: rgb(254 250 247 / 0.45);
  border-right-color: rgb(254 250 247 / 0.45);
}
.hover\:border-x-secondary-light\/5:hover{
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}
.hover\:border-x-secondary-light\/50:hover{
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}
.hover\:border-x-secondary-light\/55:hover{
  border-left-color: rgb(254 250 247 / 0.55);
  border-right-color: rgb(254 250 247 / 0.55);
}
.hover\:border-x-secondary-light\/60:hover{
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}
.hover\:border-x-secondary-light\/65:hover{
  border-left-color: rgb(254 250 247 / 0.65);
  border-right-color: rgb(254 250 247 / 0.65);
}
.hover\:border-x-secondary-light\/70:hover{
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}
.hover\:border-x-secondary-light\/75:hover{
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}
.hover\:border-x-secondary-light\/80:hover{
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}
.hover\:border-x-secondary-light\/85:hover{
  border-left-color: rgb(254 250 247 / 0.85);
  border-right-color: rgb(254 250 247 / 0.85);
}
.hover\:border-x-secondary-light\/90:hover{
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}
.hover\:border-x-secondary-light\/95:hover{
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}
.hover\:border-x-secondary\/0:hover{
  border-left-color: rgb(243 234 225 / 0);
  border-right-color: rgb(243 234 225 / 0);
}
.hover\:border-x-secondary\/10:hover{
  border-left-color: rgb(243 234 225 / 0.1);
  border-right-color: rgb(243 234 225 / 0.1);
}
.hover\:border-x-secondary\/100:hover{
  border-left-color: rgb(243 234 225 / 1);
  border-right-color: rgb(243 234 225 / 1);
}
.hover\:border-x-secondary\/15:hover{
  border-left-color: rgb(243 234 225 / 0.15);
  border-right-color: rgb(243 234 225 / 0.15);
}
.hover\:border-x-secondary\/20:hover{
  border-left-color: rgb(243 234 225 / 0.2);
  border-right-color: rgb(243 234 225 / 0.2);
}
.hover\:border-x-secondary\/25:hover{
  border-left-color: rgb(243 234 225 / 0.25);
  border-right-color: rgb(243 234 225 / 0.25);
}
.hover\:border-x-secondary\/30:hover{
  border-left-color: rgb(243 234 225 / 0.3);
  border-right-color: rgb(243 234 225 / 0.3);
}
.hover\:border-x-secondary\/35:hover{
  border-left-color: rgb(243 234 225 / 0.35);
  border-right-color: rgb(243 234 225 / 0.35);
}
.hover\:border-x-secondary\/40:hover{
  border-left-color: rgb(243 234 225 / 0.4);
  border-right-color: rgb(243 234 225 / 0.4);
}
.hover\:border-x-secondary\/45:hover{
  border-left-color: rgb(243 234 225 / 0.45);
  border-right-color: rgb(243 234 225 / 0.45);
}
.hover\:border-x-secondary\/5:hover{
  border-left-color: rgb(243 234 225 / 0.05);
  border-right-color: rgb(243 234 225 / 0.05);
}
.hover\:border-x-secondary\/50:hover{
  border-left-color: rgb(243 234 225 / 0.5);
  border-right-color: rgb(243 234 225 / 0.5);
}
.hover\:border-x-secondary\/55:hover{
  border-left-color: rgb(243 234 225 / 0.55);
  border-right-color: rgb(243 234 225 / 0.55);
}
.hover\:border-x-secondary\/60:hover{
  border-left-color: rgb(243 234 225 / 0.6);
  border-right-color: rgb(243 234 225 / 0.6);
}
.hover\:border-x-secondary\/65:hover{
  border-left-color: rgb(243 234 225 / 0.65);
  border-right-color: rgb(243 234 225 / 0.65);
}
.hover\:border-x-secondary\/70:hover{
  border-left-color: rgb(243 234 225 / 0.7);
  border-right-color: rgb(243 234 225 / 0.7);
}
.hover\:border-x-secondary\/75:hover{
  border-left-color: rgb(243 234 225 / 0.75);
  border-right-color: rgb(243 234 225 / 0.75);
}
.hover\:border-x-secondary\/80:hover{
  border-left-color: rgb(243 234 225 / 0.8);
  border-right-color: rgb(243 234 225 / 0.8);
}
.hover\:border-x-secondary\/85:hover{
  border-left-color: rgb(243 234 225 / 0.85);
  border-right-color: rgb(243 234 225 / 0.85);
}
.hover\:border-x-secondary\/90:hover{
  border-left-color: rgb(243 234 225 / 0.9);
  border-right-color: rgb(243 234 225 / 0.9);
}
.hover\:border-x-secondary\/95:hover{
  border-left-color: rgb(243 234 225 / 0.95);
  border-right-color: rgb(243 234 225 / 0.95);
}
.hover\:border-x-transparent:hover{
  border-left-color: transparent;
  border-right-color: transparent;
}
.hover\:border-x-transparent\/0:hover{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-x-transparent\/10:hover{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-x-transparent\/100:hover{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-x-transparent\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-x-transparent\/20:hover{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-x-transparent\/25:hover{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-x-transparent\/30:hover{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-x-transparent\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-x-transparent\/40:hover{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-x-transparent\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-x-transparent\/5:hover{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-x-transparent\/50:hover{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-x-transparent\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-x-transparent\/60:hover{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-x-transparent\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-x-transparent\/70:hover{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-x-transparent\/75:hover{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-x-transparent\/80:hover{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-x-transparent\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-x-transparent\/90:hover{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-x-transparent\/95:hover{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-x-white:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-x-white\/0:hover{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.hover\:border-x-white\/10:hover{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.hover\:border-x-white\/100:hover{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.hover\:border-x-white\/15:hover{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.hover\:border-x-white\/20:hover{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.hover\:border-x-white\/25:hover{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.hover\:border-x-white\/30:hover{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.hover\:border-x-white\/35:hover{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.hover\:border-x-white\/40:hover{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.hover\:border-x-white\/45:hover{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.hover\:border-x-white\/5:hover{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.hover\:border-x-white\/50:hover{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.hover\:border-x-white\/55:hover{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.hover\:border-x-white\/60:hover{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.hover\:border-x-white\/65:hover{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.hover\:border-x-white\/70:hover{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.hover\:border-x-white\/75:hover{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.hover\:border-x-white\/80:hover{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.hover\:border-x-white\/85:hover{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.hover\:border-x-white\/90:hover{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.hover\:border-x-white\/95:hover{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.hover\:border-y-accent:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-dark\/0:hover{
  border-top-color: rgb(225 114 45 / 0);
  border-bottom-color: rgb(225 114 45 / 0);
}
.hover\:border-y-accent-dark\/10:hover{
  border-top-color: rgb(225 114 45 / 0.1);
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.hover\:border-y-accent-dark\/100:hover{
  border-top-color: rgb(225 114 45 / 1);
  border-bottom-color: rgb(225 114 45 / 1);
}
.hover\:border-y-accent-dark\/15:hover{
  border-top-color: rgb(225 114 45 / 0.15);
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.hover\:border-y-accent-dark\/20:hover{
  border-top-color: rgb(225 114 45 / 0.2);
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.hover\:border-y-accent-dark\/25:hover{
  border-top-color: rgb(225 114 45 / 0.25);
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.hover\:border-y-accent-dark\/30:hover{
  border-top-color: rgb(225 114 45 / 0.3);
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.hover\:border-y-accent-dark\/35:hover{
  border-top-color: rgb(225 114 45 / 0.35);
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.hover\:border-y-accent-dark\/40:hover{
  border-top-color: rgb(225 114 45 / 0.4);
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.hover\:border-y-accent-dark\/45:hover{
  border-top-color: rgb(225 114 45 / 0.45);
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.hover\:border-y-accent-dark\/5:hover{
  border-top-color: rgb(225 114 45 / 0.05);
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.hover\:border-y-accent-dark\/50:hover{
  border-top-color: rgb(225 114 45 / 0.5);
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.hover\:border-y-accent-dark\/55:hover{
  border-top-color: rgb(225 114 45 / 0.55);
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.hover\:border-y-accent-dark\/60:hover{
  border-top-color: rgb(225 114 45 / 0.6);
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.hover\:border-y-accent-dark\/65:hover{
  border-top-color: rgb(225 114 45 / 0.65);
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.hover\:border-y-accent-dark\/70:hover{
  border-top-color: rgb(225 114 45 / 0.7);
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.hover\:border-y-accent-dark\/75:hover{
  border-top-color: rgb(225 114 45 / 0.75);
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.hover\:border-y-accent-dark\/80:hover{
  border-top-color: rgb(225 114 45 / 0.8);
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.hover\:border-y-accent-dark\/85:hover{
  border-top-color: rgb(225 114 45 / 0.85);
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.hover\:border-y-accent-dark\/90:hover{
  border-top-color: rgb(225 114 45 / 0.9);
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.hover\:border-y-accent-dark\/95:hover{
  border-top-color: rgb(225 114 45 / 0.95);
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.hover\:border-y-accent-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-y-accent-light\/0:hover{
  border-top-color: rgb(255 191 105 / 0);
  border-bottom-color: rgb(255 191 105 / 0);
}
.hover\:border-y-accent-light\/10:hover{
  border-top-color: rgb(255 191 105 / 0.1);
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.hover\:border-y-accent-light\/100:hover{
  border-top-color: rgb(255 191 105 / 1);
  border-bottom-color: rgb(255 191 105 / 1);
}
.hover\:border-y-accent-light\/15:hover{
  border-top-color: rgb(255 191 105 / 0.15);
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.hover\:border-y-accent-light\/20:hover{
  border-top-color: rgb(255 191 105 / 0.2);
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.hover\:border-y-accent-light\/25:hover{
  border-top-color: rgb(255 191 105 / 0.25);
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.hover\:border-y-accent-light\/30:hover{
  border-top-color: rgb(255 191 105 / 0.3);
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.hover\:border-y-accent-light\/35:hover{
  border-top-color: rgb(255 191 105 / 0.35);
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.hover\:border-y-accent-light\/40:hover{
  border-top-color: rgb(255 191 105 / 0.4);
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.hover\:border-y-accent-light\/45:hover{
  border-top-color: rgb(255 191 105 / 0.45);
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.hover\:border-y-accent-light\/5:hover{
  border-top-color: rgb(255 191 105 / 0.05);
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.hover\:border-y-accent-light\/50:hover{
  border-top-color: rgb(255 191 105 / 0.5);
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.hover\:border-y-accent-light\/55:hover{
  border-top-color: rgb(255 191 105 / 0.55);
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.hover\:border-y-accent-light\/60:hover{
  border-top-color: rgb(255 191 105 / 0.6);
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.hover\:border-y-accent-light\/65:hover{
  border-top-color: rgb(255 191 105 / 0.65);
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.hover\:border-y-accent-light\/70:hover{
  border-top-color: rgb(255 191 105 / 0.7);
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.hover\:border-y-accent-light\/75:hover{
  border-top-color: rgb(255 191 105 / 0.75);
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.hover\:border-y-accent-light\/80:hover{
  border-top-color: rgb(255 191 105 / 0.8);
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.hover\:border-y-accent-light\/85:hover{
  border-top-color: rgb(255 191 105 / 0.85);
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.hover\:border-y-accent-light\/90:hover{
  border-top-color: rgb(255 191 105 / 0.9);
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.hover\:border-y-accent-light\/95:hover{
  border-top-color: rgb(255 191 105 / 0.95);
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.hover\:border-y-accent\/0:hover{
  border-top-color: rgb(229 136 78 / 0);
  border-bottom-color: rgb(229 136 78 / 0);
}
.hover\:border-y-accent\/10:hover{
  border-top-color: rgb(229 136 78 / 0.1);
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.hover\:border-y-accent\/100:hover{
  border-top-color: rgb(229 136 78 / 1);
  border-bottom-color: rgb(229 136 78 / 1);
}
.hover\:border-y-accent\/15:hover{
  border-top-color: rgb(229 136 78 / 0.15);
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.hover\:border-y-accent\/20:hover{
  border-top-color: rgb(229 136 78 / 0.2);
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.hover\:border-y-accent\/25:hover{
  border-top-color: rgb(229 136 78 / 0.25);
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.hover\:border-y-accent\/30:hover{
  border-top-color: rgb(229 136 78 / 0.3);
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.hover\:border-y-accent\/35:hover{
  border-top-color: rgb(229 136 78 / 0.35);
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.hover\:border-y-accent\/40:hover{
  border-top-color: rgb(229 136 78 / 0.4);
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.hover\:border-y-accent\/45:hover{
  border-top-color: rgb(229 136 78 / 0.45);
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.hover\:border-y-accent\/5:hover{
  border-top-color: rgb(229 136 78 / 0.05);
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.hover\:border-y-accent\/50:hover{
  border-top-color: rgb(229 136 78 / 0.5);
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.hover\:border-y-accent\/55:hover{
  border-top-color: rgb(229 136 78 / 0.55);
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.hover\:border-y-accent\/60:hover{
  border-top-color: rgb(229 136 78 / 0.6);
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.hover\:border-y-accent\/65:hover{
  border-top-color: rgb(229 136 78 / 0.65);
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.hover\:border-y-accent\/70:hover{
  border-top-color: rgb(229 136 78 / 0.7);
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.hover\:border-y-accent\/75:hover{
  border-top-color: rgb(229 136 78 / 0.75);
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.hover\:border-y-accent\/80:hover{
  border-top-color: rgb(229 136 78 / 0.8);
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.hover\:border-y-accent\/85:hover{
  border-top-color: rgb(229 136 78 / 0.85);
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.hover\:border-y-accent\/90:hover{
  border-top-color: rgb(229 136 78 / 0.9);
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.hover\:border-y-accent\/95:hover{
  border-top-color: rgb(229 136 78 / 0.95);
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.hover\:border-y-black:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-y-black\/0:hover{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-y-black\/10:hover{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-y-black\/100:hover{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-y-black\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-y-black\/20:hover{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-y-black\/25:hover{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-y-black\/30:hover{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-y-black\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-y-black\/40:hover{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-y-black\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-y-black\/5:hover{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-y-black\/50:hover{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-y-black\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-y-black\/60:hover{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-y-black\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-y-black\/70:hover{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-y-black\/75:hover{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-y-black\/80:hover{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-y-black\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-y-black\/90:hover{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-y-black\/95:hover{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-y-current:hover{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.hover\:border-y-error:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-y-error\/0:hover{
  border-top-color: rgb(255 0 0 / 0);
  border-bottom-color: rgb(255 0 0 / 0);
}
.hover\:border-y-error\/10:hover{
  border-top-color: rgb(255 0 0 / 0.1);
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.hover\:border-y-error\/100:hover{
  border-top-color: rgb(255 0 0 / 1);
  border-bottom-color: rgb(255 0 0 / 1);
}
.hover\:border-y-error\/15:hover{
  border-top-color: rgb(255 0 0 / 0.15);
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.hover\:border-y-error\/20:hover{
  border-top-color: rgb(255 0 0 / 0.2);
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.hover\:border-y-error\/25:hover{
  border-top-color: rgb(255 0 0 / 0.25);
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.hover\:border-y-error\/30:hover{
  border-top-color: rgb(255 0 0 / 0.3);
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.hover\:border-y-error\/35:hover{
  border-top-color: rgb(255 0 0 / 0.35);
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.hover\:border-y-error\/40:hover{
  border-top-color: rgb(255 0 0 / 0.4);
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.hover\:border-y-error\/45:hover{
  border-top-color: rgb(255 0 0 / 0.45);
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.hover\:border-y-error\/5:hover{
  border-top-color: rgb(255 0 0 / 0.05);
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.hover\:border-y-error\/50:hover{
  border-top-color: rgb(255 0 0 / 0.5);
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.hover\:border-y-error\/55:hover{
  border-top-color: rgb(255 0 0 / 0.55);
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.hover\:border-y-error\/60:hover{
  border-top-color: rgb(255 0 0 / 0.6);
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.hover\:border-y-error\/65:hover{
  border-top-color: rgb(255 0 0 / 0.65);
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.hover\:border-y-error\/70:hover{
  border-top-color: rgb(255 0 0 / 0.7);
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.hover\:border-y-error\/75:hover{
  border-top-color: rgb(255 0 0 / 0.75);
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.hover\:border-y-error\/80:hover{
  border-top-color: rgb(255 0 0 / 0.8);
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.hover\:border-y-error\/85:hover{
  border-top-color: rgb(255 0 0 / 0.85);
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.hover\:border-y-error\/90:hover{
  border-top-color: rgb(255 0 0 / 0.9);
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.hover\:border-y-error\/95:hover{
  border-top-color: rgb(255 0 0 / 0.95);
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.hover\:border-y-gray-100:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-100\/0:hover{
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}
.hover\:border-y-gray-100\/10:hover{
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.hover\:border-y-gray-100\/100:hover{
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}
.hover\:border-y-gray-100\/15:hover{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.hover\:border-y-gray-100\/20:hover{
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.hover\:border-y-gray-100\/25:hover{
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.hover\:border-y-gray-100\/30:hover{
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.hover\:border-y-gray-100\/35:hover{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.hover\:border-y-gray-100\/40:hover{
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.hover\:border-y-gray-100\/45:hover{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.hover\:border-y-gray-100\/5:hover{
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.hover\:border-y-gray-100\/50:hover{
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.hover\:border-y-gray-100\/55:hover{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.hover\:border-y-gray-100\/60:hover{
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.hover\:border-y-gray-100\/65:hover{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.hover\:border-y-gray-100\/70:hover{
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.hover\:border-y-gray-100\/75:hover{
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.hover\:border-y-gray-100\/80:hover{
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.hover\:border-y-gray-100\/85:hover{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.hover\:border-y-gray-100\/90:hover{
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.hover\:border-y-gray-100\/95:hover{
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.hover\:border-y-gray-200:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-200\/0:hover{
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.hover\:border-y-gray-200\/10:hover{
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.hover\:border-y-gray-200\/100:hover{
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.hover\:border-y-gray-200\/15:hover{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.hover\:border-y-gray-200\/20:hover{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.hover\:border-y-gray-200\/25:hover{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.hover\:border-y-gray-200\/30:hover{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.hover\:border-y-gray-200\/35:hover{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.hover\:border-y-gray-200\/40:hover{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.hover\:border-y-gray-200\/45:hover{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.hover\:border-y-gray-200\/5:hover{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.hover\:border-y-gray-200\/50:hover{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.hover\:border-y-gray-200\/55:hover{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.hover\:border-y-gray-200\/60:hover{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.hover\:border-y-gray-200\/65:hover{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.hover\:border-y-gray-200\/70:hover{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.hover\:border-y-gray-200\/75:hover{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.hover\:border-y-gray-200\/80:hover{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.hover\:border-y-gray-200\/85:hover{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.hover\:border-y-gray-200\/90:hover{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.hover\:border-y-gray-200\/95:hover{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.hover\:border-y-gray-300:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-300\/0:hover{
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}
.hover\:border-y-gray-300\/10:hover{
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.hover\:border-y-gray-300\/100:hover{
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}
.hover\:border-y-gray-300\/15:hover{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.hover\:border-y-gray-300\/20:hover{
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.hover\:border-y-gray-300\/25:hover{
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.hover\:border-y-gray-300\/30:hover{
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.hover\:border-y-gray-300\/35:hover{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.hover\:border-y-gray-300\/40:hover{
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.hover\:border-y-gray-300\/45:hover{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.hover\:border-y-gray-300\/5:hover{
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.hover\:border-y-gray-300\/50:hover{
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.hover\:border-y-gray-300\/55:hover{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.hover\:border-y-gray-300\/60:hover{
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.hover\:border-y-gray-300\/65:hover{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.hover\:border-y-gray-300\/70:hover{
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.hover\:border-y-gray-300\/75:hover{
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.hover\:border-y-gray-300\/80:hover{
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.hover\:border-y-gray-300\/85:hover{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.hover\:border-y-gray-300\/90:hover{
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.hover\:border-y-gray-300\/95:hover{
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.hover\:border-y-gray-400:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-400\/0:hover{
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.hover\:border-y-gray-400\/10:hover{
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.hover\:border-y-gray-400\/100:hover{
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.hover\:border-y-gray-400\/15:hover{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.hover\:border-y-gray-400\/20:hover{
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.hover\:border-y-gray-400\/25:hover{
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.hover\:border-y-gray-400\/30:hover{
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.hover\:border-y-gray-400\/35:hover{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.hover\:border-y-gray-400\/40:hover{
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.hover\:border-y-gray-400\/45:hover{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.hover\:border-y-gray-400\/5:hover{
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.hover\:border-y-gray-400\/50:hover{
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.hover\:border-y-gray-400\/55:hover{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.hover\:border-y-gray-400\/60:hover{
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.hover\:border-y-gray-400\/65:hover{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.hover\:border-y-gray-400\/70:hover{
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.hover\:border-y-gray-400\/75:hover{
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.hover\:border-y-gray-400\/80:hover{
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.hover\:border-y-gray-400\/85:hover{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.hover\:border-y-gray-400\/90:hover{
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.hover\:border-y-gray-400\/95:hover{
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.hover\:border-y-gray-50:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-50\/0:hover{
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}
.hover\:border-y-gray-50\/10:hover{
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.hover\:border-y-gray-50\/100:hover{
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}
.hover\:border-y-gray-50\/15:hover{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.hover\:border-y-gray-50\/20:hover{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.hover\:border-y-gray-50\/25:hover{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.hover\:border-y-gray-50\/30:hover{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.hover\:border-y-gray-50\/35:hover{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.hover\:border-y-gray-50\/40:hover{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.hover\:border-y-gray-50\/45:hover{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.hover\:border-y-gray-50\/5:hover{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.hover\:border-y-gray-50\/50:hover{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.hover\:border-y-gray-50\/55:hover{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.hover\:border-y-gray-50\/60:hover{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.hover\:border-y-gray-50\/65:hover{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.hover\:border-y-gray-50\/70:hover{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.hover\:border-y-gray-50\/75:hover{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.hover\:border-y-gray-50\/80:hover{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.hover\:border-y-gray-50\/85:hover{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.hover\:border-y-gray-50\/90:hover{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.hover\:border-y-gray-50\/95:hover{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.hover\:border-y-gray-500:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-500\/0:hover{
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}
.hover\:border-y-gray-500\/10:hover{
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.hover\:border-y-gray-500\/100:hover{
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}
.hover\:border-y-gray-500\/15:hover{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.hover\:border-y-gray-500\/20:hover{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.hover\:border-y-gray-500\/25:hover{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.hover\:border-y-gray-500\/30:hover{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.hover\:border-y-gray-500\/35:hover{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.hover\:border-y-gray-500\/40:hover{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.hover\:border-y-gray-500\/45:hover{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.hover\:border-y-gray-500\/5:hover{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.hover\:border-y-gray-500\/50:hover{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.hover\:border-y-gray-500\/55:hover{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.hover\:border-y-gray-500\/60:hover{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.hover\:border-y-gray-500\/65:hover{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.hover\:border-y-gray-500\/70:hover{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.hover\:border-y-gray-500\/75:hover{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.hover\:border-y-gray-500\/80:hover{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.hover\:border-y-gray-500\/85:hover{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.hover\:border-y-gray-500\/90:hover{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.hover\:border-y-gray-500\/95:hover{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.hover\:border-y-gray-600:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-600\/0:hover{
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}
.hover\:border-y-gray-600\/10:hover{
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.hover\:border-y-gray-600\/100:hover{
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}
.hover\:border-y-gray-600\/15:hover{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.hover\:border-y-gray-600\/20:hover{
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.hover\:border-y-gray-600\/25:hover{
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.hover\:border-y-gray-600\/30:hover{
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.hover\:border-y-gray-600\/35:hover{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.hover\:border-y-gray-600\/40:hover{
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.hover\:border-y-gray-600\/45:hover{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.hover\:border-y-gray-600\/5:hover{
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.hover\:border-y-gray-600\/50:hover{
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.hover\:border-y-gray-600\/55:hover{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.hover\:border-y-gray-600\/60:hover{
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.hover\:border-y-gray-600\/65:hover{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.hover\:border-y-gray-600\/70:hover{
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.hover\:border-y-gray-600\/75:hover{
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.hover\:border-y-gray-600\/80:hover{
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.hover\:border-y-gray-600\/85:hover{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.hover\:border-y-gray-600\/90:hover{
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.hover\:border-y-gray-600\/95:hover{
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.hover\:border-y-gray-700:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-700\/0:hover{
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}
.hover\:border-y-gray-700\/10:hover{
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.hover\:border-y-gray-700\/100:hover{
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.hover\:border-y-gray-700\/15:hover{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.hover\:border-y-gray-700\/20:hover{
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.hover\:border-y-gray-700\/25:hover{
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.hover\:border-y-gray-700\/30:hover{
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.hover\:border-y-gray-700\/35:hover{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.hover\:border-y-gray-700\/40:hover{
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.hover\:border-y-gray-700\/45:hover{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.hover\:border-y-gray-700\/5:hover{
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.hover\:border-y-gray-700\/50:hover{
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.hover\:border-y-gray-700\/55:hover{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.hover\:border-y-gray-700\/60:hover{
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.hover\:border-y-gray-700\/65:hover{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.hover\:border-y-gray-700\/70:hover{
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.hover\:border-y-gray-700\/75:hover{
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.hover\:border-y-gray-700\/80:hover{
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.hover\:border-y-gray-700\/85:hover{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.hover\:border-y-gray-700\/90:hover{
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.hover\:border-y-gray-700\/95:hover{
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.hover\:border-y-gray-800:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-800\/0:hover{
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}
.hover\:border-y-gray-800\/10:hover{
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.hover\:border-y-gray-800\/100:hover{
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}
.hover\:border-y-gray-800\/15:hover{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.hover\:border-y-gray-800\/20:hover{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.hover\:border-y-gray-800\/25:hover{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.hover\:border-y-gray-800\/30:hover{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.hover\:border-y-gray-800\/35:hover{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.hover\:border-y-gray-800\/40:hover{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.hover\:border-y-gray-800\/45:hover{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.hover\:border-y-gray-800\/5:hover{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.hover\:border-y-gray-800\/50:hover{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.hover\:border-y-gray-800\/55:hover{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.hover\:border-y-gray-800\/60:hover{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.hover\:border-y-gray-800\/65:hover{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.hover\:border-y-gray-800\/70:hover{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.hover\:border-y-gray-800\/75:hover{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.hover\:border-y-gray-800\/80:hover{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.hover\:border-y-gray-800\/85:hover{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.hover\:border-y-gray-800\/90:hover{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.hover\:border-y-gray-800\/95:hover{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.hover\:border-y-gray-900:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-900\/0:hover{
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}
.hover\:border-y-gray-900\/10:hover{
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.hover\:border-y-gray-900\/100:hover{
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}
.hover\:border-y-gray-900\/15:hover{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.hover\:border-y-gray-900\/20:hover{
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.hover\:border-y-gray-900\/25:hover{
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.hover\:border-y-gray-900\/30:hover{
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.hover\:border-y-gray-900\/35:hover{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.hover\:border-y-gray-900\/40:hover{
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.hover\:border-y-gray-900\/45:hover{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.hover\:border-y-gray-900\/5:hover{
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.hover\:border-y-gray-900\/50:hover{
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.hover\:border-y-gray-900\/55:hover{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.hover\:border-y-gray-900\/60:hover{
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.hover\:border-y-gray-900\/65:hover{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.hover\:border-y-gray-900\/70:hover{
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.hover\:border-y-gray-900\/75:hover{
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.hover\:border-y-gray-900\/80:hover{
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.hover\:border-y-gray-900\/85:hover{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.hover\:border-y-gray-900\/90:hover{
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.hover\:border-y-gray-900\/95:hover{
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.hover\:border-y-gray-950:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-y-gray-950\/0:hover{
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}
.hover\:border-y-gray-950\/10:hover{
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.hover\:border-y-gray-950\/100:hover{
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}
.hover\:border-y-gray-950\/15:hover{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.hover\:border-y-gray-950\/20:hover{
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.hover\:border-y-gray-950\/25:hover{
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.hover\:border-y-gray-950\/30:hover{
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.hover\:border-y-gray-950\/35:hover{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.hover\:border-y-gray-950\/40:hover{
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.hover\:border-y-gray-950\/45:hover{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.hover\:border-y-gray-950\/5:hover{
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.hover\:border-y-gray-950\/50:hover{
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.hover\:border-y-gray-950\/55:hover{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.hover\:border-y-gray-950\/60:hover{
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.hover\:border-y-gray-950\/65:hover{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.hover\:border-y-gray-950\/70:hover{
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.hover\:border-y-gray-950\/75:hover{
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.hover\:border-y-gray-950\/80:hover{
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.hover\:border-y-gray-950\/85:hover{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.hover\:border-y-gray-950\/90:hover{
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.hover\:border-y-gray-950\/95:hover{
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.hover\:border-y-inherit:hover{
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.hover\:border-y-primary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-dark\/0:hover{
  border-top-color: rgb(26 88 121 / 0);
  border-bottom-color: rgb(26 88 121 / 0);
}
.hover\:border-y-primary-dark\/10:hover{
  border-top-color: rgb(26 88 121 / 0.1);
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.hover\:border-y-primary-dark\/100:hover{
  border-top-color: rgb(26 88 121 / 1);
  border-bottom-color: rgb(26 88 121 / 1);
}
.hover\:border-y-primary-dark\/15:hover{
  border-top-color: rgb(26 88 121 / 0.15);
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.hover\:border-y-primary-dark\/20:hover{
  border-top-color: rgb(26 88 121 / 0.2);
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.hover\:border-y-primary-dark\/25:hover{
  border-top-color: rgb(26 88 121 / 0.25);
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.hover\:border-y-primary-dark\/30:hover{
  border-top-color: rgb(26 88 121 / 0.3);
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.hover\:border-y-primary-dark\/35:hover{
  border-top-color: rgb(26 88 121 / 0.35);
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.hover\:border-y-primary-dark\/40:hover{
  border-top-color: rgb(26 88 121 / 0.4);
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.hover\:border-y-primary-dark\/45:hover{
  border-top-color: rgb(26 88 121 / 0.45);
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.hover\:border-y-primary-dark\/5:hover{
  border-top-color: rgb(26 88 121 / 0.05);
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.hover\:border-y-primary-dark\/50:hover{
  border-top-color: rgb(26 88 121 / 0.5);
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.hover\:border-y-primary-dark\/55:hover{
  border-top-color: rgb(26 88 121 / 0.55);
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.hover\:border-y-primary-dark\/60:hover{
  border-top-color: rgb(26 88 121 / 0.6);
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.hover\:border-y-primary-dark\/65:hover{
  border-top-color: rgb(26 88 121 / 0.65);
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.hover\:border-y-primary-dark\/70:hover{
  border-top-color: rgb(26 88 121 / 0.7);
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.hover\:border-y-primary-dark\/75:hover{
  border-top-color: rgb(26 88 121 / 0.75);
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.hover\:border-y-primary-dark\/80:hover{
  border-top-color: rgb(26 88 121 / 0.8);
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.hover\:border-y-primary-dark\/85:hover{
  border-top-color: rgb(26 88 121 / 0.85);
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.hover\:border-y-primary-dark\/90:hover{
  border-top-color: rgb(26 88 121 / 0.9);
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.hover\:border-y-primary-dark\/95:hover{
  border-top-color: rgb(26 88 121 / 0.95);
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.hover\:border-y-primary-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-light\/0:hover{
  border-top-color: rgb(85 154 193 / 0);
  border-bottom-color: rgb(85 154 193 / 0);
}
.hover\:border-y-primary-light\/10:hover{
  border-top-color: rgb(85 154 193 / 0.1);
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.hover\:border-y-primary-light\/100:hover{
  border-top-color: rgb(85 154 193 / 1);
  border-bottom-color: rgb(85 154 193 / 1);
}
.hover\:border-y-primary-light\/15:hover{
  border-top-color: rgb(85 154 193 / 0.15);
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.hover\:border-y-primary-light\/20:hover{
  border-top-color: rgb(85 154 193 / 0.2);
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.hover\:border-y-primary-light\/25:hover{
  border-top-color: rgb(85 154 193 / 0.25);
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.hover\:border-y-primary-light\/30:hover{
  border-top-color: rgb(85 154 193 / 0.3);
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.hover\:border-y-primary-light\/35:hover{
  border-top-color: rgb(85 154 193 / 0.35);
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.hover\:border-y-primary-light\/40:hover{
  border-top-color: rgb(85 154 193 / 0.4);
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.hover\:border-y-primary-light\/45:hover{
  border-top-color: rgb(85 154 193 / 0.45);
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.hover\:border-y-primary-light\/5:hover{
  border-top-color: rgb(85 154 193 / 0.05);
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.hover\:border-y-primary-light\/50:hover{
  border-top-color: rgb(85 154 193 / 0.5);
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.hover\:border-y-primary-light\/55:hover{
  border-top-color: rgb(85 154 193 / 0.55);
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.hover\:border-y-primary-light\/60:hover{
  border-top-color: rgb(85 154 193 / 0.6);
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.hover\:border-y-primary-light\/65:hover{
  border-top-color: rgb(85 154 193 / 0.65);
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.hover\:border-y-primary-light\/70:hover{
  border-top-color: rgb(85 154 193 / 0.7);
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.hover\:border-y-primary-light\/75:hover{
  border-top-color: rgb(85 154 193 / 0.75);
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.hover\:border-y-primary-light\/80:hover{
  border-top-color: rgb(85 154 193 / 0.8);
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.hover\:border-y-primary-light\/85:hover{
  border-top-color: rgb(85 154 193 / 0.85);
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.hover\:border-y-primary-light\/90:hover{
  border-top-color: rgb(85 154 193 / 0.9);
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.hover\:border-y-primary-light\/95:hover{
  border-top-color: rgb(85 154 193 / 0.95);
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.hover\:border-y-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-y-primary-lighter\/0:hover{
  border-top-color: rgb(115 177 212 / 0);
  border-bottom-color: rgb(115 177 212 / 0);
}
.hover\:border-y-primary-lighter\/10:hover{
  border-top-color: rgb(115 177 212 / 0.1);
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.hover\:border-y-primary-lighter\/100:hover{
  border-top-color: rgb(115 177 212 / 1);
  border-bottom-color: rgb(115 177 212 / 1);
}
.hover\:border-y-primary-lighter\/15:hover{
  border-top-color: rgb(115 177 212 / 0.15);
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.hover\:border-y-primary-lighter\/20:hover{
  border-top-color: rgb(115 177 212 / 0.2);
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.hover\:border-y-primary-lighter\/25:hover{
  border-top-color: rgb(115 177 212 / 0.25);
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.hover\:border-y-primary-lighter\/30:hover{
  border-top-color: rgb(115 177 212 / 0.3);
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.hover\:border-y-primary-lighter\/35:hover{
  border-top-color: rgb(115 177 212 / 0.35);
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.hover\:border-y-primary-lighter\/40:hover{
  border-top-color: rgb(115 177 212 / 0.4);
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.hover\:border-y-primary-lighter\/45:hover{
  border-top-color: rgb(115 177 212 / 0.45);
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.hover\:border-y-primary-lighter\/5:hover{
  border-top-color: rgb(115 177 212 / 0.05);
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.hover\:border-y-primary-lighter\/50:hover{
  border-top-color: rgb(115 177 212 / 0.5);
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.hover\:border-y-primary-lighter\/55:hover{
  border-top-color: rgb(115 177 212 / 0.55);
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.hover\:border-y-primary-lighter\/60:hover{
  border-top-color: rgb(115 177 212 / 0.6);
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.hover\:border-y-primary-lighter\/65:hover{
  border-top-color: rgb(115 177 212 / 0.65);
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.hover\:border-y-primary-lighter\/70:hover{
  border-top-color: rgb(115 177 212 / 0.7);
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.hover\:border-y-primary-lighter\/75:hover{
  border-top-color: rgb(115 177 212 / 0.75);
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.hover\:border-y-primary-lighter\/80:hover{
  border-top-color: rgb(115 177 212 / 0.8);
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.hover\:border-y-primary-lighter\/85:hover{
  border-top-color: rgb(115 177 212 / 0.85);
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.hover\:border-y-primary-lighter\/90:hover{
  border-top-color: rgb(115 177 212 / 0.9);
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.hover\:border-y-primary-lighter\/95:hover{
  border-top-color: rgb(115 177 212 / 0.95);
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.hover\:border-y-primary\/0:hover{
  border-top-color: rgb(52 114 147 / 0);
  border-bottom-color: rgb(52 114 147 / 0);
}
.hover\:border-y-primary\/10:hover{
  border-top-color: rgb(52 114 147 / 0.1);
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.hover\:border-y-primary\/100:hover{
  border-top-color: rgb(52 114 147 / 1);
  border-bottom-color: rgb(52 114 147 / 1);
}
.hover\:border-y-primary\/15:hover{
  border-top-color: rgb(52 114 147 / 0.15);
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.hover\:border-y-primary\/20:hover{
  border-top-color: rgb(52 114 147 / 0.2);
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.hover\:border-y-primary\/25:hover{
  border-top-color: rgb(52 114 147 / 0.25);
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.hover\:border-y-primary\/30:hover{
  border-top-color: rgb(52 114 147 / 0.3);
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.hover\:border-y-primary\/35:hover{
  border-top-color: rgb(52 114 147 / 0.35);
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.hover\:border-y-primary\/40:hover{
  border-top-color: rgb(52 114 147 / 0.4);
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.hover\:border-y-primary\/45:hover{
  border-top-color: rgb(52 114 147 / 0.45);
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.hover\:border-y-primary\/5:hover{
  border-top-color: rgb(52 114 147 / 0.05);
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.hover\:border-y-primary\/50:hover{
  border-top-color: rgb(52 114 147 / 0.5);
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.hover\:border-y-primary\/55:hover{
  border-top-color: rgb(52 114 147 / 0.55);
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.hover\:border-y-primary\/60:hover{
  border-top-color: rgb(52 114 147 / 0.6);
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.hover\:border-y-primary\/65:hover{
  border-top-color: rgb(52 114 147 / 0.65);
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.hover\:border-y-primary\/70:hover{
  border-top-color: rgb(52 114 147 / 0.7);
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.hover\:border-y-primary\/75:hover{
  border-top-color: rgb(52 114 147 / 0.75);
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.hover\:border-y-primary\/80:hover{
  border-top-color: rgb(52 114 147 / 0.8);
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.hover\:border-y-primary\/85:hover{
  border-top-color: rgb(52 114 147 / 0.85);
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.hover\:border-y-primary\/90:hover{
  border-top-color: rgb(52 114 147 / 0.9);
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.hover\:border-y-primary\/95:hover{
  border-top-color: rgb(52 114 147 / 0.95);
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.hover\:border-y-secondary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-dark\/0:hover{
  border-top-color: rgb(226 207 188 / 0);
  border-bottom-color: rgb(226 207 188 / 0);
}
.hover\:border-y-secondary-dark\/10:hover{
  border-top-color: rgb(226 207 188 / 0.1);
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.hover\:border-y-secondary-dark\/100:hover{
  border-top-color: rgb(226 207 188 / 1);
  border-bottom-color: rgb(226 207 188 / 1);
}
.hover\:border-y-secondary-dark\/15:hover{
  border-top-color: rgb(226 207 188 / 0.15);
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.hover\:border-y-secondary-dark\/20:hover{
  border-top-color: rgb(226 207 188 / 0.2);
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.hover\:border-y-secondary-dark\/25:hover{
  border-top-color: rgb(226 207 188 / 0.25);
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.hover\:border-y-secondary-dark\/30:hover{
  border-top-color: rgb(226 207 188 / 0.3);
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.hover\:border-y-secondary-dark\/35:hover{
  border-top-color: rgb(226 207 188 / 0.35);
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.hover\:border-y-secondary-dark\/40:hover{
  border-top-color: rgb(226 207 188 / 0.4);
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.hover\:border-y-secondary-dark\/45:hover{
  border-top-color: rgb(226 207 188 / 0.45);
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.hover\:border-y-secondary-dark\/5:hover{
  border-top-color: rgb(226 207 188 / 0.05);
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.hover\:border-y-secondary-dark\/50:hover{
  border-top-color: rgb(226 207 188 / 0.5);
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.hover\:border-y-secondary-dark\/55:hover{
  border-top-color: rgb(226 207 188 / 0.55);
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.hover\:border-y-secondary-dark\/60:hover{
  border-top-color: rgb(226 207 188 / 0.6);
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.hover\:border-y-secondary-dark\/65:hover{
  border-top-color: rgb(226 207 188 / 0.65);
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.hover\:border-y-secondary-dark\/70:hover{
  border-top-color: rgb(226 207 188 / 0.7);
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.hover\:border-y-secondary-dark\/75:hover{
  border-top-color: rgb(226 207 188 / 0.75);
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.hover\:border-y-secondary-dark\/80:hover{
  border-top-color: rgb(226 207 188 / 0.8);
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.hover\:border-y-secondary-dark\/85:hover{
  border-top-color: rgb(226 207 188 / 0.85);
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.hover\:border-y-secondary-dark\/90:hover{
  border-top-color: rgb(226 207 188 / 0.9);
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.hover\:border-y-secondary-dark\/95:hover{
  border-top-color: rgb(226 207 188 / 0.95);
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.hover\:border-y-secondary-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-y-secondary-light\/0:hover{
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}
.hover\:border-y-secondary-light\/10:hover{
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.hover\:border-y-secondary-light\/100:hover{
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}
.hover\:border-y-secondary-light\/15:hover{
  border-top-color: rgb(254 250 247 / 0.15);
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.hover\:border-y-secondary-light\/20:hover{
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.hover\:border-y-secondary-light\/25:hover{
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.hover\:border-y-secondary-light\/30:hover{
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.hover\:border-y-secondary-light\/35:hover{
  border-top-color: rgb(254 250 247 / 0.35);
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.hover\:border-y-secondary-light\/40:hover{
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.hover\:border-y-secondary-light\/45:hover{
  border-top-color: rgb(254 250 247 / 0.45);
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.hover\:border-y-secondary-light\/5:hover{
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.hover\:border-y-secondary-light\/50:hover{
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.hover\:border-y-secondary-light\/55:hover{
  border-top-color: rgb(254 250 247 / 0.55);
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.hover\:border-y-secondary-light\/60:hover{
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.hover\:border-y-secondary-light\/65:hover{
  border-top-color: rgb(254 250 247 / 0.65);
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.hover\:border-y-secondary-light\/70:hover{
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.hover\:border-y-secondary-light\/75:hover{
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.hover\:border-y-secondary-light\/80:hover{
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.hover\:border-y-secondary-light\/85:hover{
  border-top-color: rgb(254 250 247 / 0.85);
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.hover\:border-y-secondary-light\/90:hover{
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.hover\:border-y-secondary-light\/95:hover{
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.hover\:border-y-secondary\/0:hover{
  border-top-color: rgb(243 234 225 / 0);
  border-bottom-color: rgb(243 234 225 / 0);
}
.hover\:border-y-secondary\/10:hover{
  border-top-color: rgb(243 234 225 / 0.1);
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.hover\:border-y-secondary\/100:hover{
  border-top-color: rgb(243 234 225 / 1);
  border-bottom-color: rgb(243 234 225 / 1);
}
.hover\:border-y-secondary\/15:hover{
  border-top-color: rgb(243 234 225 / 0.15);
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.hover\:border-y-secondary\/20:hover{
  border-top-color: rgb(243 234 225 / 0.2);
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.hover\:border-y-secondary\/25:hover{
  border-top-color: rgb(243 234 225 / 0.25);
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.hover\:border-y-secondary\/30:hover{
  border-top-color: rgb(243 234 225 / 0.3);
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.hover\:border-y-secondary\/35:hover{
  border-top-color: rgb(243 234 225 / 0.35);
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.hover\:border-y-secondary\/40:hover{
  border-top-color: rgb(243 234 225 / 0.4);
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.hover\:border-y-secondary\/45:hover{
  border-top-color: rgb(243 234 225 / 0.45);
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.hover\:border-y-secondary\/5:hover{
  border-top-color: rgb(243 234 225 / 0.05);
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.hover\:border-y-secondary\/50:hover{
  border-top-color: rgb(243 234 225 / 0.5);
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.hover\:border-y-secondary\/55:hover{
  border-top-color: rgb(243 234 225 / 0.55);
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.hover\:border-y-secondary\/60:hover{
  border-top-color: rgb(243 234 225 / 0.6);
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.hover\:border-y-secondary\/65:hover{
  border-top-color: rgb(243 234 225 / 0.65);
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.hover\:border-y-secondary\/70:hover{
  border-top-color: rgb(243 234 225 / 0.7);
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.hover\:border-y-secondary\/75:hover{
  border-top-color: rgb(243 234 225 / 0.75);
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.hover\:border-y-secondary\/80:hover{
  border-top-color: rgb(243 234 225 / 0.8);
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.hover\:border-y-secondary\/85:hover{
  border-top-color: rgb(243 234 225 / 0.85);
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.hover\:border-y-secondary\/90:hover{
  border-top-color: rgb(243 234 225 / 0.9);
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.hover\:border-y-secondary\/95:hover{
  border-top-color: rgb(243 234 225 / 0.95);
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.hover\:border-y-transparent:hover{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.hover\:border-y-transparent\/0:hover{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-y-transparent\/10:hover{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-y-transparent\/100:hover{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-y-transparent\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-y-transparent\/20:hover{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-y-transparent\/25:hover{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-y-transparent\/30:hover{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-y-transparent\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-y-transparent\/40:hover{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-y-transparent\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-y-transparent\/5:hover{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-y-transparent\/50:hover{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-y-transparent\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-y-transparent\/60:hover{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-y-transparent\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-y-transparent\/70:hover{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-y-transparent\/75:hover{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-y-transparent\/80:hover{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-y-transparent\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-y-transparent\/90:hover{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-y-transparent\/95:hover{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-y-white:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-y-white\/0:hover{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.hover\:border-y-white\/10:hover{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.hover\:border-y-white\/100:hover{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.hover\:border-y-white\/15:hover{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.hover\:border-y-white\/20:hover{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.hover\:border-y-white\/25:hover{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.hover\:border-y-white\/30:hover{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.hover\:border-y-white\/35:hover{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.hover\:border-y-white\/40:hover{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.hover\:border-y-white\/45:hover{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.hover\:border-y-white\/5:hover{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.hover\:border-y-white\/50:hover{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.hover\:border-y-white\/55:hover{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.hover\:border-y-white\/60:hover{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.hover\:border-y-white\/65:hover{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.hover\:border-y-white\/70:hover{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.hover\:border-y-white\/75:hover{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.hover\:border-y-white\/80:hover{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.hover\:border-y-white\/85:hover{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.hover\:border-y-white\/90:hover{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.hover\:border-y-white\/95:hover{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.hover\:border-b-accent:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-dark:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-dark\/0:hover{
  border-bottom-color: rgb(225 114 45 / 0);
}
.hover\:border-b-accent-dark\/10:hover{
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.hover\:border-b-accent-dark\/100:hover{
  border-bottom-color: rgb(225 114 45 / 1);
}
.hover\:border-b-accent-dark\/15:hover{
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.hover\:border-b-accent-dark\/20:hover{
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.hover\:border-b-accent-dark\/25:hover{
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.hover\:border-b-accent-dark\/30:hover{
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.hover\:border-b-accent-dark\/35:hover{
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.hover\:border-b-accent-dark\/40:hover{
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.hover\:border-b-accent-dark\/45:hover{
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.hover\:border-b-accent-dark\/5:hover{
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.hover\:border-b-accent-dark\/50:hover{
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.hover\:border-b-accent-dark\/55:hover{
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.hover\:border-b-accent-dark\/60:hover{
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.hover\:border-b-accent-dark\/65:hover{
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.hover\:border-b-accent-dark\/70:hover{
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.hover\:border-b-accent-dark\/75:hover{
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.hover\:border-b-accent-dark\/80:hover{
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.hover\:border-b-accent-dark\/85:hover{
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.hover\:border-b-accent-dark\/90:hover{
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.hover\:border-b-accent-dark\/95:hover{
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.hover\:border-b-accent-light:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-b-accent-light\/0:hover{
  border-bottom-color: rgb(255 191 105 / 0);
}
.hover\:border-b-accent-light\/10:hover{
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.hover\:border-b-accent-light\/100:hover{
  border-bottom-color: rgb(255 191 105 / 1);
}
.hover\:border-b-accent-light\/15:hover{
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.hover\:border-b-accent-light\/20:hover{
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.hover\:border-b-accent-light\/25:hover{
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.hover\:border-b-accent-light\/30:hover{
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.hover\:border-b-accent-light\/35:hover{
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.hover\:border-b-accent-light\/40:hover{
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.hover\:border-b-accent-light\/45:hover{
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.hover\:border-b-accent-light\/5:hover{
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.hover\:border-b-accent-light\/50:hover{
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.hover\:border-b-accent-light\/55:hover{
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.hover\:border-b-accent-light\/60:hover{
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.hover\:border-b-accent-light\/65:hover{
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.hover\:border-b-accent-light\/70:hover{
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.hover\:border-b-accent-light\/75:hover{
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.hover\:border-b-accent-light\/80:hover{
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.hover\:border-b-accent-light\/85:hover{
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.hover\:border-b-accent-light\/90:hover{
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.hover\:border-b-accent-light\/95:hover{
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.hover\:border-b-accent\/0:hover{
  border-bottom-color: rgb(229 136 78 / 0);
}
.hover\:border-b-accent\/10:hover{
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.hover\:border-b-accent\/100:hover{
  border-bottom-color: rgb(229 136 78 / 1);
}
.hover\:border-b-accent\/15:hover{
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.hover\:border-b-accent\/20:hover{
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.hover\:border-b-accent\/25:hover{
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.hover\:border-b-accent\/30:hover{
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.hover\:border-b-accent\/35:hover{
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.hover\:border-b-accent\/40:hover{
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.hover\:border-b-accent\/45:hover{
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.hover\:border-b-accent\/5:hover{
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.hover\:border-b-accent\/50:hover{
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.hover\:border-b-accent\/55:hover{
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.hover\:border-b-accent\/60:hover{
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.hover\:border-b-accent\/65:hover{
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.hover\:border-b-accent\/70:hover{
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.hover\:border-b-accent\/75:hover{
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.hover\:border-b-accent\/80:hover{
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.hover\:border-b-accent\/85:hover{
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.hover\:border-b-accent\/90:hover{
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.hover\:border-b-accent\/95:hover{
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.hover\:border-b-black:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-b-black\/0:hover{
  border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-b-black\/10:hover{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-b-black\/100:hover{
  border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-b-black\/15:hover{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-b-black\/20:hover{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-b-black\/25:hover{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-b-black\/30:hover{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-b-black\/35:hover{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-b-black\/40:hover{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-b-black\/45:hover{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-b-black\/5:hover{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-b-black\/50:hover{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-b-black\/55:hover{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-b-black\/60:hover{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-b-black\/65:hover{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-b-black\/70:hover{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-b-black\/75:hover{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-b-black\/80:hover{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-b-black\/85:hover{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-b-black\/90:hover{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-b-black\/95:hover{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-b-current:hover{
  border-bottom-color: currentColor;
}
.hover\:border-b-error:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-b-error\/0:hover{
  border-bottom-color: rgb(255 0 0 / 0);
}
.hover\:border-b-error\/10:hover{
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.hover\:border-b-error\/100:hover{
  border-bottom-color: rgb(255 0 0 / 1);
}
.hover\:border-b-error\/15:hover{
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.hover\:border-b-error\/20:hover{
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.hover\:border-b-error\/25:hover{
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.hover\:border-b-error\/30:hover{
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.hover\:border-b-error\/35:hover{
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.hover\:border-b-error\/40:hover{
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.hover\:border-b-error\/45:hover{
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.hover\:border-b-error\/5:hover{
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.hover\:border-b-error\/50:hover{
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.hover\:border-b-error\/55:hover{
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.hover\:border-b-error\/60:hover{
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.hover\:border-b-error\/65:hover{
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.hover\:border-b-error\/70:hover{
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.hover\:border-b-error\/75:hover{
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.hover\:border-b-error\/80:hover{
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.hover\:border-b-error\/85:hover{
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.hover\:border-b-error\/90:hover{
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.hover\:border-b-error\/95:hover{
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.hover\:border-b-gray-100:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-100\/0:hover{
  border-bottom-color: rgb(243 244 246 / 0);
}
.hover\:border-b-gray-100\/10:hover{
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.hover\:border-b-gray-100\/100:hover{
  border-bottom-color: rgb(243 244 246 / 1);
}
.hover\:border-b-gray-100\/15:hover{
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.hover\:border-b-gray-100\/20:hover{
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.hover\:border-b-gray-100\/25:hover{
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.hover\:border-b-gray-100\/30:hover{
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.hover\:border-b-gray-100\/35:hover{
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.hover\:border-b-gray-100\/40:hover{
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.hover\:border-b-gray-100\/45:hover{
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.hover\:border-b-gray-100\/5:hover{
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.hover\:border-b-gray-100\/50:hover{
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.hover\:border-b-gray-100\/55:hover{
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.hover\:border-b-gray-100\/60:hover{
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.hover\:border-b-gray-100\/65:hover{
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.hover\:border-b-gray-100\/70:hover{
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.hover\:border-b-gray-100\/75:hover{
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.hover\:border-b-gray-100\/80:hover{
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.hover\:border-b-gray-100\/85:hover{
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.hover\:border-b-gray-100\/90:hover{
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.hover\:border-b-gray-100\/95:hover{
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.hover\:border-b-gray-200:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-200\/0:hover{
  border-bottom-color: rgb(229 231 235 / 0);
}
.hover\:border-b-gray-200\/10:hover{
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.hover\:border-b-gray-200\/100:hover{
  border-bottom-color: rgb(229 231 235 / 1);
}
.hover\:border-b-gray-200\/15:hover{
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.hover\:border-b-gray-200\/20:hover{
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.hover\:border-b-gray-200\/25:hover{
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.hover\:border-b-gray-200\/30:hover{
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.hover\:border-b-gray-200\/35:hover{
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.hover\:border-b-gray-200\/40:hover{
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.hover\:border-b-gray-200\/45:hover{
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.hover\:border-b-gray-200\/5:hover{
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.hover\:border-b-gray-200\/50:hover{
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.hover\:border-b-gray-200\/55:hover{
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.hover\:border-b-gray-200\/60:hover{
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.hover\:border-b-gray-200\/65:hover{
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.hover\:border-b-gray-200\/70:hover{
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.hover\:border-b-gray-200\/75:hover{
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.hover\:border-b-gray-200\/80:hover{
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.hover\:border-b-gray-200\/85:hover{
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.hover\:border-b-gray-200\/90:hover{
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.hover\:border-b-gray-200\/95:hover{
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.hover\:border-b-gray-300:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-300\/0:hover{
  border-bottom-color: rgb(209 213 219 / 0);
}
.hover\:border-b-gray-300\/10:hover{
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.hover\:border-b-gray-300\/100:hover{
  border-bottom-color: rgb(209 213 219 / 1);
}
.hover\:border-b-gray-300\/15:hover{
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.hover\:border-b-gray-300\/20:hover{
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.hover\:border-b-gray-300\/25:hover{
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.hover\:border-b-gray-300\/30:hover{
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.hover\:border-b-gray-300\/35:hover{
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.hover\:border-b-gray-300\/40:hover{
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.hover\:border-b-gray-300\/45:hover{
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.hover\:border-b-gray-300\/5:hover{
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.hover\:border-b-gray-300\/50:hover{
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.hover\:border-b-gray-300\/55:hover{
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.hover\:border-b-gray-300\/60:hover{
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.hover\:border-b-gray-300\/65:hover{
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.hover\:border-b-gray-300\/70:hover{
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.hover\:border-b-gray-300\/75:hover{
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.hover\:border-b-gray-300\/80:hover{
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.hover\:border-b-gray-300\/85:hover{
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.hover\:border-b-gray-300\/90:hover{
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.hover\:border-b-gray-300\/95:hover{
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.hover\:border-b-gray-400:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-400\/0:hover{
  border-bottom-color: rgb(156 163 175 / 0);
}
.hover\:border-b-gray-400\/10:hover{
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.hover\:border-b-gray-400\/100:hover{
  border-bottom-color: rgb(156 163 175 / 1);
}
.hover\:border-b-gray-400\/15:hover{
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.hover\:border-b-gray-400\/20:hover{
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.hover\:border-b-gray-400\/25:hover{
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.hover\:border-b-gray-400\/30:hover{
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.hover\:border-b-gray-400\/35:hover{
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.hover\:border-b-gray-400\/40:hover{
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.hover\:border-b-gray-400\/45:hover{
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.hover\:border-b-gray-400\/5:hover{
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.hover\:border-b-gray-400\/50:hover{
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.hover\:border-b-gray-400\/55:hover{
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.hover\:border-b-gray-400\/60:hover{
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.hover\:border-b-gray-400\/65:hover{
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.hover\:border-b-gray-400\/70:hover{
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.hover\:border-b-gray-400\/75:hover{
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.hover\:border-b-gray-400\/80:hover{
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.hover\:border-b-gray-400\/85:hover{
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.hover\:border-b-gray-400\/90:hover{
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.hover\:border-b-gray-400\/95:hover{
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.hover\:border-b-gray-50:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-50\/0:hover{
  border-bottom-color: rgb(249 250 251 / 0);
}
.hover\:border-b-gray-50\/10:hover{
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.hover\:border-b-gray-50\/100:hover{
  border-bottom-color: rgb(249 250 251 / 1);
}
.hover\:border-b-gray-50\/15:hover{
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.hover\:border-b-gray-50\/20:hover{
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.hover\:border-b-gray-50\/25:hover{
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.hover\:border-b-gray-50\/30:hover{
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.hover\:border-b-gray-50\/35:hover{
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.hover\:border-b-gray-50\/40:hover{
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.hover\:border-b-gray-50\/45:hover{
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.hover\:border-b-gray-50\/5:hover{
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.hover\:border-b-gray-50\/50:hover{
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.hover\:border-b-gray-50\/55:hover{
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.hover\:border-b-gray-50\/60:hover{
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.hover\:border-b-gray-50\/65:hover{
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.hover\:border-b-gray-50\/70:hover{
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.hover\:border-b-gray-50\/75:hover{
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.hover\:border-b-gray-50\/80:hover{
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.hover\:border-b-gray-50\/85:hover{
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.hover\:border-b-gray-50\/90:hover{
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.hover\:border-b-gray-50\/95:hover{
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.hover\:border-b-gray-500:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-500\/0:hover{
  border-bottom-color: rgb(107 114 128 / 0);
}
.hover\:border-b-gray-500\/10:hover{
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.hover\:border-b-gray-500\/100:hover{
  border-bottom-color: rgb(107 114 128 / 1);
}
.hover\:border-b-gray-500\/15:hover{
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.hover\:border-b-gray-500\/20:hover{
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.hover\:border-b-gray-500\/25:hover{
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.hover\:border-b-gray-500\/30:hover{
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.hover\:border-b-gray-500\/35:hover{
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.hover\:border-b-gray-500\/40:hover{
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.hover\:border-b-gray-500\/45:hover{
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.hover\:border-b-gray-500\/5:hover{
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.hover\:border-b-gray-500\/50:hover{
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.hover\:border-b-gray-500\/55:hover{
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.hover\:border-b-gray-500\/60:hover{
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.hover\:border-b-gray-500\/65:hover{
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.hover\:border-b-gray-500\/70:hover{
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.hover\:border-b-gray-500\/75:hover{
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.hover\:border-b-gray-500\/80:hover{
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.hover\:border-b-gray-500\/85:hover{
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.hover\:border-b-gray-500\/90:hover{
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.hover\:border-b-gray-500\/95:hover{
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.hover\:border-b-gray-600:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-600\/0:hover{
  border-bottom-color: rgb(75 85 99 / 0);
}
.hover\:border-b-gray-600\/10:hover{
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.hover\:border-b-gray-600\/100:hover{
  border-bottom-color: rgb(75 85 99 / 1);
}
.hover\:border-b-gray-600\/15:hover{
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.hover\:border-b-gray-600\/20:hover{
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.hover\:border-b-gray-600\/25:hover{
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.hover\:border-b-gray-600\/30:hover{
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.hover\:border-b-gray-600\/35:hover{
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.hover\:border-b-gray-600\/40:hover{
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.hover\:border-b-gray-600\/45:hover{
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.hover\:border-b-gray-600\/5:hover{
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.hover\:border-b-gray-600\/50:hover{
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.hover\:border-b-gray-600\/55:hover{
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.hover\:border-b-gray-600\/60:hover{
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.hover\:border-b-gray-600\/65:hover{
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.hover\:border-b-gray-600\/70:hover{
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.hover\:border-b-gray-600\/75:hover{
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.hover\:border-b-gray-600\/80:hover{
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.hover\:border-b-gray-600\/85:hover{
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.hover\:border-b-gray-600\/90:hover{
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.hover\:border-b-gray-600\/95:hover{
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.hover\:border-b-gray-700:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-700\/0:hover{
  border-bottom-color: rgb(55 65 81 / 0);
}
.hover\:border-b-gray-700\/10:hover{
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.hover\:border-b-gray-700\/100:hover{
  border-bottom-color: rgb(55 65 81 / 1);
}
.hover\:border-b-gray-700\/15:hover{
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.hover\:border-b-gray-700\/20:hover{
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.hover\:border-b-gray-700\/25:hover{
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.hover\:border-b-gray-700\/30:hover{
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.hover\:border-b-gray-700\/35:hover{
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.hover\:border-b-gray-700\/40:hover{
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.hover\:border-b-gray-700\/45:hover{
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.hover\:border-b-gray-700\/5:hover{
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.hover\:border-b-gray-700\/50:hover{
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.hover\:border-b-gray-700\/55:hover{
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.hover\:border-b-gray-700\/60:hover{
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.hover\:border-b-gray-700\/65:hover{
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.hover\:border-b-gray-700\/70:hover{
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.hover\:border-b-gray-700\/75:hover{
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.hover\:border-b-gray-700\/80:hover{
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.hover\:border-b-gray-700\/85:hover{
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.hover\:border-b-gray-700\/90:hover{
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.hover\:border-b-gray-700\/95:hover{
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.hover\:border-b-gray-800:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-800\/0:hover{
  border-bottom-color: rgb(31 41 55 / 0);
}
.hover\:border-b-gray-800\/10:hover{
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.hover\:border-b-gray-800\/100:hover{
  border-bottom-color: rgb(31 41 55 / 1);
}
.hover\:border-b-gray-800\/15:hover{
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.hover\:border-b-gray-800\/20:hover{
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.hover\:border-b-gray-800\/25:hover{
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.hover\:border-b-gray-800\/30:hover{
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.hover\:border-b-gray-800\/35:hover{
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.hover\:border-b-gray-800\/40:hover{
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.hover\:border-b-gray-800\/45:hover{
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.hover\:border-b-gray-800\/5:hover{
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.hover\:border-b-gray-800\/50:hover{
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.hover\:border-b-gray-800\/55:hover{
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.hover\:border-b-gray-800\/60:hover{
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.hover\:border-b-gray-800\/65:hover{
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.hover\:border-b-gray-800\/70:hover{
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.hover\:border-b-gray-800\/75:hover{
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.hover\:border-b-gray-800\/80:hover{
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.hover\:border-b-gray-800\/85:hover{
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.hover\:border-b-gray-800\/90:hover{
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.hover\:border-b-gray-800\/95:hover{
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.hover\:border-b-gray-900:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-900\/0:hover{
  border-bottom-color: rgb(17 24 39 / 0);
}
.hover\:border-b-gray-900\/10:hover{
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.hover\:border-b-gray-900\/100:hover{
  border-bottom-color: rgb(17 24 39 / 1);
}
.hover\:border-b-gray-900\/15:hover{
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.hover\:border-b-gray-900\/20:hover{
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.hover\:border-b-gray-900\/25:hover{
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.hover\:border-b-gray-900\/30:hover{
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.hover\:border-b-gray-900\/35:hover{
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.hover\:border-b-gray-900\/40:hover{
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.hover\:border-b-gray-900\/45:hover{
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.hover\:border-b-gray-900\/5:hover{
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.hover\:border-b-gray-900\/50:hover{
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.hover\:border-b-gray-900\/55:hover{
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.hover\:border-b-gray-900\/60:hover{
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.hover\:border-b-gray-900\/65:hover{
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.hover\:border-b-gray-900\/70:hover{
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.hover\:border-b-gray-900\/75:hover{
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.hover\:border-b-gray-900\/80:hover{
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.hover\:border-b-gray-900\/85:hover{
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.hover\:border-b-gray-900\/90:hover{
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.hover\:border-b-gray-900\/95:hover{
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.hover\:border-b-gray-950:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-b-gray-950\/0:hover{
  border-bottom-color: rgb(3 7 18 / 0);
}
.hover\:border-b-gray-950\/10:hover{
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.hover\:border-b-gray-950\/100:hover{
  border-bottom-color: rgb(3 7 18 / 1);
}
.hover\:border-b-gray-950\/15:hover{
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.hover\:border-b-gray-950\/20:hover{
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.hover\:border-b-gray-950\/25:hover{
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.hover\:border-b-gray-950\/30:hover{
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.hover\:border-b-gray-950\/35:hover{
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.hover\:border-b-gray-950\/40:hover{
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.hover\:border-b-gray-950\/45:hover{
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.hover\:border-b-gray-950\/5:hover{
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.hover\:border-b-gray-950\/50:hover{
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.hover\:border-b-gray-950\/55:hover{
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.hover\:border-b-gray-950\/60:hover{
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.hover\:border-b-gray-950\/65:hover{
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.hover\:border-b-gray-950\/70:hover{
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.hover\:border-b-gray-950\/75:hover{
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.hover\:border-b-gray-950\/80:hover{
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.hover\:border-b-gray-950\/85:hover{
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.hover\:border-b-gray-950\/90:hover{
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.hover\:border-b-gray-950\/95:hover{
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.hover\:border-b-inherit:hover{
  border-bottom-color: inherit;
}
.hover\:border-b-primary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-dark:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-dark\/0:hover{
  border-bottom-color: rgb(26 88 121 / 0);
}
.hover\:border-b-primary-dark\/10:hover{
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.hover\:border-b-primary-dark\/100:hover{
  border-bottom-color: rgb(26 88 121 / 1);
}
.hover\:border-b-primary-dark\/15:hover{
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.hover\:border-b-primary-dark\/20:hover{
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.hover\:border-b-primary-dark\/25:hover{
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.hover\:border-b-primary-dark\/30:hover{
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.hover\:border-b-primary-dark\/35:hover{
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.hover\:border-b-primary-dark\/40:hover{
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.hover\:border-b-primary-dark\/45:hover{
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.hover\:border-b-primary-dark\/5:hover{
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.hover\:border-b-primary-dark\/50:hover{
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.hover\:border-b-primary-dark\/55:hover{
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.hover\:border-b-primary-dark\/60:hover{
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.hover\:border-b-primary-dark\/65:hover{
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.hover\:border-b-primary-dark\/70:hover{
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.hover\:border-b-primary-dark\/75:hover{
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.hover\:border-b-primary-dark\/80:hover{
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.hover\:border-b-primary-dark\/85:hover{
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.hover\:border-b-primary-dark\/90:hover{
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.hover\:border-b-primary-dark\/95:hover{
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.hover\:border-b-primary-light:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-light\/0:hover{
  border-bottom-color: rgb(85 154 193 / 0);
}
.hover\:border-b-primary-light\/10:hover{
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.hover\:border-b-primary-light\/100:hover{
  border-bottom-color: rgb(85 154 193 / 1);
}
.hover\:border-b-primary-light\/15:hover{
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.hover\:border-b-primary-light\/20:hover{
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.hover\:border-b-primary-light\/25:hover{
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.hover\:border-b-primary-light\/30:hover{
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.hover\:border-b-primary-light\/35:hover{
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.hover\:border-b-primary-light\/40:hover{
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.hover\:border-b-primary-light\/45:hover{
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.hover\:border-b-primary-light\/5:hover{
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.hover\:border-b-primary-light\/50:hover{
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.hover\:border-b-primary-light\/55:hover{
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.hover\:border-b-primary-light\/60:hover{
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.hover\:border-b-primary-light\/65:hover{
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.hover\:border-b-primary-light\/70:hover{
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.hover\:border-b-primary-light\/75:hover{
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.hover\:border-b-primary-light\/80:hover{
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.hover\:border-b-primary-light\/85:hover{
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.hover\:border-b-primary-light\/90:hover{
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.hover\:border-b-primary-light\/95:hover{
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.hover\:border-b-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-b-primary-lighter\/0:hover{
  border-bottom-color: rgb(115 177 212 / 0);
}
.hover\:border-b-primary-lighter\/10:hover{
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.hover\:border-b-primary-lighter\/100:hover{
  border-bottom-color: rgb(115 177 212 / 1);
}
.hover\:border-b-primary-lighter\/15:hover{
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.hover\:border-b-primary-lighter\/20:hover{
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.hover\:border-b-primary-lighter\/25:hover{
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.hover\:border-b-primary-lighter\/30:hover{
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.hover\:border-b-primary-lighter\/35:hover{
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.hover\:border-b-primary-lighter\/40:hover{
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.hover\:border-b-primary-lighter\/45:hover{
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.hover\:border-b-primary-lighter\/5:hover{
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.hover\:border-b-primary-lighter\/50:hover{
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.hover\:border-b-primary-lighter\/55:hover{
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.hover\:border-b-primary-lighter\/60:hover{
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.hover\:border-b-primary-lighter\/65:hover{
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.hover\:border-b-primary-lighter\/70:hover{
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.hover\:border-b-primary-lighter\/75:hover{
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.hover\:border-b-primary-lighter\/80:hover{
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.hover\:border-b-primary-lighter\/85:hover{
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.hover\:border-b-primary-lighter\/90:hover{
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.hover\:border-b-primary-lighter\/95:hover{
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.hover\:border-b-primary\/0:hover{
  border-bottom-color: rgb(52 114 147 / 0);
}
.hover\:border-b-primary\/10:hover{
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.hover\:border-b-primary\/100:hover{
  border-bottom-color: rgb(52 114 147 / 1);
}
.hover\:border-b-primary\/15:hover{
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.hover\:border-b-primary\/20:hover{
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.hover\:border-b-primary\/25:hover{
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.hover\:border-b-primary\/30:hover{
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.hover\:border-b-primary\/35:hover{
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.hover\:border-b-primary\/40:hover{
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.hover\:border-b-primary\/45:hover{
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.hover\:border-b-primary\/5:hover{
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.hover\:border-b-primary\/50:hover{
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.hover\:border-b-primary\/55:hover{
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.hover\:border-b-primary\/60:hover{
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.hover\:border-b-primary\/65:hover{
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.hover\:border-b-primary\/70:hover{
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.hover\:border-b-primary\/75:hover{
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.hover\:border-b-primary\/80:hover{
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.hover\:border-b-primary\/85:hover{
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.hover\:border-b-primary\/90:hover{
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.hover\:border-b-primary\/95:hover{
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.hover\:border-b-secondary:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-dark\/0:hover{
  border-bottom-color: rgb(226 207 188 / 0);
}
.hover\:border-b-secondary-dark\/10:hover{
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.hover\:border-b-secondary-dark\/100:hover{
  border-bottom-color: rgb(226 207 188 / 1);
}
.hover\:border-b-secondary-dark\/15:hover{
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.hover\:border-b-secondary-dark\/20:hover{
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.hover\:border-b-secondary-dark\/25:hover{
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.hover\:border-b-secondary-dark\/30:hover{
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.hover\:border-b-secondary-dark\/35:hover{
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.hover\:border-b-secondary-dark\/40:hover{
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.hover\:border-b-secondary-dark\/45:hover{
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.hover\:border-b-secondary-dark\/5:hover{
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.hover\:border-b-secondary-dark\/50:hover{
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.hover\:border-b-secondary-dark\/55:hover{
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.hover\:border-b-secondary-dark\/60:hover{
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.hover\:border-b-secondary-dark\/65:hover{
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.hover\:border-b-secondary-dark\/70:hover{
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.hover\:border-b-secondary-dark\/75:hover{
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.hover\:border-b-secondary-dark\/80:hover{
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.hover\:border-b-secondary-dark\/85:hover{
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.hover\:border-b-secondary-dark\/90:hover{
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.hover\:border-b-secondary-dark\/95:hover{
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.hover\:border-b-secondary-light:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-b-secondary-light\/0:hover{
  border-bottom-color: rgb(254 250 247 / 0);
}
.hover\:border-b-secondary-light\/10:hover{
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.hover\:border-b-secondary-light\/100:hover{
  border-bottom-color: rgb(254 250 247 / 1);
}
.hover\:border-b-secondary-light\/15:hover{
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.hover\:border-b-secondary-light\/20:hover{
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.hover\:border-b-secondary-light\/25:hover{
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.hover\:border-b-secondary-light\/30:hover{
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.hover\:border-b-secondary-light\/35:hover{
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.hover\:border-b-secondary-light\/40:hover{
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.hover\:border-b-secondary-light\/45:hover{
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.hover\:border-b-secondary-light\/5:hover{
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.hover\:border-b-secondary-light\/50:hover{
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.hover\:border-b-secondary-light\/55:hover{
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.hover\:border-b-secondary-light\/60:hover{
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.hover\:border-b-secondary-light\/65:hover{
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.hover\:border-b-secondary-light\/70:hover{
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.hover\:border-b-secondary-light\/75:hover{
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.hover\:border-b-secondary-light\/80:hover{
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.hover\:border-b-secondary-light\/85:hover{
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.hover\:border-b-secondary-light\/90:hover{
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.hover\:border-b-secondary-light\/95:hover{
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.hover\:border-b-secondary\/0:hover{
  border-bottom-color: rgb(243 234 225 / 0);
}
.hover\:border-b-secondary\/10:hover{
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.hover\:border-b-secondary\/100:hover{
  border-bottom-color: rgb(243 234 225 / 1);
}
.hover\:border-b-secondary\/15:hover{
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.hover\:border-b-secondary\/20:hover{
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.hover\:border-b-secondary\/25:hover{
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.hover\:border-b-secondary\/30:hover{
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.hover\:border-b-secondary\/35:hover{
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.hover\:border-b-secondary\/40:hover{
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.hover\:border-b-secondary\/45:hover{
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.hover\:border-b-secondary\/5:hover{
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.hover\:border-b-secondary\/50:hover{
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.hover\:border-b-secondary\/55:hover{
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.hover\:border-b-secondary\/60:hover{
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.hover\:border-b-secondary\/65:hover{
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.hover\:border-b-secondary\/70:hover{
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.hover\:border-b-secondary\/75:hover{
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.hover\:border-b-secondary\/80:hover{
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.hover\:border-b-secondary\/85:hover{
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.hover\:border-b-secondary\/90:hover{
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.hover\:border-b-secondary\/95:hover{
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.hover\:border-b-transparent:hover{
  border-bottom-color: transparent;
}
.hover\:border-b-transparent\/0:hover{
  border-bottom-color: rgb(0 0 0 / 0);
}
.hover\:border-b-transparent\/10:hover{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.hover\:border-b-transparent\/100:hover{
  border-bottom-color: rgb(0 0 0 / 1);
}
.hover\:border-b-transparent\/15:hover{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.hover\:border-b-transparent\/20:hover{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.hover\:border-b-transparent\/25:hover{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.hover\:border-b-transparent\/30:hover{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.hover\:border-b-transparent\/35:hover{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.hover\:border-b-transparent\/40:hover{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.hover\:border-b-transparent\/45:hover{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.hover\:border-b-transparent\/5:hover{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.hover\:border-b-transparent\/50:hover{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.hover\:border-b-transparent\/55:hover{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.hover\:border-b-transparent\/60:hover{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.hover\:border-b-transparent\/65:hover{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.hover\:border-b-transparent\/70:hover{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.hover\:border-b-transparent\/75:hover{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.hover\:border-b-transparent\/80:hover{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.hover\:border-b-transparent\/85:hover{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.hover\:border-b-transparent\/90:hover{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.hover\:border-b-transparent\/95:hover{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.hover\:border-b-white:hover{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-b-white\/0:hover{
  border-bottom-color: rgb(255 255 255 / 0);
}
.hover\:border-b-white\/10:hover{
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.hover\:border-b-white\/100:hover{
  border-bottom-color: rgb(255 255 255 / 1);
}
.hover\:border-b-white\/15:hover{
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.hover\:border-b-white\/20:hover{
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.hover\:border-b-white\/25:hover{
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.hover\:border-b-white\/30:hover{
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.hover\:border-b-white\/35:hover{
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.hover\:border-b-white\/40:hover{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.hover\:border-b-white\/45:hover{
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.hover\:border-b-white\/5:hover{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.hover\:border-b-white\/50:hover{
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.hover\:border-b-white\/55:hover{
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.hover\:border-b-white\/60:hover{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.hover\:border-b-white\/65:hover{
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.hover\:border-b-white\/70:hover{
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.hover\:border-b-white\/75:hover{
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.hover\:border-b-white\/80:hover{
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.hover\:border-b-white\/85:hover{
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.hover\:border-b-white\/90:hover{
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.hover\:border-b-white\/95:hover{
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.hover\:border-e-accent:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-dark:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-dark\/0:hover{
  border-inline-end-color: rgb(225 114 45 / 0);
}
.hover\:border-e-accent-dark\/10:hover{
  border-inline-end-color: rgb(225 114 45 / 0.1);
}
.hover\:border-e-accent-dark\/100:hover{
  border-inline-end-color: rgb(225 114 45 / 1);
}
.hover\:border-e-accent-dark\/15:hover{
  border-inline-end-color: rgb(225 114 45 / 0.15);
}
.hover\:border-e-accent-dark\/20:hover{
  border-inline-end-color: rgb(225 114 45 / 0.2);
}
.hover\:border-e-accent-dark\/25:hover{
  border-inline-end-color: rgb(225 114 45 / 0.25);
}
.hover\:border-e-accent-dark\/30:hover{
  border-inline-end-color: rgb(225 114 45 / 0.3);
}
.hover\:border-e-accent-dark\/35:hover{
  border-inline-end-color: rgb(225 114 45 / 0.35);
}
.hover\:border-e-accent-dark\/40:hover{
  border-inline-end-color: rgb(225 114 45 / 0.4);
}
.hover\:border-e-accent-dark\/45:hover{
  border-inline-end-color: rgb(225 114 45 / 0.45);
}
.hover\:border-e-accent-dark\/5:hover{
  border-inline-end-color: rgb(225 114 45 / 0.05);
}
.hover\:border-e-accent-dark\/50:hover{
  border-inline-end-color: rgb(225 114 45 / 0.5);
}
.hover\:border-e-accent-dark\/55:hover{
  border-inline-end-color: rgb(225 114 45 / 0.55);
}
.hover\:border-e-accent-dark\/60:hover{
  border-inline-end-color: rgb(225 114 45 / 0.6);
}
.hover\:border-e-accent-dark\/65:hover{
  border-inline-end-color: rgb(225 114 45 / 0.65);
}
.hover\:border-e-accent-dark\/70:hover{
  border-inline-end-color: rgb(225 114 45 / 0.7);
}
.hover\:border-e-accent-dark\/75:hover{
  border-inline-end-color: rgb(225 114 45 / 0.75);
}
.hover\:border-e-accent-dark\/80:hover{
  border-inline-end-color: rgb(225 114 45 / 0.8);
}
.hover\:border-e-accent-dark\/85:hover{
  border-inline-end-color: rgb(225 114 45 / 0.85);
}
.hover\:border-e-accent-dark\/90:hover{
  border-inline-end-color: rgb(225 114 45 / 0.9);
}
.hover\:border-e-accent-dark\/95:hover{
  border-inline-end-color: rgb(225 114 45 / 0.95);
}
.hover\:border-e-accent-light:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-e-accent-light\/0:hover{
  border-inline-end-color: rgb(255 191 105 / 0);
}
.hover\:border-e-accent-light\/10:hover{
  border-inline-end-color: rgb(255 191 105 / 0.1);
}
.hover\:border-e-accent-light\/100:hover{
  border-inline-end-color: rgb(255 191 105 / 1);
}
.hover\:border-e-accent-light\/15:hover{
  border-inline-end-color: rgb(255 191 105 / 0.15);
}
.hover\:border-e-accent-light\/20:hover{
  border-inline-end-color: rgb(255 191 105 / 0.2);
}
.hover\:border-e-accent-light\/25:hover{
  border-inline-end-color: rgb(255 191 105 / 0.25);
}
.hover\:border-e-accent-light\/30:hover{
  border-inline-end-color: rgb(255 191 105 / 0.3);
}
.hover\:border-e-accent-light\/35:hover{
  border-inline-end-color: rgb(255 191 105 / 0.35);
}
.hover\:border-e-accent-light\/40:hover{
  border-inline-end-color: rgb(255 191 105 / 0.4);
}
.hover\:border-e-accent-light\/45:hover{
  border-inline-end-color: rgb(255 191 105 / 0.45);
}
.hover\:border-e-accent-light\/5:hover{
  border-inline-end-color: rgb(255 191 105 / 0.05);
}
.hover\:border-e-accent-light\/50:hover{
  border-inline-end-color: rgb(255 191 105 / 0.5);
}
.hover\:border-e-accent-light\/55:hover{
  border-inline-end-color: rgb(255 191 105 / 0.55);
}
.hover\:border-e-accent-light\/60:hover{
  border-inline-end-color: rgb(255 191 105 / 0.6);
}
.hover\:border-e-accent-light\/65:hover{
  border-inline-end-color: rgb(255 191 105 / 0.65);
}
.hover\:border-e-accent-light\/70:hover{
  border-inline-end-color: rgb(255 191 105 / 0.7);
}
.hover\:border-e-accent-light\/75:hover{
  border-inline-end-color: rgb(255 191 105 / 0.75);
}
.hover\:border-e-accent-light\/80:hover{
  border-inline-end-color: rgb(255 191 105 / 0.8);
}
.hover\:border-e-accent-light\/85:hover{
  border-inline-end-color: rgb(255 191 105 / 0.85);
}
.hover\:border-e-accent-light\/90:hover{
  border-inline-end-color: rgb(255 191 105 / 0.9);
}
.hover\:border-e-accent-light\/95:hover{
  border-inline-end-color: rgb(255 191 105 / 0.95);
}
.hover\:border-e-accent\/0:hover{
  border-inline-end-color: rgb(229 136 78 / 0);
}
.hover\:border-e-accent\/10:hover{
  border-inline-end-color: rgb(229 136 78 / 0.1);
}
.hover\:border-e-accent\/100:hover{
  border-inline-end-color: rgb(229 136 78 / 1);
}
.hover\:border-e-accent\/15:hover{
  border-inline-end-color: rgb(229 136 78 / 0.15);
}
.hover\:border-e-accent\/20:hover{
  border-inline-end-color: rgb(229 136 78 / 0.2);
}
.hover\:border-e-accent\/25:hover{
  border-inline-end-color: rgb(229 136 78 / 0.25);
}
.hover\:border-e-accent\/30:hover{
  border-inline-end-color: rgb(229 136 78 / 0.3);
}
.hover\:border-e-accent\/35:hover{
  border-inline-end-color: rgb(229 136 78 / 0.35);
}
.hover\:border-e-accent\/40:hover{
  border-inline-end-color: rgb(229 136 78 / 0.4);
}
.hover\:border-e-accent\/45:hover{
  border-inline-end-color: rgb(229 136 78 / 0.45);
}
.hover\:border-e-accent\/5:hover{
  border-inline-end-color: rgb(229 136 78 / 0.05);
}
.hover\:border-e-accent\/50:hover{
  border-inline-end-color: rgb(229 136 78 / 0.5);
}
.hover\:border-e-accent\/55:hover{
  border-inline-end-color: rgb(229 136 78 / 0.55);
}
.hover\:border-e-accent\/60:hover{
  border-inline-end-color: rgb(229 136 78 / 0.6);
}
.hover\:border-e-accent\/65:hover{
  border-inline-end-color: rgb(229 136 78 / 0.65);
}
.hover\:border-e-accent\/70:hover{
  border-inline-end-color: rgb(229 136 78 / 0.7);
}
.hover\:border-e-accent\/75:hover{
  border-inline-end-color: rgb(229 136 78 / 0.75);
}
.hover\:border-e-accent\/80:hover{
  border-inline-end-color: rgb(229 136 78 / 0.8);
}
.hover\:border-e-accent\/85:hover{
  border-inline-end-color: rgb(229 136 78 / 0.85);
}
.hover\:border-e-accent\/90:hover{
  border-inline-end-color: rgb(229 136 78 / 0.9);
}
.hover\:border-e-accent\/95:hover{
  border-inline-end-color: rgb(229 136 78 / 0.95);
}
.hover\:border-e-black:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-e-black\/0:hover{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.hover\:border-e-black\/10:hover{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.hover\:border-e-black\/100:hover{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.hover\:border-e-black\/15:hover{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.hover\:border-e-black\/20:hover{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.hover\:border-e-black\/25:hover{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.hover\:border-e-black\/30:hover{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.hover\:border-e-black\/35:hover{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.hover\:border-e-black\/40:hover{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.hover\:border-e-black\/45:hover{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.hover\:border-e-black\/5:hover{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.hover\:border-e-black\/50:hover{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.hover\:border-e-black\/55:hover{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.hover\:border-e-black\/60:hover{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.hover\:border-e-black\/65:hover{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.hover\:border-e-black\/70:hover{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.hover\:border-e-black\/75:hover{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.hover\:border-e-black\/80:hover{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.hover\:border-e-black\/85:hover{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.hover\:border-e-black\/90:hover{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.hover\:border-e-black\/95:hover{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.hover\:border-e-current:hover{
  border-inline-end-color: currentColor;
}
.hover\:border-e-error:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-e-error\/0:hover{
  border-inline-end-color: rgb(255 0 0 / 0);
}
.hover\:border-e-error\/10:hover{
  border-inline-end-color: rgb(255 0 0 / 0.1);
}
.hover\:border-e-error\/100:hover{
  border-inline-end-color: rgb(255 0 0 / 1);
}
.hover\:border-e-error\/15:hover{
  border-inline-end-color: rgb(255 0 0 / 0.15);
}
.hover\:border-e-error\/20:hover{
  border-inline-end-color: rgb(255 0 0 / 0.2);
}
.hover\:border-e-error\/25:hover{
  border-inline-end-color: rgb(255 0 0 / 0.25);
}
.hover\:border-e-error\/30:hover{
  border-inline-end-color: rgb(255 0 0 / 0.3);
}
.hover\:border-e-error\/35:hover{
  border-inline-end-color: rgb(255 0 0 / 0.35);
}
.hover\:border-e-error\/40:hover{
  border-inline-end-color: rgb(255 0 0 / 0.4);
}
.hover\:border-e-error\/45:hover{
  border-inline-end-color: rgb(255 0 0 / 0.45);
}
.hover\:border-e-error\/5:hover{
  border-inline-end-color: rgb(255 0 0 / 0.05);
}
.hover\:border-e-error\/50:hover{
  border-inline-end-color: rgb(255 0 0 / 0.5);
}
.hover\:border-e-error\/55:hover{
  border-inline-end-color: rgb(255 0 0 / 0.55);
}
.hover\:border-e-error\/60:hover{
  border-inline-end-color: rgb(255 0 0 / 0.6);
}
.hover\:border-e-error\/65:hover{
  border-inline-end-color: rgb(255 0 0 / 0.65);
}
.hover\:border-e-error\/70:hover{
  border-inline-end-color: rgb(255 0 0 / 0.7);
}
.hover\:border-e-error\/75:hover{
  border-inline-end-color: rgb(255 0 0 / 0.75);
}
.hover\:border-e-error\/80:hover{
  border-inline-end-color: rgb(255 0 0 / 0.8);
}
.hover\:border-e-error\/85:hover{
  border-inline-end-color: rgb(255 0 0 / 0.85);
}
.hover\:border-e-error\/90:hover{
  border-inline-end-color: rgb(255 0 0 / 0.9);
}
.hover\:border-e-error\/95:hover{
  border-inline-end-color: rgb(255 0 0 / 0.95);
}
.hover\:border-e-gray-100:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-100\/0:hover{
  border-inline-end-color: rgb(243 244 246 / 0);
}
.hover\:border-e-gray-100\/10:hover{
  border-inline-end-color: rgb(243 244 246 / 0.1);
}
.hover\:border-e-gray-100\/100:hover{
  border-inline-end-color: rgb(243 244 246 / 1);
}
.hover\:border-e-gray-100\/15:hover{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}
.hover\:border-e-gray-100\/20:hover{
  border-inline-end-color: rgb(243 244 246 / 0.2);
}
.hover\:border-e-gray-100\/25:hover{
  border-inline-end-color: rgb(243 244 246 / 0.25);
}
.hover\:border-e-gray-100\/30:hover{
  border-inline-end-color: rgb(243 244 246 / 0.3);
}
.hover\:border-e-gray-100\/35:hover{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}
.hover\:border-e-gray-100\/40:hover{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.hover\:border-e-gray-100\/45:hover{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}
.hover\:border-e-gray-100\/5:hover{
  border-inline-end-color: rgb(243 244 246 / 0.05);
}
.hover\:border-e-gray-100\/50:hover{
  border-inline-end-color: rgb(243 244 246 / 0.5);
}
.hover\:border-e-gray-100\/55:hover{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}
.hover\:border-e-gray-100\/60:hover{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.hover\:border-e-gray-100\/65:hover{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}
.hover\:border-e-gray-100\/70:hover{
  border-inline-end-color: rgb(243 244 246 / 0.7);
}
.hover\:border-e-gray-100\/75:hover{
  border-inline-end-color: rgb(243 244 246 / 0.75);
}
.hover\:border-e-gray-100\/80:hover{
  border-inline-end-color: rgb(243 244 246 / 0.8);
}
.hover\:border-e-gray-100\/85:hover{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}
.hover\:border-e-gray-100\/90:hover{
  border-inline-end-color: rgb(243 244 246 / 0.9);
}
.hover\:border-e-gray-100\/95:hover{
  border-inline-end-color: rgb(243 244 246 / 0.95);
}
.hover\:border-e-gray-200:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-200\/0:hover{
  border-inline-end-color: rgb(229 231 235 / 0);
}
.hover\:border-e-gray-200\/10:hover{
  border-inline-end-color: rgb(229 231 235 / 0.1);
}
.hover\:border-e-gray-200\/100:hover{
  border-inline-end-color: rgb(229 231 235 / 1);
}
.hover\:border-e-gray-200\/15:hover{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}
.hover\:border-e-gray-200\/20:hover{
  border-inline-end-color: rgb(229 231 235 / 0.2);
}
.hover\:border-e-gray-200\/25:hover{
  border-inline-end-color: rgb(229 231 235 / 0.25);
}
.hover\:border-e-gray-200\/30:hover{
  border-inline-end-color: rgb(229 231 235 / 0.3);
}
.hover\:border-e-gray-200\/35:hover{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}
.hover\:border-e-gray-200\/40:hover{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.hover\:border-e-gray-200\/45:hover{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}
.hover\:border-e-gray-200\/5:hover{
  border-inline-end-color: rgb(229 231 235 / 0.05);
}
.hover\:border-e-gray-200\/50:hover{
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.hover\:border-e-gray-200\/55:hover{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}
.hover\:border-e-gray-200\/60:hover{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.hover\:border-e-gray-200\/65:hover{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}
.hover\:border-e-gray-200\/70:hover{
  border-inline-end-color: rgb(229 231 235 / 0.7);
}
.hover\:border-e-gray-200\/75:hover{
  border-inline-end-color: rgb(229 231 235 / 0.75);
}
.hover\:border-e-gray-200\/80:hover{
  border-inline-end-color: rgb(229 231 235 / 0.8);
}
.hover\:border-e-gray-200\/85:hover{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}
.hover\:border-e-gray-200\/90:hover{
  border-inline-end-color: rgb(229 231 235 / 0.9);
}
.hover\:border-e-gray-200\/95:hover{
  border-inline-end-color: rgb(229 231 235 / 0.95);
}
.hover\:border-e-gray-300:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-300\/0:hover{
  border-inline-end-color: rgb(209 213 219 / 0);
}
.hover\:border-e-gray-300\/10:hover{
  border-inline-end-color: rgb(209 213 219 / 0.1);
}
.hover\:border-e-gray-300\/100:hover{
  border-inline-end-color: rgb(209 213 219 / 1);
}
.hover\:border-e-gray-300\/15:hover{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}
.hover\:border-e-gray-300\/20:hover{
  border-inline-end-color: rgb(209 213 219 / 0.2);
}
.hover\:border-e-gray-300\/25:hover{
  border-inline-end-color: rgb(209 213 219 / 0.25);
}
.hover\:border-e-gray-300\/30:hover{
  border-inline-end-color: rgb(209 213 219 / 0.3);
}
.hover\:border-e-gray-300\/35:hover{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}
.hover\:border-e-gray-300\/40:hover{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.hover\:border-e-gray-300\/45:hover{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}
.hover\:border-e-gray-300\/5:hover{
  border-inline-end-color: rgb(209 213 219 / 0.05);
}
.hover\:border-e-gray-300\/50:hover{
  border-inline-end-color: rgb(209 213 219 / 0.5);
}
.hover\:border-e-gray-300\/55:hover{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}
.hover\:border-e-gray-300\/60:hover{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.hover\:border-e-gray-300\/65:hover{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}
.hover\:border-e-gray-300\/70:hover{
  border-inline-end-color: rgb(209 213 219 / 0.7);
}
.hover\:border-e-gray-300\/75:hover{
  border-inline-end-color: rgb(209 213 219 / 0.75);
}
.hover\:border-e-gray-300\/80:hover{
  border-inline-end-color: rgb(209 213 219 / 0.8);
}
.hover\:border-e-gray-300\/85:hover{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}
.hover\:border-e-gray-300\/90:hover{
  border-inline-end-color: rgb(209 213 219 / 0.9);
}
.hover\:border-e-gray-300\/95:hover{
  border-inline-end-color: rgb(209 213 219 / 0.95);
}
.hover\:border-e-gray-400:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-400\/0:hover{
  border-inline-end-color: rgb(156 163 175 / 0);
}
.hover\:border-e-gray-400\/10:hover{
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.hover\:border-e-gray-400\/100:hover{
  border-inline-end-color: rgb(156 163 175 / 1);
}
.hover\:border-e-gray-400\/15:hover{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}
.hover\:border-e-gray-400\/20:hover{
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.hover\:border-e-gray-400\/25:hover{
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.hover\:border-e-gray-400\/30:hover{
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.hover\:border-e-gray-400\/35:hover{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}
.hover\:border-e-gray-400\/40:hover{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.hover\:border-e-gray-400\/45:hover{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}
.hover\:border-e-gray-400\/5:hover{
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.hover\:border-e-gray-400\/50:hover{
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.hover\:border-e-gray-400\/55:hover{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}
.hover\:border-e-gray-400\/60:hover{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.hover\:border-e-gray-400\/65:hover{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}
.hover\:border-e-gray-400\/70:hover{
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.hover\:border-e-gray-400\/75:hover{
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.hover\:border-e-gray-400\/80:hover{
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.hover\:border-e-gray-400\/85:hover{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}
.hover\:border-e-gray-400\/90:hover{
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.hover\:border-e-gray-400\/95:hover{
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.hover\:border-e-gray-50:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-50\/0:hover{
  border-inline-end-color: rgb(249 250 251 / 0);
}
.hover\:border-e-gray-50\/10:hover{
  border-inline-end-color: rgb(249 250 251 / 0.1);
}
.hover\:border-e-gray-50\/100:hover{
  border-inline-end-color: rgb(249 250 251 / 1);
}
.hover\:border-e-gray-50\/15:hover{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}
.hover\:border-e-gray-50\/20:hover{
  border-inline-end-color: rgb(249 250 251 / 0.2);
}
.hover\:border-e-gray-50\/25:hover{
  border-inline-end-color: rgb(249 250 251 / 0.25);
}
.hover\:border-e-gray-50\/30:hover{
  border-inline-end-color: rgb(249 250 251 / 0.3);
}
.hover\:border-e-gray-50\/35:hover{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}
.hover\:border-e-gray-50\/40:hover{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.hover\:border-e-gray-50\/45:hover{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}
.hover\:border-e-gray-50\/5:hover{
  border-inline-end-color: rgb(249 250 251 / 0.05);
}
.hover\:border-e-gray-50\/50:hover{
  border-inline-end-color: rgb(249 250 251 / 0.5);
}
.hover\:border-e-gray-50\/55:hover{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}
.hover\:border-e-gray-50\/60:hover{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.hover\:border-e-gray-50\/65:hover{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}
.hover\:border-e-gray-50\/70:hover{
  border-inline-end-color: rgb(249 250 251 / 0.7);
}
.hover\:border-e-gray-50\/75:hover{
  border-inline-end-color: rgb(249 250 251 / 0.75);
}
.hover\:border-e-gray-50\/80:hover{
  border-inline-end-color: rgb(249 250 251 / 0.8);
}
.hover\:border-e-gray-50\/85:hover{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}
.hover\:border-e-gray-50\/90:hover{
  border-inline-end-color: rgb(249 250 251 / 0.9);
}
.hover\:border-e-gray-50\/95:hover{
  border-inline-end-color: rgb(249 250 251 / 0.95);
}
.hover\:border-e-gray-500:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-500\/0:hover{
  border-inline-end-color: rgb(107 114 128 / 0);
}
.hover\:border-e-gray-500\/10:hover{
  border-inline-end-color: rgb(107 114 128 / 0.1);
}
.hover\:border-e-gray-500\/100:hover{
  border-inline-end-color: rgb(107 114 128 / 1);
}
.hover\:border-e-gray-500\/15:hover{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}
.hover\:border-e-gray-500\/20:hover{
  border-inline-end-color: rgb(107 114 128 / 0.2);
}
.hover\:border-e-gray-500\/25:hover{
  border-inline-end-color: rgb(107 114 128 / 0.25);
}
.hover\:border-e-gray-500\/30:hover{
  border-inline-end-color: rgb(107 114 128 / 0.3);
}
.hover\:border-e-gray-500\/35:hover{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}
.hover\:border-e-gray-500\/40:hover{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.hover\:border-e-gray-500\/45:hover{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}
.hover\:border-e-gray-500\/5:hover{
  border-inline-end-color: rgb(107 114 128 / 0.05);
}
.hover\:border-e-gray-500\/50:hover{
  border-inline-end-color: rgb(107 114 128 / 0.5);
}
.hover\:border-e-gray-500\/55:hover{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}
.hover\:border-e-gray-500\/60:hover{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.hover\:border-e-gray-500\/65:hover{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}
.hover\:border-e-gray-500\/70:hover{
  border-inline-end-color: rgb(107 114 128 / 0.7);
}
.hover\:border-e-gray-500\/75:hover{
  border-inline-end-color: rgb(107 114 128 / 0.75);
}
.hover\:border-e-gray-500\/80:hover{
  border-inline-end-color: rgb(107 114 128 / 0.8);
}
.hover\:border-e-gray-500\/85:hover{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}
.hover\:border-e-gray-500\/90:hover{
  border-inline-end-color: rgb(107 114 128 / 0.9);
}
.hover\:border-e-gray-500\/95:hover{
  border-inline-end-color: rgb(107 114 128 / 0.95);
}
.hover\:border-e-gray-600:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-600\/0:hover{
  border-inline-end-color: rgb(75 85 99 / 0);
}
.hover\:border-e-gray-600\/10:hover{
  border-inline-end-color: rgb(75 85 99 / 0.1);
}
.hover\:border-e-gray-600\/100:hover{
  border-inline-end-color: rgb(75 85 99 / 1);
}
.hover\:border-e-gray-600\/15:hover{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}
.hover\:border-e-gray-600\/20:hover{
  border-inline-end-color: rgb(75 85 99 / 0.2);
}
.hover\:border-e-gray-600\/25:hover{
  border-inline-end-color: rgb(75 85 99 / 0.25);
}
.hover\:border-e-gray-600\/30:hover{
  border-inline-end-color: rgb(75 85 99 / 0.3);
}
.hover\:border-e-gray-600\/35:hover{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}
.hover\:border-e-gray-600\/40:hover{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.hover\:border-e-gray-600\/45:hover{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}
.hover\:border-e-gray-600\/5:hover{
  border-inline-end-color: rgb(75 85 99 / 0.05);
}
.hover\:border-e-gray-600\/50:hover{
  border-inline-end-color: rgb(75 85 99 / 0.5);
}
.hover\:border-e-gray-600\/55:hover{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}
.hover\:border-e-gray-600\/60:hover{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.hover\:border-e-gray-600\/65:hover{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}
.hover\:border-e-gray-600\/70:hover{
  border-inline-end-color: rgb(75 85 99 / 0.7);
}
.hover\:border-e-gray-600\/75:hover{
  border-inline-end-color: rgb(75 85 99 / 0.75);
}
.hover\:border-e-gray-600\/80:hover{
  border-inline-end-color: rgb(75 85 99 / 0.8);
}
.hover\:border-e-gray-600\/85:hover{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}
.hover\:border-e-gray-600\/90:hover{
  border-inline-end-color: rgb(75 85 99 / 0.9);
}
.hover\:border-e-gray-600\/95:hover{
  border-inline-end-color: rgb(75 85 99 / 0.95);
}
.hover\:border-e-gray-700:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-700\/0:hover{
  border-inline-end-color: rgb(55 65 81 / 0);
}
.hover\:border-e-gray-700\/10:hover{
  border-inline-end-color: rgb(55 65 81 / 0.1);
}
.hover\:border-e-gray-700\/100:hover{
  border-inline-end-color: rgb(55 65 81 / 1);
}
.hover\:border-e-gray-700\/15:hover{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}
.hover\:border-e-gray-700\/20:hover{
  border-inline-end-color: rgb(55 65 81 / 0.2);
}
.hover\:border-e-gray-700\/25:hover{
  border-inline-end-color: rgb(55 65 81 / 0.25);
}
.hover\:border-e-gray-700\/30:hover{
  border-inline-end-color: rgb(55 65 81 / 0.3);
}
.hover\:border-e-gray-700\/35:hover{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}
.hover\:border-e-gray-700\/40:hover{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.hover\:border-e-gray-700\/45:hover{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}
.hover\:border-e-gray-700\/5:hover{
  border-inline-end-color: rgb(55 65 81 / 0.05);
}
.hover\:border-e-gray-700\/50:hover{
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.hover\:border-e-gray-700\/55:hover{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}
.hover\:border-e-gray-700\/60:hover{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.hover\:border-e-gray-700\/65:hover{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}
.hover\:border-e-gray-700\/70:hover{
  border-inline-end-color: rgb(55 65 81 / 0.7);
}
.hover\:border-e-gray-700\/75:hover{
  border-inline-end-color: rgb(55 65 81 / 0.75);
}
.hover\:border-e-gray-700\/80:hover{
  border-inline-end-color: rgb(55 65 81 / 0.8);
}
.hover\:border-e-gray-700\/85:hover{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}
.hover\:border-e-gray-700\/90:hover{
  border-inline-end-color: rgb(55 65 81 / 0.9);
}
.hover\:border-e-gray-700\/95:hover{
  border-inline-end-color: rgb(55 65 81 / 0.95);
}
.hover\:border-e-gray-800:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-800\/0:hover{
  border-inline-end-color: rgb(31 41 55 / 0);
}
.hover\:border-e-gray-800\/10:hover{
  border-inline-end-color: rgb(31 41 55 / 0.1);
}
.hover\:border-e-gray-800\/100:hover{
  border-inline-end-color: rgb(31 41 55 / 1);
}
.hover\:border-e-gray-800\/15:hover{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}
.hover\:border-e-gray-800\/20:hover{
  border-inline-end-color: rgb(31 41 55 / 0.2);
}
.hover\:border-e-gray-800\/25:hover{
  border-inline-end-color: rgb(31 41 55 / 0.25);
}
.hover\:border-e-gray-800\/30:hover{
  border-inline-end-color: rgb(31 41 55 / 0.3);
}
.hover\:border-e-gray-800\/35:hover{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}
.hover\:border-e-gray-800\/40:hover{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.hover\:border-e-gray-800\/45:hover{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}
.hover\:border-e-gray-800\/5:hover{
  border-inline-end-color: rgb(31 41 55 / 0.05);
}
.hover\:border-e-gray-800\/50:hover{
  border-inline-end-color: rgb(31 41 55 / 0.5);
}
.hover\:border-e-gray-800\/55:hover{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}
.hover\:border-e-gray-800\/60:hover{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.hover\:border-e-gray-800\/65:hover{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}
.hover\:border-e-gray-800\/70:hover{
  border-inline-end-color: rgb(31 41 55 / 0.7);
}
.hover\:border-e-gray-800\/75:hover{
  border-inline-end-color: rgb(31 41 55 / 0.75);
}
.hover\:border-e-gray-800\/80:hover{
  border-inline-end-color: rgb(31 41 55 / 0.8);
}
.hover\:border-e-gray-800\/85:hover{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}
.hover\:border-e-gray-800\/90:hover{
  border-inline-end-color: rgb(31 41 55 / 0.9);
}
.hover\:border-e-gray-800\/95:hover{
  border-inline-end-color: rgb(31 41 55 / 0.95);
}
.hover\:border-e-gray-900:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-900\/0:hover{
  border-inline-end-color: rgb(17 24 39 / 0);
}
.hover\:border-e-gray-900\/10:hover{
  border-inline-end-color: rgb(17 24 39 / 0.1);
}
.hover\:border-e-gray-900\/100:hover{
  border-inline-end-color: rgb(17 24 39 / 1);
}
.hover\:border-e-gray-900\/15:hover{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}
.hover\:border-e-gray-900\/20:hover{
  border-inline-end-color: rgb(17 24 39 / 0.2);
}
.hover\:border-e-gray-900\/25:hover{
  border-inline-end-color: rgb(17 24 39 / 0.25);
}
.hover\:border-e-gray-900\/30:hover{
  border-inline-end-color: rgb(17 24 39 / 0.3);
}
.hover\:border-e-gray-900\/35:hover{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}
.hover\:border-e-gray-900\/40:hover{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.hover\:border-e-gray-900\/45:hover{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}
.hover\:border-e-gray-900\/5:hover{
  border-inline-end-color: rgb(17 24 39 / 0.05);
}
.hover\:border-e-gray-900\/50:hover{
  border-inline-end-color: rgb(17 24 39 / 0.5);
}
.hover\:border-e-gray-900\/55:hover{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}
.hover\:border-e-gray-900\/60:hover{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.hover\:border-e-gray-900\/65:hover{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}
.hover\:border-e-gray-900\/70:hover{
  border-inline-end-color: rgb(17 24 39 / 0.7);
}
.hover\:border-e-gray-900\/75:hover{
  border-inline-end-color: rgb(17 24 39 / 0.75);
}
.hover\:border-e-gray-900\/80:hover{
  border-inline-end-color: rgb(17 24 39 / 0.8);
}
.hover\:border-e-gray-900\/85:hover{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}
.hover\:border-e-gray-900\/90:hover{
  border-inline-end-color: rgb(17 24 39 / 0.9);
}
.hover\:border-e-gray-900\/95:hover{
  border-inline-end-color: rgb(17 24 39 / 0.95);
}
.hover\:border-e-gray-950:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-e-gray-950\/0:hover{
  border-inline-end-color: rgb(3 7 18 / 0);
}
.hover\:border-e-gray-950\/10:hover{
  border-inline-end-color: rgb(3 7 18 / 0.1);
}
.hover\:border-e-gray-950\/100:hover{
  border-inline-end-color: rgb(3 7 18 / 1);
}
.hover\:border-e-gray-950\/15:hover{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}
.hover\:border-e-gray-950\/20:hover{
  border-inline-end-color: rgb(3 7 18 / 0.2);
}
.hover\:border-e-gray-950\/25:hover{
  border-inline-end-color: rgb(3 7 18 / 0.25);
}
.hover\:border-e-gray-950\/30:hover{
  border-inline-end-color: rgb(3 7 18 / 0.3);
}
.hover\:border-e-gray-950\/35:hover{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}
.hover\:border-e-gray-950\/40:hover{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.hover\:border-e-gray-950\/45:hover{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}
.hover\:border-e-gray-950\/5:hover{
  border-inline-end-color: rgb(3 7 18 / 0.05);
}
.hover\:border-e-gray-950\/50:hover{
  border-inline-end-color: rgb(3 7 18 / 0.5);
}
.hover\:border-e-gray-950\/55:hover{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}
.hover\:border-e-gray-950\/60:hover{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.hover\:border-e-gray-950\/65:hover{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}
.hover\:border-e-gray-950\/70:hover{
  border-inline-end-color: rgb(3 7 18 / 0.7);
}
.hover\:border-e-gray-950\/75:hover{
  border-inline-end-color: rgb(3 7 18 / 0.75);
}
.hover\:border-e-gray-950\/80:hover{
  border-inline-end-color: rgb(3 7 18 / 0.8);
}
.hover\:border-e-gray-950\/85:hover{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}
.hover\:border-e-gray-950\/90:hover{
  border-inline-end-color: rgb(3 7 18 / 0.9);
}
.hover\:border-e-gray-950\/95:hover{
  border-inline-end-color: rgb(3 7 18 / 0.95);
}
.hover\:border-e-inherit:hover{
  border-inline-end-color: inherit;
}
.hover\:border-e-primary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-dark:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-dark\/0:hover{
  border-inline-end-color: rgb(26 88 121 / 0);
}
.hover\:border-e-primary-dark\/10:hover{
  border-inline-end-color: rgb(26 88 121 / 0.1);
}
.hover\:border-e-primary-dark\/100:hover{
  border-inline-end-color: rgb(26 88 121 / 1);
}
.hover\:border-e-primary-dark\/15:hover{
  border-inline-end-color: rgb(26 88 121 / 0.15);
}
.hover\:border-e-primary-dark\/20:hover{
  border-inline-end-color: rgb(26 88 121 / 0.2);
}
.hover\:border-e-primary-dark\/25:hover{
  border-inline-end-color: rgb(26 88 121 / 0.25);
}
.hover\:border-e-primary-dark\/30:hover{
  border-inline-end-color: rgb(26 88 121 / 0.3);
}
.hover\:border-e-primary-dark\/35:hover{
  border-inline-end-color: rgb(26 88 121 / 0.35);
}
.hover\:border-e-primary-dark\/40:hover{
  border-inline-end-color: rgb(26 88 121 / 0.4);
}
.hover\:border-e-primary-dark\/45:hover{
  border-inline-end-color: rgb(26 88 121 / 0.45);
}
.hover\:border-e-primary-dark\/5:hover{
  border-inline-end-color: rgb(26 88 121 / 0.05);
}
.hover\:border-e-primary-dark\/50:hover{
  border-inline-end-color: rgb(26 88 121 / 0.5);
}
.hover\:border-e-primary-dark\/55:hover{
  border-inline-end-color: rgb(26 88 121 / 0.55);
}
.hover\:border-e-primary-dark\/60:hover{
  border-inline-end-color: rgb(26 88 121 / 0.6);
}
.hover\:border-e-primary-dark\/65:hover{
  border-inline-end-color: rgb(26 88 121 / 0.65);
}
.hover\:border-e-primary-dark\/70:hover{
  border-inline-end-color: rgb(26 88 121 / 0.7);
}
.hover\:border-e-primary-dark\/75:hover{
  border-inline-end-color: rgb(26 88 121 / 0.75);
}
.hover\:border-e-primary-dark\/80:hover{
  border-inline-end-color: rgb(26 88 121 / 0.8);
}
.hover\:border-e-primary-dark\/85:hover{
  border-inline-end-color: rgb(26 88 121 / 0.85);
}
.hover\:border-e-primary-dark\/90:hover{
  border-inline-end-color: rgb(26 88 121 / 0.9);
}
.hover\:border-e-primary-dark\/95:hover{
  border-inline-end-color: rgb(26 88 121 / 0.95);
}
.hover\:border-e-primary-light:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-light\/0:hover{
  border-inline-end-color: rgb(85 154 193 / 0);
}
.hover\:border-e-primary-light\/10:hover{
  border-inline-end-color: rgb(85 154 193 / 0.1);
}
.hover\:border-e-primary-light\/100:hover{
  border-inline-end-color: rgb(85 154 193 / 1);
}
.hover\:border-e-primary-light\/15:hover{
  border-inline-end-color: rgb(85 154 193 / 0.15);
}
.hover\:border-e-primary-light\/20:hover{
  border-inline-end-color: rgb(85 154 193 / 0.2);
}
.hover\:border-e-primary-light\/25:hover{
  border-inline-end-color: rgb(85 154 193 / 0.25);
}
.hover\:border-e-primary-light\/30:hover{
  border-inline-end-color: rgb(85 154 193 / 0.3);
}
.hover\:border-e-primary-light\/35:hover{
  border-inline-end-color: rgb(85 154 193 / 0.35);
}
.hover\:border-e-primary-light\/40:hover{
  border-inline-end-color: rgb(85 154 193 / 0.4);
}
.hover\:border-e-primary-light\/45:hover{
  border-inline-end-color: rgb(85 154 193 / 0.45);
}
.hover\:border-e-primary-light\/5:hover{
  border-inline-end-color: rgb(85 154 193 / 0.05);
}
.hover\:border-e-primary-light\/50:hover{
  border-inline-end-color: rgb(85 154 193 / 0.5);
}
.hover\:border-e-primary-light\/55:hover{
  border-inline-end-color: rgb(85 154 193 / 0.55);
}
.hover\:border-e-primary-light\/60:hover{
  border-inline-end-color: rgb(85 154 193 / 0.6);
}
.hover\:border-e-primary-light\/65:hover{
  border-inline-end-color: rgb(85 154 193 / 0.65);
}
.hover\:border-e-primary-light\/70:hover{
  border-inline-end-color: rgb(85 154 193 / 0.7);
}
.hover\:border-e-primary-light\/75:hover{
  border-inline-end-color: rgb(85 154 193 / 0.75);
}
.hover\:border-e-primary-light\/80:hover{
  border-inline-end-color: rgb(85 154 193 / 0.8);
}
.hover\:border-e-primary-light\/85:hover{
  border-inline-end-color: rgb(85 154 193 / 0.85);
}
.hover\:border-e-primary-light\/90:hover{
  border-inline-end-color: rgb(85 154 193 / 0.9);
}
.hover\:border-e-primary-light\/95:hover{
  border-inline-end-color: rgb(85 154 193 / 0.95);
}
.hover\:border-e-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-e-primary-lighter\/0:hover{
  border-inline-end-color: rgb(115 177 212 / 0);
}
.hover\:border-e-primary-lighter\/10:hover{
  border-inline-end-color: rgb(115 177 212 / 0.1);
}
.hover\:border-e-primary-lighter\/100:hover{
  border-inline-end-color: rgb(115 177 212 / 1);
}
.hover\:border-e-primary-lighter\/15:hover{
  border-inline-end-color: rgb(115 177 212 / 0.15);
}
.hover\:border-e-primary-lighter\/20:hover{
  border-inline-end-color: rgb(115 177 212 / 0.2);
}
.hover\:border-e-primary-lighter\/25:hover{
  border-inline-end-color: rgb(115 177 212 / 0.25);
}
.hover\:border-e-primary-lighter\/30:hover{
  border-inline-end-color: rgb(115 177 212 / 0.3);
}
.hover\:border-e-primary-lighter\/35:hover{
  border-inline-end-color: rgb(115 177 212 / 0.35);
}
.hover\:border-e-primary-lighter\/40:hover{
  border-inline-end-color: rgb(115 177 212 / 0.4);
}
.hover\:border-e-primary-lighter\/45:hover{
  border-inline-end-color: rgb(115 177 212 / 0.45);
}
.hover\:border-e-primary-lighter\/5:hover{
  border-inline-end-color: rgb(115 177 212 / 0.05);
}
.hover\:border-e-primary-lighter\/50:hover{
  border-inline-end-color: rgb(115 177 212 / 0.5);
}
.hover\:border-e-primary-lighter\/55:hover{
  border-inline-end-color: rgb(115 177 212 / 0.55);
}
.hover\:border-e-primary-lighter\/60:hover{
  border-inline-end-color: rgb(115 177 212 / 0.6);
}
.hover\:border-e-primary-lighter\/65:hover{
  border-inline-end-color: rgb(115 177 212 / 0.65);
}
.hover\:border-e-primary-lighter\/70:hover{
  border-inline-end-color: rgb(115 177 212 / 0.7);
}
.hover\:border-e-primary-lighter\/75:hover{
  border-inline-end-color: rgb(115 177 212 / 0.75);
}
.hover\:border-e-primary-lighter\/80:hover{
  border-inline-end-color: rgb(115 177 212 / 0.8);
}
.hover\:border-e-primary-lighter\/85:hover{
  border-inline-end-color: rgb(115 177 212 / 0.85);
}
.hover\:border-e-primary-lighter\/90:hover{
  border-inline-end-color: rgb(115 177 212 / 0.9);
}
.hover\:border-e-primary-lighter\/95:hover{
  border-inline-end-color: rgb(115 177 212 / 0.95);
}
.hover\:border-e-primary\/0:hover{
  border-inline-end-color: rgb(52 114 147 / 0);
}
.hover\:border-e-primary\/10:hover{
  border-inline-end-color: rgb(52 114 147 / 0.1);
}
.hover\:border-e-primary\/100:hover{
  border-inline-end-color: rgb(52 114 147 / 1);
}
.hover\:border-e-primary\/15:hover{
  border-inline-end-color: rgb(52 114 147 / 0.15);
}
.hover\:border-e-primary\/20:hover{
  border-inline-end-color: rgb(52 114 147 / 0.2);
}
.hover\:border-e-primary\/25:hover{
  border-inline-end-color: rgb(52 114 147 / 0.25);
}
.hover\:border-e-primary\/30:hover{
  border-inline-end-color: rgb(52 114 147 / 0.3);
}
.hover\:border-e-primary\/35:hover{
  border-inline-end-color: rgb(52 114 147 / 0.35);
}
.hover\:border-e-primary\/40:hover{
  border-inline-end-color: rgb(52 114 147 / 0.4);
}
.hover\:border-e-primary\/45:hover{
  border-inline-end-color: rgb(52 114 147 / 0.45);
}
.hover\:border-e-primary\/5:hover{
  border-inline-end-color: rgb(52 114 147 / 0.05);
}
.hover\:border-e-primary\/50:hover{
  border-inline-end-color: rgb(52 114 147 / 0.5);
}
.hover\:border-e-primary\/55:hover{
  border-inline-end-color: rgb(52 114 147 / 0.55);
}
.hover\:border-e-primary\/60:hover{
  border-inline-end-color: rgb(52 114 147 / 0.6);
}
.hover\:border-e-primary\/65:hover{
  border-inline-end-color: rgb(52 114 147 / 0.65);
}
.hover\:border-e-primary\/70:hover{
  border-inline-end-color: rgb(52 114 147 / 0.7);
}
.hover\:border-e-primary\/75:hover{
  border-inline-end-color: rgb(52 114 147 / 0.75);
}
.hover\:border-e-primary\/80:hover{
  border-inline-end-color: rgb(52 114 147 / 0.8);
}
.hover\:border-e-primary\/85:hover{
  border-inline-end-color: rgb(52 114 147 / 0.85);
}
.hover\:border-e-primary\/90:hover{
  border-inline-end-color: rgb(52 114 147 / 0.9);
}
.hover\:border-e-primary\/95:hover{
  border-inline-end-color: rgb(52 114 147 / 0.95);
}
.hover\:border-e-secondary:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-dark\/0:hover{
  border-inline-end-color: rgb(226 207 188 / 0);
}
.hover\:border-e-secondary-dark\/10:hover{
  border-inline-end-color: rgb(226 207 188 / 0.1);
}
.hover\:border-e-secondary-dark\/100:hover{
  border-inline-end-color: rgb(226 207 188 / 1);
}
.hover\:border-e-secondary-dark\/15:hover{
  border-inline-end-color: rgb(226 207 188 / 0.15);
}
.hover\:border-e-secondary-dark\/20:hover{
  border-inline-end-color: rgb(226 207 188 / 0.2);
}
.hover\:border-e-secondary-dark\/25:hover{
  border-inline-end-color: rgb(226 207 188 / 0.25);
}
.hover\:border-e-secondary-dark\/30:hover{
  border-inline-end-color: rgb(226 207 188 / 0.3);
}
.hover\:border-e-secondary-dark\/35:hover{
  border-inline-end-color: rgb(226 207 188 / 0.35);
}
.hover\:border-e-secondary-dark\/40:hover{
  border-inline-end-color: rgb(226 207 188 / 0.4);
}
.hover\:border-e-secondary-dark\/45:hover{
  border-inline-end-color: rgb(226 207 188 / 0.45);
}
.hover\:border-e-secondary-dark\/5:hover{
  border-inline-end-color: rgb(226 207 188 / 0.05);
}
.hover\:border-e-secondary-dark\/50:hover{
  border-inline-end-color: rgb(226 207 188 / 0.5);
}
.hover\:border-e-secondary-dark\/55:hover{
  border-inline-end-color: rgb(226 207 188 / 0.55);
}
.hover\:border-e-secondary-dark\/60:hover{
  border-inline-end-color: rgb(226 207 188 / 0.6);
}
.hover\:border-e-secondary-dark\/65:hover{
  border-inline-end-color: rgb(226 207 188 / 0.65);
}
.hover\:border-e-secondary-dark\/70:hover{
  border-inline-end-color: rgb(226 207 188 / 0.7);
}
.hover\:border-e-secondary-dark\/75:hover{
  border-inline-end-color: rgb(226 207 188 / 0.75);
}
.hover\:border-e-secondary-dark\/80:hover{
  border-inline-end-color: rgb(226 207 188 / 0.8);
}
.hover\:border-e-secondary-dark\/85:hover{
  border-inline-end-color: rgb(226 207 188 / 0.85);
}
.hover\:border-e-secondary-dark\/90:hover{
  border-inline-end-color: rgb(226 207 188 / 0.9);
}
.hover\:border-e-secondary-dark\/95:hover{
  border-inline-end-color: rgb(226 207 188 / 0.95);
}
.hover\:border-e-secondary-light:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-e-secondary-light\/0:hover{
  border-inline-end-color: rgb(254 250 247 / 0);
}
.hover\:border-e-secondary-light\/10:hover{
  border-inline-end-color: rgb(254 250 247 / 0.1);
}
.hover\:border-e-secondary-light\/100:hover{
  border-inline-end-color: rgb(254 250 247 / 1);
}
.hover\:border-e-secondary-light\/15:hover{
  border-inline-end-color: rgb(254 250 247 / 0.15);
}
.hover\:border-e-secondary-light\/20:hover{
  border-inline-end-color: rgb(254 250 247 / 0.2);
}
.hover\:border-e-secondary-light\/25:hover{
  border-inline-end-color: rgb(254 250 247 / 0.25);
}
.hover\:border-e-secondary-light\/30:hover{
  border-inline-end-color: rgb(254 250 247 / 0.3);
}
.hover\:border-e-secondary-light\/35:hover{
  border-inline-end-color: rgb(254 250 247 / 0.35);
}
.hover\:border-e-secondary-light\/40:hover{
  border-inline-end-color: rgb(254 250 247 / 0.4);
}
.hover\:border-e-secondary-light\/45:hover{
  border-inline-end-color: rgb(254 250 247 / 0.45);
}
.hover\:border-e-secondary-light\/5:hover{
  border-inline-end-color: rgb(254 250 247 / 0.05);
}
.hover\:border-e-secondary-light\/50:hover{
  border-inline-end-color: rgb(254 250 247 / 0.5);
}
.hover\:border-e-secondary-light\/55:hover{
  border-inline-end-color: rgb(254 250 247 / 0.55);
}
.hover\:border-e-secondary-light\/60:hover{
  border-inline-end-color: rgb(254 250 247 / 0.6);
}
.hover\:border-e-secondary-light\/65:hover{
  border-inline-end-color: rgb(254 250 247 / 0.65);
}
.hover\:border-e-secondary-light\/70:hover{
  border-inline-end-color: rgb(254 250 247 / 0.7);
}
.hover\:border-e-secondary-light\/75:hover{
  border-inline-end-color: rgb(254 250 247 / 0.75);
}
.hover\:border-e-secondary-light\/80:hover{
  border-inline-end-color: rgb(254 250 247 / 0.8);
}
.hover\:border-e-secondary-light\/85:hover{
  border-inline-end-color: rgb(254 250 247 / 0.85);
}
.hover\:border-e-secondary-light\/90:hover{
  border-inline-end-color: rgb(254 250 247 / 0.9);
}
.hover\:border-e-secondary-light\/95:hover{
  border-inline-end-color: rgb(254 250 247 / 0.95);
}
.hover\:border-e-secondary\/0:hover{
  border-inline-end-color: rgb(243 234 225 / 0);
}
.hover\:border-e-secondary\/10:hover{
  border-inline-end-color: rgb(243 234 225 / 0.1);
}
.hover\:border-e-secondary\/100:hover{
  border-inline-end-color: rgb(243 234 225 / 1);
}
.hover\:border-e-secondary\/15:hover{
  border-inline-end-color: rgb(243 234 225 / 0.15);
}
.hover\:border-e-secondary\/20:hover{
  border-inline-end-color: rgb(243 234 225 / 0.2);
}
.hover\:border-e-secondary\/25:hover{
  border-inline-end-color: rgb(243 234 225 / 0.25);
}
.hover\:border-e-secondary\/30:hover{
  border-inline-end-color: rgb(243 234 225 / 0.3);
}
.hover\:border-e-secondary\/35:hover{
  border-inline-end-color: rgb(243 234 225 / 0.35);
}
.hover\:border-e-secondary\/40:hover{
  border-inline-end-color: rgb(243 234 225 / 0.4);
}
.hover\:border-e-secondary\/45:hover{
  border-inline-end-color: rgb(243 234 225 / 0.45);
}
.hover\:border-e-secondary\/5:hover{
  border-inline-end-color: rgb(243 234 225 / 0.05);
}
.hover\:border-e-secondary\/50:hover{
  border-inline-end-color: rgb(243 234 225 / 0.5);
}
.hover\:border-e-secondary\/55:hover{
  border-inline-end-color: rgb(243 234 225 / 0.55);
}
.hover\:border-e-secondary\/60:hover{
  border-inline-end-color: rgb(243 234 225 / 0.6);
}
.hover\:border-e-secondary\/65:hover{
  border-inline-end-color: rgb(243 234 225 / 0.65);
}
.hover\:border-e-secondary\/70:hover{
  border-inline-end-color: rgb(243 234 225 / 0.7);
}
.hover\:border-e-secondary\/75:hover{
  border-inline-end-color: rgb(243 234 225 / 0.75);
}
.hover\:border-e-secondary\/80:hover{
  border-inline-end-color: rgb(243 234 225 / 0.8);
}
.hover\:border-e-secondary\/85:hover{
  border-inline-end-color: rgb(243 234 225 / 0.85);
}
.hover\:border-e-secondary\/90:hover{
  border-inline-end-color: rgb(243 234 225 / 0.9);
}
.hover\:border-e-secondary\/95:hover{
  border-inline-end-color: rgb(243 234 225 / 0.95);
}
.hover\:border-e-transparent:hover{
  border-inline-end-color: transparent;
}
.hover\:border-e-transparent\/0:hover{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.hover\:border-e-transparent\/10:hover{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.hover\:border-e-transparent\/100:hover{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.hover\:border-e-transparent\/15:hover{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.hover\:border-e-transparent\/20:hover{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.hover\:border-e-transparent\/25:hover{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.hover\:border-e-transparent\/30:hover{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.hover\:border-e-transparent\/35:hover{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.hover\:border-e-transparent\/40:hover{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.hover\:border-e-transparent\/45:hover{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.hover\:border-e-transparent\/5:hover{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.hover\:border-e-transparent\/50:hover{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.hover\:border-e-transparent\/55:hover{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.hover\:border-e-transparent\/60:hover{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.hover\:border-e-transparent\/65:hover{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.hover\:border-e-transparent\/70:hover{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.hover\:border-e-transparent\/75:hover{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.hover\:border-e-transparent\/80:hover{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.hover\:border-e-transparent\/85:hover{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.hover\:border-e-transparent\/90:hover{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.hover\:border-e-transparent\/95:hover{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.hover\:border-e-white:hover{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-e-white\/0:hover{
  border-inline-end-color: rgb(255 255 255 / 0);
}
.hover\:border-e-white\/10:hover{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.hover\:border-e-white\/100:hover{
  border-inline-end-color: rgb(255 255 255 / 1);
}
.hover\:border-e-white\/15:hover{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.hover\:border-e-white\/20:hover{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.hover\:border-e-white\/25:hover{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.hover\:border-e-white\/30:hover{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.hover\:border-e-white\/35:hover{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.hover\:border-e-white\/40:hover{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.hover\:border-e-white\/45:hover{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.hover\:border-e-white\/5:hover{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.hover\:border-e-white\/50:hover{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.hover\:border-e-white\/55:hover{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.hover\:border-e-white\/60:hover{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.hover\:border-e-white\/65:hover{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.hover\:border-e-white\/70:hover{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.hover\:border-e-white\/75:hover{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.hover\:border-e-white\/80:hover{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.hover\:border-e-white\/85:hover{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.hover\:border-e-white\/90:hover{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.hover\:border-e-white\/95:hover{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.hover\:border-l-accent:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-dark\/0:hover{
  border-left-color: rgb(225 114 45 / 0);
}
.hover\:border-l-accent-dark\/10:hover{
  border-left-color: rgb(225 114 45 / 0.1);
}
.hover\:border-l-accent-dark\/100:hover{
  border-left-color: rgb(225 114 45 / 1);
}
.hover\:border-l-accent-dark\/15:hover{
  border-left-color: rgb(225 114 45 / 0.15);
}
.hover\:border-l-accent-dark\/20:hover{
  border-left-color: rgb(225 114 45 / 0.2);
}
.hover\:border-l-accent-dark\/25:hover{
  border-left-color: rgb(225 114 45 / 0.25);
}
.hover\:border-l-accent-dark\/30:hover{
  border-left-color: rgb(225 114 45 / 0.3);
}
.hover\:border-l-accent-dark\/35:hover{
  border-left-color: rgb(225 114 45 / 0.35);
}
.hover\:border-l-accent-dark\/40:hover{
  border-left-color: rgb(225 114 45 / 0.4);
}
.hover\:border-l-accent-dark\/45:hover{
  border-left-color: rgb(225 114 45 / 0.45);
}
.hover\:border-l-accent-dark\/5:hover{
  border-left-color: rgb(225 114 45 / 0.05);
}
.hover\:border-l-accent-dark\/50:hover{
  border-left-color: rgb(225 114 45 / 0.5);
}
.hover\:border-l-accent-dark\/55:hover{
  border-left-color: rgb(225 114 45 / 0.55);
}
.hover\:border-l-accent-dark\/60:hover{
  border-left-color: rgb(225 114 45 / 0.6);
}
.hover\:border-l-accent-dark\/65:hover{
  border-left-color: rgb(225 114 45 / 0.65);
}
.hover\:border-l-accent-dark\/70:hover{
  border-left-color: rgb(225 114 45 / 0.7);
}
.hover\:border-l-accent-dark\/75:hover{
  border-left-color: rgb(225 114 45 / 0.75);
}
.hover\:border-l-accent-dark\/80:hover{
  border-left-color: rgb(225 114 45 / 0.8);
}
.hover\:border-l-accent-dark\/85:hover{
  border-left-color: rgb(225 114 45 / 0.85);
}
.hover\:border-l-accent-dark\/90:hover{
  border-left-color: rgb(225 114 45 / 0.9);
}
.hover\:border-l-accent-dark\/95:hover{
  border-left-color: rgb(225 114 45 / 0.95);
}
.hover\:border-l-accent-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-l-accent-light\/0:hover{
  border-left-color: rgb(255 191 105 / 0);
}
.hover\:border-l-accent-light\/10:hover{
  border-left-color: rgb(255 191 105 / 0.1);
}
.hover\:border-l-accent-light\/100:hover{
  border-left-color: rgb(255 191 105 / 1);
}
.hover\:border-l-accent-light\/15:hover{
  border-left-color: rgb(255 191 105 / 0.15);
}
.hover\:border-l-accent-light\/20:hover{
  border-left-color: rgb(255 191 105 / 0.2);
}
.hover\:border-l-accent-light\/25:hover{
  border-left-color: rgb(255 191 105 / 0.25);
}
.hover\:border-l-accent-light\/30:hover{
  border-left-color: rgb(255 191 105 / 0.3);
}
.hover\:border-l-accent-light\/35:hover{
  border-left-color: rgb(255 191 105 / 0.35);
}
.hover\:border-l-accent-light\/40:hover{
  border-left-color: rgb(255 191 105 / 0.4);
}
.hover\:border-l-accent-light\/45:hover{
  border-left-color: rgb(255 191 105 / 0.45);
}
.hover\:border-l-accent-light\/5:hover{
  border-left-color: rgb(255 191 105 / 0.05);
}
.hover\:border-l-accent-light\/50:hover{
  border-left-color: rgb(255 191 105 / 0.5);
}
.hover\:border-l-accent-light\/55:hover{
  border-left-color: rgb(255 191 105 / 0.55);
}
.hover\:border-l-accent-light\/60:hover{
  border-left-color: rgb(255 191 105 / 0.6);
}
.hover\:border-l-accent-light\/65:hover{
  border-left-color: rgb(255 191 105 / 0.65);
}
.hover\:border-l-accent-light\/70:hover{
  border-left-color: rgb(255 191 105 / 0.7);
}
.hover\:border-l-accent-light\/75:hover{
  border-left-color: rgb(255 191 105 / 0.75);
}
.hover\:border-l-accent-light\/80:hover{
  border-left-color: rgb(255 191 105 / 0.8);
}
.hover\:border-l-accent-light\/85:hover{
  border-left-color: rgb(255 191 105 / 0.85);
}
.hover\:border-l-accent-light\/90:hover{
  border-left-color: rgb(255 191 105 / 0.9);
}
.hover\:border-l-accent-light\/95:hover{
  border-left-color: rgb(255 191 105 / 0.95);
}
.hover\:border-l-accent\/0:hover{
  border-left-color: rgb(229 136 78 / 0);
}
.hover\:border-l-accent\/10:hover{
  border-left-color: rgb(229 136 78 / 0.1);
}
.hover\:border-l-accent\/100:hover{
  border-left-color: rgb(229 136 78 / 1);
}
.hover\:border-l-accent\/15:hover{
  border-left-color: rgb(229 136 78 / 0.15);
}
.hover\:border-l-accent\/20:hover{
  border-left-color: rgb(229 136 78 / 0.2);
}
.hover\:border-l-accent\/25:hover{
  border-left-color: rgb(229 136 78 / 0.25);
}
.hover\:border-l-accent\/30:hover{
  border-left-color: rgb(229 136 78 / 0.3);
}
.hover\:border-l-accent\/35:hover{
  border-left-color: rgb(229 136 78 / 0.35);
}
.hover\:border-l-accent\/40:hover{
  border-left-color: rgb(229 136 78 / 0.4);
}
.hover\:border-l-accent\/45:hover{
  border-left-color: rgb(229 136 78 / 0.45);
}
.hover\:border-l-accent\/5:hover{
  border-left-color: rgb(229 136 78 / 0.05);
}
.hover\:border-l-accent\/50:hover{
  border-left-color: rgb(229 136 78 / 0.5);
}
.hover\:border-l-accent\/55:hover{
  border-left-color: rgb(229 136 78 / 0.55);
}
.hover\:border-l-accent\/60:hover{
  border-left-color: rgb(229 136 78 / 0.6);
}
.hover\:border-l-accent\/65:hover{
  border-left-color: rgb(229 136 78 / 0.65);
}
.hover\:border-l-accent\/70:hover{
  border-left-color: rgb(229 136 78 / 0.7);
}
.hover\:border-l-accent\/75:hover{
  border-left-color: rgb(229 136 78 / 0.75);
}
.hover\:border-l-accent\/80:hover{
  border-left-color: rgb(229 136 78 / 0.8);
}
.hover\:border-l-accent\/85:hover{
  border-left-color: rgb(229 136 78 / 0.85);
}
.hover\:border-l-accent\/90:hover{
  border-left-color: rgb(229 136 78 / 0.9);
}
.hover\:border-l-accent\/95:hover{
  border-left-color: rgb(229 136 78 / 0.95);
}
.hover\:border-l-black:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-l-black\/0:hover{
  border-left-color: rgb(0 0 0 / 0);
}
.hover\:border-l-black\/10:hover{
  border-left-color: rgb(0 0 0 / 0.1);
}
.hover\:border-l-black\/100:hover{
  border-left-color: rgb(0 0 0 / 1);
}
.hover\:border-l-black\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
}
.hover\:border-l-black\/20:hover{
  border-left-color: rgb(0 0 0 / 0.2);
}
.hover\:border-l-black\/25:hover{
  border-left-color: rgb(0 0 0 / 0.25);
}
.hover\:border-l-black\/30:hover{
  border-left-color: rgb(0 0 0 / 0.3);
}
.hover\:border-l-black\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
}
.hover\:border-l-black\/40:hover{
  border-left-color: rgb(0 0 0 / 0.4);
}
.hover\:border-l-black\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
}
.hover\:border-l-black\/5:hover{
  border-left-color: rgb(0 0 0 / 0.05);
}
.hover\:border-l-black\/50:hover{
  border-left-color: rgb(0 0 0 / 0.5);
}
.hover\:border-l-black\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
}
.hover\:border-l-black\/60:hover{
  border-left-color: rgb(0 0 0 / 0.6);
}
.hover\:border-l-black\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
}
.hover\:border-l-black\/70:hover{
  border-left-color: rgb(0 0 0 / 0.7);
}
.hover\:border-l-black\/75:hover{
  border-left-color: rgb(0 0 0 / 0.75);
}
.hover\:border-l-black\/80:hover{
  border-left-color: rgb(0 0 0 / 0.8);
}
.hover\:border-l-black\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
}
.hover\:border-l-black\/90:hover{
  border-left-color: rgb(0 0 0 / 0.9);
}
.hover\:border-l-black\/95:hover{
  border-left-color: rgb(0 0 0 / 0.95);
}
.hover\:border-l-current:hover{
  border-left-color: currentColor;
}
.hover\:border-l-error:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-l-error\/0:hover{
  border-left-color: rgb(255 0 0 / 0);
}
.hover\:border-l-error\/10:hover{
  border-left-color: rgb(255 0 0 / 0.1);
}
.hover\:border-l-error\/100:hover{
  border-left-color: rgb(255 0 0 / 1);
}
.hover\:border-l-error\/15:hover{
  border-left-color: rgb(255 0 0 / 0.15);
}
.hover\:border-l-error\/20:hover{
  border-left-color: rgb(255 0 0 / 0.2);
}
.hover\:border-l-error\/25:hover{
  border-left-color: rgb(255 0 0 / 0.25);
}
.hover\:border-l-error\/30:hover{
  border-left-color: rgb(255 0 0 / 0.3);
}
.hover\:border-l-error\/35:hover{
  border-left-color: rgb(255 0 0 / 0.35);
}
.hover\:border-l-error\/40:hover{
  border-left-color: rgb(255 0 0 / 0.4);
}
.hover\:border-l-error\/45:hover{
  border-left-color: rgb(255 0 0 / 0.45);
}
.hover\:border-l-error\/5:hover{
  border-left-color: rgb(255 0 0 / 0.05);
}
.hover\:border-l-error\/50:hover{
  border-left-color: rgb(255 0 0 / 0.5);
}
.hover\:border-l-error\/55:hover{
  border-left-color: rgb(255 0 0 / 0.55);
}
.hover\:border-l-error\/60:hover{
  border-left-color: rgb(255 0 0 / 0.6);
}
.hover\:border-l-error\/65:hover{
  border-left-color: rgb(255 0 0 / 0.65);
}
.hover\:border-l-error\/70:hover{
  border-left-color: rgb(255 0 0 / 0.7);
}
.hover\:border-l-error\/75:hover{
  border-left-color: rgb(255 0 0 / 0.75);
}
.hover\:border-l-error\/80:hover{
  border-left-color: rgb(255 0 0 / 0.8);
}
.hover\:border-l-error\/85:hover{
  border-left-color: rgb(255 0 0 / 0.85);
}
.hover\:border-l-error\/90:hover{
  border-left-color: rgb(255 0 0 / 0.9);
}
.hover\:border-l-error\/95:hover{
  border-left-color: rgb(255 0 0 / 0.95);
}
.hover\:border-l-gray-100:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-100\/0:hover{
  border-left-color: rgb(243 244 246 / 0);
}
.hover\:border-l-gray-100\/10:hover{
  border-left-color: rgb(243 244 246 / 0.1);
}
.hover\:border-l-gray-100\/100:hover{
  border-left-color: rgb(243 244 246 / 1);
}
.hover\:border-l-gray-100\/15:hover{
  border-left-color: rgb(243 244 246 / 0.15);
}
.hover\:border-l-gray-100\/20:hover{
  border-left-color: rgb(243 244 246 / 0.2);
}
.hover\:border-l-gray-100\/25:hover{
  border-left-color: rgb(243 244 246 / 0.25);
}
.hover\:border-l-gray-100\/30:hover{
  border-left-color: rgb(243 244 246 / 0.3);
}
.hover\:border-l-gray-100\/35:hover{
  border-left-color: rgb(243 244 246 / 0.35);
}
.hover\:border-l-gray-100\/40:hover{
  border-left-color: rgb(243 244 246 / 0.4);
}
.hover\:border-l-gray-100\/45:hover{
  border-left-color: rgb(243 244 246 / 0.45);
}
.hover\:border-l-gray-100\/5:hover{
  border-left-color: rgb(243 244 246 / 0.05);
}
.hover\:border-l-gray-100\/50:hover{
  border-left-color: rgb(243 244 246 / 0.5);
}
.hover\:border-l-gray-100\/55:hover{
  border-left-color: rgb(243 244 246 / 0.55);
}
.hover\:border-l-gray-100\/60:hover{
  border-left-color: rgb(243 244 246 / 0.6);
}
.hover\:border-l-gray-100\/65:hover{
  border-left-color: rgb(243 244 246 / 0.65);
}
.hover\:border-l-gray-100\/70:hover{
  border-left-color: rgb(243 244 246 / 0.7);
}
.hover\:border-l-gray-100\/75:hover{
  border-left-color: rgb(243 244 246 / 0.75);
}
.hover\:border-l-gray-100\/80:hover{
  border-left-color: rgb(243 244 246 / 0.8);
}
.hover\:border-l-gray-100\/85:hover{
  border-left-color: rgb(243 244 246 / 0.85);
}
.hover\:border-l-gray-100\/90:hover{
  border-left-color: rgb(243 244 246 / 0.9);
}
.hover\:border-l-gray-100\/95:hover{
  border-left-color: rgb(243 244 246 / 0.95);
}
.hover\:border-l-gray-200:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-200\/0:hover{
  border-left-color: rgb(229 231 235 / 0);
}
.hover\:border-l-gray-200\/10:hover{
  border-left-color: rgb(229 231 235 / 0.1);
}
.hover\:border-l-gray-200\/100:hover{
  border-left-color: rgb(229 231 235 / 1);
}
.hover\:border-l-gray-200\/15:hover{
  border-left-color: rgb(229 231 235 / 0.15);
}
.hover\:border-l-gray-200\/20:hover{
  border-left-color: rgb(229 231 235 / 0.2);
}
.hover\:border-l-gray-200\/25:hover{
  border-left-color: rgb(229 231 235 / 0.25);
}
.hover\:border-l-gray-200\/30:hover{
  border-left-color: rgb(229 231 235 / 0.3);
}
.hover\:border-l-gray-200\/35:hover{
  border-left-color: rgb(229 231 235 / 0.35);
}
.hover\:border-l-gray-200\/40:hover{
  border-left-color: rgb(229 231 235 / 0.4);
}
.hover\:border-l-gray-200\/45:hover{
  border-left-color: rgb(229 231 235 / 0.45);
}
.hover\:border-l-gray-200\/5:hover{
  border-left-color: rgb(229 231 235 / 0.05);
}
.hover\:border-l-gray-200\/50:hover{
  border-left-color: rgb(229 231 235 / 0.5);
}
.hover\:border-l-gray-200\/55:hover{
  border-left-color: rgb(229 231 235 / 0.55);
}
.hover\:border-l-gray-200\/60:hover{
  border-left-color: rgb(229 231 235 / 0.6);
}
.hover\:border-l-gray-200\/65:hover{
  border-left-color: rgb(229 231 235 / 0.65);
}
.hover\:border-l-gray-200\/70:hover{
  border-left-color: rgb(229 231 235 / 0.7);
}
.hover\:border-l-gray-200\/75:hover{
  border-left-color: rgb(229 231 235 / 0.75);
}
.hover\:border-l-gray-200\/80:hover{
  border-left-color: rgb(229 231 235 / 0.8);
}
.hover\:border-l-gray-200\/85:hover{
  border-left-color: rgb(229 231 235 / 0.85);
}
.hover\:border-l-gray-200\/90:hover{
  border-left-color: rgb(229 231 235 / 0.9);
}
.hover\:border-l-gray-200\/95:hover{
  border-left-color: rgb(229 231 235 / 0.95);
}
.hover\:border-l-gray-300:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-300\/0:hover{
  border-left-color: rgb(209 213 219 / 0);
}
.hover\:border-l-gray-300\/10:hover{
  border-left-color: rgb(209 213 219 / 0.1);
}
.hover\:border-l-gray-300\/100:hover{
  border-left-color: rgb(209 213 219 / 1);
}
.hover\:border-l-gray-300\/15:hover{
  border-left-color: rgb(209 213 219 / 0.15);
}
.hover\:border-l-gray-300\/20:hover{
  border-left-color: rgb(209 213 219 / 0.2);
}
.hover\:border-l-gray-300\/25:hover{
  border-left-color: rgb(209 213 219 / 0.25);
}
.hover\:border-l-gray-300\/30:hover{
  border-left-color: rgb(209 213 219 / 0.3);
}
.hover\:border-l-gray-300\/35:hover{
  border-left-color: rgb(209 213 219 / 0.35);
}
.hover\:border-l-gray-300\/40:hover{
  border-left-color: rgb(209 213 219 / 0.4);
}
.hover\:border-l-gray-300\/45:hover{
  border-left-color: rgb(209 213 219 / 0.45);
}
.hover\:border-l-gray-300\/5:hover{
  border-left-color: rgb(209 213 219 / 0.05);
}
.hover\:border-l-gray-300\/50:hover{
  border-left-color: rgb(209 213 219 / 0.5);
}
.hover\:border-l-gray-300\/55:hover{
  border-left-color: rgb(209 213 219 / 0.55);
}
.hover\:border-l-gray-300\/60:hover{
  border-left-color: rgb(209 213 219 / 0.6);
}
.hover\:border-l-gray-300\/65:hover{
  border-left-color: rgb(209 213 219 / 0.65);
}
.hover\:border-l-gray-300\/70:hover{
  border-left-color: rgb(209 213 219 / 0.7);
}
.hover\:border-l-gray-300\/75:hover{
  border-left-color: rgb(209 213 219 / 0.75);
}
.hover\:border-l-gray-300\/80:hover{
  border-left-color: rgb(209 213 219 / 0.8);
}
.hover\:border-l-gray-300\/85:hover{
  border-left-color: rgb(209 213 219 / 0.85);
}
.hover\:border-l-gray-300\/90:hover{
  border-left-color: rgb(209 213 219 / 0.9);
}
.hover\:border-l-gray-300\/95:hover{
  border-left-color: rgb(209 213 219 / 0.95);
}
.hover\:border-l-gray-400:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-400\/0:hover{
  border-left-color: rgb(156 163 175 / 0);
}
.hover\:border-l-gray-400\/10:hover{
  border-left-color: rgb(156 163 175 / 0.1);
}
.hover\:border-l-gray-400\/100:hover{
  border-left-color: rgb(156 163 175 / 1);
}
.hover\:border-l-gray-400\/15:hover{
  border-left-color: rgb(156 163 175 / 0.15);
}
.hover\:border-l-gray-400\/20:hover{
  border-left-color: rgb(156 163 175 / 0.2);
}
.hover\:border-l-gray-400\/25:hover{
  border-left-color: rgb(156 163 175 / 0.25);
}
.hover\:border-l-gray-400\/30:hover{
  border-left-color: rgb(156 163 175 / 0.3);
}
.hover\:border-l-gray-400\/35:hover{
  border-left-color: rgb(156 163 175 / 0.35);
}
.hover\:border-l-gray-400\/40:hover{
  border-left-color: rgb(156 163 175 / 0.4);
}
.hover\:border-l-gray-400\/45:hover{
  border-left-color: rgb(156 163 175 / 0.45);
}
.hover\:border-l-gray-400\/5:hover{
  border-left-color: rgb(156 163 175 / 0.05);
}
.hover\:border-l-gray-400\/50:hover{
  border-left-color: rgb(156 163 175 / 0.5);
}
.hover\:border-l-gray-400\/55:hover{
  border-left-color: rgb(156 163 175 / 0.55);
}
.hover\:border-l-gray-400\/60:hover{
  border-left-color: rgb(156 163 175 / 0.6);
}
.hover\:border-l-gray-400\/65:hover{
  border-left-color: rgb(156 163 175 / 0.65);
}
.hover\:border-l-gray-400\/70:hover{
  border-left-color: rgb(156 163 175 / 0.7);
}
.hover\:border-l-gray-400\/75:hover{
  border-left-color: rgb(156 163 175 / 0.75);
}
.hover\:border-l-gray-400\/80:hover{
  border-left-color: rgb(156 163 175 / 0.8);
}
.hover\:border-l-gray-400\/85:hover{
  border-left-color: rgb(156 163 175 / 0.85);
}
.hover\:border-l-gray-400\/90:hover{
  border-left-color: rgb(156 163 175 / 0.9);
}
.hover\:border-l-gray-400\/95:hover{
  border-left-color: rgb(156 163 175 / 0.95);
}
.hover\:border-l-gray-50:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-50\/0:hover{
  border-left-color: rgb(249 250 251 / 0);
}
.hover\:border-l-gray-50\/10:hover{
  border-left-color: rgb(249 250 251 / 0.1);
}
.hover\:border-l-gray-50\/100:hover{
  border-left-color: rgb(249 250 251 / 1);
}
.hover\:border-l-gray-50\/15:hover{
  border-left-color: rgb(249 250 251 / 0.15);
}
.hover\:border-l-gray-50\/20:hover{
  border-left-color: rgb(249 250 251 / 0.2);
}
.hover\:border-l-gray-50\/25:hover{
  border-left-color: rgb(249 250 251 / 0.25);
}
.hover\:border-l-gray-50\/30:hover{
  border-left-color: rgb(249 250 251 / 0.3);
}
.hover\:border-l-gray-50\/35:hover{
  border-left-color: rgb(249 250 251 / 0.35);
}
.hover\:border-l-gray-50\/40:hover{
  border-left-color: rgb(249 250 251 / 0.4);
}
.hover\:border-l-gray-50\/45:hover{
  border-left-color: rgb(249 250 251 / 0.45);
}
.hover\:border-l-gray-50\/5:hover{
  border-left-color: rgb(249 250 251 / 0.05);
}
.hover\:border-l-gray-50\/50:hover{
  border-left-color: rgb(249 250 251 / 0.5);
}
.hover\:border-l-gray-50\/55:hover{
  border-left-color: rgb(249 250 251 / 0.55);
}
.hover\:border-l-gray-50\/60:hover{
  border-left-color: rgb(249 250 251 / 0.6);
}
.hover\:border-l-gray-50\/65:hover{
  border-left-color: rgb(249 250 251 / 0.65);
}
.hover\:border-l-gray-50\/70:hover{
  border-left-color: rgb(249 250 251 / 0.7);
}
.hover\:border-l-gray-50\/75:hover{
  border-left-color: rgb(249 250 251 / 0.75);
}
.hover\:border-l-gray-50\/80:hover{
  border-left-color: rgb(249 250 251 / 0.8);
}
.hover\:border-l-gray-50\/85:hover{
  border-left-color: rgb(249 250 251 / 0.85);
}
.hover\:border-l-gray-50\/90:hover{
  border-left-color: rgb(249 250 251 / 0.9);
}
.hover\:border-l-gray-50\/95:hover{
  border-left-color: rgb(249 250 251 / 0.95);
}
.hover\:border-l-gray-500:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-500\/0:hover{
  border-left-color: rgb(107 114 128 / 0);
}
.hover\:border-l-gray-500\/10:hover{
  border-left-color: rgb(107 114 128 / 0.1);
}
.hover\:border-l-gray-500\/100:hover{
  border-left-color: rgb(107 114 128 / 1);
}
.hover\:border-l-gray-500\/15:hover{
  border-left-color: rgb(107 114 128 / 0.15);
}
.hover\:border-l-gray-500\/20:hover{
  border-left-color: rgb(107 114 128 / 0.2);
}
.hover\:border-l-gray-500\/25:hover{
  border-left-color: rgb(107 114 128 / 0.25);
}
.hover\:border-l-gray-500\/30:hover{
  border-left-color: rgb(107 114 128 / 0.3);
}
.hover\:border-l-gray-500\/35:hover{
  border-left-color: rgb(107 114 128 / 0.35);
}
.hover\:border-l-gray-500\/40:hover{
  border-left-color: rgb(107 114 128 / 0.4);
}
.hover\:border-l-gray-500\/45:hover{
  border-left-color: rgb(107 114 128 / 0.45);
}
.hover\:border-l-gray-500\/5:hover{
  border-left-color: rgb(107 114 128 / 0.05);
}
.hover\:border-l-gray-500\/50:hover{
  border-left-color: rgb(107 114 128 / 0.5);
}
.hover\:border-l-gray-500\/55:hover{
  border-left-color: rgb(107 114 128 / 0.55);
}
.hover\:border-l-gray-500\/60:hover{
  border-left-color: rgb(107 114 128 / 0.6);
}
.hover\:border-l-gray-500\/65:hover{
  border-left-color: rgb(107 114 128 / 0.65);
}
.hover\:border-l-gray-500\/70:hover{
  border-left-color: rgb(107 114 128 / 0.7);
}
.hover\:border-l-gray-500\/75:hover{
  border-left-color: rgb(107 114 128 / 0.75);
}
.hover\:border-l-gray-500\/80:hover{
  border-left-color: rgb(107 114 128 / 0.8);
}
.hover\:border-l-gray-500\/85:hover{
  border-left-color: rgb(107 114 128 / 0.85);
}
.hover\:border-l-gray-500\/90:hover{
  border-left-color: rgb(107 114 128 / 0.9);
}
.hover\:border-l-gray-500\/95:hover{
  border-left-color: rgb(107 114 128 / 0.95);
}
.hover\:border-l-gray-600:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-600\/0:hover{
  border-left-color: rgb(75 85 99 / 0);
}
.hover\:border-l-gray-600\/10:hover{
  border-left-color: rgb(75 85 99 / 0.1);
}
.hover\:border-l-gray-600\/100:hover{
  border-left-color: rgb(75 85 99 / 1);
}
.hover\:border-l-gray-600\/15:hover{
  border-left-color: rgb(75 85 99 / 0.15);
}
.hover\:border-l-gray-600\/20:hover{
  border-left-color: rgb(75 85 99 / 0.2);
}
.hover\:border-l-gray-600\/25:hover{
  border-left-color: rgb(75 85 99 / 0.25);
}
.hover\:border-l-gray-600\/30:hover{
  border-left-color: rgb(75 85 99 / 0.3);
}
.hover\:border-l-gray-600\/35:hover{
  border-left-color: rgb(75 85 99 / 0.35);
}
.hover\:border-l-gray-600\/40:hover{
  border-left-color: rgb(75 85 99 / 0.4);
}
.hover\:border-l-gray-600\/45:hover{
  border-left-color: rgb(75 85 99 / 0.45);
}
.hover\:border-l-gray-600\/5:hover{
  border-left-color: rgb(75 85 99 / 0.05);
}
.hover\:border-l-gray-600\/50:hover{
  border-left-color: rgb(75 85 99 / 0.5);
}
.hover\:border-l-gray-600\/55:hover{
  border-left-color: rgb(75 85 99 / 0.55);
}
.hover\:border-l-gray-600\/60:hover{
  border-left-color: rgb(75 85 99 / 0.6);
}
.hover\:border-l-gray-600\/65:hover{
  border-left-color: rgb(75 85 99 / 0.65);
}
.hover\:border-l-gray-600\/70:hover{
  border-left-color: rgb(75 85 99 / 0.7);
}
.hover\:border-l-gray-600\/75:hover{
  border-left-color: rgb(75 85 99 / 0.75);
}
.hover\:border-l-gray-600\/80:hover{
  border-left-color: rgb(75 85 99 / 0.8);
}
.hover\:border-l-gray-600\/85:hover{
  border-left-color: rgb(75 85 99 / 0.85);
}
.hover\:border-l-gray-600\/90:hover{
  border-left-color: rgb(75 85 99 / 0.9);
}
.hover\:border-l-gray-600\/95:hover{
  border-left-color: rgb(75 85 99 / 0.95);
}
.hover\:border-l-gray-700:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-700\/0:hover{
  border-left-color: rgb(55 65 81 / 0);
}
.hover\:border-l-gray-700\/10:hover{
  border-left-color: rgb(55 65 81 / 0.1);
}
.hover\:border-l-gray-700\/100:hover{
  border-left-color: rgb(55 65 81 / 1);
}
.hover\:border-l-gray-700\/15:hover{
  border-left-color: rgb(55 65 81 / 0.15);
}
.hover\:border-l-gray-700\/20:hover{
  border-left-color: rgb(55 65 81 / 0.2);
}
.hover\:border-l-gray-700\/25:hover{
  border-left-color: rgb(55 65 81 / 0.25);
}
.hover\:border-l-gray-700\/30:hover{
  border-left-color: rgb(55 65 81 / 0.3);
}
.hover\:border-l-gray-700\/35:hover{
  border-left-color: rgb(55 65 81 / 0.35);
}
.hover\:border-l-gray-700\/40:hover{
  border-left-color: rgb(55 65 81 / 0.4);
}
.hover\:border-l-gray-700\/45:hover{
  border-left-color: rgb(55 65 81 / 0.45);
}
.hover\:border-l-gray-700\/5:hover{
  border-left-color: rgb(55 65 81 / 0.05);
}
.hover\:border-l-gray-700\/50:hover{
  border-left-color: rgb(55 65 81 / 0.5);
}
.hover\:border-l-gray-700\/55:hover{
  border-left-color: rgb(55 65 81 / 0.55);
}
.hover\:border-l-gray-700\/60:hover{
  border-left-color: rgb(55 65 81 / 0.6);
}
.hover\:border-l-gray-700\/65:hover{
  border-left-color: rgb(55 65 81 / 0.65);
}
.hover\:border-l-gray-700\/70:hover{
  border-left-color: rgb(55 65 81 / 0.7);
}
.hover\:border-l-gray-700\/75:hover{
  border-left-color: rgb(55 65 81 / 0.75);
}
.hover\:border-l-gray-700\/80:hover{
  border-left-color: rgb(55 65 81 / 0.8);
}
.hover\:border-l-gray-700\/85:hover{
  border-left-color: rgb(55 65 81 / 0.85);
}
.hover\:border-l-gray-700\/90:hover{
  border-left-color: rgb(55 65 81 / 0.9);
}
.hover\:border-l-gray-700\/95:hover{
  border-left-color: rgb(55 65 81 / 0.95);
}
.hover\:border-l-gray-800:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-800\/0:hover{
  border-left-color: rgb(31 41 55 / 0);
}
.hover\:border-l-gray-800\/10:hover{
  border-left-color: rgb(31 41 55 / 0.1);
}
.hover\:border-l-gray-800\/100:hover{
  border-left-color: rgb(31 41 55 / 1);
}
.hover\:border-l-gray-800\/15:hover{
  border-left-color: rgb(31 41 55 / 0.15);
}
.hover\:border-l-gray-800\/20:hover{
  border-left-color: rgb(31 41 55 / 0.2);
}
.hover\:border-l-gray-800\/25:hover{
  border-left-color: rgb(31 41 55 / 0.25);
}
.hover\:border-l-gray-800\/30:hover{
  border-left-color: rgb(31 41 55 / 0.3);
}
.hover\:border-l-gray-800\/35:hover{
  border-left-color: rgb(31 41 55 / 0.35);
}
.hover\:border-l-gray-800\/40:hover{
  border-left-color: rgb(31 41 55 / 0.4);
}
.hover\:border-l-gray-800\/45:hover{
  border-left-color: rgb(31 41 55 / 0.45);
}
.hover\:border-l-gray-800\/5:hover{
  border-left-color: rgb(31 41 55 / 0.05);
}
.hover\:border-l-gray-800\/50:hover{
  border-left-color: rgb(31 41 55 / 0.5);
}
.hover\:border-l-gray-800\/55:hover{
  border-left-color: rgb(31 41 55 / 0.55);
}
.hover\:border-l-gray-800\/60:hover{
  border-left-color: rgb(31 41 55 / 0.6);
}
.hover\:border-l-gray-800\/65:hover{
  border-left-color: rgb(31 41 55 / 0.65);
}
.hover\:border-l-gray-800\/70:hover{
  border-left-color: rgb(31 41 55 / 0.7);
}
.hover\:border-l-gray-800\/75:hover{
  border-left-color: rgb(31 41 55 / 0.75);
}
.hover\:border-l-gray-800\/80:hover{
  border-left-color: rgb(31 41 55 / 0.8);
}
.hover\:border-l-gray-800\/85:hover{
  border-left-color: rgb(31 41 55 / 0.85);
}
.hover\:border-l-gray-800\/90:hover{
  border-left-color: rgb(31 41 55 / 0.9);
}
.hover\:border-l-gray-800\/95:hover{
  border-left-color: rgb(31 41 55 / 0.95);
}
.hover\:border-l-gray-900:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-900\/0:hover{
  border-left-color: rgb(17 24 39 / 0);
}
.hover\:border-l-gray-900\/10:hover{
  border-left-color: rgb(17 24 39 / 0.1);
}
.hover\:border-l-gray-900\/100:hover{
  border-left-color: rgb(17 24 39 / 1);
}
.hover\:border-l-gray-900\/15:hover{
  border-left-color: rgb(17 24 39 / 0.15);
}
.hover\:border-l-gray-900\/20:hover{
  border-left-color: rgb(17 24 39 / 0.2);
}
.hover\:border-l-gray-900\/25:hover{
  border-left-color: rgb(17 24 39 / 0.25);
}
.hover\:border-l-gray-900\/30:hover{
  border-left-color: rgb(17 24 39 / 0.3);
}
.hover\:border-l-gray-900\/35:hover{
  border-left-color: rgb(17 24 39 / 0.35);
}
.hover\:border-l-gray-900\/40:hover{
  border-left-color: rgb(17 24 39 / 0.4);
}
.hover\:border-l-gray-900\/45:hover{
  border-left-color: rgb(17 24 39 / 0.45);
}
.hover\:border-l-gray-900\/5:hover{
  border-left-color: rgb(17 24 39 / 0.05);
}
.hover\:border-l-gray-900\/50:hover{
  border-left-color: rgb(17 24 39 / 0.5);
}
.hover\:border-l-gray-900\/55:hover{
  border-left-color: rgb(17 24 39 / 0.55);
}
.hover\:border-l-gray-900\/60:hover{
  border-left-color: rgb(17 24 39 / 0.6);
}
.hover\:border-l-gray-900\/65:hover{
  border-left-color: rgb(17 24 39 / 0.65);
}
.hover\:border-l-gray-900\/70:hover{
  border-left-color: rgb(17 24 39 / 0.7);
}
.hover\:border-l-gray-900\/75:hover{
  border-left-color: rgb(17 24 39 / 0.75);
}
.hover\:border-l-gray-900\/80:hover{
  border-left-color: rgb(17 24 39 / 0.8);
}
.hover\:border-l-gray-900\/85:hover{
  border-left-color: rgb(17 24 39 / 0.85);
}
.hover\:border-l-gray-900\/90:hover{
  border-left-color: rgb(17 24 39 / 0.9);
}
.hover\:border-l-gray-900\/95:hover{
  border-left-color: rgb(17 24 39 / 0.95);
}
.hover\:border-l-gray-950:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-l-gray-950\/0:hover{
  border-left-color: rgb(3 7 18 / 0);
}
.hover\:border-l-gray-950\/10:hover{
  border-left-color: rgb(3 7 18 / 0.1);
}
.hover\:border-l-gray-950\/100:hover{
  border-left-color: rgb(3 7 18 / 1);
}
.hover\:border-l-gray-950\/15:hover{
  border-left-color: rgb(3 7 18 / 0.15);
}
.hover\:border-l-gray-950\/20:hover{
  border-left-color: rgb(3 7 18 / 0.2);
}
.hover\:border-l-gray-950\/25:hover{
  border-left-color: rgb(3 7 18 / 0.25);
}
.hover\:border-l-gray-950\/30:hover{
  border-left-color: rgb(3 7 18 / 0.3);
}
.hover\:border-l-gray-950\/35:hover{
  border-left-color: rgb(3 7 18 / 0.35);
}
.hover\:border-l-gray-950\/40:hover{
  border-left-color: rgb(3 7 18 / 0.4);
}
.hover\:border-l-gray-950\/45:hover{
  border-left-color: rgb(3 7 18 / 0.45);
}
.hover\:border-l-gray-950\/5:hover{
  border-left-color: rgb(3 7 18 / 0.05);
}
.hover\:border-l-gray-950\/50:hover{
  border-left-color: rgb(3 7 18 / 0.5);
}
.hover\:border-l-gray-950\/55:hover{
  border-left-color: rgb(3 7 18 / 0.55);
}
.hover\:border-l-gray-950\/60:hover{
  border-left-color: rgb(3 7 18 / 0.6);
}
.hover\:border-l-gray-950\/65:hover{
  border-left-color: rgb(3 7 18 / 0.65);
}
.hover\:border-l-gray-950\/70:hover{
  border-left-color: rgb(3 7 18 / 0.7);
}
.hover\:border-l-gray-950\/75:hover{
  border-left-color: rgb(3 7 18 / 0.75);
}
.hover\:border-l-gray-950\/80:hover{
  border-left-color: rgb(3 7 18 / 0.8);
}
.hover\:border-l-gray-950\/85:hover{
  border-left-color: rgb(3 7 18 / 0.85);
}
.hover\:border-l-gray-950\/90:hover{
  border-left-color: rgb(3 7 18 / 0.9);
}
.hover\:border-l-gray-950\/95:hover{
  border-left-color: rgb(3 7 18 / 0.95);
}
.hover\:border-l-inherit:hover{
  border-left-color: inherit;
}
.hover\:border-l-primary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-dark\/0:hover{
  border-left-color: rgb(26 88 121 / 0);
}
.hover\:border-l-primary-dark\/10:hover{
  border-left-color: rgb(26 88 121 / 0.1);
}
.hover\:border-l-primary-dark\/100:hover{
  border-left-color: rgb(26 88 121 / 1);
}
.hover\:border-l-primary-dark\/15:hover{
  border-left-color: rgb(26 88 121 / 0.15);
}
.hover\:border-l-primary-dark\/20:hover{
  border-left-color: rgb(26 88 121 / 0.2);
}
.hover\:border-l-primary-dark\/25:hover{
  border-left-color: rgb(26 88 121 / 0.25);
}
.hover\:border-l-primary-dark\/30:hover{
  border-left-color: rgb(26 88 121 / 0.3);
}
.hover\:border-l-primary-dark\/35:hover{
  border-left-color: rgb(26 88 121 / 0.35);
}
.hover\:border-l-primary-dark\/40:hover{
  border-left-color: rgb(26 88 121 / 0.4);
}
.hover\:border-l-primary-dark\/45:hover{
  border-left-color: rgb(26 88 121 / 0.45);
}
.hover\:border-l-primary-dark\/5:hover{
  border-left-color: rgb(26 88 121 / 0.05);
}
.hover\:border-l-primary-dark\/50:hover{
  border-left-color: rgb(26 88 121 / 0.5);
}
.hover\:border-l-primary-dark\/55:hover{
  border-left-color: rgb(26 88 121 / 0.55);
}
.hover\:border-l-primary-dark\/60:hover{
  border-left-color: rgb(26 88 121 / 0.6);
}
.hover\:border-l-primary-dark\/65:hover{
  border-left-color: rgb(26 88 121 / 0.65);
}
.hover\:border-l-primary-dark\/70:hover{
  border-left-color: rgb(26 88 121 / 0.7);
}
.hover\:border-l-primary-dark\/75:hover{
  border-left-color: rgb(26 88 121 / 0.75);
}
.hover\:border-l-primary-dark\/80:hover{
  border-left-color: rgb(26 88 121 / 0.8);
}
.hover\:border-l-primary-dark\/85:hover{
  border-left-color: rgb(26 88 121 / 0.85);
}
.hover\:border-l-primary-dark\/90:hover{
  border-left-color: rgb(26 88 121 / 0.9);
}
.hover\:border-l-primary-dark\/95:hover{
  border-left-color: rgb(26 88 121 / 0.95);
}
.hover\:border-l-primary-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-light\/0:hover{
  border-left-color: rgb(85 154 193 / 0);
}
.hover\:border-l-primary-light\/10:hover{
  border-left-color: rgb(85 154 193 / 0.1);
}
.hover\:border-l-primary-light\/100:hover{
  border-left-color: rgb(85 154 193 / 1);
}
.hover\:border-l-primary-light\/15:hover{
  border-left-color: rgb(85 154 193 / 0.15);
}
.hover\:border-l-primary-light\/20:hover{
  border-left-color: rgb(85 154 193 / 0.2);
}
.hover\:border-l-primary-light\/25:hover{
  border-left-color: rgb(85 154 193 / 0.25);
}
.hover\:border-l-primary-light\/30:hover{
  border-left-color: rgb(85 154 193 / 0.3);
}
.hover\:border-l-primary-light\/35:hover{
  border-left-color: rgb(85 154 193 / 0.35);
}
.hover\:border-l-primary-light\/40:hover{
  border-left-color: rgb(85 154 193 / 0.4);
}
.hover\:border-l-primary-light\/45:hover{
  border-left-color: rgb(85 154 193 / 0.45);
}
.hover\:border-l-primary-light\/5:hover{
  border-left-color: rgb(85 154 193 / 0.05);
}
.hover\:border-l-primary-light\/50:hover{
  border-left-color: rgb(85 154 193 / 0.5);
}
.hover\:border-l-primary-light\/55:hover{
  border-left-color: rgb(85 154 193 / 0.55);
}
.hover\:border-l-primary-light\/60:hover{
  border-left-color: rgb(85 154 193 / 0.6);
}
.hover\:border-l-primary-light\/65:hover{
  border-left-color: rgb(85 154 193 / 0.65);
}
.hover\:border-l-primary-light\/70:hover{
  border-left-color: rgb(85 154 193 / 0.7);
}
.hover\:border-l-primary-light\/75:hover{
  border-left-color: rgb(85 154 193 / 0.75);
}
.hover\:border-l-primary-light\/80:hover{
  border-left-color: rgb(85 154 193 / 0.8);
}
.hover\:border-l-primary-light\/85:hover{
  border-left-color: rgb(85 154 193 / 0.85);
}
.hover\:border-l-primary-light\/90:hover{
  border-left-color: rgb(85 154 193 / 0.9);
}
.hover\:border-l-primary-light\/95:hover{
  border-left-color: rgb(85 154 193 / 0.95);
}
.hover\:border-l-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-l-primary-lighter\/0:hover{
  border-left-color: rgb(115 177 212 / 0);
}
.hover\:border-l-primary-lighter\/10:hover{
  border-left-color: rgb(115 177 212 / 0.1);
}
.hover\:border-l-primary-lighter\/100:hover{
  border-left-color: rgb(115 177 212 / 1);
}
.hover\:border-l-primary-lighter\/15:hover{
  border-left-color: rgb(115 177 212 / 0.15);
}
.hover\:border-l-primary-lighter\/20:hover{
  border-left-color: rgb(115 177 212 / 0.2);
}
.hover\:border-l-primary-lighter\/25:hover{
  border-left-color: rgb(115 177 212 / 0.25);
}
.hover\:border-l-primary-lighter\/30:hover{
  border-left-color: rgb(115 177 212 / 0.3);
}
.hover\:border-l-primary-lighter\/35:hover{
  border-left-color: rgb(115 177 212 / 0.35);
}
.hover\:border-l-primary-lighter\/40:hover{
  border-left-color: rgb(115 177 212 / 0.4);
}
.hover\:border-l-primary-lighter\/45:hover{
  border-left-color: rgb(115 177 212 / 0.45);
}
.hover\:border-l-primary-lighter\/5:hover{
  border-left-color: rgb(115 177 212 / 0.05);
}
.hover\:border-l-primary-lighter\/50:hover{
  border-left-color: rgb(115 177 212 / 0.5);
}
.hover\:border-l-primary-lighter\/55:hover{
  border-left-color: rgb(115 177 212 / 0.55);
}
.hover\:border-l-primary-lighter\/60:hover{
  border-left-color: rgb(115 177 212 / 0.6);
}
.hover\:border-l-primary-lighter\/65:hover{
  border-left-color: rgb(115 177 212 / 0.65);
}
.hover\:border-l-primary-lighter\/70:hover{
  border-left-color: rgb(115 177 212 / 0.7);
}
.hover\:border-l-primary-lighter\/75:hover{
  border-left-color: rgb(115 177 212 / 0.75);
}
.hover\:border-l-primary-lighter\/80:hover{
  border-left-color: rgb(115 177 212 / 0.8);
}
.hover\:border-l-primary-lighter\/85:hover{
  border-left-color: rgb(115 177 212 / 0.85);
}
.hover\:border-l-primary-lighter\/90:hover{
  border-left-color: rgb(115 177 212 / 0.9);
}
.hover\:border-l-primary-lighter\/95:hover{
  border-left-color: rgb(115 177 212 / 0.95);
}
.hover\:border-l-primary\/0:hover{
  border-left-color: rgb(52 114 147 / 0);
}
.hover\:border-l-primary\/10:hover{
  border-left-color: rgb(52 114 147 / 0.1);
}
.hover\:border-l-primary\/100:hover{
  border-left-color: rgb(52 114 147 / 1);
}
.hover\:border-l-primary\/15:hover{
  border-left-color: rgb(52 114 147 / 0.15);
}
.hover\:border-l-primary\/20:hover{
  border-left-color: rgb(52 114 147 / 0.2);
}
.hover\:border-l-primary\/25:hover{
  border-left-color: rgb(52 114 147 / 0.25);
}
.hover\:border-l-primary\/30:hover{
  border-left-color: rgb(52 114 147 / 0.3);
}
.hover\:border-l-primary\/35:hover{
  border-left-color: rgb(52 114 147 / 0.35);
}
.hover\:border-l-primary\/40:hover{
  border-left-color: rgb(52 114 147 / 0.4);
}
.hover\:border-l-primary\/45:hover{
  border-left-color: rgb(52 114 147 / 0.45);
}
.hover\:border-l-primary\/5:hover{
  border-left-color: rgb(52 114 147 / 0.05);
}
.hover\:border-l-primary\/50:hover{
  border-left-color: rgb(52 114 147 / 0.5);
}
.hover\:border-l-primary\/55:hover{
  border-left-color: rgb(52 114 147 / 0.55);
}
.hover\:border-l-primary\/60:hover{
  border-left-color: rgb(52 114 147 / 0.6);
}
.hover\:border-l-primary\/65:hover{
  border-left-color: rgb(52 114 147 / 0.65);
}
.hover\:border-l-primary\/70:hover{
  border-left-color: rgb(52 114 147 / 0.7);
}
.hover\:border-l-primary\/75:hover{
  border-left-color: rgb(52 114 147 / 0.75);
}
.hover\:border-l-primary\/80:hover{
  border-left-color: rgb(52 114 147 / 0.8);
}
.hover\:border-l-primary\/85:hover{
  border-left-color: rgb(52 114 147 / 0.85);
}
.hover\:border-l-primary\/90:hover{
  border-left-color: rgb(52 114 147 / 0.9);
}
.hover\:border-l-primary\/95:hover{
  border-left-color: rgb(52 114 147 / 0.95);
}
.hover\:border-l-secondary:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-dark\/0:hover{
  border-left-color: rgb(226 207 188 / 0);
}
.hover\:border-l-secondary-dark\/10:hover{
  border-left-color: rgb(226 207 188 / 0.1);
}
.hover\:border-l-secondary-dark\/100:hover{
  border-left-color: rgb(226 207 188 / 1);
}
.hover\:border-l-secondary-dark\/15:hover{
  border-left-color: rgb(226 207 188 / 0.15);
}
.hover\:border-l-secondary-dark\/20:hover{
  border-left-color: rgb(226 207 188 / 0.2);
}
.hover\:border-l-secondary-dark\/25:hover{
  border-left-color: rgb(226 207 188 / 0.25);
}
.hover\:border-l-secondary-dark\/30:hover{
  border-left-color: rgb(226 207 188 / 0.3);
}
.hover\:border-l-secondary-dark\/35:hover{
  border-left-color: rgb(226 207 188 / 0.35);
}
.hover\:border-l-secondary-dark\/40:hover{
  border-left-color: rgb(226 207 188 / 0.4);
}
.hover\:border-l-secondary-dark\/45:hover{
  border-left-color: rgb(226 207 188 / 0.45);
}
.hover\:border-l-secondary-dark\/5:hover{
  border-left-color: rgb(226 207 188 / 0.05);
}
.hover\:border-l-secondary-dark\/50:hover{
  border-left-color: rgb(226 207 188 / 0.5);
}
.hover\:border-l-secondary-dark\/55:hover{
  border-left-color: rgb(226 207 188 / 0.55);
}
.hover\:border-l-secondary-dark\/60:hover{
  border-left-color: rgb(226 207 188 / 0.6);
}
.hover\:border-l-secondary-dark\/65:hover{
  border-left-color: rgb(226 207 188 / 0.65);
}
.hover\:border-l-secondary-dark\/70:hover{
  border-left-color: rgb(226 207 188 / 0.7);
}
.hover\:border-l-secondary-dark\/75:hover{
  border-left-color: rgb(226 207 188 / 0.75);
}
.hover\:border-l-secondary-dark\/80:hover{
  border-left-color: rgb(226 207 188 / 0.8);
}
.hover\:border-l-secondary-dark\/85:hover{
  border-left-color: rgb(226 207 188 / 0.85);
}
.hover\:border-l-secondary-dark\/90:hover{
  border-left-color: rgb(226 207 188 / 0.9);
}
.hover\:border-l-secondary-dark\/95:hover{
  border-left-color: rgb(226 207 188 / 0.95);
}
.hover\:border-l-secondary-light:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-l-secondary-light\/0:hover{
  border-left-color: rgb(254 250 247 / 0);
}
.hover\:border-l-secondary-light\/10:hover{
  border-left-color: rgb(254 250 247 / 0.1);
}
.hover\:border-l-secondary-light\/100:hover{
  border-left-color: rgb(254 250 247 / 1);
}
.hover\:border-l-secondary-light\/15:hover{
  border-left-color: rgb(254 250 247 / 0.15);
}
.hover\:border-l-secondary-light\/20:hover{
  border-left-color: rgb(254 250 247 / 0.2);
}
.hover\:border-l-secondary-light\/25:hover{
  border-left-color: rgb(254 250 247 / 0.25);
}
.hover\:border-l-secondary-light\/30:hover{
  border-left-color: rgb(254 250 247 / 0.3);
}
.hover\:border-l-secondary-light\/35:hover{
  border-left-color: rgb(254 250 247 / 0.35);
}
.hover\:border-l-secondary-light\/40:hover{
  border-left-color: rgb(254 250 247 / 0.4);
}
.hover\:border-l-secondary-light\/45:hover{
  border-left-color: rgb(254 250 247 / 0.45);
}
.hover\:border-l-secondary-light\/5:hover{
  border-left-color: rgb(254 250 247 / 0.05);
}
.hover\:border-l-secondary-light\/50:hover{
  border-left-color: rgb(254 250 247 / 0.5);
}
.hover\:border-l-secondary-light\/55:hover{
  border-left-color: rgb(254 250 247 / 0.55);
}
.hover\:border-l-secondary-light\/60:hover{
  border-left-color: rgb(254 250 247 / 0.6);
}
.hover\:border-l-secondary-light\/65:hover{
  border-left-color: rgb(254 250 247 / 0.65);
}
.hover\:border-l-secondary-light\/70:hover{
  border-left-color: rgb(254 250 247 / 0.7);
}
.hover\:border-l-secondary-light\/75:hover{
  border-left-color: rgb(254 250 247 / 0.75);
}
.hover\:border-l-secondary-light\/80:hover{
  border-left-color: rgb(254 250 247 / 0.8);
}
.hover\:border-l-secondary-light\/85:hover{
  border-left-color: rgb(254 250 247 / 0.85);
}
.hover\:border-l-secondary-light\/90:hover{
  border-left-color: rgb(254 250 247 / 0.9);
}
.hover\:border-l-secondary-light\/95:hover{
  border-left-color: rgb(254 250 247 / 0.95);
}
.hover\:border-l-secondary\/0:hover{
  border-left-color: rgb(243 234 225 / 0);
}
.hover\:border-l-secondary\/10:hover{
  border-left-color: rgb(243 234 225 / 0.1);
}
.hover\:border-l-secondary\/100:hover{
  border-left-color: rgb(243 234 225 / 1);
}
.hover\:border-l-secondary\/15:hover{
  border-left-color: rgb(243 234 225 / 0.15);
}
.hover\:border-l-secondary\/20:hover{
  border-left-color: rgb(243 234 225 / 0.2);
}
.hover\:border-l-secondary\/25:hover{
  border-left-color: rgb(243 234 225 / 0.25);
}
.hover\:border-l-secondary\/30:hover{
  border-left-color: rgb(243 234 225 / 0.3);
}
.hover\:border-l-secondary\/35:hover{
  border-left-color: rgb(243 234 225 / 0.35);
}
.hover\:border-l-secondary\/40:hover{
  border-left-color: rgb(243 234 225 / 0.4);
}
.hover\:border-l-secondary\/45:hover{
  border-left-color: rgb(243 234 225 / 0.45);
}
.hover\:border-l-secondary\/5:hover{
  border-left-color: rgb(243 234 225 / 0.05);
}
.hover\:border-l-secondary\/50:hover{
  border-left-color: rgb(243 234 225 / 0.5);
}
.hover\:border-l-secondary\/55:hover{
  border-left-color: rgb(243 234 225 / 0.55);
}
.hover\:border-l-secondary\/60:hover{
  border-left-color: rgb(243 234 225 / 0.6);
}
.hover\:border-l-secondary\/65:hover{
  border-left-color: rgb(243 234 225 / 0.65);
}
.hover\:border-l-secondary\/70:hover{
  border-left-color: rgb(243 234 225 / 0.7);
}
.hover\:border-l-secondary\/75:hover{
  border-left-color: rgb(243 234 225 / 0.75);
}
.hover\:border-l-secondary\/80:hover{
  border-left-color: rgb(243 234 225 / 0.8);
}
.hover\:border-l-secondary\/85:hover{
  border-left-color: rgb(243 234 225 / 0.85);
}
.hover\:border-l-secondary\/90:hover{
  border-left-color: rgb(243 234 225 / 0.9);
}
.hover\:border-l-secondary\/95:hover{
  border-left-color: rgb(243 234 225 / 0.95);
}
.hover\:border-l-transparent:hover{
  border-left-color: transparent;
}
.hover\:border-l-transparent\/0:hover{
  border-left-color: rgb(0 0 0 / 0);
}
.hover\:border-l-transparent\/10:hover{
  border-left-color: rgb(0 0 0 / 0.1);
}
.hover\:border-l-transparent\/100:hover{
  border-left-color: rgb(0 0 0 / 1);
}
.hover\:border-l-transparent\/15:hover{
  border-left-color: rgb(0 0 0 / 0.15);
}
.hover\:border-l-transparent\/20:hover{
  border-left-color: rgb(0 0 0 / 0.2);
}
.hover\:border-l-transparent\/25:hover{
  border-left-color: rgb(0 0 0 / 0.25);
}
.hover\:border-l-transparent\/30:hover{
  border-left-color: rgb(0 0 0 / 0.3);
}
.hover\:border-l-transparent\/35:hover{
  border-left-color: rgb(0 0 0 / 0.35);
}
.hover\:border-l-transparent\/40:hover{
  border-left-color: rgb(0 0 0 / 0.4);
}
.hover\:border-l-transparent\/45:hover{
  border-left-color: rgb(0 0 0 / 0.45);
}
.hover\:border-l-transparent\/5:hover{
  border-left-color: rgb(0 0 0 / 0.05);
}
.hover\:border-l-transparent\/50:hover{
  border-left-color: rgb(0 0 0 / 0.5);
}
.hover\:border-l-transparent\/55:hover{
  border-left-color: rgb(0 0 0 / 0.55);
}
.hover\:border-l-transparent\/60:hover{
  border-left-color: rgb(0 0 0 / 0.6);
}
.hover\:border-l-transparent\/65:hover{
  border-left-color: rgb(0 0 0 / 0.65);
}
.hover\:border-l-transparent\/70:hover{
  border-left-color: rgb(0 0 0 / 0.7);
}
.hover\:border-l-transparent\/75:hover{
  border-left-color: rgb(0 0 0 / 0.75);
}
.hover\:border-l-transparent\/80:hover{
  border-left-color: rgb(0 0 0 / 0.8);
}
.hover\:border-l-transparent\/85:hover{
  border-left-color: rgb(0 0 0 / 0.85);
}
.hover\:border-l-transparent\/90:hover{
  border-left-color: rgb(0 0 0 / 0.9);
}
.hover\:border-l-transparent\/95:hover{
  border-left-color: rgb(0 0 0 / 0.95);
}
.hover\:border-l-white:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-l-white\/0:hover{
  border-left-color: rgb(255 255 255 / 0);
}
.hover\:border-l-white\/10:hover{
  border-left-color: rgb(255 255 255 / 0.1);
}
.hover\:border-l-white\/100:hover{
  border-left-color: rgb(255 255 255 / 1);
}
.hover\:border-l-white\/15:hover{
  border-left-color: rgb(255 255 255 / 0.15);
}
.hover\:border-l-white\/20:hover{
  border-left-color: rgb(255 255 255 / 0.2);
}
.hover\:border-l-white\/25:hover{
  border-left-color: rgb(255 255 255 / 0.25);
}
.hover\:border-l-white\/30:hover{
  border-left-color: rgb(255 255 255 / 0.3);
}
.hover\:border-l-white\/35:hover{
  border-left-color: rgb(255 255 255 / 0.35);
}
.hover\:border-l-white\/40:hover{
  border-left-color: rgb(255 255 255 / 0.4);
}
.hover\:border-l-white\/45:hover{
  border-left-color: rgb(255 255 255 / 0.45);
}
.hover\:border-l-white\/5:hover{
  border-left-color: rgb(255 255 255 / 0.05);
}
.hover\:border-l-white\/50:hover{
  border-left-color: rgb(255 255 255 / 0.5);
}
.hover\:border-l-white\/55:hover{
  border-left-color: rgb(255 255 255 / 0.55);
}
.hover\:border-l-white\/60:hover{
  border-left-color: rgb(255 255 255 / 0.6);
}
.hover\:border-l-white\/65:hover{
  border-left-color: rgb(255 255 255 / 0.65);
}
.hover\:border-l-white\/70:hover{
  border-left-color: rgb(255 255 255 / 0.7);
}
.hover\:border-l-white\/75:hover{
  border-left-color: rgb(255 255 255 / 0.75);
}
.hover\:border-l-white\/80:hover{
  border-left-color: rgb(255 255 255 / 0.8);
}
.hover\:border-l-white\/85:hover{
  border-left-color: rgb(255 255 255 / 0.85);
}
.hover\:border-l-white\/90:hover{
  border-left-color: rgb(255 255 255 / 0.9);
}
.hover\:border-l-white\/95:hover{
  border-left-color: rgb(255 255 255 / 0.95);
}
.hover\:border-r-accent:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-dark:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-dark\/0:hover{
  border-right-color: rgb(225 114 45 / 0);
}
.hover\:border-r-accent-dark\/10:hover{
  border-right-color: rgb(225 114 45 / 0.1);
}
.hover\:border-r-accent-dark\/100:hover{
  border-right-color: rgb(225 114 45 / 1);
}
.hover\:border-r-accent-dark\/15:hover{
  border-right-color: rgb(225 114 45 / 0.15);
}
.hover\:border-r-accent-dark\/20:hover{
  border-right-color: rgb(225 114 45 / 0.2);
}
.hover\:border-r-accent-dark\/25:hover{
  border-right-color: rgb(225 114 45 / 0.25);
}
.hover\:border-r-accent-dark\/30:hover{
  border-right-color: rgb(225 114 45 / 0.3);
}
.hover\:border-r-accent-dark\/35:hover{
  border-right-color: rgb(225 114 45 / 0.35);
}
.hover\:border-r-accent-dark\/40:hover{
  border-right-color: rgb(225 114 45 / 0.4);
}
.hover\:border-r-accent-dark\/45:hover{
  border-right-color: rgb(225 114 45 / 0.45);
}
.hover\:border-r-accent-dark\/5:hover{
  border-right-color: rgb(225 114 45 / 0.05);
}
.hover\:border-r-accent-dark\/50:hover{
  border-right-color: rgb(225 114 45 / 0.5);
}
.hover\:border-r-accent-dark\/55:hover{
  border-right-color: rgb(225 114 45 / 0.55);
}
.hover\:border-r-accent-dark\/60:hover{
  border-right-color: rgb(225 114 45 / 0.6);
}
.hover\:border-r-accent-dark\/65:hover{
  border-right-color: rgb(225 114 45 / 0.65);
}
.hover\:border-r-accent-dark\/70:hover{
  border-right-color: rgb(225 114 45 / 0.7);
}
.hover\:border-r-accent-dark\/75:hover{
  border-right-color: rgb(225 114 45 / 0.75);
}
.hover\:border-r-accent-dark\/80:hover{
  border-right-color: rgb(225 114 45 / 0.8);
}
.hover\:border-r-accent-dark\/85:hover{
  border-right-color: rgb(225 114 45 / 0.85);
}
.hover\:border-r-accent-dark\/90:hover{
  border-right-color: rgb(225 114 45 / 0.9);
}
.hover\:border-r-accent-dark\/95:hover{
  border-right-color: rgb(225 114 45 / 0.95);
}
.hover\:border-r-accent-light:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-r-accent-light\/0:hover{
  border-right-color: rgb(255 191 105 / 0);
}
.hover\:border-r-accent-light\/10:hover{
  border-right-color: rgb(255 191 105 / 0.1);
}
.hover\:border-r-accent-light\/100:hover{
  border-right-color: rgb(255 191 105 / 1);
}
.hover\:border-r-accent-light\/15:hover{
  border-right-color: rgb(255 191 105 / 0.15);
}
.hover\:border-r-accent-light\/20:hover{
  border-right-color: rgb(255 191 105 / 0.2);
}
.hover\:border-r-accent-light\/25:hover{
  border-right-color: rgb(255 191 105 / 0.25);
}
.hover\:border-r-accent-light\/30:hover{
  border-right-color: rgb(255 191 105 / 0.3);
}
.hover\:border-r-accent-light\/35:hover{
  border-right-color: rgb(255 191 105 / 0.35);
}
.hover\:border-r-accent-light\/40:hover{
  border-right-color: rgb(255 191 105 / 0.4);
}
.hover\:border-r-accent-light\/45:hover{
  border-right-color: rgb(255 191 105 / 0.45);
}
.hover\:border-r-accent-light\/5:hover{
  border-right-color: rgb(255 191 105 / 0.05);
}
.hover\:border-r-accent-light\/50:hover{
  border-right-color: rgb(255 191 105 / 0.5);
}
.hover\:border-r-accent-light\/55:hover{
  border-right-color: rgb(255 191 105 / 0.55);
}
.hover\:border-r-accent-light\/60:hover{
  border-right-color: rgb(255 191 105 / 0.6);
}
.hover\:border-r-accent-light\/65:hover{
  border-right-color: rgb(255 191 105 / 0.65);
}
.hover\:border-r-accent-light\/70:hover{
  border-right-color: rgb(255 191 105 / 0.7);
}
.hover\:border-r-accent-light\/75:hover{
  border-right-color: rgb(255 191 105 / 0.75);
}
.hover\:border-r-accent-light\/80:hover{
  border-right-color: rgb(255 191 105 / 0.8);
}
.hover\:border-r-accent-light\/85:hover{
  border-right-color: rgb(255 191 105 / 0.85);
}
.hover\:border-r-accent-light\/90:hover{
  border-right-color: rgb(255 191 105 / 0.9);
}
.hover\:border-r-accent-light\/95:hover{
  border-right-color: rgb(255 191 105 / 0.95);
}
.hover\:border-r-accent\/0:hover{
  border-right-color: rgb(229 136 78 / 0);
}
.hover\:border-r-accent\/10:hover{
  border-right-color: rgb(229 136 78 / 0.1);
}
.hover\:border-r-accent\/100:hover{
  border-right-color: rgb(229 136 78 / 1);
}
.hover\:border-r-accent\/15:hover{
  border-right-color: rgb(229 136 78 / 0.15);
}
.hover\:border-r-accent\/20:hover{
  border-right-color: rgb(229 136 78 / 0.2);
}
.hover\:border-r-accent\/25:hover{
  border-right-color: rgb(229 136 78 / 0.25);
}
.hover\:border-r-accent\/30:hover{
  border-right-color: rgb(229 136 78 / 0.3);
}
.hover\:border-r-accent\/35:hover{
  border-right-color: rgb(229 136 78 / 0.35);
}
.hover\:border-r-accent\/40:hover{
  border-right-color: rgb(229 136 78 / 0.4);
}
.hover\:border-r-accent\/45:hover{
  border-right-color: rgb(229 136 78 / 0.45);
}
.hover\:border-r-accent\/5:hover{
  border-right-color: rgb(229 136 78 / 0.05);
}
.hover\:border-r-accent\/50:hover{
  border-right-color: rgb(229 136 78 / 0.5);
}
.hover\:border-r-accent\/55:hover{
  border-right-color: rgb(229 136 78 / 0.55);
}
.hover\:border-r-accent\/60:hover{
  border-right-color: rgb(229 136 78 / 0.6);
}
.hover\:border-r-accent\/65:hover{
  border-right-color: rgb(229 136 78 / 0.65);
}
.hover\:border-r-accent\/70:hover{
  border-right-color: rgb(229 136 78 / 0.7);
}
.hover\:border-r-accent\/75:hover{
  border-right-color: rgb(229 136 78 / 0.75);
}
.hover\:border-r-accent\/80:hover{
  border-right-color: rgb(229 136 78 / 0.8);
}
.hover\:border-r-accent\/85:hover{
  border-right-color: rgb(229 136 78 / 0.85);
}
.hover\:border-r-accent\/90:hover{
  border-right-color: rgb(229 136 78 / 0.9);
}
.hover\:border-r-accent\/95:hover{
  border-right-color: rgb(229 136 78 / 0.95);
}
.hover\:border-r-black:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-r-black\/0:hover{
  border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-r-black\/10:hover{
  border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-r-black\/100:hover{
  border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-r-black\/15:hover{
  border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-r-black\/20:hover{
  border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-r-black\/25:hover{
  border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-r-black\/30:hover{
  border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-r-black\/35:hover{
  border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-r-black\/40:hover{
  border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-r-black\/45:hover{
  border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-r-black\/5:hover{
  border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-r-black\/50:hover{
  border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-r-black\/55:hover{
  border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-r-black\/60:hover{
  border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-r-black\/65:hover{
  border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-r-black\/70:hover{
  border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-r-black\/75:hover{
  border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-r-black\/80:hover{
  border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-r-black\/85:hover{
  border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-r-black\/90:hover{
  border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-r-black\/95:hover{
  border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-r-current:hover{
  border-right-color: currentColor;
}
.hover\:border-r-error:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-r-error\/0:hover{
  border-right-color: rgb(255 0 0 / 0);
}
.hover\:border-r-error\/10:hover{
  border-right-color: rgb(255 0 0 / 0.1);
}
.hover\:border-r-error\/100:hover{
  border-right-color: rgb(255 0 0 / 1);
}
.hover\:border-r-error\/15:hover{
  border-right-color: rgb(255 0 0 / 0.15);
}
.hover\:border-r-error\/20:hover{
  border-right-color: rgb(255 0 0 / 0.2);
}
.hover\:border-r-error\/25:hover{
  border-right-color: rgb(255 0 0 / 0.25);
}
.hover\:border-r-error\/30:hover{
  border-right-color: rgb(255 0 0 / 0.3);
}
.hover\:border-r-error\/35:hover{
  border-right-color: rgb(255 0 0 / 0.35);
}
.hover\:border-r-error\/40:hover{
  border-right-color: rgb(255 0 0 / 0.4);
}
.hover\:border-r-error\/45:hover{
  border-right-color: rgb(255 0 0 / 0.45);
}
.hover\:border-r-error\/5:hover{
  border-right-color: rgb(255 0 0 / 0.05);
}
.hover\:border-r-error\/50:hover{
  border-right-color: rgb(255 0 0 / 0.5);
}
.hover\:border-r-error\/55:hover{
  border-right-color: rgb(255 0 0 / 0.55);
}
.hover\:border-r-error\/60:hover{
  border-right-color: rgb(255 0 0 / 0.6);
}
.hover\:border-r-error\/65:hover{
  border-right-color: rgb(255 0 0 / 0.65);
}
.hover\:border-r-error\/70:hover{
  border-right-color: rgb(255 0 0 / 0.7);
}
.hover\:border-r-error\/75:hover{
  border-right-color: rgb(255 0 0 / 0.75);
}
.hover\:border-r-error\/80:hover{
  border-right-color: rgb(255 0 0 / 0.8);
}
.hover\:border-r-error\/85:hover{
  border-right-color: rgb(255 0 0 / 0.85);
}
.hover\:border-r-error\/90:hover{
  border-right-color: rgb(255 0 0 / 0.9);
}
.hover\:border-r-error\/95:hover{
  border-right-color: rgb(255 0 0 / 0.95);
}
.hover\:border-r-gray-100:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-100\/0:hover{
  border-right-color: rgb(243 244 246 / 0);
}
.hover\:border-r-gray-100\/10:hover{
  border-right-color: rgb(243 244 246 / 0.1);
}
.hover\:border-r-gray-100\/100:hover{
  border-right-color: rgb(243 244 246 / 1);
}
.hover\:border-r-gray-100\/15:hover{
  border-right-color: rgb(243 244 246 / 0.15);
}
.hover\:border-r-gray-100\/20:hover{
  border-right-color: rgb(243 244 246 / 0.2);
}
.hover\:border-r-gray-100\/25:hover{
  border-right-color: rgb(243 244 246 / 0.25);
}
.hover\:border-r-gray-100\/30:hover{
  border-right-color: rgb(243 244 246 / 0.3);
}
.hover\:border-r-gray-100\/35:hover{
  border-right-color: rgb(243 244 246 / 0.35);
}
.hover\:border-r-gray-100\/40:hover{
  border-right-color: rgb(243 244 246 / 0.4);
}
.hover\:border-r-gray-100\/45:hover{
  border-right-color: rgb(243 244 246 / 0.45);
}
.hover\:border-r-gray-100\/5:hover{
  border-right-color: rgb(243 244 246 / 0.05);
}
.hover\:border-r-gray-100\/50:hover{
  border-right-color: rgb(243 244 246 / 0.5);
}
.hover\:border-r-gray-100\/55:hover{
  border-right-color: rgb(243 244 246 / 0.55);
}
.hover\:border-r-gray-100\/60:hover{
  border-right-color: rgb(243 244 246 / 0.6);
}
.hover\:border-r-gray-100\/65:hover{
  border-right-color: rgb(243 244 246 / 0.65);
}
.hover\:border-r-gray-100\/70:hover{
  border-right-color: rgb(243 244 246 / 0.7);
}
.hover\:border-r-gray-100\/75:hover{
  border-right-color: rgb(243 244 246 / 0.75);
}
.hover\:border-r-gray-100\/80:hover{
  border-right-color: rgb(243 244 246 / 0.8);
}
.hover\:border-r-gray-100\/85:hover{
  border-right-color: rgb(243 244 246 / 0.85);
}
.hover\:border-r-gray-100\/90:hover{
  border-right-color: rgb(243 244 246 / 0.9);
}
.hover\:border-r-gray-100\/95:hover{
  border-right-color: rgb(243 244 246 / 0.95);
}
.hover\:border-r-gray-200:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-200\/0:hover{
  border-right-color: rgb(229 231 235 / 0);
}
.hover\:border-r-gray-200\/10:hover{
  border-right-color: rgb(229 231 235 / 0.1);
}
.hover\:border-r-gray-200\/100:hover{
  border-right-color: rgb(229 231 235 / 1);
}
.hover\:border-r-gray-200\/15:hover{
  border-right-color: rgb(229 231 235 / 0.15);
}
.hover\:border-r-gray-200\/20:hover{
  border-right-color: rgb(229 231 235 / 0.2);
}
.hover\:border-r-gray-200\/25:hover{
  border-right-color: rgb(229 231 235 / 0.25);
}
.hover\:border-r-gray-200\/30:hover{
  border-right-color: rgb(229 231 235 / 0.3);
}
.hover\:border-r-gray-200\/35:hover{
  border-right-color: rgb(229 231 235 / 0.35);
}
.hover\:border-r-gray-200\/40:hover{
  border-right-color: rgb(229 231 235 / 0.4);
}
.hover\:border-r-gray-200\/45:hover{
  border-right-color: rgb(229 231 235 / 0.45);
}
.hover\:border-r-gray-200\/5:hover{
  border-right-color: rgb(229 231 235 / 0.05);
}
.hover\:border-r-gray-200\/50:hover{
  border-right-color: rgb(229 231 235 / 0.5);
}
.hover\:border-r-gray-200\/55:hover{
  border-right-color: rgb(229 231 235 / 0.55);
}
.hover\:border-r-gray-200\/60:hover{
  border-right-color: rgb(229 231 235 / 0.6);
}
.hover\:border-r-gray-200\/65:hover{
  border-right-color: rgb(229 231 235 / 0.65);
}
.hover\:border-r-gray-200\/70:hover{
  border-right-color: rgb(229 231 235 / 0.7);
}
.hover\:border-r-gray-200\/75:hover{
  border-right-color: rgb(229 231 235 / 0.75);
}
.hover\:border-r-gray-200\/80:hover{
  border-right-color: rgb(229 231 235 / 0.8);
}
.hover\:border-r-gray-200\/85:hover{
  border-right-color: rgb(229 231 235 / 0.85);
}
.hover\:border-r-gray-200\/90:hover{
  border-right-color: rgb(229 231 235 / 0.9);
}
.hover\:border-r-gray-200\/95:hover{
  border-right-color: rgb(229 231 235 / 0.95);
}
.hover\:border-r-gray-300:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-300\/0:hover{
  border-right-color: rgb(209 213 219 / 0);
}
.hover\:border-r-gray-300\/10:hover{
  border-right-color: rgb(209 213 219 / 0.1);
}
.hover\:border-r-gray-300\/100:hover{
  border-right-color: rgb(209 213 219 / 1);
}
.hover\:border-r-gray-300\/15:hover{
  border-right-color: rgb(209 213 219 / 0.15);
}
.hover\:border-r-gray-300\/20:hover{
  border-right-color: rgb(209 213 219 / 0.2);
}
.hover\:border-r-gray-300\/25:hover{
  border-right-color: rgb(209 213 219 / 0.25);
}
.hover\:border-r-gray-300\/30:hover{
  border-right-color: rgb(209 213 219 / 0.3);
}
.hover\:border-r-gray-300\/35:hover{
  border-right-color: rgb(209 213 219 / 0.35);
}
.hover\:border-r-gray-300\/40:hover{
  border-right-color: rgb(209 213 219 / 0.4);
}
.hover\:border-r-gray-300\/45:hover{
  border-right-color: rgb(209 213 219 / 0.45);
}
.hover\:border-r-gray-300\/5:hover{
  border-right-color: rgb(209 213 219 / 0.05);
}
.hover\:border-r-gray-300\/50:hover{
  border-right-color: rgb(209 213 219 / 0.5);
}
.hover\:border-r-gray-300\/55:hover{
  border-right-color: rgb(209 213 219 / 0.55);
}
.hover\:border-r-gray-300\/60:hover{
  border-right-color: rgb(209 213 219 / 0.6);
}
.hover\:border-r-gray-300\/65:hover{
  border-right-color: rgb(209 213 219 / 0.65);
}
.hover\:border-r-gray-300\/70:hover{
  border-right-color: rgb(209 213 219 / 0.7);
}
.hover\:border-r-gray-300\/75:hover{
  border-right-color: rgb(209 213 219 / 0.75);
}
.hover\:border-r-gray-300\/80:hover{
  border-right-color: rgb(209 213 219 / 0.8);
}
.hover\:border-r-gray-300\/85:hover{
  border-right-color: rgb(209 213 219 / 0.85);
}
.hover\:border-r-gray-300\/90:hover{
  border-right-color: rgb(209 213 219 / 0.9);
}
.hover\:border-r-gray-300\/95:hover{
  border-right-color: rgb(209 213 219 / 0.95);
}
.hover\:border-r-gray-400:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-400\/0:hover{
  border-right-color: rgb(156 163 175 / 0);
}
.hover\:border-r-gray-400\/10:hover{
  border-right-color: rgb(156 163 175 / 0.1);
}
.hover\:border-r-gray-400\/100:hover{
  border-right-color: rgb(156 163 175 / 1);
}
.hover\:border-r-gray-400\/15:hover{
  border-right-color: rgb(156 163 175 / 0.15);
}
.hover\:border-r-gray-400\/20:hover{
  border-right-color: rgb(156 163 175 / 0.2);
}
.hover\:border-r-gray-400\/25:hover{
  border-right-color: rgb(156 163 175 / 0.25);
}
.hover\:border-r-gray-400\/30:hover{
  border-right-color: rgb(156 163 175 / 0.3);
}
.hover\:border-r-gray-400\/35:hover{
  border-right-color: rgb(156 163 175 / 0.35);
}
.hover\:border-r-gray-400\/40:hover{
  border-right-color: rgb(156 163 175 / 0.4);
}
.hover\:border-r-gray-400\/45:hover{
  border-right-color: rgb(156 163 175 / 0.45);
}
.hover\:border-r-gray-400\/5:hover{
  border-right-color: rgb(156 163 175 / 0.05);
}
.hover\:border-r-gray-400\/50:hover{
  border-right-color: rgb(156 163 175 / 0.5);
}
.hover\:border-r-gray-400\/55:hover{
  border-right-color: rgb(156 163 175 / 0.55);
}
.hover\:border-r-gray-400\/60:hover{
  border-right-color: rgb(156 163 175 / 0.6);
}
.hover\:border-r-gray-400\/65:hover{
  border-right-color: rgb(156 163 175 / 0.65);
}
.hover\:border-r-gray-400\/70:hover{
  border-right-color: rgb(156 163 175 / 0.7);
}
.hover\:border-r-gray-400\/75:hover{
  border-right-color: rgb(156 163 175 / 0.75);
}
.hover\:border-r-gray-400\/80:hover{
  border-right-color: rgb(156 163 175 / 0.8);
}
.hover\:border-r-gray-400\/85:hover{
  border-right-color: rgb(156 163 175 / 0.85);
}
.hover\:border-r-gray-400\/90:hover{
  border-right-color: rgb(156 163 175 / 0.9);
}
.hover\:border-r-gray-400\/95:hover{
  border-right-color: rgb(156 163 175 / 0.95);
}
.hover\:border-r-gray-50:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-50\/0:hover{
  border-right-color: rgb(249 250 251 / 0);
}
.hover\:border-r-gray-50\/10:hover{
  border-right-color: rgb(249 250 251 / 0.1);
}
.hover\:border-r-gray-50\/100:hover{
  border-right-color: rgb(249 250 251 / 1);
}
.hover\:border-r-gray-50\/15:hover{
  border-right-color: rgb(249 250 251 / 0.15);
}
.hover\:border-r-gray-50\/20:hover{
  border-right-color: rgb(249 250 251 / 0.2);
}
.hover\:border-r-gray-50\/25:hover{
  border-right-color: rgb(249 250 251 / 0.25);
}
.hover\:border-r-gray-50\/30:hover{
  border-right-color: rgb(249 250 251 / 0.3);
}
.hover\:border-r-gray-50\/35:hover{
  border-right-color: rgb(249 250 251 / 0.35);
}
.hover\:border-r-gray-50\/40:hover{
  border-right-color: rgb(249 250 251 / 0.4);
}
.hover\:border-r-gray-50\/45:hover{
  border-right-color: rgb(249 250 251 / 0.45);
}
.hover\:border-r-gray-50\/5:hover{
  border-right-color: rgb(249 250 251 / 0.05);
}
.hover\:border-r-gray-50\/50:hover{
  border-right-color: rgb(249 250 251 / 0.5);
}
.hover\:border-r-gray-50\/55:hover{
  border-right-color: rgb(249 250 251 / 0.55);
}
.hover\:border-r-gray-50\/60:hover{
  border-right-color: rgb(249 250 251 / 0.6);
}
.hover\:border-r-gray-50\/65:hover{
  border-right-color: rgb(249 250 251 / 0.65);
}
.hover\:border-r-gray-50\/70:hover{
  border-right-color: rgb(249 250 251 / 0.7);
}
.hover\:border-r-gray-50\/75:hover{
  border-right-color: rgb(249 250 251 / 0.75);
}
.hover\:border-r-gray-50\/80:hover{
  border-right-color: rgb(249 250 251 / 0.8);
}
.hover\:border-r-gray-50\/85:hover{
  border-right-color: rgb(249 250 251 / 0.85);
}
.hover\:border-r-gray-50\/90:hover{
  border-right-color: rgb(249 250 251 / 0.9);
}
.hover\:border-r-gray-50\/95:hover{
  border-right-color: rgb(249 250 251 / 0.95);
}
.hover\:border-r-gray-500:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-500\/0:hover{
  border-right-color: rgb(107 114 128 / 0);
}
.hover\:border-r-gray-500\/10:hover{
  border-right-color: rgb(107 114 128 / 0.1);
}
.hover\:border-r-gray-500\/100:hover{
  border-right-color: rgb(107 114 128 / 1);
}
.hover\:border-r-gray-500\/15:hover{
  border-right-color: rgb(107 114 128 / 0.15);
}
.hover\:border-r-gray-500\/20:hover{
  border-right-color: rgb(107 114 128 / 0.2);
}
.hover\:border-r-gray-500\/25:hover{
  border-right-color: rgb(107 114 128 / 0.25);
}
.hover\:border-r-gray-500\/30:hover{
  border-right-color: rgb(107 114 128 / 0.3);
}
.hover\:border-r-gray-500\/35:hover{
  border-right-color: rgb(107 114 128 / 0.35);
}
.hover\:border-r-gray-500\/40:hover{
  border-right-color: rgb(107 114 128 / 0.4);
}
.hover\:border-r-gray-500\/45:hover{
  border-right-color: rgb(107 114 128 / 0.45);
}
.hover\:border-r-gray-500\/5:hover{
  border-right-color: rgb(107 114 128 / 0.05);
}
.hover\:border-r-gray-500\/50:hover{
  border-right-color: rgb(107 114 128 / 0.5);
}
.hover\:border-r-gray-500\/55:hover{
  border-right-color: rgb(107 114 128 / 0.55);
}
.hover\:border-r-gray-500\/60:hover{
  border-right-color: rgb(107 114 128 / 0.6);
}
.hover\:border-r-gray-500\/65:hover{
  border-right-color: rgb(107 114 128 / 0.65);
}
.hover\:border-r-gray-500\/70:hover{
  border-right-color: rgb(107 114 128 / 0.7);
}
.hover\:border-r-gray-500\/75:hover{
  border-right-color: rgb(107 114 128 / 0.75);
}
.hover\:border-r-gray-500\/80:hover{
  border-right-color: rgb(107 114 128 / 0.8);
}
.hover\:border-r-gray-500\/85:hover{
  border-right-color: rgb(107 114 128 / 0.85);
}
.hover\:border-r-gray-500\/90:hover{
  border-right-color: rgb(107 114 128 / 0.9);
}
.hover\:border-r-gray-500\/95:hover{
  border-right-color: rgb(107 114 128 / 0.95);
}
.hover\:border-r-gray-600:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-600\/0:hover{
  border-right-color: rgb(75 85 99 / 0);
}
.hover\:border-r-gray-600\/10:hover{
  border-right-color: rgb(75 85 99 / 0.1);
}
.hover\:border-r-gray-600\/100:hover{
  border-right-color: rgb(75 85 99 / 1);
}
.hover\:border-r-gray-600\/15:hover{
  border-right-color: rgb(75 85 99 / 0.15);
}
.hover\:border-r-gray-600\/20:hover{
  border-right-color: rgb(75 85 99 / 0.2);
}
.hover\:border-r-gray-600\/25:hover{
  border-right-color: rgb(75 85 99 / 0.25);
}
.hover\:border-r-gray-600\/30:hover{
  border-right-color: rgb(75 85 99 / 0.3);
}
.hover\:border-r-gray-600\/35:hover{
  border-right-color: rgb(75 85 99 / 0.35);
}
.hover\:border-r-gray-600\/40:hover{
  border-right-color: rgb(75 85 99 / 0.4);
}
.hover\:border-r-gray-600\/45:hover{
  border-right-color: rgb(75 85 99 / 0.45);
}
.hover\:border-r-gray-600\/5:hover{
  border-right-color: rgb(75 85 99 / 0.05);
}
.hover\:border-r-gray-600\/50:hover{
  border-right-color: rgb(75 85 99 / 0.5);
}
.hover\:border-r-gray-600\/55:hover{
  border-right-color: rgb(75 85 99 / 0.55);
}
.hover\:border-r-gray-600\/60:hover{
  border-right-color: rgb(75 85 99 / 0.6);
}
.hover\:border-r-gray-600\/65:hover{
  border-right-color: rgb(75 85 99 / 0.65);
}
.hover\:border-r-gray-600\/70:hover{
  border-right-color: rgb(75 85 99 / 0.7);
}
.hover\:border-r-gray-600\/75:hover{
  border-right-color: rgb(75 85 99 / 0.75);
}
.hover\:border-r-gray-600\/80:hover{
  border-right-color: rgb(75 85 99 / 0.8);
}
.hover\:border-r-gray-600\/85:hover{
  border-right-color: rgb(75 85 99 / 0.85);
}
.hover\:border-r-gray-600\/90:hover{
  border-right-color: rgb(75 85 99 / 0.9);
}
.hover\:border-r-gray-600\/95:hover{
  border-right-color: rgb(75 85 99 / 0.95);
}
.hover\:border-r-gray-700:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-700\/0:hover{
  border-right-color: rgb(55 65 81 / 0);
}
.hover\:border-r-gray-700\/10:hover{
  border-right-color: rgb(55 65 81 / 0.1);
}
.hover\:border-r-gray-700\/100:hover{
  border-right-color: rgb(55 65 81 / 1);
}
.hover\:border-r-gray-700\/15:hover{
  border-right-color: rgb(55 65 81 / 0.15);
}
.hover\:border-r-gray-700\/20:hover{
  border-right-color: rgb(55 65 81 / 0.2);
}
.hover\:border-r-gray-700\/25:hover{
  border-right-color: rgb(55 65 81 / 0.25);
}
.hover\:border-r-gray-700\/30:hover{
  border-right-color: rgb(55 65 81 / 0.3);
}
.hover\:border-r-gray-700\/35:hover{
  border-right-color: rgb(55 65 81 / 0.35);
}
.hover\:border-r-gray-700\/40:hover{
  border-right-color: rgb(55 65 81 / 0.4);
}
.hover\:border-r-gray-700\/45:hover{
  border-right-color: rgb(55 65 81 / 0.45);
}
.hover\:border-r-gray-700\/5:hover{
  border-right-color: rgb(55 65 81 / 0.05);
}
.hover\:border-r-gray-700\/50:hover{
  border-right-color: rgb(55 65 81 / 0.5);
}
.hover\:border-r-gray-700\/55:hover{
  border-right-color: rgb(55 65 81 / 0.55);
}
.hover\:border-r-gray-700\/60:hover{
  border-right-color: rgb(55 65 81 / 0.6);
}
.hover\:border-r-gray-700\/65:hover{
  border-right-color: rgb(55 65 81 / 0.65);
}
.hover\:border-r-gray-700\/70:hover{
  border-right-color: rgb(55 65 81 / 0.7);
}
.hover\:border-r-gray-700\/75:hover{
  border-right-color: rgb(55 65 81 / 0.75);
}
.hover\:border-r-gray-700\/80:hover{
  border-right-color: rgb(55 65 81 / 0.8);
}
.hover\:border-r-gray-700\/85:hover{
  border-right-color: rgb(55 65 81 / 0.85);
}
.hover\:border-r-gray-700\/90:hover{
  border-right-color: rgb(55 65 81 / 0.9);
}
.hover\:border-r-gray-700\/95:hover{
  border-right-color: rgb(55 65 81 / 0.95);
}
.hover\:border-r-gray-800:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-800\/0:hover{
  border-right-color: rgb(31 41 55 / 0);
}
.hover\:border-r-gray-800\/10:hover{
  border-right-color: rgb(31 41 55 / 0.1);
}
.hover\:border-r-gray-800\/100:hover{
  border-right-color: rgb(31 41 55 / 1);
}
.hover\:border-r-gray-800\/15:hover{
  border-right-color: rgb(31 41 55 / 0.15);
}
.hover\:border-r-gray-800\/20:hover{
  border-right-color: rgb(31 41 55 / 0.2);
}
.hover\:border-r-gray-800\/25:hover{
  border-right-color: rgb(31 41 55 / 0.25);
}
.hover\:border-r-gray-800\/30:hover{
  border-right-color: rgb(31 41 55 / 0.3);
}
.hover\:border-r-gray-800\/35:hover{
  border-right-color: rgb(31 41 55 / 0.35);
}
.hover\:border-r-gray-800\/40:hover{
  border-right-color: rgb(31 41 55 / 0.4);
}
.hover\:border-r-gray-800\/45:hover{
  border-right-color: rgb(31 41 55 / 0.45);
}
.hover\:border-r-gray-800\/5:hover{
  border-right-color: rgb(31 41 55 / 0.05);
}
.hover\:border-r-gray-800\/50:hover{
  border-right-color: rgb(31 41 55 / 0.5);
}
.hover\:border-r-gray-800\/55:hover{
  border-right-color: rgb(31 41 55 / 0.55);
}
.hover\:border-r-gray-800\/60:hover{
  border-right-color: rgb(31 41 55 / 0.6);
}
.hover\:border-r-gray-800\/65:hover{
  border-right-color: rgb(31 41 55 / 0.65);
}
.hover\:border-r-gray-800\/70:hover{
  border-right-color: rgb(31 41 55 / 0.7);
}
.hover\:border-r-gray-800\/75:hover{
  border-right-color: rgb(31 41 55 / 0.75);
}
.hover\:border-r-gray-800\/80:hover{
  border-right-color: rgb(31 41 55 / 0.8);
}
.hover\:border-r-gray-800\/85:hover{
  border-right-color: rgb(31 41 55 / 0.85);
}
.hover\:border-r-gray-800\/90:hover{
  border-right-color: rgb(31 41 55 / 0.9);
}
.hover\:border-r-gray-800\/95:hover{
  border-right-color: rgb(31 41 55 / 0.95);
}
.hover\:border-r-gray-900:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-900\/0:hover{
  border-right-color: rgb(17 24 39 / 0);
}
.hover\:border-r-gray-900\/10:hover{
  border-right-color: rgb(17 24 39 / 0.1);
}
.hover\:border-r-gray-900\/100:hover{
  border-right-color: rgb(17 24 39 / 1);
}
.hover\:border-r-gray-900\/15:hover{
  border-right-color: rgb(17 24 39 / 0.15);
}
.hover\:border-r-gray-900\/20:hover{
  border-right-color: rgb(17 24 39 / 0.2);
}
.hover\:border-r-gray-900\/25:hover{
  border-right-color: rgb(17 24 39 / 0.25);
}
.hover\:border-r-gray-900\/30:hover{
  border-right-color: rgb(17 24 39 / 0.3);
}
.hover\:border-r-gray-900\/35:hover{
  border-right-color: rgb(17 24 39 / 0.35);
}
.hover\:border-r-gray-900\/40:hover{
  border-right-color: rgb(17 24 39 / 0.4);
}
.hover\:border-r-gray-900\/45:hover{
  border-right-color: rgb(17 24 39 / 0.45);
}
.hover\:border-r-gray-900\/5:hover{
  border-right-color: rgb(17 24 39 / 0.05);
}
.hover\:border-r-gray-900\/50:hover{
  border-right-color: rgb(17 24 39 / 0.5);
}
.hover\:border-r-gray-900\/55:hover{
  border-right-color: rgb(17 24 39 / 0.55);
}
.hover\:border-r-gray-900\/60:hover{
  border-right-color: rgb(17 24 39 / 0.6);
}
.hover\:border-r-gray-900\/65:hover{
  border-right-color: rgb(17 24 39 / 0.65);
}
.hover\:border-r-gray-900\/70:hover{
  border-right-color: rgb(17 24 39 / 0.7);
}
.hover\:border-r-gray-900\/75:hover{
  border-right-color: rgb(17 24 39 / 0.75);
}
.hover\:border-r-gray-900\/80:hover{
  border-right-color: rgb(17 24 39 / 0.8);
}
.hover\:border-r-gray-900\/85:hover{
  border-right-color: rgb(17 24 39 / 0.85);
}
.hover\:border-r-gray-900\/90:hover{
  border-right-color: rgb(17 24 39 / 0.9);
}
.hover\:border-r-gray-900\/95:hover{
  border-right-color: rgb(17 24 39 / 0.95);
}
.hover\:border-r-gray-950:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-r-gray-950\/0:hover{
  border-right-color: rgb(3 7 18 / 0);
}
.hover\:border-r-gray-950\/10:hover{
  border-right-color: rgb(3 7 18 / 0.1);
}
.hover\:border-r-gray-950\/100:hover{
  border-right-color: rgb(3 7 18 / 1);
}
.hover\:border-r-gray-950\/15:hover{
  border-right-color: rgb(3 7 18 / 0.15);
}
.hover\:border-r-gray-950\/20:hover{
  border-right-color: rgb(3 7 18 / 0.2);
}
.hover\:border-r-gray-950\/25:hover{
  border-right-color: rgb(3 7 18 / 0.25);
}
.hover\:border-r-gray-950\/30:hover{
  border-right-color: rgb(3 7 18 / 0.3);
}
.hover\:border-r-gray-950\/35:hover{
  border-right-color: rgb(3 7 18 / 0.35);
}
.hover\:border-r-gray-950\/40:hover{
  border-right-color: rgb(3 7 18 / 0.4);
}
.hover\:border-r-gray-950\/45:hover{
  border-right-color: rgb(3 7 18 / 0.45);
}
.hover\:border-r-gray-950\/5:hover{
  border-right-color: rgb(3 7 18 / 0.05);
}
.hover\:border-r-gray-950\/50:hover{
  border-right-color: rgb(3 7 18 / 0.5);
}
.hover\:border-r-gray-950\/55:hover{
  border-right-color: rgb(3 7 18 / 0.55);
}
.hover\:border-r-gray-950\/60:hover{
  border-right-color: rgb(3 7 18 / 0.6);
}
.hover\:border-r-gray-950\/65:hover{
  border-right-color: rgb(3 7 18 / 0.65);
}
.hover\:border-r-gray-950\/70:hover{
  border-right-color: rgb(3 7 18 / 0.7);
}
.hover\:border-r-gray-950\/75:hover{
  border-right-color: rgb(3 7 18 / 0.75);
}
.hover\:border-r-gray-950\/80:hover{
  border-right-color: rgb(3 7 18 / 0.8);
}
.hover\:border-r-gray-950\/85:hover{
  border-right-color: rgb(3 7 18 / 0.85);
}
.hover\:border-r-gray-950\/90:hover{
  border-right-color: rgb(3 7 18 / 0.9);
}
.hover\:border-r-gray-950\/95:hover{
  border-right-color: rgb(3 7 18 / 0.95);
}
.hover\:border-r-inherit:hover{
  border-right-color: inherit;
}
.hover\:border-r-primary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-dark:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-dark\/0:hover{
  border-right-color: rgb(26 88 121 / 0);
}
.hover\:border-r-primary-dark\/10:hover{
  border-right-color: rgb(26 88 121 / 0.1);
}
.hover\:border-r-primary-dark\/100:hover{
  border-right-color: rgb(26 88 121 / 1);
}
.hover\:border-r-primary-dark\/15:hover{
  border-right-color: rgb(26 88 121 / 0.15);
}
.hover\:border-r-primary-dark\/20:hover{
  border-right-color: rgb(26 88 121 / 0.2);
}
.hover\:border-r-primary-dark\/25:hover{
  border-right-color: rgb(26 88 121 / 0.25);
}
.hover\:border-r-primary-dark\/30:hover{
  border-right-color: rgb(26 88 121 / 0.3);
}
.hover\:border-r-primary-dark\/35:hover{
  border-right-color: rgb(26 88 121 / 0.35);
}
.hover\:border-r-primary-dark\/40:hover{
  border-right-color: rgb(26 88 121 / 0.4);
}
.hover\:border-r-primary-dark\/45:hover{
  border-right-color: rgb(26 88 121 / 0.45);
}
.hover\:border-r-primary-dark\/5:hover{
  border-right-color: rgb(26 88 121 / 0.05);
}
.hover\:border-r-primary-dark\/50:hover{
  border-right-color: rgb(26 88 121 / 0.5);
}
.hover\:border-r-primary-dark\/55:hover{
  border-right-color: rgb(26 88 121 / 0.55);
}
.hover\:border-r-primary-dark\/60:hover{
  border-right-color: rgb(26 88 121 / 0.6);
}
.hover\:border-r-primary-dark\/65:hover{
  border-right-color: rgb(26 88 121 / 0.65);
}
.hover\:border-r-primary-dark\/70:hover{
  border-right-color: rgb(26 88 121 / 0.7);
}
.hover\:border-r-primary-dark\/75:hover{
  border-right-color: rgb(26 88 121 / 0.75);
}
.hover\:border-r-primary-dark\/80:hover{
  border-right-color: rgb(26 88 121 / 0.8);
}
.hover\:border-r-primary-dark\/85:hover{
  border-right-color: rgb(26 88 121 / 0.85);
}
.hover\:border-r-primary-dark\/90:hover{
  border-right-color: rgb(26 88 121 / 0.9);
}
.hover\:border-r-primary-dark\/95:hover{
  border-right-color: rgb(26 88 121 / 0.95);
}
.hover\:border-r-primary-light:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-light\/0:hover{
  border-right-color: rgb(85 154 193 / 0);
}
.hover\:border-r-primary-light\/10:hover{
  border-right-color: rgb(85 154 193 / 0.1);
}
.hover\:border-r-primary-light\/100:hover{
  border-right-color: rgb(85 154 193 / 1);
}
.hover\:border-r-primary-light\/15:hover{
  border-right-color: rgb(85 154 193 / 0.15);
}
.hover\:border-r-primary-light\/20:hover{
  border-right-color: rgb(85 154 193 / 0.2);
}
.hover\:border-r-primary-light\/25:hover{
  border-right-color: rgb(85 154 193 / 0.25);
}
.hover\:border-r-primary-light\/30:hover{
  border-right-color: rgb(85 154 193 / 0.3);
}
.hover\:border-r-primary-light\/35:hover{
  border-right-color: rgb(85 154 193 / 0.35);
}
.hover\:border-r-primary-light\/40:hover{
  border-right-color: rgb(85 154 193 / 0.4);
}
.hover\:border-r-primary-light\/45:hover{
  border-right-color: rgb(85 154 193 / 0.45);
}
.hover\:border-r-primary-light\/5:hover{
  border-right-color: rgb(85 154 193 / 0.05);
}
.hover\:border-r-primary-light\/50:hover{
  border-right-color: rgb(85 154 193 / 0.5);
}
.hover\:border-r-primary-light\/55:hover{
  border-right-color: rgb(85 154 193 / 0.55);
}
.hover\:border-r-primary-light\/60:hover{
  border-right-color: rgb(85 154 193 / 0.6);
}
.hover\:border-r-primary-light\/65:hover{
  border-right-color: rgb(85 154 193 / 0.65);
}
.hover\:border-r-primary-light\/70:hover{
  border-right-color: rgb(85 154 193 / 0.7);
}
.hover\:border-r-primary-light\/75:hover{
  border-right-color: rgb(85 154 193 / 0.75);
}
.hover\:border-r-primary-light\/80:hover{
  border-right-color: rgb(85 154 193 / 0.8);
}
.hover\:border-r-primary-light\/85:hover{
  border-right-color: rgb(85 154 193 / 0.85);
}
.hover\:border-r-primary-light\/90:hover{
  border-right-color: rgb(85 154 193 / 0.9);
}
.hover\:border-r-primary-light\/95:hover{
  border-right-color: rgb(85 154 193 / 0.95);
}
.hover\:border-r-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-r-primary-lighter\/0:hover{
  border-right-color: rgb(115 177 212 / 0);
}
.hover\:border-r-primary-lighter\/10:hover{
  border-right-color: rgb(115 177 212 / 0.1);
}
.hover\:border-r-primary-lighter\/100:hover{
  border-right-color: rgb(115 177 212 / 1);
}
.hover\:border-r-primary-lighter\/15:hover{
  border-right-color: rgb(115 177 212 / 0.15);
}
.hover\:border-r-primary-lighter\/20:hover{
  border-right-color: rgb(115 177 212 / 0.2);
}
.hover\:border-r-primary-lighter\/25:hover{
  border-right-color: rgb(115 177 212 / 0.25);
}
.hover\:border-r-primary-lighter\/30:hover{
  border-right-color: rgb(115 177 212 / 0.3);
}
.hover\:border-r-primary-lighter\/35:hover{
  border-right-color: rgb(115 177 212 / 0.35);
}
.hover\:border-r-primary-lighter\/40:hover{
  border-right-color: rgb(115 177 212 / 0.4);
}
.hover\:border-r-primary-lighter\/45:hover{
  border-right-color: rgb(115 177 212 / 0.45);
}
.hover\:border-r-primary-lighter\/5:hover{
  border-right-color: rgb(115 177 212 / 0.05);
}
.hover\:border-r-primary-lighter\/50:hover{
  border-right-color: rgb(115 177 212 / 0.5);
}
.hover\:border-r-primary-lighter\/55:hover{
  border-right-color: rgb(115 177 212 / 0.55);
}
.hover\:border-r-primary-lighter\/60:hover{
  border-right-color: rgb(115 177 212 / 0.6);
}
.hover\:border-r-primary-lighter\/65:hover{
  border-right-color: rgb(115 177 212 / 0.65);
}
.hover\:border-r-primary-lighter\/70:hover{
  border-right-color: rgb(115 177 212 / 0.7);
}
.hover\:border-r-primary-lighter\/75:hover{
  border-right-color: rgb(115 177 212 / 0.75);
}
.hover\:border-r-primary-lighter\/80:hover{
  border-right-color: rgb(115 177 212 / 0.8);
}
.hover\:border-r-primary-lighter\/85:hover{
  border-right-color: rgb(115 177 212 / 0.85);
}
.hover\:border-r-primary-lighter\/90:hover{
  border-right-color: rgb(115 177 212 / 0.9);
}
.hover\:border-r-primary-lighter\/95:hover{
  border-right-color: rgb(115 177 212 / 0.95);
}
.hover\:border-r-primary\/0:hover{
  border-right-color: rgb(52 114 147 / 0);
}
.hover\:border-r-primary\/10:hover{
  border-right-color: rgb(52 114 147 / 0.1);
}
.hover\:border-r-primary\/100:hover{
  border-right-color: rgb(52 114 147 / 1);
}
.hover\:border-r-primary\/15:hover{
  border-right-color: rgb(52 114 147 / 0.15);
}
.hover\:border-r-primary\/20:hover{
  border-right-color: rgb(52 114 147 / 0.2);
}
.hover\:border-r-primary\/25:hover{
  border-right-color: rgb(52 114 147 / 0.25);
}
.hover\:border-r-primary\/30:hover{
  border-right-color: rgb(52 114 147 / 0.3);
}
.hover\:border-r-primary\/35:hover{
  border-right-color: rgb(52 114 147 / 0.35);
}
.hover\:border-r-primary\/40:hover{
  border-right-color: rgb(52 114 147 / 0.4);
}
.hover\:border-r-primary\/45:hover{
  border-right-color: rgb(52 114 147 / 0.45);
}
.hover\:border-r-primary\/5:hover{
  border-right-color: rgb(52 114 147 / 0.05);
}
.hover\:border-r-primary\/50:hover{
  border-right-color: rgb(52 114 147 / 0.5);
}
.hover\:border-r-primary\/55:hover{
  border-right-color: rgb(52 114 147 / 0.55);
}
.hover\:border-r-primary\/60:hover{
  border-right-color: rgb(52 114 147 / 0.6);
}
.hover\:border-r-primary\/65:hover{
  border-right-color: rgb(52 114 147 / 0.65);
}
.hover\:border-r-primary\/70:hover{
  border-right-color: rgb(52 114 147 / 0.7);
}
.hover\:border-r-primary\/75:hover{
  border-right-color: rgb(52 114 147 / 0.75);
}
.hover\:border-r-primary\/80:hover{
  border-right-color: rgb(52 114 147 / 0.8);
}
.hover\:border-r-primary\/85:hover{
  border-right-color: rgb(52 114 147 / 0.85);
}
.hover\:border-r-primary\/90:hover{
  border-right-color: rgb(52 114 147 / 0.9);
}
.hover\:border-r-primary\/95:hover{
  border-right-color: rgb(52 114 147 / 0.95);
}
.hover\:border-r-secondary:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-dark\/0:hover{
  border-right-color: rgb(226 207 188 / 0);
}
.hover\:border-r-secondary-dark\/10:hover{
  border-right-color: rgb(226 207 188 / 0.1);
}
.hover\:border-r-secondary-dark\/100:hover{
  border-right-color: rgb(226 207 188 / 1);
}
.hover\:border-r-secondary-dark\/15:hover{
  border-right-color: rgb(226 207 188 / 0.15);
}
.hover\:border-r-secondary-dark\/20:hover{
  border-right-color: rgb(226 207 188 / 0.2);
}
.hover\:border-r-secondary-dark\/25:hover{
  border-right-color: rgb(226 207 188 / 0.25);
}
.hover\:border-r-secondary-dark\/30:hover{
  border-right-color: rgb(226 207 188 / 0.3);
}
.hover\:border-r-secondary-dark\/35:hover{
  border-right-color: rgb(226 207 188 / 0.35);
}
.hover\:border-r-secondary-dark\/40:hover{
  border-right-color: rgb(226 207 188 / 0.4);
}
.hover\:border-r-secondary-dark\/45:hover{
  border-right-color: rgb(226 207 188 / 0.45);
}
.hover\:border-r-secondary-dark\/5:hover{
  border-right-color: rgb(226 207 188 / 0.05);
}
.hover\:border-r-secondary-dark\/50:hover{
  border-right-color: rgb(226 207 188 / 0.5);
}
.hover\:border-r-secondary-dark\/55:hover{
  border-right-color: rgb(226 207 188 / 0.55);
}
.hover\:border-r-secondary-dark\/60:hover{
  border-right-color: rgb(226 207 188 / 0.6);
}
.hover\:border-r-secondary-dark\/65:hover{
  border-right-color: rgb(226 207 188 / 0.65);
}
.hover\:border-r-secondary-dark\/70:hover{
  border-right-color: rgb(226 207 188 / 0.7);
}
.hover\:border-r-secondary-dark\/75:hover{
  border-right-color: rgb(226 207 188 / 0.75);
}
.hover\:border-r-secondary-dark\/80:hover{
  border-right-color: rgb(226 207 188 / 0.8);
}
.hover\:border-r-secondary-dark\/85:hover{
  border-right-color: rgb(226 207 188 / 0.85);
}
.hover\:border-r-secondary-dark\/90:hover{
  border-right-color: rgb(226 207 188 / 0.9);
}
.hover\:border-r-secondary-dark\/95:hover{
  border-right-color: rgb(226 207 188 / 0.95);
}
.hover\:border-r-secondary-light:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-r-secondary-light\/0:hover{
  border-right-color: rgb(254 250 247 / 0);
}
.hover\:border-r-secondary-light\/10:hover{
  border-right-color: rgb(254 250 247 / 0.1);
}
.hover\:border-r-secondary-light\/100:hover{
  border-right-color: rgb(254 250 247 / 1);
}
.hover\:border-r-secondary-light\/15:hover{
  border-right-color: rgb(254 250 247 / 0.15);
}
.hover\:border-r-secondary-light\/20:hover{
  border-right-color: rgb(254 250 247 / 0.2);
}
.hover\:border-r-secondary-light\/25:hover{
  border-right-color: rgb(254 250 247 / 0.25);
}
.hover\:border-r-secondary-light\/30:hover{
  border-right-color: rgb(254 250 247 / 0.3);
}
.hover\:border-r-secondary-light\/35:hover{
  border-right-color: rgb(254 250 247 / 0.35);
}
.hover\:border-r-secondary-light\/40:hover{
  border-right-color: rgb(254 250 247 / 0.4);
}
.hover\:border-r-secondary-light\/45:hover{
  border-right-color: rgb(254 250 247 / 0.45);
}
.hover\:border-r-secondary-light\/5:hover{
  border-right-color: rgb(254 250 247 / 0.05);
}
.hover\:border-r-secondary-light\/50:hover{
  border-right-color: rgb(254 250 247 / 0.5);
}
.hover\:border-r-secondary-light\/55:hover{
  border-right-color: rgb(254 250 247 / 0.55);
}
.hover\:border-r-secondary-light\/60:hover{
  border-right-color: rgb(254 250 247 / 0.6);
}
.hover\:border-r-secondary-light\/65:hover{
  border-right-color: rgb(254 250 247 / 0.65);
}
.hover\:border-r-secondary-light\/70:hover{
  border-right-color: rgb(254 250 247 / 0.7);
}
.hover\:border-r-secondary-light\/75:hover{
  border-right-color: rgb(254 250 247 / 0.75);
}
.hover\:border-r-secondary-light\/80:hover{
  border-right-color: rgb(254 250 247 / 0.8);
}
.hover\:border-r-secondary-light\/85:hover{
  border-right-color: rgb(254 250 247 / 0.85);
}
.hover\:border-r-secondary-light\/90:hover{
  border-right-color: rgb(254 250 247 / 0.9);
}
.hover\:border-r-secondary-light\/95:hover{
  border-right-color: rgb(254 250 247 / 0.95);
}
.hover\:border-r-secondary\/0:hover{
  border-right-color: rgb(243 234 225 / 0);
}
.hover\:border-r-secondary\/10:hover{
  border-right-color: rgb(243 234 225 / 0.1);
}
.hover\:border-r-secondary\/100:hover{
  border-right-color: rgb(243 234 225 / 1);
}
.hover\:border-r-secondary\/15:hover{
  border-right-color: rgb(243 234 225 / 0.15);
}
.hover\:border-r-secondary\/20:hover{
  border-right-color: rgb(243 234 225 / 0.2);
}
.hover\:border-r-secondary\/25:hover{
  border-right-color: rgb(243 234 225 / 0.25);
}
.hover\:border-r-secondary\/30:hover{
  border-right-color: rgb(243 234 225 / 0.3);
}
.hover\:border-r-secondary\/35:hover{
  border-right-color: rgb(243 234 225 / 0.35);
}
.hover\:border-r-secondary\/40:hover{
  border-right-color: rgb(243 234 225 / 0.4);
}
.hover\:border-r-secondary\/45:hover{
  border-right-color: rgb(243 234 225 / 0.45);
}
.hover\:border-r-secondary\/5:hover{
  border-right-color: rgb(243 234 225 / 0.05);
}
.hover\:border-r-secondary\/50:hover{
  border-right-color: rgb(243 234 225 / 0.5);
}
.hover\:border-r-secondary\/55:hover{
  border-right-color: rgb(243 234 225 / 0.55);
}
.hover\:border-r-secondary\/60:hover{
  border-right-color: rgb(243 234 225 / 0.6);
}
.hover\:border-r-secondary\/65:hover{
  border-right-color: rgb(243 234 225 / 0.65);
}
.hover\:border-r-secondary\/70:hover{
  border-right-color: rgb(243 234 225 / 0.7);
}
.hover\:border-r-secondary\/75:hover{
  border-right-color: rgb(243 234 225 / 0.75);
}
.hover\:border-r-secondary\/80:hover{
  border-right-color: rgb(243 234 225 / 0.8);
}
.hover\:border-r-secondary\/85:hover{
  border-right-color: rgb(243 234 225 / 0.85);
}
.hover\:border-r-secondary\/90:hover{
  border-right-color: rgb(243 234 225 / 0.9);
}
.hover\:border-r-secondary\/95:hover{
  border-right-color: rgb(243 234 225 / 0.95);
}
.hover\:border-r-transparent:hover{
  border-right-color: transparent;
}
.hover\:border-r-transparent\/0:hover{
  border-right-color: rgb(0 0 0 / 0);
}
.hover\:border-r-transparent\/10:hover{
  border-right-color: rgb(0 0 0 / 0.1);
}
.hover\:border-r-transparent\/100:hover{
  border-right-color: rgb(0 0 0 / 1);
}
.hover\:border-r-transparent\/15:hover{
  border-right-color: rgb(0 0 0 / 0.15);
}
.hover\:border-r-transparent\/20:hover{
  border-right-color: rgb(0 0 0 / 0.2);
}
.hover\:border-r-transparent\/25:hover{
  border-right-color: rgb(0 0 0 / 0.25);
}
.hover\:border-r-transparent\/30:hover{
  border-right-color: rgb(0 0 0 / 0.3);
}
.hover\:border-r-transparent\/35:hover{
  border-right-color: rgb(0 0 0 / 0.35);
}
.hover\:border-r-transparent\/40:hover{
  border-right-color: rgb(0 0 0 / 0.4);
}
.hover\:border-r-transparent\/45:hover{
  border-right-color: rgb(0 0 0 / 0.45);
}
.hover\:border-r-transparent\/5:hover{
  border-right-color: rgb(0 0 0 / 0.05);
}
.hover\:border-r-transparent\/50:hover{
  border-right-color: rgb(0 0 0 / 0.5);
}
.hover\:border-r-transparent\/55:hover{
  border-right-color: rgb(0 0 0 / 0.55);
}
.hover\:border-r-transparent\/60:hover{
  border-right-color: rgb(0 0 0 / 0.6);
}
.hover\:border-r-transparent\/65:hover{
  border-right-color: rgb(0 0 0 / 0.65);
}
.hover\:border-r-transparent\/70:hover{
  border-right-color: rgb(0 0 0 / 0.7);
}
.hover\:border-r-transparent\/75:hover{
  border-right-color: rgb(0 0 0 / 0.75);
}
.hover\:border-r-transparent\/80:hover{
  border-right-color: rgb(0 0 0 / 0.8);
}
.hover\:border-r-transparent\/85:hover{
  border-right-color: rgb(0 0 0 / 0.85);
}
.hover\:border-r-transparent\/90:hover{
  border-right-color: rgb(0 0 0 / 0.9);
}
.hover\:border-r-transparent\/95:hover{
  border-right-color: rgb(0 0 0 / 0.95);
}
.hover\:border-r-white:hover{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-r-white\/0:hover{
  border-right-color: rgb(255 255 255 / 0);
}
.hover\:border-r-white\/10:hover{
  border-right-color: rgb(255 255 255 / 0.1);
}
.hover\:border-r-white\/100:hover{
  border-right-color: rgb(255 255 255 / 1);
}
.hover\:border-r-white\/15:hover{
  border-right-color: rgb(255 255 255 / 0.15);
}
.hover\:border-r-white\/20:hover{
  border-right-color: rgb(255 255 255 / 0.2);
}
.hover\:border-r-white\/25:hover{
  border-right-color: rgb(255 255 255 / 0.25);
}
.hover\:border-r-white\/30:hover{
  border-right-color: rgb(255 255 255 / 0.3);
}
.hover\:border-r-white\/35:hover{
  border-right-color: rgb(255 255 255 / 0.35);
}
.hover\:border-r-white\/40:hover{
  border-right-color: rgb(255 255 255 / 0.4);
}
.hover\:border-r-white\/45:hover{
  border-right-color: rgb(255 255 255 / 0.45);
}
.hover\:border-r-white\/5:hover{
  border-right-color: rgb(255 255 255 / 0.05);
}
.hover\:border-r-white\/50:hover{
  border-right-color: rgb(255 255 255 / 0.5);
}
.hover\:border-r-white\/55:hover{
  border-right-color: rgb(255 255 255 / 0.55);
}
.hover\:border-r-white\/60:hover{
  border-right-color: rgb(255 255 255 / 0.6);
}
.hover\:border-r-white\/65:hover{
  border-right-color: rgb(255 255 255 / 0.65);
}
.hover\:border-r-white\/70:hover{
  border-right-color: rgb(255 255 255 / 0.7);
}
.hover\:border-r-white\/75:hover{
  border-right-color: rgb(255 255 255 / 0.75);
}
.hover\:border-r-white\/80:hover{
  border-right-color: rgb(255 255 255 / 0.8);
}
.hover\:border-r-white\/85:hover{
  border-right-color: rgb(255 255 255 / 0.85);
}
.hover\:border-r-white\/90:hover{
  border-right-color: rgb(255 255 255 / 0.9);
}
.hover\:border-r-white\/95:hover{
  border-right-color: rgb(255 255 255 / 0.95);
}
.hover\:border-s-accent:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-dark:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-dark\/0:hover{
  border-inline-start-color: rgb(225 114 45 / 0);
}
.hover\:border-s-accent-dark\/10:hover{
  border-inline-start-color: rgb(225 114 45 / 0.1);
}
.hover\:border-s-accent-dark\/100:hover{
  border-inline-start-color: rgb(225 114 45 / 1);
}
.hover\:border-s-accent-dark\/15:hover{
  border-inline-start-color: rgb(225 114 45 / 0.15);
}
.hover\:border-s-accent-dark\/20:hover{
  border-inline-start-color: rgb(225 114 45 / 0.2);
}
.hover\:border-s-accent-dark\/25:hover{
  border-inline-start-color: rgb(225 114 45 / 0.25);
}
.hover\:border-s-accent-dark\/30:hover{
  border-inline-start-color: rgb(225 114 45 / 0.3);
}
.hover\:border-s-accent-dark\/35:hover{
  border-inline-start-color: rgb(225 114 45 / 0.35);
}
.hover\:border-s-accent-dark\/40:hover{
  border-inline-start-color: rgb(225 114 45 / 0.4);
}
.hover\:border-s-accent-dark\/45:hover{
  border-inline-start-color: rgb(225 114 45 / 0.45);
}
.hover\:border-s-accent-dark\/5:hover{
  border-inline-start-color: rgb(225 114 45 / 0.05);
}
.hover\:border-s-accent-dark\/50:hover{
  border-inline-start-color: rgb(225 114 45 / 0.5);
}
.hover\:border-s-accent-dark\/55:hover{
  border-inline-start-color: rgb(225 114 45 / 0.55);
}
.hover\:border-s-accent-dark\/60:hover{
  border-inline-start-color: rgb(225 114 45 / 0.6);
}
.hover\:border-s-accent-dark\/65:hover{
  border-inline-start-color: rgb(225 114 45 / 0.65);
}
.hover\:border-s-accent-dark\/70:hover{
  border-inline-start-color: rgb(225 114 45 / 0.7);
}
.hover\:border-s-accent-dark\/75:hover{
  border-inline-start-color: rgb(225 114 45 / 0.75);
}
.hover\:border-s-accent-dark\/80:hover{
  border-inline-start-color: rgb(225 114 45 / 0.8);
}
.hover\:border-s-accent-dark\/85:hover{
  border-inline-start-color: rgb(225 114 45 / 0.85);
}
.hover\:border-s-accent-dark\/90:hover{
  border-inline-start-color: rgb(225 114 45 / 0.9);
}
.hover\:border-s-accent-dark\/95:hover{
  border-inline-start-color: rgb(225 114 45 / 0.95);
}
.hover\:border-s-accent-light:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-s-accent-light\/0:hover{
  border-inline-start-color: rgb(255 191 105 / 0);
}
.hover\:border-s-accent-light\/10:hover{
  border-inline-start-color: rgb(255 191 105 / 0.1);
}
.hover\:border-s-accent-light\/100:hover{
  border-inline-start-color: rgb(255 191 105 / 1);
}
.hover\:border-s-accent-light\/15:hover{
  border-inline-start-color: rgb(255 191 105 / 0.15);
}
.hover\:border-s-accent-light\/20:hover{
  border-inline-start-color: rgb(255 191 105 / 0.2);
}
.hover\:border-s-accent-light\/25:hover{
  border-inline-start-color: rgb(255 191 105 / 0.25);
}
.hover\:border-s-accent-light\/30:hover{
  border-inline-start-color: rgb(255 191 105 / 0.3);
}
.hover\:border-s-accent-light\/35:hover{
  border-inline-start-color: rgb(255 191 105 / 0.35);
}
.hover\:border-s-accent-light\/40:hover{
  border-inline-start-color: rgb(255 191 105 / 0.4);
}
.hover\:border-s-accent-light\/45:hover{
  border-inline-start-color: rgb(255 191 105 / 0.45);
}
.hover\:border-s-accent-light\/5:hover{
  border-inline-start-color: rgb(255 191 105 / 0.05);
}
.hover\:border-s-accent-light\/50:hover{
  border-inline-start-color: rgb(255 191 105 / 0.5);
}
.hover\:border-s-accent-light\/55:hover{
  border-inline-start-color: rgb(255 191 105 / 0.55);
}
.hover\:border-s-accent-light\/60:hover{
  border-inline-start-color: rgb(255 191 105 / 0.6);
}
.hover\:border-s-accent-light\/65:hover{
  border-inline-start-color: rgb(255 191 105 / 0.65);
}
.hover\:border-s-accent-light\/70:hover{
  border-inline-start-color: rgb(255 191 105 / 0.7);
}
.hover\:border-s-accent-light\/75:hover{
  border-inline-start-color: rgb(255 191 105 / 0.75);
}
.hover\:border-s-accent-light\/80:hover{
  border-inline-start-color: rgb(255 191 105 / 0.8);
}
.hover\:border-s-accent-light\/85:hover{
  border-inline-start-color: rgb(255 191 105 / 0.85);
}
.hover\:border-s-accent-light\/90:hover{
  border-inline-start-color: rgb(255 191 105 / 0.9);
}
.hover\:border-s-accent-light\/95:hover{
  border-inline-start-color: rgb(255 191 105 / 0.95);
}
.hover\:border-s-accent\/0:hover{
  border-inline-start-color: rgb(229 136 78 / 0);
}
.hover\:border-s-accent\/10:hover{
  border-inline-start-color: rgb(229 136 78 / 0.1);
}
.hover\:border-s-accent\/100:hover{
  border-inline-start-color: rgb(229 136 78 / 1);
}
.hover\:border-s-accent\/15:hover{
  border-inline-start-color: rgb(229 136 78 / 0.15);
}
.hover\:border-s-accent\/20:hover{
  border-inline-start-color: rgb(229 136 78 / 0.2);
}
.hover\:border-s-accent\/25:hover{
  border-inline-start-color: rgb(229 136 78 / 0.25);
}
.hover\:border-s-accent\/30:hover{
  border-inline-start-color: rgb(229 136 78 / 0.3);
}
.hover\:border-s-accent\/35:hover{
  border-inline-start-color: rgb(229 136 78 / 0.35);
}
.hover\:border-s-accent\/40:hover{
  border-inline-start-color: rgb(229 136 78 / 0.4);
}
.hover\:border-s-accent\/45:hover{
  border-inline-start-color: rgb(229 136 78 / 0.45);
}
.hover\:border-s-accent\/5:hover{
  border-inline-start-color: rgb(229 136 78 / 0.05);
}
.hover\:border-s-accent\/50:hover{
  border-inline-start-color: rgb(229 136 78 / 0.5);
}
.hover\:border-s-accent\/55:hover{
  border-inline-start-color: rgb(229 136 78 / 0.55);
}
.hover\:border-s-accent\/60:hover{
  border-inline-start-color: rgb(229 136 78 / 0.6);
}
.hover\:border-s-accent\/65:hover{
  border-inline-start-color: rgb(229 136 78 / 0.65);
}
.hover\:border-s-accent\/70:hover{
  border-inline-start-color: rgb(229 136 78 / 0.7);
}
.hover\:border-s-accent\/75:hover{
  border-inline-start-color: rgb(229 136 78 / 0.75);
}
.hover\:border-s-accent\/80:hover{
  border-inline-start-color: rgb(229 136 78 / 0.8);
}
.hover\:border-s-accent\/85:hover{
  border-inline-start-color: rgb(229 136 78 / 0.85);
}
.hover\:border-s-accent\/90:hover{
  border-inline-start-color: rgb(229 136 78 / 0.9);
}
.hover\:border-s-accent\/95:hover{
  border-inline-start-color: rgb(229 136 78 / 0.95);
}
.hover\:border-s-black:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-s-black\/0:hover{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.hover\:border-s-black\/10:hover{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.hover\:border-s-black\/100:hover{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.hover\:border-s-black\/15:hover{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.hover\:border-s-black\/20:hover{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.hover\:border-s-black\/25:hover{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.hover\:border-s-black\/30:hover{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.hover\:border-s-black\/35:hover{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.hover\:border-s-black\/40:hover{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.hover\:border-s-black\/45:hover{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.hover\:border-s-black\/5:hover{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.hover\:border-s-black\/50:hover{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.hover\:border-s-black\/55:hover{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.hover\:border-s-black\/60:hover{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.hover\:border-s-black\/65:hover{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.hover\:border-s-black\/70:hover{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.hover\:border-s-black\/75:hover{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.hover\:border-s-black\/80:hover{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.hover\:border-s-black\/85:hover{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.hover\:border-s-black\/90:hover{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.hover\:border-s-black\/95:hover{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.hover\:border-s-current:hover{
  border-inline-start-color: currentColor;
}
.hover\:border-s-error:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-s-error\/0:hover{
  border-inline-start-color: rgb(255 0 0 / 0);
}
.hover\:border-s-error\/10:hover{
  border-inline-start-color: rgb(255 0 0 / 0.1);
}
.hover\:border-s-error\/100:hover{
  border-inline-start-color: rgb(255 0 0 / 1);
}
.hover\:border-s-error\/15:hover{
  border-inline-start-color: rgb(255 0 0 / 0.15);
}
.hover\:border-s-error\/20:hover{
  border-inline-start-color: rgb(255 0 0 / 0.2);
}
.hover\:border-s-error\/25:hover{
  border-inline-start-color: rgb(255 0 0 / 0.25);
}
.hover\:border-s-error\/30:hover{
  border-inline-start-color: rgb(255 0 0 / 0.3);
}
.hover\:border-s-error\/35:hover{
  border-inline-start-color: rgb(255 0 0 / 0.35);
}
.hover\:border-s-error\/40:hover{
  border-inline-start-color: rgb(255 0 0 / 0.4);
}
.hover\:border-s-error\/45:hover{
  border-inline-start-color: rgb(255 0 0 / 0.45);
}
.hover\:border-s-error\/5:hover{
  border-inline-start-color: rgb(255 0 0 / 0.05);
}
.hover\:border-s-error\/50:hover{
  border-inline-start-color: rgb(255 0 0 / 0.5);
}
.hover\:border-s-error\/55:hover{
  border-inline-start-color: rgb(255 0 0 / 0.55);
}
.hover\:border-s-error\/60:hover{
  border-inline-start-color: rgb(255 0 0 / 0.6);
}
.hover\:border-s-error\/65:hover{
  border-inline-start-color: rgb(255 0 0 / 0.65);
}
.hover\:border-s-error\/70:hover{
  border-inline-start-color: rgb(255 0 0 / 0.7);
}
.hover\:border-s-error\/75:hover{
  border-inline-start-color: rgb(255 0 0 / 0.75);
}
.hover\:border-s-error\/80:hover{
  border-inline-start-color: rgb(255 0 0 / 0.8);
}
.hover\:border-s-error\/85:hover{
  border-inline-start-color: rgb(255 0 0 / 0.85);
}
.hover\:border-s-error\/90:hover{
  border-inline-start-color: rgb(255 0 0 / 0.9);
}
.hover\:border-s-error\/95:hover{
  border-inline-start-color: rgb(255 0 0 / 0.95);
}
.hover\:border-s-gray-100:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-100\/0:hover{
  border-inline-start-color: rgb(243 244 246 / 0);
}
.hover\:border-s-gray-100\/10:hover{
  border-inline-start-color: rgb(243 244 246 / 0.1);
}
.hover\:border-s-gray-100\/100:hover{
  border-inline-start-color: rgb(243 244 246 / 1);
}
.hover\:border-s-gray-100\/15:hover{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}
.hover\:border-s-gray-100\/20:hover{
  border-inline-start-color: rgb(243 244 246 / 0.2);
}
.hover\:border-s-gray-100\/25:hover{
  border-inline-start-color: rgb(243 244 246 / 0.25);
}
.hover\:border-s-gray-100\/30:hover{
  border-inline-start-color: rgb(243 244 246 / 0.3);
}
.hover\:border-s-gray-100\/35:hover{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}
.hover\:border-s-gray-100\/40:hover{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.hover\:border-s-gray-100\/45:hover{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}
.hover\:border-s-gray-100\/5:hover{
  border-inline-start-color: rgb(243 244 246 / 0.05);
}
.hover\:border-s-gray-100\/50:hover{
  border-inline-start-color: rgb(243 244 246 / 0.5);
}
.hover\:border-s-gray-100\/55:hover{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}
.hover\:border-s-gray-100\/60:hover{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.hover\:border-s-gray-100\/65:hover{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}
.hover\:border-s-gray-100\/70:hover{
  border-inline-start-color: rgb(243 244 246 / 0.7);
}
.hover\:border-s-gray-100\/75:hover{
  border-inline-start-color: rgb(243 244 246 / 0.75);
}
.hover\:border-s-gray-100\/80:hover{
  border-inline-start-color: rgb(243 244 246 / 0.8);
}
.hover\:border-s-gray-100\/85:hover{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}
.hover\:border-s-gray-100\/90:hover{
  border-inline-start-color: rgb(243 244 246 / 0.9);
}
.hover\:border-s-gray-100\/95:hover{
  border-inline-start-color: rgb(243 244 246 / 0.95);
}
.hover\:border-s-gray-200:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-200\/0:hover{
  border-inline-start-color: rgb(229 231 235 / 0);
}
.hover\:border-s-gray-200\/10:hover{
  border-inline-start-color: rgb(229 231 235 / 0.1);
}
.hover\:border-s-gray-200\/100:hover{
  border-inline-start-color: rgb(229 231 235 / 1);
}
.hover\:border-s-gray-200\/15:hover{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}
.hover\:border-s-gray-200\/20:hover{
  border-inline-start-color: rgb(229 231 235 / 0.2);
}
.hover\:border-s-gray-200\/25:hover{
  border-inline-start-color: rgb(229 231 235 / 0.25);
}
.hover\:border-s-gray-200\/30:hover{
  border-inline-start-color: rgb(229 231 235 / 0.3);
}
.hover\:border-s-gray-200\/35:hover{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}
.hover\:border-s-gray-200\/40:hover{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.hover\:border-s-gray-200\/45:hover{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}
.hover\:border-s-gray-200\/5:hover{
  border-inline-start-color: rgb(229 231 235 / 0.05);
}
.hover\:border-s-gray-200\/50:hover{
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.hover\:border-s-gray-200\/55:hover{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}
.hover\:border-s-gray-200\/60:hover{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.hover\:border-s-gray-200\/65:hover{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}
.hover\:border-s-gray-200\/70:hover{
  border-inline-start-color: rgb(229 231 235 / 0.7);
}
.hover\:border-s-gray-200\/75:hover{
  border-inline-start-color: rgb(229 231 235 / 0.75);
}
.hover\:border-s-gray-200\/80:hover{
  border-inline-start-color: rgb(229 231 235 / 0.8);
}
.hover\:border-s-gray-200\/85:hover{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}
.hover\:border-s-gray-200\/90:hover{
  border-inline-start-color: rgb(229 231 235 / 0.9);
}
.hover\:border-s-gray-200\/95:hover{
  border-inline-start-color: rgb(229 231 235 / 0.95);
}
.hover\:border-s-gray-300:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-300\/0:hover{
  border-inline-start-color: rgb(209 213 219 / 0);
}
.hover\:border-s-gray-300\/10:hover{
  border-inline-start-color: rgb(209 213 219 / 0.1);
}
.hover\:border-s-gray-300\/100:hover{
  border-inline-start-color: rgb(209 213 219 / 1);
}
.hover\:border-s-gray-300\/15:hover{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}
.hover\:border-s-gray-300\/20:hover{
  border-inline-start-color: rgb(209 213 219 / 0.2);
}
.hover\:border-s-gray-300\/25:hover{
  border-inline-start-color: rgb(209 213 219 / 0.25);
}
.hover\:border-s-gray-300\/30:hover{
  border-inline-start-color: rgb(209 213 219 / 0.3);
}
.hover\:border-s-gray-300\/35:hover{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}
.hover\:border-s-gray-300\/40:hover{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.hover\:border-s-gray-300\/45:hover{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}
.hover\:border-s-gray-300\/5:hover{
  border-inline-start-color: rgb(209 213 219 / 0.05);
}
.hover\:border-s-gray-300\/50:hover{
  border-inline-start-color: rgb(209 213 219 / 0.5);
}
.hover\:border-s-gray-300\/55:hover{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}
.hover\:border-s-gray-300\/60:hover{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.hover\:border-s-gray-300\/65:hover{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}
.hover\:border-s-gray-300\/70:hover{
  border-inline-start-color: rgb(209 213 219 / 0.7);
}
.hover\:border-s-gray-300\/75:hover{
  border-inline-start-color: rgb(209 213 219 / 0.75);
}
.hover\:border-s-gray-300\/80:hover{
  border-inline-start-color: rgb(209 213 219 / 0.8);
}
.hover\:border-s-gray-300\/85:hover{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}
.hover\:border-s-gray-300\/90:hover{
  border-inline-start-color: rgb(209 213 219 / 0.9);
}
.hover\:border-s-gray-300\/95:hover{
  border-inline-start-color: rgb(209 213 219 / 0.95);
}
.hover\:border-s-gray-400:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-400\/0:hover{
  border-inline-start-color: rgb(156 163 175 / 0);
}
.hover\:border-s-gray-400\/10:hover{
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.hover\:border-s-gray-400\/100:hover{
  border-inline-start-color: rgb(156 163 175 / 1);
}
.hover\:border-s-gray-400\/15:hover{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}
.hover\:border-s-gray-400\/20:hover{
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.hover\:border-s-gray-400\/25:hover{
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.hover\:border-s-gray-400\/30:hover{
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.hover\:border-s-gray-400\/35:hover{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}
.hover\:border-s-gray-400\/40:hover{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.hover\:border-s-gray-400\/45:hover{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}
.hover\:border-s-gray-400\/5:hover{
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.hover\:border-s-gray-400\/50:hover{
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.hover\:border-s-gray-400\/55:hover{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}
.hover\:border-s-gray-400\/60:hover{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.hover\:border-s-gray-400\/65:hover{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}
.hover\:border-s-gray-400\/70:hover{
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.hover\:border-s-gray-400\/75:hover{
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.hover\:border-s-gray-400\/80:hover{
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.hover\:border-s-gray-400\/85:hover{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}
.hover\:border-s-gray-400\/90:hover{
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.hover\:border-s-gray-400\/95:hover{
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.hover\:border-s-gray-50:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-50\/0:hover{
  border-inline-start-color: rgb(249 250 251 / 0);
}
.hover\:border-s-gray-50\/10:hover{
  border-inline-start-color: rgb(249 250 251 / 0.1);
}
.hover\:border-s-gray-50\/100:hover{
  border-inline-start-color: rgb(249 250 251 / 1);
}
.hover\:border-s-gray-50\/15:hover{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}
.hover\:border-s-gray-50\/20:hover{
  border-inline-start-color: rgb(249 250 251 / 0.2);
}
.hover\:border-s-gray-50\/25:hover{
  border-inline-start-color: rgb(249 250 251 / 0.25);
}
.hover\:border-s-gray-50\/30:hover{
  border-inline-start-color: rgb(249 250 251 / 0.3);
}
.hover\:border-s-gray-50\/35:hover{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}
.hover\:border-s-gray-50\/40:hover{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.hover\:border-s-gray-50\/45:hover{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}
.hover\:border-s-gray-50\/5:hover{
  border-inline-start-color: rgb(249 250 251 / 0.05);
}
.hover\:border-s-gray-50\/50:hover{
  border-inline-start-color: rgb(249 250 251 / 0.5);
}
.hover\:border-s-gray-50\/55:hover{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}
.hover\:border-s-gray-50\/60:hover{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.hover\:border-s-gray-50\/65:hover{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}
.hover\:border-s-gray-50\/70:hover{
  border-inline-start-color: rgb(249 250 251 / 0.7);
}
.hover\:border-s-gray-50\/75:hover{
  border-inline-start-color: rgb(249 250 251 / 0.75);
}
.hover\:border-s-gray-50\/80:hover{
  border-inline-start-color: rgb(249 250 251 / 0.8);
}
.hover\:border-s-gray-50\/85:hover{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}
.hover\:border-s-gray-50\/90:hover{
  border-inline-start-color: rgb(249 250 251 / 0.9);
}
.hover\:border-s-gray-50\/95:hover{
  border-inline-start-color: rgb(249 250 251 / 0.95);
}
.hover\:border-s-gray-500:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-500\/0:hover{
  border-inline-start-color: rgb(107 114 128 / 0);
}
.hover\:border-s-gray-500\/10:hover{
  border-inline-start-color: rgb(107 114 128 / 0.1);
}
.hover\:border-s-gray-500\/100:hover{
  border-inline-start-color: rgb(107 114 128 / 1);
}
.hover\:border-s-gray-500\/15:hover{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}
.hover\:border-s-gray-500\/20:hover{
  border-inline-start-color: rgb(107 114 128 / 0.2);
}
.hover\:border-s-gray-500\/25:hover{
  border-inline-start-color: rgb(107 114 128 / 0.25);
}
.hover\:border-s-gray-500\/30:hover{
  border-inline-start-color: rgb(107 114 128 / 0.3);
}
.hover\:border-s-gray-500\/35:hover{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}
.hover\:border-s-gray-500\/40:hover{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.hover\:border-s-gray-500\/45:hover{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}
.hover\:border-s-gray-500\/5:hover{
  border-inline-start-color: rgb(107 114 128 / 0.05);
}
.hover\:border-s-gray-500\/50:hover{
  border-inline-start-color: rgb(107 114 128 / 0.5);
}
.hover\:border-s-gray-500\/55:hover{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}
.hover\:border-s-gray-500\/60:hover{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.hover\:border-s-gray-500\/65:hover{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}
.hover\:border-s-gray-500\/70:hover{
  border-inline-start-color: rgb(107 114 128 / 0.7);
}
.hover\:border-s-gray-500\/75:hover{
  border-inline-start-color: rgb(107 114 128 / 0.75);
}
.hover\:border-s-gray-500\/80:hover{
  border-inline-start-color: rgb(107 114 128 / 0.8);
}
.hover\:border-s-gray-500\/85:hover{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}
.hover\:border-s-gray-500\/90:hover{
  border-inline-start-color: rgb(107 114 128 / 0.9);
}
.hover\:border-s-gray-500\/95:hover{
  border-inline-start-color: rgb(107 114 128 / 0.95);
}
.hover\:border-s-gray-600:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-600\/0:hover{
  border-inline-start-color: rgb(75 85 99 / 0);
}
.hover\:border-s-gray-600\/10:hover{
  border-inline-start-color: rgb(75 85 99 / 0.1);
}
.hover\:border-s-gray-600\/100:hover{
  border-inline-start-color: rgb(75 85 99 / 1);
}
.hover\:border-s-gray-600\/15:hover{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}
.hover\:border-s-gray-600\/20:hover{
  border-inline-start-color: rgb(75 85 99 / 0.2);
}
.hover\:border-s-gray-600\/25:hover{
  border-inline-start-color: rgb(75 85 99 / 0.25);
}
.hover\:border-s-gray-600\/30:hover{
  border-inline-start-color: rgb(75 85 99 / 0.3);
}
.hover\:border-s-gray-600\/35:hover{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}
.hover\:border-s-gray-600\/40:hover{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.hover\:border-s-gray-600\/45:hover{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}
.hover\:border-s-gray-600\/5:hover{
  border-inline-start-color: rgb(75 85 99 / 0.05);
}
.hover\:border-s-gray-600\/50:hover{
  border-inline-start-color: rgb(75 85 99 / 0.5);
}
.hover\:border-s-gray-600\/55:hover{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}
.hover\:border-s-gray-600\/60:hover{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.hover\:border-s-gray-600\/65:hover{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}
.hover\:border-s-gray-600\/70:hover{
  border-inline-start-color: rgb(75 85 99 / 0.7);
}
.hover\:border-s-gray-600\/75:hover{
  border-inline-start-color: rgb(75 85 99 / 0.75);
}
.hover\:border-s-gray-600\/80:hover{
  border-inline-start-color: rgb(75 85 99 / 0.8);
}
.hover\:border-s-gray-600\/85:hover{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}
.hover\:border-s-gray-600\/90:hover{
  border-inline-start-color: rgb(75 85 99 / 0.9);
}
.hover\:border-s-gray-600\/95:hover{
  border-inline-start-color: rgb(75 85 99 / 0.95);
}
.hover\:border-s-gray-700:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-700\/0:hover{
  border-inline-start-color: rgb(55 65 81 / 0);
}
.hover\:border-s-gray-700\/10:hover{
  border-inline-start-color: rgb(55 65 81 / 0.1);
}
.hover\:border-s-gray-700\/100:hover{
  border-inline-start-color: rgb(55 65 81 / 1);
}
.hover\:border-s-gray-700\/15:hover{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}
.hover\:border-s-gray-700\/20:hover{
  border-inline-start-color: rgb(55 65 81 / 0.2);
}
.hover\:border-s-gray-700\/25:hover{
  border-inline-start-color: rgb(55 65 81 / 0.25);
}
.hover\:border-s-gray-700\/30:hover{
  border-inline-start-color: rgb(55 65 81 / 0.3);
}
.hover\:border-s-gray-700\/35:hover{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}
.hover\:border-s-gray-700\/40:hover{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.hover\:border-s-gray-700\/45:hover{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}
.hover\:border-s-gray-700\/5:hover{
  border-inline-start-color: rgb(55 65 81 / 0.05);
}
.hover\:border-s-gray-700\/50:hover{
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.hover\:border-s-gray-700\/55:hover{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}
.hover\:border-s-gray-700\/60:hover{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.hover\:border-s-gray-700\/65:hover{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}
.hover\:border-s-gray-700\/70:hover{
  border-inline-start-color: rgb(55 65 81 / 0.7);
}
.hover\:border-s-gray-700\/75:hover{
  border-inline-start-color: rgb(55 65 81 / 0.75);
}
.hover\:border-s-gray-700\/80:hover{
  border-inline-start-color: rgb(55 65 81 / 0.8);
}
.hover\:border-s-gray-700\/85:hover{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}
.hover\:border-s-gray-700\/90:hover{
  border-inline-start-color: rgb(55 65 81 / 0.9);
}
.hover\:border-s-gray-700\/95:hover{
  border-inline-start-color: rgb(55 65 81 / 0.95);
}
.hover\:border-s-gray-800:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-800\/0:hover{
  border-inline-start-color: rgb(31 41 55 / 0);
}
.hover\:border-s-gray-800\/10:hover{
  border-inline-start-color: rgb(31 41 55 / 0.1);
}
.hover\:border-s-gray-800\/100:hover{
  border-inline-start-color: rgb(31 41 55 / 1);
}
.hover\:border-s-gray-800\/15:hover{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}
.hover\:border-s-gray-800\/20:hover{
  border-inline-start-color: rgb(31 41 55 / 0.2);
}
.hover\:border-s-gray-800\/25:hover{
  border-inline-start-color: rgb(31 41 55 / 0.25);
}
.hover\:border-s-gray-800\/30:hover{
  border-inline-start-color: rgb(31 41 55 / 0.3);
}
.hover\:border-s-gray-800\/35:hover{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}
.hover\:border-s-gray-800\/40:hover{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.hover\:border-s-gray-800\/45:hover{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}
.hover\:border-s-gray-800\/5:hover{
  border-inline-start-color: rgb(31 41 55 / 0.05);
}
.hover\:border-s-gray-800\/50:hover{
  border-inline-start-color: rgb(31 41 55 / 0.5);
}
.hover\:border-s-gray-800\/55:hover{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}
.hover\:border-s-gray-800\/60:hover{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.hover\:border-s-gray-800\/65:hover{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}
.hover\:border-s-gray-800\/70:hover{
  border-inline-start-color: rgb(31 41 55 / 0.7);
}
.hover\:border-s-gray-800\/75:hover{
  border-inline-start-color: rgb(31 41 55 / 0.75);
}
.hover\:border-s-gray-800\/80:hover{
  border-inline-start-color: rgb(31 41 55 / 0.8);
}
.hover\:border-s-gray-800\/85:hover{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}
.hover\:border-s-gray-800\/90:hover{
  border-inline-start-color: rgb(31 41 55 / 0.9);
}
.hover\:border-s-gray-800\/95:hover{
  border-inline-start-color: rgb(31 41 55 / 0.95);
}
.hover\:border-s-gray-900:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-900\/0:hover{
  border-inline-start-color: rgb(17 24 39 / 0);
}
.hover\:border-s-gray-900\/10:hover{
  border-inline-start-color: rgb(17 24 39 / 0.1);
}
.hover\:border-s-gray-900\/100:hover{
  border-inline-start-color: rgb(17 24 39 / 1);
}
.hover\:border-s-gray-900\/15:hover{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}
.hover\:border-s-gray-900\/20:hover{
  border-inline-start-color: rgb(17 24 39 / 0.2);
}
.hover\:border-s-gray-900\/25:hover{
  border-inline-start-color: rgb(17 24 39 / 0.25);
}
.hover\:border-s-gray-900\/30:hover{
  border-inline-start-color: rgb(17 24 39 / 0.3);
}
.hover\:border-s-gray-900\/35:hover{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}
.hover\:border-s-gray-900\/40:hover{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.hover\:border-s-gray-900\/45:hover{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}
.hover\:border-s-gray-900\/5:hover{
  border-inline-start-color: rgb(17 24 39 / 0.05);
}
.hover\:border-s-gray-900\/50:hover{
  border-inline-start-color: rgb(17 24 39 / 0.5);
}
.hover\:border-s-gray-900\/55:hover{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}
.hover\:border-s-gray-900\/60:hover{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.hover\:border-s-gray-900\/65:hover{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}
.hover\:border-s-gray-900\/70:hover{
  border-inline-start-color: rgb(17 24 39 / 0.7);
}
.hover\:border-s-gray-900\/75:hover{
  border-inline-start-color: rgb(17 24 39 / 0.75);
}
.hover\:border-s-gray-900\/80:hover{
  border-inline-start-color: rgb(17 24 39 / 0.8);
}
.hover\:border-s-gray-900\/85:hover{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}
.hover\:border-s-gray-900\/90:hover{
  border-inline-start-color: rgb(17 24 39 / 0.9);
}
.hover\:border-s-gray-900\/95:hover{
  border-inline-start-color: rgb(17 24 39 / 0.95);
}
.hover\:border-s-gray-950:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-s-gray-950\/0:hover{
  border-inline-start-color: rgb(3 7 18 / 0);
}
.hover\:border-s-gray-950\/10:hover{
  border-inline-start-color: rgb(3 7 18 / 0.1);
}
.hover\:border-s-gray-950\/100:hover{
  border-inline-start-color: rgb(3 7 18 / 1);
}
.hover\:border-s-gray-950\/15:hover{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}
.hover\:border-s-gray-950\/20:hover{
  border-inline-start-color: rgb(3 7 18 / 0.2);
}
.hover\:border-s-gray-950\/25:hover{
  border-inline-start-color: rgb(3 7 18 / 0.25);
}
.hover\:border-s-gray-950\/30:hover{
  border-inline-start-color: rgb(3 7 18 / 0.3);
}
.hover\:border-s-gray-950\/35:hover{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}
.hover\:border-s-gray-950\/40:hover{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.hover\:border-s-gray-950\/45:hover{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}
.hover\:border-s-gray-950\/5:hover{
  border-inline-start-color: rgb(3 7 18 / 0.05);
}
.hover\:border-s-gray-950\/50:hover{
  border-inline-start-color: rgb(3 7 18 / 0.5);
}
.hover\:border-s-gray-950\/55:hover{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}
.hover\:border-s-gray-950\/60:hover{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.hover\:border-s-gray-950\/65:hover{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}
.hover\:border-s-gray-950\/70:hover{
  border-inline-start-color: rgb(3 7 18 / 0.7);
}
.hover\:border-s-gray-950\/75:hover{
  border-inline-start-color: rgb(3 7 18 / 0.75);
}
.hover\:border-s-gray-950\/80:hover{
  border-inline-start-color: rgb(3 7 18 / 0.8);
}
.hover\:border-s-gray-950\/85:hover{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}
.hover\:border-s-gray-950\/90:hover{
  border-inline-start-color: rgb(3 7 18 / 0.9);
}
.hover\:border-s-gray-950\/95:hover{
  border-inline-start-color: rgb(3 7 18 / 0.95);
}
.hover\:border-s-inherit:hover{
  border-inline-start-color: inherit;
}
.hover\:border-s-primary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-dark:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-dark\/0:hover{
  border-inline-start-color: rgb(26 88 121 / 0);
}
.hover\:border-s-primary-dark\/10:hover{
  border-inline-start-color: rgb(26 88 121 / 0.1);
}
.hover\:border-s-primary-dark\/100:hover{
  border-inline-start-color: rgb(26 88 121 / 1);
}
.hover\:border-s-primary-dark\/15:hover{
  border-inline-start-color: rgb(26 88 121 / 0.15);
}
.hover\:border-s-primary-dark\/20:hover{
  border-inline-start-color: rgb(26 88 121 / 0.2);
}
.hover\:border-s-primary-dark\/25:hover{
  border-inline-start-color: rgb(26 88 121 / 0.25);
}
.hover\:border-s-primary-dark\/30:hover{
  border-inline-start-color: rgb(26 88 121 / 0.3);
}
.hover\:border-s-primary-dark\/35:hover{
  border-inline-start-color: rgb(26 88 121 / 0.35);
}
.hover\:border-s-primary-dark\/40:hover{
  border-inline-start-color: rgb(26 88 121 / 0.4);
}
.hover\:border-s-primary-dark\/45:hover{
  border-inline-start-color: rgb(26 88 121 / 0.45);
}
.hover\:border-s-primary-dark\/5:hover{
  border-inline-start-color: rgb(26 88 121 / 0.05);
}
.hover\:border-s-primary-dark\/50:hover{
  border-inline-start-color: rgb(26 88 121 / 0.5);
}
.hover\:border-s-primary-dark\/55:hover{
  border-inline-start-color: rgb(26 88 121 / 0.55);
}
.hover\:border-s-primary-dark\/60:hover{
  border-inline-start-color: rgb(26 88 121 / 0.6);
}
.hover\:border-s-primary-dark\/65:hover{
  border-inline-start-color: rgb(26 88 121 / 0.65);
}
.hover\:border-s-primary-dark\/70:hover{
  border-inline-start-color: rgb(26 88 121 / 0.7);
}
.hover\:border-s-primary-dark\/75:hover{
  border-inline-start-color: rgb(26 88 121 / 0.75);
}
.hover\:border-s-primary-dark\/80:hover{
  border-inline-start-color: rgb(26 88 121 / 0.8);
}
.hover\:border-s-primary-dark\/85:hover{
  border-inline-start-color: rgb(26 88 121 / 0.85);
}
.hover\:border-s-primary-dark\/90:hover{
  border-inline-start-color: rgb(26 88 121 / 0.9);
}
.hover\:border-s-primary-dark\/95:hover{
  border-inline-start-color: rgb(26 88 121 / 0.95);
}
.hover\:border-s-primary-light:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-light\/0:hover{
  border-inline-start-color: rgb(85 154 193 / 0);
}
.hover\:border-s-primary-light\/10:hover{
  border-inline-start-color: rgb(85 154 193 / 0.1);
}
.hover\:border-s-primary-light\/100:hover{
  border-inline-start-color: rgb(85 154 193 / 1);
}
.hover\:border-s-primary-light\/15:hover{
  border-inline-start-color: rgb(85 154 193 / 0.15);
}
.hover\:border-s-primary-light\/20:hover{
  border-inline-start-color: rgb(85 154 193 / 0.2);
}
.hover\:border-s-primary-light\/25:hover{
  border-inline-start-color: rgb(85 154 193 / 0.25);
}
.hover\:border-s-primary-light\/30:hover{
  border-inline-start-color: rgb(85 154 193 / 0.3);
}
.hover\:border-s-primary-light\/35:hover{
  border-inline-start-color: rgb(85 154 193 / 0.35);
}
.hover\:border-s-primary-light\/40:hover{
  border-inline-start-color: rgb(85 154 193 / 0.4);
}
.hover\:border-s-primary-light\/45:hover{
  border-inline-start-color: rgb(85 154 193 / 0.45);
}
.hover\:border-s-primary-light\/5:hover{
  border-inline-start-color: rgb(85 154 193 / 0.05);
}
.hover\:border-s-primary-light\/50:hover{
  border-inline-start-color: rgb(85 154 193 / 0.5);
}
.hover\:border-s-primary-light\/55:hover{
  border-inline-start-color: rgb(85 154 193 / 0.55);
}
.hover\:border-s-primary-light\/60:hover{
  border-inline-start-color: rgb(85 154 193 / 0.6);
}
.hover\:border-s-primary-light\/65:hover{
  border-inline-start-color: rgb(85 154 193 / 0.65);
}
.hover\:border-s-primary-light\/70:hover{
  border-inline-start-color: rgb(85 154 193 / 0.7);
}
.hover\:border-s-primary-light\/75:hover{
  border-inline-start-color: rgb(85 154 193 / 0.75);
}
.hover\:border-s-primary-light\/80:hover{
  border-inline-start-color: rgb(85 154 193 / 0.8);
}
.hover\:border-s-primary-light\/85:hover{
  border-inline-start-color: rgb(85 154 193 / 0.85);
}
.hover\:border-s-primary-light\/90:hover{
  border-inline-start-color: rgb(85 154 193 / 0.9);
}
.hover\:border-s-primary-light\/95:hover{
  border-inline-start-color: rgb(85 154 193 / 0.95);
}
.hover\:border-s-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-s-primary-lighter\/0:hover{
  border-inline-start-color: rgb(115 177 212 / 0);
}
.hover\:border-s-primary-lighter\/10:hover{
  border-inline-start-color: rgb(115 177 212 / 0.1);
}
.hover\:border-s-primary-lighter\/100:hover{
  border-inline-start-color: rgb(115 177 212 / 1);
}
.hover\:border-s-primary-lighter\/15:hover{
  border-inline-start-color: rgb(115 177 212 / 0.15);
}
.hover\:border-s-primary-lighter\/20:hover{
  border-inline-start-color: rgb(115 177 212 / 0.2);
}
.hover\:border-s-primary-lighter\/25:hover{
  border-inline-start-color: rgb(115 177 212 / 0.25);
}
.hover\:border-s-primary-lighter\/30:hover{
  border-inline-start-color: rgb(115 177 212 / 0.3);
}
.hover\:border-s-primary-lighter\/35:hover{
  border-inline-start-color: rgb(115 177 212 / 0.35);
}
.hover\:border-s-primary-lighter\/40:hover{
  border-inline-start-color: rgb(115 177 212 / 0.4);
}
.hover\:border-s-primary-lighter\/45:hover{
  border-inline-start-color: rgb(115 177 212 / 0.45);
}
.hover\:border-s-primary-lighter\/5:hover{
  border-inline-start-color: rgb(115 177 212 / 0.05);
}
.hover\:border-s-primary-lighter\/50:hover{
  border-inline-start-color: rgb(115 177 212 / 0.5);
}
.hover\:border-s-primary-lighter\/55:hover{
  border-inline-start-color: rgb(115 177 212 / 0.55);
}
.hover\:border-s-primary-lighter\/60:hover{
  border-inline-start-color: rgb(115 177 212 / 0.6);
}
.hover\:border-s-primary-lighter\/65:hover{
  border-inline-start-color: rgb(115 177 212 / 0.65);
}
.hover\:border-s-primary-lighter\/70:hover{
  border-inline-start-color: rgb(115 177 212 / 0.7);
}
.hover\:border-s-primary-lighter\/75:hover{
  border-inline-start-color: rgb(115 177 212 / 0.75);
}
.hover\:border-s-primary-lighter\/80:hover{
  border-inline-start-color: rgb(115 177 212 / 0.8);
}
.hover\:border-s-primary-lighter\/85:hover{
  border-inline-start-color: rgb(115 177 212 / 0.85);
}
.hover\:border-s-primary-lighter\/90:hover{
  border-inline-start-color: rgb(115 177 212 / 0.9);
}
.hover\:border-s-primary-lighter\/95:hover{
  border-inline-start-color: rgb(115 177 212 / 0.95);
}
.hover\:border-s-primary\/0:hover{
  border-inline-start-color: rgb(52 114 147 / 0);
}
.hover\:border-s-primary\/10:hover{
  border-inline-start-color: rgb(52 114 147 / 0.1);
}
.hover\:border-s-primary\/100:hover{
  border-inline-start-color: rgb(52 114 147 / 1);
}
.hover\:border-s-primary\/15:hover{
  border-inline-start-color: rgb(52 114 147 / 0.15);
}
.hover\:border-s-primary\/20:hover{
  border-inline-start-color: rgb(52 114 147 / 0.2);
}
.hover\:border-s-primary\/25:hover{
  border-inline-start-color: rgb(52 114 147 / 0.25);
}
.hover\:border-s-primary\/30:hover{
  border-inline-start-color: rgb(52 114 147 / 0.3);
}
.hover\:border-s-primary\/35:hover{
  border-inline-start-color: rgb(52 114 147 / 0.35);
}
.hover\:border-s-primary\/40:hover{
  border-inline-start-color: rgb(52 114 147 / 0.4);
}
.hover\:border-s-primary\/45:hover{
  border-inline-start-color: rgb(52 114 147 / 0.45);
}
.hover\:border-s-primary\/5:hover{
  border-inline-start-color: rgb(52 114 147 / 0.05);
}
.hover\:border-s-primary\/50:hover{
  border-inline-start-color: rgb(52 114 147 / 0.5);
}
.hover\:border-s-primary\/55:hover{
  border-inline-start-color: rgb(52 114 147 / 0.55);
}
.hover\:border-s-primary\/60:hover{
  border-inline-start-color: rgb(52 114 147 / 0.6);
}
.hover\:border-s-primary\/65:hover{
  border-inline-start-color: rgb(52 114 147 / 0.65);
}
.hover\:border-s-primary\/70:hover{
  border-inline-start-color: rgb(52 114 147 / 0.7);
}
.hover\:border-s-primary\/75:hover{
  border-inline-start-color: rgb(52 114 147 / 0.75);
}
.hover\:border-s-primary\/80:hover{
  border-inline-start-color: rgb(52 114 147 / 0.8);
}
.hover\:border-s-primary\/85:hover{
  border-inline-start-color: rgb(52 114 147 / 0.85);
}
.hover\:border-s-primary\/90:hover{
  border-inline-start-color: rgb(52 114 147 / 0.9);
}
.hover\:border-s-primary\/95:hover{
  border-inline-start-color: rgb(52 114 147 / 0.95);
}
.hover\:border-s-secondary:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-dark\/0:hover{
  border-inline-start-color: rgb(226 207 188 / 0);
}
.hover\:border-s-secondary-dark\/10:hover{
  border-inline-start-color: rgb(226 207 188 / 0.1);
}
.hover\:border-s-secondary-dark\/100:hover{
  border-inline-start-color: rgb(226 207 188 / 1);
}
.hover\:border-s-secondary-dark\/15:hover{
  border-inline-start-color: rgb(226 207 188 / 0.15);
}
.hover\:border-s-secondary-dark\/20:hover{
  border-inline-start-color: rgb(226 207 188 / 0.2);
}
.hover\:border-s-secondary-dark\/25:hover{
  border-inline-start-color: rgb(226 207 188 / 0.25);
}
.hover\:border-s-secondary-dark\/30:hover{
  border-inline-start-color: rgb(226 207 188 / 0.3);
}
.hover\:border-s-secondary-dark\/35:hover{
  border-inline-start-color: rgb(226 207 188 / 0.35);
}
.hover\:border-s-secondary-dark\/40:hover{
  border-inline-start-color: rgb(226 207 188 / 0.4);
}
.hover\:border-s-secondary-dark\/45:hover{
  border-inline-start-color: rgb(226 207 188 / 0.45);
}
.hover\:border-s-secondary-dark\/5:hover{
  border-inline-start-color: rgb(226 207 188 / 0.05);
}
.hover\:border-s-secondary-dark\/50:hover{
  border-inline-start-color: rgb(226 207 188 / 0.5);
}
.hover\:border-s-secondary-dark\/55:hover{
  border-inline-start-color: rgb(226 207 188 / 0.55);
}
.hover\:border-s-secondary-dark\/60:hover{
  border-inline-start-color: rgb(226 207 188 / 0.6);
}
.hover\:border-s-secondary-dark\/65:hover{
  border-inline-start-color: rgb(226 207 188 / 0.65);
}
.hover\:border-s-secondary-dark\/70:hover{
  border-inline-start-color: rgb(226 207 188 / 0.7);
}
.hover\:border-s-secondary-dark\/75:hover{
  border-inline-start-color: rgb(226 207 188 / 0.75);
}
.hover\:border-s-secondary-dark\/80:hover{
  border-inline-start-color: rgb(226 207 188 / 0.8);
}
.hover\:border-s-secondary-dark\/85:hover{
  border-inline-start-color: rgb(226 207 188 / 0.85);
}
.hover\:border-s-secondary-dark\/90:hover{
  border-inline-start-color: rgb(226 207 188 / 0.9);
}
.hover\:border-s-secondary-dark\/95:hover{
  border-inline-start-color: rgb(226 207 188 / 0.95);
}
.hover\:border-s-secondary-light:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-s-secondary-light\/0:hover{
  border-inline-start-color: rgb(254 250 247 / 0);
}
.hover\:border-s-secondary-light\/10:hover{
  border-inline-start-color: rgb(254 250 247 / 0.1);
}
.hover\:border-s-secondary-light\/100:hover{
  border-inline-start-color: rgb(254 250 247 / 1);
}
.hover\:border-s-secondary-light\/15:hover{
  border-inline-start-color: rgb(254 250 247 / 0.15);
}
.hover\:border-s-secondary-light\/20:hover{
  border-inline-start-color: rgb(254 250 247 / 0.2);
}
.hover\:border-s-secondary-light\/25:hover{
  border-inline-start-color: rgb(254 250 247 / 0.25);
}
.hover\:border-s-secondary-light\/30:hover{
  border-inline-start-color: rgb(254 250 247 / 0.3);
}
.hover\:border-s-secondary-light\/35:hover{
  border-inline-start-color: rgb(254 250 247 / 0.35);
}
.hover\:border-s-secondary-light\/40:hover{
  border-inline-start-color: rgb(254 250 247 / 0.4);
}
.hover\:border-s-secondary-light\/45:hover{
  border-inline-start-color: rgb(254 250 247 / 0.45);
}
.hover\:border-s-secondary-light\/5:hover{
  border-inline-start-color: rgb(254 250 247 / 0.05);
}
.hover\:border-s-secondary-light\/50:hover{
  border-inline-start-color: rgb(254 250 247 / 0.5);
}
.hover\:border-s-secondary-light\/55:hover{
  border-inline-start-color: rgb(254 250 247 / 0.55);
}
.hover\:border-s-secondary-light\/60:hover{
  border-inline-start-color: rgb(254 250 247 / 0.6);
}
.hover\:border-s-secondary-light\/65:hover{
  border-inline-start-color: rgb(254 250 247 / 0.65);
}
.hover\:border-s-secondary-light\/70:hover{
  border-inline-start-color: rgb(254 250 247 / 0.7);
}
.hover\:border-s-secondary-light\/75:hover{
  border-inline-start-color: rgb(254 250 247 / 0.75);
}
.hover\:border-s-secondary-light\/80:hover{
  border-inline-start-color: rgb(254 250 247 / 0.8);
}
.hover\:border-s-secondary-light\/85:hover{
  border-inline-start-color: rgb(254 250 247 / 0.85);
}
.hover\:border-s-secondary-light\/90:hover{
  border-inline-start-color: rgb(254 250 247 / 0.9);
}
.hover\:border-s-secondary-light\/95:hover{
  border-inline-start-color: rgb(254 250 247 / 0.95);
}
.hover\:border-s-secondary\/0:hover{
  border-inline-start-color: rgb(243 234 225 / 0);
}
.hover\:border-s-secondary\/10:hover{
  border-inline-start-color: rgb(243 234 225 / 0.1);
}
.hover\:border-s-secondary\/100:hover{
  border-inline-start-color: rgb(243 234 225 / 1);
}
.hover\:border-s-secondary\/15:hover{
  border-inline-start-color: rgb(243 234 225 / 0.15);
}
.hover\:border-s-secondary\/20:hover{
  border-inline-start-color: rgb(243 234 225 / 0.2);
}
.hover\:border-s-secondary\/25:hover{
  border-inline-start-color: rgb(243 234 225 / 0.25);
}
.hover\:border-s-secondary\/30:hover{
  border-inline-start-color: rgb(243 234 225 / 0.3);
}
.hover\:border-s-secondary\/35:hover{
  border-inline-start-color: rgb(243 234 225 / 0.35);
}
.hover\:border-s-secondary\/40:hover{
  border-inline-start-color: rgb(243 234 225 / 0.4);
}
.hover\:border-s-secondary\/45:hover{
  border-inline-start-color: rgb(243 234 225 / 0.45);
}
.hover\:border-s-secondary\/5:hover{
  border-inline-start-color: rgb(243 234 225 / 0.05);
}
.hover\:border-s-secondary\/50:hover{
  border-inline-start-color: rgb(243 234 225 / 0.5);
}
.hover\:border-s-secondary\/55:hover{
  border-inline-start-color: rgb(243 234 225 / 0.55);
}
.hover\:border-s-secondary\/60:hover{
  border-inline-start-color: rgb(243 234 225 / 0.6);
}
.hover\:border-s-secondary\/65:hover{
  border-inline-start-color: rgb(243 234 225 / 0.65);
}
.hover\:border-s-secondary\/70:hover{
  border-inline-start-color: rgb(243 234 225 / 0.7);
}
.hover\:border-s-secondary\/75:hover{
  border-inline-start-color: rgb(243 234 225 / 0.75);
}
.hover\:border-s-secondary\/80:hover{
  border-inline-start-color: rgb(243 234 225 / 0.8);
}
.hover\:border-s-secondary\/85:hover{
  border-inline-start-color: rgb(243 234 225 / 0.85);
}
.hover\:border-s-secondary\/90:hover{
  border-inline-start-color: rgb(243 234 225 / 0.9);
}
.hover\:border-s-secondary\/95:hover{
  border-inline-start-color: rgb(243 234 225 / 0.95);
}
.hover\:border-s-transparent:hover{
  border-inline-start-color: transparent;
}
.hover\:border-s-transparent\/0:hover{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.hover\:border-s-transparent\/10:hover{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.hover\:border-s-transparent\/100:hover{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.hover\:border-s-transparent\/15:hover{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.hover\:border-s-transparent\/20:hover{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.hover\:border-s-transparent\/25:hover{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.hover\:border-s-transparent\/30:hover{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.hover\:border-s-transparent\/35:hover{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.hover\:border-s-transparent\/40:hover{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.hover\:border-s-transparent\/45:hover{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.hover\:border-s-transparent\/5:hover{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.hover\:border-s-transparent\/50:hover{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.hover\:border-s-transparent\/55:hover{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.hover\:border-s-transparent\/60:hover{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.hover\:border-s-transparent\/65:hover{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.hover\:border-s-transparent\/70:hover{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.hover\:border-s-transparent\/75:hover{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.hover\:border-s-transparent\/80:hover{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.hover\:border-s-transparent\/85:hover{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.hover\:border-s-transparent\/90:hover{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.hover\:border-s-transparent\/95:hover{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.hover\:border-s-white:hover{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-s-white\/0:hover{
  border-inline-start-color: rgb(255 255 255 / 0);
}
.hover\:border-s-white\/10:hover{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.hover\:border-s-white\/100:hover{
  border-inline-start-color: rgb(255 255 255 / 1);
}
.hover\:border-s-white\/15:hover{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.hover\:border-s-white\/20:hover{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.hover\:border-s-white\/25:hover{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.hover\:border-s-white\/30:hover{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.hover\:border-s-white\/35:hover{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.hover\:border-s-white\/40:hover{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.hover\:border-s-white\/45:hover{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.hover\:border-s-white\/5:hover{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.hover\:border-s-white\/50:hover{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.hover\:border-s-white\/55:hover{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.hover\:border-s-white\/60:hover{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.hover\:border-s-white\/65:hover{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.hover\:border-s-white\/70:hover{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.hover\:border-s-white\/75:hover{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.hover\:border-s-white\/80:hover{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.hover\:border-s-white\/85:hover{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.hover\:border-s-white\/90:hover{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.hover\:border-s-white\/95:hover{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.hover\:border-t-accent:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-dark\/0:hover{
  border-top-color: rgb(225 114 45 / 0);
}
.hover\:border-t-accent-dark\/10:hover{
  border-top-color: rgb(225 114 45 / 0.1);
}
.hover\:border-t-accent-dark\/100:hover{
  border-top-color: rgb(225 114 45 / 1);
}
.hover\:border-t-accent-dark\/15:hover{
  border-top-color: rgb(225 114 45 / 0.15);
}
.hover\:border-t-accent-dark\/20:hover{
  border-top-color: rgb(225 114 45 / 0.2);
}
.hover\:border-t-accent-dark\/25:hover{
  border-top-color: rgb(225 114 45 / 0.25);
}
.hover\:border-t-accent-dark\/30:hover{
  border-top-color: rgb(225 114 45 / 0.3);
}
.hover\:border-t-accent-dark\/35:hover{
  border-top-color: rgb(225 114 45 / 0.35);
}
.hover\:border-t-accent-dark\/40:hover{
  border-top-color: rgb(225 114 45 / 0.4);
}
.hover\:border-t-accent-dark\/45:hover{
  border-top-color: rgb(225 114 45 / 0.45);
}
.hover\:border-t-accent-dark\/5:hover{
  border-top-color: rgb(225 114 45 / 0.05);
}
.hover\:border-t-accent-dark\/50:hover{
  border-top-color: rgb(225 114 45 / 0.5);
}
.hover\:border-t-accent-dark\/55:hover{
  border-top-color: rgb(225 114 45 / 0.55);
}
.hover\:border-t-accent-dark\/60:hover{
  border-top-color: rgb(225 114 45 / 0.6);
}
.hover\:border-t-accent-dark\/65:hover{
  border-top-color: rgb(225 114 45 / 0.65);
}
.hover\:border-t-accent-dark\/70:hover{
  border-top-color: rgb(225 114 45 / 0.7);
}
.hover\:border-t-accent-dark\/75:hover{
  border-top-color: rgb(225 114 45 / 0.75);
}
.hover\:border-t-accent-dark\/80:hover{
  border-top-color: rgb(225 114 45 / 0.8);
}
.hover\:border-t-accent-dark\/85:hover{
  border-top-color: rgb(225 114 45 / 0.85);
}
.hover\:border-t-accent-dark\/90:hover{
  border-top-color: rgb(225 114 45 / 0.9);
}
.hover\:border-t-accent-dark\/95:hover{
  border-top-color: rgb(225 114 45 / 0.95);
}
.hover\:border-t-accent-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.hover\:border-t-accent-light\/0:hover{
  border-top-color: rgb(255 191 105 / 0);
}
.hover\:border-t-accent-light\/10:hover{
  border-top-color: rgb(255 191 105 / 0.1);
}
.hover\:border-t-accent-light\/100:hover{
  border-top-color: rgb(255 191 105 / 1);
}
.hover\:border-t-accent-light\/15:hover{
  border-top-color: rgb(255 191 105 / 0.15);
}
.hover\:border-t-accent-light\/20:hover{
  border-top-color: rgb(255 191 105 / 0.2);
}
.hover\:border-t-accent-light\/25:hover{
  border-top-color: rgb(255 191 105 / 0.25);
}
.hover\:border-t-accent-light\/30:hover{
  border-top-color: rgb(255 191 105 / 0.3);
}
.hover\:border-t-accent-light\/35:hover{
  border-top-color: rgb(255 191 105 / 0.35);
}
.hover\:border-t-accent-light\/40:hover{
  border-top-color: rgb(255 191 105 / 0.4);
}
.hover\:border-t-accent-light\/45:hover{
  border-top-color: rgb(255 191 105 / 0.45);
}
.hover\:border-t-accent-light\/5:hover{
  border-top-color: rgb(255 191 105 / 0.05);
}
.hover\:border-t-accent-light\/50:hover{
  border-top-color: rgb(255 191 105 / 0.5);
}
.hover\:border-t-accent-light\/55:hover{
  border-top-color: rgb(255 191 105 / 0.55);
}
.hover\:border-t-accent-light\/60:hover{
  border-top-color: rgb(255 191 105 / 0.6);
}
.hover\:border-t-accent-light\/65:hover{
  border-top-color: rgb(255 191 105 / 0.65);
}
.hover\:border-t-accent-light\/70:hover{
  border-top-color: rgb(255 191 105 / 0.7);
}
.hover\:border-t-accent-light\/75:hover{
  border-top-color: rgb(255 191 105 / 0.75);
}
.hover\:border-t-accent-light\/80:hover{
  border-top-color: rgb(255 191 105 / 0.8);
}
.hover\:border-t-accent-light\/85:hover{
  border-top-color: rgb(255 191 105 / 0.85);
}
.hover\:border-t-accent-light\/90:hover{
  border-top-color: rgb(255 191 105 / 0.9);
}
.hover\:border-t-accent-light\/95:hover{
  border-top-color: rgb(255 191 105 / 0.95);
}
.hover\:border-t-accent\/0:hover{
  border-top-color: rgb(229 136 78 / 0);
}
.hover\:border-t-accent\/10:hover{
  border-top-color: rgb(229 136 78 / 0.1);
}
.hover\:border-t-accent\/100:hover{
  border-top-color: rgb(229 136 78 / 1);
}
.hover\:border-t-accent\/15:hover{
  border-top-color: rgb(229 136 78 / 0.15);
}
.hover\:border-t-accent\/20:hover{
  border-top-color: rgb(229 136 78 / 0.2);
}
.hover\:border-t-accent\/25:hover{
  border-top-color: rgb(229 136 78 / 0.25);
}
.hover\:border-t-accent\/30:hover{
  border-top-color: rgb(229 136 78 / 0.3);
}
.hover\:border-t-accent\/35:hover{
  border-top-color: rgb(229 136 78 / 0.35);
}
.hover\:border-t-accent\/40:hover{
  border-top-color: rgb(229 136 78 / 0.4);
}
.hover\:border-t-accent\/45:hover{
  border-top-color: rgb(229 136 78 / 0.45);
}
.hover\:border-t-accent\/5:hover{
  border-top-color: rgb(229 136 78 / 0.05);
}
.hover\:border-t-accent\/50:hover{
  border-top-color: rgb(229 136 78 / 0.5);
}
.hover\:border-t-accent\/55:hover{
  border-top-color: rgb(229 136 78 / 0.55);
}
.hover\:border-t-accent\/60:hover{
  border-top-color: rgb(229 136 78 / 0.6);
}
.hover\:border-t-accent\/65:hover{
  border-top-color: rgb(229 136 78 / 0.65);
}
.hover\:border-t-accent\/70:hover{
  border-top-color: rgb(229 136 78 / 0.7);
}
.hover\:border-t-accent\/75:hover{
  border-top-color: rgb(229 136 78 / 0.75);
}
.hover\:border-t-accent\/80:hover{
  border-top-color: rgb(229 136 78 / 0.8);
}
.hover\:border-t-accent\/85:hover{
  border-top-color: rgb(229 136 78 / 0.85);
}
.hover\:border-t-accent\/90:hover{
  border-top-color: rgb(229 136 78 / 0.9);
}
.hover\:border-t-accent\/95:hover{
  border-top-color: rgb(229 136 78 / 0.95);
}
.hover\:border-t-black:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-t-black\/0:hover{
  border-top-color: rgb(0 0 0 / 0);
}
.hover\:border-t-black\/10:hover{
  border-top-color: rgb(0 0 0 / 0.1);
}
.hover\:border-t-black\/100:hover{
  border-top-color: rgb(0 0 0 / 1);
}
.hover\:border-t-black\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
}
.hover\:border-t-black\/20:hover{
  border-top-color: rgb(0 0 0 / 0.2);
}
.hover\:border-t-black\/25:hover{
  border-top-color: rgb(0 0 0 / 0.25);
}
.hover\:border-t-black\/30:hover{
  border-top-color: rgb(0 0 0 / 0.3);
}
.hover\:border-t-black\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
}
.hover\:border-t-black\/40:hover{
  border-top-color: rgb(0 0 0 / 0.4);
}
.hover\:border-t-black\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
}
.hover\:border-t-black\/5:hover{
  border-top-color: rgb(0 0 0 / 0.05);
}
.hover\:border-t-black\/50:hover{
  border-top-color: rgb(0 0 0 / 0.5);
}
.hover\:border-t-black\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
}
.hover\:border-t-black\/60:hover{
  border-top-color: rgb(0 0 0 / 0.6);
}
.hover\:border-t-black\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
}
.hover\:border-t-black\/70:hover{
  border-top-color: rgb(0 0 0 / 0.7);
}
.hover\:border-t-black\/75:hover{
  border-top-color: rgb(0 0 0 / 0.75);
}
.hover\:border-t-black\/80:hover{
  border-top-color: rgb(0 0 0 / 0.8);
}
.hover\:border-t-black\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
}
.hover\:border-t-black\/90:hover{
  border-top-color: rgb(0 0 0 / 0.9);
}
.hover\:border-t-black\/95:hover{
  border-top-color: rgb(0 0 0 / 0.95);
}
.hover\:border-t-current:hover{
  border-top-color: currentColor;
}
.hover\:border-t-error:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.hover\:border-t-error\/0:hover{
  border-top-color: rgb(255 0 0 / 0);
}
.hover\:border-t-error\/10:hover{
  border-top-color: rgb(255 0 0 / 0.1);
}
.hover\:border-t-error\/100:hover{
  border-top-color: rgb(255 0 0 / 1);
}
.hover\:border-t-error\/15:hover{
  border-top-color: rgb(255 0 0 / 0.15);
}
.hover\:border-t-error\/20:hover{
  border-top-color: rgb(255 0 0 / 0.2);
}
.hover\:border-t-error\/25:hover{
  border-top-color: rgb(255 0 0 / 0.25);
}
.hover\:border-t-error\/30:hover{
  border-top-color: rgb(255 0 0 / 0.3);
}
.hover\:border-t-error\/35:hover{
  border-top-color: rgb(255 0 0 / 0.35);
}
.hover\:border-t-error\/40:hover{
  border-top-color: rgb(255 0 0 / 0.4);
}
.hover\:border-t-error\/45:hover{
  border-top-color: rgb(255 0 0 / 0.45);
}
.hover\:border-t-error\/5:hover{
  border-top-color: rgb(255 0 0 / 0.05);
}
.hover\:border-t-error\/50:hover{
  border-top-color: rgb(255 0 0 / 0.5);
}
.hover\:border-t-error\/55:hover{
  border-top-color: rgb(255 0 0 / 0.55);
}
.hover\:border-t-error\/60:hover{
  border-top-color: rgb(255 0 0 / 0.6);
}
.hover\:border-t-error\/65:hover{
  border-top-color: rgb(255 0 0 / 0.65);
}
.hover\:border-t-error\/70:hover{
  border-top-color: rgb(255 0 0 / 0.7);
}
.hover\:border-t-error\/75:hover{
  border-top-color: rgb(255 0 0 / 0.75);
}
.hover\:border-t-error\/80:hover{
  border-top-color: rgb(255 0 0 / 0.8);
}
.hover\:border-t-error\/85:hover{
  border-top-color: rgb(255 0 0 / 0.85);
}
.hover\:border-t-error\/90:hover{
  border-top-color: rgb(255 0 0 / 0.9);
}
.hover\:border-t-error\/95:hover{
  border-top-color: rgb(255 0 0 / 0.95);
}
.hover\:border-t-gray-100:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-100\/0:hover{
  border-top-color: rgb(243 244 246 / 0);
}
.hover\:border-t-gray-100\/10:hover{
  border-top-color: rgb(243 244 246 / 0.1);
}
.hover\:border-t-gray-100\/100:hover{
  border-top-color: rgb(243 244 246 / 1);
}
.hover\:border-t-gray-100\/15:hover{
  border-top-color: rgb(243 244 246 / 0.15);
}
.hover\:border-t-gray-100\/20:hover{
  border-top-color: rgb(243 244 246 / 0.2);
}
.hover\:border-t-gray-100\/25:hover{
  border-top-color: rgb(243 244 246 / 0.25);
}
.hover\:border-t-gray-100\/30:hover{
  border-top-color: rgb(243 244 246 / 0.3);
}
.hover\:border-t-gray-100\/35:hover{
  border-top-color: rgb(243 244 246 / 0.35);
}
.hover\:border-t-gray-100\/40:hover{
  border-top-color: rgb(243 244 246 / 0.4);
}
.hover\:border-t-gray-100\/45:hover{
  border-top-color: rgb(243 244 246 / 0.45);
}
.hover\:border-t-gray-100\/5:hover{
  border-top-color: rgb(243 244 246 / 0.05);
}
.hover\:border-t-gray-100\/50:hover{
  border-top-color: rgb(243 244 246 / 0.5);
}
.hover\:border-t-gray-100\/55:hover{
  border-top-color: rgb(243 244 246 / 0.55);
}
.hover\:border-t-gray-100\/60:hover{
  border-top-color: rgb(243 244 246 / 0.6);
}
.hover\:border-t-gray-100\/65:hover{
  border-top-color: rgb(243 244 246 / 0.65);
}
.hover\:border-t-gray-100\/70:hover{
  border-top-color: rgb(243 244 246 / 0.7);
}
.hover\:border-t-gray-100\/75:hover{
  border-top-color: rgb(243 244 246 / 0.75);
}
.hover\:border-t-gray-100\/80:hover{
  border-top-color: rgb(243 244 246 / 0.8);
}
.hover\:border-t-gray-100\/85:hover{
  border-top-color: rgb(243 244 246 / 0.85);
}
.hover\:border-t-gray-100\/90:hover{
  border-top-color: rgb(243 244 246 / 0.9);
}
.hover\:border-t-gray-100\/95:hover{
  border-top-color: rgb(243 244 246 / 0.95);
}
.hover\:border-t-gray-200:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-200\/0:hover{
  border-top-color: rgb(229 231 235 / 0);
}
.hover\:border-t-gray-200\/10:hover{
  border-top-color: rgb(229 231 235 / 0.1);
}
.hover\:border-t-gray-200\/100:hover{
  border-top-color: rgb(229 231 235 / 1);
}
.hover\:border-t-gray-200\/15:hover{
  border-top-color: rgb(229 231 235 / 0.15);
}
.hover\:border-t-gray-200\/20:hover{
  border-top-color: rgb(229 231 235 / 0.2);
}
.hover\:border-t-gray-200\/25:hover{
  border-top-color: rgb(229 231 235 / 0.25);
}
.hover\:border-t-gray-200\/30:hover{
  border-top-color: rgb(229 231 235 / 0.3);
}
.hover\:border-t-gray-200\/35:hover{
  border-top-color: rgb(229 231 235 / 0.35);
}
.hover\:border-t-gray-200\/40:hover{
  border-top-color: rgb(229 231 235 / 0.4);
}
.hover\:border-t-gray-200\/45:hover{
  border-top-color: rgb(229 231 235 / 0.45);
}
.hover\:border-t-gray-200\/5:hover{
  border-top-color: rgb(229 231 235 / 0.05);
}
.hover\:border-t-gray-200\/50:hover{
  border-top-color: rgb(229 231 235 / 0.5);
}
.hover\:border-t-gray-200\/55:hover{
  border-top-color: rgb(229 231 235 / 0.55);
}
.hover\:border-t-gray-200\/60:hover{
  border-top-color: rgb(229 231 235 / 0.6);
}
.hover\:border-t-gray-200\/65:hover{
  border-top-color: rgb(229 231 235 / 0.65);
}
.hover\:border-t-gray-200\/70:hover{
  border-top-color: rgb(229 231 235 / 0.7);
}
.hover\:border-t-gray-200\/75:hover{
  border-top-color: rgb(229 231 235 / 0.75);
}
.hover\:border-t-gray-200\/80:hover{
  border-top-color: rgb(229 231 235 / 0.8);
}
.hover\:border-t-gray-200\/85:hover{
  border-top-color: rgb(229 231 235 / 0.85);
}
.hover\:border-t-gray-200\/90:hover{
  border-top-color: rgb(229 231 235 / 0.9);
}
.hover\:border-t-gray-200\/95:hover{
  border-top-color: rgb(229 231 235 / 0.95);
}
.hover\:border-t-gray-300:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-300\/0:hover{
  border-top-color: rgb(209 213 219 / 0);
}
.hover\:border-t-gray-300\/10:hover{
  border-top-color: rgb(209 213 219 / 0.1);
}
.hover\:border-t-gray-300\/100:hover{
  border-top-color: rgb(209 213 219 / 1);
}
.hover\:border-t-gray-300\/15:hover{
  border-top-color: rgb(209 213 219 / 0.15);
}
.hover\:border-t-gray-300\/20:hover{
  border-top-color: rgb(209 213 219 / 0.2);
}
.hover\:border-t-gray-300\/25:hover{
  border-top-color: rgb(209 213 219 / 0.25);
}
.hover\:border-t-gray-300\/30:hover{
  border-top-color: rgb(209 213 219 / 0.3);
}
.hover\:border-t-gray-300\/35:hover{
  border-top-color: rgb(209 213 219 / 0.35);
}
.hover\:border-t-gray-300\/40:hover{
  border-top-color: rgb(209 213 219 / 0.4);
}
.hover\:border-t-gray-300\/45:hover{
  border-top-color: rgb(209 213 219 / 0.45);
}
.hover\:border-t-gray-300\/5:hover{
  border-top-color: rgb(209 213 219 / 0.05);
}
.hover\:border-t-gray-300\/50:hover{
  border-top-color: rgb(209 213 219 / 0.5);
}
.hover\:border-t-gray-300\/55:hover{
  border-top-color: rgb(209 213 219 / 0.55);
}
.hover\:border-t-gray-300\/60:hover{
  border-top-color: rgb(209 213 219 / 0.6);
}
.hover\:border-t-gray-300\/65:hover{
  border-top-color: rgb(209 213 219 / 0.65);
}
.hover\:border-t-gray-300\/70:hover{
  border-top-color: rgb(209 213 219 / 0.7);
}
.hover\:border-t-gray-300\/75:hover{
  border-top-color: rgb(209 213 219 / 0.75);
}
.hover\:border-t-gray-300\/80:hover{
  border-top-color: rgb(209 213 219 / 0.8);
}
.hover\:border-t-gray-300\/85:hover{
  border-top-color: rgb(209 213 219 / 0.85);
}
.hover\:border-t-gray-300\/90:hover{
  border-top-color: rgb(209 213 219 / 0.9);
}
.hover\:border-t-gray-300\/95:hover{
  border-top-color: rgb(209 213 219 / 0.95);
}
.hover\:border-t-gray-400:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-400\/0:hover{
  border-top-color: rgb(156 163 175 / 0);
}
.hover\:border-t-gray-400\/10:hover{
  border-top-color: rgb(156 163 175 / 0.1);
}
.hover\:border-t-gray-400\/100:hover{
  border-top-color: rgb(156 163 175 / 1);
}
.hover\:border-t-gray-400\/15:hover{
  border-top-color: rgb(156 163 175 / 0.15);
}
.hover\:border-t-gray-400\/20:hover{
  border-top-color: rgb(156 163 175 / 0.2);
}
.hover\:border-t-gray-400\/25:hover{
  border-top-color: rgb(156 163 175 / 0.25);
}
.hover\:border-t-gray-400\/30:hover{
  border-top-color: rgb(156 163 175 / 0.3);
}
.hover\:border-t-gray-400\/35:hover{
  border-top-color: rgb(156 163 175 / 0.35);
}
.hover\:border-t-gray-400\/40:hover{
  border-top-color: rgb(156 163 175 / 0.4);
}
.hover\:border-t-gray-400\/45:hover{
  border-top-color: rgb(156 163 175 / 0.45);
}
.hover\:border-t-gray-400\/5:hover{
  border-top-color: rgb(156 163 175 / 0.05);
}
.hover\:border-t-gray-400\/50:hover{
  border-top-color: rgb(156 163 175 / 0.5);
}
.hover\:border-t-gray-400\/55:hover{
  border-top-color: rgb(156 163 175 / 0.55);
}
.hover\:border-t-gray-400\/60:hover{
  border-top-color: rgb(156 163 175 / 0.6);
}
.hover\:border-t-gray-400\/65:hover{
  border-top-color: rgb(156 163 175 / 0.65);
}
.hover\:border-t-gray-400\/70:hover{
  border-top-color: rgb(156 163 175 / 0.7);
}
.hover\:border-t-gray-400\/75:hover{
  border-top-color: rgb(156 163 175 / 0.75);
}
.hover\:border-t-gray-400\/80:hover{
  border-top-color: rgb(156 163 175 / 0.8);
}
.hover\:border-t-gray-400\/85:hover{
  border-top-color: rgb(156 163 175 / 0.85);
}
.hover\:border-t-gray-400\/90:hover{
  border-top-color: rgb(156 163 175 / 0.9);
}
.hover\:border-t-gray-400\/95:hover{
  border-top-color: rgb(156 163 175 / 0.95);
}
.hover\:border-t-gray-50:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-50\/0:hover{
  border-top-color: rgb(249 250 251 / 0);
}
.hover\:border-t-gray-50\/10:hover{
  border-top-color: rgb(249 250 251 / 0.1);
}
.hover\:border-t-gray-50\/100:hover{
  border-top-color: rgb(249 250 251 / 1);
}
.hover\:border-t-gray-50\/15:hover{
  border-top-color: rgb(249 250 251 / 0.15);
}
.hover\:border-t-gray-50\/20:hover{
  border-top-color: rgb(249 250 251 / 0.2);
}
.hover\:border-t-gray-50\/25:hover{
  border-top-color: rgb(249 250 251 / 0.25);
}
.hover\:border-t-gray-50\/30:hover{
  border-top-color: rgb(249 250 251 / 0.3);
}
.hover\:border-t-gray-50\/35:hover{
  border-top-color: rgb(249 250 251 / 0.35);
}
.hover\:border-t-gray-50\/40:hover{
  border-top-color: rgb(249 250 251 / 0.4);
}
.hover\:border-t-gray-50\/45:hover{
  border-top-color: rgb(249 250 251 / 0.45);
}
.hover\:border-t-gray-50\/5:hover{
  border-top-color: rgb(249 250 251 / 0.05);
}
.hover\:border-t-gray-50\/50:hover{
  border-top-color: rgb(249 250 251 / 0.5);
}
.hover\:border-t-gray-50\/55:hover{
  border-top-color: rgb(249 250 251 / 0.55);
}
.hover\:border-t-gray-50\/60:hover{
  border-top-color: rgb(249 250 251 / 0.6);
}
.hover\:border-t-gray-50\/65:hover{
  border-top-color: rgb(249 250 251 / 0.65);
}
.hover\:border-t-gray-50\/70:hover{
  border-top-color: rgb(249 250 251 / 0.7);
}
.hover\:border-t-gray-50\/75:hover{
  border-top-color: rgb(249 250 251 / 0.75);
}
.hover\:border-t-gray-50\/80:hover{
  border-top-color: rgb(249 250 251 / 0.8);
}
.hover\:border-t-gray-50\/85:hover{
  border-top-color: rgb(249 250 251 / 0.85);
}
.hover\:border-t-gray-50\/90:hover{
  border-top-color: rgb(249 250 251 / 0.9);
}
.hover\:border-t-gray-50\/95:hover{
  border-top-color: rgb(249 250 251 / 0.95);
}
.hover\:border-t-gray-500:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-500\/0:hover{
  border-top-color: rgb(107 114 128 / 0);
}
.hover\:border-t-gray-500\/10:hover{
  border-top-color: rgb(107 114 128 / 0.1);
}
.hover\:border-t-gray-500\/100:hover{
  border-top-color: rgb(107 114 128 / 1);
}
.hover\:border-t-gray-500\/15:hover{
  border-top-color: rgb(107 114 128 / 0.15);
}
.hover\:border-t-gray-500\/20:hover{
  border-top-color: rgb(107 114 128 / 0.2);
}
.hover\:border-t-gray-500\/25:hover{
  border-top-color: rgb(107 114 128 / 0.25);
}
.hover\:border-t-gray-500\/30:hover{
  border-top-color: rgb(107 114 128 / 0.3);
}
.hover\:border-t-gray-500\/35:hover{
  border-top-color: rgb(107 114 128 / 0.35);
}
.hover\:border-t-gray-500\/40:hover{
  border-top-color: rgb(107 114 128 / 0.4);
}
.hover\:border-t-gray-500\/45:hover{
  border-top-color: rgb(107 114 128 / 0.45);
}
.hover\:border-t-gray-500\/5:hover{
  border-top-color: rgb(107 114 128 / 0.05);
}
.hover\:border-t-gray-500\/50:hover{
  border-top-color: rgb(107 114 128 / 0.5);
}
.hover\:border-t-gray-500\/55:hover{
  border-top-color: rgb(107 114 128 / 0.55);
}
.hover\:border-t-gray-500\/60:hover{
  border-top-color: rgb(107 114 128 / 0.6);
}
.hover\:border-t-gray-500\/65:hover{
  border-top-color: rgb(107 114 128 / 0.65);
}
.hover\:border-t-gray-500\/70:hover{
  border-top-color: rgb(107 114 128 / 0.7);
}
.hover\:border-t-gray-500\/75:hover{
  border-top-color: rgb(107 114 128 / 0.75);
}
.hover\:border-t-gray-500\/80:hover{
  border-top-color: rgb(107 114 128 / 0.8);
}
.hover\:border-t-gray-500\/85:hover{
  border-top-color: rgb(107 114 128 / 0.85);
}
.hover\:border-t-gray-500\/90:hover{
  border-top-color: rgb(107 114 128 / 0.9);
}
.hover\:border-t-gray-500\/95:hover{
  border-top-color: rgb(107 114 128 / 0.95);
}
.hover\:border-t-gray-600:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-600\/0:hover{
  border-top-color: rgb(75 85 99 / 0);
}
.hover\:border-t-gray-600\/10:hover{
  border-top-color: rgb(75 85 99 / 0.1);
}
.hover\:border-t-gray-600\/100:hover{
  border-top-color: rgb(75 85 99 / 1);
}
.hover\:border-t-gray-600\/15:hover{
  border-top-color: rgb(75 85 99 / 0.15);
}
.hover\:border-t-gray-600\/20:hover{
  border-top-color: rgb(75 85 99 / 0.2);
}
.hover\:border-t-gray-600\/25:hover{
  border-top-color: rgb(75 85 99 / 0.25);
}
.hover\:border-t-gray-600\/30:hover{
  border-top-color: rgb(75 85 99 / 0.3);
}
.hover\:border-t-gray-600\/35:hover{
  border-top-color: rgb(75 85 99 / 0.35);
}
.hover\:border-t-gray-600\/40:hover{
  border-top-color: rgb(75 85 99 / 0.4);
}
.hover\:border-t-gray-600\/45:hover{
  border-top-color: rgb(75 85 99 / 0.45);
}
.hover\:border-t-gray-600\/5:hover{
  border-top-color: rgb(75 85 99 / 0.05);
}
.hover\:border-t-gray-600\/50:hover{
  border-top-color: rgb(75 85 99 / 0.5);
}
.hover\:border-t-gray-600\/55:hover{
  border-top-color: rgb(75 85 99 / 0.55);
}
.hover\:border-t-gray-600\/60:hover{
  border-top-color: rgb(75 85 99 / 0.6);
}
.hover\:border-t-gray-600\/65:hover{
  border-top-color: rgb(75 85 99 / 0.65);
}
.hover\:border-t-gray-600\/70:hover{
  border-top-color: rgb(75 85 99 / 0.7);
}
.hover\:border-t-gray-600\/75:hover{
  border-top-color: rgb(75 85 99 / 0.75);
}
.hover\:border-t-gray-600\/80:hover{
  border-top-color: rgb(75 85 99 / 0.8);
}
.hover\:border-t-gray-600\/85:hover{
  border-top-color: rgb(75 85 99 / 0.85);
}
.hover\:border-t-gray-600\/90:hover{
  border-top-color: rgb(75 85 99 / 0.9);
}
.hover\:border-t-gray-600\/95:hover{
  border-top-color: rgb(75 85 99 / 0.95);
}
.hover\:border-t-gray-700:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-700\/0:hover{
  border-top-color: rgb(55 65 81 / 0);
}
.hover\:border-t-gray-700\/10:hover{
  border-top-color: rgb(55 65 81 / 0.1);
}
.hover\:border-t-gray-700\/100:hover{
  border-top-color: rgb(55 65 81 / 1);
}
.hover\:border-t-gray-700\/15:hover{
  border-top-color: rgb(55 65 81 / 0.15);
}
.hover\:border-t-gray-700\/20:hover{
  border-top-color: rgb(55 65 81 / 0.2);
}
.hover\:border-t-gray-700\/25:hover{
  border-top-color: rgb(55 65 81 / 0.25);
}
.hover\:border-t-gray-700\/30:hover{
  border-top-color: rgb(55 65 81 / 0.3);
}
.hover\:border-t-gray-700\/35:hover{
  border-top-color: rgb(55 65 81 / 0.35);
}
.hover\:border-t-gray-700\/40:hover{
  border-top-color: rgb(55 65 81 / 0.4);
}
.hover\:border-t-gray-700\/45:hover{
  border-top-color: rgb(55 65 81 / 0.45);
}
.hover\:border-t-gray-700\/5:hover{
  border-top-color: rgb(55 65 81 / 0.05);
}
.hover\:border-t-gray-700\/50:hover{
  border-top-color: rgb(55 65 81 / 0.5);
}
.hover\:border-t-gray-700\/55:hover{
  border-top-color: rgb(55 65 81 / 0.55);
}
.hover\:border-t-gray-700\/60:hover{
  border-top-color: rgb(55 65 81 / 0.6);
}
.hover\:border-t-gray-700\/65:hover{
  border-top-color: rgb(55 65 81 / 0.65);
}
.hover\:border-t-gray-700\/70:hover{
  border-top-color: rgb(55 65 81 / 0.7);
}
.hover\:border-t-gray-700\/75:hover{
  border-top-color: rgb(55 65 81 / 0.75);
}
.hover\:border-t-gray-700\/80:hover{
  border-top-color: rgb(55 65 81 / 0.8);
}
.hover\:border-t-gray-700\/85:hover{
  border-top-color: rgb(55 65 81 / 0.85);
}
.hover\:border-t-gray-700\/90:hover{
  border-top-color: rgb(55 65 81 / 0.9);
}
.hover\:border-t-gray-700\/95:hover{
  border-top-color: rgb(55 65 81 / 0.95);
}
.hover\:border-t-gray-800:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-800\/0:hover{
  border-top-color: rgb(31 41 55 / 0);
}
.hover\:border-t-gray-800\/10:hover{
  border-top-color: rgb(31 41 55 / 0.1);
}
.hover\:border-t-gray-800\/100:hover{
  border-top-color: rgb(31 41 55 / 1);
}
.hover\:border-t-gray-800\/15:hover{
  border-top-color: rgb(31 41 55 / 0.15);
}
.hover\:border-t-gray-800\/20:hover{
  border-top-color: rgb(31 41 55 / 0.2);
}
.hover\:border-t-gray-800\/25:hover{
  border-top-color: rgb(31 41 55 / 0.25);
}
.hover\:border-t-gray-800\/30:hover{
  border-top-color: rgb(31 41 55 / 0.3);
}
.hover\:border-t-gray-800\/35:hover{
  border-top-color: rgb(31 41 55 / 0.35);
}
.hover\:border-t-gray-800\/40:hover{
  border-top-color: rgb(31 41 55 / 0.4);
}
.hover\:border-t-gray-800\/45:hover{
  border-top-color: rgb(31 41 55 / 0.45);
}
.hover\:border-t-gray-800\/5:hover{
  border-top-color: rgb(31 41 55 / 0.05);
}
.hover\:border-t-gray-800\/50:hover{
  border-top-color: rgb(31 41 55 / 0.5);
}
.hover\:border-t-gray-800\/55:hover{
  border-top-color: rgb(31 41 55 / 0.55);
}
.hover\:border-t-gray-800\/60:hover{
  border-top-color: rgb(31 41 55 / 0.6);
}
.hover\:border-t-gray-800\/65:hover{
  border-top-color: rgb(31 41 55 / 0.65);
}
.hover\:border-t-gray-800\/70:hover{
  border-top-color: rgb(31 41 55 / 0.7);
}
.hover\:border-t-gray-800\/75:hover{
  border-top-color: rgb(31 41 55 / 0.75);
}
.hover\:border-t-gray-800\/80:hover{
  border-top-color: rgb(31 41 55 / 0.8);
}
.hover\:border-t-gray-800\/85:hover{
  border-top-color: rgb(31 41 55 / 0.85);
}
.hover\:border-t-gray-800\/90:hover{
  border-top-color: rgb(31 41 55 / 0.9);
}
.hover\:border-t-gray-800\/95:hover{
  border-top-color: rgb(31 41 55 / 0.95);
}
.hover\:border-t-gray-900:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-900\/0:hover{
  border-top-color: rgb(17 24 39 / 0);
}
.hover\:border-t-gray-900\/10:hover{
  border-top-color: rgb(17 24 39 / 0.1);
}
.hover\:border-t-gray-900\/100:hover{
  border-top-color: rgb(17 24 39 / 1);
}
.hover\:border-t-gray-900\/15:hover{
  border-top-color: rgb(17 24 39 / 0.15);
}
.hover\:border-t-gray-900\/20:hover{
  border-top-color: rgb(17 24 39 / 0.2);
}
.hover\:border-t-gray-900\/25:hover{
  border-top-color: rgb(17 24 39 / 0.25);
}
.hover\:border-t-gray-900\/30:hover{
  border-top-color: rgb(17 24 39 / 0.3);
}
.hover\:border-t-gray-900\/35:hover{
  border-top-color: rgb(17 24 39 / 0.35);
}
.hover\:border-t-gray-900\/40:hover{
  border-top-color: rgb(17 24 39 / 0.4);
}
.hover\:border-t-gray-900\/45:hover{
  border-top-color: rgb(17 24 39 / 0.45);
}
.hover\:border-t-gray-900\/5:hover{
  border-top-color: rgb(17 24 39 / 0.05);
}
.hover\:border-t-gray-900\/50:hover{
  border-top-color: rgb(17 24 39 / 0.5);
}
.hover\:border-t-gray-900\/55:hover{
  border-top-color: rgb(17 24 39 / 0.55);
}
.hover\:border-t-gray-900\/60:hover{
  border-top-color: rgb(17 24 39 / 0.6);
}
.hover\:border-t-gray-900\/65:hover{
  border-top-color: rgb(17 24 39 / 0.65);
}
.hover\:border-t-gray-900\/70:hover{
  border-top-color: rgb(17 24 39 / 0.7);
}
.hover\:border-t-gray-900\/75:hover{
  border-top-color: rgb(17 24 39 / 0.75);
}
.hover\:border-t-gray-900\/80:hover{
  border-top-color: rgb(17 24 39 / 0.8);
}
.hover\:border-t-gray-900\/85:hover{
  border-top-color: rgb(17 24 39 / 0.85);
}
.hover\:border-t-gray-900\/90:hover{
  border-top-color: rgb(17 24 39 / 0.9);
}
.hover\:border-t-gray-900\/95:hover{
  border-top-color: rgb(17 24 39 / 0.95);
}
.hover\:border-t-gray-950:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.hover\:border-t-gray-950\/0:hover{
  border-top-color: rgb(3 7 18 / 0);
}
.hover\:border-t-gray-950\/10:hover{
  border-top-color: rgb(3 7 18 / 0.1);
}
.hover\:border-t-gray-950\/100:hover{
  border-top-color: rgb(3 7 18 / 1);
}
.hover\:border-t-gray-950\/15:hover{
  border-top-color: rgb(3 7 18 / 0.15);
}
.hover\:border-t-gray-950\/20:hover{
  border-top-color: rgb(3 7 18 / 0.2);
}
.hover\:border-t-gray-950\/25:hover{
  border-top-color: rgb(3 7 18 / 0.25);
}
.hover\:border-t-gray-950\/30:hover{
  border-top-color: rgb(3 7 18 / 0.3);
}
.hover\:border-t-gray-950\/35:hover{
  border-top-color: rgb(3 7 18 / 0.35);
}
.hover\:border-t-gray-950\/40:hover{
  border-top-color: rgb(3 7 18 / 0.4);
}
.hover\:border-t-gray-950\/45:hover{
  border-top-color: rgb(3 7 18 / 0.45);
}
.hover\:border-t-gray-950\/5:hover{
  border-top-color: rgb(3 7 18 / 0.05);
}
.hover\:border-t-gray-950\/50:hover{
  border-top-color: rgb(3 7 18 / 0.5);
}
.hover\:border-t-gray-950\/55:hover{
  border-top-color: rgb(3 7 18 / 0.55);
}
.hover\:border-t-gray-950\/60:hover{
  border-top-color: rgb(3 7 18 / 0.6);
}
.hover\:border-t-gray-950\/65:hover{
  border-top-color: rgb(3 7 18 / 0.65);
}
.hover\:border-t-gray-950\/70:hover{
  border-top-color: rgb(3 7 18 / 0.7);
}
.hover\:border-t-gray-950\/75:hover{
  border-top-color: rgb(3 7 18 / 0.75);
}
.hover\:border-t-gray-950\/80:hover{
  border-top-color: rgb(3 7 18 / 0.8);
}
.hover\:border-t-gray-950\/85:hover{
  border-top-color: rgb(3 7 18 / 0.85);
}
.hover\:border-t-gray-950\/90:hover{
  border-top-color: rgb(3 7 18 / 0.9);
}
.hover\:border-t-gray-950\/95:hover{
  border-top-color: rgb(3 7 18 / 0.95);
}
.hover\:border-t-inherit:hover{
  border-top-color: inherit;
}
.hover\:border-t-primary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-dark\/0:hover{
  border-top-color: rgb(26 88 121 / 0);
}
.hover\:border-t-primary-dark\/10:hover{
  border-top-color: rgb(26 88 121 / 0.1);
}
.hover\:border-t-primary-dark\/100:hover{
  border-top-color: rgb(26 88 121 / 1);
}
.hover\:border-t-primary-dark\/15:hover{
  border-top-color: rgb(26 88 121 / 0.15);
}
.hover\:border-t-primary-dark\/20:hover{
  border-top-color: rgb(26 88 121 / 0.2);
}
.hover\:border-t-primary-dark\/25:hover{
  border-top-color: rgb(26 88 121 / 0.25);
}
.hover\:border-t-primary-dark\/30:hover{
  border-top-color: rgb(26 88 121 / 0.3);
}
.hover\:border-t-primary-dark\/35:hover{
  border-top-color: rgb(26 88 121 / 0.35);
}
.hover\:border-t-primary-dark\/40:hover{
  border-top-color: rgb(26 88 121 / 0.4);
}
.hover\:border-t-primary-dark\/45:hover{
  border-top-color: rgb(26 88 121 / 0.45);
}
.hover\:border-t-primary-dark\/5:hover{
  border-top-color: rgb(26 88 121 / 0.05);
}
.hover\:border-t-primary-dark\/50:hover{
  border-top-color: rgb(26 88 121 / 0.5);
}
.hover\:border-t-primary-dark\/55:hover{
  border-top-color: rgb(26 88 121 / 0.55);
}
.hover\:border-t-primary-dark\/60:hover{
  border-top-color: rgb(26 88 121 / 0.6);
}
.hover\:border-t-primary-dark\/65:hover{
  border-top-color: rgb(26 88 121 / 0.65);
}
.hover\:border-t-primary-dark\/70:hover{
  border-top-color: rgb(26 88 121 / 0.7);
}
.hover\:border-t-primary-dark\/75:hover{
  border-top-color: rgb(26 88 121 / 0.75);
}
.hover\:border-t-primary-dark\/80:hover{
  border-top-color: rgb(26 88 121 / 0.8);
}
.hover\:border-t-primary-dark\/85:hover{
  border-top-color: rgb(26 88 121 / 0.85);
}
.hover\:border-t-primary-dark\/90:hover{
  border-top-color: rgb(26 88 121 / 0.9);
}
.hover\:border-t-primary-dark\/95:hover{
  border-top-color: rgb(26 88 121 / 0.95);
}
.hover\:border-t-primary-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-light\/0:hover{
  border-top-color: rgb(85 154 193 / 0);
}
.hover\:border-t-primary-light\/10:hover{
  border-top-color: rgb(85 154 193 / 0.1);
}
.hover\:border-t-primary-light\/100:hover{
  border-top-color: rgb(85 154 193 / 1);
}
.hover\:border-t-primary-light\/15:hover{
  border-top-color: rgb(85 154 193 / 0.15);
}
.hover\:border-t-primary-light\/20:hover{
  border-top-color: rgb(85 154 193 / 0.2);
}
.hover\:border-t-primary-light\/25:hover{
  border-top-color: rgb(85 154 193 / 0.25);
}
.hover\:border-t-primary-light\/30:hover{
  border-top-color: rgb(85 154 193 / 0.3);
}
.hover\:border-t-primary-light\/35:hover{
  border-top-color: rgb(85 154 193 / 0.35);
}
.hover\:border-t-primary-light\/40:hover{
  border-top-color: rgb(85 154 193 / 0.4);
}
.hover\:border-t-primary-light\/45:hover{
  border-top-color: rgb(85 154 193 / 0.45);
}
.hover\:border-t-primary-light\/5:hover{
  border-top-color: rgb(85 154 193 / 0.05);
}
.hover\:border-t-primary-light\/50:hover{
  border-top-color: rgb(85 154 193 / 0.5);
}
.hover\:border-t-primary-light\/55:hover{
  border-top-color: rgb(85 154 193 / 0.55);
}
.hover\:border-t-primary-light\/60:hover{
  border-top-color: rgb(85 154 193 / 0.6);
}
.hover\:border-t-primary-light\/65:hover{
  border-top-color: rgb(85 154 193 / 0.65);
}
.hover\:border-t-primary-light\/70:hover{
  border-top-color: rgb(85 154 193 / 0.7);
}
.hover\:border-t-primary-light\/75:hover{
  border-top-color: rgb(85 154 193 / 0.75);
}
.hover\:border-t-primary-light\/80:hover{
  border-top-color: rgb(85 154 193 / 0.8);
}
.hover\:border-t-primary-light\/85:hover{
  border-top-color: rgb(85 154 193 / 0.85);
}
.hover\:border-t-primary-light\/90:hover{
  border-top-color: rgb(85 154 193 / 0.9);
}
.hover\:border-t-primary-light\/95:hover{
  border-top-color: rgb(85 154 193 / 0.95);
}
.hover\:border-t-primary-lighter:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.hover\:border-t-primary-lighter\/0:hover{
  border-top-color: rgb(115 177 212 / 0);
}
.hover\:border-t-primary-lighter\/10:hover{
  border-top-color: rgb(115 177 212 / 0.1);
}
.hover\:border-t-primary-lighter\/100:hover{
  border-top-color: rgb(115 177 212 / 1);
}
.hover\:border-t-primary-lighter\/15:hover{
  border-top-color: rgb(115 177 212 / 0.15);
}
.hover\:border-t-primary-lighter\/20:hover{
  border-top-color: rgb(115 177 212 / 0.2);
}
.hover\:border-t-primary-lighter\/25:hover{
  border-top-color: rgb(115 177 212 / 0.25);
}
.hover\:border-t-primary-lighter\/30:hover{
  border-top-color: rgb(115 177 212 / 0.3);
}
.hover\:border-t-primary-lighter\/35:hover{
  border-top-color: rgb(115 177 212 / 0.35);
}
.hover\:border-t-primary-lighter\/40:hover{
  border-top-color: rgb(115 177 212 / 0.4);
}
.hover\:border-t-primary-lighter\/45:hover{
  border-top-color: rgb(115 177 212 / 0.45);
}
.hover\:border-t-primary-lighter\/5:hover{
  border-top-color: rgb(115 177 212 / 0.05);
}
.hover\:border-t-primary-lighter\/50:hover{
  border-top-color: rgb(115 177 212 / 0.5);
}
.hover\:border-t-primary-lighter\/55:hover{
  border-top-color: rgb(115 177 212 / 0.55);
}
.hover\:border-t-primary-lighter\/60:hover{
  border-top-color: rgb(115 177 212 / 0.6);
}
.hover\:border-t-primary-lighter\/65:hover{
  border-top-color: rgb(115 177 212 / 0.65);
}
.hover\:border-t-primary-lighter\/70:hover{
  border-top-color: rgb(115 177 212 / 0.7);
}
.hover\:border-t-primary-lighter\/75:hover{
  border-top-color: rgb(115 177 212 / 0.75);
}
.hover\:border-t-primary-lighter\/80:hover{
  border-top-color: rgb(115 177 212 / 0.8);
}
.hover\:border-t-primary-lighter\/85:hover{
  border-top-color: rgb(115 177 212 / 0.85);
}
.hover\:border-t-primary-lighter\/90:hover{
  border-top-color: rgb(115 177 212 / 0.9);
}
.hover\:border-t-primary-lighter\/95:hover{
  border-top-color: rgb(115 177 212 / 0.95);
}
.hover\:border-t-primary\/0:hover{
  border-top-color: rgb(52 114 147 / 0);
}
.hover\:border-t-primary\/10:hover{
  border-top-color: rgb(52 114 147 / 0.1);
}
.hover\:border-t-primary\/100:hover{
  border-top-color: rgb(52 114 147 / 1);
}
.hover\:border-t-primary\/15:hover{
  border-top-color: rgb(52 114 147 / 0.15);
}
.hover\:border-t-primary\/20:hover{
  border-top-color: rgb(52 114 147 / 0.2);
}
.hover\:border-t-primary\/25:hover{
  border-top-color: rgb(52 114 147 / 0.25);
}
.hover\:border-t-primary\/30:hover{
  border-top-color: rgb(52 114 147 / 0.3);
}
.hover\:border-t-primary\/35:hover{
  border-top-color: rgb(52 114 147 / 0.35);
}
.hover\:border-t-primary\/40:hover{
  border-top-color: rgb(52 114 147 / 0.4);
}
.hover\:border-t-primary\/45:hover{
  border-top-color: rgb(52 114 147 / 0.45);
}
.hover\:border-t-primary\/5:hover{
  border-top-color: rgb(52 114 147 / 0.05);
}
.hover\:border-t-primary\/50:hover{
  border-top-color: rgb(52 114 147 / 0.5);
}
.hover\:border-t-primary\/55:hover{
  border-top-color: rgb(52 114 147 / 0.55);
}
.hover\:border-t-primary\/60:hover{
  border-top-color: rgb(52 114 147 / 0.6);
}
.hover\:border-t-primary\/65:hover{
  border-top-color: rgb(52 114 147 / 0.65);
}
.hover\:border-t-primary\/70:hover{
  border-top-color: rgb(52 114 147 / 0.7);
}
.hover\:border-t-primary\/75:hover{
  border-top-color: rgb(52 114 147 / 0.75);
}
.hover\:border-t-primary\/80:hover{
  border-top-color: rgb(52 114 147 / 0.8);
}
.hover\:border-t-primary\/85:hover{
  border-top-color: rgb(52 114 147 / 0.85);
}
.hover\:border-t-primary\/90:hover{
  border-top-color: rgb(52 114 147 / 0.9);
}
.hover\:border-t-primary\/95:hover{
  border-top-color: rgb(52 114 147 / 0.95);
}
.hover\:border-t-secondary:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-dark:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-dark\/0:hover{
  border-top-color: rgb(226 207 188 / 0);
}
.hover\:border-t-secondary-dark\/10:hover{
  border-top-color: rgb(226 207 188 / 0.1);
}
.hover\:border-t-secondary-dark\/100:hover{
  border-top-color: rgb(226 207 188 / 1);
}
.hover\:border-t-secondary-dark\/15:hover{
  border-top-color: rgb(226 207 188 / 0.15);
}
.hover\:border-t-secondary-dark\/20:hover{
  border-top-color: rgb(226 207 188 / 0.2);
}
.hover\:border-t-secondary-dark\/25:hover{
  border-top-color: rgb(226 207 188 / 0.25);
}
.hover\:border-t-secondary-dark\/30:hover{
  border-top-color: rgb(226 207 188 / 0.3);
}
.hover\:border-t-secondary-dark\/35:hover{
  border-top-color: rgb(226 207 188 / 0.35);
}
.hover\:border-t-secondary-dark\/40:hover{
  border-top-color: rgb(226 207 188 / 0.4);
}
.hover\:border-t-secondary-dark\/45:hover{
  border-top-color: rgb(226 207 188 / 0.45);
}
.hover\:border-t-secondary-dark\/5:hover{
  border-top-color: rgb(226 207 188 / 0.05);
}
.hover\:border-t-secondary-dark\/50:hover{
  border-top-color: rgb(226 207 188 / 0.5);
}
.hover\:border-t-secondary-dark\/55:hover{
  border-top-color: rgb(226 207 188 / 0.55);
}
.hover\:border-t-secondary-dark\/60:hover{
  border-top-color: rgb(226 207 188 / 0.6);
}
.hover\:border-t-secondary-dark\/65:hover{
  border-top-color: rgb(226 207 188 / 0.65);
}
.hover\:border-t-secondary-dark\/70:hover{
  border-top-color: rgb(226 207 188 / 0.7);
}
.hover\:border-t-secondary-dark\/75:hover{
  border-top-color: rgb(226 207 188 / 0.75);
}
.hover\:border-t-secondary-dark\/80:hover{
  border-top-color: rgb(226 207 188 / 0.8);
}
.hover\:border-t-secondary-dark\/85:hover{
  border-top-color: rgb(226 207 188 / 0.85);
}
.hover\:border-t-secondary-dark\/90:hover{
  border-top-color: rgb(226 207 188 / 0.9);
}
.hover\:border-t-secondary-dark\/95:hover{
  border-top-color: rgb(226 207 188 / 0.95);
}
.hover\:border-t-secondary-light:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.hover\:border-t-secondary-light\/0:hover{
  border-top-color: rgb(254 250 247 / 0);
}
.hover\:border-t-secondary-light\/10:hover{
  border-top-color: rgb(254 250 247 / 0.1);
}
.hover\:border-t-secondary-light\/100:hover{
  border-top-color: rgb(254 250 247 / 1);
}
.hover\:border-t-secondary-light\/15:hover{
  border-top-color: rgb(254 250 247 / 0.15);
}
.hover\:border-t-secondary-light\/20:hover{
  border-top-color: rgb(254 250 247 / 0.2);
}
.hover\:border-t-secondary-light\/25:hover{
  border-top-color: rgb(254 250 247 / 0.25);
}
.hover\:border-t-secondary-light\/30:hover{
  border-top-color: rgb(254 250 247 / 0.3);
}
.hover\:border-t-secondary-light\/35:hover{
  border-top-color: rgb(254 250 247 / 0.35);
}
.hover\:border-t-secondary-light\/40:hover{
  border-top-color: rgb(254 250 247 / 0.4);
}
.hover\:border-t-secondary-light\/45:hover{
  border-top-color: rgb(254 250 247 / 0.45);
}
.hover\:border-t-secondary-light\/5:hover{
  border-top-color: rgb(254 250 247 / 0.05);
}
.hover\:border-t-secondary-light\/50:hover{
  border-top-color: rgb(254 250 247 / 0.5);
}
.hover\:border-t-secondary-light\/55:hover{
  border-top-color: rgb(254 250 247 / 0.55);
}
.hover\:border-t-secondary-light\/60:hover{
  border-top-color: rgb(254 250 247 / 0.6);
}
.hover\:border-t-secondary-light\/65:hover{
  border-top-color: rgb(254 250 247 / 0.65);
}
.hover\:border-t-secondary-light\/70:hover{
  border-top-color: rgb(254 250 247 / 0.7);
}
.hover\:border-t-secondary-light\/75:hover{
  border-top-color: rgb(254 250 247 / 0.75);
}
.hover\:border-t-secondary-light\/80:hover{
  border-top-color: rgb(254 250 247 / 0.8);
}
.hover\:border-t-secondary-light\/85:hover{
  border-top-color: rgb(254 250 247 / 0.85);
}
.hover\:border-t-secondary-light\/90:hover{
  border-top-color: rgb(254 250 247 / 0.9);
}
.hover\:border-t-secondary-light\/95:hover{
  border-top-color: rgb(254 250 247 / 0.95);
}
.hover\:border-t-secondary\/0:hover{
  border-top-color: rgb(243 234 225 / 0);
}
.hover\:border-t-secondary\/10:hover{
  border-top-color: rgb(243 234 225 / 0.1);
}
.hover\:border-t-secondary\/100:hover{
  border-top-color: rgb(243 234 225 / 1);
}
.hover\:border-t-secondary\/15:hover{
  border-top-color: rgb(243 234 225 / 0.15);
}
.hover\:border-t-secondary\/20:hover{
  border-top-color: rgb(243 234 225 / 0.2);
}
.hover\:border-t-secondary\/25:hover{
  border-top-color: rgb(243 234 225 / 0.25);
}
.hover\:border-t-secondary\/30:hover{
  border-top-color: rgb(243 234 225 / 0.3);
}
.hover\:border-t-secondary\/35:hover{
  border-top-color: rgb(243 234 225 / 0.35);
}
.hover\:border-t-secondary\/40:hover{
  border-top-color: rgb(243 234 225 / 0.4);
}
.hover\:border-t-secondary\/45:hover{
  border-top-color: rgb(243 234 225 / 0.45);
}
.hover\:border-t-secondary\/5:hover{
  border-top-color: rgb(243 234 225 / 0.05);
}
.hover\:border-t-secondary\/50:hover{
  border-top-color: rgb(243 234 225 / 0.5);
}
.hover\:border-t-secondary\/55:hover{
  border-top-color: rgb(243 234 225 / 0.55);
}
.hover\:border-t-secondary\/60:hover{
  border-top-color: rgb(243 234 225 / 0.6);
}
.hover\:border-t-secondary\/65:hover{
  border-top-color: rgb(243 234 225 / 0.65);
}
.hover\:border-t-secondary\/70:hover{
  border-top-color: rgb(243 234 225 / 0.7);
}
.hover\:border-t-secondary\/75:hover{
  border-top-color: rgb(243 234 225 / 0.75);
}
.hover\:border-t-secondary\/80:hover{
  border-top-color: rgb(243 234 225 / 0.8);
}
.hover\:border-t-secondary\/85:hover{
  border-top-color: rgb(243 234 225 / 0.85);
}
.hover\:border-t-secondary\/90:hover{
  border-top-color: rgb(243 234 225 / 0.9);
}
.hover\:border-t-secondary\/95:hover{
  border-top-color: rgb(243 234 225 / 0.95);
}
.hover\:border-t-transparent:hover{
  border-top-color: transparent;
}
.hover\:border-t-transparent\/0:hover{
  border-top-color: rgb(0 0 0 / 0);
}
.hover\:border-t-transparent\/10:hover{
  border-top-color: rgb(0 0 0 / 0.1);
}
.hover\:border-t-transparent\/100:hover{
  border-top-color: rgb(0 0 0 / 1);
}
.hover\:border-t-transparent\/15:hover{
  border-top-color: rgb(0 0 0 / 0.15);
}
.hover\:border-t-transparent\/20:hover{
  border-top-color: rgb(0 0 0 / 0.2);
}
.hover\:border-t-transparent\/25:hover{
  border-top-color: rgb(0 0 0 / 0.25);
}
.hover\:border-t-transparent\/30:hover{
  border-top-color: rgb(0 0 0 / 0.3);
}
.hover\:border-t-transparent\/35:hover{
  border-top-color: rgb(0 0 0 / 0.35);
}
.hover\:border-t-transparent\/40:hover{
  border-top-color: rgb(0 0 0 / 0.4);
}
.hover\:border-t-transparent\/45:hover{
  border-top-color: rgb(0 0 0 / 0.45);
}
.hover\:border-t-transparent\/5:hover{
  border-top-color: rgb(0 0 0 / 0.05);
}
.hover\:border-t-transparent\/50:hover{
  border-top-color: rgb(0 0 0 / 0.5);
}
.hover\:border-t-transparent\/55:hover{
  border-top-color: rgb(0 0 0 / 0.55);
}
.hover\:border-t-transparent\/60:hover{
  border-top-color: rgb(0 0 0 / 0.6);
}
.hover\:border-t-transparent\/65:hover{
  border-top-color: rgb(0 0 0 / 0.65);
}
.hover\:border-t-transparent\/70:hover{
  border-top-color: rgb(0 0 0 / 0.7);
}
.hover\:border-t-transparent\/75:hover{
  border-top-color: rgb(0 0 0 / 0.75);
}
.hover\:border-t-transparent\/80:hover{
  border-top-color: rgb(0 0 0 / 0.8);
}
.hover\:border-t-transparent\/85:hover{
  border-top-color: rgb(0 0 0 / 0.85);
}
.hover\:border-t-transparent\/90:hover{
  border-top-color: rgb(0 0 0 / 0.9);
}
.hover\:border-t-transparent\/95:hover{
  border-top-color: rgb(0 0 0 / 0.95);
}
.hover\:border-t-white:hover{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.hover\:border-t-white\/0:hover{
  border-top-color: rgb(255 255 255 / 0);
}
.hover\:border-t-white\/10:hover{
  border-top-color: rgb(255 255 255 / 0.1);
}
.hover\:border-t-white\/100:hover{
  border-top-color: rgb(255 255 255 / 1);
}
.hover\:border-t-white\/15:hover{
  border-top-color: rgb(255 255 255 / 0.15);
}
.hover\:border-t-white\/20:hover{
  border-top-color: rgb(255 255 255 / 0.2);
}
.hover\:border-t-white\/25:hover{
  border-top-color: rgb(255 255 255 / 0.25);
}
.hover\:border-t-white\/30:hover{
  border-top-color: rgb(255 255 255 / 0.3);
}
.hover\:border-t-white\/35:hover{
  border-top-color: rgb(255 255 255 / 0.35);
}
.hover\:border-t-white\/40:hover{
  border-top-color: rgb(255 255 255 / 0.4);
}
.hover\:border-t-white\/45:hover{
  border-top-color: rgb(255 255 255 / 0.45);
}
.hover\:border-t-white\/5:hover{
  border-top-color: rgb(255 255 255 / 0.05);
}
.hover\:border-t-white\/50:hover{
  border-top-color: rgb(255 255 255 / 0.5);
}
.hover\:border-t-white\/55:hover{
  border-top-color: rgb(255 255 255 / 0.55);
}
.hover\:border-t-white\/60:hover{
  border-top-color: rgb(255 255 255 / 0.6);
}
.hover\:border-t-white\/65:hover{
  border-top-color: rgb(255 255 255 / 0.65);
}
.hover\:border-t-white\/70:hover{
  border-top-color: rgb(255 255 255 / 0.7);
}
.hover\:border-t-white\/75:hover{
  border-top-color: rgb(255 255 255 / 0.75);
}
.hover\:border-t-white\/80:hover{
  border-top-color: rgb(255 255 255 / 0.8);
}
.hover\:border-t-white\/85:hover{
  border-top-color: rgb(255 255 255 / 0.85);
}
.hover\:border-t-white\/90:hover{
  border-top-color: rgb(255 255 255 / 0.9);
}
.hover\:border-t-white\/95:hover{
  border-top-color: rgb(255 255 255 / 0.95);
}
.hover\:border-opacity-0:hover{
  --tw-border-opacity: 0;
}
.hover\:border-opacity-10:hover{
  --tw-border-opacity: 0.1;
}
.hover\:border-opacity-100:hover{
  --tw-border-opacity: 1;
}
.hover\:border-opacity-15:hover{
  --tw-border-opacity: 0.15;
}
.hover\:border-opacity-20:hover{
  --tw-border-opacity: 0.2;
}
.hover\:border-opacity-25:hover{
  --tw-border-opacity: 0.25;
}
.hover\:border-opacity-30:hover{
  --tw-border-opacity: 0.3;
}
.hover\:border-opacity-35:hover{
  --tw-border-opacity: 0.35;
}
.hover\:border-opacity-40:hover{
  --tw-border-opacity: 0.4;
}
.hover\:border-opacity-45:hover{
  --tw-border-opacity: 0.45;
}
.hover\:border-opacity-5:hover{
  --tw-border-opacity: 0.05;
}
.hover\:border-opacity-50:hover{
  --tw-border-opacity: 0.5;
}
.hover\:border-opacity-55:hover{
  --tw-border-opacity: 0.55;
}
.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}
.hover\:border-opacity-65:hover{
  --tw-border-opacity: 0.65;
}
.hover\:border-opacity-70:hover{
  --tw-border-opacity: 0.7;
}
.hover\:border-opacity-75:hover{
  --tw-border-opacity: 0.75;
}
.hover\:border-opacity-80:hover{
  --tw-border-opacity: 0.8;
}
.hover\:border-opacity-85:hover{
  --tw-border-opacity: 0.85;
}
.hover\:border-opacity-90:hover{
  --tw-border-opacity: 0.9;
}
.hover\:border-opacity-95:hover{
  --tw-border-opacity: 0.95;
}
.hover\:bg-\[\#F07167\]\/50:hover{
  background-color: rgb(240 113 103 / 0.5);
}
.hover\:bg-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-dark\/0:hover{
  background-color: rgb(225 114 45 / 0);
}
.hover\:bg-accent-dark\/10:hover{
  background-color: rgb(225 114 45 / 0.1);
}
.hover\:bg-accent-dark\/100:hover{
  background-color: rgb(225 114 45 / 1);
}
.hover\:bg-accent-dark\/15:hover{
  background-color: rgb(225 114 45 / 0.15);
}
.hover\:bg-accent-dark\/20:hover{
  background-color: rgb(225 114 45 / 0.2);
}
.hover\:bg-accent-dark\/25:hover{
  background-color: rgb(225 114 45 / 0.25);
}
.hover\:bg-accent-dark\/30:hover{
  background-color: rgb(225 114 45 / 0.3);
}
.hover\:bg-accent-dark\/35:hover{
  background-color: rgb(225 114 45 / 0.35);
}
.hover\:bg-accent-dark\/40:hover{
  background-color: rgb(225 114 45 / 0.4);
}
.hover\:bg-accent-dark\/45:hover{
  background-color: rgb(225 114 45 / 0.45);
}
.hover\:bg-accent-dark\/5:hover{
  background-color: rgb(225 114 45 / 0.05);
}
.hover\:bg-accent-dark\/50:hover{
  background-color: rgb(225 114 45 / 0.5);
}
.hover\:bg-accent-dark\/55:hover{
  background-color: rgb(225 114 45 / 0.55);
}
.hover\:bg-accent-dark\/60:hover{
  background-color: rgb(225 114 45 / 0.6);
}
.hover\:bg-accent-dark\/65:hover{
  background-color: rgb(225 114 45 / 0.65);
}
.hover\:bg-accent-dark\/70:hover{
  background-color: rgb(225 114 45 / 0.7);
}
.hover\:bg-accent-dark\/75:hover{
  background-color: rgb(225 114 45 / 0.75);
}
.hover\:bg-accent-dark\/80:hover{
  background-color: rgb(225 114 45 / 0.8);
}
.hover\:bg-accent-dark\/85:hover{
  background-color: rgb(225 114 45 / 0.85);
}
.hover\:bg-accent-dark\/90:hover{
  background-color: rgb(225 114 45 / 0.9);
}
.hover\:bg-accent-dark\/95:hover{
  background-color: rgb(225 114 45 / 0.95);
}
.hover\:bg-accent-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-light\/0:hover{
  background-color: rgb(255 191 105 / 0);
}
.hover\:bg-accent-light\/10:hover{
  background-color: rgb(255 191 105 / 0.1);
}
.hover\:bg-accent-light\/100:hover{
  background-color: rgb(255 191 105 / 1);
}
.hover\:bg-accent-light\/15:hover{
  background-color: rgb(255 191 105 / 0.15);
}
.hover\:bg-accent-light\/20:hover{
  background-color: rgb(255 191 105 / 0.2);
}
.hover\:bg-accent-light\/25:hover{
  background-color: rgb(255 191 105 / 0.25);
}
.hover\:bg-accent-light\/30:hover{
  background-color: rgb(255 191 105 / 0.3);
}
.hover\:bg-accent-light\/35:hover{
  background-color: rgb(255 191 105 / 0.35);
}
.hover\:bg-accent-light\/40:hover{
  background-color: rgb(255 191 105 / 0.4);
}
.hover\:bg-accent-light\/45:hover{
  background-color: rgb(255 191 105 / 0.45);
}
.hover\:bg-accent-light\/5:hover{
  background-color: rgb(255 191 105 / 0.05);
}
.hover\:bg-accent-light\/50:hover{
  background-color: rgb(255 191 105 / 0.5);
}
.hover\:bg-accent-light\/55:hover{
  background-color: rgb(255 191 105 / 0.55);
}
.hover\:bg-accent-light\/60:hover{
  background-color: rgb(255 191 105 / 0.6);
}
.hover\:bg-accent-light\/65:hover{
  background-color: rgb(255 191 105 / 0.65);
}
.hover\:bg-accent-light\/70:hover{
  background-color: rgb(255 191 105 / 0.7);
}
.hover\:bg-accent-light\/75:hover{
  background-color: rgb(255 191 105 / 0.75);
}
.hover\:bg-accent-light\/80:hover{
  background-color: rgb(255 191 105 / 0.8);
}
.hover\:bg-accent-light\/85:hover{
  background-color: rgb(255 191 105 / 0.85);
}
.hover\:bg-accent-light\/90:hover{
  background-color: rgb(255 191 105 / 0.9);
}
.hover\:bg-accent-light\/95:hover{
  background-color: rgb(255 191 105 / 0.95);
}
.hover\:bg-accent\/0:hover{
  background-color: rgb(229 136 78 / 0);
}
.hover\:bg-accent\/10:hover{
  background-color: rgb(229 136 78 / 0.1);
}
.hover\:bg-accent\/100:hover{
  background-color: rgb(229 136 78 / 1);
}
.hover\:bg-accent\/15:hover{
  background-color: rgb(229 136 78 / 0.15);
}
.hover\:bg-accent\/20:hover{
  background-color: rgb(229 136 78 / 0.2);
}
.hover\:bg-accent\/25:hover{
  background-color: rgb(229 136 78 / 0.25);
}
.hover\:bg-accent\/30:hover{
  background-color: rgb(229 136 78 / 0.3);
}
.hover\:bg-accent\/35:hover{
  background-color: rgb(229 136 78 / 0.35);
}
.hover\:bg-accent\/40:hover{
  background-color: rgb(229 136 78 / 0.4);
}
.hover\:bg-accent\/45:hover{
  background-color: rgb(229 136 78 / 0.45);
}
.hover\:bg-accent\/5:hover{
  background-color: rgb(229 136 78 / 0.05);
}
.hover\:bg-accent\/50:hover{
  background-color: rgb(229 136 78 / 0.5);
}
.hover\:bg-accent\/55:hover{
  background-color: rgb(229 136 78 / 0.55);
}
.hover\:bg-accent\/60:hover{
  background-color: rgb(229 136 78 / 0.6);
}
.hover\:bg-accent\/65:hover{
  background-color: rgb(229 136 78 / 0.65);
}
.hover\:bg-accent\/70:hover{
  background-color: rgb(229 136 78 / 0.7);
}
.hover\:bg-accent\/75:hover{
  background-color: rgb(229 136 78 / 0.75);
}
.hover\:bg-accent\/80:hover{
  background-color: rgb(229 136 78 / 0.8);
}
.hover\:bg-accent\/85:hover{
  background-color: rgb(229 136 78 / 0.85);
}
.hover\:bg-accent\/90:hover{
  background-color: rgb(229 136 78 / 0.9);
}
.hover\:bg-accent\/95:hover{
  background-color: rgb(229 136 78 / 0.95);
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/0:hover{
  background-color: rgb(0 0 0 / 0);
}
.hover\:bg-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/100:hover{
  background-color: rgb(0 0 0 / 1);
}
.hover\:bg-black\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-black\/20:hover{
  background-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-black\/25:hover{
  background-color: rgb(0 0 0 / 0.25);
}
.hover\:bg-black\/30:hover{
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-black\/35:hover{
  background-color: rgb(0 0 0 / 0.35);
}
.hover\:bg-black\/40:hover{
  background-color: rgb(0 0 0 / 0.4);
}
.hover\:bg-black\/45:hover{
  background-color: rgb(0 0 0 / 0.45);
}
.hover\:bg-black\/5:hover{
  background-color: rgb(0 0 0 / 0.05);
}
.hover\:bg-black\/50:hover{
  background-color: rgb(0 0 0 / 0.5);
}
.hover\:bg-black\/55:hover{
  background-color: rgb(0 0 0 / 0.55);
}
.hover\:bg-black\/60:hover{
  background-color: rgb(0 0 0 / 0.6);
}
.hover\:bg-black\/65:hover{
  background-color: rgb(0 0 0 / 0.65);
}
.hover\:bg-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}
.hover\:bg-black\/75:hover{
  background-color: rgb(0 0 0 / 0.75);
}
.hover\:bg-black\/80:hover{
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-black\/85:hover{
  background-color: rgb(0 0 0 / 0.85);
}
.hover\:bg-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}
.hover\:bg-black\/95:hover{
  background-color: rgb(0 0 0 / 0.95);
}
.hover\:bg-current:hover{
  background-color: currentColor;
}
.hover\:bg-error:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.hover\:bg-error\/0:hover{
  background-color: rgb(255 0 0 / 0);
}
.hover\:bg-error\/10:hover{
  background-color: rgb(255 0 0 / 0.1);
}
.hover\:bg-error\/100:hover{
  background-color: rgb(255 0 0 / 1);
}
.hover\:bg-error\/15:hover{
  background-color: rgb(255 0 0 / 0.15);
}
.hover\:bg-error\/20:hover{
  background-color: rgb(255 0 0 / 0.2);
}
.hover\:bg-error\/25:hover{
  background-color: rgb(255 0 0 / 0.25);
}
.hover\:bg-error\/30:hover{
  background-color: rgb(255 0 0 / 0.3);
}
.hover\:bg-error\/35:hover{
  background-color: rgb(255 0 0 / 0.35);
}
.hover\:bg-error\/40:hover{
  background-color: rgb(255 0 0 / 0.4);
}
.hover\:bg-error\/45:hover{
  background-color: rgb(255 0 0 / 0.45);
}
.hover\:bg-error\/5:hover{
  background-color: rgb(255 0 0 / 0.05);
}
.hover\:bg-error\/50:hover{
  background-color: rgb(255 0 0 / 0.5);
}
.hover\:bg-error\/55:hover{
  background-color: rgb(255 0 0 / 0.55);
}
.hover\:bg-error\/60:hover{
  background-color: rgb(255 0 0 / 0.6);
}
.hover\:bg-error\/65:hover{
  background-color: rgb(255 0 0 / 0.65);
}
.hover\:bg-error\/70:hover{
  background-color: rgb(255 0 0 / 0.7);
}
.hover\:bg-error\/75:hover{
  background-color: rgb(255 0 0 / 0.75);
}
.hover\:bg-error\/80:hover{
  background-color: rgb(255 0 0 / 0.8);
}
.hover\:bg-error\/85:hover{
  background-color: rgb(255 0 0 / 0.85);
}
.hover\:bg-error\/90:hover{
  background-color: rgb(255 0 0 / 0.9);
}
.hover\:bg-error\/95:hover{
  background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-dark\/0:hover{
  background-color: rgb(26 88 121 / 0);
}
.hover\:bg-primary-dark\/10:hover{
  background-color: rgb(26 88 121 / 0.1);
}
.hover\:bg-primary-dark\/100:hover{
  background-color: rgb(26 88 121 / 1);
}
.hover\:bg-primary-dark\/15:hover{
  background-color: rgb(26 88 121 / 0.15);
}
.hover\:bg-primary-dark\/20:hover{
  background-color: rgb(26 88 121 / 0.2);
}
.hover\:bg-primary-dark\/25:hover{
  background-color: rgb(26 88 121 / 0.25);
}
.hover\:bg-primary-dark\/30:hover{
  background-color: rgb(26 88 121 / 0.3);
}
.hover\:bg-primary-dark\/35:hover{
  background-color: rgb(26 88 121 / 0.35);
}
.hover\:bg-primary-dark\/40:hover{
  background-color: rgb(26 88 121 / 0.4);
}
.hover\:bg-primary-dark\/45:hover{
  background-color: rgb(26 88 121 / 0.45);
}
.hover\:bg-primary-dark\/5:hover{
  background-color: rgb(26 88 121 / 0.05);
}
.hover\:bg-primary-dark\/50:hover{
  background-color: rgb(26 88 121 / 0.5);
}
.hover\:bg-primary-dark\/55:hover{
  background-color: rgb(26 88 121 / 0.55);
}
.hover\:bg-primary-dark\/60:hover{
  background-color: rgb(26 88 121 / 0.6);
}
.hover\:bg-primary-dark\/65:hover{
  background-color: rgb(26 88 121 / 0.65);
}
.hover\:bg-primary-dark\/70:hover{
  background-color: rgb(26 88 121 / 0.7);
}
.hover\:bg-primary-dark\/75:hover{
  background-color: rgb(26 88 121 / 0.75);
}
.hover\:bg-primary-dark\/80:hover{
  background-color: rgb(26 88 121 / 0.8);
}
.hover\:bg-primary-dark\/85:hover{
  background-color: rgb(26 88 121 / 0.85);
}
.hover\:bg-primary-dark\/90:hover{
  background-color: rgb(26 88 121 / 0.9);
}
.hover\:bg-primary-dark\/95:hover{
  background-color: rgb(26 88 121 / 0.95);
}
.hover\:bg-primary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-light\/0:hover{
  background-color: rgb(85 154 193 / 0);
}
.hover\:bg-primary-light\/10:hover{
  background-color: rgb(85 154 193 / 0.1);
}
.hover\:bg-primary-light\/100:hover{
  background-color: rgb(85 154 193 / 1);
}
.hover\:bg-primary-light\/15:hover{
  background-color: rgb(85 154 193 / 0.15);
}
.hover\:bg-primary-light\/20:hover{
  background-color: rgb(85 154 193 / 0.2);
}
.hover\:bg-primary-light\/25:hover{
  background-color: rgb(85 154 193 / 0.25);
}
.hover\:bg-primary-light\/30:hover{
  background-color: rgb(85 154 193 / 0.3);
}
.hover\:bg-primary-light\/35:hover{
  background-color: rgb(85 154 193 / 0.35);
}
.hover\:bg-primary-light\/40:hover{
  background-color: rgb(85 154 193 / 0.4);
}
.hover\:bg-primary-light\/45:hover{
  background-color: rgb(85 154 193 / 0.45);
}
.hover\:bg-primary-light\/5:hover{
  background-color: rgb(85 154 193 / 0.05);
}
.hover\:bg-primary-light\/50:hover{
  background-color: rgb(85 154 193 / 0.5);
}
.hover\:bg-primary-light\/55:hover{
  background-color: rgb(85 154 193 / 0.55);
}
.hover\:bg-primary-light\/60:hover{
  background-color: rgb(85 154 193 / 0.6);
}
.hover\:bg-primary-light\/65:hover{
  background-color: rgb(85 154 193 / 0.65);
}
.hover\:bg-primary-light\/70:hover{
  background-color: rgb(85 154 193 / 0.7);
}
.hover\:bg-primary-light\/75:hover{
  background-color: rgb(85 154 193 / 0.75);
}
.hover\:bg-primary-light\/80:hover{
  background-color: rgb(85 154 193 / 0.8);
}
.hover\:bg-primary-light\/85:hover{
  background-color: rgb(85 154 193 / 0.85);
}
.hover\:bg-primary-light\/90:hover{
  background-color: rgb(85 154 193 / 0.9);
}
.hover\:bg-primary-light\/95:hover{
  background-color: rgb(85 154 193 / 0.95);
}
.hover\:bg-primary-lighter:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-lighter\/0:hover{
  background-color: rgb(115 177 212 / 0);
}
.hover\:bg-primary-lighter\/10:hover{
  background-color: rgb(115 177 212 / 0.1);
}
.hover\:bg-primary-lighter\/100:hover{
  background-color: rgb(115 177 212 / 1);
}
.hover\:bg-primary-lighter\/15:hover{
  background-color: rgb(115 177 212 / 0.15);
}
.hover\:bg-primary-lighter\/20:hover{
  background-color: rgb(115 177 212 / 0.2);
}
.hover\:bg-primary-lighter\/25:hover{
  background-color: rgb(115 177 212 / 0.25);
}
.hover\:bg-primary-lighter\/30:hover{
  background-color: rgb(115 177 212 / 0.3);
}
.hover\:bg-primary-lighter\/35:hover{
  background-color: rgb(115 177 212 / 0.35);
}
.hover\:bg-primary-lighter\/40:hover{
  background-color: rgb(115 177 212 / 0.4);
}
.hover\:bg-primary-lighter\/45:hover{
  background-color: rgb(115 177 212 / 0.45);
}
.hover\:bg-primary-lighter\/5:hover{
  background-color: rgb(115 177 212 / 0.05);
}
.hover\:bg-primary-lighter\/50:hover{
  background-color: rgb(115 177 212 / 0.5);
}
.hover\:bg-primary-lighter\/55:hover{
  background-color: rgb(115 177 212 / 0.55);
}
.hover\:bg-primary-lighter\/60:hover{
  background-color: rgb(115 177 212 / 0.6);
}
.hover\:bg-primary-lighter\/65:hover{
  background-color: rgb(115 177 212 / 0.65);
}
.hover\:bg-primary-lighter\/70:hover{
  background-color: rgb(115 177 212 / 0.7);
}
.hover\:bg-primary-lighter\/75:hover{
  background-color: rgb(115 177 212 / 0.75);
}
.hover\:bg-primary-lighter\/80:hover{
  background-color: rgb(115 177 212 / 0.8);
}
.hover\:bg-primary-lighter\/85:hover{
  background-color: rgb(115 177 212 / 0.85);
}
.hover\:bg-primary-lighter\/90:hover{
  background-color: rgb(115 177 212 / 0.9);
}
.hover\:bg-primary-lighter\/95:hover{
  background-color: rgb(115 177 212 / 0.95);
}
.hover\:bg-primary\/0:hover{
  background-color: rgb(52 114 147 / 0);
}
.hover\:bg-primary\/10:hover{
  background-color: rgb(52 114 147 / 0.1);
}
.hover\:bg-primary\/100:hover{
  background-color: rgb(52 114 147 / 1);
}
.hover\:bg-primary\/15:hover{
  background-color: rgb(52 114 147 / 0.15);
}
.hover\:bg-primary\/20:hover{
  background-color: rgb(52 114 147 / 0.2);
}
.hover\:bg-primary\/25:hover{
  background-color: rgb(52 114 147 / 0.25);
}
.hover\:bg-primary\/30:hover{
  background-color: rgb(52 114 147 / 0.3);
}
.hover\:bg-primary\/35:hover{
  background-color: rgb(52 114 147 / 0.35);
}
.hover\:bg-primary\/40:hover{
  background-color: rgb(52 114 147 / 0.4);
}
.hover\:bg-primary\/45:hover{
  background-color: rgb(52 114 147 / 0.45);
}
.hover\:bg-primary\/5:hover{
  background-color: rgb(52 114 147 / 0.05);
}
.hover\:bg-primary\/50:hover{
  background-color: rgb(52 114 147 / 0.5);
}
.hover\:bg-primary\/55:hover{
  background-color: rgb(52 114 147 / 0.55);
}
.hover\:bg-primary\/60:hover{
  background-color: rgb(52 114 147 / 0.6);
}
.hover\:bg-primary\/65:hover{
  background-color: rgb(52 114 147 / 0.65);
}
.hover\:bg-primary\/70:hover{
  background-color: rgb(52 114 147 / 0.7);
}
.hover\:bg-primary\/75:hover{
  background-color: rgb(52 114 147 / 0.75);
}
.hover\:bg-primary\/80:hover{
  background-color: rgb(52 114 147 / 0.8);
}
.hover\:bg-primary\/85:hover{
  background-color: rgb(52 114 147 / 0.85);
}
.hover\:bg-primary\/90:hover{
  background-color: rgb(52 114 147 / 0.9);
}
.hover\:bg-primary\/95:hover{
  background-color: rgb(52 114 147 / 0.95);
}
.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 207 188 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-dark\/0:hover{
  background-color: rgb(226 207 188 / 0);
}
.hover\:bg-secondary-dark\/10:hover{
  background-color: rgb(226 207 188 / 0.1);
}
.hover\:bg-secondary-dark\/100:hover{
  background-color: rgb(226 207 188 / 1);
}
.hover\:bg-secondary-dark\/15:hover{
  background-color: rgb(226 207 188 / 0.15);
}
.hover\:bg-secondary-dark\/20:hover{
  background-color: rgb(226 207 188 / 0.2);
}
.hover\:bg-secondary-dark\/25:hover{
  background-color: rgb(226 207 188 / 0.25);
}
.hover\:bg-secondary-dark\/30:hover{
  background-color: rgb(226 207 188 / 0.3);
}
.hover\:bg-secondary-dark\/35:hover{
  background-color: rgb(226 207 188 / 0.35);
}
.hover\:bg-secondary-dark\/40:hover{
  background-color: rgb(226 207 188 / 0.4);
}
.hover\:bg-secondary-dark\/45:hover{
  background-color: rgb(226 207 188 / 0.45);
}
.hover\:bg-secondary-dark\/5:hover{
  background-color: rgb(226 207 188 / 0.05);
}
.hover\:bg-secondary-dark\/50:hover{
  background-color: rgb(226 207 188 / 0.5);
}
.hover\:bg-secondary-dark\/55:hover{
  background-color: rgb(226 207 188 / 0.55);
}
.hover\:bg-secondary-dark\/60:hover{
  background-color: rgb(226 207 188 / 0.6);
}
.hover\:bg-secondary-dark\/65:hover{
  background-color: rgb(226 207 188 / 0.65);
}
.hover\:bg-secondary-dark\/70:hover{
  background-color: rgb(226 207 188 / 0.7);
}
.hover\:bg-secondary-dark\/75:hover{
  background-color: rgb(226 207 188 / 0.75);
}
.hover\:bg-secondary-dark\/80:hover{
  background-color: rgb(226 207 188 / 0.8);
}
.hover\:bg-secondary-dark\/85:hover{
  background-color: rgb(226 207 188 / 0.85);
}
.hover\:bg-secondary-dark\/90:hover{
  background-color: rgb(226 207 188 / 0.9);
}
.hover\:bg-secondary-dark\/95:hover{
  background-color: rgb(226 207 188 / 0.95);
}
.hover\:bg-secondary-light:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-light\/0:hover{
  background-color: rgb(254 250 247 / 0);
}
.hover\:bg-secondary-light\/10:hover{
  background-color: rgb(254 250 247 / 0.1);
}
.hover\:bg-secondary-light\/100:hover{
  background-color: rgb(254 250 247 / 1);
}
.hover\:bg-secondary-light\/15:hover{
  background-color: rgb(254 250 247 / 0.15);
}
.hover\:bg-secondary-light\/20:hover{
  background-color: rgb(254 250 247 / 0.2);
}
.hover\:bg-secondary-light\/25:hover{
  background-color: rgb(254 250 247 / 0.25);
}
.hover\:bg-secondary-light\/30:hover{
  background-color: rgb(254 250 247 / 0.3);
}
.hover\:bg-secondary-light\/35:hover{
  background-color: rgb(254 250 247 / 0.35);
}
.hover\:bg-secondary-light\/40:hover{
  background-color: rgb(254 250 247 / 0.4);
}
.hover\:bg-secondary-light\/45:hover{
  background-color: rgb(254 250 247 / 0.45);
}
.hover\:bg-secondary-light\/5:hover{
  background-color: rgb(254 250 247 / 0.05);
}
.hover\:bg-secondary-light\/50:hover{
  background-color: rgb(254 250 247 / 0.5);
}
.hover\:bg-secondary-light\/55:hover{
  background-color: rgb(254 250 247 / 0.55);
}
.hover\:bg-secondary-light\/60:hover{
  background-color: rgb(254 250 247 / 0.6);
}
.hover\:bg-secondary-light\/65:hover{
  background-color: rgb(254 250 247 / 0.65);
}
.hover\:bg-secondary-light\/70:hover{
  background-color: rgb(254 250 247 / 0.7);
}
.hover\:bg-secondary-light\/75:hover{
  background-color: rgb(254 250 247 / 0.75);
}
.hover\:bg-secondary-light\/80:hover{
  background-color: rgb(254 250 247 / 0.8);
}
.hover\:bg-secondary-light\/85:hover{
  background-color: rgb(254 250 247 / 0.85);
}
.hover\:bg-secondary-light\/90:hover{
  background-color: rgb(254 250 247 / 0.9);
}
.hover\:bg-secondary-light\/95:hover{
  background-color: rgb(254 250 247 / 0.95);
}
.hover\:bg-secondary\/0:hover{
  background-color: rgb(243 234 225 / 0);
}
.hover\:bg-secondary\/10:hover{
  background-color: rgb(243 234 225 / 0.1);
}
.hover\:bg-secondary\/100:hover{
  background-color: rgb(243 234 225 / 1);
}
.hover\:bg-secondary\/15:hover{
  background-color: rgb(243 234 225 / 0.15);
}
.hover\:bg-secondary\/20:hover{
  background-color: rgb(243 234 225 / 0.2);
}
.hover\:bg-secondary\/25:hover{
  background-color: rgb(243 234 225 / 0.25);
}
.hover\:bg-secondary\/30:hover{
  background-color: rgb(243 234 225 / 0.3);
}
.hover\:bg-secondary\/35:hover{
  background-color: rgb(243 234 225 / 0.35);
}
.hover\:bg-secondary\/40:hover{
  background-color: rgb(243 234 225 / 0.4);
}
.hover\:bg-secondary\/45:hover{
  background-color: rgb(243 234 225 / 0.45);
}
.hover\:bg-secondary\/5:hover{
  background-color: rgb(243 234 225 / 0.05);
}
.hover\:bg-secondary\/50:hover{
  background-color: rgb(243 234 225 / 0.5);
}
.hover\:bg-secondary\/55:hover{
  background-color: rgb(243 234 225 / 0.55);
}
.hover\:bg-secondary\/60:hover{
  background-color: rgb(243 234 225 / 0.6);
}
.hover\:bg-secondary\/65:hover{
  background-color: rgb(243 234 225 / 0.65);
}
.hover\:bg-secondary\/70:hover{
  background-color: rgb(243 234 225 / 0.7);
}
.hover\:bg-secondary\/75:hover{
  background-color: rgb(243 234 225 / 0.75);
}
.hover\:bg-secondary\/80:hover{
  background-color: rgb(243 234 225 / 0.8);
}
.hover\:bg-secondary\/85:hover{
  background-color: rgb(243 234 225 / 0.85);
}
.hover\:bg-secondary\/90:hover{
  background-color: rgb(243 234 225 / 0.9);
}
.hover\:bg-secondary\/95:hover{
  background-color: rgb(243 234 225 / 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:hover{
  --tw-text-opacity: 1;
  color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-dark\/0:hover{
  color: rgb(225 114 45 / 0);
}
.hover\:text-accent-dark\/10:hover{
  color: rgb(225 114 45 / 0.1);
}
.hover\:text-accent-dark\/100:hover{
  color: rgb(225 114 45 / 1);
}
.hover\:text-accent-dark\/15:hover{
  color: rgb(225 114 45 / 0.15);
}
.hover\:text-accent-dark\/20:hover{
  color: rgb(225 114 45 / 0.2);
}
.hover\:text-accent-dark\/25:hover{
  color: rgb(225 114 45 / 0.25);
}
.hover\:text-accent-dark\/30:hover{
  color: rgb(225 114 45 / 0.3);
}
.hover\:text-accent-dark\/35:hover{
  color: rgb(225 114 45 / 0.35);
}
.hover\:text-accent-dark\/40:hover{
  color: rgb(225 114 45 / 0.4);
}
.hover\:text-accent-dark\/45:hover{
  color: rgb(225 114 45 / 0.45);
}
.hover\:text-accent-dark\/5:hover{
  color: rgb(225 114 45 / 0.05);
}
.hover\:text-accent-dark\/50:hover{
  color: rgb(225 114 45 / 0.5);
}
.hover\:text-accent-dark\/55:hover{
  color: rgb(225 114 45 / 0.55);
}
.hover\:text-accent-dark\/60:hover{
  color: rgb(225 114 45 / 0.6);
}
.hover\:text-accent-dark\/65:hover{
  color: rgb(225 114 45 / 0.65);
}
.hover\:text-accent-dark\/70:hover{
  color: rgb(225 114 45 / 0.7);
}
.hover\:text-accent-dark\/75:hover{
  color: rgb(225 114 45 / 0.75);
}
.hover\:text-accent-dark\/80:hover{
  color: rgb(225 114 45 / 0.8);
}
.hover\:text-accent-dark\/85:hover{
  color: rgb(225 114 45 / 0.85);
}
.hover\:text-accent-dark\/90:hover{
  color: rgb(225 114 45 / 0.9);
}
.hover\:text-accent-dark\/95:hover{
  color: rgb(225 114 45 / 0.95);
}
.hover\:text-accent-light:hover{
  --tw-text-opacity: 1;
  color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-light\/0:hover{
  color: rgb(255 191 105 / 0);
}
.hover\:text-accent-light\/10:hover{
  color: rgb(255 191 105 / 0.1);
}
.hover\:text-accent-light\/100:hover{
  color: rgb(255 191 105 / 1);
}
.hover\:text-accent-light\/15:hover{
  color: rgb(255 191 105 / 0.15);
}
.hover\:text-accent-light\/20:hover{
  color: rgb(255 191 105 / 0.2);
}
.hover\:text-accent-light\/25:hover{
  color: rgb(255 191 105 / 0.25);
}
.hover\:text-accent-light\/30:hover{
  color: rgb(255 191 105 / 0.3);
}
.hover\:text-accent-light\/35:hover{
  color: rgb(255 191 105 / 0.35);
}
.hover\:text-accent-light\/40:hover{
  color: rgb(255 191 105 / 0.4);
}
.hover\:text-accent-light\/45:hover{
  color: rgb(255 191 105 / 0.45);
}
.hover\:text-accent-light\/5:hover{
  color: rgb(255 191 105 / 0.05);
}
.hover\:text-accent-light\/50:hover{
  color: rgb(255 191 105 / 0.5);
}
.hover\:text-accent-light\/55:hover{
  color: rgb(255 191 105 / 0.55);
}
.hover\:text-accent-light\/60:hover{
  color: rgb(255 191 105 / 0.6);
}
.hover\:text-accent-light\/65:hover{
  color: rgb(255 191 105 / 0.65);
}
.hover\:text-accent-light\/70:hover{
  color: rgb(255 191 105 / 0.7);
}
.hover\:text-accent-light\/75:hover{
  color: rgb(255 191 105 / 0.75);
}
.hover\:text-accent-light\/80:hover{
  color: rgb(255 191 105 / 0.8);
}
.hover\:text-accent-light\/85:hover{
  color: rgb(255 191 105 / 0.85);
}
.hover\:text-accent-light\/90:hover{
  color: rgb(255 191 105 / 0.9);
}
.hover\:text-accent-light\/95:hover{
  color: rgb(255 191 105 / 0.95);
}
.hover\:text-accent\/0:hover{
  color: rgb(229 136 78 / 0);
}
.hover\:text-accent\/10:hover{
  color: rgb(229 136 78 / 0.1);
}
.hover\:text-accent\/100:hover{
  color: rgb(229 136 78 / 1);
}
.hover\:text-accent\/15:hover{
  color: rgb(229 136 78 / 0.15);
}
.hover\:text-accent\/20:hover{
  color: rgb(229 136 78 / 0.2);
}
.hover\:text-accent\/25:hover{
  color: rgb(229 136 78 / 0.25);
}
.hover\:text-accent\/30:hover{
  color: rgb(229 136 78 / 0.3);
}
.hover\:text-accent\/35:hover{
  color: rgb(229 136 78 / 0.35);
}
.hover\:text-accent\/40:hover{
  color: rgb(229 136 78 / 0.4);
}
.hover\:text-accent\/45:hover{
  color: rgb(229 136 78 / 0.45);
}
.hover\:text-accent\/5:hover{
  color: rgb(229 136 78 / 0.05);
}
.hover\:text-accent\/50:hover{
  color: rgb(229 136 78 / 0.5);
}
.hover\:text-accent\/55:hover{
  color: rgb(229 136 78 / 0.55);
}
.hover\:text-accent\/60:hover{
  color: rgb(229 136 78 / 0.6);
}
.hover\:text-accent\/65:hover{
  color: rgb(229 136 78 / 0.65);
}
.hover\:text-accent\/70:hover{
  color: rgb(229 136 78 / 0.7);
}
.hover\:text-accent\/75:hover{
  color: rgb(229 136 78 / 0.75);
}
.hover\:text-accent\/80:hover{
  color: rgb(229 136 78 / 0.8);
}
.hover\:text-accent\/85:hover{
  color: rgb(229 136 78 / 0.85);
}
.hover\:text-accent\/90:hover{
  color: rgb(229 136 78 / 0.9);
}
.hover\:text-accent\/95:hover{
  color: rgb(229 136 78 / 0.95);
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black\/0:hover{
  color: rgb(0 0 0 / 0);
}
.hover\:text-black\/10:hover{
  color: rgb(0 0 0 / 0.1);
}
.hover\:text-black\/100:hover{
  color: rgb(0 0 0 / 1);
}
.hover\:text-black\/15:hover{
  color: rgb(0 0 0 / 0.15);
}
.hover\:text-black\/20:hover{
  color: rgb(0 0 0 / 0.2);
}
.hover\:text-black\/25:hover{
  color: rgb(0 0 0 / 0.25);
}
.hover\:text-black\/30:hover{
  color: rgb(0 0 0 / 0.3);
}
.hover\:text-black\/35:hover{
  color: rgb(0 0 0 / 0.35);
}
.hover\:text-black\/40:hover{
  color: rgb(0 0 0 / 0.4);
}
.hover\:text-black\/45:hover{
  color: rgb(0 0 0 / 0.45);
}
.hover\:text-black\/5:hover{
  color: rgb(0 0 0 / 0.05);
}
.hover\:text-black\/50:hover{
  color: rgb(0 0 0 / 0.5);
}
.hover\:text-black\/55:hover{
  color: rgb(0 0 0 / 0.55);
}
.hover\:text-black\/60:hover{
  color: rgb(0 0 0 / 0.6);
}
.hover\:text-black\/65:hover{
  color: rgb(0 0 0 / 0.65);
}
.hover\:text-black\/70:hover{
  color: rgb(0 0 0 / 0.7);
}
.hover\:text-black\/75:hover{
  color: rgb(0 0 0 / 0.75);
}
.hover\:text-black\/80:hover{
  color: rgb(0 0 0 / 0.8);
}
.hover\:text-black\/85:hover{
  color: rgb(0 0 0 / 0.85);
}
.hover\:text-black\/90:hover{
  color: rgb(0 0 0 / 0.9);
}
.hover\:text-black\/95:hover{
  color: rgb(0 0 0 / 0.95);
}
.hover\:text-current:hover{
  color: currentColor;
}
.hover\:text-error:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-error\/0:hover{
  color: rgb(255 0 0 / 0);
}
.hover\:text-error\/10:hover{
  color: rgb(255 0 0 / 0.1);
}
.hover\:text-error\/100:hover{
  color: rgb(255 0 0 / 1);
}
.hover\:text-error\/15:hover{
  color: rgb(255 0 0 / 0.15);
}
.hover\:text-error\/20:hover{
  color: rgb(255 0 0 / 0.2);
}
.hover\:text-error\/25:hover{
  color: rgb(255 0 0 / 0.25);
}
.hover\:text-error\/30:hover{
  color: rgb(255 0 0 / 0.3);
}
.hover\:text-error\/35:hover{
  color: rgb(255 0 0 / 0.35);
}
.hover\:text-error\/40:hover{
  color: rgb(255 0 0 / 0.4);
}
.hover\:text-error\/45:hover{
  color: rgb(255 0 0 / 0.45);
}
.hover\:text-error\/5:hover{
  color: rgb(255 0 0 / 0.05);
}
.hover\:text-error\/50:hover{
  color: rgb(255 0 0 / 0.5);
}
.hover\:text-error\/55:hover{
  color: rgb(255 0 0 / 0.55);
}
.hover\:text-error\/60:hover{
  color: rgb(255 0 0 / 0.6);
}
.hover\:text-error\/65:hover{
  color: rgb(255 0 0 / 0.65);
}
.hover\:text-error\/70:hover{
  color: rgb(255 0 0 / 0.7);
}
.hover\:text-error\/75:hover{
  color: rgb(255 0 0 / 0.75);
}
.hover\:text-error\/80:hover{
  color: rgb(255 0 0 / 0.8);
}
.hover\:text-error\/85:hover{
  color: rgb(255 0 0 / 0.85);
}
.hover\:text-error\/90:hover{
  color: rgb(255 0 0 / 0.9);
}
.hover\:text-error\/95:hover{
  color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-dark\/0:hover{
  color: rgb(26 88 121 / 0);
}
.hover\:text-primary-dark\/10:hover{
  color: rgb(26 88 121 / 0.1);
}
.hover\:text-primary-dark\/100:hover{
  color: rgb(26 88 121 / 1);
}
.hover\:text-primary-dark\/15:hover{
  color: rgb(26 88 121 / 0.15);
}
.hover\:text-primary-dark\/20:hover{
  color: rgb(26 88 121 / 0.2);
}
.hover\:text-primary-dark\/25:hover{
  color: rgb(26 88 121 / 0.25);
}
.hover\:text-primary-dark\/30:hover{
  color: rgb(26 88 121 / 0.3);
}
.hover\:text-primary-dark\/35:hover{
  color: rgb(26 88 121 / 0.35);
}
.hover\:text-primary-dark\/40:hover{
  color: rgb(26 88 121 / 0.4);
}
.hover\:text-primary-dark\/45:hover{
  color: rgb(26 88 121 / 0.45);
}
.hover\:text-primary-dark\/5:hover{
  color: rgb(26 88 121 / 0.05);
}
.hover\:text-primary-dark\/50:hover{
  color: rgb(26 88 121 / 0.5);
}
.hover\:text-primary-dark\/55:hover{
  color: rgb(26 88 121 / 0.55);
}
.hover\:text-primary-dark\/60:hover{
  color: rgb(26 88 121 / 0.6);
}
.hover\:text-primary-dark\/65:hover{
  color: rgb(26 88 121 / 0.65);
}
.hover\:text-primary-dark\/70:hover{
  color: rgb(26 88 121 / 0.7);
}
.hover\:text-primary-dark\/75:hover{
  color: rgb(26 88 121 / 0.75);
}
.hover\:text-primary-dark\/80:hover{
  color: rgb(26 88 121 / 0.8);
}
.hover\:text-primary-dark\/85:hover{
  color: rgb(26 88 121 / 0.85);
}
.hover\:text-primary-dark\/90:hover{
  color: rgb(26 88 121 / 0.9);
}
.hover\:text-primary-dark\/95:hover{
  color: rgb(26 88 121 / 0.95);
}
.hover\:text-primary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-light\/0:hover{
  color: rgb(85 154 193 / 0);
}
.hover\:text-primary-light\/10:hover{
  color: rgb(85 154 193 / 0.1);
}
.hover\:text-primary-light\/100:hover{
  color: rgb(85 154 193 / 1);
}
.hover\:text-primary-light\/15:hover{
  color: rgb(85 154 193 / 0.15);
}
.hover\:text-primary-light\/20:hover{
  color: rgb(85 154 193 / 0.2);
}
.hover\:text-primary-light\/25:hover{
  color: rgb(85 154 193 / 0.25);
}
.hover\:text-primary-light\/30:hover{
  color: rgb(85 154 193 / 0.3);
}
.hover\:text-primary-light\/35:hover{
  color: rgb(85 154 193 / 0.35);
}
.hover\:text-primary-light\/40:hover{
  color: rgb(85 154 193 / 0.4);
}
.hover\:text-primary-light\/45:hover{
  color: rgb(85 154 193 / 0.45);
}
.hover\:text-primary-light\/5:hover{
  color: rgb(85 154 193 / 0.05);
}
.hover\:text-primary-light\/50:hover{
  color: rgb(85 154 193 / 0.5);
}
.hover\:text-primary-light\/55:hover{
  color: rgb(85 154 193 / 0.55);
}
.hover\:text-primary-light\/60:hover{
  color: rgb(85 154 193 / 0.6);
}
.hover\:text-primary-light\/65:hover{
  color: rgb(85 154 193 / 0.65);
}
.hover\:text-primary-light\/70:hover{
  color: rgb(85 154 193 / 0.7);
}
.hover\:text-primary-light\/75:hover{
  color: rgb(85 154 193 / 0.75);
}
.hover\:text-primary-light\/80:hover{
  color: rgb(85 154 193 / 0.8);
}
.hover\:text-primary-light\/85:hover{
  color: rgb(85 154 193 / 0.85);
}
.hover\:text-primary-light\/90:hover{
  color: rgb(85 154 193 / 0.9);
}
.hover\:text-primary-light\/95:hover{
  color: rgb(85 154 193 / 0.95);
}
.hover\:text-primary-lighter:hover{
  --tw-text-opacity: 1;
  color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-lighter\/0:hover{
  color: rgb(115 177 212 / 0);
}
.hover\:text-primary-lighter\/10:hover{
  color: rgb(115 177 212 / 0.1);
}
.hover\:text-primary-lighter\/100:hover{
  color: rgb(115 177 212 / 1);
}
.hover\:text-primary-lighter\/15:hover{
  color: rgb(115 177 212 / 0.15);
}
.hover\:text-primary-lighter\/20:hover{
  color: rgb(115 177 212 / 0.2);
}
.hover\:text-primary-lighter\/25:hover{
  color: rgb(115 177 212 / 0.25);
}
.hover\:text-primary-lighter\/30:hover{
  color: rgb(115 177 212 / 0.3);
}
.hover\:text-primary-lighter\/35:hover{
  color: rgb(115 177 212 / 0.35);
}
.hover\:text-primary-lighter\/40:hover{
  color: rgb(115 177 212 / 0.4);
}
.hover\:text-primary-lighter\/45:hover{
  color: rgb(115 177 212 / 0.45);
}
.hover\:text-primary-lighter\/5:hover{
  color: rgb(115 177 212 / 0.05);
}
.hover\:text-primary-lighter\/50:hover{
  color: rgb(115 177 212 / 0.5);
}
.hover\:text-primary-lighter\/55:hover{
  color: rgb(115 177 212 / 0.55);
}
.hover\:text-primary-lighter\/60:hover{
  color: rgb(115 177 212 / 0.6);
}
.hover\:text-primary-lighter\/65:hover{
  color: rgb(115 177 212 / 0.65);
}
.hover\:text-primary-lighter\/70:hover{
  color: rgb(115 177 212 / 0.7);
}
.hover\:text-primary-lighter\/75:hover{
  color: rgb(115 177 212 / 0.75);
}
.hover\:text-primary-lighter\/80:hover{
  color: rgb(115 177 212 / 0.8);
}
.hover\:text-primary-lighter\/85:hover{
  color: rgb(115 177 212 / 0.85);
}
.hover\:text-primary-lighter\/90:hover{
  color: rgb(115 177 212 / 0.9);
}
.hover\:text-primary-lighter\/95:hover{
  color: rgb(115 177 212 / 0.95);
}
.hover\:text-primary\/0:hover{
  color: rgb(52 114 147 / 0);
}
.hover\:text-primary\/10:hover{
  color: rgb(52 114 147 / 0.1);
}
.hover\:text-primary\/100:hover{
  color: rgb(52 114 147 / 1);
}
.hover\:text-primary\/15:hover{
  color: rgb(52 114 147 / 0.15);
}
.hover\:text-primary\/20:hover{
  color: rgb(52 114 147 / 0.2);
}
.hover\:text-primary\/25:hover{
  color: rgb(52 114 147 / 0.25);
}
.hover\:text-primary\/30:hover{
  color: rgb(52 114 147 / 0.3);
}
.hover\:text-primary\/35:hover{
  color: rgb(52 114 147 / 0.35);
}
.hover\:text-primary\/40:hover{
  color: rgb(52 114 147 / 0.4);
}
.hover\:text-primary\/45:hover{
  color: rgb(52 114 147 / 0.45);
}
.hover\:text-primary\/5:hover{
  color: rgb(52 114 147 / 0.05);
}
.hover\:text-primary\/50:hover{
  color: rgb(52 114 147 / 0.5);
}
.hover\:text-primary\/55:hover{
  color: rgb(52 114 147 / 0.55);
}
.hover\:text-primary\/60:hover{
  color: rgb(52 114 147 / 0.6);
}
.hover\:text-primary\/65:hover{
  color: rgb(52 114 147 / 0.65);
}
.hover\:text-primary\/70:hover{
  color: rgb(52 114 147 / 0.7);
}
.hover\:text-primary\/75:hover{
  color: rgb(52 114 147 / 0.75);
}
.hover\:text-primary\/80:hover{
  color: rgb(52 114 147 / 0.8);
}
.hover\:text-primary\/85:hover{
  color: rgb(52 114 147 / 0.85);
}
.hover\:text-primary\/90:hover{
  color: rgb(52 114 147 / 0.9);
}
.hover\:text-primary\/95:hover{
  color: rgb(52 114 147 / 0.95);
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-dark\/0:hover{
  color: rgb(226 207 188 / 0);
}
.hover\:text-secondary-dark\/10:hover{
  color: rgb(226 207 188 / 0.1);
}
.hover\:text-secondary-dark\/100:hover{
  color: rgb(226 207 188 / 1);
}
.hover\:text-secondary-dark\/15:hover{
  color: rgb(226 207 188 / 0.15);
}
.hover\:text-secondary-dark\/20:hover{
  color: rgb(226 207 188 / 0.2);
}
.hover\:text-secondary-dark\/25:hover{
  color: rgb(226 207 188 / 0.25);
}
.hover\:text-secondary-dark\/30:hover{
  color: rgb(226 207 188 / 0.3);
}
.hover\:text-secondary-dark\/35:hover{
  color: rgb(226 207 188 / 0.35);
}
.hover\:text-secondary-dark\/40:hover{
  color: rgb(226 207 188 / 0.4);
}
.hover\:text-secondary-dark\/45:hover{
  color: rgb(226 207 188 / 0.45);
}
.hover\:text-secondary-dark\/5:hover{
  color: rgb(226 207 188 / 0.05);
}
.hover\:text-secondary-dark\/50:hover{
  color: rgb(226 207 188 / 0.5);
}
.hover\:text-secondary-dark\/55:hover{
  color: rgb(226 207 188 / 0.55);
}
.hover\:text-secondary-dark\/60:hover{
  color: rgb(226 207 188 / 0.6);
}
.hover\:text-secondary-dark\/65:hover{
  color: rgb(226 207 188 / 0.65);
}
.hover\:text-secondary-dark\/70:hover{
  color: rgb(226 207 188 / 0.7);
}
.hover\:text-secondary-dark\/75:hover{
  color: rgb(226 207 188 / 0.75);
}
.hover\:text-secondary-dark\/80:hover{
  color: rgb(226 207 188 / 0.8);
}
.hover\:text-secondary-dark\/85:hover{
  color: rgb(226 207 188 / 0.85);
}
.hover\:text-secondary-dark\/90:hover{
  color: rgb(226 207 188 / 0.9);
}
.hover\:text-secondary-dark\/95:hover{
  color: rgb(226 207 188 / 0.95);
}
.hover\:text-secondary-light:hover{
  --tw-text-opacity: 1;
  color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-light\/0:hover{
  color: rgb(254 250 247 / 0);
}
.hover\:text-secondary-light\/10:hover{
  color: rgb(254 250 247 / 0.1);
}
.hover\:text-secondary-light\/100:hover{
  color: rgb(254 250 247 / 1);
}
.hover\:text-secondary-light\/15:hover{
  color: rgb(254 250 247 / 0.15);
}
.hover\:text-secondary-light\/20:hover{
  color: rgb(254 250 247 / 0.2);
}
.hover\:text-secondary-light\/25:hover{
  color: rgb(254 250 247 / 0.25);
}
.hover\:text-secondary-light\/30:hover{
  color: rgb(254 250 247 / 0.3);
}
.hover\:text-secondary-light\/35:hover{
  color: rgb(254 250 247 / 0.35);
}
.hover\:text-secondary-light\/40:hover{
  color: rgb(254 250 247 / 0.4);
}
.hover\:text-secondary-light\/45:hover{
  color: rgb(254 250 247 / 0.45);
}
.hover\:text-secondary-light\/5:hover{
  color: rgb(254 250 247 / 0.05);
}
.hover\:text-secondary-light\/50:hover{
  color: rgb(254 250 247 / 0.5);
}
.hover\:text-secondary-light\/55:hover{
  color: rgb(254 250 247 / 0.55);
}
.hover\:text-secondary-light\/60:hover{
  color: rgb(254 250 247 / 0.6);
}
.hover\:text-secondary-light\/65:hover{
  color: rgb(254 250 247 / 0.65);
}
.hover\:text-secondary-light\/70:hover{
  color: rgb(254 250 247 / 0.7);
}
.hover\:text-secondary-light\/75:hover{
  color: rgb(254 250 247 / 0.75);
}
.hover\:text-secondary-light\/80:hover{
  color: rgb(254 250 247 / 0.8);
}
.hover\:text-secondary-light\/85:hover{
  color: rgb(254 250 247 / 0.85);
}
.hover\:text-secondary-light\/90:hover{
  color: rgb(254 250 247 / 0.9);
}
.hover\:text-secondary-light\/95:hover{
  color: rgb(254 250 247 / 0.95);
}
.hover\:text-secondary\/0:hover{
  color: rgb(243 234 225 / 0);
}
.hover\:text-secondary\/10:hover{
  color: rgb(243 234 225 / 0.1);
}
.hover\:text-secondary\/100:hover{
  color: rgb(243 234 225 / 1);
}
.hover\:text-secondary\/15:hover{
  color: rgb(243 234 225 / 0.15);
}
.hover\:text-secondary\/20:hover{
  color: rgb(243 234 225 / 0.2);
}
.hover\:text-secondary\/25:hover{
  color: rgb(243 234 225 / 0.25);
}
.hover\:text-secondary\/30:hover{
  color: rgb(243 234 225 / 0.3);
}
.hover\:text-secondary\/35:hover{
  color: rgb(243 234 225 / 0.35);
}
.hover\:text-secondary\/40:hover{
  color: rgb(243 234 225 / 0.4);
}
.hover\:text-secondary\/45:hover{
  color: rgb(243 234 225 / 0.45);
}
.hover\:text-secondary\/5:hover{
  color: rgb(243 234 225 / 0.05);
}
.hover\:text-secondary\/50:hover{
  color: rgb(243 234 225 / 0.5);
}
.hover\:text-secondary\/55:hover{
  color: rgb(243 234 225 / 0.55);
}
.hover\:text-secondary\/60:hover{
  color: rgb(243 234 225 / 0.6);
}
.hover\:text-secondary\/65:hover{
  color: rgb(243 234 225 / 0.65);
}
.hover\:text-secondary\/70:hover{
  color: rgb(243 234 225 / 0.7);
}
.hover\:text-secondary\/75:hover{
  color: rgb(243 234 225 / 0.75);
}
.hover\:text-secondary\/80:hover{
  color: rgb(243 234 225 / 0.8);
}
.hover\:text-secondary\/85:hover{
  color: rgb(243 234 225 / 0.85);
}
.hover\:text-secondary\/90:hover{
  color: rgb(243 234 225 / 0.9);
}
.hover\:text-secondary\/95:hover{
  color: rgb(243 234 225 / 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{
  text-decoration-line: underline;
}
.hover\:decoration-accent:hover{
  text-decoration-color: #E5884E;
}
.hover\:decoration-2:hover{
  text-decoration-thickness: 2px;
}
.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\:shadow-xl:hover{
  --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);
}
.hover\:shadow-secondary:hover{
  --tw-shadow-color: #F3EAE1;
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:shadow-secondary-dark\/50:hover{
  --tw-shadow-color: rgb(226 207 188 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:ring-8:hover{
  --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);
}
.hover\:ring-accent-light:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 191 105 / var(--tw-ring-opacity, 1));
}
.hover\:ring-primary:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 114 147 / var(--tw-ring-opacity, 1));
}
.hover\:ring-secondary:hover{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 234 225 / var(--tw-ring-opacity, 1));
}
.hover\:ring-secondary\/80:hover{
  --tw-ring-color: rgb(243 234 225 / 0.8);
}
.focus\:top-2:focus{
  top: 0.5rem;
}
.focus\:border-collapse:focus{
  border-collapse: collapse;
}
.focus\:border-separate:focus{
  border-collapse: separate;
}
.focus\:border-spacing-0:focus{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-0\.5:focus{
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1:focus{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-1\.5:focus{
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-10:focus{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-11:focus{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-12:focus{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-14:focus{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-16:focus{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2:focus{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-2\.5:focus{
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-20:focus{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-24:focus{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-28:focus{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3:focus{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-3\.5:focus{
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-32:focus{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-36:focus{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-4:focus{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-40:focus{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-44:focus{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-48:focus{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-5:focus{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-52:focus{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-56:focus{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-6:focus{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-60:focus{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-64:focus{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-7:focus{
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-72:focus{
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-8:focus{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-80:focus{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-9:focus{
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-96:focus{
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-px:focus{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0:focus{
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-0\.5:focus{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1:focus{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-1\.5:focus{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-10:focus{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-11:focus{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-12:focus{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-14:focus{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-16:focus{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2:focus{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-2\.5:focus{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-20:focus{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-24:focus{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-28:focus{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3:focus{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-3\.5:focus{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-32:focus{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-36:focus{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-4:focus{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-40:focus{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-44:focus{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-48:focus{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-5:focus{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-52:focus{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-56:focus{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-6:focus{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-60:focus{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-64:focus{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-7:focus{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-72:focus{
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-8:focus{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-80:focus{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-9:focus{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-96:focus{
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-x-px:focus{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0:focus{
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-0\.5:focus{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1:focus{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-1\.5:focus{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-10:focus{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-11:focus{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-12:focus{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-14:focus{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-16:focus{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2:focus{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-2\.5:focus{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-20:focus{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-24:focus{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-28:focus{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3:focus{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-3\.5:focus{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-32:focus{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-36:focus{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-4:focus{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-40:focus{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-44:focus{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-48:focus{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-5:focus{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-52:focus{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-56:focus{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-6:focus{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-60:focus{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-64:focus{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-7:focus{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-72:focus{
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-8:focus{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-80:focus{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-9:focus{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-96:focus{
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.focus\:border-spacing-y-px:focus{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.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-0:focus{
  border-width: 0px;
}
.focus\:border-2:focus{
  border-width: 2px;
}
.focus\:border-4:focus{
  border-width: 4px;
}
.focus\:border-8:focus{
  border-width: 8px;
}
.focus\:border-x:focus{
  border-left-width: 1px;
  border-right-width: 1px;
}
.focus\:border-x-0:focus{
  border-left-width: 0px;
  border-right-width: 0px;
}
.focus\:border-x-2:focus{
  border-left-width: 2px;
  border-right-width: 2px;
}
.focus\:border-x-4:focus{
  border-left-width: 4px;
  border-right-width: 4px;
}
.focus\:border-x-8:focus{
  border-left-width: 8px;
  border-right-width: 8px;
}
.focus\:border-y:focus{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.focus\:border-y-0:focus{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.focus\:border-y-2:focus{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.focus\:border-y-4:focus{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.focus\:border-y-8:focus{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.focus\:border-b:focus{
  border-bottom-width: 1px;
}
.focus\:border-b-0:focus{
  border-bottom-width: 0px;
}
.focus\:border-b-2:focus{
  border-bottom-width: 2px;
}
.focus\:border-b-4:focus{
  border-bottom-width: 4px;
}
.focus\:border-b-8:focus{
  border-bottom-width: 8px;
}
.focus\:border-e:focus{
  border-inline-end-width: 1px;
}
.focus\:border-e-0:focus{
  border-inline-end-width: 0px;
}
.focus\:border-e-2:focus{
  border-inline-end-width: 2px;
}
.focus\:border-e-4:focus{
  border-inline-end-width: 4px;
}
.focus\:border-e-8:focus{
  border-inline-end-width: 8px;
}
.focus\:border-l:focus{
  border-left-width: 1px;
}
.focus\:border-l-0:focus{
  border-left-width: 0px;
}
.focus\:border-l-2:focus{
  border-left-width: 2px;
}
.focus\:border-l-4:focus{
  border-left-width: 4px;
}
.focus\:border-l-8:focus{
  border-left-width: 8px;
}
.focus\:border-r:focus{
  border-right-width: 1px;
}
.focus\:border-r-0:focus{
  border-right-width: 0px;
}
.focus\:border-r-2:focus{
  border-right-width: 2px;
}
.focus\:border-r-4:focus{
  border-right-width: 4px;
}
.focus\:border-r-8:focus{
  border-right-width: 8px;
}
.focus\:border-s:focus{
  border-inline-start-width: 1px;
}
.focus\:border-s-0:focus{
  border-inline-start-width: 0px;
}
.focus\:border-s-2:focus{
  border-inline-start-width: 2px;
}
.focus\:border-s-4:focus{
  border-inline-start-width: 4px;
}
.focus\:border-s-8:focus{
  border-inline-start-width: 8px;
}
.focus\:border-t:focus{
  border-top-width: 1px;
}
.focus\:border-t-0:focus{
  border-top-width: 0px;
}
.focus\:border-t-2:focus{
  border-top-width: 2px;
}
.focus\:border-t-4:focus{
  border-top-width: 4px;
}
.focus\:border-t-8:focus{
  border-top-width: 8px;
}
.focus\:border-solid:focus{
  border-style: solid;
}
.focus\:border-dashed:focus{
  border-style: dashed;
}
.focus\:border-dotted:focus{
  border-style: dotted;
}
.focus\:border-double:focus{
  border-style: double;
}
.focus\:border-hidden:focus{
  border-style: hidden;
}
.focus\:border-none:focus{
  border-style: none;
}
.focus\:border-accent:focus{
  --tw-border-opacity: 1;
  border-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-dark\/0:focus{
  border-color: rgb(225 114 45 / 0);
}
.focus\:border-accent-dark\/10:focus{
  border-color: rgb(225 114 45 / 0.1);
}
.focus\:border-accent-dark\/100:focus{
  border-color: rgb(225 114 45 / 1);
}
.focus\:border-accent-dark\/15:focus{
  border-color: rgb(225 114 45 / 0.15);
}
.focus\:border-accent-dark\/20:focus{
  border-color: rgb(225 114 45 / 0.2);
}
.focus\:border-accent-dark\/25:focus{
  border-color: rgb(225 114 45 / 0.25);
}
.focus\:border-accent-dark\/30:focus{
  border-color: rgb(225 114 45 / 0.3);
}
.focus\:border-accent-dark\/35:focus{
  border-color: rgb(225 114 45 / 0.35);
}
.focus\:border-accent-dark\/40:focus{
  border-color: rgb(225 114 45 / 0.4);
}
.focus\:border-accent-dark\/45:focus{
  border-color: rgb(225 114 45 / 0.45);
}
.focus\:border-accent-dark\/5:focus{
  border-color: rgb(225 114 45 / 0.05);
}
.focus\:border-accent-dark\/50:focus{
  border-color: rgb(225 114 45 / 0.5);
}
.focus\:border-accent-dark\/55:focus{
  border-color: rgb(225 114 45 / 0.55);
}
.focus\:border-accent-dark\/60:focus{
  border-color: rgb(225 114 45 / 0.6);
}
.focus\:border-accent-dark\/65:focus{
  border-color: rgb(225 114 45 / 0.65);
}
.focus\:border-accent-dark\/70:focus{
  border-color: rgb(225 114 45 / 0.7);
}
.focus\:border-accent-dark\/75:focus{
  border-color: rgb(225 114 45 / 0.75);
}
.focus\:border-accent-dark\/80:focus{
  border-color: rgb(225 114 45 / 0.8);
}
.focus\:border-accent-dark\/85:focus{
  border-color: rgb(225 114 45 / 0.85);
}
.focus\:border-accent-dark\/90:focus{
  border-color: rgb(225 114 45 / 0.9);
}
.focus\:border-accent-dark\/95:focus{
  border-color: rgb(225 114 45 / 0.95);
}
.focus\:border-accent-light:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-accent-light\/0:focus{
  border-color: rgb(255 191 105 / 0);
}
.focus\:border-accent-light\/10:focus{
  border-color: rgb(255 191 105 / 0.1);
}
.focus\:border-accent-light\/100:focus{
  border-color: rgb(255 191 105 / 1);
}
.focus\:border-accent-light\/15:focus{
  border-color: rgb(255 191 105 / 0.15);
}
.focus\:border-accent-light\/20:focus{
  border-color: rgb(255 191 105 / 0.2);
}
.focus\:border-accent-light\/25:focus{
  border-color: rgb(255 191 105 / 0.25);
}
.focus\:border-accent-light\/30:focus{
  border-color: rgb(255 191 105 / 0.3);
}
.focus\:border-accent-light\/35:focus{
  border-color: rgb(255 191 105 / 0.35);
}
.focus\:border-accent-light\/40:focus{
  border-color: rgb(255 191 105 / 0.4);
}
.focus\:border-accent-light\/45:focus{
  border-color: rgb(255 191 105 / 0.45);
}
.focus\:border-accent-light\/5:focus{
  border-color: rgb(255 191 105 / 0.05);
}
.focus\:border-accent-light\/50:focus{
  border-color: rgb(255 191 105 / 0.5);
}
.focus\:border-accent-light\/55:focus{
  border-color: rgb(255 191 105 / 0.55);
}
.focus\:border-accent-light\/60:focus{
  border-color: rgb(255 191 105 / 0.6);
}
.focus\:border-accent-light\/65:focus{
  border-color: rgb(255 191 105 / 0.65);
}
.focus\:border-accent-light\/70:focus{
  border-color: rgb(255 191 105 / 0.7);
}
.focus\:border-accent-light\/75:focus{
  border-color: rgb(255 191 105 / 0.75);
}
.focus\:border-accent-light\/80:focus{
  border-color: rgb(255 191 105 / 0.8);
}
.focus\:border-accent-light\/85:focus{
  border-color: rgb(255 191 105 / 0.85);
}
.focus\:border-accent-light\/90:focus{
  border-color: rgb(255 191 105 / 0.9);
}
.focus\:border-accent-light\/95:focus{
  border-color: rgb(255 191 105 / 0.95);
}
.focus\:border-accent\/0:focus{
  border-color: rgb(229 136 78 / 0);
}
.focus\:border-accent\/10:focus{
  border-color: rgb(229 136 78 / 0.1);
}
.focus\:border-accent\/100:focus{
  border-color: rgb(229 136 78 / 1);
}
.focus\:border-accent\/15:focus{
  border-color: rgb(229 136 78 / 0.15);
}
.focus\:border-accent\/20:focus{
  border-color: rgb(229 136 78 / 0.2);
}
.focus\:border-accent\/25:focus{
  border-color: rgb(229 136 78 / 0.25);
}
.focus\:border-accent\/30:focus{
  border-color: rgb(229 136 78 / 0.3);
}
.focus\:border-accent\/35:focus{
  border-color: rgb(229 136 78 / 0.35);
}
.focus\:border-accent\/40:focus{
  border-color: rgb(229 136 78 / 0.4);
}
.focus\:border-accent\/45:focus{
  border-color: rgb(229 136 78 / 0.45);
}
.focus\:border-accent\/5:focus{
  border-color: rgb(229 136 78 / 0.05);
}
.focus\:border-accent\/50:focus{
  border-color: rgb(229 136 78 / 0.5);
}
.focus\:border-accent\/55:focus{
  border-color: rgb(229 136 78 / 0.55);
}
.focus\:border-accent\/60:focus{
  border-color: rgb(229 136 78 / 0.6);
}
.focus\:border-accent\/65:focus{
  border-color: rgb(229 136 78 / 0.65);
}
.focus\:border-accent\/70:focus{
  border-color: rgb(229 136 78 / 0.7);
}
.focus\:border-accent\/75:focus{
  border-color: rgb(229 136 78 / 0.75);
}
.focus\:border-accent\/80:focus{
  border-color: rgb(229 136 78 / 0.8);
}
.focus\:border-accent\/85:focus{
  border-color: rgb(229 136 78 / 0.85);
}
.focus\:border-accent\/90:focus{
  border-color: rgb(229 136 78 / 0.9);
}
.focus\:border-accent\/95:focus{
  border-color: rgb(229 136 78 / 0.95);
}
.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-black\/0:focus{
  border-color: rgb(0 0 0 / 0);
}
.focus\:border-black\/10:focus{
  border-color: rgb(0 0 0 / 0.1);
}
.focus\:border-black\/100:focus{
  border-color: rgb(0 0 0 / 1);
}
.focus\:border-black\/15:focus{
  border-color: rgb(0 0 0 / 0.15);
}
.focus\:border-black\/20:focus{
  border-color: rgb(0 0 0 / 0.2);
}
.focus\:border-black\/25:focus{
  border-color: rgb(0 0 0 / 0.25);
}
.focus\:border-black\/30:focus{
  border-color: rgb(0 0 0 / 0.3);
}
.focus\:border-black\/35:focus{
  border-color: rgb(0 0 0 / 0.35);
}
.focus\:border-black\/40:focus{
  border-color: rgb(0 0 0 / 0.4);
}
.focus\:border-black\/45:focus{
  border-color: rgb(0 0 0 / 0.45);
}
.focus\:border-black\/5:focus{
  border-color: rgb(0 0 0 / 0.05);
}
.focus\:border-black\/50:focus{
  border-color: rgb(0 0 0 / 0.5);
}
.focus\:border-black\/55:focus{
  border-color: rgb(0 0 0 / 0.55);
}
.focus\:border-black\/60:focus{
  border-color: rgb(0 0 0 / 0.6);
}
.focus\:border-black\/65:focus{
  border-color: rgb(0 0 0 / 0.65);
}
.focus\:border-black\/70:focus{
  border-color: rgb(0 0 0 / 0.7);
}
.focus\:border-black\/75:focus{
  border-color: rgb(0 0 0 / 0.75);
}
.focus\:border-black\/80:focus{
  border-color: rgb(0 0 0 / 0.8);
}
.focus\:border-black\/85:focus{
  border-color: rgb(0 0 0 / 0.85);
}
.focus\:border-black\/90:focus{
  border-color: rgb(0 0 0 / 0.9);
}
.focus\:border-black\/95:focus{
  border-color: rgb(0 0 0 / 0.95);
}
.focus\:border-current:focus{
  border-color: currentColor;
}
.focus\:border-error:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-error\/0:focus{
  border-color: rgb(255 0 0 / 0);
}
.focus\:border-error\/10:focus{
  border-color: rgb(255 0 0 / 0.1);
}
.focus\:border-error\/100:focus{
  border-color: rgb(255 0 0 / 1);
}
.focus\:border-error\/15:focus{
  border-color: rgb(255 0 0 / 0.15);
}
.focus\:border-error\/20:focus{
  border-color: rgb(255 0 0 / 0.2);
}
.focus\:border-error\/25:focus{
  border-color: rgb(255 0 0 / 0.25);
}
.focus\:border-error\/30:focus{
  border-color: rgb(255 0 0 / 0.3);
}
.focus\:border-error\/35:focus{
  border-color: rgb(255 0 0 / 0.35);
}
.focus\:border-error\/40:focus{
  border-color: rgb(255 0 0 / 0.4);
}
.focus\:border-error\/45:focus{
  border-color: rgb(255 0 0 / 0.45);
}
.focus\:border-error\/5:focus{
  border-color: rgb(255 0 0 / 0.05);
}
.focus\:border-error\/50:focus{
  border-color: rgb(255 0 0 / 0.5);
}
.focus\:border-error\/55:focus{
  border-color: rgb(255 0 0 / 0.55);
}
.focus\:border-error\/60:focus{
  border-color: rgb(255 0 0 / 0.6);
}
.focus\:border-error\/65:focus{
  border-color: rgb(255 0 0 / 0.65);
}
.focus\:border-error\/70:focus{
  border-color: rgb(255 0 0 / 0.7);
}
.focus\:border-error\/75:focus{
  border-color: rgb(255 0 0 / 0.75);
}
.focus\:border-error\/80:focus{
  border-color: rgb(255 0 0 / 0.8);
}
.focus\:border-error\/85:focus{
  border-color: rgb(255 0 0 / 0.85);
}
.focus\:border-error\/90:focus{
  border-color: rgb(255 0 0 / 0.9);
}
.focus\:border-error\/95:focus{
  border-color: rgb(255 0 0 / 0.95);
}
.focus\:border-gray-100:focus{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-100\/0:focus{
  border-color: rgb(243 244 246 / 0);
}
.focus\:border-gray-100\/10:focus{
  border-color: rgb(243 244 246 / 0.1);
}
.focus\:border-gray-100\/100:focus{
  border-color: rgb(243 244 246 / 1);
}
.focus\:border-gray-100\/15:focus{
  border-color: rgb(243 244 246 / 0.15);
}
.focus\:border-gray-100\/20:focus{
  border-color: rgb(243 244 246 / 0.2);
}
.focus\:border-gray-100\/25:focus{
  border-color: rgb(243 244 246 / 0.25);
}
.focus\:border-gray-100\/30:focus{
  border-color: rgb(243 244 246 / 0.3);
}
.focus\:border-gray-100\/35:focus{
  border-color: rgb(243 244 246 / 0.35);
}
.focus\:border-gray-100\/40:focus{
  border-color: rgb(243 244 246 / 0.4);
}
.focus\:border-gray-100\/45:focus{
  border-color: rgb(243 244 246 / 0.45);
}
.focus\:border-gray-100\/5:focus{
  border-color: rgb(243 244 246 / 0.05);
}
.focus\:border-gray-100\/50:focus{
  border-color: rgb(243 244 246 / 0.5);
}
.focus\:border-gray-100\/55:focus{
  border-color: rgb(243 244 246 / 0.55);
}
.focus\:border-gray-100\/60:focus{
  border-color: rgb(243 244 246 / 0.6);
}
.focus\:border-gray-100\/65:focus{
  border-color: rgb(243 244 246 / 0.65);
}
.focus\:border-gray-100\/70:focus{
  border-color: rgb(243 244 246 / 0.7);
}
.focus\:border-gray-100\/75:focus{
  border-color: rgb(243 244 246 / 0.75);
}
.focus\:border-gray-100\/80:focus{
  border-color: rgb(243 244 246 / 0.8);
}
.focus\:border-gray-100\/85:focus{
  border-color: rgb(243 244 246 / 0.85);
}
.focus\:border-gray-100\/90:focus{
  border-color: rgb(243 244 246 / 0.9);
}
.focus\:border-gray-100\/95:focus{
  border-color: rgb(243 244 246 / 0.95);
}
.focus\:border-gray-200:focus{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-200\/0:focus{
  border-color: rgb(229 231 235 / 0);
}
.focus\:border-gray-200\/10:focus{
  border-color: rgb(229 231 235 / 0.1);
}
.focus\:border-gray-200\/100:focus{
  border-color: rgb(229 231 235 / 1);
}
.focus\:border-gray-200\/15:focus{
  border-color: rgb(229 231 235 / 0.15);
}
.focus\:border-gray-200\/20:focus{
  border-color: rgb(229 231 235 / 0.2);
}
.focus\:border-gray-200\/25:focus{
  border-color: rgb(229 231 235 / 0.25);
}
.focus\:border-gray-200\/30:focus{
  border-color: rgb(229 231 235 / 0.3);
}
.focus\:border-gray-200\/35:focus{
  border-color: rgb(229 231 235 / 0.35);
}
.focus\:border-gray-200\/40:focus{
  border-color: rgb(229 231 235 / 0.4);
}
.focus\:border-gray-200\/45:focus{
  border-color: rgb(229 231 235 / 0.45);
}
.focus\:border-gray-200\/5:focus{
  border-color: rgb(229 231 235 / 0.05);
}
.focus\:border-gray-200\/50:focus{
  border-color: rgb(229 231 235 / 0.5);
}
.focus\:border-gray-200\/55:focus{
  border-color: rgb(229 231 235 / 0.55);
}
.focus\:border-gray-200\/60:focus{
  border-color: rgb(229 231 235 / 0.6);
}
.focus\:border-gray-200\/65:focus{
  border-color: rgb(229 231 235 / 0.65);
}
.focus\:border-gray-200\/70:focus{
  border-color: rgb(229 231 235 / 0.7);
}
.focus\:border-gray-200\/75:focus{
  border-color: rgb(229 231 235 / 0.75);
}
.focus\:border-gray-200\/80:focus{
  border-color: rgb(229 231 235 / 0.8);
}
.focus\:border-gray-200\/85:focus{
  border-color: rgb(229 231 235 / 0.85);
}
.focus\:border-gray-200\/90:focus{
  border-color: rgb(229 231 235 / 0.9);
}
.focus\:border-gray-200\/95:focus{
  border-color: rgb(229 231 235 / 0.95);
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-300\/0:focus{
  border-color: rgb(209 213 219 / 0);
}
.focus\:border-gray-300\/10:focus{
  border-color: rgb(209 213 219 / 0.1);
}
.focus\:border-gray-300\/100:focus{
  border-color: rgb(209 213 219 / 1);
}
.focus\:border-gray-300\/15:focus{
  border-color: rgb(209 213 219 / 0.15);
}
.focus\:border-gray-300\/20:focus{
  border-color: rgb(209 213 219 / 0.2);
}
.focus\:border-gray-300\/25:focus{
  border-color: rgb(209 213 219 / 0.25);
}
.focus\:border-gray-300\/30:focus{
  border-color: rgb(209 213 219 / 0.3);
}
.focus\:border-gray-300\/35:focus{
  border-color: rgb(209 213 219 / 0.35);
}
.focus\:border-gray-300\/40:focus{
  border-color: rgb(209 213 219 / 0.4);
}
.focus\:border-gray-300\/45:focus{
  border-color: rgb(209 213 219 / 0.45);
}
.focus\:border-gray-300\/5:focus{
  border-color: rgb(209 213 219 / 0.05);
}
.focus\:border-gray-300\/50:focus{
  border-color: rgb(209 213 219 / 0.5);
}
.focus\:border-gray-300\/55:focus{
  border-color: rgb(209 213 219 / 0.55);
}
.focus\:border-gray-300\/60:focus{
  border-color: rgb(209 213 219 / 0.6);
}
.focus\:border-gray-300\/65:focus{
  border-color: rgb(209 213 219 / 0.65);
}
.focus\:border-gray-300\/70:focus{
  border-color: rgb(209 213 219 / 0.7);
}
.focus\:border-gray-300\/75:focus{
  border-color: rgb(209 213 219 / 0.75);
}
.focus\:border-gray-300\/80:focus{
  border-color: rgb(209 213 219 / 0.8);
}
.focus\:border-gray-300\/85:focus{
  border-color: rgb(209 213 219 / 0.85);
}
.focus\:border-gray-300\/90:focus{
  border-color: rgb(209 213 219 / 0.9);
}
.focus\:border-gray-300\/95:focus{
  border-color: rgb(209 213 219 / 0.95);
}
.focus\:border-gray-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-400\/0:focus{
  border-color: rgb(156 163 175 / 0);
}
.focus\:border-gray-400\/10:focus{
  border-color: rgb(156 163 175 / 0.1);
}
.focus\:border-gray-400\/100:focus{
  border-color: rgb(156 163 175 / 1);
}
.focus\:border-gray-400\/15:focus{
  border-color: rgb(156 163 175 / 0.15);
}
.focus\:border-gray-400\/20:focus{
  border-color: rgb(156 163 175 / 0.2);
}
.focus\:border-gray-400\/25:focus{
  border-color: rgb(156 163 175 / 0.25);
}
.focus\:border-gray-400\/30:focus{
  border-color: rgb(156 163 175 / 0.3);
}
.focus\:border-gray-400\/35:focus{
  border-color: rgb(156 163 175 / 0.35);
}
.focus\:border-gray-400\/40:focus{
  border-color: rgb(156 163 175 / 0.4);
}
.focus\:border-gray-400\/45:focus{
  border-color: rgb(156 163 175 / 0.45);
}
.focus\:border-gray-400\/5:focus{
  border-color: rgb(156 163 175 / 0.05);
}
.focus\:border-gray-400\/50:focus{
  border-color: rgb(156 163 175 / 0.5);
}
.focus\:border-gray-400\/55:focus{
  border-color: rgb(156 163 175 / 0.55);
}
.focus\:border-gray-400\/60:focus{
  border-color: rgb(156 163 175 / 0.6);
}
.focus\:border-gray-400\/65:focus{
  border-color: rgb(156 163 175 / 0.65);
}
.focus\:border-gray-400\/70:focus{
  border-color: rgb(156 163 175 / 0.7);
}
.focus\:border-gray-400\/75:focus{
  border-color: rgb(156 163 175 / 0.75);
}
.focus\:border-gray-400\/80:focus{
  border-color: rgb(156 163 175 / 0.8);
}
.focus\:border-gray-400\/85:focus{
  border-color: rgb(156 163 175 / 0.85);
}
.focus\:border-gray-400\/90:focus{
  border-color: rgb(156 163 175 / 0.9);
}
.focus\:border-gray-400\/95:focus{
  border-color: rgb(156 163 175 / 0.95);
}
.focus\:border-gray-50:focus{
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-50\/0:focus{
  border-color: rgb(249 250 251 / 0);
}
.focus\:border-gray-50\/10:focus{
  border-color: rgb(249 250 251 / 0.1);
}
.focus\:border-gray-50\/100:focus{
  border-color: rgb(249 250 251 / 1);
}
.focus\:border-gray-50\/15:focus{
  border-color: rgb(249 250 251 / 0.15);
}
.focus\:border-gray-50\/20:focus{
  border-color: rgb(249 250 251 / 0.2);
}
.focus\:border-gray-50\/25:focus{
  border-color: rgb(249 250 251 / 0.25);
}
.focus\:border-gray-50\/30:focus{
  border-color: rgb(249 250 251 / 0.3);
}
.focus\:border-gray-50\/35:focus{
  border-color: rgb(249 250 251 / 0.35);
}
.focus\:border-gray-50\/40:focus{
  border-color: rgb(249 250 251 / 0.4);
}
.focus\:border-gray-50\/45:focus{
  border-color: rgb(249 250 251 / 0.45);
}
.focus\:border-gray-50\/5:focus{
  border-color: rgb(249 250 251 / 0.05);
}
.focus\:border-gray-50\/50:focus{
  border-color: rgb(249 250 251 / 0.5);
}
.focus\:border-gray-50\/55:focus{
  border-color: rgb(249 250 251 / 0.55);
}
.focus\:border-gray-50\/60:focus{
  border-color: rgb(249 250 251 / 0.6);
}
.focus\:border-gray-50\/65:focus{
  border-color: rgb(249 250 251 / 0.65);
}
.focus\:border-gray-50\/70:focus{
  border-color: rgb(249 250 251 / 0.7);
}
.focus\:border-gray-50\/75:focus{
  border-color: rgb(249 250 251 / 0.75);
}
.focus\:border-gray-50\/80:focus{
  border-color: rgb(249 250 251 / 0.8);
}
.focus\:border-gray-50\/85:focus{
  border-color: rgb(249 250 251 / 0.85);
}
.focus\:border-gray-50\/90:focus{
  border-color: rgb(249 250 251 / 0.9);
}
.focus\:border-gray-50\/95:focus{
  border-color: rgb(249 250 251 / 0.95);
}
.focus\:border-gray-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-500\/0:focus{
  border-color: rgb(107 114 128 / 0);
}
.focus\:border-gray-500\/10:focus{
  border-color: rgb(107 114 128 / 0.1);
}
.focus\:border-gray-500\/100:focus{
  border-color: rgb(107 114 128 / 1);
}
.focus\:border-gray-500\/15:focus{
  border-color: rgb(107 114 128 / 0.15);
}
.focus\:border-gray-500\/20:focus{
  border-color: rgb(107 114 128 / 0.2);
}
.focus\:border-gray-500\/25:focus{
  border-color: rgb(107 114 128 / 0.25);
}
.focus\:border-gray-500\/30:focus{
  border-color: rgb(107 114 128 / 0.3);
}
.focus\:border-gray-500\/35:focus{
  border-color: rgb(107 114 128 / 0.35);
}
.focus\:border-gray-500\/40:focus{
  border-color: rgb(107 114 128 / 0.4);
}
.focus\:border-gray-500\/45:focus{
  border-color: rgb(107 114 128 / 0.45);
}
.focus\:border-gray-500\/5:focus{
  border-color: rgb(107 114 128 / 0.05);
}
.focus\:border-gray-500\/50:focus{
  border-color: rgb(107 114 128 / 0.5);
}
.focus\:border-gray-500\/55:focus{
  border-color: rgb(107 114 128 / 0.55);
}
.focus\:border-gray-500\/60:focus{
  border-color: rgb(107 114 128 / 0.6);
}
.focus\:border-gray-500\/65:focus{
  border-color: rgb(107 114 128 / 0.65);
}
.focus\:border-gray-500\/70:focus{
  border-color: rgb(107 114 128 / 0.7);
}
.focus\:border-gray-500\/75:focus{
  border-color: rgb(107 114 128 / 0.75);
}
.focus\:border-gray-500\/80:focus{
  border-color: rgb(107 114 128 / 0.8);
}
.focus\:border-gray-500\/85:focus{
  border-color: rgb(107 114 128 / 0.85);
}
.focus\:border-gray-500\/90:focus{
  border-color: rgb(107 114 128 / 0.9);
}
.focus\:border-gray-500\/95:focus{
  border-color: rgb(107 114 128 / 0.95);
}
.focus\:border-gray-600:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-600\/0:focus{
  border-color: rgb(75 85 99 / 0);
}
.focus\:border-gray-600\/10:focus{
  border-color: rgb(75 85 99 / 0.1);
}
.focus\:border-gray-600\/100:focus{
  border-color: rgb(75 85 99 / 1);
}
.focus\:border-gray-600\/15:focus{
  border-color: rgb(75 85 99 / 0.15);
}
.focus\:border-gray-600\/20:focus{
  border-color: rgb(75 85 99 / 0.2);
}
.focus\:border-gray-600\/25:focus{
  border-color: rgb(75 85 99 / 0.25);
}
.focus\:border-gray-600\/30:focus{
  border-color: rgb(75 85 99 / 0.3);
}
.focus\:border-gray-600\/35:focus{
  border-color: rgb(75 85 99 / 0.35);
}
.focus\:border-gray-600\/40:focus{
  border-color: rgb(75 85 99 / 0.4);
}
.focus\:border-gray-600\/45:focus{
  border-color: rgb(75 85 99 / 0.45);
}
.focus\:border-gray-600\/5:focus{
  border-color: rgb(75 85 99 / 0.05);
}
.focus\:border-gray-600\/50:focus{
  border-color: rgb(75 85 99 / 0.5);
}
.focus\:border-gray-600\/55:focus{
  border-color: rgb(75 85 99 / 0.55);
}
.focus\:border-gray-600\/60:focus{
  border-color: rgb(75 85 99 / 0.6);
}
.focus\:border-gray-600\/65:focus{
  border-color: rgb(75 85 99 / 0.65);
}
.focus\:border-gray-600\/70:focus{
  border-color: rgb(75 85 99 / 0.7);
}
.focus\:border-gray-600\/75:focus{
  border-color: rgb(75 85 99 / 0.75);
}
.focus\:border-gray-600\/80:focus{
  border-color: rgb(75 85 99 / 0.8);
}
.focus\:border-gray-600\/85:focus{
  border-color: rgb(75 85 99 / 0.85);
}
.focus\:border-gray-600\/90:focus{
  border-color: rgb(75 85 99 / 0.9);
}
.focus\:border-gray-600\/95:focus{
  border-color: rgb(75 85 99 / 0.95);
}
.focus\:border-gray-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-700\/0:focus{
  border-color: rgb(55 65 81 / 0);
}
.focus\:border-gray-700\/10:focus{
  border-color: rgb(55 65 81 / 0.1);
}
.focus\:border-gray-700\/100:focus{
  border-color: rgb(55 65 81 / 1);
}
.focus\:border-gray-700\/15:focus{
  border-color: rgb(55 65 81 / 0.15);
}
.focus\:border-gray-700\/20:focus{
  border-color: rgb(55 65 81 / 0.2);
}
.focus\:border-gray-700\/25:focus{
  border-color: rgb(55 65 81 / 0.25);
}
.focus\:border-gray-700\/30:focus{
  border-color: rgb(55 65 81 / 0.3);
}
.focus\:border-gray-700\/35:focus{
  border-color: rgb(55 65 81 / 0.35);
}
.focus\:border-gray-700\/40:focus{
  border-color: rgb(55 65 81 / 0.4);
}
.focus\:border-gray-700\/45:focus{
  border-color: rgb(55 65 81 / 0.45);
}
.focus\:border-gray-700\/5:focus{
  border-color: rgb(55 65 81 / 0.05);
}
.focus\:border-gray-700\/50:focus{
  border-color: rgb(55 65 81 / 0.5);
}
.focus\:border-gray-700\/55:focus{
  border-color: rgb(55 65 81 / 0.55);
}
.focus\:border-gray-700\/60:focus{
  border-color: rgb(55 65 81 / 0.6);
}
.focus\:border-gray-700\/65:focus{
  border-color: rgb(55 65 81 / 0.65);
}
.focus\:border-gray-700\/70:focus{
  border-color: rgb(55 65 81 / 0.7);
}
.focus\:border-gray-700\/75:focus{
  border-color: rgb(55 65 81 / 0.75);
}
.focus\:border-gray-700\/80:focus{
  border-color: rgb(55 65 81 / 0.8);
}
.focus\:border-gray-700\/85:focus{
  border-color: rgb(55 65 81 / 0.85);
}
.focus\:border-gray-700\/90:focus{
  border-color: rgb(55 65 81 / 0.9);
}
.focus\:border-gray-700\/95:focus{
  border-color: rgb(55 65 81 / 0.95);
}
.focus\:border-gray-800:focus{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-800\/0:focus{
  border-color: rgb(31 41 55 / 0);
}
.focus\:border-gray-800\/10:focus{
  border-color: rgb(31 41 55 / 0.1);
}
.focus\:border-gray-800\/100:focus{
  border-color: rgb(31 41 55 / 1);
}
.focus\:border-gray-800\/15:focus{
  border-color: rgb(31 41 55 / 0.15);
}
.focus\:border-gray-800\/20:focus{
  border-color: rgb(31 41 55 / 0.2);
}
.focus\:border-gray-800\/25:focus{
  border-color: rgb(31 41 55 / 0.25);
}
.focus\:border-gray-800\/30:focus{
  border-color: rgb(31 41 55 / 0.3);
}
.focus\:border-gray-800\/35:focus{
  border-color: rgb(31 41 55 / 0.35);
}
.focus\:border-gray-800\/40:focus{
  border-color: rgb(31 41 55 / 0.4);
}
.focus\:border-gray-800\/45:focus{
  border-color: rgb(31 41 55 / 0.45);
}
.focus\:border-gray-800\/5:focus{
  border-color: rgb(31 41 55 / 0.05);
}
.focus\:border-gray-800\/50:focus{
  border-color: rgb(31 41 55 / 0.5);
}
.focus\:border-gray-800\/55:focus{
  border-color: rgb(31 41 55 / 0.55);
}
.focus\:border-gray-800\/60:focus{
  border-color: rgb(31 41 55 / 0.6);
}
.focus\:border-gray-800\/65:focus{
  border-color: rgb(31 41 55 / 0.65);
}
.focus\:border-gray-800\/70:focus{
  border-color: rgb(31 41 55 / 0.7);
}
.focus\:border-gray-800\/75:focus{
  border-color: rgb(31 41 55 / 0.75);
}
.focus\:border-gray-800\/80:focus{
  border-color: rgb(31 41 55 / 0.8);
}
.focus\:border-gray-800\/85:focus{
  border-color: rgb(31 41 55 / 0.85);
}
.focus\:border-gray-800\/90:focus{
  border-color: rgb(31 41 55 / 0.9);
}
.focus\:border-gray-800\/95:focus{
  border-color: rgb(31 41 55 / 0.95);
}
.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-900\/0:focus{
  border-color: rgb(17 24 39 / 0);
}
.focus\:border-gray-900\/10:focus{
  border-color: rgb(17 24 39 / 0.1);
}
.focus\:border-gray-900\/100:focus{
  border-color: rgb(17 24 39 / 1);
}
.focus\:border-gray-900\/15:focus{
  border-color: rgb(17 24 39 / 0.15);
}
.focus\:border-gray-900\/20:focus{
  border-color: rgb(17 24 39 / 0.2);
}
.focus\:border-gray-900\/25:focus{
  border-color: rgb(17 24 39 / 0.25);
}
.focus\:border-gray-900\/30:focus{
  border-color: rgb(17 24 39 / 0.3);
}
.focus\:border-gray-900\/35:focus{
  border-color: rgb(17 24 39 / 0.35);
}
.focus\:border-gray-900\/40:focus{
  border-color: rgb(17 24 39 / 0.4);
}
.focus\:border-gray-900\/45:focus{
  border-color: rgb(17 24 39 / 0.45);
}
.focus\:border-gray-900\/5:focus{
  border-color: rgb(17 24 39 / 0.05);
}
.focus\:border-gray-900\/50:focus{
  border-color: rgb(17 24 39 / 0.5);
}
.focus\:border-gray-900\/55:focus{
  border-color: rgb(17 24 39 / 0.55);
}
.focus\:border-gray-900\/60:focus{
  border-color: rgb(17 24 39 / 0.6);
}
.focus\:border-gray-900\/65:focus{
  border-color: rgb(17 24 39 / 0.65);
}
.focus\:border-gray-900\/70:focus{
  border-color: rgb(17 24 39 / 0.7);
}
.focus\:border-gray-900\/75:focus{
  border-color: rgb(17 24 39 / 0.75);
}
.focus\:border-gray-900\/80:focus{
  border-color: rgb(17 24 39 / 0.8);
}
.focus\:border-gray-900\/85:focus{
  border-color: rgb(17 24 39 / 0.85);
}
.focus\:border-gray-900\/90:focus{
  border-color: rgb(17 24 39 / 0.9);
}
.focus\:border-gray-900\/95:focus{
  border-color: rgb(17 24 39 / 0.95);
}
.focus\:border-gray-950:focus{
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-gray-950\/0:focus{
  border-color: rgb(3 7 18 / 0);
}
.focus\:border-gray-950\/10:focus{
  border-color: rgb(3 7 18 / 0.1);
}
.focus\:border-gray-950\/100:focus{
  border-color: rgb(3 7 18 / 1);
}
.focus\:border-gray-950\/15:focus{
  border-color: rgb(3 7 18 / 0.15);
}
.focus\:border-gray-950\/20:focus{
  border-color: rgb(3 7 18 / 0.2);
}
.focus\:border-gray-950\/25:focus{
  border-color: rgb(3 7 18 / 0.25);
}
.focus\:border-gray-950\/30:focus{
  border-color: rgb(3 7 18 / 0.3);
}
.focus\:border-gray-950\/35:focus{
  border-color: rgb(3 7 18 / 0.35);
}
.focus\:border-gray-950\/40:focus{
  border-color: rgb(3 7 18 / 0.4);
}
.focus\:border-gray-950\/45:focus{
  border-color: rgb(3 7 18 / 0.45);
}
.focus\:border-gray-950\/5:focus{
  border-color: rgb(3 7 18 / 0.05);
}
.focus\:border-gray-950\/50:focus{
  border-color: rgb(3 7 18 / 0.5);
}
.focus\:border-gray-950\/55:focus{
  border-color: rgb(3 7 18 / 0.55);
}
.focus\:border-gray-950\/60:focus{
  border-color: rgb(3 7 18 / 0.6);
}
.focus\:border-gray-950\/65:focus{
  border-color: rgb(3 7 18 / 0.65);
}
.focus\:border-gray-950\/70:focus{
  border-color: rgb(3 7 18 / 0.7);
}
.focus\:border-gray-950\/75:focus{
  border-color: rgb(3 7 18 / 0.75);
}
.focus\:border-gray-950\/80:focus{
  border-color: rgb(3 7 18 / 0.8);
}
.focus\:border-gray-950\/85:focus{
  border-color: rgb(3 7 18 / 0.85);
}
.focus\:border-gray-950\/90:focus{
  border-color: rgb(3 7 18 / 0.9);
}
.focus\:border-gray-950\/95:focus{
  border-color: rgb(3 7 18 / 0.95);
}
.focus\:border-inherit:focus{
  border-color: inherit;
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-dark\/0:focus{
  border-color: rgb(26 88 121 / 0);
}
.focus\:border-primary-dark\/10:focus{
  border-color: rgb(26 88 121 / 0.1);
}
.focus\:border-primary-dark\/100:focus{
  border-color: rgb(26 88 121 / 1);
}
.focus\:border-primary-dark\/15:focus{
  border-color: rgb(26 88 121 / 0.15);
}
.focus\:border-primary-dark\/20:focus{
  border-color: rgb(26 88 121 / 0.2);
}
.focus\:border-primary-dark\/25:focus{
  border-color: rgb(26 88 121 / 0.25);
}
.focus\:border-primary-dark\/30:focus{
  border-color: rgb(26 88 121 / 0.3);
}
.focus\:border-primary-dark\/35:focus{
  border-color: rgb(26 88 121 / 0.35);
}
.focus\:border-primary-dark\/40:focus{
  border-color: rgb(26 88 121 / 0.4);
}
.focus\:border-primary-dark\/45:focus{
  border-color: rgb(26 88 121 / 0.45);
}
.focus\:border-primary-dark\/5:focus{
  border-color: rgb(26 88 121 / 0.05);
}
.focus\:border-primary-dark\/50:focus{
  border-color: rgb(26 88 121 / 0.5);
}
.focus\:border-primary-dark\/55:focus{
  border-color: rgb(26 88 121 / 0.55);
}
.focus\:border-primary-dark\/60:focus{
  border-color: rgb(26 88 121 / 0.6);
}
.focus\:border-primary-dark\/65:focus{
  border-color: rgb(26 88 121 / 0.65);
}
.focus\:border-primary-dark\/70:focus{
  border-color: rgb(26 88 121 / 0.7);
}
.focus\:border-primary-dark\/75:focus{
  border-color: rgb(26 88 121 / 0.75);
}
.focus\:border-primary-dark\/80:focus{
  border-color: rgb(26 88 121 / 0.8);
}
.focus\:border-primary-dark\/85:focus{
  border-color: rgb(26 88 121 / 0.85);
}
.focus\:border-primary-dark\/90:focus{
  border-color: rgb(26 88 121 / 0.9);
}
.focus\:border-primary-dark\/95:focus{
  border-color: rgb(26 88 121 / 0.95);
}
.focus\:border-primary-light:focus{
  --tw-border-opacity: 1;
  border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-light\/0:focus{
  border-color: rgb(85 154 193 / 0);
}
.focus\:border-primary-light\/10:focus{
  border-color: rgb(85 154 193 / 0.1);
}
.focus\:border-primary-light\/100:focus{
  border-color: rgb(85 154 193 / 1);
}
.focus\:border-primary-light\/15:focus{
  border-color: rgb(85 154 193 / 0.15);
}
.focus\:border-primary-light\/20:focus{
  border-color: rgb(85 154 193 / 0.2);
}
.focus\:border-primary-light\/25:focus{
  border-color: rgb(85 154 193 / 0.25);
}
.focus\:border-primary-light\/30:focus{
  border-color: rgb(85 154 193 / 0.3);
}
.focus\:border-primary-light\/35:focus{
  border-color: rgb(85 154 193 / 0.35);
}
.focus\:border-primary-light\/40:focus{
  border-color: rgb(85 154 193 / 0.4);
}
.focus\:border-primary-light\/45:focus{
  border-color: rgb(85 154 193 / 0.45);
}
.focus\:border-primary-light\/5:focus{
  border-color: rgb(85 154 193 / 0.05);
}
.focus\:border-primary-light\/50:focus{
  border-color: rgb(85 154 193 / 0.5);
}
.focus\:border-primary-light\/55:focus{
  border-color: rgb(85 154 193 / 0.55);
}
.focus\:border-primary-light\/60:focus{
  border-color: rgb(85 154 193 / 0.6);
}
.focus\:border-primary-light\/65:focus{
  border-color: rgb(85 154 193 / 0.65);
}
.focus\:border-primary-light\/70:focus{
  border-color: rgb(85 154 193 / 0.7);
}
.focus\:border-primary-light\/75:focus{
  border-color: rgb(85 154 193 / 0.75);
}
.focus\:border-primary-light\/80:focus{
  border-color: rgb(85 154 193 / 0.8);
}
.focus\:border-primary-light\/85:focus{
  border-color: rgb(85 154 193 / 0.85);
}
.focus\:border-primary-light\/90:focus{
  border-color: rgb(85 154 193 / 0.9);
}
.focus\:border-primary-light\/95:focus{
  border-color: rgb(85 154 193 / 0.95);
}
.focus\:border-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-lighter\/0:focus{
  border-color: rgb(115 177 212 / 0);
}
.focus\:border-primary-lighter\/10:focus{
  border-color: rgb(115 177 212 / 0.1);
}
.focus\:border-primary-lighter\/100:focus{
  border-color: rgb(115 177 212 / 1);
}
.focus\:border-primary-lighter\/15:focus{
  border-color: rgb(115 177 212 / 0.15);
}
.focus\:border-primary-lighter\/20:focus{
  border-color: rgb(115 177 212 / 0.2);
}
.focus\:border-primary-lighter\/25:focus{
  border-color: rgb(115 177 212 / 0.25);
}
.focus\:border-primary-lighter\/30:focus{
  border-color: rgb(115 177 212 / 0.3);
}
.focus\:border-primary-lighter\/35:focus{
  border-color: rgb(115 177 212 / 0.35);
}
.focus\:border-primary-lighter\/40:focus{
  border-color: rgb(115 177 212 / 0.4);
}
.focus\:border-primary-lighter\/45:focus{
  border-color: rgb(115 177 212 / 0.45);
}
.focus\:border-primary-lighter\/5:focus{
  border-color: rgb(115 177 212 / 0.05);
}
.focus\:border-primary-lighter\/50:focus{
  border-color: rgb(115 177 212 / 0.5);
}
.focus\:border-primary-lighter\/55:focus{
  border-color: rgb(115 177 212 / 0.55);
}
.focus\:border-primary-lighter\/60:focus{
  border-color: rgb(115 177 212 / 0.6);
}
.focus\:border-primary-lighter\/65:focus{
  border-color: rgb(115 177 212 / 0.65);
}
.focus\:border-primary-lighter\/70:focus{
  border-color: rgb(115 177 212 / 0.7);
}
.focus\:border-primary-lighter\/75:focus{
  border-color: rgb(115 177 212 / 0.75);
}
.focus\:border-primary-lighter\/80:focus{
  border-color: rgb(115 177 212 / 0.8);
}
.focus\:border-primary-lighter\/85:focus{
  border-color: rgb(115 177 212 / 0.85);
}
.focus\:border-primary-lighter\/90:focus{
  border-color: rgb(115 177 212 / 0.9);
}
.focus\:border-primary-lighter\/95:focus{
  border-color: rgb(115 177 212 / 0.95);
}
.focus\:border-primary\/0:focus{
  border-color: rgb(52 114 147 / 0);
}
.focus\:border-primary\/10:focus{
  border-color: rgb(52 114 147 / 0.1);
}
.focus\:border-primary\/100:focus{
  border-color: rgb(52 114 147 / 1);
}
.focus\:border-primary\/15:focus{
  border-color: rgb(52 114 147 / 0.15);
}
.focus\:border-primary\/20:focus{
  border-color: rgb(52 114 147 / 0.2);
}
.focus\:border-primary\/25:focus{
  border-color: rgb(52 114 147 / 0.25);
}
.focus\:border-primary\/30:focus{
  border-color: rgb(52 114 147 / 0.3);
}
.focus\:border-primary\/35:focus{
  border-color: rgb(52 114 147 / 0.35);
}
.focus\:border-primary\/40:focus{
  border-color: rgb(52 114 147 / 0.4);
}
.focus\:border-primary\/45:focus{
  border-color: rgb(52 114 147 / 0.45);
}
.focus\:border-primary\/5:focus{
  border-color: rgb(52 114 147 / 0.05);
}
.focus\:border-primary\/50:focus{
  border-color: rgb(52 114 147 / 0.5);
}
.focus\:border-primary\/55:focus{
  border-color: rgb(52 114 147 / 0.55);
}
.focus\:border-primary\/60:focus{
  border-color: rgb(52 114 147 / 0.6);
}
.focus\:border-primary\/65:focus{
  border-color: rgb(52 114 147 / 0.65);
}
.focus\:border-primary\/70:focus{
  border-color: rgb(52 114 147 / 0.7);
}
.focus\:border-primary\/75:focus{
  border-color: rgb(52 114 147 / 0.75);
}
.focus\:border-primary\/80:focus{
  border-color: rgb(52 114 147 / 0.8);
}
.focus\:border-primary\/85:focus{
  border-color: rgb(52 114 147 / 0.85);
}
.focus\:border-primary\/90:focus{
  border-color: rgb(52 114 147 / 0.9);
}
.focus\:border-primary\/95:focus{
  border-color: rgb(52 114 147 / 0.95);
}
.focus\:border-secondary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-dark\/0:focus{
  border-color: rgb(226 207 188 / 0);
}
.focus\:border-secondary-dark\/10:focus{
  border-color: rgb(226 207 188 / 0.1);
}
.focus\:border-secondary-dark\/100:focus{
  border-color: rgb(226 207 188 / 1);
}
.focus\:border-secondary-dark\/15:focus{
  border-color: rgb(226 207 188 / 0.15);
}
.focus\:border-secondary-dark\/20:focus{
  border-color: rgb(226 207 188 / 0.2);
}
.focus\:border-secondary-dark\/25:focus{
  border-color: rgb(226 207 188 / 0.25);
}
.focus\:border-secondary-dark\/30:focus{
  border-color: rgb(226 207 188 / 0.3);
}
.focus\:border-secondary-dark\/35:focus{
  border-color: rgb(226 207 188 / 0.35);
}
.focus\:border-secondary-dark\/40:focus{
  border-color: rgb(226 207 188 / 0.4);
}
.focus\:border-secondary-dark\/45:focus{
  border-color: rgb(226 207 188 / 0.45);
}
.focus\:border-secondary-dark\/5:focus{
  border-color: rgb(226 207 188 / 0.05);
}
.focus\:border-secondary-dark\/50:focus{
  border-color: rgb(226 207 188 / 0.5);
}
.focus\:border-secondary-dark\/55:focus{
  border-color: rgb(226 207 188 / 0.55);
}
.focus\:border-secondary-dark\/60:focus{
  border-color: rgb(226 207 188 / 0.6);
}
.focus\:border-secondary-dark\/65:focus{
  border-color: rgb(226 207 188 / 0.65);
}
.focus\:border-secondary-dark\/70:focus{
  border-color: rgb(226 207 188 / 0.7);
}
.focus\:border-secondary-dark\/75:focus{
  border-color: rgb(226 207 188 / 0.75);
}
.focus\:border-secondary-dark\/80:focus{
  border-color: rgb(226 207 188 / 0.8);
}
.focus\:border-secondary-dark\/85:focus{
  border-color: rgb(226 207 188 / 0.85);
}
.focus\:border-secondary-dark\/90:focus{
  border-color: rgb(226 207 188 / 0.9);
}
.focus\:border-secondary-dark\/95:focus{
  border-color: rgb(226 207 188 / 0.95);
}
.focus\:border-secondary-light:focus{
  --tw-border-opacity: 1;
  border-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-light\/0:focus{
  border-color: rgb(254 250 247 / 0);
}
.focus\:border-secondary-light\/10:focus{
  border-color: rgb(254 250 247 / 0.1);
}
.focus\:border-secondary-light\/100:focus{
  border-color: rgb(254 250 247 / 1);
}
.focus\:border-secondary-light\/15:focus{
  border-color: rgb(254 250 247 / 0.15);
}
.focus\:border-secondary-light\/20:focus{
  border-color: rgb(254 250 247 / 0.2);
}
.focus\:border-secondary-light\/25:focus{
  border-color: rgb(254 250 247 / 0.25);
}
.focus\:border-secondary-light\/30:focus{
  border-color: rgb(254 250 247 / 0.3);
}
.focus\:border-secondary-light\/35:focus{
  border-color: rgb(254 250 247 / 0.35);
}
.focus\:border-secondary-light\/40:focus{
  border-color: rgb(254 250 247 / 0.4);
}
.focus\:border-secondary-light\/45:focus{
  border-color: rgb(254 250 247 / 0.45);
}
.focus\:border-secondary-light\/5:focus{
  border-color: rgb(254 250 247 / 0.05);
}
.focus\:border-secondary-light\/50:focus{
  border-color: rgb(254 250 247 / 0.5);
}
.focus\:border-secondary-light\/55:focus{
  border-color: rgb(254 250 247 / 0.55);
}
.focus\:border-secondary-light\/60:focus{
  border-color: rgb(254 250 247 / 0.6);
}
.focus\:border-secondary-light\/65:focus{
  border-color: rgb(254 250 247 / 0.65);
}
.focus\:border-secondary-light\/70:focus{
  border-color: rgb(254 250 247 / 0.7);
}
.focus\:border-secondary-light\/75:focus{
  border-color: rgb(254 250 247 / 0.75);
}
.focus\:border-secondary-light\/80:focus{
  border-color: rgb(254 250 247 / 0.8);
}
.focus\:border-secondary-light\/85:focus{
  border-color: rgb(254 250 247 / 0.85);
}
.focus\:border-secondary-light\/90:focus{
  border-color: rgb(254 250 247 / 0.9);
}
.focus\:border-secondary-light\/95:focus{
  border-color: rgb(254 250 247 / 0.95);
}
.focus\:border-secondary\/0:focus{
  border-color: rgb(243 234 225 / 0);
}
.focus\:border-secondary\/10:focus{
  border-color: rgb(243 234 225 / 0.1);
}
.focus\:border-secondary\/100:focus{
  border-color: rgb(243 234 225 / 1);
}
.focus\:border-secondary\/15:focus{
  border-color: rgb(243 234 225 / 0.15);
}
.focus\:border-secondary\/20:focus{
  border-color: rgb(243 234 225 / 0.2);
}
.focus\:border-secondary\/25:focus{
  border-color: rgb(243 234 225 / 0.25);
}
.focus\:border-secondary\/30:focus{
  border-color: rgb(243 234 225 / 0.3);
}
.focus\:border-secondary\/35:focus{
  border-color: rgb(243 234 225 / 0.35);
}
.focus\:border-secondary\/40:focus{
  border-color: rgb(243 234 225 / 0.4);
}
.focus\:border-secondary\/45:focus{
  border-color: rgb(243 234 225 / 0.45);
}
.focus\:border-secondary\/5:focus{
  border-color: rgb(243 234 225 / 0.05);
}
.focus\:border-secondary\/50:focus{
  border-color: rgb(243 234 225 / 0.5);
}
.focus\:border-secondary\/55:focus{
  border-color: rgb(243 234 225 / 0.55);
}
.focus\:border-secondary\/60:focus{
  border-color: rgb(243 234 225 / 0.6);
}
.focus\:border-secondary\/65:focus{
  border-color: rgb(243 234 225 / 0.65);
}
.focus\:border-secondary\/70:focus{
  border-color: rgb(243 234 225 / 0.7);
}
.focus\:border-secondary\/75:focus{
  border-color: rgb(243 234 225 / 0.75);
}
.focus\:border-secondary\/80:focus{
  border-color: rgb(243 234 225 / 0.8);
}
.focus\:border-secondary\/85:focus{
  border-color: rgb(243 234 225 / 0.85);
}
.focus\:border-secondary\/90:focus{
  border-color: rgb(243 234 225 / 0.9);
}
.focus\:border-secondary\/95:focus{
  border-color: rgb(243 234 225 / 0.95);
}
.focus\:border-transparent:focus{
  border-color: transparent;
}
.focus\:border-transparent\/0:focus{
  border-color: rgb(0 0 0 / 0);
}
.focus\:border-transparent\/10:focus{
  border-color: rgb(0 0 0 / 0.1);
}
.focus\:border-transparent\/100:focus{
  border-color: rgb(0 0 0 / 1);
}
.focus\:border-transparent\/15:focus{
  border-color: rgb(0 0 0 / 0.15);
}
.focus\:border-transparent\/20:focus{
  border-color: rgb(0 0 0 / 0.2);
}
.focus\:border-transparent\/25:focus{
  border-color: rgb(0 0 0 / 0.25);
}
.focus\:border-transparent\/30:focus{
  border-color: rgb(0 0 0 / 0.3);
}
.focus\:border-transparent\/35:focus{
  border-color: rgb(0 0 0 / 0.35);
}
.focus\:border-transparent\/40:focus{
  border-color: rgb(0 0 0 / 0.4);
}
.focus\:border-transparent\/45:focus{
  border-color: rgb(0 0 0 / 0.45);
}
.focus\:border-transparent\/5:focus{
  border-color: rgb(0 0 0 / 0.05);
}
.focus\:border-transparent\/50:focus{
  border-color: rgb(0 0 0 / 0.5);
}
.focus\:border-transparent\/55:focus{
  border-color: rgb(0 0 0 / 0.55);
}
.focus\:border-transparent\/60:focus{
  border-color: rgb(0 0 0 / 0.6);
}
.focus\:border-transparent\/65:focus{
  border-color: rgb(0 0 0 / 0.65);
}
.focus\:border-transparent\/70:focus{
  border-color: rgb(0 0 0 / 0.7);
}
.focus\:border-transparent\/75:focus{
  border-color: rgb(0 0 0 / 0.75);
}
.focus\:border-transparent\/80:focus{
  border-color: rgb(0 0 0 / 0.8);
}
.focus\:border-transparent\/85:focus{
  border-color: rgb(0 0 0 / 0.85);
}
.focus\:border-transparent\/90:focus{
  border-color: rgb(0 0 0 / 0.9);
}
.focus\:border-transparent\/95:focus{
  border-color: rgb(0 0 0 / 0.95);
}
.focus\:border-white:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-white\/0:focus{
  border-color: rgb(255 255 255 / 0);
}
.focus\:border-white\/10:focus{
  border-color: rgb(255 255 255 / 0.1);
}
.focus\:border-white\/100:focus{
  border-color: rgb(255 255 255 / 1);
}
.focus\:border-white\/15:focus{
  border-color: rgb(255 255 255 / 0.15);
}
.focus\:border-white\/20:focus{
  border-color: rgb(255 255 255 / 0.2);
}
.focus\:border-white\/25:focus{
  border-color: rgb(255 255 255 / 0.25);
}
.focus\:border-white\/30:focus{
  border-color: rgb(255 255 255 / 0.3);
}
.focus\:border-white\/35:focus{
  border-color: rgb(255 255 255 / 0.35);
}
.focus\:border-white\/40:focus{
  border-color: rgb(255 255 255 / 0.4);
}
.focus\:border-white\/45:focus{
  border-color: rgb(255 255 255 / 0.45);
}
.focus\:border-white\/5:focus{
  border-color: rgb(255 255 255 / 0.05);
}
.focus\:border-white\/50:focus{
  border-color: rgb(255 255 255 / 0.5);
}
.focus\:border-white\/55:focus{
  border-color: rgb(255 255 255 / 0.55);
}
.focus\:border-white\/60:focus{
  border-color: rgb(255 255 255 / 0.6);
}
.focus\:border-white\/65:focus{
  border-color: rgb(255 255 255 / 0.65);
}
.focus\:border-white\/70:focus{
  border-color: rgb(255 255 255 / 0.7);
}
.focus\:border-white\/75:focus{
  border-color: rgb(255 255 255 / 0.75);
}
.focus\:border-white\/80:focus{
  border-color: rgb(255 255 255 / 0.8);
}
.focus\:border-white\/85:focus{
  border-color: rgb(255 255 255 / 0.85);
}
.focus\:border-white\/90:focus{
  border-color: rgb(255 255 255 / 0.9);
}
.focus\:border-white\/95:focus{
  border-color: rgb(255 255 255 / 0.95);
}
.focus\:border-x-accent:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-dark\/0:focus{
  border-left-color: rgb(225 114 45 / 0);
  border-right-color: rgb(225 114 45 / 0);
}
.focus\:border-x-accent-dark\/10:focus{
  border-left-color: rgb(225 114 45 / 0.1);
  border-right-color: rgb(225 114 45 / 0.1);
}
.focus\:border-x-accent-dark\/100:focus{
  border-left-color: rgb(225 114 45 / 1);
  border-right-color: rgb(225 114 45 / 1);
}
.focus\:border-x-accent-dark\/15:focus{
  border-left-color: rgb(225 114 45 / 0.15);
  border-right-color: rgb(225 114 45 / 0.15);
}
.focus\:border-x-accent-dark\/20:focus{
  border-left-color: rgb(225 114 45 / 0.2);
  border-right-color: rgb(225 114 45 / 0.2);
}
.focus\:border-x-accent-dark\/25:focus{
  border-left-color: rgb(225 114 45 / 0.25);
  border-right-color: rgb(225 114 45 / 0.25);
}
.focus\:border-x-accent-dark\/30:focus{
  border-left-color: rgb(225 114 45 / 0.3);
  border-right-color: rgb(225 114 45 / 0.3);
}
.focus\:border-x-accent-dark\/35:focus{
  border-left-color: rgb(225 114 45 / 0.35);
  border-right-color: rgb(225 114 45 / 0.35);
}
.focus\:border-x-accent-dark\/40:focus{
  border-left-color: rgb(225 114 45 / 0.4);
  border-right-color: rgb(225 114 45 / 0.4);
}
.focus\:border-x-accent-dark\/45:focus{
  border-left-color: rgb(225 114 45 / 0.45);
  border-right-color: rgb(225 114 45 / 0.45);
}
.focus\:border-x-accent-dark\/5:focus{
  border-left-color: rgb(225 114 45 / 0.05);
  border-right-color: rgb(225 114 45 / 0.05);
}
.focus\:border-x-accent-dark\/50:focus{
  border-left-color: rgb(225 114 45 / 0.5);
  border-right-color: rgb(225 114 45 / 0.5);
}
.focus\:border-x-accent-dark\/55:focus{
  border-left-color: rgb(225 114 45 / 0.55);
  border-right-color: rgb(225 114 45 / 0.55);
}
.focus\:border-x-accent-dark\/60:focus{
  border-left-color: rgb(225 114 45 / 0.6);
  border-right-color: rgb(225 114 45 / 0.6);
}
.focus\:border-x-accent-dark\/65:focus{
  border-left-color: rgb(225 114 45 / 0.65);
  border-right-color: rgb(225 114 45 / 0.65);
}
.focus\:border-x-accent-dark\/70:focus{
  border-left-color: rgb(225 114 45 / 0.7);
  border-right-color: rgb(225 114 45 / 0.7);
}
.focus\:border-x-accent-dark\/75:focus{
  border-left-color: rgb(225 114 45 / 0.75);
  border-right-color: rgb(225 114 45 / 0.75);
}
.focus\:border-x-accent-dark\/80:focus{
  border-left-color: rgb(225 114 45 / 0.8);
  border-right-color: rgb(225 114 45 / 0.8);
}
.focus\:border-x-accent-dark\/85:focus{
  border-left-color: rgb(225 114 45 / 0.85);
  border-right-color: rgb(225 114 45 / 0.85);
}
.focus\:border-x-accent-dark\/90:focus{
  border-left-color: rgb(225 114 45 / 0.9);
  border-right-color: rgb(225 114 45 / 0.9);
}
.focus\:border-x-accent-dark\/95:focus{
  border-left-color: rgb(225 114 45 / 0.95);
  border-right-color: rgb(225 114 45 / 0.95);
}
.focus\:border-x-accent-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-x-accent-light\/0:focus{
  border-left-color: rgb(255 191 105 / 0);
  border-right-color: rgb(255 191 105 / 0);
}
.focus\:border-x-accent-light\/10:focus{
  border-left-color: rgb(255 191 105 / 0.1);
  border-right-color: rgb(255 191 105 / 0.1);
}
.focus\:border-x-accent-light\/100:focus{
  border-left-color: rgb(255 191 105 / 1);
  border-right-color: rgb(255 191 105 / 1);
}
.focus\:border-x-accent-light\/15:focus{
  border-left-color: rgb(255 191 105 / 0.15);
  border-right-color: rgb(255 191 105 / 0.15);
}
.focus\:border-x-accent-light\/20:focus{
  border-left-color: rgb(255 191 105 / 0.2);
  border-right-color: rgb(255 191 105 / 0.2);
}
.focus\:border-x-accent-light\/25:focus{
  border-left-color: rgb(255 191 105 / 0.25);
  border-right-color: rgb(255 191 105 / 0.25);
}
.focus\:border-x-accent-light\/30:focus{
  border-left-color: rgb(255 191 105 / 0.3);
  border-right-color: rgb(255 191 105 / 0.3);
}
.focus\:border-x-accent-light\/35:focus{
  border-left-color: rgb(255 191 105 / 0.35);
  border-right-color: rgb(255 191 105 / 0.35);
}
.focus\:border-x-accent-light\/40:focus{
  border-left-color: rgb(255 191 105 / 0.4);
  border-right-color: rgb(255 191 105 / 0.4);
}
.focus\:border-x-accent-light\/45:focus{
  border-left-color: rgb(255 191 105 / 0.45);
  border-right-color: rgb(255 191 105 / 0.45);
}
.focus\:border-x-accent-light\/5:focus{
  border-left-color: rgb(255 191 105 / 0.05);
  border-right-color: rgb(255 191 105 / 0.05);
}
.focus\:border-x-accent-light\/50:focus{
  border-left-color: rgb(255 191 105 / 0.5);
  border-right-color: rgb(255 191 105 / 0.5);
}
.focus\:border-x-accent-light\/55:focus{
  border-left-color: rgb(255 191 105 / 0.55);
  border-right-color: rgb(255 191 105 / 0.55);
}
.focus\:border-x-accent-light\/60:focus{
  border-left-color: rgb(255 191 105 / 0.6);
  border-right-color: rgb(255 191 105 / 0.6);
}
.focus\:border-x-accent-light\/65:focus{
  border-left-color: rgb(255 191 105 / 0.65);
  border-right-color: rgb(255 191 105 / 0.65);
}
.focus\:border-x-accent-light\/70:focus{
  border-left-color: rgb(255 191 105 / 0.7);
  border-right-color: rgb(255 191 105 / 0.7);
}
.focus\:border-x-accent-light\/75:focus{
  border-left-color: rgb(255 191 105 / 0.75);
  border-right-color: rgb(255 191 105 / 0.75);
}
.focus\:border-x-accent-light\/80:focus{
  border-left-color: rgb(255 191 105 / 0.8);
  border-right-color: rgb(255 191 105 / 0.8);
}
.focus\:border-x-accent-light\/85:focus{
  border-left-color: rgb(255 191 105 / 0.85);
  border-right-color: rgb(255 191 105 / 0.85);
}
.focus\:border-x-accent-light\/90:focus{
  border-left-color: rgb(255 191 105 / 0.9);
  border-right-color: rgb(255 191 105 / 0.9);
}
.focus\:border-x-accent-light\/95:focus{
  border-left-color: rgb(255 191 105 / 0.95);
  border-right-color: rgb(255 191 105 / 0.95);
}
.focus\:border-x-accent\/0:focus{
  border-left-color: rgb(229 136 78 / 0);
  border-right-color: rgb(229 136 78 / 0);
}
.focus\:border-x-accent\/10:focus{
  border-left-color: rgb(229 136 78 / 0.1);
  border-right-color: rgb(229 136 78 / 0.1);
}
.focus\:border-x-accent\/100:focus{
  border-left-color: rgb(229 136 78 / 1);
  border-right-color: rgb(229 136 78 / 1);
}
.focus\:border-x-accent\/15:focus{
  border-left-color: rgb(229 136 78 / 0.15);
  border-right-color: rgb(229 136 78 / 0.15);
}
.focus\:border-x-accent\/20:focus{
  border-left-color: rgb(229 136 78 / 0.2);
  border-right-color: rgb(229 136 78 / 0.2);
}
.focus\:border-x-accent\/25:focus{
  border-left-color: rgb(229 136 78 / 0.25);
  border-right-color: rgb(229 136 78 / 0.25);
}
.focus\:border-x-accent\/30:focus{
  border-left-color: rgb(229 136 78 / 0.3);
  border-right-color: rgb(229 136 78 / 0.3);
}
.focus\:border-x-accent\/35:focus{
  border-left-color: rgb(229 136 78 / 0.35);
  border-right-color: rgb(229 136 78 / 0.35);
}
.focus\:border-x-accent\/40:focus{
  border-left-color: rgb(229 136 78 / 0.4);
  border-right-color: rgb(229 136 78 / 0.4);
}
.focus\:border-x-accent\/45:focus{
  border-left-color: rgb(229 136 78 / 0.45);
  border-right-color: rgb(229 136 78 / 0.45);
}
.focus\:border-x-accent\/5:focus{
  border-left-color: rgb(229 136 78 / 0.05);
  border-right-color: rgb(229 136 78 / 0.05);
}
.focus\:border-x-accent\/50:focus{
  border-left-color: rgb(229 136 78 / 0.5);
  border-right-color: rgb(229 136 78 / 0.5);
}
.focus\:border-x-accent\/55:focus{
  border-left-color: rgb(229 136 78 / 0.55);
  border-right-color: rgb(229 136 78 / 0.55);
}
.focus\:border-x-accent\/60:focus{
  border-left-color: rgb(229 136 78 / 0.6);
  border-right-color: rgb(229 136 78 / 0.6);
}
.focus\:border-x-accent\/65:focus{
  border-left-color: rgb(229 136 78 / 0.65);
  border-right-color: rgb(229 136 78 / 0.65);
}
.focus\:border-x-accent\/70:focus{
  border-left-color: rgb(229 136 78 / 0.7);
  border-right-color: rgb(229 136 78 / 0.7);
}
.focus\:border-x-accent\/75:focus{
  border-left-color: rgb(229 136 78 / 0.75);
  border-right-color: rgb(229 136 78 / 0.75);
}
.focus\:border-x-accent\/80:focus{
  border-left-color: rgb(229 136 78 / 0.8);
  border-right-color: rgb(229 136 78 / 0.8);
}
.focus\:border-x-accent\/85:focus{
  border-left-color: rgb(229 136 78 / 0.85);
  border-right-color: rgb(229 136 78 / 0.85);
}
.focus\:border-x-accent\/90:focus{
  border-left-color: rgb(229 136 78 / 0.9);
  border-right-color: rgb(229 136 78 / 0.9);
}
.focus\:border-x-accent\/95:focus{
  border-left-color: rgb(229 136 78 / 0.95);
  border-right-color: rgb(229 136 78 / 0.95);
}
.focus\:border-x-black:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-x-black\/0:focus{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-x-black\/10:focus{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-x-black\/100:focus{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-x-black\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-x-black\/20:focus{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-x-black\/25:focus{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-x-black\/30:focus{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-x-black\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-x-black\/40:focus{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-x-black\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-x-black\/5:focus{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-x-black\/50:focus{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-x-black\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-x-black\/60:focus{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-x-black\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-x-black\/70:focus{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-x-black\/75:focus{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-x-black\/80:focus{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-x-black\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-x-black\/90:focus{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-x-black\/95:focus{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-x-current:focus{
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.focus\:border-x-error:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-x-error\/0:focus{
  border-left-color: rgb(255 0 0 / 0);
  border-right-color: rgb(255 0 0 / 0);
}
.focus\:border-x-error\/10:focus{
  border-left-color: rgb(255 0 0 / 0.1);
  border-right-color: rgb(255 0 0 / 0.1);
}
.focus\:border-x-error\/100:focus{
  border-left-color: rgb(255 0 0 / 1);
  border-right-color: rgb(255 0 0 / 1);
}
.focus\:border-x-error\/15:focus{
  border-left-color: rgb(255 0 0 / 0.15);
  border-right-color: rgb(255 0 0 / 0.15);
}
.focus\:border-x-error\/20:focus{
  border-left-color: rgb(255 0 0 / 0.2);
  border-right-color: rgb(255 0 0 / 0.2);
}
.focus\:border-x-error\/25:focus{
  border-left-color: rgb(255 0 0 / 0.25);
  border-right-color: rgb(255 0 0 / 0.25);
}
.focus\:border-x-error\/30:focus{
  border-left-color: rgb(255 0 0 / 0.3);
  border-right-color: rgb(255 0 0 / 0.3);
}
.focus\:border-x-error\/35:focus{
  border-left-color: rgb(255 0 0 / 0.35);
  border-right-color: rgb(255 0 0 / 0.35);
}
.focus\:border-x-error\/40:focus{
  border-left-color: rgb(255 0 0 / 0.4);
  border-right-color: rgb(255 0 0 / 0.4);
}
.focus\:border-x-error\/45:focus{
  border-left-color: rgb(255 0 0 / 0.45);
  border-right-color: rgb(255 0 0 / 0.45);
}
.focus\:border-x-error\/5:focus{
  border-left-color: rgb(255 0 0 / 0.05);
  border-right-color: rgb(255 0 0 / 0.05);
}
.focus\:border-x-error\/50:focus{
  border-left-color: rgb(255 0 0 / 0.5);
  border-right-color: rgb(255 0 0 / 0.5);
}
.focus\:border-x-error\/55:focus{
  border-left-color: rgb(255 0 0 / 0.55);
  border-right-color: rgb(255 0 0 / 0.55);
}
.focus\:border-x-error\/60:focus{
  border-left-color: rgb(255 0 0 / 0.6);
  border-right-color: rgb(255 0 0 / 0.6);
}
.focus\:border-x-error\/65:focus{
  border-left-color: rgb(255 0 0 / 0.65);
  border-right-color: rgb(255 0 0 / 0.65);
}
.focus\:border-x-error\/70:focus{
  border-left-color: rgb(255 0 0 / 0.7);
  border-right-color: rgb(255 0 0 / 0.7);
}
.focus\:border-x-error\/75:focus{
  border-left-color: rgb(255 0 0 / 0.75);
  border-right-color: rgb(255 0 0 / 0.75);
}
.focus\:border-x-error\/80:focus{
  border-left-color: rgb(255 0 0 / 0.8);
  border-right-color: rgb(255 0 0 / 0.8);
}
.focus\:border-x-error\/85:focus{
  border-left-color: rgb(255 0 0 / 0.85);
  border-right-color: rgb(255 0 0 / 0.85);
}
.focus\:border-x-error\/90:focus{
  border-left-color: rgb(255 0 0 / 0.9);
  border-right-color: rgb(255 0 0 / 0.9);
}
.focus\:border-x-error\/95:focus{
  border-left-color: rgb(255 0 0 / 0.95);
  border-right-color: rgb(255 0 0 / 0.95);
}
.focus\:border-x-gray-100:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-100\/0:focus{
  border-left-color: rgb(243 244 246 / 0);
  border-right-color: rgb(243 244 246 / 0);
}
.focus\:border-x-gray-100\/10:focus{
  border-left-color: rgb(243 244 246 / 0.1);
  border-right-color: rgb(243 244 246 / 0.1);
}
.focus\:border-x-gray-100\/100:focus{
  border-left-color: rgb(243 244 246 / 1);
  border-right-color: rgb(243 244 246 / 1);
}
.focus\:border-x-gray-100\/15:focus{
  border-left-color: rgb(243 244 246 / 0.15);
  border-right-color: rgb(243 244 246 / 0.15);
}
.focus\:border-x-gray-100\/20:focus{
  border-left-color: rgb(243 244 246 / 0.2);
  border-right-color: rgb(243 244 246 / 0.2);
}
.focus\:border-x-gray-100\/25:focus{
  border-left-color: rgb(243 244 246 / 0.25);
  border-right-color: rgb(243 244 246 / 0.25);
}
.focus\:border-x-gray-100\/30:focus{
  border-left-color: rgb(243 244 246 / 0.3);
  border-right-color: rgb(243 244 246 / 0.3);
}
.focus\:border-x-gray-100\/35:focus{
  border-left-color: rgb(243 244 246 / 0.35);
  border-right-color: rgb(243 244 246 / 0.35);
}
.focus\:border-x-gray-100\/40:focus{
  border-left-color: rgb(243 244 246 / 0.4);
  border-right-color: rgb(243 244 246 / 0.4);
}
.focus\:border-x-gray-100\/45:focus{
  border-left-color: rgb(243 244 246 / 0.45);
  border-right-color: rgb(243 244 246 / 0.45);
}
.focus\:border-x-gray-100\/5:focus{
  border-left-color: rgb(243 244 246 / 0.05);
  border-right-color: rgb(243 244 246 / 0.05);
}
.focus\:border-x-gray-100\/50:focus{
  border-left-color: rgb(243 244 246 / 0.5);
  border-right-color: rgb(243 244 246 / 0.5);
}
.focus\:border-x-gray-100\/55:focus{
  border-left-color: rgb(243 244 246 / 0.55);
  border-right-color: rgb(243 244 246 / 0.55);
}
.focus\:border-x-gray-100\/60:focus{
  border-left-color: rgb(243 244 246 / 0.6);
  border-right-color: rgb(243 244 246 / 0.6);
}
.focus\:border-x-gray-100\/65:focus{
  border-left-color: rgb(243 244 246 / 0.65);
  border-right-color: rgb(243 244 246 / 0.65);
}
.focus\:border-x-gray-100\/70:focus{
  border-left-color: rgb(243 244 246 / 0.7);
  border-right-color: rgb(243 244 246 / 0.7);
}
.focus\:border-x-gray-100\/75:focus{
  border-left-color: rgb(243 244 246 / 0.75);
  border-right-color: rgb(243 244 246 / 0.75);
}
.focus\:border-x-gray-100\/80:focus{
  border-left-color: rgb(243 244 246 / 0.8);
  border-right-color: rgb(243 244 246 / 0.8);
}
.focus\:border-x-gray-100\/85:focus{
  border-left-color: rgb(243 244 246 / 0.85);
  border-right-color: rgb(243 244 246 / 0.85);
}
.focus\:border-x-gray-100\/90:focus{
  border-left-color: rgb(243 244 246 / 0.9);
  border-right-color: rgb(243 244 246 / 0.9);
}
.focus\:border-x-gray-100\/95:focus{
  border-left-color: rgb(243 244 246 / 0.95);
  border-right-color: rgb(243 244 246 / 0.95);
}
.focus\:border-x-gray-200:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-200\/0:focus{
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.focus\:border-x-gray-200\/10:focus{
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.focus\:border-x-gray-200\/100:focus{
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.focus\:border-x-gray-200\/15:focus{
  border-left-color: rgb(229 231 235 / 0.15);
  border-right-color: rgb(229 231 235 / 0.15);
}
.focus\:border-x-gray-200\/20:focus{
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.focus\:border-x-gray-200\/25:focus{
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.focus\:border-x-gray-200\/30:focus{
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.focus\:border-x-gray-200\/35:focus{
  border-left-color: rgb(229 231 235 / 0.35);
  border-right-color: rgb(229 231 235 / 0.35);
}
.focus\:border-x-gray-200\/40:focus{
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.focus\:border-x-gray-200\/45:focus{
  border-left-color: rgb(229 231 235 / 0.45);
  border-right-color: rgb(229 231 235 / 0.45);
}
.focus\:border-x-gray-200\/5:focus{
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.focus\:border-x-gray-200\/50:focus{
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.focus\:border-x-gray-200\/55:focus{
  border-left-color: rgb(229 231 235 / 0.55);
  border-right-color: rgb(229 231 235 / 0.55);
}
.focus\:border-x-gray-200\/60:focus{
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.focus\:border-x-gray-200\/65:focus{
  border-left-color: rgb(229 231 235 / 0.65);
  border-right-color: rgb(229 231 235 / 0.65);
}
.focus\:border-x-gray-200\/70:focus{
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.focus\:border-x-gray-200\/75:focus{
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.focus\:border-x-gray-200\/80:focus{
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.focus\:border-x-gray-200\/85:focus{
  border-left-color: rgb(229 231 235 / 0.85);
  border-right-color: rgb(229 231 235 / 0.85);
}
.focus\:border-x-gray-200\/90:focus{
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.focus\:border-x-gray-200\/95:focus{
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.focus\:border-x-gray-300:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-300\/0:focus{
  border-left-color: rgb(209 213 219 / 0);
  border-right-color: rgb(209 213 219 / 0);
}
.focus\:border-x-gray-300\/10:focus{
  border-left-color: rgb(209 213 219 / 0.1);
  border-right-color: rgb(209 213 219 / 0.1);
}
.focus\:border-x-gray-300\/100:focus{
  border-left-color: rgb(209 213 219 / 1);
  border-right-color: rgb(209 213 219 / 1);
}
.focus\:border-x-gray-300\/15:focus{
  border-left-color: rgb(209 213 219 / 0.15);
  border-right-color: rgb(209 213 219 / 0.15);
}
.focus\:border-x-gray-300\/20:focus{
  border-left-color: rgb(209 213 219 / 0.2);
  border-right-color: rgb(209 213 219 / 0.2);
}
.focus\:border-x-gray-300\/25:focus{
  border-left-color: rgb(209 213 219 / 0.25);
  border-right-color: rgb(209 213 219 / 0.25);
}
.focus\:border-x-gray-300\/30:focus{
  border-left-color: rgb(209 213 219 / 0.3);
  border-right-color: rgb(209 213 219 / 0.3);
}
.focus\:border-x-gray-300\/35:focus{
  border-left-color: rgb(209 213 219 / 0.35);
  border-right-color: rgb(209 213 219 / 0.35);
}
.focus\:border-x-gray-300\/40:focus{
  border-left-color: rgb(209 213 219 / 0.4);
  border-right-color: rgb(209 213 219 / 0.4);
}
.focus\:border-x-gray-300\/45:focus{
  border-left-color: rgb(209 213 219 / 0.45);
  border-right-color: rgb(209 213 219 / 0.45);
}
.focus\:border-x-gray-300\/5:focus{
  border-left-color: rgb(209 213 219 / 0.05);
  border-right-color: rgb(209 213 219 / 0.05);
}
.focus\:border-x-gray-300\/50:focus{
  border-left-color: rgb(209 213 219 / 0.5);
  border-right-color: rgb(209 213 219 / 0.5);
}
.focus\:border-x-gray-300\/55:focus{
  border-left-color: rgb(209 213 219 / 0.55);
  border-right-color: rgb(209 213 219 / 0.55);
}
.focus\:border-x-gray-300\/60:focus{
  border-left-color: rgb(209 213 219 / 0.6);
  border-right-color: rgb(209 213 219 / 0.6);
}
.focus\:border-x-gray-300\/65:focus{
  border-left-color: rgb(209 213 219 / 0.65);
  border-right-color: rgb(209 213 219 / 0.65);
}
.focus\:border-x-gray-300\/70:focus{
  border-left-color: rgb(209 213 219 / 0.7);
  border-right-color: rgb(209 213 219 / 0.7);
}
.focus\:border-x-gray-300\/75:focus{
  border-left-color: rgb(209 213 219 / 0.75);
  border-right-color: rgb(209 213 219 / 0.75);
}
.focus\:border-x-gray-300\/80:focus{
  border-left-color: rgb(209 213 219 / 0.8);
  border-right-color: rgb(209 213 219 / 0.8);
}
.focus\:border-x-gray-300\/85:focus{
  border-left-color: rgb(209 213 219 / 0.85);
  border-right-color: rgb(209 213 219 / 0.85);
}
.focus\:border-x-gray-300\/90:focus{
  border-left-color: rgb(209 213 219 / 0.9);
  border-right-color: rgb(209 213 219 / 0.9);
}
.focus\:border-x-gray-300\/95:focus{
  border-left-color: rgb(209 213 219 / 0.95);
  border-right-color: rgb(209 213 219 / 0.95);
}
.focus\:border-x-gray-400:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-400\/0:focus{
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.focus\:border-x-gray-400\/10:focus{
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.focus\:border-x-gray-400\/100:focus{
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.focus\:border-x-gray-400\/15:focus{
  border-left-color: rgb(156 163 175 / 0.15);
  border-right-color: rgb(156 163 175 / 0.15);
}
.focus\:border-x-gray-400\/20:focus{
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.focus\:border-x-gray-400\/25:focus{
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.focus\:border-x-gray-400\/30:focus{
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.focus\:border-x-gray-400\/35:focus{
  border-left-color: rgb(156 163 175 / 0.35);
  border-right-color: rgb(156 163 175 / 0.35);
}
.focus\:border-x-gray-400\/40:focus{
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.focus\:border-x-gray-400\/45:focus{
  border-left-color: rgb(156 163 175 / 0.45);
  border-right-color: rgb(156 163 175 / 0.45);
}
.focus\:border-x-gray-400\/5:focus{
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.focus\:border-x-gray-400\/50:focus{
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.focus\:border-x-gray-400\/55:focus{
  border-left-color: rgb(156 163 175 / 0.55);
  border-right-color: rgb(156 163 175 / 0.55);
}
.focus\:border-x-gray-400\/60:focus{
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.focus\:border-x-gray-400\/65:focus{
  border-left-color: rgb(156 163 175 / 0.65);
  border-right-color: rgb(156 163 175 / 0.65);
}
.focus\:border-x-gray-400\/70:focus{
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.focus\:border-x-gray-400\/75:focus{
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.focus\:border-x-gray-400\/80:focus{
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.focus\:border-x-gray-400\/85:focus{
  border-left-color: rgb(156 163 175 / 0.85);
  border-right-color: rgb(156 163 175 / 0.85);
}
.focus\:border-x-gray-400\/90:focus{
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.focus\:border-x-gray-400\/95:focus{
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.focus\:border-x-gray-50:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-50\/0:focus{
  border-left-color: rgb(249 250 251 / 0);
  border-right-color: rgb(249 250 251 / 0);
}
.focus\:border-x-gray-50\/10:focus{
  border-left-color: rgb(249 250 251 / 0.1);
  border-right-color: rgb(249 250 251 / 0.1);
}
.focus\:border-x-gray-50\/100:focus{
  border-left-color: rgb(249 250 251 / 1);
  border-right-color: rgb(249 250 251 / 1);
}
.focus\:border-x-gray-50\/15:focus{
  border-left-color: rgb(249 250 251 / 0.15);
  border-right-color: rgb(249 250 251 / 0.15);
}
.focus\:border-x-gray-50\/20:focus{
  border-left-color: rgb(249 250 251 / 0.2);
  border-right-color: rgb(249 250 251 / 0.2);
}
.focus\:border-x-gray-50\/25:focus{
  border-left-color: rgb(249 250 251 / 0.25);
  border-right-color: rgb(249 250 251 / 0.25);
}
.focus\:border-x-gray-50\/30:focus{
  border-left-color: rgb(249 250 251 / 0.3);
  border-right-color: rgb(249 250 251 / 0.3);
}
.focus\:border-x-gray-50\/35:focus{
  border-left-color: rgb(249 250 251 / 0.35);
  border-right-color: rgb(249 250 251 / 0.35);
}
.focus\:border-x-gray-50\/40:focus{
  border-left-color: rgb(249 250 251 / 0.4);
  border-right-color: rgb(249 250 251 / 0.4);
}
.focus\:border-x-gray-50\/45:focus{
  border-left-color: rgb(249 250 251 / 0.45);
  border-right-color: rgb(249 250 251 / 0.45);
}
.focus\:border-x-gray-50\/5:focus{
  border-left-color: rgb(249 250 251 / 0.05);
  border-right-color: rgb(249 250 251 / 0.05);
}
.focus\:border-x-gray-50\/50:focus{
  border-left-color: rgb(249 250 251 / 0.5);
  border-right-color: rgb(249 250 251 / 0.5);
}
.focus\:border-x-gray-50\/55:focus{
  border-left-color: rgb(249 250 251 / 0.55);
  border-right-color: rgb(249 250 251 / 0.55);
}
.focus\:border-x-gray-50\/60:focus{
  border-left-color: rgb(249 250 251 / 0.6);
  border-right-color: rgb(249 250 251 / 0.6);
}
.focus\:border-x-gray-50\/65:focus{
  border-left-color: rgb(249 250 251 / 0.65);
  border-right-color: rgb(249 250 251 / 0.65);
}
.focus\:border-x-gray-50\/70:focus{
  border-left-color: rgb(249 250 251 / 0.7);
  border-right-color: rgb(249 250 251 / 0.7);
}
.focus\:border-x-gray-50\/75:focus{
  border-left-color: rgb(249 250 251 / 0.75);
  border-right-color: rgb(249 250 251 / 0.75);
}
.focus\:border-x-gray-50\/80:focus{
  border-left-color: rgb(249 250 251 / 0.8);
  border-right-color: rgb(249 250 251 / 0.8);
}
.focus\:border-x-gray-50\/85:focus{
  border-left-color: rgb(249 250 251 / 0.85);
  border-right-color: rgb(249 250 251 / 0.85);
}
.focus\:border-x-gray-50\/90:focus{
  border-left-color: rgb(249 250 251 / 0.9);
  border-right-color: rgb(249 250 251 / 0.9);
}
.focus\:border-x-gray-50\/95:focus{
  border-left-color: rgb(249 250 251 / 0.95);
  border-right-color: rgb(249 250 251 / 0.95);
}
.focus\:border-x-gray-500:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-500\/0:focus{
  border-left-color: rgb(107 114 128 / 0);
  border-right-color: rgb(107 114 128 / 0);
}
.focus\:border-x-gray-500\/10:focus{
  border-left-color: rgb(107 114 128 / 0.1);
  border-right-color: rgb(107 114 128 / 0.1);
}
.focus\:border-x-gray-500\/100:focus{
  border-left-color: rgb(107 114 128 / 1);
  border-right-color: rgb(107 114 128 / 1);
}
.focus\:border-x-gray-500\/15:focus{
  border-left-color: rgb(107 114 128 / 0.15);
  border-right-color: rgb(107 114 128 / 0.15);
}
.focus\:border-x-gray-500\/20:focus{
  border-left-color: rgb(107 114 128 / 0.2);
  border-right-color: rgb(107 114 128 / 0.2);
}
.focus\:border-x-gray-500\/25:focus{
  border-left-color: rgb(107 114 128 / 0.25);
  border-right-color: rgb(107 114 128 / 0.25);
}
.focus\:border-x-gray-500\/30:focus{
  border-left-color: rgb(107 114 128 / 0.3);
  border-right-color: rgb(107 114 128 / 0.3);
}
.focus\:border-x-gray-500\/35:focus{
  border-left-color: rgb(107 114 128 / 0.35);
  border-right-color: rgb(107 114 128 / 0.35);
}
.focus\:border-x-gray-500\/40:focus{
  border-left-color: rgb(107 114 128 / 0.4);
  border-right-color: rgb(107 114 128 / 0.4);
}
.focus\:border-x-gray-500\/45:focus{
  border-left-color: rgb(107 114 128 / 0.45);
  border-right-color: rgb(107 114 128 / 0.45);
}
.focus\:border-x-gray-500\/5:focus{
  border-left-color: rgb(107 114 128 / 0.05);
  border-right-color: rgb(107 114 128 / 0.05);
}
.focus\:border-x-gray-500\/50:focus{
  border-left-color: rgb(107 114 128 / 0.5);
  border-right-color: rgb(107 114 128 / 0.5);
}
.focus\:border-x-gray-500\/55:focus{
  border-left-color: rgb(107 114 128 / 0.55);
  border-right-color: rgb(107 114 128 / 0.55);
}
.focus\:border-x-gray-500\/60:focus{
  border-left-color: rgb(107 114 128 / 0.6);
  border-right-color: rgb(107 114 128 / 0.6);
}
.focus\:border-x-gray-500\/65:focus{
  border-left-color: rgb(107 114 128 / 0.65);
  border-right-color: rgb(107 114 128 / 0.65);
}
.focus\:border-x-gray-500\/70:focus{
  border-left-color: rgb(107 114 128 / 0.7);
  border-right-color: rgb(107 114 128 / 0.7);
}
.focus\:border-x-gray-500\/75:focus{
  border-left-color: rgb(107 114 128 / 0.75);
  border-right-color: rgb(107 114 128 / 0.75);
}
.focus\:border-x-gray-500\/80:focus{
  border-left-color: rgb(107 114 128 / 0.8);
  border-right-color: rgb(107 114 128 / 0.8);
}
.focus\:border-x-gray-500\/85:focus{
  border-left-color: rgb(107 114 128 / 0.85);
  border-right-color: rgb(107 114 128 / 0.85);
}
.focus\:border-x-gray-500\/90:focus{
  border-left-color: rgb(107 114 128 / 0.9);
  border-right-color: rgb(107 114 128 / 0.9);
}
.focus\:border-x-gray-500\/95:focus{
  border-left-color: rgb(107 114 128 / 0.95);
  border-right-color: rgb(107 114 128 / 0.95);
}
.focus\:border-x-gray-600:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-600\/0:focus{
  border-left-color: rgb(75 85 99 / 0);
  border-right-color: rgb(75 85 99 / 0);
}
.focus\:border-x-gray-600\/10:focus{
  border-left-color: rgb(75 85 99 / 0.1);
  border-right-color: rgb(75 85 99 / 0.1);
}
.focus\:border-x-gray-600\/100:focus{
  border-left-color: rgb(75 85 99 / 1);
  border-right-color: rgb(75 85 99 / 1);
}
.focus\:border-x-gray-600\/15:focus{
  border-left-color: rgb(75 85 99 / 0.15);
  border-right-color: rgb(75 85 99 / 0.15);
}
.focus\:border-x-gray-600\/20:focus{
  border-left-color: rgb(75 85 99 / 0.2);
  border-right-color: rgb(75 85 99 / 0.2);
}
.focus\:border-x-gray-600\/25:focus{
  border-left-color: rgb(75 85 99 / 0.25);
  border-right-color: rgb(75 85 99 / 0.25);
}
.focus\:border-x-gray-600\/30:focus{
  border-left-color: rgb(75 85 99 / 0.3);
  border-right-color: rgb(75 85 99 / 0.3);
}
.focus\:border-x-gray-600\/35:focus{
  border-left-color: rgb(75 85 99 / 0.35);
  border-right-color: rgb(75 85 99 / 0.35);
}
.focus\:border-x-gray-600\/40:focus{
  border-left-color: rgb(75 85 99 / 0.4);
  border-right-color: rgb(75 85 99 / 0.4);
}
.focus\:border-x-gray-600\/45:focus{
  border-left-color: rgb(75 85 99 / 0.45);
  border-right-color: rgb(75 85 99 / 0.45);
}
.focus\:border-x-gray-600\/5:focus{
  border-left-color: rgb(75 85 99 / 0.05);
  border-right-color: rgb(75 85 99 / 0.05);
}
.focus\:border-x-gray-600\/50:focus{
  border-left-color: rgb(75 85 99 / 0.5);
  border-right-color: rgb(75 85 99 / 0.5);
}
.focus\:border-x-gray-600\/55:focus{
  border-left-color: rgb(75 85 99 / 0.55);
  border-right-color: rgb(75 85 99 / 0.55);
}
.focus\:border-x-gray-600\/60:focus{
  border-left-color: rgb(75 85 99 / 0.6);
  border-right-color: rgb(75 85 99 / 0.6);
}
.focus\:border-x-gray-600\/65:focus{
  border-left-color: rgb(75 85 99 / 0.65);
  border-right-color: rgb(75 85 99 / 0.65);
}
.focus\:border-x-gray-600\/70:focus{
  border-left-color: rgb(75 85 99 / 0.7);
  border-right-color: rgb(75 85 99 / 0.7);
}
.focus\:border-x-gray-600\/75:focus{
  border-left-color: rgb(75 85 99 / 0.75);
  border-right-color: rgb(75 85 99 / 0.75);
}
.focus\:border-x-gray-600\/80:focus{
  border-left-color: rgb(75 85 99 / 0.8);
  border-right-color: rgb(75 85 99 / 0.8);
}
.focus\:border-x-gray-600\/85:focus{
  border-left-color: rgb(75 85 99 / 0.85);
  border-right-color: rgb(75 85 99 / 0.85);
}
.focus\:border-x-gray-600\/90:focus{
  border-left-color: rgb(75 85 99 / 0.9);
  border-right-color: rgb(75 85 99 / 0.9);
}
.focus\:border-x-gray-600\/95:focus{
  border-left-color: rgb(75 85 99 / 0.95);
  border-right-color: rgb(75 85 99 / 0.95);
}
.focus\:border-x-gray-700:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-700\/0:focus{
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}
.focus\:border-x-gray-700\/10:focus{
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}
.focus\:border-x-gray-700\/100:focus{
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.focus\:border-x-gray-700\/15:focus{
  border-left-color: rgb(55 65 81 / 0.15);
  border-right-color: rgb(55 65 81 / 0.15);
}
.focus\:border-x-gray-700\/20:focus{
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}
.focus\:border-x-gray-700\/25:focus{
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}
.focus\:border-x-gray-700\/30:focus{
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}
.focus\:border-x-gray-700\/35:focus{
  border-left-color: rgb(55 65 81 / 0.35);
  border-right-color: rgb(55 65 81 / 0.35);
}
.focus\:border-x-gray-700\/40:focus{
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.focus\:border-x-gray-700\/45:focus{
  border-left-color: rgb(55 65 81 / 0.45);
  border-right-color: rgb(55 65 81 / 0.45);
}
.focus\:border-x-gray-700\/5:focus{
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}
.focus\:border-x-gray-700\/50:focus{
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.focus\:border-x-gray-700\/55:focus{
  border-left-color: rgb(55 65 81 / 0.55);
  border-right-color: rgb(55 65 81 / 0.55);
}
.focus\:border-x-gray-700\/60:focus{
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.focus\:border-x-gray-700\/65:focus{
  border-left-color: rgb(55 65 81 / 0.65);
  border-right-color: rgb(55 65 81 / 0.65);
}
.focus\:border-x-gray-700\/70:focus{
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}
.focus\:border-x-gray-700\/75:focus{
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}
.focus\:border-x-gray-700\/80:focus{
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}
.focus\:border-x-gray-700\/85:focus{
  border-left-color: rgb(55 65 81 / 0.85);
  border-right-color: rgb(55 65 81 / 0.85);
}
.focus\:border-x-gray-700\/90:focus{
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}
.focus\:border-x-gray-700\/95:focus{
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}
.focus\:border-x-gray-800:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-800\/0:focus{
  border-left-color: rgb(31 41 55 / 0);
  border-right-color: rgb(31 41 55 / 0);
}
.focus\:border-x-gray-800\/10:focus{
  border-left-color: rgb(31 41 55 / 0.1);
  border-right-color: rgb(31 41 55 / 0.1);
}
.focus\:border-x-gray-800\/100:focus{
  border-left-color: rgb(31 41 55 / 1);
  border-right-color: rgb(31 41 55 / 1);
}
.focus\:border-x-gray-800\/15:focus{
  border-left-color: rgb(31 41 55 / 0.15);
  border-right-color: rgb(31 41 55 / 0.15);
}
.focus\:border-x-gray-800\/20:focus{
  border-left-color: rgb(31 41 55 / 0.2);
  border-right-color: rgb(31 41 55 / 0.2);
}
.focus\:border-x-gray-800\/25:focus{
  border-left-color: rgb(31 41 55 / 0.25);
  border-right-color: rgb(31 41 55 / 0.25);
}
.focus\:border-x-gray-800\/30:focus{
  border-left-color: rgb(31 41 55 / 0.3);
  border-right-color: rgb(31 41 55 / 0.3);
}
.focus\:border-x-gray-800\/35:focus{
  border-left-color: rgb(31 41 55 / 0.35);
  border-right-color: rgb(31 41 55 / 0.35);
}
.focus\:border-x-gray-800\/40:focus{
  border-left-color: rgb(31 41 55 / 0.4);
  border-right-color: rgb(31 41 55 / 0.4);
}
.focus\:border-x-gray-800\/45:focus{
  border-left-color: rgb(31 41 55 / 0.45);
  border-right-color: rgb(31 41 55 / 0.45);
}
.focus\:border-x-gray-800\/5:focus{
  border-left-color: rgb(31 41 55 / 0.05);
  border-right-color: rgb(31 41 55 / 0.05);
}
.focus\:border-x-gray-800\/50:focus{
  border-left-color: rgb(31 41 55 / 0.5);
  border-right-color: rgb(31 41 55 / 0.5);
}
.focus\:border-x-gray-800\/55:focus{
  border-left-color: rgb(31 41 55 / 0.55);
  border-right-color: rgb(31 41 55 / 0.55);
}
.focus\:border-x-gray-800\/60:focus{
  border-left-color: rgb(31 41 55 / 0.6);
  border-right-color: rgb(31 41 55 / 0.6);
}
.focus\:border-x-gray-800\/65:focus{
  border-left-color: rgb(31 41 55 / 0.65);
  border-right-color: rgb(31 41 55 / 0.65);
}
.focus\:border-x-gray-800\/70:focus{
  border-left-color: rgb(31 41 55 / 0.7);
  border-right-color: rgb(31 41 55 / 0.7);
}
.focus\:border-x-gray-800\/75:focus{
  border-left-color: rgb(31 41 55 / 0.75);
  border-right-color: rgb(31 41 55 / 0.75);
}
.focus\:border-x-gray-800\/80:focus{
  border-left-color: rgb(31 41 55 / 0.8);
  border-right-color: rgb(31 41 55 / 0.8);
}
.focus\:border-x-gray-800\/85:focus{
  border-left-color: rgb(31 41 55 / 0.85);
  border-right-color: rgb(31 41 55 / 0.85);
}
.focus\:border-x-gray-800\/90:focus{
  border-left-color: rgb(31 41 55 / 0.9);
  border-right-color: rgb(31 41 55 / 0.9);
}
.focus\:border-x-gray-800\/95:focus{
  border-left-color: rgb(31 41 55 / 0.95);
  border-right-color: rgb(31 41 55 / 0.95);
}
.focus\:border-x-gray-900:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-900\/0:focus{
  border-left-color: rgb(17 24 39 / 0);
  border-right-color: rgb(17 24 39 / 0);
}
.focus\:border-x-gray-900\/10:focus{
  border-left-color: rgb(17 24 39 / 0.1);
  border-right-color: rgb(17 24 39 / 0.1);
}
.focus\:border-x-gray-900\/100:focus{
  border-left-color: rgb(17 24 39 / 1);
  border-right-color: rgb(17 24 39 / 1);
}
.focus\:border-x-gray-900\/15:focus{
  border-left-color: rgb(17 24 39 / 0.15);
  border-right-color: rgb(17 24 39 / 0.15);
}
.focus\:border-x-gray-900\/20:focus{
  border-left-color: rgb(17 24 39 / 0.2);
  border-right-color: rgb(17 24 39 / 0.2);
}
.focus\:border-x-gray-900\/25:focus{
  border-left-color: rgb(17 24 39 / 0.25);
  border-right-color: rgb(17 24 39 / 0.25);
}
.focus\:border-x-gray-900\/30:focus{
  border-left-color: rgb(17 24 39 / 0.3);
  border-right-color: rgb(17 24 39 / 0.3);
}
.focus\:border-x-gray-900\/35:focus{
  border-left-color: rgb(17 24 39 / 0.35);
  border-right-color: rgb(17 24 39 / 0.35);
}
.focus\:border-x-gray-900\/40:focus{
  border-left-color: rgb(17 24 39 / 0.4);
  border-right-color: rgb(17 24 39 / 0.4);
}
.focus\:border-x-gray-900\/45:focus{
  border-left-color: rgb(17 24 39 / 0.45);
  border-right-color: rgb(17 24 39 / 0.45);
}
.focus\:border-x-gray-900\/5:focus{
  border-left-color: rgb(17 24 39 / 0.05);
  border-right-color: rgb(17 24 39 / 0.05);
}
.focus\:border-x-gray-900\/50:focus{
  border-left-color: rgb(17 24 39 / 0.5);
  border-right-color: rgb(17 24 39 / 0.5);
}
.focus\:border-x-gray-900\/55:focus{
  border-left-color: rgb(17 24 39 / 0.55);
  border-right-color: rgb(17 24 39 / 0.55);
}
.focus\:border-x-gray-900\/60:focus{
  border-left-color: rgb(17 24 39 / 0.6);
  border-right-color: rgb(17 24 39 / 0.6);
}
.focus\:border-x-gray-900\/65:focus{
  border-left-color: rgb(17 24 39 / 0.65);
  border-right-color: rgb(17 24 39 / 0.65);
}
.focus\:border-x-gray-900\/70:focus{
  border-left-color: rgb(17 24 39 / 0.7);
  border-right-color: rgb(17 24 39 / 0.7);
}
.focus\:border-x-gray-900\/75:focus{
  border-left-color: rgb(17 24 39 / 0.75);
  border-right-color: rgb(17 24 39 / 0.75);
}
.focus\:border-x-gray-900\/80:focus{
  border-left-color: rgb(17 24 39 / 0.8);
  border-right-color: rgb(17 24 39 / 0.8);
}
.focus\:border-x-gray-900\/85:focus{
  border-left-color: rgb(17 24 39 / 0.85);
  border-right-color: rgb(17 24 39 / 0.85);
}
.focus\:border-x-gray-900\/90:focus{
  border-left-color: rgb(17 24 39 / 0.9);
  border-right-color: rgb(17 24 39 / 0.9);
}
.focus\:border-x-gray-900\/95:focus{
  border-left-color: rgb(17 24 39 / 0.95);
  border-right-color: rgb(17 24 39 / 0.95);
}
.focus\:border-x-gray-950:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-x-gray-950\/0:focus{
  border-left-color: rgb(3 7 18 / 0);
  border-right-color: rgb(3 7 18 / 0);
}
.focus\:border-x-gray-950\/10:focus{
  border-left-color: rgb(3 7 18 / 0.1);
  border-right-color: rgb(3 7 18 / 0.1);
}
.focus\:border-x-gray-950\/100:focus{
  border-left-color: rgb(3 7 18 / 1);
  border-right-color: rgb(3 7 18 / 1);
}
.focus\:border-x-gray-950\/15:focus{
  border-left-color: rgb(3 7 18 / 0.15);
  border-right-color: rgb(3 7 18 / 0.15);
}
.focus\:border-x-gray-950\/20:focus{
  border-left-color: rgb(3 7 18 / 0.2);
  border-right-color: rgb(3 7 18 / 0.2);
}
.focus\:border-x-gray-950\/25:focus{
  border-left-color: rgb(3 7 18 / 0.25);
  border-right-color: rgb(3 7 18 / 0.25);
}
.focus\:border-x-gray-950\/30:focus{
  border-left-color: rgb(3 7 18 / 0.3);
  border-right-color: rgb(3 7 18 / 0.3);
}
.focus\:border-x-gray-950\/35:focus{
  border-left-color: rgb(3 7 18 / 0.35);
  border-right-color: rgb(3 7 18 / 0.35);
}
.focus\:border-x-gray-950\/40:focus{
  border-left-color: rgb(3 7 18 / 0.4);
  border-right-color: rgb(3 7 18 / 0.4);
}
.focus\:border-x-gray-950\/45:focus{
  border-left-color: rgb(3 7 18 / 0.45);
  border-right-color: rgb(3 7 18 / 0.45);
}
.focus\:border-x-gray-950\/5:focus{
  border-left-color: rgb(3 7 18 / 0.05);
  border-right-color: rgb(3 7 18 / 0.05);
}
.focus\:border-x-gray-950\/50:focus{
  border-left-color: rgb(3 7 18 / 0.5);
  border-right-color: rgb(3 7 18 / 0.5);
}
.focus\:border-x-gray-950\/55:focus{
  border-left-color: rgb(3 7 18 / 0.55);
  border-right-color: rgb(3 7 18 / 0.55);
}
.focus\:border-x-gray-950\/60:focus{
  border-left-color: rgb(3 7 18 / 0.6);
  border-right-color: rgb(3 7 18 / 0.6);
}
.focus\:border-x-gray-950\/65:focus{
  border-left-color: rgb(3 7 18 / 0.65);
  border-right-color: rgb(3 7 18 / 0.65);
}
.focus\:border-x-gray-950\/70:focus{
  border-left-color: rgb(3 7 18 / 0.7);
  border-right-color: rgb(3 7 18 / 0.7);
}
.focus\:border-x-gray-950\/75:focus{
  border-left-color: rgb(3 7 18 / 0.75);
  border-right-color: rgb(3 7 18 / 0.75);
}
.focus\:border-x-gray-950\/80:focus{
  border-left-color: rgb(3 7 18 / 0.8);
  border-right-color: rgb(3 7 18 / 0.8);
}
.focus\:border-x-gray-950\/85:focus{
  border-left-color: rgb(3 7 18 / 0.85);
  border-right-color: rgb(3 7 18 / 0.85);
}
.focus\:border-x-gray-950\/90:focus{
  border-left-color: rgb(3 7 18 / 0.9);
  border-right-color: rgb(3 7 18 / 0.9);
}
.focus\:border-x-gray-950\/95:focus{
  border-left-color: rgb(3 7 18 / 0.95);
  border-right-color: rgb(3 7 18 / 0.95);
}
.focus\:border-x-inherit:focus{
  border-left-color: inherit;
  border-right-color: inherit;
}
.focus\:border-x-primary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-dark\/0:focus{
  border-left-color: rgb(26 88 121 / 0);
  border-right-color: rgb(26 88 121 / 0);
}
.focus\:border-x-primary-dark\/10:focus{
  border-left-color: rgb(26 88 121 / 0.1);
  border-right-color: rgb(26 88 121 / 0.1);
}
.focus\:border-x-primary-dark\/100:focus{
  border-left-color: rgb(26 88 121 / 1);
  border-right-color: rgb(26 88 121 / 1);
}
.focus\:border-x-primary-dark\/15:focus{
  border-left-color: rgb(26 88 121 / 0.15);
  border-right-color: rgb(26 88 121 / 0.15);
}
.focus\:border-x-primary-dark\/20:focus{
  border-left-color: rgb(26 88 121 / 0.2);
  border-right-color: rgb(26 88 121 / 0.2);
}
.focus\:border-x-primary-dark\/25:focus{
  border-left-color: rgb(26 88 121 / 0.25);
  border-right-color: rgb(26 88 121 / 0.25);
}
.focus\:border-x-primary-dark\/30:focus{
  border-left-color: rgb(26 88 121 / 0.3);
  border-right-color: rgb(26 88 121 / 0.3);
}
.focus\:border-x-primary-dark\/35:focus{
  border-left-color: rgb(26 88 121 / 0.35);
  border-right-color: rgb(26 88 121 / 0.35);
}
.focus\:border-x-primary-dark\/40:focus{
  border-left-color: rgb(26 88 121 / 0.4);
  border-right-color: rgb(26 88 121 / 0.4);
}
.focus\:border-x-primary-dark\/45:focus{
  border-left-color: rgb(26 88 121 / 0.45);
  border-right-color: rgb(26 88 121 / 0.45);
}
.focus\:border-x-primary-dark\/5:focus{
  border-left-color: rgb(26 88 121 / 0.05);
  border-right-color: rgb(26 88 121 / 0.05);
}
.focus\:border-x-primary-dark\/50:focus{
  border-left-color: rgb(26 88 121 / 0.5);
  border-right-color: rgb(26 88 121 / 0.5);
}
.focus\:border-x-primary-dark\/55:focus{
  border-left-color: rgb(26 88 121 / 0.55);
  border-right-color: rgb(26 88 121 / 0.55);
}
.focus\:border-x-primary-dark\/60:focus{
  border-left-color: rgb(26 88 121 / 0.6);
  border-right-color: rgb(26 88 121 / 0.6);
}
.focus\:border-x-primary-dark\/65:focus{
  border-left-color: rgb(26 88 121 / 0.65);
  border-right-color: rgb(26 88 121 / 0.65);
}
.focus\:border-x-primary-dark\/70:focus{
  border-left-color: rgb(26 88 121 / 0.7);
  border-right-color: rgb(26 88 121 / 0.7);
}
.focus\:border-x-primary-dark\/75:focus{
  border-left-color: rgb(26 88 121 / 0.75);
  border-right-color: rgb(26 88 121 / 0.75);
}
.focus\:border-x-primary-dark\/80:focus{
  border-left-color: rgb(26 88 121 / 0.8);
  border-right-color: rgb(26 88 121 / 0.8);
}
.focus\:border-x-primary-dark\/85:focus{
  border-left-color: rgb(26 88 121 / 0.85);
  border-right-color: rgb(26 88 121 / 0.85);
}
.focus\:border-x-primary-dark\/90:focus{
  border-left-color: rgb(26 88 121 / 0.9);
  border-right-color: rgb(26 88 121 / 0.9);
}
.focus\:border-x-primary-dark\/95:focus{
  border-left-color: rgb(26 88 121 / 0.95);
  border-right-color: rgb(26 88 121 / 0.95);
}
.focus\:border-x-primary-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-light\/0:focus{
  border-left-color: rgb(85 154 193 / 0);
  border-right-color: rgb(85 154 193 / 0);
}
.focus\:border-x-primary-light\/10:focus{
  border-left-color: rgb(85 154 193 / 0.1);
  border-right-color: rgb(85 154 193 / 0.1);
}
.focus\:border-x-primary-light\/100:focus{
  border-left-color: rgb(85 154 193 / 1);
  border-right-color: rgb(85 154 193 / 1);
}
.focus\:border-x-primary-light\/15:focus{
  border-left-color: rgb(85 154 193 / 0.15);
  border-right-color: rgb(85 154 193 / 0.15);
}
.focus\:border-x-primary-light\/20:focus{
  border-left-color: rgb(85 154 193 / 0.2);
  border-right-color: rgb(85 154 193 / 0.2);
}
.focus\:border-x-primary-light\/25:focus{
  border-left-color: rgb(85 154 193 / 0.25);
  border-right-color: rgb(85 154 193 / 0.25);
}
.focus\:border-x-primary-light\/30:focus{
  border-left-color: rgb(85 154 193 / 0.3);
  border-right-color: rgb(85 154 193 / 0.3);
}
.focus\:border-x-primary-light\/35:focus{
  border-left-color: rgb(85 154 193 / 0.35);
  border-right-color: rgb(85 154 193 / 0.35);
}
.focus\:border-x-primary-light\/40:focus{
  border-left-color: rgb(85 154 193 / 0.4);
  border-right-color: rgb(85 154 193 / 0.4);
}
.focus\:border-x-primary-light\/45:focus{
  border-left-color: rgb(85 154 193 / 0.45);
  border-right-color: rgb(85 154 193 / 0.45);
}
.focus\:border-x-primary-light\/5:focus{
  border-left-color: rgb(85 154 193 / 0.05);
  border-right-color: rgb(85 154 193 / 0.05);
}
.focus\:border-x-primary-light\/50:focus{
  border-left-color: rgb(85 154 193 / 0.5);
  border-right-color: rgb(85 154 193 / 0.5);
}
.focus\:border-x-primary-light\/55:focus{
  border-left-color: rgb(85 154 193 / 0.55);
  border-right-color: rgb(85 154 193 / 0.55);
}
.focus\:border-x-primary-light\/60:focus{
  border-left-color: rgb(85 154 193 / 0.6);
  border-right-color: rgb(85 154 193 / 0.6);
}
.focus\:border-x-primary-light\/65:focus{
  border-left-color: rgb(85 154 193 / 0.65);
  border-right-color: rgb(85 154 193 / 0.65);
}
.focus\:border-x-primary-light\/70:focus{
  border-left-color: rgb(85 154 193 / 0.7);
  border-right-color: rgb(85 154 193 / 0.7);
}
.focus\:border-x-primary-light\/75:focus{
  border-left-color: rgb(85 154 193 / 0.75);
  border-right-color: rgb(85 154 193 / 0.75);
}
.focus\:border-x-primary-light\/80:focus{
  border-left-color: rgb(85 154 193 / 0.8);
  border-right-color: rgb(85 154 193 / 0.8);
}
.focus\:border-x-primary-light\/85:focus{
  border-left-color: rgb(85 154 193 / 0.85);
  border-right-color: rgb(85 154 193 / 0.85);
}
.focus\:border-x-primary-light\/90:focus{
  border-left-color: rgb(85 154 193 / 0.9);
  border-right-color: rgb(85 154 193 / 0.9);
}
.focus\:border-x-primary-light\/95:focus{
  border-left-color: rgb(85 154 193 / 0.95);
  border-right-color: rgb(85 154 193 / 0.95);
}
.focus\:border-x-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-x-primary-lighter\/0:focus{
  border-left-color: rgb(115 177 212 / 0);
  border-right-color: rgb(115 177 212 / 0);
}
.focus\:border-x-primary-lighter\/10:focus{
  border-left-color: rgb(115 177 212 / 0.1);
  border-right-color: rgb(115 177 212 / 0.1);
}
.focus\:border-x-primary-lighter\/100:focus{
  border-left-color: rgb(115 177 212 / 1);
  border-right-color: rgb(115 177 212 / 1);
}
.focus\:border-x-primary-lighter\/15:focus{
  border-left-color: rgb(115 177 212 / 0.15);
  border-right-color: rgb(115 177 212 / 0.15);
}
.focus\:border-x-primary-lighter\/20:focus{
  border-left-color: rgb(115 177 212 / 0.2);
  border-right-color: rgb(115 177 212 / 0.2);
}
.focus\:border-x-primary-lighter\/25:focus{
  border-left-color: rgb(115 177 212 / 0.25);
  border-right-color: rgb(115 177 212 / 0.25);
}
.focus\:border-x-primary-lighter\/30:focus{
  border-left-color: rgb(115 177 212 / 0.3);
  border-right-color: rgb(115 177 212 / 0.3);
}
.focus\:border-x-primary-lighter\/35:focus{
  border-left-color: rgb(115 177 212 / 0.35);
  border-right-color: rgb(115 177 212 / 0.35);
}
.focus\:border-x-primary-lighter\/40:focus{
  border-left-color: rgb(115 177 212 / 0.4);
  border-right-color: rgb(115 177 212 / 0.4);
}
.focus\:border-x-primary-lighter\/45:focus{
  border-left-color: rgb(115 177 212 / 0.45);
  border-right-color: rgb(115 177 212 / 0.45);
}
.focus\:border-x-primary-lighter\/5:focus{
  border-left-color: rgb(115 177 212 / 0.05);
  border-right-color: rgb(115 177 212 / 0.05);
}
.focus\:border-x-primary-lighter\/50:focus{
  border-left-color: rgb(115 177 212 / 0.5);
  border-right-color: rgb(115 177 212 / 0.5);
}
.focus\:border-x-primary-lighter\/55:focus{
  border-left-color: rgb(115 177 212 / 0.55);
  border-right-color: rgb(115 177 212 / 0.55);
}
.focus\:border-x-primary-lighter\/60:focus{
  border-left-color: rgb(115 177 212 / 0.6);
  border-right-color: rgb(115 177 212 / 0.6);
}
.focus\:border-x-primary-lighter\/65:focus{
  border-left-color: rgb(115 177 212 / 0.65);
  border-right-color: rgb(115 177 212 / 0.65);
}
.focus\:border-x-primary-lighter\/70:focus{
  border-left-color: rgb(115 177 212 / 0.7);
  border-right-color: rgb(115 177 212 / 0.7);
}
.focus\:border-x-primary-lighter\/75:focus{
  border-left-color: rgb(115 177 212 / 0.75);
  border-right-color: rgb(115 177 212 / 0.75);
}
.focus\:border-x-primary-lighter\/80:focus{
  border-left-color: rgb(115 177 212 / 0.8);
  border-right-color: rgb(115 177 212 / 0.8);
}
.focus\:border-x-primary-lighter\/85:focus{
  border-left-color: rgb(115 177 212 / 0.85);
  border-right-color: rgb(115 177 212 / 0.85);
}
.focus\:border-x-primary-lighter\/90:focus{
  border-left-color: rgb(115 177 212 / 0.9);
  border-right-color: rgb(115 177 212 / 0.9);
}
.focus\:border-x-primary-lighter\/95:focus{
  border-left-color: rgb(115 177 212 / 0.95);
  border-right-color: rgb(115 177 212 / 0.95);
}
.focus\:border-x-primary\/0:focus{
  border-left-color: rgb(52 114 147 / 0);
  border-right-color: rgb(52 114 147 / 0);
}
.focus\:border-x-primary\/10:focus{
  border-left-color: rgb(52 114 147 / 0.1);
  border-right-color: rgb(52 114 147 / 0.1);
}
.focus\:border-x-primary\/100:focus{
  border-left-color: rgb(52 114 147 / 1);
  border-right-color: rgb(52 114 147 / 1);
}
.focus\:border-x-primary\/15:focus{
  border-left-color: rgb(52 114 147 / 0.15);
  border-right-color: rgb(52 114 147 / 0.15);
}
.focus\:border-x-primary\/20:focus{
  border-left-color: rgb(52 114 147 / 0.2);
  border-right-color: rgb(52 114 147 / 0.2);
}
.focus\:border-x-primary\/25:focus{
  border-left-color: rgb(52 114 147 / 0.25);
  border-right-color: rgb(52 114 147 / 0.25);
}
.focus\:border-x-primary\/30:focus{
  border-left-color: rgb(52 114 147 / 0.3);
  border-right-color: rgb(52 114 147 / 0.3);
}
.focus\:border-x-primary\/35:focus{
  border-left-color: rgb(52 114 147 / 0.35);
  border-right-color: rgb(52 114 147 / 0.35);
}
.focus\:border-x-primary\/40:focus{
  border-left-color: rgb(52 114 147 / 0.4);
  border-right-color: rgb(52 114 147 / 0.4);
}
.focus\:border-x-primary\/45:focus{
  border-left-color: rgb(52 114 147 / 0.45);
  border-right-color: rgb(52 114 147 / 0.45);
}
.focus\:border-x-primary\/5:focus{
  border-left-color: rgb(52 114 147 / 0.05);
  border-right-color: rgb(52 114 147 / 0.05);
}
.focus\:border-x-primary\/50:focus{
  border-left-color: rgb(52 114 147 / 0.5);
  border-right-color: rgb(52 114 147 / 0.5);
}
.focus\:border-x-primary\/55:focus{
  border-left-color: rgb(52 114 147 / 0.55);
  border-right-color: rgb(52 114 147 / 0.55);
}
.focus\:border-x-primary\/60:focus{
  border-left-color: rgb(52 114 147 / 0.6);
  border-right-color: rgb(52 114 147 / 0.6);
}
.focus\:border-x-primary\/65:focus{
  border-left-color: rgb(52 114 147 / 0.65);
  border-right-color: rgb(52 114 147 / 0.65);
}
.focus\:border-x-primary\/70:focus{
  border-left-color: rgb(52 114 147 / 0.7);
  border-right-color: rgb(52 114 147 / 0.7);
}
.focus\:border-x-primary\/75:focus{
  border-left-color: rgb(52 114 147 / 0.75);
  border-right-color: rgb(52 114 147 / 0.75);
}
.focus\:border-x-primary\/80:focus{
  border-left-color: rgb(52 114 147 / 0.8);
  border-right-color: rgb(52 114 147 / 0.8);
}
.focus\:border-x-primary\/85:focus{
  border-left-color: rgb(52 114 147 / 0.85);
  border-right-color: rgb(52 114 147 / 0.85);
}
.focus\:border-x-primary\/90:focus{
  border-left-color: rgb(52 114 147 / 0.9);
  border-right-color: rgb(52 114 147 / 0.9);
}
.focus\:border-x-primary\/95:focus{
  border-left-color: rgb(52 114 147 / 0.95);
  border-right-color: rgb(52 114 147 / 0.95);
}
.focus\:border-x-secondary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-dark\/0:focus{
  border-left-color: rgb(226 207 188 / 0);
  border-right-color: rgb(226 207 188 / 0);
}
.focus\:border-x-secondary-dark\/10:focus{
  border-left-color: rgb(226 207 188 / 0.1);
  border-right-color: rgb(226 207 188 / 0.1);
}
.focus\:border-x-secondary-dark\/100:focus{
  border-left-color: rgb(226 207 188 / 1);
  border-right-color: rgb(226 207 188 / 1);
}
.focus\:border-x-secondary-dark\/15:focus{
  border-left-color: rgb(226 207 188 / 0.15);
  border-right-color: rgb(226 207 188 / 0.15);
}
.focus\:border-x-secondary-dark\/20:focus{
  border-left-color: rgb(226 207 188 / 0.2);
  border-right-color: rgb(226 207 188 / 0.2);
}
.focus\:border-x-secondary-dark\/25:focus{
  border-left-color: rgb(226 207 188 / 0.25);
  border-right-color: rgb(226 207 188 / 0.25);
}
.focus\:border-x-secondary-dark\/30:focus{
  border-left-color: rgb(226 207 188 / 0.3);
  border-right-color: rgb(226 207 188 / 0.3);
}
.focus\:border-x-secondary-dark\/35:focus{
  border-left-color: rgb(226 207 188 / 0.35);
  border-right-color: rgb(226 207 188 / 0.35);
}
.focus\:border-x-secondary-dark\/40:focus{
  border-left-color: rgb(226 207 188 / 0.4);
  border-right-color: rgb(226 207 188 / 0.4);
}
.focus\:border-x-secondary-dark\/45:focus{
  border-left-color: rgb(226 207 188 / 0.45);
  border-right-color: rgb(226 207 188 / 0.45);
}
.focus\:border-x-secondary-dark\/5:focus{
  border-left-color: rgb(226 207 188 / 0.05);
  border-right-color: rgb(226 207 188 / 0.05);
}
.focus\:border-x-secondary-dark\/50:focus{
  border-left-color: rgb(226 207 188 / 0.5);
  border-right-color: rgb(226 207 188 / 0.5);
}
.focus\:border-x-secondary-dark\/55:focus{
  border-left-color: rgb(226 207 188 / 0.55);
  border-right-color: rgb(226 207 188 / 0.55);
}
.focus\:border-x-secondary-dark\/60:focus{
  border-left-color: rgb(226 207 188 / 0.6);
  border-right-color: rgb(226 207 188 / 0.6);
}
.focus\:border-x-secondary-dark\/65:focus{
  border-left-color: rgb(226 207 188 / 0.65);
  border-right-color: rgb(226 207 188 / 0.65);
}
.focus\:border-x-secondary-dark\/70:focus{
  border-left-color: rgb(226 207 188 / 0.7);
  border-right-color: rgb(226 207 188 / 0.7);
}
.focus\:border-x-secondary-dark\/75:focus{
  border-left-color: rgb(226 207 188 / 0.75);
  border-right-color: rgb(226 207 188 / 0.75);
}
.focus\:border-x-secondary-dark\/80:focus{
  border-left-color: rgb(226 207 188 / 0.8);
  border-right-color: rgb(226 207 188 / 0.8);
}
.focus\:border-x-secondary-dark\/85:focus{
  border-left-color: rgb(226 207 188 / 0.85);
  border-right-color: rgb(226 207 188 / 0.85);
}
.focus\:border-x-secondary-dark\/90:focus{
  border-left-color: rgb(226 207 188 / 0.9);
  border-right-color: rgb(226 207 188 / 0.9);
}
.focus\:border-x-secondary-dark\/95:focus{
  border-left-color: rgb(226 207 188 / 0.95);
  border-right-color: rgb(226 207 188 / 0.95);
}
.focus\:border-x-secondary-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-x-secondary-light\/0:focus{
  border-left-color: rgb(254 250 247 / 0);
  border-right-color: rgb(254 250 247 / 0);
}
.focus\:border-x-secondary-light\/10:focus{
  border-left-color: rgb(254 250 247 / 0.1);
  border-right-color: rgb(254 250 247 / 0.1);
}
.focus\:border-x-secondary-light\/100:focus{
  border-left-color: rgb(254 250 247 / 1);
  border-right-color: rgb(254 250 247 / 1);
}
.focus\:border-x-secondary-light\/15:focus{
  border-left-color: rgb(254 250 247 / 0.15);
  border-right-color: rgb(254 250 247 / 0.15);
}
.focus\:border-x-secondary-light\/20:focus{
  border-left-color: rgb(254 250 247 / 0.2);
  border-right-color: rgb(254 250 247 / 0.2);
}
.focus\:border-x-secondary-light\/25:focus{
  border-left-color: rgb(254 250 247 / 0.25);
  border-right-color: rgb(254 250 247 / 0.25);
}
.focus\:border-x-secondary-light\/30:focus{
  border-left-color: rgb(254 250 247 / 0.3);
  border-right-color: rgb(254 250 247 / 0.3);
}
.focus\:border-x-secondary-light\/35:focus{
  border-left-color: rgb(254 250 247 / 0.35);
  border-right-color: rgb(254 250 247 / 0.35);
}
.focus\:border-x-secondary-light\/40:focus{
  border-left-color: rgb(254 250 247 / 0.4);
  border-right-color: rgb(254 250 247 / 0.4);
}
.focus\:border-x-secondary-light\/45:focus{
  border-left-color: rgb(254 250 247 / 0.45);
  border-right-color: rgb(254 250 247 / 0.45);
}
.focus\:border-x-secondary-light\/5:focus{
  border-left-color: rgb(254 250 247 / 0.05);
  border-right-color: rgb(254 250 247 / 0.05);
}
.focus\:border-x-secondary-light\/50:focus{
  border-left-color: rgb(254 250 247 / 0.5);
  border-right-color: rgb(254 250 247 / 0.5);
}
.focus\:border-x-secondary-light\/55:focus{
  border-left-color: rgb(254 250 247 / 0.55);
  border-right-color: rgb(254 250 247 / 0.55);
}
.focus\:border-x-secondary-light\/60:focus{
  border-left-color: rgb(254 250 247 / 0.6);
  border-right-color: rgb(254 250 247 / 0.6);
}
.focus\:border-x-secondary-light\/65:focus{
  border-left-color: rgb(254 250 247 / 0.65);
  border-right-color: rgb(254 250 247 / 0.65);
}
.focus\:border-x-secondary-light\/70:focus{
  border-left-color: rgb(254 250 247 / 0.7);
  border-right-color: rgb(254 250 247 / 0.7);
}
.focus\:border-x-secondary-light\/75:focus{
  border-left-color: rgb(254 250 247 / 0.75);
  border-right-color: rgb(254 250 247 / 0.75);
}
.focus\:border-x-secondary-light\/80:focus{
  border-left-color: rgb(254 250 247 / 0.8);
  border-right-color: rgb(254 250 247 / 0.8);
}
.focus\:border-x-secondary-light\/85:focus{
  border-left-color: rgb(254 250 247 / 0.85);
  border-right-color: rgb(254 250 247 / 0.85);
}
.focus\:border-x-secondary-light\/90:focus{
  border-left-color: rgb(254 250 247 / 0.9);
  border-right-color: rgb(254 250 247 / 0.9);
}
.focus\:border-x-secondary-light\/95:focus{
  border-left-color: rgb(254 250 247 / 0.95);
  border-right-color: rgb(254 250 247 / 0.95);
}
.focus\:border-x-secondary\/0:focus{
  border-left-color: rgb(243 234 225 / 0);
  border-right-color: rgb(243 234 225 / 0);
}
.focus\:border-x-secondary\/10:focus{
  border-left-color: rgb(243 234 225 / 0.1);
  border-right-color: rgb(243 234 225 / 0.1);
}
.focus\:border-x-secondary\/100:focus{
  border-left-color: rgb(243 234 225 / 1);
  border-right-color: rgb(243 234 225 / 1);
}
.focus\:border-x-secondary\/15:focus{
  border-left-color: rgb(243 234 225 / 0.15);
  border-right-color: rgb(243 234 225 / 0.15);
}
.focus\:border-x-secondary\/20:focus{
  border-left-color: rgb(243 234 225 / 0.2);
  border-right-color: rgb(243 234 225 / 0.2);
}
.focus\:border-x-secondary\/25:focus{
  border-left-color: rgb(243 234 225 / 0.25);
  border-right-color: rgb(243 234 225 / 0.25);
}
.focus\:border-x-secondary\/30:focus{
  border-left-color: rgb(243 234 225 / 0.3);
  border-right-color: rgb(243 234 225 / 0.3);
}
.focus\:border-x-secondary\/35:focus{
  border-left-color: rgb(243 234 225 / 0.35);
  border-right-color: rgb(243 234 225 / 0.35);
}
.focus\:border-x-secondary\/40:focus{
  border-left-color: rgb(243 234 225 / 0.4);
  border-right-color: rgb(243 234 225 / 0.4);
}
.focus\:border-x-secondary\/45:focus{
  border-left-color: rgb(243 234 225 / 0.45);
  border-right-color: rgb(243 234 225 / 0.45);
}
.focus\:border-x-secondary\/5:focus{
  border-left-color: rgb(243 234 225 / 0.05);
  border-right-color: rgb(243 234 225 / 0.05);
}
.focus\:border-x-secondary\/50:focus{
  border-left-color: rgb(243 234 225 / 0.5);
  border-right-color: rgb(243 234 225 / 0.5);
}
.focus\:border-x-secondary\/55:focus{
  border-left-color: rgb(243 234 225 / 0.55);
  border-right-color: rgb(243 234 225 / 0.55);
}
.focus\:border-x-secondary\/60:focus{
  border-left-color: rgb(243 234 225 / 0.6);
  border-right-color: rgb(243 234 225 / 0.6);
}
.focus\:border-x-secondary\/65:focus{
  border-left-color: rgb(243 234 225 / 0.65);
  border-right-color: rgb(243 234 225 / 0.65);
}
.focus\:border-x-secondary\/70:focus{
  border-left-color: rgb(243 234 225 / 0.7);
  border-right-color: rgb(243 234 225 / 0.7);
}
.focus\:border-x-secondary\/75:focus{
  border-left-color: rgb(243 234 225 / 0.75);
  border-right-color: rgb(243 234 225 / 0.75);
}
.focus\:border-x-secondary\/80:focus{
  border-left-color: rgb(243 234 225 / 0.8);
  border-right-color: rgb(243 234 225 / 0.8);
}
.focus\:border-x-secondary\/85:focus{
  border-left-color: rgb(243 234 225 / 0.85);
  border-right-color: rgb(243 234 225 / 0.85);
}
.focus\:border-x-secondary\/90:focus{
  border-left-color: rgb(243 234 225 / 0.9);
  border-right-color: rgb(243 234 225 / 0.9);
}
.focus\:border-x-secondary\/95:focus{
  border-left-color: rgb(243 234 225 / 0.95);
  border-right-color: rgb(243 234 225 / 0.95);
}
.focus\:border-x-transparent:focus{
  border-left-color: transparent;
  border-right-color: transparent;
}
.focus\:border-x-transparent\/0:focus{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-x-transparent\/10:focus{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-x-transparent\/100:focus{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-x-transparent\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-x-transparent\/20:focus{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-x-transparent\/25:focus{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-x-transparent\/30:focus{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-x-transparent\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-x-transparent\/40:focus{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-x-transparent\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-x-transparent\/5:focus{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-x-transparent\/50:focus{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-x-transparent\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-x-transparent\/60:focus{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-x-transparent\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-x-transparent\/70:focus{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-x-transparent\/75:focus{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-x-transparent\/80:focus{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-x-transparent\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-x-transparent\/90:focus{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-x-transparent\/95:focus{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-x-white:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-x-white\/0:focus{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.focus\:border-x-white\/10:focus{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.focus\:border-x-white\/100:focus{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.focus\:border-x-white\/15:focus{
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}
.focus\:border-x-white\/20:focus{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.focus\:border-x-white\/25:focus{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.focus\:border-x-white\/30:focus{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.focus\:border-x-white\/35:focus{
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}
.focus\:border-x-white\/40:focus{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.focus\:border-x-white\/45:focus{
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}
.focus\:border-x-white\/5:focus{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.focus\:border-x-white\/50:focus{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.focus\:border-x-white\/55:focus{
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}
.focus\:border-x-white\/60:focus{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.focus\:border-x-white\/65:focus{
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}
.focus\:border-x-white\/70:focus{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.focus\:border-x-white\/75:focus{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.focus\:border-x-white\/80:focus{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.focus\:border-x-white\/85:focus{
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}
.focus\:border-x-white\/90:focus{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.focus\:border-x-white\/95:focus{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.focus\:border-y-accent:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-dark\/0:focus{
  border-top-color: rgb(225 114 45 / 0);
  border-bottom-color: rgb(225 114 45 / 0);
}
.focus\:border-y-accent-dark\/10:focus{
  border-top-color: rgb(225 114 45 / 0.1);
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.focus\:border-y-accent-dark\/100:focus{
  border-top-color: rgb(225 114 45 / 1);
  border-bottom-color: rgb(225 114 45 / 1);
}
.focus\:border-y-accent-dark\/15:focus{
  border-top-color: rgb(225 114 45 / 0.15);
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.focus\:border-y-accent-dark\/20:focus{
  border-top-color: rgb(225 114 45 / 0.2);
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.focus\:border-y-accent-dark\/25:focus{
  border-top-color: rgb(225 114 45 / 0.25);
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.focus\:border-y-accent-dark\/30:focus{
  border-top-color: rgb(225 114 45 / 0.3);
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.focus\:border-y-accent-dark\/35:focus{
  border-top-color: rgb(225 114 45 / 0.35);
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.focus\:border-y-accent-dark\/40:focus{
  border-top-color: rgb(225 114 45 / 0.4);
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.focus\:border-y-accent-dark\/45:focus{
  border-top-color: rgb(225 114 45 / 0.45);
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.focus\:border-y-accent-dark\/5:focus{
  border-top-color: rgb(225 114 45 / 0.05);
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.focus\:border-y-accent-dark\/50:focus{
  border-top-color: rgb(225 114 45 / 0.5);
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.focus\:border-y-accent-dark\/55:focus{
  border-top-color: rgb(225 114 45 / 0.55);
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.focus\:border-y-accent-dark\/60:focus{
  border-top-color: rgb(225 114 45 / 0.6);
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.focus\:border-y-accent-dark\/65:focus{
  border-top-color: rgb(225 114 45 / 0.65);
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.focus\:border-y-accent-dark\/70:focus{
  border-top-color: rgb(225 114 45 / 0.7);
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.focus\:border-y-accent-dark\/75:focus{
  border-top-color: rgb(225 114 45 / 0.75);
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.focus\:border-y-accent-dark\/80:focus{
  border-top-color: rgb(225 114 45 / 0.8);
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.focus\:border-y-accent-dark\/85:focus{
  border-top-color: rgb(225 114 45 / 0.85);
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.focus\:border-y-accent-dark\/90:focus{
  border-top-color: rgb(225 114 45 / 0.9);
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.focus\:border-y-accent-dark\/95:focus{
  border-top-color: rgb(225 114 45 / 0.95);
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.focus\:border-y-accent-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-y-accent-light\/0:focus{
  border-top-color: rgb(255 191 105 / 0);
  border-bottom-color: rgb(255 191 105 / 0);
}
.focus\:border-y-accent-light\/10:focus{
  border-top-color: rgb(255 191 105 / 0.1);
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.focus\:border-y-accent-light\/100:focus{
  border-top-color: rgb(255 191 105 / 1);
  border-bottom-color: rgb(255 191 105 / 1);
}
.focus\:border-y-accent-light\/15:focus{
  border-top-color: rgb(255 191 105 / 0.15);
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.focus\:border-y-accent-light\/20:focus{
  border-top-color: rgb(255 191 105 / 0.2);
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.focus\:border-y-accent-light\/25:focus{
  border-top-color: rgb(255 191 105 / 0.25);
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.focus\:border-y-accent-light\/30:focus{
  border-top-color: rgb(255 191 105 / 0.3);
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.focus\:border-y-accent-light\/35:focus{
  border-top-color: rgb(255 191 105 / 0.35);
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.focus\:border-y-accent-light\/40:focus{
  border-top-color: rgb(255 191 105 / 0.4);
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.focus\:border-y-accent-light\/45:focus{
  border-top-color: rgb(255 191 105 / 0.45);
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.focus\:border-y-accent-light\/5:focus{
  border-top-color: rgb(255 191 105 / 0.05);
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.focus\:border-y-accent-light\/50:focus{
  border-top-color: rgb(255 191 105 / 0.5);
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.focus\:border-y-accent-light\/55:focus{
  border-top-color: rgb(255 191 105 / 0.55);
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.focus\:border-y-accent-light\/60:focus{
  border-top-color: rgb(255 191 105 / 0.6);
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.focus\:border-y-accent-light\/65:focus{
  border-top-color: rgb(255 191 105 / 0.65);
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.focus\:border-y-accent-light\/70:focus{
  border-top-color: rgb(255 191 105 / 0.7);
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.focus\:border-y-accent-light\/75:focus{
  border-top-color: rgb(255 191 105 / 0.75);
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.focus\:border-y-accent-light\/80:focus{
  border-top-color: rgb(255 191 105 / 0.8);
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.focus\:border-y-accent-light\/85:focus{
  border-top-color: rgb(255 191 105 / 0.85);
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.focus\:border-y-accent-light\/90:focus{
  border-top-color: rgb(255 191 105 / 0.9);
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.focus\:border-y-accent-light\/95:focus{
  border-top-color: rgb(255 191 105 / 0.95);
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.focus\:border-y-accent\/0:focus{
  border-top-color: rgb(229 136 78 / 0);
  border-bottom-color: rgb(229 136 78 / 0);
}
.focus\:border-y-accent\/10:focus{
  border-top-color: rgb(229 136 78 / 0.1);
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.focus\:border-y-accent\/100:focus{
  border-top-color: rgb(229 136 78 / 1);
  border-bottom-color: rgb(229 136 78 / 1);
}
.focus\:border-y-accent\/15:focus{
  border-top-color: rgb(229 136 78 / 0.15);
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.focus\:border-y-accent\/20:focus{
  border-top-color: rgb(229 136 78 / 0.2);
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.focus\:border-y-accent\/25:focus{
  border-top-color: rgb(229 136 78 / 0.25);
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.focus\:border-y-accent\/30:focus{
  border-top-color: rgb(229 136 78 / 0.3);
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.focus\:border-y-accent\/35:focus{
  border-top-color: rgb(229 136 78 / 0.35);
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.focus\:border-y-accent\/40:focus{
  border-top-color: rgb(229 136 78 / 0.4);
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.focus\:border-y-accent\/45:focus{
  border-top-color: rgb(229 136 78 / 0.45);
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.focus\:border-y-accent\/5:focus{
  border-top-color: rgb(229 136 78 / 0.05);
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.focus\:border-y-accent\/50:focus{
  border-top-color: rgb(229 136 78 / 0.5);
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.focus\:border-y-accent\/55:focus{
  border-top-color: rgb(229 136 78 / 0.55);
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.focus\:border-y-accent\/60:focus{
  border-top-color: rgb(229 136 78 / 0.6);
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.focus\:border-y-accent\/65:focus{
  border-top-color: rgb(229 136 78 / 0.65);
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.focus\:border-y-accent\/70:focus{
  border-top-color: rgb(229 136 78 / 0.7);
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.focus\:border-y-accent\/75:focus{
  border-top-color: rgb(229 136 78 / 0.75);
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.focus\:border-y-accent\/80:focus{
  border-top-color: rgb(229 136 78 / 0.8);
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.focus\:border-y-accent\/85:focus{
  border-top-color: rgb(229 136 78 / 0.85);
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.focus\:border-y-accent\/90:focus{
  border-top-color: rgb(229 136 78 / 0.9);
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.focus\:border-y-accent\/95:focus{
  border-top-color: rgb(229 136 78 / 0.95);
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.focus\:border-y-black:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-y-black\/0:focus{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-y-black\/10:focus{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-y-black\/100:focus{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-y-black\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-y-black\/20:focus{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-y-black\/25:focus{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-y-black\/30:focus{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-y-black\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-y-black\/40:focus{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-y-black\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-y-black\/5:focus{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-y-black\/50:focus{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-y-black\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-y-black\/60:focus{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-y-black\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-y-black\/70:focus{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-y-black\/75:focus{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-y-black\/80:focus{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-y-black\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-y-black\/90:focus{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-y-black\/95:focus{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-y-current:focus{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.focus\:border-y-error:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-y-error\/0:focus{
  border-top-color: rgb(255 0 0 / 0);
  border-bottom-color: rgb(255 0 0 / 0);
}
.focus\:border-y-error\/10:focus{
  border-top-color: rgb(255 0 0 / 0.1);
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.focus\:border-y-error\/100:focus{
  border-top-color: rgb(255 0 0 / 1);
  border-bottom-color: rgb(255 0 0 / 1);
}
.focus\:border-y-error\/15:focus{
  border-top-color: rgb(255 0 0 / 0.15);
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.focus\:border-y-error\/20:focus{
  border-top-color: rgb(255 0 0 / 0.2);
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.focus\:border-y-error\/25:focus{
  border-top-color: rgb(255 0 0 / 0.25);
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.focus\:border-y-error\/30:focus{
  border-top-color: rgb(255 0 0 / 0.3);
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.focus\:border-y-error\/35:focus{
  border-top-color: rgb(255 0 0 / 0.35);
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.focus\:border-y-error\/40:focus{
  border-top-color: rgb(255 0 0 / 0.4);
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.focus\:border-y-error\/45:focus{
  border-top-color: rgb(255 0 0 / 0.45);
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.focus\:border-y-error\/5:focus{
  border-top-color: rgb(255 0 0 / 0.05);
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.focus\:border-y-error\/50:focus{
  border-top-color: rgb(255 0 0 / 0.5);
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.focus\:border-y-error\/55:focus{
  border-top-color: rgb(255 0 0 / 0.55);
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.focus\:border-y-error\/60:focus{
  border-top-color: rgb(255 0 0 / 0.6);
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.focus\:border-y-error\/65:focus{
  border-top-color: rgb(255 0 0 / 0.65);
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.focus\:border-y-error\/70:focus{
  border-top-color: rgb(255 0 0 / 0.7);
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.focus\:border-y-error\/75:focus{
  border-top-color: rgb(255 0 0 / 0.75);
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.focus\:border-y-error\/80:focus{
  border-top-color: rgb(255 0 0 / 0.8);
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.focus\:border-y-error\/85:focus{
  border-top-color: rgb(255 0 0 / 0.85);
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.focus\:border-y-error\/90:focus{
  border-top-color: rgb(255 0 0 / 0.9);
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.focus\:border-y-error\/95:focus{
  border-top-color: rgb(255 0 0 / 0.95);
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.focus\:border-y-gray-100:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-100\/0:focus{
  border-top-color: rgb(243 244 246 / 0);
  border-bottom-color: rgb(243 244 246 / 0);
}
.focus\:border-y-gray-100\/10:focus{
  border-top-color: rgb(243 244 246 / 0.1);
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.focus\:border-y-gray-100\/100:focus{
  border-top-color: rgb(243 244 246 / 1);
  border-bottom-color: rgb(243 244 246 / 1);
}
.focus\:border-y-gray-100\/15:focus{
  border-top-color: rgb(243 244 246 / 0.15);
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.focus\:border-y-gray-100\/20:focus{
  border-top-color: rgb(243 244 246 / 0.2);
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.focus\:border-y-gray-100\/25:focus{
  border-top-color: rgb(243 244 246 / 0.25);
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.focus\:border-y-gray-100\/30:focus{
  border-top-color: rgb(243 244 246 / 0.3);
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.focus\:border-y-gray-100\/35:focus{
  border-top-color: rgb(243 244 246 / 0.35);
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.focus\:border-y-gray-100\/40:focus{
  border-top-color: rgb(243 244 246 / 0.4);
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.focus\:border-y-gray-100\/45:focus{
  border-top-color: rgb(243 244 246 / 0.45);
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.focus\:border-y-gray-100\/5:focus{
  border-top-color: rgb(243 244 246 / 0.05);
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.focus\:border-y-gray-100\/50:focus{
  border-top-color: rgb(243 244 246 / 0.5);
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.focus\:border-y-gray-100\/55:focus{
  border-top-color: rgb(243 244 246 / 0.55);
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.focus\:border-y-gray-100\/60:focus{
  border-top-color: rgb(243 244 246 / 0.6);
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.focus\:border-y-gray-100\/65:focus{
  border-top-color: rgb(243 244 246 / 0.65);
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.focus\:border-y-gray-100\/70:focus{
  border-top-color: rgb(243 244 246 / 0.7);
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.focus\:border-y-gray-100\/75:focus{
  border-top-color: rgb(243 244 246 / 0.75);
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.focus\:border-y-gray-100\/80:focus{
  border-top-color: rgb(243 244 246 / 0.8);
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.focus\:border-y-gray-100\/85:focus{
  border-top-color: rgb(243 244 246 / 0.85);
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.focus\:border-y-gray-100\/90:focus{
  border-top-color: rgb(243 244 246 / 0.9);
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.focus\:border-y-gray-100\/95:focus{
  border-top-color: rgb(243 244 246 / 0.95);
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.focus\:border-y-gray-200:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-200\/0:focus{
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.focus\:border-y-gray-200\/10:focus{
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.focus\:border-y-gray-200\/100:focus{
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.focus\:border-y-gray-200\/15:focus{
  border-top-color: rgb(229 231 235 / 0.15);
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.focus\:border-y-gray-200\/20:focus{
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.focus\:border-y-gray-200\/25:focus{
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.focus\:border-y-gray-200\/30:focus{
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.focus\:border-y-gray-200\/35:focus{
  border-top-color: rgb(229 231 235 / 0.35);
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.focus\:border-y-gray-200\/40:focus{
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.focus\:border-y-gray-200\/45:focus{
  border-top-color: rgb(229 231 235 / 0.45);
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.focus\:border-y-gray-200\/5:focus{
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.focus\:border-y-gray-200\/50:focus{
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.focus\:border-y-gray-200\/55:focus{
  border-top-color: rgb(229 231 235 / 0.55);
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.focus\:border-y-gray-200\/60:focus{
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.focus\:border-y-gray-200\/65:focus{
  border-top-color: rgb(229 231 235 / 0.65);
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.focus\:border-y-gray-200\/70:focus{
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.focus\:border-y-gray-200\/75:focus{
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.focus\:border-y-gray-200\/80:focus{
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.focus\:border-y-gray-200\/85:focus{
  border-top-color: rgb(229 231 235 / 0.85);
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.focus\:border-y-gray-200\/90:focus{
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.focus\:border-y-gray-200\/95:focus{
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.focus\:border-y-gray-300:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-300\/0:focus{
  border-top-color: rgb(209 213 219 / 0);
  border-bottom-color: rgb(209 213 219 / 0);
}
.focus\:border-y-gray-300\/10:focus{
  border-top-color: rgb(209 213 219 / 0.1);
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.focus\:border-y-gray-300\/100:focus{
  border-top-color: rgb(209 213 219 / 1);
  border-bottom-color: rgb(209 213 219 / 1);
}
.focus\:border-y-gray-300\/15:focus{
  border-top-color: rgb(209 213 219 / 0.15);
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.focus\:border-y-gray-300\/20:focus{
  border-top-color: rgb(209 213 219 / 0.2);
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.focus\:border-y-gray-300\/25:focus{
  border-top-color: rgb(209 213 219 / 0.25);
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.focus\:border-y-gray-300\/30:focus{
  border-top-color: rgb(209 213 219 / 0.3);
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.focus\:border-y-gray-300\/35:focus{
  border-top-color: rgb(209 213 219 / 0.35);
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.focus\:border-y-gray-300\/40:focus{
  border-top-color: rgb(209 213 219 / 0.4);
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.focus\:border-y-gray-300\/45:focus{
  border-top-color: rgb(209 213 219 / 0.45);
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.focus\:border-y-gray-300\/5:focus{
  border-top-color: rgb(209 213 219 / 0.05);
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.focus\:border-y-gray-300\/50:focus{
  border-top-color: rgb(209 213 219 / 0.5);
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.focus\:border-y-gray-300\/55:focus{
  border-top-color: rgb(209 213 219 / 0.55);
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.focus\:border-y-gray-300\/60:focus{
  border-top-color: rgb(209 213 219 / 0.6);
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.focus\:border-y-gray-300\/65:focus{
  border-top-color: rgb(209 213 219 / 0.65);
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.focus\:border-y-gray-300\/70:focus{
  border-top-color: rgb(209 213 219 / 0.7);
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.focus\:border-y-gray-300\/75:focus{
  border-top-color: rgb(209 213 219 / 0.75);
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.focus\:border-y-gray-300\/80:focus{
  border-top-color: rgb(209 213 219 / 0.8);
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.focus\:border-y-gray-300\/85:focus{
  border-top-color: rgb(209 213 219 / 0.85);
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.focus\:border-y-gray-300\/90:focus{
  border-top-color: rgb(209 213 219 / 0.9);
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.focus\:border-y-gray-300\/95:focus{
  border-top-color: rgb(209 213 219 / 0.95);
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.focus\:border-y-gray-400:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-400\/0:focus{
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.focus\:border-y-gray-400\/10:focus{
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.focus\:border-y-gray-400\/100:focus{
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.focus\:border-y-gray-400\/15:focus{
  border-top-color: rgb(156 163 175 / 0.15);
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.focus\:border-y-gray-400\/20:focus{
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.focus\:border-y-gray-400\/25:focus{
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.focus\:border-y-gray-400\/30:focus{
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.focus\:border-y-gray-400\/35:focus{
  border-top-color: rgb(156 163 175 / 0.35);
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.focus\:border-y-gray-400\/40:focus{
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.focus\:border-y-gray-400\/45:focus{
  border-top-color: rgb(156 163 175 / 0.45);
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.focus\:border-y-gray-400\/5:focus{
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.focus\:border-y-gray-400\/50:focus{
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.focus\:border-y-gray-400\/55:focus{
  border-top-color: rgb(156 163 175 / 0.55);
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.focus\:border-y-gray-400\/60:focus{
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.focus\:border-y-gray-400\/65:focus{
  border-top-color: rgb(156 163 175 / 0.65);
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.focus\:border-y-gray-400\/70:focus{
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.focus\:border-y-gray-400\/75:focus{
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.focus\:border-y-gray-400\/80:focus{
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.focus\:border-y-gray-400\/85:focus{
  border-top-color: rgb(156 163 175 / 0.85);
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.focus\:border-y-gray-400\/90:focus{
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.focus\:border-y-gray-400\/95:focus{
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.focus\:border-y-gray-50:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-50\/0:focus{
  border-top-color: rgb(249 250 251 / 0);
  border-bottom-color: rgb(249 250 251 / 0);
}
.focus\:border-y-gray-50\/10:focus{
  border-top-color: rgb(249 250 251 / 0.1);
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.focus\:border-y-gray-50\/100:focus{
  border-top-color: rgb(249 250 251 / 1);
  border-bottom-color: rgb(249 250 251 / 1);
}
.focus\:border-y-gray-50\/15:focus{
  border-top-color: rgb(249 250 251 / 0.15);
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.focus\:border-y-gray-50\/20:focus{
  border-top-color: rgb(249 250 251 / 0.2);
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.focus\:border-y-gray-50\/25:focus{
  border-top-color: rgb(249 250 251 / 0.25);
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.focus\:border-y-gray-50\/30:focus{
  border-top-color: rgb(249 250 251 / 0.3);
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.focus\:border-y-gray-50\/35:focus{
  border-top-color: rgb(249 250 251 / 0.35);
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.focus\:border-y-gray-50\/40:focus{
  border-top-color: rgb(249 250 251 / 0.4);
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.focus\:border-y-gray-50\/45:focus{
  border-top-color: rgb(249 250 251 / 0.45);
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.focus\:border-y-gray-50\/5:focus{
  border-top-color: rgb(249 250 251 / 0.05);
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.focus\:border-y-gray-50\/50:focus{
  border-top-color: rgb(249 250 251 / 0.5);
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.focus\:border-y-gray-50\/55:focus{
  border-top-color: rgb(249 250 251 / 0.55);
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.focus\:border-y-gray-50\/60:focus{
  border-top-color: rgb(249 250 251 / 0.6);
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.focus\:border-y-gray-50\/65:focus{
  border-top-color: rgb(249 250 251 / 0.65);
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.focus\:border-y-gray-50\/70:focus{
  border-top-color: rgb(249 250 251 / 0.7);
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.focus\:border-y-gray-50\/75:focus{
  border-top-color: rgb(249 250 251 / 0.75);
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.focus\:border-y-gray-50\/80:focus{
  border-top-color: rgb(249 250 251 / 0.8);
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.focus\:border-y-gray-50\/85:focus{
  border-top-color: rgb(249 250 251 / 0.85);
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.focus\:border-y-gray-50\/90:focus{
  border-top-color: rgb(249 250 251 / 0.9);
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.focus\:border-y-gray-50\/95:focus{
  border-top-color: rgb(249 250 251 / 0.95);
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.focus\:border-y-gray-500:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-500\/0:focus{
  border-top-color: rgb(107 114 128 / 0);
  border-bottom-color: rgb(107 114 128 / 0);
}
.focus\:border-y-gray-500\/10:focus{
  border-top-color: rgb(107 114 128 / 0.1);
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.focus\:border-y-gray-500\/100:focus{
  border-top-color: rgb(107 114 128 / 1);
  border-bottom-color: rgb(107 114 128 / 1);
}
.focus\:border-y-gray-500\/15:focus{
  border-top-color: rgb(107 114 128 / 0.15);
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.focus\:border-y-gray-500\/20:focus{
  border-top-color: rgb(107 114 128 / 0.2);
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.focus\:border-y-gray-500\/25:focus{
  border-top-color: rgb(107 114 128 / 0.25);
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.focus\:border-y-gray-500\/30:focus{
  border-top-color: rgb(107 114 128 / 0.3);
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.focus\:border-y-gray-500\/35:focus{
  border-top-color: rgb(107 114 128 / 0.35);
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.focus\:border-y-gray-500\/40:focus{
  border-top-color: rgb(107 114 128 / 0.4);
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.focus\:border-y-gray-500\/45:focus{
  border-top-color: rgb(107 114 128 / 0.45);
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.focus\:border-y-gray-500\/5:focus{
  border-top-color: rgb(107 114 128 / 0.05);
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.focus\:border-y-gray-500\/50:focus{
  border-top-color: rgb(107 114 128 / 0.5);
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.focus\:border-y-gray-500\/55:focus{
  border-top-color: rgb(107 114 128 / 0.55);
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.focus\:border-y-gray-500\/60:focus{
  border-top-color: rgb(107 114 128 / 0.6);
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.focus\:border-y-gray-500\/65:focus{
  border-top-color: rgb(107 114 128 / 0.65);
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.focus\:border-y-gray-500\/70:focus{
  border-top-color: rgb(107 114 128 / 0.7);
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.focus\:border-y-gray-500\/75:focus{
  border-top-color: rgb(107 114 128 / 0.75);
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.focus\:border-y-gray-500\/80:focus{
  border-top-color: rgb(107 114 128 / 0.8);
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.focus\:border-y-gray-500\/85:focus{
  border-top-color: rgb(107 114 128 / 0.85);
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.focus\:border-y-gray-500\/90:focus{
  border-top-color: rgb(107 114 128 / 0.9);
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.focus\:border-y-gray-500\/95:focus{
  border-top-color: rgb(107 114 128 / 0.95);
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.focus\:border-y-gray-600:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-600\/0:focus{
  border-top-color: rgb(75 85 99 / 0);
  border-bottom-color: rgb(75 85 99 / 0);
}
.focus\:border-y-gray-600\/10:focus{
  border-top-color: rgb(75 85 99 / 0.1);
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.focus\:border-y-gray-600\/100:focus{
  border-top-color: rgb(75 85 99 / 1);
  border-bottom-color: rgb(75 85 99 / 1);
}
.focus\:border-y-gray-600\/15:focus{
  border-top-color: rgb(75 85 99 / 0.15);
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.focus\:border-y-gray-600\/20:focus{
  border-top-color: rgb(75 85 99 / 0.2);
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.focus\:border-y-gray-600\/25:focus{
  border-top-color: rgb(75 85 99 / 0.25);
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.focus\:border-y-gray-600\/30:focus{
  border-top-color: rgb(75 85 99 / 0.3);
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.focus\:border-y-gray-600\/35:focus{
  border-top-color: rgb(75 85 99 / 0.35);
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.focus\:border-y-gray-600\/40:focus{
  border-top-color: rgb(75 85 99 / 0.4);
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.focus\:border-y-gray-600\/45:focus{
  border-top-color: rgb(75 85 99 / 0.45);
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.focus\:border-y-gray-600\/5:focus{
  border-top-color: rgb(75 85 99 / 0.05);
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.focus\:border-y-gray-600\/50:focus{
  border-top-color: rgb(75 85 99 / 0.5);
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.focus\:border-y-gray-600\/55:focus{
  border-top-color: rgb(75 85 99 / 0.55);
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.focus\:border-y-gray-600\/60:focus{
  border-top-color: rgb(75 85 99 / 0.6);
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.focus\:border-y-gray-600\/65:focus{
  border-top-color: rgb(75 85 99 / 0.65);
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.focus\:border-y-gray-600\/70:focus{
  border-top-color: rgb(75 85 99 / 0.7);
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.focus\:border-y-gray-600\/75:focus{
  border-top-color: rgb(75 85 99 / 0.75);
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.focus\:border-y-gray-600\/80:focus{
  border-top-color: rgb(75 85 99 / 0.8);
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.focus\:border-y-gray-600\/85:focus{
  border-top-color: rgb(75 85 99 / 0.85);
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.focus\:border-y-gray-600\/90:focus{
  border-top-color: rgb(75 85 99 / 0.9);
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.focus\:border-y-gray-600\/95:focus{
  border-top-color: rgb(75 85 99 / 0.95);
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.focus\:border-y-gray-700:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-700\/0:focus{
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}
.focus\:border-y-gray-700\/10:focus{
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.focus\:border-y-gray-700\/100:focus{
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.focus\:border-y-gray-700\/15:focus{
  border-top-color: rgb(55 65 81 / 0.15);
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.focus\:border-y-gray-700\/20:focus{
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.focus\:border-y-gray-700\/25:focus{
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.focus\:border-y-gray-700\/30:focus{
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.focus\:border-y-gray-700\/35:focus{
  border-top-color: rgb(55 65 81 / 0.35);
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.focus\:border-y-gray-700\/40:focus{
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.focus\:border-y-gray-700\/45:focus{
  border-top-color: rgb(55 65 81 / 0.45);
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.focus\:border-y-gray-700\/5:focus{
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.focus\:border-y-gray-700\/50:focus{
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.focus\:border-y-gray-700\/55:focus{
  border-top-color: rgb(55 65 81 / 0.55);
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.focus\:border-y-gray-700\/60:focus{
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.focus\:border-y-gray-700\/65:focus{
  border-top-color: rgb(55 65 81 / 0.65);
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.focus\:border-y-gray-700\/70:focus{
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.focus\:border-y-gray-700\/75:focus{
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.focus\:border-y-gray-700\/80:focus{
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.focus\:border-y-gray-700\/85:focus{
  border-top-color: rgb(55 65 81 / 0.85);
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.focus\:border-y-gray-700\/90:focus{
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.focus\:border-y-gray-700\/95:focus{
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.focus\:border-y-gray-800:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-800\/0:focus{
  border-top-color: rgb(31 41 55 / 0);
  border-bottom-color: rgb(31 41 55 / 0);
}
.focus\:border-y-gray-800\/10:focus{
  border-top-color: rgb(31 41 55 / 0.1);
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.focus\:border-y-gray-800\/100:focus{
  border-top-color: rgb(31 41 55 / 1);
  border-bottom-color: rgb(31 41 55 / 1);
}
.focus\:border-y-gray-800\/15:focus{
  border-top-color: rgb(31 41 55 / 0.15);
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.focus\:border-y-gray-800\/20:focus{
  border-top-color: rgb(31 41 55 / 0.2);
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.focus\:border-y-gray-800\/25:focus{
  border-top-color: rgb(31 41 55 / 0.25);
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.focus\:border-y-gray-800\/30:focus{
  border-top-color: rgb(31 41 55 / 0.3);
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.focus\:border-y-gray-800\/35:focus{
  border-top-color: rgb(31 41 55 / 0.35);
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.focus\:border-y-gray-800\/40:focus{
  border-top-color: rgb(31 41 55 / 0.4);
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.focus\:border-y-gray-800\/45:focus{
  border-top-color: rgb(31 41 55 / 0.45);
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.focus\:border-y-gray-800\/5:focus{
  border-top-color: rgb(31 41 55 / 0.05);
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.focus\:border-y-gray-800\/50:focus{
  border-top-color: rgb(31 41 55 / 0.5);
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.focus\:border-y-gray-800\/55:focus{
  border-top-color: rgb(31 41 55 / 0.55);
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.focus\:border-y-gray-800\/60:focus{
  border-top-color: rgb(31 41 55 / 0.6);
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.focus\:border-y-gray-800\/65:focus{
  border-top-color: rgb(31 41 55 / 0.65);
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.focus\:border-y-gray-800\/70:focus{
  border-top-color: rgb(31 41 55 / 0.7);
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.focus\:border-y-gray-800\/75:focus{
  border-top-color: rgb(31 41 55 / 0.75);
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.focus\:border-y-gray-800\/80:focus{
  border-top-color: rgb(31 41 55 / 0.8);
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.focus\:border-y-gray-800\/85:focus{
  border-top-color: rgb(31 41 55 / 0.85);
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.focus\:border-y-gray-800\/90:focus{
  border-top-color: rgb(31 41 55 / 0.9);
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.focus\:border-y-gray-800\/95:focus{
  border-top-color: rgb(31 41 55 / 0.95);
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.focus\:border-y-gray-900:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-900\/0:focus{
  border-top-color: rgb(17 24 39 / 0);
  border-bottom-color: rgb(17 24 39 / 0);
}
.focus\:border-y-gray-900\/10:focus{
  border-top-color: rgb(17 24 39 / 0.1);
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.focus\:border-y-gray-900\/100:focus{
  border-top-color: rgb(17 24 39 / 1);
  border-bottom-color: rgb(17 24 39 / 1);
}
.focus\:border-y-gray-900\/15:focus{
  border-top-color: rgb(17 24 39 / 0.15);
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.focus\:border-y-gray-900\/20:focus{
  border-top-color: rgb(17 24 39 / 0.2);
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.focus\:border-y-gray-900\/25:focus{
  border-top-color: rgb(17 24 39 / 0.25);
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.focus\:border-y-gray-900\/30:focus{
  border-top-color: rgb(17 24 39 / 0.3);
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.focus\:border-y-gray-900\/35:focus{
  border-top-color: rgb(17 24 39 / 0.35);
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.focus\:border-y-gray-900\/40:focus{
  border-top-color: rgb(17 24 39 / 0.4);
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.focus\:border-y-gray-900\/45:focus{
  border-top-color: rgb(17 24 39 / 0.45);
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.focus\:border-y-gray-900\/5:focus{
  border-top-color: rgb(17 24 39 / 0.05);
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.focus\:border-y-gray-900\/50:focus{
  border-top-color: rgb(17 24 39 / 0.5);
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.focus\:border-y-gray-900\/55:focus{
  border-top-color: rgb(17 24 39 / 0.55);
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.focus\:border-y-gray-900\/60:focus{
  border-top-color: rgb(17 24 39 / 0.6);
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.focus\:border-y-gray-900\/65:focus{
  border-top-color: rgb(17 24 39 / 0.65);
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.focus\:border-y-gray-900\/70:focus{
  border-top-color: rgb(17 24 39 / 0.7);
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.focus\:border-y-gray-900\/75:focus{
  border-top-color: rgb(17 24 39 / 0.75);
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.focus\:border-y-gray-900\/80:focus{
  border-top-color: rgb(17 24 39 / 0.8);
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.focus\:border-y-gray-900\/85:focus{
  border-top-color: rgb(17 24 39 / 0.85);
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.focus\:border-y-gray-900\/90:focus{
  border-top-color: rgb(17 24 39 / 0.9);
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.focus\:border-y-gray-900\/95:focus{
  border-top-color: rgb(17 24 39 / 0.95);
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.focus\:border-y-gray-950:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-y-gray-950\/0:focus{
  border-top-color: rgb(3 7 18 / 0);
  border-bottom-color: rgb(3 7 18 / 0);
}
.focus\:border-y-gray-950\/10:focus{
  border-top-color: rgb(3 7 18 / 0.1);
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.focus\:border-y-gray-950\/100:focus{
  border-top-color: rgb(3 7 18 / 1);
  border-bottom-color: rgb(3 7 18 / 1);
}
.focus\:border-y-gray-950\/15:focus{
  border-top-color: rgb(3 7 18 / 0.15);
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.focus\:border-y-gray-950\/20:focus{
  border-top-color: rgb(3 7 18 / 0.2);
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.focus\:border-y-gray-950\/25:focus{
  border-top-color: rgb(3 7 18 / 0.25);
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.focus\:border-y-gray-950\/30:focus{
  border-top-color: rgb(3 7 18 / 0.3);
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.focus\:border-y-gray-950\/35:focus{
  border-top-color: rgb(3 7 18 / 0.35);
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.focus\:border-y-gray-950\/40:focus{
  border-top-color: rgb(3 7 18 / 0.4);
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.focus\:border-y-gray-950\/45:focus{
  border-top-color: rgb(3 7 18 / 0.45);
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.focus\:border-y-gray-950\/5:focus{
  border-top-color: rgb(3 7 18 / 0.05);
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.focus\:border-y-gray-950\/50:focus{
  border-top-color: rgb(3 7 18 / 0.5);
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.focus\:border-y-gray-950\/55:focus{
  border-top-color: rgb(3 7 18 / 0.55);
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.focus\:border-y-gray-950\/60:focus{
  border-top-color: rgb(3 7 18 / 0.6);
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.focus\:border-y-gray-950\/65:focus{
  border-top-color: rgb(3 7 18 / 0.65);
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.focus\:border-y-gray-950\/70:focus{
  border-top-color: rgb(3 7 18 / 0.7);
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.focus\:border-y-gray-950\/75:focus{
  border-top-color: rgb(3 7 18 / 0.75);
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.focus\:border-y-gray-950\/80:focus{
  border-top-color: rgb(3 7 18 / 0.8);
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.focus\:border-y-gray-950\/85:focus{
  border-top-color: rgb(3 7 18 / 0.85);
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.focus\:border-y-gray-950\/90:focus{
  border-top-color: rgb(3 7 18 / 0.9);
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.focus\:border-y-gray-950\/95:focus{
  border-top-color: rgb(3 7 18 / 0.95);
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.focus\:border-y-inherit:focus{
  border-top-color: inherit;
  border-bottom-color: inherit;
}
.focus\:border-y-primary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-dark\/0:focus{
  border-top-color: rgb(26 88 121 / 0);
  border-bottom-color: rgb(26 88 121 / 0);
}
.focus\:border-y-primary-dark\/10:focus{
  border-top-color: rgb(26 88 121 / 0.1);
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.focus\:border-y-primary-dark\/100:focus{
  border-top-color: rgb(26 88 121 / 1);
  border-bottom-color: rgb(26 88 121 / 1);
}
.focus\:border-y-primary-dark\/15:focus{
  border-top-color: rgb(26 88 121 / 0.15);
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.focus\:border-y-primary-dark\/20:focus{
  border-top-color: rgb(26 88 121 / 0.2);
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.focus\:border-y-primary-dark\/25:focus{
  border-top-color: rgb(26 88 121 / 0.25);
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.focus\:border-y-primary-dark\/30:focus{
  border-top-color: rgb(26 88 121 / 0.3);
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.focus\:border-y-primary-dark\/35:focus{
  border-top-color: rgb(26 88 121 / 0.35);
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.focus\:border-y-primary-dark\/40:focus{
  border-top-color: rgb(26 88 121 / 0.4);
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.focus\:border-y-primary-dark\/45:focus{
  border-top-color: rgb(26 88 121 / 0.45);
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.focus\:border-y-primary-dark\/5:focus{
  border-top-color: rgb(26 88 121 / 0.05);
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.focus\:border-y-primary-dark\/50:focus{
  border-top-color: rgb(26 88 121 / 0.5);
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.focus\:border-y-primary-dark\/55:focus{
  border-top-color: rgb(26 88 121 / 0.55);
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.focus\:border-y-primary-dark\/60:focus{
  border-top-color: rgb(26 88 121 / 0.6);
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.focus\:border-y-primary-dark\/65:focus{
  border-top-color: rgb(26 88 121 / 0.65);
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.focus\:border-y-primary-dark\/70:focus{
  border-top-color: rgb(26 88 121 / 0.7);
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.focus\:border-y-primary-dark\/75:focus{
  border-top-color: rgb(26 88 121 / 0.75);
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.focus\:border-y-primary-dark\/80:focus{
  border-top-color: rgb(26 88 121 / 0.8);
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.focus\:border-y-primary-dark\/85:focus{
  border-top-color: rgb(26 88 121 / 0.85);
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.focus\:border-y-primary-dark\/90:focus{
  border-top-color: rgb(26 88 121 / 0.9);
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.focus\:border-y-primary-dark\/95:focus{
  border-top-color: rgb(26 88 121 / 0.95);
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.focus\:border-y-primary-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-light\/0:focus{
  border-top-color: rgb(85 154 193 / 0);
  border-bottom-color: rgb(85 154 193 / 0);
}
.focus\:border-y-primary-light\/10:focus{
  border-top-color: rgb(85 154 193 / 0.1);
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.focus\:border-y-primary-light\/100:focus{
  border-top-color: rgb(85 154 193 / 1);
  border-bottom-color: rgb(85 154 193 / 1);
}
.focus\:border-y-primary-light\/15:focus{
  border-top-color: rgb(85 154 193 / 0.15);
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.focus\:border-y-primary-light\/20:focus{
  border-top-color: rgb(85 154 193 / 0.2);
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.focus\:border-y-primary-light\/25:focus{
  border-top-color: rgb(85 154 193 / 0.25);
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.focus\:border-y-primary-light\/30:focus{
  border-top-color: rgb(85 154 193 / 0.3);
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.focus\:border-y-primary-light\/35:focus{
  border-top-color: rgb(85 154 193 / 0.35);
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.focus\:border-y-primary-light\/40:focus{
  border-top-color: rgb(85 154 193 / 0.4);
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.focus\:border-y-primary-light\/45:focus{
  border-top-color: rgb(85 154 193 / 0.45);
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.focus\:border-y-primary-light\/5:focus{
  border-top-color: rgb(85 154 193 / 0.05);
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.focus\:border-y-primary-light\/50:focus{
  border-top-color: rgb(85 154 193 / 0.5);
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.focus\:border-y-primary-light\/55:focus{
  border-top-color: rgb(85 154 193 / 0.55);
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.focus\:border-y-primary-light\/60:focus{
  border-top-color: rgb(85 154 193 / 0.6);
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.focus\:border-y-primary-light\/65:focus{
  border-top-color: rgb(85 154 193 / 0.65);
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.focus\:border-y-primary-light\/70:focus{
  border-top-color: rgb(85 154 193 / 0.7);
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.focus\:border-y-primary-light\/75:focus{
  border-top-color: rgb(85 154 193 / 0.75);
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.focus\:border-y-primary-light\/80:focus{
  border-top-color: rgb(85 154 193 / 0.8);
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.focus\:border-y-primary-light\/85:focus{
  border-top-color: rgb(85 154 193 / 0.85);
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.focus\:border-y-primary-light\/90:focus{
  border-top-color: rgb(85 154 193 / 0.9);
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.focus\:border-y-primary-light\/95:focus{
  border-top-color: rgb(85 154 193 / 0.95);
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.focus\:border-y-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-y-primary-lighter\/0:focus{
  border-top-color: rgb(115 177 212 / 0);
  border-bottom-color: rgb(115 177 212 / 0);
}
.focus\:border-y-primary-lighter\/10:focus{
  border-top-color: rgb(115 177 212 / 0.1);
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.focus\:border-y-primary-lighter\/100:focus{
  border-top-color: rgb(115 177 212 / 1);
  border-bottom-color: rgb(115 177 212 / 1);
}
.focus\:border-y-primary-lighter\/15:focus{
  border-top-color: rgb(115 177 212 / 0.15);
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.focus\:border-y-primary-lighter\/20:focus{
  border-top-color: rgb(115 177 212 / 0.2);
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.focus\:border-y-primary-lighter\/25:focus{
  border-top-color: rgb(115 177 212 / 0.25);
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.focus\:border-y-primary-lighter\/30:focus{
  border-top-color: rgb(115 177 212 / 0.3);
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.focus\:border-y-primary-lighter\/35:focus{
  border-top-color: rgb(115 177 212 / 0.35);
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.focus\:border-y-primary-lighter\/40:focus{
  border-top-color: rgb(115 177 212 / 0.4);
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.focus\:border-y-primary-lighter\/45:focus{
  border-top-color: rgb(115 177 212 / 0.45);
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.focus\:border-y-primary-lighter\/5:focus{
  border-top-color: rgb(115 177 212 / 0.05);
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.focus\:border-y-primary-lighter\/50:focus{
  border-top-color: rgb(115 177 212 / 0.5);
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.focus\:border-y-primary-lighter\/55:focus{
  border-top-color: rgb(115 177 212 / 0.55);
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.focus\:border-y-primary-lighter\/60:focus{
  border-top-color: rgb(115 177 212 / 0.6);
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.focus\:border-y-primary-lighter\/65:focus{
  border-top-color: rgb(115 177 212 / 0.65);
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.focus\:border-y-primary-lighter\/70:focus{
  border-top-color: rgb(115 177 212 / 0.7);
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.focus\:border-y-primary-lighter\/75:focus{
  border-top-color: rgb(115 177 212 / 0.75);
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.focus\:border-y-primary-lighter\/80:focus{
  border-top-color: rgb(115 177 212 / 0.8);
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.focus\:border-y-primary-lighter\/85:focus{
  border-top-color: rgb(115 177 212 / 0.85);
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.focus\:border-y-primary-lighter\/90:focus{
  border-top-color: rgb(115 177 212 / 0.9);
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.focus\:border-y-primary-lighter\/95:focus{
  border-top-color: rgb(115 177 212 / 0.95);
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.focus\:border-y-primary\/0:focus{
  border-top-color: rgb(52 114 147 / 0);
  border-bottom-color: rgb(52 114 147 / 0);
}
.focus\:border-y-primary\/10:focus{
  border-top-color: rgb(52 114 147 / 0.1);
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.focus\:border-y-primary\/100:focus{
  border-top-color: rgb(52 114 147 / 1);
  border-bottom-color: rgb(52 114 147 / 1);
}
.focus\:border-y-primary\/15:focus{
  border-top-color: rgb(52 114 147 / 0.15);
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.focus\:border-y-primary\/20:focus{
  border-top-color: rgb(52 114 147 / 0.2);
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.focus\:border-y-primary\/25:focus{
  border-top-color: rgb(52 114 147 / 0.25);
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.focus\:border-y-primary\/30:focus{
  border-top-color: rgb(52 114 147 / 0.3);
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.focus\:border-y-primary\/35:focus{
  border-top-color: rgb(52 114 147 / 0.35);
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.focus\:border-y-primary\/40:focus{
  border-top-color: rgb(52 114 147 / 0.4);
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.focus\:border-y-primary\/45:focus{
  border-top-color: rgb(52 114 147 / 0.45);
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.focus\:border-y-primary\/5:focus{
  border-top-color: rgb(52 114 147 / 0.05);
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.focus\:border-y-primary\/50:focus{
  border-top-color: rgb(52 114 147 / 0.5);
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.focus\:border-y-primary\/55:focus{
  border-top-color: rgb(52 114 147 / 0.55);
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.focus\:border-y-primary\/60:focus{
  border-top-color: rgb(52 114 147 / 0.6);
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.focus\:border-y-primary\/65:focus{
  border-top-color: rgb(52 114 147 / 0.65);
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.focus\:border-y-primary\/70:focus{
  border-top-color: rgb(52 114 147 / 0.7);
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.focus\:border-y-primary\/75:focus{
  border-top-color: rgb(52 114 147 / 0.75);
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.focus\:border-y-primary\/80:focus{
  border-top-color: rgb(52 114 147 / 0.8);
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.focus\:border-y-primary\/85:focus{
  border-top-color: rgb(52 114 147 / 0.85);
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.focus\:border-y-primary\/90:focus{
  border-top-color: rgb(52 114 147 / 0.9);
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.focus\:border-y-primary\/95:focus{
  border-top-color: rgb(52 114 147 / 0.95);
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.focus\:border-y-secondary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-dark\/0:focus{
  border-top-color: rgb(226 207 188 / 0);
  border-bottom-color: rgb(226 207 188 / 0);
}
.focus\:border-y-secondary-dark\/10:focus{
  border-top-color: rgb(226 207 188 / 0.1);
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.focus\:border-y-secondary-dark\/100:focus{
  border-top-color: rgb(226 207 188 / 1);
  border-bottom-color: rgb(226 207 188 / 1);
}
.focus\:border-y-secondary-dark\/15:focus{
  border-top-color: rgb(226 207 188 / 0.15);
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.focus\:border-y-secondary-dark\/20:focus{
  border-top-color: rgb(226 207 188 / 0.2);
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.focus\:border-y-secondary-dark\/25:focus{
  border-top-color: rgb(226 207 188 / 0.25);
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.focus\:border-y-secondary-dark\/30:focus{
  border-top-color: rgb(226 207 188 / 0.3);
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.focus\:border-y-secondary-dark\/35:focus{
  border-top-color: rgb(226 207 188 / 0.35);
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.focus\:border-y-secondary-dark\/40:focus{
  border-top-color: rgb(226 207 188 / 0.4);
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.focus\:border-y-secondary-dark\/45:focus{
  border-top-color: rgb(226 207 188 / 0.45);
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.focus\:border-y-secondary-dark\/5:focus{
  border-top-color: rgb(226 207 188 / 0.05);
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.focus\:border-y-secondary-dark\/50:focus{
  border-top-color: rgb(226 207 188 / 0.5);
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.focus\:border-y-secondary-dark\/55:focus{
  border-top-color: rgb(226 207 188 / 0.55);
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.focus\:border-y-secondary-dark\/60:focus{
  border-top-color: rgb(226 207 188 / 0.6);
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.focus\:border-y-secondary-dark\/65:focus{
  border-top-color: rgb(226 207 188 / 0.65);
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.focus\:border-y-secondary-dark\/70:focus{
  border-top-color: rgb(226 207 188 / 0.7);
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.focus\:border-y-secondary-dark\/75:focus{
  border-top-color: rgb(226 207 188 / 0.75);
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.focus\:border-y-secondary-dark\/80:focus{
  border-top-color: rgb(226 207 188 / 0.8);
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.focus\:border-y-secondary-dark\/85:focus{
  border-top-color: rgb(226 207 188 / 0.85);
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.focus\:border-y-secondary-dark\/90:focus{
  border-top-color: rgb(226 207 188 / 0.9);
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.focus\:border-y-secondary-dark\/95:focus{
  border-top-color: rgb(226 207 188 / 0.95);
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.focus\:border-y-secondary-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-y-secondary-light\/0:focus{
  border-top-color: rgb(254 250 247 / 0);
  border-bottom-color: rgb(254 250 247 / 0);
}
.focus\:border-y-secondary-light\/10:focus{
  border-top-color: rgb(254 250 247 / 0.1);
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.focus\:border-y-secondary-light\/100:focus{
  border-top-color: rgb(254 250 247 / 1);
  border-bottom-color: rgb(254 250 247 / 1);
}
.focus\:border-y-secondary-light\/15:focus{
  border-top-color: rgb(254 250 247 / 0.15);
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.focus\:border-y-secondary-light\/20:focus{
  border-top-color: rgb(254 250 247 / 0.2);
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.focus\:border-y-secondary-light\/25:focus{
  border-top-color: rgb(254 250 247 / 0.25);
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.focus\:border-y-secondary-light\/30:focus{
  border-top-color: rgb(254 250 247 / 0.3);
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.focus\:border-y-secondary-light\/35:focus{
  border-top-color: rgb(254 250 247 / 0.35);
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.focus\:border-y-secondary-light\/40:focus{
  border-top-color: rgb(254 250 247 / 0.4);
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.focus\:border-y-secondary-light\/45:focus{
  border-top-color: rgb(254 250 247 / 0.45);
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.focus\:border-y-secondary-light\/5:focus{
  border-top-color: rgb(254 250 247 / 0.05);
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.focus\:border-y-secondary-light\/50:focus{
  border-top-color: rgb(254 250 247 / 0.5);
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.focus\:border-y-secondary-light\/55:focus{
  border-top-color: rgb(254 250 247 / 0.55);
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.focus\:border-y-secondary-light\/60:focus{
  border-top-color: rgb(254 250 247 / 0.6);
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.focus\:border-y-secondary-light\/65:focus{
  border-top-color: rgb(254 250 247 / 0.65);
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.focus\:border-y-secondary-light\/70:focus{
  border-top-color: rgb(254 250 247 / 0.7);
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.focus\:border-y-secondary-light\/75:focus{
  border-top-color: rgb(254 250 247 / 0.75);
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.focus\:border-y-secondary-light\/80:focus{
  border-top-color: rgb(254 250 247 / 0.8);
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.focus\:border-y-secondary-light\/85:focus{
  border-top-color: rgb(254 250 247 / 0.85);
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.focus\:border-y-secondary-light\/90:focus{
  border-top-color: rgb(254 250 247 / 0.9);
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.focus\:border-y-secondary-light\/95:focus{
  border-top-color: rgb(254 250 247 / 0.95);
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.focus\:border-y-secondary\/0:focus{
  border-top-color: rgb(243 234 225 / 0);
  border-bottom-color: rgb(243 234 225 / 0);
}
.focus\:border-y-secondary\/10:focus{
  border-top-color: rgb(243 234 225 / 0.1);
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.focus\:border-y-secondary\/100:focus{
  border-top-color: rgb(243 234 225 / 1);
  border-bottom-color: rgb(243 234 225 / 1);
}
.focus\:border-y-secondary\/15:focus{
  border-top-color: rgb(243 234 225 / 0.15);
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.focus\:border-y-secondary\/20:focus{
  border-top-color: rgb(243 234 225 / 0.2);
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.focus\:border-y-secondary\/25:focus{
  border-top-color: rgb(243 234 225 / 0.25);
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.focus\:border-y-secondary\/30:focus{
  border-top-color: rgb(243 234 225 / 0.3);
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.focus\:border-y-secondary\/35:focus{
  border-top-color: rgb(243 234 225 / 0.35);
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.focus\:border-y-secondary\/40:focus{
  border-top-color: rgb(243 234 225 / 0.4);
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.focus\:border-y-secondary\/45:focus{
  border-top-color: rgb(243 234 225 / 0.45);
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.focus\:border-y-secondary\/5:focus{
  border-top-color: rgb(243 234 225 / 0.05);
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.focus\:border-y-secondary\/50:focus{
  border-top-color: rgb(243 234 225 / 0.5);
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.focus\:border-y-secondary\/55:focus{
  border-top-color: rgb(243 234 225 / 0.55);
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.focus\:border-y-secondary\/60:focus{
  border-top-color: rgb(243 234 225 / 0.6);
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.focus\:border-y-secondary\/65:focus{
  border-top-color: rgb(243 234 225 / 0.65);
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.focus\:border-y-secondary\/70:focus{
  border-top-color: rgb(243 234 225 / 0.7);
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.focus\:border-y-secondary\/75:focus{
  border-top-color: rgb(243 234 225 / 0.75);
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.focus\:border-y-secondary\/80:focus{
  border-top-color: rgb(243 234 225 / 0.8);
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.focus\:border-y-secondary\/85:focus{
  border-top-color: rgb(243 234 225 / 0.85);
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.focus\:border-y-secondary\/90:focus{
  border-top-color: rgb(243 234 225 / 0.9);
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.focus\:border-y-secondary\/95:focus{
  border-top-color: rgb(243 234 225 / 0.95);
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.focus\:border-y-transparent:focus{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.focus\:border-y-transparent\/0:focus{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-y-transparent\/10:focus{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-y-transparent\/100:focus{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-y-transparent\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-y-transparent\/20:focus{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-y-transparent\/25:focus{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-y-transparent\/30:focus{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-y-transparent\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-y-transparent\/40:focus{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-y-transparent\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-y-transparent\/5:focus{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-y-transparent\/50:focus{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-y-transparent\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-y-transparent\/60:focus{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-y-transparent\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-y-transparent\/70:focus{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-y-transparent\/75:focus{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-y-transparent\/80:focus{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-y-transparent\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-y-transparent\/90:focus{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-y-transparent\/95:focus{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-y-white:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-y-white\/0:focus{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.focus\:border-y-white\/10:focus{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.focus\:border-y-white\/100:focus{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.focus\:border-y-white\/15:focus{
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.focus\:border-y-white\/20:focus{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.focus\:border-y-white\/25:focus{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.focus\:border-y-white\/30:focus{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.focus\:border-y-white\/35:focus{
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.focus\:border-y-white\/40:focus{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.focus\:border-y-white\/45:focus{
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.focus\:border-y-white\/5:focus{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.focus\:border-y-white\/50:focus{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.focus\:border-y-white\/55:focus{
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.focus\:border-y-white\/60:focus{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.focus\:border-y-white\/65:focus{
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.focus\:border-y-white\/70:focus{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.focus\:border-y-white\/75:focus{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.focus\:border-y-white\/80:focus{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.focus\:border-y-white\/85:focus{
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.focus\:border-y-white\/90:focus{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.focus\:border-y-white\/95:focus{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.focus\:border-b-accent:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-dark:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-dark\/0:focus{
  border-bottom-color: rgb(225 114 45 / 0);
}
.focus\:border-b-accent-dark\/10:focus{
  border-bottom-color: rgb(225 114 45 / 0.1);
}
.focus\:border-b-accent-dark\/100:focus{
  border-bottom-color: rgb(225 114 45 / 1);
}
.focus\:border-b-accent-dark\/15:focus{
  border-bottom-color: rgb(225 114 45 / 0.15);
}
.focus\:border-b-accent-dark\/20:focus{
  border-bottom-color: rgb(225 114 45 / 0.2);
}
.focus\:border-b-accent-dark\/25:focus{
  border-bottom-color: rgb(225 114 45 / 0.25);
}
.focus\:border-b-accent-dark\/30:focus{
  border-bottom-color: rgb(225 114 45 / 0.3);
}
.focus\:border-b-accent-dark\/35:focus{
  border-bottom-color: rgb(225 114 45 / 0.35);
}
.focus\:border-b-accent-dark\/40:focus{
  border-bottom-color: rgb(225 114 45 / 0.4);
}
.focus\:border-b-accent-dark\/45:focus{
  border-bottom-color: rgb(225 114 45 / 0.45);
}
.focus\:border-b-accent-dark\/5:focus{
  border-bottom-color: rgb(225 114 45 / 0.05);
}
.focus\:border-b-accent-dark\/50:focus{
  border-bottom-color: rgb(225 114 45 / 0.5);
}
.focus\:border-b-accent-dark\/55:focus{
  border-bottom-color: rgb(225 114 45 / 0.55);
}
.focus\:border-b-accent-dark\/60:focus{
  border-bottom-color: rgb(225 114 45 / 0.6);
}
.focus\:border-b-accent-dark\/65:focus{
  border-bottom-color: rgb(225 114 45 / 0.65);
}
.focus\:border-b-accent-dark\/70:focus{
  border-bottom-color: rgb(225 114 45 / 0.7);
}
.focus\:border-b-accent-dark\/75:focus{
  border-bottom-color: rgb(225 114 45 / 0.75);
}
.focus\:border-b-accent-dark\/80:focus{
  border-bottom-color: rgb(225 114 45 / 0.8);
}
.focus\:border-b-accent-dark\/85:focus{
  border-bottom-color: rgb(225 114 45 / 0.85);
}
.focus\:border-b-accent-dark\/90:focus{
  border-bottom-color: rgb(225 114 45 / 0.9);
}
.focus\:border-b-accent-dark\/95:focus{
  border-bottom-color: rgb(225 114 45 / 0.95);
}
.focus\:border-b-accent-light:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-b-accent-light\/0:focus{
  border-bottom-color: rgb(255 191 105 / 0);
}
.focus\:border-b-accent-light\/10:focus{
  border-bottom-color: rgb(255 191 105 / 0.1);
}
.focus\:border-b-accent-light\/100:focus{
  border-bottom-color: rgb(255 191 105 / 1);
}
.focus\:border-b-accent-light\/15:focus{
  border-bottom-color: rgb(255 191 105 / 0.15);
}
.focus\:border-b-accent-light\/20:focus{
  border-bottom-color: rgb(255 191 105 / 0.2);
}
.focus\:border-b-accent-light\/25:focus{
  border-bottom-color: rgb(255 191 105 / 0.25);
}
.focus\:border-b-accent-light\/30:focus{
  border-bottom-color: rgb(255 191 105 / 0.3);
}
.focus\:border-b-accent-light\/35:focus{
  border-bottom-color: rgb(255 191 105 / 0.35);
}
.focus\:border-b-accent-light\/40:focus{
  border-bottom-color: rgb(255 191 105 / 0.4);
}
.focus\:border-b-accent-light\/45:focus{
  border-bottom-color: rgb(255 191 105 / 0.45);
}
.focus\:border-b-accent-light\/5:focus{
  border-bottom-color: rgb(255 191 105 / 0.05);
}
.focus\:border-b-accent-light\/50:focus{
  border-bottom-color: rgb(255 191 105 / 0.5);
}
.focus\:border-b-accent-light\/55:focus{
  border-bottom-color: rgb(255 191 105 / 0.55);
}
.focus\:border-b-accent-light\/60:focus{
  border-bottom-color: rgb(255 191 105 / 0.6);
}
.focus\:border-b-accent-light\/65:focus{
  border-bottom-color: rgb(255 191 105 / 0.65);
}
.focus\:border-b-accent-light\/70:focus{
  border-bottom-color: rgb(255 191 105 / 0.7);
}
.focus\:border-b-accent-light\/75:focus{
  border-bottom-color: rgb(255 191 105 / 0.75);
}
.focus\:border-b-accent-light\/80:focus{
  border-bottom-color: rgb(255 191 105 / 0.8);
}
.focus\:border-b-accent-light\/85:focus{
  border-bottom-color: rgb(255 191 105 / 0.85);
}
.focus\:border-b-accent-light\/90:focus{
  border-bottom-color: rgb(255 191 105 / 0.9);
}
.focus\:border-b-accent-light\/95:focus{
  border-bottom-color: rgb(255 191 105 / 0.95);
}
.focus\:border-b-accent\/0:focus{
  border-bottom-color: rgb(229 136 78 / 0);
}
.focus\:border-b-accent\/10:focus{
  border-bottom-color: rgb(229 136 78 / 0.1);
}
.focus\:border-b-accent\/100:focus{
  border-bottom-color: rgb(229 136 78 / 1);
}
.focus\:border-b-accent\/15:focus{
  border-bottom-color: rgb(229 136 78 / 0.15);
}
.focus\:border-b-accent\/20:focus{
  border-bottom-color: rgb(229 136 78 / 0.2);
}
.focus\:border-b-accent\/25:focus{
  border-bottom-color: rgb(229 136 78 / 0.25);
}
.focus\:border-b-accent\/30:focus{
  border-bottom-color: rgb(229 136 78 / 0.3);
}
.focus\:border-b-accent\/35:focus{
  border-bottom-color: rgb(229 136 78 / 0.35);
}
.focus\:border-b-accent\/40:focus{
  border-bottom-color: rgb(229 136 78 / 0.4);
}
.focus\:border-b-accent\/45:focus{
  border-bottom-color: rgb(229 136 78 / 0.45);
}
.focus\:border-b-accent\/5:focus{
  border-bottom-color: rgb(229 136 78 / 0.05);
}
.focus\:border-b-accent\/50:focus{
  border-bottom-color: rgb(229 136 78 / 0.5);
}
.focus\:border-b-accent\/55:focus{
  border-bottom-color: rgb(229 136 78 / 0.55);
}
.focus\:border-b-accent\/60:focus{
  border-bottom-color: rgb(229 136 78 / 0.6);
}
.focus\:border-b-accent\/65:focus{
  border-bottom-color: rgb(229 136 78 / 0.65);
}
.focus\:border-b-accent\/70:focus{
  border-bottom-color: rgb(229 136 78 / 0.7);
}
.focus\:border-b-accent\/75:focus{
  border-bottom-color: rgb(229 136 78 / 0.75);
}
.focus\:border-b-accent\/80:focus{
  border-bottom-color: rgb(229 136 78 / 0.8);
}
.focus\:border-b-accent\/85:focus{
  border-bottom-color: rgb(229 136 78 / 0.85);
}
.focus\:border-b-accent\/90:focus{
  border-bottom-color: rgb(229 136 78 / 0.9);
}
.focus\:border-b-accent\/95:focus{
  border-bottom-color: rgb(229 136 78 / 0.95);
}
.focus\:border-b-black:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-b-black\/0:focus{
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-b-black\/10:focus{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-b-black\/100:focus{
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-b-black\/15:focus{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-b-black\/20:focus{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-b-black\/25:focus{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-b-black\/30:focus{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-b-black\/35:focus{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-b-black\/40:focus{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-b-black\/45:focus{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-b-black\/5:focus{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-b-black\/50:focus{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-b-black\/55:focus{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-b-black\/60:focus{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-b-black\/65:focus{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-b-black\/70:focus{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-b-black\/75:focus{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-b-black\/80:focus{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-b-black\/85:focus{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-b-black\/90:focus{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-b-black\/95:focus{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-b-current:focus{
  border-bottom-color: currentColor;
}
.focus\:border-b-error:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-b-error\/0:focus{
  border-bottom-color: rgb(255 0 0 / 0);
}
.focus\:border-b-error\/10:focus{
  border-bottom-color: rgb(255 0 0 / 0.1);
}
.focus\:border-b-error\/100:focus{
  border-bottom-color: rgb(255 0 0 / 1);
}
.focus\:border-b-error\/15:focus{
  border-bottom-color: rgb(255 0 0 / 0.15);
}
.focus\:border-b-error\/20:focus{
  border-bottom-color: rgb(255 0 0 / 0.2);
}
.focus\:border-b-error\/25:focus{
  border-bottom-color: rgb(255 0 0 / 0.25);
}
.focus\:border-b-error\/30:focus{
  border-bottom-color: rgb(255 0 0 / 0.3);
}
.focus\:border-b-error\/35:focus{
  border-bottom-color: rgb(255 0 0 / 0.35);
}
.focus\:border-b-error\/40:focus{
  border-bottom-color: rgb(255 0 0 / 0.4);
}
.focus\:border-b-error\/45:focus{
  border-bottom-color: rgb(255 0 0 / 0.45);
}
.focus\:border-b-error\/5:focus{
  border-bottom-color: rgb(255 0 0 / 0.05);
}
.focus\:border-b-error\/50:focus{
  border-bottom-color: rgb(255 0 0 / 0.5);
}
.focus\:border-b-error\/55:focus{
  border-bottom-color: rgb(255 0 0 / 0.55);
}
.focus\:border-b-error\/60:focus{
  border-bottom-color: rgb(255 0 0 / 0.6);
}
.focus\:border-b-error\/65:focus{
  border-bottom-color: rgb(255 0 0 / 0.65);
}
.focus\:border-b-error\/70:focus{
  border-bottom-color: rgb(255 0 0 / 0.7);
}
.focus\:border-b-error\/75:focus{
  border-bottom-color: rgb(255 0 0 / 0.75);
}
.focus\:border-b-error\/80:focus{
  border-bottom-color: rgb(255 0 0 / 0.8);
}
.focus\:border-b-error\/85:focus{
  border-bottom-color: rgb(255 0 0 / 0.85);
}
.focus\:border-b-error\/90:focus{
  border-bottom-color: rgb(255 0 0 / 0.9);
}
.focus\:border-b-error\/95:focus{
  border-bottom-color: rgb(255 0 0 / 0.95);
}
.focus\:border-b-gray-100:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-100\/0:focus{
  border-bottom-color: rgb(243 244 246 / 0);
}
.focus\:border-b-gray-100\/10:focus{
  border-bottom-color: rgb(243 244 246 / 0.1);
}
.focus\:border-b-gray-100\/100:focus{
  border-bottom-color: rgb(243 244 246 / 1);
}
.focus\:border-b-gray-100\/15:focus{
  border-bottom-color: rgb(243 244 246 / 0.15);
}
.focus\:border-b-gray-100\/20:focus{
  border-bottom-color: rgb(243 244 246 / 0.2);
}
.focus\:border-b-gray-100\/25:focus{
  border-bottom-color: rgb(243 244 246 / 0.25);
}
.focus\:border-b-gray-100\/30:focus{
  border-bottom-color: rgb(243 244 246 / 0.3);
}
.focus\:border-b-gray-100\/35:focus{
  border-bottom-color: rgb(243 244 246 / 0.35);
}
.focus\:border-b-gray-100\/40:focus{
  border-bottom-color: rgb(243 244 246 / 0.4);
}
.focus\:border-b-gray-100\/45:focus{
  border-bottom-color: rgb(243 244 246 / 0.45);
}
.focus\:border-b-gray-100\/5:focus{
  border-bottom-color: rgb(243 244 246 / 0.05);
}
.focus\:border-b-gray-100\/50:focus{
  border-bottom-color: rgb(243 244 246 / 0.5);
}
.focus\:border-b-gray-100\/55:focus{
  border-bottom-color: rgb(243 244 246 / 0.55);
}
.focus\:border-b-gray-100\/60:focus{
  border-bottom-color: rgb(243 244 246 / 0.6);
}
.focus\:border-b-gray-100\/65:focus{
  border-bottom-color: rgb(243 244 246 / 0.65);
}
.focus\:border-b-gray-100\/70:focus{
  border-bottom-color: rgb(243 244 246 / 0.7);
}
.focus\:border-b-gray-100\/75:focus{
  border-bottom-color: rgb(243 244 246 / 0.75);
}
.focus\:border-b-gray-100\/80:focus{
  border-bottom-color: rgb(243 244 246 / 0.8);
}
.focus\:border-b-gray-100\/85:focus{
  border-bottom-color: rgb(243 244 246 / 0.85);
}
.focus\:border-b-gray-100\/90:focus{
  border-bottom-color: rgb(243 244 246 / 0.9);
}
.focus\:border-b-gray-100\/95:focus{
  border-bottom-color: rgb(243 244 246 / 0.95);
}
.focus\:border-b-gray-200:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-200\/0:focus{
  border-bottom-color: rgb(229 231 235 / 0);
}
.focus\:border-b-gray-200\/10:focus{
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.focus\:border-b-gray-200\/100:focus{
  border-bottom-color: rgb(229 231 235 / 1);
}
.focus\:border-b-gray-200\/15:focus{
  border-bottom-color: rgb(229 231 235 / 0.15);
}
.focus\:border-b-gray-200\/20:focus{
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.focus\:border-b-gray-200\/25:focus{
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.focus\:border-b-gray-200\/30:focus{
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.focus\:border-b-gray-200\/35:focus{
  border-bottom-color: rgb(229 231 235 / 0.35);
}
.focus\:border-b-gray-200\/40:focus{
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.focus\:border-b-gray-200\/45:focus{
  border-bottom-color: rgb(229 231 235 / 0.45);
}
.focus\:border-b-gray-200\/5:focus{
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.focus\:border-b-gray-200\/50:focus{
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.focus\:border-b-gray-200\/55:focus{
  border-bottom-color: rgb(229 231 235 / 0.55);
}
.focus\:border-b-gray-200\/60:focus{
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.focus\:border-b-gray-200\/65:focus{
  border-bottom-color: rgb(229 231 235 / 0.65);
}
.focus\:border-b-gray-200\/70:focus{
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.focus\:border-b-gray-200\/75:focus{
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.focus\:border-b-gray-200\/80:focus{
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.focus\:border-b-gray-200\/85:focus{
  border-bottom-color: rgb(229 231 235 / 0.85);
}
.focus\:border-b-gray-200\/90:focus{
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.focus\:border-b-gray-200\/95:focus{
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.focus\:border-b-gray-300:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-300\/0:focus{
  border-bottom-color: rgb(209 213 219 / 0);
}
.focus\:border-b-gray-300\/10:focus{
  border-bottom-color: rgb(209 213 219 / 0.1);
}
.focus\:border-b-gray-300\/100:focus{
  border-bottom-color: rgb(209 213 219 / 1);
}
.focus\:border-b-gray-300\/15:focus{
  border-bottom-color: rgb(209 213 219 / 0.15);
}
.focus\:border-b-gray-300\/20:focus{
  border-bottom-color: rgb(209 213 219 / 0.2);
}
.focus\:border-b-gray-300\/25:focus{
  border-bottom-color: rgb(209 213 219 / 0.25);
}
.focus\:border-b-gray-300\/30:focus{
  border-bottom-color: rgb(209 213 219 / 0.3);
}
.focus\:border-b-gray-300\/35:focus{
  border-bottom-color: rgb(209 213 219 / 0.35);
}
.focus\:border-b-gray-300\/40:focus{
  border-bottom-color: rgb(209 213 219 / 0.4);
}
.focus\:border-b-gray-300\/45:focus{
  border-bottom-color: rgb(209 213 219 / 0.45);
}
.focus\:border-b-gray-300\/5:focus{
  border-bottom-color: rgb(209 213 219 / 0.05);
}
.focus\:border-b-gray-300\/50:focus{
  border-bottom-color: rgb(209 213 219 / 0.5);
}
.focus\:border-b-gray-300\/55:focus{
  border-bottom-color: rgb(209 213 219 / 0.55);
}
.focus\:border-b-gray-300\/60:focus{
  border-bottom-color: rgb(209 213 219 / 0.6);
}
.focus\:border-b-gray-300\/65:focus{
  border-bottom-color: rgb(209 213 219 / 0.65);
}
.focus\:border-b-gray-300\/70:focus{
  border-bottom-color: rgb(209 213 219 / 0.7);
}
.focus\:border-b-gray-300\/75:focus{
  border-bottom-color: rgb(209 213 219 / 0.75);
}
.focus\:border-b-gray-300\/80:focus{
  border-bottom-color: rgb(209 213 219 / 0.8);
}
.focus\:border-b-gray-300\/85:focus{
  border-bottom-color: rgb(209 213 219 / 0.85);
}
.focus\:border-b-gray-300\/90:focus{
  border-bottom-color: rgb(209 213 219 / 0.9);
}
.focus\:border-b-gray-300\/95:focus{
  border-bottom-color: rgb(209 213 219 / 0.95);
}
.focus\:border-b-gray-400:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-400\/0:focus{
  border-bottom-color: rgb(156 163 175 / 0);
}
.focus\:border-b-gray-400\/10:focus{
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.focus\:border-b-gray-400\/100:focus{
  border-bottom-color: rgb(156 163 175 / 1);
}
.focus\:border-b-gray-400\/15:focus{
  border-bottom-color: rgb(156 163 175 / 0.15);
}
.focus\:border-b-gray-400\/20:focus{
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.focus\:border-b-gray-400\/25:focus{
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.focus\:border-b-gray-400\/30:focus{
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.focus\:border-b-gray-400\/35:focus{
  border-bottom-color: rgb(156 163 175 / 0.35);
}
.focus\:border-b-gray-400\/40:focus{
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.focus\:border-b-gray-400\/45:focus{
  border-bottom-color: rgb(156 163 175 / 0.45);
}
.focus\:border-b-gray-400\/5:focus{
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.focus\:border-b-gray-400\/50:focus{
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.focus\:border-b-gray-400\/55:focus{
  border-bottom-color: rgb(156 163 175 / 0.55);
}
.focus\:border-b-gray-400\/60:focus{
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.focus\:border-b-gray-400\/65:focus{
  border-bottom-color: rgb(156 163 175 / 0.65);
}
.focus\:border-b-gray-400\/70:focus{
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.focus\:border-b-gray-400\/75:focus{
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.focus\:border-b-gray-400\/80:focus{
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.focus\:border-b-gray-400\/85:focus{
  border-bottom-color: rgb(156 163 175 / 0.85);
}
.focus\:border-b-gray-400\/90:focus{
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.focus\:border-b-gray-400\/95:focus{
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.focus\:border-b-gray-50:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-50\/0:focus{
  border-bottom-color: rgb(249 250 251 / 0);
}
.focus\:border-b-gray-50\/10:focus{
  border-bottom-color: rgb(249 250 251 / 0.1);
}
.focus\:border-b-gray-50\/100:focus{
  border-bottom-color: rgb(249 250 251 / 1);
}
.focus\:border-b-gray-50\/15:focus{
  border-bottom-color: rgb(249 250 251 / 0.15);
}
.focus\:border-b-gray-50\/20:focus{
  border-bottom-color: rgb(249 250 251 / 0.2);
}
.focus\:border-b-gray-50\/25:focus{
  border-bottom-color: rgb(249 250 251 / 0.25);
}
.focus\:border-b-gray-50\/30:focus{
  border-bottom-color: rgb(249 250 251 / 0.3);
}
.focus\:border-b-gray-50\/35:focus{
  border-bottom-color: rgb(249 250 251 / 0.35);
}
.focus\:border-b-gray-50\/40:focus{
  border-bottom-color: rgb(249 250 251 / 0.4);
}
.focus\:border-b-gray-50\/45:focus{
  border-bottom-color: rgb(249 250 251 / 0.45);
}
.focus\:border-b-gray-50\/5:focus{
  border-bottom-color: rgb(249 250 251 / 0.05);
}
.focus\:border-b-gray-50\/50:focus{
  border-bottom-color: rgb(249 250 251 / 0.5);
}
.focus\:border-b-gray-50\/55:focus{
  border-bottom-color: rgb(249 250 251 / 0.55);
}
.focus\:border-b-gray-50\/60:focus{
  border-bottom-color: rgb(249 250 251 / 0.6);
}
.focus\:border-b-gray-50\/65:focus{
  border-bottom-color: rgb(249 250 251 / 0.65);
}
.focus\:border-b-gray-50\/70:focus{
  border-bottom-color: rgb(249 250 251 / 0.7);
}
.focus\:border-b-gray-50\/75:focus{
  border-bottom-color: rgb(249 250 251 / 0.75);
}
.focus\:border-b-gray-50\/80:focus{
  border-bottom-color: rgb(249 250 251 / 0.8);
}
.focus\:border-b-gray-50\/85:focus{
  border-bottom-color: rgb(249 250 251 / 0.85);
}
.focus\:border-b-gray-50\/90:focus{
  border-bottom-color: rgb(249 250 251 / 0.9);
}
.focus\:border-b-gray-50\/95:focus{
  border-bottom-color: rgb(249 250 251 / 0.95);
}
.focus\:border-b-gray-500:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-500\/0:focus{
  border-bottom-color: rgb(107 114 128 / 0);
}
.focus\:border-b-gray-500\/10:focus{
  border-bottom-color: rgb(107 114 128 / 0.1);
}
.focus\:border-b-gray-500\/100:focus{
  border-bottom-color: rgb(107 114 128 / 1);
}
.focus\:border-b-gray-500\/15:focus{
  border-bottom-color: rgb(107 114 128 / 0.15);
}
.focus\:border-b-gray-500\/20:focus{
  border-bottom-color: rgb(107 114 128 / 0.2);
}
.focus\:border-b-gray-500\/25:focus{
  border-bottom-color: rgb(107 114 128 / 0.25);
}
.focus\:border-b-gray-500\/30:focus{
  border-bottom-color: rgb(107 114 128 / 0.3);
}
.focus\:border-b-gray-500\/35:focus{
  border-bottom-color: rgb(107 114 128 / 0.35);
}
.focus\:border-b-gray-500\/40:focus{
  border-bottom-color: rgb(107 114 128 / 0.4);
}
.focus\:border-b-gray-500\/45:focus{
  border-bottom-color: rgb(107 114 128 / 0.45);
}
.focus\:border-b-gray-500\/5:focus{
  border-bottom-color: rgb(107 114 128 / 0.05);
}
.focus\:border-b-gray-500\/50:focus{
  border-bottom-color: rgb(107 114 128 / 0.5);
}
.focus\:border-b-gray-500\/55:focus{
  border-bottom-color: rgb(107 114 128 / 0.55);
}
.focus\:border-b-gray-500\/60:focus{
  border-bottom-color: rgb(107 114 128 / 0.6);
}
.focus\:border-b-gray-500\/65:focus{
  border-bottom-color: rgb(107 114 128 / 0.65);
}
.focus\:border-b-gray-500\/70:focus{
  border-bottom-color: rgb(107 114 128 / 0.7);
}
.focus\:border-b-gray-500\/75:focus{
  border-bottom-color: rgb(107 114 128 / 0.75);
}
.focus\:border-b-gray-500\/80:focus{
  border-bottom-color: rgb(107 114 128 / 0.8);
}
.focus\:border-b-gray-500\/85:focus{
  border-bottom-color: rgb(107 114 128 / 0.85);
}
.focus\:border-b-gray-500\/90:focus{
  border-bottom-color: rgb(107 114 128 / 0.9);
}
.focus\:border-b-gray-500\/95:focus{
  border-bottom-color: rgb(107 114 128 / 0.95);
}
.focus\:border-b-gray-600:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-600\/0:focus{
  border-bottom-color: rgb(75 85 99 / 0);
}
.focus\:border-b-gray-600\/10:focus{
  border-bottom-color: rgb(75 85 99 / 0.1);
}
.focus\:border-b-gray-600\/100:focus{
  border-bottom-color: rgb(75 85 99 / 1);
}
.focus\:border-b-gray-600\/15:focus{
  border-bottom-color: rgb(75 85 99 / 0.15);
}
.focus\:border-b-gray-600\/20:focus{
  border-bottom-color: rgb(75 85 99 / 0.2);
}
.focus\:border-b-gray-600\/25:focus{
  border-bottom-color: rgb(75 85 99 / 0.25);
}
.focus\:border-b-gray-600\/30:focus{
  border-bottom-color: rgb(75 85 99 / 0.3);
}
.focus\:border-b-gray-600\/35:focus{
  border-bottom-color: rgb(75 85 99 / 0.35);
}
.focus\:border-b-gray-600\/40:focus{
  border-bottom-color: rgb(75 85 99 / 0.4);
}
.focus\:border-b-gray-600\/45:focus{
  border-bottom-color: rgb(75 85 99 / 0.45);
}
.focus\:border-b-gray-600\/5:focus{
  border-bottom-color: rgb(75 85 99 / 0.05);
}
.focus\:border-b-gray-600\/50:focus{
  border-bottom-color: rgb(75 85 99 / 0.5);
}
.focus\:border-b-gray-600\/55:focus{
  border-bottom-color: rgb(75 85 99 / 0.55);
}
.focus\:border-b-gray-600\/60:focus{
  border-bottom-color: rgb(75 85 99 / 0.6);
}
.focus\:border-b-gray-600\/65:focus{
  border-bottom-color: rgb(75 85 99 / 0.65);
}
.focus\:border-b-gray-600\/70:focus{
  border-bottom-color: rgb(75 85 99 / 0.7);
}
.focus\:border-b-gray-600\/75:focus{
  border-bottom-color: rgb(75 85 99 / 0.75);
}
.focus\:border-b-gray-600\/80:focus{
  border-bottom-color: rgb(75 85 99 / 0.8);
}
.focus\:border-b-gray-600\/85:focus{
  border-bottom-color: rgb(75 85 99 / 0.85);
}
.focus\:border-b-gray-600\/90:focus{
  border-bottom-color: rgb(75 85 99 / 0.9);
}
.focus\:border-b-gray-600\/95:focus{
  border-bottom-color: rgb(75 85 99 / 0.95);
}
.focus\:border-b-gray-700:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-700\/0:focus{
  border-bottom-color: rgb(55 65 81 / 0);
}
.focus\:border-b-gray-700\/10:focus{
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.focus\:border-b-gray-700\/100:focus{
  border-bottom-color: rgb(55 65 81 / 1);
}
.focus\:border-b-gray-700\/15:focus{
  border-bottom-color: rgb(55 65 81 / 0.15);
}
.focus\:border-b-gray-700\/20:focus{
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.focus\:border-b-gray-700\/25:focus{
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.focus\:border-b-gray-700\/30:focus{
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.focus\:border-b-gray-700\/35:focus{
  border-bottom-color: rgb(55 65 81 / 0.35);
}
.focus\:border-b-gray-700\/40:focus{
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.focus\:border-b-gray-700\/45:focus{
  border-bottom-color: rgb(55 65 81 / 0.45);
}
.focus\:border-b-gray-700\/5:focus{
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.focus\:border-b-gray-700\/50:focus{
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.focus\:border-b-gray-700\/55:focus{
  border-bottom-color: rgb(55 65 81 / 0.55);
}
.focus\:border-b-gray-700\/60:focus{
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.focus\:border-b-gray-700\/65:focus{
  border-bottom-color: rgb(55 65 81 / 0.65);
}
.focus\:border-b-gray-700\/70:focus{
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.focus\:border-b-gray-700\/75:focus{
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.focus\:border-b-gray-700\/80:focus{
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.focus\:border-b-gray-700\/85:focus{
  border-bottom-color: rgb(55 65 81 / 0.85);
}
.focus\:border-b-gray-700\/90:focus{
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.focus\:border-b-gray-700\/95:focus{
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.focus\:border-b-gray-800:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-800\/0:focus{
  border-bottom-color: rgb(31 41 55 / 0);
}
.focus\:border-b-gray-800\/10:focus{
  border-bottom-color: rgb(31 41 55 / 0.1);
}
.focus\:border-b-gray-800\/100:focus{
  border-bottom-color: rgb(31 41 55 / 1);
}
.focus\:border-b-gray-800\/15:focus{
  border-bottom-color: rgb(31 41 55 / 0.15);
}
.focus\:border-b-gray-800\/20:focus{
  border-bottom-color: rgb(31 41 55 / 0.2);
}
.focus\:border-b-gray-800\/25:focus{
  border-bottom-color: rgb(31 41 55 / 0.25);
}
.focus\:border-b-gray-800\/30:focus{
  border-bottom-color: rgb(31 41 55 / 0.3);
}
.focus\:border-b-gray-800\/35:focus{
  border-bottom-color: rgb(31 41 55 / 0.35);
}
.focus\:border-b-gray-800\/40:focus{
  border-bottom-color: rgb(31 41 55 / 0.4);
}
.focus\:border-b-gray-800\/45:focus{
  border-bottom-color: rgb(31 41 55 / 0.45);
}
.focus\:border-b-gray-800\/5:focus{
  border-bottom-color: rgb(31 41 55 / 0.05);
}
.focus\:border-b-gray-800\/50:focus{
  border-bottom-color: rgb(31 41 55 / 0.5);
}
.focus\:border-b-gray-800\/55:focus{
  border-bottom-color: rgb(31 41 55 / 0.55);
}
.focus\:border-b-gray-800\/60:focus{
  border-bottom-color: rgb(31 41 55 / 0.6);
}
.focus\:border-b-gray-800\/65:focus{
  border-bottom-color: rgb(31 41 55 / 0.65);
}
.focus\:border-b-gray-800\/70:focus{
  border-bottom-color: rgb(31 41 55 / 0.7);
}
.focus\:border-b-gray-800\/75:focus{
  border-bottom-color: rgb(31 41 55 / 0.75);
}
.focus\:border-b-gray-800\/80:focus{
  border-bottom-color: rgb(31 41 55 / 0.8);
}
.focus\:border-b-gray-800\/85:focus{
  border-bottom-color: rgb(31 41 55 / 0.85);
}
.focus\:border-b-gray-800\/90:focus{
  border-bottom-color: rgb(31 41 55 / 0.9);
}
.focus\:border-b-gray-800\/95:focus{
  border-bottom-color: rgb(31 41 55 / 0.95);
}
.focus\:border-b-gray-900:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-900\/0:focus{
  border-bottom-color: rgb(17 24 39 / 0);
}
.focus\:border-b-gray-900\/10:focus{
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.focus\:border-b-gray-900\/100:focus{
  border-bottom-color: rgb(17 24 39 / 1);
}
.focus\:border-b-gray-900\/15:focus{
  border-bottom-color: rgb(17 24 39 / 0.15);
}
.focus\:border-b-gray-900\/20:focus{
  border-bottom-color: rgb(17 24 39 / 0.2);
}
.focus\:border-b-gray-900\/25:focus{
  border-bottom-color: rgb(17 24 39 / 0.25);
}
.focus\:border-b-gray-900\/30:focus{
  border-bottom-color: rgb(17 24 39 / 0.3);
}
.focus\:border-b-gray-900\/35:focus{
  border-bottom-color: rgb(17 24 39 / 0.35);
}
.focus\:border-b-gray-900\/40:focus{
  border-bottom-color: rgb(17 24 39 / 0.4);
}
.focus\:border-b-gray-900\/45:focus{
  border-bottom-color: rgb(17 24 39 / 0.45);
}
.focus\:border-b-gray-900\/5:focus{
  border-bottom-color: rgb(17 24 39 / 0.05);
}
.focus\:border-b-gray-900\/50:focus{
  border-bottom-color: rgb(17 24 39 / 0.5);
}
.focus\:border-b-gray-900\/55:focus{
  border-bottom-color: rgb(17 24 39 / 0.55);
}
.focus\:border-b-gray-900\/60:focus{
  border-bottom-color: rgb(17 24 39 / 0.6);
}
.focus\:border-b-gray-900\/65:focus{
  border-bottom-color: rgb(17 24 39 / 0.65);
}
.focus\:border-b-gray-900\/70:focus{
  border-bottom-color: rgb(17 24 39 / 0.7);
}
.focus\:border-b-gray-900\/75:focus{
  border-bottom-color: rgb(17 24 39 / 0.75);
}
.focus\:border-b-gray-900\/80:focus{
  border-bottom-color: rgb(17 24 39 / 0.8);
}
.focus\:border-b-gray-900\/85:focus{
  border-bottom-color: rgb(17 24 39 / 0.85);
}
.focus\:border-b-gray-900\/90:focus{
  border-bottom-color: rgb(17 24 39 / 0.9);
}
.focus\:border-b-gray-900\/95:focus{
  border-bottom-color: rgb(17 24 39 / 0.95);
}
.focus\:border-b-gray-950:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-b-gray-950\/0:focus{
  border-bottom-color: rgb(3 7 18 / 0);
}
.focus\:border-b-gray-950\/10:focus{
  border-bottom-color: rgb(3 7 18 / 0.1);
}
.focus\:border-b-gray-950\/100:focus{
  border-bottom-color: rgb(3 7 18 / 1);
}
.focus\:border-b-gray-950\/15:focus{
  border-bottom-color: rgb(3 7 18 / 0.15);
}
.focus\:border-b-gray-950\/20:focus{
  border-bottom-color: rgb(3 7 18 / 0.2);
}
.focus\:border-b-gray-950\/25:focus{
  border-bottom-color: rgb(3 7 18 / 0.25);
}
.focus\:border-b-gray-950\/30:focus{
  border-bottom-color: rgb(3 7 18 / 0.3);
}
.focus\:border-b-gray-950\/35:focus{
  border-bottom-color: rgb(3 7 18 / 0.35);
}
.focus\:border-b-gray-950\/40:focus{
  border-bottom-color: rgb(3 7 18 / 0.4);
}
.focus\:border-b-gray-950\/45:focus{
  border-bottom-color: rgb(3 7 18 / 0.45);
}
.focus\:border-b-gray-950\/5:focus{
  border-bottom-color: rgb(3 7 18 / 0.05);
}
.focus\:border-b-gray-950\/50:focus{
  border-bottom-color: rgb(3 7 18 / 0.5);
}
.focus\:border-b-gray-950\/55:focus{
  border-bottom-color: rgb(3 7 18 / 0.55);
}
.focus\:border-b-gray-950\/60:focus{
  border-bottom-color: rgb(3 7 18 / 0.6);
}
.focus\:border-b-gray-950\/65:focus{
  border-bottom-color: rgb(3 7 18 / 0.65);
}
.focus\:border-b-gray-950\/70:focus{
  border-bottom-color: rgb(3 7 18 / 0.7);
}
.focus\:border-b-gray-950\/75:focus{
  border-bottom-color: rgb(3 7 18 / 0.75);
}
.focus\:border-b-gray-950\/80:focus{
  border-bottom-color: rgb(3 7 18 / 0.8);
}
.focus\:border-b-gray-950\/85:focus{
  border-bottom-color: rgb(3 7 18 / 0.85);
}
.focus\:border-b-gray-950\/90:focus{
  border-bottom-color: rgb(3 7 18 / 0.9);
}
.focus\:border-b-gray-950\/95:focus{
  border-bottom-color: rgb(3 7 18 / 0.95);
}
.focus\:border-b-inherit:focus{
  border-bottom-color: inherit;
}
.focus\:border-b-primary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-dark:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-dark\/0:focus{
  border-bottom-color: rgb(26 88 121 / 0);
}
.focus\:border-b-primary-dark\/10:focus{
  border-bottom-color: rgb(26 88 121 / 0.1);
}
.focus\:border-b-primary-dark\/100:focus{
  border-bottom-color: rgb(26 88 121 / 1);
}
.focus\:border-b-primary-dark\/15:focus{
  border-bottom-color: rgb(26 88 121 / 0.15);
}
.focus\:border-b-primary-dark\/20:focus{
  border-bottom-color: rgb(26 88 121 / 0.2);
}
.focus\:border-b-primary-dark\/25:focus{
  border-bottom-color: rgb(26 88 121 / 0.25);
}
.focus\:border-b-primary-dark\/30:focus{
  border-bottom-color: rgb(26 88 121 / 0.3);
}
.focus\:border-b-primary-dark\/35:focus{
  border-bottom-color: rgb(26 88 121 / 0.35);
}
.focus\:border-b-primary-dark\/40:focus{
  border-bottom-color: rgb(26 88 121 / 0.4);
}
.focus\:border-b-primary-dark\/45:focus{
  border-bottom-color: rgb(26 88 121 / 0.45);
}
.focus\:border-b-primary-dark\/5:focus{
  border-bottom-color: rgb(26 88 121 / 0.05);
}
.focus\:border-b-primary-dark\/50:focus{
  border-bottom-color: rgb(26 88 121 / 0.5);
}
.focus\:border-b-primary-dark\/55:focus{
  border-bottom-color: rgb(26 88 121 / 0.55);
}
.focus\:border-b-primary-dark\/60:focus{
  border-bottom-color: rgb(26 88 121 / 0.6);
}
.focus\:border-b-primary-dark\/65:focus{
  border-bottom-color: rgb(26 88 121 / 0.65);
}
.focus\:border-b-primary-dark\/70:focus{
  border-bottom-color: rgb(26 88 121 / 0.7);
}
.focus\:border-b-primary-dark\/75:focus{
  border-bottom-color: rgb(26 88 121 / 0.75);
}
.focus\:border-b-primary-dark\/80:focus{
  border-bottom-color: rgb(26 88 121 / 0.8);
}
.focus\:border-b-primary-dark\/85:focus{
  border-bottom-color: rgb(26 88 121 / 0.85);
}
.focus\:border-b-primary-dark\/90:focus{
  border-bottom-color: rgb(26 88 121 / 0.9);
}
.focus\:border-b-primary-dark\/95:focus{
  border-bottom-color: rgb(26 88 121 / 0.95);
}
.focus\:border-b-primary-light:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-light\/0:focus{
  border-bottom-color: rgb(85 154 193 / 0);
}
.focus\:border-b-primary-light\/10:focus{
  border-bottom-color: rgb(85 154 193 / 0.1);
}
.focus\:border-b-primary-light\/100:focus{
  border-bottom-color: rgb(85 154 193 / 1);
}
.focus\:border-b-primary-light\/15:focus{
  border-bottom-color: rgb(85 154 193 / 0.15);
}
.focus\:border-b-primary-light\/20:focus{
  border-bottom-color: rgb(85 154 193 / 0.2);
}
.focus\:border-b-primary-light\/25:focus{
  border-bottom-color: rgb(85 154 193 / 0.25);
}
.focus\:border-b-primary-light\/30:focus{
  border-bottom-color: rgb(85 154 193 / 0.3);
}
.focus\:border-b-primary-light\/35:focus{
  border-bottom-color: rgb(85 154 193 / 0.35);
}
.focus\:border-b-primary-light\/40:focus{
  border-bottom-color: rgb(85 154 193 / 0.4);
}
.focus\:border-b-primary-light\/45:focus{
  border-bottom-color: rgb(85 154 193 / 0.45);
}
.focus\:border-b-primary-light\/5:focus{
  border-bottom-color: rgb(85 154 193 / 0.05);
}
.focus\:border-b-primary-light\/50:focus{
  border-bottom-color: rgb(85 154 193 / 0.5);
}
.focus\:border-b-primary-light\/55:focus{
  border-bottom-color: rgb(85 154 193 / 0.55);
}
.focus\:border-b-primary-light\/60:focus{
  border-bottom-color: rgb(85 154 193 / 0.6);
}
.focus\:border-b-primary-light\/65:focus{
  border-bottom-color: rgb(85 154 193 / 0.65);
}
.focus\:border-b-primary-light\/70:focus{
  border-bottom-color: rgb(85 154 193 / 0.7);
}
.focus\:border-b-primary-light\/75:focus{
  border-bottom-color: rgb(85 154 193 / 0.75);
}
.focus\:border-b-primary-light\/80:focus{
  border-bottom-color: rgb(85 154 193 / 0.8);
}
.focus\:border-b-primary-light\/85:focus{
  border-bottom-color: rgb(85 154 193 / 0.85);
}
.focus\:border-b-primary-light\/90:focus{
  border-bottom-color: rgb(85 154 193 / 0.9);
}
.focus\:border-b-primary-light\/95:focus{
  border-bottom-color: rgb(85 154 193 / 0.95);
}
.focus\:border-b-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-b-primary-lighter\/0:focus{
  border-bottom-color: rgb(115 177 212 / 0);
}
.focus\:border-b-primary-lighter\/10:focus{
  border-bottom-color: rgb(115 177 212 / 0.1);
}
.focus\:border-b-primary-lighter\/100:focus{
  border-bottom-color: rgb(115 177 212 / 1);
}
.focus\:border-b-primary-lighter\/15:focus{
  border-bottom-color: rgb(115 177 212 / 0.15);
}
.focus\:border-b-primary-lighter\/20:focus{
  border-bottom-color: rgb(115 177 212 / 0.2);
}
.focus\:border-b-primary-lighter\/25:focus{
  border-bottom-color: rgb(115 177 212 / 0.25);
}
.focus\:border-b-primary-lighter\/30:focus{
  border-bottom-color: rgb(115 177 212 / 0.3);
}
.focus\:border-b-primary-lighter\/35:focus{
  border-bottom-color: rgb(115 177 212 / 0.35);
}
.focus\:border-b-primary-lighter\/40:focus{
  border-bottom-color: rgb(115 177 212 / 0.4);
}
.focus\:border-b-primary-lighter\/45:focus{
  border-bottom-color: rgb(115 177 212 / 0.45);
}
.focus\:border-b-primary-lighter\/5:focus{
  border-bottom-color: rgb(115 177 212 / 0.05);
}
.focus\:border-b-primary-lighter\/50:focus{
  border-bottom-color: rgb(115 177 212 / 0.5);
}
.focus\:border-b-primary-lighter\/55:focus{
  border-bottom-color: rgb(115 177 212 / 0.55);
}
.focus\:border-b-primary-lighter\/60:focus{
  border-bottom-color: rgb(115 177 212 / 0.6);
}
.focus\:border-b-primary-lighter\/65:focus{
  border-bottom-color: rgb(115 177 212 / 0.65);
}
.focus\:border-b-primary-lighter\/70:focus{
  border-bottom-color: rgb(115 177 212 / 0.7);
}
.focus\:border-b-primary-lighter\/75:focus{
  border-bottom-color: rgb(115 177 212 / 0.75);
}
.focus\:border-b-primary-lighter\/80:focus{
  border-bottom-color: rgb(115 177 212 / 0.8);
}
.focus\:border-b-primary-lighter\/85:focus{
  border-bottom-color: rgb(115 177 212 / 0.85);
}
.focus\:border-b-primary-lighter\/90:focus{
  border-bottom-color: rgb(115 177 212 / 0.9);
}
.focus\:border-b-primary-lighter\/95:focus{
  border-bottom-color: rgb(115 177 212 / 0.95);
}
.focus\:border-b-primary\/0:focus{
  border-bottom-color: rgb(52 114 147 / 0);
}
.focus\:border-b-primary\/10:focus{
  border-bottom-color: rgb(52 114 147 / 0.1);
}
.focus\:border-b-primary\/100:focus{
  border-bottom-color: rgb(52 114 147 / 1);
}
.focus\:border-b-primary\/15:focus{
  border-bottom-color: rgb(52 114 147 / 0.15);
}
.focus\:border-b-primary\/20:focus{
  border-bottom-color: rgb(52 114 147 / 0.2);
}
.focus\:border-b-primary\/25:focus{
  border-bottom-color: rgb(52 114 147 / 0.25);
}
.focus\:border-b-primary\/30:focus{
  border-bottom-color: rgb(52 114 147 / 0.3);
}
.focus\:border-b-primary\/35:focus{
  border-bottom-color: rgb(52 114 147 / 0.35);
}
.focus\:border-b-primary\/40:focus{
  border-bottom-color: rgb(52 114 147 / 0.4);
}
.focus\:border-b-primary\/45:focus{
  border-bottom-color: rgb(52 114 147 / 0.45);
}
.focus\:border-b-primary\/5:focus{
  border-bottom-color: rgb(52 114 147 / 0.05);
}
.focus\:border-b-primary\/50:focus{
  border-bottom-color: rgb(52 114 147 / 0.5);
}
.focus\:border-b-primary\/55:focus{
  border-bottom-color: rgb(52 114 147 / 0.55);
}
.focus\:border-b-primary\/60:focus{
  border-bottom-color: rgb(52 114 147 / 0.6);
}
.focus\:border-b-primary\/65:focus{
  border-bottom-color: rgb(52 114 147 / 0.65);
}
.focus\:border-b-primary\/70:focus{
  border-bottom-color: rgb(52 114 147 / 0.7);
}
.focus\:border-b-primary\/75:focus{
  border-bottom-color: rgb(52 114 147 / 0.75);
}
.focus\:border-b-primary\/80:focus{
  border-bottom-color: rgb(52 114 147 / 0.8);
}
.focus\:border-b-primary\/85:focus{
  border-bottom-color: rgb(52 114 147 / 0.85);
}
.focus\:border-b-primary\/90:focus{
  border-bottom-color: rgb(52 114 147 / 0.9);
}
.focus\:border-b-primary\/95:focus{
  border-bottom-color: rgb(52 114 147 / 0.95);
}
.focus\:border-b-secondary:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-dark\/0:focus{
  border-bottom-color: rgb(226 207 188 / 0);
}
.focus\:border-b-secondary-dark\/10:focus{
  border-bottom-color: rgb(226 207 188 / 0.1);
}
.focus\:border-b-secondary-dark\/100:focus{
  border-bottom-color: rgb(226 207 188 / 1);
}
.focus\:border-b-secondary-dark\/15:focus{
  border-bottom-color: rgb(226 207 188 / 0.15);
}
.focus\:border-b-secondary-dark\/20:focus{
  border-bottom-color: rgb(226 207 188 / 0.2);
}
.focus\:border-b-secondary-dark\/25:focus{
  border-bottom-color: rgb(226 207 188 / 0.25);
}
.focus\:border-b-secondary-dark\/30:focus{
  border-bottom-color: rgb(226 207 188 / 0.3);
}
.focus\:border-b-secondary-dark\/35:focus{
  border-bottom-color: rgb(226 207 188 / 0.35);
}
.focus\:border-b-secondary-dark\/40:focus{
  border-bottom-color: rgb(226 207 188 / 0.4);
}
.focus\:border-b-secondary-dark\/45:focus{
  border-bottom-color: rgb(226 207 188 / 0.45);
}
.focus\:border-b-secondary-dark\/5:focus{
  border-bottom-color: rgb(226 207 188 / 0.05);
}
.focus\:border-b-secondary-dark\/50:focus{
  border-bottom-color: rgb(226 207 188 / 0.5);
}
.focus\:border-b-secondary-dark\/55:focus{
  border-bottom-color: rgb(226 207 188 / 0.55);
}
.focus\:border-b-secondary-dark\/60:focus{
  border-bottom-color: rgb(226 207 188 / 0.6);
}
.focus\:border-b-secondary-dark\/65:focus{
  border-bottom-color: rgb(226 207 188 / 0.65);
}
.focus\:border-b-secondary-dark\/70:focus{
  border-bottom-color: rgb(226 207 188 / 0.7);
}
.focus\:border-b-secondary-dark\/75:focus{
  border-bottom-color: rgb(226 207 188 / 0.75);
}
.focus\:border-b-secondary-dark\/80:focus{
  border-bottom-color: rgb(226 207 188 / 0.8);
}
.focus\:border-b-secondary-dark\/85:focus{
  border-bottom-color: rgb(226 207 188 / 0.85);
}
.focus\:border-b-secondary-dark\/90:focus{
  border-bottom-color: rgb(226 207 188 / 0.9);
}
.focus\:border-b-secondary-dark\/95:focus{
  border-bottom-color: rgb(226 207 188 / 0.95);
}
.focus\:border-b-secondary-light:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-b-secondary-light\/0:focus{
  border-bottom-color: rgb(254 250 247 / 0);
}
.focus\:border-b-secondary-light\/10:focus{
  border-bottom-color: rgb(254 250 247 / 0.1);
}
.focus\:border-b-secondary-light\/100:focus{
  border-bottom-color: rgb(254 250 247 / 1);
}
.focus\:border-b-secondary-light\/15:focus{
  border-bottom-color: rgb(254 250 247 / 0.15);
}
.focus\:border-b-secondary-light\/20:focus{
  border-bottom-color: rgb(254 250 247 / 0.2);
}
.focus\:border-b-secondary-light\/25:focus{
  border-bottom-color: rgb(254 250 247 / 0.25);
}
.focus\:border-b-secondary-light\/30:focus{
  border-bottom-color: rgb(254 250 247 / 0.3);
}
.focus\:border-b-secondary-light\/35:focus{
  border-bottom-color: rgb(254 250 247 / 0.35);
}
.focus\:border-b-secondary-light\/40:focus{
  border-bottom-color: rgb(254 250 247 / 0.4);
}
.focus\:border-b-secondary-light\/45:focus{
  border-bottom-color: rgb(254 250 247 / 0.45);
}
.focus\:border-b-secondary-light\/5:focus{
  border-bottom-color: rgb(254 250 247 / 0.05);
}
.focus\:border-b-secondary-light\/50:focus{
  border-bottom-color: rgb(254 250 247 / 0.5);
}
.focus\:border-b-secondary-light\/55:focus{
  border-bottom-color: rgb(254 250 247 / 0.55);
}
.focus\:border-b-secondary-light\/60:focus{
  border-bottom-color: rgb(254 250 247 / 0.6);
}
.focus\:border-b-secondary-light\/65:focus{
  border-bottom-color: rgb(254 250 247 / 0.65);
}
.focus\:border-b-secondary-light\/70:focus{
  border-bottom-color: rgb(254 250 247 / 0.7);
}
.focus\:border-b-secondary-light\/75:focus{
  border-bottom-color: rgb(254 250 247 / 0.75);
}
.focus\:border-b-secondary-light\/80:focus{
  border-bottom-color: rgb(254 250 247 / 0.8);
}
.focus\:border-b-secondary-light\/85:focus{
  border-bottom-color: rgb(254 250 247 / 0.85);
}
.focus\:border-b-secondary-light\/90:focus{
  border-bottom-color: rgb(254 250 247 / 0.9);
}
.focus\:border-b-secondary-light\/95:focus{
  border-bottom-color: rgb(254 250 247 / 0.95);
}
.focus\:border-b-secondary\/0:focus{
  border-bottom-color: rgb(243 234 225 / 0);
}
.focus\:border-b-secondary\/10:focus{
  border-bottom-color: rgb(243 234 225 / 0.1);
}
.focus\:border-b-secondary\/100:focus{
  border-bottom-color: rgb(243 234 225 / 1);
}
.focus\:border-b-secondary\/15:focus{
  border-bottom-color: rgb(243 234 225 / 0.15);
}
.focus\:border-b-secondary\/20:focus{
  border-bottom-color: rgb(243 234 225 / 0.2);
}
.focus\:border-b-secondary\/25:focus{
  border-bottom-color: rgb(243 234 225 / 0.25);
}
.focus\:border-b-secondary\/30:focus{
  border-bottom-color: rgb(243 234 225 / 0.3);
}
.focus\:border-b-secondary\/35:focus{
  border-bottom-color: rgb(243 234 225 / 0.35);
}
.focus\:border-b-secondary\/40:focus{
  border-bottom-color: rgb(243 234 225 / 0.4);
}
.focus\:border-b-secondary\/45:focus{
  border-bottom-color: rgb(243 234 225 / 0.45);
}
.focus\:border-b-secondary\/5:focus{
  border-bottom-color: rgb(243 234 225 / 0.05);
}
.focus\:border-b-secondary\/50:focus{
  border-bottom-color: rgb(243 234 225 / 0.5);
}
.focus\:border-b-secondary\/55:focus{
  border-bottom-color: rgb(243 234 225 / 0.55);
}
.focus\:border-b-secondary\/60:focus{
  border-bottom-color: rgb(243 234 225 / 0.6);
}
.focus\:border-b-secondary\/65:focus{
  border-bottom-color: rgb(243 234 225 / 0.65);
}
.focus\:border-b-secondary\/70:focus{
  border-bottom-color: rgb(243 234 225 / 0.7);
}
.focus\:border-b-secondary\/75:focus{
  border-bottom-color: rgb(243 234 225 / 0.75);
}
.focus\:border-b-secondary\/80:focus{
  border-bottom-color: rgb(243 234 225 / 0.8);
}
.focus\:border-b-secondary\/85:focus{
  border-bottom-color: rgb(243 234 225 / 0.85);
}
.focus\:border-b-secondary\/90:focus{
  border-bottom-color: rgb(243 234 225 / 0.9);
}
.focus\:border-b-secondary\/95:focus{
  border-bottom-color: rgb(243 234 225 / 0.95);
}
.focus\:border-b-transparent:focus{
  border-bottom-color: transparent;
}
.focus\:border-b-transparent\/0:focus{
  border-bottom-color: rgb(0 0 0 / 0);
}
.focus\:border-b-transparent\/10:focus{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.focus\:border-b-transparent\/100:focus{
  border-bottom-color: rgb(0 0 0 / 1);
}
.focus\:border-b-transparent\/15:focus{
  border-bottom-color: rgb(0 0 0 / 0.15);
}
.focus\:border-b-transparent\/20:focus{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.focus\:border-b-transparent\/25:focus{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.focus\:border-b-transparent\/30:focus{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.focus\:border-b-transparent\/35:focus{
  border-bottom-color: rgb(0 0 0 / 0.35);
}
.focus\:border-b-transparent\/40:focus{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.focus\:border-b-transparent\/45:focus{
  border-bottom-color: rgb(0 0 0 / 0.45);
}
.focus\:border-b-transparent\/5:focus{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.focus\:border-b-transparent\/50:focus{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.focus\:border-b-transparent\/55:focus{
  border-bottom-color: rgb(0 0 0 / 0.55);
}
.focus\:border-b-transparent\/60:focus{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.focus\:border-b-transparent\/65:focus{
  border-bottom-color: rgb(0 0 0 / 0.65);
}
.focus\:border-b-transparent\/70:focus{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.focus\:border-b-transparent\/75:focus{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.focus\:border-b-transparent\/80:focus{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.focus\:border-b-transparent\/85:focus{
  border-bottom-color: rgb(0 0 0 / 0.85);
}
.focus\:border-b-transparent\/90:focus{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.focus\:border-b-transparent\/95:focus{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.focus\:border-b-white:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-b-white\/0:focus{
  border-bottom-color: rgb(255 255 255 / 0);
}
.focus\:border-b-white\/10:focus{
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.focus\:border-b-white\/100:focus{
  border-bottom-color: rgb(255 255 255 / 1);
}
.focus\:border-b-white\/15:focus{
  border-bottom-color: rgb(255 255 255 / 0.15);
}
.focus\:border-b-white\/20:focus{
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.focus\:border-b-white\/25:focus{
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.focus\:border-b-white\/30:focus{
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.focus\:border-b-white\/35:focus{
  border-bottom-color: rgb(255 255 255 / 0.35);
}
.focus\:border-b-white\/40:focus{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.focus\:border-b-white\/45:focus{
  border-bottom-color: rgb(255 255 255 / 0.45);
}
.focus\:border-b-white\/5:focus{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.focus\:border-b-white\/50:focus{
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.focus\:border-b-white\/55:focus{
  border-bottom-color: rgb(255 255 255 / 0.55);
}
.focus\:border-b-white\/60:focus{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.focus\:border-b-white\/65:focus{
  border-bottom-color: rgb(255 255 255 / 0.65);
}
.focus\:border-b-white\/70:focus{
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.focus\:border-b-white\/75:focus{
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.focus\:border-b-white\/80:focus{
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.focus\:border-b-white\/85:focus{
  border-bottom-color: rgb(255 255 255 / 0.85);
}
.focus\:border-b-white\/90:focus{
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.focus\:border-b-white\/95:focus{
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.focus\:border-e-accent:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-dark:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-dark\/0:focus{
  border-inline-end-color: rgb(225 114 45 / 0);
}
.focus\:border-e-accent-dark\/10:focus{
  border-inline-end-color: rgb(225 114 45 / 0.1);
}
.focus\:border-e-accent-dark\/100:focus{
  border-inline-end-color: rgb(225 114 45 / 1);
}
.focus\:border-e-accent-dark\/15:focus{
  border-inline-end-color: rgb(225 114 45 / 0.15);
}
.focus\:border-e-accent-dark\/20:focus{
  border-inline-end-color: rgb(225 114 45 / 0.2);
}
.focus\:border-e-accent-dark\/25:focus{
  border-inline-end-color: rgb(225 114 45 / 0.25);
}
.focus\:border-e-accent-dark\/30:focus{
  border-inline-end-color: rgb(225 114 45 / 0.3);
}
.focus\:border-e-accent-dark\/35:focus{
  border-inline-end-color: rgb(225 114 45 / 0.35);
}
.focus\:border-e-accent-dark\/40:focus{
  border-inline-end-color: rgb(225 114 45 / 0.4);
}
.focus\:border-e-accent-dark\/45:focus{
  border-inline-end-color: rgb(225 114 45 / 0.45);
}
.focus\:border-e-accent-dark\/5:focus{
  border-inline-end-color: rgb(225 114 45 / 0.05);
}
.focus\:border-e-accent-dark\/50:focus{
  border-inline-end-color: rgb(225 114 45 / 0.5);
}
.focus\:border-e-accent-dark\/55:focus{
  border-inline-end-color: rgb(225 114 45 / 0.55);
}
.focus\:border-e-accent-dark\/60:focus{
  border-inline-end-color: rgb(225 114 45 / 0.6);
}
.focus\:border-e-accent-dark\/65:focus{
  border-inline-end-color: rgb(225 114 45 / 0.65);
}
.focus\:border-e-accent-dark\/70:focus{
  border-inline-end-color: rgb(225 114 45 / 0.7);
}
.focus\:border-e-accent-dark\/75:focus{
  border-inline-end-color: rgb(225 114 45 / 0.75);
}
.focus\:border-e-accent-dark\/80:focus{
  border-inline-end-color: rgb(225 114 45 / 0.8);
}
.focus\:border-e-accent-dark\/85:focus{
  border-inline-end-color: rgb(225 114 45 / 0.85);
}
.focus\:border-e-accent-dark\/90:focus{
  border-inline-end-color: rgb(225 114 45 / 0.9);
}
.focus\:border-e-accent-dark\/95:focus{
  border-inline-end-color: rgb(225 114 45 / 0.95);
}
.focus\:border-e-accent-light:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-e-accent-light\/0:focus{
  border-inline-end-color: rgb(255 191 105 / 0);
}
.focus\:border-e-accent-light\/10:focus{
  border-inline-end-color: rgb(255 191 105 / 0.1);
}
.focus\:border-e-accent-light\/100:focus{
  border-inline-end-color: rgb(255 191 105 / 1);
}
.focus\:border-e-accent-light\/15:focus{
  border-inline-end-color: rgb(255 191 105 / 0.15);
}
.focus\:border-e-accent-light\/20:focus{
  border-inline-end-color: rgb(255 191 105 / 0.2);
}
.focus\:border-e-accent-light\/25:focus{
  border-inline-end-color: rgb(255 191 105 / 0.25);
}
.focus\:border-e-accent-light\/30:focus{
  border-inline-end-color: rgb(255 191 105 / 0.3);
}
.focus\:border-e-accent-light\/35:focus{
  border-inline-end-color: rgb(255 191 105 / 0.35);
}
.focus\:border-e-accent-light\/40:focus{
  border-inline-end-color: rgb(255 191 105 / 0.4);
}
.focus\:border-e-accent-light\/45:focus{
  border-inline-end-color: rgb(255 191 105 / 0.45);
}
.focus\:border-e-accent-light\/5:focus{
  border-inline-end-color: rgb(255 191 105 / 0.05);
}
.focus\:border-e-accent-light\/50:focus{
  border-inline-end-color: rgb(255 191 105 / 0.5);
}
.focus\:border-e-accent-light\/55:focus{
  border-inline-end-color: rgb(255 191 105 / 0.55);
}
.focus\:border-e-accent-light\/60:focus{
  border-inline-end-color: rgb(255 191 105 / 0.6);
}
.focus\:border-e-accent-light\/65:focus{
  border-inline-end-color: rgb(255 191 105 / 0.65);
}
.focus\:border-e-accent-light\/70:focus{
  border-inline-end-color: rgb(255 191 105 / 0.7);
}
.focus\:border-e-accent-light\/75:focus{
  border-inline-end-color: rgb(255 191 105 / 0.75);
}
.focus\:border-e-accent-light\/80:focus{
  border-inline-end-color: rgb(255 191 105 / 0.8);
}
.focus\:border-e-accent-light\/85:focus{
  border-inline-end-color: rgb(255 191 105 / 0.85);
}
.focus\:border-e-accent-light\/90:focus{
  border-inline-end-color: rgb(255 191 105 / 0.9);
}
.focus\:border-e-accent-light\/95:focus{
  border-inline-end-color: rgb(255 191 105 / 0.95);
}
.focus\:border-e-accent\/0:focus{
  border-inline-end-color: rgb(229 136 78 / 0);
}
.focus\:border-e-accent\/10:focus{
  border-inline-end-color: rgb(229 136 78 / 0.1);
}
.focus\:border-e-accent\/100:focus{
  border-inline-end-color: rgb(229 136 78 / 1);
}
.focus\:border-e-accent\/15:focus{
  border-inline-end-color: rgb(229 136 78 / 0.15);
}
.focus\:border-e-accent\/20:focus{
  border-inline-end-color: rgb(229 136 78 / 0.2);
}
.focus\:border-e-accent\/25:focus{
  border-inline-end-color: rgb(229 136 78 / 0.25);
}
.focus\:border-e-accent\/30:focus{
  border-inline-end-color: rgb(229 136 78 / 0.3);
}
.focus\:border-e-accent\/35:focus{
  border-inline-end-color: rgb(229 136 78 / 0.35);
}
.focus\:border-e-accent\/40:focus{
  border-inline-end-color: rgb(229 136 78 / 0.4);
}
.focus\:border-e-accent\/45:focus{
  border-inline-end-color: rgb(229 136 78 / 0.45);
}
.focus\:border-e-accent\/5:focus{
  border-inline-end-color: rgb(229 136 78 / 0.05);
}
.focus\:border-e-accent\/50:focus{
  border-inline-end-color: rgb(229 136 78 / 0.5);
}
.focus\:border-e-accent\/55:focus{
  border-inline-end-color: rgb(229 136 78 / 0.55);
}
.focus\:border-e-accent\/60:focus{
  border-inline-end-color: rgb(229 136 78 / 0.6);
}
.focus\:border-e-accent\/65:focus{
  border-inline-end-color: rgb(229 136 78 / 0.65);
}
.focus\:border-e-accent\/70:focus{
  border-inline-end-color: rgb(229 136 78 / 0.7);
}
.focus\:border-e-accent\/75:focus{
  border-inline-end-color: rgb(229 136 78 / 0.75);
}
.focus\:border-e-accent\/80:focus{
  border-inline-end-color: rgb(229 136 78 / 0.8);
}
.focus\:border-e-accent\/85:focus{
  border-inline-end-color: rgb(229 136 78 / 0.85);
}
.focus\:border-e-accent\/90:focus{
  border-inline-end-color: rgb(229 136 78 / 0.9);
}
.focus\:border-e-accent\/95:focus{
  border-inline-end-color: rgb(229 136 78 / 0.95);
}
.focus\:border-e-black:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-e-black\/0:focus{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.focus\:border-e-black\/10:focus{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.focus\:border-e-black\/100:focus{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.focus\:border-e-black\/15:focus{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.focus\:border-e-black\/20:focus{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.focus\:border-e-black\/25:focus{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.focus\:border-e-black\/30:focus{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.focus\:border-e-black\/35:focus{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.focus\:border-e-black\/40:focus{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.focus\:border-e-black\/45:focus{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.focus\:border-e-black\/5:focus{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.focus\:border-e-black\/50:focus{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.focus\:border-e-black\/55:focus{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.focus\:border-e-black\/60:focus{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.focus\:border-e-black\/65:focus{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.focus\:border-e-black\/70:focus{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.focus\:border-e-black\/75:focus{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.focus\:border-e-black\/80:focus{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.focus\:border-e-black\/85:focus{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.focus\:border-e-black\/90:focus{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.focus\:border-e-black\/95:focus{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.focus\:border-e-current:focus{
  border-inline-end-color: currentColor;
}
.focus\:border-e-error:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-e-error\/0:focus{
  border-inline-end-color: rgb(255 0 0 / 0);
}
.focus\:border-e-error\/10:focus{
  border-inline-end-color: rgb(255 0 0 / 0.1);
}
.focus\:border-e-error\/100:focus{
  border-inline-end-color: rgb(255 0 0 / 1);
}
.focus\:border-e-error\/15:focus{
  border-inline-end-color: rgb(255 0 0 / 0.15);
}
.focus\:border-e-error\/20:focus{
  border-inline-end-color: rgb(255 0 0 / 0.2);
}
.focus\:border-e-error\/25:focus{
  border-inline-end-color: rgb(255 0 0 / 0.25);
}
.focus\:border-e-error\/30:focus{
  border-inline-end-color: rgb(255 0 0 / 0.3);
}
.focus\:border-e-error\/35:focus{
  border-inline-end-color: rgb(255 0 0 / 0.35);
}
.focus\:border-e-error\/40:focus{
  border-inline-end-color: rgb(255 0 0 / 0.4);
}
.focus\:border-e-error\/45:focus{
  border-inline-end-color: rgb(255 0 0 / 0.45);
}
.focus\:border-e-error\/5:focus{
  border-inline-end-color: rgb(255 0 0 / 0.05);
}
.focus\:border-e-error\/50:focus{
  border-inline-end-color: rgb(255 0 0 / 0.5);
}
.focus\:border-e-error\/55:focus{
  border-inline-end-color: rgb(255 0 0 / 0.55);
}
.focus\:border-e-error\/60:focus{
  border-inline-end-color: rgb(255 0 0 / 0.6);
}
.focus\:border-e-error\/65:focus{
  border-inline-end-color: rgb(255 0 0 / 0.65);
}
.focus\:border-e-error\/70:focus{
  border-inline-end-color: rgb(255 0 0 / 0.7);
}
.focus\:border-e-error\/75:focus{
  border-inline-end-color: rgb(255 0 0 / 0.75);
}
.focus\:border-e-error\/80:focus{
  border-inline-end-color: rgb(255 0 0 / 0.8);
}
.focus\:border-e-error\/85:focus{
  border-inline-end-color: rgb(255 0 0 / 0.85);
}
.focus\:border-e-error\/90:focus{
  border-inline-end-color: rgb(255 0 0 / 0.9);
}
.focus\:border-e-error\/95:focus{
  border-inline-end-color: rgb(255 0 0 / 0.95);
}
.focus\:border-e-gray-100:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-100\/0:focus{
  border-inline-end-color: rgb(243 244 246 / 0);
}
.focus\:border-e-gray-100\/10:focus{
  border-inline-end-color: rgb(243 244 246 / 0.1);
}
.focus\:border-e-gray-100\/100:focus{
  border-inline-end-color: rgb(243 244 246 / 1);
}
.focus\:border-e-gray-100\/15:focus{
  border-inline-end-color: rgb(243 244 246 / 0.15);
}
.focus\:border-e-gray-100\/20:focus{
  border-inline-end-color: rgb(243 244 246 / 0.2);
}
.focus\:border-e-gray-100\/25:focus{
  border-inline-end-color: rgb(243 244 246 / 0.25);
}
.focus\:border-e-gray-100\/30:focus{
  border-inline-end-color: rgb(243 244 246 / 0.3);
}
.focus\:border-e-gray-100\/35:focus{
  border-inline-end-color: rgb(243 244 246 / 0.35);
}
.focus\:border-e-gray-100\/40:focus{
  border-inline-end-color: rgb(243 244 246 / 0.4);
}
.focus\:border-e-gray-100\/45:focus{
  border-inline-end-color: rgb(243 244 246 / 0.45);
}
.focus\:border-e-gray-100\/5:focus{
  border-inline-end-color: rgb(243 244 246 / 0.05);
}
.focus\:border-e-gray-100\/50:focus{
  border-inline-end-color: rgb(243 244 246 / 0.5);
}
.focus\:border-e-gray-100\/55:focus{
  border-inline-end-color: rgb(243 244 246 / 0.55);
}
.focus\:border-e-gray-100\/60:focus{
  border-inline-end-color: rgb(243 244 246 / 0.6);
}
.focus\:border-e-gray-100\/65:focus{
  border-inline-end-color: rgb(243 244 246 / 0.65);
}
.focus\:border-e-gray-100\/70:focus{
  border-inline-end-color: rgb(243 244 246 / 0.7);
}
.focus\:border-e-gray-100\/75:focus{
  border-inline-end-color: rgb(243 244 246 / 0.75);
}
.focus\:border-e-gray-100\/80:focus{
  border-inline-end-color: rgb(243 244 246 / 0.8);
}
.focus\:border-e-gray-100\/85:focus{
  border-inline-end-color: rgb(243 244 246 / 0.85);
}
.focus\:border-e-gray-100\/90:focus{
  border-inline-end-color: rgb(243 244 246 / 0.9);
}
.focus\:border-e-gray-100\/95:focus{
  border-inline-end-color: rgb(243 244 246 / 0.95);
}
.focus\:border-e-gray-200:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-200\/0:focus{
  border-inline-end-color: rgb(229 231 235 / 0);
}
.focus\:border-e-gray-200\/10:focus{
  border-inline-end-color: rgb(229 231 235 / 0.1);
}
.focus\:border-e-gray-200\/100:focus{
  border-inline-end-color: rgb(229 231 235 / 1);
}
.focus\:border-e-gray-200\/15:focus{
  border-inline-end-color: rgb(229 231 235 / 0.15);
}
.focus\:border-e-gray-200\/20:focus{
  border-inline-end-color: rgb(229 231 235 / 0.2);
}
.focus\:border-e-gray-200\/25:focus{
  border-inline-end-color: rgb(229 231 235 / 0.25);
}
.focus\:border-e-gray-200\/30:focus{
  border-inline-end-color: rgb(229 231 235 / 0.3);
}
.focus\:border-e-gray-200\/35:focus{
  border-inline-end-color: rgb(229 231 235 / 0.35);
}
.focus\:border-e-gray-200\/40:focus{
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.focus\:border-e-gray-200\/45:focus{
  border-inline-end-color: rgb(229 231 235 / 0.45);
}
.focus\:border-e-gray-200\/5:focus{
  border-inline-end-color: rgb(229 231 235 / 0.05);
}
.focus\:border-e-gray-200\/50:focus{
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.focus\:border-e-gray-200\/55:focus{
  border-inline-end-color: rgb(229 231 235 / 0.55);
}
.focus\:border-e-gray-200\/60:focus{
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.focus\:border-e-gray-200\/65:focus{
  border-inline-end-color: rgb(229 231 235 / 0.65);
}
.focus\:border-e-gray-200\/70:focus{
  border-inline-end-color: rgb(229 231 235 / 0.7);
}
.focus\:border-e-gray-200\/75:focus{
  border-inline-end-color: rgb(229 231 235 / 0.75);
}
.focus\:border-e-gray-200\/80:focus{
  border-inline-end-color: rgb(229 231 235 / 0.8);
}
.focus\:border-e-gray-200\/85:focus{
  border-inline-end-color: rgb(229 231 235 / 0.85);
}
.focus\:border-e-gray-200\/90:focus{
  border-inline-end-color: rgb(229 231 235 / 0.9);
}
.focus\:border-e-gray-200\/95:focus{
  border-inline-end-color: rgb(229 231 235 / 0.95);
}
.focus\:border-e-gray-300:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-300\/0:focus{
  border-inline-end-color: rgb(209 213 219 / 0);
}
.focus\:border-e-gray-300\/10:focus{
  border-inline-end-color: rgb(209 213 219 / 0.1);
}
.focus\:border-e-gray-300\/100:focus{
  border-inline-end-color: rgb(209 213 219 / 1);
}
.focus\:border-e-gray-300\/15:focus{
  border-inline-end-color: rgb(209 213 219 / 0.15);
}
.focus\:border-e-gray-300\/20:focus{
  border-inline-end-color: rgb(209 213 219 / 0.2);
}
.focus\:border-e-gray-300\/25:focus{
  border-inline-end-color: rgb(209 213 219 / 0.25);
}
.focus\:border-e-gray-300\/30:focus{
  border-inline-end-color: rgb(209 213 219 / 0.3);
}
.focus\:border-e-gray-300\/35:focus{
  border-inline-end-color: rgb(209 213 219 / 0.35);
}
.focus\:border-e-gray-300\/40:focus{
  border-inline-end-color: rgb(209 213 219 / 0.4);
}
.focus\:border-e-gray-300\/45:focus{
  border-inline-end-color: rgb(209 213 219 / 0.45);
}
.focus\:border-e-gray-300\/5:focus{
  border-inline-end-color: rgb(209 213 219 / 0.05);
}
.focus\:border-e-gray-300\/50:focus{
  border-inline-end-color: rgb(209 213 219 / 0.5);
}
.focus\:border-e-gray-300\/55:focus{
  border-inline-end-color: rgb(209 213 219 / 0.55);
}
.focus\:border-e-gray-300\/60:focus{
  border-inline-end-color: rgb(209 213 219 / 0.6);
}
.focus\:border-e-gray-300\/65:focus{
  border-inline-end-color: rgb(209 213 219 / 0.65);
}
.focus\:border-e-gray-300\/70:focus{
  border-inline-end-color: rgb(209 213 219 / 0.7);
}
.focus\:border-e-gray-300\/75:focus{
  border-inline-end-color: rgb(209 213 219 / 0.75);
}
.focus\:border-e-gray-300\/80:focus{
  border-inline-end-color: rgb(209 213 219 / 0.8);
}
.focus\:border-e-gray-300\/85:focus{
  border-inline-end-color: rgb(209 213 219 / 0.85);
}
.focus\:border-e-gray-300\/90:focus{
  border-inline-end-color: rgb(209 213 219 / 0.9);
}
.focus\:border-e-gray-300\/95:focus{
  border-inline-end-color: rgb(209 213 219 / 0.95);
}
.focus\:border-e-gray-400:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-400\/0:focus{
  border-inline-end-color: rgb(156 163 175 / 0);
}
.focus\:border-e-gray-400\/10:focus{
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.focus\:border-e-gray-400\/100:focus{
  border-inline-end-color: rgb(156 163 175 / 1);
}
.focus\:border-e-gray-400\/15:focus{
  border-inline-end-color: rgb(156 163 175 / 0.15);
}
.focus\:border-e-gray-400\/20:focus{
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.focus\:border-e-gray-400\/25:focus{
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.focus\:border-e-gray-400\/30:focus{
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.focus\:border-e-gray-400\/35:focus{
  border-inline-end-color: rgb(156 163 175 / 0.35);
}
.focus\:border-e-gray-400\/40:focus{
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.focus\:border-e-gray-400\/45:focus{
  border-inline-end-color: rgb(156 163 175 / 0.45);
}
.focus\:border-e-gray-400\/5:focus{
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.focus\:border-e-gray-400\/50:focus{
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.focus\:border-e-gray-400\/55:focus{
  border-inline-end-color: rgb(156 163 175 / 0.55);
}
.focus\:border-e-gray-400\/60:focus{
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.focus\:border-e-gray-400\/65:focus{
  border-inline-end-color: rgb(156 163 175 / 0.65);
}
.focus\:border-e-gray-400\/70:focus{
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.focus\:border-e-gray-400\/75:focus{
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.focus\:border-e-gray-400\/80:focus{
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.focus\:border-e-gray-400\/85:focus{
  border-inline-end-color: rgb(156 163 175 / 0.85);
}
.focus\:border-e-gray-400\/90:focus{
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.focus\:border-e-gray-400\/95:focus{
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.focus\:border-e-gray-50:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-50\/0:focus{
  border-inline-end-color: rgb(249 250 251 / 0);
}
.focus\:border-e-gray-50\/10:focus{
  border-inline-end-color: rgb(249 250 251 / 0.1);
}
.focus\:border-e-gray-50\/100:focus{
  border-inline-end-color: rgb(249 250 251 / 1);
}
.focus\:border-e-gray-50\/15:focus{
  border-inline-end-color: rgb(249 250 251 / 0.15);
}
.focus\:border-e-gray-50\/20:focus{
  border-inline-end-color: rgb(249 250 251 / 0.2);
}
.focus\:border-e-gray-50\/25:focus{
  border-inline-end-color: rgb(249 250 251 / 0.25);
}
.focus\:border-e-gray-50\/30:focus{
  border-inline-end-color: rgb(249 250 251 / 0.3);
}
.focus\:border-e-gray-50\/35:focus{
  border-inline-end-color: rgb(249 250 251 / 0.35);
}
.focus\:border-e-gray-50\/40:focus{
  border-inline-end-color: rgb(249 250 251 / 0.4);
}
.focus\:border-e-gray-50\/45:focus{
  border-inline-end-color: rgb(249 250 251 / 0.45);
}
.focus\:border-e-gray-50\/5:focus{
  border-inline-end-color: rgb(249 250 251 / 0.05);
}
.focus\:border-e-gray-50\/50:focus{
  border-inline-end-color: rgb(249 250 251 / 0.5);
}
.focus\:border-e-gray-50\/55:focus{
  border-inline-end-color: rgb(249 250 251 / 0.55);
}
.focus\:border-e-gray-50\/60:focus{
  border-inline-end-color: rgb(249 250 251 / 0.6);
}
.focus\:border-e-gray-50\/65:focus{
  border-inline-end-color: rgb(249 250 251 / 0.65);
}
.focus\:border-e-gray-50\/70:focus{
  border-inline-end-color: rgb(249 250 251 / 0.7);
}
.focus\:border-e-gray-50\/75:focus{
  border-inline-end-color: rgb(249 250 251 / 0.75);
}
.focus\:border-e-gray-50\/80:focus{
  border-inline-end-color: rgb(249 250 251 / 0.8);
}
.focus\:border-e-gray-50\/85:focus{
  border-inline-end-color: rgb(249 250 251 / 0.85);
}
.focus\:border-e-gray-50\/90:focus{
  border-inline-end-color: rgb(249 250 251 / 0.9);
}
.focus\:border-e-gray-50\/95:focus{
  border-inline-end-color: rgb(249 250 251 / 0.95);
}
.focus\:border-e-gray-500:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-500\/0:focus{
  border-inline-end-color: rgb(107 114 128 / 0);
}
.focus\:border-e-gray-500\/10:focus{
  border-inline-end-color: rgb(107 114 128 / 0.1);
}
.focus\:border-e-gray-500\/100:focus{
  border-inline-end-color: rgb(107 114 128 / 1);
}
.focus\:border-e-gray-500\/15:focus{
  border-inline-end-color: rgb(107 114 128 / 0.15);
}
.focus\:border-e-gray-500\/20:focus{
  border-inline-end-color: rgb(107 114 128 / 0.2);
}
.focus\:border-e-gray-500\/25:focus{
  border-inline-end-color: rgb(107 114 128 / 0.25);
}
.focus\:border-e-gray-500\/30:focus{
  border-inline-end-color: rgb(107 114 128 / 0.3);
}
.focus\:border-e-gray-500\/35:focus{
  border-inline-end-color: rgb(107 114 128 / 0.35);
}
.focus\:border-e-gray-500\/40:focus{
  border-inline-end-color: rgb(107 114 128 / 0.4);
}
.focus\:border-e-gray-500\/45:focus{
  border-inline-end-color: rgb(107 114 128 / 0.45);
}
.focus\:border-e-gray-500\/5:focus{
  border-inline-end-color: rgb(107 114 128 / 0.05);
}
.focus\:border-e-gray-500\/50:focus{
  border-inline-end-color: rgb(107 114 128 / 0.5);
}
.focus\:border-e-gray-500\/55:focus{
  border-inline-end-color: rgb(107 114 128 / 0.55);
}
.focus\:border-e-gray-500\/60:focus{
  border-inline-end-color: rgb(107 114 128 / 0.6);
}
.focus\:border-e-gray-500\/65:focus{
  border-inline-end-color: rgb(107 114 128 / 0.65);
}
.focus\:border-e-gray-500\/70:focus{
  border-inline-end-color: rgb(107 114 128 / 0.7);
}
.focus\:border-e-gray-500\/75:focus{
  border-inline-end-color: rgb(107 114 128 / 0.75);
}
.focus\:border-e-gray-500\/80:focus{
  border-inline-end-color: rgb(107 114 128 / 0.8);
}
.focus\:border-e-gray-500\/85:focus{
  border-inline-end-color: rgb(107 114 128 / 0.85);
}
.focus\:border-e-gray-500\/90:focus{
  border-inline-end-color: rgb(107 114 128 / 0.9);
}
.focus\:border-e-gray-500\/95:focus{
  border-inline-end-color: rgb(107 114 128 / 0.95);
}
.focus\:border-e-gray-600:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-600\/0:focus{
  border-inline-end-color: rgb(75 85 99 / 0);
}
.focus\:border-e-gray-600\/10:focus{
  border-inline-end-color: rgb(75 85 99 / 0.1);
}
.focus\:border-e-gray-600\/100:focus{
  border-inline-end-color: rgb(75 85 99 / 1);
}
.focus\:border-e-gray-600\/15:focus{
  border-inline-end-color: rgb(75 85 99 / 0.15);
}
.focus\:border-e-gray-600\/20:focus{
  border-inline-end-color: rgb(75 85 99 / 0.2);
}
.focus\:border-e-gray-600\/25:focus{
  border-inline-end-color: rgb(75 85 99 / 0.25);
}
.focus\:border-e-gray-600\/30:focus{
  border-inline-end-color: rgb(75 85 99 / 0.3);
}
.focus\:border-e-gray-600\/35:focus{
  border-inline-end-color: rgb(75 85 99 / 0.35);
}
.focus\:border-e-gray-600\/40:focus{
  border-inline-end-color: rgb(75 85 99 / 0.4);
}
.focus\:border-e-gray-600\/45:focus{
  border-inline-end-color: rgb(75 85 99 / 0.45);
}
.focus\:border-e-gray-600\/5:focus{
  border-inline-end-color: rgb(75 85 99 / 0.05);
}
.focus\:border-e-gray-600\/50:focus{
  border-inline-end-color: rgb(75 85 99 / 0.5);
}
.focus\:border-e-gray-600\/55:focus{
  border-inline-end-color: rgb(75 85 99 / 0.55);
}
.focus\:border-e-gray-600\/60:focus{
  border-inline-end-color: rgb(75 85 99 / 0.6);
}
.focus\:border-e-gray-600\/65:focus{
  border-inline-end-color: rgb(75 85 99 / 0.65);
}
.focus\:border-e-gray-600\/70:focus{
  border-inline-end-color: rgb(75 85 99 / 0.7);
}
.focus\:border-e-gray-600\/75:focus{
  border-inline-end-color: rgb(75 85 99 / 0.75);
}
.focus\:border-e-gray-600\/80:focus{
  border-inline-end-color: rgb(75 85 99 / 0.8);
}
.focus\:border-e-gray-600\/85:focus{
  border-inline-end-color: rgb(75 85 99 / 0.85);
}
.focus\:border-e-gray-600\/90:focus{
  border-inline-end-color: rgb(75 85 99 / 0.9);
}
.focus\:border-e-gray-600\/95:focus{
  border-inline-end-color: rgb(75 85 99 / 0.95);
}
.focus\:border-e-gray-700:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-700\/0:focus{
  border-inline-end-color: rgb(55 65 81 / 0);
}
.focus\:border-e-gray-700\/10:focus{
  border-inline-end-color: rgb(55 65 81 / 0.1);
}
.focus\:border-e-gray-700\/100:focus{
  border-inline-end-color: rgb(55 65 81 / 1);
}
.focus\:border-e-gray-700\/15:focus{
  border-inline-end-color: rgb(55 65 81 / 0.15);
}
.focus\:border-e-gray-700\/20:focus{
  border-inline-end-color: rgb(55 65 81 / 0.2);
}
.focus\:border-e-gray-700\/25:focus{
  border-inline-end-color: rgb(55 65 81 / 0.25);
}
.focus\:border-e-gray-700\/30:focus{
  border-inline-end-color: rgb(55 65 81 / 0.3);
}
.focus\:border-e-gray-700\/35:focus{
  border-inline-end-color: rgb(55 65 81 / 0.35);
}
.focus\:border-e-gray-700\/40:focus{
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.focus\:border-e-gray-700\/45:focus{
  border-inline-end-color: rgb(55 65 81 / 0.45);
}
.focus\:border-e-gray-700\/5:focus{
  border-inline-end-color: rgb(55 65 81 / 0.05);
}
.focus\:border-e-gray-700\/50:focus{
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.focus\:border-e-gray-700\/55:focus{
  border-inline-end-color: rgb(55 65 81 / 0.55);
}
.focus\:border-e-gray-700\/60:focus{
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.focus\:border-e-gray-700\/65:focus{
  border-inline-end-color: rgb(55 65 81 / 0.65);
}
.focus\:border-e-gray-700\/70:focus{
  border-inline-end-color: rgb(55 65 81 / 0.7);
}
.focus\:border-e-gray-700\/75:focus{
  border-inline-end-color: rgb(55 65 81 / 0.75);
}
.focus\:border-e-gray-700\/80:focus{
  border-inline-end-color: rgb(55 65 81 / 0.8);
}
.focus\:border-e-gray-700\/85:focus{
  border-inline-end-color: rgb(55 65 81 / 0.85);
}
.focus\:border-e-gray-700\/90:focus{
  border-inline-end-color: rgb(55 65 81 / 0.9);
}
.focus\:border-e-gray-700\/95:focus{
  border-inline-end-color: rgb(55 65 81 / 0.95);
}
.focus\:border-e-gray-800:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-800\/0:focus{
  border-inline-end-color: rgb(31 41 55 / 0);
}
.focus\:border-e-gray-800\/10:focus{
  border-inline-end-color: rgb(31 41 55 / 0.1);
}
.focus\:border-e-gray-800\/100:focus{
  border-inline-end-color: rgb(31 41 55 / 1);
}
.focus\:border-e-gray-800\/15:focus{
  border-inline-end-color: rgb(31 41 55 / 0.15);
}
.focus\:border-e-gray-800\/20:focus{
  border-inline-end-color: rgb(31 41 55 / 0.2);
}
.focus\:border-e-gray-800\/25:focus{
  border-inline-end-color: rgb(31 41 55 / 0.25);
}
.focus\:border-e-gray-800\/30:focus{
  border-inline-end-color: rgb(31 41 55 / 0.3);
}
.focus\:border-e-gray-800\/35:focus{
  border-inline-end-color: rgb(31 41 55 / 0.35);
}
.focus\:border-e-gray-800\/40:focus{
  border-inline-end-color: rgb(31 41 55 / 0.4);
}
.focus\:border-e-gray-800\/45:focus{
  border-inline-end-color: rgb(31 41 55 / 0.45);
}
.focus\:border-e-gray-800\/5:focus{
  border-inline-end-color: rgb(31 41 55 / 0.05);
}
.focus\:border-e-gray-800\/50:focus{
  border-inline-end-color: rgb(31 41 55 / 0.5);
}
.focus\:border-e-gray-800\/55:focus{
  border-inline-end-color: rgb(31 41 55 / 0.55);
}
.focus\:border-e-gray-800\/60:focus{
  border-inline-end-color: rgb(31 41 55 / 0.6);
}
.focus\:border-e-gray-800\/65:focus{
  border-inline-end-color: rgb(31 41 55 / 0.65);
}
.focus\:border-e-gray-800\/70:focus{
  border-inline-end-color: rgb(31 41 55 / 0.7);
}
.focus\:border-e-gray-800\/75:focus{
  border-inline-end-color: rgb(31 41 55 / 0.75);
}
.focus\:border-e-gray-800\/80:focus{
  border-inline-end-color: rgb(31 41 55 / 0.8);
}
.focus\:border-e-gray-800\/85:focus{
  border-inline-end-color: rgb(31 41 55 / 0.85);
}
.focus\:border-e-gray-800\/90:focus{
  border-inline-end-color: rgb(31 41 55 / 0.9);
}
.focus\:border-e-gray-800\/95:focus{
  border-inline-end-color: rgb(31 41 55 / 0.95);
}
.focus\:border-e-gray-900:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-900\/0:focus{
  border-inline-end-color: rgb(17 24 39 / 0);
}
.focus\:border-e-gray-900\/10:focus{
  border-inline-end-color: rgb(17 24 39 / 0.1);
}
.focus\:border-e-gray-900\/100:focus{
  border-inline-end-color: rgb(17 24 39 / 1);
}
.focus\:border-e-gray-900\/15:focus{
  border-inline-end-color: rgb(17 24 39 / 0.15);
}
.focus\:border-e-gray-900\/20:focus{
  border-inline-end-color: rgb(17 24 39 / 0.2);
}
.focus\:border-e-gray-900\/25:focus{
  border-inline-end-color: rgb(17 24 39 / 0.25);
}
.focus\:border-e-gray-900\/30:focus{
  border-inline-end-color: rgb(17 24 39 / 0.3);
}
.focus\:border-e-gray-900\/35:focus{
  border-inline-end-color: rgb(17 24 39 / 0.35);
}
.focus\:border-e-gray-900\/40:focus{
  border-inline-end-color: rgb(17 24 39 / 0.4);
}
.focus\:border-e-gray-900\/45:focus{
  border-inline-end-color: rgb(17 24 39 / 0.45);
}
.focus\:border-e-gray-900\/5:focus{
  border-inline-end-color: rgb(17 24 39 / 0.05);
}
.focus\:border-e-gray-900\/50:focus{
  border-inline-end-color: rgb(17 24 39 / 0.5);
}
.focus\:border-e-gray-900\/55:focus{
  border-inline-end-color: rgb(17 24 39 / 0.55);
}
.focus\:border-e-gray-900\/60:focus{
  border-inline-end-color: rgb(17 24 39 / 0.6);
}
.focus\:border-e-gray-900\/65:focus{
  border-inline-end-color: rgb(17 24 39 / 0.65);
}
.focus\:border-e-gray-900\/70:focus{
  border-inline-end-color: rgb(17 24 39 / 0.7);
}
.focus\:border-e-gray-900\/75:focus{
  border-inline-end-color: rgb(17 24 39 / 0.75);
}
.focus\:border-e-gray-900\/80:focus{
  border-inline-end-color: rgb(17 24 39 / 0.8);
}
.focus\:border-e-gray-900\/85:focus{
  border-inline-end-color: rgb(17 24 39 / 0.85);
}
.focus\:border-e-gray-900\/90:focus{
  border-inline-end-color: rgb(17 24 39 / 0.9);
}
.focus\:border-e-gray-900\/95:focus{
  border-inline-end-color: rgb(17 24 39 / 0.95);
}
.focus\:border-e-gray-950:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-e-gray-950\/0:focus{
  border-inline-end-color: rgb(3 7 18 / 0);
}
.focus\:border-e-gray-950\/10:focus{
  border-inline-end-color: rgb(3 7 18 / 0.1);
}
.focus\:border-e-gray-950\/100:focus{
  border-inline-end-color: rgb(3 7 18 / 1);
}
.focus\:border-e-gray-950\/15:focus{
  border-inline-end-color: rgb(3 7 18 / 0.15);
}
.focus\:border-e-gray-950\/20:focus{
  border-inline-end-color: rgb(3 7 18 / 0.2);
}
.focus\:border-e-gray-950\/25:focus{
  border-inline-end-color: rgb(3 7 18 / 0.25);
}
.focus\:border-e-gray-950\/30:focus{
  border-inline-end-color: rgb(3 7 18 / 0.3);
}
.focus\:border-e-gray-950\/35:focus{
  border-inline-end-color: rgb(3 7 18 / 0.35);
}
.focus\:border-e-gray-950\/40:focus{
  border-inline-end-color: rgb(3 7 18 / 0.4);
}
.focus\:border-e-gray-950\/45:focus{
  border-inline-end-color: rgb(3 7 18 / 0.45);
}
.focus\:border-e-gray-950\/5:focus{
  border-inline-end-color: rgb(3 7 18 / 0.05);
}
.focus\:border-e-gray-950\/50:focus{
  border-inline-end-color: rgb(3 7 18 / 0.5);
}
.focus\:border-e-gray-950\/55:focus{
  border-inline-end-color: rgb(3 7 18 / 0.55);
}
.focus\:border-e-gray-950\/60:focus{
  border-inline-end-color: rgb(3 7 18 / 0.6);
}
.focus\:border-e-gray-950\/65:focus{
  border-inline-end-color: rgb(3 7 18 / 0.65);
}
.focus\:border-e-gray-950\/70:focus{
  border-inline-end-color: rgb(3 7 18 / 0.7);
}
.focus\:border-e-gray-950\/75:focus{
  border-inline-end-color: rgb(3 7 18 / 0.75);
}
.focus\:border-e-gray-950\/80:focus{
  border-inline-end-color: rgb(3 7 18 / 0.8);
}
.focus\:border-e-gray-950\/85:focus{
  border-inline-end-color: rgb(3 7 18 / 0.85);
}
.focus\:border-e-gray-950\/90:focus{
  border-inline-end-color: rgb(3 7 18 / 0.9);
}
.focus\:border-e-gray-950\/95:focus{
  border-inline-end-color: rgb(3 7 18 / 0.95);
}
.focus\:border-e-inherit:focus{
  border-inline-end-color: inherit;
}
.focus\:border-e-primary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-dark:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-dark\/0:focus{
  border-inline-end-color: rgb(26 88 121 / 0);
}
.focus\:border-e-primary-dark\/10:focus{
  border-inline-end-color: rgb(26 88 121 / 0.1);
}
.focus\:border-e-primary-dark\/100:focus{
  border-inline-end-color: rgb(26 88 121 / 1);
}
.focus\:border-e-primary-dark\/15:focus{
  border-inline-end-color: rgb(26 88 121 / 0.15);
}
.focus\:border-e-primary-dark\/20:focus{
  border-inline-end-color: rgb(26 88 121 / 0.2);
}
.focus\:border-e-primary-dark\/25:focus{
  border-inline-end-color: rgb(26 88 121 / 0.25);
}
.focus\:border-e-primary-dark\/30:focus{
  border-inline-end-color: rgb(26 88 121 / 0.3);
}
.focus\:border-e-primary-dark\/35:focus{
  border-inline-end-color: rgb(26 88 121 / 0.35);
}
.focus\:border-e-primary-dark\/40:focus{
  border-inline-end-color: rgb(26 88 121 / 0.4);
}
.focus\:border-e-primary-dark\/45:focus{
  border-inline-end-color: rgb(26 88 121 / 0.45);
}
.focus\:border-e-primary-dark\/5:focus{
  border-inline-end-color: rgb(26 88 121 / 0.05);
}
.focus\:border-e-primary-dark\/50:focus{
  border-inline-end-color: rgb(26 88 121 / 0.5);
}
.focus\:border-e-primary-dark\/55:focus{
  border-inline-end-color: rgb(26 88 121 / 0.55);
}
.focus\:border-e-primary-dark\/60:focus{
  border-inline-end-color: rgb(26 88 121 / 0.6);
}
.focus\:border-e-primary-dark\/65:focus{
  border-inline-end-color: rgb(26 88 121 / 0.65);
}
.focus\:border-e-primary-dark\/70:focus{
  border-inline-end-color: rgb(26 88 121 / 0.7);
}
.focus\:border-e-primary-dark\/75:focus{
  border-inline-end-color: rgb(26 88 121 / 0.75);
}
.focus\:border-e-primary-dark\/80:focus{
  border-inline-end-color: rgb(26 88 121 / 0.8);
}
.focus\:border-e-primary-dark\/85:focus{
  border-inline-end-color: rgb(26 88 121 / 0.85);
}
.focus\:border-e-primary-dark\/90:focus{
  border-inline-end-color: rgb(26 88 121 / 0.9);
}
.focus\:border-e-primary-dark\/95:focus{
  border-inline-end-color: rgb(26 88 121 / 0.95);
}
.focus\:border-e-primary-light:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-light\/0:focus{
  border-inline-end-color: rgb(85 154 193 / 0);
}
.focus\:border-e-primary-light\/10:focus{
  border-inline-end-color: rgb(85 154 193 / 0.1);
}
.focus\:border-e-primary-light\/100:focus{
  border-inline-end-color: rgb(85 154 193 / 1);
}
.focus\:border-e-primary-light\/15:focus{
  border-inline-end-color: rgb(85 154 193 / 0.15);
}
.focus\:border-e-primary-light\/20:focus{
  border-inline-end-color: rgb(85 154 193 / 0.2);
}
.focus\:border-e-primary-light\/25:focus{
  border-inline-end-color: rgb(85 154 193 / 0.25);
}
.focus\:border-e-primary-light\/30:focus{
  border-inline-end-color: rgb(85 154 193 / 0.3);
}
.focus\:border-e-primary-light\/35:focus{
  border-inline-end-color: rgb(85 154 193 / 0.35);
}
.focus\:border-e-primary-light\/40:focus{
  border-inline-end-color: rgb(85 154 193 / 0.4);
}
.focus\:border-e-primary-light\/45:focus{
  border-inline-end-color: rgb(85 154 193 / 0.45);
}
.focus\:border-e-primary-light\/5:focus{
  border-inline-end-color: rgb(85 154 193 / 0.05);
}
.focus\:border-e-primary-light\/50:focus{
  border-inline-end-color: rgb(85 154 193 / 0.5);
}
.focus\:border-e-primary-light\/55:focus{
  border-inline-end-color: rgb(85 154 193 / 0.55);
}
.focus\:border-e-primary-light\/60:focus{
  border-inline-end-color: rgb(85 154 193 / 0.6);
}
.focus\:border-e-primary-light\/65:focus{
  border-inline-end-color: rgb(85 154 193 / 0.65);
}
.focus\:border-e-primary-light\/70:focus{
  border-inline-end-color: rgb(85 154 193 / 0.7);
}
.focus\:border-e-primary-light\/75:focus{
  border-inline-end-color: rgb(85 154 193 / 0.75);
}
.focus\:border-e-primary-light\/80:focus{
  border-inline-end-color: rgb(85 154 193 / 0.8);
}
.focus\:border-e-primary-light\/85:focus{
  border-inline-end-color: rgb(85 154 193 / 0.85);
}
.focus\:border-e-primary-light\/90:focus{
  border-inline-end-color: rgb(85 154 193 / 0.9);
}
.focus\:border-e-primary-light\/95:focus{
  border-inline-end-color: rgb(85 154 193 / 0.95);
}
.focus\:border-e-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-e-primary-lighter\/0:focus{
  border-inline-end-color: rgb(115 177 212 / 0);
}
.focus\:border-e-primary-lighter\/10:focus{
  border-inline-end-color: rgb(115 177 212 / 0.1);
}
.focus\:border-e-primary-lighter\/100:focus{
  border-inline-end-color: rgb(115 177 212 / 1);
}
.focus\:border-e-primary-lighter\/15:focus{
  border-inline-end-color: rgb(115 177 212 / 0.15);
}
.focus\:border-e-primary-lighter\/20:focus{
  border-inline-end-color: rgb(115 177 212 / 0.2);
}
.focus\:border-e-primary-lighter\/25:focus{
  border-inline-end-color: rgb(115 177 212 / 0.25);
}
.focus\:border-e-primary-lighter\/30:focus{
  border-inline-end-color: rgb(115 177 212 / 0.3);
}
.focus\:border-e-primary-lighter\/35:focus{
  border-inline-end-color: rgb(115 177 212 / 0.35);
}
.focus\:border-e-primary-lighter\/40:focus{
  border-inline-end-color: rgb(115 177 212 / 0.4);
}
.focus\:border-e-primary-lighter\/45:focus{
  border-inline-end-color: rgb(115 177 212 / 0.45);
}
.focus\:border-e-primary-lighter\/5:focus{
  border-inline-end-color: rgb(115 177 212 / 0.05);
}
.focus\:border-e-primary-lighter\/50:focus{
  border-inline-end-color: rgb(115 177 212 / 0.5);
}
.focus\:border-e-primary-lighter\/55:focus{
  border-inline-end-color: rgb(115 177 212 / 0.55);
}
.focus\:border-e-primary-lighter\/60:focus{
  border-inline-end-color: rgb(115 177 212 / 0.6);
}
.focus\:border-e-primary-lighter\/65:focus{
  border-inline-end-color: rgb(115 177 212 / 0.65);
}
.focus\:border-e-primary-lighter\/70:focus{
  border-inline-end-color: rgb(115 177 212 / 0.7);
}
.focus\:border-e-primary-lighter\/75:focus{
  border-inline-end-color: rgb(115 177 212 / 0.75);
}
.focus\:border-e-primary-lighter\/80:focus{
  border-inline-end-color: rgb(115 177 212 / 0.8);
}
.focus\:border-e-primary-lighter\/85:focus{
  border-inline-end-color: rgb(115 177 212 / 0.85);
}
.focus\:border-e-primary-lighter\/90:focus{
  border-inline-end-color: rgb(115 177 212 / 0.9);
}
.focus\:border-e-primary-lighter\/95:focus{
  border-inline-end-color: rgb(115 177 212 / 0.95);
}
.focus\:border-e-primary\/0:focus{
  border-inline-end-color: rgb(52 114 147 / 0);
}
.focus\:border-e-primary\/10:focus{
  border-inline-end-color: rgb(52 114 147 / 0.1);
}
.focus\:border-e-primary\/100:focus{
  border-inline-end-color: rgb(52 114 147 / 1);
}
.focus\:border-e-primary\/15:focus{
  border-inline-end-color: rgb(52 114 147 / 0.15);
}
.focus\:border-e-primary\/20:focus{
  border-inline-end-color: rgb(52 114 147 / 0.2);
}
.focus\:border-e-primary\/25:focus{
  border-inline-end-color: rgb(52 114 147 / 0.25);
}
.focus\:border-e-primary\/30:focus{
  border-inline-end-color: rgb(52 114 147 / 0.3);
}
.focus\:border-e-primary\/35:focus{
  border-inline-end-color: rgb(52 114 147 / 0.35);
}
.focus\:border-e-primary\/40:focus{
  border-inline-end-color: rgb(52 114 147 / 0.4);
}
.focus\:border-e-primary\/45:focus{
  border-inline-end-color: rgb(52 114 147 / 0.45);
}
.focus\:border-e-primary\/5:focus{
  border-inline-end-color: rgb(52 114 147 / 0.05);
}
.focus\:border-e-primary\/50:focus{
  border-inline-end-color: rgb(52 114 147 / 0.5);
}
.focus\:border-e-primary\/55:focus{
  border-inline-end-color: rgb(52 114 147 / 0.55);
}
.focus\:border-e-primary\/60:focus{
  border-inline-end-color: rgb(52 114 147 / 0.6);
}
.focus\:border-e-primary\/65:focus{
  border-inline-end-color: rgb(52 114 147 / 0.65);
}
.focus\:border-e-primary\/70:focus{
  border-inline-end-color: rgb(52 114 147 / 0.7);
}
.focus\:border-e-primary\/75:focus{
  border-inline-end-color: rgb(52 114 147 / 0.75);
}
.focus\:border-e-primary\/80:focus{
  border-inline-end-color: rgb(52 114 147 / 0.8);
}
.focus\:border-e-primary\/85:focus{
  border-inline-end-color: rgb(52 114 147 / 0.85);
}
.focus\:border-e-primary\/90:focus{
  border-inline-end-color: rgb(52 114 147 / 0.9);
}
.focus\:border-e-primary\/95:focus{
  border-inline-end-color: rgb(52 114 147 / 0.95);
}
.focus\:border-e-secondary:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-dark\/0:focus{
  border-inline-end-color: rgb(226 207 188 / 0);
}
.focus\:border-e-secondary-dark\/10:focus{
  border-inline-end-color: rgb(226 207 188 / 0.1);
}
.focus\:border-e-secondary-dark\/100:focus{
  border-inline-end-color: rgb(226 207 188 / 1);
}
.focus\:border-e-secondary-dark\/15:focus{
  border-inline-end-color: rgb(226 207 188 / 0.15);
}
.focus\:border-e-secondary-dark\/20:focus{
  border-inline-end-color: rgb(226 207 188 / 0.2);
}
.focus\:border-e-secondary-dark\/25:focus{
  border-inline-end-color: rgb(226 207 188 / 0.25);
}
.focus\:border-e-secondary-dark\/30:focus{
  border-inline-end-color: rgb(226 207 188 / 0.3);
}
.focus\:border-e-secondary-dark\/35:focus{
  border-inline-end-color: rgb(226 207 188 / 0.35);
}
.focus\:border-e-secondary-dark\/40:focus{
  border-inline-end-color: rgb(226 207 188 / 0.4);
}
.focus\:border-e-secondary-dark\/45:focus{
  border-inline-end-color: rgb(226 207 188 / 0.45);
}
.focus\:border-e-secondary-dark\/5:focus{
  border-inline-end-color: rgb(226 207 188 / 0.05);
}
.focus\:border-e-secondary-dark\/50:focus{
  border-inline-end-color: rgb(226 207 188 / 0.5);
}
.focus\:border-e-secondary-dark\/55:focus{
  border-inline-end-color: rgb(226 207 188 / 0.55);
}
.focus\:border-e-secondary-dark\/60:focus{
  border-inline-end-color: rgb(226 207 188 / 0.6);
}
.focus\:border-e-secondary-dark\/65:focus{
  border-inline-end-color: rgb(226 207 188 / 0.65);
}
.focus\:border-e-secondary-dark\/70:focus{
  border-inline-end-color: rgb(226 207 188 / 0.7);
}
.focus\:border-e-secondary-dark\/75:focus{
  border-inline-end-color: rgb(226 207 188 / 0.75);
}
.focus\:border-e-secondary-dark\/80:focus{
  border-inline-end-color: rgb(226 207 188 / 0.8);
}
.focus\:border-e-secondary-dark\/85:focus{
  border-inline-end-color: rgb(226 207 188 / 0.85);
}
.focus\:border-e-secondary-dark\/90:focus{
  border-inline-end-color: rgb(226 207 188 / 0.9);
}
.focus\:border-e-secondary-dark\/95:focus{
  border-inline-end-color: rgb(226 207 188 / 0.95);
}
.focus\:border-e-secondary-light:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-e-secondary-light\/0:focus{
  border-inline-end-color: rgb(254 250 247 / 0);
}
.focus\:border-e-secondary-light\/10:focus{
  border-inline-end-color: rgb(254 250 247 / 0.1);
}
.focus\:border-e-secondary-light\/100:focus{
  border-inline-end-color: rgb(254 250 247 / 1);
}
.focus\:border-e-secondary-light\/15:focus{
  border-inline-end-color: rgb(254 250 247 / 0.15);
}
.focus\:border-e-secondary-light\/20:focus{
  border-inline-end-color: rgb(254 250 247 / 0.2);
}
.focus\:border-e-secondary-light\/25:focus{
  border-inline-end-color: rgb(254 250 247 / 0.25);
}
.focus\:border-e-secondary-light\/30:focus{
  border-inline-end-color: rgb(254 250 247 / 0.3);
}
.focus\:border-e-secondary-light\/35:focus{
  border-inline-end-color: rgb(254 250 247 / 0.35);
}
.focus\:border-e-secondary-light\/40:focus{
  border-inline-end-color: rgb(254 250 247 / 0.4);
}
.focus\:border-e-secondary-light\/45:focus{
  border-inline-end-color: rgb(254 250 247 / 0.45);
}
.focus\:border-e-secondary-light\/5:focus{
  border-inline-end-color: rgb(254 250 247 / 0.05);
}
.focus\:border-e-secondary-light\/50:focus{
  border-inline-end-color: rgb(254 250 247 / 0.5);
}
.focus\:border-e-secondary-light\/55:focus{
  border-inline-end-color: rgb(254 250 247 / 0.55);
}
.focus\:border-e-secondary-light\/60:focus{
  border-inline-end-color: rgb(254 250 247 / 0.6);
}
.focus\:border-e-secondary-light\/65:focus{
  border-inline-end-color: rgb(254 250 247 / 0.65);
}
.focus\:border-e-secondary-light\/70:focus{
  border-inline-end-color: rgb(254 250 247 / 0.7);
}
.focus\:border-e-secondary-light\/75:focus{
  border-inline-end-color: rgb(254 250 247 / 0.75);
}
.focus\:border-e-secondary-light\/80:focus{
  border-inline-end-color: rgb(254 250 247 / 0.8);
}
.focus\:border-e-secondary-light\/85:focus{
  border-inline-end-color: rgb(254 250 247 / 0.85);
}
.focus\:border-e-secondary-light\/90:focus{
  border-inline-end-color: rgb(254 250 247 / 0.9);
}
.focus\:border-e-secondary-light\/95:focus{
  border-inline-end-color: rgb(254 250 247 / 0.95);
}
.focus\:border-e-secondary\/0:focus{
  border-inline-end-color: rgb(243 234 225 / 0);
}
.focus\:border-e-secondary\/10:focus{
  border-inline-end-color: rgb(243 234 225 / 0.1);
}
.focus\:border-e-secondary\/100:focus{
  border-inline-end-color: rgb(243 234 225 / 1);
}
.focus\:border-e-secondary\/15:focus{
  border-inline-end-color: rgb(243 234 225 / 0.15);
}
.focus\:border-e-secondary\/20:focus{
  border-inline-end-color: rgb(243 234 225 / 0.2);
}
.focus\:border-e-secondary\/25:focus{
  border-inline-end-color: rgb(243 234 225 / 0.25);
}
.focus\:border-e-secondary\/30:focus{
  border-inline-end-color: rgb(243 234 225 / 0.3);
}
.focus\:border-e-secondary\/35:focus{
  border-inline-end-color: rgb(243 234 225 / 0.35);
}
.focus\:border-e-secondary\/40:focus{
  border-inline-end-color: rgb(243 234 225 / 0.4);
}
.focus\:border-e-secondary\/45:focus{
  border-inline-end-color: rgb(243 234 225 / 0.45);
}
.focus\:border-e-secondary\/5:focus{
  border-inline-end-color: rgb(243 234 225 / 0.05);
}
.focus\:border-e-secondary\/50:focus{
  border-inline-end-color: rgb(243 234 225 / 0.5);
}
.focus\:border-e-secondary\/55:focus{
  border-inline-end-color: rgb(243 234 225 / 0.55);
}
.focus\:border-e-secondary\/60:focus{
  border-inline-end-color: rgb(243 234 225 / 0.6);
}
.focus\:border-e-secondary\/65:focus{
  border-inline-end-color: rgb(243 234 225 / 0.65);
}
.focus\:border-e-secondary\/70:focus{
  border-inline-end-color: rgb(243 234 225 / 0.7);
}
.focus\:border-e-secondary\/75:focus{
  border-inline-end-color: rgb(243 234 225 / 0.75);
}
.focus\:border-e-secondary\/80:focus{
  border-inline-end-color: rgb(243 234 225 / 0.8);
}
.focus\:border-e-secondary\/85:focus{
  border-inline-end-color: rgb(243 234 225 / 0.85);
}
.focus\:border-e-secondary\/90:focus{
  border-inline-end-color: rgb(243 234 225 / 0.9);
}
.focus\:border-e-secondary\/95:focus{
  border-inline-end-color: rgb(243 234 225 / 0.95);
}
.focus\:border-e-transparent:focus{
  border-inline-end-color: transparent;
}
.focus\:border-e-transparent\/0:focus{
  border-inline-end-color: rgb(0 0 0 / 0);
}
.focus\:border-e-transparent\/10:focus{
  border-inline-end-color: rgb(0 0 0 / 0.1);
}
.focus\:border-e-transparent\/100:focus{
  border-inline-end-color: rgb(0 0 0 / 1);
}
.focus\:border-e-transparent\/15:focus{
  border-inline-end-color: rgb(0 0 0 / 0.15);
}
.focus\:border-e-transparent\/20:focus{
  border-inline-end-color: rgb(0 0 0 / 0.2);
}
.focus\:border-e-transparent\/25:focus{
  border-inline-end-color: rgb(0 0 0 / 0.25);
}
.focus\:border-e-transparent\/30:focus{
  border-inline-end-color: rgb(0 0 0 / 0.3);
}
.focus\:border-e-transparent\/35:focus{
  border-inline-end-color: rgb(0 0 0 / 0.35);
}
.focus\:border-e-transparent\/40:focus{
  border-inline-end-color: rgb(0 0 0 / 0.4);
}
.focus\:border-e-transparent\/45:focus{
  border-inline-end-color: rgb(0 0 0 / 0.45);
}
.focus\:border-e-transparent\/5:focus{
  border-inline-end-color: rgb(0 0 0 / 0.05);
}
.focus\:border-e-transparent\/50:focus{
  border-inline-end-color: rgb(0 0 0 / 0.5);
}
.focus\:border-e-transparent\/55:focus{
  border-inline-end-color: rgb(0 0 0 / 0.55);
}
.focus\:border-e-transparent\/60:focus{
  border-inline-end-color: rgb(0 0 0 / 0.6);
}
.focus\:border-e-transparent\/65:focus{
  border-inline-end-color: rgb(0 0 0 / 0.65);
}
.focus\:border-e-transparent\/70:focus{
  border-inline-end-color: rgb(0 0 0 / 0.7);
}
.focus\:border-e-transparent\/75:focus{
  border-inline-end-color: rgb(0 0 0 / 0.75);
}
.focus\:border-e-transparent\/80:focus{
  border-inline-end-color: rgb(0 0 0 / 0.8);
}
.focus\:border-e-transparent\/85:focus{
  border-inline-end-color: rgb(0 0 0 / 0.85);
}
.focus\:border-e-transparent\/90:focus{
  border-inline-end-color: rgb(0 0 0 / 0.9);
}
.focus\:border-e-transparent\/95:focus{
  border-inline-end-color: rgb(0 0 0 / 0.95);
}
.focus\:border-e-white:focus{
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-e-white\/0:focus{
  border-inline-end-color: rgb(255 255 255 / 0);
}
.focus\:border-e-white\/10:focus{
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.focus\:border-e-white\/100:focus{
  border-inline-end-color: rgb(255 255 255 / 1);
}
.focus\:border-e-white\/15:focus{
  border-inline-end-color: rgb(255 255 255 / 0.15);
}
.focus\:border-e-white\/20:focus{
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.focus\:border-e-white\/25:focus{
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.focus\:border-e-white\/30:focus{
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.focus\:border-e-white\/35:focus{
  border-inline-end-color: rgb(255 255 255 / 0.35);
}
.focus\:border-e-white\/40:focus{
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.focus\:border-e-white\/45:focus{
  border-inline-end-color: rgb(255 255 255 / 0.45);
}
.focus\:border-e-white\/5:focus{
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.focus\:border-e-white\/50:focus{
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.focus\:border-e-white\/55:focus{
  border-inline-end-color: rgb(255 255 255 / 0.55);
}
.focus\:border-e-white\/60:focus{
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.focus\:border-e-white\/65:focus{
  border-inline-end-color: rgb(255 255 255 / 0.65);
}
.focus\:border-e-white\/70:focus{
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.focus\:border-e-white\/75:focus{
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.focus\:border-e-white\/80:focus{
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.focus\:border-e-white\/85:focus{
  border-inline-end-color: rgb(255 255 255 / 0.85);
}
.focus\:border-e-white\/90:focus{
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.focus\:border-e-white\/95:focus{
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.focus\:border-l-accent:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-dark\/0:focus{
  border-left-color: rgb(225 114 45 / 0);
}
.focus\:border-l-accent-dark\/10:focus{
  border-left-color: rgb(225 114 45 / 0.1);
}
.focus\:border-l-accent-dark\/100:focus{
  border-left-color: rgb(225 114 45 / 1);
}
.focus\:border-l-accent-dark\/15:focus{
  border-left-color: rgb(225 114 45 / 0.15);
}
.focus\:border-l-accent-dark\/20:focus{
  border-left-color: rgb(225 114 45 / 0.2);
}
.focus\:border-l-accent-dark\/25:focus{
  border-left-color: rgb(225 114 45 / 0.25);
}
.focus\:border-l-accent-dark\/30:focus{
  border-left-color: rgb(225 114 45 / 0.3);
}
.focus\:border-l-accent-dark\/35:focus{
  border-left-color: rgb(225 114 45 / 0.35);
}
.focus\:border-l-accent-dark\/40:focus{
  border-left-color: rgb(225 114 45 / 0.4);
}
.focus\:border-l-accent-dark\/45:focus{
  border-left-color: rgb(225 114 45 / 0.45);
}
.focus\:border-l-accent-dark\/5:focus{
  border-left-color: rgb(225 114 45 / 0.05);
}
.focus\:border-l-accent-dark\/50:focus{
  border-left-color: rgb(225 114 45 / 0.5);
}
.focus\:border-l-accent-dark\/55:focus{
  border-left-color: rgb(225 114 45 / 0.55);
}
.focus\:border-l-accent-dark\/60:focus{
  border-left-color: rgb(225 114 45 / 0.6);
}
.focus\:border-l-accent-dark\/65:focus{
  border-left-color: rgb(225 114 45 / 0.65);
}
.focus\:border-l-accent-dark\/70:focus{
  border-left-color: rgb(225 114 45 / 0.7);
}
.focus\:border-l-accent-dark\/75:focus{
  border-left-color: rgb(225 114 45 / 0.75);
}
.focus\:border-l-accent-dark\/80:focus{
  border-left-color: rgb(225 114 45 / 0.8);
}
.focus\:border-l-accent-dark\/85:focus{
  border-left-color: rgb(225 114 45 / 0.85);
}
.focus\:border-l-accent-dark\/90:focus{
  border-left-color: rgb(225 114 45 / 0.9);
}
.focus\:border-l-accent-dark\/95:focus{
  border-left-color: rgb(225 114 45 / 0.95);
}
.focus\:border-l-accent-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-l-accent-light\/0:focus{
  border-left-color: rgb(255 191 105 / 0);
}
.focus\:border-l-accent-light\/10:focus{
  border-left-color: rgb(255 191 105 / 0.1);
}
.focus\:border-l-accent-light\/100:focus{
  border-left-color: rgb(255 191 105 / 1);
}
.focus\:border-l-accent-light\/15:focus{
  border-left-color: rgb(255 191 105 / 0.15);
}
.focus\:border-l-accent-light\/20:focus{
  border-left-color: rgb(255 191 105 / 0.2);
}
.focus\:border-l-accent-light\/25:focus{
  border-left-color: rgb(255 191 105 / 0.25);
}
.focus\:border-l-accent-light\/30:focus{
  border-left-color: rgb(255 191 105 / 0.3);
}
.focus\:border-l-accent-light\/35:focus{
  border-left-color: rgb(255 191 105 / 0.35);
}
.focus\:border-l-accent-light\/40:focus{
  border-left-color: rgb(255 191 105 / 0.4);
}
.focus\:border-l-accent-light\/45:focus{
  border-left-color: rgb(255 191 105 / 0.45);
}
.focus\:border-l-accent-light\/5:focus{
  border-left-color: rgb(255 191 105 / 0.05);
}
.focus\:border-l-accent-light\/50:focus{
  border-left-color: rgb(255 191 105 / 0.5);
}
.focus\:border-l-accent-light\/55:focus{
  border-left-color: rgb(255 191 105 / 0.55);
}
.focus\:border-l-accent-light\/60:focus{
  border-left-color: rgb(255 191 105 / 0.6);
}
.focus\:border-l-accent-light\/65:focus{
  border-left-color: rgb(255 191 105 / 0.65);
}
.focus\:border-l-accent-light\/70:focus{
  border-left-color: rgb(255 191 105 / 0.7);
}
.focus\:border-l-accent-light\/75:focus{
  border-left-color: rgb(255 191 105 / 0.75);
}
.focus\:border-l-accent-light\/80:focus{
  border-left-color: rgb(255 191 105 / 0.8);
}
.focus\:border-l-accent-light\/85:focus{
  border-left-color: rgb(255 191 105 / 0.85);
}
.focus\:border-l-accent-light\/90:focus{
  border-left-color: rgb(255 191 105 / 0.9);
}
.focus\:border-l-accent-light\/95:focus{
  border-left-color: rgb(255 191 105 / 0.95);
}
.focus\:border-l-accent\/0:focus{
  border-left-color: rgb(229 136 78 / 0);
}
.focus\:border-l-accent\/10:focus{
  border-left-color: rgb(229 136 78 / 0.1);
}
.focus\:border-l-accent\/100:focus{
  border-left-color: rgb(229 136 78 / 1);
}
.focus\:border-l-accent\/15:focus{
  border-left-color: rgb(229 136 78 / 0.15);
}
.focus\:border-l-accent\/20:focus{
  border-left-color: rgb(229 136 78 / 0.2);
}
.focus\:border-l-accent\/25:focus{
  border-left-color: rgb(229 136 78 / 0.25);
}
.focus\:border-l-accent\/30:focus{
  border-left-color: rgb(229 136 78 / 0.3);
}
.focus\:border-l-accent\/35:focus{
  border-left-color: rgb(229 136 78 / 0.35);
}
.focus\:border-l-accent\/40:focus{
  border-left-color: rgb(229 136 78 / 0.4);
}
.focus\:border-l-accent\/45:focus{
  border-left-color: rgb(229 136 78 / 0.45);
}
.focus\:border-l-accent\/5:focus{
  border-left-color: rgb(229 136 78 / 0.05);
}
.focus\:border-l-accent\/50:focus{
  border-left-color: rgb(229 136 78 / 0.5);
}
.focus\:border-l-accent\/55:focus{
  border-left-color: rgb(229 136 78 / 0.55);
}
.focus\:border-l-accent\/60:focus{
  border-left-color: rgb(229 136 78 / 0.6);
}
.focus\:border-l-accent\/65:focus{
  border-left-color: rgb(229 136 78 / 0.65);
}
.focus\:border-l-accent\/70:focus{
  border-left-color: rgb(229 136 78 / 0.7);
}
.focus\:border-l-accent\/75:focus{
  border-left-color: rgb(229 136 78 / 0.75);
}
.focus\:border-l-accent\/80:focus{
  border-left-color: rgb(229 136 78 / 0.8);
}
.focus\:border-l-accent\/85:focus{
  border-left-color: rgb(229 136 78 / 0.85);
}
.focus\:border-l-accent\/90:focus{
  border-left-color: rgb(229 136 78 / 0.9);
}
.focus\:border-l-accent\/95:focus{
  border-left-color: rgb(229 136 78 / 0.95);
}
.focus\:border-l-black:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-l-black\/0:focus{
  border-left-color: rgb(0 0 0 / 0);
}
.focus\:border-l-black\/10:focus{
  border-left-color: rgb(0 0 0 / 0.1);
}
.focus\:border-l-black\/100:focus{
  border-left-color: rgb(0 0 0 / 1);
}
.focus\:border-l-black\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
}
.focus\:border-l-black\/20:focus{
  border-left-color: rgb(0 0 0 / 0.2);
}
.focus\:border-l-black\/25:focus{
  border-left-color: rgb(0 0 0 / 0.25);
}
.focus\:border-l-black\/30:focus{
  border-left-color: rgb(0 0 0 / 0.3);
}
.focus\:border-l-black\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
}
.focus\:border-l-black\/40:focus{
  border-left-color: rgb(0 0 0 / 0.4);
}
.focus\:border-l-black\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
}
.focus\:border-l-black\/5:focus{
  border-left-color: rgb(0 0 0 / 0.05);
}
.focus\:border-l-black\/50:focus{
  border-left-color: rgb(0 0 0 / 0.5);
}
.focus\:border-l-black\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
}
.focus\:border-l-black\/60:focus{
  border-left-color: rgb(0 0 0 / 0.6);
}
.focus\:border-l-black\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
}
.focus\:border-l-black\/70:focus{
  border-left-color: rgb(0 0 0 / 0.7);
}
.focus\:border-l-black\/75:focus{
  border-left-color: rgb(0 0 0 / 0.75);
}
.focus\:border-l-black\/80:focus{
  border-left-color: rgb(0 0 0 / 0.8);
}
.focus\:border-l-black\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
}
.focus\:border-l-black\/90:focus{
  border-left-color: rgb(0 0 0 / 0.9);
}
.focus\:border-l-black\/95:focus{
  border-left-color: rgb(0 0 0 / 0.95);
}
.focus\:border-l-current:focus{
  border-left-color: currentColor;
}
.focus\:border-l-error:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-l-error\/0:focus{
  border-left-color: rgb(255 0 0 / 0);
}
.focus\:border-l-error\/10:focus{
  border-left-color: rgb(255 0 0 / 0.1);
}
.focus\:border-l-error\/100:focus{
  border-left-color: rgb(255 0 0 / 1);
}
.focus\:border-l-error\/15:focus{
  border-left-color: rgb(255 0 0 / 0.15);
}
.focus\:border-l-error\/20:focus{
  border-left-color: rgb(255 0 0 / 0.2);
}
.focus\:border-l-error\/25:focus{
  border-left-color: rgb(255 0 0 / 0.25);
}
.focus\:border-l-error\/30:focus{
  border-left-color: rgb(255 0 0 / 0.3);
}
.focus\:border-l-error\/35:focus{
  border-left-color: rgb(255 0 0 / 0.35);
}
.focus\:border-l-error\/40:focus{
  border-left-color: rgb(255 0 0 / 0.4);
}
.focus\:border-l-error\/45:focus{
  border-left-color: rgb(255 0 0 / 0.45);
}
.focus\:border-l-error\/5:focus{
  border-left-color: rgb(255 0 0 / 0.05);
}
.focus\:border-l-error\/50:focus{
  border-left-color: rgb(255 0 0 / 0.5);
}
.focus\:border-l-error\/55:focus{
  border-left-color: rgb(255 0 0 / 0.55);
}
.focus\:border-l-error\/60:focus{
  border-left-color: rgb(255 0 0 / 0.6);
}
.focus\:border-l-error\/65:focus{
  border-left-color: rgb(255 0 0 / 0.65);
}
.focus\:border-l-error\/70:focus{
  border-left-color: rgb(255 0 0 / 0.7);
}
.focus\:border-l-error\/75:focus{
  border-left-color: rgb(255 0 0 / 0.75);
}
.focus\:border-l-error\/80:focus{
  border-left-color: rgb(255 0 0 / 0.8);
}
.focus\:border-l-error\/85:focus{
  border-left-color: rgb(255 0 0 / 0.85);
}
.focus\:border-l-error\/90:focus{
  border-left-color: rgb(255 0 0 / 0.9);
}
.focus\:border-l-error\/95:focus{
  border-left-color: rgb(255 0 0 / 0.95);
}
.focus\:border-l-gray-100:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-100\/0:focus{
  border-left-color: rgb(243 244 246 / 0);
}
.focus\:border-l-gray-100\/10:focus{
  border-left-color: rgb(243 244 246 / 0.1);
}
.focus\:border-l-gray-100\/100:focus{
  border-left-color: rgb(243 244 246 / 1);
}
.focus\:border-l-gray-100\/15:focus{
  border-left-color: rgb(243 244 246 / 0.15);
}
.focus\:border-l-gray-100\/20:focus{
  border-left-color: rgb(243 244 246 / 0.2);
}
.focus\:border-l-gray-100\/25:focus{
  border-left-color: rgb(243 244 246 / 0.25);
}
.focus\:border-l-gray-100\/30:focus{
  border-left-color: rgb(243 244 246 / 0.3);
}
.focus\:border-l-gray-100\/35:focus{
  border-left-color: rgb(243 244 246 / 0.35);
}
.focus\:border-l-gray-100\/40:focus{
  border-left-color: rgb(243 244 246 / 0.4);
}
.focus\:border-l-gray-100\/45:focus{
  border-left-color: rgb(243 244 246 / 0.45);
}
.focus\:border-l-gray-100\/5:focus{
  border-left-color: rgb(243 244 246 / 0.05);
}
.focus\:border-l-gray-100\/50:focus{
  border-left-color: rgb(243 244 246 / 0.5);
}
.focus\:border-l-gray-100\/55:focus{
  border-left-color: rgb(243 244 246 / 0.55);
}
.focus\:border-l-gray-100\/60:focus{
  border-left-color: rgb(243 244 246 / 0.6);
}
.focus\:border-l-gray-100\/65:focus{
  border-left-color: rgb(243 244 246 / 0.65);
}
.focus\:border-l-gray-100\/70:focus{
  border-left-color: rgb(243 244 246 / 0.7);
}
.focus\:border-l-gray-100\/75:focus{
  border-left-color: rgb(243 244 246 / 0.75);
}
.focus\:border-l-gray-100\/80:focus{
  border-left-color: rgb(243 244 246 / 0.8);
}
.focus\:border-l-gray-100\/85:focus{
  border-left-color: rgb(243 244 246 / 0.85);
}
.focus\:border-l-gray-100\/90:focus{
  border-left-color: rgb(243 244 246 / 0.9);
}
.focus\:border-l-gray-100\/95:focus{
  border-left-color: rgb(243 244 246 / 0.95);
}
.focus\:border-l-gray-200:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-200\/0:focus{
  border-left-color: rgb(229 231 235 / 0);
}
.focus\:border-l-gray-200\/10:focus{
  border-left-color: rgb(229 231 235 / 0.1);
}
.focus\:border-l-gray-200\/100:focus{
  border-left-color: rgb(229 231 235 / 1);
}
.focus\:border-l-gray-200\/15:focus{
  border-left-color: rgb(229 231 235 / 0.15);
}
.focus\:border-l-gray-200\/20:focus{
  border-left-color: rgb(229 231 235 / 0.2);
}
.focus\:border-l-gray-200\/25:focus{
  border-left-color: rgb(229 231 235 / 0.25);
}
.focus\:border-l-gray-200\/30:focus{
  border-left-color: rgb(229 231 235 / 0.3);
}
.focus\:border-l-gray-200\/35:focus{
  border-left-color: rgb(229 231 235 / 0.35);
}
.focus\:border-l-gray-200\/40:focus{
  border-left-color: rgb(229 231 235 / 0.4);
}
.focus\:border-l-gray-200\/45:focus{
  border-left-color: rgb(229 231 235 / 0.45);
}
.focus\:border-l-gray-200\/5:focus{
  border-left-color: rgb(229 231 235 / 0.05);
}
.focus\:border-l-gray-200\/50:focus{
  border-left-color: rgb(229 231 235 / 0.5);
}
.focus\:border-l-gray-200\/55:focus{
  border-left-color: rgb(229 231 235 / 0.55);
}
.focus\:border-l-gray-200\/60:focus{
  border-left-color: rgb(229 231 235 / 0.6);
}
.focus\:border-l-gray-200\/65:focus{
  border-left-color: rgb(229 231 235 / 0.65);
}
.focus\:border-l-gray-200\/70:focus{
  border-left-color: rgb(229 231 235 / 0.7);
}
.focus\:border-l-gray-200\/75:focus{
  border-left-color: rgb(229 231 235 / 0.75);
}
.focus\:border-l-gray-200\/80:focus{
  border-left-color: rgb(229 231 235 / 0.8);
}
.focus\:border-l-gray-200\/85:focus{
  border-left-color: rgb(229 231 235 / 0.85);
}
.focus\:border-l-gray-200\/90:focus{
  border-left-color: rgb(229 231 235 / 0.9);
}
.focus\:border-l-gray-200\/95:focus{
  border-left-color: rgb(229 231 235 / 0.95);
}
.focus\:border-l-gray-300:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-300\/0:focus{
  border-left-color: rgb(209 213 219 / 0);
}
.focus\:border-l-gray-300\/10:focus{
  border-left-color: rgb(209 213 219 / 0.1);
}
.focus\:border-l-gray-300\/100:focus{
  border-left-color: rgb(209 213 219 / 1);
}
.focus\:border-l-gray-300\/15:focus{
  border-left-color: rgb(209 213 219 / 0.15);
}
.focus\:border-l-gray-300\/20:focus{
  border-left-color: rgb(209 213 219 / 0.2);
}
.focus\:border-l-gray-300\/25:focus{
  border-left-color: rgb(209 213 219 / 0.25);
}
.focus\:border-l-gray-300\/30:focus{
  border-left-color: rgb(209 213 219 / 0.3);
}
.focus\:border-l-gray-300\/35:focus{
  border-left-color: rgb(209 213 219 / 0.35);
}
.focus\:border-l-gray-300\/40:focus{
  border-left-color: rgb(209 213 219 / 0.4);
}
.focus\:border-l-gray-300\/45:focus{
  border-left-color: rgb(209 213 219 / 0.45);
}
.focus\:border-l-gray-300\/5:focus{
  border-left-color: rgb(209 213 219 / 0.05);
}
.focus\:border-l-gray-300\/50:focus{
  border-left-color: rgb(209 213 219 / 0.5);
}
.focus\:border-l-gray-300\/55:focus{
  border-left-color: rgb(209 213 219 / 0.55);
}
.focus\:border-l-gray-300\/60:focus{
  border-left-color: rgb(209 213 219 / 0.6);
}
.focus\:border-l-gray-300\/65:focus{
  border-left-color: rgb(209 213 219 / 0.65);
}
.focus\:border-l-gray-300\/70:focus{
  border-left-color: rgb(209 213 219 / 0.7);
}
.focus\:border-l-gray-300\/75:focus{
  border-left-color: rgb(209 213 219 / 0.75);
}
.focus\:border-l-gray-300\/80:focus{
  border-left-color: rgb(209 213 219 / 0.8);
}
.focus\:border-l-gray-300\/85:focus{
  border-left-color: rgb(209 213 219 / 0.85);
}
.focus\:border-l-gray-300\/90:focus{
  border-left-color: rgb(209 213 219 / 0.9);
}
.focus\:border-l-gray-300\/95:focus{
  border-left-color: rgb(209 213 219 / 0.95);
}
.focus\:border-l-gray-400:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-400\/0:focus{
  border-left-color: rgb(156 163 175 / 0);
}
.focus\:border-l-gray-400\/10:focus{
  border-left-color: rgb(156 163 175 / 0.1);
}
.focus\:border-l-gray-400\/100:focus{
  border-left-color: rgb(156 163 175 / 1);
}
.focus\:border-l-gray-400\/15:focus{
  border-left-color: rgb(156 163 175 / 0.15);
}
.focus\:border-l-gray-400\/20:focus{
  border-left-color: rgb(156 163 175 / 0.2);
}
.focus\:border-l-gray-400\/25:focus{
  border-left-color: rgb(156 163 175 / 0.25);
}
.focus\:border-l-gray-400\/30:focus{
  border-left-color: rgb(156 163 175 / 0.3);
}
.focus\:border-l-gray-400\/35:focus{
  border-left-color: rgb(156 163 175 / 0.35);
}
.focus\:border-l-gray-400\/40:focus{
  border-left-color: rgb(156 163 175 / 0.4);
}
.focus\:border-l-gray-400\/45:focus{
  border-left-color: rgb(156 163 175 / 0.45);
}
.focus\:border-l-gray-400\/5:focus{
  border-left-color: rgb(156 163 175 / 0.05);
}
.focus\:border-l-gray-400\/50:focus{
  border-left-color: rgb(156 163 175 / 0.5);
}
.focus\:border-l-gray-400\/55:focus{
  border-left-color: rgb(156 163 175 / 0.55);
}
.focus\:border-l-gray-400\/60:focus{
  border-left-color: rgb(156 163 175 / 0.6);
}
.focus\:border-l-gray-400\/65:focus{
  border-left-color: rgb(156 163 175 / 0.65);
}
.focus\:border-l-gray-400\/70:focus{
  border-left-color: rgb(156 163 175 / 0.7);
}
.focus\:border-l-gray-400\/75:focus{
  border-left-color: rgb(156 163 175 / 0.75);
}
.focus\:border-l-gray-400\/80:focus{
  border-left-color: rgb(156 163 175 / 0.8);
}
.focus\:border-l-gray-400\/85:focus{
  border-left-color: rgb(156 163 175 / 0.85);
}
.focus\:border-l-gray-400\/90:focus{
  border-left-color: rgb(156 163 175 / 0.9);
}
.focus\:border-l-gray-400\/95:focus{
  border-left-color: rgb(156 163 175 / 0.95);
}
.focus\:border-l-gray-50:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-50\/0:focus{
  border-left-color: rgb(249 250 251 / 0);
}
.focus\:border-l-gray-50\/10:focus{
  border-left-color: rgb(249 250 251 / 0.1);
}
.focus\:border-l-gray-50\/100:focus{
  border-left-color: rgb(249 250 251 / 1);
}
.focus\:border-l-gray-50\/15:focus{
  border-left-color: rgb(249 250 251 / 0.15);
}
.focus\:border-l-gray-50\/20:focus{
  border-left-color: rgb(249 250 251 / 0.2);
}
.focus\:border-l-gray-50\/25:focus{
  border-left-color: rgb(249 250 251 / 0.25);
}
.focus\:border-l-gray-50\/30:focus{
  border-left-color: rgb(249 250 251 / 0.3);
}
.focus\:border-l-gray-50\/35:focus{
  border-left-color: rgb(249 250 251 / 0.35);
}
.focus\:border-l-gray-50\/40:focus{
  border-left-color: rgb(249 250 251 / 0.4);
}
.focus\:border-l-gray-50\/45:focus{
  border-left-color: rgb(249 250 251 / 0.45);
}
.focus\:border-l-gray-50\/5:focus{
  border-left-color: rgb(249 250 251 / 0.05);
}
.focus\:border-l-gray-50\/50:focus{
  border-left-color: rgb(249 250 251 / 0.5);
}
.focus\:border-l-gray-50\/55:focus{
  border-left-color: rgb(249 250 251 / 0.55);
}
.focus\:border-l-gray-50\/60:focus{
  border-left-color: rgb(249 250 251 / 0.6);
}
.focus\:border-l-gray-50\/65:focus{
  border-left-color: rgb(249 250 251 / 0.65);
}
.focus\:border-l-gray-50\/70:focus{
  border-left-color: rgb(249 250 251 / 0.7);
}
.focus\:border-l-gray-50\/75:focus{
  border-left-color: rgb(249 250 251 / 0.75);
}
.focus\:border-l-gray-50\/80:focus{
  border-left-color: rgb(249 250 251 / 0.8);
}
.focus\:border-l-gray-50\/85:focus{
  border-left-color: rgb(249 250 251 / 0.85);
}
.focus\:border-l-gray-50\/90:focus{
  border-left-color: rgb(249 250 251 / 0.9);
}
.focus\:border-l-gray-50\/95:focus{
  border-left-color: rgb(249 250 251 / 0.95);
}
.focus\:border-l-gray-500:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-500\/0:focus{
  border-left-color: rgb(107 114 128 / 0);
}
.focus\:border-l-gray-500\/10:focus{
  border-left-color: rgb(107 114 128 / 0.1);
}
.focus\:border-l-gray-500\/100:focus{
  border-left-color: rgb(107 114 128 / 1);
}
.focus\:border-l-gray-500\/15:focus{
  border-left-color: rgb(107 114 128 / 0.15);
}
.focus\:border-l-gray-500\/20:focus{
  border-left-color: rgb(107 114 128 / 0.2);
}
.focus\:border-l-gray-500\/25:focus{
  border-left-color: rgb(107 114 128 / 0.25);
}
.focus\:border-l-gray-500\/30:focus{
  border-left-color: rgb(107 114 128 / 0.3);
}
.focus\:border-l-gray-500\/35:focus{
  border-left-color: rgb(107 114 128 / 0.35);
}
.focus\:border-l-gray-500\/40:focus{
  border-left-color: rgb(107 114 128 / 0.4);
}
.focus\:border-l-gray-500\/45:focus{
  border-left-color: rgb(107 114 128 / 0.45);
}
.focus\:border-l-gray-500\/5:focus{
  border-left-color: rgb(107 114 128 / 0.05);
}
.focus\:border-l-gray-500\/50:focus{
  border-left-color: rgb(107 114 128 / 0.5);
}
.focus\:border-l-gray-500\/55:focus{
  border-left-color: rgb(107 114 128 / 0.55);
}
.focus\:border-l-gray-500\/60:focus{
  border-left-color: rgb(107 114 128 / 0.6);
}
.focus\:border-l-gray-500\/65:focus{
  border-left-color: rgb(107 114 128 / 0.65);
}
.focus\:border-l-gray-500\/70:focus{
  border-left-color: rgb(107 114 128 / 0.7);
}
.focus\:border-l-gray-500\/75:focus{
  border-left-color: rgb(107 114 128 / 0.75);
}
.focus\:border-l-gray-500\/80:focus{
  border-left-color: rgb(107 114 128 / 0.8);
}
.focus\:border-l-gray-500\/85:focus{
  border-left-color: rgb(107 114 128 / 0.85);
}
.focus\:border-l-gray-500\/90:focus{
  border-left-color: rgb(107 114 128 / 0.9);
}
.focus\:border-l-gray-500\/95:focus{
  border-left-color: rgb(107 114 128 / 0.95);
}
.focus\:border-l-gray-600:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-600\/0:focus{
  border-left-color: rgb(75 85 99 / 0);
}
.focus\:border-l-gray-600\/10:focus{
  border-left-color: rgb(75 85 99 / 0.1);
}
.focus\:border-l-gray-600\/100:focus{
  border-left-color: rgb(75 85 99 / 1);
}
.focus\:border-l-gray-600\/15:focus{
  border-left-color: rgb(75 85 99 / 0.15);
}
.focus\:border-l-gray-600\/20:focus{
  border-left-color: rgb(75 85 99 / 0.2);
}
.focus\:border-l-gray-600\/25:focus{
  border-left-color: rgb(75 85 99 / 0.25);
}
.focus\:border-l-gray-600\/30:focus{
  border-left-color: rgb(75 85 99 / 0.3);
}
.focus\:border-l-gray-600\/35:focus{
  border-left-color: rgb(75 85 99 / 0.35);
}
.focus\:border-l-gray-600\/40:focus{
  border-left-color: rgb(75 85 99 / 0.4);
}
.focus\:border-l-gray-600\/45:focus{
  border-left-color: rgb(75 85 99 / 0.45);
}
.focus\:border-l-gray-600\/5:focus{
  border-left-color: rgb(75 85 99 / 0.05);
}
.focus\:border-l-gray-600\/50:focus{
  border-left-color: rgb(75 85 99 / 0.5);
}
.focus\:border-l-gray-600\/55:focus{
  border-left-color: rgb(75 85 99 / 0.55);
}
.focus\:border-l-gray-600\/60:focus{
  border-left-color: rgb(75 85 99 / 0.6);
}
.focus\:border-l-gray-600\/65:focus{
  border-left-color: rgb(75 85 99 / 0.65);
}
.focus\:border-l-gray-600\/70:focus{
  border-left-color: rgb(75 85 99 / 0.7);
}
.focus\:border-l-gray-600\/75:focus{
  border-left-color: rgb(75 85 99 / 0.75);
}
.focus\:border-l-gray-600\/80:focus{
  border-left-color: rgb(75 85 99 / 0.8);
}
.focus\:border-l-gray-600\/85:focus{
  border-left-color: rgb(75 85 99 / 0.85);
}
.focus\:border-l-gray-600\/90:focus{
  border-left-color: rgb(75 85 99 / 0.9);
}
.focus\:border-l-gray-600\/95:focus{
  border-left-color: rgb(75 85 99 / 0.95);
}
.focus\:border-l-gray-700:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-700\/0:focus{
  border-left-color: rgb(55 65 81 / 0);
}
.focus\:border-l-gray-700\/10:focus{
  border-left-color: rgb(55 65 81 / 0.1);
}
.focus\:border-l-gray-700\/100:focus{
  border-left-color: rgb(55 65 81 / 1);
}
.focus\:border-l-gray-700\/15:focus{
  border-left-color: rgb(55 65 81 / 0.15);
}
.focus\:border-l-gray-700\/20:focus{
  border-left-color: rgb(55 65 81 / 0.2);
}
.focus\:border-l-gray-700\/25:focus{
  border-left-color: rgb(55 65 81 / 0.25);
}
.focus\:border-l-gray-700\/30:focus{
  border-left-color: rgb(55 65 81 / 0.3);
}
.focus\:border-l-gray-700\/35:focus{
  border-left-color: rgb(55 65 81 / 0.35);
}
.focus\:border-l-gray-700\/40:focus{
  border-left-color: rgb(55 65 81 / 0.4);
}
.focus\:border-l-gray-700\/45:focus{
  border-left-color: rgb(55 65 81 / 0.45);
}
.focus\:border-l-gray-700\/5:focus{
  border-left-color: rgb(55 65 81 / 0.05);
}
.focus\:border-l-gray-700\/50:focus{
  border-left-color: rgb(55 65 81 / 0.5);
}
.focus\:border-l-gray-700\/55:focus{
  border-left-color: rgb(55 65 81 / 0.55);
}
.focus\:border-l-gray-700\/60:focus{
  border-left-color: rgb(55 65 81 / 0.6);
}
.focus\:border-l-gray-700\/65:focus{
  border-left-color: rgb(55 65 81 / 0.65);
}
.focus\:border-l-gray-700\/70:focus{
  border-left-color: rgb(55 65 81 / 0.7);
}
.focus\:border-l-gray-700\/75:focus{
  border-left-color: rgb(55 65 81 / 0.75);
}
.focus\:border-l-gray-700\/80:focus{
  border-left-color: rgb(55 65 81 / 0.8);
}
.focus\:border-l-gray-700\/85:focus{
  border-left-color: rgb(55 65 81 / 0.85);
}
.focus\:border-l-gray-700\/90:focus{
  border-left-color: rgb(55 65 81 / 0.9);
}
.focus\:border-l-gray-700\/95:focus{
  border-left-color: rgb(55 65 81 / 0.95);
}
.focus\:border-l-gray-800:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-800\/0:focus{
  border-left-color: rgb(31 41 55 / 0);
}
.focus\:border-l-gray-800\/10:focus{
  border-left-color: rgb(31 41 55 / 0.1);
}
.focus\:border-l-gray-800\/100:focus{
  border-left-color: rgb(31 41 55 / 1);
}
.focus\:border-l-gray-800\/15:focus{
  border-left-color: rgb(31 41 55 / 0.15);
}
.focus\:border-l-gray-800\/20:focus{
  border-left-color: rgb(31 41 55 / 0.2);
}
.focus\:border-l-gray-800\/25:focus{
  border-left-color: rgb(31 41 55 / 0.25);
}
.focus\:border-l-gray-800\/30:focus{
  border-left-color: rgb(31 41 55 / 0.3);
}
.focus\:border-l-gray-800\/35:focus{
  border-left-color: rgb(31 41 55 / 0.35);
}
.focus\:border-l-gray-800\/40:focus{
  border-left-color: rgb(31 41 55 / 0.4);
}
.focus\:border-l-gray-800\/45:focus{
  border-left-color: rgb(31 41 55 / 0.45);
}
.focus\:border-l-gray-800\/5:focus{
  border-left-color: rgb(31 41 55 / 0.05);
}
.focus\:border-l-gray-800\/50:focus{
  border-left-color: rgb(31 41 55 / 0.5);
}
.focus\:border-l-gray-800\/55:focus{
  border-left-color: rgb(31 41 55 / 0.55);
}
.focus\:border-l-gray-800\/60:focus{
  border-left-color: rgb(31 41 55 / 0.6);
}
.focus\:border-l-gray-800\/65:focus{
  border-left-color: rgb(31 41 55 / 0.65);
}
.focus\:border-l-gray-800\/70:focus{
  border-left-color: rgb(31 41 55 / 0.7);
}
.focus\:border-l-gray-800\/75:focus{
  border-left-color: rgb(31 41 55 / 0.75);
}
.focus\:border-l-gray-800\/80:focus{
  border-left-color: rgb(31 41 55 / 0.8);
}
.focus\:border-l-gray-800\/85:focus{
  border-left-color: rgb(31 41 55 / 0.85);
}
.focus\:border-l-gray-800\/90:focus{
  border-left-color: rgb(31 41 55 / 0.9);
}
.focus\:border-l-gray-800\/95:focus{
  border-left-color: rgb(31 41 55 / 0.95);
}
.focus\:border-l-gray-900:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-900\/0:focus{
  border-left-color: rgb(17 24 39 / 0);
}
.focus\:border-l-gray-900\/10:focus{
  border-left-color: rgb(17 24 39 / 0.1);
}
.focus\:border-l-gray-900\/100:focus{
  border-left-color: rgb(17 24 39 / 1);
}
.focus\:border-l-gray-900\/15:focus{
  border-left-color: rgb(17 24 39 / 0.15);
}
.focus\:border-l-gray-900\/20:focus{
  border-left-color: rgb(17 24 39 / 0.2);
}
.focus\:border-l-gray-900\/25:focus{
  border-left-color: rgb(17 24 39 / 0.25);
}
.focus\:border-l-gray-900\/30:focus{
  border-left-color: rgb(17 24 39 / 0.3);
}
.focus\:border-l-gray-900\/35:focus{
  border-left-color: rgb(17 24 39 / 0.35);
}
.focus\:border-l-gray-900\/40:focus{
  border-left-color: rgb(17 24 39 / 0.4);
}
.focus\:border-l-gray-900\/45:focus{
  border-left-color: rgb(17 24 39 / 0.45);
}
.focus\:border-l-gray-900\/5:focus{
  border-left-color: rgb(17 24 39 / 0.05);
}
.focus\:border-l-gray-900\/50:focus{
  border-left-color: rgb(17 24 39 / 0.5);
}
.focus\:border-l-gray-900\/55:focus{
  border-left-color: rgb(17 24 39 / 0.55);
}
.focus\:border-l-gray-900\/60:focus{
  border-left-color: rgb(17 24 39 / 0.6);
}
.focus\:border-l-gray-900\/65:focus{
  border-left-color: rgb(17 24 39 / 0.65);
}
.focus\:border-l-gray-900\/70:focus{
  border-left-color: rgb(17 24 39 / 0.7);
}
.focus\:border-l-gray-900\/75:focus{
  border-left-color: rgb(17 24 39 / 0.75);
}
.focus\:border-l-gray-900\/80:focus{
  border-left-color: rgb(17 24 39 / 0.8);
}
.focus\:border-l-gray-900\/85:focus{
  border-left-color: rgb(17 24 39 / 0.85);
}
.focus\:border-l-gray-900\/90:focus{
  border-left-color: rgb(17 24 39 / 0.9);
}
.focus\:border-l-gray-900\/95:focus{
  border-left-color: rgb(17 24 39 / 0.95);
}
.focus\:border-l-gray-950:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-l-gray-950\/0:focus{
  border-left-color: rgb(3 7 18 / 0);
}
.focus\:border-l-gray-950\/10:focus{
  border-left-color: rgb(3 7 18 / 0.1);
}
.focus\:border-l-gray-950\/100:focus{
  border-left-color: rgb(3 7 18 / 1);
}
.focus\:border-l-gray-950\/15:focus{
  border-left-color: rgb(3 7 18 / 0.15);
}
.focus\:border-l-gray-950\/20:focus{
  border-left-color: rgb(3 7 18 / 0.2);
}
.focus\:border-l-gray-950\/25:focus{
  border-left-color: rgb(3 7 18 / 0.25);
}
.focus\:border-l-gray-950\/30:focus{
  border-left-color: rgb(3 7 18 / 0.3);
}
.focus\:border-l-gray-950\/35:focus{
  border-left-color: rgb(3 7 18 / 0.35);
}
.focus\:border-l-gray-950\/40:focus{
  border-left-color: rgb(3 7 18 / 0.4);
}
.focus\:border-l-gray-950\/45:focus{
  border-left-color: rgb(3 7 18 / 0.45);
}
.focus\:border-l-gray-950\/5:focus{
  border-left-color: rgb(3 7 18 / 0.05);
}
.focus\:border-l-gray-950\/50:focus{
  border-left-color: rgb(3 7 18 / 0.5);
}
.focus\:border-l-gray-950\/55:focus{
  border-left-color: rgb(3 7 18 / 0.55);
}
.focus\:border-l-gray-950\/60:focus{
  border-left-color: rgb(3 7 18 / 0.6);
}
.focus\:border-l-gray-950\/65:focus{
  border-left-color: rgb(3 7 18 / 0.65);
}
.focus\:border-l-gray-950\/70:focus{
  border-left-color: rgb(3 7 18 / 0.7);
}
.focus\:border-l-gray-950\/75:focus{
  border-left-color: rgb(3 7 18 / 0.75);
}
.focus\:border-l-gray-950\/80:focus{
  border-left-color: rgb(3 7 18 / 0.8);
}
.focus\:border-l-gray-950\/85:focus{
  border-left-color: rgb(3 7 18 / 0.85);
}
.focus\:border-l-gray-950\/90:focus{
  border-left-color: rgb(3 7 18 / 0.9);
}
.focus\:border-l-gray-950\/95:focus{
  border-left-color: rgb(3 7 18 / 0.95);
}
.focus\:border-l-inherit:focus{
  border-left-color: inherit;
}
.focus\:border-l-primary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-dark\/0:focus{
  border-left-color: rgb(26 88 121 / 0);
}
.focus\:border-l-primary-dark\/10:focus{
  border-left-color: rgb(26 88 121 / 0.1);
}
.focus\:border-l-primary-dark\/100:focus{
  border-left-color: rgb(26 88 121 / 1);
}
.focus\:border-l-primary-dark\/15:focus{
  border-left-color: rgb(26 88 121 / 0.15);
}
.focus\:border-l-primary-dark\/20:focus{
  border-left-color: rgb(26 88 121 / 0.2);
}
.focus\:border-l-primary-dark\/25:focus{
  border-left-color: rgb(26 88 121 / 0.25);
}
.focus\:border-l-primary-dark\/30:focus{
  border-left-color: rgb(26 88 121 / 0.3);
}
.focus\:border-l-primary-dark\/35:focus{
  border-left-color: rgb(26 88 121 / 0.35);
}
.focus\:border-l-primary-dark\/40:focus{
  border-left-color: rgb(26 88 121 / 0.4);
}
.focus\:border-l-primary-dark\/45:focus{
  border-left-color: rgb(26 88 121 / 0.45);
}
.focus\:border-l-primary-dark\/5:focus{
  border-left-color: rgb(26 88 121 / 0.05);
}
.focus\:border-l-primary-dark\/50:focus{
  border-left-color: rgb(26 88 121 / 0.5);
}
.focus\:border-l-primary-dark\/55:focus{
  border-left-color: rgb(26 88 121 / 0.55);
}
.focus\:border-l-primary-dark\/60:focus{
  border-left-color: rgb(26 88 121 / 0.6);
}
.focus\:border-l-primary-dark\/65:focus{
  border-left-color: rgb(26 88 121 / 0.65);
}
.focus\:border-l-primary-dark\/70:focus{
  border-left-color: rgb(26 88 121 / 0.7);
}
.focus\:border-l-primary-dark\/75:focus{
  border-left-color: rgb(26 88 121 / 0.75);
}
.focus\:border-l-primary-dark\/80:focus{
  border-left-color: rgb(26 88 121 / 0.8);
}
.focus\:border-l-primary-dark\/85:focus{
  border-left-color: rgb(26 88 121 / 0.85);
}
.focus\:border-l-primary-dark\/90:focus{
  border-left-color: rgb(26 88 121 / 0.9);
}
.focus\:border-l-primary-dark\/95:focus{
  border-left-color: rgb(26 88 121 / 0.95);
}
.focus\:border-l-primary-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-light\/0:focus{
  border-left-color: rgb(85 154 193 / 0);
}
.focus\:border-l-primary-light\/10:focus{
  border-left-color: rgb(85 154 193 / 0.1);
}
.focus\:border-l-primary-light\/100:focus{
  border-left-color: rgb(85 154 193 / 1);
}
.focus\:border-l-primary-light\/15:focus{
  border-left-color: rgb(85 154 193 / 0.15);
}
.focus\:border-l-primary-light\/20:focus{
  border-left-color: rgb(85 154 193 / 0.2);
}
.focus\:border-l-primary-light\/25:focus{
  border-left-color: rgb(85 154 193 / 0.25);
}
.focus\:border-l-primary-light\/30:focus{
  border-left-color: rgb(85 154 193 / 0.3);
}
.focus\:border-l-primary-light\/35:focus{
  border-left-color: rgb(85 154 193 / 0.35);
}
.focus\:border-l-primary-light\/40:focus{
  border-left-color: rgb(85 154 193 / 0.4);
}
.focus\:border-l-primary-light\/45:focus{
  border-left-color: rgb(85 154 193 / 0.45);
}
.focus\:border-l-primary-light\/5:focus{
  border-left-color: rgb(85 154 193 / 0.05);
}
.focus\:border-l-primary-light\/50:focus{
  border-left-color: rgb(85 154 193 / 0.5);
}
.focus\:border-l-primary-light\/55:focus{
  border-left-color: rgb(85 154 193 / 0.55);
}
.focus\:border-l-primary-light\/60:focus{
  border-left-color: rgb(85 154 193 / 0.6);
}
.focus\:border-l-primary-light\/65:focus{
  border-left-color: rgb(85 154 193 / 0.65);
}
.focus\:border-l-primary-light\/70:focus{
  border-left-color: rgb(85 154 193 / 0.7);
}
.focus\:border-l-primary-light\/75:focus{
  border-left-color: rgb(85 154 193 / 0.75);
}
.focus\:border-l-primary-light\/80:focus{
  border-left-color: rgb(85 154 193 / 0.8);
}
.focus\:border-l-primary-light\/85:focus{
  border-left-color: rgb(85 154 193 / 0.85);
}
.focus\:border-l-primary-light\/90:focus{
  border-left-color: rgb(85 154 193 / 0.9);
}
.focus\:border-l-primary-light\/95:focus{
  border-left-color: rgb(85 154 193 / 0.95);
}
.focus\:border-l-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-l-primary-lighter\/0:focus{
  border-left-color: rgb(115 177 212 / 0);
}
.focus\:border-l-primary-lighter\/10:focus{
  border-left-color: rgb(115 177 212 / 0.1);
}
.focus\:border-l-primary-lighter\/100:focus{
  border-left-color: rgb(115 177 212 / 1);
}
.focus\:border-l-primary-lighter\/15:focus{
  border-left-color: rgb(115 177 212 / 0.15);
}
.focus\:border-l-primary-lighter\/20:focus{
  border-left-color: rgb(115 177 212 / 0.2);
}
.focus\:border-l-primary-lighter\/25:focus{
  border-left-color: rgb(115 177 212 / 0.25);
}
.focus\:border-l-primary-lighter\/30:focus{
  border-left-color: rgb(115 177 212 / 0.3);
}
.focus\:border-l-primary-lighter\/35:focus{
  border-left-color: rgb(115 177 212 / 0.35);
}
.focus\:border-l-primary-lighter\/40:focus{
  border-left-color: rgb(115 177 212 / 0.4);
}
.focus\:border-l-primary-lighter\/45:focus{
  border-left-color: rgb(115 177 212 / 0.45);
}
.focus\:border-l-primary-lighter\/5:focus{
  border-left-color: rgb(115 177 212 / 0.05);
}
.focus\:border-l-primary-lighter\/50:focus{
  border-left-color: rgb(115 177 212 / 0.5);
}
.focus\:border-l-primary-lighter\/55:focus{
  border-left-color: rgb(115 177 212 / 0.55);
}
.focus\:border-l-primary-lighter\/60:focus{
  border-left-color: rgb(115 177 212 / 0.6);
}
.focus\:border-l-primary-lighter\/65:focus{
  border-left-color: rgb(115 177 212 / 0.65);
}
.focus\:border-l-primary-lighter\/70:focus{
  border-left-color: rgb(115 177 212 / 0.7);
}
.focus\:border-l-primary-lighter\/75:focus{
  border-left-color: rgb(115 177 212 / 0.75);
}
.focus\:border-l-primary-lighter\/80:focus{
  border-left-color: rgb(115 177 212 / 0.8);
}
.focus\:border-l-primary-lighter\/85:focus{
  border-left-color: rgb(115 177 212 / 0.85);
}
.focus\:border-l-primary-lighter\/90:focus{
  border-left-color: rgb(115 177 212 / 0.9);
}
.focus\:border-l-primary-lighter\/95:focus{
  border-left-color: rgb(115 177 212 / 0.95);
}
.focus\:border-l-primary\/0:focus{
  border-left-color: rgb(52 114 147 / 0);
}
.focus\:border-l-primary\/10:focus{
  border-left-color: rgb(52 114 147 / 0.1);
}
.focus\:border-l-primary\/100:focus{
  border-left-color: rgb(52 114 147 / 1);
}
.focus\:border-l-primary\/15:focus{
  border-left-color: rgb(52 114 147 / 0.15);
}
.focus\:border-l-primary\/20:focus{
  border-left-color: rgb(52 114 147 / 0.2);
}
.focus\:border-l-primary\/25:focus{
  border-left-color: rgb(52 114 147 / 0.25);
}
.focus\:border-l-primary\/30:focus{
  border-left-color: rgb(52 114 147 / 0.3);
}
.focus\:border-l-primary\/35:focus{
  border-left-color: rgb(52 114 147 / 0.35);
}
.focus\:border-l-primary\/40:focus{
  border-left-color: rgb(52 114 147 / 0.4);
}
.focus\:border-l-primary\/45:focus{
  border-left-color: rgb(52 114 147 / 0.45);
}
.focus\:border-l-primary\/5:focus{
  border-left-color: rgb(52 114 147 / 0.05);
}
.focus\:border-l-primary\/50:focus{
  border-left-color: rgb(52 114 147 / 0.5);
}
.focus\:border-l-primary\/55:focus{
  border-left-color: rgb(52 114 147 / 0.55);
}
.focus\:border-l-primary\/60:focus{
  border-left-color: rgb(52 114 147 / 0.6);
}
.focus\:border-l-primary\/65:focus{
  border-left-color: rgb(52 114 147 / 0.65);
}
.focus\:border-l-primary\/70:focus{
  border-left-color: rgb(52 114 147 / 0.7);
}
.focus\:border-l-primary\/75:focus{
  border-left-color: rgb(52 114 147 / 0.75);
}
.focus\:border-l-primary\/80:focus{
  border-left-color: rgb(52 114 147 / 0.8);
}
.focus\:border-l-primary\/85:focus{
  border-left-color: rgb(52 114 147 / 0.85);
}
.focus\:border-l-primary\/90:focus{
  border-left-color: rgb(52 114 147 / 0.9);
}
.focus\:border-l-primary\/95:focus{
  border-left-color: rgb(52 114 147 / 0.95);
}
.focus\:border-l-secondary:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-dark\/0:focus{
  border-left-color: rgb(226 207 188 / 0);
}
.focus\:border-l-secondary-dark\/10:focus{
  border-left-color: rgb(226 207 188 / 0.1);
}
.focus\:border-l-secondary-dark\/100:focus{
  border-left-color: rgb(226 207 188 / 1);
}
.focus\:border-l-secondary-dark\/15:focus{
  border-left-color: rgb(226 207 188 / 0.15);
}
.focus\:border-l-secondary-dark\/20:focus{
  border-left-color: rgb(226 207 188 / 0.2);
}
.focus\:border-l-secondary-dark\/25:focus{
  border-left-color: rgb(226 207 188 / 0.25);
}
.focus\:border-l-secondary-dark\/30:focus{
  border-left-color: rgb(226 207 188 / 0.3);
}
.focus\:border-l-secondary-dark\/35:focus{
  border-left-color: rgb(226 207 188 / 0.35);
}
.focus\:border-l-secondary-dark\/40:focus{
  border-left-color: rgb(226 207 188 / 0.4);
}
.focus\:border-l-secondary-dark\/45:focus{
  border-left-color: rgb(226 207 188 / 0.45);
}
.focus\:border-l-secondary-dark\/5:focus{
  border-left-color: rgb(226 207 188 / 0.05);
}
.focus\:border-l-secondary-dark\/50:focus{
  border-left-color: rgb(226 207 188 / 0.5);
}
.focus\:border-l-secondary-dark\/55:focus{
  border-left-color: rgb(226 207 188 / 0.55);
}
.focus\:border-l-secondary-dark\/60:focus{
  border-left-color: rgb(226 207 188 / 0.6);
}
.focus\:border-l-secondary-dark\/65:focus{
  border-left-color: rgb(226 207 188 / 0.65);
}
.focus\:border-l-secondary-dark\/70:focus{
  border-left-color: rgb(226 207 188 / 0.7);
}
.focus\:border-l-secondary-dark\/75:focus{
  border-left-color: rgb(226 207 188 / 0.75);
}
.focus\:border-l-secondary-dark\/80:focus{
  border-left-color: rgb(226 207 188 / 0.8);
}
.focus\:border-l-secondary-dark\/85:focus{
  border-left-color: rgb(226 207 188 / 0.85);
}
.focus\:border-l-secondary-dark\/90:focus{
  border-left-color: rgb(226 207 188 / 0.9);
}
.focus\:border-l-secondary-dark\/95:focus{
  border-left-color: rgb(226 207 188 / 0.95);
}
.focus\:border-l-secondary-light:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-l-secondary-light\/0:focus{
  border-left-color: rgb(254 250 247 / 0);
}
.focus\:border-l-secondary-light\/10:focus{
  border-left-color: rgb(254 250 247 / 0.1);
}
.focus\:border-l-secondary-light\/100:focus{
  border-left-color: rgb(254 250 247 / 1);
}
.focus\:border-l-secondary-light\/15:focus{
  border-left-color: rgb(254 250 247 / 0.15);
}
.focus\:border-l-secondary-light\/20:focus{
  border-left-color: rgb(254 250 247 / 0.2);
}
.focus\:border-l-secondary-light\/25:focus{
  border-left-color: rgb(254 250 247 / 0.25);
}
.focus\:border-l-secondary-light\/30:focus{
  border-left-color: rgb(254 250 247 / 0.3);
}
.focus\:border-l-secondary-light\/35:focus{
  border-left-color: rgb(254 250 247 / 0.35);
}
.focus\:border-l-secondary-light\/40:focus{
  border-left-color: rgb(254 250 247 / 0.4);
}
.focus\:border-l-secondary-light\/45:focus{
  border-left-color: rgb(254 250 247 / 0.45);
}
.focus\:border-l-secondary-light\/5:focus{
  border-left-color: rgb(254 250 247 / 0.05);
}
.focus\:border-l-secondary-light\/50:focus{
  border-left-color: rgb(254 250 247 / 0.5);
}
.focus\:border-l-secondary-light\/55:focus{
  border-left-color: rgb(254 250 247 / 0.55);
}
.focus\:border-l-secondary-light\/60:focus{
  border-left-color: rgb(254 250 247 / 0.6);
}
.focus\:border-l-secondary-light\/65:focus{
  border-left-color: rgb(254 250 247 / 0.65);
}
.focus\:border-l-secondary-light\/70:focus{
  border-left-color: rgb(254 250 247 / 0.7);
}
.focus\:border-l-secondary-light\/75:focus{
  border-left-color: rgb(254 250 247 / 0.75);
}
.focus\:border-l-secondary-light\/80:focus{
  border-left-color: rgb(254 250 247 / 0.8);
}
.focus\:border-l-secondary-light\/85:focus{
  border-left-color: rgb(254 250 247 / 0.85);
}
.focus\:border-l-secondary-light\/90:focus{
  border-left-color: rgb(254 250 247 / 0.9);
}
.focus\:border-l-secondary-light\/95:focus{
  border-left-color: rgb(254 250 247 / 0.95);
}
.focus\:border-l-secondary\/0:focus{
  border-left-color: rgb(243 234 225 / 0);
}
.focus\:border-l-secondary\/10:focus{
  border-left-color: rgb(243 234 225 / 0.1);
}
.focus\:border-l-secondary\/100:focus{
  border-left-color: rgb(243 234 225 / 1);
}
.focus\:border-l-secondary\/15:focus{
  border-left-color: rgb(243 234 225 / 0.15);
}
.focus\:border-l-secondary\/20:focus{
  border-left-color: rgb(243 234 225 / 0.2);
}
.focus\:border-l-secondary\/25:focus{
  border-left-color: rgb(243 234 225 / 0.25);
}
.focus\:border-l-secondary\/30:focus{
  border-left-color: rgb(243 234 225 / 0.3);
}
.focus\:border-l-secondary\/35:focus{
  border-left-color: rgb(243 234 225 / 0.35);
}
.focus\:border-l-secondary\/40:focus{
  border-left-color: rgb(243 234 225 / 0.4);
}
.focus\:border-l-secondary\/45:focus{
  border-left-color: rgb(243 234 225 / 0.45);
}
.focus\:border-l-secondary\/5:focus{
  border-left-color: rgb(243 234 225 / 0.05);
}
.focus\:border-l-secondary\/50:focus{
  border-left-color: rgb(243 234 225 / 0.5);
}
.focus\:border-l-secondary\/55:focus{
  border-left-color: rgb(243 234 225 / 0.55);
}
.focus\:border-l-secondary\/60:focus{
  border-left-color: rgb(243 234 225 / 0.6);
}
.focus\:border-l-secondary\/65:focus{
  border-left-color: rgb(243 234 225 / 0.65);
}
.focus\:border-l-secondary\/70:focus{
  border-left-color: rgb(243 234 225 / 0.7);
}
.focus\:border-l-secondary\/75:focus{
  border-left-color: rgb(243 234 225 / 0.75);
}
.focus\:border-l-secondary\/80:focus{
  border-left-color: rgb(243 234 225 / 0.8);
}
.focus\:border-l-secondary\/85:focus{
  border-left-color: rgb(243 234 225 / 0.85);
}
.focus\:border-l-secondary\/90:focus{
  border-left-color: rgb(243 234 225 / 0.9);
}
.focus\:border-l-secondary\/95:focus{
  border-left-color: rgb(243 234 225 / 0.95);
}
.focus\:border-l-transparent:focus{
  border-left-color: transparent;
}
.focus\:border-l-transparent\/0:focus{
  border-left-color: rgb(0 0 0 / 0);
}
.focus\:border-l-transparent\/10:focus{
  border-left-color: rgb(0 0 0 / 0.1);
}
.focus\:border-l-transparent\/100:focus{
  border-left-color: rgb(0 0 0 / 1);
}
.focus\:border-l-transparent\/15:focus{
  border-left-color: rgb(0 0 0 / 0.15);
}
.focus\:border-l-transparent\/20:focus{
  border-left-color: rgb(0 0 0 / 0.2);
}
.focus\:border-l-transparent\/25:focus{
  border-left-color: rgb(0 0 0 / 0.25);
}
.focus\:border-l-transparent\/30:focus{
  border-left-color: rgb(0 0 0 / 0.3);
}
.focus\:border-l-transparent\/35:focus{
  border-left-color: rgb(0 0 0 / 0.35);
}
.focus\:border-l-transparent\/40:focus{
  border-left-color: rgb(0 0 0 / 0.4);
}
.focus\:border-l-transparent\/45:focus{
  border-left-color: rgb(0 0 0 / 0.45);
}
.focus\:border-l-transparent\/5:focus{
  border-left-color: rgb(0 0 0 / 0.05);
}
.focus\:border-l-transparent\/50:focus{
  border-left-color: rgb(0 0 0 / 0.5);
}
.focus\:border-l-transparent\/55:focus{
  border-left-color: rgb(0 0 0 / 0.55);
}
.focus\:border-l-transparent\/60:focus{
  border-left-color: rgb(0 0 0 / 0.6);
}
.focus\:border-l-transparent\/65:focus{
  border-left-color: rgb(0 0 0 / 0.65);
}
.focus\:border-l-transparent\/70:focus{
  border-left-color: rgb(0 0 0 / 0.7);
}
.focus\:border-l-transparent\/75:focus{
  border-left-color: rgb(0 0 0 / 0.75);
}
.focus\:border-l-transparent\/80:focus{
  border-left-color: rgb(0 0 0 / 0.8);
}
.focus\:border-l-transparent\/85:focus{
  border-left-color: rgb(0 0 0 / 0.85);
}
.focus\:border-l-transparent\/90:focus{
  border-left-color: rgb(0 0 0 / 0.9);
}
.focus\:border-l-transparent\/95:focus{
  border-left-color: rgb(0 0 0 / 0.95);
}
.focus\:border-l-white:focus{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-l-white\/0:focus{
  border-left-color: rgb(255 255 255 / 0);
}
.focus\:border-l-white\/10:focus{
  border-left-color: rgb(255 255 255 / 0.1);
}
.focus\:border-l-white\/100:focus{
  border-left-color: rgb(255 255 255 / 1);
}
.focus\:border-l-white\/15:focus{
  border-left-color: rgb(255 255 255 / 0.15);
}
.focus\:border-l-white\/20:focus{
  border-left-color: rgb(255 255 255 / 0.2);
}
.focus\:border-l-white\/25:focus{
  border-left-color: rgb(255 255 255 / 0.25);
}
.focus\:border-l-white\/30:focus{
  border-left-color: rgb(255 255 255 / 0.3);
}
.focus\:border-l-white\/35:focus{
  border-left-color: rgb(255 255 255 / 0.35);
}
.focus\:border-l-white\/40:focus{
  border-left-color: rgb(255 255 255 / 0.4);
}
.focus\:border-l-white\/45:focus{
  border-left-color: rgb(255 255 255 / 0.45);
}
.focus\:border-l-white\/5:focus{
  border-left-color: rgb(255 255 255 / 0.05);
}
.focus\:border-l-white\/50:focus{
  border-left-color: rgb(255 255 255 / 0.5);
}
.focus\:border-l-white\/55:focus{
  border-left-color: rgb(255 255 255 / 0.55);
}
.focus\:border-l-white\/60:focus{
  border-left-color: rgb(255 255 255 / 0.6);
}
.focus\:border-l-white\/65:focus{
  border-left-color: rgb(255 255 255 / 0.65);
}
.focus\:border-l-white\/70:focus{
  border-left-color: rgb(255 255 255 / 0.7);
}
.focus\:border-l-white\/75:focus{
  border-left-color: rgb(255 255 255 / 0.75);
}
.focus\:border-l-white\/80:focus{
  border-left-color: rgb(255 255 255 / 0.8);
}
.focus\:border-l-white\/85:focus{
  border-left-color: rgb(255 255 255 / 0.85);
}
.focus\:border-l-white\/90:focus{
  border-left-color: rgb(255 255 255 / 0.9);
}
.focus\:border-l-white\/95:focus{
  border-left-color: rgb(255 255 255 / 0.95);
}
.focus\:border-r-accent:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-dark:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-dark\/0:focus{
  border-right-color: rgb(225 114 45 / 0);
}
.focus\:border-r-accent-dark\/10:focus{
  border-right-color: rgb(225 114 45 / 0.1);
}
.focus\:border-r-accent-dark\/100:focus{
  border-right-color: rgb(225 114 45 / 1);
}
.focus\:border-r-accent-dark\/15:focus{
  border-right-color: rgb(225 114 45 / 0.15);
}
.focus\:border-r-accent-dark\/20:focus{
  border-right-color: rgb(225 114 45 / 0.2);
}
.focus\:border-r-accent-dark\/25:focus{
  border-right-color: rgb(225 114 45 / 0.25);
}
.focus\:border-r-accent-dark\/30:focus{
  border-right-color: rgb(225 114 45 / 0.3);
}
.focus\:border-r-accent-dark\/35:focus{
  border-right-color: rgb(225 114 45 / 0.35);
}
.focus\:border-r-accent-dark\/40:focus{
  border-right-color: rgb(225 114 45 / 0.4);
}
.focus\:border-r-accent-dark\/45:focus{
  border-right-color: rgb(225 114 45 / 0.45);
}
.focus\:border-r-accent-dark\/5:focus{
  border-right-color: rgb(225 114 45 / 0.05);
}
.focus\:border-r-accent-dark\/50:focus{
  border-right-color: rgb(225 114 45 / 0.5);
}
.focus\:border-r-accent-dark\/55:focus{
  border-right-color: rgb(225 114 45 / 0.55);
}
.focus\:border-r-accent-dark\/60:focus{
  border-right-color: rgb(225 114 45 / 0.6);
}
.focus\:border-r-accent-dark\/65:focus{
  border-right-color: rgb(225 114 45 / 0.65);
}
.focus\:border-r-accent-dark\/70:focus{
  border-right-color: rgb(225 114 45 / 0.7);
}
.focus\:border-r-accent-dark\/75:focus{
  border-right-color: rgb(225 114 45 / 0.75);
}
.focus\:border-r-accent-dark\/80:focus{
  border-right-color: rgb(225 114 45 / 0.8);
}
.focus\:border-r-accent-dark\/85:focus{
  border-right-color: rgb(225 114 45 / 0.85);
}
.focus\:border-r-accent-dark\/90:focus{
  border-right-color: rgb(225 114 45 / 0.9);
}
.focus\:border-r-accent-dark\/95:focus{
  border-right-color: rgb(225 114 45 / 0.95);
}
.focus\:border-r-accent-light:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-r-accent-light\/0:focus{
  border-right-color: rgb(255 191 105 / 0);
}
.focus\:border-r-accent-light\/10:focus{
  border-right-color: rgb(255 191 105 / 0.1);
}
.focus\:border-r-accent-light\/100:focus{
  border-right-color: rgb(255 191 105 / 1);
}
.focus\:border-r-accent-light\/15:focus{
  border-right-color: rgb(255 191 105 / 0.15);
}
.focus\:border-r-accent-light\/20:focus{
  border-right-color: rgb(255 191 105 / 0.2);
}
.focus\:border-r-accent-light\/25:focus{
  border-right-color: rgb(255 191 105 / 0.25);
}
.focus\:border-r-accent-light\/30:focus{
  border-right-color: rgb(255 191 105 / 0.3);
}
.focus\:border-r-accent-light\/35:focus{
  border-right-color: rgb(255 191 105 / 0.35);
}
.focus\:border-r-accent-light\/40:focus{
  border-right-color: rgb(255 191 105 / 0.4);
}
.focus\:border-r-accent-light\/45:focus{
  border-right-color: rgb(255 191 105 / 0.45);
}
.focus\:border-r-accent-light\/5:focus{
  border-right-color: rgb(255 191 105 / 0.05);
}
.focus\:border-r-accent-light\/50:focus{
  border-right-color: rgb(255 191 105 / 0.5);
}
.focus\:border-r-accent-light\/55:focus{
  border-right-color: rgb(255 191 105 / 0.55);
}
.focus\:border-r-accent-light\/60:focus{
  border-right-color: rgb(255 191 105 / 0.6);
}
.focus\:border-r-accent-light\/65:focus{
  border-right-color: rgb(255 191 105 / 0.65);
}
.focus\:border-r-accent-light\/70:focus{
  border-right-color: rgb(255 191 105 / 0.7);
}
.focus\:border-r-accent-light\/75:focus{
  border-right-color: rgb(255 191 105 / 0.75);
}
.focus\:border-r-accent-light\/80:focus{
  border-right-color: rgb(255 191 105 / 0.8);
}
.focus\:border-r-accent-light\/85:focus{
  border-right-color: rgb(255 191 105 / 0.85);
}
.focus\:border-r-accent-light\/90:focus{
  border-right-color: rgb(255 191 105 / 0.9);
}
.focus\:border-r-accent-light\/95:focus{
  border-right-color: rgb(255 191 105 / 0.95);
}
.focus\:border-r-accent\/0:focus{
  border-right-color: rgb(229 136 78 / 0);
}
.focus\:border-r-accent\/10:focus{
  border-right-color: rgb(229 136 78 / 0.1);
}
.focus\:border-r-accent\/100:focus{
  border-right-color: rgb(229 136 78 / 1);
}
.focus\:border-r-accent\/15:focus{
  border-right-color: rgb(229 136 78 / 0.15);
}
.focus\:border-r-accent\/20:focus{
  border-right-color: rgb(229 136 78 / 0.2);
}
.focus\:border-r-accent\/25:focus{
  border-right-color: rgb(229 136 78 / 0.25);
}
.focus\:border-r-accent\/30:focus{
  border-right-color: rgb(229 136 78 / 0.3);
}
.focus\:border-r-accent\/35:focus{
  border-right-color: rgb(229 136 78 / 0.35);
}
.focus\:border-r-accent\/40:focus{
  border-right-color: rgb(229 136 78 / 0.4);
}
.focus\:border-r-accent\/45:focus{
  border-right-color: rgb(229 136 78 / 0.45);
}
.focus\:border-r-accent\/5:focus{
  border-right-color: rgb(229 136 78 / 0.05);
}
.focus\:border-r-accent\/50:focus{
  border-right-color: rgb(229 136 78 / 0.5);
}
.focus\:border-r-accent\/55:focus{
  border-right-color: rgb(229 136 78 / 0.55);
}
.focus\:border-r-accent\/60:focus{
  border-right-color: rgb(229 136 78 / 0.6);
}
.focus\:border-r-accent\/65:focus{
  border-right-color: rgb(229 136 78 / 0.65);
}
.focus\:border-r-accent\/70:focus{
  border-right-color: rgb(229 136 78 / 0.7);
}
.focus\:border-r-accent\/75:focus{
  border-right-color: rgb(229 136 78 / 0.75);
}
.focus\:border-r-accent\/80:focus{
  border-right-color: rgb(229 136 78 / 0.8);
}
.focus\:border-r-accent\/85:focus{
  border-right-color: rgb(229 136 78 / 0.85);
}
.focus\:border-r-accent\/90:focus{
  border-right-color: rgb(229 136 78 / 0.9);
}
.focus\:border-r-accent\/95:focus{
  border-right-color: rgb(229 136 78 / 0.95);
}
.focus\:border-r-black:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-r-black\/0:focus{
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-r-black\/10:focus{
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-r-black\/100:focus{
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-r-black\/15:focus{
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-r-black\/20:focus{
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-r-black\/25:focus{
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-r-black\/30:focus{
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-r-black\/35:focus{
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-r-black\/40:focus{
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-r-black\/45:focus{
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-r-black\/5:focus{
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-r-black\/50:focus{
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-r-black\/55:focus{
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-r-black\/60:focus{
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-r-black\/65:focus{
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-r-black\/70:focus{
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-r-black\/75:focus{
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-r-black\/80:focus{
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-r-black\/85:focus{
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-r-black\/90:focus{
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-r-black\/95:focus{
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-r-current:focus{
  border-right-color: currentColor;
}
.focus\:border-r-error:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-r-error\/0:focus{
  border-right-color: rgb(255 0 0 / 0);
}
.focus\:border-r-error\/10:focus{
  border-right-color: rgb(255 0 0 / 0.1);
}
.focus\:border-r-error\/100:focus{
  border-right-color: rgb(255 0 0 / 1);
}
.focus\:border-r-error\/15:focus{
  border-right-color: rgb(255 0 0 / 0.15);
}
.focus\:border-r-error\/20:focus{
  border-right-color: rgb(255 0 0 / 0.2);
}
.focus\:border-r-error\/25:focus{
  border-right-color: rgb(255 0 0 / 0.25);
}
.focus\:border-r-error\/30:focus{
  border-right-color: rgb(255 0 0 / 0.3);
}
.focus\:border-r-error\/35:focus{
  border-right-color: rgb(255 0 0 / 0.35);
}
.focus\:border-r-error\/40:focus{
  border-right-color: rgb(255 0 0 / 0.4);
}
.focus\:border-r-error\/45:focus{
  border-right-color: rgb(255 0 0 / 0.45);
}
.focus\:border-r-error\/5:focus{
  border-right-color: rgb(255 0 0 / 0.05);
}
.focus\:border-r-error\/50:focus{
  border-right-color: rgb(255 0 0 / 0.5);
}
.focus\:border-r-error\/55:focus{
  border-right-color: rgb(255 0 0 / 0.55);
}
.focus\:border-r-error\/60:focus{
  border-right-color: rgb(255 0 0 / 0.6);
}
.focus\:border-r-error\/65:focus{
  border-right-color: rgb(255 0 0 / 0.65);
}
.focus\:border-r-error\/70:focus{
  border-right-color: rgb(255 0 0 / 0.7);
}
.focus\:border-r-error\/75:focus{
  border-right-color: rgb(255 0 0 / 0.75);
}
.focus\:border-r-error\/80:focus{
  border-right-color: rgb(255 0 0 / 0.8);
}
.focus\:border-r-error\/85:focus{
  border-right-color: rgb(255 0 0 / 0.85);
}
.focus\:border-r-error\/90:focus{
  border-right-color: rgb(255 0 0 / 0.9);
}
.focus\:border-r-error\/95:focus{
  border-right-color: rgb(255 0 0 / 0.95);
}
.focus\:border-r-gray-100:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-100\/0:focus{
  border-right-color: rgb(243 244 246 / 0);
}
.focus\:border-r-gray-100\/10:focus{
  border-right-color: rgb(243 244 246 / 0.1);
}
.focus\:border-r-gray-100\/100:focus{
  border-right-color: rgb(243 244 246 / 1);
}
.focus\:border-r-gray-100\/15:focus{
  border-right-color: rgb(243 244 246 / 0.15);
}
.focus\:border-r-gray-100\/20:focus{
  border-right-color: rgb(243 244 246 / 0.2);
}
.focus\:border-r-gray-100\/25:focus{
  border-right-color: rgb(243 244 246 / 0.25);
}
.focus\:border-r-gray-100\/30:focus{
  border-right-color: rgb(243 244 246 / 0.3);
}
.focus\:border-r-gray-100\/35:focus{
  border-right-color: rgb(243 244 246 / 0.35);
}
.focus\:border-r-gray-100\/40:focus{
  border-right-color: rgb(243 244 246 / 0.4);
}
.focus\:border-r-gray-100\/45:focus{
  border-right-color: rgb(243 244 246 / 0.45);
}
.focus\:border-r-gray-100\/5:focus{
  border-right-color: rgb(243 244 246 / 0.05);
}
.focus\:border-r-gray-100\/50:focus{
  border-right-color: rgb(243 244 246 / 0.5);
}
.focus\:border-r-gray-100\/55:focus{
  border-right-color: rgb(243 244 246 / 0.55);
}
.focus\:border-r-gray-100\/60:focus{
  border-right-color: rgb(243 244 246 / 0.6);
}
.focus\:border-r-gray-100\/65:focus{
  border-right-color: rgb(243 244 246 / 0.65);
}
.focus\:border-r-gray-100\/70:focus{
  border-right-color: rgb(243 244 246 / 0.7);
}
.focus\:border-r-gray-100\/75:focus{
  border-right-color: rgb(243 244 246 / 0.75);
}
.focus\:border-r-gray-100\/80:focus{
  border-right-color: rgb(243 244 246 / 0.8);
}
.focus\:border-r-gray-100\/85:focus{
  border-right-color: rgb(243 244 246 / 0.85);
}
.focus\:border-r-gray-100\/90:focus{
  border-right-color: rgb(243 244 246 / 0.9);
}
.focus\:border-r-gray-100\/95:focus{
  border-right-color: rgb(243 244 246 / 0.95);
}
.focus\:border-r-gray-200:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-200\/0:focus{
  border-right-color: rgb(229 231 235 / 0);
}
.focus\:border-r-gray-200\/10:focus{
  border-right-color: rgb(229 231 235 / 0.1);
}
.focus\:border-r-gray-200\/100:focus{
  border-right-color: rgb(229 231 235 / 1);
}
.focus\:border-r-gray-200\/15:focus{
  border-right-color: rgb(229 231 235 / 0.15);
}
.focus\:border-r-gray-200\/20:focus{
  border-right-color: rgb(229 231 235 / 0.2);
}
.focus\:border-r-gray-200\/25:focus{
  border-right-color: rgb(229 231 235 / 0.25);
}
.focus\:border-r-gray-200\/30:focus{
  border-right-color: rgb(229 231 235 / 0.3);
}
.focus\:border-r-gray-200\/35:focus{
  border-right-color: rgb(229 231 235 / 0.35);
}
.focus\:border-r-gray-200\/40:focus{
  border-right-color: rgb(229 231 235 / 0.4);
}
.focus\:border-r-gray-200\/45:focus{
  border-right-color: rgb(229 231 235 / 0.45);
}
.focus\:border-r-gray-200\/5:focus{
  border-right-color: rgb(229 231 235 / 0.05);
}
.focus\:border-r-gray-200\/50:focus{
  border-right-color: rgb(229 231 235 / 0.5);
}
.focus\:border-r-gray-200\/55:focus{
  border-right-color: rgb(229 231 235 / 0.55);
}
.focus\:border-r-gray-200\/60:focus{
  border-right-color: rgb(229 231 235 / 0.6);
}
.focus\:border-r-gray-200\/65:focus{
  border-right-color: rgb(229 231 235 / 0.65);
}
.focus\:border-r-gray-200\/70:focus{
  border-right-color: rgb(229 231 235 / 0.7);
}
.focus\:border-r-gray-200\/75:focus{
  border-right-color: rgb(229 231 235 / 0.75);
}
.focus\:border-r-gray-200\/80:focus{
  border-right-color: rgb(229 231 235 / 0.8);
}
.focus\:border-r-gray-200\/85:focus{
  border-right-color: rgb(229 231 235 / 0.85);
}
.focus\:border-r-gray-200\/90:focus{
  border-right-color: rgb(229 231 235 / 0.9);
}
.focus\:border-r-gray-200\/95:focus{
  border-right-color: rgb(229 231 235 / 0.95);
}
.focus\:border-r-gray-300:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-300\/0:focus{
  border-right-color: rgb(209 213 219 / 0);
}
.focus\:border-r-gray-300\/10:focus{
  border-right-color: rgb(209 213 219 / 0.1);
}
.focus\:border-r-gray-300\/100:focus{
  border-right-color: rgb(209 213 219 / 1);
}
.focus\:border-r-gray-300\/15:focus{
  border-right-color: rgb(209 213 219 / 0.15);
}
.focus\:border-r-gray-300\/20:focus{
  border-right-color: rgb(209 213 219 / 0.2);
}
.focus\:border-r-gray-300\/25:focus{
  border-right-color: rgb(209 213 219 / 0.25);
}
.focus\:border-r-gray-300\/30:focus{
  border-right-color: rgb(209 213 219 / 0.3);
}
.focus\:border-r-gray-300\/35:focus{
  border-right-color: rgb(209 213 219 / 0.35);
}
.focus\:border-r-gray-300\/40:focus{
  border-right-color: rgb(209 213 219 / 0.4);
}
.focus\:border-r-gray-300\/45:focus{
  border-right-color: rgb(209 213 219 / 0.45);
}
.focus\:border-r-gray-300\/5:focus{
  border-right-color: rgb(209 213 219 / 0.05);
}
.focus\:border-r-gray-300\/50:focus{
  border-right-color: rgb(209 213 219 / 0.5);
}
.focus\:border-r-gray-300\/55:focus{
  border-right-color: rgb(209 213 219 / 0.55);
}
.focus\:border-r-gray-300\/60:focus{
  border-right-color: rgb(209 213 219 / 0.6);
}
.focus\:border-r-gray-300\/65:focus{
  border-right-color: rgb(209 213 219 / 0.65);
}
.focus\:border-r-gray-300\/70:focus{
  border-right-color: rgb(209 213 219 / 0.7);
}
.focus\:border-r-gray-300\/75:focus{
  border-right-color: rgb(209 213 219 / 0.75);
}
.focus\:border-r-gray-300\/80:focus{
  border-right-color: rgb(209 213 219 / 0.8);
}
.focus\:border-r-gray-300\/85:focus{
  border-right-color: rgb(209 213 219 / 0.85);
}
.focus\:border-r-gray-300\/90:focus{
  border-right-color: rgb(209 213 219 / 0.9);
}
.focus\:border-r-gray-300\/95:focus{
  border-right-color: rgb(209 213 219 / 0.95);
}
.focus\:border-r-gray-400:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-400\/0:focus{
  border-right-color: rgb(156 163 175 / 0);
}
.focus\:border-r-gray-400\/10:focus{
  border-right-color: rgb(156 163 175 / 0.1);
}
.focus\:border-r-gray-400\/100:focus{
  border-right-color: rgb(156 163 175 / 1);
}
.focus\:border-r-gray-400\/15:focus{
  border-right-color: rgb(156 163 175 / 0.15);
}
.focus\:border-r-gray-400\/20:focus{
  border-right-color: rgb(156 163 175 / 0.2);
}
.focus\:border-r-gray-400\/25:focus{
  border-right-color: rgb(156 163 175 / 0.25);
}
.focus\:border-r-gray-400\/30:focus{
  border-right-color: rgb(156 163 175 / 0.3);
}
.focus\:border-r-gray-400\/35:focus{
  border-right-color: rgb(156 163 175 / 0.35);
}
.focus\:border-r-gray-400\/40:focus{
  border-right-color: rgb(156 163 175 / 0.4);
}
.focus\:border-r-gray-400\/45:focus{
  border-right-color: rgb(156 163 175 / 0.45);
}
.focus\:border-r-gray-400\/5:focus{
  border-right-color: rgb(156 163 175 / 0.05);
}
.focus\:border-r-gray-400\/50:focus{
  border-right-color: rgb(156 163 175 / 0.5);
}
.focus\:border-r-gray-400\/55:focus{
  border-right-color: rgb(156 163 175 / 0.55);
}
.focus\:border-r-gray-400\/60:focus{
  border-right-color: rgb(156 163 175 / 0.6);
}
.focus\:border-r-gray-400\/65:focus{
  border-right-color: rgb(156 163 175 / 0.65);
}
.focus\:border-r-gray-400\/70:focus{
  border-right-color: rgb(156 163 175 / 0.7);
}
.focus\:border-r-gray-400\/75:focus{
  border-right-color: rgb(156 163 175 / 0.75);
}
.focus\:border-r-gray-400\/80:focus{
  border-right-color: rgb(156 163 175 / 0.8);
}
.focus\:border-r-gray-400\/85:focus{
  border-right-color: rgb(156 163 175 / 0.85);
}
.focus\:border-r-gray-400\/90:focus{
  border-right-color: rgb(156 163 175 / 0.9);
}
.focus\:border-r-gray-400\/95:focus{
  border-right-color: rgb(156 163 175 / 0.95);
}
.focus\:border-r-gray-50:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-50\/0:focus{
  border-right-color: rgb(249 250 251 / 0);
}
.focus\:border-r-gray-50\/10:focus{
  border-right-color: rgb(249 250 251 / 0.1);
}
.focus\:border-r-gray-50\/100:focus{
  border-right-color: rgb(249 250 251 / 1);
}
.focus\:border-r-gray-50\/15:focus{
  border-right-color: rgb(249 250 251 / 0.15);
}
.focus\:border-r-gray-50\/20:focus{
  border-right-color: rgb(249 250 251 / 0.2);
}
.focus\:border-r-gray-50\/25:focus{
  border-right-color: rgb(249 250 251 / 0.25);
}
.focus\:border-r-gray-50\/30:focus{
  border-right-color: rgb(249 250 251 / 0.3);
}
.focus\:border-r-gray-50\/35:focus{
  border-right-color: rgb(249 250 251 / 0.35);
}
.focus\:border-r-gray-50\/40:focus{
  border-right-color: rgb(249 250 251 / 0.4);
}
.focus\:border-r-gray-50\/45:focus{
  border-right-color: rgb(249 250 251 / 0.45);
}
.focus\:border-r-gray-50\/5:focus{
  border-right-color: rgb(249 250 251 / 0.05);
}
.focus\:border-r-gray-50\/50:focus{
  border-right-color: rgb(249 250 251 / 0.5);
}
.focus\:border-r-gray-50\/55:focus{
  border-right-color: rgb(249 250 251 / 0.55);
}
.focus\:border-r-gray-50\/60:focus{
  border-right-color: rgb(249 250 251 / 0.6);
}
.focus\:border-r-gray-50\/65:focus{
  border-right-color: rgb(249 250 251 / 0.65);
}
.focus\:border-r-gray-50\/70:focus{
  border-right-color: rgb(249 250 251 / 0.7);
}
.focus\:border-r-gray-50\/75:focus{
  border-right-color: rgb(249 250 251 / 0.75);
}
.focus\:border-r-gray-50\/80:focus{
  border-right-color: rgb(249 250 251 / 0.8);
}
.focus\:border-r-gray-50\/85:focus{
  border-right-color: rgb(249 250 251 / 0.85);
}
.focus\:border-r-gray-50\/90:focus{
  border-right-color: rgb(249 250 251 / 0.9);
}
.focus\:border-r-gray-50\/95:focus{
  border-right-color: rgb(249 250 251 / 0.95);
}
.focus\:border-r-gray-500:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-500\/0:focus{
  border-right-color: rgb(107 114 128 / 0);
}
.focus\:border-r-gray-500\/10:focus{
  border-right-color: rgb(107 114 128 / 0.1);
}
.focus\:border-r-gray-500\/100:focus{
  border-right-color: rgb(107 114 128 / 1);
}
.focus\:border-r-gray-500\/15:focus{
  border-right-color: rgb(107 114 128 / 0.15);
}
.focus\:border-r-gray-500\/20:focus{
  border-right-color: rgb(107 114 128 / 0.2);
}
.focus\:border-r-gray-500\/25:focus{
  border-right-color: rgb(107 114 128 / 0.25);
}
.focus\:border-r-gray-500\/30:focus{
  border-right-color: rgb(107 114 128 / 0.3);
}
.focus\:border-r-gray-500\/35:focus{
  border-right-color: rgb(107 114 128 / 0.35);
}
.focus\:border-r-gray-500\/40:focus{
  border-right-color: rgb(107 114 128 / 0.4);
}
.focus\:border-r-gray-500\/45:focus{
  border-right-color: rgb(107 114 128 / 0.45);
}
.focus\:border-r-gray-500\/5:focus{
  border-right-color: rgb(107 114 128 / 0.05);
}
.focus\:border-r-gray-500\/50:focus{
  border-right-color: rgb(107 114 128 / 0.5);
}
.focus\:border-r-gray-500\/55:focus{
  border-right-color: rgb(107 114 128 / 0.55);
}
.focus\:border-r-gray-500\/60:focus{
  border-right-color: rgb(107 114 128 / 0.6);
}
.focus\:border-r-gray-500\/65:focus{
  border-right-color: rgb(107 114 128 / 0.65);
}
.focus\:border-r-gray-500\/70:focus{
  border-right-color: rgb(107 114 128 / 0.7);
}
.focus\:border-r-gray-500\/75:focus{
  border-right-color: rgb(107 114 128 / 0.75);
}
.focus\:border-r-gray-500\/80:focus{
  border-right-color: rgb(107 114 128 / 0.8);
}
.focus\:border-r-gray-500\/85:focus{
  border-right-color: rgb(107 114 128 / 0.85);
}
.focus\:border-r-gray-500\/90:focus{
  border-right-color: rgb(107 114 128 / 0.9);
}
.focus\:border-r-gray-500\/95:focus{
  border-right-color: rgb(107 114 128 / 0.95);
}
.focus\:border-r-gray-600:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-600\/0:focus{
  border-right-color: rgb(75 85 99 / 0);
}
.focus\:border-r-gray-600\/10:focus{
  border-right-color: rgb(75 85 99 / 0.1);
}
.focus\:border-r-gray-600\/100:focus{
  border-right-color: rgb(75 85 99 / 1);
}
.focus\:border-r-gray-600\/15:focus{
  border-right-color: rgb(75 85 99 / 0.15);
}
.focus\:border-r-gray-600\/20:focus{
  border-right-color: rgb(75 85 99 / 0.2);
}
.focus\:border-r-gray-600\/25:focus{
  border-right-color: rgb(75 85 99 / 0.25);
}
.focus\:border-r-gray-600\/30:focus{
  border-right-color: rgb(75 85 99 / 0.3);
}
.focus\:border-r-gray-600\/35:focus{
  border-right-color: rgb(75 85 99 / 0.35);
}
.focus\:border-r-gray-600\/40:focus{
  border-right-color: rgb(75 85 99 / 0.4);
}
.focus\:border-r-gray-600\/45:focus{
  border-right-color: rgb(75 85 99 / 0.45);
}
.focus\:border-r-gray-600\/5:focus{
  border-right-color: rgb(75 85 99 / 0.05);
}
.focus\:border-r-gray-600\/50:focus{
  border-right-color: rgb(75 85 99 / 0.5);
}
.focus\:border-r-gray-600\/55:focus{
  border-right-color: rgb(75 85 99 / 0.55);
}
.focus\:border-r-gray-600\/60:focus{
  border-right-color: rgb(75 85 99 / 0.6);
}
.focus\:border-r-gray-600\/65:focus{
  border-right-color: rgb(75 85 99 / 0.65);
}
.focus\:border-r-gray-600\/70:focus{
  border-right-color: rgb(75 85 99 / 0.7);
}
.focus\:border-r-gray-600\/75:focus{
  border-right-color: rgb(75 85 99 / 0.75);
}
.focus\:border-r-gray-600\/80:focus{
  border-right-color: rgb(75 85 99 / 0.8);
}
.focus\:border-r-gray-600\/85:focus{
  border-right-color: rgb(75 85 99 / 0.85);
}
.focus\:border-r-gray-600\/90:focus{
  border-right-color: rgb(75 85 99 / 0.9);
}
.focus\:border-r-gray-600\/95:focus{
  border-right-color: rgb(75 85 99 / 0.95);
}
.focus\:border-r-gray-700:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-700\/0:focus{
  border-right-color: rgb(55 65 81 / 0);
}
.focus\:border-r-gray-700\/10:focus{
  border-right-color: rgb(55 65 81 / 0.1);
}
.focus\:border-r-gray-700\/100:focus{
  border-right-color: rgb(55 65 81 / 1);
}
.focus\:border-r-gray-700\/15:focus{
  border-right-color: rgb(55 65 81 / 0.15);
}
.focus\:border-r-gray-700\/20:focus{
  border-right-color: rgb(55 65 81 / 0.2);
}
.focus\:border-r-gray-700\/25:focus{
  border-right-color: rgb(55 65 81 / 0.25);
}
.focus\:border-r-gray-700\/30:focus{
  border-right-color: rgb(55 65 81 / 0.3);
}
.focus\:border-r-gray-700\/35:focus{
  border-right-color: rgb(55 65 81 / 0.35);
}
.focus\:border-r-gray-700\/40:focus{
  border-right-color: rgb(55 65 81 / 0.4);
}
.focus\:border-r-gray-700\/45:focus{
  border-right-color: rgb(55 65 81 / 0.45);
}
.focus\:border-r-gray-700\/5:focus{
  border-right-color: rgb(55 65 81 / 0.05);
}
.focus\:border-r-gray-700\/50:focus{
  border-right-color: rgb(55 65 81 / 0.5);
}
.focus\:border-r-gray-700\/55:focus{
  border-right-color: rgb(55 65 81 / 0.55);
}
.focus\:border-r-gray-700\/60:focus{
  border-right-color: rgb(55 65 81 / 0.6);
}
.focus\:border-r-gray-700\/65:focus{
  border-right-color: rgb(55 65 81 / 0.65);
}
.focus\:border-r-gray-700\/70:focus{
  border-right-color: rgb(55 65 81 / 0.7);
}
.focus\:border-r-gray-700\/75:focus{
  border-right-color: rgb(55 65 81 / 0.75);
}
.focus\:border-r-gray-700\/80:focus{
  border-right-color: rgb(55 65 81 / 0.8);
}
.focus\:border-r-gray-700\/85:focus{
  border-right-color: rgb(55 65 81 / 0.85);
}
.focus\:border-r-gray-700\/90:focus{
  border-right-color: rgb(55 65 81 / 0.9);
}
.focus\:border-r-gray-700\/95:focus{
  border-right-color: rgb(55 65 81 / 0.95);
}
.focus\:border-r-gray-800:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-800\/0:focus{
  border-right-color: rgb(31 41 55 / 0);
}
.focus\:border-r-gray-800\/10:focus{
  border-right-color: rgb(31 41 55 / 0.1);
}
.focus\:border-r-gray-800\/100:focus{
  border-right-color: rgb(31 41 55 / 1);
}
.focus\:border-r-gray-800\/15:focus{
  border-right-color: rgb(31 41 55 / 0.15);
}
.focus\:border-r-gray-800\/20:focus{
  border-right-color: rgb(31 41 55 / 0.2);
}
.focus\:border-r-gray-800\/25:focus{
  border-right-color: rgb(31 41 55 / 0.25);
}
.focus\:border-r-gray-800\/30:focus{
  border-right-color: rgb(31 41 55 / 0.3);
}
.focus\:border-r-gray-800\/35:focus{
  border-right-color: rgb(31 41 55 / 0.35);
}
.focus\:border-r-gray-800\/40:focus{
  border-right-color: rgb(31 41 55 / 0.4);
}
.focus\:border-r-gray-800\/45:focus{
  border-right-color: rgb(31 41 55 / 0.45);
}
.focus\:border-r-gray-800\/5:focus{
  border-right-color: rgb(31 41 55 / 0.05);
}
.focus\:border-r-gray-800\/50:focus{
  border-right-color: rgb(31 41 55 / 0.5);
}
.focus\:border-r-gray-800\/55:focus{
  border-right-color: rgb(31 41 55 / 0.55);
}
.focus\:border-r-gray-800\/60:focus{
  border-right-color: rgb(31 41 55 / 0.6);
}
.focus\:border-r-gray-800\/65:focus{
  border-right-color: rgb(31 41 55 / 0.65);
}
.focus\:border-r-gray-800\/70:focus{
  border-right-color: rgb(31 41 55 / 0.7);
}
.focus\:border-r-gray-800\/75:focus{
  border-right-color: rgb(31 41 55 / 0.75);
}
.focus\:border-r-gray-800\/80:focus{
  border-right-color: rgb(31 41 55 / 0.8);
}
.focus\:border-r-gray-800\/85:focus{
  border-right-color: rgb(31 41 55 / 0.85);
}
.focus\:border-r-gray-800\/90:focus{
  border-right-color: rgb(31 41 55 / 0.9);
}
.focus\:border-r-gray-800\/95:focus{
  border-right-color: rgb(31 41 55 / 0.95);
}
.focus\:border-r-gray-900:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-900\/0:focus{
  border-right-color: rgb(17 24 39 / 0);
}
.focus\:border-r-gray-900\/10:focus{
  border-right-color: rgb(17 24 39 / 0.1);
}
.focus\:border-r-gray-900\/100:focus{
  border-right-color: rgb(17 24 39 / 1);
}
.focus\:border-r-gray-900\/15:focus{
  border-right-color: rgb(17 24 39 / 0.15);
}
.focus\:border-r-gray-900\/20:focus{
  border-right-color: rgb(17 24 39 / 0.2);
}
.focus\:border-r-gray-900\/25:focus{
  border-right-color: rgb(17 24 39 / 0.25);
}
.focus\:border-r-gray-900\/30:focus{
  border-right-color: rgb(17 24 39 / 0.3);
}
.focus\:border-r-gray-900\/35:focus{
  border-right-color: rgb(17 24 39 / 0.35);
}
.focus\:border-r-gray-900\/40:focus{
  border-right-color: rgb(17 24 39 / 0.4);
}
.focus\:border-r-gray-900\/45:focus{
  border-right-color: rgb(17 24 39 / 0.45);
}
.focus\:border-r-gray-900\/5:focus{
  border-right-color: rgb(17 24 39 / 0.05);
}
.focus\:border-r-gray-900\/50:focus{
  border-right-color: rgb(17 24 39 / 0.5);
}
.focus\:border-r-gray-900\/55:focus{
  border-right-color: rgb(17 24 39 / 0.55);
}
.focus\:border-r-gray-900\/60:focus{
  border-right-color: rgb(17 24 39 / 0.6);
}
.focus\:border-r-gray-900\/65:focus{
  border-right-color: rgb(17 24 39 / 0.65);
}
.focus\:border-r-gray-900\/70:focus{
  border-right-color: rgb(17 24 39 / 0.7);
}
.focus\:border-r-gray-900\/75:focus{
  border-right-color: rgb(17 24 39 / 0.75);
}
.focus\:border-r-gray-900\/80:focus{
  border-right-color: rgb(17 24 39 / 0.8);
}
.focus\:border-r-gray-900\/85:focus{
  border-right-color: rgb(17 24 39 / 0.85);
}
.focus\:border-r-gray-900\/90:focus{
  border-right-color: rgb(17 24 39 / 0.9);
}
.focus\:border-r-gray-900\/95:focus{
  border-right-color: rgb(17 24 39 / 0.95);
}
.focus\:border-r-gray-950:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-r-gray-950\/0:focus{
  border-right-color: rgb(3 7 18 / 0);
}
.focus\:border-r-gray-950\/10:focus{
  border-right-color: rgb(3 7 18 / 0.1);
}
.focus\:border-r-gray-950\/100:focus{
  border-right-color: rgb(3 7 18 / 1);
}
.focus\:border-r-gray-950\/15:focus{
  border-right-color: rgb(3 7 18 / 0.15);
}
.focus\:border-r-gray-950\/20:focus{
  border-right-color: rgb(3 7 18 / 0.2);
}
.focus\:border-r-gray-950\/25:focus{
  border-right-color: rgb(3 7 18 / 0.25);
}
.focus\:border-r-gray-950\/30:focus{
  border-right-color: rgb(3 7 18 / 0.3);
}
.focus\:border-r-gray-950\/35:focus{
  border-right-color: rgb(3 7 18 / 0.35);
}
.focus\:border-r-gray-950\/40:focus{
  border-right-color: rgb(3 7 18 / 0.4);
}
.focus\:border-r-gray-950\/45:focus{
  border-right-color: rgb(3 7 18 / 0.45);
}
.focus\:border-r-gray-950\/5:focus{
  border-right-color: rgb(3 7 18 / 0.05);
}
.focus\:border-r-gray-950\/50:focus{
  border-right-color: rgb(3 7 18 / 0.5);
}
.focus\:border-r-gray-950\/55:focus{
  border-right-color: rgb(3 7 18 / 0.55);
}
.focus\:border-r-gray-950\/60:focus{
  border-right-color: rgb(3 7 18 / 0.6);
}
.focus\:border-r-gray-950\/65:focus{
  border-right-color: rgb(3 7 18 / 0.65);
}
.focus\:border-r-gray-950\/70:focus{
  border-right-color: rgb(3 7 18 / 0.7);
}
.focus\:border-r-gray-950\/75:focus{
  border-right-color: rgb(3 7 18 / 0.75);
}
.focus\:border-r-gray-950\/80:focus{
  border-right-color: rgb(3 7 18 / 0.8);
}
.focus\:border-r-gray-950\/85:focus{
  border-right-color: rgb(3 7 18 / 0.85);
}
.focus\:border-r-gray-950\/90:focus{
  border-right-color: rgb(3 7 18 / 0.9);
}
.focus\:border-r-gray-950\/95:focus{
  border-right-color: rgb(3 7 18 / 0.95);
}
.focus\:border-r-inherit:focus{
  border-right-color: inherit;
}
.focus\:border-r-primary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-dark:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-dark\/0:focus{
  border-right-color: rgb(26 88 121 / 0);
}
.focus\:border-r-primary-dark\/10:focus{
  border-right-color: rgb(26 88 121 / 0.1);
}
.focus\:border-r-primary-dark\/100:focus{
  border-right-color: rgb(26 88 121 / 1);
}
.focus\:border-r-primary-dark\/15:focus{
  border-right-color: rgb(26 88 121 / 0.15);
}
.focus\:border-r-primary-dark\/20:focus{
  border-right-color: rgb(26 88 121 / 0.2);
}
.focus\:border-r-primary-dark\/25:focus{
  border-right-color: rgb(26 88 121 / 0.25);
}
.focus\:border-r-primary-dark\/30:focus{
  border-right-color: rgb(26 88 121 / 0.3);
}
.focus\:border-r-primary-dark\/35:focus{
  border-right-color: rgb(26 88 121 / 0.35);
}
.focus\:border-r-primary-dark\/40:focus{
  border-right-color: rgb(26 88 121 / 0.4);
}
.focus\:border-r-primary-dark\/45:focus{
  border-right-color: rgb(26 88 121 / 0.45);
}
.focus\:border-r-primary-dark\/5:focus{
  border-right-color: rgb(26 88 121 / 0.05);
}
.focus\:border-r-primary-dark\/50:focus{
  border-right-color: rgb(26 88 121 / 0.5);
}
.focus\:border-r-primary-dark\/55:focus{
  border-right-color: rgb(26 88 121 / 0.55);
}
.focus\:border-r-primary-dark\/60:focus{
  border-right-color: rgb(26 88 121 / 0.6);
}
.focus\:border-r-primary-dark\/65:focus{
  border-right-color: rgb(26 88 121 / 0.65);
}
.focus\:border-r-primary-dark\/70:focus{
  border-right-color: rgb(26 88 121 / 0.7);
}
.focus\:border-r-primary-dark\/75:focus{
  border-right-color: rgb(26 88 121 / 0.75);
}
.focus\:border-r-primary-dark\/80:focus{
  border-right-color: rgb(26 88 121 / 0.8);
}
.focus\:border-r-primary-dark\/85:focus{
  border-right-color: rgb(26 88 121 / 0.85);
}
.focus\:border-r-primary-dark\/90:focus{
  border-right-color: rgb(26 88 121 / 0.9);
}
.focus\:border-r-primary-dark\/95:focus{
  border-right-color: rgb(26 88 121 / 0.95);
}
.focus\:border-r-primary-light:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-light\/0:focus{
  border-right-color: rgb(85 154 193 / 0);
}
.focus\:border-r-primary-light\/10:focus{
  border-right-color: rgb(85 154 193 / 0.1);
}
.focus\:border-r-primary-light\/100:focus{
  border-right-color: rgb(85 154 193 / 1);
}
.focus\:border-r-primary-light\/15:focus{
  border-right-color: rgb(85 154 193 / 0.15);
}
.focus\:border-r-primary-light\/20:focus{
  border-right-color: rgb(85 154 193 / 0.2);
}
.focus\:border-r-primary-light\/25:focus{
  border-right-color: rgb(85 154 193 / 0.25);
}
.focus\:border-r-primary-light\/30:focus{
  border-right-color: rgb(85 154 193 / 0.3);
}
.focus\:border-r-primary-light\/35:focus{
  border-right-color: rgb(85 154 193 / 0.35);
}
.focus\:border-r-primary-light\/40:focus{
  border-right-color: rgb(85 154 193 / 0.4);
}
.focus\:border-r-primary-light\/45:focus{
  border-right-color: rgb(85 154 193 / 0.45);
}
.focus\:border-r-primary-light\/5:focus{
  border-right-color: rgb(85 154 193 / 0.05);
}
.focus\:border-r-primary-light\/50:focus{
  border-right-color: rgb(85 154 193 / 0.5);
}
.focus\:border-r-primary-light\/55:focus{
  border-right-color: rgb(85 154 193 / 0.55);
}
.focus\:border-r-primary-light\/60:focus{
  border-right-color: rgb(85 154 193 / 0.6);
}
.focus\:border-r-primary-light\/65:focus{
  border-right-color: rgb(85 154 193 / 0.65);
}
.focus\:border-r-primary-light\/70:focus{
  border-right-color: rgb(85 154 193 / 0.7);
}
.focus\:border-r-primary-light\/75:focus{
  border-right-color: rgb(85 154 193 / 0.75);
}
.focus\:border-r-primary-light\/80:focus{
  border-right-color: rgb(85 154 193 / 0.8);
}
.focus\:border-r-primary-light\/85:focus{
  border-right-color: rgb(85 154 193 / 0.85);
}
.focus\:border-r-primary-light\/90:focus{
  border-right-color: rgb(85 154 193 / 0.9);
}
.focus\:border-r-primary-light\/95:focus{
  border-right-color: rgb(85 154 193 / 0.95);
}
.focus\:border-r-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-r-primary-lighter\/0:focus{
  border-right-color: rgb(115 177 212 / 0);
}
.focus\:border-r-primary-lighter\/10:focus{
  border-right-color: rgb(115 177 212 / 0.1);
}
.focus\:border-r-primary-lighter\/100:focus{
  border-right-color: rgb(115 177 212 / 1);
}
.focus\:border-r-primary-lighter\/15:focus{
  border-right-color: rgb(115 177 212 / 0.15);
}
.focus\:border-r-primary-lighter\/20:focus{
  border-right-color: rgb(115 177 212 / 0.2);
}
.focus\:border-r-primary-lighter\/25:focus{
  border-right-color: rgb(115 177 212 / 0.25);
}
.focus\:border-r-primary-lighter\/30:focus{
  border-right-color: rgb(115 177 212 / 0.3);
}
.focus\:border-r-primary-lighter\/35:focus{
  border-right-color: rgb(115 177 212 / 0.35);
}
.focus\:border-r-primary-lighter\/40:focus{
  border-right-color: rgb(115 177 212 / 0.4);
}
.focus\:border-r-primary-lighter\/45:focus{
  border-right-color: rgb(115 177 212 / 0.45);
}
.focus\:border-r-primary-lighter\/5:focus{
  border-right-color: rgb(115 177 212 / 0.05);
}
.focus\:border-r-primary-lighter\/50:focus{
  border-right-color: rgb(115 177 212 / 0.5);
}
.focus\:border-r-primary-lighter\/55:focus{
  border-right-color: rgb(115 177 212 / 0.55);
}
.focus\:border-r-primary-lighter\/60:focus{
  border-right-color: rgb(115 177 212 / 0.6);
}
.focus\:border-r-primary-lighter\/65:focus{
  border-right-color: rgb(115 177 212 / 0.65);
}
.focus\:border-r-primary-lighter\/70:focus{
  border-right-color: rgb(115 177 212 / 0.7);
}
.focus\:border-r-primary-lighter\/75:focus{
  border-right-color: rgb(115 177 212 / 0.75);
}
.focus\:border-r-primary-lighter\/80:focus{
  border-right-color: rgb(115 177 212 / 0.8);
}
.focus\:border-r-primary-lighter\/85:focus{
  border-right-color: rgb(115 177 212 / 0.85);
}
.focus\:border-r-primary-lighter\/90:focus{
  border-right-color: rgb(115 177 212 / 0.9);
}
.focus\:border-r-primary-lighter\/95:focus{
  border-right-color: rgb(115 177 212 / 0.95);
}
.focus\:border-r-primary\/0:focus{
  border-right-color: rgb(52 114 147 / 0);
}
.focus\:border-r-primary\/10:focus{
  border-right-color: rgb(52 114 147 / 0.1);
}
.focus\:border-r-primary\/100:focus{
  border-right-color: rgb(52 114 147 / 1);
}
.focus\:border-r-primary\/15:focus{
  border-right-color: rgb(52 114 147 / 0.15);
}
.focus\:border-r-primary\/20:focus{
  border-right-color: rgb(52 114 147 / 0.2);
}
.focus\:border-r-primary\/25:focus{
  border-right-color: rgb(52 114 147 / 0.25);
}
.focus\:border-r-primary\/30:focus{
  border-right-color: rgb(52 114 147 / 0.3);
}
.focus\:border-r-primary\/35:focus{
  border-right-color: rgb(52 114 147 / 0.35);
}
.focus\:border-r-primary\/40:focus{
  border-right-color: rgb(52 114 147 / 0.4);
}
.focus\:border-r-primary\/45:focus{
  border-right-color: rgb(52 114 147 / 0.45);
}
.focus\:border-r-primary\/5:focus{
  border-right-color: rgb(52 114 147 / 0.05);
}
.focus\:border-r-primary\/50:focus{
  border-right-color: rgb(52 114 147 / 0.5);
}
.focus\:border-r-primary\/55:focus{
  border-right-color: rgb(52 114 147 / 0.55);
}
.focus\:border-r-primary\/60:focus{
  border-right-color: rgb(52 114 147 / 0.6);
}
.focus\:border-r-primary\/65:focus{
  border-right-color: rgb(52 114 147 / 0.65);
}
.focus\:border-r-primary\/70:focus{
  border-right-color: rgb(52 114 147 / 0.7);
}
.focus\:border-r-primary\/75:focus{
  border-right-color: rgb(52 114 147 / 0.75);
}
.focus\:border-r-primary\/80:focus{
  border-right-color: rgb(52 114 147 / 0.8);
}
.focus\:border-r-primary\/85:focus{
  border-right-color: rgb(52 114 147 / 0.85);
}
.focus\:border-r-primary\/90:focus{
  border-right-color: rgb(52 114 147 / 0.9);
}
.focus\:border-r-primary\/95:focus{
  border-right-color: rgb(52 114 147 / 0.95);
}
.focus\:border-r-secondary:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-dark\/0:focus{
  border-right-color: rgb(226 207 188 / 0);
}
.focus\:border-r-secondary-dark\/10:focus{
  border-right-color: rgb(226 207 188 / 0.1);
}
.focus\:border-r-secondary-dark\/100:focus{
  border-right-color: rgb(226 207 188 / 1);
}
.focus\:border-r-secondary-dark\/15:focus{
  border-right-color: rgb(226 207 188 / 0.15);
}
.focus\:border-r-secondary-dark\/20:focus{
  border-right-color: rgb(226 207 188 / 0.2);
}
.focus\:border-r-secondary-dark\/25:focus{
  border-right-color: rgb(226 207 188 / 0.25);
}
.focus\:border-r-secondary-dark\/30:focus{
  border-right-color: rgb(226 207 188 / 0.3);
}
.focus\:border-r-secondary-dark\/35:focus{
  border-right-color: rgb(226 207 188 / 0.35);
}
.focus\:border-r-secondary-dark\/40:focus{
  border-right-color: rgb(226 207 188 / 0.4);
}
.focus\:border-r-secondary-dark\/45:focus{
  border-right-color: rgb(226 207 188 / 0.45);
}
.focus\:border-r-secondary-dark\/5:focus{
  border-right-color: rgb(226 207 188 / 0.05);
}
.focus\:border-r-secondary-dark\/50:focus{
  border-right-color: rgb(226 207 188 / 0.5);
}
.focus\:border-r-secondary-dark\/55:focus{
  border-right-color: rgb(226 207 188 / 0.55);
}
.focus\:border-r-secondary-dark\/60:focus{
  border-right-color: rgb(226 207 188 / 0.6);
}
.focus\:border-r-secondary-dark\/65:focus{
  border-right-color: rgb(226 207 188 / 0.65);
}
.focus\:border-r-secondary-dark\/70:focus{
  border-right-color: rgb(226 207 188 / 0.7);
}
.focus\:border-r-secondary-dark\/75:focus{
  border-right-color: rgb(226 207 188 / 0.75);
}
.focus\:border-r-secondary-dark\/80:focus{
  border-right-color: rgb(226 207 188 / 0.8);
}
.focus\:border-r-secondary-dark\/85:focus{
  border-right-color: rgb(226 207 188 / 0.85);
}
.focus\:border-r-secondary-dark\/90:focus{
  border-right-color: rgb(226 207 188 / 0.9);
}
.focus\:border-r-secondary-dark\/95:focus{
  border-right-color: rgb(226 207 188 / 0.95);
}
.focus\:border-r-secondary-light:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-r-secondary-light\/0:focus{
  border-right-color: rgb(254 250 247 / 0);
}
.focus\:border-r-secondary-light\/10:focus{
  border-right-color: rgb(254 250 247 / 0.1);
}
.focus\:border-r-secondary-light\/100:focus{
  border-right-color: rgb(254 250 247 / 1);
}
.focus\:border-r-secondary-light\/15:focus{
  border-right-color: rgb(254 250 247 / 0.15);
}
.focus\:border-r-secondary-light\/20:focus{
  border-right-color: rgb(254 250 247 / 0.2);
}
.focus\:border-r-secondary-light\/25:focus{
  border-right-color: rgb(254 250 247 / 0.25);
}
.focus\:border-r-secondary-light\/30:focus{
  border-right-color: rgb(254 250 247 / 0.3);
}
.focus\:border-r-secondary-light\/35:focus{
  border-right-color: rgb(254 250 247 / 0.35);
}
.focus\:border-r-secondary-light\/40:focus{
  border-right-color: rgb(254 250 247 / 0.4);
}
.focus\:border-r-secondary-light\/45:focus{
  border-right-color: rgb(254 250 247 / 0.45);
}
.focus\:border-r-secondary-light\/5:focus{
  border-right-color: rgb(254 250 247 / 0.05);
}
.focus\:border-r-secondary-light\/50:focus{
  border-right-color: rgb(254 250 247 / 0.5);
}
.focus\:border-r-secondary-light\/55:focus{
  border-right-color: rgb(254 250 247 / 0.55);
}
.focus\:border-r-secondary-light\/60:focus{
  border-right-color: rgb(254 250 247 / 0.6);
}
.focus\:border-r-secondary-light\/65:focus{
  border-right-color: rgb(254 250 247 / 0.65);
}
.focus\:border-r-secondary-light\/70:focus{
  border-right-color: rgb(254 250 247 / 0.7);
}
.focus\:border-r-secondary-light\/75:focus{
  border-right-color: rgb(254 250 247 / 0.75);
}
.focus\:border-r-secondary-light\/80:focus{
  border-right-color: rgb(254 250 247 / 0.8);
}
.focus\:border-r-secondary-light\/85:focus{
  border-right-color: rgb(254 250 247 / 0.85);
}
.focus\:border-r-secondary-light\/90:focus{
  border-right-color: rgb(254 250 247 / 0.9);
}
.focus\:border-r-secondary-light\/95:focus{
  border-right-color: rgb(254 250 247 / 0.95);
}
.focus\:border-r-secondary\/0:focus{
  border-right-color: rgb(243 234 225 / 0);
}
.focus\:border-r-secondary\/10:focus{
  border-right-color: rgb(243 234 225 / 0.1);
}
.focus\:border-r-secondary\/100:focus{
  border-right-color: rgb(243 234 225 / 1);
}
.focus\:border-r-secondary\/15:focus{
  border-right-color: rgb(243 234 225 / 0.15);
}
.focus\:border-r-secondary\/20:focus{
  border-right-color: rgb(243 234 225 / 0.2);
}
.focus\:border-r-secondary\/25:focus{
  border-right-color: rgb(243 234 225 / 0.25);
}
.focus\:border-r-secondary\/30:focus{
  border-right-color: rgb(243 234 225 / 0.3);
}
.focus\:border-r-secondary\/35:focus{
  border-right-color: rgb(243 234 225 / 0.35);
}
.focus\:border-r-secondary\/40:focus{
  border-right-color: rgb(243 234 225 / 0.4);
}
.focus\:border-r-secondary\/45:focus{
  border-right-color: rgb(243 234 225 / 0.45);
}
.focus\:border-r-secondary\/5:focus{
  border-right-color: rgb(243 234 225 / 0.05);
}
.focus\:border-r-secondary\/50:focus{
  border-right-color: rgb(243 234 225 / 0.5);
}
.focus\:border-r-secondary\/55:focus{
  border-right-color: rgb(243 234 225 / 0.55);
}
.focus\:border-r-secondary\/60:focus{
  border-right-color: rgb(243 234 225 / 0.6);
}
.focus\:border-r-secondary\/65:focus{
  border-right-color: rgb(243 234 225 / 0.65);
}
.focus\:border-r-secondary\/70:focus{
  border-right-color: rgb(243 234 225 / 0.7);
}
.focus\:border-r-secondary\/75:focus{
  border-right-color: rgb(243 234 225 / 0.75);
}
.focus\:border-r-secondary\/80:focus{
  border-right-color: rgb(243 234 225 / 0.8);
}
.focus\:border-r-secondary\/85:focus{
  border-right-color: rgb(243 234 225 / 0.85);
}
.focus\:border-r-secondary\/90:focus{
  border-right-color: rgb(243 234 225 / 0.9);
}
.focus\:border-r-secondary\/95:focus{
  border-right-color: rgb(243 234 225 / 0.95);
}
.focus\:border-r-transparent:focus{
  border-right-color: transparent;
}
.focus\:border-r-transparent\/0:focus{
  border-right-color: rgb(0 0 0 / 0);
}
.focus\:border-r-transparent\/10:focus{
  border-right-color: rgb(0 0 0 / 0.1);
}
.focus\:border-r-transparent\/100:focus{
  border-right-color: rgb(0 0 0 / 1);
}
.focus\:border-r-transparent\/15:focus{
  border-right-color: rgb(0 0 0 / 0.15);
}
.focus\:border-r-transparent\/20:focus{
  border-right-color: rgb(0 0 0 / 0.2);
}
.focus\:border-r-transparent\/25:focus{
  border-right-color: rgb(0 0 0 / 0.25);
}
.focus\:border-r-transparent\/30:focus{
  border-right-color: rgb(0 0 0 / 0.3);
}
.focus\:border-r-transparent\/35:focus{
  border-right-color: rgb(0 0 0 / 0.35);
}
.focus\:border-r-transparent\/40:focus{
  border-right-color: rgb(0 0 0 / 0.4);
}
.focus\:border-r-transparent\/45:focus{
  border-right-color: rgb(0 0 0 / 0.45);
}
.focus\:border-r-transparent\/5:focus{
  border-right-color: rgb(0 0 0 / 0.05);
}
.focus\:border-r-transparent\/50:focus{
  border-right-color: rgb(0 0 0 / 0.5);
}
.focus\:border-r-transparent\/55:focus{
  border-right-color: rgb(0 0 0 / 0.55);
}
.focus\:border-r-transparent\/60:focus{
  border-right-color: rgb(0 0 0 / 0.6);
}
.focus\:border-r-transparent\/65:focus{
  border-right-color: rgb(0 0 0 / 0.65);
}
.focus\:border-r-transparent\/70:focus{
  border-right-color: rgb(0 0 0 / 0.7);
}
.focus\:border-r-transparent\/75:focus{
  border-right-color: rgb(0 0 0 / 0.75);
}
.focus\:border-r-transparent\/80:focus{
  border-right-color: rgb(0 0 0 / 0.8);
}
.focus\:border-r-transparent\/85:focus{
  border-right-color: rgb(0 0 0 / 0.85);
}
.focus\:border-r-transparent\/90:focus{
  border-right-color: rgb(0 0 0 / 0.9);
}
.focus\:border-r-transparent\/95:focus{
  border-right-color: rgb(0 0 0 / 0.95);
}
.focus\:border-r-white:focus{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-r-white\/0:focus{
  border-right-color: rgb(255 255 255 / 0);
}
.focus\:border-r-white\/10:focus{
  border-right-color: rgb(255 255 255 / 0.1);
}
.focus\:border-r-white\/100:focus{
  border-right-color: rgb(255 255 255 / 1);
}
.focus\:border-r-white\/15:focus{
  border-right-color: rgb(255 255 255 / 0.15);
}
.focus\:border-r-white\/20:focus{
  border-right-color: rgb(255 255 255 / 0.2);
}
.focus\:border-r-white\/25:focus{
  border-right-color: rgb(255 255 255 / 0.25);
}
.focus\:border-r-white\/30:focus{
  border-right-color: rgb(255 255 255 / 0.3);
}
.focus\:border-r-white\/35:focus{
  border-right-color: rgb(255 255 255 / 0.35);
}
.focus\:border-r-white\/40:focus{
  border-right-color: rgb(255 255 255 / 0.4);
}
.focus\:border-r-white\/45:focus{
  border-right-color: rgb(255 255 255 / 0.45);
}
.focus\:border-r-white\/5:focus{
  border-right-color: rgb(255 255 255 / 0.05);
}
.focus\:border-r-white\/50:focus{
  border-right-color: rgb(255 255 255 / 0.5);
}
.focus\:border-r-white\/55:focus{
  border-right-color: rgb(255 255 255 / 0.55);
}
.focus\:border-r-white\/60:focus{
  border-right-color: rgb(255 255 255 / 0.6);
}
.focus\:border-r-white\/65:focus{
  border-right-color: rgb(255 255 255 / 0.65);
}
.focus\:border-r-white\/70:focus{
  border-right-color: rgb(255 255 255 / 0.7);
}
.focus\:border-r-white\/75:focus{
  border-right-color: rgb(255 255 255 / 0.75);
}
.focus\:border-r-white\/80:focus{
  border-right-color: rgb(255 255 255 / 0.8);
}
.focus\:border-r-white\/85:focus{
  border-right-color: rgb(255 255 255 / 0.85);
}
.focus\:border-r-white\/90:focus{
  border-right-color: rgb(255 255 255 / 0.9);
}
.focus\:border-r-white\/95:focus{
  border-right-color: rgb(255 255 255 / 0.95);
}
.focus\:border-s-accent:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-dark:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-dark\/0:focus{
  border-inline-start-color: rgb(225 114 45 / 0);
}
.focus\:border-s-accent-dark\/10:focus{
  border-inline-start-color: rgb(225 114 45 / 0.1);
}
.focus\:border-s-accent-dark\/100:focus{
  border-inline-start-color: rgb(225 114 45 / 1);
}
.focus\:border-s-accent-dark\/15:focus{
  border-inline-start-color: rgb(225 114 45 / 0.15);
}
.focus\:border-s-accent-dark\/20:focus{
  border-inline-start-color: rgb(225 114 45 / 0.2);
}
.focus\:border-s-accent-dark\/25:focus{
  border-inline-start-color: rgb(225 114 45 / 0.25);
}
.focus\:border-s-accent-dark\/30:focus{
  border-inline-start-color: rgb(225 114 45 / 0.3);
}
.focus\:border-s-accent-dark\/35:focus{
  border-inline-start-color: rgb(225 114 45 / 0.35);
}
.focus\:border-s-accent-dark\/40:focus{
  border-inline-start-color: rgb(225 114 45 / 0.4);
}
.focus\:border-s-accent-dark\/45:focus{
  border-inline-start-color: rgb(225 114 45 / 0.45);
}
.focus\:border-s-accent-dark\/5:focus{
  border-inline-start-color: rgb(225 114 45 / 0.05);
}
.focus\:border-s-accent-dark\/50:focus{
  border-inline-start-color: rgb(225 114 45 / 0.5);
}
.focus\:border-s-accent-dark\/55:focus{
  border-inline-start-color: rgb(225 114 45 / 0.55);
}
.focus\:border-s-accent-dark\/60:focus{
  border-inline-start-color: rgb(225 114 45 / 0.6);
}
.focus\:border-s-accent-dark\/65:focus{
  border-inline-start-color: rgb(225 114 45 / 0.65);
}
.focus\:border-s-accent-dark\/70:focus{
  border-inline-start-color: rgb(225 114 45 / 0.7);
}
.focus\:border-s-accent-dark\/75:focus{
  border-inline-start-color: rgb(225 114 45 / 0.75);
}
.focus\:border-s-accent-dark\/80:focus{
  border-inline-start-color: rgb(225 114 45 / 0.8);
}
.focus\:border-s-accent-dark\/85:focus{
  border-inline-start-color: rgb(225 114 45 / 0.85);
}
.focus\:border-s-accent-dark\/90:focus{
  border-inline-start-color: rgb(225 114 45 / 0.9);
}
.focus\:border-s-accent-dark\/95:focus{
  border-inline-start-color: rgb(225 114 45 / 0.95);
}
.focus\:border-s-accent-light:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-s-accent-light\/0:focus{
  border-inline-start-color: rgb(255 191 105 / 0);
}
.focus\:border-s-accent-light\/10:focus{
  border-inline-start-color: rgb(255 191 105 / 0.1);
}
.focus\:border-s-accent-light\/100:focus{
  border-inline-start-color: rgb(255 191 105 / 1);
}
.focus\:border-s-accent-light\/15:focus{
  border-inline-start-color: rgb(255 191 105 / 0.15);
}
.focus\:border-s-accent-light\/20:focus{
  border-inline-start-color: rgb(255 191 105 / 0.2);
}
.focus\:border-s-accent-light\/25:focus{
  border-inline-start-color: rgb(255 191 105 / 0.25);
}
.focus\:border-s-accent-light\/30:focus{
  border-inline-start-color: rgb(255 191 105 / 0.3);
}
.focus\:border-s-accent-light\/35:focus{
  border-inline-start-color: rgb(255 191 105 / 0.35);
}
.focus\:border-s-accent-light\/40:focus{
  border-inline-start-color: rgb(255 191 105 / 0.4);
}
.focus\:border-s-accent-light\/45:focus{
  border-inline-start-color: rgb(255 191 105 / 0.45);
}
.focus\:border-s-accent-light\/5:focus{
  border-inline-start-color: rgb(255 191 105 / 0.05);
}
.focus\:border-s-accent-light\/50:focus{
  border-inline-start-color: rgb(255 191 105 / 0.5);
}
.focus\:border-s-accent-light\/55:focus{
  border-inline-start-color: rgb(255 191 105 / 0.55);
}
.focus\:border-s-accent-light\/60:focus{
  border-inline-start-color: rgb(255 191 105 / 0.6);
}
.focus\:border-s-accent-light\/65:focus{
  border-inline-start-color: rgb(255 191 105 / 0.65);
}
.focus\:border-s-accent-light\/70:focus{
  border-inline-start-color: rgb(255 191 105 / 0.7);
}
.focus\:border-s-accent-light\/75:focus{
  border-inline-start-color: rgb(255 191 105 / 0.75);
}
.focus\:border-s-accent-light\/80:focus{
  border-inline-start-color: rgb(255 191 105 / 0.8);
}
.focus\:border-s-accent-light\/85:focus{
  border-inline-start-color: rgb(255 191 105 / 0.85);
}
.focus\:border-s-accent-light\/90:focus{
  border-inline-start-color: rgb(255 191 105 / 0.9);
}
.focus\:border-s-accent-light\/95:focus{
  border-inline-start-color: rgb(255 191 105 / 0.95);
}
.focus\:border-s-accent\/0:focus{
  border-inline-start-color: rgb(229 136 78 / 0);
}
.focus\:border-s-accent\/10:focus{
  border-inline-start-color: rgb(229 136 78 / 0.1);
}
.focus\:border-s-accent\/100:focus{
  border-inline-start-color: rgb(229 136 78 / 1);
}
.focus\:border-s-accent\/15:focus{
  border-inline-start-color: rgb(229 136 78 / 0.15);
}
.focus\:border-s-accent\/20:focus{
  border-inline-start-color: rgb(229 136 78 / 0.2);
}
.focus\:border-s-accent\/25:focus{
  border-inline-start-color: rgb(229 136 78 / 0.25);
}
.focus\:border-s-accent\/30:focus{
  border-inline-start-color: rgb(229 136 78 / 0.3);
}
.focus\:border-s-accent\/35:focus{
  border-inline-start-color: rgb(229 136 78 / 0.35);
}
.focus\:border-s-accent\/40:focus{
  border-inline-start-color: rgb(229 136 78 / 0.4);
}
.focus\:border-s-accent\/45:focus{
  border-inline-start-color: rgb(229 136 78 / 0.45);
}
.focus\:border-s-accent\/5:focus{
  border-inline-start-color: rgb(229 136 78 / 0.05);
}
.focus\:border-s-accent\/50:focus{
  border-inline-start-color: rgb(229 136 78 / 0.5);
}
.focus\:border-s-accent\/55:focus{
  border-inline-start-color: rgb(229 136 78 / 0.55);
}
.focus\:border-s-accent\/60:focus{
  border-inline-start-color: rgb(229 136 78 / 0.6);
}
.focus\:border-s-accent\/65:focus{
  border-inline-start-color: rgb(229 136 78 / 0.65);
}
.focus\:border-s-accent\/70:focus{
  border-inline-start-color: rgb(229 136 78 / 0.7);
}
.focus\:border-s-accent\/75:focus{
  border-inline-start-color: rgb(229 136 78 / 0.75);
}
.focus\:border-s-accent\/80:focus{
  border-inline-start-color: rgb(229 136 78 / 0.8);
}
.focus\:border-s-accent\/85:focus{
  border-inline-start-color: rgb(229 136 78 / 0.85);
}
.focus\:border-s-accent\/90:focus{
  border-inline-start-color: rgb(229 136 78 / 0.9);
}
.focus\:border-s-accent\/95:focus{
  border-inline-start-color: rgb(229 136 78 / 0.95);
}
.focus\:border-s-black:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-s-black\/0:focus{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.focus\:border-s-black\/10:focus{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.focus\:border-s-black\/100:focus{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.focus\:border-s-black\/15:focus{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.focus\:border-s-black\/20:focus{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.focus\:border-s-black\/25:focus{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.focus\:border-s-black\/30:focus{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.focus\:border-s-black\/35:focus{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.focus\:border-s-black\/40:focus{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.focus\:border-s-black\/45:focus{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.focus\:border-s-black\/5:focus{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.focus\:border-s-black\/50:focus{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.focus\:border-s-black\/55:focus{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.focus\:border-s-black\/60:focus{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.focus\:border-s-black\/65:focus{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.focus\:border-s-black\/70:focus{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.focus\:border-s-black\/75:focus{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.focus\:border-s-black\/80:focus{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.focus\:border-s-black\/85:focus{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.focus\:border-s-black\/90:focus{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.focus\:border-s-black\/95:focus{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.focus\:border-s-current:focus{
  border-inline-start-color: currentColor;
}
.focus\:border-s-error:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-s-error\/0:focus{
  border-inline-start-color: rgb(255 0 0 / 0);
}
.focus\:border-s-error\/10:focus{
  border-inline-start-color: rgb(255 0 0 / 0.1);
}
.focus\:border-s-error\/100:focus{
  border-inline-start-color: rgb(255 0 0 / 1);
}
.focus\:border-s-error\/15:focus{
  border-inline-start-color: rgb(255 0 0 / 0.15);
}
.focus\:border-s-error\/20:focus{
  border-inline-start-color: rgb(255 0 0 / 0.2);
}
.focus\:border-s-error\/25:focus{
  border-inline-start-color: rgb(255 0 0 / 0.25);
}
.focus\:border-s-error\/30:focus{
  border-inline-start-color: rgb(255 0 0 / 0.3);
}
.focus\:border-s-error\/35:focus{
  border-inline-start-color: rgb(255 0 0 / 0.35);
}
.focus\:border-s-error\/40:focus{
  border-inline-start-color: rgb(255 0 0 / 0.4);
}
.focus\:border-s-error\/45:focus{
  border-inline-start-color: rgb(255 0 0 / 0.45);
}
.focus\:border-s-error\/5:focus{
  border-inline-start-color: rgb(255 0 0 / 0.05);
}
.focus\:border-s-error\/50:focus{
  border-inline-start-color: rgb(255 0 0 / 0.5);
}
.focus\:border-s-error\/55:focus{
  border-inline-start-color: rgb(255 0 0 / 0.55);
}
.focus\:border-s-error\/60:focus{
  border-inline-start-color: rgb(255 0 0 / 0.6);
}
.focus\:border-s-error\/65:focus{
  border-inline-start-color: rgb(255 0 0 / 0.65);
}
.focus\:border-s-error\/70:focus{
  border-inline-start-color: rgb(255 0 0 / 0.7);
}
.focus\:border-s-error\/75:focus{
  border-inline-start-color: rgb(255 0 0 / 0.75);
}
.focus\:border-s-error\/80:focus{
  border-inline-start-color: rgb(255 0 0 / 0.8);
}
.focus\:border-s-error\/85:focus{
  border-inline-start-color: rgb(255 0 0 / 0.85);
}
.focus\:border-s-error\/90:focus{
  border-inline-start-color: rgb(255 0 0 / 0.9);
}
.focus\:border-s-error\/95:focus{
  border-inline-start-color: rgb(255 0 0 / 0.95);
}
.focus\:border-s-gray-100:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-100\/0:focus{
  border-inline-start-color: rgb(243 244 246 / 0);
}
.focus\:border-s-gray-100\/10:focus{
  border-inline-start-color: rgb(243 244 246 / 0.1);
}
.focus\:border-s-gray-100\/100:focus{
  border-inline-start-color: rgb(243 244 246 / 1);
}
.focus\:border-s-gray-100\/15:focus{
  border-inline-start-color: rgb(243 244 246 / 0.15);
}
.focus\:border-s-gray-100\/20:focus{
  border-inline-start-color: rgb(243 244 246 / 0.2);
}
.focus\:border-s-gray-100\/25:focus{
  border-inline-start-color: rgb(243 244 246 / 0.25);
}
.focus\:border-s-gray-100\/30:focus{
  border-inline-start-color: rgb(243 244 246 / 0.3);
}
.focus\:border-s-gray-100\/35:focus{
  border-inline-start-color: rgb(243 244 246 / 0.35);
}
.focus\:border-s-gray-100\/40:focus{
  border-inline-start-color: rgb(243 244 246 / 0.4);
}
.focus\:border-s-gray-100\/45:focus{
  border-inline-start-color: rgb(243 244 246 / 0.45);
}
.focus\:border-s-gray-100\/5:focus{
  border-inline-start-color: rgb(243 244 246 / 0.05);
}
.focus\:border-s-gray-100\/50:focus{
  border-inline-start-color: rgb(243 244 246 / 0.5);
}
.focus\:border-s-gray-100\/55:focus{
  border-inline-start-color: rgb(243 244 246 / 0.55);
}
.focus\:border-s-gray-100\/60:focus{
  border-inline-start-color: rgb(243 244 246 / 0.6);
}
.focus\:border-s-gray-100\/65:focus{
  border-inline-start-color: rgb(243 244 246 / 0.65);
}
.focus\:border-s-gray-100\/70:focus{
  border-inline-start-color: rgb(243 244 246 / 0.7);
}
.focus\:border-s-gray-100\/75:focus{
  border-inline-start-color: rgb(243 244 246 / 0.75);
}
.focus\:border-s-gray-100\/80:focus{
  border-inline-start-color: rgb(243 244 246 / 0.8);
}
.focus\:border-s-gray-100\/85:focus{
  border-inline-start-color: rgb(243 244 246 / 0.85);
}
.focus\:border-s-gray-100\/90:focus{
  border-inline-start-color: rgb(243 244 246 / 0.9);
}
.focus\:border-s-gray-100\/95:focus{
  border-inline-start-color: rgb(243 244 246 / 0.95);
}
.focus\:border-s-gray-200:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-200\/0:focus{
  border-inline-start-color: rgb(229 231 235 / 0);
}
.focus\:border-s-gray-200\/10:focus{
  border-inline-start-color: rgb(229 231 235 / 0.1);
}
.focus\:border-s-gray-200\/100:focus{
  border-inline-start-color: rgb(229 231 235 / 1);
}
.focus\:border-s-gray-200\/15:focus{
  border-inline-start-color: rgb(229 231 235 / 0.15);
}
.focus\:border-s-gray-200\/20:focus{
  border-inline-start-color: rgb(229 231 235 / 0.2);
}
.focus\:border-s-gray-200\/25:focus{
  border-inline-start-color: rgb(229 231 235 / 0.25);
}
.focus\:border-s-gray-200\/30:focus{
  border-inline-start-color: rgb(229 231 235 / 0.3);
}
.focus\:border-s-gray-200\/35:focus{
  border-inline-start-color: rgb(229 231 235 / 0.35);
}
.focus\:border-s-gray-200\/40:focus{
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.focus\:border-s-gray-200\/45:focus{
  border-inline-start-color: rgb(229 231 235 / 0.45);
}
.focus\:border-s-gray-200\/5:focus{
  border-inline-start-color: rgb(229 231 235 / 0.05);
}
.focus\:border-s-gray-200\/50:focus{
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.focus\:border-s-gray-200\/55:focus{
  border-inline-start-color: rgb(229 231 235 / 0.55);
}
.focus\:border-s-gray-200\/60:focus{
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.focus\:border-s-gray-200\/65:focus{
  border-inline-start-color: rgb(229 231 235 / 0.65);
}
.focus\:border-s-gray-200\/70:focus{
  border-inline-start-color: rgb(229 231 235 / 0.7);
}
.focus\:border-s-gray-200\/75:focus{
  border-inline-start-color: rgb(229 231 235 / 0.75);
}
.focus\:border-s-gray-200\/80:focus{
  border-inline-start-color: rgb(229 231 235 / 0.8);
}
.focus\:border-s-gray-200\/85:focus{
  border-inline-start-color: rgb(229 231 235 / 0.85);
}
.focus\:border-s-gray-200\/90:focus{
  border-inline-start-color: rgb(229 231 235 / 0.9);
}
.focus\:border-s-gray-200\/95:focus{
  border-inline-start-color: rgb(229 231 235 / 0.95);
}
.focus\:border-s-gray-300:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-300\/0:focus{
  border-inline-start-color: rgb(209 213 219 / 0);
}
.focus\:border-s-gray-300\/10:focus{
  border-inline-start-color: rgb(209 213 219 / 0.1);
}
.focus\:border-s-gray-300\/100:focus{
  border-inline-start-color: rgb(209 213 219 / 1);
}
.focus\:border-s-gray-300\/15:focus{
  border-inline-start-color: rgb(209 213 219 / 0.15);
}
.focus\:border-s-gray-300\/20:focus{
  border-inline-start-color: rgb(209 213 219 / 0.2);
}
.focus\:border-s-gray-300\/25:focus{
  border-inline-start-color: rgb(209 213 219 / 0.25);
}
.focus\:border-s-gray-300\/30:focus{
  border-inline-start-color: rgb(209 213 219 / 0.3);
}
.focus\:border-s-gray-300\/35:focus{
  border-inline-start-color: rgb(209 213 219 / 0.35);
}
.focus\:border-s-gray-300\/40:focus{
  border-inline-start-color: rgb(209 213 219 / 0.4);
}
.focus\:border-s-gray-300\/45:focus{
  border-inline-start-color: rgb(209 213 219 / 0.45);
}
.focus\:border-s-gray-300\/5:focus{
  border-inline-start-color: rgb(209 213 219 / 0.05);
}
.focus\:border-s-gray-300\/50:focus{
  border-inline-start-color: rgb(209 213 219 / 0.5);
}
.focus\:border-s-gray-300\/55:focus{
  border-inline-start-color: rgb(209 213 219 / 0.55);
}
.focus\:border-s-gray-300\/60:focus{
  border-inline-start-color: rgb(209 213 219 / 0.6);
}
.focus\:border-s-gray-300\/65:focus{
  border-inline-start-color: rgb(209 213 219 / 0.65);
}
.focus\:border-s-gray-300\/70:focus{
  border-inline-start-color: rgb(209 213 219 / 0.7);
}
.focus\:border-s-gray-300\/75:focus{
  border-inline-start-color: rgb(209 213 219 / 0.75);
}
.focus\:border-s-gray-300\/80:focus{
  border-inline-start-color: rgb(209 213 219 / 0.8);
}
.focus\:border-s-gray-300\/85:focus{
  border-inline-start-color: rgb(209 213 219 / 0.85);
}
.focus\:border-s-gray-300\/90:focus{
  border-inline-start-color: rgb(209 213 219 / 0.9);
}
.focus\:border-s-gray-300\/95:focus{
  border-inline-start-color: rgb(209 213 219 / 0.95);
}
.focus\:border-s-gray-400:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-400\/0:focus{
  border-inline-start-color: rgb(156 163 175 / 0);
}
.focus\:border-s-gray-400\/10:focus{
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.focus\:border-s-gray-400\/100:focus{
  border-inline-start-color: rgb(156 163 175 / 1);
}
.focus\:border-s-gray-400\/15:focus{
  border-inline-start-color: rgb(156 163 175 / 0.15);
}
.focus\:border-s-gray-400\/20:focus{
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.focus\:border-s-gray-400\/25:focus{
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.focus\:border-s-gray-400\/30:focus{
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.focus\:border-s-gray-400\/35:focus{
  border-inline-start-color: rgb(156 163 175 / 0.35);
}
.focus\:border-s-gray-400\/40:focus{
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.focus\:border-s-gray-400\/45:focus{
  border-inline-start-color: rgb(156 163 175 / 0.45);
}
.focus\:border-s-gray-400\/5:focus{
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.focus\:border-s-gray-400\/50:focus{
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.focus\:border-s-gray-400\/55:focus{
  border-inline-start-color: rgb(156 163 175 / 0.55);
}
.focus\:border-s-gray-400\/60:focus{
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.focus\:border-s-gray-400\/65:focus{
  border-inline-start-color: rgb(156 163 175 / 0.65);
}
.focus\:border-s-gray-400\/70:focus{
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.focus\:border-s-gray-400\/75:focus{
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.focus\:border-s-gray-400\/80:focus{
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.focus\:border-s-gray-400\/85:focus{
  border-inline-start-color: rgb(156 163 175 / 0.85);
}
.focus\:border-s-gray-400\/90:focus{
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.focus\:border-s-gray-400\/95:focus{
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.focus\:border-s-gray-50:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-50\/0:focus{
  border-inline-start-color: rgb(249 250 251 / 0);
}
.focus\:border-s-gray-50\/10:focus{
  border-inline-start-color: rgb(249 250 251 / 0.1);
}
.focus\:border-s-gray-50\/100:focus{
  border-inline-start-color: rgb(249 250 251 / 1);
}
.focus\:border-s-gray-50\/15:focus{
  border-inline-start-color: rgb(249 250 251 / 0.15);
}
.focus\:border-s-gray-50\/20:focus{
  border-inline-start-color: rgb(249 250 251 / 0.2);
}
.focus\:border-s-gray-50\/25:focus{
  border-inline-start-color: rgb(249 250 251 / 0.25);
}
.focus\:border-s-gray-50\/30:focus{
  border-inline-start-color: rgb(249 250 251 / 0.3);
}
.focus\:border-s-gray-50\/35:focus{
  border-inline-start-color: rgb(249 250 251 / 0.35);
}
.focus\:border-s-gray-50\/40:focus{
  border-inline-start-color: rgb(249 250 251 / 0.4);
}
.focus\:border-s-gray-50\/45:focus{
  border-inline-start-color: rgb(249 250 251 / 0.45);
}
.focus\:border-s-gray-50\/5:focus{
  border-inline-start-color: rgb(249 250 251 / 0.05);
}
.focus\:border-s-gray-50\/50:focus{
  border-inline-start-color: rgb(249 250 251 / 0.5);
}
.focus\:border-s-gray-50\/55:focus{
  border-inline-start-color: rgb(249 250 251 / 0.55);
}
.focus\:border-s-gray-50\/60:focus{
  border-inline-start-color: rgb(249 250 251 / 0.6);
}
.focus\:border-s-gray-50\/65:focus{
  border-inline-start-color: rgb(249 250 251 / 0.65);
}
.focus\:border-s-gray-50\/70:focus{
  border-inline-start-color: rgb(249 250 251 / 0.7);
}
.focus\:border-s-gray-50\/75:focus{
  border-inline-start-color: rgb(249 250 251 / 0.75);
}
.focus\:border-s-gray-50\/80:focus{
  border-inline-start-color: rgb(249 250 251 / 0.8);
}
.focus\:border-s-gray-50\/85:focus{
  border-inline-start-color: rgb(249 250 251 / 0.85);
}
.focus\:border-s-gray-50\/90:focus{
  border-inline-start-color: rgb(249 250 251 / 0.9);
}
.focus\:border-s-gray-50\/95:focus{
  border-inline-start-color: rgb(249 250 251 / 0.95);
}
.focus\:border-s-gray-500:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-500\/0:focus{
  border-inline-start-color: rgb(107 114 128 / 0);
}
.focus\:border-s-gray-500\/10:focus{
  border-inline-start-color: rgb(107 114 128 / 0.1);
}
.focus\:border-s-gray-500\/100:focus{
  border-inline-start-color: rgb(107 114 128 / 1);
}
.focus\:border-s-gray-500\/15:focus{
  border-inline-start-color: rgb(107 114 128 / 0.15);
}
.focus\:border-s-gray-500\/20:focus{
  border-inline-start-color: rgb(107 114 128 / 0.2);
}
.focus\:border-s-gray-500\/25:focus{
  border-inline-start-color: rgb(107 114 128 / 0.25);
}
.focus\:border-s-gray-500\/30:focus{
  border-inline-start-color: rgb(107 114 128 / 0.3);
}
.focus\:border-s-gray-500\/35:focus{
  border-inline-start-color: rgb(107 114 128 / 0.35);
}
.focus\:border-s-gray-500\/40:focus{
  border-inline-start-color: rgb(107 114 128 / 0.4);
}
.focus\:border-s-gray-500\/45:focus{
  border-inline-start-color: rgb(107 114 128 / 0.45);
}
.focus\:border-s-gray-500\/5:focus{
  border-inline-start-color: rgb(107 114 128 / 0.05);
}
.focus\:border-s-gray-500\/50:focus{
  border-inline-start-color: rgb(107 114 128 / 0.5);
}
.focus\:border-s-gray-500\/55:focus{
  border-inline-start-color: rgb(107 114 128 / 0.55);
}
.focus\:border-s-gray-500\/60:focus{
  border-inline-start-color: rgb(107 114 128 / 0.6);
}
.focus\:border-s-gray-500\/65:focus{
  border-inline-start-color: rgb(107 114 128 / 0.65);
}
.focus\:border-s-gray-500\/70:focus{
  border-inline-start-color: rgb(107 114 128 / 0.7);
}
.focus\:border-s-gray-500\/75:focus{
  border-inline-start-color: rgb(107 114 128 / 0.75);
}
.focus\:border-s-gray-500\/80:focus{
  border-inline-start-color: rgb(107 114 128 / 0.8);
}
.focus\:border-s-gray-500\/85:focus{
  border-inline-start-color: rgb(107 114 128 / 0.85);
}
.focus\:border-s-gray-500\/90:focus{
  border-inline-start-color: rgb(107 114 128 / 0.9);
}
.focus\:border-s-gray-500\/95:focus{
  border-inline-start-color: rgb(107 114 128 / 0.95);
}
.focus\:border-s-gray-600:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-600\/0:focus{
  border-inline-start-color: rgb(75 85 99 / 0);
}
.focus\:border-s-gray-600\/10:focus{
  border-inline-start-color: rgb(75 85 99 / 0.1);
}
.focus\:border-s-gray-600\/100:focus{
  border-inline-start-color: rgb(75 85 99 / 1);
}
.focus\:border-s-gray-600\/15:focus{
  border-inline-start-color: rgb(75 85 99 / 0.15);
}
.focus\:border-s-gray-600\/20:focus{
  border-inline-start-color: rgb(75 85 99 / 0.2);
}
.focus\:border-s-gray-600\/25:focus{
  border-inline-start-color: rgb(75 85 99 / 0.25);
}
.focus\:border-s-gray-600\/30:focus{
  border-inline-start-color: rgb(75 85 99 / 0.3);
}
.focus\:border-s-gray-600\/35:focus{
  border-inline-start-color: rgb(75 85 99 / 0.35);
}
.focus\:border-s-gray-600\/40:focus{
  border-inline-start-color: rgb(75 85 99 / 0.4);
}
.focus\:border-s-gray-600\/45:focus{
  border-inline-start-color: rgb(75 85 99 / 0.45);
}
.focus\:border-s-gray-600\/5:focus{
  border-inline-start-color: rgb(75 85 99 / 0.05);
}
.focus\:border-s-gray-600\/50:focus{
  border-inline-start-color: rgb(75 85 99 / 0.5);
}
.focus\:border-s-gray-600\/55:focus{
  border-inline-start-color: rgb(75 85 99 / 0.55);
}
.focus\:border-s-gray-600\/60:focus{
  border-inline-start-color: rgb(75 85 99 / 0.6);
}
.focus\:border-s-gray-600\/65:focus{
  border-inline-start-color: rgb(75 85 99 / 0.65);
}
.focus\:border-s-gray-600\/70:focus{
  border-inline-start-color: rgb(75 85 99 / 0.7);
}
.focus\:border-s-gray-600\/75:focus{
  border-inline-start-color: rgb(75 85 99 / 0.75);
}
.focus\:border-s-gray-600\/80:focus{
  border-inline-start-color: rgb(75 85 99 / 0.8);
}
.focus\:border-s-gray-600\/85:focus{
  border-inline-start-color: rgb(75 85 99 / 0.85);
}
.focus\:border-s-gray-600\/90:focus{
  border-inline-start-color: rgb(75 85 99 / 0.9);
}
.focus\:border-s-gray-600\/95:focus{
  border-inline-start-color: rgb(75 85 99 / 0.95);
}
.focus\:border-s-gray-700:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-700\/0:focus{
  border-inline-start-color: rgb(55 65 81 / 0);
}
.focus\:border-s-gray-700\/10:focus{
  border-inline-start-color: rgb(55 65 81 / 0.1);
}
.focus\:border-s-gray-700\/100:focus{
  border-inline-start-color: rgb(55 65 81 / 1);
}
.focus\:border-s-gray-700\/15:focus{
  border-inline-start-color: rgb(55 65 81 / 0.15);
}
.focus\:border-s-gray-700\/20:focus{
  border-inline-start-color: rgb(55 65 81 / 0.2);
}
.focus\:border-s-gray-700\/25:focus{
  border-inline-start-color: rgb(55 65 81 / 0.25);
}
.focus\:border-s-gray-700\/30:focus{
  border-inline-start-color: rgb(55 65 81 / 0.3);
}
.focus\:border-s-gray-700\/35:focus{
  border-inline-start-color: rgb(55 65 81 / 0.35);
}
.focus\:border-s-gray-700\/40:focus{
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.focus\:border-s-gray-700\/45:focus{
  border-inline-start-color: rgb(55 65 81 / 0.45);
}
.focus\:border-s-gray-700\/5:focus{
  border-inline-start-color: rgb(55 65 81 / 0.05);
}
.focus\:border-s-gray-700\/50:focus{
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.focus\:border-s-gray-700\/55:focus{
  border-inline-start-color: rgb(55 65 81 / 0.55);
}
.focus\:border-s-gray-700\/60:focus{
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.focus\:border-s-gray-700\/65:focus{
  border-inline-start-color: rgb(55 65 81 / 0.65);
}
.focus\:border-s-gray-700\/70:focus{
  border-inline-start-color: rgb(55 65 81 / 0.7);
}
.focus\:border-s-gray-700\/75:focus{
  border-inline-start-color: rgb(55 65 81 / 0.75);
}
.focus\:border-s-gray-700\/80:focus{
  border-inline-start-color: rgb(55 65 81 / 0.8);
}
.focus\:border-s-gray-700\/85:focus{
  border-inline-start-color: rgb(55 65 81 / 0.85);
}
.focus\:border-s-gray-700\/90:focus{
  border-inline-start-color: rgb(55 65 81 / 0.9);
}
.focus\:border-s-gray-700\/95:focus{
  border-inline-start-color: rgb(55 65 81 / 0.95);
}
.focus\:border-s-gray-800:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-800\/0:focus{
  border-inline-start-color: rgb(31 41 55 / 0);
}
.focus\:border-s-gray-800\/10:focus{
  border-inline-start-color: rgb(31 41 55 / 0.1);
}
.focus\:border-s-gray-800\/100:focus{
  border-inline-start-color: rgb(31 41 55 / 1);
}
.focus\:border-s-gray-800\/15:focus{
  border-inline-start-color: rgb(31 41 55 / 0.15);
}
.focus\:border-s-gray-800\/20:focus{
  border-inline-start-color: rgb(31 41 55 / 0.2);
}
.focus\:border-s-gray-800\/25:focus{
  border-inline-start-color: rgb(31 41 55 / 0.25);
}
.focus\:border-s-gray-800\/30:focus{
  border-inline-start-color: rgb(31 41 55 / 0.3);
}
.focus\:border-s-gray-800\/35:focus{
  border-inline-start-color: rgb(31 41 55 / 0.35);
}
.focus\:border-s-gray-800\/40:focus{
  border-inline-start-color: rgb(31 41 55 / 0.4);
}
.focus\:border-s-gray-800\/45:focus{
  border-inline-start-color: rgb(31 41 55 / 0.45);
}
.focus\:border-s-gray-800\/5:focus{
  border-inline-start-color: rgb(31 41 55 / 0.05);
}
.focus\:border-s-gray-800\/50:focus{
  border-inline-start-color: rgb(31 41 55 / 0.5);
}
.focus\:border-s-gray-800\/55:focus{
  border-inline-start-color: rgb(31 41 55 / 0.55);
}
.focus\:border-s-gray-800\/60:focus{
  border-inline-start-color: rgb(31 41 55 / 0.6);
}
.focus\:border-s-gray-800\/65:focus{
  border-inline-start-color: rgb(31 41 55 / 0.65);
}
.focus\:border-s-gray-800\/70:focus{
  border-inline-start-color: rgb(31 41 55 / 0.7);
}
.focus\:border-s-gray-800\/75:focus{
  border-inline-start-color: rgb(31 41 55 / 0.75);
}
.focus\:border-s-gray-800\/80:focus{
  border-inline-start-color: rgb(31 41 55 / 0.8);
}
.focus\:border-s-gray-800\/85:focus{
  border-inline-start-color: rgb(31 41 55 / 0.85);
}
.focus\:border-s-gray-800\/90:focus{
  border-inline-start-color: rgb(31 41 55 / 0.9);
}
.focus\:border-s-gray-800\/95:focus{
  border-inline-start-color: rgb(31 41 55 / 0.95);
}
.focus\:border-s-gray-900:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-900\/0:focus{
  border-inline-start-color: rgb(17 24 39 / 0);
}
.focus\:border-s-gray-900\/10:focus{
  border-inline-start-color: rgb(17 24 39 / 0.1);
}
.focus\:border-s-gray-900\/100:focus{
  border-inline-start-color: rgb(17 24 39 / 1);
}
.focus\:border-s-gray-900\/15:focus{
  border-inline-start-color: rgb(17 24 39 / 0.15);
}
.focus\:border-s-gray-900\/20:focus{
  border-inline-start-color: rgb(17 24 39 / 0.2);
}
.focus\:border-s-gray-900\/25:focus{
  border-inline-start-color: rgb(17 24 39 / 0.25);
}
.focus\:border-s-gray-900\/30:focus{
  border-inline-start-color: rgb(17 24 39 / 0.3);
}
.focus\:border-s-gray-900\/35:focus{
  border-inline-start-color: rgb(17 24 39 / 0.35);
}
.focus\:border-s-gray-900\/40:focus{
  border-inline-start-color: rgb(17 24 39 / 0.4);
}
.focus\:border-s-gray-900\/45:focus{
  border-inline-start-color: rgb(17 24 39 / 0.45);
}
.focus\:border-s-gray-900\/5:focus{
  border-inline-start-color: rgb(17 24 39 / 0.05);
}
.focus\:border-s-gray-900\/50:focus{
  border-inline-start-color: rgb(17 24 39 / 0.5);
}
.focus\:border-s-gray-900\/55:focus{
  border-inline-start-color: rgb(17 24 39 / 0.55);
}
.focus\:border-s-gray-900\/60:focus{
  border-inline-start-color: rgb(17 24 39 / 0.6);
}
.focus\:border-s-gray-900\/65:focus{
  border-inline-start-color: rgb(17 24 39 / 0.65);
}
.focus\:border-s-gray-900\/70:focus{
  border-inline-start-color: rgb(17 24 39 / 0.7);
}
.focus\:border-s-gray-900\/75:focus{
  border-inline-start-color: rgb(17 24 39 / 0.75);
}
.focus\:border-s-gray-900\/80:focus{
  border-inline-start-color: rgb(17 24 39 / 0.8);
}
.focus\:border-s-gray-900\/85:focus{
  border-inline-start-color: rgb(17 24 39 / 0.85);
}
.focus\:border-s-gray-900\/90:focus{
  border-inline-start-color: rgb(17 24 39 / 0.9);
}
.focus\:border-s-gray-900\/95:focus{
  border-inline-start-color: rgb(17 24 39 / 0.95);
}
.focus\:border-s-gray-950:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-s-gray-950\/0:focus{
  border-inline-start-color: rgb(3 7 18 / 0);
}
.focus\:border-s-gray-950\/10:focus{
  border-inline-start-color: rgb(3 7 18 / 0.1);
}
.focus\:border-s-gray-950\/100:focus{
  border-inline-start-color: rgb(3 7 18 / 1);
}
.focus\:border-s-gray-950\/15:focus{
  border-inline-start-color: rgb(3 7 18 / 0.15);
}
.focus\:border-s-gray-950\/20:focus{
  border-inline-start-color: rgb(3 7 18 / 0.2);
}
.focus\:border-s-gray-950\/25:focus{
  border-inline-start-color: rgb(3 7 18 / 0.25);
}
.focus\:border-s-gray-950\/30:focus{
  border-inline-start-color: rgb(3 7 18 / 0.3);
}
.focus\:border-s-gray-950\/35:focus{
  border-inline-start-color: rgb(3 7 18 / 0.35);
}
.focus\:border-s-gray-950\/40:focus{
  border-inline-start-color: rgb(3 7 18 / 0.4);
}
.focus\:border-s-gray-950\/45:focus{
  border-inline-start-color: rgb(3 7 18 / 0.45);
}
.focus\:border-s-gray-950\/5:focus{
  border-inline-start-color: rgb(3 7 18 / 0.05);
}
.focus\:border-s-gray-950\/50:focus{
  border-inline-start-color: rgb(3 7 18 / 0.5);
}
.focus\:border-s-gray-950\/55:focus{
  border-inline-start-color: rgb(3 7 18 / 0.55);
}
.focus\:border-s-gray-950\/60:focus{
  border-inline-start-color: rgb(3 7 18 / 0.6);
}
.focus\:border-s-gray-950\/65:focus{
  border-inline-start-color: rgb(3 7 18 / 0.65);
}
.focus\:border-s-gray-950\/70:focus{
  border-inline-start-color: rgb(3 7 18 / 0.7);
}
.focus\:border-s-gray-950\/75:focus{
  border-inline-start-color: rgb(3 7 18 / 0.75);
}
.focus\:border-s-gray-950\/80:focus{
  border-inline-start-color: rgb(3 7 18 / 0.8);
}
.focus\:border-s-gray-950\/85:focus{
  border-inline-start-color: rgb(3 7 18 / 0.85);
}
.focus\:border-s-gray-950\/90:focus{
  border-inline-start-color: rgb(3 7 18 / 0.9);
}
.focus\:border-s-gray-950\/95:focus{
  border-inline-start-color: rgb(3 7 18 / 0.95);
}
.focus\:border-s-inherit:focus{
  border-inline-start-color: inherit;
}
.focus\:border-s-primary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-dark:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-dark\/0:focus{
  border-inline-start-color: rgb(26 88 121 / 0);
}
.focus\:border-s-primary-dark\/10:focus{
  border-inline-start-color: rgb(26 88 121 / 0.1);
}
.focus\:border-s-primary-dark\/100:focus{
  border-inline-start-color: rgb(26 88 121 / 1);
}
.focus\:border-s-primary-dark\/15:focus{
  border-inline-start-color: rgb(26 88 121 / 0.15);
}
.focus\:border-s-primary-dark\/20:focus{
  border-inline-start-color: rgb(26 88 121 / 0.2);
}
.focus\:border-s-primary-dark\/25:focus{
  border-inline-start-color: rgb(26 88 121 / 0.25);
}
.focus\:border-s-primary-dark\/30:focus{
  border-inline-start-color: rgb(26 88 121 / 0.3);
}
.focus\:border-s-primary-dark\/35:focus{
  border-inline-start-color: rgb(26 88 121 / 0.35);
}
.focus\:border-s-primary-dark\/40:focus{
  border-inline-start-color: rgb(26 88 121 / 0.4);
}
.focus\:border-s-primary-dark\/45:focus{
  border-inline-start-color: rgb(26 88 121 / 0.45);
}
.focus\:border-s-primary-dark\/5:focus{
  border-inline-start-color: rgb(26 88 121 / 0.05);
}
.focus\:border-s-primary-dark\/50:focus{
  border-inline-start-color: rgb(26 88 121 / 0.5);
}
.focus\:border-s-primary-dark\/55:focus{
  border-inline-start-color: rgb(26 88 121 / 0.55);
}
.focus\:border-s-primary-dark\/60:focus{
  border-inline-start-color: rgb(26 88 121 / 0.6);
}
.focus\:border-s-primary-dark\/65:focus{
  border-inline-start-color: rgb(26 88 121 / 0.65);
}
.focus\:border-s-primary-dark\/70:focus{
  border-inline-start-color: rgb(26 88 121 / 0.7);
}
.focus\:border-s-primary-dark\/75:focus{
  border-inline-start-color: rgb(26 88 121 / 0.75);
}
.focus\:border-s-primary-dark\/80:focus{
  border-inline-start-color: rgb(26 88 121 / 0.8);
}
.focus\:border-s-primary-dark\/85:focus{
  border-inline-start-color: rgb(26 88 121 / 0.85);
}
.focus\:border-s-primary-dark\/90:focus{
  border-inline-start-color: rgb(26 88 121 / 0.9);
}
.focus\:border-s-primary-dark\/95:focus{
  border-inline-start-color: rgb(26 88 121 / 0.95);
}
.focus\:border-s-primary-light:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-light\/0:focus{
  border-inline-start-color: rgb(85 154 193 / 0);
}
.focus\:border-s-primary-light\/10:focus{
  border-inline-start-color: rgb(85 154 193 / 0.1);
}
.focus\:border-s-primary-light\/100:focus{
  border-inline-start-color: rgb(85 154 193 / 1);
}
.focus\:border-s-primary-light\/15:focus{
  border-inline-start-color: rgb(85 154 193 / 0.15);
}
.focus\:border-s-primary-light\/20:focus{
  border-inline-start-color: rgb(85 154 193 / 0.2);
}
.focus\:border-s-primary-light\/25:focus{
  border-inline-start-color: rgb(85 154 193 / 0.25);
}
.focus\:border-s-primary-light\/30:focus{
  border-inline-start-color: rgb(85 154 193 / 0.3);
}
.focus\:border-s-primary-light\/35:focus{
  border-inline-start-color: rgb(85 154 193 / 0.35);
}
.focus\:border-s-primary-light\/40:focus{
  border-inline-start-color: rgb(85 154 193 / 0.4);
}
.focus\:border-s-primary-light\/45:focus{
  border-inline-start-color: rgb(85 154 193 / 0.45);
}
.focus\:border-s-primary-light\/5:focus{
  border-inline-start-color: rgb(85 154 193 / 0.05);
}
.focus\:border-s-primary-light\/50:focus{
  border-inline-start-color: rgb(85 154 193 / 0.5);
}
.focus\:border-s-primary-light\/55:focus{
  border-inline-start-color: rgb(85 154 193 / 0.55);
}
.focus\:border-s-primary-light\/60:focus{
  border-inline-start-color: rgb(85 154 193 / 0.6);
}
.focus\:border-s-primary-light\/65:focus{
  border-inline-start-color: rgb(85 154 193 / 0.65);
}
.focus\:border-s-primary-light\/70:focus{
  border-inline-start-color: rgb(85 154 193 / 0.7);
}
.focus\:border-s-primary-light\/75:focus{
  border-inline-start-color: rgb(85 154 193 / 0.75);
}
.focus\:border-s-primary-light\/80:focus{
  border-inline-start-color: rgb(85 154 193 / 0.8);
}
.focus\:border-s-primary-light\/85:focus{
  border-inline-start-color: rgb(85 154 193 / 0.85);
}
.focus\:border-s-primary-light\/90:focus{
  border-inline-start-color: rgb(85 154 193 / 0.9);
}
.focus\:border-s-primary-light\/95:focus{
  border-inline-start-color: rgb(85 154 193 / 0.95);
}
.focus\:border-s-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-s-primary-lighter\/0:focus{
  border-inline-start-color: rgb(115 177 212 / 0);
}
.focus\:border-s-primary-lighter\/10:focus{
  border-inline-start-color: rgb(115 177 212 / 0.1);
}
.focus\:border-s-primary-lighter\/100:focus{
  border-inline-start-color: rgb(115 177 212 / 1);
}
.focus\:border-s-primary-lighter\/15:focus{
  border-inline-start-color: rgb(115 177 212 / 0.15);
}
.focus\:border-s-primary-lighter\/20:focus{
  border-inline-start-color: rgb(115 177 212 / 0.2);
}
.focus\:border-s-primary-lighter\/25:focus{
  border-inline-start-color: rgb(115 177 212 / 0.25);
}
.focus\:border-s-primary-lighter\/30:focus{
  border-inline-start-color: rgb(115 177 212 / 0.3);
}
.focus\:border-s-primary-lighter\/35:focus{
  border-inline-start-color: rgb(115 177 212 / 0.35);
}
.focus\:border-s-primary-lighter\/40:focus{
  border-inline-start-color: rgb(115 177 212 / 0.4);
}
.focus\:border-s-primary-lighter\/45:focus{
  border-inline-start-color: rgb(115 177 212 / 0.45);
}
.focus\:border-s-primary-lighter\/5:focus{
  border-inline-start-color: rgb(115 177 212 / 0.05);
}
.focus\:border-s-primary-lighter\/50:focus{
  border-inline-start-color: rgb(115 177 212 / 0.5);
}
.focus\:border-s-primary-lighter\/55:focus{
  border-inline-start-color: rgb(115 177 212 / 0.55);
}
.focus\:border-s-primary-lighter\/60:focus{
  border-inline-start-color: rgb(115 177 212 / 0.6);
}
.focus\:border-s-primary-lighter\/65:focus{
  border-inline-start-color: rgb(115 177 212 / 0.65);
}
.focus\:border-s-primary-lighter\/70:focus{
  border-inline-start-color: rgb(115 177 212 / 0.7);
}
.focus\:border-s-primary-lighter\/75:focus{
  border-inline-start-color: rgb(115 177 212 / 0.75);
}
.focus\:border-s-primary-lighter\/80:focus{
  border-inline-start-color: rgb(115 177 212 / 0.8);
}
.focus\:border-s-primary-lighter\/85:focus{
  border-inline-start-color: rgb(115 177 212 / 0.85);
}
.focus\:border-s-primary-lighter\/90:focus{
  border-inline-start-color: rgb(115 177 212 / 0.9);
}
.focus\:border-s-primary-lighter\/95:focus{
  border-inline-start-color: rgb(115 177 212 / 0.95);
}
.focus\:border-s-primary\/0:focus{
  border-inline-start-color: rgb(52 114 147 / 0);
}
.focus\:border-s-primary\/10:focus{
  border-inline-start-color: rgb(52 114 147 / 0.1);
}
.focus\:border-s-primary\/100:focus{
  border-inline-start-color: rgb(52 114 147 / 1);
}
.focus\:border-s-primary\/15:focus{
  border-inline-start-color: rgb(52 114 147 / 0.15);
}
.focus\:border-s-primary\/20:focus{
  border-inline-start-color: rgb(52 114 147 / 0.2);
}
.focus\:border-s-primary\/25:focus{
  border-inline-start-color: rgb(52 114 147 / 0.25);
}
.focus\:border-s-primary\/30:focus{
  border-inline-start-color: rgb(52 114 147 / 0.3);
}
.focus\:border-s-primary\/35:focus{
  border-inline-start-color: rgb(52 114 147 / 0.35);
}
.focus\:border-s-primary\/40:focus{
  border-inline-start-color: rgb(52 114 147 / 0.4);
}
.focus\:border-s-primary\/45:focus{
  border-inline-start-color: rgb(52 114 147 / 0.45);
}
.focus\:border-s-primary\/5:focus{
  border-inline-start-color: rgb(52 114 147 / 0.05);
}
.focus\:border-s-primary\/50:focus{
  border-inline-start-color: rgb(52 114 147 / 0.5);
}
.focus\:border-s-primary\/55:focus{
  border-inline-start-color: rgb(52 114 147 / 0.55);
}
.focus\:border-s-primary\/60:focus{
  border-inline-start-color: rgb(52 114 147 / 0.6);
}
.focus\:border-s-primary\/65:focus{
  border-inline-start-color: rgb(52 114 147 / 0.65);
}
.focus\:border-s-primary\/70:focus{
  border-inline-start-color: rgb(52 114 147 / 0.7);
}
.focus\:border-s-primary\/75:focus{
  border-inline-start-color: rgb(52 114 147 / 0.75);
}
.focus\:border-s-primary\/80:focus{
  border-inline-start-color: rgb(52 114 147 / 0.8);
}
.focus\:border-s-primary\/85:focus{
  border-inline-start-color: rgb(52 114 147 / 0.85);
}
.focus\:border-s-primary\/90:focus{
  border-inline-start-color: rgb(52 114 147 / 0.9);
}
.focus\:border-s-primary\/95:focus{
  border-inline-start-color: rgb(52 114 147 / 0.95);
}
.focus\:border-s-secondary:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-dark\/0:focus{
  border-inline-start-color: rgb(226 207 188 / 0);
}
.focus\:border-s-secondary-dark\/10:focus{
  border-inline-start-color: rgb(226 207 188 / 0.1);
}
.focus\:border-s-secondary-dark\/100:focus{
  border-inline-start-color: rgb(226 207 188 / 1);
}
.focus\:border-s-secondary-dark\/15:focus{
  border-inline-start-color: rgb(226 207 188 / 0.15);
}
.focus\:border-s-secondary-dark\/20:focus{
  border-inline-start-color: rgb(226 207 188 / 0.2);
}
.focus\:border-s-secondary-dark\/25:focus{
  border-inline-start-color: rgb(226 207 188 / 0.25);
}
.focus\:border-s-secondary-dark\/30:focus{
  border-inline-start-color: rgb(226 207 188 / 0.3);
}
.focus\:border-s-secondary-dark\/35:focus{
  border-inline-start-color: rgb(226 207 188 / 0.35);
}
.focus\:border-s-secondary-dark\/40:focus{
  border-inline-start-color: rgb(226 207 188 / 0.4);
}
.focus\:border-s-secondary-dark\/45:focus{
  border-inline-start-color: rgb(226 207 188 / 0.45);
}
.focus\:border-s-secondary-dark\/5:focus{
  border-inline-start-color: rgb(226 207 188 / 0.05);
}
.focus\:border-s-secondary-dark\/50:focus{
  border-inline-start-color: rgb(226 207 188 / 0.5);
}
.focus\:border-s-secondary-dark\/55:focus{
  border-inline-start-color: rgb(226 207 188 / 0.55);
}
.focus\:border-s-secondary-dark\/60:focus{
  border-inline-start-color: rgb(226 207 188 / 0.6);
}
.focus\:border-s-secondary-dark\/65:focus{
  border-inline-start-color: rgb(226 207 188 / 0.65);
}
.focus\:border-s-secondary-dark\/70:focus{
  border-inline-start-color: rgb(226 207 188 / 0.7);
}
.focus\:border-s-secondary-dark\/75:focus{
  border-inline-start-color: rgb(226 207 188 / 0.75);
}
.focus\:border-s-secondary-dark\/80:focus{
  border-inline-start-color: rgb(226 207 188 / 0.8);
}
.focus\:border-s-secondary-dark\/85:focus{
  border-inline-start-color: rgb(226 207 188 / 0.85);
}
.focus\:border-s-secondary-dark\/90:focus{
  border-inline-start-color: rgb(226 207 188 / 0.9);
}
.focus\:border-s-secondary-dark\/95:focus{
  border-inline-start-color: rgb(226 207 188 / 0.95);
}
.focus\:border-s-secondary-light:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-s-secondary-light\/0:focus{
  border-inline-start-color: rgb(254 250 247 / 0);
}
.focus\:border-s-secondary-light\/10:focus{
  border-inline-start-color: rgb(254 250 247 / 0.1);
}
.focus\:border-s-secondary-light\/100:focus{
  border-inline-start-color: rgb(254 250 247 / 1);
}
.focus\:border-s-secondary-light\/15:focus{
  border-inline-start-color: rgb(254 250 247 / 0.15);
}
.focus\:border-s-secondary-light\/20:focus{
  border-inline-start-color: rgb(254 250 247 / 0.2);
}
.focus\:border-s-secondary-light\/25:focus{
  border-inline-start-color: rgb(254 250 247 / 0.25);
}
.focus\:border-s-secondary-light\/30:focus{
  border-inline-start-color: rgb(254 250 247 / 0.3);
}
.focus\:border-s-secondary-light\/35:focus{
  border-inline-start-color: rgb(254 250 247 / 0.35);
}
.focus\:border-s-secondary-light\/40:focus{
  border-inline-start-color: rgb(254 250 247 / 0.4);
}
.focus\:border-s-secondary-light\/45:focus{
  border-inline-start-color: rgb(254 250 247 / 0.45);
}
.focus\:border-s-secondary-light\/5:focus{
  border-inline-start-color: rgb(254 250 247 / 0.05);
}
.focus\:border-s-secondary-light\/50:focus{
  border-inline-start-color: rgb(254 250 247 / 0.5);
}
.focus\:border-s-secondary-light\/55:focus{
  border-inline-start-color: rgb(254 250 247 / 0.55);
}
.focus\:border-s-secondary-light\/60:focus{
  border-inline-start-color: rgb(254 250 247 / 0.6);
}
.focus\:border-s-secondary-light\/65:focus{
  border-inline-start-color: rgb(254 250 247 / 0.65);
}
.focus\:border-s-secondary-light\/70:focus{
  border-inline-start-color: rgb(254 250 247 / 0.7);
}
.focus\:border-s-secondary-light\/75:focus{
  border-inline-start-color: rgb(254 250 247 / 0.75);
}
.focus\:border-s-secondary-light\/80:focus{
  border-inline-start-color: rgb(254 250 247 / 0.8);
}
.focus\:border-s-secondary-light\/85:focus{
  border-inline-start-color: rgb(254 250 247 / 0.85);
}
.focus\:border-s-secondary-light\/90:focus{
  border-inline-start-color: rgb(254 250 247 / 0.9);
}
.focus\:border-s-secondary-light\/95:focus{
  border-inline-start-color: rgb(254 250 247 / 0.95);
}
.focus\:border-s-secondary\/0:focus{
  border-inline-start-color: rgb(243 234 225 / 0);
}
.focus\:border-s-secondary\/10:focus{
  border-inline-start-color: rgb(243 234 225 / 0.1);
}
.focus\:border-s-secondary\/100:focus{
  border-inline-start-color: rgb(243 234 225 / 1);
}
.focus\:border-s-secondary\/15:focus{
  border-inline-start-color: rgb(243 234 225 / 0.15);
}
.focus\:border-s-secondary\/20:focus{
  border-inline-start-color: rgb(243 234 225 / 0.2);
}
.focus\:border-s-secondary\/25:focus{
  border-inline-start-color: rgb(243 234 225 / 0.25);
}
.focus\:border-s-secondary\/30:focus{
  border-inline-start-color: rgb(243 234 225 / 0.3);
}
.focus\:border-s-secondary\/35:focus{
  border-inline-start-color: rgb(243 234 225 / 0.35);
}
.focus\:border-s-secondary\/40:focus{
  border-inline-start-color: rgb(243 234 225 / 0.4);
}
.focus\:border-s-secondary\/45:focus{
  border-inline-start-color: rgb(243 234 225 / 0.45);
}
.focus\:border-s-secondary\/5:focus{
  border-inline-start-color: rgb(243 234 225 / 0.05);
}
.focus\:border-s-secondary\/50:focus{
  border-inline-start-color: rgb(243 234 225 / 0.5);
}
.focus\:border-s-secondary\/55:focus{
  border-inline-start-color: rgb(243 234 225 / 0.55);
}
.focus\:border-s-secondary\/60:focus{
  border-inline-start-color: rgb(243 234 225 / 0.6);
}
.focus\:border-s-secondary\/65:focus{
  border-inline-start-color: rgb(243 234 225 / 0.65);
}
.focus\:border-s-secondary\/70:focus{
  border-inline-start-color: rgb(243 234 225 / 0.7);
}
.focus\:border-s-secondary\/75:focus{
  border-inline-start-color: rgb(243 234 225 / 0.75);
}
.focus\:border-s-secondary\/80:focus{
  border-inline-start-color: rgb(243 234 225 / 0.8);
}
.focus\:border-s-secondary\/85:focus{
  border-inline-start-color: rgb(243 234 225 / 0.85);
}
.focus\:border-s-secondary\/90:focus{
  border-inline-start-color: rgb(243 234 225 / 0.9);
}
.focus\:border-s-secondary\/95:focus{
  border-inline-start-color: rgb(243 234 225 / 0.95);
}
.focus\:border-s-transparent:focus{
  border-inline-start-color: transparent;
}
.focus\:border-s-transparent\/0:focus{
  border-inline-start-color: rgb(0 0 0 / 0);
}
.focus\:border-s-transparent\/10:focus{
  border-inline-start-color: rgb(0 0 0 / 0.1);
}
.focus\:border-s-transparent\/100:focus{
  border-inline-start-color: rgb(0 0 0 / 1);
}
.focus\:border-s-transparent\/15:focus{
  border-inline-start-color: rgb(0 0 0 / 0.15);
}
.focus\:border-s-transparent\/20:focus{
  border-inline-start-color: rgb(0 0 0 / 0.2);
}
.focus\:border-s-transparent\/25:focus{
  border-inline-start-color: rgb(0 0 0 / 0.25);
}
.focus\:border-s-transparent\/30:focus{
  border-inline-start-color: rgb(0 0 0 / 0.3);
}
.focus\:border-s-transparent\/35:focus{
  border-inline-start-color: rgb(0 0 0 / 0.35);
}
.focus\:border-s-transparent\/40:focus{
  border-inline-start-color: rgb(0 0 0 / 0.4);
}
.focus\:border-s-transparent\/45:focus{
  border-inline-start-color: rgb(0 0 0 / 0.45);
}
.focus\:border-s-transparent\/5:focus{
  border-inline-start-color: rgb(0 0 0 / 0.05);
}
.focus\:border-s-transparent\/50:focus{
  border-inline-start-color: rgb(0 0 0 / 0.5);
}
.focus\:border-s-transparent\/55:focus{
  border-inline-start-color: rgb(0 0 0 / 0.55);
}
.focus\:border-s-transparent\/60:focus{
  border-inline-start-color: rgb(0 0 0 / 0.6);
}
.focus\:border-s-transparent\/65:focus{
  border-inline-start-color: rgb(0 0 0 / 0.65);
}
.focus\:border-s-transparent\/70:focus{
  border-inline-start-color: rgb(0 0 0 / 0.7);
}
.focus\:border-s-transparent\/75:focus{
  border-inline-start-color: rgb(0 0 0 / 0.75);
}
.focus\:border-s-transparent\/80:focus{
  border-inline-start-color: rgb(0 0 0 / 0.8);
}
.focus\:border-s-transparent\/85:focus{
  border-inline-start-color: rgb(0 0 0 / 0.85);
}
.focus\:border-s-transparent\/90:focus{
  border-inline-start-color: rgb(0 0 0 / 0.9);
}
.focus\:border-s-transparent\/95:focus{
  border-inline-start-color: rgb(0 0 0 / 0.95);
}
.focus\:border-s-white:focus{
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-s-white\/0:focus{
  border-inline-start-color: rgb(255 255 255 / 0);
}
.focus\:border-s-white\/10:focus{
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.focus\:border-s-white\/100:focus{
  border-inline-start-color: rgb(255 255 255 / 1);
}
.focus\:border-s-white\/15:focus{
  border-inline-start-color: rgb(255 255 255 / 0.15);
}
.focus\:border-s-white\/20:focus{
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.focus\:border-s-white\/25:focus{
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.focus\:border-s-white\/30:focus{
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.focus\:border-s-white\/35:focus{
  border-inline-start-color: rgb(255 255 255 / 0.35);
}
.focus\:border-s-white\/40:focus{
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.focus\:border-s-white\/45:focus{
  border-inline-start-color: rgb(255 255 255 / 0.45);
}
.focus\:border-s-white\/5:focus{
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.focus\:border-s-white\/50:focus{
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.focus\:border-s-white\/55:focus{
  border-inline-start-color: rgb(255 255 255 / 0.55);
}
.focus\:border-s-white\/60:focus{
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.focus\:border-s-white\/65:focus{
  border-inline-start-color: rgb(255 255 255 / 0.65);
}
.focus\:border-s-white\/70:focus{
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.focus\:border-s-white\/75:focus{
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.focus\:border-s-white\/80:focus{
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.focus\:border-s-white\/85:focus{
  border-inline-start-color: rgb(255 255 255 / 0.85);
}
.focus\:border-s-white\/90:focus{
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.focus\:border-s-white\/95:focus{
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.focus\:border-t-accent:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 136 78 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(225 114 45 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-dark\/0:focus{
  border-top-color: rgb(225 114 45 / 0);
}
.focus\:border-t-accent-dark\/10:focus{
  border-top-color: rgb(225 114 45 / 0.1);
}
.focus\:border-t-accent-dark\/100:focus{
  border-top-color: rgb(225 114 45 / 1);
}
.focus\:border-t-accent-dark\/15:focus{
  border-top-color: rgb(225 114 45 / 0.15);
}
.focus\:border-t-accent-dark\/20:focus{
  border-top-color: rgb(225 114 45 / 0.2);
}
.focus\:border-t-accent-dark\/25:focus{
  border-top-color: rgb(225 114 45 / 0.25);
}
.focus\:border-t-accent-dark\/30:focus{
  border-top-color: rgb(225 114 45 / 0.3);
}
.focus\:border-t-accent-dark\/35:focus{
  border-top-color: rgb(225 114 45 / 0.35);
}
.focus\:border-t-accent-dark\/40:focus{
  border-top-color: rgb(225 114 45 / 0.4);
}
.focus\:border-t-accent-dark\/45:focus{
  border-top-color: rgb(225 114 45 / 0.45);
}
.focus\:border-t-accent-dark\/5:focus{
  border-top-color: rgb(225 114 45 / 0.05);
}
.focus\:border-t-accent-dark\/50:focus{
  border-top-color: rgb(225 114 45 / 0.5);
}
.focus\:border-t-accent-dark\/55:focus{
  border-top-color: rgb(225 114 45 / 0.55);
}
.focus\:border-t-accent-dark\/60:focus{
  border-top-color: rgb(225 114 45 / 0.6);
}
.focus\:border-t-accent-dark\/65:focus{
  border-top-color: rgb(225 114 45 / 0.65);
}
.focus\:border-t-accent-dark\/70:focus{
  border-top-color: rgb(225 114 45 / 0.7);
}
.focus\:border-t-accent-dark\/75:focus{
  border-top-color: rgb(225 114 45 / 0.75);
}
.focus\:border-t-accent-dark\/80:focus{
  border-top-color: rgb(225 114 45 / 0.8);
}
.focus\:border-t-accent-dark\/85:focus{
  border-top-color: rgb(225 114 45 / 0.85);
}
.focus\:border-t-accent-dark\/90:focus{
  border-top-color: rgb(225 114 45 / 0.9);
}
.focus\:border-t-accent-dark\/95:focus{
  border-top-color: rgb(225 114 45 / 0.95);
}
.focus\:border-t-accent-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 191 105 / var(--tw-border-opacity, 1));
}
.focus\:border-t-accent-light\/0:focus{
  border-top-color: rgb(255 191 105 / 0);
}
.focus\:border-t-accent-light\/10:focus{
  border-top-color: rgb(255 191 105 / 0.1);
}
.focus\:border-t-accent-light\/100:focus{
  border-top-color: rgb(255 191 105 / 1);
}
.focus\:border-t-accent-light\/15:focus{
  border-top-color: rgb(255 191 105 / 0.15);
}
.focus\:border-t-accent-light\/20:focus{
  border-top-color: rgb(255 191 105 / 0.2);
}
.focus\:border-t-accent-light\/25:focus{
  border-top-color: rgb(255 191 105 / 0.25);
}
.focus\:border-t-accent-light\/30:focus{
  border-top-color: rgb(255 191 105 / 0.3);
}
.focus\:border-t-accent-light\/35:focus{
  border-top-color: rgb(255 191 105 / 0.35);
}
.focus\:border-t-accent-light\/40:focus{
  border-top-color: rgb(255 191 105 / 0.4);
}
.focus\:border-t-accent-light\/45:focus{
  border-top-color: rgb(255 191 105 / 0.45);
}
.focus\:border-t-accent-light\/5:focus{
  border-top-color: rgb(255 191 105 / 0.05);
}
.focus\:border-t-accent-light\/50:focus{
  border-top-color: rgb(255 191 105 / 0.5);
}
.focus\:border-t-accent-light\/55:focus{
  border-top-color: rgb(255 191 105 / 0.55);
}
.focus\:border-t-accent-light\/60:focus{
  border-top-color: rgb(255 191 105 / 0.6);
}
.focus\:border-t-accent-light\/65:focus{
  border-top-color: rgb(255 191 105 / 0.65);
}
.focus\:border-t-accent-light\/70:focus{
  border-top-color: rgb(255 191 105 / 0.7);
}
.focus\:border-t-accent-light\/75:focus{
  border-top-color: rgb(255 191 105 / 0.75);
}
.focus\:border-t-accent-light\/80:focus{
  border-top-color: rgb(255 191 105 / 0.8);
}
.focus\:border-t-accent-light\/85:focus{
  border-top-color: rgb(255 191 105 / 0.85);
}
.focus\:border-t-accent-light\/90:focus{
  border-top-color: rgb(255 191 105 / 0.9);
}
.focus\:border-t-accent-light\/95:focus{
  border-top-color: rgb(255 191 105 / 0.95);
}
.focus\:border-t-accent\/0:focus{
  border-top-color: rgb(229 136 78 / 0);
}
.focus\:border-t-accent\/10:focus{
  border-top-color: rgb(229 136 78 / 0.1);
}
.focus\:border-t-accent\/100:focus{
  border-top-color: rgb(229 136 78 / 1);
}
.focus\:border-t-accent\/15:focus{
  border-top-color: rgb(229 136 78 / 0.15);
}
.focus\:border-t-accent\/20:focus{
  border-top-color: rgb(229 136 78 / 0.2);
}
.focus\:border-t-accent\/25:focus{
  border-top-color: rgb(229 136 78 / 0.25);
}
.focus\:border-t-accent\/30:focus{
  border-top-color: rgb(229 136 78 / 0.3);
}
.focus\:border-t-accent\/35:focus{
  border-top-color: rgb(229 136 78 / 0.35);
}
.focus\:border-t-accent\/40:focus{
  border-top-color: rgb(229 136 78 / 0.4);
}
.focus\:border-t-accent\/45:focus{
  border-top-color: rgb(229 136 78 / 0.45);
}
.focus\:border-t-accent\/5:focus{
  border-top-color: rgb(229 136 78 / 0.05);
}
.focus\:border-t-accent\/50:focus{
  border-top-color: rgb(229 136 78 / 0.5);
}
.focus\:border-t-accent\/55:focus{
  border-top-color: rgb(229 136 78 / 0.55);
}
.focus\:border-t-accent\/60:focus{
  border-top-color: rgb(229 136 78 / 0.6);
}
.focus\:border-t-accent\/65:focus{
  border-top-color: rgb(229 136 78 / 0.65);
}
.focus\:border-t-accent\/70:focus{
  border-top-color: rgb(229 136 78 / 0.7);
}
.focus\:border-t-accent\/75:focus{
  border-top-color: rgb(229 136 78 / 0.75);
}
.focus\:border-t-accent\/80:focus{
  border-top-color: rgb(229 136 78 / 0.8);
}
.focus\:border-t-accent\/85:focus{
  border-top-color: rgb(229 136 78 / 0.85);
}
.focus\:border-t-accent\/90:focus{
  border-top-color: rgb(229 136 78 / 0.9);
}
.focus\:border-t-accent\/95:focus{
  border-top-color: rgb(229 136 78 / 0.95);
}
.focus\:border-t-black:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-t-black\/0:focus{
  border-top-color: rgb(0 0 0 / 0);
}
.focus\:border-t-black\/10:focus{
  border-top-color: rgb(0 0 0 / 0.1);
}
.focus\:border-t-black\/100:focus{
  border-top-color: rgb(0 0 0 / 1);
}
.focus\:border-t-black\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
}
.focus\:border-t-black\/20:focus{
  border-top-color: rgb(0 0 0 / 0.2);
}
.focus\:border-t-black\/25:focus{
  border-top-color: rgb(0 0 0 / 0.25);
}
.focus\:border-t-black\/30:focus{
  border-top-color: rgb(0 0 0 / 0.3);
}
.focus\:border-t-black\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
}
.focus\:border-t-black\/40:focus{
  border-top-color: rgb(0 0 0 / 0.4);
}
.focus\:border-t-black\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
}
.focus\:border-t-black\/5:focus{
  border-top-color: rgb(0 0 0 / 0.05);
}
.focus\:border-t-black\/50:focus{
  border-top-color: rgb(0 0 0 / 0.5);
}
.focus\:border-t-black\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
}
.focus\:border-t-black\/60:focus{
  border-top-color: rgb(0 0 0 / 0.6);
}
.focus\:border-t-black\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
}
.focus\:border-t-black\/70:focus{
  border-top-color: rgb(0 0 0 / 0.7);
}
.focus\:border-t-black\/75:focus{
  border-top-color: rgb(0 0 0 / 0.75);
}
.focus\:border-t-black\/80:focus{
  border-top-color: rgb(0 0 0 / 0.8);
}
.focus\:border-t-black\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
}
.focus\:border-t-black\/90:focus{
  border-top-color: rgb(0 0 0 / 0.9);
}
.focus\:border-t-black\/95:focus{
  border-top-color: rgb(0 0 0 / 0.95);
}
.focus\:border-t-current:focus{
  border-top-color: currentColor;
}
.focus\:border-t-error:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}
.focus\:border-t-error\/0:focus{
  border-top-color: rgb(255 0 0 / 0);
}
.focus\:border-t-error\/10:focus{
  border-top-color: rgb(255 0 0 / 0.1);
}
.focus\:border-t-error\/100:focus{
  border-top-color: rgb(255 0 0 / 1);
}
.focus\:border-t-error\/15:focus{
  border-top-color: rgb(255 0 0 / 0.15);
}
.focus\:border-t-error\/20:focus{
  border-top-color: rgb(255 0 0 / 0.2);
}
.focus\:border-t-error\/25:focus{
  border-top-color: rgb(255 0 0 / 0.25);
}
.focus\:border-t-error\/30:focus{
  border-top-color: rgb(255 0 0 / 0.3);
}
.focus\:border-t-error\/35:focus{
  border-top-color: rgb(255 0 0 / 0.35);
}
.focus\:border-t-error\/40:focus{
  border-top-color: rgb(255 0 0 / 0.4);
}
.focus\:border-t-error\/45:focus{
  border-top-color: rgb(255 0 0 / 0.45);
}
.focus\:border-t-error\/5:focus{
  border-top-color: rgb(255 0 0 / 0.05);
}
.focus\:border-t-error\/50:focus{
  border-top-color: rgb(255 0 0 / 0.5);
}
.focus\:border-t-error\/55:focus{
  border-top-color: rgb(255 0 0 / 0.55);
}
.focus\:border-t-error\/60:focus{
  border-top-color: rgb(255 0 0 / 0.6);
}
.focus\:border-t-error\/65:focus{
  border-top-color: rgb(255 0 0 / 0.65);
}
.focus\:border-t-error\/70:focus{
  border-top-color: rgb(255 0 0 / 0.7);
}
.focus\:border-t-error\/75:focus{
  border-top-color: rgb(255 0 0 / 0.75);
}
.focus\:border-t-error\/80:focus{
  border-top-color: rgb(255 0 0 / 0.8);
}
.focus\:border-t-error\/85:focus{
  border-top-color: rgb(255 0 0 / 0.85);
}
.focus\:border-t-error\/90:focus{
  border-top-color: rgb(255 0 0 / 0.9);
}
.focus\:border-t-error\/95:focus{
  border-top-color: rgb(255 0 0 / 0.95);
}
.focus\:border-t-gray-100:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-100\/0:focus{
  border-top-color: rgb(243 244 246 / 0);
}
.focus\:border-t-gray-100\/10:focus{
  border-top-color: rgb(243 244 246 / 0.1);
}
.focus\:border-t-gray-100\/100:focus{
  border-top-color: rgb(243 244 246 / 1);
}
.focus\:border-t-gray-100\/15:focus{
  border-top-color: rgb(243 244 246 / 0.15);
}
.focus\:border-t-gray-100\/20:focus{
  border-top-color: rgb(243 244 246 / 0.2);
}
.focus\:border-t-gray-100\/25:focus{
  border-top-color: rgb(243 244 246 / 0.25);
}
.focus\:border-t-gray-100\/30:focus{
  border-top-color: rgb(243 244 246 / 0.3);
}
.focus\:border-t-gray-100\/35:focus{
  border-top-color: rgb(243 244 246 / 0.35);
}
.focus\:border-t-gray-100\/40:focus{
  border-top-color: rgb(243 244 246 / 0.4);
}
.focus\:border-t-gray-100\/45:focus{
  border-top-color: rgb(243 244 246 / 0.45);
}
.focus\:border-t-gray-100\/5:focus{
  border-top-color: rgb(243 244 246 / 0.05);
}
.focus\:border-t-gray-100\/50:focus{
  border-top-color: rgb(243 244 246 / 0.5);
}
.focus\:border-t-gray-100\/55:focus{
  border-top-color: rgb(243 244 246 / 0.55);
}
.focus\:border-t-gray-100\/60:focus{
  border-top-color: rgb(243 244 246 / 0.6);
}
.focus\:border-t-gray-100\/65:focus{
  border-top-color: rgb(243 244 246 / 0.65);
}
.focus\:border-t-gray-100\/70:focus{
  border-top-color: rgb(243 244 246 / 0.7);
}
.focus\:border-t-gray-100\/75:focus{
  border-top-color: rgb(243 244 246 / 0.75);
}
.focus\:border-t-gray-100\/80:focus{
  border-top-color: rgb(243 244 246 / 0.8);
}
.focus\:border-t-gray-100\/85:focus{
  border-top-color: rgb(243 244 246 / 0.85);
}
.focus\:border-t-gray-100\/90:focus{
  border-top-color: rgb(243 244 246 / 0.9);
}
.focus\:border-t-gray-100\/95:focus{
  border-top-color: rgb(243 244 246 / 0.95);
}
.focus\:border-t-gray-200:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-200\/0:focus{
  border-top-color: rgb(229 231 235 / 0);
}
.focus\:border-t-gray-200\/10:focus{
  border-top-color: rgb(229 231 235 / 0.1);
}
.focus\:border-t-gray-200\/100:focus{
  border-top-color: rgb(229 231 235 / 1);
}
.focus\:border-t-gray-200\/15:focus{
  border-top-color: rgb(229 231 235 / 0.15);
}
.focus\:border-t-gray-200\/20:focus{
  border-top-color: rgb(229 231 235 / 0.2);
}
.focus\:border-t-gray-200\/25:focus{
  border-top-color: rgb(229 231 235 / 0.25);
}
.focus\:border-t-gray-200\/30:focus{
  border-top-color: rgb(229 231 235 / 0.3);
}
.focus\:border-t-gray-200\/35:focus{
  border-top-color: rgb(229 231 235 / 0.35);
}
.focus\:border-t-gray-200\/40:focus{
  border-top-color: rgb(229 231 235 / 0.4);
}
.focus\:border-t-gray-200\/45:focus{
  border-top-color: rgb(229 231 235 / 0.45);
}
.focus\:border-t-gray-200\/5:focus{
  border-top-color: rgb(229 231 235 / 0.05);
}
.focus\:border-t-gray-200\/50:focus{
  border-top-color: rgb(229 231 235 / 0.5);
}
.focus\:border-t-gray-200\/55:focus{
  border-top-color: rgb(229 231 235 / 0.55);
}
.focus\:border-t-gray-200\/60:focus{
  border-top-color: rgb(229 231 235 / 0.6);
}
.focus\:border-t-gray-200\/65:focus{
  border-top-color: rgb(229 231 235 / 0.65);
}
.focus\:border-t-gray-200\/70:focus{
  border-top-color: rgb(229 231 235 / 0.7);
}
.focus\:border-t-gray-200\/75:focus{
  border-top-color: rgb(229 231 235 / 0.75);
}
.focus\:border-t-gray-200\/80:focus{
  border-top-color: rgb(229 231 235 / 0.8);
}
.focus\:border-t-gray-200\/85:focus{
  border-top-color: rgb(229 231 235 / 0.85);
}
.focus\:border-t-gray-200\/90:focus{
  border-top-color: rgb(229 231 235 / 0.9);
}
.focus\:border-t-gray-200\/95:focus{
  border-top-color: rgb(229 231 235 / 0.95);
}
.focus\:border-t-gray-300:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-300\/0:focus{
  border-top-color: rgb(209 213 219 / 0);
}
.focus\:border-t-gray-300\/10:focus{
  border-top-color: rgb(209 213 219 / 0.1);
}
.focus\:border-t-gray-300\/100:focus{
  border-top-color: rgb(209 213 219 / 1);
}
.focus\:border-t-gray-300\/15:focus{
  border-top-color: rgb(209 213 219 / 0.15);
}
.focus\:border-t-gray-300\/20:focus{
  border-top-color: rgb(209 213 219 / 0.2);
}
.focus\:border-t-gray-300\/25:focus{
  border-top-color: rgb(209 213 219 / 0.25);
}
.focus\:border-t-gray-300\/30:focus{
  border-top-color: rgb(209 213 219 / 0.3);
}
.focus\:border-t-gray-300\/35:focus{
  border-top-color: rgb(209 213 219 / 0.35);
}
.focus\:border-t-gray-300\/40:focus{
  border-top-color: rgb(209 213 219 / 0.4);
}
.focus\:border-t-gray-300\/45:focus{
  border-top-color: rgb(209 213 219 / 0.45);
}
.focus\:border-t-gray-300\/5:focus{
  border-top-color: rgb(209 213 219 / 0.05);
}
.focus\:border-t-gray-300\/50:focus{
  border-top-color: rgb(209 213 219 / 0.5);
}
.focus\:border-t-gray-300\/55:focus{
  border-top-color: rgb(209 213 219 / 0.55);
}
.focus\:border-t-gray-300\/60:focus{
  border-top-color: rgb(209 213 219 / 0.6);
}
.focus\:border-t-gray-300\/65:focus{
  border-top-color: rgb(209 213 219 / 0.65);
}
.focus\:border-t-gray-300\/70:focus{
  border-top-color: rgb(209 213 219 / 0.7);
}
.focus\:border-t-gray-300\/75:focus{
  border-top-color: rgb(209 213 219 / 0.75);
}
.focus\:border-t-gray-300\/80:focus{
  border-top-color: rgb(209 213 219 / 0.8);
}
.focus\:border-t-gray-300\/85:focus{
  border-top-color: rgb(209 213 219 / 0.85);
}
.focus\:border-t-gray-300\/90:focus{
  border-top-color: rgb(209 213 219 / 0.9);
}
.focus\:border-t-gray-300\/95:focus{
  border-top-color: rgb(209 213 219 / 0.95);
}
.focus\:border-t-gray-400:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-400\/0:focus{
  border-top-color: rgb(156 163 175 / 0);
}
.focus\:border-t-gray-400\/10:focus{
  border-top-color: rgb(156 163 175 / 0.1);
}
.focus\:border-t-gray-400\/100:focus{
  border-top-color: rgb(156 163 175 / 1);
}
.focus\:border-t-gray-400\/15:focus{
  border-top-color: rgb(156 163 175 / 0.15);
}
.focus\:border-t-gray-400\/20:focus{
  border-top-color: rgb(156 163 175 / 0.2);
}
.focus\:border-t-gray-400\/25:focus{
  border-top-color: rgb(156 163 175 / 0.25);
}
.focus\:border-t-gray-400\/30:focus{
  border-top-color: rgb(156 163 175 / 0.3);
}
.focus\:border-t-gray-400\/35:focus{
  border-top-color: rgb(156 163 175 / 0.35);
}
.focus\:border-t-gray-400\/40:focus{
  border-top-color: rgb(156 163 175 / 0.4);
}
.focus\:border-t-gray-400\/45:focus{
  border-top-color: rgb(156 163 175 / 0.45);
}
.focus\:border-t-gray-400\/5:focus{
  border-top-color: rgb(156 163 175 / 0.05);
}
.focus\:border-t-gray-400\/50:focus{
  border-top-color: rgb(156 163 175 / 0.5);
}
.focus\:border-t-gray-400\/55:focus{
  border-top-color: rgb(156 163 175 / 0.55);
}
.focus\:border-t-gray-400\/60:focus{
  border-top-color: rgb(156 163 175 / 0.6);
}
.focus\:border-t-gray-400\/65:focus{
  border-top-color: rgb(156 163 175 / 0.65);
}
.focus\:border-t-gray-400\/70:focus{
  border-top-color: rgb(156 163 175 / 0.7);
}
.focus\:border-t-gray-400\/75:focus{
  border-top-color: rgb(156 163 175 / 0.75);
}
.focus\:border-t-gray-400\/80:focus{
  border-top-color: rgb(156 163 175 / 0.8);
}
.focus\:border-t-gray-400\/85:focus{
  border-top-color: rgb(156 163 175 / 0.85);
}
.focus\:border-t-gray-400\/90:focus{
  border-top-color: rgb(156 163 175 / 0.9);
}
.focus\:border-t-gray-400\/95:focus{
  border-top-color: rgb(156 163 175 / 0.95);
}
.focus\:border-t-gray-50:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-50\/0:focus{
  border-top-color: rgb(249 250 251 / 0);
}
.focus\:border-t-gray-50\/10:focus{
  border-top-color: rgb(249 250 251 / 0.1);
}
.focus\:border-t-gray-50\/100:focus{
  border-top-color: rgb(249 250 251 / 1);
}
.focus\:border-t-gray-50\/15:focus{
  border-top-color: rgb(249 250 251 / 0.15);
}
.focus\:border-t-gray-50\/20:focus{
  border-top-color: rgb(249 250 251 / 0.2);
}
.focus\:border-t-gray-50\/25:focus{
  border-top-color: rgb(249 250 251 / 0.25);
}
.focus\:border-t-gray-50\/30:focus{
  border-top-color: rgb(249 250 251 / 0.3);
}
.focus\:border-t-gray-50\/35:focus{
  border-top-color: rgb(249 250 251 / 0.35);
}
.focus\:border-t-gray-50\/40:focus{
  border-top-color: rgb(249 250 251 / 0.4);
}
.focus\:border-t-gray-50\/45:focus{
  border-top-color: rgb(249 250 251 / 0.45);
}
.focus\:border-t-gray-50\/5:focus{
  border-top-color: rgb(249 250 251 / 0.05);
}
.focus\:border-t-gray-50\/50:focus{
  border-top-color: rgb(249 250 251 / 0.5);
}
.focus\:border-t-gray-50\/55:focus{
  border-top-color: rgb(249 250 251 / 0.55);
}
.focus\:border-t-gray-50\/60:focus{
  border-top-color: rgb(249 250 251 / 0.6);
}
.focus\:border-t-gray-50\/65:focus{
  border-top-color: rgb(249 250 251 / 0.65);
}
.focus\:border-t-gray-50\/70:focus{
  border-top-color: rgb(249 250 251 / 0.7);
}
.focus\:border-t-gray-50\/75:focus{
  border-top-color: rgb(249 250 251 / 0.75);
}
.focus\:border-t-gray-50\/80:focus{
  border-top-color: rgb(249 250 251 / 0.8);
}
.focus\:border-t-gray-50\/85:focus{
  border-top-color: rgb(249 250 251 / 0.85);
}
.focus\:border-t-gray-50\/90:focus{
  border-top-color: rgb(249 250 251 / 0.9);
}
.focus\:border-t-gray-50\/95:focus{
  border-top-color: rgb(249 250 251 / 0.95);
}
.focus\:border-t-gray-500:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-500\/0:focus{
  border-top-color: rgb(107 114 128 / 0);
}
.focus\:border-t-gray-500\/10:focus{
  border-top-color: rgb(107 114 128 / 0.1);
}
.focus\:border-t-gray-500\/100:focus{
  border-top-color: rgb(107 114 128 / 1);
}
.focus\:border-t-gray-500\/15:focus{
  border-top-color: rgb(107 114 128 / 0.15);
}
.focus\:border-t-gray-500\/20:focus{
  border-top-color: rgb(107 114 128 / 0.2);
}
.focus\:border-t-gray-500\/25:focus{
  border-top-color: rgb(107 114 128 / 0.25);
}
.focus\:border-t-gray-500\/30:focus{
  border-top-color: rgb(107 114 128 / 0.3);
}
.focus\:border-t-gray-500\/35:focus{
  border-top-color: rgb(107 114 128 / 0.35);
}
.focus\:border-t-gray-500\/40:focus{
  border-top-color: rgb(107 114 128 / 0.4);
}
.focus\:border-t-gray-500\/45:focus{
  border-top-color: rgb(107 114 128 / 0.45);
}
.focus\:border-t-gray-500\/5:focus{
  border-top-color: rgb(107 114 128 / 0.05);
}
.focus\:border-t-gray-500\/50:focus{
  border-top-color: rgb(107 114 128 / 0.5);
}
.focus\:border-t-gray-500\/55:focus{
  border-top-color: rgb(107 114 128 / 0.55);
}
.focus\:border-t-gray-500\/60:focus{
  border-top-color: rgb(107 114 128 / 0.6);
}
.focus\:border-t-gray-500\/65:focus{
  border-top-color: rgb(107 114 128 / 0.65);
}
.focus\:border-t-gray-500\/70:focus{
  border-top-color: rgb(107 114 128 / 0.7);
}
.focus\:border-t-gray-500\/75:focus{
  border-top-color: rgb(107 114 128 / 0.75);
}
.focus\:border-t-gray-500\/80:focus{
  border-top-color: rgb(107 114 128 / 0.8);
}
.focus\:border-t-gray-500\/85:focus{
  border-top-color: rgb(107 114 128 / 0.85);
}
.focus\:border-t-gray-500\/90:focus{
  border-top-color: rgb(107 114 128 / 0.9);
}
.focus\:border-t-gray-500\/95:focus{
  border-top-color: rgb(107 114 128 / 0.95);
}
.focus\:border-t-gray-600:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-600\/0:focus{
  border-top-color: rgb(75 85 99 / 0);
}
.focus\:border-t-gray-600\/10:focus{
  border-top-color: rgb(75 85 99 / 0.1);
}
.focus\:border-t-gray-600\/100:focus{
  border-top-color: rgb(75 85 99 / 1);
}
.focus\:border-t-gray-600\/15:focus{
  border-top-color: rgb(75 85 99 / 0.15);
}
.focus\:border-t-gray-600\/20:focus{
  border-top-color: rgb(75 85 99 / 0.2);
}
.focus\:border-t-gray-600\/25:focus{
  border-top-color: rgb(75 85 99 / 0.25);
}
.focus\:border-t-gray-600\/30:focus{
  border-top-color: rgb(75 85 99 / 0.3);
}
.focus\:border-t-gray-600\/35:focus{
  border-top-color: rgb(75 85 99 / 0.35);
}
.focus\:border-t-gray-600\/40:focus{
  border-top-color: rgb(75 85 99 / 0.4);
}
.focus\:border-t-gray-600\/45:focus{
  border-top-color: rgb(75 85 99 / 0.45);
}
.focus\:border-t-gray-600\/5:focus{
  border-top-color: rgb(75 85 99 / 0.05);
}
.focus\:border-t-gray-600\/50:focus{
  border-top-color: rgb(75 85 99 / 0.5);
}
.focus\:border-t-gray-600\/55:focus{
  border-top-color: rgb(75 85 99 / 0.55);
}
.focus\:border-t-gray-600\/60:focus{
  border-top-color: rgb(75 85 99 / 0.6);
}
.focus\:border-t-gray-600\/65:focus{
  border-top-color: rgb(75 85 99 / 0.65);
}
.focus\:border-t-gray-600\/70:focus{
  border-top-color: rgb(75 85 99 / 0.7);
}
.focus\:border-t-gray-600\/75:focus{
  border-top-color: rgb(75 85 99 / 0.75);
}
.focus\:border-t-gray-600\/80:focus{
  border-top-color: rgb(75 85 99 / 0.8);
}
.focus\:border-t-gray-600\/85:focus{
  border-top-color: rgb(75 85 99 / 0.85);
}
.focus\:border-t-gray-600\/90:focus{
  border-top-color: rgb(75 85 99 / 0.9);
}
.focus\:border-t-gray-600\/95:focus{
  border-top-color: rgb(75 85 99 / 0.95);
}
.focus\:border-t-gray-700:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-700\/0:focus{
  border-top-color: rgb(55 65 81 / 0);
}
.focus\:border-t-gray-700\/10:focus{
  border-top-color: rgb(55 65 81 / 0.1);
}
.focus\:border-t-gray-700\/100:focus{
  border-top-color: rgb(55 65 81 / 1);
}
.focus\:border-t-gray-700\/15:focus{
  border-top-color: rgb(55 65 81 / 0.15);
}
.focus\:border-t-gray-700\/20:focus{
  border-top-color: rgb(55 65 81 / 0.2);
}
.focus\:border-t-gray-700\/25:focus{
  border-top-color: rgb(55 65 81 / 0.25);
}
.focus\:border-t-gray-700\/30:focus{
  border-top-color: rgb(55 65 81 / 0.3);
}
.focus\:border-t-gray-700\/35:focus{
  border-top-color: rgb(55 65 81 / 0.35);
}
.focus\:border-t-gray-700\/40:focus{
  border-top-color: rgb(55 65 81 / 0.4);
}
.focus\:border-t-gray-700\/45:focus{
  border-top-color: rgb(55 65 81 / 0.45);
}
.focus\:border-t-gray-700\/5:focus{
  border-top-color: rgb(55 65 81 / 0.05);
}
.focus\:border-t-gray-700\/50:focus{
  border-top-color: rgb(55 65 81 / 0.5);
}
.focus\:border-t-gray-700\/55:focus{
  border-top-color: rgb(55 65 81 / 0.55);
}
.focus\:border-t-gray-700\/60:focus{
  border-top-color: rgb(55 65 81 / 0.6);
}
.focus\:border-t-gray-700\/65:focus{
  border-top-color: rgb(55 65 81 / 0.65);
}
.focus\:border-t-gray-700\/70:focus{
  border-top-color: rgb(55 65 81 / 0.7);
}
.focus\:border-t-gray-700\/75:focus{
  border-top-color: rgb(55 65 81 / 0.75);
}
.focus\:border-t-gray-700\/80:focus{
  border-top-color: rgb(55 65 81 / 0.8);
}
.focus\:border-t-gray-700\/85:focus{
  border-top-color: rgb(55 65 81 / 0.85);
}
.focus\:border-t-gray-700\/90:focus{
  border-top-color: rgb(55 65 81 / 0.9);
}
.focus\:border-t-gray-700\/95:focus{
  border-top-color: rgb(55 65 81 / 0.95);
}
.focus\:border-t-gray-800:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-800\/0:focus{
  border-top-color: rgb(31 41 55 / 0);
}
.focus\:border-t-gray-800\/10:focus{
  border-top-color: rgb(31 41 55 / 0.1);
}
.focus\:border-t-gray-800\/100:focus{
  border-top-color: rgb(31 41 55 / 1);
}
.focus\:border-t-gray-800\/15:focus{
  border-top-color: rgb(31 41 55 / 0.15);
}
.focus\:border-t-gray-800\/20:focus{
  border-top-color: rgb(31 41 55 / 0.2);
}
.focus\:border-t-gray-800\/25:focus{
  border-top-color: rgb(31 41 55 / 0.25);
}
.focus\:border-t-gray-800\/30:focus{
  border-top-color: rgb(31 41 55 / 0.3);
}
.focus\:border-t-gray-800\/35:focus{
  border-top-color: rgb(31 41 55 / 0.35);
}
.focus\:border-t-gray-800\/40:focus{
  border-top-color: rgb(31 41 55 / 0.4);
}
.focus\:border-t-gray-800\/45:focus{
  border-top-color: rgb(31 41 55 / 0.45);
}
.focus\:border-t-gray-800\/5:focus{
  border-top-color: rgb(31 41 55 / 0.05);
}
.focus\:border-t-gray-800\/50:focus{
  border-top-color: rgb(31 41 55 / 0.5);
}
.focus\:border-t-gray-800\/55:focus{
  border-top-color: rgb(31 41 55 / 0.55);
}
.focus\:border-t-gray-800\/60:focus{
  border-top-color: rgb(31 41 55 / 0.6);
}
.focus\:border-t-gray-800\/65:focus{
  border-top-color: rgb(31 41 55 / 0.65);
}
.focus\:border-t-gray-800\/70:focus{
  border-top-color: rgb(31 41 55 / 0.7);
}
.focus\:border-t-gray-800\/75:focus{
  border-top-color: rgb(31 41 55 / 0.75);
}
.focus\:border-t-gray-800\/80:focus{
  border-top-color: rgb(31 41 55 / 0.8);
}
.focus\:border-t-gray-800\/85:focus{
  border-top-color: rgb(31 41 55 / 0.85);
}
.focus\:border-t-gray-800\/90:focus{
  border-top-color: rgb(31 41 55 / 0.9);
}
.focus\:border-t-gray-800\/95:focus{
  border-top-color: rgb(31 41 55 / 0.95);
}
.focus\:border-t-gray-900:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-900\/0:focus{
  border-top-color: rgb(17 24 39 / 0);
}
.focus\:border-t-gray-900\/10:focus{
  border-top-color: rgb(17 24 39 / 0.1);
}
.focus\:border-t-gray-900\/100:focus{
  border-top-color: rgb(17 24 39 / 1);
}
.focus\:border-t-gray-900\/15:focus{
  border-top-color: rgb(17 24 39 / 0.15);
}
.focus\:border-t-gray-900\/20:focus{
  border-top-color: rgb(17 24 39 / 0.2);
}
.focus\:border-t-gray-900\/25:focus{
  border-top-color: rgb(17 24 39 / 0.25);
}
.focus\:border-t-gray-900\/30:focus{
  border-top-color: rgb(17 24 39 / 0.3);
}
.focus\:border-t-gray-900\/35:focus{
  border-top-color: rgb(17 24 39 / 0.35);
}
.focus\:border-t-gray-900\/40:focus{
  border-top-color: rgb(17 24 39 / 0.4);
}
.focus\:border-t-gray-900\/45:focus{
  border-top-color: rgb(17 24 39 / 0.45);
}
.focus\:border-t-gray-900\/5:focus{
  border-top-color: rgb(17 24 39 / 0.05);
}
.focus\:border-t-gray-900\/50:focus{
  border-top-color: rgb(17 24 39 / 0.5);
}
.focus\:border-t-gray-900\/55:focus{
  border-top-color: rgb(17 24 39 / 0.55);
}
.focus\:border-t-gray-900\/60:focus{
  border-top-color: rgb(17 24 39 / 0.6);
}
.focus\:border-t-gray-900\/65:focus{
  border-top-color: rgb(17 24 39 / 0.65);
}
.focus\:border-t-gray-900\/70:focus{
  border-top-color: rgb(17 24 39 / 0.7);
}
.focus\:border-t-gray-900\/75:focus{
  border-top-color: rgb(17 24 39 / 0.75);
}
.focus\:border-t-gray-900\/80:focus{
  border-top-color: rgb(17 24 39 / 0.8);
}
.focus\:border-t-gray-900\/85:focus{
  border-top-color: rgb(17 24 39 / 0.85);
}
.focus\:border-t-gray-900\/90:focus{
  border-top-color: rgb(17 24 39 / 0.9);
}
.focus\:border-t-gray-900\/95:focus{
  border-top-color: rgb(17 24 39 / 0.95);
}
.focus\:border-t-gray-950:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}
.focus\:border-t-gray-950\/0:focus{
  border-top-color: rgb(3 7 18 / 0);
}
.focus\:border-t-gray-950\/10:focus{
  border-top-color: rgb(3 7 18 / 0.1);
}
.focus\:border-t-gray-950\/100:focus{
  border-top-color: rgb(3 7 18 / 1);
}
.focus\:border-t-gray-950\/15:focus{
  border-top-color: rgb(3 7 18 / 0.15);
}
.focus\:border-t-gray-950\/20:focus{
  border-top-color: rgb(3 7 18 / 0.2);
}
.focus\:border-t-gray-950\/25:focus{
  border-top-color: rgb(3 7 18 / 0.25);
}
.focus\:border-t-gray-950\/30:focus{
  border-top-color: rgb(3 7 18 / 0.3);
}
.focus\:border-t-gray-950\/35:focus{
  border-top-color: rgb(3 7 18 / 0.35);
}
.focus\:border-t-gray-950\/40:focus{
  border-top-color: rgb(3 7 18 / 0.4);
}
.focus\:border-t-gray-950\/45:focus{
  border-top-color: rgb(3 7 18 / 0.45);
}
.focus\:border-t-gray-950\/5:focus{
  border-top-color: rgb(3 7 18 / 0.05);
}
.focus\:border-t-gray-950\/50:focus{
  border-top-color: rgb(3 7 18 / 0.5);
}
.focus\:border-t-gray-950\/55:focus{
  border-top-color: rgb(3 7 18 / 0.55);
}
.focus\:border-t-gray-950\/60:focus{
  border-top-color: rgb(3 7 18 / 0.6);
}
.focus\:border-t-gray-950\/65:focus{
  border-top-color: rgb(3 7 18 / 0.65);
}
.focus\:border-t-gray-950\/70:focus{
  border-top-color: rgb(3 7 18 / 0.7);
}
.focus\:border-t-gray-950\/75:focus{
  border-top-color: rgb(3 7 18 / 0.75);
}
.focus\:border-t-gray-950\/80:focus{
  border-top-color: rgb(3 7 18 / 0.8);
}
.focus\:border-t-gray-950\/85:focus{
  border-top-color: rgb(3 7 18 / 0.85);
}
.focus\:border-t-gray-950\/90:focus{
  border-top-color: rgb(3 7 18 / 0.9);
}
.focus\:border-t-gray-950\/95:focus{
  border-top-color: rgb(3 7 18 / 0.95);
}
.focus\:border-t-inherit:focus{
  border-top-color: inherit;
}
.focus\:border-t-primary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(52 114 147 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(26 88 121 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-dark\/0:focus{
  border-top-color: rgb(26 88 121 / 0);
}
.focus\:border-t-primary-dark\/10:focus{
  border-top-color: rgb(26 88 121 / 0.1);
}
.focus\:border-t-primary-dark\/100:focus{
  border-top-color: rgb(26 88 121 / 1);
}
.focus\:border-t-primary-dark\/15:focus{
  border-top-color: rgb(26 88 121 / 0.15);
}
.focus\:border-t-primary-dark\/20:focus{
  border-top-color: rgb(26 88 121 / 0.2);
}
.focus\:border-t-primary-dark\/25:focus{
  border-top-color: rgb(26 88 121 / 0.25);
}
.focus\:border-t-primary-dark\/30:focus{
  border-top-color: rgb(26 88 121 / 0.3);
}
.focus\:border-t-primary-dark\/35:focus{
  border-top-color: rgb(26 88 121 / 0.35);
}
.focus\:border-t-primary-dark\/40:focus{
  border-top-color: rgb(26 88 121 / 0.4);
}
.focus\:border-t-primary-dark\/45:focus{
  border-top-color: rgb(26 88 121 / 0.45);
}
.focus\:border-t-primary-dark\/5:focus{
  border-top-color: rgb(26 88 121 / 0.05);
}
.focus\:border-t-primary-dark\/50:focus{
  border-top-color: rgb(26 88 121 / 0.5);
}
.focus\:border-t-primary-dark\/55:focus{
  border-top-color: rgb(26 88 121 / 0.55);
}
.focus\:border-t-primary-dark\/60:focus{
  border-top-color: rgb(26 88 121 / 0.6);
}
.focus\:border-t-primary-dark\/65:focus{
  border-top-color: rgb(26 88 121 / 0.65);
}
.focus\:border-t-primary-dark\/70:focus{
  border-top-color: rgb(26 88 121 / 0.7);
}
.focus\:border-t-primary-dark\/75:focus{
  border-top-color: rgb(26 88 121 / 0.75);
}
.focus\:border-t-primary-dark\/80:focus{
  border-top-color: rgb(26 88 121 / 0.8);
}
.focus\:border-t-primary-dark\/85:focus{
  border-top-color: rgb(26 88 121 / 0.85);
}
.focus\:border-t-primary-dark\/90:focus{
  border-top-color: rgb(26 88 121 / 0.9);
}
.focus\:border-t-primary-dark\/95:focus{
  border-top-color: rgb(26 88 121 / 0.95);
}
.focus\:border-t-primary-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-light\/0:focus{
  border-top-color: rgb(85 154 193 / 0);
}
.focus\:border-t-primary-light\/10:focus{
  border-top-color: rgb(85 154 193 / 0.1);
}
.focus\:border-t-primary-light\/100:focus{
  border-top-color: rgb(85 154 193 / 1);
}
.focus\:border-t-primary-light\/15:focus{
  border-top-color: rgb(85 154 193 / 0.15);
}
.focus\:border-t-primary-light\/20:focus{
  border-top-color: rgb(85 154 193 / 0.2);
}
.focus\:border-t-primary-light\/25:focus{
  border-top-color: rgb(85 154 193 / 0.25);
}
.focus\:border-t-primary-light\/30:focus{
  border-top-color: rgb(85 154 193 / 0.3);
}
.focus\:border-t-primary-light\/35:focus{
  border-top-color: rgb(85 154 193 / 0.35);
}
.focus\:border-t-primary-light\/40:focus{
  border-top-color: rgb(85 154 193 / 0.4);
}
.focus\:border-t-primary-light\/45:focus{
  border-top-color: rgb(85 154 193 / 0.45);
}
.focus\:border-t-primary-light\/5:focus{
  border-top-color: rgb(85 154 193 / 0.05);
}
.focus\:border-t-primary-light\/50:focus{
  border-top-color: rgb(85 154 193 / 0.5);
}
.focus\:border-t-primary-light\/55:focus{
  border-top-color: rgb(85 154 193 / 0.55);
}
.focus\:border-t-primary-light\/60:focus{
  border-top-color: rgb(85 154 193 / 0.6);
}
.focus\:border-t-primary-light\/65:focus{
  border-top-color: rgb(85 154 193 / 0.65);
}
.focus\:border-t-primary-light\/70:focus{
  border-top-color: rgb(85 154 193 / 0.7);
}
.focus\:border-t-primary-light\/75:focus{
  border-top-color: rgb(85 154 193 / 0.75);
}
.focus\:border-t-primary-light\/80:focus{
  border-top-color: rgb(85 154 193 / 0.8);
}
.focus\:border-t-primary-light\/85:focus{
  border-top-color: rgb(85 154 193 / 0.85);
}
.focus\:border-t-primary-light\/90:focus{
  border-top-color: rgb(85 154 193 / 0.9);
}
.focus\:border-t-primary-light\/95:focus{
  border-top-color: rgb(85 154 193 / 0.95);
}
.focus\:border-t-primary-lighter:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(115 177 212 / var(--tw-border-opacity, 1));
}
.focus\:border-t-primary-lighter\/0:focus{
  border-top-color: rgb(115 177 212 / 0);
}
.focus\:border-t-primary-lighter\/10:focus{
  border-top-color: rgb(115 177 212 / 0.1);
}
.focus\:border-t-primary-lighter\/100:focus{
  border-top-color: rgb(115 177 212 / 1);
}
.focus\:border-t-primary-lighter\/15:focus{
  border-top-color: rgb(115 177 212 / 0.15);
}
.focus\:border-t-primary-lighter\/20:focus{
  border-top-color: rgb(115 177 212 / 0.2);
}
.focus\:border-t-primary-lighter\/25:focus{
  border-top-color: rgb(115 177 212 / 0.25);
}
.focus\:border-t-primary-lighter\/30:focus{
  border-top-color: rgb(115 177 212 / 0.3);
}
.focus\:border-t-primary-lighter\/35:focus{
  border-top-color: rgb(115 177 212 / 0.35);
}
.focus\:border-t-primary-lighter\/40:focus{
  border-top-color: rgb(115 177 212 / 0.4);
}
.focus\:border-t-primary-lighter\/45:focus{
  border-top-color: rgb(115 177 212 / 0.45);
}
.focus\:border-t-primary-lighter\/5:focus{
  border-top-color: rgb(115 177 212 / 0.05);
}
.focus\:border-t-primary-lighter\/50:focus{
  border-top-color: rgb(115 177 212 / 0.5);
}
.focus\:border-t-primary-lighter\/55:focus{
  border-top-color: rgb(115 177 212 / 0.55);
}
.focus\:border-t-primary-lighter\/60:focus{
  border-top-color: rgb(115 177 212 / 0.6);
}
.focus\:border-t-primary-lighter\/65:focus{
  border-top-color: rgb(115 177 212 / 0.65);
}
.focus\:border-t-primary-lighter\/70:focus{
  border-top-color: rgb(115 177 212 / 0.7);
}
.focus\:border-t-primary-lighter\/75:focus{
  border-top-color: rgb(115 177 212 / 0.75);
}
.focus\:border-t-primary-lighter\/80:focus{
  border-top-color: rgb(115 177 212 / 0.8);
}
.focus\:border-t-primary-lighter\/85:focus{
  border-top-color: rgb(115 177 212 / 0.85);
}
.focus\:border-t-primary-lighter\/90:focus{
  border-top-color: rgb(115 177 212 / 0.9);
}
.focus\:border-t-primary-lighter\/95:focus{
  border-top-color: rgb(115 177 212 / 0.95);
}
.focus\:border-t-primary\/0:focus{
  border-top-color: rgb(52 114 147 / 0);
}
.focus\:border-t-primary\/10:focus{
  border-top-color: rgb(52 114 147 / 0.1);
}
.focus\:border-t-primary\/100:focus{
  border-top-color: rgb(52 114 147 / 1);
}
.focus\:border-t-primary\/15:focus{
  border-top-color: rgb(52 114 147 / 0.15);
}
.focus\:border-t-primary\/20:focus{
  border-top-color: rgb(52 114 147 / 0.2);
}
.focus\:border-t-primary\/25:focus{
  border-top-color: rgb(52 114 147 / 0.25);
}
.focus\:border-t-primary\/30:focus{
  border-top-color: rgb(52 114 147 / 0.3);
}
.focus\:border-t-primary\/35:focus{
  border-top-color: rgb(52 114 147 / 0.35);
}
.focus\:border-t-primary\/40:focus{
  border-top-color: rgb(52 114 147 / 0.4);
}
.focus\:border-t-primary\/45:focus{
  border-top-color: rgb(52 114 147 / 0.45);
}
.focus\:border-t-primary\/5:focus{
  border-top-color: rgb(52 114 147 / 0.05);
}
.focus\:border-t-primary\/50:focus{
  border-top-color: rgb(52 114 147 / 0.5);
}
.focus\:border-t-primary\/55:focus{
  border-top-color: rgb(52 114 147 / 0.55);
}
.focus\:border-t-primary\/60:focus{
  border-top-color: rgb(52 114 147 / 0.6);
}
.focus\:border-t-primary\/65:focus{
  border-top-color: rgb(52 114 147 / 0.65);
}
.focus\:border-t-primary\/70:focus{
  border-top-color: rgb(52 114 147 / 0.7);
}
.focus\:border-t-primary\/75:focus{
  border-top-color: rgb(52 114 147 / 0.75);
}
.focus\:border-t-primary\/80:focus{
  border-top-color: rgb(52 114 147 / 0.8);
}
.focus\:border-t-primary\/85:focus{
  border-top-color: rgb(52 114 147 / 0.85);
}
.focus\:border-t-primary\/90:focus{
  border-top-color: rgb(52 114 147 / 0.9);
}
.focus\:border-t-primary\/95:focus{
  border-top-color: rgb(52 114 147 / 0.95);
}
.focus\:border-t-secondary:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-dark:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 207 188 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-dark\/0:focus{
  border-top-color: rgb(226 207 188 / 0);
}
.focus\:border-t-secondary-dark\/10:focus{
  border-top-color: rgb(226 207 188 / 0.1);
}
.focus\:border-t-secondary-dark\/100:focus{
  border-top-color: rgb(226 207 188 / 1);
}
.focus\:border-t-secondary-dark\/15:focus{
  border-top-color: rgb(226 207 188 / 0.15);
}
.focus\:border-t-secondary-dark\/20:focus{
  border-top-color: rgb(226 207 188 / 0.2);
}
.focus\:border-t-secondary-dark\/25:focus{
  border-top-color: rgb(226 207 188 / 0.25);
}
.focus\:border-t-secondary-dark\/30:focus{
  border-top-color: rgb(226 207 188 / 0.3);
}
.focus\:border-t-secondary-dark\/35:focus{
  border-top-color: rgb(226 207 188 / 0.35);
}
.focus\:border-t-secondary-dark\/40:focus{
  border-top-color: rgb(226 207 188 / 0.4);
}
.focus\:border-t-secondary-dark\/45:focus{
  border-top-color: rgb(226 207 188 / 0.45);
}
.focus\:border-t-secondary-dark\/5:focus{
  border-top-color: rgb(226 207 188 / 0.05);
}
.focus\:border-t-secondary-dark\/50:focus{
  border-top-color: rgb(226 207 188 / 0.5);
}
.focus\:border-t-secondary-dark\/55:focus{
  border-top-color: rgb(226 207 188 / 0.55);
}
.focus\:border-t-secondary-dark\/60:focus{
  border-top-color: rgb(226 207 188 / 0.6);
}
.focus\:border-t-secondary-dark\/65:focus{
  border-top-color: rgb(226 207 188 / 0.65);
}
.focus\:border-t-secondary-dark\/70:focus{
  border-top-color: rgb(226 207 188 / 0.7);
}
.focus\:border-t-secondary-dark\/75:focus{
  border-top-color: rgb(226 207 188 / 0.75);
}
.focus\:border-t-secondary-dark\/80:focus{
  border-top-color: rgb(226 207 188 / 0.8);
}
.focus\:border-t-secondary-dark\/85:focus{
  border-top-color: rgb(226 207 188 / 0.85);
}
.focus\:border-t-secondary-dark\/90:focus{
  border-top-color: rgb(226 207 188 / 0.9);
}
.focus\:border-t-secondary-dark\/95:focus{
  border-top-color: rgb(226 207 188 / 0.95);
}
.focus\:border-t-secondary-light:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(254 250 247 / var(--tw-border-opacity, 1));
}
.focus\:border-t-secondary-light\/0:focus{
  border-top-color: rgb(254 250 247 / 0);
}
.focus\:border-t-secondary-light\/10:focus{
  border-top-color: rgb(254 250 247 / 0.1);
}
.focus\:border-t-secondary-light\/100:focus{
  border-top-color: rgb(254 250 247 / 1);
}
.focus\:border-t-secondary-light\/15:focus{
  border-top-color: rgb(254 250 247 / 0.15);
}
.focus\:border-t-secondary-light\/20:focus{
  border-top-color: rgb(254 250 247 / 0.2);
}
.focus\:border-t-secondary-light\/25:focus{
  border-top-color: rgb(254 250 247 / 0.25);
}
.focus\:border-t-secondary-light\/30:focus{
  border-top-color: rgb(254 250 247 / 0.3);
}
.focus\:border-t-secondary-light\/35:focus{
  border-top-color: rgb(254 250 247 / 0.35);
}
.focus\:border-t-secondary-light\/40:focus{
  border-top-color: rgb(254 250 247 / 0.4);
}
.focus\:border-t-secondary-light\/45:focus{
  border-top-color: rgb(254 250 247 / 0.45);
}
.focus\:border-t-secondary-light\/5:focus{
  border-top-color: rgb(254 250 247 / 0.05);
}
.focus\:border-t-secondary-light\/50:focus{
  border-top-color: rgb(254 250 247 / 0.5);
}
.focus\:border-t-secondary-light\/55:focus{
  border-top-color: rgb(254 250 247 / 0.55);
}
.focus\:border-t-secondary-light\/60:focus{
  border-top-color: rgb(254 250 247 / 0.6);
}
.focus\:border-t-secondary-light\/65:focus{
  border-top-color: rgb(254 250 247 / 0.65);
}
.focus\:border-t-secondary-light\/70:focus{
  border-top-color: rgb(254 250 247 / 0.7);
}
.focus\:border-t-secondary-light\/75:focus{
  border-top-color: rgb(254 250 247 / 0.75);
}
.focus\:border-t-secondary-light\/80:focus{
  border-top-color: rgb(254 250 247 / 0.8);
}
.focus\:border-t-secondary-light\/85:focus{
  border-top-color: rgb(254 250 247 / 0.85);
}
.focus\:border-t-secondary-light\/90:focus{
  border-top-color: rgb(254 250 247 / 0.9);
}
.focus\:border-t-secondary-light\/95:focus{
  border-top-color: rgb(254 250 247 / 0.95);
}
.focus\:border-t-secondary\/0:focus{
  border-top-color: rgb(243 234 225 / 0);
}
.focus\:border-t-secondary\/10:focus{
  border-top-color: rgb(243 234 225 / 0.1);
}
.focus\:border-t-secondary\/100:focus{
  border-top-color: rgb(243 234 225 / 1);
}
.focus\:border-t-secondary\/15:focus{
  border-top-color: rgb(243 234 225 / 0.15);
}
.focus\:border-t-secondary\/20:focus{
  border-top-color: rgb(243 234 225 / 0.2);
}
.focus\:border-t-secondary\/25:focus{
  border-top-color: rgb(243 234 225 / 0.25);
}
.focus\:border-t-secondary\/30:focus{
  border-top-color: rgb(243 234 225 / 0.3);
}
.focus\:border-t-secondary\/35:focus{
  border-top-color: rgb(243 234 225 / 0.35);
}
.focus\:border-t-secondary\/40:focus{
  border-top-color: rgb(243 234 225 / 0.4);
}
.focus\:border-t-secondary\/45:focus{
  border-top-color: rgb(243 234 225 / 0.45);
}
.focus\:border-t-secondary\/5:focus{
  border-top-color: rgb(243 234 225 / 0.05);
}
.focus\:border-t-secondary\/50:focus{
  border-top-color: rgb(243 234 225 / 0.5);
}
.focus\:border-t-secondary\/55:focus{
  border-top-color: rgb(243 234 225 / 0.55);
}
.focus\:border-t-secondary\/60:focus{
  border-top-color: rgb(243 234 225 / 0.6);
}
.focus\:border-t-secondary\/65:focus{
  border-top-color: rgb(243 234 225 / 0.65);
}
.focus\:border-t-secondary\/70:focus{
  border-top-color: rgb(243 234 225 / 0.7);
}
.focus\:border-t-secondary\/75:focus{
  border-top-color: rgb(243 234 225 / 0.75);
}
.focus\:border-t-secondary\/80:focus{
  border-top-color: rgb(243 234 225 / 0.8);
}
.focus\:border-t-secondary\/85:focus{
  border-top-color: rgb(243 234 225 / 0.85);
}
.focus\:border-t-secondary\/90:focus{
  border-top-color: rgb(243 234 225 / 0.9);
}
.focus\:border-t-secondary\/95:focus{
  border-top-color: rgb(243 234 225 / 0.95);
}
.focus\:border-t-transparent:focus{
  border-top-color: transparent;
}
.focus\:border-t-transparent\/0:focus{
  border-top-color: rgb(0 0 0 / 0);
}
.focus\:border-t-transparent\/10:focus{
  border-top-color: rgb(0 0 0 / 0.1);
}
.focus\:border-t-transparent\/100:focus{
  border-top-color: rgb(0 0 0 / 1);
}
.focus\:border-t-transparent\/15:focus{
  border-top-color: rgb(0 0 0 / 0.15);
}
.focus\:border-t-transparent\/20:focus{
  border-top-color: rgb(0 0 0 / 0.2);
}
.focus\:border-t-transparent\/25:focus{
  border-top-color: rgb(0 0 0 / 0.25);
}
.focus\:border-t-transparent\/30:focus{
  border-top-color: rgb(0 0 0 / 0.3);
}
.focus\:border-t-transparent\/35:focus{
  border-top-color: rgb(0 0 0 / 0.35);
}
.focus\:border-t-transparent\/40:focus{
  border-top-color: rgb(0 0 0 / 0.4);
}
.focus\:border-t-transparent\/45:focus{
  border-top-color: rgb(0 0 0 / 0.45);
}
.focus\:border-t-transparent\/5:focus{
  border-top-color: rgb(0 0 0 / 0.05);
}
.focus\:border-t-transparent\/50:focus{
  border-top-color: rgb(0 0 0 / 0.5);
}
.focus\:border-t-transparent\/55:focus{
  border-top-color: rgb(0 0 0 / 0.55);
}
.focus\:border-t-transparent\/60:focus{
  border-top-color: rgb(0 0 0 / 0.6);
}
.focus\:border-t-transparent\/65:focus{
  border-top-color: rgb(0 0 0 / 0.65);
}
.focus\:border-t-transparent\/70:focus{
  border-top-color: rgb(0 0 0 / 0.7);
}
.focus\:border-t-transparent\/75:focus{
  border-top-color: rgb(0 0 0 / 0.75);
}
.focus\:border-t-transparent\/80:focus{
  border-top-color: rgb(0 0 0 / 0.8);
}
.focus\:border-t-transparent\/85:focus{
  border-top-color: rgb(0 0 0 / 0.85);
}
.focus\:border-t-transparent\/90:focus{
  border-top-color: rgb(0 0 0 / 0.9);
}
.focus\:border-t-transparent\/95:focus{
  border-top-color: rgb(0 0 0 / 0.95);
}
.focus\:border-t-white:focus{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.focus\:border-t-white\/0:focus{
  border-top-color: rgb(255 255 255 / 0);
}
.focus\:border-t-white\/10:focus{
  border-top-color: rgb(255 255 255 / 0.1);
}
.focus\:border-t-white\/100:focus{
  border-top-color: rgb(255 255 255 / 1);
}
.focus\:border-t-white\/15:focus{
  border-top-color: rgb(255 255 255 / 0.15);
}
.focus\:border-t-white\/20:focus{
  border-top-color: rgb(255 255 255 / 0.2);
}
.focus\:border-t-white\/25:focus{
  border-top-color: rgb(255 255 255 / 0.25);
}
.focus\:border-t-white\/30:focus{
  border-top-color: rgb(255 255 255 / 0.3);
}
.focus\:border-t-white\/35:focus{
  border-top-color: rgb(255 255 255 / 0.35);
}
.focus\:border-t-white\/40:focus{
  border-top-color: rgb(255 255 255 / 0.4);
}
.focus\:border-t-white\/45:focus{
  border-top-color: rgb(255 255 255 / 0.45);
}
.focus\:border-t-white\/5:focus{
  border-top-color: rgb(255 255 255 / 0.05);
}
.focus\:border-t-white\/50:focus{
  border-top-color: rgb(255 255 255 / 0.5);
}
.focus\:border-t-white\/55:focus{
  border-top-color: rgb(255 255 255 / 0.55);
}
.focus\:border-t-white\/60:focus{
  border-top-color: rgb(255 255 255 / 0.6);
}
.focus\:border-t-white\/65:focus{
  border-top-color: rgb(255 255 255 / 0.65);
}
.focus\:border-t-white\/70:focus{
  border-top-color: rgb(255 255 255 / 0.7);
}
.focus\:border-t-white\/75:focus{
  border-top-color: rgb(255 255 255 / 0.75);
}
.focus\:border-t-white\/80:focus{
  border-top-color: rgb(255 255 255 / 0.8);
}
.focus\:border-t-white\/85:focus{
  border-top-color: rgb(255 255 255 / 0.85);
}
.focus\:border-t-white\/90:focus{
  border-top-color: rgb(255 255 255 / 0.9);
}
.focus\:border-t-white\/95:focus{
  border-top-color: rgb(255 255 255 / 0.95);
}
.focus\:border-opacity-0:focus{
  --tw-border-opacity: 0;
}
.focus\:border-opacity-10:focus{
  --tw-border-opacity: 0.1;
}
.focus\:border-opacity-100:focus{
  --tw-border-opacity: 1;
}
.focus\:border-opacity-15:focus{
  --tw-border-opacity: 0.15;
}
.focus\:border-opacity-20:focus{
  --tw-border-opacity: 0.2;
}
.focus\:border-opacity-25:focus{
  --tw-border-opacity: 0.25;
}
.focus\:border-opacity-30:focus{
  --tw-border-opacity: 0.3;
}
.focus\:border-opacity-35:focus{
  --tw-border-opacity: 0.35;
}
.focus\:border-opacity-40:focus{
  --tw-border-opacity: 0.4;
}
.focus\:border-opacity-45:focus{
  --tw-border-opacity: 0.45;
}
.focus\:border-opacity-5:focus{
  --tw-border-opacity: 0.05;
}
.focus\:border-opacity-50:focus{
  --tw-border-opacity: 0.5;
}
.focus\:border-opacity-55:focus{
  --tw-border-opacity: 0.55;
}
.focus\:border-opacity-60:focus{
  --tw-border-opacity: 0.6;
}
.focus\:border-opacity-65:focus{
  --tw-border-opacity: 0.65;
}
.focus\:border-opacity-70:focus{
  --tw-border-opacity: 0.7;
}
.focus\:border-opacity-75:focus{
  --tw-border-opacity: 0.75;
}
.focus\:border-opacity-80:focus{
  --tw-border-opacity: 0.8;
}
.focus\:border-opacity-85:focus{
  --tw-border-opacity: 0.85;
}
.focus\:border-opacity-90:focus{
  --tw-border-opacity: 0.9;
}
.focus\:border-opacity-95:focus{
  --tw-border-opacity: 0.95;
}
.focus\:bg-accent:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(225 114 45 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-dark\/0:focus{
  background-color: rgb(225 114 45 / 0);
}
.focus\:bg-accent-dark\/10:focus{
  background-color: rgb(225 114 45 / 0.1);
}
.focus\:bg-accent-dark\/100:focus{
  background-color: rgb(225 114 45 / 1);
}
.focus\:bg-accent-dark\/15:focus{
  background-color: rgb(225 114 45 / 0.15);
}
.focus\:bg-accent-dark\/20:focus{
  background-color: rgb(225 114 45 / 0.2);
}
.focus\:bg-accent-dark\/25:focus{
  background-color: rgb(225 114 45 / 0.25);
}
.focus\:bg-accent-dark\/30:focus{
  background-color: rgb(225 114 45 / 0.3);
}
.focus\:bg-accent-dark\/35:focus{
  background-color: rgb(225 114 45 / 0.35);
}
.focus\:bg-accent-dark\/40:focus{
  background-color: rgb(225 114 45 / 0.4);
}
.focus\:bg-accent-dark\/45:focus{
  background-color: rgb(225 114 45 / 0.45);
}
.focus\:bg-accent-dark\/5:focus{
  background-color: rgb(225 114 45 / 0.05);
}
.focus\:bg-accent-dark\/50:focus{
  background-color: rgb(225 114 45 / 0.5);
}
.focus\:bg-accent-dark\/55:focus{
  background-color: rgb(225 114 45 / 0.55);
}
.focus\:bg-accent-dark\/60:focus{
  background-color: rgb(225 114 45 / 0.6);
}
.focus\:bg-accent-dark\/65:focus{
  background-color: rgb(225 114 45 / 0.65);
}
.focus\:bg-accent-dark\/70:focus{
  background-color: rgb(225 114 45 / 0.7);
}
.focus\:bg-accent-dark\/75:focus{
  background-color: rgb(225 114 45 / 0.75);
}
.focus\:bg-accent-dark\/80:focus{
  background-color: rgb(225 114 45 / 0.8);
}
.focus\:bg-accent-dark\/85:focus{
  background-color: rgb(225 114 45 / 0.85);
}
.focus\:bg-accent-dark\/90:focus{
  background-color: rgb(225 114 45 / 0.9);
}
.focus\:bg-accent-dark\/95:focus{
  background-color: rgb(225 114 45 / 0.95);
}
.focus\:bg-accent-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-light\/0:focus{
  background-color: rgb(255 191 105 / 0);
}
.focus\:bg-accent-light\/10:focus{
  background-color: rgb(255 191 105 / 0.1);
}
.focus\:bg-accent-light\/100:focus{
  background-color: rgb(255 191 105 / 1);
}
.focus\:bg-accent-light\/15:focus{
  background-color: rgb(255 191 105 / 0.15);
}
.focus\:bg-accent-light\/20:focus{
  background-color: rgb(255 191 105 / 0.2);
}
.focus\:bg-accent-light\/25:focus{
  background-color: rgb(255 191 105 / 0.25);
}
.focus\:bg-accent-light\/30:focus{
  background-color: rgb(255 191 105 / 0.3);
}
.focus\:bg-accent-light\/35:focus{
  background-color: rgb(255 191 105 / 0.35);
}
.focus\:bg-accent-light\/40:focus{
  background-color: rgb(255 191 105 / 0.4);
}
.focus\:bg-accent-light\/45:focus{
  background-color: rgb(255 191 105 / 0.45);
}
.focus\:bg-accent-light\/5:focus{
  background-color: rgb(255 191 105 / 0.05);
}
.focus\:bg-accent-light\/50:focus{
  background-color: rgb(255 191 105 / 0.5);
}
.focus\:bg-accent-light\/55:focus{
  background-color: rgb(255 191 105 / 0.55);
}
.focus\:bg-accent-light\/60:focus{
  background-color: rgb(255 191 105 / 0.6);
}
.focus\:bg-accent-light\/65:focus{
  background-color: rgb(255 191 105 / 0.65);
}
.focus\:bg-accent-light\/70:focus{
  background-color: rgb(255 191 105 / 0.7);
}
.focus\:bg-accent-light\/75:focus{
  background-color: rgb(255 191 105 / 0.75);
}
.focus\:bg-accent-light\/80:focus{
  background-color: rgb(255 191 105 / 0.8);
}
.focus\:bg-accent-light\/85:focus{
  background-color: rgb(255 191 105 / 0.85);
}
.focus\:bg-accent-light\/90:focus{
  background-color: rgb(255 191 105 / 0.9);
}
.focus\:bg-accent-light\/95:focus{
  background-color: rgb(255 191 105 / 0.95);
}
.focus\:bg-accent\/0:focus{
  background-color: rgb(229 136 78 / 0);
}
.focus\:bg-accent\/10:focus{
  background-color: rgb(229 136 78 / 0.1);
}
.focus\:bg-accent\/100:focus{
  background-color: rgb(229 136 78 / 1);
}
.focus\:bg-accent\/15:focus{
  background-color: rgb(229 136 78 / 0.15);
}
.focus\:bg-accent\/20:focus{
  background-color: rgb(229 136 78 / 0.2);
}
.focus\:bg-accent\/25:focus{
  background-color: rgb(229 136 78 / 0.25);
}
.focus\:bg-accent\/30:focus{
  background-color: rgb(229 136 78 / 0.3);
}
.focus\:bg-accent\/35:focus{
  background-color: rgb(229 136 78 / 0.35);
}
.focus\:bg-accent\/40:focus{
  background-color: rgb(229 136 78 / 0.4);
}
.focus\:bg-accent\/45:focus{
  background-color: rgb(229 136 78 / 0.45);
}
.focus\:bg-accent\/5:focus{
  background-color: rgb(229 136 78 / 0.05);
}
.focus\:bg-accent\/50:focus{
  background-color: rgb(229 136 78 / 0.5);
}
.focus\:bg-accent\/55:focus{
  background-color: rgb(229 136 78 / 0.55);
}
.focus\:bg-accent\/60:focus{
  background-color: rgb(229 136 78 / 0.6);
}
.focus\:bg-accent\/65:focus{
  background-color: rgb(229 136 78 / 0.65);
}
.focus\:bg-accent\/70:focus{
  background-color: rgb(229 136 78 / 0.7);
}
.focus\:bg-accent\/75:focus{
  background-color: rgb(229 136 78 / 0.75);
}
.focus\:bg-accent\/80:focus{
  background-color: rgb(229 136 78 / 0.8);
}
.focus\:bg-accent\/85:focus{
  background-color: rgb(229 136 78 / 0.85);
}
.focus\:bg-accent\/90:focus{
  background-color: rgb(229 136 78 / 0.9);
}
.focus\:bg-accent\/95:focus{
  background-color: rgb(229 136 78 / 0.95);
}
.focus\:bg-black:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-black\/0:focus{
  background-color: rgb(0 0 0 / 0);
}
.focus\:bg-black\/10:focus{
  background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-black\/100:focus{
  background-color: rgb(0 0 0 / 1);
}
.focus\:bg-black\/15:focus{
  background-color: rgb(0 0 0 / 0.15);
}
.focus\:bg-black\/20:focus{
  background-color: rgb(0 0 0 / 0.2);
}
.focus\:bg-black\/25:focus{
  background-color: rgb(0 0 0 / 0.25);
}
.focus\:bg-black\/30:focus{
  background-color: rgb(0 0 0 / 0.3);
}
.focus\:bg-black\/35:focus{
  background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-black\/40:focus{
  background-color: rgb(0 0 0 / 0.4);
}
.focus\:bg-black\/45:focus{
  background-color: rgb(0 0 0 / 0.45);
}
.focus\:bg-black\/5:focus{
  background-color: rgb(0 0 0 / 0.05);
}
.focus\:bg-black\/50:focus{
  background-color: rgb(0 0 0 / 0.5);
}
.focus\:bg-black\/55:focus{
  background-color: rgb(0 0 0 / 0.55);
}
.focus\:bg-black\/60:focus{
  background-color: rgb(0 0 0 / 0.6);
}
.focus\:bg-black\/65:focus{
  background-color: rgb(0 0 0 / 0.65);
}
.focus\:bg-black\/70:focus{
  background-color: rgb(0 0 0 / 0.7);
}
.focus\:bg-black\/75:focus{
  background-color: rgb(0 0 0 / 0.75);
}
.focus\:bg-black\/80:focus{
  background-color: rgb(0 0 0 / 0.8);
}
.focus\:bg-black\/85:focus{
  background-color: rgb(0 0 0 / 0.85);
}
.focus\:bg-black\/90:focus{
  background-color: rgb(0 0 0 / 0.9);
}
.focus\:bg-black\/95:focus{
  background-color: rgb(0 0 0 / 0.95);
}
.focus\:bg-current:focus{
  background-color: currentColor;
}
.focus\:bg-error:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}
.focus\:bg-error\/0:focus{
  background-color: rgb(255 0 0 / 0);
}
.focus\:bg-error\/10:focus{
  background-color: rgb(255 0 0 / 0.1);
}
.focus\:bg-error\/100:focus{
  background-color: rgb(255 0 0 / 1);
}
.focus\:bg-error\/15:focus{
  background-color: rgb(255 0 0 / 0.15);
}
.focus\:bg-error\/20:focus{
  background-color: rgb(255 0 0 / 0.2);
}
.focus\:bg-error\/25:focus{
  background-color: rgb(255 0 0 / 0.25);
}
.focus\:bg-error\/30:focus{
  background-color: rgb(255 0 0 / 0.3);
}
.focus\:bg-error\/35:focus{
  background-color: rgb(255 0 0 / 0.35);
}
.focus\:bg-error\/40:focus{
  background-color: rgb(255 0 0 / 0.4);
}
.focus\:bg-error\/45:focus{
  background-color: rgb(255 0 0 / 0.45);
}
.focus\:bg-error\/5:focus{
  background-color: rgb(255 0 0 / 0.05);
}
.focus\:bg-error\/50:focus{
  background-color: rgb(255 0 0 / 0.5);
}
.focus\:bg-error\/55:focus{
  background-color: rgb(255 0 0 / 0.55);
}
.focus\:bg-error\/60:focus{
  background-color: rgb(255 0 0 / 0.6);
}
.focus\:bg-error\/65:focus{
  background-color: rgb(255 0 0 / 0.65);
}
.focus\:bg-error\/70:focus{
  background-color: rgb(255 0 0 / 0.7);
}
.focus\:bg-error\/75:focus{
  background-color: rgb(255 0 0 / 0.75);
}
.focus\:bg-error\/80:focus{
  background-color: rgb(255 0 0 / 0.8);
}
.focus\:bg-error\/85:focus{
  background-color: rgb(255 0 0 / 0.85);
}
.focus\:bg-error\/90:focus{
  background-color: rgb(255 0 0 / 0.9);
}
.focus\:bg-error\/95:focus{
  background-color: rgb(255 0 0 / 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(52 114 147 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(26 88 121 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-dark\/0:focus{
  background-color: rgb(26 88 121 / 0);
}
.focus\:bg-primary-dark\/10:focus{
  background-color: rgb(26 88 121 / 0.1);
}
.focus\:bg-primary-dark\/100:focus{
  background-color: rgb(26 88 121 / 1);
}
.focus\:bg-primary-dark\/15:focus{
  background-color: rgb(26 88 121 / 0.15);
}
.focus\:bg-primary-dark\/20:focus{
  background-color: rgb(26 88 121 / 0.2);
}
.focus\:bg-primary-dark\/25:focus{
  background-color: rgb(26 88 121 / 0.25);
}
.focus\:bg-primary-dark\/30:focus{
  background-color: rgb(26 88 121 / 0.3);
}
.focus\:bg-primary-dark\/35:focus{
  background-color: rgb(26 88 121 / 0.35);
}
.focus\:bg-primary-dark\/40:focus{
  background-color: rgb(26 88 121 / 0.4);
}
.focus\:bg-primary-dark\/45:focus{
  background-color: rgb(26 88 121 / 0.45);
}
.focus\:bg-primary-dark\/5:focus{
  background-color: rgb(26 88 121 / 0.05);
}
.focus\:bg-primary-dark\/50:focus{
  background-color: rgb(26 88 121 / 0.5);
}
.focus\:bg-primary-dark\/55:focus{
  background-color: rgb(26 88 121 / 0.55);
}
.focus\:bg-primary-dark\/60:focus{
  background-color: rgb(26 88 121 / 0.6);
}
.focus\:bg-primary-dark\/65:focus{
  background-color: rgb(26 88 121 / 0.65);
}
.focus\:bg-primary-dark\/70:focus{
  background-color: rgb(26 88 121 / 0.7);
}
.focus\:bg-primary-dark\/75:focus{
  background-color: rgb(26 88 121 / 0.75);
}
.focus\:bg-primary-dark\/80:focus{
  background-color: rgb(26 88 121 / 0.8);
}
.focus\:bg-primary-dark\/85:focus{
  background-color: rgb(26 88 121 / 0.85);
}
.focus\:bg-primary-dark\/90:focus{
  background-color: rgb(26 88 121 / 0.9);
}
.focus\:bg-primary-dark\/95:focus{
  background-color: rgb(26 88 121 / 0.95);
}
.focus\:bg-primary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(85 154 193 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-light\/0:focus{
  background-color: rgb(85 154 193 / 0);
}
.focus\:bg-primary-light\/10:focus{
  background-color: rgb(85 154 193 / 0.1);
}
.focus\:bg-primary-light\/100:focus{
  background-color: rgb(85 154 193 / 1);
}
.focus\:bg-primary-light\/15:focus{
  background-color: rgb(85 154 193 / 0.15);
}
.focus\:bg-primary-light\/20:focus{
  background-color: rgb(85 154 193 / 0.2);
}
.focus\:bg-primary-light\/25:focus{
  background-color: rgb(85 154 193 / 0.25);
}
.focus\:bg-primary-light\/30:focus{
  background-color: rgb(85 154 193 / 0.3);
}
.focus\:bg-primary-light\/35:focus{
  background-color: rgb(85 154 193 / 0.35);
}
.focus\:bg-primary-light\/40:focus{
  background-color: rgb(85 154 193 / 0.4);
}
.focus\:bg-primary-light\/45:focus{
  background-color: rgb(85 154 193 / 0.45);
}
.focus\:bg-primary-light\/5:focus{
  background-color: rgb(85 154 193 / 0.05);
}
.focus\:bg-primary-light\/50:focus{
  background-color: rgb(85 154 193 / 0.5);
}
.focus\:bg-primary-light\/55:focus{
  background-color: rgb(85 154 193 / 0.55);
}
.focus\:bg-primary-light\/60:focus{
  background-color: rgb(85 154 193 / 0.6);
}
.focus\:bg-primary-light\/65:focus{
  background-color: rgb(85 154 193 / 0.65);
}
.focus\:bg-primary-light\/70:focus{
  background-color: rgb(85 154 193 / 0.7);
}
.focus\:bg-primary-light\/75:focus{
  background-color: rgb(85 154 193 / 0.75);
}
.focus\:bg-primary-light\/80:focus{
  background-color: rgb(85 154 193 / 0.8);
}
.focus\:bg-primary-light\/85:focus{
  background-color: rgb(85 154 193 / 0.85);
}
.focus\:bg-primary-light\/90:focus{
  background-color: rgb(85 154 193 / 0.9);
}
.focus\:bg-primary-light\/95:focus{
  background-color: rgb(85 154 193 / 0.95);
}
.focus\:bg-primary-lighter:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(115 177 212 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-lighter\/0:focus{
  background-color: rgb(115 177 212 / 0);
}
.focus\:bg-primary-lighter\/10:focus{
  background-color: rgb(115 177 212 / 0.1);
}
.focus\:bg-primary-lighter\/100:focus{
  background-color: rgb(115 177 212 / 1);
}
.focus\:bg-primary-lighter\/15:focus{
  background-color: rgb(115 177 212 / 0.15);
}
.focus\:bg-primary-lighter\/20:focus{
  background-color: rgb(115 177 212 / 0.2);
}
.focus\:bg-primary-lighter\/25:focus{
  background-color: rgb(115 177 212 / 0.25);
}
.focus\:bg-primary-lighter\/30:focus{
  background-color: rgb(115 177 212 / 0.3);
}
.focus\:bg-primary-lighter\/35:focus{
  background-color: rgb(115 177 212 / 0.35);
}
.focus\:bg-primary-lighter\/40:focus{
  background-color: rgb(115 177 212 / 0.4);
}
.focus\:bg-primary-lighter\/45:focus{
  background-color: rgb(115 177 212 / 0.45);
}
.focus\:bg-primary-lighter\/5:focus{
  background-color: rgb(115 177 212 / 0.05);
}
.focus\:bg-primary-lighter\/50:focus{
  background-color: rgb(115 177 212 / 0.5);
}
.focus\:bg-primary-lighter\/55:focus{
  background-color: rgb(115 177 212 / 0.55);
}
.focus\:bg-primary-lighter\/60:focus{
  background-color: rgb(115 177 212 / 0.6);
}
.focus\:bg-primary-lighter\/65:focus{
  background-color: rgb(115 177 212 / 0.65);
}
.focus\:bg-primary-lighter\/70:focus{
  background-color: rgb(115 177 212 / 0.7);
}
.focus\:bg-primary-lighter\/75:focus{
  background-color: rgb(115 177 212 / 0.75);
}
.focus\:bg-primary-lighter\/80:focus{
  background-color: rgb(115 177 212 / 0.8);
}
.focus\:bg-primary-lighter\/85:focus{
  background-color: rgb(115 177 212 / 0.85);
}
.focus\:bg-primary-lighter\/90:focus{
  background-color: rgb(115 177 212 / 0.9);
}
.focus\:bg-primary-lighter\/95:focus{
  background-color: rgb(115 177 212 / 0.95);
}
.focus\:bg-primary\/0:focus{
  background-color: rgb(52 114 147 / 0);
}
.focus\:bg-primary\/10:focus{
  background-color: rgb(52 114 147 / 0.1);
}
.focus\:bg-primary\/100:focus{
  background-color: rgb(52 114 147 / 1);
}
.focus\:bg-primary\/15:focus{
  background-color: rgb(52 114 147 / 0.15);
}
.focus\:bg-primary\/20:focus{
  background-color: rgb(52 114 147 / 0.2);
}
.focus\:bg-primary\/25:focus{
  background-color: rgb(52 114 147 / 0.25);
}
.focus\:bg-primary\/30:focus{
  background-color: rgb(52 114 147 / 0.3);
}
.focus\:bg-primary\/35:focus{
  background-color: rgb(52 114 147 / 0.35);
}
.focus\:bg-primary\/40:focus{
  background-color: rgb(52 114 147 / 0.4);
}
.focus\:bg-primary\/45:focus{
  background-color: rgb(52 114 147 / 0.45);
}
.focus\:bg-primary\/5:focus{
  background-color: rgb(52 114 147 / 0.05);
}
.focus\:bg-primary\/50:focus{
  background-color: rgb(52 114 147 / 0.5);
}
.focus\:bg-primary\/55:focus{
  background-color: rgb(52 114 147 / 0.55);
}
.focus\:bg-primary\/60:focus{
  background-color: rgb(52 114 147 / 0.6);
}
.focus\:bg-primary\/65:focus{
  background-color: rgb(52 114 147 / 0.65);
}
.focus\:bg-primary\/70:focus{
  background-color: rgb(52 114 147 / 0.7);
}
.focus\:bg-primary\/75:focus{
  background-color: rgb(52 114 147 / 0.75);
}
.focus\:bg-primary\/80:focus{
  background-color: rgb(52 114 147 / 0.8);
}
.focus\:bg-primary\/85:focus{
  background-color: rgb(52 114 147 / 0.85);
}
.focus\:bg-primary\/90:focus{
  background-color: rgb(52 114 147 / 0.9);
}
.focus\:bg-primary\/95:focus{
  background-color: rgb(52 114 147 / 0.95);
}
.focus\:bg-secondary:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 234 225 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(226 207 188 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-dark\/0:focus{
  background-color: rgb(226 207 188 / 0);
}
.focus\:bg-secondary-dark\/10:focus{
  background-color: rgb(226 207 188 / 0.1);
}
.focus\:bg-secondary-dark\/100:focus{
  background-color: rgb(226 207 188 / 1);
}
.focus\:bg-secondary-dark\/15:focus{
  background-color: rgb(226 207 188 / 0.15);
}
.focus\:bg-secondary-dark\/20:focus{
  background-color: rgb(226 207 188 / 0.2);
}
.focus\:bg-secondary-dark\/25:focus{
  background-color: rgb(226 207 188 / 0.25);
}
.focus\:bg-secondary-dark\/30:focus{
  background-color: rgb(226 207 188 / 0.3);
}
.focus\:bg-secondary-dark\/35:focus{
  background-color: rgb(226 207 188 / 0.35);
}
.focus\:bg-secondary-dark\/40:focus{
  background-color: rgb(226 207 188 / 0.4);
}
.focus\:bg-secondary-dark\/45:focus{
  background-color: rgb(226 207 188 / 0.45);
}
.focus\:bg-secondary-dark\/5:focus{
  background-color: rgb(226 207 188 / 0.05);
}
.focus\:bg-secondary-dark\/50:focus{
  background-color: rgb(226 207 188 / 0.5);
}
.focus\:bg-secondary-dark\/55:focus{
  background-color: rgb(226 207 188 / 0.55);
}
.focus\:bg-secondary-dark\/60:focus{
  background-color: rgb(226 207 188 / 0.6);
}
.focus\:bg-secondary-dark\/65:focus{
  background-color: rgb(226 207 188 / 0.65);
}
.focus\:bg-secondary-dark\/70:focus{
  background-color: rgb(226 207 188 / 0.7);
}
.focus\:bg-secondary-dark\/75:focus{
  background-color: rgb(226 207 188 / 0.75);
}
.focus\:bg-secondary-dark\/80:focus{
  background-color: rgb(226 207 188 / 0.8);
}
.focus\:bg-secondary-dark\/85:focus{
  background-color: rgb(226 207 188 / 0.85);
}
.focus\:bg-secondary-dark\/90:focus{
  background-color: rgb(226 207 188 / 0.9);
}
.focus\:bg-secondary-dark\/95:focus{
  background-color: rgb(226 207 188 / 0.95);
}
.focus\:bg-secondary-light:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 250 247 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-light\/0:focus{
  background-color: rgb(254 250 247 / 0);
}
.focus\:bg-secondary-light\/10:focus{
  background-color: rgb(254 250 247 / 0.1);
}
.focus\:bg-secondary-light\/100:focus{
  background-color: rgb(254 250 247 / 1);
}
.focus\:bg-secondary-light\/15:focus{
  background-color: rgb(254 250 247 / 0.15);
}
.focus\:bg-secondary-light\/20:focus{
  background-color: rgb(254 250 247 / 0.2);
}
.focus\:bg-secondary-light\/25:focus{
  background-color: rgb(254 250 247 / 0.25);
}
.focus\:bg-secondary-light\/30:focus{
  background-color: rgb(254 250 247 / 0.3);
}
.focus\:bg-secondary-light\/35:focus{
  background-color: rgb(254 250 247 / 0.35);
}
.focus\:bg-secondary-light\/40:focus{
  background-color: rgb(254 250 247 / 0.4);
}
.focus\:bg-secondary-light\/45:focus{
  background-color: rgb(254 250 247 / 0.45);
}
.focus\:bg-secondary-light\/5:focus{
  background-color: rgb(254 250 247 / 0.05);
}
.focus\:bg-secondary-light\/50:focus{
  background-color: rgb(254 250 247 / 0.5);
}
.focus\:bg-secondary-light\/55:focus{
  background-color: rgb(254 250 247 / 0.55);
}
.focus\:bg-secondary-light\/60:focus{
  background-color: rgb(254 250 247 / 0.6);
}
.focus\:bg-secondary-light\/65:focus{
  background-color: rgb(254 250 247 / 0.65);
}
.focus\:bg-secondary-light\/70:focus{
  background-color: rgb(254 250 247 / 0.7);
}
.focus\:bg-secondary-light\/75:focus{
  background-color: rgb(254 250 247 / 0.75);
}
.focus\:bg-secondary-light\/80:focus{
  background-color: rgb(254 250 247 / 0.8);
}
.focus\:bg-secondary-light\/85:focus{
  background-color: rgb(254 250 247 / 0.85);
}
.focus\:bg-secondary-light\/90:focus{
  background-color: rgb(254 250 247 / 0.9);
}
.focus\:bg-secondary-light\/95:focus{
  background-color: rgb(254 250 247 / 0.95);
}
.focus\:bg-secondary\/0:focus{
  background-color: rgb(243 234 225 / 0);
}
.focus\:bg-secondary\/10:focus{
  background-color: rgb(243 234 225 / 0.1);
}
.focus\:bg-secondary\/100:focus{
  background-color: rgb(243 234 225 / 1);
}
.focus\:bg-secondary\/15:focus{
  background-color: rgb(243 234 225 / 0.15);
}
.focus\:bg-secondary\/20:focus{
  background-color: rgb(243 234 225 / 0.2);
}
.focus\:bg-secondary\/25:focus{
  background-color: rgb(243 234 225 / 0.25);
}
.focus\:bg-secondary\/30:focus{
  background-color: rgb(243 234 225 / 0.3);
}
.focus\:bg-secondary\/35:focus{
  background-color: rgb(243 234 225 / 0.35);
}
.focus\:bg-secondary\/40:focus{
  background-color: rgb(243 234 225 / 0.4);
}
.focus\:bg-secondary\/45:focus{
  background-color: rgb(243 234 225 / 0.45);
}
.focus\:bg-secondary\/5:focus{
  background-color: rgb(243 234 225 / 0.05);
}
.focus\:bg-secondary\/50:focus{
  background-color: rgb(243 234 225 / 0.5);
}
.focus\:bg-secondary\/55:focus{
  background-color: rgb(243 234 225 / 0.55);
}
.focus\:bg-secondary\/60:focus{
  background-color: rgb(243 234 225 / 0.6);
}
.focus\:bg-secondary\/65:focus{
  background-color: rgb(243 234 225 / 0.65);
}
.focus\:bg-secondary\/70:focus{
  background-color: rgb(243 234 225 / 0.7);
}
.focus\:bg-secondary\/75:focus{
  background-color: rgb(243 234 225 / 0.75);
}
.focus\:bg-secondary\/80:focus{
  background-color: rgb(243 234 225 / 0.8);
}
.focus\:bg-secondary\/85:focus{
  background-color: rgb(243 234 225 / 0.85);
}
.focus\:bg-secondary\/90:focus{
  background-color: rgb(243 234 225 / 0.9);
}
.focus\:bg-secondary\/95:focus{
  background-color: rgb(243 234 225 / 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:focus{
  --tw-text-opacity: 1;
  color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-dark\/0:focus{
  color: rgb(225 114 45 / 0);
}
.focus\:text-accent-dark\/10:focus{
  color: rgb(225 114 45 / 0.1);
}
.focus\:text-accent-dark\/100:focus{
  color: rgb(225 114 45 / 1);
}
.focus\:text-accent-dark\/15:focus{
  color: rgb(225 114 45 / 0.15);
}
.focus\:text-accent-dark\/20:focus{
  color: rgb(225 114 45 / 0.2);
}
.focus\:text-accent-dark\/25:focus{
  color: rgb(225 114 45 / 0.25);
}
.focus\:text-accent-dark\/30:focus{
  color: rgb(225 114 45 / 0.3);
}
.focus\:text-accent-dark\/35:focus{
  color: rgb(225 114 45 / 0.35);
}
.focus\:text-accent-dark\/40:focus{
  color: rgb(225 114 45 / 0.4);
}
.focus\:text-accent-dark\/45:focus{
  color: rgb(225 114 45 / 0.45);
}
.focus\:text-accent-dark\/5:focus{
  color: rgb(225 114 45 / 0.05);
}
.focus\:text-accent-dark\/50:focus{
  color: rgb(225 114 45 / 0.5);
}
.focus\:text-accent-dark\/55:focus{
  color: rgb(225 114 45 / 0.55);
}
.focus\:text-accent-dark\/60:focus{
  color: rgb(225 114 45 / 0.6);
}
.focus\:text-accent-dark\/65:focus{
  color: rgb(225 114 45 / 0.65);
}
.focus\:text-accent-dark\/70:focus{
  color: rgb(225 114 45 / 0.7);
}
.focus\:text-accent-dark\/75:focus{
  color: rgb(225 114 45 / 0.75);
}
.focus\:text-accent-dark\/80:focus{
  color: rgb(225 114 45 / 0.8);
}
.focus\:text-accent-dark\/85:focus{
  color: rgb(225 114 45 / 0.85);
}
.focus\:text-accent-dark\/90:focus{
  color: rgb(225 114 45 / 0.9);
}
.focus\:text-accent-dark\/95:focus{
  color: rgb(225 114 45 / 0.95);
}
.focus\:text-accent-light:focus{
  --tw-text-opacity: 1;
  color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.focus\:text-accent-light\/0:focus{
  color: rgb(255 191 105 / 0);
}
.focus\:text-accent-light\/10:focus{
  color: rgb(255 191 105 / 0.1);
}
.focus\:text-accent-light\/100:focus{
  color: rgb(255 191 105 / 1);
}
.focus\:text-accent-light\/15:focus{
  color: rgb(255 191 105 / 0.15);
}
.focus\:text-accent-light\/20:focus{
  color: rgb(255 191 105 / 0.2);
}
.focus\:text-accent-light\/25:focus{
  color: rgb(255 191 105 / 0.25);
}
.focus\:text-accent-light\/30:focus{
  color: rgb(255 191 105 / 0.3);
}
.focus\:text-accent-light\/35:focus{
  color: rgb(255 191 105 / 0.35);
}
.focus\:text-accent-light\/40:focus{
  color: rgb(255 191 105 / 0.4);
}
.focus\:text-accent-light\/45:focus{
  color: rgb(255 191 105 / 0.45);
}
.focus\:text-accent-light\/5:focus{
  color: rgb(255 191 105 / 0.05);
}
.focus\:text-accent-light\/50:focus{
  color: rgb(255 191 105 / 0.5);
}
.focus\:text-accent-light\/55:focus{
  color: rgb(255 191 105 / 0.55);
}
.focus\:text-accent-light\/60:focus{
  color: rgb(255 191 105 / 0.6);
}
.focus\:text-accent-light\/65:focus{
  color: rgb(255 191 105 / 0.65);
}
.focus\:text-accent-light\/70:focus{
  color: rgb(255 191 105 / 0.7);
}
.focus\:text-accent-light\/75:focus{
  color: rgb(255 191 105 / 0.75);
}
.focus\:text-accent-light\/80:focus{
  color: rgb(255 191 105 / 0.8);
}
.focus\:text-accent-light\/85:focus{
  color: rgb(255 191 105 / 0.85);
}
.focus\:text-accent-light\/90:focus{
  color: rgb(255 191 105 / 0.9);
}
.focus\:text-accent-light\/95:focus{
  color: rgb(255 191 105 / 0.95);
}
.focus\:text-accent\/0:focus{
  color: rgb(229 136 78 / 0);
}
.focus\:text-accent\/10:focus{
  color: rgb(229 136 78 / 0.1);
}
.focus\:text-accent\/100:focus{
  color: rgb(229 136 78 / 1);
}
.focus\:text-accent\/15:focus{
  color: rgb(229 136 78 / 0.15);
}
.focus\:text-accent\/20:focus{
  color: rgb(229 136 78 / 0.2);
}
.focus\:text-accent\/25:focus{
  color: rgb(229 136 78 / 0.25);
}
.focus\:text-accent\/30:focus{
  color: rgb(229 136 78 / 0.3);
}
.focus\:text-accent\/35:focus{
  color: rgb(229 136 78 / 0.35);
}
.focus\:text-accent\/40:focus{
  color: rgb(229 136 78 / 0.4);
}
.focus\:text-accent\/45:focus{
  color: rgb(229 136 78 / 0.45);
}
.focus\:text-accent\/5:focus{
  color: rgb(229 136 78 / 0.05);
}
.focus\:text-accent\/50:focus{
  color: rgb(229 136 78 / 0.5);
}
.focus\:text-accent\/55:focus{
  color: rgb(229 136 78 / 0.55);
}
.focus\:text-accent\/60:focus{
  color: rgb(229 136 78 / 0.6);
}
.focus\:text-accent\/65:focus{
  color: rgb(229 136 78 / 0.65);
}
.focus\:text-accent\/70:focus{
  color: rgb(229 136 78 / 0.7);
}
.focus\:text-accent\/75:focus{
  color: rgb(229 136 78 / 0.75);
}
.focus\:text-accent\/80:focus{
  color: rgb(229 136 78 / 0.8);
}
.focus\:text-accent\/85:focus{
  color: rgb(229 136 78 / 0.85);
}
.focus\:text-accent\/90:focus{
  color: rgb(229 136 78 / 0.9);
}
.focus\:text-accent\/95:focus{
  color: rgb(229 136 78 / 0.95);
}
.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-black\/0:focus{
  color: rgb(0 0 0 / 0);
}
.focus\:text-black\/10:focus{
  color: rgb(0 0 0 / 0.1);
}
.focus\:text-black\/100:focus{
  color: rgb(0 0 0 / 1);
}
.focus\:text-black\/15:focus{
  color: rgb(0 0 0 / 0.15);
}
.focus\:text-black\/20:focus{
  color: rgb(0 0 0 / 0.2);
}
.focus\:text-black\/25:focus{
  color: rgb(0 0 0 / 0.25);
}
.focus\:text-black\/30:focus{
  color: rgb(0 0 0 / 0.3);
}
.focus\:text-black\/35:focus{
  color: rgb(0 0 0 / 0.35);
}
.focus\:text-black\/40:focus{
  color: rgb(0 0 0 / 0.4);
}
.focus\:text-black\/45:focus{
  color: rgb(0 0 0 / 0.45);
}
.focus\:text-black\/5:focus{
  color: rgb(0 0 0 / 0.05);
}
.focus\:text-black\/50:focus{
  color: rgb(0 0 0 / 0.5);
}
.focus\:text-black\/55:focus{
  color: rgb(0 0 0 / 0.55);
}
.focus\:text-black\/60:focus{
  color: rgb(0 0 0 / 0.6);
}
.focus\:text-black\/65:focus{
  color: rgb(0 0 0 / 0.65);
}
.focus\:text-black\/70:focus{
  color: rgb(0 0 0 / 0.7);
}
.focus\:text-black\/75:focus{
  color: rgb(0 0 0 / 0.75);
}
.focus\:text-black\/80:focus{
  color: rgb(0 0 0 / 0.8);
}
.focus\:text-black\/85:focus{
  color: rgb(0 0 0 / 0.85);
}
.focus\:text-black\/90:focus{
  color: rgb(0 0 0 / 0.9);
}
.focus\:text-black\/95:focus{
  color: rgb(0 0 0 / 0.95);
}
.focus\:text-current:focus{
  color: currentColor;
}
.focus\:text-error:focus{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-error\/0:focus{
  color: rgb(255 0 0 / 0);
}
.focus\:text-error\/10:focus{
  color: rgb(255 0 0 / 0.1);
}
.focus\:text-error\/100:focus{
  color: rgb(255 0 0 / 1);
}
.focus\:text-error\/15:focus{
  color: rgb(255 0 0 / 0.15);
}
.focus\:text-error\/20:focus{
  color: rgb(255 0 0 / 0.2);
}
.focus\:text-error\/25:focus{
  color: rgb(255 0 0 / 0.25);
}
.focus\:text-error\/30:focus{
  color: rgb(255 0 0 / 0.3);
}
.focus\:text-error\/35:focus{
  color: rgb(255 0 0 / 0.35);
}
.focus\:text-error\/40:focus{
  color: rgb(255 0 0 / 0.4);
}
.focus\:text-error\/45:focus{
  color: rgb(255 0 0 / 0.45);
}
.focus\:text-error\/5:focus{
  color: rgb(255 0 0 / 0.05);
}
.focus\:text-error\/50:focus{
  color: rgb(255 0 0 / 0.5);
}
.focus\:text-error\/55:focus{
  color: rgb(255 0 0 / 0.55);
}
.focus\:text-error\/60:focus{
  color: rgb(255 0 0 / 0.6);
}
.focus\:text-error\/65:focus{
  color: rgb(255 0 0 / 0.65);
}
.focus\:text-error\/70:focus{
  color: rgb(255 0 0 / 0.7);
}
.focus\:text-error\/75:focus{
  color: rgb(255 0 0 / 0.75);
}
.focus\:text-error\/80:focus{
  color: rgb(255 0 0 / 0.8);
}
.focus\:text-error\/85:focus{
  color: rgb(255 0 0 / 0.85);
}
.focus\:text-error\/90:focus{
  color: rgb(255 0 0 / 0.9);
}
.focus\:text-error\/95:focus{
  color: rgb(255 0 0 / 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(52 114 147 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-dark\/0:focus{
  color: rgb(26 88 121 / 0);
}
.focus\:text-primary-dark\/10:focus{
  color: rgb(26 88 121 / 0.1);
}
.focus\:text-primary-dark\/100:focus{
  color: rgb(26 88 121 / 1);
}
.focus\:text-primary-dark\/15:focus{
  color: rgb(26 88 121 / 0.15);
}
.focus\:text-primary-dark\/20:focus{
  color: rgb(26 88 121 / 0.2);
}
.focus\:text-primary-dark\/25:focus{
  color: rgb(26 88 121 / 0.25);
}
.focus\:text-primary-dark\/30:focus{
  color: rgb(26 88 121 / 0.3);
}
.focus\:text-primary-dark\/35:focus{
  color: rgb(26 88 121 / 0.35);
}
.focus\:text-primary-dark\/40:focus{
  color: rgb(26 88 121 / 0.4);
}
.focus\:text-primary-dark\/45:focus{
  color: rgb(26 88 121 / 0.45);
}
.focus\:text-primary-dark\/5:focus{
  color: rgb(26 88 121 / 0.05);
}
.focus\:text-primary-dark\/50:focus{
  color: rgb(26 88 121 / 0.5);
}
.focus\:text-primary-dark\/55:focus{
  color: rgb(26 88 121 / 0.55);
}
.focus\:text-primary-dark\/60:focus{
  color: rgb(26 88 121 / 0.6);
}
.focus\:text-primary-dark\/65:focus{
  color: rgb(26 88 121 / 0.65);
}
.focus\:text-primary-dark\/70:focus{
  color: rgb(26 88 121 / 0.7);
}
.focus\:text-primary-dark\/75:focus{
  color: rgb(26 88 121 / 0.75);
}
.focus\:text-primary-dark\/80:focus{
  color: rgb(26 88 121 / 0.8);
}
.focus\:text-primary-dark\/85:focus{
  color: rgb(26 88 121 / 0.85);
}
.focus\:text-primary-dark\/90:focus{
  color: rgb(26 88 121 / 0.9);
}
.focus\:text-primary-dark\/95:focus{
  color: rgb(26 88 121 / 0.95);
}
.focus\:text-primary-light:focus{
  --tw-text-opacity: 1;
  color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-light\/0:focus{
  color: rgb(85 154 193 / 0);
}
.focus\:text-primary-light\/10:focus{
  color: rgb(85 154 193 / 0.1);
}
.focus\:text-primary-light\/100:focus{
  color: rgb(85 154 193 / 1);
}
.focus\:text-primary-light\/15:focus{
  color: rgb(85 154 193 / 0.15);
}
.focus\:text-primary-light\/20:focus{
  color: rgb(85 154 193 / 0.2);
}
.focus\:text-primary-light\/25:focus{
  color: rgb(85 154 193 / 0.25);
}
.focus\:text-primary-light\/30:focus{
  color: rgb(85 154 193 / 0.3);
}
.focus\:text-primary-light\/35:focus{
  color: rgb(85 154 193 / 0.35);
}
.focus\:text-primary-light\/40:focus{
  color: rgb(85 154 193 / 0.4);
}
.focus\:text-primary-light\/45:focus{
  color: rgb(85 154 193 / 0.45);
}
.focus\:text-primary-light\/5:focus{
  color: rgb(85 154 193 / 0.05);
}
.focus\:text-primary-light\/50:focus{
  color: rgb(85 154 193 / 0.5);
}
.focus\:text-primary-light\/55:focus{
  color: rgb(85 154 193 / 0.55);
}
.focus\:text-primary-light\/60:focus{
  color: rgb(85 154 193 / 0.6);
}
.focus\:text-primary-light\/65:focus{
  color: rgb(85 154 193 / 0.65);
}
.focus\:text-primary-light\/70:focus{
  color: rgb(85 154 193 / 0.7);
}
.focus\:text-primary-light\/75:focus{
  color: rgb(85 154 193 / 0.75);
}
.focus\:text-primary-light\/80:focus{
  color: rgb(85 154 193 / 0.8);
}
.focus\:text-primary-light\/85:focus{
  color: rgb(85 154 193 / 0.85);
}
.focus\:text-primary-light\/90:focus{
  color: rgb(85 154 193 / 0.9);
}
.focus\:text-primary-light\/95:focus{
  color: rgb(85 154 193 / 0.95);
}
.focus\:text-primary-lighter:focus{
  --tw-text-opacity: 1;
  color: rgb(115 177 212 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-lighter\/0:focus{
  color: rgb(115 177 212 / 0);
}
.focus\:text-primary-lighter\/10:focus{
  color: rgb(115 177 212 / 0.1);
}
.focus\:text-primary-lighter\/100:focus{
  color: rgb(115 177 212 / 1);
}
.focus\:text-primary-lighter\/15:focus{
  color: rgb(115 177 212 / 0.15);
}
.focus\:text-primary-lighter\/20:focus{
  color: rgb(115 177 212 / 0.2);
}
.focus\:text-primary-lighter\/25:focus{
  color: rgb(115 177 212 / 0.25);
}
.focus\:text-primary-lighter\/30:focus{
  color: rgb(115 177 212 / 0.3);
}
.focus\:text-primary-lighter\/35:focus{
  color: rgb(115 177 212 / 0.35);
}
.focus\:text-primary-lighter\/40:focus{
  color: rgb(115 177 212 / 0.4);
}
.focus\:text-primary-lighter\/45:focus{
  color: rgb(115 177 212 / 0.45);
}
.focus\:text-primary-lighter\/5:focus{
  color: rgb(115 177 212 / 0.05);
}
.focus\:text-primary-lighter\/50:focus{
  color: rgb(115 177 212 / 0.5);
}
.focus\:text-primary-lighter\/55:focus{
  color: rgb(115 177 212 / 0.55);
}
.focus\:text-primary-lighter\/60:focus{
  color: rgb(115 177 212 / 0.6);
}
.focus\:text-primary-lighter\/65:focus{
  color: rgb(115 177 212 / 0.65);
}
.focus\:text-primary-lighter\/70:focus{
  color: rgb(115 177 212 / 0.7);
}
.focus\:text-primary-lighter\/75:focus{
  color: rgb(115 177 212 / 0.75);
}
.focus\:text-primary-lighter\/80:focus{
  color: rgb(115 177 212 / 0.8);
}
.focus\:text-primary-lighter\/85:focus{
  color: rgb(115 177 212 / 0.85);
}
.focus\:text-primary-lighter\/90:focus{
  color: rgb(115 177 212 / 0.9);
}
.focus\:text-primary-lighter\/95:focus{
  color: rgb(115 177 212 / 0.95);
}
.focus\:text-primary\/0:focus{
  color: rgb(52 114 147 / 0);
}
.focus\:text-primary\/10:focus{
  color: rgb(52 114 147 / 0.1);
}
.focus\:text-primary\/100:focus{
  color: rgb(52 114 147 / 1);
}
.focus\:text-primary\/15:focus{
  color: rgb(52 114 147 / 0.15);
}
.focus\:text-primary\/20:focus{
  color: rgb(52 114 147 / 0.2);
}
.focus\:text-primary\/25:focus{
  color: rgb(52 114 147 / 0.25);
}
.focus\:text-primary\/30:focus{
  color: rgb(52 114 147 / 0.3);
}
.focus\:text-primary\/35:focus{
  color: rgb(52 114 147 / 0.35);
}
.focus\:text-primary\/40:focus{
  color: rgb(52 114 147 / 0.4);
}
.focus\:text-primary\/45:focus{
  color: rgb(52 114 147 / 0.45);
}
.focus\:text-primary\/5:focus{
  color: rgb(52 114 147 / 0.05);
}
.focus\:text-primary\/50:focus{
  color: rgb(52 114 147 / 0.5);
}
.focus\:text-primary\/55:focus{
  color: rgb(52 114 147 / 0.55);
}
.focus\:text-primary\/60:focus{
  color: rgb(52 114 147 / 0.6);
}
.focus\:text-primary\/65:focus{
  color: rgb(52 114 147 / 0.65);
}
.focus\:text-primary\/70:focus{
  color: rgb(52 114 147 / 0.7);
}
.focus\:text-primary\/75:focus{
  color: rgb(52 114 147 / 0.75);
}
.focus\:text-primary\/80:focus{
  color: rgb(52 114 147 / 0.8);
}
.focus\:text-primary\/85:focus{
  color: rgb(52 114 147 / 0.85);
}
.focus\:text-primary\/90:focus{
  color: rgb(52 114 147 / 0.9);
}
.focus\:text-primary\/95:focus{
  color: rgb(52 114 147 / 0.95);
}
.focus\:text-secondary:focus{
  --tw-text-opacity: 1;
  color: rgb(243 234 225 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark:focus{
  --tw-text-opacity: 1;
  color: rgb(226 207 188 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-dark\/0:focus{
  color: rgb(226 207 188 / 0);
}
.focus\:text-secondary-dark\/10:focus{
  color: rgb(226 207 188 / 0.1);
}
.focus\:text-secondary-dark\/100:focus{
  color: rgb(226 207 188 / 1);
}
.focus\:text-secondary-dark\/15:focus{
  color: rgb(226 207 188 / 0.15);
}
.focus\:text-secondary-dark\/20:focus{
  color: rgb(226 207 188 / 0.2);
}
.focus\:text-secondary-dark\/25:focus{
  color: rgb(226 207 188 / 0.25);
}
.focus\:text-secondary-dark\/30:focus{
  color: rgb(226 207 188 / 0.3);
}
.focus\:text-secondary-dark\/35:focus{
  color: rgb(226 207 188 / 0.35);
}
.focus\:text-secondary-dark\/40:focus{
  color: rgb(226 207 188 / 0.4);
}
.focus\:text-secondary-dark\/45:focus{
  color: rgb(226 207 188 / 0.45);
}
.focus\:text-secondary-dark\/5:focus{
  color: rgb(226 207 188 / 0.05);
}
.focus\:text-secondary-dark\/50:focus{
  color: rgb(226 207 188 / 0.5);
}
.focus\:text-secondary-dark\/55:focus{
  color: rgb(226 207 188 / 0.55);
}
.focus\:text-secondary-dark\/60:focus{
  color: rgb(226 207 188 / 0.6);
}
.focus\:text-secondary-dark\/65:focus{
  color: rgb(226 207 188 / 0.65);
}
.focus\:text-secondary-dark\/70:focus{
  color: rgb(226 207 188 / 0.7);
}
.focus\:text-secondary-dark\/75:focus{
  color: rgb(226 207 188 / 0.75);
}
.focus\:text-secondary-dark\/80:focus{
  color: rgb(226 207 188 / 0.8);
}
.focus\:text-secondary-dark\/85:focus{
  color: rgb(226 207 188 / 0.85);
}
.focus\:text-secondary-dark\/90:focus{
  color: rgb(226 207 188 / 0.9);
}
.focus\:text-secondary-dark\/95:focus{
  color: rgb(226 207 188 / 0.95);
}
.focus\:text-secondary-light:focus{
  --tw-text-opacity: 1;
  color: rgb(254 250 247 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-light\/0:focus{
  color: rgb(254 250 247 / 0);
}
.focus\:text-secondary-light\/10:focus{
  color: rgb(254 250 247 / 0.1);
}
.focus\:text-secondary-light\/100:focus{
  color: rgb(254 250 247 / 1);
}
.focus\:text-secondary-light\/15:focus{
  color: rgb(254 250 247 / 0.15);
}
.focus\:text-secondary-light\/20:focus{
  color: rgb(254 250 247 / 0.2);
}
.focus\:text-secondary-light\/25:focus{
  color: rgb(254 250 247 / 0.25);
}
.focus\:text-secondary-light\/30:focus{
  color: rgb(254 250 247 / 0.3);
}
.focus\:text-secondary-light\/35:focus{
  color: rgb(254 250 247 / 0.35);
}
.focus\:text-secondary-light\/40:focus{
  color: rgb(254 250 247 / 0.4);
}
.focus\:text-secondary-light\/45:focus{
  color: rgb(254 250 247 / 0.45);
}
.focus\:text-secondary-light\/5:focus{
  color: rgb(254 250 247 / 0.05);
}
.focus\:text-secondary-light\/50:focus{
  color: rgb(254 250 247 / 0.5);
}
.focus\:text-secondary-light\/55:focus{
  color: rgb(254 250 247 / 0.55);
}
.focus\:text-secondary-light\/60:focus{
  color: rgb(254 250 247 / 0.6);
}
.focus\:text-secondary-light\/65:focus{
  color: rgb(254 250 247 / 0.65);
}
.focus\:text-secondary-light\/70:focus{
  color: rgb(254 250 247 / 0.7);
}
.focus\:text-secondary-light\/75:focus{
  color: rgb(254 250 247 / 0.75);
}
.focus\:text-secondary-light\/80:focus{
  color: rgb(254 250 247 / 0.8);
}
.focus\:text-secondary-light\/85:focus{
  color: rgb(254 250 247 / 0.85);
}
.focus\:text-secondary-light\/90:focus{
  color: rgb(254 250 247 / 0.9);
}
.focus\:text-secondary-light\/95:focus{
  color: rgb(254 250 247 / 0.95);
}
.focus\:text-secondary\/0:focus{
  color: rgb(243 234 225 / 0);
}
.focus\:text-secondary\/10:focus{
  color: rgb(243 234 225 / 0.1);
}
.focus\:text-secondary\/100:focus{
  color: rgb(243 234 225 / 1);
}
.focus\:text-secondary\/15:focus{
  color: rgb(243 234 225 / 0.15);
}
.focus\:text-secondary\/20:focus{
  color: rgb(243 234 225 / 0.2);
}
.focus\:text-secondary\/25:focus{
  color: rgb(243 234 225 / 0.25);
}
.focus\:text-secondary\/30:focus{
  color: rgb(243 234 225 / 0.3);
}
.focus\:text-secondary\/35:focus{
  color: rgb(243 234 225 / 0.35);
}
.focus\:text-secondary\/40:focus{
  color: rgb(243 234 225 / 0.4);
}
.focus\:text-secondary\/45:focus{
  color: rgb(243 234 225 / 0.45);
}
.focus\:text-secondary\/5:focus{
  color: rgb(243 234 225 / 0.05);
}
.focus\:text-secondary\/50:focus{
  color: rgb(243 234 225 / 0.5);
}
.focus\:text-secondary\/55:focus{
  color: rgb(243 234 225 / 0.55);
}
.focus\:text-secondary\/60:focus{
  color: rgb(243 234 225 / 0.6);
}
.focus\:text-secondary\/65:focus{
  color: rgb(243 234 225 / 0.65);
}
.focus\:text-secondary\/70:focus{
  color: rgb(243 234 225 / 0.7);
}
.focus\:text-secondary\/75:focus{
  color: rgb(243 234 225 / 0.75);
}
.focus\:text-secondary\/80:focus{
  color: rgb(243 234 225 / 0.8);
}
.focus\:text-secondary\/85:focus{
  color: rgb(243 234 225 / 0.85);
}
.focus\:text-secondary\/90:focus{
  color: rgb(243 234 225 / 0.9);
}
.focus\:text-secondary\/95:focus{
  color: rgb(243 234 225 / 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\: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;
}
.focus\:outline-accent:focus{
  outline-color: #E5884E;
}
.focus\:ring-4:focus{
  --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(4px + 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);
}
.focus\:ring-accent:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 136 78 / var(--tw-ring-opacity, 1));
}
.active\:bg-accent:active{
  --tw-bg-opacity: 1;
  background-color: rgb(229 136 78 / var(--tw-bg-opacity, 1));
}
.group:focus-within .group-focus-within\:flex{
  display: flex;
}
.group:hover .group-hover\:ml-4{
  margin-left: 1rem;
}
.group:hover .group-hover\:flex{
  display: flex;
}
.group:hover .group-hover\:h-12{
  height: 3rem;
}
.group:hover .group-hover\:w-12{
  width: 3rem;
}
.group:hover .group-hover\:translate-x-2{
  --tw-translate-x: 0.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));
}
.group:hover .group-hover\:border-primary-light{
  --tw-border-opacity: 1;
  border-color: rgb(85 154 193 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.group:hover .group-hover\:text-accent{
  --tw-text-opacity: 1;
  color: rgb(229 136 78 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-accent-dark{
  --tw-text-opacity: 1;
  color: rgb(225 114 45 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-accent-light{
  --tw-text-opacity: 1;
  color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(52 114 147 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-dark{
  --tw-text-opacity: 1;
  color: rgb(26 88 121 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-primary-light{
  --tw-text-opacity: 1;
  color: rgb(85 154 193 / var(--tw-text-opacity, 1));
}
.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:focus .group-focus\: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));
}
.group:focus .group-focus\:text-accent-light{
  --tw-text-opacity: 1;
  color: rgb(255 191 105 / var(--tw-text-opacity, 1));
}
.dark\:bg-gray-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(52 114 147 / var(--tw-bg-opacity, 1));
}
.dark\:bg-white\/20:is(.dark *){
  background-color: rgb(255 255 255 / 0.2);
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){

  .sm\:-mt-6{
    margin-top: -1.5rem;
  }

  .sm\:inline-block{
    display: inline-block;
  }

  .sm\:aspect-interior-header-md{
    aspect-ratio: 16 / 5;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:pb-4{
    padding-bottom: 1rem;
  }

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px){

  .md\:-top-0{
    top: -0px;
  }

  .md\:-top-0\.5{
    top: -0.125rem;
  }

  .md\:-top-1{
    top: -0.25rem;
  }

  .md\:-top-1\.5{
    top: -0.375rem;
  }

  .md\:-top-1\/2{
    top: -50%;
  }

  .md\:-top-1\/3{
    top: -33.333333%;
  }

  .md\:-top-1\/4{
    top: -25%;
  }

  .md\:-top-10{
    top: -2.5rem;
  }

  .md\:-top-11{
    top: -2.75rem;
  }

  .md\:-top-12{
    top: -3rem;
  }

  .md\:-top-14{
    top: -3.5rem;
  }

  .md\:-top-16{
    top: -4rem;
  }

  .md\:-top-2{
    top: -0.5rem;
  }

  .md\:-top-2\.5{
    top: -0.625rem;
  }

  .md\:-top-2\/3{
    top: -66.666667%;
  }

  .md\:-top-2\/4{
    top: -50%;
  }

  .md\:-top-20{
    top: -5rem;
  }

  .md\:-top-24{
    top: -6rem;
  }

  .md\:-top-28{
    top: -7rem;
  }

  .md\:-top-3{
    top: -0.75rem;
  }

  .md\:-top-3\.5{
    top: -0.875rem;
  }

  .md\:-top-3\/4{
    top: -75%;
  }

  .md\:-top-32{
    top: -8rem;
  }

  .md\:-top-36{
    top: -9rem;
  }

  .md\:-top-4{
    top: -1rem;
  }

  .md\:-top-40{
    top: -10rem;
  }

  .md\:-top-44{
    top: -11rem;
  }

  .md\:-top-48{
    top: -12rem;
  }

  .md\:-top-5{
    top: -1.25rem;
  }

  .md\:-top-52{
    top: -13rem;
  }

  .md\:-top-56{
    top: -14rem;
  }

  .md\:-top-6{
    top: -1.5rem;
  }

  .md\:-top-60{
    top: -15rem;
  }

  .md\:-top-64{
    top: -16rem;
  }

  .md\:-top-7{
    top: -1.75rem;
  }

  .md\:-top-72{
    top: -18rem;
  }

  .md\:-top-8{
    top: -2rem;
  }

  .md\:-top-80{
    top: -20rem;
  }

  .md\:-top-9{
    top: -2.25rem;
  }

  .md\:-top-96{
    top: -24rem;
  }

  .md\:-top-full{
    top: -100%;
  }

  .md\:-top-px{
    top: -1px;
  }

  .md\:left-14{
    left: 3.5rem;
  }

  .md\:right-14{
    right: 3.5rem;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:top-0\.5{
    top: 0.125rem;
  }

  .md\:top-1{
    top: 0.25rem;
  }

  .md\:top-1\.5{
    top: 0.375rem;
  }

  .md\:top-1\/2{
    top: 50%;
  }

  .md\:top-1\/3{
    top: 33.333333%;
  }

  .md\:top-1\/4{
    top: 25%;
  }

  .md\:top-10{
    top: 2.5rem;
  }

  .md\:top-11{
    top: 2.75rem;
  }

  .md\:top-12{
    top: 3rem;
  }

  .md\:top-14{
    top: 3.5rem;
  }

  .md\:top-16{
    top: 4rem;
  }

  .md\:top-2{
    top: 0.5rem;
  }

  .md\:top-2\.5{
    top: 0.625rem;
  }

  .md\:top-2\/3{
    top: 66.666667%;
  }

  .md\:top-2\/4{
    top: 50%;
  }

  .md\:top-20{
    top: 5rem;
  }

  .md\:top-24{
    top: 6rem;
  }

  .md\:top-28{
    top: 7rem;
  }

  .md\:top-3{
    top: 0.75rem;
  }

  .md\:top-3\.5{
    top: 0.875rem;
  }

  .md\:top-3\/4{
    top: 75%;
  }

  .md\:top-32{
    top: 8rem;
  }

  .md\:top-36{
    top: 9rem;
  }

  .md\:top-4{
    top: 1rem;
  }

  .md\:top-40{
    top: 10rem;
  }

  .md\:top-44{
    top: 11rem;
  }

  .md\:top-48{
    top: 12rem;
  }

  .md\:top-5{
    top: 1.25rem;
  }

  .md\:top-52{
    top: 13rem;
  }

  .md\:top-56{
    top: 14rem;
  }

  .md\:top-6{
    top: 1.5rem;
  }

  .md\:top-60{
    top: 15rem;
  }

  .md\:top-64{
    top: 16rem;
  }

  .md\:top-7{
    top: 1.75rem;
  }

  .md\:top-72{
    top: 18rem;
  }

  .md\:top-8{
    top: 2rem;
  }

  .md\:top-80{
    top: 20rem;
  }

  .md\:top-9{
    top: 2.25rem;
  }

  .md\:top-96{
    top: 24rem;
  }

  .md\:top-auto{
    top: auto;
  }

  .md\:top-full{
    top: 100%;
  }

  .md\:top-px{
    top: 1px;
  }

  .md\:order-3{
    order: 3;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .md\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .md\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .md\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .md\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .md\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .md\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .md\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .md\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .md\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .md\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .md\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .md\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .md\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .md\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .md\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .md\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .md\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .md\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .md\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .md\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .md\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .md\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .md\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .md\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .md\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .md\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .md\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .md\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .md\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .md\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .md\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .md\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .md\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .md\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .md\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .md\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .md\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .md\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-40{
    height: 10rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:w-56{
    width: 14rem;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:origin-top-left{
    transform-origin: top left;
  }

  .md\:origin-top-right{
    transform-origin: top right;
  }

  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }

  .md\:snap-none{
    scroll-snap-type: none;
  }

  .md\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .md\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .md\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .md\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .md\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .md\:snap-start{
    scroll-snap-align: start;
  }

  .md\:snap-end{
    scroll-snap-align: end;
  }

  .md\:snap-center{
    scroll-snap-align: center;
  }

  .md\:snap-align-none{
    scroll-snap-align: none;
  }

  .md\:snap-normal{
    scroll-snap-stop: normal;
  }

  .md\:snap-always{
    scroll-snap-stop: always;
  }

  .md\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .md\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .md\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .md\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .md\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .md\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .md\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .md\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .md\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .md\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .md\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .md\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .md\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .md\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .md\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .md\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .md\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .md\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .md\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .md\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .md\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .md\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .md\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .md\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .md\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .md\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .md\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .md\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .md\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .md\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .md\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .md\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .md\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .md\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .md\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .md\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .md\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .md\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .md\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .md\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .md\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .md\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .md\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .md\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .md\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .md\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .md\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .md\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .md\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .md\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .md\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .md\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .md\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .md\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .md\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .md\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .md\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .md\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .md\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .md\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .md\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .md\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .md\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .md\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .md\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .md\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .md\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .md\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .md\:scroll-p-0{
    scroll-padding: 0px;
  }

  .md\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .md\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .md\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .md\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .md\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .md\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .md\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .md\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .md\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .md\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .md\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .md\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .md\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .md\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .md\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .md\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .md\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .md\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .md\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .md\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .md\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .md\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .md\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .md\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .md\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .md\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .md\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .md\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .md\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .md\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .md\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .md\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .md\:scroll-p-px{
    scroll-padding: 1px;
  }

  .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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .md\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .md\:gap-0{
    gap: 0px;
  }

  .md\:gap-0\.5{
    gap: 0.125rem;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-11{
    gap: 2.75rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-14{
    gap: 3.5rem;
  }

  .md\:gap-16{
    gap: 4rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-2\.5{
    gap: 0.625rem;
  }

  .md\:gap-20{
    gap: 5rem;
  }

  .md\:gap-24{
    gap: 6rem;
  }

  .md\:gap-28{
    gap: 7rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-3\.5{
    gap: 0.875rem;
  }

  .md\:gap-32{
    gap: 8rem;
  }

  .md\:gap-36{
    gap: 9rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-40{
    gap: 10rem;
  }

  .md\:gap-44{
    gap: 11rem;
  }

  .md\:gap-48{
    gap: 12rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-52{
    gap: 13rem;
  }

  .md\:gap-56{
    gap: 14rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-60{
    gap: 15rem;
  }

  .md\:gap-64{
    gap: 16rem;
  }

  .md\:gap-7{
    gap: 1.75rem;
  }

  .md\:gap-72{
    gap: 18rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-80{
    gap: 20rem;
  }

  .md\:gap-9{
    gap: 2.25rem;
  }

  .md\:gap-96{
    gap: 24rem;
  }

  .md\:gap-px{
    gap: 1px;
  }

  .md\:gap-x-0{
    column-gap: 0px;
  }

  .md\:gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .md\:gap-x-1{
    column-gap: 0.25rem;
  }

  .md\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .md\:gap-x-10{
    column-gap: 2.5rem;
  }

  .md\:gap-x-11{
    column-gap: 2.75rem;
  }

  .md\:gap-x-12{
    column-gap: 3rem;
  }

  .md\:gap-x-14{
    column-gap: 3.5rem;
  }

  .md\:gap-x-16{
    column-gap: 4rem;
  }

  .md\:gap-x-2{
    column-gap: 0.5rem;
  }

  .md\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .md\:gap-x-20{
    column-gap: 5rem;
  }

  .md\:gap-x-24{
    column-gap: 6rem;
  }

  .md\:gap-x-28{
    column-gap: 7rem;
  }

  .md\:gap-x-3{
    column-gap: 0.75rem;
  }

  .md\:gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .md\:gap-x-32{
    column-gap: 8rem;
  }

  .md\:gap-x-36{
    column-gap: 9rem;
  }

  .md\:gap-x-4{
    column-gap: 1rem;
  }

  .md\:gap-x-40{
    column-gap: 10rem;
  }

  .md\:gap-x-44{
    column-gap: 11rem;
  }

  .md\:gap-x-48{
    column-gap: 12rem;
  }

  .md\:gap-x-5{
    column-gap: 1.25rem;
  }

  .md\:gap-x-52{
    column-gap: 13rem;
  }

  .md\:gap-x-56{
    column-gap: 14rem;
  }

  .md\:gap-x-6{
    column-gap: 1.5rem;
  }

  .md\:gap-x-60{
    column-gap: 15rem;
  }

  .md\:gap-x-64{
    column-gap: 16rem;
  }

  .md\:gap-x-7{
    column-gap: 1.75rem;
  }

  .md\:gap-x-72{
    column-gap: 18rem;
  }

  .md\:gap-x-8{
    column-gap: 2rem;
  }

  .md\:gap-x-80{
    column-gap: 20rem;
  }

  .md\:gap-x-9{
    column-gap: 2.25rem;
  }

  .md\:gap-x-96{
    column-gap: 24rem;
  }

  .md\:gap-x-px{
    column-gap: 1px;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .md\:gap-y-1{
    row-gap: 0.25rem;
  }

  .md\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-11{
    row-gap: 2.75rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

  .md\:gap-y-14{
    row-gap: 3.5rem;
  }

  .md\:gap-y-16{
    row-gap: 4rem;
  }

  .md\:gap-y-2{
    row-gap: 0.5rem;
  }

  .md\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .md\:gap-y-20{
    row-gap: 5rem;
  }

  .md\:gap-y-24{
    row-gap: 6rem;
  }

  .md\:gap-y-28{
    row-gap: 7rem;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

  .md\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .md\:gap-y-32{
    row-gap: 8rem;
  }

  .md\:gap-y-36{
    row-gap: 9rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:gap-y-40{
    row-gap: 10rem;
  }

  .md\:gap-y-44{
    row-gap: 11rem;
  }

  .md\:gap-y-48{
    row-gap: 12rem;
  }

  .md\:gap-y-5{
    row-gap: 1.25rem;
  }

  .md\:gap-y-52{
    row-gap: 13rem;
  }

  .md\:gap-y-56{
    row-gap: 14rem;
  }

  .md\:gap-y-6{
    row-gap: 1.5rem;
  }

  .md\:gap-y-60{
    row-gap: 15rem;
  }

  .md\:gap-y-64{
    row-gap: 16rem;
  }

  .md\:gap-y-7{
    row-gap: 1.75rem;
  }

  .md\:gap-y-72{
    row-gap: 18rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

  .md\:gap-y-80{
    row-gap: 20rem;
  }

  .md\:gap-y-9{
    row-gap: 2.25rem;
  }

  .md\:gap-y-96{
    row-gap: 24rem;
  }

  .md\:gap-y-px{
    row-gap: 1px;
  }

  .md\:rounded-lg{
    border-radius: 0.5rem;
  }

  .md\:rounded-md{
    border-radius: 0.375rem;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem;
  }

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

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

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

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

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

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-0\.5{
    padding: 0.125rem;
  }

  .md\:p-1{
    padding: 0.25rem;
  }

  .md\:p-1\.5{
    padding: 0.375rem;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-11{
    padding: 2.75rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-14{
    padding: 3.5rem;
  }

  .md\:p-16{
    padding: 4rem;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-2\.5{
    padding: 0.625rem;
  }

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-24{
    padding: 6rem;
  }

  .md\:p-28{
    padding: 7rem;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:p-3\.5{
    padding: 0.875rem;
  }

  .md\:p-32{
    padding: 8rem;
  }

  .md\:p-36{
    padding: 9rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-40{
    padding: 10rem;
  }

  .md\:p-44{
    padding: 11rem;
  }

  .md\:p-48{
    padding: 12rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-52{
    padding: 13rem;
  }

  .md\:p-56{
    padding: 14rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-60{
    padding: 15rem;
  }

  .md\:p-64{
    padding: 16rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-72{
    padding: 18rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-80{
    padding: 20rem;
  }

  .md\:p-9{
    padding: 2.25rem;
  }

  .md\:p-96{
    padding: 24rem;
  }

  .md\:p-px{
    padding: 1px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pt-16{
    padding-top: 4rem;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .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\: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);
  }

  .md\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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);
  }

  .md\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
  }

  .md\: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);
  }

  .md\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }

  .md\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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);
  }

  .md\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    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);
  }

  .md\: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);
  }

  .md\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -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);
  }

  .md\: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);
  }

  .md\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .md\: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);
  }

  .md\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .md\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -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);
  }

  .md\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -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);
  }

  .md\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -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);
  }

  .md\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -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);
  }

  .md\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -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);
  }

  .md\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -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);
  }

  .md\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -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);
  }

  .md\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -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);
  }

  .md\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .md\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -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);
  }

  .md\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .md\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -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);
  }

  .md\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -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);
  }

  .md\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -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);
  }

  .md\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -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);
  }

  .md\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -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);
  }

  .md\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -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);
  }

  .md\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .md\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .md\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -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);
  }

  .md\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .md\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .md\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .md\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .md\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .md\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .md\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .md\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .md\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .md\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -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);
  }

  .md\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -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);
  }

  .md\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -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);
  }

  .md\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -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);
  }

  .md\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .md\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -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);
  }

  .md\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -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);
  }

  .md\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -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);
  }

  .md\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .md\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -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);
  }

  .md\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .md\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -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);
  }

  .md\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -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);
  }

  .md\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .md\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -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);
  }

  .md\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .md\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -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);
  }

  .md\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .md\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -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);
  }

  .md\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .md\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -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);
  }

  .md\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .md\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -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);
  }

  .md\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -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);
  }

  .md\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -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);
  }

  .md\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -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);
  }

  .md\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -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);
  }

  .md\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .md\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -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);
  }

  .md\:backdrop-filter{
    -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);
  }

  .md\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:bottom-4{
    bottom: 1rem;
  }

  .lg\:right-10{
    right: 2.5rem;
  }

  .lg\:right-40{
    right: 10rem;
  }

  .lg\:right-60{
    right: 15rem;
  }

  .lg\:top-0{
    top: 0px;
  }

  .lg\:top-16{
    top: 4rem;
  }

  .lg\:top-20{
    top: 5rem;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mt-20{
    margin-top: -5rem;
  }

  .lg\:-mt-8{
    margin-top: -2rem;
  }

  .lg\:-mt-80{
    margin-top: -20rem;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:mb-8{
    margin-bottom: 2rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-16{
    margin-top: 4rem;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-image{
    aspect-ratio: 7 / 4.5;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-28{
    height: 7rem;
  }

  .lg\:h-32{
    height: 8rem;
  }

  .lg\:h-56{
    height: 14rem;
  }

  .lg\:h-8{
    height: 2rem;
  }

  .lg\:h-\[88px\]{
    height: 88px;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-16{
    width: 4rem;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-28{
    width: 7rem;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-52{
    width: 13rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-8{
    width: 2rem;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-sm{
    max-width: 24rem;
  }

  .lg\:max-w-xs{
    max-width: 20rem;
  }

  .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\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:rounded-lg{
    border-radius: 0.5rem;
  }

  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:border-l-2{
    border-left-width: 2px;
  }

  .lg\:border-secondary{
    --tw-border-opacity: 1;
    border-color: rgb(243 234 225 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-primary-dark\/10{
    background-color: rgb(26 88 121 / 0.1);
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .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-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-12{
    padding-bottom: 3rem;
  }

  .lg\:pb-16{
    padding-bottom: 4rem;
  }

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

  .lg\:pb-8{
    padding-bottom: 2rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pl-6{
    padding-left: 1.5rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-8{
    padding-right: 2rem;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }

  .lg\:hover\:underline:hover{
    text-decoration-line: underline;
  }
}
@media (min-width: 1280px){

  .xl\:-top-0{
    top: -0px;
  }

  .xl\:-top-0\.5{
    top: -0.125rem;
  }

  .xl\:-top-1{
    top: -0.25rem;
  }

  .xl\:-top-1\.5{
    top: -0.375rem;
  }

  .xl\:-top-1\/2{
    top: -50%;
  }

  .xl\:-top-1\/3{
    top: -33.333333%;
  }

  .xl\:-top-1\/4{
    top: -25%;
  }

  .xl\:-top-10{
    top: -2.5rem;
  }

  .xl\:-top-11{
    top: -2.75rem;
  }

  .xl\:-top-12{
    top: -3rem;
  }

  .xl\:-top-14{
    top: -3.5rem;
  }

  .xl\:-top-16{
    top: -4rem;
  }

  .xl\:-top-2{
    top: -0.5rem;
  }

  .xl\:-top-2\.5{
    top: -0.625rem;
  }

  .xl\:-top-2\/3{
    top: -66.666667%;
  }

  .xl\:-top-2\/4{
    top: -50%;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:-top-24{
    top: -6rem;
  }

  .xl\:-top-28{
    top: -7rem;
  }

  .xl\:-top-3{
    top: -0.75rem;
  }

  .xl\:-top-3\.5{
    top: -0.875rem;
  }

  .xl\:-top-3\/4{
    top: -75%;
  }

  .xl\:-top-32{
    top: -8rem;
  }

  .xl\:-top-36{
    top: -9rem;
  }

  .xl\:-top-4{
    top: -1rem;
  }

  .xl\:-top-40{
    top: -10rem;
  }

  .xl\:-top-44{
    top: -11rem;
  }

  .xl\:-top-48{
    top: -12rem;
  }

  .xl\:-top-5{
    top: -1.25rem;
  }

  .xl\:-top-52{
    top: -13rem;
  }

  .xl\:-top-56{
    top: -14rem;
  }

  .xl\:-top-6{
    top: -1.5rem;
  }

  .xl\:-top-60{
    top: -15rem;
  }

  .xl\:-top-64{
    top: -16rem;
  }

  .xl\:-top-7{
    top: -1.75rem;
  }

  .xl\:-top-72{
    top: -18rem;
  }

  .xl\:-top-8{
    top: -2rem;
  }

  .xl\:-top-80{
    top: -20rem;
  }

  .xl\:-top-9{
    top: -2.25rem;
  }

  .xl\:-top-96{
    top: -24rem;
  }

  .xl\:-top-full{
    top: -100%;
  }

  .xl\:-top-px{
    top: -1px;
  }

  .xl\:top-0{
    top: 0px;
  }

  .xl\:top-0\.5{
    top: 0.125rem;
  }

  .xl\:top-1{
    top: 0.25rem;
  }

  .xl\:top-1\.5{
    top: 0.375rem;
  }

  .xl\:top-1\/2{
    top: 50%;
  }

  .xl\:top-1\/3{
    top: 33.333333%;
  }

  .xl\:top-1\/4{
    top: 25%;
  }

  .xl\:top-10{
    top: 2.5rem;
  }

  .xl\:top-11{
    top: 2.75rem;
  }

  .xl\:top-12{
    top: 3rem;
  }

  .xl\:top-14{
    top: 3.5rem;
  }

  .xl\:top-16{
    top: 4rem;
  }

  .xl\:top-2{
    top: 0.5rem;
  }

  .xl\:top-2\.5{
    top: 0.625rem;
  }

  .xl\:top-2\/3{
    top: 66.666667%;
  }

  .xl\:top-2\/4{
    top: 50%;
  }

  .xl\:top-20{
    top: 5rem;
  }

  .xl\:top-24{
    top: 6rem;
  }

  .xl\:top-28{
    top: 7rem;
  }

  .xl\:top-3{
    top: 0.75rem;
  }

  .xl\:top-3\.5{
    top: 0.875rem;
  }

  .xl\:top-3\/4{
    top: 75%;
  }

  .xl\:top-32{
    top: 8rem;
  }

  .xl\:top-36{
    top: 9rem;
  }

  .xl\:top-4{
    top: 1rem;
  }

  .xl\:top-40{
    top: 10rem;
  }

  .xl\:top-44{
    top: 11rem;
  }

  .xl\:top-48{
    top: 12rem;
  }

  .xl\:top-5{
    top: 1.25rem;
  }

  .xl\:top-52{
    top: 13rem;
  }

  .xl\:top-56{
    top: 14rem;
  }

  .xl\:top-6{
    top: 1.5rem;
  }

  .xl\:top-60{
    top: 15rem;
  }

  .xl\:top-64{
    top: 16rem;
  }

  .xl\:top-7{
    top: 1.75rem;
  }

  .xl\:top-72{
    top: 18rem;
  }

  .xl\:top-8{
    top: 2rem;
  }

  .xl\:top-80{
    top: 20rem;
  }

  .xl\:top-9{
    top: 2.25rem;
  }

  .xl\:top-96{
    top: 24rem;
  }

  .xl\:top-auto{
    top: auto;
  }

  .xl\:top-full{
    top: 100%;
  }

  .xl\:top-px{
    top: 1px;
  }

  .xl\:-my-0{
    margin-top: -0px;
    margin-bottom: -0px;
  }

  .xl\:-my-0\.5{
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
  }

  .xl\:-my-1{
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-my-1\.5{
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
  }

  .xl\:-my-10{
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-my-11{
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-my-12{
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-my-14{
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-my-16{
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-my-2{
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-my-2\.5{
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }

  .xl\:-my-20{
    margin-top: -5rem;
    margin-bottom: -5rem;
  }

  .xl\:-my-24{
    margin-top: -6rem;
    margin-bottom: -6rem;
  }

  .xl\:-my-28{
    margin-top: -7rem;
    margin-bottom: -7rem;
  }

  .xl\:-my-3{
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-my-3\.5{
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
  }

  .xl\:-my-32{
    margin-top: -8rem;
    margin-bottom: -8rem;
  }

  .xl\:-my-36{
    margin-top: -9rem;
    margin-bottom: -9rem;
  }

  .xl\:-my-4{
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-my-40{
    margin-top: -10rem;
    margin-bottom: -10rem;
  }

  .xl\:-my-44{
    margin-top: -11rem;
    margin-bottom: -11rem;
  }

  .xl\:-my-48{
    margin-top: -12rem;
    margin-bottom: -12rem;
  }

  .xl\:-my-5{
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-my-52{
    margin-top: -13rem;
    margin-bottom: -13rem;
  }

  .xl\:-my-56{
    margin-top: -14rem;
    margin-bottom: -14rem;
  }

  .xl\:-my-6{
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-my-60{
    margin-top: -15rem;
    margin-bottom: -15rem;
  }

  .xl\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .xl\:-my-7{
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-my-72{
    margin-top: -18rem;
    margin-bottom: -18rem;
  }

  .xl\:-my-8{
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .xl\:-my-9{
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-my-96{
    margin-top: -24rem;
    margin-bottom: -24rem;
  }

  .xl\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }

  .xl\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }

  .xl\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:my-1\.5{
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
  }

  .xl\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:my-11{
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:my-14{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:my-2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:my-2\.5{
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .xl\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:my-3\.5{
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }

  .xl\:my-32{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .xl\:my-36{
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:my-40{
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

  .xl\:my-44{
    margin-top: 11rem;
    margin-bottom: 11rem;
  }

  .xl\:my-48{
    margin-top: 12rem;
    margin-bottom: 12rem;
  }

  .xl\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:my-52{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }

  .xl\:my-56{
    margin-top: 14rem;
    margin-bottom: 14rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-60{
    margin-top: 15rem;
    margin-bottom: 15rem;
  }

  .xl\:my-64{
    margin-top: 16rem;
    margin-bottom: 16rem;
  }

  .xl\:my-7{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:my-72{
    margin-top: 18rem;
    margin-bottom: 18rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-80{
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .xl\:my-9{
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:my-96{
    margin-top: 24rem;
    margin-bottom: 24rem;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:my-px{
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .xl\:-mt-60{
    margin-top: -15rem;
  }

  .xl\:line-clamp-1{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .xl\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .xl\:line-clamp-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:line-clamp-4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:line-clamp-6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }

  .xl\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .xl\:block{
    display: block;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-20{
    height: 5rem;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:w-1\/4{
    width: 25%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-\[400px\]{
    width: 400px;
  }

  .xl\:origin-top-left{
    transform-origin: top left;
  }

  .xl\:origin-top-right{
    transform-origin: top right;
  }

  .xl\:snap-none{
    scroll-snap-type: none;
  }

  .xl\:snap-x{
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-both{
    scroll-snap-type: both var(--tw-scroll-snap-strictness);
  }

  .xl\:snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
  }

  .xl\:snap-proximity{
    --tw-scroll-snap-strictness: proximity;
  }

  .xl\:snap-start{
    scroll-snap-align: start;
  }

  .xl\:snap-end{
    scroll-snap-align: end;
  }

  .xl\:snap-center{
    scroll-snap-align: center;
  }

  .xl\:snap-align-none{
    scroll-snap-align: none;
  }

  .xl\:snap-normal{
    scroll-snap-stop: normal;
  }

  .xl\:snap-always{
    scroll-snap-stop: always;
  }

  .xl\:-scroll-my-0{
    scroll-margin-top: -0px;
    scroll-margin-bottom: -0px;
  }

  .xl\:-scroll-my-0\.5{
    scroll-margin-top: -0.125rem;
    scroll-margin-bottom: -0.125rem;
  }

  .xl\:-scroll-my-1{
    scroll-margin-top: -0.25rem;
    scroll-margin-bottom: -0.25rem;
  }

  .xl\:-scroll-my-1\.5{
    scroll-margin-top: -0.375rem;
    scroll-margin-bottom: -0.375rem;
  }

  .xl\:-scroll-my-10{
    scroll-margin-top: -2.5rem;
    scroll-margin-bottom: -2.5rem;
  }

  .xl\:-scroll-my-11{
    scroll-margin-top: -2.75rem;
    scroll-margin-bottom: -2.75rem;
  }

  .xl\:-scroll-my-12{
    scroll-margin-top: -3rem;
    scroll-margin-bottom: -3rem;
  }

  .xl\:-scroll-my-14{
    scroll-margin-top: -3.5rem;
    scroll-margin-bottom: -3.5rem;
  }

  .xl\:-scroll-my-16{
    scroll-margin-top: -4rem;
    scroll-margin-bottom: -4rem;
  }

  .xl\:-scroll-my-2{
    scroll-margin-top: -0.5rem;
    scroll-margin-bottom: -0.5rem;
  }

  .xl\:-scroll-my-2\.5{
    scroll-margin-top: -0.625rem;
    scroll-margin-bottom: -0.625rem;
  }

  .xl\:-scroll-my-20{
    scroll-margin-top: -5rem;
    scroll-margin-bottom: -5rem;
  }

  .xl\:-scroll-my-24{
    scroll-margin-top: -6rem;
    scroll-margin-bottom: -6rem;
  }

  .xl\:-scroll-my-28{
    scroll-margin-top: -7rem;
    scroll-margin-bottom: -7rem;
  }

  .xl\:-scroll-my-3{
    scroll-margin-top: -0.75rem;
    scroll-margin-bottom: -0.75rem;
  }

  .xl\:-scroll-my-3\.5{
    scroll-margin-top: -0.875rem;
    scroll-margin-bottom: -0.875rem;
  }

  .xl\:-scroll-my-32{
    scroll-margin-top: -8rem;
    scroll-margin-bottom: -8rem;
  }

  .xl\:-scroll-my-36{
    scroll-margin-top: -9rem;
    scroll-margin-bottom: -9rem;
  }

  .xl\:-scroll-my-4{
    scroll-margin-top: -1rem;
    scroll-margin-bottom: -1rem;
  }

  .xl\:-scroll-my-40{
    scroll-margin-top: -10rem;
    scroll-margin-bottom: -10rem;
  }

  .xl\:-scroll-my-44{
    scroll-margin-top: -11rem;
    scroll-margin-bottom: -11rem;
  }

  .xl\:-scroll-my-48{
    scroll-margin-top: -12rem;
    scroll-margin-bottom: -12rem;
  }

  .xl\:-scroll-my-5{
    scroll-margin-top: -1.25rem;
    scroll-margin-bottom: -1.25rem;
  }

  .xl\:-scroll-my-52{
    scroll-margin-top: -13rem;
    scroll-margin-bottom: -13rem;
  }

  .xl\:-scroll-my-56{
    scroll-margin-top: -14rem;
    scroll-margin-bottom: -14rem;
  }

  .xl\:-scroll-my-6{
    scroll-margin-top: -1.5rem;
    scroll-margin-bottom: -1.5rem;
  }

  .xl\:-scroll-my-60{
    scroll-margin-top: -15rem;
    scroll-margin-bottom: -15rem;
  }

  .xl\:-scroll-my-64{
    scroll-margin-top: -16rem;
    scroll-margin-bottom: -16rem;
  }

  .xl\:-scroll-my-7{
    scroll-margin-top: -1.75rem;
    scroll-margin-bottom: -1.75rem;
  }

  .xl\:-scroll-my-72{
    scroll-margin-top: -18rem;
    scroll-margin-bottom: -18rem;
  }

  .xl\:-scroll-my-8{
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .xl\:-scroll-my-80{
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .xl\:-scroll-my-9{
    scroll-margin-top: -2.25rem;
    scroll-margin-bottom: -2.25rem;
  }

  .xl\:-scroll-my-96{
    scroll-margin-top: -24rem;
    scroll-margin-bottom: -24rem;
  }

  .xl\:-scroll-my-px{
    scroll-margin-top: -1px;
    scroll-margin-bottom: -1px;
  }

  .xl\:scroll-my-0{
    scroll-margin-top: 0px;
    scroll-margin-bottom: 0px;
  }

  .xl\:scroll-my-0\.5{
    scroll-margin-top: 0.125rem;
    scroll-margin-bottom: 0.125rem;
  }

  .xl\:scroll-my-1{
    scroll-margin-top: 0.25rem;
    scroll-margin-bottom: 0.25rem;
  }

  .xl\:scroll-my-1\.5{
    scroll-margin-top: 0.375rem;
    scroll-margin-bottom: 0.375rem;
  }

  .xl\:scroll-my-10{
    scroll-margin-top: 2.5rem;
    scroll-margin-bottom: 2.5rem;
  }

  .xl\:scroll-my-11{
    scroll-margin-top: 2.75rem;
    scroll-margin-bottom: 2.75rem;
  }

  .xl\:scroll-my-12{
    scroll-margin-top: 3rem;
    scroll-margin-bottom: 3rem;
  }

  .xl\:scroll-my-14{
    scroll-margin-top: 3.5rem;
    scroll-margin-bottom: 3.5rem;
  }

  .xl\:scroll-my-16{
    scroll-margin-top: 4rem;
    scroll-margin-bottom: 4rem;
  }

  .xl\:scroll-my-2{
    scroll-margin-top: 0.5rem;
    scroll-margin-bottom: 0.5rem;
  }

  .xl\:scroll-my-2\.5{
    scroll-margin-top: 0.625rem;
    scroll-margin-bottom: 0.625rem;
  }

  .xl\:scroll-my-20{
    scroll-margin-top: 5rem;
    scroll-margin-bottom: 5rem;
  }

  .xl\:scroll-my-24{
    scroll-margin-top: 6rem;
    scroll-margin-bottom: 6rem;
  }

  .xl\:scroll-my-28{
    scroll-margin-top: 7rem;
    scroll-margin-bottom: 7rem;
  }

  .xl\:scroll-my-3{
    scroll-margin-top: 0.75rem;
    scroll-margin-bottom: 0.75rem;
  }

  .xl\:scroll-my-3\.5{
    scroll-margin-top: 0.875rem;
    scroll-margin-bottom: 0.875rem;
  }

  .xl\:scroll-my-32{
    scroll-margin-top: 8rem;
    scroll-margin-bottom: 8rem;
  }

  .xl\:scroll-my-36{
    scroll-margin-top: 9rem;
    scroll-margin-bottom: 9rem;
  }

  .xl\:scroll-my-4{
    scroll-margin-top: 1rem;
    scroll-margin-bottom: 1rem;
  }

  .xl\:scroll-my-40{
    scroll-margin-top: 10rem;
    scroll-margin-bottom: 10rem;
  }

  .xl\:scroll-my-44{
    scroll-margin-top: 11rem;
    scroll-margin-bottom: 11rem;
  }

  .xl\:scroll-my-48{
    scroll-margin-top: 12rem;
    scroll-margin-bottom: 12rem;
  }

  .xl\:scroll-my-5{
    scroll-margin-top: 1.25rem;
    scroll-margin-bottom: 1.25rem;
  }

  .xl\:scroll-my-52{
    scroll-margin-top: 13rem;
    scroll-margin-bottom: 13rem;
  }

  .xl\:scroll-my-56{
    scroll-margin-top: 14rem;
    scroll-margin-bottom: 14rem;
  }

  .xl\:scroll-my-6{
    scroll-margin-top: 1.5rem;
    scroll-margin-bottom: 1.5rem;
  }

  .xl\:scroll-my-60{
    scroll-margin-top: 15rem;
    scroll-margin-bottom: 15rem;
  }

  .xl\:scroll-my-64{
    scroll-margin-top: 16rem;
    scroll-margin-bottom: 16rem;
  }

  .xl\:scroll-my-7{
    scroll-margin-top: 1.75rem;
    scroll-margin-bottom: 1.75rem;
  }

  .xl\:scroll-my-72{
    scroll-margin-top: 18rem;
    scroll-margin-bottom: 18rem;
  }

  .xl\:scroll-my-8{
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .xl\:scroll-my-80{
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .xl\:scroll-my-9{
    scroll-margin-top: 2.25rem;
    scroll-margin-bottom: 2.25rem;
  }

  .xl\:scroll-my-96{
    scroll-margin-top: 24rem;
    scroll-margin-bottom: 24rem;
  }

  .xl\:scroll-my-px{
    scroll-margin-top: 1px;
    scroll-margin-bottom: 1px;
  }

  .xl\:scroll-p-0{
    scroll-padding: 0px;
  }

  .xl\:scroll-p-0\.5{
    scroll-padding: 0.125rem;
  }

  .xl\:scroll-p-1{
    scroll-padding: 0.25rem;
  }

  .xl\:scroll-p-1\.5{
    scroll-padding: 0.375rem;
  }

  .xl\:scroll-p-10{
    scroll-padding: 2.5rem;
  }

  .xl\:scroll-p-11{
    scroll-padding: 2.75rem;
  }

  .xl\:scroll-p-12{
    scroll-padding: 3rem;
  }

  .xl\:scroll-p-14{
    scroll-padding: 3.5rem;
  }

  .xl\:scroll-p-16{
    scroll-padding: 4rem;
  }

  .xl\:scroll-p-2{
    scroll-padding: 0.5rem;
  }

  .xl\:scroll-p-2\.5{
    scroll-padding: 0.625rem;
  }

  .xl\:scroll-p-20{
    scroll-padding: 5rem;
  }

  .xl\:scroll-p-24{
    scroll-padding: 6rem;
  }

  .xl\:scroll-p-28{
    scroll-padding: 7rem;
  }

  .xl\:scroll-p-3{
    scroll-padding: 0.75rem;
  }

  .xl\:scroll-p-3\.5{
    scroll-padding: 0.875rem;
  }

  .xl\:scroll-p-32{
    scroll-padding: 8rem;
  }

  .xl\:scroll-p-36{
    scroll-padding: 9rem;
  }

  .xl\:scroll-p-4{
    scroll-padding: 1rem;
  }

  .xl\:scroll-p-40{
    scroll-padding: 10rem;
  }

  .xl\:scroll-p-44{
    scroll-padding: 11rem;
  }

  .xl\:scroll-p-48{
    scroll-padding: 12rem;
  }

  .xl\:scroll-p-5{
    scroll-padding: 1.25rem;
  }

  .xl\:scroll-p-52{
    scroll-padding: 13rem;
  }

  .xl\:scroll-p-56{
    scroll-padding: 14rem;
  }

  .xl\:scroll-p-6{
    scroll-padding: 1.5rem;
  }

  .xl\:scroll-p-60{
    scroll-padding: 15rem;
  }

  .xl\:scroll-p-64{
    scroll-padding: 16rem;
  }

  .xl\:scroll-p-7{
    scroll-padding: 1.75rem;
  }

  .xl\:scroll-p-72{
    scroll-padding: 18rem;
  }

  .xl\:scroll-p-8{
    scroll-padding: 2rem;
  }

  .xl\:scroll-p-80{
    scroll-padding: 20rem;
  }

  .xl\:scroll-p-9{
    scroll-padding: 2.25rem;
  }

  .xl\:scroll-p-96{
    scroll-padding: 24rem;
  }

  .xl\:scroll-p-px{
    scroll-padding: 1px;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-wrap-reverse{
    flex-wrap: wrap-reverse;
  }

  .xl\:justify-between{
    justify-content: space-between;
  }

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-0\.5{
    gap: 0.125rem;
  }

  .xl\:gap-1{
    gap: 0.25rem;
  }

  .xl\:gap-1\.5{
    gap: 0.375rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-11{
    gap: 2.75rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-2\.5{
    gap: 0.625rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-28{
    gap: 7rem;
  }

  .xl\:gap-3{
    gap: 0.75rem;
  }

  .xl\:gap-3\.5{
    gap: 0.875rem;
  }

  .xl\:gap-32{
    gap: 8rem;
  }

  .xl\:gap-36{
    gap: 9rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-40{
    gap: 10rem;
  }

  .xl\:gap-44{
    gap: 11rem;
  }

  .xl\:gap-48{
    gap: 12rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-52{
    gap: 13rem;
  }

  .xl\:gap-56{
    gap: 14rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-60{
    gap: 15rem;
  }

  .xl\:gap-64{
    gap: 16rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-72{
    gap: 18rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-80{
    gap: 20rem;
  }

  .xl\:gap-9{
    gap: 2.25rem;
  }

  .xl\:gap-96{
    gap: 24rem;
  }

  .xl\:gap-px{
    gap: 1px;
  }

  .xl\:gap-x-0{
    column-gap: 0px;
  }

  .xl\:gap-x-0\.5{
    column-gap: 0.125rem;
  }

  .xl\:gap-x-1{
    column-gap: 0.25rem;
  }

  .xl\:gap-x-1\.5{
    column-gap: 0.375rem;
  }

  .xl\:gap-x-10{
    column-gap: 2.5rem;
  }

  .xl\:gap-x-11{
    column-gap: 2.75rem;
  }

  .xl\:gap-x-12{
    column-gap: 3rem;
  }

  .xl\:gap-x-14{
    column-gap: 3.5rem;
  }

  .xl\:gap-x-16{
    column-gap: 4rem;
  }

  .xl\:gap-x-2{
    column-gap: 0.5rem;
  }

  .xl\:gap-x-2\.5{
    column-gap: 0.625rem;
  }

  .xl\:gap-x-20{
    column-gap: 5rem;
  }

  .xl\:gap-x-24{
    column-gap: 6rem;
  }

  .xl\:gap-x-28{
    column-gap: 7rem;
  }

  .xl\:gap-x-3{
    column-gap: 0.75rem;
  }

  .xl\:gap-x-3\.5{
    column-gap: 0.875rem;
  }

  .xl\:gap-x-32{
    column-gap: 8rem;
  }

  .xl\:gap-x-36{
    column-gap: 9rem;
  }

  .xl\:gap-x-4{
    column-gap: 1rem;
  }

  .xl\:gap-x-40{
    column-gap: 10rem;
  }

  .xl\:gap-x-44{
    column-gap: 11rem;
  }

  .xl\:gap-x-48{
    column-gap: 12rem;
  }

  .xl\:gap-x-5{
    column-gap: 1.25rem;
  }

  .xl\:gap-x-52{
    column-gap: 13rem;
  }

  .xl\:gap-x-56{
    column-gap: 14rem;
  }

  .xl\:gap-x-6{
    column-gap: 1.5rem;
  }

  .xl\:gap-x-60{
    column-gap: 15rem;
  }

  .xl\:gap-x-64{
    column-gap: 16rem;
  }

  .xl\:gap-x-7{
    column-gap: 1.75rem;
  }

  .xl\:gap-x-72{
    column-gap: 18rem;
  }

  .xl\:gap-x-8{
    column-gap: 2rem;
  }

  .xl\:gap-x-80{
    column-gap: 20rem;
  }

  .xl\:gap-x-9{
    column-gap: 2.25rem;
  }

  .xl\:gap-x-96{
    column-gap: 24rem;
  }

  .xl\:gap-x-px{
    column-gap: 1px;
  }

  .xl\:gap-y-0{
    row-gap: 0px;
  }

  .xl\:gap-y-0\.5{
    row-gap: 0.125rem;
  }

  .xl\:gap-y-1{
    row-gap: 0.25rem;
  }

  .xl\:gap-y-1\.5{
    row-gap: 0.375rem;
  }

  .xl\:gap-y-10{
    row-gap: 2.5rem;
  }

  .xl\:gap-y-11{
    row-gap: 2.75rem;
  }

  .xl\:gap-y-12{
    row-gap: 3rem;
  }

  .xl\:gap-y-14{
    row-gap: 3.5rem;
  }

  .xl\:gap-y-16{
    row-gap: 4rem;
  }

  .xl\:gap-y-2{
    row-gap: 0.5rem;
  }

  .xl\:gap-y-2\.5{
    row-gap: 0.625rem;
  }

  .xl\:gap-y-20{
    row-gap: 5rem;
  }

  .xl\:gap-y-24{
    row-gap: 6rem;
  }

  .xl\:gap-y-28{
    row-gap: 7rem;
  }

  .xl\:gap-y-3{
    row-gap: 0.75rem;
  }

  .xl\:gap-y-3\.5{
    row-gap: 0.875rem;
  }

  .xl\:gap-y-32{
    row-gap: 8rem;
  }

  .xl\:gap-y-36{
    row-gap: 9rem;
  }

  .xl\:gap-y-4{
    row-gap: 1rem;
  }

  .xl\:gap-y-40{
    row-gap: 10rem;
  }

  .xl\:gap-y-44{
    row-gap: 11rem;
  }

  .xl\:gap-y-48{
    row-gap: 12rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:gap-y-52{
    row-gap: 13rem;
  }

  .xl\:gap-y-56{
    row-gap: 14rem;
  }

  .xl\:gap-y-6{
    row-gap: 1.5rem;
  }

  .xl\:gap-y-60{
    row-gap: 15rem;
  }

  .xl\:gap-y-64{
    row-gap: 16rem;
  }

  .xl\:gap-y-7{
    row-gap: 1.75rem;
  }

  .xl\:gap-y-72{
    row-gap: 18rem;
  }

  .xl\:gap-y-8{
    row-gap: 2rem;
  }

  .xl\:gap-y-80{
    row-gap: 20rem;
  }

  .xl\:gap-y-9{
    row-gap: 2.25rem;
  }

  .xl\:gap-y-96{
    row-gap: 24rem;
  }

  .xl\:gap-y-px{
    row-gap: 1px;
  }

  .xl\:rounded-2xl{
    border-radius: 1rem;
  }

  .xl\:rounded-xl{
    border-radius: 0.75rem;
  }

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

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

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

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

  .xl\:p-0{
    padding: 0px;
  }

  .xl\:p-0\.5{
    padding: 0.125rem;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-1\.5{
    padding: 0.375rem;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-11{
    padding: 2.75rem;
  }

  .xl\:p-12{
    padding: 3rem;
  }

  .xl\:p-14{
    padding: 3.5rem;
  }

  .xl\:p-16{
    padding: 4rem;
  }

  .xl\:p-2{
    padding: 0.5rem;
  }

  .xl\:p-2\.5{
    padding: 0.625rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-24{
    padding: 6rem;
  }

  .xl\:p-28{
    padding: 7rem;
  }

  .xl\:p-3{
    padding: 0.75rem;
  }

  .xl\:p-3\.5{
    padding: 0.875rem;
  }

  .xl\:p-32{
    padding: 8rem;
  }

  .xl\:p-36{
    padding: 9rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:p-40{
    padding: 10rem;
  }

  .xl\:p-44{
    padding: 11rem;
  }

  .xl\:p-48{
    padding: 12rem;
  }

  .xl\:p-5{
    padding: 1.25rem;
  }

  .xl\:p-52{
    padding: 13rem;
  }

  .xl\:p-56{
    padding: 14rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-60{
    padding: 15rem;
  }

  .xl\:p-64{
    padding: 16rem;
  }

  .xl\:p-7{
    padding: 1.75rem;
  }

  .xl\:p-72{
    padding: 18rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:p-80{
    padding: 20rem;
  }

  .xl\:p-9{
    padding: 2.25rem;
  }

  .xl\:p-96{
    padding: 24rem;
  }

  .xl\:p-px{
    padding: 1px;
  }

  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .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-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pl-32{
    padding-left: 8rem;
  }

  .xl\:pr-12{
    padding-right: 3rem;
  }

  .xl\:pt-0{
    padding-top: 0px;
  }

  .xl\:pt-28{
    padding-top: 7rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:text-\[32px\]{
    font-size: 32px;
  }

  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\: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);
  }

  .xl\:drop-shadow-2xl{
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    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);
  }

  .xl\:drop-shadow-lg{
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    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);
  }

  .xl\: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);
  }

  .xl\:drop-shadow-none{
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    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);
  }

  .xl\:drop-shadow-sm{
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    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);
  }

  .xl\:drop-shadow-xl{
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    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);
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-0{
    --tw-backdrop-blur: blur(0);
    -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);
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-3xl{
    --tw-backdrop-blur: blur(64px);
    -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);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-none{
    --tw-backdrop-blur:  ;
    -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);
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-xl{
    --tw-backdrop-blur: blur(24px);
    -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);
  }

  .xl\:backdrop-brightness-0{
    --tw-backdrop-brightness: brightness(0);
    -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);
  }

  .xl\:backdrop-brightness-100{
    --tw-backdrop-brightness: brightness(1);
    -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);
  }

  .xl\:backdrop-brightness-105{
    --tw-backdrop-brightness: brightness(1.05);
    -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);
  }

  .xl\:backdrop-brightness-110{
    --tw-backdrop-brightness: brightness(1.1);
    -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);
  }

  .xl\:backdrop-brightness-125{
    --tw-backdrop-brightness: brightness(1.25);
    -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);
  }

  .xl\:backdrop-brightness-150{
    --tw-backdrop-brightness: brightness(1.5);
    -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);
  }

  .xl\:backdrop-brightness-200{
    --tw-backdrop-brightness: brightness(2);
    -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);
  }

  .xl\:backdrop-brightness-50{
    --tw-backdrop-brightness: brightness(.5);
    -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);
  }

  .xl\:backdrop-brightness-75{
    --tw-backdrop-brightness: brightness(.75);
    -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);
  }

  .xl\:backdrop-brightness-90{
    --tw-backdrop-brightness: brightness(.9);
    -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);
  }

  .xl\:backdrop-brightness-95{
    --tw-backdrop-brightness: brightness(.95);
    -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);
  }

  .xl\:backdrop-contrast-0{
    --tw-backdrop-contrast: contrast(0);
    -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);
  }

  .xl\:backdrop-contrast-100{
    --tw-backdrop-contrast: contrast(1);
    -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);
  }

  .xl\:backdrop-contrast-125{
    --tw-backdrop-contrast: contrast(1.25);
    -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);
  }

  .xl\:backdrop-contrast-150{
    --tw-backdrop-contrast: contrast(1.5);
    -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);
  }

  .xl\:backdrop-contrast-200{
    --tw-backdrop-contrast: contrast(2);
    -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);
  }

  .xl\:backdrop-contrast-50{
    --tw-backdrop-contrast: contrast(.5);
    -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);
  }

  .xl\:backdrop-contrast-75{
    --tw-backdrop-contrast: contrast(.75);
    -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);
  }

  .xl\:backdrop-grayscale{
    --tw-backdrop-grayscale: grayscale(100%);
    -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);
  }

  .xl\:backdrop-grayscale-0{
    --tw-backdrop-grayscale: grayscale(0);
    -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);
  }

  .xl\:-backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(-0deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(-15deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(-180deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(-30deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(-60deg);
    -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);
  }

  .xl\:-backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(-90deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-0{
    --tw-backdrop-hue-rotate: hue-rotate(0deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-15{
    --tw-backdrop-hue-rotate: hue-rotate(15deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-180{
    --tw-backdrop-hue-rotate: hue-rotate(180deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-30{
    --tw-backdrop-hue-rotate: hue-rotate(30deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-60{
    --tw-backdrop-hue-rotate: hue-rotate(60deg);
    -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);
  }

  .xl\:backdrop-hue-rotate-90{
    --tw-backdrop-hue-rotate: hue-rotate(90deg);
    -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);
  }

  .xl\:backdrop-invert{
    --tw-backdrop-invert: invert(100%);
    -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);
  }

  .xl\:backdrop-invert-0{
    --tw-backdrop-invert: invert(0);
    -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);
  }

  .xl\:backdrop-opacity-0{
    --tw-backdrop-opacity: opacity(0);
    -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);
  }

  .xl\:backdrop-opacity-10{
    --tw-backdrop-opacity: opacity(0.1);
    -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);
  }

  .xl\:backdrop-opacity-100{
    --tw-backdrop-opacity: opacity(1);
    -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);
  }

  .xl\:backdrop-opacity-15{
    --tw-backdrop-opacity: opacity(0.15);
    -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);
  }

  .xl\:backdrop-opacity-20{
    --tw-backdrop-opacity: opacity(0.2);
    -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);
  }

  .xl\:backdrop-opacity-25{
    --tw-backdrop-opacity: opacity(0.25);
    -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);
  }

  .xl\:backdrop-opacity-30{
    --tw-backdrop-opacity: opacity(0.3);
    -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);
  }

  .xl\:backdrop-opacity-35{
    --tw-backdrop-opacity: opacity(0.35);
    -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);
  }

  .xl\:backdrop-opacity-40{
    --tw-backdrop-opacity: opacity(0.4);
    -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);
  }

  .xl\:backdrop-opacity-45{
    --tw-backdrop-opacity: opacity(0.45);
    -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);
  }

  .xl\:backdrop-opacity-5{
    --tw-backdrop-opacity: opacity(0.05);
    -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);
  }

  .xl\:backdrop-opacity-50{
    --tw-backdrop-opacity: opacity(0.5);
    -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);
  }

  .xl\:backdrop-opacity-55{
    --tw-backdrop-opacity: opacity(0.55);
    -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);
  }

  .xl\:backdrop-opacity-60{
    --tw-backdrop-opacity: opacity(0.6);
    -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);
  }

  .xl\:backdrop-opacity-65{
    --tw-backdrop-opacity: opacity(0.65);
    -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);
  }

  .xl\:backdrop-opacity-70{
    --tw-backdrop-opacity: opacity(0.7);
    -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);
  }

  .xl\:backdrop-opacity-75{
    --tw-backdrop-opacity: opacity(0.75);
    -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);
  }

  .xl\:backdrop-opacity-80{
    --tw-backdrop-opacity: opacity(0.8);
    -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);
  }

  .xl\:backdrop-opacity-85{
    --tw-backdrop-opacity: opacity(0.85);
    -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);
  }

  .xl\:backdrop-opacity-90{
    --tw-backdrop-opacity: opacity(0.9);
    -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);
  }

  .xl\:backdrop-opacity-95{
    --tw-backdrop-opacity: opacity(0.95);
    -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);
  }

  .xl\:backdrop-saturate-0{
    --tw-backdrop-saturate: saturate(0);
    -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);
  }

  .xl\:backdrop-saturate-100{
    --tw-backdrop-saturate: saturate(1);
    -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);
  }

  .xl\:backdrop-saturate-150{
    --tw-backdrop-saturate: saturate(1.5);
    -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);
  }

  .xl\:backdrop-saturate-200{
    --tw-backdrop-saturate: saturate(2);
    -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);
  }

  .xl\:backdrop-saturate-50{
    --tw-backdrop-saturate: saturate(.5);
    -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);
  }

  .xl\:backdrop-sepia{
    --tw-backdrop-sepia: sepia(100%);
    -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);
  }

  .xl\:backdrop-sepia-0{
    --tw-backdrop-sepia: sepia(0);
    -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);
  }

  .xl\:backdrop-filter{
    -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);
  }

  .xl\:backdrop-filter-none{
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
@media (min-width: 1536px){

  .\32xl\:-mt-96{
    margin-top: -24rem;
  }

  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:aspect-interior-header-lg{
    aspect-ratio: 16 / 3;
  }

  .\32xl\:h-full{
    height: 100%;
  }

  .\32xl\:gap-16{
    gap: 4rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:pr-16{
    padding-right: 4rem;
  }

  .\32xl\:pt-32{
    padding-top: 8rem;
  }

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

