/*
! tailwindcss v3.3.5 | 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: currentColor;
    /* 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.
*/

html {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: Barlow, Helvetica, ui-sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
}

/*
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. 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-size: 1em;
    /* 2 */
}

/*
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 */
    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,
[type='button'],
[type='reset'],
[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::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        /* 1 */
        color: #9ca3af;
        /* 2 */
    }

    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] {
    display: none;
}

[type='text'], input:where(:not([type])), [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

    [type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
        --tw-ring-offset-width: 0px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        border-color: #2563eb;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        color: #6b7280;
        opacity: 1;
    }

    input::placeholder, textarea::placeholder {
        color: #6b7280;
        opacity: 1;
    }

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}

select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

[multiple], [size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
    print-color-adjust: unset;
}

[type='checkbox'], [type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
    border-radius: 0px;
}

[type='radio'] {
    border-radius: 100%;
}

    [type='checkbox']:focus, [type='radio']:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fff;
        --tw-ring-color: #2563eb;
        --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    [type='checkbox']:checked, [type='radio']:checked {
        border-color: transparent;
        background-color: currentColor;
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
    [type='radio']:checked {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover, [type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}

[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

    [type='file']:focus {
        outline: 1px solid ButtonText;
        outline: 1px auto -webkit-focus-ring-color;
    }

/* GLOBAL */

body {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 47 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
}

/* Can't specify text-transform for font-size property in Tailwind config, so we force it here for styles that require it */

[class*="text-eyebrow-"] {
    text-transform: uppercase;
}

/* @todo: temp (replacing with plugin) */

select, input, textarea {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.Page {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width-page);
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
    padding-top: 3rem;
    padding-bottom: 9rem;
}

@media (max-width: 768px) {
    .Page {
        padding-left: var(--mobile-page-gutter);
        padding-right: var(--mobile-page-gutter);
        padding-bottom: 4rem;
    }
}

@media (max-height: 905px) {
    .Page {
        padding-top: 1rem;
    }
}

*, ::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:;
}

::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:;
}

.container {
    width: 100%;
}

.pointer-events-none {
    pointer-events: none;
}

.fixed {
    position: fixed;
}

.\!absolute {
    position: absolute !important;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.-bottom-14 {
    bottom: -3.5rem;
}

.-bottom-16 {
    bottom: -4rem;
}

.-left-0 {
    left: -0px;
}

.-left-4 {
    left: -1rem;
}

.-left-\[3px\] {
    left: -3px;
}

.-right-0 {
    right: -0px;
}

.-right-0\.5 {
    right: -0.125rem;
}

.-right-4 {
    right: -1rem;
}

.-top-0 {
    top: -0px;
}

.-top-0\.5 {
    top: -0.125rem;
}

.-top-5 {
    top: -1.25rem;
}

.bottom-1 {
    bottom: 0.25rem;
}

.bottom-3 {
    bottom: 0.75rem;
}

.bottom-5 {
    bottom: 1.25rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-\[39\%\] {
    left: 39%;
}

.left-\[calc\(80vw-4rem\)\] {
    left: calc(80vw - 4rem);
}

.left-full {
    left: 100%;
}

.right-0 {
    right: 0px;
}

.right-12 {
    right: 3rem;
}

.right-4 {
    right: 1rem;
}

.right-6 {
    right: 1.5rem;
}

.right-8 {
    right: 2rem;
}

.right-page-gutter {
    right: var(--page-gutter);
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-1\/2 {
    top: 50%;
}

.top-4 {
    top: 1rem;
}

.top-6 {
    top: 1.5rem;
}

.top-\[39\%\] {
    top: 39%;
}

.top-\[calc\(12\.5vh-1rem\)\] {
    top: calc(12.5vh - 1rem);
}

.top-\[calc\(theme\(spacing\.header-height\)\+theme\(spacing\.page-gutter\)\)\] {
    top: calc(var(--header-height));
}

.top-after-header {
    top: var(--header-height);
}

.h-sub-header-height {
    height: 64px;
}

.top-header-height {
    top: var(--header-height);
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.order-1 {
    order: 1;
}

.order-last {
    order: 9999;
}

.col-span-1 {
    grid-column: span 1 / span 1;
}

.col-span-10 {
    grid-column: span 10 / span 10;
}

.col-span-11 {
    grid-column: span 11 / span 11;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-8 {
    grid-column: span 8 / span 8;
}

.col-span-9 {
    grid-column: span 9 / span 9;
}

.col-span-full {
    grid-column: 1 / -1;
}

.row-auto {
    grid-row: auto;
}

.row-span-1 {
    grid-row: span 1 / span 1;
}

.row-span-2 {
    grid-row: span 2 / span 2;
}

.row-span-3 {
    grid-row: span 3 / span 3;
}

.row-span-4 {
    grid-row: span 4 / span 4;
}

.row-span-5 {
    grid-row: span 5 / span 5;
}

.row-span-6 {
    grid-row: span 6 / span 6;
}

.row-span-full {
    grid-row: 1 / -1;
}

.row-start-1 {
    grid-row-start: 1;
}

.row-start-2 {
    grid-row-start: 2;
}

.row-start-3 {
    grid-row-start: 3;
}

.row-start-4 {
    grid-row-start: 4;
}

.row-start-5 {
    grid-row-start: 5;
}

.row-start-6 {
    grid-row-start: 6;
}

.row-start-7 {
    grid-row-start: 7;
}

.row-start-auto {
    grid-row-start: auto;
}

.row-end-1 {
    grid-row-end: 1;
}

.row-end-2 {
    grid-row-end: 2;
}

.row-end-3 {
    grid-row-end: 3;
}

.row-end-4 {
    grid-row-end: 4;
}

.row-end-5 {
    grid-row-end: 5;
}

.row-end-6 {
    grid-row-end: 6;
}

.row-end-7 {
    grid-row-end: 7;
}

.row-end-auto {
    grid-row-end: auto;
}

.m-1 {
    margin: 0.25rem;
}

.m-1\.5 {
    margin: 0.375rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.\!ml-0 {
    margin-left: 0px !important;
}

.\!mt-0 {
    margin-top: 0px !important;
}

.-mt-3 {
    margin-top: -0.75rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[0\.2rem\] {
    margin-bottom: 0.2rem;
}

.me-1 {
    margin-inline-end: 0.25rem;
}

.me-1\.5 {
    margin-inline-end: 0.375rem;
}

.me-2 {
    margin-inline-end: 0.5rem;
}

.me-4 {
    margin-inline-end: 1rem;
}

.me-6 {
    margin-inline-end: 1.5rem;
}

.me-7 {
    margin-inline-end: 1.75rem;
}

.me-8 {
    margin-inline-end: 2rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ms-1 {
    margin-inline-start: 0.25rem;
}

.ms-2 {
    margin-inline-start: 0.5rem;
}

.ms-5 {
    margin-inline-start: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.table-row-group {
    display: table-row-group;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.h-0 {
    height: 0px;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

.h-1\.5 {
    height: 0.375rem;
}

.h-1\/2 {
    height: 50%;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-1\/4 {
    height: 25%;
}

.h-1\/5 {
    height: 20%;
}

.h-1\/6 {
    height: 16.666667%;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-16x9 {
    height: 56.25%;
}

.h-1x1 {
    height: 100%;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-2\/3 {
    height: 66.666667%;
}

.h-2\/4 {
    height: 50%;
}

.h-2\/5 {
    height: 40%;
}

.h-2\/6 {
    height: 33.333333%;
}

.h-20 {
    height: 5rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-2px {
    height: 2px;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-3\/4 {
    height: 75%;
}

.h-3\/5 {
    height: 60%;
}

.h-3\/6 {
    height: 50%;
}

.h-32 {
    height: 8rem;
}

.h-36 {
    height: 9rem;
}

.h-3px {
    height: 3px;
}

.h-4 {
    height: 1rem;
}

.h-4\/5 {
    height: 80%;
}

.h-4\/6 {
    height: 66.666667%;
}

.h-40 {
    height: 10rem;
}

.h-44 {
    height: 11rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-5\/6 {
    height: 83.333333%;
}

.h-52 {
    height: 13rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-60 {
    height: 15rem;
}

.h-64 {
    height: 16rem;
}

.h-7 {
    height: 1.75rem;
}

.h-72 {
    height: 18rem;
}

.h-8 {
    height: 2rem;
}

.h-80 {
    height: 20rem;
}

.h-9 {
    height: 2.25rem;
}

.h-96 {
    height: 24rem;
}

.h-\[212px\] {
    height: 212px;
}

.h-\[27\.5px\] {
    height: 27.5px;
}

.h-\[50px\] {
    height: 50px;
}

.h-\[52px\] {
    height: 52px;
}

.h-auto {
    height: auto;
}

.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}

.h-full {
    height: 100%;
}

.h-header-height {
    height: var(--header-height);
}

.h-max {
    height: -moz-max-content;
    height: max-content;
}

.h-min {
    height: -moz-min-content;
    height: min-content;
}

.h-mobile-page-gutter {
    height: var(--mobile-page-gutter);
}

.h-page-gutter {
    height: var(--page-gutter);
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-0 {
    max-height: 0px;
}

.max-h-0\.5 {
    max-height: 0.125rem;
}

.max-h-1 {
    max-height: 0.25rem;
}

.max-h-1\.5 {
    max-height: 0.375rem;
}

.max-h-10 {
    max-height: 2.5rem;
}

.max-h-11 {
    max-height: 2.75rem;
}

.max-h-12 {
    max-height: 3rem;
}

.max-h-14 {
    max-height: 3.5rem;
}

.max-h-16 {
    max-height: 4rem;
}

.max-h-16x9 {
    max-height: 56.25%;
}

.max-h-1x1 {
    max-height: 100%;
}

.max-h-2 {
    max-height: 0.5rem;
}

.max-h-2\.5 {
    max-height: 0.625rem;
}

.max-h-20 {
    max-height: 5rem;
}

.max-h-24 {
    max-height: 6rem;
}

.max-h-28 {
    max-height: 7rem;
}

.max-h-2px {
    max-height: 2px;
}

.max-h-3 {
    max-height: 0.75rem;
}

.max-h-3\.5 {
    max-height: 0.875rem;
}

.max-h-32 {
    max-height: 8rem;
}

.max-h-36 {
    max-height: 9rem;
}

.max-h-3px {
    max-height: 3px;
}

.max-h-4 {
    max-height: 1rem;
}

.max-h-40 {
    max-height: 10rem;
}

.max-h-44 {
    max-height: 11rem;
}

.max-h-48 {
    max-height: 12rem;
}

.max-h-5 {
    max-height: 1.25rem;
}

.max-h-52 {
    max-height: 13rem;
}

.max-h-56 {
    max-height: 14rem;
}

.max-h-6 {
    max-height: 1.5rem;
}

.max-h-60 {
    max-height: 15rem;
}

.max-h-64 {
    max-height: 16rem;
}

.max-h-7 {
    max-height: 1.75rem;
}

.max-h-72 {
    max-height: 18rem;
}

.max-h-\[75\%\] {
    max-height: 75%;
}

.max-h-8 {
    max-height: 2rem;
}

.max-h-80 {
    max-height: 20rem;
}

.max-h-9 {
    max-height: 2.25rem;
}

.max-h-96 {
    max-height: 24rem;
}

.max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
}

.max-h-full {
    max-height: 100%;
}

.max-h-header-height {
    max-height: var(--header-height);
}

.max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
}

.max-h-min {
    max-height: -moz-min-content;
    max-height: min-content;
}

.max-h-mobile-page-gutter {
    max-height: var(--mobile-page-gutter);
}

.max-h-none {
    max-height: none;
}

.max-h-page-gutter {
    max-height: var(--page-gutter);
}

.max-h-px {
    max-height: 1px;
}

.max-h-screen {
    max-height: 100vh;
}

.min-h-0 {
    min-height: 0px;
}

.min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
}

.min-h-full {
    min-height: 100%;
}

.min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
}

.min-h-min {
    min-height: -moz-min-content;
    min-height: min-content;
}

.min-h-screen {
    min-height: 100vh;
}

.min-\[1250px\]\:left-\[calc\(50vw\+375px-4rem\)\] {
    @media (width >= 1250px) {
        left: calc(50vw + 375px - 4rem);
    }
}

.w-0,
.w-0\/5 {
    width: 0px;
}

.w-0\.5 {
    width: 0.125rem;
}

.w-1 {
    width: 0.25rem;
}

.w-1\.5 {
    width: 0.375rem;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/5 {
    width: 20%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-10 {
    width: 2.5rem;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11 {
    width: 2.75rem;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-16x9 {
    width: 56.25%;
}

.w-1x1 {
    width: 100%;
}

.w-2 {
    width: 0.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-2\/4 {
    width: 50%;
}

.w-2\/5 {
    width: 40%;
}

.w-2\/6 {
    width: 33.333333%;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-2px {
    width: 2px;
}

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-3\/12 {
    width: 25%;
}

.w-3\/4 {
    width: 75%;
}

.w-3\/5 {
    width: 60%;
}

.w-3\/6 {
    width: 50%;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-3px {
    width: 3px;
}

.w-4 {
    width: 1rem;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-4\/5 {
    width: 80%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-6\/12 {
    width: 50%;
}

.w-60 {
    width: 15rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-72 {
    width: 18rem;
}

.w-8 {
    width: 2rem;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-80 {
    width: 20rem;
}

.w-9 {
    width: 2.25rem;
}

.w-9\/12 {
    width: 75%;
}

.w-96 {
    width: 24rem;
}

.w-\[80vw\] {
    width: 80vw;
}

.w-\[90vw\] {
    width: 90vw;
}

.w-\[110vw\] {
    width: 110vw;
}

.w-\[130vw\] {
    width: 130vw;
}

.w-\[19\%\] {
    width: 19%;
}

.w-\[31\%\] {
    width: 31%;
}

.w-\[32px\] {
    width: 32px;
}

.w-\[48\%\] {
    width: 48%;
}

.w-\[50px\] {
    width: 50px;
}

.w-\[65\%\] {
    width: 65%;
}

.w-\[calc\(100\%\+1rem\)\] {
    width: calc(100% + 1rem);
}

.w-\[calc\(100\%\+theme\(spacing\.page-gutter\)\)\] {
    width: calc(100% + var(--page-gutter));
}

.w-\[calc\(100\%-130px\)\] {
    width: calc(100% - 130px);
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-header-height {
    width: var(--header-height);
}

.w-max {
    width: -moz-max-content;
    width: max-content;
}

.w-min {
    width: -moz-min-content;
    width: min-content;
}

.w-mobile-page-gutter {
    width: var(--mobile-page-gutter);
}

.w-page-gutter {
    width: var(--page-gutter);
}

.w-px {
    width: 1px;
}

.w-screen {
    width: 100vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.min-w-full {
    min-width: 100%;
}

.min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
}

.min-w-min {
    min-width: -moz-min-content;
    min-width: min-content;
}

.max-w-0 {
    max-width: 0rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.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-\[700px\] {
    max-width: 700px;
}

.max-w-\[750px\] {
    max-width: 750px;
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.max-w-full {
    max-width: 100%;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-min {
    max-width: -moz-min-content;
    max-width: min-content;
}

.max-w-none {
    max-width: none;
}

.max-w-page {
    max-width: var(--max-width-page);
}

.max-w-prose {
    max-width: 65ch;
}

.max-w-sm {
    max-width: 24rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-xs {
    max-width: 20rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

.grow {
    flex-grow: 1;
}

.grow-0 {
    flex-grow: 0;
}

.basis-0 {
    flex-basis: 0px;
}

.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-16x9 {
    --tw-border-spacing-x: 56.25%;
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1x1 {
    --tw-border-spacing-x: 100%;
    --tw-border-spacing-y: 100%;
    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-2px {
    --tw-border-spacing-x: 2px;
    --tw-border-spacing-y: 2px;
    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-3px {
    --tw-border-spacing-x: 3px;
    --tw-border-spacing-y: 3px;
    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-header-height {
    --tw-border-spacing-x: var(--header-height);
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-mobile-page-gutter {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-page-gutter {
    --tw-border-spacing-x: var(--page-gutter);
    --tw-border-spacing-y: var(--page-gutter);
    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-16x9 {
    --tw-border-spacing-x: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1x1 {
    --tw-border-spacing-x: 100%;
    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-2px {
    --tw-border-spacing-x: 2px;
    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-3px {
    --tw-border-spacing-x: 3px;
    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-header-height {
    --tw-border-spacing-x: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-mobile-page-gutter {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-page-gutter {
    --tw-border-spacing-x: var(--page-gutter);
    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-16x9 {
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1x1 {
    --tw-border-spacing-y: 100%;
    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-2px {
    --tw-border-spacing-y: 2px;
    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-3px {
    --tw-border-spacing-y: 3px;
    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-header-height {
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-mobile-page-gutter {
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-page-gutter {
    --tw-border-spacing-y: var(--page-gutter);
    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 {
    transform-origin: top;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
}

.-translate-y-px {
    --tw-translate-y: -1px;
    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));
}

.translate-x-1\/2 {
    --tw-translate-x: 50%;
    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));
}

.translate-y-0 {
    --tw-translate-y: 0px;
    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));
}

.translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-32 {
    --tw-translate-y: 8rem;
    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));
}

.-skew-x-0 {
    --tw-skew-x: -0deg;
    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));
}

.-skew-x-1 {
    --tw-skew-x: -1deg;
    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));
}

.-skew-x-12 {
    --tw-skew-x: -12deg;
    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));
}

.-skew-x-2 {
    --tw-skew-x: -2deg;
    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));
}

.-skew-x-3 {
    --tw-skew-x: -3deg;
    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));
}

.-skew-x-6 {
    --tw-skew-x: -6deg;
    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));
}

.-skew-y-0 {
    --tw-skew-y: -0deg;
    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));
}

.-skew-y-1 {
    --tw-skew-y: -1deg;
    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));
}

.-skew-y-12 {
    --tw-skew-y: -12deg;
    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));
}

.-skew-y-2 {
    --tw-skew-y: -2deg;
    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));
}

.-skew-y-3 {
    --tw-skew-y: -3deg;
    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));
}

.-skew-y-6 {
    --tw-skew-y: -6deg;
    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));
}

.skew-x-0 {
    --tw-skew-x: 0deg;
    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));
}

.skew-x-1 {
    --tw-skew-x: 1deg;
    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));
}

.skew-x-12 {
    --tw-skew-x: 12deg;
    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));
}

.skew-x-2 {
    --tw-skew-x: 2deg;
    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));
}

.skew-x-3 {
    --tw-skew-x: 3deg;
    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));
}

.skew-x-6 {
    --tw-skew-x: 6deg;
    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));
}

.skew-y-0 {
    --tw-skew-y: 0deg;
    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));
}

.skew-y-1 {
    --tw-skew-y: 1deg;
    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));
}

.skew-y-12 {
    --tw-skew-y: 12deg;
    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));
}

.skew-y-2 {
    --tw-skew-y: 2deg;
    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));
}

.skew-y-3 {
    --tw-skew-y: 3deg;
    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));
}

.skew-y-6 {
    --tw-skew-y: 6deg;
    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-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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-none {
    transform: none;
}

@keyframes loading {
    from, 5%, 95%, to {
        transform: translateY(0) scaleY(1);
        background-color: #7D2991;
    }

    16.7% {
        transform: translateY(0) scaleY(8);
    }

    28.3%, 38.3% {
        transform: translateY(5.25em) scaleY(1);
    }

    50% {
        transform: translateY(2.625em) scaleY(4.5);
        background-color: #5AE24B;
    }

    61.7%, 71.7% {
        transform: translateY(2.625em) scaleY(1);
    }

    83.3% {
        transform: translateY(0) scaleY(4.5);
    }
}

.animate-loading1 {
    animation: loading 2s ease-in-out infinite;
}

@keyframes loading {
    from, 5%, 95%, to {
        transform: translateY(0) scaleY(1);
        background-color: #7D2991;
    }

    16.7% {
        transform: translateY(0) scaleY(8);
    }

    28.3%, 38.3% {
        transform: translateY(5.25em) scaleY(1);
    }

    50% {
        transform: translateY(2.625em) scaleY(4.5);
        background-color: #5AE24B;
    }

    61.7%, 71.7% {
        transform: translateY(2.625em) scaleY(1);
    }

    83.3% {
        transform: translateY(0) scaleY(4.5);
    }
}

.animate-loading2 {
    animation: loading 2s ease-in-out 0.1s infinite;
}

@keyframes loading {
    from, 5%, 95%, to {
        transform: translateY(0) scaleY(1);
        background-color: #7D2991;
    }

    16.7% {
        transform: translateY(0) scaleY(8);
    }

    28.3%, 38.3% {
        transform: translateY(5.25em) scaleY(1);
    }

    50% {
        transform: translateY(2.625em) scaleY(4.5);
        background-color: #5AE24B;
    }

    61.7%, 71.7% {
        transform: translateY(2.625em) scaleY(1);
    }

    83.3% {
        transform: translateY(0) scaleY(4.5);
    }
}

.animate-loading3 {
    animation: loading 2s ease-in-out 0.2s infinite;
}

@keyframes loading {
    from, 5%, 95%, to {
        transform: translateY(0) scaleY(1);
        background-color: #7D2991;
    }

    16.7% {
        transform: translateY(0) scaleY(8);
    }

    28.3%, 38.3% {
        transform: translateY(5.25em) scaleY(1);
    }

    50% {
        transform: translateY(2.625em) scaleY(4.5);
        background-color: #5AE24B;
    }

    61.7%, 71.7% {
        transform: translateY(2.625em) scaleY(1);
    }

    83.3% {
        transform: translateY(0) scaleY(4.5);
    }
}

.animate-loading4 {
    animation: loading 2s ease-in-out 0.3s infinite;
}

.cursor-\[initial\] {
    cursor: initial;
}

.cursor-context-menu {
    cursor: context-menu;
}

.cursor-ew-resize {
    cursor: ew-resize;
}

.cursor-nesw-resize {
    cursor: nesw-resize;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-nw-resize {
    cursor: nw-resize;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-row-resize {
    cursor: row-resize;
}

.cursor-sw-resize {
    cursor: sw-resize;
}

.cursor-w-resize {
    cursor: w-resize;
}

.touch-auto {
    touch-action: auto;
}

.touch-none {
    touch-action: none;
}

.touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
    --tw-pan-x: pan-left;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
    --tw-pan-x: pan-right;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
    --tw-pan-y: pan-y;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
    --tw-pan-y: pan-up;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
    --tw-pan-y: pan-down;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
    --tw-pinch-zoom: pinch-zoom;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
    touch-action: manipulation;
}

.resize-none {
    resize: none;
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.columns-2 {
    -moz-columns: 2;
    columns: 2;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-flow-dense {
    grid-auto-flow: dense;
}

.grid-flow-row-dense {
    grid-auto-flow: row dense;
}

.grid-flow-col-dense {
    grid-auto-flow: column dense;
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.place-content-center {
    place-content: center;
}

.place-content-between {
    place-content: space-between;
}

.place-items-center {
    place-items: center;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.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;
}

.justify-evenly {
    justify-content: space-evenly;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.gap-x-1\.5 {
    -moz-column-gap: 0.375rem;
    column-gap: 0.375rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

.place-self-center {
    place-self: center;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-clip {
    overflow: clip;
}

.overflow-visible {
    overflow: visible;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-clip {
    overflow-x: clip;
}

.overflow-y-clip {
    overflow-y: clip;
}

.overflow-x-visible {
    overflow-x: visible;
}

.overflow-y-visible {
    overflow-y: visible;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow-ellipsis {
    text-overflow: ellipsis;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.text-clip {
    text-overflow: clip;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[96px\] {
    border-radius: 96px;
}

.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-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
}

.rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
}

.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.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-b-\[3px\] {
    border-bottom-width: 3px;
}

.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-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 !important;
}

.border-none {
    border-style: none;
}

.border-accent-green-dark {
    --tw-border-opacity: 1;
    border-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-accent-green-dark\/0 {
    border-color: rgb(42 172 110 / 0);
}

.border-accent-green-dark\/10 {
    border-color: rgb(42 172 110 / 0.1);
}

.border-accent-green-dark\/100 {
    border-color: rgb(42 172 110 / 1);
}

.border-accent-green-dark\/20 {
    border-color: rgb(42 172 110 / 0.2);
}

.border-accent-green-dark\/25 {
    border-color: rgb(42 172 110 / 0.25);
}

.border-accent-green-dark\/30 {
    border-color: rgb(42 172 110 / 0.3);
}

.border-accent-green-dark\/40 {
    border-color: rgb(42 172 110 / 0.4);
}

.border-accent-green-dark\/5 {
    border-color: rgb(42 172 110 / 0.05);
}

.border-accent-green-dark\/50 {
    border-color: rgb(42 172 110 / 0.5);
}

.border-accent-green-dark\/60 {
    border-color: rgb(42 172 110 / 0.6);
}

.border-accent-green-dark\/70 {
    border-color: rgb(42 172 110 / 0.7);
}

.border-accent-green-dark\/75 {
    border-color: rgb(42 172 110 / 0.75);
}

.border-accent-green-dark\/80 {
    border-color: rgb(42 172 110 / 0.8);
}

.border-accent-green-dark\/90 {
    border-color: rgb(42 172 110 / 0.9);
}

.border-accent-green-dark\/95 {
    border-color: rgb(42 172 110 / 0.95);
}

.border-accent-green-light {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-accent-green-light\/0 {
    border-color: rgb(90 226 75 / 0);
}

.border-accent-green-light\/10 {
    border-color: rgb(90 226 75 / 0.1);
}

.border-accent-green-light\/100 {
    border-color: rgb(90 226 75 / 1);
}

.border-accent-green-light\/20 {
    border-color: rgb(90 226 75 / 0.2);
}

.border-accent-green-light\/25 {
    border-color: rgb(90 226 75 / 0.25);
}

.border-accent-green-light\/30 {
    border-color: rgb(90 226 75 / 0.3);
}

.border-accent-green-light\/40 {
    border-color: rgb(90 226 75 / 0.4);
}

.border-accent-green-light\/5 {
    border-color: rgb(90 226 75 / 0.05);
}

.border-accent-green-light\/50 {
    border-color: rgb(90 226 75 / 0.5);
}

.border-accent-green-light\/60 {
    border-color: rgb(90 226 75 / 0.6);
}

.border-accent-green-light\/70 {
    border-color: rgb(90 226 75 / 0.7);
}

.border-accent-green-light\/75 {
    border-color: rgb(90 226 75 / 0.75);
}

.border-accent-green-light\/80 {
    border-color: rgb(90 226 75 / 0.8);
}

.border-accent-green-light\/90 {
    border-color: rgb(90 226 75 / 0.9);
}

.border-accent-green-light\/95 {
    border-color: rgb(90 226 75 / 0.95);
}

.border-accent-purple {
    --tw-border-opacity: 1;
    border-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-accent-purple\/0 {
    border-color: rgb(192 69 221 / 0);
}

.border-accent-purple\/10 {
    border-color: rgb(192 69 221 / 0.1);
}

.border-accent-purple\/100 {
    border-color: rgb(192 69 221 / 1);
}

.border-accent-purple\/20 {
    border-color: rgb(192 69 221 / 0.2);
}

.border-accent-purple\/25 {
    border-color: rgb(192 69 221 / 0.25);
}

.border-accent-purple\/30 {
    border-color: rgb(192 69 221 / 0.3);
}

.border-accent-purple\/40 {
    border-color: rgb(192 69 221 / 0.4);
}

.border-accent-purple\/5 {
    border-color: rgb(192 69 221 / 0.05);
}

.border-accent-purple\/50 {
    border-color: rgb(192 69 221 / 0.5);
}

.border-accent-purple\/60 {
    border-color: rgb(192 69 221 / 0.6);
}

.border-accent-purple\/70 {
    border-color: rgb(192 69 221 / 0.7);
}

.border-accent-purple\/75 {
    border-color: rgb(192 69 221 / 0.75);
}

.border-accent-purple\/80 {
    border-color: rgb(192 69 221 / 0.8);
}

.border-accent-purple\/90 {
    border-color: rgb(192 69 221 / 0.9);
}

.border-accent-purple\/95 {
    border-color: rgb(192 69 221 / 0.95);
}

.border-current {
    border-color: currentColor;
}

.border-gray-10 {
    --tw-border-opacity: 1;
    border-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-gray-10\/0 {
    border-color: rgb(36 30 81 / 0);
}

.border-gray-10\/10 {
    border-color: rgb(36 30 81 / 0.1);
}

.border-gray-10\/100 {
    border-color: rgb(36 30 81 / 1);
}

.border-gray-10\/20 {
    border-color: rgb(36 30 81 / 0.2);
}

.border-gray-10\/25 {
    border-color: rgb(36 30 81 / 0.25);
}

.border-gray-10\/30 {
    border-color: rgb(36 30 81 / 0.3);
}

.border-gray-10\/40 {
    border-color: rgb(36 30 81 / 0.4);
}

.border-gray-10\/5 {
    border-color: rgb(36 30 81 / 0.05);
}

.border-gray-10\/50 {
    border-color: rgb(36 30 81 / 0.5);
}

.border-gray-10\/60 {
    border-color: rgb(36 30 81 / 0.6);
}

.border-gray-10\/70 {
    border-color: rgb(36 30 81 / 0.7);
}

.border-gray-10\/75 {
    border-color: rgb(36 30 81 / 0.75);
}

.border-gray-10\/80 {
    border-color: rgb(36 30 81 / 0.8);
}

.border-gray-10\/90 {
    border-color: rgb(36 30 81 / 0.9);
}

.border-gray-10\/95 {
    border-color: rgb(36 30 81 / 0.95);
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-gray-100\/0 {
    border-color: rgb(248 251 249 / 0);
}

.border-gray-100\/10 {
    border-color: rgb(248 251 249 / 0.1);
}

.border-gray-100\/100 {
    border-color: rgb(248 251 249 / 1);
}

.border-gray-100\/20 {
    border-color: rgb(248 251 249 / 0.2);
}

.border-gray-100\/25 {
    border-color: rgb(248 251 249 / 0.25);
}

.border-gray-100\/30 {
    border-color: rgb(248 251 249 / 0.3);
}

.border-gray-100\/40 {
    border-color: rgb(248 251 249 / 0.4);
}

.border-gray-100\/5 {
    border-color: rgb(248 251 249 / 0.05);
}

.border-gray-100\/50 {
    border-color: rgb(248 251 249 / 0.5);
}

.border-gray-100\/60 {
    border-color: rgb(248 251 249 / 0.6);
}

.border-gray-100\/70 {
    border-color: rgb(248 251 249 / 0.7);
}

.border-gray-100\/75 {
    border-color: rgb(248 251 249 / 0.75);
}

.border-gray-100\/80 {
    border-color: rgb(248 251 249 / 0.8);
}

.border-gray-100\/90 {
    border-color: rgb(248 251 249 / 0.9);
}

.border-gray-100\/95 {
    border-color: rgb(248 251 249 / 0.95);
}

.border-gray-20 {
    --tw-border-opacity: 1;
    border-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-gray-20\/0 {
    border-color: rgb(60 54 99 / 0);
}

.border-gray-20\/10 {
    border-color: rgb(60 54 99 / 0.1);
}

.border-gray-20\/100 {
    border-color: rgb(60 54 99 / 1);
}

.border-gray-20\/20 {
    border-color: rgb(60 54 99 / 0.2);
}

.border-gray-20\/25 {
    border-color: rgb(60 54 99 / 0.25);
}

.border-gray-20\/30 {
    border-color: rgb(60 54 99 / 0.3);
}

.border-gray-20\/40 {
    border-color: rgb(60 54 99 / 0.4);
}

.border-gray-20\/5 {
    border-color: rgb(60 54 99 / 0.05);
}

.border-gray-20\/50 {
    border-color: rgb(60 54 99 / 0.5);
}

.border-gray-20\/60 {
    border-color: rgb(60 54 99 / 0.6);
}

.border-gray-20\/70 {
    border-color: rgb(60 54 99 / 0.7);
}

.border-gray-20\/75 {
    border-color: rgb(60 54 99 / 0.75);
}

.border-gray-20\/80 {
    border-color: rgb(60 54 99 / 0.8);
}

.border-gray-20\/90 {
    border-color: rgb(60 54 99 / 0.9);
}

.border-gray-20\/95 {
    border-color: rgb(60 54 99 / 0.95);
}

.border-gray-30 {
    --tw-border-opacity: 1;
    border-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-gray-30\/0 {
    border-color: rgb(83 79 118 / 0);
}

.border-gray-30\/10 {
    border-color: rgb(83 79 118 / 0.1);
}

.border-gray-30\/100 {
    border-color: rgb(83 79 118 / 1);
}

.border-gray-30\/20 {
    border-color: rgb(83 79 118 / 0.2);
}

.border-gray-30\/25 {
    border-color: rgb(83 79 118 / 0.25);
}

.border-gray-30\/30 {
    border-color: rgb(83 79 118 / 0.3);
}

.border-gray-30\/40 {
    border-color: rgb(83 79 118 / 0.4);
}

.border-gray-30\/5 {
    border-color: rgb(83 79 118 / 0.05);
}

.border-gray-30\/50 {
    border-color: rgb(83 79 118 / 0.5);
}

.border-gray-30\/60 {
    border-color: rgb(83 79 118 / 0.6);
}

.border-gray-30\/70 {
    border-color: rgb(83 79 118 / 0.7);
}

.border-gray-30\/75 {
    border-color: rgb(83 79 118 / 0.75);
}

.border-gray-30\/80 {
    border-color: rgb(83 79 118 / 0.8);
}

.border-gray-30\/90 {
    border-color: rgb(83 79 118 / 0.9);
}

.border-gray-30\/95 {
    border-color: rgb(83 79 118 / 0.95);
}

.border-gray-50 {
    --tw-border-opacity: 1;
    border-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-gray-50\/0 {
    border-color: rgb(130 128 155 / 0);
}

.border-gray-50\/10 {
    border-color: rgb(130 128 155 / 0.1);
}

.border-gray-50\/100 {
    border-color: rgb(130 128 155 / 1);
}

.border-gray-50\/20 {
    border-color: rgb(130 128 155 / 0.2);
}

.border-gray-50\/25 {
    border-color: rgb(130 128 155 / 0.25);
}

.border-gray-50\/30 {
    border-color: rgb(130 128 155 / 0.3);
}

.border-gray-50\/40 {
    border-color: rgb(130 128 155 / 0.4);
}

.border-gray-50\/5 {
    border-color: rgb(130 128 155 / 0.05);
}

.border-gray-50\/50 {
    border-color: rgb(130 128 155 / 0.5);
}

.border-gray-50\/60 {
    border-color: rgb(130 128 155 / 0.6);
}

.border-gray-50\/70 {
    border-color: rgb(130 128 155 / 0.7);
}

.border-gray-50\/75 {
    border-color: rgb(130 128 155 / 0.75);
}

.border-gray-50\/80 {
    border-color: rgb(130 128 155 / 0.8);
}

.border-gray-50\/90 {
    border-color: rgb(130 128 155 / 0.9);
}

.border-gray-50\/95 {
    border-color: rgb(130 128 155 / 0.95);
}

.border-gray-70 {
    --tw-border-opacity: 1;
    border-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-gray-70\/0 {
    border-color: rgb(177 177 193 / 0);
}

.border-gray-70\/10 {
    border-color: rgb(177 177 193 / 0.1);
}

.border-gray-70\/100 {
    border-color: rgb(177 177 193 / 1);
}

.border-gray-70\/20 {
    border-color: rgb(177 177 193 / 0.2);
}

.border-gray-70\/25 {
    border-color: rgb(177 177 193 / 0.25);
}

.border-gray-70\/30 {
    border-color: rgb(177 177 193 / 0.3);
}

.border-gray-70\/40 {
    border-color: rgb(177 177 193 / 0.4);
}

.border-gray-70\/5 {
    border-color: rgb(177 177 193 / 0.05);
}

.border-gray-70\/50 {
    border-color: rgb(177 177 193 / 0.5);
}

.border-gray-70\/60 {
    border-color: rgb(177 177 193 / 0.6);
}

.border-gray-70\/70 {
    border-color: rgb(177 177 193 / 0.7);
}

.border-gray-70\/75 {
    border-color: rgb(177 177 193 / 0.75);
}

.border-gray-70\/80 {
    border-color: rgb(177 177 193 / 0.8);
}

.border-gray-70\/90 {
    border-color: rgb(177 177 193 / 0.9);
}

.border-gray-70\/95 {
    border-color: rgb(177 177 193 / 0.95);
}

.border-green-10 {
    --tw-border-opacity: 1;
    border-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-green-10\/0 {
    border-color: rgb(19 28 66 / 0);
}

.border-green-10\/10 {
    border-color: rgb(19 28 66 / 0.1);
}

.border-green-10\/100 {
    border-color: rgb(19 28 66 / 1);
}

.border-green-10\/20 {
    border-color: rgb(19 28 66 / 0.2);
}

.border-green-10\/25 {
    border-color: rgb(19 28 66 / 0.25);
}

.border-green-10\/30 {
    border-color: rgb(19 28 66 / 0.3);
}

.border-green-10\/40 {
    border-color: rgb(19 28 66 / 0.4);
}

.border-green-10\/5 {
    border-color: rgb(19 28 66 / 0.05);
}

.border-green-10\/50 {
    border-color: rgb(19 28 66 / 0.5);
}

.border-green-10\/60 {
    border-color: rgb(19 28 66 / 0.6);
}

.border-green-10\/70 {
    border-color: rgb(19 28 66 / 0.7);
}

.border-green-10\/75 {
    border-color: rgb(19 28 66 / 0.75);
}

.border-green-10\/80 {
    border-color: rgb(19 28 66 / 0.8);
}

.border-green-10\/90 {
    border-color: rgb(19 28 66 / 0.9);
}

.border-green-10\/95 {
    border-color: rgb(19 28 66 / 0.95);
}

.border-green-100 {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-green-100\/0 {
    border-color: rgb(90 226 75 / 0);
}

.border-green-100\/10 {
    border-color: rgb(90 226 75 / 0.1);
}

.border-green-100\/100 {
    border-color: rgb(90 226 75 / 1);
}

.border-green-100\/20 {
    border-color: rgb(90 226 75 / 0.2);
}

.border-green-100\/25 {
    border-color: rgb(90 226 75 / 0.25);
}

.border-green-100\/30 {
    border-color: rgb(90 226 75 / 0.3);
}

.border-green-100\/40 {
    border-color: rgb(90 226 75 / 0.4);
}

.border-green-100\/5 {
    border-color: rgb(90 226 75 / 0.05);
}

.border-green-100\/50 {
    border-color: rgb(90 226 75 / 0.5);
}

.border-green-100\/60 {
    border-color: rgb(90 226 75 / 0.6);
}

.border-green-100\/70 {
    border-color: rgb(90 226 75 / 0.7);
}

.border-green-100\/75 {
    border-color: rgb(90 226 75 / 0.75);
}

.border-green-100\/80 {
    border-color: rgb(90 226 75 / 0.8);
}

.border-green-100\/90 {
    border-color: rgb(90 226 75 / 0.9);
}

.border-green-100\/95 {
    border-color: rgb(90 226 75 / 0.95);
}

.border-green-20 {
    --tw-border-opacity: 1;
    border-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-green-20\/0 {
    border-color: rgb(26 52 70 / 0);
}

.border-green-20\/10 {
    border-color: rgb(26 52 70 / 0.1);
}

.border-green-20\/100 {
    border-color: rgb(26 52 70 / 1);
}

.border-green-20\/20 {
    border-color: rgb(26 52 70 / 0.2);
}

.border-green-20\/25 {
    border-color: rgb(26 52 70 / 0.25);
}

.border-green-20\/30 {
    border-color: rgb(26 52 70 / 0.3);
}

.border-green-20\/40 {
    border-color: rgb(26 52 70 / 0.4);
}

.border-green-20\/5 {
    border-color: rgb(26 52 70 / 0.05);
}

.border-green-20\/50 {
    border-color: rgb(26 52 70 / 0.5);
}

.border-green-20\/60 {
    border-color: rgb(26 52 70 / 0.6);
}

.border-green-20\/70 {
    border-color: rgb(26 52 70 / 0.7);
}

.border-green-20\/75 {
    border-color: rgb(26 52 70 / 0.75);
}

.border-green-20\/80 {
    border-color: rgb(26 52 70 / 0.8);
}

.border-green-20\/90 {
    border-color: rgb(26 52 70 / 0.9);
}

.border-green-20\/95 {
    border-color: rgb(26 52 70 / 0.95);
}

.border-green-30 {
    --tw-border-opacity: 1;
    border-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-green-30\/0 {
    border-color: rgb(32 75 75 / 0);
}

.border-green-30\/10 {
    border-color: rgb(32 75 75 / 0.1);
}

.border-green-30\/100 {
    border-color: rgb(32 75 75 / 1);
}

.border-green-30\/20 {
    border-color: rgb(32 75 75 / 0.2);
}

.border-green-30\/25 {
    border-color: rgb(32 75 75 / 0.25);
}

.border-green-30\/30 {
    border-color: rgb(32 75 75 / 0.3);
}

.border-green-30\/40 {
    border-color: rgb(32 75 75 / 0.4);
}

.border-green-30\/5 {
    border-color: rgb(32 75 75 / 0.05);
}

.border-green-30\/50 {
    border-color: rgb(32 75 75 / 0.5);
}

.border-green-30\/60 {
    border-color: rgb(32 75 75 / 0.6);
}

.border-green-30\/70 {
    border-color: rgb(32 75 75 / 0.7);
}

.border-green-30\/75 {
    border-color: rgb(32 75 75 / 0.75);
}

.border-green-30\/80 {
    border-color: rgb(32 75 75 / 0.8);
}

.border-green-30\/90 {
    border-color: rgb(32 75 75 / 0.9);
}

.border-green-30\/95 {
    border-color: rgb(32 75 75 / 0.95);
}

.border-green-50 {
    --tw-border-opacity: 1;
    border-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-green-50\/0 {
    border-color: rgb(44 121 83 / 0);
}

.border-green-50\/10 {
    border-color: rgb(44 121 83 / 0.1);
}

.border-green-50\/100 {
    border-color: rgb(44 121 83 / 1);
}

.border-green-50\/20 {
    border-color: rgb(44 121 83 / 0.2);
}

.border-green-50\/25 {
    border-color: rgb(44 121 83 / 0.25);
}

.border-green-50\/30 {
    border-color: rgb(44 121 83 / 0.3);
}

.border-green-50\/40 {
    border-color: rgb(44 121 83 / 0.4);
}

.border-green-50\/5 {
    border-color: rgb(44 121 83 / 0.05);
}

.border-green-50\/50 {
    border-color: rgb(44 121 83 / 0.5);
}

.border-green-50\/60 {
    border-color: rgb(44 121 83 / 0.6);
}

.border-green-50\/70 {
    border-color: rgb(44 121 83 / 0.7);
}

.border-green-50\/75 {
    border-color: rgb(44 121 83 / 0.75);
}

.border-green-50\/80 {
    border-color: rgb(44 121 83 / 0.8);
}

.border-green-50\/90 {
    border-color: rgb(44 121 83 / 0.9);
}

.border-green-50\/95 {
    border-color: rgb(44 121 83 / 0.95);
}

.border-green-70 {
    --tw-border-opacity: 1;
    border-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-green-70\/0 {
    border-color: rgb(57 168 91 / 0);
}

.border-green-70\/10 {
    border-color: rgb(57 168 91 / 0.1);
}

.border-green-70\/100 {
    border-color: rgb(57 168 91 / 1);
}

.border-green-70\/20 {
    border-color: rgb(57 168 91 / 0.2);
}

.border-green-70\/25 {
    border-color: rgb(57 168 91 / 0.25);
}

.border-green-70\/30 {
    border-color: rgb(57 168 91 / 0.3);
}

.border-green-70\/40 {
    border-color: rgb(57 168 91 / 0.4);
}

.border-green-70\/5 {
    border-color: rgb(57 168 91 / 0.05);
}

.border-green-70\/50 {
    border-color: rgb(57 168 91 / 0.5);
}

.border-green-70\/60 {
    border-color: rgb(57 168 91 / 0.6);
}

.border-green-70\/70 {
    border-color: rgb(57 168 91 / 0.7);
}

.border-green-70\/75 {
    border-color: rgb(57 168 91 / 0.75);
}

.border-green-70\/80 {
    border-color: rgb(57 168 91 / 0.8);
}

.border-green-70\/90 {
    border-color: rgb(57 168 91 / 0.9);
}

.border-green-70\/95 {
    border-color: rgb(57 168 91 / 0.95);
}

.border-purple-10 {
    --tw-border-opacity: 1;
    border-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-purple-10\/0 {
    border-color: rgb(26 8 70 / 0);
}

.border-purple-10\/10 {
    border-color: rgb(26 8 70 / 0.1);
}

.border-purple-10\/100 {
    border-color: rgb(26 8 70 / 1);
}

.border-purple-10\/20 {
    border-color: rgb(26 8 70 / 0.2);
}

.border-purple-10\/25 {
    border-color: rgb(26 8 70 / 0.25);
}

.border-purple-10\/30 {
    border-color: rgb(26 8 70 / 0.3);
}

.border-purple-10\/40 {
    border-color: rgb(26 8 70 / 0.4);
}

.border-purple-10\/5 {
    border-color: rgb(26 8 70 / 0.05);
}

.border-purple-10\/50 {
    border-color: rgb(26 8 70 / 0.5);
}

.border-purple-10\/60 {
    border-color: rgb(26 8 70 / 0.6);
}

.border-purple-10\/70 {
    border-color: rgb(26 8 70 / 0.7);
}

.border-purple-10\/75 {
    border-color: rgb(26 8 70 / 0.75);
}

.border-purple-10\/80 {
    border-color: rgb(26 8 70 / 0.8);
}

.border-purple-10\/90 {
    border-color: rgb(26 8 70 / 0.9);
}

.border-purple-10\/95 {
    border-color: rgb(26 8 70 / 0.95);
}

.border-purple-100 {
    --tw-border-opacity: 1;
    border-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-purple-100\/0 {
    border-color: rgb(125 41 145 / 0);
}

.border-purple-100\/10 {
    border-color: rgb(125 41 145 / 0.1);
}

.border-purple-100\/100 {
    border-color: rgb(125 41 145 / 1);
}

.border-purple-100\/20 {
    border-color: rgb(125 41 145 / 0.2);
}

.border-purple-100\/25 {
    border-color: rgb(125 41 145 / 0.25);
}

.border-purple-100\/30 {
    border-color: rgb(125 41 145 / 0.3);
}

.border-purple-100\/40 {
    border-color: rgb(125 41 145 / 0.4);
}

.border-purple-100\/5 {
    border-color: rgb(125 41 145 / 0.05);
}

.border-purple-100\/50 {
    border-color: rgb(125 41 145 / 0.5);
}

.border-purple-100\/60 {
    border-color: rgb(125 41 145 / 0.6);
}

.border-purple-100\/70 {
    border-color: rgb(125 41 145 / 0.7);
}

.border-purple-100\/75 {
    border-color: rgb(125 41 145 / 0.75);
}

.border-purple-100\/80 {
    border-color: rgb(125 41 145 / 0.8);
}

.border-purple-100\/90 {
    border-color: rgb(125 41 145 / 0.9);
}

.border-purple-100\/95 {
    border-color: rgb(125 41 145 / 0.95);
}

.border-purple-20 {
    --tw-border-opacity: 1;
    border-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-purple-20\/0 {
    border-color: rgb(40 12 78 / 0);
}

.border-purple-20\/10 {
    border-color: rgb(40 12 78 / 0.1);
}

.border-purple-20\/100 {
    border-color: rgb(40 12 78 / 1);
}

.border-purple-20\/20 {
    border-color: rgb(40 12 78 / 0.2);
}

.border-purple-20\/25 {
    border-color: rgb(40 12 78 / 0.25);
}

.border-purple-20\/30 {
    border-color: rgb(40 12 78 / 0.3);
}

.border-purple-20\/40 {
    border-color: rgb(40 12 78 / 0.4);
}

.border-purple-20\/5 {
    border-color: rgb(40 12 78 / 0.05);
}

.border-purple-20\/50 {
    border-color: rgb(40 12 78 / 0.5);
}

.border-purple-20\/60 {
    border-color: rgb(40 12 78 / 0.6);
}

.border-purple-20\/70 {
    border-color: rgb(40 12 78 / 0.7);
}

.border-purple-20\/75 {
    border-color: rgb(40 12 78 / 0.75);
}

.border-purple-20\/80 {
    border-color: rgb(40 12 78 / 0.8);
}

.border-purple-20\/90 {
    border-color: rgb(40 12 78 / 0.9);
}

.border-purple-20\/95 {
    border-color: rgb(40 12 78 / 0.95);
}

.border-purple-30 {
    --tw-border-opacity: 1;
    border-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-purple-30\/0 {
    border-color: rgb(53 15 86 / 0);
}

.border-purple-30\/10 {
    border-color: rgb(53 15 86 / 0.1);
}

.border-purple-30\/100 {
    border-color: rgb(53 15 86 / 1);
}

.border-purple-30\/20 {
    border-color: rgb(53 15 86 / 0.2);
}

.border-purple-30\/25 {
    border-color: rgb(53 15 86 / 0.25);
}

.border-purple-30\/30 {
    border-color: rgb(53 15 86 / 0.3);
}

.border-purple-30\/40 {
    border-color: rgb(53 15 86 / 0.4);
}

.border-purple-30\/5 {
    border-color: rgb(53 15 86 / 0.05);
}

.border-purple-30\/50 {
    border-color: rgb(53 15 86 / 0.5);
}

.border-purple-30\/60 {
    border-color: rgb(53 15 86 / 0.6);
}

.border-purple-30\/70 {
    border-color: rgb(53 15 86 / 0.7);
}

.border-purple-30\/75 {
    border-color: rgb(53 15 86 / 0.75);
}

.border-purple-30\/80 {
    border-color: rgb(53 15 86 / 0.8);
}

.border-purple-30\/90 {
    border-color: rgb(53 15 86 / 0.9);
}

.border-purple-30\/95 {
    border-color: rgb(53 15 86 / 0.95);
}

.border-purple-50 {
    --tw-border-opacity: 1;
    border-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-purple-50\/0 {
    border-color: rgb(79 22 102 / 0);
}

.border-purple-50\/10 {
    border-color: rgb(79 22 102 / 0.1);
}

.border-purple-50\/100 {
    border-color: rgb(79 22 102 / 1);
}

.border-purple-50\/20 {
    border-color: rgb(79 22 102 / 0.2);
}

.border-purple-50\/25 {
    border-color: rgb(79 22 102 / 0.25);
}

.border-purple-50\/30 {
    border-color: rgb(79 22 102 / 0.3);
}

.border-purple-50\/40 {
    border-color: rgb(79 22 102 / 0.4);
}

.border-purple-50\/5 {
    border-color: rgb(79 22 102 / 0.05);
}

.border-purple-50\/50 {
    border-color: rgb(79 22 102 / 0.5);
}

.border-purple-50\/60 {
    border-color: rgb(79 22 102 / 0.6);
}

.border-purple-50\/70 {
    border-color: rgb(79 22 102 / 0.7);
}

.border-purple-50\/75 {
    border-color: rgb(79 22 102 / 0.75);
}

.border-purple-50\/80 {
    border-color: rgb(79 22 102 / 0.8);
}

.border-purple-50\/90 {
    border-color: rgb(79 22 102 / 0.9);
}

.border-purple-50\/95 {
    border-color: rgb(79 22 102 / 0.95);
}

.border-purple-70 {
    --tw-border-opacity: 1;
    border-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-purple-70\/0 {
    border-color: rgb(106 29 119 / 0);
}

.border-purple-70\/10 {
    border-color: rgb(106 29 119 / 0.1);
}

.border-purple-70\/100 {
    border-color: rgb(106 29 119 / 1);
}

.border-purple-70\/20 {
    border-color: rgb(106 29 119 / 0.2);
}

.border-purple-70\/25 {
    border-color: rgb(106 29 119 / 0.25);
}

.border-purple-70\/30 {
    border-color: rgb(106 29 119 / 0.3);
}

.border-purple-70\/40 {
    border-color: rgb(106 29 119 / 0.4);
}

.border-purple-70\/5 {
    border-color: rgb(106 29 119 / 0.05);
}

.border-purple-70\/50 {
    border-color: rgb(106 29 119 / 0.5);
}

.border-purple-70\/60 {
    border-color: rgb(106 29 119 / 0.6);
}

.border-purple-70\/70 {
    border-color: rgb(106 29 119 / 0.7);
}

.border-purple-70\/75 {
    border-color: rgb(106 29 119 / 0.75);
}

.border-purple-70\/80 {
    border-color: rgb(106 29 119 / 0.8);
}

.border-purple-70\/90 {
    border-color: rgb(106 29 119 / 0.9);
}

.border-purple-70\/95 {
    border-color: rgb(106 29 119 / 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\/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\/40 {
    border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
}

.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\/90 {
    border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
}

.border-utility-error {
    --tw-border-opacity: 1;
    border-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-utility-error\/0 {
    border-color: rgb(220 33 33 / 0);
}

.border-utility-error\/10 {
    border-color: rgb(220 33 33 / 0.1);
}

.border-utility-error\/100 {
    border-color: rgb(220 33 33 / 1);
}

.border-utility-error\/20 {
    border-color: rgb(220 33 33 / 0.2);
}

.border-utility-error\/25 {
    border-color: rgb(220 33 33 / 0.25);
}

.border-utility-error\/30 {
    border-color: rgb(220 33 33 / 0.3);
}

.border-utility-error\/40 {
    border-color: rgb(220 33 33 / 0.4);
}

.border-utility-error\/5 {
    border-color: rgb(220 33 33 / 0.05);
}

.border-utility-error\/50 {
    border-color: rgb(220 33 33 / 0.5);
}

.border-utility-error\/60 {
    border-color: rgb(220 33 33 / 0.6);
}

.border-utility-error\/70 {
    border-color: rgb(220 33 33 / 0.7);
}

.border-utility-error\/75 {
    border-color: rgb(220 33 33 / 0.75);
}

.border-utility-error\/80 {
    border-color: rgb(220 33 33 / 0.8);
}

.border-utility-error\/90 {
    border-color: rgb(220 33 33 / 0.9);
}

.border-utility-error\/95 {
    border-color: rgb(220 33 33 / 0.95);
}

.border-utility-info {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-utility-info\/0 {
    border-color: rgb(191 219 254 / 0);
}

.border-utility-info\/10 {
    border-color: rgb(191 219 254 / 0.1);
}

.border-utility-info\/100 {
    border-color: rgb(191 219 254 / 1);
}

.border-utility-info\/20 {
    border-color: rgb(191 219 254 / 0.2);
}

.border-utility-info\/25 {
    border-color: rgb(191 219 254 / 0.25);
}

.border-utility-info\/30 {
    border-color: rgb(191 219 254 / 0.3);
}

.border-utility-info\/40 {
    border-color: rgb(191 219 254 / 0.4);
}

.border-utility-info\/5 {
    border-color: rgb(191 219 254 / 0.05);
}

.border-utility-info\/50 {
    border-color: rgb(191 219 254 / 0.5);
}

.border-utility-info\/60 {
    border-color: rgb(191 219 254 / 0.6);
}

.border-utility-info\/70 {
    border-color: rgb(191 219 254 / 0.7);
}

.border-utility-info\/75 {
    border-color: rgb(191 219 254 / 0.75);
}

.border-utility-info\/80 {
    border-color: rgb(191 219 254 / 0.8);
}

.border-utility-info\/90 {
    border-color: rgb(191 219 254 / 0.9);
}

.border-utility-info\/95 {
    border-color: rgb(191 219 254 / 0.95);
}

.border-utility-success {
    --tw-border-opacity: 1;
    border-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-utility-success\/0 {
    border-color: rgb(92 204 23 / 0);
}

.border-utility-success\/10 {
    border-color: rgb(92 204 23 / 0.1);
}

.border-utility-success\/100 {
    border-color: rgb(92 204 23 / 1);
}

.border-utility-success\/20 {
    border-color: rgb(92 204 23 / 0.2);
}

.border-utility-success\/25 {
    border-color: rgb(92 204 23 / 0.25);
}

.border-utility-success\/30 {
    border-color: rgb(92 204 23 / 0.3);
}

.border-utility-success\/40 {
    border-color: rgb(92 204 23 / 0.4);
}

.border-utility-success\/5 {
    border-color: rgb(92 204 23 / 0.05);
}

.border-utility-success\/50 {
    border-color: rgb(92 204 23 / 0.5);
}

.border-utility-success\/60 {
    border-color: rgb(92 204 23 / 0.6);
}

.border-utility-success\/70 {
    border-color: rgb(92 204 23 / 0.7);
}

.border-utility-success\/75 {
    border-color: rgb(92 204 23 / 0.75);
}

.border-utility-success\/80 {
    border-color: rgb(92 204 23 / 0.8);
}

.border-utility-success\/90 {
    border-color: rgb(92 204 23 / 0.9);
}

.border-utility-success\/95 {
    border-color: rgb(92 204 23 / 0.95);
}

.border-utility-warning {
    --tw-border-opacity: 1;
    border-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-utility-warning\/0 {
    border-color: rgb(219 170 110 / 0);
}

.border-utility-warning\/10 {
    border-color: rgb(219 170 110 / 0.1);
}

.border-utility-warning\/100 {
    border-color: rgb(219 170 110 / 1);
}

.border-utility-warning\/20 {
    border-color: rgb(219 170 110 / 0.2);
}

.border-utility-warning\/25 {
    border-color: rgb(219 170 110 / 0.25);
}

.border-utility-warning\/30 {
    border-color: rgb(219 170 110 / 0.3);
}

.border-utility-warning\/40 {
    border-color: rgb(219 170 110 / 0.4);
}

.border-utility-warning\/5 {
    border-color: rgb(219 170 110 / 0.05);
}

.border-utility-warning\/50 {
    border-color: rgb(219 170 110 / 0.5);
}

.border-utility-warning\/60 {
    border-color: rgb(219 170 110 / 0.6);
}

.border-utility-warning\/70 {
    border-color: rgb(219 170 110 / 0.7);
}

.border-utility-warning\/75 {
    border-color: rgb(219 170 110 / 0.75);
}

.border-utility-warning\/80 {
    border-color: rgb(219 170 110 / 0.8);
}

.border-utility-warning\/90 {
    border-color: rgb(219 170 110 / 0.9);
}

.border-utility-warning\/95 {
    border-color: rgb(219 170 110 / 0.95);
}

.border-very-dark-blue {
    --tw-border-opacity: 1;
    border-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-very-dark-blue\/0 {
    border-color: rgb(4 4 47 / 0);
}

.border-very-dark-blue\/10 {
    border-color: rgb(4 4 47 / 0.1);
}

.border-very-dark-blue\/100 {
    border-color: rgb(4 4 47 / 1);
}

.border-very-dark-blue\/20 {
    border-color: rgb(4 4 47 / 0.2);
}

.border-very-dark-blue\/25 {
    border-color: rgb(4 4 47 / 0.25);
}

.border-very-dark-blue\/30 {
    border-color: rgb(4 4 47 / 0.3);
}

.border-very-dark-blue\/40 {
    border-color: rgb(4 4 47 / 0.4);
}

.border-very-dark-blue\/5 {
    border-color: rgb(4 4 47 / 0.05);
}

.border-very-dark-blue\/50 {
    border-color: rgb(4 4 47 / 0.5);
}

.border-very-dark-blue\/60 {
    border-color: rgb(4 4 47 / 0.6);
}

.border-very-dark-blue\/70 {
    border-color: rgb(4 4 47 / 0.7);
}

.border-very-dark-blue\/75 {
    border-color: rgb(4 4 47 / 0.75);
}

.border-very-dark-blue\/80 {
    border-color: rgb(4 4 47 / 0.8);
}

.border-very-dark-blue\/90 {
    border-color: rgb(4 4 47 / 0.9);
}

.border-very-dark-blue\/95 {
    border-color: rgb(4 4 47 / 0.95);
}

.border-x-accent-green-dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-x-accent-green-dark\/0 {
    border-left-color: rgb(42 172 110 / 0);
    border-right-color: rgb(42 172 110 / 0);
}

.border-x-accent-green-dark\/10 {
    border-left-color: rgb(42 172 110 / 0.1);
    border-right-color: rgb(42 172 110 / 0.1);
}

.border-x-accent-green-dark\/100 {
    border-left-color: rgb(42 172 110 / 1);
    border-right-color: rgb(42 172 110 / 1);
}

.border-x-accent-green-dark\/20 {
    border-left-color: rgb(42 172 110 / 0.2);
    border-right-color: rgb(42 172 110 / 0.2);
}

.border-x-accent-green-dark\/25 {
    border-left-color: rgb(42 172 110 / 0.25);
    border-right-color: rgb(42 172 110 / 0.25);
}

.border-x-accent-green-dark\/30 {
    border-left-color: rgb(42 172 110 / 0.3);
    border-right-color: rgb(42 172 110 / 0.3);
}

.border-x-accent-green-dark\/40 {
    border-left-color: rgb(42 172 110 / 0.4);
    border-right-color: rgb(42 172 110 / 0.4);
}

.border-x-accent-green-dark\/5 {
    border-left-color: rgb(42 172 110 / 0.05);
    border-right-color: rgb(42 172 110 / 0.05);
}

.border-x-accent-green-dark\/50 {
    border-left-color: rgb(42 172 110 / 0.5);
    border-right-color: rgb(42 172 110 / 0.5);
}

.border-x-accent-green-dark\/60 {
    border-left-color: rgb(42 172 110 / 0.6);
    border-right-color: rgb(42 172 110 / 0.6);
}

.border-x-accent-green-dark\/70 {
    border-left-color: rgb(42 172 110 / 0.7);
    border-right-color: rgb(42 172 110 / 0.7);
}

.border-x-accent-green-dark\/75 {
    border-left-color: rgb(42 172 110 / 0.75);
    border-right-color: rgb(42 172 110 / 0.75);
}

.border-x-accent-green-dark\/80 {
    border-left-color: rgb(42 172 110 / 0.8);
    border-right-color: rgb(42 172 110 / 0.8);
}

.border-x-accent-green-dark\/90 {
    border-left-color: rgb(42 172 110 / 0.9);
    border-right-color: rgb(42 172 110 / 0.9);
}

.border-x-accent-green-dark\/95 {
    border-left-color: rgb(42 172 110 / 0.95);
    border-right-color: rgb(42 172 110 / 0.95);
}

.border-x-accent-green-light {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-x-accent-green-light\/0 {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.border-x-accent-green-light\/10 {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.border-x-accent-green-light\/100 {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.border-x-accent-green-light\/20 {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.border-x-accent-green-light\/25 {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.border-x-accent-green-light\/30 {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.border-x-accent-green-light\/40 {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.border-x-accent-green-light\/5 {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.border-x-accent-green-light\/50 {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.border-x-accent-green-light\/60 {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.border-x-accent-green-light\/70 {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.border-x-accent-green-light\/75 {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.border-x-accent-green-light\/80 {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.border-x-accent-green-light\/90 {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.border-x-accent-green-light\/95 {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.border-x-accent-purple {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-x-accent-purple\/0 {
    border-left-color: rgb(192 69 221 / 0);
    border-right-color: rgb(192 69 221 / 0);
}

.border-x-accent-purple\/10 {
    border-left-color: rgb(192 69 221 / 0.1);
    border-right-color: rgb(192 69 221 / 0.1);
}

.border-x-accent-purple\/100 {
    border-left-color: rgb(192 69 221 / 1);
    border-right-color: rgb(192 69 221 / 1);
}

.border-x-accent-purple\/20 {
    border-left-color: rgb(192 69 221 / 0.2);
    border-right-color: rgb(192 69 221 / 0.2);
}

.border-x-accent-purple\/25 {
    border-left-color: rgb(192 69 221 / 0.25);
    border-right-color: rgb(192 69 221 / 0.25);
}

.border-x-accent-purple\/30 {
    border-left-color: rgb(192 69 221 / 0.3);
    border-right-color: rgb(192 69 221 / 0.3);
}

.border-x-accent-purple\/40 {
    border-left-color: rgb(192 69 221 / 0.4);
    border-right-color: rgb(192 69 221 / 0.4);
}

.border-x-accent-purple\/5 {
    border-left-color: rgb(192 69 221 / 0.05);
    border-right-color: rgb(192 69 221 / 0.05);
}

.border-x-accent-purple\/50 {
    border-left-color: rgb(192 69 221 / 0.5);
    border-right-color: rgb(192 69 221 / 0.5);
}

.border-x-accent-purple\/60 {
    border-left-color: rgb(192 69 221 / 0.6);
    border-right-color: rgb(192 69 221 / 0.6);
}

.border-x-accent-purple\/70 {
    border-left-color: rgb(192 69 221 / 0.7);
    border-right-color: rgb(192 69 221 / 0.7);
}

.border-x-accent-purple\/75 {
    border-left-color: rgb(192 69 221 / 0.75);
    border-right-color: rgb(192 69 221 / 0.75);
}

.border-x-accent-purple\/80 {
    border-left-color: rgb(192 69 221 / 0.8);
    border-right-color: rgb(192 69 221 / 0.8);
}

.border-x-accent-purple\/90 {
    border-left-color: rgb(192 69 221 / 0.9);
    border-right-color: rgb(192 69 221 / 0.9);
}

.border-x-accent-purple\/95 {
    border-left-color: rgb(192 69 221 / 0.95);
    border-right-color: rgb(192 69 221 / 0.95);
}

.border-x-current {
    border-left-color: currentColor;
    border-right-color: currentColor;
}

.border-x-gray-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-x-gray-10\/0 {
    border-left-color: rgb(36 30 81 / 0);
    border-right-color: rgb(36 30 81 / 0);
}

.border-x-gray-10\/10 {
    border-left-color: rgb(36 30 81 / 0.1);
    border-right-color: rgb(36 30 81 / 0.1);
}

.border-x-gray-10\/100 {
    border-left-color: rgb(36 30 81 / 1);
    border-right-color: rgb(36 30 81 / 1);
}

.border-x-gray-10\/20 {
    border-left-color: rgb(36 30 81 / 0.2);
    border-right-color: rgb(36 30 81 / 0.2);
}

.border-x-gray-10\/25 {
    border-left-color: rgb(36 30 81 / 0.25);
    border-right-color: rgb(36 30 81 / 0.25);
}

.border-x-gray-10\/30 {
    border-left-color: rgb(36 30 81 / 0.3);
    border-right-color: rgb(36 30 81 / 0.3);
}

.border-x-gray-10\/40 {
    border-left-color: rgb(36 30 81 / 0.4);
    border-right-color: rgb(36 30 81 / 0.4);
}

.border-x-gray-10\/5 {
    border-left-color: rgb(36 30 81 / 0.05);
    border-right-color: rgb(36 30 81 / 0.05);
}

.border-x-gray-10\/50 {
    border-left-color: rgb(36 30 81 / 0.5);
    border-right-color: rgb(36 30 81 / 0.5);
}

.border-x-gray-10\/60 {
    border-left-color: rgb(36 30 81 / 0.6);
    border-right-color: rgb(36 30 81 / 0.6);
}

.border-x-gray-10\/70 {
    border-left-color: rgb(36 30 81 / 0.7);
    border-right-color: rgb(36 30 81 / 0.7);
}

.border-x-gray-10\/75 {
    border-left-color: rgb(36 30 81 / 0.75);
    border-right-color: rgb(36 30 81 / 0.75);
}

.border-x-gray-10\/80 {
    border-left-color: rgb(36 30 81 / 0.8);
    border-right-color: rgb(36 30 81 / 0.8);
}

.border-x-gray-10\/90 {
    border-left-color: rgb(36 30 81 / 0.9);
    border-right-color: rgb(36 30 81 / 0.9);
}

.border-x-gray-10\/95 {
    border-left-color: rgb(36 30 81 / 0.95);
    border-right-color: rgb(36 30 81 / 0.95);
}

.border-x-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-x-gray-100\/0 {
    border-left-color: rgb(248 251 249 / 0);
    border-right-color: rgb(248 251 249 / 0);
}

.border-x-gray-100\/10 {
    border-left-color: rgb(248 251 249 / 0.1);
    border-right-color: rgb(248 251 249 / 0.1);
}

.border-x-gray-100\/100 {
    border-left-color: rgb(248 251 249 / 1);
    border-right-color: rgb(248 251 249 / 1);
}

.border-x-gray-100\/20 {
    border-left-color: rgb(248 251 249 / 0.2);
    border-right-color: rgb(248 251 249 / 0.2);
}

.border-x-gray-100\/25 {
    border-left-color: rgb(248 251 249 / 0.25);
    border-right-color: rgb(248 251 249 / 0.25);
}

.border-x-gray-100\/30 {
    border-left-color: rgb(248 251 249 / 0.3);
    border-right-color: rgb(248 251 249 / 0.3);
}

.border-x-gray-100\/40 {
    border-left-color: rgb(248 251 249 / 0.4);
    border-right-color: rgb(248 251 249 / 0.4);
}

.border-x-gray-100\/5 {
    border-left-color: rgb(248 251 249 / 0.05);
    border-right-color: rgb(248 251 249 / 0.05);
}

.border-x-gray-100\/50 {
    border-left-color: rgb(248 251 249 / 0.5);
    border-right-color: rgb(248 251 249 / 0.5);
}

.border-x-gray-100\/60 {
    border-left-color: rgb(248 251 249 / 0.6);
    border-right-color: rgb(248 251 249 / 0.6);
}

.border-x-gray-100\/70 {
    border-left-color: rgb(248 251 249 / 0.7);
    border-right-color: rgb(248 251 249 / 0.7);
}

.border-x-gray-100\/75 {
    border-left-color: rgb(248 251 249 / 0.75);
    border-right-color: rgb(248 251 249 / 0.75);
}

.border-x-gray-100\/80 {
    border-left-color: rgb(248 251 249 / 0.8);
    border-right-color: rgb(248 251 249 / 0.8);
}

.border-x-gray-100\/90 {
    border-left-color: rgb(248 251 249 / 0.9);
    border-right-color: rgb(248 251 249 / 0.9);
}

.border-x-gray-100\/95 {
    border-left-color: rgb(248 251 249 / 0.95);
    border-right-color: rgb(248 251 249 / 0.95);
}

.border-x-gray-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-x-gray-20\/0 {
    border-left-color: rgb(60 54 99 / 0);
    border-right-color: rgb(60 54 99 / 0);
}

.border-x-gray-20\/10 {
    border-left-color: rgb(60 54 99 / 0.1);
    border-right-color: rgb(60 54 99 / 0.1);
}

.border-x-gray-20\/100 {
    border-left-color: rgb(60 54 99 / 1);
    border-right-color: rgb(60 54 99 / 1);
}

.border-x-gray-20\/20 {
    border-left-color: rgb(60 54 99 / 0.2);
    border-right-color: rgb(60 54 99 / 0.2);
}

.border-x-gray-20\/25 {
    border-left-color: rgb(60 54 99 / 0.25);
    border-right-color: rgb(60 54 99 / 0.25);
}

.border-x-gray-20\/30 {
    border-left-color: rgb(60 54 99 / 0.3);
    border-right-color: rgb(60 54 99 / 0.3);
}

.border-x-gray-20\/40 {
    border-left-color: rgb(60 54 99 / 0.4);
    border-right-color: rgb(60 54 99 / 0.4);
}

.border-x-gray-20\/5 {
    border-left-color: rgb(60 54 99 / 0.05);
    border-right-color: rgb(60 54 99 / 0.05);
}

.border-x-gray-20\/50 {
    border-left-color: rgb(60 54 99 / 0.5);
    border-right-color: rgb(60 54 99 / 0.5);
}

.border-x-gray-20\/60 {
    border-left-color: rgb(60 54 99 / 0.6);
    border-right-color: rgb(60 54 99 / 0.6);
}

.border-x-gray-20\/70 {
    border-left-color: rgb(60 54 99 / 0.7);
    border-right-color: rgb(60 54 99 / 0.7);
}

.border-x-gray-20\/75 {
    border-left-color: rgb(60 54 99 / 0.75);
    border-right-color: rgb(60 54 99 / 0.75);
}

.border-x-gray-20\/80 {
    border-left-color: rgb(60 54 99 / 0.8);
    border-right-color: rgb(60 54 99 / 0.8);
}

.border-x-gray-20\/90 {
    border-left-color: rgb(60 54 99 / 0.9);
    border-right-color: rgb(60 54 99 / 0.9);
}

.border-x-gray-20\/95 {
    border-left-color: rgb(60 54 99 / 0.95);
    border-right-color: rgb(60 54 99 / 0.95);
}

.border-x-gray-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-x-gray-30\/0 {
    border-left-color: rgb(83 79 118 / 0);
    border-right-color: rgb(83 79 118 / 0);
}

.border-x-gray-30\/10 {
    border-left-color: rgb(83 79 118 / 0.1);
    border-right-color: rgb(83 79 118 / 0.1);
}

.border-x-gray-30\/100 {
    border-left-color: rgb(83 79 118 / 1);
    border-right-color: rgb(83 79 118 / 1);
}

.border-x-gray-30\/20 {
    border-left-color: rgb(83 79 118 / 0.2);
    border-right-color: rgb(83 79 118 / 0.2);
}

.border-x-gray-30\/25 {
    border-left-color: rgb(83 79 118 / 0.25);
    border-right-color: rgb(83 79 118 / 0.25);
}

.border-x-gray-30\/30 {
    border-left-color: rgb(83 79 118 / 0.3);
    border-right-color: rgb(83 79 118 / 0.3);
}

.border-x-gray-30\/40 {
    border-left-color: rgb(83 79 118 / 0.4);
    border-right-color: rgb(83 79 118 / 0.4);
}

.border-x-gray-30\/5 {
    border-left-color: rgb(83 79 118 / 0.05);
    border-right-color: rgb(83 79 118 / 0.05);
}

.border-x-gray-30\/50 {
    border-left-color: rgb(83 79 118 / 0.5);
    border-right-color: rgb(83 79 118 / 0.5);
}

.border-x-gray-30\/60 {
    border-left-color: rgb(83 79 118 / 0.6);
    border-right-color: rgb(83 79 118 / 0.6);
}

.border-x-gray-30\/70 {
    border-left-color: rgb(83 79 118 / 0.7);
    border-right-color: rgb(83 79 118 / 0.7);
}

.border-x-gray-30\/75 {
    border-left-color: rgb(83 79 118 / 0.75);
    border-right-color: rgb(83 79 118 / 0.75);
}

.border-x-gray-30\/80 {
    border-left-color: rgb(83 79 118 / 0.8);
    border-right-color: rgb(83 79 118 / 0.8);
}

.border-x-gray-30\/90 {
    border-left-color: rgb(83 79 118 / 0.9);
    border-right-color: rgb(83 79 118 / 0.9);
}

.border-x-gray-30\/95 {
    border-left-color: rgb(83 79 118 / 0.95);
    border-right-color: rgb(83 79 118 / 0.95);
}

.border-x-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-x-gray-50\/0 {
    border-left-color: rgb(130 128 155 / 0);
    border-right-color: rgb(130 128 155 / 0);
}

.border-x-gray-50\/10 {
    border-left-color: rgb(130 128 155 / 0.1);
    border-right-color: rgb(130 128 155 / 0.1);
}

.border-x-gray-50\/100 {
    border-left-color: rgb(130 128 155 / 1);
    border-right-color: rgb(130 128 155 / 1);
}

.border-x-gray-50\/20 {
    border-left-color: rgb(130 128 155 / 0.2);
    border-right-color: rgb(130 128 155 / 0.2);
}

.border-x-gray-50\/25 {
    border-left-color: rgb(130 128 155 / 0.25);
    border-right-color: rgb(130 128 155 / 0.25);
}

.border-x-gray-50\/30 {
    border-left-color: rgb(130 128 155 / 0.3);
    border-right-color: rgb(130 128 155 / 0.3);
}

.border-x-gray-50\/40 {
    border-left-color: rgb(130 128 155 / 0.4);
    border-right-color: rgb(130 128 155 / 0.4);
}

.border-x-gray-50\/5 {
    border-left-color: rgb(130 128 155 / 0.05);
    border-right-color: rgb(130 128 155 / 0.05);
}

.border-x-gray-50\/50 {
    border-left-color: rgb(130 128 155 / 0.5);
    border-right-color: rgb(130 128 155 / 0.5);
}

.border-x-gray-50\/60 {
    border-left-color: rgb(130 128 155 / 0.6);
    border-right-color: rgb(130 128 155 / 0.6);
}

.border-x-gray-50\/70 {
    border-left-color: rgb(130 128 155 / 0.7);
    border-right-color: rgb(130 128 155 / 0.7);
}

.border-x-gray-50\/75 {
    border-left-color: rgb(130 128 155 / 0.75);
    border-right-color: rgb(130 128 155 / 0.75);
}

.border-x-gray-50\/80 {
    border-left-color: rgb(130 128 155 / 0.8);
    border-right-color: rgb(130 128 155 / 0.8);
}

.border-x-gray-50\/90 {
    border-left-color: rgb(130 128 155 / 0.9);
    border-right-color: rgb(130 128 155 / 0.9);
}

.border-x-gray-50\/95 {
    border-left-color: rgb(130 128 155 / 0.95);
    border-right-color: rgb(130 128 155 / 0.95);
}

.border-x-gray-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-x-gray-70\/0 {
    border-left-color: rgb(177 177 193 / 0);
    border-right-color: rgb(177 177 193 / 0);
}

.border-x-gray-70\/10 {
    border-left-color: rgb(177 177 193 / 0.1);
    border-right-color: rgb(177 177 193 / 0.1);
}

.border-x-gray-70\/100 {
    border-left-color: rgb(177 177 193 / 1);
    border-right-color: rgb(177 177 193 / 1);
}

.border-x-gray-70\/20 {
    border-left-color: rgb(177 177 193 / 0.2);
    border-right-color: rgb(177 177 193 / 0.2);
}

.border-x-gray-70\/25 {
    border-left-color: rgb(177 177 193 / 0.25);
    border-right-color: rgb(177 177 193 / 0.25);
}

.border-x-gray-70\/30 {
    border-left-color: rgb(177 177 193 / 0.3);
    border-right-color: rgb(177 177 193 / 0.3);
}

.border-x-gray-70\/40 {
    border-left-color: rgb(177 177 193 / 0.4);
    border-right-color: rgb(177 177 193 / 0.4);
}

.border-x-gray-70\/5 {
    border-left-color: rgb(177 177 193 / 0.05);
    border-right-color: rgb(177 177 193 / 0.05);
}

.border-x-gray-70\/50 {
    border-left-color: rgb(177 177 193 / 0.5);
    border-right-color: rgb(177 177 193 / 0.5);
}

.border-x-gray-70\/60 {
    border-left-color: rgb(177 177 193 / 0.6);
    border-right-color: rgb(177 177 193 / 0.6);
}

.border-x-gray-70\/70 {
    border-left-color: rgb(177 177 193 / 0.7);
    border-right-color: rgb(177 177 193 / 0.7);
}

.border-x-gray-70\/75 {
    border-left-color: rgb(177 177 193 / 0.75);
    border-right-color: rgb(177 177 193 / 0.75);
}

.border-x-gray-70\/80 {
    border-left-color: rgb(177 177 193 / 0.8);
    border-right-color: rgb(177 177 193 / 0.8);
}

.border-x-gray-70\/90 {
    border-left-color: rgb(177 177 193 / 0.9);
    border-right-color: rgb(177 177 193 / 0.9);
}

.border-x-gray-70\/95 {
    border-left-color: rgb(177 177 193 / 0.95);
    border-right-color: rgb(177 177 193 / 0.95);
}

.border-x-green-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-x-green-10\/0 {
    border-left-color: rgb(19 28 66 / 0);
    border-right-color: rgb(19 28 66 / 0);
}

.border-x-green-10\/10 {
    border-left-color: rgb(19 28 66 / 0.1);
    border-right-color: rgb(19 28 66 / 0.1);
}

.border-x-green-10\/100 {
    border-left-color: rgb(19 28 66 / 1);
    border-right-color: rgb(19 28 66 / 1);
}

.border-x-green-10\/20 {
    border-left-color: rgb(19 28 66 / 0.2);
    border-right-color: rgb(19 28 66 / 0.2);
}

.border-x-green-10\/25 {
    border-left-color: rgb(19 28 66 / 0.25);
    border-right-color: rgb(19 28 66 / 0.25);
}

.border-x-green-10\/30 {
    border-left-color: rgb(19 28 66 / 0.3);
    border-right-color: rgb(19 28 66 / 0.3);
}

.border-x-green-10\/40 {
    border-left-color: rgb(19 28 66 / 0.4);
    border-right-color: rgb(19 28 66 / 0.4);
}

.border-x-green-10\/5 {
    border-left-color: rgb(19 28 66 / 0.05);
    border-right-color: rgb(19 28 66 / 0.05);
}

.border-x-green-10\/50 {
    border-left-color: rgb(19 28 66 / 0.5);
    border-right-color: rgb(19 28 66 / 0.5);
}

.border-x-green-10\/60 {
    border-left-color: rgb(19 28 66 / 0.6);
    border-right-color: rgb(19 28 66 / 0.6);
}

.border-x-green-10\/70 {
    border-left-color: rgb(19 28 66 / 0.7);
    border-right-color: rgb(19 28 66 / 0.7);
}

.border-x-green-10\/75 {
    border-left-color: rgb(19 28 66 / 0.75);
    border-right-color: rgb(19 28 66 / 0.75);
}

.border-x-green-10\/80 {
    border-left-color: rgb(19 28 66 / 0.8);
    border-right-color: rgb(19 28 66 / 0.8);
}

.border-x-green-10\/90 {
    border-left-color: rgb(19 28 66 / 0.9);
    border-right-color: rgb(19 28 66 / 0.9);
}

.border-x-green-10\/95 {
    border-left-color: rgb(19 28 66 / 0.95);
    border-right-color: rgb(19 28 66 / 0.95);
}

.border-x-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-x-green-100\/0 {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.border-x-green-100\/10 {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.border-x-green-100\/100 {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.border-x-green-100\/20 {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.border-x-green-100\/25 {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.border-x-green-100\/30 {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.border-x-green-100\/40 {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.border-x-green-100\/5 {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.border-x-green-100\/50 {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.border-x-green-100\/60 {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.border-x-green-100\/70 {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.border-x-green-100\/75 {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.border-x-green-100\/80 {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.border-x-green-100\/90 {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.border-x-green-100\/95 {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.border-x-green-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-x-green-20\/0 {
    border-left-color: rgb(26 52 70 / 0);
    border-right-color: rgb(26 52 70 / 0);
}

.border-x-green-20\/10 {
    border-left-color: rgb(26 52 70 / 0.1);
    border-right-color: rgb(26 52 70 / 0.1);
}

.border-x-green-20\/100 {
    border-left-color: rgb(26 52 70 / 1);
    border-right-color: rgb(26 52 70 / 1);
}

.border-x-green-20\/20 {
    border-left-color: rgb(26 52 70 / 0.2);
    border-right-color: rgb(26 52 70 / 0.2);
}

.border-x-green-20\/25 {
    border-left-color: rgb(26 52 70 / 0.25);
    border-right-color: rgb(26 52 70 / 0.25);
}

.border-x-green-20\/30 {
    border-left-color: rgb(26 52 70 / 0.3);
    border-right-color: rgb(26 52 70 / 0.3);
}

.border-x-green-20\/40 {
    border-left-color: rgb(26 52 70 / 0.4);
    border-right-color: rgb(26 52 70 / 0.4);
}

.border-x-green-20\/5 {
    border-left-color: rgb(26 52 70 / 0.05);
    border-right-color: rgb(26 52 70 / 0.05);
}

.border-x-green-20\/50 {
    border-left-color: rgb(26 52 70 / 0.5);
    border-right-color: rgb(26 52 70 / 0.5);
}

.border-x-green-20\/60 {
    border-left-color: rgb(26 52 70 / 0.6);
    border-right-color: rgb(26 52 70 / 0.6);
}

.border-x-green-20\/70 {
    border-left-color: rgb(26 52 70 / 0.7);
    border-right-color: rgb(26 52 70 / 0.7);
}

.border-x-green-20\/75 {
    border-left-color: rgb(26 52 70 / 0.75);
    border-right-color: rgb(26 52 70 / 0.75);
}

.border-x-green-20\/80 {
    border-left-color: rgb(26 52 70 / 0.8);
    border-right-color: rgb(26 52 70 / 0.8);
}

.border-x-green-20\/90 {
    border-left-color: rgb(26 52 70 / 0.9);
    border-right-color: rgb(26 52 70 / 0.9);
}

.border-x-green-20\/95 {
    border-left-color: rgb(26 52 70 / 0.95);
    border-right-color: rgb(26 52 70 / 0.95);
}

.border-x-green-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-x-green-30\/0 {
    border-left-color: rgb(32 75 75 / 0);
    border-right-color: rgb(32 75 75 / 0);
}

.border-x-green-30\/10 {
    border-left-color: rgb(32 75 75 / 0.1);
    border-right-color: rgb(32 75 75 / 0.1);
}

.border-x-green-30\/100 {
    border-left-color: rgb(32 75 75 / 1);
    border-right-color: rgb(32 75 75 / 1);
}

.border-x-green-30\/20 {
    border-left-color: rgb(32 75 75 / 0.2);
    border-right-color: rgb(32 75 75 / 0.2);
}

.border-x-green-30\/25 {
    border-left-color: rgb(32 75 75 / 0.25);
    border-right-color: rgb(32 75 75 / 0.25);
}

.border-x-green-30\/30 {
    border-left-color: rgb(32 75 75 / 0.3);
    border-right-color: rgb(32 75 75 / 0.3);
}

.border-x-green-30\/40 {
    border-left-color: rgb(32 75 75 / 0.4);
    border-right-color: rgb(32 75 75 / 0.4);
}

.border-x-green-30\/5 {
    border-left-color: rgb(32 75 75 / 0.05);
    border-right-color: rgb(32 75 75 / 0.05);
}

.border-x-green-30\/50 {
    border-left-color: rgb(32 75 75 / 0.5);
    border-right-color: rgb(32 75 75 / 0.5);
}

.border-x-green-30\/60 {
    border-left-color: rgb(32 75 75 / 0.6);
    border-right-color: rgb(32 75 75 / 0.6);
}

.border-x-green-30\/70 {
    border-left-color: rgb(32 75 75 / 0.7);
    border-right-color: rgb(32 75 75 / 0.7);
}

.border-x-green-30\/75 {
    border-left-color: rgb(32 75 75 / 0.75);
    border-right-color: rgb(32 75 75 / 0.75);
}

.border-x-green-30\/80 {
    border-left-color: rgb(32 75 75 / 0.8);
    border-right-color: rgb(32 75 75 / 0.8);
}

.border-x-green-30\/90 {
    border-left-color: rgb(32 75 75 / 0.9);
    border-right-color: rgb(32 75 75 / 0.9);
}

.border-x-green-30\/95 {
    border-left-color: rgb(32 75 75 / 0.95);
    border-right-color: rgb(32 75 75 / 0.95);
}

.border-x-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-x-green-50\/0 {
    border-left-color: rgb(44 121 83 / 0);
    border-right-color: rgb(44 121 83 / 0);
}

.border-x-green-50\/10 {
    border-left-color: rgb(44 121 83 / 0.1);
    border-right-color: rgb(44 121 83 / 0.1);
}

.border-x-green-50\/100 {
    border-left-color: rgb(44 121 83 / 1);
    border-right-color: rgb(44 121 83 / 1);
}

.border-x-green-50\/20 {
    border-left-color: rgb(44 121 83 / 0.2);
    border-right-color: rgb(44 121 83 / 0.2);
}

.border-x-green-50\/25 {
    border-left-color: rgb(44 121 83 / 0.25);
    border-right-color: rgb(44 121 83 / 0.25);
}

.border-x-green-50\/30 {
    border-left-color: rgb(44 121 83 / 0.3);
    border-right-color: rgb(44 121 83 / 0.3);
}

.border-x-green-50\/40 {
    border-left-color: rgb(44 121 83 / 0.4);
    border-right-color: rgb(44 121 83 / 0.4);
}

.border-x-green-50\/5 {
    border-left-color: rgb(44 121 83 / 0.05);
    border-right-color: rgb(44 121 83 / 0.05);
}

.border-x-green-50\/50 {
    border-left-color: rgb(44 121 83 / 0.5);
    border-right-color: rgb(44 121 83 / 0.5);
}

.border-x-green-50\/60 {
    border-left-color: rgb(44 121 83 / 0.6);
    border-right-color: rgb(44 121 83 / 0.6);
}

.border-x-green-50\/70 {
    border-left-color: rgb(44 121 83 / 0.7);
    border-right-color: rgb(44 121 83 / 0.7);
}

.border-x-green-50\/75 {
    border-left-color: rgb(44 121 83 / 0.75);
    border-right-color: rgb(44 121 83 / 0.75);
}

.border-x-green-50\/80 {
    border-left-color: rgb(44 121 83 / 0.8);
    border-right-color: rgb(44 121 83 / 0.8);
}

.border-x-green-50\/90 {
    border-left-color: rgb(44 121 83 / 0.9);
    border-right-color: rgb(44 121 83 / 0.9);
}

.border-x-green-50\/95 {
    border-left-color: rgb(44 121 83 / 0.95);
    border-right-color: rgb(44 121 83 / 0.95);
}

.border-x-green-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-x-green-70\/0 {
    border-left-color: rgb(57 168 91 / 0);
    border-right-color: rgb(57 168 91 / 0);
}

.border-x-green-70\/10 {
    border-left-color: rgb(57 168 91 / 0.1);
    border-right-color: rgb(57 168 91 / 0.1);
}

.border-x-green-70\/100 {
    border-left-color: rgb(57 168 91 / 1);
    border-right-color: rgb(57 168 91 / 1);
}

.border-x-green-70\/20 {
    border-left-color: rgb(57 168 91 / 0.2);
    border-right-color: rgb(57 168 91 / 0.2);
}

.border-x-green-70\/25 {
    border-left-color: rgb(57 168 91 / 0.25);
    border-right-color: rgb(57 168 91 / 0.25);
}

.border-x-green-70\/30 {
    border-left-color: rgb(57 168 91 / 0.3);
    border-right-color: rgb(57 168 91 / 0.3);
}

.border-x-green-70\/40 {
    border-left-color: rgb(57 168 91 / 0.4);
    border-right-color: rgb(57 168 91 / 0.4);
}

.border-x-green-70\/5 {
    border-left-color: rgb(57 168 91 / 0.05);
    border-right-color: rgb(57 168 91 / 0.05);
}

.border-x-green-70\/50 {
    border-left-color: rgb(57 168 91 / 0.5);
    border-right-color: rgb(57 168 91 / 0.5);
}

.border-x-green-70\/60 {
    border-left-color: rgb(57 168 91 / 0.6);
    border-right-color: rgb(57 168 91 / 0.6);
}

.border-x-green-70\/70 {
    border-left-color: rgb(57 168 91 / 0.7);
    border-right-color: rgb(57 168 91 / 0.7);
}

.border-x-green-70\/75 {
    border-left-color: rgb(57 168 91 / 0.75);
    border-right-color: rgb(57 168 91 / 0.75);
}

.border-x-green-70\/80 {
    border-left-color: rgb(57 168 91 / 0.8);
    border-right-color: rgb(57 168 91 / 0.8);
}

.border-x-green-70\/90 {
    border-left-color: rgb(57 168 91 / 0.9);
    border-right-color: rgb(57 168 91 / 0.9);
}

.border-x-green-70\/95 {
    border-left-color: rgb(57 168 91 / 0.95);
    border-right-color: rgb(57 168 91 / 0.95);
}

.border-x-purple-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-x-purple-10\/0 {
    border-left-color: rgb(26 8 70 / 0);
    border-right-color: rgb(26 8 70 / 0);
}

.border-x-purple-10\/10 {
    border-left-color: rgb(26 8 70 / 0.1);
    border-right-color: rgb(26 8 70 / 0.1);
}

.border-x-purple-10\/100 {
    border-left-color: rgb(26 8 70 / 1);
    border-right-color: rgb(26 8 70 / 1);
}

.border-x-purple-10\/20 {
    border-left-color: rgb(26 8 70 / 0.2);
    border-right-color: rgb(26 8 70 / 0.2);
}

.border-x-purple-10\/25 {
    border-left-color: rgb(26 8 70 / 0.25);
    border-right-color: rgb(26 8 70 / 0.25);
}

.border-x-purple-10\/30 {
    border-left-color: rgb(26 8 70 / 0.3);
    border-right-color: rgb(26 8 70 / 0.3);
}

.border-x-purple-10\/40 {
    border-left-color: rgb(26 8 70 / 0.4);
    border-right-color: rgb(26 8 70 / 0.4);
}

.border-x-purple-10\/5 {
    border-left-color: rgb(26 8 70 / 0.05);
    border-right-color: rgb(26 8 70 / 0.05);
}

.border-x-purple-10\/50 {
    border-left-color: rgb(26 8 70 / 0.5);
    border-right-color: rgb(26 8 70 / 0.5);
}

.border-x-purple-10\/60 {
    border-left-color: rgb(26 8 70 / 0.6);
    border-right-color: rgb(26 8 70 / 0.6);
}

.border-x-purple-10\/70 {
    border-left-color: rgb(26 8 70 / 0.7);
    border-right-color: rgb(26 8 70 / 0.7);
}

.border-x-purple-10\/75 {
    border-left-color: rgb(26 8 70 / 0.75);
    border-right-color: rgb(26 8 70 / 0.75);
}

.border-x-purple-10\/80 {
    border-left-color: rgb(26 8 70 / 0.8);
    border-right-color: rgb(26 8 70 / 0.8);
}

.border-x-purple-10\/90 {
    border-left-color: rgb(26 8 70 / 0.9);
    border-right-color: rgb(26 8 70 / 0.9);
}

.border-x-purple-10\/95 {
    border-left-color: rgb(26 8 70 / 0.95);
    border-right-color: rgb(26 8 70 / 0.95);
}

.border-x-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-x-purple-100\/0 {
    border-left-color: rgb(125 41 145 / 0);
    border-right-color: rgb(125 41 145 / 0);
}

.border-x-purple-100\/10 {
    border-left-color: rgb(125 41 145 / 0.1);
    border-right-color: rgb(125 41 145 / 0.1);
}

.border-x-purple-100\/100 {
    border-left-color: rgb(125 41 145 / 1);
    border-right-color: rgb(125 41 145 / 1);
}

.border-x-purple-100\/20 {
    border-left-color: rgb(125 41 145 / 0.2);
    border-right-color: rgb(125 41 145 / 0.2);
}

.border-x-purple-100\/25 {
    border-left-color: rgb(125 41 145 / 0.25);
    border-right-color: rgb(125 41 145 / 0.25);
}

.border-x-purple-100\/30 {
    border-left-color: rgb(125 41 145 / 0.3);
    border-right-color: rgb(125 41 145 / 0.3);
}

.border-x-purple-100\/40 {
    border-left-color: rgb(125 41 145 / 0.4);
    border-right-color: rgb(125 41 145 / 0.4);
}

.border-x-purple-100\/5 {
    border-left-color: rgb(125 41 145 / 0.05);
    border-right-color: rgb(125 41 145 / 0.05);
}

.border-x-purple-100\/50 {
    border-left-color: rgb(125 41 145 / 0.5);
    border-right-color: rgb(125 41 145 / 0.5);
}

.border-x-purple-100\/60 {
    border-left-color: rgb(125 41 145 / 0.6);
    border-right-color: rgb(125 41 145 / 0.6);
}

.border-x-purple-100\/70 {
    border-left-color: rgb(125 41 145 / 0.7);
    border-right-color: rgb(125 41 145 / 0.7);
}

.border-x-purple-100\/75 {
    border-left-color: rgb(125 41 145 / 0.75);
    border-right-color: rgb(125 41 145 / 0.75);
}

.border-x-purple-100\/80 {
    border-left-color: rgb(125 41 145 / 0.8);
    border-right-color: rgb(125 41 145 / 0.8);
}

.border-x-purple-100\/90 {
    border-left-color: rgb(125 41 145 / 0.9);
    border-right-color: rgb(125 41 145 / 0.9);
}

.border-x-purple-100\/95 {
    border-left-color: rgb(125 41 145 / 0.95);
    border-right-color: rgb(125 41 145 / 0.95);
}

.border-x-purple-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-x-purple-20\/0 {
    border-left-color: rgb(40 12 78 / 0);
    border-right-color: rgb(40 12 78 / 0);
}

.border-x-purple-20\/10 {
    border-left-color: rgb(40 12 78 / 0.1);
    border-right-color: rgb(40 12 78 / 0.1);
}

.border-x-purple-20\/100 {
    border-left-color: rgb(40 12 78 / 1);
    border-right-color: rgb(40 12 78 / 1);
}

.border-x-purple-20\/20 {
    border-left-color: rgb(40 12 78 / 0.2);
    border-right-color: rgb(40 12 78 / 0.2);
}

.border-x-purple-20\/25 {
    border-left-color: rgb(40 12 78 / 0.25);
    border-right-color: rgb(40 12 78 / 0.25);
}

.border-x-purple-20\/30 {
    border-left-color: rgb(40 12 78 / 0.3);
    border-right-color: rgb(40 12 78 / 0.3);
}

.border-x-purple-20\/40 {
    border-left-color: rgb(40 12 78 / 0.4);
    border-right-color: rgb(40 12 78 / 0.4);
}

.border-x-purple-20\/5 {
    border-left-color: rgb(40 12 78 / 0.05);
    border-right-color: rgb(40 12 78 / 0.05);
}

.border-x-purple-20\/50 {
    border-left-color: rgb(40 12 78 / 0.5);
    border-right-color: rgb(40 12 78 / 0.5);
}

.border-x-purple-20\/60 {
    border-left-color: rgb(40 12 78 / 0.6);
    border-right-color: rgb(40 12 78 / 0.6);
}

.border-x-purple-20\/70 {
    border-left-color: rgb(40 12 78 / 0.7);
    border-right-color: rgb(40 12 78 / 0.7);
}

.border-x-purple-20\/75 {
    border-left-color: rgb(40 12 78 / 0.75);
    border-right-color: rgb(40 12 78 / 0.75);
}

.border-x-purple-20\/80 {
    border-left-color: rgb(40 12 78 / 0.8);
    border-right-color: rgb(40 12 78 / 0.8);
}

.border-x-purple-20\/90 {
    border-left-color: rgb(40 12 78 / 0.9);
    border-right-color: rgb(40 12 78 / 0.9);
}

.border-x-purple-20\/95 {
    border-left-color: rgb(40 12 78 / 0.95);
    border-right-color: rgb(40 12 78 / 0.95);
}

.border-x-purple-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-x-purple-30\/0 {
    border-left-color: rgb(53 15 86 / 0);
    border-right-color: rgb(53 15 86 / 0);
}

.border-x-purple-30\/10 {
    border-left-color: rgb(53 15 86 / 0.1);
    border-right-color: rgb(53 15 86 / 0.1);
}

.border-x-purple-30\/100 {
    border-left-color: rgb(53 15 86 / 1);
    border-right-color: rgb(53 15 86 / 1);
}

.border-x-purple-30\/20 {
    border-left-color: rgb(53 15 86 / 0.2);
    border-right-color: rgb(53 15 86 / 0.2);
}

.border-x-purple-30\/25 {
    border-left-color: rgb(53 15 86 / 0.25);
    border-right-color: rgb(53 15 86 / 0.25);
}

.border-x-purple-30\/30 {
    border-left-color: rgb(53 15 86 / 0.3);
    border-right-color: rgb(53 15 86 / 0.3);
}

.border-x-purple-30\/40 {
    border-left-color: rgb(53 15 86 / 0.4);
    border-right-color: rgb(53 15 86 / 0.4);
}

.border-x-purple-30\/5 {
    border-left-color: rgb(53 15 86 / 0.05);
    border-right-color: rgb(53 15 86 / 0.05);
}

.border-x-purple-30\/50 {
    border-left-color: rgb(53 15 86 / 0.5);
    border-right-color: rgb(53 15 86 / 0.5);
}

.border-x-purple-30\/60 {
    border-left-color: rgb(53 15 86 / 0.6);
    border-right-color: rgb(53 15 86 / 0.6);
}

.border-x-purple-30\/70 {
    border-left-color: rgb(53 15 86 / 0.7);
    border-right-color: rgb(53 15 86 / 0.7);
}

.border-x-purple-30\/75 {
    border-left-color: rgb(53 15 86 / 0.75);
    border-right-color: rgb(53 15 86 / 0.75);
}

.border-x-purple-30\/80 {
    border-left-color: rgb(53 15 86 / 0.8);
    border-right-color: rgb(53 15 86 / 0.8);
}

.border-x-purple-30\/90 {
    border-left-color: rgb(53 15 86 / 0.9);
    border-right-color: rgb(53 15 86 / 0.9);
}

.border-x-purple-30\/95 {
    border-left-color: rgb(53 15 86 / 0.95);
    border-right-color: rgb(53 15 86 / 0.95);
}

.border-x-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-x-purple-50\/0 {
    border-left-color: rgb(79 22 102 / 0);
    border-right-color: rgb(79 22 102 / 0);
}

.border-x-purple-50\/10 {
    border-left-color: rgb(79 22 102 / 0.1);
    border-right-color: rgb(79 22 102 / 0.1);
}

.border-x-purple-50\/100 {
    border-left-color: rgb(79 22 102 / 1);
    border-right-color: rgb(79 22 102 / 1);
}

.border-x-purple-50\/20 {
    border-left-color: rgb(79 22 102 / 0.2);
    border-right-color: rgb(79 22 102 / 0.2);
}

.border-x-purple-50\/25 {
    border-left-color: rgb(79 22 102 / 0.25);
    border-right-color: rgb(79 22 102 / 0.25);
}

.border-x-purple-50\/30 {
    border-left-color: rgb(79 22 102 / 0.3);
    border-right-color: rgb(79 22 102 / 0.3);
}

.border-x-purple-50\/40 {
    border-left-color: rgb(79 22 102 / 0.4);
    border-right-color: rgb(79 22 102 / 0.4);
}

.border-x-purple-50\/5 {
    border-left-color: rgb(79 22 102 / 0.05);
    border-right-color: rgb(79 22 102 / 0.05);
}

.border-x-purple-50\/50 {
    border-left-color: rgb(79 22 102 / 0.5);
    border-right-color: rgb(79 22 102 / 0.5);
}

.border-x-purple-50\/60 {
    border-left-color: rgb(79 22 102 / 0.6);
    border-right-color: rgb(79 22 102 / 0.6);
}

.border-x-purple-50\/70 {
    border-left-color: rgb(79 22 102 / 0.7);
    border-right-color: rgb(79 22 102 / 0.7);
}

.border-x-purple-50\/75 {
    border-left-color: rgb(79 22 102 / 0.75);
    border-right-color: rgb(79 22 102 / 0.75);
}

.border-x-purple-50\/80 {
    border-left-color: rgb(79 22 102 / 0.8);
    border-right-color: rgb(79 22 102 / 0.8);
}

.border-x-purple-50\/90 {
    border-left-color: rgb(79 22 102 / 0.9);
    border-right-color: rgb(79 22 102 / 0.9);
}

.border-x-purple-50\/95 {
    border-left-color: rgb(79 22 102 / 0.95);
    border-right-color: rgb(79 22 102 / 0.95);
}

.border-x-purple-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-x-purple-70\/0 {
    border-left-color: rgb(106 29 119 / 0);
    border-right-color: rgb(106 29 119 / 0);
}

.border-x-purple-70\/10 {
    border-left-color: rgb(106 29 119 / 0.1);
    border-right-color: rgb(106 29 119 / 0.1);
}

.border-x-purple-70\/100 {
    border-left-color: rgb(106 29 119 / 1);
    border-right-color: rgb(106 29 119 / 1);
}

.border-x-purple-70\/20 {
    border-left-color: rgb(106 29 119 / 0.2);
    border-right-color: rgb(106 29 119 / 0.2);
}

.border-x-purple-70\/25 {
    border-left-color: rgb(106 29 119 / 0.25);
    border-right-color: rgb(106 29 119 / 0.25);
}

.border-x-purple-70\/30 {
    border-left-color: rgb(106 29 119 / 0.3);
    border-right-color: rgb(106 29 119 / 0.3);
}

.border-x-purple-70\/40 {
    border-left-color: rgb(106 29 119 / 0.4);
    border-right-color: rgb(106 29 119 / 0.4);
}

.border-x-purple-70\/5 {
    border-left-color: rgb(106 29 119 / 0.05);
    border-right-color: rgb(106 29 119 / 0.05);
}

.border-x-purple-70\/50 {
    border-left-color: rgb(106 29 119 / 0.5);
    border-right-color: rgb(106 29 119 / 0.5);
}

.border-x-purple-70\/60 {
    border-left-color: rgb(106 29 119 / 0.6);
    border-right-color: rgb(106 29 119 / 0.6);
}

.border-x-purple-70\/70 {
    border-left-color: rgb(106 29 119 / 0.7);
    border-right-color: rgb(106 29 119 / 0.7);
}

.border-x-purple-70\/75 {
    border-left-color: rgb(106 29 119 / 0.75);
    border-right-color: rgb(106 29 119 / 0.75);
}

.border-x-purple-70\/80 {
    border-left-color: rgb(106 29 119 / 0.8);
    border-right-color: rgb(106 29 119 / 0.8);
}

.border-x-purple-70\/90 {
    border-left-color: rgb(106 29 119 / 0.9);
    border-right-color: rgb(106 29 119 / 0.9);
}

.border-x-purple-70\/95 {
    border-left-color: rgb(106 29 119 / 0.95);
    border-right-color: rgb(106 29 119 / 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\/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\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-x-utility-error\/0 {
    border-left-color: rgb(220 33 33 / 0);
    border-right-color: rgb(220 33 33 / 0);
}

.border-x-utility-error\/10 {
    border-left-color: rgb(220 33 33 / 0.1);
    border-right-color: rgb(220 33 33 / 0.1);
}

.border-x-utility-error\/100 {
    border-left-color: rgb(220 33 33 / 1);
    border-right-color: rgb(220 33 33 / 1);
}

.border-x-utility-error\/20 {
    border-left-color: rgb(220 33 33 / 0.2);
    border-right-color: rgb(220 33 33 / 0.2);
}

.border-x-utility-error\/25 {
    border-left-color: rgb(220 33 33 / 0.25);
    border-right-color: rgb(220 33 33 / 0.25);
}

.border-x-utility-error\/30 {
    border-left-color: rgb(220 33 33 / 0.3);
    border-right-color: rgb(220 33 33 / 0.3);
}

.border-x-utility-error\/40 {
    border-left-color: rgb(220 33 33 / 0.4);
    border-right-color: rgb(220 33 33 / 0.4);
}

.border-x-utility-error\/5 {
    border-left-color: rgb(220 33 33 / 0.05);
    border-right-color: rgb(220 33 33 / 0.05);
}

.border-x-utility-error\/50 {
    border-left-color: rgb(220 33 33 / 0.5);
    border-right-color: rgb(220 33 33 / 0.5);
}

.border-x-utility-error\/60 {
    border-left-color: rgb(220 33 33 / 0.6);
    border-right-color: rgb(220 33 33 / 0.6);
}

.border-x-utility-error\/70 {
    border-left-color: rgb(220 33 33 / 0.7);
    border-right-color: rgb(220 33 33 / 0.7);
}

.border-x-utility-error\/75 {
    border-left-color: rgb(220 33 33 / 0.75);
    border-right-color: rgb(220 33 33 / 0.75);
}

.border-x-utility-error\/80 {
    border-left-color: rgb(220 33 33 / 0.8);
    border-right-color: rgb(220 33 33 / 0.8);
}

.border-x-utility-error\/90 {
    border-left-color: rgb(220 33 33 / 0.9);
    border-right-color: rgb(220 33 33 / 0.9);
}

.border-x-utility-error\/95 {
    border-left-color: rgb(220 33 33 / 0.95);
    border-right-color: rgb(220 33 33 / 0.95);
}

.border-x-utility-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-x-utility-info\/0 {
    border-left-color: rgb(191 219 254 / 0);
    border-right-color: rgb(191 219 254 / 0);
}

.border-x-utility-info\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
    border-right-color: rgb(191 219 254 / 0.1);
}

.border-x-utility-info\/100 {
    border-left-color: rgb(191 219 254 / 1);
    border-right-color: rgb(191 219 254 / 1);
}

.border-x-utility-info\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
    border-right-color: rgb(191 219 254 / 0.2);
}

.border-x-utility-info\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
    border-right-color: rgb(191 219 254 / 0.25);
}

.border-x-utility-info\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
    border-right-color: rgb(191 219 254 / 0.3);
}

.border-x-utility-info\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
    border-right-color: rgb(191 219 254 / 0.4);
}

.border-x-utility-info\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
    border-right-color: rgb(191 219 254 / 0.05);
}

.border-x-utility-info\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
    border-right-color: rgb(191 219 254 / 0.5);
}

.border-x-utility-info\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
    border-right-color: rgb(191 219 254 / 0.6);
}

.border-x-utility-info\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
    border-right-color: rgb(191 219 254 / 0.7);
}

.border-x-utility-info\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
    border-right-color: rgb(191 219 254 / 0.75);
}

.border-x-utility-info\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
    border-right-color: rgb(191 219 254 / 0.8);
}

.border-x-utility-info\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
    border-right-color: rgb(191 219 254 / 0.9);
}

.border-x-utility-info\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
    border-right-color: rgb(191 219 254 / 0.95);
}

.border-x-utility-success {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-x-utility-success\/0 {
    border-left-color: rgb(92 204 23 / 0);
    border-right-color: rgb(92 204 23 / 0);
}

.border-x-utility-success\/10 {
    border-left-color: rgb(92 204 23 / 0.1);
    border-right-color: rgb(92 204 23 / 0.1);
}

.border-x-utility-success\/100 {
    border-left-color: rgb(92 204 23 / 1);
    border-right-color: rgb(92 204 23 / 1);
}

.border-x-utility-success\/20 {
    border-left-color: rgb(92 204 23 / 0.2);
    border-right-color: rgb(92 204 23 / 0.2);
}

.border-x-utility-success\/25 {
    border-left-color: rgb(92 204 23 / 0.25);
    border-right-color: rgb(92 204 23 / 0.25);
}

.border-x-utility-success\/30 {
    border-left-color: rgb(92 204 23 / 0.3);
    border-right-color: rgb(92 204 23 / 0.3);
}

.border-x-utility-success\/40 {
    border-left-color: rgb(92 204 23 / 0.4);
    border-right-color: rgb(92 204 23 / 0.4);
}

.border-x-utility-success\/5 {
    border-left-color: rgb(92 204 23 / 0.05);
    border-right-color: rgb(92 204 23 / 0.05);
}

.border-x-utility-success\/50 {
    border-left-color: rgb(92 204 23 / 0.5);
    border-right-color: rgb(92 204 23 / 0.5);
}

.border-x-utility-success\/60 {
    border-left-color: rgb(92 204 23 / 0.6);
    border-right-color: rgb(92 204 23 / 0.6);
}

.border-x-utility-success\/70 {
    border-left-color: rgb(92 204 23 / 0.7);
    border-right-color: rgb(92 204 23 / 0.7);
}

.border-x-utility-success\/75 {
    border-left-color: rgb(92 204 23 / 0.75);
    border-right-color: rgb(92 204 23 / 0.75);
}

.border-x-utility-success\/80 {
    border-left-color: rgb(92 204 23 / 0.8);
    border-right-color: rgb(92 204 23 / 0.8);
}

.border-x-utility-success\/90 {
    border-left-color: rgb(92 204 23 / 0.9);
    border-right-color: rgb(92 204 23 / 0.9);
}

.border-x-utility-success\/95 {
    border-left-color: rgb(92 204 23 / 0.95);
    border-right-color: rgb(92 204 23 / 0.95);
}

.border-x-utility-warning {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-x-utility-warning\/0 {
    border-left-color: rgb(219 170 110 / 0);
    border-right-color: rgb(219 170 110 / 0);
}

.border-x-utility-warning\/10 {
    border-left-color: rgb(219 170 110 / 0.1);
    border-right-color: rgb(219 170 110 / 0.1);
}

.border-x-utility-warning\/100 {
    border-left-color: rgb(219 170 110 / 1);
    border-right-color: rgb(219 170 110 / 1);
}

.border-x-utility-warning\/20 {
    border-left-color: rgb(219 170 110 / 0.2);
    border-right-color: rgb(219 170 110 / 0.2);
}

.border-x-utility-warning\/25 {
    border-left-color: rgb(219 170 110 / 0.25);
    border-right-color: rgb(219 170 110 / 0.25);
}

.border-x-utility-warning\/30 {
    border-left-color: rgb(219 170 110 / 0.3);
    border-right-color: rgb(219 170 110 / 0.3);
}

.border-x-utility-warning\/40 {
    border-left-color: rgb(219 170 110 / 0.4);
    border-right-color: rgb(219 170 110 / 0.4);
}

.border-x-utility-warning\/5 {
    border-left-color: rgb(219 170 110 / 0.05);
    border-right-color: rgb(219 170 110 / 0.05);
}

.border-x-utility-warning\/50 {
    border-left-color: rgb(219 170 110 / 0.5);
    border-right-color: rgb(219 170 110 / 0.5);
}

.border-x-utility-warning\/60 {
    border-left-color: rgb(219 170 110 / 0.6);
    border-right-color: rgb(219 170 110 / 0.6);
}

.border-x-utility-warning\/70 {
    border-left-color: rgb(219 170 110 / 0.7);
    border-right-color: rgb(219 170 110 / 0.7);
}

.border-x-utility-warning\/75 {
    border-left-color: rgb(219 170 110 / 0.75);
    border-right-color: rgb(219 170 110 / 0.75);
}

.border-x-utility-warning\/80 {
    border-left-color: rgb(219 170 110 / 0.8);
    border-right-color: rgb(219 170 110 / 0.8);
}

.border-x-utility-warning\/90 {
    border-left-color: rgb(219 170 110 / 0.9);
    border-right-color: rgb(219 170 110 / 0.9);
}

.border-x-utility-warning\/95 {
    border-left-color: rgb(219 170 110 / 0.95);
    border-right-color: rgb(219 170 110 / 0.95);
}

.border-x-very-dark-blue {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-x-very-dark-blue\/0 {
    border-left-color: rgb(4 4 47 / 0);
    border-right-color: rgb(4 4 47 / 0);
}

.border-x-very-dark-blue\/10 {
    border-left-color: rgb(4 4 47 / 0.1);
    border-right-color: rgb(4 4 47 / 0.1);
}

.border-x-very-dark-blue\/100 {
    border-left-color: rgb(4 4 47 / 1);
    border-right-color: rgb(4 4 47 / 1);
}

.border-x-very-dark-blue\/20 {
    border-left-color: rgb(4 4 47 / 0.2);
    border-right-color: rgb(4 4 47 / 0.2);
}

.border-x-very-dark-blue\/25 {
    border-left-color: rgb(4 4 47 / 0.25);
    border-right-color: rgb(4 4 47 / 0.25);
}

.border-x-very-dark-blue\/30 {
    border-left-color: rgb(4 4 47 / 0.3);
    border-right-color: rgb(4 4 47 / 0.3);
}

.border-x-very-dark-blue\/40 {
    border-left-color: rgb(4 4 47 / 0.4);
    border-right-color: rgb(4 4 47 / 0.4);
}

.border-x-very-dark-blue\/5 {
    border-left-color: rgb(4 4 47 / 0.05);
    border-right-color: rgb(4 4 47 / 0.05);
}

.border-x-very-dark-blue\/50 {
    border-left-color: rgb(4 4 47 / 0.5);
    border-right-color: rgb(4 4 47 / 0.5);
}

.border-x-very-dark-blue\/60 {
    border-left-color: rgb(4 4 47 / 0.6);
    border-right-color: rgb(4 4 47 / 0.6);
}

.border-x-very-dark-blue\/70 {
    border-left-color: rgb(4 4 47 / 0.7);
    border-right-color: rgb(4 4 47 / 0.7);
}

.border-x-very-dark-blue\/75 {
    border-left-color: rgb(4 4 47 / 0.75);
    border-right-color: rgb(4 4 47 / 0.75);
}

.border-x-very-dark-blue\/80 {
    border-left-color: rgb(4 4 47 / 0.8);
    border-right-color: rgb(4 4 47 / 0.8);
}

.border-x-very-dark-blue\/90 {
    border-left-color: rgb(4 4 47 / 0.9);
    border-right-color: rgb(4 4 47 / 0.9);
}

.border-x-very-dark-blue\/95 {
    border-left-color: rgb(4 4 47 / 0.95);
    border-right-color: rgb(4 4 47 / 0.95);
}

.border-y-accent-green-dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-y-accent-green-dark\/0 {
    border-top-color: rgb(42 172 110 / 0);
    border-bottom-color: rgb(42 172 110 / 0);
}

.border-y-accent-green-dark\/10 {
    border-top-color: rgb(42 172 110 / 0.1);
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.border-y-accent-green-dark\/100 {
    border-top-color: rgb(42 172 110 / 1);
    border-bottom-color: rgb(42 172 110 / 1);
}

.border-y-accent-green-dark\/20 {
    border-top-color: rgb(42 172 110 / 0.2);
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.border-y-accent-green-dark\/25 {
    border-top-color: rgb(42 172 110 / 0.25);
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.border-y-accent-green-dark\/30 {
    border-top-color: rgb(42 172 110 / 0.3);
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.border-y-accent-green-dark\/40 {
    border-top-color: rgb(42 172 110 / 0.4);
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.border-y-accent-green-dark\/5 {
    border-top-color: rgb(42 172 110 / 0.05);
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.border-y-accent-green-dark\/50 {
    border-top-color: rgb(42 172 110 / 0.5);
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.border-y-accent-green-dark\/60 {
    border-top-color: rgb(42 172 110 / 0.6);
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.border-y-accent-green-dark\/70 {
    border-top-color: rgb(42 172 110 / 0.7);
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.border-y-accent-green-dark\/75 {
    border-top-color: rgb(42 172 110 / 0.75);
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.border-y-accent-green-dark\/80 {
    border-top-color: rgb(42 172 110 / 0.8);
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.border-y-accent-green-dark\/90 {
    border-top-color: rgb(42 172 110 / 0.9);
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.border-y-accent-green-dark\/95 {
    border-top-color: rgb(42 172 110 / 0.95);
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.border-y-accent-green-light {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-y-accent-green-light\/0 {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.border-y-accent-green-light\/10 {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.border-y-accent-green-light\/100 {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.border-y-accent-green-light\/20 {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.border-y-accent-green-light\/25 {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.border-y-accent-green-light\/30 {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.border-y-accent-green-light\/40 {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.border-y-accent-green-light\/5 {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.border-y-accent-green-light\/50 {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.border-y-accent-green-light\/60 {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.border-y-accent-green-light\/70 {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.border-y-accent-green-light\/75 {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.border-y-accent-green-light\/80 {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.border-y-accent-green-light\/90 {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.border-y-accent-green-light\/95 {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.border-y-accent-purple {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-y-accent-purple\/0 {
    border-top-color: rgb(192 69 221 / 0);
    border-bottom-color: rgb(192 69 221 / 0);
}

.border-y-accent-purple\/10 {
    border-top-color: rgb(192 69 221 / 0.1);
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.border-y-accent-purple\/100 {
    border-top-color: rgb(192 69 221 / 1);
    border-bottom-color: rgb(192 69 221 / 1);
}

.border-y-accent-purple\/20 {
    border-top-color: rgb(192 69 221 / 0.2);
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.border-y-accent-purple\/25 {
    border-top-color: rgb(192 69 221 / 0.25);
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.border-y-accent-purple\/30 {
    border-top-color: rgb(192 69 221 / 0.3);
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.border-y-accent-purple\/40 {
    border-top-color: rgb(192 69 221 / 0.4);
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.border-y-accent-purple\/5 {
    border-top-color: rgb(192 69 221 / 0.05);
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.border-y-accent-purple\/50 {
    border-top-color: rgb(192 69 221 / 0.5);
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.border-y-accent-purple\/60 {
    border-top-color: rgb(192 69 221 / 0.6);
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.border-y-accent-purple\/70 {
    border-top-color: rgb(192 69 221 / 0.7);
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.border-y-accent-purple\/75 {
    border-top-color: rgb(192 69 221 / 0.75);
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.border-y-accent-purple\/80 {
    border-top-color: rgb(192 69 221 / 0.8);
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.border-y-accent-purple\/90 {
    border-top-color: rgb(192 69 221 / 0.9);
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.border-y-accent-purple\/95 {
    border-top-color: rgb(192 69 221 / 0.95);
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.border-y-current {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.border-y-gray-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-y-gray-10\/0 {
    border-top-color: rgb(36 30 81 / 0);
    border-bottom-color: rgb(36 30 81 / 0);
}

.border-y-gray-10\/10 {
    border-top-color: rgb(36 30 81 / 0.1);
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.border-y-gray-10\/100 {
    border-top-color: rgb(36 30 81 / 1);
    border-bottom-color: rgb(36 30 81 / 1);
}

.border-y-gray-10\/20 {
    border-top-color: rgb(36 30 81 / 0.2);
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.border-y-gray-10\/25 {
    border-top-color: rgb(36 30 81 / 0.25);
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.border-y-gray-10\/30 {
    border-top-color: rgb(36 30 81 / 0.3);
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.border-y-gray-10\/40 {
    border-top-color: rgb(36 30 81 / 0.4);
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.border-y-gray-10\/5 {
    border-top-color: rgb(36 30 81 / 0.05);
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.border-y-gray-10\/50 {
    border-top-color: rgb(36 30 81 / 0.5);
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.border-y-gray-10\/60 {
    border-top-color: rgb(36 30 81 / 0.6);
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.border-y-gray-10\/70 {
    border-top-color: rgb(36 30 81 / 0.7);
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.border-y-gray-10\/75 {
    border-top-color: rgb(36 30 81 / 0.75);
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.border-y-gray-10\/80 {
    border-top-color: rgb(36 30 81 / 0.8);
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.border-y-gray-10\/90 {
    border-top-color: rgb(36 30 81 / 0.9);
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.border-y-gray-10\/95 {
    border-top-color: rgb(36 30 81 / 0.95);
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.border-y-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-y-gray-100\/0 {
    border-top-color: rgb(248 251 249 / 0);
    border-bottom-color: rgb(248 251 249 / 0);
}

.border-y-gray-100\/10 {
    border-top-color: rgb(248 251 249 / 0.1);
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.border-y-gray-100\/100 {
    border-top-color: rgb(248 251 249 / 1);
    border-bottom-color: rgb(248 251 249 / 1);
}

.border-y-gray-100\/20 {
    border-top-color: rgb(248 251 249 / 0.2);
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.border-y-gray-100\/25 {
    border-top-color: rgb(248 251 249 / 0.25);
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.border-y-gray-100\/30 {
    border-top-color: rgb(248 251 249 / 0.3);
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.border-y-gray-100\/40 {
    border-top-color: rgb(248 251 249 / 0.4);
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.border-y-gray-100\/5 {
    border-top-color: rgb(248 251 249 / 0.05);
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.border-y-gray-100\/50 {
    border-top-color: rgb(248 251 249 / 0.5);
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.border-y-gray-100\/60 {
    border-top-color: rgb(248 251 249 / 0.6);
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.border-y-gray-100\/70 {
    border-top-color: rgb(248 251 249 / 0.7);
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.border-y-gray-100\/75 {
    border-top-color: rgb(248 251 249 / 0.75);
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.border-y-gray-100\/80 {
    border-top-color: rgb(248 251 249 / 0.8);
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.border-y-gray-100\/90 {
    border-top-color: rgb(248 251 249 / 0.9);
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.border-y-gray-100\/95 {
    border-top-color: rgb(248 251 249 / 0.95);
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.border-y-gray-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-y-gray-20\/0 {
    border-top-color: rgb(60 54 99 / 0);
    border-bottom-color: rgb(60 54 99 / 0);
}

.border-y-gray-20\/10 {
    border-top-color: rgb(60 54 99 / 0.1);
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.border-y-gray-20\/100 {
    border-top-color: rgb(60 54 99 / 1);
    border-bottom-color: rgb(60 54 99 / 1);
}

.border-y-gray-20\/20 {
    border-top-color: rgb(60 54 99 / 0.2);
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.border-y-gray-20\/25 {
    border-top-color: rgb(60 54 99 / 0.25);
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.border-y-gray-20\/30 {
    border-top-color: rgb(60 54 99 / 0.3);
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.border-y-gray-20\/40 {
    border-top-color: rgb(60 54 99 / 0.4);
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.border-y-gray-20\/5 {
    border-top-color: rgb(60 54 99 / 0.05);
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.border-y-gray-20\/50 {
    border-top-color: rgb(60 54 99 / 0.5);
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.border-y-gray-20\/60 {
    border-top-color: rgb(60 54 99 / 0.6);
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.border-y-gray-20\/70 {
    border-top-color: rgb(60 54 99 / 0.7);
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.border-y-gray-20\/75 {
    border-top-color: rgb(60 54 99 / 0.75);
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.border-y-gray-20\/80 {
    border-top-color: rgb(60 54 99 / 0.8);
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.border-y-gray-20\/90 {
    border-top-color: rgb(60 54 99 / 0.9);
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.border-y-gray-20\/95 {
    border-top-color: rgb(60 54 99 / 0.95);
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.border-y-gray-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-y-gray-30\/0 {
    border-top-color: rgb(83 79 118 / 0);
    border-bottom-color: rgb(83 79 118 / 0);
}

.border-y-gray-30\/10 {
    border-top-color: rgb(83 79 118 / 0.1);
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.border-y-gray-30\/100 {
    border-top-color: rgb(83 79 118 / 1);
    border-bottom-color: rgb(83 79 118 / 1);
}

.border-y-gray-30\/20 {
    border-top-color: rgb(83 79 118 / 0.2);
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.border-y-gray-30\/25 {
    border-top-color: rgb(83 79 118 / 0.25);
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.border-y-gray-30\/30 {
    border-top-color: rgb(83 79 118 / 0.3);
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.border-y-gray-30\/40 {
    border-top-color: rgb(83 79 118 / 0.4);
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.border-y-gray-30\/5 {
    border-top-color: rgb(83 79 118 / 0.05);
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.border-y-gray-30\/50 {
    border-top-color: rgb(83 79 118 / 0.5);
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.border-y-gray-30\/60 {
    border-top-color: rgb(83 79 118 / 0.6);
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.border-y-gray-30\/70 {
    border-top-color: rgb(83 79 118 / 0.7);
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.border-y-gray-30\/75 {
    border-top-color: rgb(83 79 118 / 0.75);
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.border-y-gray-30\/80 {
    border-top-color: rgb(83 79 118 / 0.8);
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.border-y-gray-30\/90 {
    border-top-color: rgb(83 79 118 / 0.9);
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.border-y-gray-30\/95 {
    border-top-color: rgb(83 79 118 / 0.95);
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.border-y-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-y-gray-50\/0 {
    border-top-color: rgb(130 128 155 / 0);
    border-bottom-color: rgb(130 128 155 / 0);
}

.border-y-gray-50\/10 {
    border-top-color: rgb(130 128 155 / 0.1);
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.border-y-gray-50\/100 {
    border-top-color: rgb(130 128 155 / 1);
    border-bottom-color: rgb(130 128 155 / 1);
}

.border-y-gray-50\/20 {
    border-top-color: rgb(130 128 155 / 0.2);
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.border-y-gray-50\/25 {
    border-top-color: rgb(130 128 155 / 0.25);
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.border-y-gray-50\/30 {
    border-top-color: rgb(130 128 155 / 0.3);
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.border-y-gray-50\/40 {
    border-top-color: rgb(130 128 155 / 0.4);
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.border-y-gray-50\/5 {
    border-top-color: rgb(130 128 155 / 0.05);
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.border-y-gray-50\/50 {
    border-top-color: rgb(130 128 155 / 0.5);
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.border-y-gray-50\/60 {
    border-top-color: rgb(130 128 155 / 0.6);
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.border-y-gray-50\/70 {
    border-top-color: rgb(130 128 155 / 0.7);
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.border-y-gray-50\/75 {
    border-top-color: rgb(130 128 155 / 0.75);
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.border-y-gray-50\/80 {
    border-top-color: rgb(130 128 155 / 0.8);
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.border-y-gray-50\/90 {
    border-top-color: rgb(130 128 155 / 0.9);
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.border-y-gray-50\/95 {
    border-top-color: rgb(130 128 155 / 0.95);
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.border-y-gray-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-y-gray-70\/0 {
    border-top-color: rgb(177 177 193 / 0);
    border-bottom-color: rgb(177 177 193 / 0);
}

.border-y-gray-70\/10 {
    border-top-color: rgb(177 177 193 / 0.1);
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.border-y-gray-70\/100 {
    border-top-color: rgb(177 177 193 / 1);
    border-bottom-color: rgb(177 177 193 / 1);
}

.border-y-gray-70\/20 {
    border-top-color: rgb(177 177 193 / 0.2);
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.border-y-gray-70\/25 {
    border-top-color: rgb(177 177 193 / 0.25);
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.border-y-gray-70\/30 {
    border-top-color: rgb(177 177 193 / 0.3);
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.border-y-gray-70\/40 {
    border-top-color: rgb(177 177 193 / 0.4);
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.border-y-gray-70\/5 {
    border-top-color: rgb(177 177 193 / 0.05);
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.border-y-gray-70\/50 {
    border-top-color: rgb(177 177 193 / 0.5);
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.border-y-gray-70\/60 {
    border-top-color: rgb(177 177 193 / 0.6);
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.border-y-gray-70\/70 {
    border-top-color: rgb(177 177 193 / 0.7);
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.border-y-gray-70\/75 {
    border-top-color: rgb(177 177 193 / 0.75);
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.border-y-gray-70\/80 {
    border-top-color: rgb(177 177 193 / 0.8);
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.border-y-gray-70\/90 {
    border-top-color: rgb(177 177 193 / 0.9);
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.border-y-gray-70\/95 {
    border-top-color: rgb(177 177 193 / 0.95);
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.border-y-green-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-y-green-10\/0 {
    border-top-color: rgb(19 28 66 / 0);
    border-bottom-color: rgb(19 28 66 / 0);
}

.border-y-green-10\/10 {
    border-top-color: rgb(19 28 66 / 0.1);
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.border-y-green-10\/100 {
    border-top-color: rgb(19 28 66 / 1);
    border-bottom-color: rgb(19 28 66 / 1);
}

.border-y-green-10\/20 {
    border-top-color: rgb(19 28 66 / 0.2);
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.border-y-green-10\/25 {
    border-top-color: rgb(19 28 66 / 0.25);
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.border-y-green-10\/30 {
    border-top-color: rgb(19 28 66 / 0.3);
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.border-y-green-10\/40 {
    border-top-color: rgb(19 28 66 / 0.4);
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.border-y-green-10\/5 {
    border-top-color: rgb(19 28 66 / 0.05);
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.border-y-green-10\/50 {
    border-top-color: rgb(19 28 66 / 0.5);
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.border-y-green-10\/60 {
    border-top-color: rgb(19 28 66 / 0.6);
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.border-y-green-10\/70 {
    border-top-color: rgb(19 28 66 / 0.7);
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.border-y-green-10\/75 {
    border-top-color: rgb(19 28 66 / 0.75);
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.border-y-green-10\/80 {
    border-top-color: rgb(19 28 66 / 0.8);
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.border-y-green-10\/90 {
    border-top-color: rgb(19 28 66 / 0.9);
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.border-y-green-10\/95 {
    border-top-color: rgb(19 28 66 / 0.95);
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.border-y-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-y-green-100\/0 {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.border-y-green-100\/10 {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.border-y-green-100\/100 {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.border-y-green-100\/20 {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.border-y-green-100\/25 {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.border-y-green-100\/30 {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.border-y-green-100\/40 {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.border-y-green-100\/5 {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.border-y-green-100\/50 {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.border-y-green-100\/60 {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.border-y-green-100\/70 {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.border-y-green-100\/75 {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.border-y-green-100\/80 {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.border-y-green-100\/90 {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.border-y-green-100\/95 {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.border-y-green-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-y-green-20\/0 {
    border-top-color: rgb(26 52 70 / 0);
    border-bottom-color: rgb(26 52 70 / 0);
}

.border-y-green-20\/10 {
    border-top-color: rgb(26 52 70 / 0.1);
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.border-y-green-20\/100 {
    border-top-color: rgb(26 52 70 / 1);
    border-bottom-color: rgb(26 52 70 / 1);
}

.border-y-green-20\/20 {
    border-top-color: rgb(26 52 70 / 0.2);
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.border-y-green-20\/25 {
    border-top-color: rgb(26 52 70 / 0.25);
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.border-y-green-20\/30 {
    border-top-color: rgb(26 52 70 / 0.3);
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.border-y-green-20\/40 {
    border-top-color: rgb(26 52 70 / 0.4);
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.border-y-green-20\/5 {
    border-top-color: rgb(26 52 70 / 0.05);
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.border-y-green-20\/50 {
    border-top-color: rgb(26 52 70 / 0.5);
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.border-y-green-20\/60 {
    border-top-color: rgb(26 52 70 / 0.6);
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.border-y-green-20\/70 {
    border-top-color: rgb(26 52 70 / 0.7);
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.border-y-green-20\/75 {
    border-top-color: rgb(26 52 70 / 0.75);
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.border-y-green-20\/80 {
    border-top-color: rgb(26 52 70 / 0.8);
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.border-y-green-20\/90 {
    border-top-color: rgb(26 52 70 / 0.9);
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.border-y-green-20\/95 {
    border-top-color: rgb(26 52 70 / 0.95);
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.border-y-green-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-y-green-30\/0 {
    border-top-color: rgb(32 75 75 / 0);
    border-bottom-color: rgb(32 75 75 / 0);
}

.border-y-green-30\/10 {
    border-top-color: rgb(32 75 75 / 0.1);
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.border-y-green-30\/100 {
    border-top-color: rgb(32 75 75 / 1);
    border-bottom-color: rgb(32 75 75 / 1);
}

.border-y-green-30\/20 {
    border-top-color: rgb(32 75 75 / 0.2);
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.border-y-green-30\/25 {
    border-top-color: rgb(32 75 75 / 0.25);
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.border-y-green-30\/30 {
    border-top-color: rgb(32 75 75 / 0.3);
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.border-y-green-30\/40 {
    border-top-color: rgb(32 75 75 / 0.4);
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.border-y-green-30\/5 {
    border-top-color: rgb(32 75 75 / 0.05);
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.border-y-green-30\/50 {
    border-top-color: rgb(32 75 75 / 0.5);
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.border-y-green-30\/60 {
    border-top-color: rgb(32 75 75 / 0.6);
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.border-y-green-30\/70 {
    border-top-color: rgb(32 75 75 / 0.7);
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.border-y-green-30\/75 {
    border-top-color: rgb(32 75 75 / 0.75);
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.border-y-green-30\/80 {
    border-top-color: rgb(32 75 75 / 0.8);
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.border-y-green-30\/90 {
    border-top-color: rgb(32 75 75 / 0.9);
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.border-y-green-30\/95 {
    border-top-color: rgb(32 75 75 / 0.95);
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.border-y-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-y-green-50\/0 {
    border-top-color: rgb(44 121 83 / 0);
    border-bottom-color: rgb(44 121 83 / 0);
}

.border-y-green-50\/10 {
    border-top-color: rgb(44 121 83 / 0.1);
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.border-y-green-50\/100 {
    border-top-color: rgb(44 121 83 / 1);
    border-bottom-color: rgb(44 121 83 / 1);
}

.border-y-green-50\/20 {
    border-top-color: rgb(44 121 83 / 0.2);
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.border-y-green-50\/25 {
    border-top-color: rgb(44 121 83 / 0.25);
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.border-y-green-50\/30 {
    border-top-color: rgb(44 121 83 / 0.3);
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.border-y-green-50\/40 {
    border-top-color: rgb(44 121 83 / 0.4);
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.border-y-green-50\/5 {
    border-top-color: rgb(44 121 83 / 0.05);
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.border-y-green-50\/50 {
    border-top-color: rgb(44 121 83 / 0.5);
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.border-y-green-50\/60 {
    border-top-color: rgb(44 121 83 / 0.6);
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.border-y-green-50\/70 {
    border-top-color: rgb(44 121 83 / 0.7);
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.border-y-green-50\/75 {
    border-top-color: rgb(44 121 83 / 0.75);
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.border-y-green-50\/80 {
    border-top-color: rgb(44 121 83 / 0.8);
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.border-y-green-50\/90 {
    border-top-color: rgb(44 121 83 / 0.9);
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.border-y-green-50\/95 {
    border-top-color: rgb(44 121 83 / 0.95);
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.border-y-green-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-y-green-70\/0 {
    border-top-color: rgb(57 168 91 / 0);
    border-bottom-color: rgb(57 168 91 / 0);
}

.border-y-green-70\/10 {
    border-top-color: rgb(57 168 91 / 0.1);
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.border-y-green-70\/100 {
    border-top-color: rgb(57 168 91 / 1);
    border-bottom-color: rgb(57 168 91 / 1);
}

.border-y-green-70\/20 {
    border-top-color: rgb(57 168 91 / 0.2);
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.border-y-green-70\/25 {
    border-top-color: rgb(57 168 91 / 0.25);
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.border-y-green-70\/30 {
    border-top-color: rgb(57 168 91 / 0.3);
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.border-y-green-70\/40 {
    border-top-color: rgb(57 168 91 / 0.4);
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.border-y-green-70\/5 {
    border-top-color: rgb(57 168 91 / 0.05);
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.border-y-green-70\/50 {
    border-top-color: rgb(57 168 91 / 0.5);
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.border-y-green-70\/60 {
    border-top-color: rgb(57 168 91 / 0.6);
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.border-y-green-70\/70 {
    border-top-color: rgb(57 168 91 / 0.7);
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.border-y-green-70\/75 {
    border-top-color: rgb(57 168 91 / 0.75);
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.border-y-green-70\/80 {
    border-top-color: rgb(57 168 91 / 0.8);
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.border-y-green-70\/90 {
    border-top-color: rgb(57 168 91 / 0.9);
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.border-y-green-70\/95 {
    border-top-color: rgb(57 168 91 / 0.95);
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.border-y-purple-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-y-purple-10\/0 {
    border-top-color: rgb(26 8 70 / 0);
    border-bottom-color: rgb(26 8 70 / 0);
}

.border-y-purple-10\/10 {
    border-top-color: rgb(26 8 70 / 0.1);
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.border-y-purple-10\/100 {
    border-top-color: rgb(26 8 70 / 1);
    border-bottom-color: rgb(26 8 70 / 1);
}

.border-y-purple-10\/20 {
    border-top-color: rgb(26 8 70 / 0.2);
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.border-y-purple-10\/25 {
    border-top-color: rgb(26 8 70 / 0.25);
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.border-y-purple-10\/30 {
    border-top-color: rgb(26 8 70 / 0.3);
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.border-y-purple-10\/40 {
    border-top-color: rgb(26 8 70 / 0.4);
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.border-y-purple-10\/5 {
    border-top-color: rgb(26 8 70 / 0.05);
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.border-y-purple-10\/50 {
    border-top-color: rgb(26 8 70 / 0.5);
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.border-y-purple-10\/60 {
    border-top-color: rgb(26 8 70 / 0.6);
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.border-y-purple-10\/70 {
    border-top-color: rgb(26 8 70 / 0.7);
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.border-y-purple-10\/75 {
    border-top-color: rgb(26 8 70 / 0.75);
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.border-y-purple-10\/80 {
    border-top-color: rgb(26 8 70 / 0.8);
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.border-y-purple-10\/90 {
    border-top-color: rgb(26 8 70 / 0.9);
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.border-y-purple-10\/95 {
    border-top-color: rgb(26 8 70 / 0.95);
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.border-y-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-y-purple-100\/0 {
    border-top-color: rgb(125 41 145 / 0);
    border-bottom-color: rgb(125 41 145 / 0);
}

.border-y-purple-100\/10 {
    border-top-color: rgb(125 41 145 / 0.1);
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.border-y-purple-100\/100 {
    border-top-color: rgb(125 41 145 / 1);
    border-bottom-color: rgb(125 41 145 / 1);
}

.border-y-purple-100\/20 {
    border-top-color: rgb(125 41 145 / 0.2);
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.border-y-purple-100\/25 {
    border-top-color: rgb(125 41 145 / 0.25);
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.border-y-purple-100\/30 {
    border-top-color: rgb(125 41 145 / 0.3);
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.border-y-purple-100\/40 {
    border-top-color: rgb(125 41 145 / 0.4);
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.border-y-purple-100\/5 {
    border-top-color: rgb(125 41 145 / 0.05);
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.border-y-purple-100\/50 {
    border-top-color: rgb(125 41 145 / 0.5);
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.border-y-purple-100\/60 {
    border-top-color: rgb(125 41 145 / 0.6);
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.border-y-purple-100\/70 {
    border-top-color: rgb(125 41 145 / 0.7);
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.border-y-purple-100\/75 {
    border-top-color: rgb(125 41 145 / 0.75);
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.border-y-purple-100\/80 {
    border-top-color: rgb(125 41 145 / 0.8);
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.border-y-purple-100\/90 {
    border-top-color: rgb(125 41 145 / 0.9);
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.border-y-purple-100\/95 {
    border-top-color: rgb(125 41 145 / 0.95);
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.border-y-purple-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-y-purple-20\/0 {
    border-top-color: rgb(40 12 78 / 0);
    border-bottom-color: rgb(40 12 78 / 0);
}

.border-y-purple-20\/10 {
    border-top-color: rgb(40 12 78 / 0.1);
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.border-y-purple-20\/100 {
    border-top-color: rgb(40 12 78 / 1);
    border-bottom-color: rgb(40 12 78 / 1);
}

.border-y-purple-20\/20 {
    border-top-color: rgb(40 12 78 / 0.2);
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.border-y-purple-20\/25 {
    border-top-color: rgb(40 12 78 / 0.25);
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.border-y-purple-20\/30 {
    border-top-color: rgb(40 12 78 / 0.3);
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.border-y-purple-20\/40 {
    border-top-color: rgb(40 12 78 / 0.4);
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.border-y-purple-20\/5 {
    border-top-color: rgb(40 12 78 / 0.05);
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.border-y-purple-20\/50 {
    border-top-color: rgb(40 12 78 / 0.5);
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.border-y-purple-20\/60 {
    border-top-color: rgb(40 12 78 / 0.6);
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.border-y-purple-20\/70 {
    border-top-color: rgb(40 12 78 / 0.7);
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.border-y-purple-20\/75 {
    border-top-color: rgb(40 12 78 / 0.75);
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.border-y-purple-20\/80 {
    border-top-color: rgb(40 12 78 / 0.8);
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.border-y-purple-20\/90 {
    border-top-color: rgb(40 12 78 / 0.9);
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.border-y-purple-20\/95 {
    border-top-color: rgb(40 12 78 / 0.95);
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.border-y-purple-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-y-purple-30\/0 {
    border-top-color: rgb(53 15 86 / 0);
    border-bottom-color: rgb(53 15 86 / 0);
}

.border-y-purple-30\/10 {
    border-top-color: rgb(53 15 86 / 0.1);
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.border-y-purple-30\/100 {
    border-top-color: rgb(53 15 86 / 1);
    border-bottom-color: rgb(53 15 86 / 1);
}

.border-y-purple-30\/20 {
    border-top-color: rgb(53 15 86 / 0.2);
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.border-y-purple-30\/25 {
    border-top-color: rgb(53 15 86 / 0.25);
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.border-y-purple-30\/30 {
    border-top-color: rgb(53 15 86 / 0.3);
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.border-y-purple-30\/40 {
    border-top-color: rgb(53 15 86 / 0.4);
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.border-y-purple-30\/5 {
    border-top-color: rgb(53 15 86 / 0.05);
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.border-y-purple-30\/50 {
    border-top-color: rgb(53 15 86 / 0.5);
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.border-y-purple-30\/60 {
    border-top-color: rgb(53 15 86 / 0.6);
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.border-y-purple-30\/70 {
    border-top-color: rgb(53 15 86 / 0.7);
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.border-y-purple-30\/75 {
    border-top-color: rgb(53 15 86 / 0.75);
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.border-y-purple-30\/80 {
    border-top-color: rgb(53 15 86 / 0.8);
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.border-y-purple-30\/90 {
    border-top-color: rgb(53 15 86 / 0.9);
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.border-y-purple-30\/95 {
    border-top-color: rgb(53 15 86 / 0.95);
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.border-y-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-y-purple-50\/0 {
    border-top-color: rgb(79 22 102 / 0);
    border-bottom-color: rgb(79 22 102 / 0);
}

.border-y-purple-50\/10 {
    border-top-color: rgb(79 22 102 / 0.1);
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.border-y-purple-50\/100 {
    border-top-color: rgb(79 22 102 / 1);
    border-bottom-color: rgb(79 22 102 / 1);
}

.border-y-purple-50\/20 {
    border-top-color: rgb(79 22 102 / 0.2);
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.border-y-purple-50\/25 {
    border-top-color: rgb(79 22 102 / 0.25);
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.border-y-purple-50\/30 {
    border-top-color: rgb(79 22 102 / 0.3);
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.border-y-purple-50\/40 {
    border-top-color: rgb(79 22 102 / 0.4);
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.border-y-purple-50\/5 {
    border-top-color: rgb(79 22 102 / 0.05);
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.border-y-purple-50\/50 {
    border-top-color: rgb(79 22 102 / 0.5);
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.border-y-purple-50\/60 {
    border-top-color: rgb(79 22 102 / 0.6);
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.border-y-purple-50\/70 {
    border-top-color: rgb(79 22 102 / 0.7);
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.border-y-purple-50\/75 {
    border-top-color: rgb(79 22 102 / 0.75);
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.border-y-purple-50\/80 {
    border-top-color: rgb(79 22 102 / 0.8);
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.border-y-purple-50\/90 {
    border-top-color: rgb(79 22 102 / 0.9);
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.border-y-purple-50\/95 {
    border-top-color: rgb(79 22 102 / 0.95);
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.border-y-purple-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-y-purple-70\/0 {
    border-top-color: rgb(106 29 119 / 0);
    border-bottom-color: rgb(106 29 119 / 0);
}

.border-y-purple-70\/10 {
    border-top-color: rgb(106 29 119 / 0.1);
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.border-y-purple-70\/100 {
    border-top-color: rgb(106 29 119 / 1);
    border-bottom-color: rgb(106 29 119 / 1);
}

.border-y-purple-70\/20 {
    border-top-color: rgb(106 29 119 / 0.2);
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.border-y-purple-70\/25 {
    border-top-color: rgb(106 29 119 / 0.25);
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.border-y-purple-70\/30 {
    border-top-color: rgb(106 29 119 / 0.3);
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.border-y-purple-70\/40 {
    border-top-color: rgb(106 29 119 / 0.4);
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.border-y-purple-70\/5 {
    border-top-color: rgb(106 29 119 / 0.05);
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.border-y-purple-70\/50 {
    border-top-color: rgb(106 29 119 / 0.5);
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.border-y-purple-70\/60 {
    border-top-color: rgb(106 29 119 / 0.6);
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.border-y-purple-70\/70 {
    border-top-color: rgb(106 29 119 / 0.7);
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.border-y-purple-70\/75 {
    border-top-color: rgb(106 29 119 / 0.75);
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.border-y-purple-70\/80 {
    border-top-color: rgb(106 29 119 / 0.8);
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.border-y-purple-70\/90 {
    border-top-color: rgb(106 29 119 / 0.9);
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.border-y-purple-70\/95 {
    border-top-color: rgb(106 29 119 / 0.95);
    border-bottom-color: rgb(106 29 119 / 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\/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\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-y-utility-error\/0 {
    border-top-color: rgb(220 33 33 / 0);
    border-bottom-color: rgb(220 33 33 / 0);
}

.border-y-utility-error\/10 {
    border-top-color: rgb(220 33 33 / 0.1);
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.border-y-utility-error\/100 {
    border-top-color: rgb(220 33 33 / 1);
    border-bottom-color: rgb(220 33 33 / 1);
}

.border-y-utility-error\/20 {
    border-top-color: rgb(220 33 33 / 0.2);
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.border-y-utility-error\/25 {
    border-top-color: rgb(220 33 33 / 0.25);
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.border-y-utility-error\/30 {
    border-top-color: rgb(220 33 33 / 0.3);
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.border-y-utility-error\/40 {
    border-top-color: rgb(220 33 33 / 0.4);
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.border-y-utility-error\/5 {
    border-top-color: rgb(220 33 33 / 0.05);
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.border-y-utility-error\/50 {
    border-top-color: rgb(220 33 33 / 0.5);
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.border-y-utility-error\/60 {
    border-top-color: rgb(220 33 33 / 0.6);
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.border-y-utility-error\/70 {
    border-top-color: rgb(220 33 33 / 0.7);
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.border-y-utility-error\/75 {
    border-top-color: rgb(220 33 33 / 0.75);
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.border-y-utility-error\/80 {
    border-top-color: rgb(220 33 33 / 0.8);
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.border-y-utility-error\/90 {
    border-top-color: rgb(220 33 33 / 0.9);
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.border-y-utility-error\/95 {
    border-top-color: rgb(220 33 33 / 0.95);
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.border-y-utility-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-y-utility-info\/0 {
    border-top-color: rgb(191 219 254 / 0);
    border-bottom-color: rgb(191 219 254 / 0);
}

.border-y-utility-info\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.border-y-utility-info\/100 {
    border-top-color: rgb(191 219 254 / 1);
    border-bottom-color: rgb(191 219 254 / 1);
}

.border-y-utility-info\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-y-utility-info\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-y-utility-info\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-y-utility-info\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-y-utility-info\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-y-utility-info\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-y-utility-info\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-y-utility-info\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-y-utility-info\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-y-utility-info\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-y-utility-info\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-y-utility-info\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-y-utility-success {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-y-utility-success\/0 {
    border-top-color: rgb(92 204 23 / 0);
    border-bottom-color: rgb(92 204 23 / 0);
}

.border-y-utility-success\/10 {
    border-top-color: rgb(92 204 23 / 0.1);
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.border-y-utility-success\/100 {
    border-top-color: rgb(92 204 23 / 1);
    border-bottom-color: rgb(92 204 23 / 1);
}

.border-y-utility-success\/20 {
    border-top-color: rgb(92 204 23 / 0.2);
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.border-y-utility-success\/25 {
    border-top-color: rgb(92 204 23 / 0.25);
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.border-y-utility-success\/30 {
    border-top-color: rgb(92 204 23 / 0.3);
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.border-y-utility-success\/40 {
    border-top-color: rgb(92 204 23 / 0.4);
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.border-y-utility-success\/5 {
    border-top-color: rgb(92 204 23 / 0.05);
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.border-y-utility-success\/50 {
    border-top-color: rgb(92 204 23 / 0.5);
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.border-y-utility-success\/60 {
    border-top-color: rgb(92 204 23 / 0.6);
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.border-y-utility-success\/70 {
    border-top-color: rgb(92 204 23 / 0.7);
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.border-y-utility-success\/75 {
    border-top-color: rgb(92 204 23 / 0.75);
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.border-y-utility-success\/80 {
    border-top-color: rgb(92 204 23 / 0.8);
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.border-y-utility-success\/90 {
    border-top-color: rgb(92 204 23 / 0.9);
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.border-y-utility-success\/95 {
    border-top-color: rgb(92 204 23 / 0.95);
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.border-y-utility-warning {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-y-utility-warning\/0 {
    border-top-color: rgb(219 170 110 / 0);
    border-bottom-color: rgb(219 170 110 / 0);
}

.border-y-utility-warning\/10 {
    border-top-color: rgb(219 170 110 / 0.1);
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.border-y-utility-warning\/100 {
    border-top-color: rgb(219 170 110 / 1);
    border-bottom-color: rgb(219 170 110 / 1);
}

.border-y-utility-warning\/20 {
    border-top-color: rgb(219 170 110 / 0.2);
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.border-y-utility-warning\/25 {
    border-top-color: rgb(219 170 110 / 0.25);
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.border-y-utility-warning\/30 {
    border-top-color: rgb(219 170 110 / 0.3);
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.border-y-utility-warning\/40 {
    border-top-color: rgb(219 170 110 / 0.4);
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.border-y-utility-warning\/5 {
    border-top-color: rgb(219 170 110 / 0.05);
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.border-y-utility-warning\/50 {
    border-top-color: rgb(219 170 110 / 0.5);
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.border-y-utility-warning\/60 {
    border-top-color: rgb(219 170 110 / 0.6);
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.border-y-utility-warning\/70 {
    border-top-color: rgb(219 170 110 / 0.7);
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.border-y-utility-warning\/75 {
    border-top-color: rgb(219 170 110 / 0.75);
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.border-y-utility-warning\/80 {
    border-top-color: rgb(219 170 110 / 0.8);
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.border-y-utility-warning\/90 {
    border-top-color: rgb(219 170 110 / 0.9);
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.border-y-utility-warning\/95 {
    border-top-color: rgb(219 170 110 / 0.95);
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.border-y-very-dark-blue {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-y-very-dark-blue\/0 {
    border-top-color: rgb(4 4 47 / 0);
    border-bottom-color: rgb(4 4 47 / 0);
}

.border-y-very-dark-blue\/10 {
    border-top-color: rgb(4 4 47 / 0.1);
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.border-y-very-dark-blue\/100 {
    border-top-color: rgb(4 4 47 / 1);
    border-bottom-color: rgb(4 4 47 / 1);
}

.border-y-very-dark-blue\/20 {
    border-top-color: rgb(4 4 47 / 0.2);
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.border-y-very-dark-blue\/25 {
    border-top-color: rgb(4 4 47 / 0.25);
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.border-y-very-dark-blue\/30 {
    border-top-color: rgb(4 4 47 / 0.3);
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.border-y-very-dark-blue\/40 {
    border-top-color: rgb(4 4 47 / 0.4);
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.border-y-very-dark-blue\/5 {
    border-top-color: rgb(4 4 47 / 0.05);
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.border-y-very-dark-blue\/50 {
    border-top-color: rgb(4 4 47 / 0.5);
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.border-y-very-dark-blue\/60 {
    border-top-color: rgb(4 4 47 / 0.6);
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.border-y-very-dark-blue\/70 {
    border-top-color: rgb(4 4 47 / 0.7);
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.border-y-very-dark-blue\/75 {
    border-top-color: rgb(4 4 47 / 0.75);
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.border-y-very-dark-blue\/80 {
    border-top-color: rgb(4 4 47 / 0.8);
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.border-y-very-dark-blue\/90 {
    border-top-color: rgb(4 4 47 / 0.9);
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.border-y-very-dark-blue\/95 {
    border-top-color: rgb(4 4 47 / 0.95);
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.border-b-accent-green-dark {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-b-accent-green-dark\/0 {
    border-bottom-color: rgb(42 172 110 / 0);
}

.border-b-accent-green-dark\/10 {
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.border-b-accent-green-dark\/100 {
    border-bottom-color: rgb(42 172 110 / 1);
}

.border-b-accent-green-dark\/20 {
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.border-b-accent-green-dark\/25 {
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.border-b-accent-green-dark\/30 {
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.border-b-accent-green-dark\/40 {
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.border-b-accent-green-dark\/5 {
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.border-b-accent-green-dark\/50 {
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.border-b-accent-green-dark\/60 {
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.border-b-accent-green-dark\/70 {
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.border-b-accent-green-dark\/75 {
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.border-b-accent-green-dark\/80 {
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.border-b-accent-green-dark\/90 {
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.border-b-accent-green-dark\/95 {
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.border-b-accent-green-light {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-b-accent-green-light\/0 {
    border-bottom-color: rgb(90 226 75 / 0);
}

.border-b-accent-green-light\/10 {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.border-b-accent-green-light\/100 {
    border-bottom-color: rgb(90 226 75 / 1);
}

.border-b-accent-green-light\/20 {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.border-b-accent-green-light\/25 {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.border-b-accent-green-light\/30 {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.border-b-accent-green-light\/40 {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.border-b-accent-green-light\/5 {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.border-b-accent-green-light\/50 {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.border-b-accent-green-light\/60 {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.border-b-accent-green-light\/70 {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.border-b-accent-green-light\/75 {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.border-b-accent-green-light\/80 {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.border-b-accent-green-light\/90 {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.border-b-accent-green-light\/95 {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.border-b-accent-purple {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-b-accent-purple\/0 {
    border-bottom-color: rgb(192 69 221 / 0);
}

.border-b-accent-purple\/10 {
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.border-b-accent-purple\/100 {
    border-bottom-color: rgb(192 69 221 / 1);
}

.border-b-accent-purple\/20 {
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.border-b-accent-purple\/25 {
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.border-b-accent-purple\/30 {
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.border-b-accent-purple\/40 {
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.border-b-accent-purple\/5 {
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.border-b-accent-purple\/50 {
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.border-b-accent-purple\/60 {
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.border-b-accent-purple\/70 {
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.border-b-accent-purple\/75 {
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.border-b-accent-purple\/80 {
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.border-b-accent-purple\/90 {
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.border-b-accent-purple\/95 {
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.border-b-current {
    border-bottom-color: currentColor;
}

.border-b-gray-10 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-b-gray-10\/0 {
    border-bottom-color: rgb(36 30 81 / 0);
}

.border-b-gray-10\/10 {
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.border-b-gray-10\/100 {
    border-bottom-color: rgb(36 30 81 / 1);
}

.border-b-gray-10\/20 {
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.border-b-gray-10\/25 {
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.border-b-gray-10\/30 {
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.border-b-gray-10\/40 {
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.border-b-gray-10\/5 {
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.border-b-gray-10\/50 {
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.border-b-gray-10\/60 {
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.border-b-gray-10\/70 {
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.border-b-gray-10\/75 {
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.border-b-gray-10\/80 {
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.border-b-gray-10\/90 {
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.border-b-gray-10\/95 {
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-b-gray-100\/0 {
    border-bottom-color: rgb(248 251 249 / 0);
}

.border-b-gray-100\/10 {
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.border-b-gray-100\/100 {
    border-bottom-color: rgb(248 251 249 / 1);
}

.border-b-gray-100\/20 {
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.border-b-gray-100\/25 {
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.border-b-gray-100\/30 {
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.border-b-gray-100\/40 {
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.border-b-gray-100\/5 {
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.border-b-gray-100\/50 {
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.border-b-gray-100\/60 {
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.border-b-gray-100\/70 {
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.border-b-gray-100\/75 {
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.border-b-gray-100\/80 {
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.border-b-gray-100\/90 {
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.border-b-gray-100\/95 {
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.border-b-gray-20 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-b-gray-20\/0 {
    border-bottom-color: rgb(60 54 99 / 0);
}

.border-b-gray-20\/10 {
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.border-b-gray-20\/100 {
    border-bottom-color: rgb(60 54 99 / 1);
}

.border-b-gray-20\/20 {
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.border-b-gray-20\/25 {
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.border-b-gray-20\/30 {
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.border-b-gray-20\/40 {
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.border-b-gray-20\/5 {
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.border-b-gray-20\/50 {
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.border-b-gray-20\/60 {
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.border-b-gray-20\/70 {
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.border-b-gray-20\/75 {
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.border-b-gray-20\/80 {
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.border-b-gray-20\/90 {
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.border-b-gray-20\/95 {
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.border-b-gray-30 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-b-gray-30\/0 {
    border-bottom-color: rgb(83 79 118 / 0);
}

.border-b-gray-30\/10 {
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.border-b-gray-30\/100 {
    border-bottom-color: rgb(83 79 118 / 1);
}

.border-b-gray-30\/20 {
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.border-b-gray-30\/25 {
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.border-b-gray-30\/30 {
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.border-b-gray-30\/40 {
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.border-b-gray-30\/5 {
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.border-b-gray-30\/50 {
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.border-b-gray-30\/60 {
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.border-b-gray-30\/70 {
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.border-b-gray-30\/75 {
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.border-b-gray-30\/80 {
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.border-b-gray-30\/90 {
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.border-b-gray-30\/95 {
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.border-b-gray-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-b-gray-50\/0 {
    border-bottom-color: rgb(130 128 155 / 0);
}

.border-b-gray-50\/10 {
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.border-b-gray-50\/100 {
    border-bottom-color: rgb(130 128 155 / 1);
}

.border-b-gray-50\/20 {
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.border-b-gray-50\/25 {
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.border-b-gray-50\/30 {
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.border-b-gray-50\/40 {
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.border-b-gray-50\/5 {
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.border-b-gray-50\/50 {
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.border-b-gray-50\/60 {
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.border-b-gray-50\/70 {
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.border-b-gray-50\/75 {
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.border-b-gray-50\/80 {
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.border-b-gray-50\/90 {
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.border-b-gray-50\/95 {
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.border-b-gray-70 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-b-gray-70\/0 {
    border-bottom-color: rgb(177 177 193 / 0);
}

.border-b-gray-70\/10 {
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.border-b-gray-70\/100 {
    border-bottom-color: rgb(177 177 193 / 1);
}

.border-b-gray-70\/20 {
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.border-b-gray-70\/25 {
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.border-b-gray-70\/30 {
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.border-b-gray-70\/40 {
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.border-b-gray-70\/5 {
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.border-b-gray-70\/50 {
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.border-b-gray-70\/60 {
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.border-b-gray-70\/70 {
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.border-b-gray-70\/75 {
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.border-b-gray-70\/80 {
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.border-b-gray-70\/90 {
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.border-b-gray-70\/95 {
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.border-b-green-10 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-b-green-10\/0 {
    border-bottom-color: rgb(19 28 66 / 0);
}

.border-b-green-10\/10 {
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.border-b-green-10\/100 {
    border-bottom-color: rgb(19 28 66 / 1);
}

.border-b-green-10\/20 {
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.border-b-green-10\/25 {
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.border-b-green-10\/30 {
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.border-b-green-10\/40 {
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.border-b-green-10\/5 {
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.border-b-green-10\/50 {
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.border-b-green-10\/60 {
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.border-b-green-10\/70 {
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.border-b-green-10\/75 {
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.border-b-green-10\/80 {
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.border-b-green-10\/90 {
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.border-b-green-10\/95 {
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.border-b-green-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-b-green-100\/0 {
    border-bottom-color: rgb(90 226 75 / 0);
}

.border-b-green-100\/10 {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.border-b-green-100\/100 {
    border-bottom-color: rgb(90 226 75 / 1);
}

.border-b-green-100\/20 {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.border-b-green-100\/25 {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.border-b-green-100\/30 {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.border-b-green-100\/40 {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.border-b-green-100\/5 {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.border-b-green-100\/50 {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.border-b-green-100\/60 {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.border-b-green-100\/70 {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.border-b-green-100\/75 {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.border-b-green-100\/80 {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.border-b-green-100\/90 {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.border-b-green-100\/95 {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.border-b-green-20 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-b-green-20\/0 {
    border-bottom-color: rgb(26 52 70 / 0);
}

.border-b-green-20\/10 {
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.border-b-green-20\/100 {
    border-bottom-color: rgb(26 52 70 / 1);
}

.border-b-green-20\/20 {
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.border-b-green-20\/25 {
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.border-b-green-20\/30 {
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.border-b-green-20\/40 {
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.border-b-green-20\/5 {
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.border-b-green-20\/50 {
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.border-b-green-20\/60 {
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.border-b-green-20\/70 {
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.border-b-green-20\/75 {
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.border-b-green-20\/80 {
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.border-b-green-20\/90 {
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.border-b-green-20\/95 {
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.border-b-green-30 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-b-green-30\/0 {
    border-bottom-color: rgb(32 75 75 / 0);
}

.border-b-green-30\/10 {
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.border-b-green-30\/100 {
    border-bottom-color: rgb(32 75 75 / 1);
}

.border-b-green-30\/20 {
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.border-b-green-30\/25 {
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.border-b-green-30\/30 {
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.border-b-green-30\/40 {
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.border-b-green-30\/5 {
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.border-b-green-30\/50 {
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.border-b-green-30\/60 {
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.border-b-green-30\/70 {
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.border-b-green-30\/75 {
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.border-b-green-30\/80 {
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.border-b-green-30\/90 {
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.border-b-green-30\/95 {
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.border-b-green-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-b-green-50\/0 {
    border-bottom-color: rgb(44 121 83 / 0);
}

.border-b-green-50\/10 {
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.border-b-green-50\/100 {
    border-bottom-color: rgb(44 121 83 / 1);
}

.border-b-green-50\/20 {
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.border-b-green-50\/25 {
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.border-b-green-50\/30 {
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.border-b-green-50\/40 {
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.border-b-green-50\/5 {
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.border-b-green-50\/50 {
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.border-b-green-50\/60 {
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.border-b-green-50\/70 {
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.border-b-green-50\/75 {
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.border-b-green-50\/80 {
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.border-b-green-50\/90 {
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.border-b-green-50\/95 {
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.border-b-green-70 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-b-green-70\/0 {
    border-bottom-color: rgb(57 168 91 / 0);
}

.border-b-green-70\/10 {
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.border-b-green-70\/100 {
    border-bottom-color: rgb(57 168 91 / 1);
}

.border-b-green-70\/20 {
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.border-b-green-70\/25 {
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.border-b-green-70\/30 {
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.border-b-green-70\/40 {
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.border-b-green-70\/5 {
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.border-b-green-70\/50 {
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.border-b-green-70\/60 {
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.border-b-green-70\/70 {
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.border-b-green-70\/75 {
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.border-b-green-70\/80 {
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.border-b-green-70\/90 {
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.border-b-green-70\/95 {
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.border-b-purple-10 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-b-purple-10\/0 {
    border-bottom-color: rgb(26 8 70 / 0);
}

.border-b-purple-10\/10 {
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.border-b-purple-10\/100 {
    border-bottom-color: rgb(26 8 70 / 1);
}

.border-b-purple-10\/20 {
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.border-b-purple-10\/25 {
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.border-b-purple-10\/30 {
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.border-b-purple-10\/40 {
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.border-b-purple-10\/5 {
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.border-b-purple-10\/50 {
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.border-b-purple-10\/60 {
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.border-b-purple-10\/70 {
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.border-b-purple-10\/75 {
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.border-b-purple-10\/80 {
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.border-b-purple-10\/90 {
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.border-b-purple-10\/95 {
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.border-b-purple-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-b-purple-100\/0 {
    border-bottom-color: rgb(125 41 145 / 0);
}

.border-b-purple-100\/10 {
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.border-b-purple-100\/100 {
    border-bottom-color: rgb(125 41 145 / 1);
}

.border-b-purple-100\/20 {
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.border-b-purple-100\/25 {
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.border-b-purple-100\/30 {
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.border-b-purple-100\/40 {
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.border-b-purple-100\/5 {
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.border-b-purple-100\/50 {
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.border-b-purple-100\/60 {
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.border-b-purple-100\/70 {
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.border-b-purple-100\/75 {
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.border-b-purple-100\/80 {
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.border-b-purple-100\/90 {
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.border-b-purple-100\/95 {
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.border-b-purple-20 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-b-purple-20\/0 {
    border-bottom-color: rgb(40 12 78 / 0);
}

.border-b-purple-20\/10 {
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.border-b-purple-20\/100 {
    border-bottom-color: rgb(40 12 78 / 1);
}

.border-b-purple-20\/20 {
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.border-b-purple-20\/25 {
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.border-b-purple-20\/30 {
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.border-b-purple-20\/40 {
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.border-b-purple-20\/5 {
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.border-b-purple-20\/50 {
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.border-b-purple-20\/60 {
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.border-b-purple-20\/70 {
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.border-b-purple-20\/75 {
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.border-b-purple-20\/80 {
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.border-b-purple-20\/90 {
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.border-b-purple-20\/95 {
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.border-b-purple-30 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-b-purple-30\/0 {
    border-bottom-color: rgb(53 15 86 / 0);
}

.border-b-purple-30\/10 {
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.border-b-purple-30\/100 {
    border-bottom-color: rgb(53 15 86 / 1);
}

.border-b-purple-30\/20 {
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.border-b-purple-30\/25 {
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.border-b-purple-30\/30 {
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.border-b-purple-30\/40 {
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.border-b-purple-30\/5 {
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.border-b-purple-30\/50 {
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.border-b-purple-30\/60 {
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.border-b-purple-30\/70 {
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.border-b-purple-30\/75 {
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.border-b-purple-30\/80 {
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.border-b-purple-30\/90 {
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.border-b-purple-30\/95 {
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.border-b-purple-50 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-b-purple-50\/0 {
    border-bottom-color: rgb(79 22 102 / 0);
}

.border-b-purple-50\/10 {
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.border-b-purple-50\/100 {
    border-bottom-color: rgb(79 22 102 / 1);
}

.border-b-purple-50\/20 {
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.border-b-purple-50\/25 {
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.border-b-purple-50\/30 {
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.border-b-purple-50\/40 {
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.border-b-purple-50\/5 {
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.border-b-purple-50\/50 {
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.border-b-purple-50\/60 {
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.border-b-purple-50\/70 {
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.border-b-purple-50\/75 {
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.border-b-purple-50\/80 {
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.border-b-purple-50\/90 {
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.border-b-purple-50\/95 {
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.border-b-purple-70 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-b-purple-70\/0 {
    border-bottom-color: rgb(106 29 119 / 0);
}

.border-b-purple-70\/10 {
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.border-b-purple-70\/100 {
    border-bottom-color: rgb(106 29 119 / 1);
}

.border-b-purple-70\/20 {
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.border-b-purple-70\/25 {
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.border-b-purple-70\/30 {
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.border-b-purple-70\/40 {
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.border-b-purple-70\/5 {
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.border-b-purple-70\/50 {
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.border-b-purple-70\/60 {
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.border-b-purple-70\/70 {
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.border-b-purple-70\/75 {
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.border-b-purple-70\/80 {
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.border-b-purple-70\/90 {
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.border-b-purple-70\/95 {
    border-bottom-color: rgb(106 29 119 / 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\/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\/40 {
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-b-utility-error\/0 {
    border-bottom-color: rgb(220 33 33 / 0);
}

.border-b-utility-error\/10 {
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.border-b-utility-error\/100 {
    border-bottom-color: rgb(220 33 33 / 1);
}

.border-b-utility-error\/20 {
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.border-b-utility-error\/25 {
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.border-b-utility-error\/30 {
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.border-b-utility-error\/40 {
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.border-b-utility-error\/5 {
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.border-b-utility-error\/50 {
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.border-b-utility-error\/60 {
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.border-b-utility-error\/70 {
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.border-b-utility-error\/75 {
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.border-b-utility-error\/80 {
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.border-b-utility-error\/90 {
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.border-b-utility-error\/95 {
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.border-b-utility-info {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-b-utility-info\/0 {
    border-bottom-color: rgb(191 219 254 / 0);
}

.border-b-utility-info\/10 {
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.border-b-utility-info\/100 {
    border-bottom-color: rgb(191 219 254 / 1);
}

.border-b-utility-info\/20 {
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.border-b-utility-info\/25 {
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.border-b-utility-info\/30 {
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.border-b-utility-info\/40 {
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.border-b-utility-info\/5 {
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.border-b-utility-info\/50 {
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.border-b-utility-info\/60 {
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.border-b-utility-info\/70 {
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.border-b-utility-info\/75 {
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.border-b-utility-info\/80 {
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.border-b-utility-info\/90 {
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.border-b-utility-info\/95 {
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.border-b-utility-success {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-b-utility-success\/0 {
    border-bottom-color: rgb(92 204 23 / 0);
}

.border-b-utility-success\/10 {
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.border-b-utility-success\/100 {
    border-bottom-color: rgb(92 204 23 / 1);
}

.border-b-utility-success\/20 {
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.border-b-utility-success\/25 {
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.border-b-utility-success\/30 {
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.border-b-utility-success\/40 {
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.border-b-utility-success\/5 {
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.border-b-utility-success\/50 {
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.border-b-utility-success\/60 {
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.border-b-utility-success\/70 {
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.border-b-utility-success\/75 {
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.border-b-utility-success\/80 {
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.border-b-utility-success\/90 {
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.border-b-utility-success\/95 {
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.border-b-utility-warning {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-b-utility-warning\/0 {
    border-bottom-color: rgb(219 170 110 / 0);
}

.border-b-utility-warning\/10 {
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.border-b-utility-warning\/100 {
    border-bottom-color: rgb(219 170 110 / 1);
}

.border-b-utility-warning\/20 {
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.border-b-utility-warning\/25 {
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.border-b-utility-warning\/30 {
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.border-b-utility-warning\/40 {
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.border-b-utility-warning\/5 {
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.border-b-utility-warning\/50 {
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.border-b-utility-warning\/60 {
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.border-b-utility-warning\/70 {
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.border-b-utility-warning\/75 {
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.border-b-utility-warning\/80 {
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.border-b-utility-warning\/90 {
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.border-b-utility-warning\/95 {
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.border-b-very-dark-blue {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-b-very-dark-blue\/0 {
    border-bottom-color: rgb(4 4 47 / 0);
}

.border-b-very-dark-blue\/10 {
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.border-b-very-dark-blue\/100 {
    border-bottom-color: rgb(4 4 47 / 1);
}

.border-b-very-dark-blue\/20 {
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.border-b-very-dark-blue\/25 {
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.border-b-very-dark-blue\/30 {
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.border-b-very-dark-blue\/40 {
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.border-b-very-dark-blue\/5 {
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.border-b-very-dark-blue\/50 {
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.border-b-very-dark-blue\/60 {
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.border-b-very-dark-blue\/70 {
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.border-b-very-dark-blue\/75 {
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.border-b-very-dark-blue\/80 {
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.border-b-very-dark-blue\/90 {
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.border-b-very-dark-blue\/95 {
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.border-e-accent-green-dark {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-e-accent-green-dark\/0 {
    border-inline-end-color: rgb(42 172 110 / 0);
}

.border-e-accent-green-dark\/10 {
    border-inline-end-color: rgb(42 172 110 / 0.1);
}

.border-e-accent-green-dark\/100 {
    border-inline-end-color: rgb(42 172 110 / 1);
}

.border-e-accent-green-dark\/20 {
    border-inline-end-color: rgb(42 172 110 / 0.2);
}

.border-e-accent-green-dark\/25 {
    border-inline-end-color: rgb(42 172 110 / 0.25);
}

.border-e-accent-green-dark\/30 {
    border-inline-end-color: rgb(42 172 110 / 0.3);
}

.border-e-accent-green-dark\/40 {
    border-inline-end-color: rgb(42 172 110 / 0.4);
}

.border-e-accent-green-dark\/5 {
    border-inline-end-color: rgb(42 172 110 / 0.05);
}

.border-e-accent-green-dark\/50 {
    border-inline-end-color: rgb(42 172 110 / 0.5);
}

.border-e-accent-green-dark\/60 {
    border-inline-end-color: rgb(42 172 110 / 0.6);
}

.border-e-accent-green-dark\/70 {
    border-inline-end-color: rgb(42 172 110 / 0.7);
}

.border-e-accent-green-dark\/75 {
    border-inline-end-color: rgb(42 172 110 / 0.75);
}

.border-e-accent-green-dark\/80 {
    border-inline-end-color: rgb(42 172 110 / 0.8);
}

.border-e-accent-green-dark\/90 {
    border-inline-end-color: rgb(42 172 110 / 0.9);
}

.border-e-accent-green-dark\/95 {
    border-inline-end-color: rgb(42 172 110 / 0.95);
}

.border-e-accent-green-light {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-e-accent-green-light\/0 {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.border-e-accent-green-light\/10 {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.border-e-accent-green-light\/100 {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.border-e-accent-green-light\/20 {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.border-e-accent-green-light\/25 {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.border-e-accent-green-light\/30 {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.border-e-accent-green-light\/40 {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.border-e-accent-green-light\/5 {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.border-e-accent-green-light\/50 {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.border-e-accent-green-light\/60 {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.border-e-accent-green-light\/70 {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.border-e-accent-green-light\/75 {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.border-e-accent-green-light\/80 {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.border-e-accent-green-light\/90 {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.border-e-accent-green-light\/95 {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.border-e-accent-purple {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-e-accent-purple\/0 {
    border-inline-end-color: rgb(192 69 221 / 0);
}

.border-e-accent-purple\/10 {
    border-inline-end-color: rgb(192 69 221 / 0.1);
}

.border-e-accent-purple\/100 {
    border-inline-end-color: rgb(192 69 221 / 1);
}

.border-e-accent-purple\/20 {
    border-inline-end-color: rgb(192 69 221 / 0.2);
}

.border-e-accent-purple\/25 {
    border-inline-end-color: rgb(192 69 221 / 0.25);
}

.border-e-accent-purple\/30 {
    border-inline-end-color: rgb(192 69 221 / 0.3);
}

.border-e-accent-purple\/40 {
    border-inline-end-color: rgb(192 69 221 / 0.4);
}

.border-e-accent-purple\/5 {
    border-inline-end-color: rgb(192 69 221 / 0.05);
}

.border-e-accent-purple\/50 {
    border-inline-end-color: rgb(192 69 221 / 0.5);
}

.border-e-accent-purple\/60 {
    border-inline-end-color: rgb(192 69 221 / 0.6);
}

.border-e-accent-purple\/70 {
    border-inline-end-color: rgb(192 69 221 / 0.7);
}

.border-e-accent-purple\/75 {
    border-inline-end-color: rgb(192 69 221 / 0.75);
}

.border-e-accent-purple\/80 {
    border-inline-end-color: rgb(192 69 221 / 0.8);
}

.border-e-accent-purple\/90 {
    border-inline-end-color: rgb(192 69 221 / 0.9);
}

.border-e-accent-purple\/95 {
    border-inline-end-color: rgb(192 69 221 / 0.95);
}

.border-e-current {
    border-inline-end-color: currentColor;
}

.border-e-gray-10 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-e-gray-10\/0 {
    border-inline-end-color: rgb(36 30 81 / 0);
}

.border-e-gray-10\/10 {
    border-inline-end-color: rgb(36 30 81 / 0.1);
}

.border-e-gray-10\/100 {
    border-inline-end-color: rgb(36 30 81 / 1);
}

.border-e-gray-10\/20 {
    border-inline-end-color: rgb(36 30 81 / 0.2);
}

.border-e-gray-10\/25 {
    border-inline-end-color: rgb(36 30 81 / 0.25);
}

.border-e-gray-10\/30 {
    border-inline-end-color: rgb(36 30 81 / 0.3);
}

.border-e-gray-10\/40 {
    border-inline-end-color: rgb(36 30 81 / 0.4);
}

.border-e-gray-10\/5 {
    border-inline-end-color: rgb(36 30 81 / 0.05);
}

.border-e-gray-10\/50 {
    border-inline-end-color: rgb(36 30 81 / 0.5);
}

.border-e-gray-10\/60 {
    border-inline-end-color: rgb(36 30 81 / 0.6);
}

.border-e-gray-10\/70 {
    border-inline-end-color: rgb(36 30 81 / 0.7);
}

.border-e-gray-10\/75 {
    border-inline-end-color: rgb(36 30 81 / 0.75);
}

.border-e-gray-10\/80 {
    border-inline-end-color: rgb(36 30 81 / 0.8);
}

.border-e-gray-10\/90 {
    border-inline-end-color: rgb(36 30 81 / 0.9);
}

.border-e-gray-10\/95 {
    border-inline-end-color: rgb(36 30 81 / 0.95);
}

.border-e-gray-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-e-gray-100\/0 {
    border-inline-end-color: rgb(248 251 249 / 0);
}

.border-e-gray-100\/10 {
    border-inline-end-color: rgb(248 251 249 / 0.1);
}

.border-e-gray-100\/100 {
    border-inline-end-color: rgb(248 251 249 / 1);
}

.border-e-gray-100\/20 {
    border-inline-end-color: rgb(248 251 249 / 0.2);
}

.border-e-gray-100\/25 {
    border-inline-end-color: rgb(248 251 249 / 0.25);
}

.border-e-gray-100\/30 {
    border-inline-end-color: rgb(248 251 249 / 0.3);
}

.border-e-gray-100\/40 {
    border-inline-end-color: rgb(248 251 249 / 0.4);
}

.border-e-gray-100\/5 {
    border-inline-end-color: rgb(248 251 249 / 0.05);
}

.border-e-gray-100\/50 {
    border-inline-end-color: rgb(248 251 249 / 0.5);
}

.border-e-gray-100\/60 {
    border-inline-end-color: rgb(248 251 249 / 0.6);
}

.border-e-gray-100\/70 {
    border-inline-end-color: rgb(248 251 249 / 0.7);
}

.border-e-gray-100\/75 {
    border-inline-end-color: rgb(248 251 249 / 0.75);
}

.border-e-gray-100\/80 {
    border-inline-end-color: rgb(248 251 249 / 0.8);
}

.border-e-gray-100\/90 {
    border-inline-end-color: rgb(248 251 249 / 0.9);
}

.border-e-gray-100\/95 {
    border-inline-end-color: rgb(248 251 249 / 0.95);
}

.border-e-gray-20 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-e-gray-20\/0 {
    border-inline-end-color: rgb(60 54 99 / 0);
}

.border-e-gray-20\/10 {
    border-inline-end-color: rgb(60 54 99 / 0.1);
}

.border-e-gray-20\/100 {
    border-inline-end-color: rgb(60 54 99 / 1);
}

.border-e-gray-20\/20 {
    border-inline-end-color: rgb(60 54 99 / 0.2);
}

.border-e-gray-20\/25 {
    border-inline-end-color: rgb(60 54 99 / 0.25);
}

.border-e-gray-20\/30 {
    border-inline-end-color: rgb(60 54 99 / 0.3);
}

.border-e-gray-20\/40 {
    border-inline-end-color: rgb(60 54 99 / 0.4);
}

.border-e-gray-20\/5 {
    border-inline-end-color: rgb(60 54 99 / 0.05);
}

.border-e-gray-20\/50 {
    border-inline-end-color: rgb(60 54 99 / 0.5);
}

.border-e-gray-20\/60 {
    border-inline-end-color: rgb(60 54 99 / 0.6);
}

.border-e-gray-20\/70 {
    border-inline-end-color: rgb(60 54 99 / 0.7);
}

.border-e-gray-20\/75 {
    border-inline-end-color: rgb(60 54 99 / 0.75);
}

.border-e-gray-20\/80 {
    border-inline-end-color: rgb(60 54 99 / 0.8);
}

.border-e-gray-20\/90 {
    border-inline-end-color: rgb(60 54 99 / 0.9);
}

.border-e-gray-20\/95 {
    border-inline-end-color: rgb(60 54 99 / 0.95);
}

.border-e-gray-30 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-e-gray-30\/0 {
    border-inline-end-color: rgb(83 79 118 / 0);
}

.border-e-gray-30\/10 {
    border-inline-end-color: rgb(83 79 118 / 0.1);
}

.border-e-gray-30\/100 {
    border-inline-end-color: rgb(83 79 118 / 1);
}

.border-e-gray-30\/20 {
    border-inline-end-color: rgb(83 79 118 / 0.2);
}

.border-e-gray-30\/25 {
    border-inline-end-color: rgb(83 79 118 / 0.25);
}

.border-e-gray-30\/30 {
    border-inline-end-color: rgb(83 79 118 / 0.3);
}

.border-e-gray-30\/40 {
    border-inline-end-color: rgb(83 79 118 / 0.4);
}

.border-e-gray-30\/5 {
    border-inline-end-color: rgb(83 79 118 / 0.05);
}

.border-e-gray-30\/50 {
    border-inline-end-color: rgb(83 79 118 / 0.5);
}

.border-e-gray-30\/60 {
    border-inline-end-color: rgb(83 79 118 / 0.6);
}

.border-e-gray-30\/70 {
    border-inline-end-color: rgb(83 79 118 / 0.7);
}

.border-e-gray-30\/75 {
    border-inline-end-color: rgb(83 79 118 / 0.75);
}

.border-e-gray-30\/80 {
    border-inline-end-color: rgb(83 79 118 / 0.8);
}

.border-e-gray-30\/90 {
    border-inline-end-color: rgb(83 79 118 / 0.9);
}

.border-e-gray-30\/95 {
    border-inline-end-color: rgb(83 79 118 / 0.95);
}

.border-e-gray-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-e-gray-50\/0 {
    border-inline-end-color: rgb(130 128 155 / 0);
}

.border-e-gray-50\/10 {
    border-inline-end-color: rgb(130 128 155 / 0.1);
}

.border-e-gray-50\/100 {
    border-inline-end-color: rgb(130 128 155 / 1);
}

.border-e-gray-50\/20 {
    border-inline-end-color: rgb(130 128 155 / 0.2);
}

.border-e-gray-50\/25 {
    border-inline-end-color: rgb(130 128 155 / 0.25);
}

.border-e-gray-50\/30 {
    border-inline-end-color: rgb(130 128 155 / 0.3);
}

.border-e-gray-50\/40 {
    border-inline-end-color: rgb(130 128 155 / 0.4);
}

.border-e-gray-50\/5 {
    border-inline-end-color: rgb(130 128 155 / 0.05);
}

.border-e-gray-50\/50 {
    border-inline-end-color: rgb(130 128 155 / 0.5);
}

.border-e-gray-50\/60 {
    border-inline-end-color: rgb(130 128 155 / 0.6);
}

.border-e-gray-50\/70 {
    border-inline-end-color: rgb(130 128 155 / 0.7);
}

.border-e-gray-50\/75 {
    border-inline-end-color: rgb(130 128 155 / 0.75);
}

.border-e-gray-50\/80 {
    border-inline-end-color: rgb(130 128 155 / 0.8);
}

.border-e-gray-50\/90 {
    border-inline-end-color: rgb(130 128 155 / 0.9);
}

.border-e-gray-50\/95 {
    border-inline-end-color: rgb(130 128 155 / 0.95);
}

.border-e-gray-70 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-e-gray-70\/0 {
    border-inline-end-color: rgb(177 177 193 / 0);
}

.border-e-gray-70\/10 {
    border-inline-end-color: rgb(177 177 193 / 0.1);
}

.border-e-gray-70\/100 {
    border-inline-end-color: rgb(177 177 193 / 1);
}

.border-e-gray-70\/20 {
    border-inline-end-color: rgb(177 177 193 / 0.2);
}

.border-e-gray-70\/25 {
    border-inline-end-color: rgb(177 177 193 / 0.25);
}

.border-e-gray-70\/30 {
    border-inline-end-color: rgb(177 177 193 / 0.3);
}

.border-e-gray-70\/40 {
    border-inline-end-color: rgb(177 177 193 / 0.4);
}

.border-e-gray-70\/5 {
    border-inline-end-color: rgb(177 177 193 / 0.05);
}

.border-e-gray-70\/50 {
    border-inline-end-color: rgb(177 177 193 / 0.5);
}

.border-e-gray-70\/60 {
    border-inline-end-color: rgb(177 177 193 / 0.6);
}

.border-e-gray-70\/70 {
    border-inline-end-color: rgb(177 177 193 / 0.7);
}

.border-e-gray-70\/75 {
    border-inline-end-color: rgb(177 177 193 / 0.75);
}

.border-e-gray-70\/80 {
    border-inline-end-color: rgb(177 177 193 / 0.8);
}

.border-e-gray-70\/90 {
    border-inline-end-color: rgb(177 177 193 / 0.9);
}

.border-e-gray-70\/95 {
    border-inline-end-color: rgb(177 177 193 / 0.95);
}

.border-e-green-10 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-e-green-10\/0 {
    border-inline-end-color: rgb(19 28 66 / 0);
}

.border-e-green-10\/10 {
    border-inline-end-color: rgb(19 28 66 / 0.1);
}

.border-e-green-10\/100 {
    border-inline-end-color: rgb(19 28 66 / 1);
}

.border-e-green-10\/20 {
    border-inline-end-color: rgb(19 28 66 / 0.2);
}

.border-e-green-10\/25 {
    border-inline-end-color: rgb(19 28 66 / 0.25);
}

.border-e-green-10\/30 {
    border-inline-end-color: rgb(19 28 66 / 0.3);
}

.border-e-green-10\/40 {
    border-inline-end-color: rgb(19 28 66 / 0.4);
}

.border-e-green-10\/5 {
    border-inline-end-color: rgb(19 28 66 / 0.05);
}

.border-e-green-10\/50 {
    border-inline-end-color: rgb(19 28 66 / 0.5);
}

.border-e-green-10\/60 {
    border-inline-end-color: rgb(19 28 66 / 0.6);
}

.border-e-green-10\/70 {
    border-inline-end-color: rgb(19 28 66 / 0.7);
}

.border-e-green-10\/75 {
    border-inline-end-color: rgb(19 28 66 / 0.75);
}

.border-e-green-10\/80 {
    border-inline-end-color: rgb(19 28 66 / 0.8);
}

.border-e-green-10\/90 {
    border-inline-end-color: rgb(19 28 66 / 0.9);
}

.border-e-green-10\/95 {
    border-inline-end-color: rgb(19 28 66 / 0.95);
}

.border-e-green-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-e-green-100\/0 {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.border-e-green-100\/10 {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.border-e-green-100\/100 {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.border-e-green-100\/20 {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.border-e-green-100\/25 {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.border-e-green-100\/30 {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.border-e-green-100\/40 {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.border-e-green-100\/5 {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.border-e-green-100\/50 {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.border-e-green-100\/60 {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.border-e-green-100\/70 {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.border-e-green-100\/75 {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.border-e-green-100\/80 {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.border-e-green-100\/90 {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.border-e-green-100\/95 {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.border-e-green-20 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-e-green-20\/0 {
    border-inline-end-color: rgb(26 52 70 / 0);
}

.border-e-green-20\/10 {
    border-inline-end-color: rgb(26 52 70 / 0.1);
}

.border-e-green-20\/100 {
    border-inline-end-color: rgb(26 52 70 / 1);
}

.border-e-green-20\/20 {
    border-inline-end-color: rgb(26 52 70 / 0.2);
}

.border-e-green-20\/25 {
    border-inline-end-color: rgb(26 52 70 / 0.25);
}

.border-e-green-20\/30 {
    border-inline-end-color: rgb(26 52 70 / 0.3);
}

.border-e-green-20\/40 {
    border-inline-end-color: rgb(26 52 70 / 0.4);
}

.border-e-green-20\/5 {
    border-inline-end-color: rgb(26 52 70 / 0.05);
}

.border-e-green-20\/50 {
    border-inline-end-color: rgb(26 52 70 / 0.5);
}

.border-e-green-20\/60 {
    border-inline-end-color: rgb(26 52 70 / 0.6);
}

.border-e-green-20\/70 {
    border-inline-end-color: rgb(26 52 70 / 0.7);
}

.border-e-green-20\/75 {
    border-inline-end-color: rgb(26 52 70 / 0.75);
}

.border-e-green-20\/80 {
    border-inline-end-color: rgb(26 52 70 / 0.8);
}

.border-e-green-20\/90 {
    border-inline-end-color: rgb(26 52 70 / 0.9);
}

.border-e-green-20\/95 {
    border-inline-end-color: rgb(26 52 70 / 0.95);
}

.border-e-green-30 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-e-green-30\/0 {
    border-inline-end-color: rgb(32 75 75 / 0);
}

.border-e-green-30\/10 {
    border-inline-end-color: rgb(32 75 75 / 0.1);
}

.border-e-green-30\/100 {
    border-inline-end-color: rgb(32 75 75 / 1);
}

.border-e-green-30\/20 {
    border-inline-end-color: rgb(32 75 75 / 0.2);
}

.border-e-green-30\/25 {
    border-inline-end-color: rgb(32 75 75 / 0.25);
}

.border-e-green-30\/30 {
    border-inline-end-color: rgb(32 75 75 / 0.3);
}

.border-e-green-30\/40 {
    border-inline-end-color: rgb(32 75 75 / 0.4);
}

.border-e-green-30\/5 {
    border-inline-end-color: rgb(32 75 75 / 0.05);
}

.border-e-green-30\/50 {
    border-inline-end-color: rgb(32 75 75 / 0.5);
}

.border-e-green-30\/60 {
    border-inline-end-color: rgb(32 75 75 / 0.6);
}

.border-e-green-30\/70 {
    border-inline-end-color: rgb(32 75 75 / 0.7);
}

.border-e-green-30\/75 {
    border-inline-end-color: rgb(32 75 75 / 0.75);
}

.border-e-green-30\/80 {
    border-inline-end-color: rgb(32 75 75 / 0.8);
}

.border-e-green-30\/90 {
    border-inline-end-color: rgb(32 75 75 / 0.9);
}

.border-e-green-30\/95 {
    border-inline-end-color: rgb(32 75 75 / 0.95);
}

.border-e-green-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-e-green-50\/0 {
    border-inline-end-color: rgb(44 121 83 / 0);
}

.border-e-green-50\/10 {
    border-inline-end-color: rgb(44 121 83 / 0.1);
}

.border-e-green-50\/100 {
    border-inline-end-color: rgb(44 121 83 / 1);
}

.border-e-green-50\/20 {
    border-inline-end-color: rgb(44 121 83 / 0.2);
}

.border-e-green-50\/25 {
    border-inline-end-color: rgb(44 121 83 / 0.25);
}

.border-e-green-50\/30 {
    border-inline-end-color: rgb(44 121 83 / 0.3);
}

.border-e-green-50\/40 {
    border-inline-end-color: rgb(44 121 83 / 0.4);
}

.border-e-green-50\/5 {
    border-inline-end-color: rgb(44 121 83 / 0.05);
}

.border-e-green-50\/50 {
    border-inline-end-color: rgb(44 121 83 / 0.5);
}

.border-e-green-50\/60 {
    border-inline-end-color: rgb(44 121 83 / 0.6);
}

.border-e-green-50\/70 {
    border-inline-end-color: rgb(44 121 83 / 0.7);
}

.border-e-green-50\/75 {
    border-inline-end-color: rgb(44 121 83 / 0.75);
}

.border-e-green-50\/80 {
    border-inline-end-color: rgb(44 121 83 / 0.8);
}

.border-e-green-50\/90 {
    border-inline-end-color: rgb(44 121 83 / 0.9);
}

.border-e-green-50\/95 {
    border-inline-end-color: rgb(44 121 83 / 0.95);
}

.border-e-green-70 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-e-green-70\/0 {
    border-inline-end-color: rgb(57 168 91 / 0);
}

.border-e-green-70\/10 {
    border-inline-end-color: rgb(57 168 91 / 0.1);
}

.border-e-green-70\/100 {
    border-inline-end-color: rgb(57 168 91 / 1);
}

.border-e-green-70\/20 {
    border-inline-end-color: rgb(57 168 91 / 0.2);
}

.border-e-green-70\/25 {
    border-inline-end-color: rgb(57 168 91 / 0.25);
}

.border-e-green-70\/30 {
    border-inline-end-color: rgb(57 168 91 / 0.3);
}

.border-e-green-70\/40 {
    border-inline-end-color: rgb(57 168 91 / 0.4);
}

.border-e-green-70\/5 {
    border-inline-end-color: rgb(57 168 91 / 0.05);
}

.border-e-green-70\/50 {
    border-inline-end-color: rgb(57 168 91 / 0.5);
}

.border-e-green-70\/60 {
    border-inline-end-color: rgb(57 168 91 / 0.6);
}

.border-e-green-70\/70 {
    border-inline-end-color: rgb(57 168 91 / 0.7);
}

.border-e-green-70\/75 {
    border-inline-end-color: rgb(57 168 91 / 0.75);
}

.border-e-green-70\/80 {
    border-inline-end-color: rgb(57 168 91 / 0.8);
}

.border-e-green-70\/90 {
    border-inline-end-color: rgb(57 168 91 / 0.9);
}

.border-e-green-70\/95 {
    border-inline-end-color: rgb(57 168 91 / 0.95);
}

.border-e-purple-10 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-e-purple-10\/0 {
    border-inline-end-color: rgb(26 8 70 / 0);
}

.border-e-purple-10\/10 {
    border-inline-end-color: rgb(26 8 70 / 0.1);
}

.border-e-purple-10\/100 {
    border-inline-end-color: rgb(26 8 70 / 1);
}

.border-e-purple-10\/20 {
    border-inline-end-color: rgb(26 8 70 / 0.2);
}

.border-e-purple-10\/25 {
    border-inline-end-color: rgb(26 8 70 / 0.25);
}

.border-e-purple-10\/30 {
    border-inline-end-color: rgb(26 8 70 / 0.3);
}

.border-e-purple-10\/40 {
    border-inline-end-color: rgb(26 8 70 / 0.4);
}

.border-e-purple-10\/5 {
    border-inline-end-color: rgb(26 8 70 / 0.05);
}

.border-e-purple-10\/50 {
    border-inline-end-color: rgb(26 8 70 / 0.5);
}

.border-e-purple-10\/60 {
    border-inline-end-color: rgb(26 8 70 / 0.6);
}

.border-e-purple-10\/70 {
    border-inline-end-color: rgb(26 8 70 / 0.7);
}

.border-e-purple-10\/75 {
    border-inline-end-color: rgb(26 8 70 / 0.75);
}

.border-e-purple-10\/80 {
    border-inline-end-color: rgb(26 8 70 / 0.8);
}

.border-e-purple-10\/90 {
    border-inline-end-color: rgb(26 8 70 / 0.9);
}

.border-e-purple-10\/95 {
    border-inline-end-color: rgb(26 8 70 / 0.95);
}

.border-e-purple-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-e-purple-100\/0 {
    border-inline-end-color: rgb(125 41 145 / 0);
}

.border-e-purple-100\/10 {
    border-inline-end-color: rgb(125 41 145 / 0.1);
}

.border-e-purple-100\/100 {
    border-inline-end-color: rgb(125 41 145 / 1);
}

.border-e-purple-100\/20 {
    border-inline-end-color: rgb(125 41 145 / 0.2);
}

.border-e-purple-100\/25 {
    border-inline-end-color: rgb(125 41 145 / 0.25);
}

.border-e-purple-100\/30 {
    border-inline-end-color: rgb(125 41 145 / 0.3);
}

.border-e-purple-100\/40 {
    border-inline-end-color: rgb(125 41 145 / 0.4);
}

.border-e-purple-100\/5 {
    border-inline-end-color: rgb(125 41 145 / 0.05);
}

.border-e-purple-100\/50 {
    border-inline-end-color: rgb(125 41 145 / 0.5);
}

.border-e-purple-100\/60 {
    border-inline-end-color: rgb(125 41 145 / 0.6);
}

.border-e-purple-100\/70 {
    border-inline-end-color: rgb(125 41 145 / 0.7);
}

.border-e-purple-100\/75 {
    border-inline-end-color: rgb(125 41 145 / 0.75);
}

.border-e-purple-100\/80 {
    border-inline-end-color: rgb(125 41 145 / 0.8);
}

.border-e-purple-100\/90 {
    border-inline-end-color: rgb(125 41 145 / 0.9);
}

.border-e-purple-100\/95 {
    border-inline-end-color: rgb(125 41 145 / 0.95);
}

.border-e-purple-20 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-e-purple-20\/0 {
    border-inline-end-color: rgb(40 12 78 / 0);
}

.border-e-purple-20\/10 {
    border-inline-end-color: rgb(40 12 78 / 0.1);
}

.border-e-purple-20\/100 {
    border-inline-end-color: rgb(40 12 78 / 1);
}

.border-e-purple-20\/20 {
    border-inline-end-color: rgb(40 12 78 / 0.2);
}

.border-e-purple-20\/25 {
    border-inline-end-color: rgb(40 12 78 / 0.25);
}

.border-e-purple-20\/30 {
    border-inline-end-color: rgb(40 12 78 / 0.3);
}

.border-e-purple-20\/40 {
    border-inline-end-color: rgb(40 12 78 / 0.4);
}

.border-e-purple-20\/5 {
    border-inline-end-color: rgb(40 12 78 / 0.05);
}

.border-e-purple-20\/50 {
    border-inline-end-color: rgb(40 12 78 / 0.5);
}

.border-e-purple-20\/60 {
    border-inline-end-color: rgb(40 12 78 / 0.6);
}

.border-e-purple-20\/70 {
    border-inline-end-color: rgb(40 12 78 / 0.7);
}

.border-e-purple-20\/75 {
    border-inline-end-color: rgb(40 12 78 / 0.75);
}

.border-e-purple-20\/80 {
    border-inline-end-color: rgb(40 12 78 / 0.8);
}

.border-e-purple-20\/90 {
    border-inline-end-color: rgb(40 12 78 / 0.9);
}

.border-e-purple-20\/95 {
    border-inline-end-color: rgb(40 12 78 / 0.95);
}

.border-e-purple-30 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-e-purple-30\/0 {
    border-inline-end-color: rgb(53 15 86 / 0);
}

.border-e-purple-30\/10 {
    border-inline-end-color: rgb(53 15 86 / 0.1);
}

.border-e-purple-30\/100 {
    border-inline-end-color: rgb(53 15 86 / 1);
}

.border-e-purple-30\/20 {
    border-inline-end-color: rgb(53 15 86 / 0.2);
}

.border-e-purple-30\/25 {
    border-inline-end-color: rgb(53 15 86 / 0.25);
}

.border-e-purple-30\/30 {
    border-inline-end-color: rgb(53 15 86 / 0.3);
}

.border-e-purple-30\/40 {
    border-inline-end-color: rgb(53 15 86 / 0.4);
}

.border-e-purple-30\/5 {
    border-inline-end-color: rgb(53 15 86 / 0.05);
}

.border-e-purple-30\/50 {
    border-inline-end-color: rgb(53 15 86 / 0.5);
}

.border-e-purple-30\/60 {
    border-inline-end-color: rgb(53 15 86 / 0.6);
}

.border-e-purple-30\/70 {
    border-inline-end-color: rgb(53 15 86 / 0.7);
}

.border-e-purple-30\/75 {
    border-inline-end-color: rgb(53 15 86 / 0.75);
}

.border-e-purple-30\/80 {
    border-inline-end-color: rgb(53 15 86 / 0.8);
}

.border-e-purple-30\/90 {
    border-inline-end-color: rgb(53 15 86 / 0.9);
}

.border-e-purple-30\/95 {
    border-inline-end-color: rgb(53 15 86 / 0.95);
}

.border-e-purple-50 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-e-purple-50\/0 {
    border-inline-end-color: rgb(79 22 102 / 0);
}

.border-e-purple-50\/10 {
    border-inline-end-color: rgb(79 22 102 / 0.1);
}

.border-e-purple-50\/100 {
    border-inline-end-color: rgb(79 22 102 / 1);
}

.border-e-purple-50\/20 {
    border-inline-end-color: rgb(79 22 102 / 0.2);
}

.border-e-purple-50\/25 {
    border-inline-end-color: rgb(79 22 102 / 0.25);
}

.border-e-purple-50\/30 {
    border-inline-end-color: rgb(79 22 102 / 0.3);
}

.border-e-purple-50\/40 {
    border-inline-end-color: rgb(79 22 102 / 0.4);
}

.border-e-purple-50\/5 {
    border-inline-end-color: rgb(79 22 102 / 0.05);
}

.border-e-purple-50\/50 {
    border-inline-end-color: rgb(79 22 102 / 0.5);
}

.border-e-purple-50\/60 {
    border-inline-end-color: rgb(79 22 102 / 0.6);
}

.border-e-purple-50\/70 {
    border-inline-end-color: rgb(79 22 102 / 0.7);
}

.border-e-purple-50\/75 {
    border-inline-end-color: rgb(79 22 102 / 0.75);
}

.border-e-purple-50\/80 {
    border-inline-end-color: rgb(79 22 102 / 0.8);
}

.border-e-purple-50\/90 {
    border-inline-end-color: rgb(79 22 102 / 0.9);
}

.border-e-purple-50\/95 {
    border-inline-end-color: rgb(79 22 102 / 0.95);
}

.border-e-purple-70 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-e-purple-70\/0 {
    border-inline-end-color: rgb(106 29 119 / 0);
}

.border-e-purple-70\/10 {
    border-inline-end-color: rgb(106 29 119 / 0.1);
}

.border-e-purple-70\/100 {
    border-inline-end-color: rgb(106 29 119 / 1);
}

.border-e-purple-70\/20 {
    border-inline-end-color: rgb(106 29 119 / 0.2);
}

.border-e-purple-70\/25 {
    border-inline-end-color: rgb(106 29 119 / 0.25);
}

.border-e-purple-70\/30 {
    border-inline-end-color: rgb(106 29 119 / 0.3);
}

.border-e-purple-70\/40 {
    border-inline-end-color: rgb(106 29 119 / 0.4);
}

.border-e-purple-70\/5 {
    border-inline-end-color: rgb(106 29 119 / 0.05);
}

.border-e-purple-70\/50 {
    border-inline-end-color: rgb(106 29 119 / 0.5);
}

.border-e-purple-70\/60 {
    border-inline-end-color: rgb(106 29 119 / 0.6);
}

.border-e-purple-70\/70 {
    border-inline-end-color: rgb(106 29 119 / 0.7);
}

.border-e-purple-70\/75 {
    border-inline-end-color: rgb(106 29 119 / 0.75);
}

.border-e-purple-70\/80 {
    border-inline-end-color: rgb(106 29 119 / 0.8);
}

.border-e-purple-70\/90 {
    border-inline-end-color: rgb(106 29 119 / 0.9);
}

.border-e-purple-70\/95 {
    border-inline-end-color: rgb(106 29 119 / 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\/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\/40 {
    border-inline-end-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-inline-end-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-e-utility-error\/0 {
    border-inline-end-color: rgb(220 33 33 / 0);
}

.border-e-utility-error\/10 {
    border-inline-end-color: rgb(220 33 33 / 0.1);
}

.border-e-utility-error\/100 {
    border-inline-end-color: rgb(220 33 33 / 1);
}

.border-e-utility-error\/20 {
    border-inline-end-color: rgb(220 33 33 / 0.2);
}

.border-e-utility-error\/25 {
    border-inline-end-color: rgb(220 33 33 / 0.25);
}

.border-e-utility-error\/30 {
    border-inline-end-color: rgb(220 33 33 / 0.3);
}

.border-e-utility-error\/40 {
    border-inline-end-color: rgb(220 33 33 / 0.4);
}

.border-e-utility-error\/5 {
    border-inline-end-color: rgb(220 33 33 / 0.05);
}

.border-e-utility-error\/50 {
    border-inline-end-color: rgb(220 33 33 / 0.5);
}

.border-e-utility-error\/60 {
    border-inline-end-color: rgb(220 33 33 / 0.6);
}

.border-e-utility-error\/70 {
    border-inline-end-color: rgb(220 33 33 / 0.7);
}

.border-e-utility-error\/75 {
    border-inline-end-color: rgb(220 33 33 / 0.75);
}

.border-e-utility-error\/80 {
    border-inline-end-color: rgb(220 33 33 / 0.8);
}

.border-e-utility-error\/90 {
    border-inline-end-color: rgb(220 33 33 / 0.9);
}

.border-e-utility-error\/95 {
    border-inline-end-color: rgb(220 33 33 / 0.95);
}

.border-e-utility-info {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-e-utility-info\/0 {
    border-inline-end-color: rgb(191 219 254 / 0);
}

.border-e-utility-info\/10 {
    border-inline-end-color: rgb(191 219 254 / 0.1);
}

.border-e-utility-info\/100 {
    border-inline-end-color: rgb(191 219 254 / 1);
}

.border-e-utility-info\/20 {
    border-inline-end-color: rgb(191 219 254 / 0.2);
}

.border-e-utility-info\/25 {
    border-inline-end-color: rgb(191 219 254 / 0.25);
}

.border-e-utility-info\/30 {
    border-inline-end-color: rgb(191 219 254 / 0.3);
}

.border-e-utility-info\/40 {
    border-inline-end-color: rgb(191 219 254 / 0.4);
}

.border-e-utility-info\/5 {
    border-inline-end-color: rgb(191 219 254 / 0.05);
}

.border-e-utility-info\/50 {
    border-inline-end-color: rgb(191 219 254 / 0.5);
}

.border-e-utility-info\/60 {
    border-inline-end-color: rgb(191 219 254 / 0.6);
}

.border-e-utility-info\/70 {
    border-inline-end-color: rgb(191 219 254 / 0.7);
}

.border-e-utility-info\/75 {
    border-inline-end-color: rgb(191 219 254 / 0.75);
}

.border-e-utility-info\/80 {
    border-inline-end-color: rgb(191 219 254 / 0.8);
}

.border-e-utility-info\/90 {
    border-inline-end-color: rgb(191 219 254 / 0.9);
}

.border-e-utility-info\/95 {
    border-inline-end-color: rgb(191 219 254 / 0.95);
}

.border-e-utility-success {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-e-utility-success\/0 {
    border-inline-end-color: rgb(92 204 23 / 0);
}

.border-e-utility-success\/10 {
    border-inline-end-color: rgb(92 204 23 / 0.1);
}

.border-e-utility-success\/100 {
    border-inline-end-color: rgb(92 204 23 / 1);
}

.border-e-utility-success\/20 {
    border-inline-end-color: rgb(92 204 23 / 0.2);
}

.border-e-utility-success\/25 {
    border-inline-end-color: rgb(92 204 23 / 0.25);
}

.border-e-utility-success\/30 {
    border-inline-end-color: rgb(92 204 23 / 0.3);
}

.border-e-utility-success\/40 {
    border-inline-end-color: rgb(92 204 23 / 0.4);
}

.border-e-utility-success\/5 {
    border-inline-end-color: rgb(92 204 23 / 0.05);
}

.border-e-utility-success\/50 {
    border-inline-end-color: rgb(92 204 23 / 0.5);
}

.border-e-utility-success\/60 {
    border-inline-end-color: rgb(92 204 23 / 0.6);
}

.border-e-utility-success\/70 {
    border-inline-end-color: rgb(92 204 23 / 0.7);
}

.border-e-utility-success\/75 {
    border-inline-end-color: rgb(92 204 23 / 0.75);
}

.border-e-utility-success\/80 {
    border-inline-end-color: rgb(92 204 23 / 0.8);
}

.border-e-utility-success\/90 {
    border-inline-end-color: rgb(92 204 23 / 0.9);
}

.border-e-utility-success\/95 {
    border-inline-end-color: rgb(92 204 23 / 0.95);
}

.border-e-utility-warning {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-e-utility-warning\/0 {
    border-inline-end-color: rgb(219 170 110 / 0);
}

.border-e-utility-warning\/10 {
    border-inline-end-color: rgb(219 170 110 / 0.1);
}

.border-e-utility-warning\/100 {
    border-inline-end-color: rgb(219 170 110 / 1);
}

.border-e-utility-warning\/20 {
    border-inline-end-color: rgb(219 170 110 / 0.2);
}

.border-e-utility-warning\/25 {
    border-inline-end-color: rgb(219 170 110 / 0.25);
}

.border-e-utility-warning\/30 {
    border-inline-end-color: rgb(219 170 110 / 0.3);
}

.border-e-utility-warning\/40 {
    border-inline-end-color: rgb(219 170 110 / 0.4);
}

.border-e-utility-warning\/5 {
    border-inline-end-color: rgb(219 170 110 / 0.05);
}

.border-e-utility-warning\/50 {
    border-inline-end-color: rgb(219 170 110 / 0.5);
}

.border-e-utility-warning\/60 {
    border-inline-end-color: rgb(219 170 110 / 0.6);
}

.border-e-utility-warning\/70 {
    border-inline-end-color: rgb(219 170 110 / 0.7);
}

.border-e-utility-warning\/75 {
    border-inline-end-color: rgb(219 170 110 / 0.75);
}

.border-e-utility-warning\/80 {
    border-inline-end-color: rgb(219 170 110 / 0.8);
}

.border-e-utility-warning\/90 {
    border-inline-end-color: rgb(219 170 110 / 0.9);
}

.border-e-utility-warning\/95 {
    border-inline-end-color: rgb(219 170 110 / 0.95);
}

.border-e-very-dark-blue {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-e-very-dark-blue\/0 {
    border-inline-end-color: rgb(4 4 47 / 0);
}

.border-e-very-dark-blue\/10 {
    border-inline-end-color: rgb(4 4 47 / 0.1);
}

.border-e-very-dark-blue\/100 {
    border-inline-end-color: rgb(4 4 47 / 1);
}

.border-e-very-dark-blue\/20 {
    border-inline-end-color: rgb(4 4 47 / 0.2);
}

.border-e-very-dark-blue\/25 {
    border-inline-end-color: rgb(4 4 47 / 0.25);
}

.border-e-very-dark-blue\/30 {
    border-inline-end-color: rgb(4 4 47 / 0.3);
}

.border-e-very-dark-blue\/40 {
    border-inline-end-color: rgb(4 4 47 / 0.4);
}

.border-e-very-dark-blue\/5 {
    border-inline-end-color: rgb(4 4 47 / 0.05);
}

.border-e-very-dark-blue\/50 {
    border-inline-end-color: rgb(4 4 47 / 0.5);
}

.border-e-very-dark-blue\/60 {
    border-inline-end-color: rgb(4 4 47 / 0.6);
}

.border-e-very-dark-blue\/70 {
    border-inline-end-color: rgb(4 4 47 / 0.7);
}

.border-e-very-dark-blue\/75 {
    border-inline-end-color: rgb(4 4 47 / 0.75);
}

.border-e-very-dark-blue\/80 {
    border-inline-end-color: rgb(4 4 47 / 0.8);
}

.border-e-very-dark-blue\/90 {
    border-inline-end-color: rgb(4 4 47 / 0.9);
}

.border-e-very-dark-blue\/95 {
    border-inline-end-color: rgb(4 4 47 / 0.95);
}

.border-l-accent-green-dark {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-l-accent-green-dark\/0 {
    border-left-color: rgb(42 172 110 / 0);
}

.border-l-accent-green-dark\/10 {
    border-left-color: rgb(42 172 110 / 0.1);
}

.border-l-accent-green-dark\/100 {
    border-left-color: rgb(42 172 110 / 1);
}

.border-l-accent-green-dark\/20 {
    border-left-color: rgb(42 172 110 / 0.2);
}

.border-l-accent-green-dark\/25 {
    border-left-color: rgb(42 172 110 / 0.25);
}

.border-l-accent-green-dark\/30 {
    border-left-color: rgb(42 172 110 / 0.3);
}

.border-l-accent-green-dark\/40 {
    border-left-color: rgb(42 172 110 / 0.4);
}

.border-l-accent-green-dark\/5 {
    border-left-color: rgb(42 172 110 / 0.05);
}

.border-l-accent-green-dark\/50 {
    border-left-color: rgb(42 172 110 / 0.5);
}

.border-l-accent-green-dark\/60 {
    border-left-color: rgb(42 172 110 / 0.6);
}

.border-l-accent-green-dark\/70 {
    border-left-color: rgb(42 172 110 / 0.7);
}

.border-l-accent-green-dark\/75 {
    border-left-color: rgb(42 172 110 / 0.75);
}

.border-l-accent-green-dark\/80 {
    border-left-color: rgb(42 172 110 / 0.8);
}

.border-l-accent-green-dark\/90 {
    border-left-color: rgb(42 172 110 / 0.9);
}

.border-l-accent-green-dark\/95 {
    border-left-color: rgb(42 172 110 / 0.95);
}

.border-l-accent-green-light {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-l-accent-green-light\/0 {
    border-left-color: rgb(90 226 75 / 0);
}

.border-l-accent-green-light\/10 {
    border-left-color: rgb(90 226 75 / 0.1);
}

.border-l-accent-green-light\/100 {
    border-left-color: rgb(90 226 75 / 1);
}

.border-l-accent-green-light\/20 {
    border-left-color: rgb(90 226 75 / 0.2);
}

.border-l-accent-green-light\/25 {
    border-left-color: rgb(90 226 75 / 0.25);
}

.border-l-accent-green-light\/30 {
    border-left-color: rgb(90 226 75 / 0.3);
}

.border-l-accent-green-light\/40 {
    border-left-color: rgb(90 226 75 / 0.4);
}

.border-l-accent-green-light\/5 {
    border-left-color: rgb(90 226 75 / 0.05);
}

.border-l-accent-green-light\/50 {
    border-left-color: rgb(90 226 75 / 0.5);
}

.border-l-accent-green-light\/60 {
    border-left-color: rgb(90 226 75 / 0.6);
}

.border-l-accent-green-light\/70 {
    border-left-color: rgb(90 226 75 / 0.7);
}

.border-l-accent-green-light\/75 {
    border-left-color: rgb(90 226 75 / 0.75);
}

.border-l-accent-green-light\/80 {
    border-left-color: rgb(90 226 75 / 0.8);
}

.border-l-accent-green-light\/90 {
    border-left-color: rgb(90 226 75 / 0.9);
}

.border-l-accent-green-light\/95 {
    border-left-color: rgb(90 226 75 / 0.95);
}

.border-l-accent-purple {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-l-accent-purple\/0 {
    border-left-color: rgb(192 69 221 / 0);
}

.border-l-accent-purple\/10 {
    border-left-color: rgb(192 69 221 / 0.1);
}

.border-l-accent-purple\/100 {
    border-left-color: rgb(192 69 221 / 1);
}

.border-l-accent-purple\/20 {
    border-left-color: rgb(192 69 221 / 0.2);
}

.border-l-accent-purple\/25 {
    border-left-color: rgb(192 69 221 / 0.25);
}

.border-l-accent-purple\/30 {
    border-left-color: rgb(192 69 221 / 0.3);
}

.border-l-accent-purple\/40 {
    border-left-color: rgb(192 69 221 / 0.4);
}

.border-l-accent-purple\/5 {
    border-left-color: rgb(192 69 221 / 0.05);
}

.border-l-accent-purple\/50 {
    border-left-color: rgb(192 69 221 / 0.5);
}

.border-l-accent-purple\/60 {
    border-left-color: rgb(192 69 221 / 0.6);
}

.border-l-accent-purple\/70 {
    border-left-color: rgb(192 69 221 / 0.7);
}

.border-l-accent-purple\/75 {
    border-left-color: rgb(192 69 221 / 0.75);
}

.border-l-accent-purple\/80 {
    border-left-color: rgb(192 69 221 / 0.8);
}

.border-l-accent-purple\/90 {
    border-left-color: rgb(192 69 221 / 0.9);
}

.border-l-accent-purple\/95 {
    border-left-color: rgb(192 69 221 / 0.95);
}

.border-l-current {
    border-left-color: currentColor;
}

.border-l-gray-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-l-gray-10\/0 {
    border-left-color: rgb(36 30 81 / 0);
}

.border-l-gray-10\/10 {
    border-left-color: rgb(36 30 81 / 0.1);
}

.border-l-gray-10\/100 {
    border-left-color: rgb(36 30 81 / 1);
}

.border-l-gray-10\/20 {
    border-left-color: rgb(36 30 81 / 0.2);
}

.border-l-gray-10\/25 {
    border-left-color: rgb(36 30 81 / 0.25);
}

.border-l-gray-10\/30 {
    border-left-color: rgb(36 30 81 / 0.3);
}

.border-l-gray-10\/40 {
    border-left-color: rgb(36 30 81 / 0.4);
}

.border-l-gray-10\/5 {
    border-left-color: rgb(36 30 81 / 0.05);
}

.border-l-gray-10\/50 {
    border-left-color: rgb(36 30 81 / 0.5);
}

.border-l-gray-10\/60 {
    border-left-color: rgb(36 30 81 / 0.6);
}

.border-l-gray-10\/70 {
    border-left-color: rgb(36 30 81 / 0.7);
}

.border-l-gray-10\/75 {
    border-left-color: rgb(36 30 81 / 0.75);
}

.border-l-gray-10\/80 {
    border-left-color: rgb(36 30 81 / 0.8);
}

.border-l-gray-10\/90 {
    border-left-color: rgb(36 30 81 / 0.9);
}

.border-l-gray-10\/95 {
    border-left-color: rgb(36 30 81 / 0.95);
}

.border-l-gray-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-l-gray-100\/0 {
    border-left-color: rgb(248 251 249 / 0);
}

.border-l-gray-100\/10 {
    border-left-color: rgb(248 251 249 / 0.1);
}

.border-l-gray-100\/100 {
    border-left-color: rgb(248 251 249 / 1);
}

.border-l-gray-100\/20 {
    border-left-color: rgb(248 251 249 / 0.2);
}

.border-l-gray-100\/25 {
    border-left-color: rgb(248 251 249 / 0.25);
}

.border-l-gray-100\/30 {
    border-left-color: rgb(248 251 249 / 0.3);
}

.border-l-gray-100\/40 {
    border-left-color: rgb(248 251 249 / 0.4);
}

.border-l-gray-100\/5 {
    border-left-color: rgb(248 251 249 / 0.05);
}

.border-l-gray-100\/50 {
    border-left-color: rgb(248 251 249 / 0.5);
}

.border-l-gray-100\/60 {
    border-left-color: rgb(248 251 249 / 0.6);
}

.border-l-gray-100\/70 {
    border-left-color: rgb(248 251 249 / 0.7);
}

.border-l-gray-100\/75 {
    border-left-color: rgb(248 251 249 / 0.75);
}

.border-l-gray-100\/80 {
    border-left-color: rgb(248 251 249 / 0.8);
}

.border-l-gray-100\/90 {
    border-left-color: rgb(248 251 249 / 0.9);
}

.border-l-gray-100\/95 {
    border-left-color: rgb(248 251 249 / 0.95);
}

.border-l-gray-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-l-gray-20\/0 {
    border-left-color: rgb(60 54 99 / 0);
}

.border-l-gray-20\/10 {
    border-left-color: rgb(60 54 99 / 0.1);
}

.border-l-gray-20\/100 {
    border-left-color: rgb(60 54 99 / 1);
}

.border-l-gray-20\/20 {
    border-left-color: rgb(60 54 99 / 0.2);
}

.border-l-gray-20\/25 {
    border-left-color: rgb(60 54 99 / 0.25);
}

.border-l-gray-20\/30 {
    border-left-color: rgb(60 54 99 / 0.3);
}

.border-l-gray-20\/40 {
    border-left-color: rgb(60 54 99 / 0.4);
}

.border-l-gray-20\/5 {
    border-left-color: rgb(60 54 99 / 0.05);
}

.border-l-gray-20\/50 {
    border-left-color: rgb(60 54 99 / 0.5);
}

.border-l-gray-20\/60 {
    border-left-color: rgb(60 54 99 / 0.6);
}

.border-l-gray-20\/70 {
    border-left-color: rgb(60 54 99 / 0.7);
}

.border-l-gray-20\/75 {
    border-left-color: rgb(60 54 99 / 0.75);
}

.border-l-gray-20\/80 {
    border-left-color: rgb(60 54 99 / 0.8);
}

.border-l-gray-20\/90 {
    border-left-color: rgb(60 54 99 / 0.9);
}

.border-l-gray-20\/95 {
    border-left-color: rgb(60 54 99 / 0.95);
}

.border-l-gray-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-l-gray-30\/0 {
    border-left-color: rgb(83 79 118 / 0);
}

.border-l-gray-30\/10 {
    border-left-color: rgb(83 79 118 / 0.1);
}

.border-l-gray-30\/100 {
    border-left-color: rgb(83 79 118 / 1);
}

.border-l-gray-30\/20 {
    border-left-color: rgb(83 79 118 / 0.2);
}

.border-l-gray-30\/25 {
    border-left-color: rgb(83 79 118 / 0.25);
}

.border-l-gray-30\/30 {
    border-left-color: rgb(83 79 118 / 0.3);
}

.border-l-gray-30\/40 {
    border-left-color: rgb(83 79 118 / 0.4);
}

.border-l-gray-30\/5 {
    border-left-color: rgb(83 79 118 / 0.05);
}

.border-l-gray-30\/50 {
    border-left-color: rgb(83 79 118 / 0.5);
}

.border-l-gray-30\/60 {
    border-left-color: rgb(83 79 118 / 0.6);
}

.border-l-gray-30\/70 {
    border-left-color: rgb(83 79 118 / 0.7);
}

.border-l-gray-30\/75 {
    border-left-color: rgb(83 79 118 / 0.75);
}

.border-l-gray-30\/80 {
    border-left-color: rgb(83 79 118 / 0.8);
}

.border-l-gray-30\/90 {
    border-left-color: rgb(83 79 118 / 0.9);
}

.border-l-gray-30\/95 {
    border-left-color: rgb(83 79 118 / 0.95);
}

.border-l-gray-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-l-gray-50\/0 {
    border-left-color: rgb(130 128 155 / 0);
}

.border-l-gray-50\/10 {
    border-left-color: rgb(130 128 155 / 0.1);
}

.border-l-gray-50\/100 {
    border-left-color: rgb(130 128 155 / 1);
}

.border-l-gray-50\/20 {
    border-left-color: rgb(130 128 155 / 0.2);
}

.border-l-gray-50\/25 {
    border-left-color: rgb(130 128 155 / 0.25);
}

.border-l-gray-50\/30 {
    border-left-color: rgb(130 128 155 / 0.3);
}

.border-l-gray-50\/40 {
    border-left-color: rgb(130 128 155 / 0.4);
}

.border-l-gray-50\/5 {
    border-left-color: rgb(130 128 155 / 0.05);
}

.border-l-gray-50\/50 {
    border-left-color: rgb(130 128 155 / 0.5);
}

.border-l-gray-50\/60 {
    border-left-color: rgb(130 128 155 / 0.6);
}

.border-l-gray-50\/70 {
    border-left-color: rgb(130 128 155 / 0.7);
}

.border-l-gray-50\/75 {
    border-left-color: rgb(130 128 155 / 0.75);
}

.border-l-gray-50\/80 {
    border-left-color: rgb(130 128 155 / 0.8);
}

.border-l-gray-50\/90 {
    border-left-color: rgb(130 128 155 / 0.9);
}

.border-l-gray-50\/95 {
    border-left-color: rgb(130 128 155 / 0.95);
}

.border-l-gray-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-l-gray-70\/0 {
    border-left-color: rgb(177 177 193 / 0);
}

.border-l-gray-70\/10 {
    border-left-color: rgb(177 177 193 / 0.1);
}

.border-l-gray-70\/100 {
    border-left-color: rgb(177 177 193 / 1);
}

.border-l-gray-70\/20 {
    border-left-color: rgb(177 177 193 / 0.2);
}

.border-l-gray-70\/25 {
    border-left-color: rgb(177 177 193 / 0.25);
}

.border-l-gray-70\/30 {
    border-left-color: rgb(177 177 193 / 0.3);
}

.border-l-gray-70\/40 {
    border-left-color: rgb(177 177 193 / 0.4);
}

.border-l-gray-70\/5 {
    border-left-color: rgb(177 177 193 / 0.05);
}

.border-l-gray-70\/50 {
    border-left-color: rgb(177 177 193 / 0.5);
}

.border-l-gray-70\/60 {
    border-left-color: rgb(177 177 193 / 0.6);
}

.border-l-gray-70\/70 {
    border-left-color: rgb(177 177 193 / 0.7);
}

.border-l-gray-70\/75 {
    border-left-color: rgb(177 177 193 / 0.75);
}

.border-l-gray-70\/80 {
    border-left-color: rgb(177 177 193 / 0.8);
}

.border-l-gray-70\/90 {
    border-left-color: rgb(177 177 193 / 0.9);
}

.border-l-gray-70\/95 {
    border-left-color: rgb(177 177 193 / 0.95);
}

.border-l-green-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-l-green-10\/0 {
    border-left-color: rgb(19 28 66 / 0);
}

.border-l-green-10\/10 {
    border-left-color: rgb(19 28 66 / 0.1);
}

.border-l-green-10\/100 {
    border-left-color: rgb(19 28 66 / 1);
}

.border-l-green-10\/20 {
    border-left-color: rgb(19 28 66 / 0.2);
}

.border-l-green-10\/25 {
    border-left-color: rgb(19 28 66 / 0.25);
}

.border-l-green-10\/30 {
    border-left-color: rgb(19 28 66 / 0.3);
}

.border-l-green-10\/40 {
    border-left-color: rgb(19 28 66 / 0.4);
}

.border-l-green-10\/5 {
    border-left-color: rgb(19 28 66 / 0.05);
}

.border-l-green-10\/50 {
    border-left-color: rgb(19 28 66 / 0.5);
}

.border-l-green-10\/60 {
    border-left-color: rgb(19 28 66 / 0.6);
}

.border-l-green-10\/70 {
    border-left-color: rgb(19 28 66 / 0.7);
}

.border-l-green-10\/75 {
    border-left-color: rgb(19 28 66 / 0.75);
}

.border-l-green-10\/80 {
    border-left-color: rgb(19 28 66 / 0.8);
}

.border-l-green-10\/90 {
    border-left-color: rgb(19 28 66 / 0.9);
}

.border-l-green-10\/95 {
    border-left-color: rgb(19 28 66 / 0.95);
}

.border-l-green-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-l-green-100\/0 {
    border-left-color: rgb(90 226 75 / 0);
}

.border-l-green-100\/10 {
    border-left-color: rgb(90 226 75 / 0.1);
}

.border-l-green-100\/100 {
    border-left-color: rgb(90 226 75 / 1);
}

.border-l-green-100\/20 {
    border-left-color: rgb(90 226 75 / 0.2);
}

.border-l-green-100\/25 {
    border-left-color: rgb(90 226 75 / 0.25);
}

.border-l-green-100\/30 {
    border-left-color: rgb(90 226 75 / 0.3);
}

.border-l-green-100\/40 {
    border-left-color: rgb(90 226 75 / 0.4);
}

.border-l-green-100\/5 {
    border-left-color: rgb(90 226 75 / 0.05);
}

.border-l-green-100\/50 {
    border-left-color: rgb(90 226 75 / 0.5);
}

.border-l-green-100\/60 {
    border-left-color: rgb(90 226 75 / 0.6);
}

.border-l-green-100\/70 {
    border-left-color: rgb(90 226 75 / 0.7);
}

.border-l-green-100\/75 {
    border-left-color: rgb(90 226 75 / 0.75);
}

.border-l-green-100\/80 {
    border-left-color: rgb(90 226 75 / 0.8);
}

.border-l-green-100\/90 {
    border-left-color: rgb(90 226 75 / 0.9);
}

.border-l-green-100\/95 {
    border-left-color: rgb(90 226 75 / 0.95);
}

.border-l-green-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-l-green-20\/0 {
    border-left-color: rgb(26 52 70 / 0);
}

.border-l-green-20\/10 {
    border-left-color: rgb(26 52 70 / 0.1);
}

.border-l-green-20\/100 {
    border-left-color: rgb(26 52 70 / 1);
}

.border-l-green-20\/20 {
    border-left-color: rgb(26 52 70 / 0.2);
}

.border-l-green-20\/25 {
    border-left-color: rgb(26 52 70 / 0.25);
}

.border-l-green-20\/30 {
    border-left-color: rgb(26 52 70 / 0.3);
}

.border-l-green-20\/40 {
    border-left-color: rgb(26 52 70 / 0.4);
}

.border-l-green-20\/5 {
    border-left-color: rgb(26 52 70 / 0.05);
}

.border-l-green-20\/50 {
    border-left-color: rgb(26 52 70 / 0.5);
}

.border-l-green-20\/60 {
    border-left-color: rgb(26 52 70 / 0.6);
}

.border-l-green-20\/70 {
    border-left-color: rgb(26 52 70 / 0.7);
}

.border-l-green-20\/75 {
    border-left-color: rgb(26 52 70 / 0.75);
}

.border-l-green-20\/80 {
    border-left-color: rgb(26 52 70 / 0.8);
}

.border-l-green-20\/90 {
    border-left-color: rgb(26 52 70 / 0.9);
}

.border-l-green-20\/95 {
    border-left-color: rgb(26 52 70 / 0.95);
}

.border-l-green-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-l-green-30\/0 {
    border-left-color: rgb(32 75 75 / 0);
}

.border-l-green-30\/10 {
    border-left-color: rgb(32 75 75 / 0.1);
}

.border-l-green-30\/100 {
    border-left-color: rgb(32 75 75 / 1);
}

.border-l-green-30\/20 {
    border-left-color: rgb(32 75 75 / 0.2);
}

.border-l-green-30\/25 {
    border-left-color: rgb(32 75 75 / 0.25);
}

.border-l-green-30\/30 {
    border-left-color: rgb(32 75 75 / 0.3);
}

.border-l-green-30\/40 {
    border-left-color: rgb(32 75 75 / 0.4);
}

.border-l-green-30\/5 {
    border-left-color: rgb(32 75 75 / 0.05);
}

.border-l-green-30\/50 {
    border-left-color: rgb(32 75 75 / 0.5);
}

.border-l-green-30\/60 {
    border-left-color: rgb(32 75 75 / 0.6);
}

.border-l-green-30\/70 {
    border-left-color: rgb(32 75 75 / 0.7);
}

.border-l-green-30\/75 {
    border-left-color: rgb(32 75 75 / 0.75);
}

.border-l-green-30\/80 {
    border-left-color: rgb(32 75 75 / 0.8);
}

.border-l-green-30\/90 {
    border-left-color: rgb(32 75 75 / 0.9);
}

.border-l-green-30\/95 {
    border-left-color: rgb(32 75 75 / 0.95);
}

.border-l-green-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-l-green-50\/0 {
    border-left-color: rgb(44 121 83 / 0);
}

.border-l-green-50\/10 {
    border-left-color: rgb(44 121 83 / 0.1);
}

.border-l-green-50\/100 {
    border-left-color: rgb(44 121 83 / 1);
}

.border-l-green-50\/20 {
    border-left-color: rgb(44 121 83 / 0.2);
}

.border-l-green-50\/25 {
    border-left-color: rgb(44 121 83 / 0.25);
}

.border-l-green-50\/30 {
    border-left-color: rgb(44 121 83 / 0.3);
}

.border-l-green-50\/40 {
    border-left-color: rgb(44 121 83 / 0.4);
}

.border-l-green-50\/5 {
    border-left-color: rgb(44 121 83 / 0.05);
}

.border-l-green-50\/50 {
    border-left-color: rgb(44 121 83 / 0.5);
}

.border-l-green-50\/60 {
    border-left-color: rgb(44 121 83 / 0.6);
}

.border-l-green-50\/70 {
    border-left-color: rgb(44 121 83 / 0.7);
}

.border-l-green-50\/75 {
    border-left-color: rgb(44 121 83 / 0.75);
}

.border-l-green-50\/80 {
    border-left-color: rgb(44 121 83 / 0.8);
}

.border-l-green-50\/90 {
    border-left-color: rgb(44 121 83 / 0.9);
}

.border-l-green-50\/95 {
    border-left-color: rgb(44 121 83 / 0.95);
}

.border-l-green-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-l-green-70\/0 {
    border-left-color: rgb(57 168 91 / 0);
}

.border-l-green-70\/10 {
    border-left-color: rgb(57 168 91 / 0.1);
}

.border-l-green-70\/100 {
    border-left-color: rgb(57 168 91 / 1);
}

.border-l-green-70\/20 {
    border-left-color: rgb(57 168 91 / 0.2);
}

.border-l-green-70\/25 {
    border-left-color: rgb(57 168 91 / 0.25);
}

.border-l-green-70\/30 {
    border-left-color: rgb(57 168 91 / 0.3);
}

.border-l-green-70\/40 {
    border-left-color: rgb(57 168 91 / 0.4);
}

.border-l-green-70\/5 {
    border-left-color: rgb(57 168 91 / 0.05);
}

.border-l-green-70\/50 {
    border-left-color: rgb(57 168 91 / 0.5);
}

.border-l-green-70\/60 {
    border-left-color: rgb(57 168 91 / 0.6);
}

.border-l-green-70\/70 {
    border-left-color: rgb(57 168 91 / 0.7);
}

.border-l-green-70\/75 {
    border-left-color: rgb(57 168 91 / 0.75);
}

.border-l-green-70\/80 {
    border-left-color: rgb(57 168 91 / 0.8);
}

.border-l-green-70\/90 {
    border-left-color: rgb(57 168 91 / 0.9);
}

.border-l-green-70\/95 {
    border-left-color: rgb(57 168 91 / 0.95);
}

.border-l-purple-10 {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-l-purple-10\/0 {
    border-left-color: rgb(26 8 70 / 0);
}

.border-l-purple-10\/10 {
    border-left-color: rgb(26 8 70 / 0.1);
}

.border-l-purple-10\/100 {
    border-left-color: rgb(26 8 70 / 1);
}

.border-l-purple-10\/20 {
    border-left-color: rgb(26 8 70 / 0.2);
}

.border-l-purple-10\/25 {
    border-left-color: rgb(26 8 70 / 0.25);
}

.border-l-purple-10\/30 {
    border-left-color: rgb(26 8 70 / 0.3);
}

.border-l-purple-10\/40 {
    border-left-color: rgb(26 8 70 / 0.4);
}

.border-l-purple-10\/5 {
    border-left-color: rgb(26 8 70 / 0.05);
}

.border-l-purple-10\/50 {
    border-left-color: rgb(26 8 70 / 0.5);
}

.border-l-purple-10\/60 {
    border-left-color: rgb(26 8 70 / 0.6);
}

.border-l-purple-10\/70 {
    border-left-color: rgb(26 8 70 / 0.7);
}

.border-l-purple-10\/75 {
    border-left-color: rgb(26 8 70 / 0.75);
}

.border-l-purple-10\/80 {
    border-left-color: rgb(26 8 70 / 0.8);
}

.border-l-purple-10\/90 {
    border-left-color: rgb(26 8 70 / 0.9);
}

.border-l-purple-10\/95 {
    border-left-color: rgb(26 8 70 / 0.95);
}

.border-l-purple-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-l-purple-100\/0 {
    border-left-color: rgb(125 41 145 / 0);
}

.border-l-purple-100\/10 {
    border-left-color: rgb(125 41 145 / 0.1);
}

.border-l-purple-100\/100 {
    border-left-color: rgb(125 41 145 / 1);
}

.border-l-purple-100\/20 {
    border-left-color: rgb(125 41 145 / 0.2);
}

.border-l-purple-100\/25 {
    border-left-color: rgb(125 41 145 / 0.25);
}

.border-l-purple-100\/30 {
    border-left-color: rgb(125 41 145 / 0.3);
}

.border-l-purple-100\/40 {
    border-left-color: rgb(125 41 145 / 0.4);
}

.border-l-purple-100\/5 {
    border-left-color: rgb(125 41 145 / 0.05);
}

.border-l-purple-100\/50 {
    border-left-color: rgb(125 41 145 / 0.5);
}

.border-l-purple-100\/60 {
    border-left-color: rgb(125 41 145 / 0.6);
}

.border-l-purple-100\/70 {
    border-left-color: rgb(125 41 145 / 0.7);
}

.border-l-purple-100\/75 {
    border-left-color: rgb(125 41 145 / 0.75);
}

.border-l-purple-100\/80 {
    border-left-color: rgb(125 41 145 / 0.8);
}

.border-l-purple-100\/90 {
    border-left-color: rgb(125 41 145 / 0.9);
}

.border-l-purple-100\/95 {
    border-left-color: rgb(125 41 145 / 0.95);
}

.border-l-purple-20 {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-l-purple-20\/0 {
    border-left-color: rgb(40 12 78 / 0);
}

.border-l-purple-20\/10 {
    border-left-color: rgb(40 12 78 / 0.1);
}

.border-l-purple-20\/100 {
    border-left-color: rgb(40 12 78 / 1);
}

.border-l-purple-20\/20 {
    border-left-color: rgb(40 12 78 / 0.2);
}

.border-l-purple-20\/25 {
    border-left-color: rgb(40 12 78 / 0.25);
}

.border-l-purple-20\/30 {
    border-left-color: rgb(40 12 78 / 0.3);
}

.border-l-purple-20\/40 {
    border-left-color: rgb(40 12 78 / 0.4);
}

.border-l-purple-20\/5 {
    border-left-color: rgb(40 12 78 / 0.05);
}

.border-l-purple-20\/50 {
    border-left-color: rgb(40 12 78 / 0.5);
}

.border-l-purple-20\/60 {
    border-left-color: rgb(40 12 78 / 0.6);
}

.border-l-purple-20\/70 {
    border-left-color: rgb(40 12 78 / 0.7);
}

.border-l-purple-20\/75 {
    border-left-color: rgb(40 12 78 / 0.75);
}

.border-l-purple-20\/80 {
    border-left-color: rgb(40 12 78 / 0.8);
}

.border-l-purple-20\/90 {
    border-left-color: rgb(40 12 78 / 0.9);
}

.border-l-purple-20\/95 {
    border-left-color: rgb(40 12 78 / 0.95);
}

.border-l-purple-30 {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-l-purple-30\/0 {
    border-left-color: rgb(53 15 86 / 0);
}

.border-l-purple-30\/10 {
    border-left-color: rgb(53 15 86 / 0.1);
}

.border-l-purple-30\/100 {
    border-left-color: rgb(53 15 86 / 1);
}

.border-l-purple-30\/20 {
    border-left-color: rgb(53 15 86 / 0.2);
}

.border-l-purple-30\/25 {
    border-left-color: rgb(53 15 86 / 0.25);
}

.border-l-purple-30\/30 {
    border-left-color: rgb(53 15 86 / 0.3);
}

.border-l-purple-30\/40 {
    border-left-color: rgb(53 15 86 / 0.4);
}

.border-l-purple-30\/5 {
    border-left-color: rgb(53 15 86 / 0.05);
}

.border-l-purple-30\/50 {
    border-left-color: rgb(53 15 86 / 0.5);
}

.border-l-purple-30\/60 {
    border-left-color: rgb(53 15 86 / 0.6);
}

.border-l-purple-30\/70 {
    border-left-color: rgb(53 15 86 / 0.7);
}

.border-l-purple-30\/75 {
    border-left-color: rgb(53 15 86 / 0.75);
}

.border-l-purple-30\/80 {
    border-left-color: rgb(53 15 86 / 0.8);
}

.border-l-purple-30\/90 {
    border-left-color: rgb(53 15 86 / 0.9);
}

.border-l-purple-30\/95 {
    border-left-color: rgb(53 15 86 / 0.95);
}

.border-l-purple-50 {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-l-purple-50\/0 {
    border-left-color: rgb(79 22 102 / 0);
}

.border-l-purple-50\/10 {
    border-left-color: rgb(79 22 102 / 0.1);
}

.border-l-purple-50\/100 {
    border-left-color: rgb(79 22 102 / 1);
}

.border-l-purple-50\/20 {
    border-left-color: rgb(79 22 102 / 0.2);
}

.border-l-purple-50\/25 {
    border-left-color: rgb(79 22 102 / 0.25);
}

.border-l-purple-50\/30 {
    border-left-color: rgb(79 22 102 / 0.3);
}

.border-l-purple-50\/40 {
    border-left-color: rgb(79 22 102 / 0.4);
}

.border-l-purple-50\/5 {
    border-left-color: rgb(79 22 102 / 0.05);
}

.border-l-purple-50\/50 {
    border-left-color: rgb(79 22 102 / 0.5);
}

.border-l-purple-50\/60 {
    border-left-color: rgb(79 22 102 / 0.6);
}

.border-l-purple-50\/70 {
    border-left-color: rgb(79 22 102 / 0.7);
}

.border-l-purple-50\/75 {
    border-left-color: rgb(79 22 102 / 0.75);
}

.border-l-purple-50\/80 {
    border-left-color: rgb(79 22 102 / 0.8);
}

.border-l-purple-50\/90 {
    border-left-color: rgb(79 22 102 / 0.9);
}

.border-l-purple-50\/95 {
    border-left-color: rgb(79 22 102 / 0.95);
}

.border-l-purple-70 {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-l-purple-70\/0 {
    border-left-color: rgb(106 29 119 / 0);
}

.border-l-purple-70\/10 {
    border-left-color: rgb(106 29 119 / 0.1);
}

.border-l-purple-70\/100 {
    border-left-color: rgb(106 29 119 / 1);
}

.border-l-purple-70\/20 {
    border-left-color: rgb(106 29 119 / 0.2);
}

.border-l-purple-70\/25 {
    border-left-color: rgb(106 29 119 / 0.25);
}

.border-l-purple-70\/30 {
    border-left-color: rgb(106 29 119 / 0.3);
}

.border-l-purple-70\/40 {
    border-left-color: rgb(106 29 119 / 0.4);
}

.border-l-purple-70\/5 {
    border-left-color: rgb(106 29 119 / 0.05);
}

.border-l-purple-70\/50 {
    border-left-color: rgb(106 29 119 / 0.5);
}

.border-l-purple-70\/60 {
    border-left-color: rgb(106 29 119 / 0.6);
}

.border-l-purple-70\/70 {
    border-left-color: rgb(106 29 119 / 0.7);
}

.border-l-purple-70\/75 {
    border-left-color: rgb(106 29 119 / 0.75);
}

.border-l-purple-70\/80 {
    border-left-color: rgb(106 29 119 / 0.8);
}

.border-l-purple-70\/90 {
    border-left-color: rgb(106 29 119 / 0.9);
}

.border-l-purple-70\/95 {
    border-left-color: rgb(106 29 119 / 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\/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\/40 {
    border-left-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-left-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-l-utility-error\/0 {
    border-left-color: rgb(220 33 33 / 0);
}

.border-l-utility-error\/10 {
    border-left-color: rgb(220 33 33 / 0.1);
}

.border-l-utility-error\/100 {
    border-left-color: rgb(220 33 33 / 1);
}

.border-l-utility-error\/20 {
    border-left-color: rgb(220 33 33 / 0.2);
}

.border-l-utility-error\/25 {
    border-left-color: rgb(220 33 33 / 0.25);
}

.border-l-utility-error\/30 {
    border-left-color: rgb(220 33 33 / 0.3);
}

.border-l-utility-error\/40 {
    border-left-color: rgb(220 33 33 / 0.4);
}

.border-l-utility-error\/5 {
    border-left-color: rgb(220 33 33 / 0.05);
}

.border-l-utility-error\/50 {
    border-left-color: rgb(220 33 33 / 0.5);
}

.border-l-utility-error\/60 {
    border-left-color: rgb(220 33 33 / 0.6);
}

.border-l-utility-error\/70 {
    border-left-color: rgb(220 33 33 / 0.7);
}

.border-l-utility-error\/75 {
    border-left-color: rgb(220 33 33 / 0.75);
}

.border-l-utility-error\/80 {
    border-left-color: rgb(220 33 33 / 0.8);
}

.border-l-utility-error\/90 {
    border-left-color: rgb(220 33 33 / 0.9);
}

.border-l-utility-error\/95 {
    border-left-color: rgb(220 33 33 / 0.95);
}

.border-l-utility-info {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-l-utility-info\/0 {
    border-left-color: rgb(191 219 254 / 0);
}

.border-l-utility-info\/10 {
    border-left-color: rgb(191 219 254 / 0.1);
}

.border-l-utility-info\/100 {
    border-left-color: rgb(191 219 254 / 1);
}

.border-l-utility-info\/20 {
    border-left-color: rgb(191 219 254 / 0.2);
}

.border-l-utility-info\/25 {
    border-left-color: rgb(191 219 254 / 0.25);
}

.border-l-utility-info\/30 {
    border-left-color: rgb(191 219 254 / 0.3);
}

.border-l-utility-info\/40 {
    border-left-color: rgb(191 219 254 / 0.4);
}

.border-l-utility-info\/5 {
    border-left-color: rgb(191 219 254 / 0.05);
}

.border-l-utility-info\/50 {
    border-left-color: rgb(191 219 254 / 0.5);
}

.border-l-utility-info\/60 {
    border-left-color: rgb(191 219 254 / 0.6);
}

.border-l-utility-info\/70 {
    border-left-color: rgb(191 219 254 / 0.7);
}

.border-l-utility-info\/75 {
    border-left-color: rgb(191 219 254 / 0.75);
}

.border-l-utility-info\/80 {
    border-left-color: rgb(191 219 254 / 0.8);
}

.border-l-utility-info\/90 {
    border-left-color: rgb(191 219 254 / 0.9);
}

.border-l-utility-info\/95 {
    border-left-color: rgb(191 219 254 / 0.95);
}

.border-l-utility-success {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-l-utility-success\/0 {
    border-left-color: rgb(92 204 23 / 0);
}

.border-l-utility-success\/10 {
    border-left-color: rgb(92 204 23 / 0.1);
}

.border-l-utility-success\/100 {
    border-left-color: rgb(92 204 23 / 1);
}

.border-l-utility-success\/20 {
    border-left-color: rgb(92 204 23 / 0.2);
}

.border-l-utility-success\/25 {
    border-left-color: rgb(92 204 23 / 0.25);
}

.border-l-utility-success\/30 {
    border-left-color: rgb(92 204 23 / 0.3);
}

.border-l-utility-success\/40 {
    border-left-color: rgb(92 204 23 / 0.4);
}

.border-l-utility-success\/5 {
    border-left-color: rgb(92 204 23 / 0.05);
}

.border-l-utility-success\/50 {
    border-left-color: rgb(92 204 23 / 0.5);
}

.border-l-utility-success\/60 {
    border-left-color: rgb(92 204 23 / 0.6);
}

.border-l-utility-success\/70 {
    border-left-color: rgb(92 204 23 / 0.7);
}

.border-l-utility-success\/75 {
    border-left-color: rgb(92 204 23 / 0.75);
}

.border-l-utility-success\/80 {
    border-left-color: rgb(92 204 23 / 0.8);
}

.border-l-utility-success\/90 {
    border-left-color: rgb(92 204 23 / 0.9);
}

.border-l-utility-success\/95 {
    border-left-color: rgb(92 204 23 / 0.95);
}

.border-l-utility-warning {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-l-utility-warning\/0 {
    border-left-color: rgb(219 170 110 / 0);
}

.border-l-utility-warning\/10 {
    border-left-color: rgb(219 170 110 / 0.1);
}

.border-l-utility-warning\/100 {
    border-left-color: rgb(219 170 110 / 1);
}

.border-l-utility-warning\/20 {
    border-left-color: rgb(219 170 110 / 0.2);
}

.border-l-utility-warning\/25 {
    border-left-color: rgb(219 170 110 / 0.25);
}

.border-l-utility-warning\/30 {
    border-left-color: rgb(219 170 110 / 0.3);
}

.border-l-utility-warning\/40 {
    border-left-color: rgb(219 170 110 / 0.4);
}

.border-l-utility-warning\/5 {
    border-left-color: rgb(219 170 110 / 0.05);
}

.border-l-utility-warning\/50 {
    border-left-color: rgb(219 170 110 / 0.5);
}

.border-l-utility-warning\/60 {
    border-left-color: rgb(219 170 110 / 0.6);
}

.border-l-utility-warning\/70 {
    border-left-color: rgb(219 170 110 / 0.7);
}

.border-l-utility-warning\/75 {
    border-left-color: rgb(219 170 110 / 0.75);
}

.border-l-utility-warning\/80 {
    border-left-color: rgb(219 170 110 / 0.8);
}

.border-l-utility-warning\/90 {
    border-left-color: rgb(219 170 110 / 0.9);
}

.border-l-utility-warning\/95 {
    border-left-color: rgb(219 170 110 / 0.95);
}

.border-l-very-dark-blue {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-l-very-dark-blue\/0 {
    border-left-color: rgb(4 4 47 / 0);
}

.border-l-very-dark-blue\/10 {
    border-left-color: rgb(4 4 47 / 0.1);
}

.border-l-very-dark-blue\/100 {
    border-left-color: rgb(4 4 47 / 1);
}

.border-l-very-dark-blue\/20 {
    border-left-color: rgb(4 4 47 / 0.2);
}

.border-l-very-dark-blue\/25 {
    border-left-color: rgb(4 4 47 / 0.25);
}

.border-l-very-dark-blue\/30 {
    border-left-color: rgb(4 4 47 / 0.3);
}

.border-l-very-dark-blue\/40 {
    border-left-color: rgb(4 4 47 / 0.4);
}

.border-l-very-dark-blue\/5 {
    border-left-color: rgb(4 4 47 / 0.05);
}

.border-l-very-dark-blue\/50 {
    border-left-color: rgb(4 4 47 / 0.5);
}

.border-l-very-dark-blue\/60 {
    border-left-color: rgb(4 4 47 / 0.6);
}

.border-l-very-dark-blue\/70 {
    border-left-color: rgb(4 4 47 / 0.7);
}

.border-l-very-dark-blue\/75 {
    border-left-color: rgb(4 4 47 / 0.75);
}

.border-l-very-dark-blue\/80 {
    border-left-color: rgb(4 4 47 / 0.8);
}

.border-l-very-dark-blue\/90 {
    border-left-color: rgb(4 4 47 / 0.9);
}

.border-l-very-dark-blue\/95 {
    border-left-color: rgb(4 4 47 / 0.95);
}

.border-r-accent-green-dark {
    --tw-border-opacity: 1;
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-r-accent-green-dark\/0 {
    border-right-color: rgb(42 172 110 / 0);
}

.border-r-accent-green-dark\/10 {
    border-right-color: rgb(42 172 110 / 0.1);
}

.border-r-accent-green-dark\/100 {
    border-right-color: rgb(42 172 110 / 1);
}

.border-r-accent-green-dark\/20 {
    border-right-color: rgb(42 172 110 / 0.2);
}

.border-r-accent-green-dark\/25 {
    border-right-color: rgb(42 172 110 / 0.25);
}

.border-r-accent-green-dark\/30 {
    border-right-color: rgb(42 172 110 / 0.3);
}

.border-r-accent-green-dark\/40 {
    border-right-color: rgb(42 172 110 / 0.4);
}

.border-r-accent-green-dark\/5 {
    border-right-color: rgb(42 172 110 / 0.05);
}

.border-r-accent-green-dark\/50 {
    border-right-color: rgb(42 172 110 / 0.5);
}

.border-r-accent-green-dark\/60 {
    border-right-color: rgb(42 172 110 / 0.6);
}

.border-r-accent-green-dark\/70 {
    border-right-color: rgb(42 172 110 / 0.7);
}

.border-r-accent-green-dark\/75 {
    border-right-color: rgb(42 172 110 / 0.75);
}

.border-r-accent-green-dark\/80 {
    border-right-color: rgb(42 172 110 / 0.8);
}

.border-r-accent-green-dark\/90 {
    border-right-color: rgb(42 172 110 / 0.9);
}

.border-r-accent-green-dark\/95 {
    border-right-color: rgb(42 172 110 / 0.95);
}

.border-r-accent-green-light {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-r-accent-green-light\/0 {
    border-right-color: rgb(90 226 75 / 0);
}

.border-r-accent-green-light\/10 {
    border-right-color: rgb(90 226 75 / 0.1);
}

.border-r-accent-green-light\/100 {
    border-right-color: rgb(90 226 75 / 1);
}

.border-r-accent-green-light\/20 {
    border-right-color: rgb(90 226 75 / 0.2);
}

.border-r-accent-green-light\/25 {
    border-right-color: rgb(90 226 75 / 0.25);
}

.border-r-accent-green-light\/30 {
    border-right-color: rgb(90 226 75 / 0.3);
}

.border-r-accent-green-light\/40 {
    border-right-color: rgb(90 226 75 / 0.4);
}

.border-r-accent-green-light\/5 {
    border-right-color: rgb(90 226 75 / 0.05);
}

.border-r-accent-green-light\/50 {
    border-right-color: rgb(90 226 75 / 0.5);
}

.border-r-accent-green-light\/60 {
    border-right-color: rgb(90 226 75 / 0.6);
}

.border-r-accent-green-light\/70 {
    border-right-color: rgb(90 226 75 / 0.7);
}

.border-r-accent-green-light\/75 {
    border-right-color: rgb(90 226 75 / 0.75);
}

.border-r-accent-green-light\/80 {
    border-right-color: rgb(90 226 75 / 0.8);
}

.border-r-accent-green-light\/90 {
    border-right-color: rgb(90 226 75 / 0.9);
}

.border-r-accent-green-light\/95 {
    border-right-color: rgb(90 226 75 / 0.95);
}

.border-r-accent-purple {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-r-accent-purple\/0 {
    border-right-color: rgb(192 69 221 / 0);
}

.border-r-accent-purple\/10 {
    border-right-color: rgb(192 69 221 / 0.1);
}

.border-r-accent-purple\/100 {
    border-right-color: rgb(192 69 221 / 1);
}

.border-r-accent-purple\/20 {
    border-right-color: rgb(192 69 221 / 0.2);
}

.border-r-accent-purple\/25 {
    border-right-color: rgb(192 69 221 / 0.25);
}

.border-r-accent-purple\/30 {
    border-right-color: rgb(192 69 221 / 0.3);
}

.border-r-accent-purple\/40 {
    border-right-color: rgb(192 69 221 / 0.4);
}

.border-r-accent-purple\/5 {
    border-right-color: rgb(192 69 221 / 0.05);
}

.border-r-accent-purple\/50 {
    border-right-color: rgb(192 69 221 / 0.5);
}

.border-r-accent-purple\/60 {
    border-right-color: rgb(192 69 221 / 0.6);
}

.border-r-accent-purple\/70 {
    border-right-color: rgb(192 69 221 / 0.7);
}

.border-r-accent-purple\/75 {
    border-right-color: rgb(192 69 221 / 0.75);
}

.border-r-accent-purple\/80 {
    border-right-color: rgb(192 69 221 / 0.8);
}

.border-r-accent-purple\/90 {
    border-right-color: rgb(192 69 221 / 0.9);
}

.border-r-accent-purple\/95 {
    border-right-color: rgb(192 69 221 / 0.95);
}

.border-r-current {
    border-right-color: currentColor;
}

.border-r-gray-10 {
    --tw-border-opacity: 1;
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-r-gray-10\/0 {
    border-right-color: rgb(36 30 81 / 0);
}

.border-r-gray-10\/10 {
    border-right-color: rgb(36 30 81 / 0.1);
}

.border-r-gray-10\/100 {
    border-right-color: rgb(36 30 81 / 1);
}

.border-r-gray-10\/20 {
    border-right-color: rgb(36 30 81 / 0.2);
}

.border-r-gray-10\/25 {
    border-right-color: rgb(36 30 81 / 0.25);
}

.border-r-gray-10\/30 {
    border-right-color: rgb(36 30 81 / 0.3);
}

.border-r-gray-10\/40 {
    border-right-color: rgb(36 30 81 / 0.4);
}

.border-r-gray-10\/5 {
    border-right-color: rgb(36 30 81 / 0.05);
}

.border-r-gray-10\/50 {
    border-right-color: rgb(36 30 81 / 0.5);
}

.border-r-gray-10\/60 {
    border-right-color: rgb(36 30 81 / 0.6);
}

.border-r-gray-10\/70 {
    border-right-color: rgb(36 30 81 / 0.7);
}

.border-r-gray-10\/75 {
    border-right-color: rgb(36 30 81 / 0.75);
}

.border-r-gray-10\/80 {
    border-right-color: rgb(36 30 81 / 0.8);
}

.border-r-gray-10\/90 {
    border-right-color: rgb(36 30 81 / 0.9);
}

.border-r-gray-10\/95 {
    border-right-color: rgb(36 30 81 / 0.95);
}

.border-r-gray-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-r-gray-100\/0 {
    border-right-color: rgb(248 251 249 / 0);
}

.border-r-gray-100\/10 {
    border-right-color: rgb(248 251 249 / 0.1);
}

.border-r-gray-100\/100 {
    border-right-color: rgb(248 251 249 / 1);
}

.border-r-gray-100\/20 {
    border-right-color: rgb(248 251 249 / 0.2);
}

.border-r-gray-100\/25 {
    border-right-color: rgb(248 251 249 / 0.25);
}

.border-r-gray-100\/30 {
    border-right-color: rgb(248 251 249 / 0.3);
}

.border-r-gray-100\/40 {
    border-right-color: rgb(248 251 249 / 0.4);
}

.border-r-gray-100\/5 {
    border-right-color: rgb(248 251 249 / 0.05);
}

.border-r-gray-100\/50 {
    border-right-color: rgb(248 251 249 / 0.5);
}

.border-r-gray-100\/60 {
    border-right-color: rgb(248 251 249 / 0.6);
}

.border-r-gray-100\/70 {
    border-right-color: rgb(248 251 249 / 0.7);
}

.border-r-gray-100\/75 {
    border-right-color: rgb(248 251 249 / 0.75);
}

.border-r-gray-100\/80 {
    border-right-color: rgb(248 251 249 / 0.8);
}

.border-r-gray-100\/90 {
    border-right-color: rgb(248 251 249 / 0.9);
}

.border-r-gray-100\/95 {
    border-right-color: rgb(248 251 249 / 0.95);
}

.border-r-gray-20 {
    --tw-border-opacity: 1;
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-r-gray-20\/0 {
    border-right-color: rgb(60 54 99 / 0);
}

.border-r-gray-20\/10 {
    border-right-color: rgb(60 54 99 / 0.1);
}

.border-r-gray-20\/100 {
    border-right-color: rgb(60 54 99 / 1);
}

.border-r-gray-20\/20 {
    border-right-color: rgb(60 54 99 / 0.2);
}

.border-r-gray-20\/25 {
    border-right-color: rgb(60 54 99 / 0.25);
}

.border-r-gray-20\/30 {
    border-right-color: rgb(60 54 99 / 0.3);
}

.border-r-gray-20\/40 {
    border-right-color: rgb(60 54 99 / 0.4);
}

.border-r-gray-20\/5 {
    border-right-color: rgb(60 54 99 / 0.05);
}

.border-r-gray-20\/50 {
    border-right-color: rgb(60 54 99 / 0.5);
}

.border-r-gray-20\/60 {
    border-right-color: rgb(60 54 99 / 0.6);
}

.border-r-gray-20\/70 {
    border-right-color: rgb(60 54 99 / 0.7);
}

.border-r-gray-20\/75 {
    border-right-color: rgb(60 54 99 / 0.75);
}

.border-r-gray-20\/80 {
    border-right-color: rgb(60 54 99 / 0.8);
}

.border-r-gray-20\/90 {
    border-right-color: rgb(60 54 99 / 0.9);
}

.border-r-gray-20\/95 {
    border-right-color: rgb(60 54 99 / 0.95);
}

.border-r-gray-30 {
    --tw-border-opacity: 1;
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-r-gray-30\/0 {
    border-right-color: rgb(83 79 118 / 0);
}

.border-r-gray-30\/10 {
    border-right-color: rgb(83 79 118 / 0.1);
}

.border-r-gray-30\/100 {
    border-right-color: rgb(83 79 118 / 1);
}

.border-r-gray-30\/20 {
    border-right-color: rgb(83 79 118 / 0.2);
}

.border-r-gray-30\/25 {
    border-right-color: rgb(83 79 118 / 0.25);
}

.border-r-gray-30\/30 {
    border-right-color: rgb(83 79 118 / 0.3);
}

.border-r-gray-30\/40 {
    border-right-color: rgb(83 79 118 / 0.4);
}

.border-r-gray-30\/5 {
    border-right-color: rgb(83 79 118 / 0.05);
}

.border-r-gray-30\/50 {
    border-right-color: rgb(83 79 118 / 0.5);
}

.border-r-gray-30\/60 {
    border-right-color: rgb(83 79 118 / 0.6);
}

.border-r-gray-30\/70 {
    border-right-color: rgb(83 79 118 / 0.7);
}

.border-r-gray-30\/75 {
    border-right-color: rgb(83 79 118 / 0.75);
}

.border-r-gray-30\/80 {
    border-right-color: rgb(83 79 118 / 0.8);
}

.border-r-gray-30\/90 {
    border-right-color: rgb(83 79 118 / 0.9);
}

.border-r-gray-30\/95 {
    border-right-color: rgb(83 79 118 / 0.95);
}

.border-r-gray-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-r-gray-50\/0 {
    border-right-color: rgb(130 128 155 / 0);
}

.border-r-gray-50\/10 {
    border-right-color: rgb(130 128 155 / 0.1);
}

.border-r-gray-50\/100 {
    border-right-color: rgb(130 128 155 / 1);
}

.border-r-gray-50\/20 {
    border-right-color: rgb(130 128 155 / 0.2);
}

.border-r-gray-50\/25 {
    border-right-color: rgb(130 128 155 / 0.25);
}

.border-r-gray-50\/30 {
    border-right-color: rgb(130 128 155 / 0.3);
}

.border-r-gray-50\/40 {
    border-right-color: rgb(130 128 155 / 0.4);
}

.border-r-gray-50\/5 {
    border-right-color: rgb(130 128 155 / 0.05);
}

.border-r-gray-50\/50 {
    border-right-color: rgb(130 128 155 / 0.5);
}

.border-r-gray-50\/60 {
    border-right-color: rgb(130 128 155 / 0.6);
}

.border-r-gray-50\/70 {
    border-right-color: rgb(130 128 155 / 0.7);
}

.border-r-gray-50\/75 {
    border-right-color: rgb(130 128 155 / 0.75);
}

.border-r-gray-50\/80 {
    border-right-color: rgb(130 128 155 / 0.8);
}

.border-r-gray-50\/90 {
    border-right-color: rgb(130 128 155 / 0.9);
}

.border-r-gray-50\/95 {
    border-right-color: rgb(130 128 155 / 0.95);
}

.border-r-gray-70 {
    --tw-border-opacity: 1;
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-r-gray-70\/0 {
    border-right-color: rgb(177 177 193 / 0);
}

.border-r-gray-70\/10 {
    border-right-color: rgb(177 177 193 / 0.1);
}

.border-r-gray-70\/100 {
    border-right-color: rgb(177 177 193 / 1);
}

.border-r-gray-70\/20 {
    border-right-color: rgb(177 177 193 / 0.2);
}

.border-r-gray-70\/25 {
    border-right-color: rgb(177 177 193 / 0.25);
}

.border-r-gray-70\/30 {
    border-right-color: rgb(177 177 193 / 0.3);
}

.border-r-gray-70\/40 {
    border-right-color: rgb(177 177 193 / 0.4);
}

.border-r-gray-70\/5 {
    border-right-color: rgb(177 177 193 / 0.05);
}

.border-r-gray-70\/50 {
    border-right-color: rgb(177 177 193 / 0.5);
}

.border-r-gray-70\/60 {
    border-right-color: rgb(177 177 193 / 0.6);
}

.border-r-gray-70\/70 {
    border-right-color: rgb(177 177 193 / 0.7);
}

.border-r-gray-70\/75 {
    border-right-color: rgb(177 177 193 / 0.75);
}

.border-r-gray-70\/80 {
    border-right-color: rgb(177 177 193 / 0.8);
}

.border-r-gray-70\/90 {
    border-right-color: rgb(177 177 193 / 0.9);
}

.border-r-gray-70\/95 {
    border-right-color: rgb(177 177 193 / 0.95);
}

.border-r-green-10 {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-r-green-10\/0 {
    border-right-color: rgb(19 28 66 / 0);
}

.border-r-green-10\/10 {
    border-right-color: rgb(19 28 66 / 0.1);
}

.border-r-green-10\/100 {
    border-right-color: rgb(19 28 66 / 1);
}

.border-r-green-10\/20 {
    border-right-color: rgb(19 28 66 / 0.2);
}

.border-r-green-10\/25 {
    border-right-color: rgb(19 28 66 / 0.25);
}

.border-r-green-10\/30 {
    border-right-color: rgb(19 28 66 / 0.3);
}

.border-r-green-10\/40 {
    border-right-color: rgb(19 28 66 / 0.4);
}

.border-r-green-10\/5 {
    border-right-color: rgb(19 28 66 / 0.05);
}

.border-r-green-10\/50 {
    border-right-color: rgb(19 28 66 / 0.5);
}

.border-r-green-10\/60 {
    border-right-color: rgb(19 28 66 / 0.6);
}

.border-r-green-10\/70 {
    border-right-color: rgb(19 28 66 / 0.7);
}

.border-r-green-10\/75 {
    border-right-color: rgb(19 28 66 / 0.75);
}

.border-r-green-10\/80 {
    border-right-color: rgb(19 28 66 / 0.8);
}

.border-r-green-10\/90 {
    border-right-color: rgb(19 28 66 / 0.9);
}

.border-r-green-10\/95 {
    border-right-color: rgb(19 28 66 / 0.95);
}

.border-r-green-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-r-green-100\/0 {
    border-right-color: rgb(90 226 75 / 0);
}

.border-r-green-100\/10 {
    border-right-color: rgb(90 226 75 / 0.1);
}

.border-r-green-100\/100 {
    border-right-color: rgb(90 226 75 / 1);
}

.border-r-green-100\/20 {
    border-right-color: rgb(90 226 75 / 0.2);
}

.border-r-green-100\/25 {
    border-right-color: rgb(90 226 75 / 0.25);
}

.border-r-green-100\/30 {
    border-right-color: rgb(90 226 75 / 0.3);
}

.border-r-green-100\/40 {
    border-right-color: rgb(90 226 75 / 0.4);
}

.border-r-green-100\/5 {
    border-right-color: rgb(90 226 75 / 0.05);
}

.border-r-green-100\/50 {
    border-right-color: rgb(90 226 75 / 0.5);
}

.border-r-green-100\/60 {
    border-right-color: rgb(90 226 75 / 0.6);
}

.border-r-green-100\/70 {
    border-right-color: rgb(90 226 75 / 0.7);
}

.border-r-green-100\/75 {
    border-right-color: rgb(90 226 75 / 0.75);
}

.border-r-green-100\/80 {
    border-right-color: rgb(90 226 75 / 0.8);
}

.border-r-green-100\/90 {
    border-right-color: rgb(90 226 75 / 0.9);
}

.border-r-green-100\/95 {
    border-right-color: rgb(90 226 75 / 0.95);
}

.border-r-green-20 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-r-green-20\/0 {
    border-right-color: rgb(26 52 70 / 0);
}

.border-r-green-20\/10 {
    border-right-color: rgb(26 52 70 / 0.1);
}

.border-r-green-20\/100 {
    border-right-color: rgb(26 52 70 / 1);
}

.border-r-green-20\/20 {
    border-right-color: rgb(26 52 70 / 0.2);
}

.border-r-green-20\/25 {
    border-right-color: rgb(26 52 70 / 0.25);
}

.border-r-green-20\/30 {
    border-right-color: rgb(26 52 70 / 0.3);
}

.border-r-green-20\/40 {
    border-right-color: rgb(26 52 70 / 0.4);
}

.border-r-green-20\/5 {
    border-right-color: rgb(26 52 70 / 0.05);
}

.border-r-green-20\/50 {
    border-right-color: rgb(26 52 70 / 0.5);
}

.border-r-green-20\/60 {
    border-right-color: rgb(26 52 70 / 0.6);
}

.border-r-green-20\/70 {
    border-right-color: rgb(26 52 70 / 0.7);
}

.border-r-green-20\/75 {
    border-right-color: rgb(26 52 70 / 0.75);
}

.border-r-green-20\/80 {
    border-right-color: rgb(26 52 70 / 0.8);
}

.border-r-green-20\/90 {
    border-right-color: rgb(26 52 70 / 0.9);
}

.border-r-green-20\/95 {
    border-right-color: rgb(26 52 70 / 0.95);
}

.border-r-green-30 {
    --tw-border-opacity: 1;
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-r-green-30\/0 {
    border-right-color: rgb(32 75 75 / 0);
}

.border-r-green-30\/10 {
    border-right-color: rgb(32 75 75 / 0.1);
}

.border-r-green-30\/100 {
    border-right-color: rgb(32 75 75 / 1);
}

.border-r-green-30\/20 {
    border-right-color: rgb(32 75 75 / 0.2);
}

.border-r-green-30\/25 {
    border-right-color: rgb(32 75 75 / 0.25);
}

.border-r-green-30\/30 {
    border-right-color: rgb(32 75 75 / 0.3);
}

.border-r-green-30\/40 {
    border-right-color: rgb(32 75 75 / 0.4);
}

.border-r-green-30\/5 {
    border-right-color: rgb(32 75 75 / 0.05);
}

.border-r-green-30\/50 {
    border-right-color: rgb(32 75 75 / 0.5);
}

.border-r-green-30\/60 {
    border-right-color: rgb(32 75 75 / 0.6);
}

.border-r-green-30\/70 {
    border-right-color: rgb(32 75 75 / 0.7);
}

.border-r-green-30\/75 {
    border-right-color: rgb(32 75 75 / 0.75);
}

.border-r-green-30\/80 {
    border-right-color: rgb(32 75 75 / 0.8);
}

.border-r-green-30\/90 {
    border-right-color: rgb(32 75 75 / 0.9);
}

.border-r-green-30\/95 {
    border-right-color: rgb(32 75 75 / 0.95);
}

.border-r-green-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-r-green-50\/0 {
    border-right-color: rgb(44 121 83 / 0);
}

.border-r-green-50\/10 {
    border-right-color: rgb(44 121 83 / 0.1);
}

.border-r-green-50\/100 {
    border-right-color: rgb(44 121 83 / 1);
}

.border-r-green-50\/20 {
    border-right-color: rgb(44 121 83 / 0.2);
}

.border-r-green-50\/25 {
    border-right-color: rgb(44 121 83 / 0.25);
}

.border-r-green-50\/30 {
    border-right-color: rgb(44 121 83 / 0.3);
}

.border-r-green-50\/40 {
    border-right-color: rgb(44 121 83 / 0.4);
}

.border-r-green-50\/5 {
    border-right-color: rgb(44 121 83 / 0.05);
}

.border-r-green-50\/50 {
    border-right-color: rgb(44 121 83 / 0.5);
}

.border-r-green-50\/60 {
    border-right-color: rgb(44 121 83 / 0.6);
}

.border-r-green-50\/70 {
    border-right-color: rgb(44 121 83 / 0.7);
}

.border-r-green-50\/75 {
    border-right-color: rgb(44 121 83 / 0.75);
}

.border-r-green-50\/80 {
    border-right-color: rgb(44 121 83 / 0.8);
}

.border-r-green-50\/90 {
    border-right-color: rgb(44 121 83 / 0.9);
}

.border-r-green-50\/95 {
    border-right-color: rgb(44 121 83 / 0.95);
}

.border-r-green-70 {
    --tw-border-opacity: 1;
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-r-green-70\/0 {
    border-right-color: rgb(57 168 91 / 0);
}

.border-r-green-70\/10 {
    border-right-color: rgb(57 168 91 / 0.1);
}

.border-r-green-70\/100 {
    border-right-color: rgb(57 168 91 / 1);
}

.border-r-green-70\/20 {
    border-right-color: rgb(57 168 91 / 0.2);
}

.border-r-green-70\/25 {
    border-right-color: rgb(57 168 91 / 0.25);
}

.border-r-green-70\/30 {
    border-right-color: rgb(57 168 91 / 0.3);
}

.border-r-green-70\/40 {
    border-right-color: rgb(57 168 91 / 0.4);
}

.border-r-green-70\/5 {
    border-right-color: rgb(57 168 91 / 0.05);
}

.border-r-green-70\/50 {
    border-right-color: rgb(57 168 91 / 0.5);
}

.border-r-green-70\/60 {
    border-right-color: rgb(57 168 91 / 0.6);
}

.border-r-green-70\/70 {
    border-right-color: rgb(57 168 91 / 0.7);
}

.border-r-green-70\/75 {
    border-right-color: rgb(57 168 91 / 0.75);
}

.border-r-green-70\/80 {
    border-right-color: rgb(57 168 91 / 0.8);
}

.border-r-green-70\/90 {
    border-right-color: rgb(57 168 91 / 0.9);
}

.border-r-green-70\/95 {
    border-right-color: rgb(57 168 91 / 0.95);
}

.border-r-purple-10 {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-r-purple-10\/0 {
    border-right-color: rgb(26 8 70 / 0);
}

.border-r-purple-10\/10 {
    border-right-color: rgb(26 8 70 / 0.1);
}

.border-r-purple-10\/100 {
    border-right-color: rgb(26 8 70 / 1);
}

.border-r-purple-10\/20 {
    border-right-color: rgb(26 8 70 / 0.2);
}

.border-r-purple-10\/25 {
    border-right-color: rgb(26 8 70 / 0.25);
}

.border-r-purple-10\/30 {
    border-right-color: rgb(26 8 70 / 0.3);
}

.border-r-purple-10\/40 {
    border-right-color: rgb(26 8 70 / 0.4);
}

.border-r-purple-10\/5 {
    border-right-color: rgb(26 8 70 / 0.05);
}

.border-r-purple-10\/50 {
    border-right-color: rgb(26 8 70 / 0.5);
}

.border-r-purple-10\/60 {
    border-right-color: rgb(26 8 70 / 0.6);
}

.border-r-purple-10\/70 {
    border-right-color: rgb(26 8 70 / 0.7);
}

.border-r-purple-10\/75 {
    border-right-color: rgb(26 8 70 / 0.75);
}

.border-r-purple-10\/80 {
    border-right-color: rgb(26 8 70 / 0.8);
}

.border-r-purple-10\/90 {
    border-right-color: rgb(26 8 70 / 0.9);
}

.border-r-purple-10\/95 {
    border-right-color: rgb(26 8 70 / 0.95);
}

.border-r-purple-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-r-purple-100\/0 {
    border-right-color: rgb(125 41 145 / 0);
}

.border-r-purple-100\/10 {
    border-right-color: rgb(125 41 145 / 0.1);
}

.border-r-purple-100\/100 {
    border-right-color: rgb(125 41 145 / 1);
}

.border-r-purple-100\/20 {
    border-right-color: rgb(125 41 145 / 0.2);
}

.border-r-purple-100\/25 {
    border-right-color: rgb(125 41 145 / 0.25);
}

.border-r-purple-100\/30 {
    border-right-color: rgb(125 41 145 / 0.3);
}

.border-r-purple-100\/40 {
    border-right-color: rgb(125 41 145 / 0.4);
}

.border-r-purple-100\/5 {
    border-right-color: rgb(125 41 145 / 0.05);
}

.border-r-purple-100\/50 {
    border-right-color: rgb(125 41 145 / 0.5);
}

.border-r-purple-100\/60 {
    border-right-color: rgb(125 41 145 / 0.6);
}

.border-r-purple-100\/70 {
    border-right-color: rgb(125 41 145 / 0.7);
}

.border-r-purple-100\/75 {
    border-right-color: rgb(125 41 145 / 0.75);
}

.border-r-purple-100\/80 {
    border-right-color: rgb(125 41 145 / 0.8);
}

.border-r-purple-100\/90 {
    border-right-color: rgb(125 41 145 / 0.9);
}

.border-r-purple-100\/95 {
    border-right-color: rgb(125 41 145 / 0.95);
}

.border-r-purple-20 {
    --tw-border-opacity: 1;
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-r-purple-20\/0 {
    border-right-color: rgb(40 12 78 / 0);
}

.border-r-purple-20\/10 {
    border-right-color: rgb(40 12 78 / 0.1);
}

.border-r-purple-20\/100 {
    border-right-color: rgb(40 12 78 / 1);
}

.border-r-purple-20\/20 {
    border-right-color: rgb(40 12 78 / 0.2);
}

.border-r-purple-20\/25 {
    border-right-color: rgb(40 12 78 / 0.25);
}

.border-r-purple-20\/30 {
    border-right-color: rgb(40 12 78 / 0.3);
}

.border-r-purple-20\/40 {
    border-right-color: rgb(40 12 78 / 0.4);
}

.border-r-purple-20\/5 {
    border-right-color: rgb(40 12 78 / 0.05);
}

.border-r-purple-20\/50 {
    border-right-color: rgb(40 12 78 / 0.5);
}

.border-r-purple-20\/60 {
    border-right-color: rgb(40 12 78 / 0.6);
}

.border-r-purple-20\/70 {
    border-right-color: rgb(40 12 78 / 0.7);
}

.border-r-purple-20\/75 {
    border-right-color: rgb(40 12 78 / 0.75);
}

.border-r-purple-20\/80 {
    border-right-color: rgb(40 12 78 / 0.8);
}

.border-r-purple-20\/90 {
    border-right-color: rgb(40 12 78 / 0.9);
}

.border-r-purple-20\/95 {
    border-right-color: rgb(40 12 78 / 0.95);
}

.border-r-purple-30 {
    --tw-border-opacity: 1;
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-r-purple-30\/0 {
    border-right-color: rgb(53 15 86 / 0);
}

.border-r-purple-30\/10 {
    border-right-color: rgb(53 15 86 / 0.1);
}

.border-r-purple-30\/100 {
    border-right-color: rgb(53 15 86 / 1);
}

.border-r-purple-30\/20 {
    border-right-color: rgb(53 15 86 / 0.2);
}

.border-r-purple-30\/25 {
    border-right-color: rgb(53 15 86 / 0.25);
}

.border-r-purple-30\/30 {
    border-right-color: rgb(53 15 86 / 0.3);
}

.border-r-purple-30\/40 {
    border-right-color: rgb(53 15 86 / 0.4);
}

.border-r-purple-30\/5 {
    border-right-color: rgb(53 15 86 / 0.05);
}

.border-r-purple-30\/50 {
    border-right-color: rgb(53 15 86 / 0.5);
}

.border-r-purple-30\/60 {
    border-right-color: rgb(53 15 86 / 0.6);
}

.border-r-purple-30\/70 {
    border-right-color: rgb(53 15 86 / 0.7);
}

.border-r-purple-30\/75 {
    border-right-color: rgb(53 15 86 / 0.75);
}

.border-r-purple-30\/80 {
    border-right-color: rgb(53 15 86 / 0.8);
}

.border-r-purple-30\/90 {
    border-right-color: rgb(53 15 86 / 0.9);
}

.border-r-purple-30\/95 {
    border-right-color: rgb(53 15 86 / 0.95);
}

.border-r-purple-50 {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-r-purple-50\/0 {
    border-right-color: rgb(79 22 102 / 0);
}

.border-r-purple-50\/10 {
    border-right-color: rgb(79 22 102 / 0.1);
}

.border-r-purple-50\/100 {
    border-right-color: rgb(79 22 102 / 1);
}

.border-r-purple-50\/20 {
    border-right-color: rgb(79 22 102 / 0.2);
}

.border-r-purple-50\/25 {
    border-right-color: rgb(79 22 102 / 0.25);
}

.border-r-purple-50\/30 {
    border-right-color: rgb(79 22 102 / 0.3);
}

.border-r-purple-50\/40 {
    border-right-color: rgb(79 22 102 / 0.4);
}

.border-r-purple-50\/5 {
    border-right-color: rgb(79 22 102 / 0.05);
}

.border-r-purple-50\/50 {
    border-right-color: rgb(79 22 102 / 0.5);
}

.border-r-purple-50\/60 {
    border-right-color: rgb(79 22 102 / 0.6);
}

.border-r-purple-50\/70 {
    border-right-color: rgb(79 22 102 / 0.7);
}

.border-r-purple-50\/75 {
    border-right-color: rgb(79 22 102 / 0.75);
}

.border-r-purple-50\/80 {
    border-right-color: rgb(79 22 102 / 0.8);
}

.border-r-purple-50\/90 {
    border-right-color: rgb(79 22 102 / 0.9);
}

.border-r-purple-50\/95 {
    border-right-color: rgb(79 22 102 / 0.95);
}

.border-r-purple-70 {
    --tw-border-opacity: 1;
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-r-purple-70\/0 {
    border-right-color: rgb(106 29 119 / 0);
}

.border-r-purple-70\/10 {
    border-right-color: rgb(106 29 119 / 0.1);
}

.border-r-purple-70\/100 {
    border-right-color: rgb(106 29 119 / 1);
}

.border-r-purple-70\/20 {
    border-right-color: rgb(106 29 119 / 0.2);
}

.border-r-purple-70\/25 {
    border-right-color: rgb(106 29 119 / 0.25);
}

.border-r-purple-70\/30 {
    border-right-color: rgb(106 29 119 / 0.3);
}

.border-r-purple-70\/40 {
    border-right-color: rgb(106 29 119 / 0.4);
}

.border-r-purple-70\/5 {
    border-right-color: rgb(106 29 119 / 0.05);
}

.border-r-purple-70\/50 {
    border-right-color: rgb(106 29 119 / 0.5);
}

.border-r-purple-70\/60 {
    border-right-color: rgb(106 29 119 / 0.6);
}

.border-r-purple-70\/70 {
    border-right-color: rgb(106 29 119 / 0.7);
}

.border-r-purple-70\/75 {
    border-right-color: rgb(106 29 119 / 0.75);
}

.border-r-purple-70\/80 {
    border-right-color: rgb(106 29 119 / 0.8);
}

.border-r-purple-70\/90 {
    border-right-color: rgb(106 29 119 / 0.9);
}

.border-r-purple-70\/95 {
    border-right-color: rgb(106 29 119 / 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\/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\/40 {
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-r-utility-error\/0 {
    border-right-color: rgb(220 33 33 / 0);
}

.border-r-utility-error\/10 {
    border-right-color: rgb(220 33 33 / 0.1);
}

.border-r-utility-error\/100 {
    border-right-color: rgb(220 33 33 / 1);
}

.border-r-utility-error\/20 {
    border-right-color: rgb(220 33 33 / 0.2);
}

.border-r-utility-error\/25 {
    border-right-color: rgb(220 33 33 / 0.25);
}

.border-r-utility-error\/30 {
    border-right-color: rgb(220 33 33 / 0.3);
}

.border-r-utility-error\/40 {
    border-right-color: rgb(220 33 33 / 0.4);
}

.border-r-utility-error\/5 {
    border-right-color: rgb(220 33 33 / 0.05);
}

.border-r-utility-error\/50 {
    border-right-color: rgb(220 33 33 / 0.5);
}

.border-r-utility-error\/60 {
    border-right-color: rgb(220 33 33 / 0.6);
}

.border-r-utility-error\/70 {
    border-right-color: rgb(220 33 33 / 0.7);
}

.border-r-utility-error\/75 {
    border-right-color: rgb(220 33 33 / 0.75);
}

.border-r-utility-error\/80 {
    border-right-color: rgb(220 33 33 / 0.8);
}

.border-r-utility-error\/90 {
    border-right-color: rgb(220 33 33 / 0.9);
}

.border-r-utility-error\/95 {
    border-right-color: rgb(220 33 33 / 0.95);
}

.border-r-utility-info {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-r-utility-info\/0 {
    border-right-color: rgb(191 219 254 / 0);
}

.border-r-utility-info\/10 {
    border-right-color: rgb(191 219 254 / 0.1);
}

.border-r-utility-info\/100 {
    border-right-color: rgb(191 219 254 / 1);
}

.border-r-utility-info\/20 {
    border-right-color: rgb(191 219 254 / 0.2);
}

.border-r-utility-info\/25 {
    border-right-color: rgb(191 219 254 / 0.25);
}

.border-r-utility-info\/30 {
    border-right-color: rgb(191 219 254 / 0.3);
}

.border-r-utility-info\/40 {
    border-right-color: rgb(191 219 254 / 0.4);
}

.border-r-utility-info\/5 {
    border-right-color: rgb(191 219 254 / 0.05);
}

.border-r-utility-info\/50 {
    border-right-color: rgb(191 219 254 / 0.5);
}

.border-r-utility-info\/60 {
    border-right-color: rgb(191 219 254 / 0.6);
}

.border-r-utility-info\/70 {
    border-right-color: rgb(191 219 254 / 0.7);
}

.border-r-utility-info\/75 {
    border-right-color: rgb(191 219 254 / 0.75);
}

.border-r-utility-info\/80 {
    border-right-color: rgb(191 219 254 / 0.8);
}

.border-r-utility-info\/90 {
    border-right-color: rgb(191 219 254 / 0.9);
}

.border-r-utility-info\/95 {
    border-right-color: rgb(191 219 254 / 0.95);
}

.border-r-utility-success {
    --tw-border-opacity: 1;
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-r-utility-success\/0 {
    border-right-color: rgb(92 204 23 / 0);
}

.border-r-utility-success\/10 {
    border-right-color: rgb(92 204 23 / 0.1);
}

.border-r-utility-success\/100 {
    border-right-color: rgb(92 204 23 / 1);
}

.border-r-utility-success\/20 {
    border-right-color: rgb(92 204 23 / 0.2);
}

.border-r-utility-success\/25 {
    border-right-color: rgb(92 204 23 / 0.25);
}

.border-r-utility-success\/30 {
    border-right-color: rgb(92 204 23 / 0.3);
}

.border-r-utility-success\/40 {
    border-right-color: rgb(92 204 23 / 0.4);
}

.border-r-utility-success\/5 {
    border-right-color: rgb(92 204 23 / 0.05);
}

.border-r-utility-success\/50 {
    border-right-color: rgb(92 204 23 / 0.5);
}

.border-r-utility-success\/60 {
    border-right-color: rgb(92 204 23 / 0.6);
}

.border-r-utility-success\/70 {
    border-right-color: rgb(92 204 23 / 0.7);
}

.border-r-utility-success\/75 {
    border-right-color: rgb(92 204 23 / 0.75);
}

.border-r-utility-success\/80 {
    border-right-color: rgb(92 204 23 / 0.8);
}

.border-r-utility-success\/90 {
    border-right-color: rgb(92 204 23 / 0.9);
}

.border-r-utility-success\/95 {
    border-right-color: rgb(92 204 23 / 0.95);
}

.border-r-utility-warning {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-r-utility-warning\/0 {
    border-right-color: rgb(219 170 110 / 0);
}

.border-r-utility-warning\/10 {
    border-right-color: rgb(219 170 110 / 0.1);
}

.border-r-utility-warning\/100 {
    border-right-color: rgb(219 170 110 / 1);
}

.border-r-utility-warning\/20 {
    border-right-color: rgb(219 170 110 / 0.2);
}

.border-r-utility-warning\/25 {
    border-right-color: rgb(219 170 110 / 0.25);
}

.border-r-utility-warning\/30 {
    border-right-color: rgb(219 170 110 / 0.3);
}

.border-r-utility-warning\/40 {
    border-right-color: rgb(219 170 110 / 0.4);
}

.border-r-utility-warning\/5 {
    border-right-color: rgb(219 170 110 / 0.05);
}

.border-r-utility-warning\/50 {
    border-right-color: rgb(219 170 110 / 0.5);
}

.border-r-utility-warning\/60 {
    border-right-color: rgb(219 170 110 / 0.6);
}

.border-r-utility-warning\/70 {
    border-right-color: rgb(219 170 110 / 0.7);
}

.border-r-utility-warning\/75 {
    border-right-color: rgb(219 170 110 / 0.75);
}

.border-r-utility-warning\/80 {
    border-right-color: rgb(219 170 110 / 0.8);
}

.border-r-utility-warning\/90 {
    border-right-color: rgb(219 170 110 / 0.9);
}

.border-r-utility-warning\/95 {
    border-right-color: rgb(219 170 110 / 0.95);
}

.border-r-very-dark-blue {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-r-very-dark-blue\/0 {
    border-right-color: rgb(4 4 47 / 0);
}

.border-r-very-dark-blue\/10 {
    border-right-color: rgb(4 4 47 / 0.1);
}

.border-r-very-dark-blue\/100 {
    border-right-color: rgb(4 4 47 / 1);
}

.border-r-very-dark-blue\/20 {
    border-right-color: rgb(4 4 47 / 0.2);
}

.border-r-very-dark-blue\/25 {
    border-right-color: rgb(4 4 47 / 0.25);
}

.border-r-very-dark-blue\/30 {
    border-right-color: rgb(4 4 47 / 0.3);
}

.border-r-very-dark-blue\/40 {
    border-right-color: rgb(4 4 47 / 0.4);
}

.border-r-very-dark-blue\/5 {
    border-right-color: rgb(4 4 47 / 0.05);
}

.border-r-very-dark-blue\/50 {
    border-right-color: rgb(4 4 47 / 0.5);
}

.border-r-very-dark-blue\/60 {
    border-right-color: rgb(4 4 47 / 0.6);
}

.border-r-very-dark-blue\/70 {
    border-right-color: rgb(4 4 47 / 0.7);
}

.border-r-very-dark-blue\/75 {
    border-right-color: rgb(4 4 47 / 0.75);
}

.border-r-very-dark-blue\/80 {
    border-right-color: rgb(4 4 47 / 0.8);
}

.border-r-very-dark-blue\/90 {
    border-right-color: rgb(4 4 47 / 0.9);
}

.border-r-very-dark-blue\/95 {
    border-right-color: rgb(4 4 47 / 0.95);
}

.border-s-accent-green-dark {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-s-accent-green-dark\/0 {
    border-inline-start-color: rgb(42 172 110 / 0);
}

.border-s-accent-green-dark\/10 {
    border-inline-start-color: rgb(42 172 110 / 0.1);
}

.border-s-accent-green-dark\/100 {
    border-inline-start-color: rgb(42 172 110 / 1);
}

.border-s-accent-green-dark\/20 {
    border-inline-start-color: rgb(42 172 110 / 0.2);
}

.border-s-accent-green-dark\/25 {
    border-inline-start-color: rgb(42 172 110 / 0.25);
}

.border-s-accent-green-dark\/30 {
    border-inline-start-color: rgb(42 172 110 / 0.3);
}

.border-s-accent-green-dark\/40 {
    border-inline-start-color: rgb(42 172 110 / 0.4);
}

.border-s-accent-green-dark\/5 {
    border-inline-start-color: rgb(42 172 110 / 0.05);
}

.border-s-accent-green-dark\/50 {
    border-inline-start-color: rgb(42 172 110 / 0.5);
}

.border-s-accent-green-dark\/60 {
    border-inline-start-color: rgb(42 172 110 / 0.6);
}

.border-s-accent-green-dark\/70 {
    border-inline-start-color: rgb(42 172 110 / 0.7);
}

.border-s-accent-green-dark\/75 {
    border-inline-start-color: rgb(42 172 110 / 0.75);
}

.border-s-accent-green-dark\/80 {
    border-inline-start-color: rgb(42 172 110 / 0.8);
}

.border-s-accent-green-dark\/90 {
    border-inline-start-color: rgb(42 172 110 / 0.9);
}

.border-s-accent-green-dark\/95 {
    border-inline-start-color: rgb(42 172 110 / 0.95);
}

.border-s-accent-green-light {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-s-accent-green-light\/0 {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.border-s-accent-green-light\/10 {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.border-s-accent-green-light\/100 {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.border-s-accent-green-light\/20 {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.border-s-accent-green-light\/25 {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.border-s-accent-green-light\/30 {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.border-s-accent-green-light\/40 {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.border-s-accent-green-light\/5 {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.border-s-accent-green-light\/50 {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.border-s-accent-green-light\/60 {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.border-s-accent-green-light\/70 {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.border-s-accent-green-light\/75 {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.border-s-accent-green-light\/80 {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.border-s-accent-green-light\/90 {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.border-s-accent-green-light\/95 {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.border-s-accent-purple {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-s-accent-purple\/0 {
    border-inline-start-color: rgb(192 69 221 / 0);
}

.border-s-accent-purple\/10 {
    border-inline-start-color: rgb(192 69 221 / 0.1);
}

.border-s-accent-purple\/100 {
    border-inline-start-color: rgb(192 69 221 / 1);
}

.border-s-accent-purple\/20 {
    border-inline-start-color: rgb(192 69 221 / 0.2);
}

.border-s-accent-purple\/25 {
    border-inline-start-color: rgb(192 69 221 / 0.25);
}

.border-s-accent-purple\/30 {
    border-inline-start-color: rgb(192 69 221 / 0.3);
}

.border-s-accent-purple\/40 {
    border-inline-start-color: rgb(192 69 221 / 0.4);
}

.border-s-accent-purple\/5 {
    border-inline-start-color: rgb(192 69 221 / 0.05);
}

.border-s-accent-purple\/50 {
    border-inline-start-color: rgb(192 69 221 / 0.5);
}

.border-s-accent-purple\/60 {
    border-inline-start-color: rgb(192 69 221 / 0.6);
}

.border-s-accent-purple\/70 {
    border-inline-start-color: rgb(192 69 221 / 0.7);
}

.border-s-accent-purple\/75 {
    border-inline-start-color: rgb(192 69 221 / 0.75);
}

.border-s-accent-purple\/80 {
    border-inline-start-color: rgb(192 69 221 / 0.8);
}

.border-s-accent-purple\/90 {
    border-inline-start-color: rgb(192 69 221 / 0.9);
}

.border-s-accent-purple\/95 {
    border-inline-start-color: rgb(192 69 221 / 0.95);
}

.border-s-current {
    border-inline-start-color: currentColor;
}

.border-s-gray-10 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-s-gray-10\/0 {
    border-inline-start-color: rgb(36 30 81 / 0);
}

.border-s-gray-10\/10 {
    border-inline-start-color: rgb(36 30 81 / 0.1);
}

.border-s-gray-10\/100 {
    border-inline-start-color: rgb(36 30 81 / 1);
}

.border-s-gray-10\/20 {
    border-inline-start-color: rgb(36 30 81 / 0.2);
}

.border-s-gray-10\/25 {
    border-inline-start-color: rgb(36 30 81 / 0.25);
}

.border-s-gray-10\/30 {
    border-inline-start-color: rgb(36 30 81 / 0.3);
}

.border-s-gray-10\/40 {
    border-inline-start-color: rgb(36 30 81 / 0.4);
}

.border-s-gray-10\/5 {
    border-inline-start-color: rgb(36 30 81 / 0.05);
}

.border-s-gray-10\/50 {
    border-inline-start-color: rgb(36 30 81 / 0.5);
}

.border-s-gray-10\/60 {
    border-inline-start-color: rgb(36 30 81 / 0.6);
}

.border-s-gray-10\/70 {
    border-inline-start-color: rgb(36 30 81 / 0.7);
}

.border-s-gray-10\/75 {
    border-inline-start-color: rgb(36 30 81 / 0.75);
}

.border-s-gray-10\/80 {
    border-inline-start-color: rgb(36 30 81 / 0.8);
}

.border-s-gray-10\/90 {
    border-inline-start-color: rgb(36 30 81 / 0.9);
}

.border-s-gray-10\/95 {
    border-inline-start-color: rgb(36 30 81 / 0.95);
}

.border-s-gray-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-s-gray-100\/0 {
    border-inline-start-color: rgb(248 251 249 / 0);
}

.border-s-gray-100\/10 {
    border-inline-start-color: rgb(248 251 249 / 0.1);
}

.border-s-gray-100\/100 {
    border-inline-start-color: rgb(248 251 249 / 1);
}

.border-s-gray-100\/20 {
    border-inline-start-color: rgb(248 251 249 / 0.2);
}

.border-s-gray-100\/25 {
    border-inline-start-color: rgb(248 251 249 / 0.25);
}

.border-s-gray-100\/30 {
    border-inline-start-color: rgb(248 251 249 / 0.3);
}

.border-s-gray-100\/40 {
    border-inline-start-color: rgb(248 251 249 / 0.4);
}

.border-s-gray-100\/5 {
    border-inline-start-color: rgb(248 251 249 / 0.05);
}

.border-s-gray-100\/50 {
    border-inline-start-color: rgb(248 251 249 / 0.5);
}

.border-s-gray-100\/60 {
    border-inline-start-color: rgb(248 251 249 / 0.6);
}

.border-s-gray-100\/70 {
    border-inline-start-color: rgb(248 251 249 / 0.7);
}

.border-s-gray-100\/75 {
    border-inline-start-color: rgb(248 251 249 / 0.75);
}

.border-s-gray-100\/80 {
    border-inline-start-color: rgb(248 251 249 / 0.8);
}

.border-s-gray-100\/90 {
    border-inline-start-color: rgb(248 251 249 / 0.9);
}

.border-s-gray-100\/95 {
    border-inline-start-color: rgb(248 251 249 / 0.95);
}

.border-s-gray-20 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-s-gray-20\/0 {
    border-inline-start-color: rgb(60 54 99 / 0);
}

.border-s-gray-20\/10 {
    border-inline-start-color: rgb(60 54 99 / 0.1);
}

.border-s-gray-20\/100 {
    border-inline-start-color: rgb(60 54 99 / 1);
}

.border-s-gray-20\/20 {
    border-inline-start-color: rgb(60 54 99 / 0.2);
}

.border-s-gray-20\/25 {
    border-inline-start-color: rgb(60 54 99 / 0.25);
}

.border-s-gray-20\/30 {
    border-inline-start-color: rgb(60 54 99 / 0.3);
}

.border-s-gray-20\/40 {
    border-inline-start-color: rgb(60 54 99 / 0.4);
}

.border-s-gray-20\/5 {
    border-inline-start-color: rgb(60 54 99 / 0.05);
}

.border-s-gray-20\/50 {
    border-inline-start-color: rgb(60 54 99 / 0.5);
}

.border-s-gray-20\/60 {
    border-inline-start-color: rgb(60 54 99 / 0.6);
}

.border-s-gray-20\/70 {
    border-inline-start-color: rgb(60 54 99 / 0.7);
}

.border-s-gray-20\/75 {
    border-inline-start-color: rgb(60 54 99 / 0.75);
}

.border-s-gray-20\/80 {
    border-inline-start-color: rgb(60 54 99 / 0.8);
}

.border-s-gray-20\/90 {
    border-inline-start-color: rgb(60 54 99 / 0.9);
}

.border-s-gray-20\/95 {
    border-inline-start-color: rgb(60 54 99 / 0.95);
}

.border-s-gray-30 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-s-gray-30\/0 {
    border-inline-start-color: rgb(83 79 118 / 0);
}

.border-s-gray-30\/10 {
    border-inline-start-color: rgb(83 79 118 / 0.1);
}

.border-s-gray-30\/100 {
    border-inline-start-color: rgb(83 79 118 / 1);
}

.border-s-gray-30\/20 {
    border-inline-start-color: rgb(83 79 118 / 0.2);
}

.border-s-gray-30\/25 {
    border-inline-start-color: rgb(83 79 118 / 0.25);
}

.border-s-gray-30\/30 {
    border-inline-start-color: rgb(83 79 118 / 0.3);
}

.border-s-gray-30\/40 {
    border-inline-start-color: rgb(83 79 118 / 0.4);
}

.border-s-gray-30\/5 {
    border-inline-start-color: rgb(83 79 118 / 0.05);
}

.border-s-gray-30\/50 {
    border-inline-start-color: rgb(83 79 118 / 0.5);
}

.border-s-gray-30\/60 {
    border-inline-start-color: rgb(83 79 118 / 0.6);
}

.border-s-gray-30\/70 {
    border-inline-start-color: rgb(83 79 118 / 0.7);
}

.border-s-gray-30\/75 {
    border-inline-start-color: rgb(83 79 118 / 0.75);
}

.border-s-gray-30\/80 {
    border-inline-start-color: rgb(83 79 118 / 0.8);
}

.border-s-gray-30\/90 {
    border-inline-start-color: rgb(83 79 118 / 0.9);
}

.border-s-gray-30\/95 {
    border-inline-start-color: rgb(83 79 118 / 0.95);
}

.border-s-gray-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-s-gray-50\/0 {
    border-inline-start-color: rgb(130 128 155 / 0);
}

.border-s-gray-50\/10 {
    border-inline-start-color: rgb(130 128 155 / 0.1);
}

.border-s-gray-50\/100 {
    border-inline-start-color: rgb(130 128 155 / 1);
}

.border-s-gray-50\/20 {
    border-inline-start-color: rgb(130 128 155 / 0.2);
}

.border-s-gray-50\/25 {
    border-inline-start-color: rgb(130 128 155 / 0.25);
}

.border-s-gray-50\/30 {
    border-inline-start-color: rgb(130 128 155 / 0.3);
}

.border-s-gray-50\/40 {
    border-inline-start-color: rgb(130 128 155 / 0.4);
}

.border-s-gray-50\/5 {
    border-inline-start-color: rgb(130 128 155 / 0.05);
}

.border-s-gray-50\/50 {
    border-inline-start-color: rgb(130 128 155 / 0.5);
}

.border-s-gray-50\/60 {
    border-inline-start-color: rgb(130 128 155 / 0.6);
}

.border-s-gray-50\/70 {
    border-inline-start-color: rgb(130 128 155 / 0.7);
}

.border-s-gray-50\/75 {
    border-inline-start-color: rgb(130 128 155 / 0.75);
}

.border-s-gray-50\/80 {
    border-inline-start-color: rgb(130 128 155 / 0.8);
}

.border-s-gray-50\/90 {
    border-inline-start-color: rgb(130 128 155 / 0.9);
}

.border-s-gray-50\/95 {
    border-inline-start-color: rgb(130 128 155 / 0.95);
}

.border-s-gray-70 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-s-gray-70\/0 {
    border-inline-start-color: rgb(177 177 193 / 0);
}

.border-s-gray-70\/10 {
    border-inline-start-color: rgb(177 177 193 / 0.1);
}

.border-s-gray-70\/100 {
    border-inline-start-color: rgb(177 177 193 / 1);
}

.border-s-gray-70\/20 {
    border-inline-start-color: rgb(177 177 193 / 0.2);
}

.border-s-gray-70\/25 {
    border-inline-start-color: rgb(177 177 193 / 0.25);
}

.border-s-gray-70\/30 {
    border-inline-start-color: rgb(177 177 193 / 0.3);
}

.border-s-gray-70\/40 {
    border-inline-start-color: rgb(177 177 193 / 0.4);
}

.border-s-gray-70\/5 {
    border-inline-start-color: rgb(177 177 193 / 0.05);
}

.border-s-gray-70\/50 {
    border-inline-start-color: rgb(177 177 193 / 0.5);
}

.border-s-gray-70\/60 {
    border-inline-start-color: rgb(177 177 193 / 0.6);
}

.border-s-gray-70\/70 {
    border-inline-start-color: rgb(177 177 193 / 0.7);
}

.border-s-gray-70\/75 {
    border-inline-start-color: rgb(177 177 193 / 0.75);
}

.border-s-gray-70\/80 {
    border-inline-start-color: rgb(177 177 193 / 0.8);
}

.border-s-gray-70\/90 {
    border-inline-start-color: rgb(177 177 193 / 0.9);
}

.border-s-gray-70\/95 {
    border-inline-start-color: rgb(177 177 193 / 0.95);
}

.border-s-green-10 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-s-green-10\/0 {
    border-inline-start-color: rgb(19 28 66 / 0);
}

.border-s-green-10\/10 {
    border-inline-start-color: rgb(19 28 66 / 0.1);
}

.border-s-green-10\/100 {
    border-inline-start-color: rgb(19 28 66 / 1);
}

.border-s-green-10\/20 {
    border-inline-start-color: rgb(19 28 66 / 0.2);
}

.border-s-green-10\/25 {
    border-inline-start-color: rgb(19 28 66 / 0.25);
}

.border-s-green-10\/30 {
    border-inline-start-color: rgb(19 28 66 / 0.3);
}

.border-s-green-10\/40 {
    border-inline-start-color: rgb(19 28 66 / 0.4);
}

.border-s-green-10\/5 {
    border-inline-start-color: rgb(19 28 66 / 0.05);
}

.border-s-green-10\/50 {
    border-inline-start-color: rgb(19 28 66 / 0.5);
}

.border-s-green-10\/60 {
    border-inline-start-color: rgb(19 28 66 / 0.6);
}

.border-s-green-10\/70 {
    border-inline-start-color: rgb(19 28 66 / 0.7);
}

.border-s-green-10\/75 {
    border-inline-start-color: rgb(19 28 66 / 0.75);
}

.border-s-green-10\/80 {
    border-inline-start-color: rgb(19 28 66 / 0.8);
}

.border-s-green-10\/90 {
    border-inline-start-color: rgb(19 28 66 / 0.9);
}

.border-s-green-10\/95 {
    border-inline-start-color: rgb(19 28 66 / 0.95);
}

.border-s-green-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-s-green-100\/0 {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.border-s-green-100\/10 {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.border-s-green-100\/100 {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.border-s-green-100\/20 {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.border-s-green-100\/25 {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.border-s-green-100\/30 {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.border-s-green-100\/40 {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.border-s-green-100\/5 {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.border-s-green-100\/50 {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.border-s-green-100\/60 {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.border-s-green-100\/70 {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.border-s-green-100\/75 {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.border-s-green-100\/80 {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.border-s-green-100\/90 {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.border-s-green-100\/95 {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.border-s-green-20 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-s-green-20\/0 {
    border-inline-start-color: rgb(26 52 70 / 0);
}

.border-s-green-20\/10 {
    border-inline-start-color: rgb(26 52 70 / 0.1);
}

.border-s-green-20\/100 {
    border-inline-start-color: rgb(26 52 70 / 1);
}

.border-s-green-20\/20 {
    border-inline-start-color: rgb(26 52 70 / 0.2);
}

.border-s-green-20\/25 {
    border-inline-start-color: rgb(26 52 70 / 0.25);
}

.border-s-green-20\/30 {
    border-inline-start-color: rgb(26 52 70 / 0.3);
}

.border-s-green-20\/40 {
    border-inline-start-color: rgb(26 52 70 / 0.4);
}

.border-s-green-20\/5 {
    border-inline-start-color: rgb(26 52 70 / 0.05);
}

.border-s-green-20\/50 {
    border-inline-start-color: rgb(26 52 70 / 0.5);
}

.border-s-green-20\/60 {
    border-inline-start-color: rgb(26 52 70 / 0.6);
}

.border-s-green-20\/70 {
    border-inline-start-color: rgb(26 52 70 / 0.7);
}

.border-s-green-20\/75 {
    border-inline-start-color: rgb(26 52 70 / 0.75);
}

.border-s-green-20\/80 {
    border-inline-start-color: rgb(26 52 70 / 0.8);
}

.border-s-green-20\/90 {
    border-inline-start-color: rgb(26 52 70 / 0.9);
}

.border-s-green-20\/95 {
    border-inline-start-color: rgb(26 52 70 / 0.95);
}

.border-s-green-30 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-s-green-30\/0 {
    border-inline-start-color: rgb(32 75 75 / 0);
}

.border-s-green-30\/10 {
    border-inline-start-color: rgb(32 75 75 / 0.1);
}

.border-s-green-30\/100 {
    border-inline-start-color: rgb(32 75 75 / 1);
}

.border-s-green-30\/20 {
    border-inline-start-color: rgb(32 75 75 / 0.2);
}

.border-s-green-30\/25 {
    border-inline-start-color: rgb(32 75 75 / 0.25);
}

.border-s-green-30\/30 {
    border-inline-start-color: rgb(32 75 75 / 0.3);
}

.border-s-green-30\/40 {
    border-inline-start-color: rgb(32 75 75 / 0.4);
}

.border-s-green-30\/5 {
    border-inline-start-color: rgb(32 75 75 / 0.05);
}

.border-s-green-30\/50 {
    border-inline-start-color: rgb(32 75 75 / 0.5);
}

.border-s-green-30\/60 {
    border-inline-start-color: rgb(32 75 75 / 0.6);
}

.border-s-green-30\/70 {
    border-inline-start-color: rgb(32 75 75 / 0.7);
}

.border-s-green-30\/75 {
    border-inline-start-color: rgb(32 75 75 / 0.75);
}

.border-s-green-30\/80 {
    border-inline-start-color: rgb(32 75 75 / 0.8);
}

.border-s-green-30\/90 {
    border-inline-start-color: rgb(32 75 75 / 0.9);
}

.border-s-green-30\/95 {
    border-inline-start-color: rgb(32 75 75 / 0.95);
}

.border-s-green-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-s-green-50\/0 {
    border-inline-start-color: rgb(44 121 83 / 0);
}

.border-s-green-50\/10 {
    border-inline-start-color: rgb(44 121 83 / 0.1);
}

.border-s-green-50\/100 {
    border-inline-start-color: rgb(44 121 83 / 1);
}

.border-s-green-50\/20 {
    border-inline-start-color: rgb(44 121 83 / 0.2);
}

.border-s-green-50\/25 {
    border-inline-start-color: rgb(44 121 83 / 0.25);
}

.border-s-green-50\/30 {
    border-inline-start-color: rgb(44 121 83 / 0.3);
}

.border-s-green-50\/40 {
    border-inline-start-color: rgb(44 121 83 / 0.4);
}

.border-s-green-50\/5 {
    border-inline-start-color: rgb(44 121 83 / 0.05);
}

.border-s-green-50\/50 {
    border-inline-start-color: rgb(44 121 83 / 0.5);
}

.border-s-green-50\/60 {
    border-inline-start-color: rgb(44 121 83 / 0.6);
}

.border-s-green-50\/70 {
    border-inline-start-color: rgb(44 121 83 / 0.7);
}

.border-s-green-50\/75 {
    border-inline-start-color: rgb(44 121 83 / 0.75);
}

.border-s-green-50\/80 {
    border-inline-start-color: rgb(44 121 83 / 0.8);
}

.border-s-green-50\/90 {
    border-inline-start-color: rgb(44 121 83 / 0.9);
}

.border-s-green-50\/95 {
    border-inline-start-color: rgb(44 121 83 / 0.95);
}

.border-s-green-70 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-s-green-70\/0 {
    border-inline-start-color: rgb(57 168 91 / 0);
}

.border-s-green-70\/10 {
    border-inline-start-color: rgb(57 168 91 / 0.1);
}

.border-s-green-70\/100 {
    border-inline-start-color: rgb(57 168 91 / 1);
}

.border-s-green-70\/20 {
    border-inline-start-color: rgb(57 168 91 / 0.2);
}

.border-s-green-70\/25 {
    border-inline-start-color: rgb(57 168 91 / 0.25);
}

.border-s-green-70\/30 {
    border-inline-start-color: rgb(57 168 91 / 0.3);
}

.border-s-green-70\/40 {
    border-inline-start-color: rgb(57 168 91 / 0.4);
}

.border-s-green-70\/5 {
    border-inline-start-color: rgb(57 168 91 / 0.05);
}

.border-s-green-70\/50 {
    border-inline-start-color: rgb(57 168 91 / 0.5);
}

.border-s-green-70\/60 {
    border-inline-start-color: rgb(57 168 91 / 0.6);
}

.border-s-green-70\/70 {
    border-inline-start-color: rgb(57 168 91 / 0.7);
}

.border-s-green-70\/75 {
    border-inline-start-color: rgb(57 168 91 / 0.75);
}

.border-s-green-70\/80 {
    border-inline-start-color: rgb(57 168 91 / 0.8);
}

.border-s-green-70\/90 {
    border-inline-start-color: rgb(57 168 91 / 0.9);
}

.border-s-green-70\/95 {
    border-inline-start-color: rgb(57 168 91 / 0.95);
}

.border-s-purple-10 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-s-purple-10\/0 {
    border-inline-start-color: rgb(26 8 70 / 0);
}

.border-s-purple-10\/10 {
    border-inline-start-color: rgb(26 8 70 / 0.1);
}

.border-s-purple-10\/100 {
    border-inline-start-color: rgb(26 8 70 / 1);
}

.border-s-purple-10\/20 {
    border-inline-start-color: rgb(26 8 70 / 0.2);
}

.border-s-purple-10\/25 {
    border-inline-start-color: rgb(26 8 70 / 0.25);
}

.border-s-purple-10\/30 {
    border-inline-start-color: rgb(26 8 70 / 0.3);
}

.border-s-purple-10\/40 {
    border-inline-start-color: rgb(26 8 70 / 0.4);
}

.border-s-purple-10\/5 {
    border-inline-start-color: rgb(26 8 70 / 0.05);
}

.border-s-purple-10\/50 {
    border-inline-start-color: rgb(26 8 70 / 0.5);
}

.border-s-purple-10\/60 {
    border-inline-start-color: rgb(26 8 70 / 0.6);
}

.border-s-purple-10\/70 {
    border-inline-start-color: rgb(26 8 70 / 0.7);
}

.border-s-purple-10\/75 {
    border-inline-start-color: rgb(26 8 70 / 0.75);
}

.border-s-purple-10\/80 {
    border-inline-start-color: rgb(26 8 70 / 0.8);
}

.border-s-purple-10\/90 {
    border-inline-start-color: rgb(26 8 70 / 0.9);
}

.border-s-purple-10\/95 {
    border-inline-start-color: rgb(26 8 70 / 0.95);
}

.border-s-purple-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-s-purple-100\/0 {
    border-inline-start-color: rgb(125 41 145 / 0);
}

.border-s-purple-100\/10 {
    border-inline-start-color: rgb(125 41 145 / 0.1);
}

.border-s-purple-100\/100 {
    border-inline-start-color: rgb(125 41 145 / 1);
}

.border-s-purple-100\/20 {
    border-inline-start-color: rgb(125 41 145 / 0.2);
}

.border-s-purple-100\/25 {
    border-inline-start-color: rgb(125 41 145 / 0.25);
}

.border-s-purple-100\/30 {
    border-inline-start-color: rgb(125 41 145 / 0.3);
}

.border-s-purple-100\/40 {
    border-inline-start-color: rgb(125 41 145 / 0.4);
}

.border-s-purple-100\/5 {
    border-inline-start-color: rgb(125 41 145 / 0.05);
}

.border-s-purple-100\/50 {
    border-inline-start-color: rgb(125 41 145 / 0.5);
}

.border-s-purple-100\/60 {
    border-inline-start-color: rgb(125 41 145 / 0.6);
}

.border-s-purple-100\/70 {
    border-inline-start-color: rgb(125 41 145 / 0.7);
}

.border-s-purple-100\/75 {
    border-inline-start-color: rgb(125 41 145 / 0.75);
}

.border-s-purple-100\/80 {
    border-inline-start-color: rgb(125 41 145 / 0.8);
}

.border-s-purple-100\/90 {
    border-inline-start-color: rgb(125 41 145 / 0.9);
}

.border-s-purple-100\/95 {
    border-inline-start-color: rgb(125 41 145 / 0.95);
}

.border-s-purple-20 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-s-purple-20\/0 {
    border-inline-start-color: rgb(40 12 78 / 0);
}

.border-s-purple-20\/10 {
    border-inline-start-color: rgb(40 12 78 / 0.1);
}

.border-s-purple-20\/100 {
    border-inline-start-color: rgb(40 12 78 / 1);
}

.border-s-purple-20\/20 {
    border-inline-start-color: rgb(40 12 78 / 0.2);
}

.border-s-purple-20\/25 {
    border-inline-start-color: rgb(40 12 78 / 0.25);
}

.border-s-purple-20\/30 {
    border-inline-start-color: rgb(40 12 78 / 0.3);
}

.border-s-purple-20\/40 {
    border-inline-start-color: rgb(40 12 78 / 0.4);
}

.border-s-purple-20\/5 {
    border-inline-start-color: rgb(40 12 78 / 0.05);
}

.border-s-purple-20\/50 {
    border-inline-start-color: rgb(40 12 78 / 0.5);
}

.border-s-purple-20\/60 {
    border-inline-start-color: rgb(40 12 78 / 0.6);
}

.border-s-purple-20\/70 {
    border-inline-start-color: rgb(40 12 78 / 0.7);
}

.border-s-purple-20\/75 {
    border-inline-start-color: rgb(40 12 78 / 0.75);
}

.border-s-purple-20\/80 {
    border-inline-start-color: rgb(40 12 78 / 0.8);
}

.border-s-purple-20\/90 {
    border-inline-start-color: rgb(40 12 78 / 0.9);
}

.border-s-purple-20\/95 {
    border-inline-start-color: rgb(40 12 78 / 0.95);
}

.border-s-purple-30 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-s-purple-30\/0 {
    border-inline-start-color: rgb(53 15 86 / 0);
}

.border-s-purple-30\/10 {
    border-inline-start-color: rgb(53 15 86 / 0.1);
}

.border-s-purple-30\/100 {
    border-inline-start-color: rgb(53 15 86 / 1);
}

.border-s-purple-30\/20 {
    border-inline-start-color: rgb(53 15 86 / 0.2);
}

.border-s-purple-30\/25 {
    border-inline-start-color: rgb(53 15 86 / 0.25);
}

.border-s-purple-30\/30 {
    border-inline-start-color: rgb(53 15 86 / 0.3);
}

.border-s-purple-30\/40 {
    border-inline-start-color: rgb(53 15 86 / 0.4);
}

.border-s-purple-30\/5 {
    border-inline-start-color: rgb(53 15 86 / 0.05);
}

.border-s-purple-30\/50 {
    border-inline-start-color: rgb(53 15 86 / 0.5);
}

.border-s-purple-30\/60 {
    border-inline-start-color: rgb(53 15 86 / 0.6);
}

.border-s-purple-30\/70 {
    border-inline-start-color: rgb(53 15 86 / 0.7);
}

.border-s-purple-30\/75 {
    border-inline-start-color: rgb(53 15 86 / 0.75);
}

.border-s-purple-30\/80 {
    border-inline-start-color: rgb(53 15 86 / 0.8);
}

.border-s-purple-30\/90 {
    border-inline-start-color: rgb(53 15 86 / 0.9);
}

.border-s-purple-30\/95 {
    border-inline-start-color: rgb(53 15 86 / 0.95);
}

.border-s-purple-50 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-s-purple-50\/0 {
    border-inline-start-color: rgb(79 22 102 / 0);
}

.border-s-purple-50\/10 {
    border-inline-start-color: rgb(79 22 102 / 0.1);
}

.border-s-purple-50\/100 {
    border-inline-start-color: rgb(79 22 102 / 1);
}

.border-s-purple-50\/20 {
    border-inline-start-color: rgb(79 22 102 / 0.2);
}

.border-s-purple-50\/25 {
    border-inline-start-color: rgb(79 22 102 / 0.25);
}

.border-s-purple-50\/30 {
    border-inline-start-color: rgb(79 22 102 / 0.3);
}

.border-s-purple-50\/40 {
    border-inline-start-color: rgb(79 22 102 / 0.4);
}

.border-s-purple-50\/5 {
    border-inline-start-color: rgb(79 22 102 / 0.05);
}

.border-s-purple-50\/50 {
    border-inline-start-color: rgb(79 22 102 / 0.5);
}

.border-s-purple-50\/60 {
    border-inline-start-color: rgb(79 22 102 / 0.6);
}

.border-s-purple-50\/70 {
    border-inline-start-color: rgb(79 22 102 / 0.7);
}

.border-s-purple-50\/75 {
    border-inline-start-color: rgb(79 22 102 / 0.75);
}

.border-s-purple-50\/80 {
    border-inline-start-color: rgb(79 22 102 / 0.8);
}

.border-s-purple-50\/90 {
    border-inline-start-color: rgb(79 22 102 / 0.9);
}

.border-s-purple-50\/95 {
    border-inline-start-color: rgb(79 22 102 / 0.95);
}

.border-s-purple-70 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-s-purple-70\/0 {
    border-inline-start-color: rgb(106 29 119 / 0);
}

.border-s-purple-70\/10 {
    border-inline-start-color: rgb(106 29 119 / 0.1);
}

.border-s-purple-70\/100 {
    border-inline-start-color: rgb(106 29 119 / 1);
}

.border-s-purple-70\/20 {
    border-inline-start-color: rgb(106 29 119 / 0.2);
}

.border-s-purple-70\/25 {
    border-inline-start-color: rgb(106 29 119 / 0.25);
}

.border-s-purple-70\/30 {
    border-inline-start-color: rgb(106 29 119 / 0.3);
}

.border-s-purple-70\/40 {
    border-inline-start-color: rgb(106 29 119 / 0.4);
}

.border-s-purple-70\/5 {
    border-inline-start-color: rgb(106 29 119 / 0.05);
}

.border-s-purple-70\/50 {
    border-inline-start-color: rgb(106 29 119 / 0.5);
}

.border-s-purple-70\/60 {
    border-inline-start-color: rgb(106 29 119 / 0.6);
}

.border-s-purple-70\/70 {
    border-inline-start-color: rgb(106 29 119 / 0.7);
}

.border-s-purple-70\/75 {
    border-inline-start-color: rgb(106 29 119 / 0.75);
}

.border-s-purple-70\/80 {
    border-inline-start-color: rgb(106 29 119 / 0.8);
}

.border-s-purple-70\/90 {
    border-inline-start-color: rgb(106 29 119 / 0.9);
}

.border-s-purple-70\/95 {
    border-inline-start-color: rgb(106 29 119 / 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\/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\/40 {
    border-inline-start-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-inline-start-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-s-utility-error\/0 {
    border-inline-start-color: rgb(220 33 33 / 0);
}

.border-s-utility-error\/10 {
    border-inline-start-color: rgb(220 33 33 / 0.1);
}

.border-s-utility-error\/100 {
    border-inline-start-color: rgb(220 33 33 / 1);
}

.border-s-utility-error\/20 {
    border-inline-start-color: rgb(220 33 33 / 0.2);
}

.border-s-utility-error\/25 {
    border-inline-start-color: rgb(220 33 33 / 0.25);
}

.border-s-utility-error\/30 {
    border-inline-start-color: rgb(220 33 33 / 0.3);
}

.border-s-utility-error\/40 {
    border-inline-start-color: rgb(220 33 33 / 0.4);
}

.border-s-utility-error\/5 {
    border-inline-start-color: rgb(220 33 33 / 0.05);
}

.border-s-utility-error\/50 {
    border-inline-start-color: rgb(220 33 33 / 0.5);
}

.border-s-utility-error\/60 {
    border-inline-start-color: rgb(220 33 33 / 0.6);
}

.border-s-utility-error\/70 {
    border-inline-start-color: rgb(220 33 33 / 0.7);
}

.border-s-utility-error\/75 {
    border-inline-start-color: rgb(220 33 33 / 0.75);
}

.border-s-utility-error\/80 {
    border-inline-start-color: rgb(220 33 33 / 0.8);
}

.border-s-utility-error\/90 {
    border-inline-start-color: rgb(220 33 33 / 0.9);
}

.border-s-utility-error\/95 {
    border-inline-start-color: rgb(220 33 33 / 0.95);
}

.border-s-utility-info {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-s-utility-info\/0 {
    border-inline-start-color: rgb(191 219 254 / 0);
}

.border-s-utility-info\/10 {
    border-inline-start-color: rgb(191 219 254 / 0.1);
}

.border-s-utility-info\/100 {
    border-inline-start-color: rgb(191 219 254 / 1);
}

.border-s-utility-info\/20 {
    border-inline-start-color: rgb(191 219 254 / 0.2);
}

.border-s-utility-info\/25 {
    border-inline-start-color: rgb(191 219 254 / 0.25);
}

.border-s-utility-info\/30 {
    border-inline-start-color: rgb(191 219 254 / 0.3);
}

.border-s-utility-info\/40 {
    border-inline-start-color: rgb(191 219 254 / 0.4);
}

.border-s-utility-info\/5 {
    border-inline-start-color: rgb(191 219 254 / 0.05);
}

.border-s-utility-info\/50 {
    border-inline-start-color: rgb(191 219 254 / 0.5);
}

.border-s-utility-info\/60 {
    border-inline-start-color: rgb(191 219 254 / 0.6);
}

.border-s-utility-info\/70 {
    border-inline-start-color: rgb(191 219 254 / 0.7);
}

.border-s-utility-info\/75 {
    border-inline-start-color: rgb(191 219 254 / 0.75);
}

.border-s-utility-info\/80 {
    border-inline-start-color: rgb(191 219 254 / 0.8);
}

.border-s-utility-info\/90 {
    border-inline-start-color: rgb(191 219 254 / 0.9);
}

.border-s-utility-info\/95 {
    border-inline-start-color: rgb(191 219 254 / 0.95);
}

.border-s-utility-success {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-s-utility-success\/0 {
    border-inline-start-color: rgb(92 204 23 / 0);
}

.border-s-utility-success\/10 {
    border-inline-start-color: rgb(92 204 23 / 0.1);
}

.border-s-utility-success\/100 {
    border-inline-start-color: rgb(92 204 23 / 1);
}

.border-s-utility-success\/20 {
    border-inline-start-color: rgb(92 204 23 / 0.2);
}

.border-s-utility-success\/25 {
    border-inline-start-color: rgb(92 204 23 / 0.25);
}

.border-s-utility-success\/30 {
    border-inline-start-color: rgb(92 204 23 / 0.3);
}

.border-s-utility-success\/40 {
    border-inline-start-color: rgb(92 204 23 / 0.4);
}

.border-s-utility-success\/5 {
    border-inline-start-color: rgb(92 204 23 / 0.05);
}

.border-s-utility-success\/50 {
    border-inline-start-color: rgb(92 204 23 / 0.5);
}

.border-s-utility-success\/60 {
    border-inline-start-color: rgb(92 204 23 / 0.6);
}

.border-s-utility-success\/70 {
    border-inline-start-color: rgb(92 204 23 / 0.7);
}

.border-s-utility-success\/75 {
    border-inline-start-color: rgb(92 204 23 / 0.75);
}

.border-s-utility-success\/80 {
    border-inline-start-color: rgb(92 204 23 / 0.8);
}

.border-s-utility-success\/90 {
    border-inline-start-color: rgb(92 204 23 / 0.9);
}

.border-s-utility-success\/95 {
    border-inline-start-color: rgb(92 204 23 / 0.95);
}

.border-s-utility-warning {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-s-utility-warning\/0 {
    border-inline-start-color: rgb(219 170 110 / 0);
}

.border-s-utility-warning\/10 {
    border-inline-start-color: rgb(219 170 110 / 0.1);
}

.border-s-utility-warning\/100 {
    border-inline-start-color: rgb(219 170 110 / 1);
}

.border-s-utility-warning\/20 {
    border-inline-start-color: rgb(219 170 110 / 0.2);
}

.border-s-utility-warning\/25 {
    border-inline-start-color: rgb(219 170 110 / 0.25);
}

.border-s-utility-warning\/30 {
    border-inline-start-color: rgb(219 170 110 / 0.3);
}

.border-s-utility-warning\/40 {
    border-inline-start-color: rgb(219 170 110 / 0.4);
}

.border-s-utility-warning\/5 {
    border-inline-start-color: rgb(219 170 110 / 0.05);
}

.border-s-utility-warning\/50 {
    border-inline-start-color: rgb(219 170 110 / 0.5);
}

.border-s-utility-warning\/60 {
    border-inline-start-color: rgb(219 170 110 / 0.6);
}

.border-s-utility-warning\/70 {
    border-inline-start-color: rgb(219 170 110 / 0.7);
}

.border-s-utility-warning\/75 {
    border-inline-start-color: rgb(219 170 110 / 0.75);
}

.border-s-utility-warning\/80 {
    border-inline-start-color: rgb(219 170 110 / 0.8);
}

.border-s-utility-warning\/90 {
    border-inline-start-color: rgb(219 170 110 / 0.9);
}

.border-s-utility-warning\/95 {
    border-inline-start-color: rgb(219 170 110 / 0.95);
}

.border-s-very-dark-blue {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-s-very-dark-blue\/0 {
    border-inline-start-color: rgb(4 4 47 / 0);
}

.border-s-very-dark-blue\/10 {
    border-inline-start-color: rgb(4 4 47 / 0.1);
}

.border-s-very-dark-blue\/100 {
    border-inline-start-color: rgb(4 4 47 / 1);
}

.border-s-very-dark-blue\/20 {
    border-inline-start-color: rgb(4 4 47 / 0.2);
}

.border-s-very-dark-blue\/25 {
    border-inline-start-color: rgb(4 4 47 / 0.25);
}

.border-s-very-dark-blue\/30 {
    border-inline-start-color: rgb(4 4 47 / 0.3);
}

.border-s-very-dark-blue\/40 {
    border-inline-start-color: rgb(4 4 47 / 0.4);
}

.border-s-very-dark-blue\/5 {
    border-inline-start-color: rgb(4 4 47 / 0.05);
}

.border-s-very-dark-blue\/50 {
    border-inline-start-color: rgb(4 4 47 / 0.5);
}

.border-s-very-dark-blue\/60 {
    border-inline-start-color: rgb(4 4 47 / 0.6);
}

.border-s-very-dark-blue\/70 {
    border-inline-start-color: rgb(4 4 47 / 0.7);
}

.border-s-very-dark-blue\/75 {
    border-inline-start-color: rgb(4 4 47 / 0.75);
}

.border-s-very-dark-blue\/80 {
    border-inline-start-color: rgb(4 4 47 / 0.8);
}

.border-s-very-dark-blue\/90 {
    border-inline-start-color: rgb(4 4 47 / 0.9);
}

.border-s-very-dark-blue\/95 {
    border-inline-start-color: rgb(4 4 47 / 0.95);
}

.border-t-accent-green-dark {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.border-t-accent-green-dark\/0 {
    border-top-color: rgb(42 172 110 / 0);
}

.border-t-accent-green-dark\/10 {
    border-top-color: rgb(42 172 110 / 0.1);
}

.border-t-accent-green-dark\/100 {
    border-top-color: rgb(42 172 110 / 1);
}

.border-t-accent-green-dark\/20 {
    border-top-color: rgb(42 172 110 / 0.2);
}

.border-t-accent-green-dark\/25 {
    border-top-color: rgb(42 172 110 / 0.25);
}

.border-t-accent-green-dark\/30 {
    border-top-color: rgb(42 172 110 / 0.3);
}

.border-t-accent-green-dark\/40 {
    border-top-color: rgb(42 172 110 / 0.4);
}

.border-t-accent-green-dark\/5 {
    border-top-color: rgb(42 172 110 / 0.05);
}

.border-t-accent-green-dark\/50 {
    border-top-color: rgb(42 172 110 / 0.5);
}

.border-t-accent-green-dark\/60 {
    border-top-color: rgb(42 172 110 / 0.6);
}

.border-t-accent-green-dark\/70 {
    border-top-color: rgb(42 172 110 / 0.7);
}

.border-t-accent-green-dark\/75 {
    border-top-color: rgb(42 172 110 / 0.75);
}

.border-t-accent-green-dark\/80 {
    border-top-color: rgb(42 172 110 / 0.8);
}

.border-t-accent-green-dark\/90 {
    border-top-color: rgb(42 172 110 / 0.9);
}

.border-t-accent-green-dark\/95 {
    border-top-color: rgb(42 172 110 / 0.95);
}

.border-t-accent-green-light {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-t-accent-green-light\/0 {
    border-top-color: rgb(90 226 75 / 0);
}

.border-t-accent-green-light\/10 {
    border-top-color: rgb(90 226 75 / 0.1);
}

.border-t-accent-green-light\/100 {
    border-top-color: rgb(90 226 75 / 1);
}

.border-t-accent-green-light\/20 {
    border-top-color: rgb(90 226 75 / 0.2);
}

.border-t-accent-green-light\/25 {
    border-top-color: rgb(90 226 75 / 0.25);
}

.border-t-accent-green-light\/30 {
    border-top-color: rgb(90 226 75 / 0.3);
}

.border-t-accent-green-light\/40 {
    border-top-color: rgb(90 226 75 / 0.4);
}

.border-t-accent-green-light\/5 {
    border-top-color: rgb(90 226 75 / 0.05);
}

.border-t-accent-green-light\/50 {
    border-top-color: rgb(90 226 75 / 0.5);
}

.border-t-accent-green-light\/60 {
    border-top-color: rgb(90 226 75 / 0.6);
}

.border-t-accent-green-light\/70 {
    border-top-color: rgb(90 226 75 / 0.7);
}

.border-t-accent-green-light\/75 {
    border-top-color: rgb(90 226 75 / 0.75);
}

.border-t-accent-green-light\/80 {
    border-top-color: rgb(90 226 75 / 0.8);
}

.border-t-accent-green-light\/90 {
    border-top-color: rgb(90 226 75 / 0.9);
}

.border-t-accent-green-light\/95 {
    border-top-color: rgb(90 226 75 / 0.95);
}

.border-t-accent-purple {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.border-t-accent-purple\/0 {
    border-top-color: rgb(192 69 221 / 0);
}

.border-t-accent-purple\/10 {
    border-top-color: rgb(192 69 221 / 0.1);
}

.border-t-accent-purple\/100 {
    border-top-color: rgb(192 69 221 / 1);
}

.border-t-accent-purple\/20 {
    border-top-color: rgb(192 69 221 / 0.2);
}

.border-t-accent-purple\/25 {
    border-top-color: rgb(192 69 221 / 0.25);
}

.border-t-accent-purple\/30 {
    border-top-color: rgb(192 69 221 / 0.3);
}

.border-t-accent-purple\/40 {
    border-top-color: rgb(192 69 221 / 0.4);
}

.border-t-accent-purple\/5 {
    border-top-color: rgb(192 69 221 / 0.05);
}

.border-t-accent-purple\/50 {
    border-top-color: rgb(192 69 221 / 0.5);
}

.border-t-accent-purple\/60 {
    border-top-color: rgb(192 69 221 / 0.6);
}

.border-t-accent-purple\/70 {
    border-top-color: rgb(192 69 221 / 0.7);
}

.border-t-accent-purple\/75 {
    border-top-color: rgb(192 69 221 / 0.75);
}

.border-t-accent-purple\/80 {
    border-top-color: rgb(192 69 221 / 0.8);
}

.border-t-accent-purple\/90 {
    border-top-color: rgb(192 69 221 / 0.9);
}

.border-t-accent-purple\/95 {
    border-top-color: rgb(192 69 221 / 0.95);
}

.border-t-current {
    border-top-color: currentColor;
}

.border-t-gray-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.border-t-gray-10\/0 {
    border-top-color: rgb(36 30 81 / 0);
}

.border-t-gray-10\/10 {
    border-top-color: rgb(36 30 81 / 0.1);
}

.border-t-gray-10\/100 {
    border-top-color: rgb(36 30 81 / 1);
}

.border-t-gray-10\/20 {
    border-top-color: rgb(36 30 81 / 0.2);
}

.border-t-gray-10\/25 {
    border-top-color: rgb(36 30 81 / 0.25);
}

.border-t-gray-10\/30 {
    border-top-color: rgb(36 30 81 / 0.3);
}

.border-t-gray-10\/40 {
    border-top-color: rgb(36 30 81 / 0.4);
}

.border-t-gray-10\/5 {
    border-top-color: rgb(36 30 81 / 0.05);
}

.border-t-gray-10\/50 {
    border-top-color: rgb(36 30 81 / 0.5);
}

.border-t-gray-10\/60 {
    border-top-color: rgb(36 30 81 / 0.6);
}

.border-t-gray-10\/70 {
    border-top-color: rgb(36 30 81 / 0.7);
}

.border-t-gray-10\/75 {
    border-top-color: rgb(36 30 81 / 0.75);
}

.border-t-gray-10\/80 {
    border-top-color: rgb(36 30 81 / 0.8);
}

.border-t-gray-10\/90 {
    border-top-color: rgb(36 30 81 / 0.9);
}

.border-t-gray-10\/95 {
    border-top-color: rgb(36 30 81 / 0.95);
}

.border-t-gray-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.border-t-gray-100\/0 {
    border-top-color: rgb(248 251 249 / 0);
}

.border-t-gray-100\/10 {
    border-top-color: rgb(248 251 249 / 0.1);
}

.border-t-gray-100\/100 {
    border-top-color: rgb(248 251 249 / 1);
}

.border-t-gray-100\/20 {
    border-top-color: rgb(248 251 249 / 0.2);
}

.border-t-gray-100\/25 {
    border-top-color: rgb(248 251 249 / 0.25);
}

.border-t-gray-100\/30 {
    border-top-color: rgb(248 251 249 / 0.3);
}

.border-t-gray-100\/40 {
    border-top-color: rgb(248 251 249 / 0.4);
}

.border-t-gray-100\/5 {
    border-top-color: rgb(248 251 249 / 0.05);
}

.border-t-gray-100\/50 {
    border-top-color: rgb(248 251 249 / 0.5);
}

.border-t-gray-100\/60 {
    border-top-color: rgb(248 251 249 / 0.6);
}

.border-t-gray-100\/70 {
    border-top-color: rgb(248 251 249 / 0.7);
}

.border-t-gray-100\/75 {
    border-top-color: rgb(248 251 249 / 0.75);
}

.border-t-gray-100\/80 {
    border-top-color: rgb(248 251 249 / 0.8);
}

.border-t-gray-100\/90 {
    border-top-color: rgb(248 251 249 / 0.9);
}

.border-t-gray-100\/95 {
    border-top-color: rgb(248 251 249 / 0.95);
}

.border-t-gray-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.border-t-gray-20\/0 {
    border-top-color: rgb(60 54 99 / 0);
}

.border-t-gray-20\/10 {
    border-top-color: rgb(60 54 99 / 0.1);
}

.border-t-gray-20\/100 {
    border-top-color: rgb(60 54 99 / 1);
}

.border-t-gray-20\/20 {
    border-top-color: rgb(60 54 99 / 0.2);
}

.border-t-gray-20\/25 {
    border-top-color: rgb(60 54 99 / 0.25);
}

.border-t-gray-20\/30 {
    border-top-color: rgb(60 54 99 / 0.3);
}

.border-t-gray-20\/40 {
    border-top-color: rgb(60 54 99 / 0.4);
}

.border-t-gray-20\/5 {
    border-top-color: rgb(60 54 99 / 0.05);
}

.border-t-gray-20\/50 {
    border-top-color: rgb(60 54 99 / 0.5);
}

.border-t-gray-20\/60 {
    border-top-color: rgb(60 54 99 / 0.6);
}

.border-t-gray-20\/70 {
    border-top-color: rgb(60 54 99 / 0.7);
}

.border-t-gray-20\/75 {
    border-top-color: rgb(60 54 99 / 0.75);
}

.border-t-gray-20\/80 {
    border-top-color: rgb(60 54 99 / 0.8);
}

.border-t-gray-20\/90 {
    border-top-color: rgb(60 54 99 / 0.9);
}

.border-t-gray-20\/95 {
    border-top-color: rgb(60 54 99 / 0.95);
}

.border-t-gray-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.border-t-gray-30\/0 {
    border-top-color: rgb(83 79 118 / 0);
}

.border-t-gray-30\/10 {
    border-top-color: rgb(83 79 118 / 0.1);
}

.border-t-gray-30\/100 {
    border-top-color: rgb(83 79 118 / 1);
}

.border-t-gray-30\/20 {
    border-top-color: rgb(83 79 118 / 0.2);
}

.border-t-gray-30\/25 {
    border-top-color: rgb(83 79 118 / 0.25);
}

.border-t-gray-30\/30 {
    border-top-color: rgb(83 79 118 / 0.3);
}

.border-t-gray-30\/40 {
    border-top-color: rgb(83 79 118 / 0.4);
}

.border-t-gray-30\/5 {
    border-top-color: rgb(83 79 118 / 0.05);
}

.border-t-gray-30\/50 {
    border-top-color: rgb(83 79 118 / 0.5);
}

.border-t-gray-30\/60 {
    border-top-color: rgb(83 79 118 / 0.6);
}

.border-t-gray-30\/70 {
    border-top-color: rgb(83 79 118 / 0.7);
}

.border-t-gray-30\/75 {
    border-top-color: rgb(83 79 118 / 0.75);
}

.border-t-gray-30\/80 {
    border-top-color: rgb(83 79 118 / 0.8);
}

.border-t-gray-30\/90 {
    border-top-color: rgb(83 79 118 / 0.9);
}

.border-t-gray-30\/95 {
    border-top-color: rgb(83 79 118 / 0.95);
}

.border-t-gray-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.border-t-gray-50\/0 {
    border-top-color: rgb(130 128 155 / 0);
}

.border-t-gray-50\/10 {
    border-top-color: rgb(130 128 155 / 0.1);
}

.border-t-gray-50\/100 {
    border-top-color: rgb(130 128 155 / 1);
}

.border-t-gray-50\/20 {
    border-top-color: rgb(130 128 155 / 0.2);
}

.border-t-gray-50\/25 {
    border-top-color: rgb(130 128 155 / 0.25);
}

.border-t-gray-50\/30 {
    border-top-color: rgb(130 128 155 / 0.3);
}

.border-t-gray-50\/40 {
    border-top-color: rgb(130 128 155 / 0.4);
}

.border-t-gray-50\/5 {
    border-top-color: rgb(130 128 155 / 0.05);
}

.border-t-gray-50\/50 {
    border-top-color: rgb(130 128 155 / 0.5);
}

.border-t-gray-50\/60 {
    border-top-color: rgb(130 128 155 / 0.6);
}

.border-t-gray-50\/70 {
    border-top-color: rgb(130 128 155 / 0.7);
}

.border-t-gray-50\/75 {
    border-top-color: rgb(130 128 155 / 0.75);
}

.border-t-gray-50\/80 {
    border-top-color: rgb(130 128 155 / 0.8);
}

.border-t-gray-50\/90 {
    border-top-color: rgb(130 128 155 / 0.9);
}

.border-t-gray-50\/95 {
    border-top-color: rgb(130 128 155 / 0.95);
}

.border-t-gray-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.border-t-gray-70\/0 {
    border-top-color: rgb(177 177 193 / 0);
}

.border-t-gray-70\/10 {
    border-top-color: rgb(177 177 193 / 0.1);
}

.border-t-gray-70\/100 {
    border-top-color: rgb(177 177 193 / 1);
}

.border-t-gray-70\/20 {
    border-top-color: rgb(177 177 193 / 0.2);
}

.border-t-gray-70\/25 {
    border-top-color: rgb(177 177 193 / 0.25);
}

.border-t-gray-70\/30 {
    border-top-color: rgb(177 177 193 / 0.3);
}

.border-t-gray-70\/40 {
    border-top-color: rgb(177 177 193 / 0.4);
}

.border-t-gray-70\/5 {
    border-top-color: rgb(177 177 193 / 0.05);
}

.border-t-gray-70\/50 {
    border-top-color: rgb(177 177 193 / 0.5);
}

.border-t-gray-70\/60 {
    border-top-color: rgb(177 177 193 / 0.6);
}

.border-t-gray-70\/70 {
    border-top-color: rgb(177 177 193 / 0.7);
}

.border-t-gray-70\/75 {
    border-top-color: rgb(177 177 193 / 0.75);
}

.border-t-gray-70\/80 {
    border-top-color: rgb(177 177 193 / 0.8);
}

.border-t-gray-70\/90 {
    border-top-color: rgb(177 177 193 / 0.9);
}

.border-t-gray-70\/95 {
    border-top-color: rgb(177 177 193 / 0.95);
}

.border-t-green-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.border-t-green-10\/0 {
    border-top-color: rgb(19 28 66 / 0);
}

.border-t-green-10\/10 {
    border-top-color: rgb(19 28 66 / 0.1);
}

.border-t-green-10\/100 {
    border-top-color: rgb(19 28 66 / 1);
}

.border-t-green-10\/20 {
    border-top-color: rgb(19 28 66 / 0.2);
}

.border-t-green-10\/25 {
    border-top-color: rgb(19 28 66 / 0.25);
}

.border-t-green-10\/30 {
    border-top-color: rgb(19 28 66 / 0.3);
}

.border-t-green-10\/40 {
    border-top-color: rgb(19 28 66 / 0.4);
}

.border-t-green-10\/5 {
    border-top-color: rgb(19 28 66 / 0.05);
}

.border-t-green-10\/50 {
    border-top-color: rgb(19 28 66 / 0.5);
}

.border-t-green-10\/60 {
    border-top-color: rgb(19 28 66 / 0.6);
}

.border-t-green-10\/70 {
    border-top-color: rgb(19 28 66 / 0.7);
}

.border-t-green-10\/75 {
    border-top-color: rgb(19 28 66 / 0.75);
}

.border-t-green-10\/80 {
    border-top-color: rgb(19 28 66 / 0.8);
}

.border-t-green-10\/90 {
    border-top-color: rgb(19 28 66 / 0.9);
}

.border-t-green-10\/95 {
    border-top-color: rgb(19 28 66 / 0.95);
}

.border-t-green-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.border-t-green-100\/0 {
    border-top-color: rgb(90 226 75 / 0);
}

.border-t-green-100\/10 {
    border-top-color: rgb(90 226 75 / 0.1);
}

.border-t-green-100\/100 {
    border-top-color: rgb(90 226 75 / 1);
}

.border-t-green-100\/20 {
    border-top-color: rgb(90 226 75 / 0.2);
}

.border-t-green-100\/25 {
    border-top-color: rgb(90 226 75 / 0.25);
}

.border-t-green-100\/30 {
    border-top-color: rgb(90 226 75 / 0.3);
}

.border-t-green-100\/40 {
    border-top-color: rgb(90 226 75 / 0.4);
}

.border-t-green-100\/5 {
    border-top-color: rgb(90 226 75 / 0.05);
}

.border-t-green-100\/50 {
    border-top-color: rgb(90 226 75 / 0.5);
}

.border-t-green-100\/60 {
    border-top-color: rgb(90 226 75 / 0.6);
}

.border-t-green-100\/70 {
    border-top-color: rgb(90 226 75 / 0.7);
}

.border-t-green-100\/75 {
    border-top-color: rgb(90 226 75 / 0.75);
}

.border-t-green-100\/80 {
    border-top-color: rgb(90 226 75 / 0.8);
}

.border-t-green-100\/90 {
    border-top-color: rgb(90 226 75 / 0.9);
}

.border-t-green-100\/95 {
    border-top-color: rgb(90 226 75 / 0.95);
}

.border-t-green-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.border-t-green-20\/0 {
    border-top-color: rgb(26 52 70 / 0);
}

.border-t-green-20\/10 {
    border-top-color: rgb(26 52 70 / 0.1);
}

.border-t-green-20\/100 {
    border-top-color: rgb(26 52 70 / 1);
}

.border-t-green-20\/20 {
    border-top-color: rgb(26 52 70 / 0.2);
}

.border-t-green-20\/25 {
    border-top-color: rgb(26 52 70 / 0.25);
}

.border-t-green-20\/30 {
    border-top-color: rgb(26 52 70 / 0.3);
}

.border-t-green-20\/40 {
    border-top-color: rgb(26 52 70 / 0.4);
}

.border-t-green-20\/5 {
    border-top-color: rgb(26 52 70 / 0.05);
}

.border-t-green-20\/50 {
    border-top-color: rgb(26 52 70 / 0.5);
}

.border-t-green-20\/60 {
    border-top-color: rgb(26 52 70 / 0.6);
}

.border-t-green-20\/70 {
    border-top-color: rgb(26 52 70 / 0.7);
}

.border-t-green-20\/75 {
    border-top-color: rgb(26 52 70 / 0.75);
}

.border-t-green-20\/80 {
    border-top-color: rgb(26 52 70 / 0.8);
}

.border-t-green-20\/90 {
    border-top-color: rgb(26 52 70 / 0.9);
}

.border-t-green-20\/95 {
    border-top-color: rgb(26 52 70 / 0.95);
}

.border-t-green-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.border-t-green-30\/0 {
    border-top-color: rgb(32 75 75 / 0);
}

.border-t-green-30\/10 {
    border-top-color: rgb(32 75 75 / 0.1);
}

.border-t-green-30\/100 {
    border-top-color: rgb(32 75 75 / 1);
}

.border-t-green-30\/20 {
    border-top-color: rgb(32 75 75 / 0.2);
}

.border-t-green-30\/25 {
    border-top-color: rgb(32 75 75 / 0.25);
}

.border-t-green-30\/30 {
    border-top-color: rgb(32 75 75 / 0.3);
}

.border-t-green-30\/40 {
    border-top-color: rgb(32 75 75 / 0.4);
}

.border-t-green-30\/5 {
    border-top-color: rgb(32 75 75 / 0.05);
}

.border-t-green-30\/50 {
    border-top-color: rgb(32 75 75 / 0.5);
}

.border-t-green-30\/60 {
    border-top-color: rgb(32 75 75 / 0.6);
}

.border-t-green-30\/70 {
    border-top-color: rgb(32 75 75 / 0.7);
}

.border-t-green-30\/75 {
    border-top-color: rgb(32 75 75 / 0.75);
}

.border-t-green-30\/80 {
    border-top-color: rgb(32 75 75 / 0.8);
}

.border-t-green-30\/90 {
    border-top-color: rgb(32 75 75 / 0.9);
}

.border-t-green-30\/95 {
    border-top-color: rgb(32 75 75 / 0.95);
}

.border-t-green-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.border-t-green-50\/0 {
    border-top-color: rgb(44 121 83 / 0);
}

.border-t-green-50\/10 {
    border-top-color: rgb(44 121 83 / 0.1);
}

.border-t-green-50\/100 {
    border-top-color: rgb(44 121 83 / 1);
}

.border-t-green-50\/20 {
    border-top-color: rgb(44 121 83 / 0.2);
}

.border-t-green-50\/25 {
    border-top-color: rgb(44 121 83 / 0.25);
}

.border-t-green-50\/30 {
    border-top-color: rgb(44 121 83 / 0.3);
}

.border-t-green-50\/40 {
    border-top-color: rgb(44 121 83 / 0.4);
}

.border-t-green-50\/5 {
    border-top-color: rgb(44 121 83 / 0.05);
}

.border-t-green-50\/50 {
    border-top-color: rgb(44 121 83 / 0.5);
}

.border-t-green-50\/60 {
    border-top-color: rgb(44 121 83 / 0.6);
}

.border-t-green-50\/70 {
    border-top-color: rgb(44 121 83 / 0.7);
}

.border-t-green-50\/75 {
    border-top-color: rgb(44 121 83 / 0.75);
}

.border-t-green-50\/80 {
    border-top-color: rgb(44 121 83 / 0.8);
}

.border-t-green-50\/90 {
    border-top-color: rgb(44 121 83 / 0.9);
}

.border-t-green-50\/95 {
    border-top-color: rgb(44 121 83 / 0.95);
}

.border-t-green-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.border-t-green-70\/0 {
    border-top-color: rgb(57 168 91 / 0);
}

.border-t-green-70\/10 {
    border-top-color: rgb(57 168 91 / 0.1);
}

.border-t-green-70\/100 {
    border-top-color: rgb(57 168 91 / 1);
}

.border-t-green-70\/20 {
    border-top-color: rgb(57 168 91 / 0.2);
}

.border-t-green-70\/25 {
    border-top-color: rgb(57 168 91 / 0.25);
}

.border-t-green-70\/30 {
    border-top-color: rgb(57 168 91 / 0.3);
}

.border-t-green-70\/40 {
    border-top-color: rgb(57 168 91 / 0.4);
}

.border-t-green-70\/5 {
    border-top-color: rgb(57 168 91 / 0.05);
}

.border-t-green-70\/50 {
    border-top-color: rgb(57 168 91 / 0.5);
}

.border-t-green-70\/60 {
    border-top-color: rgb(57 168 91 / 0.6);
}

.border-t-green-70\/70 {
    border-top-color: rgb(57 168 91 / 0.7);
}

.border-t-green-70\/75 {
    border-top-color: rgb(57 168 91 / 0.75);
}

.border-t-green-70\/80 {
    border-top-color: rgb(57 168 91 / 0.8);
}

.border-t-green-70\/90 {
    border-top-color: rgb(57 168 91 / 0.9);
}

.border-t-green-70\/95 {
    border-top-color: rgb(57 168 91 / 0.95);
}

.border-t-purple-10 {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.border-t-purple-10\/0 {
    border-top-color: rgb(26 8 70 / 0);
}

.border-t-purple-10\/10 {
    border-top-color: rgb(26 8 70 / 0.1);
}

.border-t-purple-10\/100 {
    border-top-color: rgb(26 8 70 / 1);
}

.border-t-purple-10\/20 {
    border-top-color: rgb(26 8 70 / 0.2);
}

.border-t-purple-10\/25 {
    border-top-color: rgb(26 8 70 / 0.25);
}

.border-t-purple-10\/30 {
    border-top-color: rgb(26 8 70 / 0.3);
}

.border-t-purple-10\/40 {
    border-top-color: rgb(26 8 70 / 0.4);
}

.border-t-purple-10\/5 {
    border-top-color: rgb(26 8 70 / 0.05);
}

.border-t-purple-10\/50 {
    border-top-color: rgb(26 8 70 / 0.5);
}

.border-t-purple-10\/60 {
    border-top-color: rgb(26 8 70 / 0.6);
}

.border-t-purple-10\/70 {
    border-top-color: rgb(26 8 70 / 0.7);
}

.border-t-purple-10\/75 {
    border-top-color: rgb(26 8 70 / 0.75);
}

.border-t-purple-10\/80 {
    border-top-color: rgb(26 8 70 / 0.8);
}

.border-t-purple-10\/90 {
    border-top-color: rgb(26 8 70 / 0.9);
}

.border-t-purple-10\/95 {
    border-top-color: rgb(26 8 70 / 0.95);
}

.border-t-purple-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.border-t-purple-100\/0 {
    border-top-color: rgb(125 41 145 / 0);
}

.border-t-purple-100\/10 {
    border-top-color: rgb(125 41 145 / 0.1);
}

.border-t-purple-100\/100 {
    border-top-color: rgb(125 41 145 / 1);
}

.border-t-purple-100\/20 {
    border-top-color: rgb(125 41 145 / 0.2);
}

.border-t-purple-100\/25 {
    border-top-color: rgb(125 41 145 / 0.25);
}

.border-t-purple-100\/30 {
    border-top-color: rgb(125 41 145 / 0.3);
}

.border-t-purple-100\/40 {
    border-top-color: rgb(125 41 145 / 0.4);
}

.border-t-purple-100\/5 {
    border-top-color: rgb(125 41 145 / 0.05);
}

.border-t-purple-100\/50 {
    border-top-color: rgb(125 41 145 / 0.5);
}

.border-t-purple-100\/60 {
    border-top-color: rgb(125 41 145 / 0.6);
}

.border-t-purple-100\/70 {
    border-top-color: rgb(125 41 145 / 0.7);
}

.border-t-purple-100\/75 {
    border-top-color: rgb(125 41 145 / 0.75);
}

.border-t-purple-100\/80 {
    border-top-color: rgb(125 41 145 / 0.8);
}

.border-t-purple-100\/90 {
    border-top-color: rgb(125 41 145 / 0.9);
}

.border-t-purple-100\/95 {
    border-top-color: rgb(125 41 145 / 0.95);
}

.border-t-purple-20 {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.border-t-purple-20\/0 {
    border-top-color: rgb(40 12 78 / 0);
}

.border-t-purple-20\/10 {
    border-top-color: rgb(40 12 78 / 0.1);
}

.border-t-purple-20\/100 {
    border-top-color: rgb(40 12 78 / 1);
}

.border-t-purple-20\/20 {
    border-top-color: rgb(40 12 78 / 0.2);
}

.border-t-purple-20\/25 {
    border-top-color: rgb(40 12 78 / 0.25);
}

.border-t-purple-20\/30 {
    border-top-color: rgb(40 12 78 / 0.3);
}

.border-t-purple-20\/40 {
    border-top-color: rgb(40 12 78 / 0.4);
}

.border-t-purple-20\/5 {
    border-top-color: rgb(40 12 78 / 0.05);
}

.border-t-purple-20\/50 {
    border-top-color: rgb(40 12 78 / 0.5);
}

.border-t-purple-20\/60 {
    border-top-color: rgb(40 12 78 / 0.6);
}

.border-t-purple-20\/70 {
    border-top-color: rgb(40 12 78 / 0.7);
}

.border-t-purple-20\/75 {
    border-top-color: rgb(40 12 78 / 0.75);
}

.border-t-purple-20\/80 {
    border-top-color: rgb(40 12 78 / 0.8);
}

.border-t-purple-20\/90 {
    border-top-color: rgb(40 12 78 / 0.9);
}

.border-t-purple-20\/95 {
    border-top-color: rgb(40 12 78 / 0.95);
}

.border-t-purple-30 {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.border-t-purple-30\/0 {
    border-top-color: rgb(53 15 86 / 0);
}

.border-t-purple-30\/10 {
    border-top-color: rgb(53 15 86 / 0.1);
}

.border-t-purple-30\/100 {
    border-top-color: rgb(53 15 86 / 1);
}

.border-t-purple-30\/20 {
    border-top-color: rgb(53 15 86 / 0.2);
}

.border-t-purple-30\/25 {
    border-top-color: rgb(53 15 86 / 0.25);
}

.border-t-purple-30\/30 {
    border-top-color: rgb(53 15 86 / 0.3);
}

.border-t-purple-30\/40 {
    border-top-color: rgb(53 15 86 / 0.4);
}

.border-t-purple-30\/5 {
    border-top-color: rgb(53 15 86 / 0.05);
}

.border-t-purple-30\/50 {
    border-top-color: rgb(53 15 86 / 0.5);
}

.border-t-purple-30\/60 {
    border-top-color: rgb(53 15 86 / 0.6);
}

.border-t-purple-30\/70 {
    border-top-color: rgb(53 15 86 / 0.7);
}

.border-t-purple-30\/75 {
    border-top-color: rgb(53 15 86 / 0.75);
}

.border-t-purple-30\/80 {
    border-top-color: rgb(53 15 86 / 0.8);
}

.border-t-purple-30\/90 {
    border-top-color: rgb(53 15 86 / 0.9);
}

.border-t-purple-30\/95 {
    border-top-color: rgb(53 15 86 / 0.95);
}

.border-t-purple-50 {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.border-t-purple-50\/0 {
    border-top-color: rgb(79 22 102 / 0);
}

.border-t-purple-50\/10 {
    border-top-color: rgb(79 22 102 / 0.1);
}

.border-t-purple-50\/100 {
    border-top-color: rgb(79 22 102 / 1);
}

.border-t-purple-50\/20 {
    border-top-color: rgb(79 22 102 / 0.2);
}

.border-t-purple-50\/25 {
    border-top-color: rgb(79 22 102 / 0.25);
}

.border-t-purple-50\/30 {
    border-top-color: rgb(79 22 102 / 0.3);
}

.border-t-purple-50\/40 {
    border-top-color: rgb(79 22 102 / 0.4);
}

.border-t-purple-50\/5 {
    border-top-color: rgb(79 22 102 / 0.05);
}

.border-t-purple-50\/50 {
    border-top-color: rgb(79 22 102 / 0.5);
}

.border-t-purple-50\/60 {
    border-top-color: rgb(79 22 102 / 0.6);
}

.border-t-purple-50\/70 {
    border-top-color: rgb(79 22 102 / 0.7);
}

.border-t-purple-50\/75 {
    border-top-color: rgb(79 22 102 / 0.75);
}

.border-t-purple-50\/80 {
    border-top-color: rgb(79 22 102 / 0.8);
}

.border-t-purple-50\/90 {
    border-top-color: rgb(79 22 102 / 0.9);
}

.border-t-purple-50\/95 {
    border-top-color: rgb(79 22 102 / 0.95);
}

.border-t-purple-70 {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.border-t-purple-70\/0 {
    border-top-color: rgb(106 29 119 / 0);
}

.border-t-purple-70\/10 {
    border-top-color: rgb(106 29 119 / 0.1);
}

.border-t-purple-70\/100 {
    border-top-color: rgb(106 29 119 / 1);
}

.border-t-purple-70\/20 {
    border-top-color: rgb(106 29 119 / 0.2);
}

.border-t-purple-70\/25 {
    border-top-color: rgb(106 29 119 / 0.25);
}

.border-t-purple-70\/30 {
    border-top-color: rgb(106 29 119 / 0.3);
}

.border-t-purple-70\/40 {
    border-top-color: rgb(106 29 119 / 0.4);
}

.border-t-purple-70\/5 {
    border-top-color: rgb(106 29 119 / 0.05);
}

.border-t-purple-70\/50 {
    border-top-color: rgb(106 29 119 / 0.5);
}

.border-t-purple-70\/60 {
    border-top-color: rgb(106 29 119 / 0.6);
}

.border-t-purple-70\/70 {
    border-top-color: rgb(106 29 119 / 0.7);
}

.border-t-purple-70\/75 {
    border-top-color: rgb(106 29 119 / 0.75);
}

.border-t-purple-70\/80 {
    border-top-color: rgb(106 29 119 / 0.8);
}

.border-t-purple-70\/90 {
    border-top-color: rgb(106 29 119 / 0.9);
}

.border-t-purple-70\/95 {
    border-top-color: rgb(106 29 119 / 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\/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\/40 {
    border-top-color: rgb(0 0 0 / 0.4);
}

.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\/60 {
    border-top-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.border-t-utility-error\/0 {
    border-top-color: rgb(220 33 33 / 0);
}

.border-t-utility-error\/10 {
    border-top-color: rgb(220 33 33 / 0.1);
}

.border-t-utility-error\/100 {
    border-top-color: rgb(220 33 33 / 1);
}

.border-t-utility-error\/20 {
    border-top-color: rgb(220 33 33 / 0.2);
}

.border-t-utility-error\/25 {
    border-top-color: rgb(220 33 33 / 0.25);
}

.border-t-utility-error\/30 {
    border-top-color: rgb(220 33 33 / 0.3);
}

.border-t-utility-error\/40 {
    border-top-color: rgb(220 33 33 / 0.4);
}

.border-t-utility-error\/5 {
    border-top-color: rgb(220 33 33 / 0.05);
}

.border-t-utility-error\/50 {
    border-top-color: rgb(220 33 33 / 0.5);
}

.border-t-utility-error\/60 {
    border-top-color: rgb(220 33 33 / 0.6);
}

.border-t-utility-error\/70 {
    border-top-color: rgb(220 33 33 / 0.7);
}

.border-t-utility-error\/75 {
    border-top-color: rgb(220 33 33 / 0.75);
}

.border-t-utility-error\/80 {
    border-top-color: rgb(220 33 33 / 0.8);
}

.border-t-utility-error\/90 {
    border-top-color: rgb(220 33 33 / 0.9);
}

.border-t-utility-error\/95 {
    border-top-color: rgb(220 33 33 / 0.95);
}

.border-t-utility-info {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-t-utility-info\/0 {
    border-top-color: rgb(191 219 254 / 0);
}

.border-t-utility-info\/10 {
    border-top-color: rgb(191 219 254 / 0.1);
}

.border-t-utility-info\/100 {
    border-top-color: rgb(191 219 254 / 1);
}

.border-t-utility-info\/20 {
    border-top-color: rgb(191 219 254 / 0.2);
}

.border-t-utility-info\/25 {
    border-top-color: rgb(191 219 254 / 0.25);
}

.border-t-utility-info\/30 {
    border-top-color: rgb(191 219 254 / 0.3);
}

.border-t-utility-info\/40 {
    border-top-color: rgb(191 219 254 / 0.4);
}

.border-t-utility-info\/5 {
    border-top-color: rgb(191 219 254 / 0.05);
}

.border-t-utility-info\/50 {
    border-top-color: rgb(191 219 254 / 0.5);
}

.border-t-utility-info\/60 {
    border-top-color: rgb(191 219 254 / 0.6);
}

.border-t-utility-info\/70 {
    border-top-color: rgb(191 219 254 / 0.7);
}

.border-t-utility-info\/75 {
    border-top-color: rgb(191 219 254 / 0.75);
}

.border-t-utility-info\/80 {
    border-top-color: rgb(191 219 254 / 0.8);
}

.border-t-utility-info\/90 {
    border-top-color: rgb(191 219 254 / 0.9);
}

.border-t-utility-info\/95 {
    border-top-color: rgb(191 219 254 / 0.95);
}

.border-t-utility-success {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.border-t-utility-success\/0 {
    border-top-color: rgb(92 204 23 / 0);
}

.border-t-utility-success\/10 {
    border-top-color: rgb(92 204 23 / 0.1);
}

.border-t-utility-success\/100 {
    border-top-color: rgb(92 204 23 / 1);
}

.border-t-utility-success\/20 {
    border-top-color: rgb(92 204 23 / 0.2);
}

.border-t-utility-success\/25 {
    border-top-color: rgb(92 204 23 / 0.25);
}

.border-t-utility-success\/30 {
    border-top-color: rgb(92 204 23 / 0.3);
}

.border-t-utility-success\/40 {
    border-top-color: rgb(92 204 23 / 0.4);
}

.border-t-utility-success\/5 {
    border-top-color: rgb(92 204 23 / 0.05);
}

.border-t-utility-success\/50 {
    border-top-color: rgb(92 204 23 / 0.5);
}

.border-t-utility-success\/60 {
    border-top-color: rgb(92 204 23 / 0.6);
}

.border-t-utility-success\/70 {
    border-top-color: rgb(92 204 23 / 0.7);
}

.border-t-utility-success\/75 {
    border-top-color: rgb(92 204 23 / 0.75);
}

.border-t-utility-success\/80 {
    border-top-color: rgb(92 204 23 / 0.8);
}

.border-t-utility-success\/90 {
    border-top-color: rgb(92 204 23 / 0.9);
}

.border-t-utility-success\/95 {
    border-top-color: rgb(92 204 23 / 0.95);
}

.border-t-utility-warning {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.border-t-utility-warning\/0 {
    border-top-color: rgb(219 170 110 / 0);
}

.border-t-utility-warning\/10 {
    border-top-color: rgb(219 170 110 / 0.1);
}

.border-t-utility-warning\/100 {
    border-top-color: rgb(219 170 110 / 1);
}

.border-t-utility-warning\/20 {
    border-top-color: rgb(219 170 110 / 0.2);
}

.border-t-utility-warning\/25 {
    border-top-color: rgb(219 170 110 / 0.25);
}

.border-t-utility-warning\/30 {
    border-top-color: rgb(219 170 110 / 0.3);
}

.border-t-utility-warning\/40 {
    border-top-color: rgb(219 170 110 / 0.4);
}

.border-t-utility-warning\/5 {
    border-top-color: rgb(219 170 110 / 0.05);
}

.border-t-utility-warning\/50 {
    border-top-color: rgb(219 170 110 / 0.5);
}

.border-t-utility-warning\/60 {
    border-top-color: rgb(219 170 110 / 0.6);
}

.border-t-utility-warning\/70 {
    border-top-color: rgb(219 170 110 / 0.7);
}

.border-t-utility-warning\/75 {
    border-top-color: rgb(219 170 110 / 0.75);
}

.border-t-utility-warning\/80 {
    border-top-color: rgb(219 170 110 / 0.8);
}

.border-t-utility-warning\/90 {
    border-top-color: rgb(219 170 110 / 0.9);
}

.border-t-utility-warning\/95 {
    border-top-color: rgb(219 170 110 / 0.95);
}

.border-t-very-dark-blue {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.border-t-very-dark-blue\/0 {
    border-top-color: rgb(4 4 47 / 0);
}

.border-t-very-dark-blue\/10 {
    border-top-color: rgb(4 4 47 / 0.1);
}

.border-t-very-dark-blue\/100 {
    border-top-color: rgb(4 4 47 / 1);
}

.border-t-very-dark-blue\/20 {
    border-top-color: rgb(4 4 47 / 0.2);
}

.border-t-very-dark-blue\/25 {
    border-top-color: rgb(4 4 47 / 0.25);
}

.border-t-very-dark-blue\/30 {
    border-top-color: rgb(4 4 47 / 0.3);
}

.border-t-very-dark-blue\/40 {
    border-top-color: rgb(4 4 47 / 0.4);
}

.border-t-very-dark-blue\/5 {
    border-top-color: rgb(4 4 47 / 0.05);
}

.border-t-very-dark-blue\/50 {
    border-top-color: rgb(4 4 47 / 0.5);
}

.border-t-very-dark-blue\/60 {
    border-top-color: rgb(4 4 47 / 0.6);
}

.border-t-very-dark-blue\/70 {
    border-top-color: rgb(4 4 47 / 0.7);
}

.border-t-very-dark-blue\/75 {
    border-top-color: rgb(4 4 47 / 0.75);
}

.border-t-very-dark-blue\/80 {
    border-top-color: rgb(4 4 47 / 0.8);
}

.border-t-very-dark-blue\/90 {
    border-top-color: rgb(4 4 47 / 0.9);
}

.border-t-very-dark-blue\/95 {
    border-top-color: rgb(4 4 47 / 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-20 {
    --tw-border-opacity: 0.2;
}

.border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.border-opacity-30 {
    --tw-border-opacity: 0.3;
}

.border-opacity-40 {
    --tw-border-opacity: 0.4;
}

.border-opacity-5 {
    --tw-border-opacity: 0.05;
}

.border-opacity-50 {
    --tw-border-opacity: 0.5;
}

.border-opacity-60 {
    --tw-border-opacity: 0.6;
}

.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-90 {
    --tw-border-opacity: 0.9;
}

.border-opacity-95 {
    --tw-border-opacity: 0.95;
}

.\!bg-transparent {
    background-color: transparent !important;
}

.bg-\[\#000000\]\/70 {
    background-color: rgb(0 0 0 / 0.7);
}

.bg-\[\#7D2991\] {
    background-color: #7D2991;
}

.bg-\[\#890116\] {
    background-color: #890116;
}

.bg-accent-green-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(42 172 110 / var(--tw-bg-opacity));
}

.bg-accent-green-dark\/0 {
    background-color: rgb(42 172 110 / 0);
}

.bg-accent-green-dark\/10 {
    background-color: rgb(42 172 110 / 0.1);
}

.bg-accent-green-dark\/100 {
    background-color: rgb(42 172 110 / 1);
}

.bg-accent-green-dark\/20 {
    background-color: rgb(42 172 110 / 0.2);
}

.bg-accent-green-dark\/25 {
    background-color: rgb(42 172 110 / 0.25);
}

.bg-accent-green-dark\/30 {
    background-color: rgb(42 172 110 / 0.3);
}

.bg-accent-green-dark\/40 {
    background-color: rgb(42 172 110 / 0.4);
}

.bg-accent-green-dark\/5 {
    background-color: rgb(42 172 110 / 0.05);
}

.bg-accent-green-dark\/50 {
    background-color: rgb(42 172 110 / 0.5);
}

.bg-accent-green-dark\/60 {
    background-color: rgb(42 172 110 / 0.6);
}

.bg-accent-green-dark\/70 {
    background-color: rgb(42 172 110 / 0.7);
}

.bg-accent-green-dark\/75 {
    background-color: rgb(42 172 110 / 0.75);
}

.bg-accent-green-dark\/80 {
    background-color: rgb(42 172 110 / 0.8);
}

.bg-accent-green-dark\/90 {
    background-color: rgb(42 172 110 / 0.9);
}

.bg-accent-green-dark\/95 {
    background-color: rgb(42 172 110 / 0.95);
}

.bg-accent-green-light {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.bg-accent-green-light\/0 {
    background-color: rgb(90 226 75 / 0);
}

.bg-accent-green-light\/10 {
    background-color: rgb(90 226 75 / 0.1);
}

.bg-accent-green-light\/100 {
    background-color: rgb(90 226 75 / 1);
}

.bg-accent-green-light\/20 {
    background-color: rgb(90 226 75 / 0.2);
}

.bg-accent-green-light\/25 {
    background-color: rgb(90 226 75 / 0.25);
}

.bg-accent-green-light\/30 {
    background-color: rgb(90 226 75 / 0.3);
}

.bg-accent-green-light\/40 {
    background-color: rgb(90 226 75 / 0.4);
}

.bg-accent-green-light\/5 {
    background-color: rgb(90 226 75 / 0.05);
}

.bg-accent-green-light\/50 {
    background-color: rgb(90 226 75 / 0.5);
}

.bg-accent-green-light\/60 {
    background-color: rgb(90 226 75 / 0.6);
}

.bg-accent-green-light\/70 {
    background-color: rgb(90 226 75 / 0.7);
}

.bg-accent-green-light\/75 {
    background-color: rgb(90 226 75 / 0.75);
}

.bg-accent-green-light\/80 {
    background-color: rgb(90 226 75 / 0.8);
}

.bg-accent-green-light\/90 {
    background-color: rgb(90 226 75 / 0.9);
}

.bg-accent-green-light\/95 {
    background-color: rgb(90 226 75 / 0.95);
}

.bg-accent-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(192 69 221 / var(--tw-bg-opacity));
}

.bg-accent-purple\/0 {
    background-color: rgb(192 69 221 / 0);
}

.bg-accent-purple\/10 {
    background-color: rgb(192 69 221 / 0.1);
}

.bg-accent-purple\/100 {
    background-color: rgb(192 69 221 / 1);
}

.bg-accent-purple\/20 {
    background-color: rgb(192 69 221 / 0.2);
}

.bg-accent-purple\/25 {
    background-color: rgb(192 69 221 / 0.25);
}

.bg-accent-purple\/30 {
    background-color: rgb(192 69 221 / 0.3);
}

.bg-accent-purple\/40 {
    background-color: rgb(192 69 221 / 0.4);
}

.bg-accent-purple\/5 {
    background-color: rgb(192 69 221 / 0.05);
}

.bg-accent-purple\/50 {
    background-color: rgb(192 69 221 / 0.5);
}

.bg-accent-purple\/60 {
    background-color: rgb(192 69 221 / 0.6);
}

.bg-accent-purple\/70 {
    background-color: rgb(192 69 221 / 0.7);
}

.bg-accent-purple\/75 {
    background-color: rgb(192 69 221 / 0.75);
}

.bg-accent-purple\/80 {
    background-color: rgb(192 69 221 / 0.8);
}

.bg-accent-purple\/90 {
    background-color: rgb(192 69 221 / 0.9);
}

.bg-accent-purple\/95 {
    background-color: rgb(192 69 221 / 0.95);
}

.bg-current {
    background-color: currentColor;
}

.bg-gray-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
}

.bg-gray-10\/0 {
    background-color: rgb(36 30 81 / 0);
}

.bg-gray-10\/10 {
    background-color: rgb(36 30 81 / 0.1);
}

.bg-gray-10\/100 {
    background-color: rgb(36 30 81 / 1);
}

.bg-gray-10\/20 {
    background-color: rgb(36 30 81 / 0.2);
}

.bg-gray-10\/25 {
    background-color: rgb(36 30 81 / 0.25);
}

.bg-gray-10\/30 {
    background-color: rgb(36 30 81 / 0.3);
}

.bg-gray-10\/40 {
    background-color: rgb(36 30 81 / 0.4);
}

.bg-gray-10\/5 {
    background-color: rgb(36 30 81 / 0.05);
}

.bg-gray-10\/50 {
    background-color: rgb(36 30 81 / 0.5);
}

.bg-gray-10\/60 {
    background-color: rgb(36 30 81 / 0.6);
}

.bg-gray-10\/70 {
    background-color: rgb(36 30 81 / 0.7);
}

.bg-gray-10\/75 {
    background-color: rgb(36 30 81 / 0.75);
}

.bg-gray-10\/80 {
    background-color: rgb(36 30 81 / 0.8);
}

.bg-gray-10\/90 {
    background-color: rgb(36 30 81 / 0.9);
}

.bg-gray-10\/95 {
    background-color: rgb(36 30 81 / 0.95);
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 249 / var(--tw-bg-opacity));
}

.bg-gray-100\/0 {
    background-color: rgb(248 251 249 / 0);
}

.bg-gray-100\/10 {
    background-color: rgb(248 251 249 / 0.1);
}

.bg-gray-100\/100 {
    background-color: rgb(248 251 249 / 1);
}

.bg-gray-100\/20 {
    background-color: rgb(248 251 249 / 0.2);
}

.bg-gray-100\/25 {
    background-color: rgb(248 251 249 / 0.25);
}

.bg-gray-100\/30 {
    background-color: rgb(248 251 249 / 0.3);
}

.bg-gray-100\/40 {
    background-color: rgb(248 251 249 / 0.4);
}

.bg-gray-100\/5 {
    background-color: rgb(248 251 249 / 0.05);
}

.bg-gray-100\/50 {
    background-color: rgb(248 251 249 / 0.5);
}

.bg-gray-100\/60 {
    background-color: rgb(248 251 249 / 0.6);
}

.bg-gray-100\/70 {
    background-color: rgb(248 251 249 / 0.7);
}

.bg-gray-100\/75 {
    background-color: rgb(248 251 249 / 0.75);
}

.bg-gray-100\/80 {
    background-color: rgb(248 251 249 / 0.8);
}

.bg-gray-100\/90 {
    background-color: rgb(248 251 249 / 0.9);
}

.bg-gray-100\/95 {
    background-color: rgb(248 251 249 / 0.95);
}

.bg-gray-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(60 54 99 / var(--tw-bg-opacity));
}

.bg-gray-20\/0 {
    background-color: rgb(60 54 99 / 0);
}

.bg-gray-20\/10 {
    background-color: rgb(60 54 99 / 0.1);
}

.bg-gray-20\/100 {
    background-color: rgb(60 54 99 / 1);
}

.bg-gray-20\/20 {
    background-color: rgb(60 54 99 / 0.2);
}

.bg-gray-20\/25 {
    background-color: rgb(60 54 99 / 0.25);
}

.bg-gray-20\/30 {
    background-color: rgb(60 54 99 / 0.3);
}

.bg-gray-20\/40 {
    background-color: rgb(60 54 99 / 0.4);
}

.bg-gray-20\/5 {
    background-color: rgb(60 54 99 / 0.05);
}

.bg-gray-20\/50 {
    background-color: rgb(60 54 99 / 0.5);
}

.bg-gray-20\/60 {
    background-color: rgb(60 54 99 / 0.6);
}

.bg-gray-20\/70 {
    background-color: rgb(60 54 99 / 0.7);
}

.bg-gray-20\/75 {
    background-color: rgb(60 54 99 / 0.75);
}

.bg-gray-20\/80 {
    background-color: rgb(60 54 99 / 0.8);
}

.bg-gray-20\/90 {
    background-color: rgb(60 54 99 / 0.9);
}

.bg-gray-20\/95 {
    background-color: rgb(60 54 99 / 0.95);
}

.bg-gray-30 {
    --tw-bg-opacity: 1;
    background-color: rgb(83 79 118 / var(--tw-bg-opacity));
}

.bg-gray-30\/0 {
    background-color: rgb(83 79 118 / 0);
}

.bg-gray-30\/10 {
    background-color: rgb(83 79 118 / 0.1);
}

.bg-gray-30\/100 {
    background-color: rgb(83 79 118 / 1);
}

.bg-gray-30\/20 {
    background-color: rgb(83 79 118 / 0.2);
}

.bg-gray-30\/25 {
    background-color: rgb(83 79 118 / 0.25);
}

.bg-gray-30\/30 {
    background-color: rgb(83 79 118 / 0.3);
}

.bg-gray-30\/40 {
    background-color: rgb(83 79 118 / 0.4);
}

.bg-gray-30\/5 {
    background-color: rgb(83 79 118 / 0.05);
}

.bg-gray-30\/50 {
    background-color: rgb(83 79 118 / 0.5);
}

.bg-gray-30\/60 {
    background-color: rgb(83 79 118 / 0.6);
}

.bg-gray-30\/70 {
    background-color: rgb(83 79 118 / 0.7);
}

.bg-gray-30\/75 {
    background-color: rgb(83 79 118 / 0.75);
}

.bg-gray-30\/80 {
    background-color: rgb(83 79 118 / 0.8);
}

.bg-gray-30\/90 {
    background-color: rgb(83 79 118 / 0.9);
}

.bg-gray-30\/95 {
    background-color: rgb(83 79 118 / 0.95);
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 128 155 / var(--tw-bg-opacity));
}

.bg-gray-50\/0 {
    background-color: rgb(130 128 155 / 0);
}

.bg-gray-50\/10 {
    background-color: rgb(130 128 155 / 0.1);
}

.bg-gray-50\/100 {
    background-color: rgb(130 128 155 / 1);
}

.bg-gray-50\/20 {
    background-color: rgb(130 128 155 / 0.2);
}

.bg-gray-50\/25 {
    background-color: rgb(130 128 155 / 0.25);
}

.bg-gray-50\/30 {
    background-color: rgb(130 128 155 / 0.3);
}

.bg-gray-50\/40 {
    background-color: rgb(130 128 155 / 0.4);
}

.bg-gray-50\/5 {
    background-color: rgb(130 128 155 / 0.05);
}

.bg-gray-50\/50 {
    background-color: rgb(130 128 155 / 0.5);
}

.bg-gray-50\/60 {
    background-color: rgb(130 128 155 / 0.6);
}

.bg-gray-50\/70 {
    background-color: rgb(130 128 155 / 0.7);
}

.bg-gray-50\/75 {
    background-color: rgb(130 128 155 / 0.75);
}

.bg-gray-50\/80 {
    background-color: rgb(130 128 155 / 0.8);
}

.bg-gray-50\/90 {
    background-color: rgb(130 128 155 / 0.9);
}

.bg-gray-50\/95 {
    background-color: rgb(130 128 155 / 0.95);
}

.bg-gray-70 {
    --tw-bg-opacity: 1;
    background-color: rgb(177 177 193 / var(--tw-bg-opacity));
}

.bg-gray-70\/0 {
    background-color: rgb(177 177 193 / 0);
}

.bg-gray-70\/10 {
    background-color: rgb(177 177 193 / 0.1);
}

.bg-gray-70\/100 {
    background-color: rgb(177 177 193 / 1);
}

.bg-gray-70\/20 {
    background-color: rgb(177 177 193 / 0.2);
}

.bg-gray-70\/25 {
    background-color: rgb(177 177 193 / 0.25);
}

.bg-gray-70\/30 {
    background-color: rgb(177 177 193 / 0.3);
}

.bg-gray-70\/40 {
    background-color: rgb(177 177 193 / 0.4);
}

.bg-gray-70\/5 {
    background-color: rgb(177 177 193 / 0.05);
}

.bg-gray-70\/50 {
    background-color: rgb(177 177 193 / 0.5);
}

.bg-gray-70\/60 {
    background-color: rgb(177 177 193 / 0.6);
}

.bg-gray-70\/70 {
    background-color: rgb(177 177 193 / 0.7);
}

.bg-gray-70\/75 {
    background-color: rgb(177 177 193 / 0.75);
}

.bg-gray-70\/80 {
    background-color: rgb(177 177 193 / 0.8);
}

.bg-gray-70\/90 {
    background-color: rgb(177 177 193 / 0.9);
}

.bg-gray-70\/95 {
    background-color: rgb(177 177 193 / 0.95);
}

.bg-green-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 28 66 / var(--tw-bg-opacity));
}

.bg-green-10\/0 {
    background-color: rgb(19 28 66 / 0);
}

.bg-green-10\/10 {
    background-color: rgb(19 28 66 / 0.1);
}

.bg-green-10\/100 {
    background-color: rgb(19 28 66 / 1);
}

.bg-green-10\/20 {
    background-color: rgb(19 28 66 / 0.2);
}

.bg-green-10\/25 {
    background-color: rgb(19 28 66 / 0.25);
}

.bg-green-10\/30 {
    background-color: rgb(19 28 66 / 0.3);
}

.bg-green-10\/40 {
    background-color: rgb(19 28 66 / 0.4);
}

.bg-green-10\/5 {
    background-color: rgb(19 28 66 / 0.05);
}

.bg-green-10\/50 {
    background-color: rgb(19 28 66 / 0.5);
}

.bg-green-10\/60 {
    background-color: rgb(19 28 66 / 0.6);
}

.bg-green-10\/70 {
    background-color: rgb(19 28 66 / 0.7);
}

.bg-green-10\/75 {
    background-color: rgb(19 28 66 / 0.75);
}

.bg-green-10\/80 {
    background-color: rgb(19 28 66 / 0.8);
}

.bg-green-10\/90 {
    background-color: rgb(19 28 66 / 0.9);
}

.bg-green-10\/95 {
    background-color: rgb(19 28 66 / 0.95);
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.bg-green-100\/0 {
    background-color: rgb(90 226 75 / 0);
}

.bg-green-100\/10 {
    background-color: rgb(90 226 75 / 0.1);
}

.bg-green-100\/100 {
    background-color: rgb(90 226 75 / 1);
}

.bg-green-100\/20 {
    background-color: rgb(90 226 75 / 0.2);
}

.bg-green-100\/25 {
    background-color: rgb(90 226 75 / 0.25);
}

.bg-green-100\/30 {
    background-color: rgb(90 226 75 / 0.3);
}

.bg-green-100\/40 {
    background-color: rgb(90 226 75 / 0.4);
}

.bg-green-100\/5 {
    background-color: rgb(90 226 75 / 0.05);
}

.bg-green-100\/50 {
    background-color: rgb(90 226 75 / 0.5);
}

.bg-green-100\/60 {
    background-color: rgb(90 226 75 / 0.6);
}

.bg-green-100\/70 {
    background-color: rgb(90 226 75 / 0.7);
}

.bg-green-100\/75 {
    background-color: rgb(90 226 75 / 0.75);
}

.bg-green-100\/80 {
    background-color: rgb(90 226 75 / 0.8);
}

.bg-green-100\/90 {
    background-color: rgb(90 226 75 / 0.9);
}

.bg-green-100\/95 {
    background-color: rgb(90 226 75 / 0.95);
}

.bg-green-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 52 70 / var(--tw-bg-opacity));
}

.bg-green-20\/0 {
    background-color: rgb(26 52 70 / 0);
}

.bg-green-20\/10 {
    background-color: rgb(26 52 70 / 0.1);
}

.bg-green-20\/100 {
    background-color: rgb(26 52 70 / 1);
}

.bg-green-20\/20 {
    background-color: rgb(26 52 70 / 0.2);
}

.bg-green-20\/25 {
    background-color: rgb(26 52 70 / 0.25);
}

.bg-green-20\/30 {
    background-color: rgb(26 52 70 / 0.3);
}

.bg-green-20\/40 {
    background-color: rgb(26 52 70 / 0.4);
}

.bg-green-20\/5 {
    background-color: rgb(26 52 70 / 0.05);
}

.bg-green-20\/50 {
    background-color: rgb(26 52 70 / 0.5);
}

.bg-green-20\/60 {
    background-color: rgb(26 52 70 / 0.6);
}

.bg-green-20\/70 {
    background-color: rgb(26 52 70 / 0.7);
}

.bg-green-20\/75 {
    background-color: rgb(26 52 70 / 0.75);
}

.bg-green-20\/80 {
    background-color: rgb(26 52 70 / 0.8);
}

.bg-green-20\/90 {
    background-color: rgb(26 52 70 / 0.9);
}

.bg-green-20\/95 {
    background-color: rgb(26 52 70 / 0.95);
}

.bg-green-30 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 75 75 / var(--tw-bg-opacity));
}

.bg-green-30\/0 {
    background-color: rgb(32 75 75 / 0);
}

.bg-green-30\/10 {
    background-color: rgb(32 75 75 / 0.1);
}

.bg-green-30\/100 {
    background-color: rgb(32 75 75 / 1);
}

.bg-green-30\/20 {
    background-color: rgb(32 75 75 / 0.2);
}

.bg-green-30\/25 {
    background-color: rgb(32 75 75 / 0.25);
}

.bg-green-30\/30 {
    background-color: rgb(32 75 75 / 0.3);
}

.bg-green-30\/40 {
    background-color: rgb(32 75 75 / 0.4);
}

.bg-green-30\/5 {
    background-color: rgb(32 75 75 / 0.05);
}

.bg-green-30\/50 {
    background-color: rgb(32 75 75 / 0.5);
}

.bg-green-30\/60 {
    background-color: rgb(32 75 75 / 0.6);
}

.bg-green-30\/70 {
    background-color: rgb(32 75 75 / 0.7);
}

.bg-green-30\/75 {
    background-color: rgb(32 75 75 / 0.75);
}

.bg-green-30\/80 {
    background-color: rgb(32 75 75 / 0.8);
}

.bg-green-30\/90 {
    background-color: rgb(32 75 75 / 0.9);
}

.bg-green-30\/95 {
    background-color: rgb(32 75 75 / 0.95);
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 121 83 / var(--tw-bg-opacity));
}

.bg-green-50\/0 {
    background-color: rgb(44 121 83 / 0);
}

.bg-green-50\/10 {
    background-color: rgb(44 121 83 / 0.1);
}

.bg-green-50\/100 {
    background-color: rgb(44 121 83 / 1);
}

.bg-green-50\/20 {
    background-color: rgb(44 121 83 / 0.2);
}

.bg-green-50\/25 {
    background-color: rgb(44 121 83 / 0.25);
}

.bg-green-50\/30 {
    background-color: rgb(44 121 83 / 0.3);
}

.bg-green-50\/40 {
    background-color: rgb(44 121 83 / 0.4);
}

.bg-green-50\/5 {
    background-color: rgb(44 121 83 / 0.05);
}

.bg-green-50\/50 {
    background-color: rgb(44 121 83 / 0.5);
}

.bg-green-50\/60 {
    background-color: rgb(44 121 83 / 0.6);
}

.bg-green-50\/70 {
    background-color: rgb(44 121 83 / 0.7);
}

.bg-green-50\/75 {
    background-color: rgb(44 121 83 / 0.75);
}

.bg-green-50\/80 {
    background-color: rgb(44 121 83 / 0.8);
}

.bg-green-50\/90 {
    background-color: rgb(44 121 83 / 0.9);
}

.bg-green-50\/95 {
    background-color: rgb(44 121 83 / 0.95);
}

.bg-green-70 {
    --tw-bg-opacity: 1;
    background-color: rgb(57 168 91 / var(--tw-bg-opacity));
}

.bg-green-70\/0 {
    background-color: rgb(57 168 91 / 0);
}

.bg-green-70\/10 {
    background-color: rgb(57 168 91 / 0.1);
}

.bg-green-70\/100 {
    background-color: rgb(57 168 91 / 1);
}

.bg-green-70\/20 {
    background-color: rgb(57 168 91 / 0.2);
}

.bg-green-70\/25 {
    background-color: rgb(57 168 91 / 0.25);
}

.bg-green-70\/30 {
    background-color: rgb(57 168 91 / 0.3);
}

.bg-green-70\/40 {
    background-color: rgb(57 168 91 / 0.4);
}

.bg-green-70\/5 {
    background-color: rgb(57 168 91 / 0.05);
}

.bg-green-70\/50 {
    background-color: rgb(57 168 91 / 0.5);
}

.bg-green-70\/60 {
    background-color: rgb(57 168 91 / 0.6);
}

.bg-green-70\/70 {
    background-color: rgb(57 168 91 / 0.7);
}

.bg-green-70\/75 {
    background-color: rgb(57 168 91 / 0.75);
}

.bg-green-70\/80 {
    background-color: rgb(57 168 91 / 0.8);
}

.bg-green-70\/90 {
    background-color: rgb(57 168 91 / 0.9);
}

.bg-green-70\/95 {
    background-color: rgb(57 168 91 / 0.95);
}

.bg-purple-10 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 8 70 / var(--tw-bg-opacity));
}

.bg-purple-10\/0 {
    background-color: rgb(26 8 70 / 0);
}

.bg-purple-10\/10 {
    background-color: rgb(26 8 70 / 0.1);
}

.bg-purple-10\/100 {
    background-color: rgb(26 8 70 / 1);
}

.bg-purple-10\/20 {
    background-color: rgb(26 8 70 / 0.2);
}

.bg-purple-10\/25 {
    background-color: rgb(26 8 70 / 0.25);
}

.bg-purple-10\/30 {
    background-color: rgb(26 8 70 / 0.3);
}

.bg-purple-10\/40 {
    background-color: rgb(26 8 70 / 0.4);
}

.bg-purple-10\/5 {
    background-color: rgb(26 8 70 / 0.05);
}

.bg-purple-10\/50 {
    background-color: rgb(26 8 70 / 0.5);
}

.bg-purple-10\/60 {
    background-color: rgb(26 8 70 / 0.6);
}

.bg-purple-10\/70 {
    background-color: rgb(26 8 70 / 0.7);
}

.bg-purple-10\/75 {
    background-color: rgb(26 8 70 / 0.75);
}

.bg-purple-10\/80 {
    background-color: rgb(26 8 70 / 0.8);
}

.bg-purple-10\/90 {
    background-color: rgb(26 8 70 / 0.9);
}

.bg-purple-10\/95 {
    background-color: rgb(26 8 70 / 0.95);
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(125 41 145 / var(--tw-bg-opacity));
}

.bg-purple-100\/0 {
    background-color: rgb(125 41 145 / 0);
}

.bg-purple-100\/10 {
    background-color: rgb(125 41 145 / 0.1);
}

.bg-purple-100\/100 {
    background-color: rgb(125 41 145 / 1);
}

.bg-purple-100\/20 {
    background-color: rgb(125 41 145 / 0.2);
}

.bg-purple-100\/25 {
    background-color: rgb(125 41 145 / 0.25);
}

.bg-purple-100\/30 {
    background-color: rgb(125 41 145 / 0.3);
}

.bg-purple-100\/40 {
    background-color: rgb(125 41 145 / 0.4);
}

.bg-purple-100\/5 {
    background-color: rgb(125 41 145 / 0.05);
}

.bg-purple-100\/50 {
    background-color: rgb(125 41 145 / 0.5);
}

.bg-purple-100\/60 {
    background-color: rgb(125 41 145 / 0.6);
}

.bg-purple-100\/70 {
    background-color: rgb(125 41 145 / 0.7);
}

.bg-purple-100\/75 {
    background-color: rgb(125 41 145 / 0.75);
}

.bg-purple-100\/80 {
    background-color: rgb(125 41 145 / 0.8);
}

.bg-purple-100\/90 {
    background-color: rgb(125 41 145 / 0.9);
}

.bg-purple-100\/95 {
    background-color: rgb(125 41 145 / 0.95);
}

.bg-purple-20 {
    --tw-bg-opacity: 1;
    background-color: rgb(40 12 78 / var(--tw-bg-opacity));
}

.bg-purple-20\/0 {
    background-color: rgb(40 12 78 / 0);
}

.bg-purple-20\/10 {
    background-color: rgb(40 12 78 / 0.1);
}

.bg-purple-20\/100 {
    background-color: rgb(40 12 78 / 1);
}

.bg-purple-20\/20 {
    background-color: rgb(40 12 78 / 0.2);
}

.bg-purple-20\/25 {
    background-color: rgb(40 12 78 / 0.25);
}

.bg-purple-20\/30 {
    background-color: rgb(40 12 78 / 0.3);
}

.bg-purple-20\/40 {
    background-color: rgb(40 12 78 / 0.4);
}

.bg-purple-20\/5 {
    background-color: rgb(40 12 78 / 0.05);
}

.bg-purple-20\/50 {
    background-color: rgb(40 12 78 / 0.5);
}

.bg-purple-20\/60 {
    background-color: rgb(40 12 78 / 0.6);
}

.bg-purple-20\/70 {
    background-color: rgb(40 12 78 / 0.7);
}

.bg-purple-20\/75 {
    background-color: rgb(40 12 78 / 0.75);
}

.bg-purple-20\/80 {
    background-color: rgb(40 12 78 / 0.8);
}

.bg-purple-20\/90 {
    background-color: rgb(40 12 78 / 0.9);
}

.bg-purple-20\/95 {
    background-color: rgb(40 12 78 / 0.95);
}

.bg-purple-30 {
    --tw-bg-opacity: 1;
    background-color: rgb(53 15 86 / var(--tw-bg-opacity));
}

.bg-purple-30\/0 {
    background-color: rgb(53 15 86 / 0);
}

.bg-purple-30\/10 {
    background-color: rgb(53 15 86 / 0.1);
}

.bg-purple-30\/100 {
    background-color: rgb(53 15 86 / 1);
}

.bg-purple-30\/20 {
    background-color: rgb(53 15 86 / 0.2);
}

.bg-purple-30\/25 {
    background-color: rgb(53 15 86 / 0.25);
}

.bg-purple-30\/30 {
    background-color: rgb(53 15 86 / 0.3);
}

.bg-purple-30\/40 {
    background-color: rgb(53 15 86 / 0.4);
}

.bg-purple-30\/5 {
    background-color: rgb(53 15 86 / 0.05);
}

.bg-purple-30\/50 {
    background-color: rgb(53 15 86 / 0.5);
}

.bg-purple-30\/60 {
    background-color: rgb(53 15 86 / 0.6);
}

.bg-purple-30\/70 {
    background-color: rgb(53 15 86 / 0.7);
}

.bg-purple-30\/75 {
    background-color: rgb(53 15 86 / 0.75);
}

.bg-purple-30\/80 {
    background-color: rgb(53 15 86 / 0.8);
}

.bg-purple-30\/90 {
    background-color: rgb(53 15 86 / 0.9);
}

.bg-purple-30\/95 {
    background-color: rgb(53 15 86 / 0.95);
}

.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(79 22 102 / var(--tw-bg-opacity));
}

.bg-purple-50\/0 {
    background-color: rgb(79 22 102 / 0);
}

.bg-purple-50\/10 {
    background-color: rgb(79 22 102 / 0.1);
}

.bg-purple-50\/100 {
    background-color: rgb(79 22 102 / 1);
}

.bg-purple-50\/20 {
    background-color: rgb(79 22 102 / 0.2);
}

.bg-purple-50\/25 {
    background-color: rgb(79 22 102 / 0.25);
}

.bg-purple-50\/30 {
    background-color: rgb(79 22 102 / 0.3);
}

.bg-purple-50\/40 {
    background-color: rgb(79 22 102 / 0.4);
}

.bg-purple-50\/5 {
    background-color: rgb(79 22 102 / 0.05);
}

.bg-purple-50\/50 {
    background-color: rgb(79 22 102 / 0.5);
}

.bg-purple-50\/60 {
    background-color: rgb(79 22 102 / 0.6);
}

.bg-purple-50\/70 {
    background-color: rgb(79 22 102 / 0.7);
}

.bg-purple-50\/75 {
    background-color: rgb(79 22 102 / 0.75);
}

.bg-purple-50\/80 {
    background-color: rgb(79 22 102 / 0.8);
}

.bg-purple-50\/90 {
    background-color: rgb(79 22 102 / 0.9);
}

.bg-purple-50\/95 {
    background-color: rgb(79 22 102 / 0.95);
}

.bg-purple-70 {
    --tw-bg-opacity: 1;
    background-color: rgb(106 29 119 / var(--tw-bg-opacity));
}

.bg-purple-70\/0 {
    background-color: rgb(106 29 119 / 0);
}

.bg-purple-70\/10 {
    background-color: rgb(106 29 119 / 0.1);
}

.bg-purple-70\/100 {
    background-color: rgb(106 29 119 / 1);
}

.bg-purple-70\/20 {
    background-color: rgb(106 29 119 / 0.2);
}

.bg-purple-70\/25 {
    background-color: rgb(106 29 119 / 0.25);
}

.bg-purple-70\/30 {
    background-color: rgb(106 29 119 / 0.3);
}

.bg-purple-70\/40 {
    background-color: rgb(106 29 119 / 0.4);
}

.bg-purple-70\/5 {
    background-color: rgb(106 29 119 / 0.05);
}

.bg-purple-70\/50 {
    background-color: rgb(106 29 119 / 0.5);
}

.bg-purple-70\/60 {
    background-color: rgb(106 29 119 / 0.6);
}

.bg-purple-70\/70 {
    background-color: rgb(106 29 119 / 0.7);
}

.bg-purple-70\/75 {
    background-color: rgb(106 29 119 / 0.75);
}

.bg-purple-70\/80 {
    background-color: rgb(106 29 119 / 0.8);
}

.bg-purple-70\/90 {
    background-color: rgb(106 29 119 / 0.9);
}

.bg-purple-70\/95 {
    background-color: rgb(106 29 119 / 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\/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\/40 {
    background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
}

.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\/90 {
    background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
}

.bg-utility-error {
    --tw-bg-opacity: 1;
    background-color: rgb(220 33 33 / var(--tw-bg-opacity));
}

.bg-utility-error\/0 {
    background-color: rgb(220 33 33 / 0);
}

.bg-utility-error\/10 {
    background-color: rgb(220 33 33 / 0.1);
}

.bg-utility-error\/100 {
    background-color: rgb(220 33 33 / 1);
}

.bg-utility-error\/20 {
    background-color: rgb(220 33 33 / 0.2);
}

.bg-utility-error\/25 {
    background-color: rgb(220 33 33 / 0.25);
}

.bg-utility-error\/30 {
    background-color: rgb(220 33 33 / 0.3);
}

.bg-utility-error\/40 {
    background-color: rgb(220 33 33 / 0.4);
}

.bg-utility-error\/5 {
    background-color: rgb(220 33 33 / 0.05);
}

.bg-utility-error\/50 {
    background-color: rgb(220 33 33 / 0.5);
}

.bg-utility-error\/60 {
    background-color: rgb(220 33 33 / 0.6);
}

.bg-utility-error\/70 {
    background-color: rgb(220 33 33 / 0.7);
}

.bg-utility-error\/75 {
    background-color: rgb(220 33 33 / 0.75);
}

.bg-utility-error\/80 {
    background-color: rgb(220 33 33 / 0.8);
}

.bg-utility-error\/90 {
    background-color: rgb(220 33 33 / 0.9);
}

.bg-utility-error\/95 {
    background-color: rgb(220 33 33 / 0.95);
}

.bg-utility-info {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-utility-info\/0 {
    background-color: rgb(191 219 254 / 0);
}

.bg-utility-info\/10 {
    background-color: rgb(191 219 254 / 0.1);
}

.bg-utility-info\/100 {
    background-color: rgb(191 219 254 / 1);
}

.bg-utility-info\/20 {
    background-color: rgb(191 219 254 / 0.2);
}

.bg-utility-info\/25 {
    background-color: rgb(191 219 254 / 0.25);
}

.bg-utility-info\/30 {
    background-color: rgb(191 219 254 / 0.3);
}

.bg-utility-info\/40 {
    background-color: rgb(191 219 254 / 0.4);
}

.bg-utility-info\/5 {
    background-color: rgb(191 219 254 / 0.05);
}

.bg-utility-info\/50 {
    background-color: rgb(191 219 254 / 0.5);
}

.bg-utility-info\/60 {
    background-color: rgb(191 219 254 / 0.6);
}

.bg-utility-info\/70 {
    background-color: rgb(191 219 254 / 0.7);
}

.bg-utility-info\/75 {
    background-color: rgb(191 219 254 / 0.75);
}

.bg-utility-info\/80 {
    background-color: rgb(191 219 254 / 0.8);
}

.bg-utility-info\/90 {
    background-color: rgb(191 219 254 / 0.9);
}

.bg-utility-info\/95 {
    background-color: rgb(191 219 254 / 0.95);
}

.bg-utility-success {
    --tw-bg-opacity: 1;
    background-color: rgb(92 204 23 / var(--tw-bg-opacity));
}

.bg-utility-success\/0 {
    background-color: rgb(92 204 23 / 0);
}

.bg-utility-success\/10 {
    background-color: rgb(92 204 23 / 0.1);
}

.bg-utility-success\/100 {
    background-color: rgb(92 204 23 / 1);
}

.bg-utility-success\/20 {
    background-color: rgb(92 204 23 / 0.2);
}

.bg-utility-success\/25 {
    background-color: rgb(92 204 23 / 0.25);
}

.bg-utility-success\/30 {
    background-color: rgb(92 204 23 / 0.3);
}

.bg-utility-success\/40 {
    background-color: rgb(92 204 23 / 0.4);
}

.bg-utility-success\/5 {
    background-color: rgb(92 204 23 / 0.05);
}

.bg-utility-success\/50 {
    background-color: rgb(92 204 23 / 0.5);
}

.bg-utility-success\/60 {
    background-color: rgb(92 204 23 / 0.6);
}

.bg-utility-success\/70 {
    background-color: rgb(92 204 23 / 0.7);
}

.bg-utility-success\/75 {
    background-color: rgb(92 204 23 / 0.75);
}

.bg-utility-success\/80 {
    background-color: rgb(92 204 23 / 0.8);
}

.bg-utility-success\/90 {
    background-color: rgb(92 204 23 / 0.9);
}

.bg-utility-success\/95 {
    background-color: rgb(92 204 23 / 0.95);
}

.bg-utility-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(219 170 110 / var(--tw-bg-opacity));
}

.bg-utility-warning\/0 {
    background-color: rgb(219 170 110 / 0);
}

.bg-utility-warning\/10 {
    background-color: rgb(219 170 110 / 0.1);
}

.bg-utility-warning\/100 {
    background-color: rgb(219 170 110 / 1);
}

.bg-utility-warning\/20 {
    background-color: rgb(219 170 110 / 0.2);
}

.bg-utility-warning\/25 {
    background-color: rgb(219 170 110 / 0.25);
}

.bg-utility-warning\/30 {
    background-color: rgb(219 170 110 / 0.3);
}

.bg-utility-warning\/40 {
    background-color: rgb(219 170 110 / 0.4);
}

.bg-utility-warning\/5 {
    background-color: rgb(219 170 110 / 0.05);
}

.bg-utility-warning\/50 {
    background-color: rgb(219 170 110 / 0.5);
}

.bg-utility-warning\/60 {
    background-color: rgb(219 170 110 / 0.6);
}

.bg-utility-warning\/70 {
    background-color: rgb(219 170 110 / 0.7);
}

.bg-utility-warning\/75 {
    background-color: rgb(219 170 110 / 0.75);
}

.bg-utility-warning\/80 {
    background-color: rgb(219 170 110 / 0.8);
}

.bg-utility-warning\/90 {
    background-color: rgb(219 170 110 / 0.9);
}

.bg-utility-warning\/95 {
    background-color: rgb(219 170 110 / 0.95);
}

.bg-very-dark-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 47 / var(--tw-bg-opacity));
}

.bg-very-dark-blue\/0 {
    background-color: rgb(4 4 47 / 0);
}

.bg-very-dark-blue\/10 {
    background-color: rgb(4 4 47 / 0.1);
}

.bg-very-dark-blue\/100 {
    background-color: rgb(4 4 47 / 1);
}

.bg-very-dark-blue\/20 {
    background-color: rgb(4 4 47 / 0.2);
}

.bg-very-dark-blue\/25 {
    background-color: rgb(4 4 47 / 0.25);
}

.bg-very-dark-blue\/30 {
    background-color: rgb(4 4 47 / 0.3);
}

.bg-very-dark-blue\/40 {
    background-color: rgb(4 4 47 / 0.4);
}

.bg-very-dark-blue\/5 {
    background-color: rgb(4 4 47 / 0.05);
}

.bg-very-dark-blue\/50 {
    background-color: rgb(4 4 47 / 0.5);
}

.bg-very-dark-blue\/60 {
    background-color: rgb(4 4 47 / 0.6);
}

.bg-very-dark-blue\/70 {
    background-color: rgb(4 4 47 / 0.7);
}

.bg-very-dark-blue\/75 {
    background-color: rgb(4 4 47 / 0.75);
}

.bg-very-dark-blue\/80 {
    background-color: rgb(4 4 47 / 0.8);
}

.bg-very-dark-blue\/90 {
    background-color: rgb(4 4 47 / 0.9);
}

.bg-very-dark-blue\/95 {
    background-color: rgb(4 4 47 / 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-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
    --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.bg-opacity-40 {
    --tw-bg-opacity: 0.4;
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
    --tw-bg-opacity: 0.6;
}

.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-90 {
    --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}

.\!bg-none {
    background-image: none !important;
}

.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;
}

.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;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-2\.5 {
    padding: 0.625rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-page-gutter {
    padding-left: var(--page-gutter);
    padding-right: var(--page-gutter);
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[1\.4rem\] {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-36 {
    padding-bottom: 9rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pe-4 {
    padding-inline-end: 1rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-4 {
    padding-right: 1rem;
}

.ps-0 {
    padding-inline-start: 0px;
}

.ps-6 {
    padding-inline-start: 1.5rem;
}

.ps-8 {
    padding-inline-start: 2rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-1\.5 {
    padding-top: 0.375rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-4 {
    padding-top: 1rem;
}

.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;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.text-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-9xl {
    font-size: 8rem;
    line-height: 1;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-body-lg {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.15px;
}

.text-body-md {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
}

.text-body-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
}

.text-display-lg {
    font-size: 3.5rem;
    line-height: 4rem;
}

.text-display-md {
    font-size: 2.75rem;
    line-height: 3.25rem;
}

.text-display-sm {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.text-eyebrow-lg {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 2.5px;
}

.text-eyebrow-md {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 2.5px;
}

.text-eyebrow-sm {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 2.5px;
}

.text-eyebrow-tight-lg {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 1px;
}

.text-eyebrow-tight-md {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 1px;
}

.text-eyebrow-tight-sm {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 1px;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-title-lg {
    font-size: 1.75rem;
    line-height: 2rem;
}

.text-title-md {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.text-title-sm {
    font-size: 1rem;
    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-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.text-accent-green-dark {
    --tw-text-opacity: 1;
    color: rgb(42 172 110 / var(--tw-text-opacity));
}

.text-accent-green-dark\/0 {
    color: rgb(42 172 110 / 0);
}

.text-accent-green-dark\/10 {
    color: rgb(42 172 110 / 0.1);
}

.text-accent-green-dark\/100 {
    color: rgb(42 172 110 / 1);
}

.text-accent-green-dark\/20 {
    color: rgb(42 172 110 / 0.2);
}

.text-accent-green-dark\/25 {
    color: rgb(42 172 110 / 0.25);
}

.text-accent-green-dark\/30 {
    color: rgb(42 172 110 / 0.3);
}

.text-accent-green-dark\/40 {
    color: rgb(42 172 110 / 0.4);
}

.text-accent-green-dark\/5 {
    color: rgb(42 172 110 / 0.05);
}

.text-accent-green-dark\/50 {
    color: rgb(42 172 110 / 0.5);
}

.text-accent-green-dark\/60 {
    color: rgb(42 172 110 / 0.6);
}

.text-accent-green-dark\/70 {
    color: rgb(42 172 110 / 0.7);
}

.text-accent-green-dark\/75 {
    color: rgb(42 172 110 / 0.75);
}

.text-accent-green-dark\/80 {
    color: rgb(42 172 110 / 0.8);
}

.text-accent-green-dark\/90 {
    color: rgb(42 172 110 / 0.9);
}

.text-accent-green-dark\/95 {
    color: rgb(42 172 110 / 0.95);
}

.text-accent-green-light {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.text-accent-green-light\/0 {
    color: rgb(90 226 75 / 0);
}

.text-accent-green-light\/10 {
    color: rgb(90 226 75 / 0.1);
}

.text-accent-green-light\/100 {
    color: rgb(90 226 75 / 1);
}

.text-accent-green-light\/20 {
    color: rgb(90 226 75 / 0.2);
}

.text-accent-green-light\/25 {
    color: rgb(90 226 75 / 0.25);
}

.text-accent-green-light\/30 {
    color: rgb(90 226 75 / 0.3);
}

.text-accent-green-light\/40 {
    color: rgb(90 226 75 / 0.4);
}

.text-accent-green-light\/5 {
    color: rgb(90 226 75 / 0.05);
}

.text-accent-green-light\/50 {
    color: rgb(90 226 75 / 0.5);
}

.text-accent-green-light\/60 {
    color: rgb(90 226 75 / 0.6);
}

.text-accent-green-light\/70 {
    color: rgb(90 226 75 / 0.7);
}

.text-accent-green-light\/75 {
    color: rgb(90 226 75 / 0.75);
}

.text-accent-green-light\/80 {
    color: rgb(90 226 75 / 0.8);
}

.text-accent-green-light\/90 {
    color: rgb(90 226 75 / 0.9);
}

.text-accent-green-light\/95 {
    color: rgb(90 226 75 / 0.95);
}

.text-accent-purple {
    --tw-text-opacity: 1;
    color: rgb(192 69 221 / var(--tw-text-opacity));
}

.text-accent-purple\/0 {
    color: rgb(192 69 221 / 0);
}

.text-accent-purple\/10 {
    color: rgb(192 69 221 / 0.1);
}

.text-accent-purple\/100 {
    color: rgb(192 69 221 / 1);
}

.text-accent-purple\/20 {
    color: rgb(192 69 221 / 0.2);
}

.text-accent-purple\/25 {
    color: rgb(192 69 221 / 0.25);
}

.text-accent-purple\/30 {
    color: rgb(192 69 221 / 0.3);
}

.text-accent-purple\/40 {
    color: rgb(192 69 221 / 0.4);
}

.text-accent-purple\/5 {
    color: rgb(192 69 221 / 0.05);
}

.text-accent-purple\/50 {
    color: rgb(192 69 221 / 0.5);
}

.text-accent-purple\/60 {
    color: rgb(192 69 221 / 0.6);
}

.text-accent-purple\/70 {
    color: rgb(192 69 221 / 0.7);
}

.text-accent-purple\/75 {
    color: rgb(192 69 221 / 0.75);
}

.text-accent-purple\/80 {
    color: rgb(192 69 221 / 0.8);
}

.text-accent-purple\/90 {
    color: rgb(192 69 221 / 0.9);
}

.text-accent-purple\/95 {
    color: rgb(192 69 221 / 0.95);
}

.text-current {
    color: currentColor;
}

.text-gray-10 {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.text-gray-10\/0 {
    color: rgb(36 30 81 / 0);
}

.text-gray-10\/10 {
    color: rgb(36 30 81 / 0.1);
}

.text-gray-10\/100 {
    color: rgb(36 30 81 / 1);
}

.text-gray-10\/20 {
    color: rgb(36 30 81 / 0.2);
}

.text-gray-10\/25 {
    color: rgb(36 30 81 / 0.25);
}

.text-gray-10\/30 {
    color: rgb(36 30 81 / 0.3);
}

.text-gray-10\/40 {
    color: rgb(36 30 81 / 0.4);
}

.text-gray-10\/5 {
    color: rgb(36 30 81 / 0.05);
}

.text-gray-10\/50 {
    color: rgb(36 30 81 / 0.5);
}

.text-gray-10\/60 {
    color: rgb(36 30 81 / 0.6);
}

.text-gray-10\/70 {
    color: rgb(36 30 81 / 0.7);
}

.text-gray-10\/75 {
    color: rgb(36 30 81 / 0.75);
}

.text-gray-10\/80 {
    color: rgb(36 30 81 / 0.8);
}

.text-gray-10\/90 {
    color: rgb(36 30 81 / 0.9);
}

.text-gray-10\/95 {
    color: rgb(36 30 81 / 0.95);
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
}

.text-gray-100\/0 {
    color: rgb(248 251 249 / 0);
}

.text-gray-100\/10 {
    color: rgb(248 251 249 / 0.1);
}

.text-gray-100\/100 {
    color: rgb(248 251 249 / 1);
}

.text-gray-100\/20 {
    color: rgb(248 251 249 / 0.2);
}

.text-gray-100\/25 {
    color: rgb(248 251 249 / 0.25);
}

.text-gray-100\/30 {
    color: rgb(248 251 249 / 0.3);
}

.text-gray-100\/40 {
    color: rgb(248 251 249 / 0.4);
}

.text-gray-100\/5 {
    color: rgb(248 251 249 / 0.05);
}

.text-gray-100\/50 {
    color: rgb(248 251 249 / 0.5);
}

.text-gray-100\/60 {
    color: rgb(248 251 249 / 0.6);
}

.text-gray-100\/70 {
    color: rgb(248 251 249 / 0.7);
}

.text-gray-100\/75 {
    color: rgb(248 251 249 / 0.75);
}

.text-gray-100\/80 {
    color: rgb(248 251 249 / 0.8);
}

.text-gray-100\/90 {
    color: rgb(248 251 249 / 0.9);
}

.text-gray-100\/95 {
    color: rgb(248 251 249 / 0.95);
}

.text-gray-20 {
    --tw-text-opacity: 1;
    color: rgb(60 54 99 / var(--tw-text-opacity));
}

.text-gray-20\/0 {
    color: rgb(60 54 99 / 0);
}

.text-gray-20\/10 {
    color: rgb(60 54 99 / 0.1);
}

.text-gray-20\/100 {
    color: rgb(60 54 99 / 1);
}

.text-gray-20\/20 {
    color: rgb(60 54 99 / 0.2);
}

.text-gray-20\/25 {
    color: rgb(60 54 99 / 0.25);
}

.text-gray-20\/30 {
    color: rgb(60 54 99 / 0.3);
}

.text-gray-20\/40 {
    color: rgb(60 54 99 / 0.4);
}

.text-gray-20\/5 {
    color: rgb(60 54 99 / 0.05);
}

.text-gray-20\/50 {
    color: rgb(60 54 99 / 0.5);
}

.text-gray-20\/60 {
    color: rgb(60 54 99 / 0.6);
}

.text-gray-20\/70 {
    color: rgb(60 54 99 / 0.7);
}

.text-gray-20\/75 {
    color: rgb(60 54 99 / 0.75);
}

.text-gray-20\/80 {
    color: rgb(60 54 99 / 0.8);
}

.text-gray-20\/90 {
    color: rgb(60 54 99 / 0.9);
}

.text-gray-20\/95 {
    color: rgb(60 54 99 / 0.95);
}

.text-gray-30 {
    --tw-text-opacity: 1;
    color: rgb(83 79 118 / var(--tw-text-opacity));
}

.text-gray-30\/0 {
    color: rgb(83 79 118 / 0);
}

.text-gray-30\/10 {
    color: rgb(83 79 118 / 0.1);
}

.text-gray-30\/100 {
    color: rgb(83 79 118 / 1);
}

.text-gray-30\/20 {
    color: rgb(83 79 118 / 0.2);
}

.text-gray-30\/25 {
    color: rgb(83 79 118 / 0.25);
}

.text-gray-30\/30 {
    color: rgb(83 79 118 / 0.3);
}

.text-gray-30\/40 {
    color: rgb(83 79 118 / 0.4);
}

.text-gray-30\/5 {
    color: rgb(83 79 118 / 0.05);
}

.text-gray-30\/50 {
    color: rgb(83 79 118 / 0.5);
}

.text-gray-30\/60 {
    color: rgb(83 79 118 / 0.6);
}

.text-gray-30\/70 {
    color: rgb(83 79 118 / 0.7);
}

.text-gray-30\/75 {
    color: rgb(83 79 118 / 0.75);
}

.text-gray-30\/80 {
    color: rgb(83 79 118 / 0.8);
}

.text-gray-30\/90 {
    color: rgb(83 79 118 / 0.9);
}

.text-gray-30\/95 {
    color: rgb(83 79 118 / 0.95);
}

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(130 128 155 / var(--tw-text-opacity));
}

.text-gray-50\/0 {
    color: rgb(130 128 155 / 0);
}

.text-gray-50\/10 {
    color: rgb(130 128 155 / 0.1);
}

.text-gray-50\/100 {
    color: rgb(130 128 155 / 1);
}

.text-gray-50\/20 {
    color: rgb(130 128 155 / 0.2);
}

.text-gray-50\/25 {
    color: rgb(130 128 155 / 0.25);
}

.text-gray-50\/30 {
    color: rgb(130 128 155 / 0.3);
}

.text-gray-50\/40 {
    color: rgb(130 128 155 / 0.4);
}

.text-gray-50\/5 {
    color: rgb(130 128 155 / 0.05);
}

.text-gray-50\/50 {
    color: rgb(130 128 155 / 0.5);
}

.text-gray-50\/60 {
    color: rgb(130 128 155 / 0.6);
}

.text-gray-50\/70 {
    color: rgb(130 128 155 / 0.7);
}

.text-gray-50\/75 {
    color: rgb(130 128 155 / 0.75);
}

.text-gray-50\/80 {
    color: rgb(130 128 155 / 0.8);
}

.text-gray-50\/90 {
    color: rgb(130 128 155 / 0.9);
}

.text-gray-50\/95 {
    color: rgb(130 128 155 / 0.95);
}

.text-gray-70 {
    --tw-text-opacity: 1;
    color: rgb(177 177 193 / var(--tw-text-opacity));
}

.text-gray-70\/0 {
    color: rgb(177 177 193 / 0);
}

.text-gray-70\/10 {
    color: rgb(177 177 193 / 0.1);
}

.text-gray-70\/100 {
    color: rgb(177 177 193 / 1);
}

.text-gray-70\/20 {
    color: rgb(177 177 193 / 0.2);
}

.text-gray-70\/25 {
    color: rgb(177 177 193 / 0.25);
}

.text-gray-70\/30 {
    color: rgb(177 177 193 / 0.3);
}

.text-gray-70\/40 {
    color: rgb(177 177 193 / 0.4);
}

.text-gray-70\/5 {
    color: rgb(177 177 193 / 0.05);
}

.text-gray-70\/50 {
    color: rgb(177 177 193 / 0.5);
}

.text-gray-70\/60 {
    color: rgb(177 177 193 / 0.6);
}

.text-gray-70\/70 {
    color: rgb(177 177 193 / 0.7);
}

.text-gray-70\/75 {
    color: rgb(177 177 193 / 0.75);
}

.text-gray-70\/80 {
    color: rgb(177 177 193 / 0.8);
}

.text-gray-70\/90 {
    color: rgb(177 177 193 / 0.9);
}

.text-gray-70\/95 {
    color: rgb(177 177 193 / 0.95);
}

.text-green-10 {
    --tw-text-opacity: 1;
    color: rgb(19 28 66 / var(--tw-text-opacity));
}

.text-green-10\/0 {
    color: rgb(19 28 66 / 0);
}

.text-green-10\/10 {
    color: rgb(19 28 66 / 0.1);
}

.text-green-10\/100 {
    color: rgb(19 28 66 / 1);
}

.text-green-10\/20 {
    color: rgb(19 28 66 / 0.2);
}

.text-green-10\/25 {
    color: rgb(19 28 66 / 0.25);
}

.text-green-10\/30 {
    color: rgb(19 28 66 / 0.3);
}

.text-green-10\/40 {
    color: rgb(19 28 66 / 0.4);
}

.text-green-10\/5 {
    color: rgb(19 28 66 / 0.05);
}

.text-green-10\/50 {
    color: rgb(19 28 66 / 0.5);
}

.text-green-10\/60 {
    color: rgb(19 28 66 / 0.6);
}

.text-green-10\/70 {
    color: rgb(19 28 66 / 0.7);
}

.text-green-10\/75 {
    color: rgb(19 28 66 / 0.75);
}

.text-green-10\/80 {
    color: rgb(19 28 66 / 0.8);
}

.text-green-10\/90 {
    color: rgb(19 28 66 / 0.9);
}

.text-green-10\/95 {
    color: rgb(19 28 66 / 0.95);
}

.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.text-green-100\/0 {
    color: rgb(90 226 75 / 0);
}

.text-green-100\/10 {
    color: rgb(90 226 75 / 0.1);
}

.text-green-100\/100 {
    color: rgb(90 226 75 / 1);
}

.text-green-100\/20 {
    color: rgb(90 226 75 / 0.2);
}

.text-green-100\/25 {
    color: rgb(90 226 75 / 0.25);
}

.text-green-100\/30 {
    color: rgb(90 226 75 / 0.3);
}

.text-green-100\/40 {
    color: rgb(90 226 75 / 0.4);
}

.text-green-100\/5 {
    color: rgb(90 226 75 / 0.05);
}

.text-green-100\/50 {
    color: rgb(90 226 75 / 0.5);
}

.text-green-100\/60 {
    color: rgb(90 226 75 / 0.6);
}

.text-green-100\/70 {
    color: rgb(90 226 75 / 0.7);
}

.text-green-100\/75 {
    color: rgb(90 226 75 / 0.75);
}

.text-green-100\/80 {
    color: rgb(90 226 75 / 0.8);
}

.text-green-100\/90 {
    color: rgb(90 226 75 / 0.9);
}

.text-green-100\/95 {
    color: rgb(90 226 75 / 0.95);
}

.text-green-20 {
    --tw-text-opacity: 1;
    color: rgb(26 52 70 / var(--tw-text-opacity));
}

.text-green-20\/0 {
    color: rgb(26 52 70 / 0);
}

.text-green-20\/10 {
    color: rgb(26 52 70 / 0.1);
}

.text-green-20\/100 {
    color: rgb(26 52 70 / 1);
}

.text-green-20\/20 {
    color: rgb(26 52 70 / 0.2);
}

.text-green-20\/25 {
    color: rgb(26 52 70 / 0.25);
}

.text-green-20\/30 {
    color: rgb(26 52 70 / 0.3);
}

.text-green-20\/40 {
    color: rgb(26 52 70 / 0.4);
}

.text-green-20\/5 {
    color: rgb(26 52 70 / 0.05);
}

.text-green-20\/50 {
    color: rgb(26 52 70 / 0.5);
}

.text-green-20\/60 {
    color: rgb(26 52 70 / 0.6);
}

.text-green-20\/70 {
    color: rgb(26 52 70 / 0.7);
}

.text-green-20\/75 {
    color: rgb(26 52 70 / 0.75);
}

.text-green-20\/80 {
    color: rgb(26 52 70 / 0.8);
}

.text-green-20\/90 {
    color: rgb(26 52 70 / 0.9);
}

.text-green-20\/95 {
    color: rgb(26 52 70 / 0.95);
}

.text-green-30 {
    --tw-text-opacity: 1;
    color: rgb(32 75 75 / var(--tw-text-opacity));
}

.text-green-30\/0 {
    color: rgb(32 75 75 / 0);
}

.text-green-30\/10 {
    color: rgb(32 75 75 / 0.1);
}

.text-green-30\/100 {
    color: rgb(32 75 75 / 1);
}

.text-green-30\/20 {
    color: rgb(32 75 75 / 0.2);
}

.text-green-30\/25 {
    color: rgb(32 75 75 / 0.25);
}

.text-green-30\/30 {
    color: rgb(32 75 75 / 0.3);
}

.text-green-30\/40 {
    color: rgb(32 75 75 / 0.4);
}

.text-green-30\/5 {
    color: rgb(32 75 75 / 0.05);
}

.text-green-30\/50 {
    color: rgb(32 75 75 / 0.5);
}

.text-green-30\/60 {
    color: rgb(32 75 75 / 0.6);
}

.text-green-30\/70 {
    color: rgb(32 75 75 / 0.7);
}

.text-green-30\/75 {
    color: rgb(32 75 75 / 0.75);
}

.text-green-30\/80 {
    color: rgb(32 75 75 / 0.8);
}

.text-green-30\/90 {
    color: rgb(32 75 75 / 0.9);
}

.text-green-30\/95 {
    color: rgb(32 75 75 / 0.95);
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(44 121 83 / var(--tw-text-opacity));
}

.text-green-50\/0 {
    color: rgb(44 121 83 / 0);
}

.text-green-50\/10 {
    color: rgb(44 121 83 / 0.1);
}

.text-green-50\/100 {
    color: rgb(44 121 83 / 1);
}

.text-green-50\/20 {
    color: rgb(44 121 83 / 0.2);
}

.text-green-50\/25 {
    color: rgb(44 121 83 / 0.25);
}

.text-green-50\/30 {
    color: rgb(44 121 83 / 0.3);
}

.text-green-50\/40 {
    color: rgb(44 121 83 / 0.4);
}

.text-green-50\/5 {
    color: rgb(44 121 83 / 0.05);
}

.text-green-50\/50 {
    color: rgb(44 121 83 / 0.5);
}

.text-green-50\/60 {
    color: rgb(44 121 83 / 0.6);
}

.text-green-50\/70 {
    color: rgb(44 121 83 / 0.7);
}

.text-green-50\/75 {
    color: rgb(44 121 83 / 0.75);
}

.text-green-50\/80 {
    color: rgb(44 121 83 / 0.8);
}

.text-green-50\/90 {
    color: rgb(44 121 83 / 0.9);
}

.text-green-50\/95 {
    color: rgb(44 121 83 / 0.95);
}

.text-green-70 {
    --tw-text-opacity: 1;
    color: rgb(57 168 91 / var(--tw-text-opacity));
}

.text-green-70\/0 {
    color: rgb(57 168 91 / 0);
}

.text-green-70\/10 {
    color: rgb(57 168 91 / 0.1);
}

.text-green-70\/100 {
    color: rgb(57 168 91 / 1);
}

.text-green-70\/20 {
    color: rgb(57 168 91 / 0.2);
}

.text-green-70\/25 {
    color: rgb(57 168 91 / 0.25);
}

.text-green-70\/30 {
    color: rgb(57 168 91 / 0.3);
}

.text-green-70\/40 {
    color: rgb(57 168 91 / 0.4);
}

.text-green-70\/5 {
    color: rgb(57 168 91 / 0.05);
}

.text-green-70\/50 {
    color: rgb(57 168 91 / 0.5);
}

.text-green-70\/60 {
    color: rgb(57 168 91 / 0.6);
}

.text-green-70\/70 {
    color: rgb(57 168 91 / 0.7);
}

.text-green-70\/75 {
    color: rgb(57 168 91 / 0.75);
}

.text-green-70\/80 {
    color: rgb(57 168 91 / 0.8);
}

.text-green-70\/90 {
    color: rgb(57 168 91 / 0.9);
}

.text-green-70\/95 {
    color: rgb(57 168 91 / 0.95);
}

.text-purple-10 {
    --tw-text-opacity: 1;
    color: rgb(26 8 70 / var(--tw-text-opacity));
}

.text-purple-10\/0 {
    color: rgb(26 8 70 / 0);
}

.text-purple-10\/10 {
    color: rgb(26 8 70 / 0.1);
}

.text-purple-10\/100 {
    color: rgb(26 8 70 / 1);
}

.text-purple-10\/20 {
    color: rgb(26 8 70 / 0.2);
}

.text-purple-10\/25 {
    color: rgb(26 8 70 / 0.25);
}

.text-purple-10\/30 {
    color: rgb(26 8 70 / 0.3);
}

.text-purple-10\/40 {
    color: rgb(26 8 70 / 0.4);
}

.text-purple-10\/5 {
    color: rgb(26 8 70 / 0.05);
}

.text-purple-10\/50 {
    color: rgb(26 8 70 / 0.5);
}

.text-purple-10\/60 {
    color: rgb(26 8 70 / 0.6);
}

.text-purple-10\/70 {
    color: rgb(26 8 70 / 0.7);
}

.text-purple-10\/75 {
    color: rgb(26 8 70 / 0.75);
}

.text-purple-10\/80 {
    color: rgb(26 8 70 / 0.8);
}

.text-purple-10\/90 {
    color: rgb(26 8 70 / 0.9);
}

.text-purple-10\/95 {
    color: rgb(26 8 70 / 0.95);
}

.text-purple-100 {
    --tw-text-opacity: 1;
    color: rgb(125 41 145 / var(--tw-text-opacity));
}

.text-purple-100\/0 {
    color: rgb(125 41 145 / 0);
}

.text-purple-100\/10 {
    color: rgb(125 41 145 / 0.1);
}

.text-purple-100\/100 {
    color: rgb(125 41 145 / 1);
}

.text-purple-100\/20 {
    color: rgb(125 41 145 / 0.2);
}

.text-purple-100\/25 {
    color: rgb(125 41 145 / 0.25);
}

.text-purple-100\/30 {
    color: rgb(125 41 145 / 0.3);
}

.text-purple-100\/40 {
    color: rgb(125 41 145 / 0.4);
}

.text-purple-100\/5 {
    color: rgb(125 41 145 / 0.05);
}

.text-purple-100\/50 {
    color: rgb(125 41 145 / 0.5);
}

.text-purple-100\/60 {
    color: rgb(125 41 145 / 0.6);
}

.text-purple-100\/70 {
    color: rgb(125 41 145 / 0.7);
}

.text-purple-100\/75 {
    color: rgb(125 41 145 / 0.75);
}

.text-purple-100\/80 {
    color: rgb(125 41 145 / 0.8);
}

.text-purple-100\/90 {
    color: rgb(125 41 145 / 0.9);
}

.text-purple-100\/95 {
    color: rgb(125 41 145 / 0.95);
}

.text-purple-20 {
    --tw-text-opacity: 1;
    color: rgb(40 12 78 / var(--tw-text-opacity));
}

.text-purple-20\/0 {
    color: rgb(40 12 78 / 0);
}

.text-purple-20\/10 {
    color: rgb(40 12 78 / 0.1);
}

.text-purple-20\/100 {
    color: rgb(40 12 78 / 1);
}

.text-purple-20\/20 {
    color: rgb(40 12 78 / 0.2);
}

.text-purple-20\/25 {
    color: rgb(40 12 78 / 0.25);
}

.text-purple-20\/30 {
    color: rgb(40 12 78 / 0.3);
}

.text-purple-20\/40 {
    color: rgb(40 12 78 / 0.4);
}

.text-purple-20\/5 {
    color: rgb(40 12 78 / 0.05);
}

.text-purple-20\/50 {
    color: rgb(40 12 78 / 0.5);
}

.text-purple-20\/60 {
    color: rgb(40 12 78 / 0.6);
}

.text-purple-20\/70 {
    color: rgb(40 12 78 / 0.7);
}

.text-purple-20\/75 {
    color: rgb(40 12 78 / 0.75);
}

.text-purple-20\/80 {
    color: rgb(40 12 78 / 0.8);
}

.text-purple-20\/90 {
    color: rgb(40 12 78 / 0.9);
}

.text-purple-20\/95 {
    color: rgb(40 12 78 / 0.95);
}

.text-purple-30 {
    --tw-text-opacity: 1;
    color: rgb(53 15 86 / var(--tw-text-opacity));
}

.text-purple-30\/0 {
    color: rgb(53 15 86 / 0);
}

.text-purple-30\/10 {
    color: rgb(53 15 86 / 0.1);
}

.text-purple-30\/100 {
    color: rgb(53 15 86 / 1);
}

.text-purple-30\/20 {
    color: rgb(53 15 86 / 0.2);
}

.text-purple-30\/25 {
    color: rgb(53 15 86 / 0.25);
}

.text-purple-30\/30 {
    color: rgb(53 15 86 / 0.3);
}

.text-purple-30\/40 {
    color: rgb(53 15 86 / 0.4);
}

.text-purple-30\/5 {
    color: rgb(53 15 86 / 0.05);
}

.text-purple-30\/50 {
    color: rgb(53 15 86 / 0.5);
}

.text-purple-30\/60 {
    color: rgb(53 15 86 / 0.6);
}

.text-purple-30\/70 {
    color: rgb(53 15 86 / 0.7);
}

.text-purple-30\/75 {
    color: rgb(53 15 86 / 0.75);
}

.text-purple-30\/80 {
    color: rgb(53 15 86 / 0.8);
}

.text-purple-30\/90 {
    color: rgb(53 15 86 / 0.9);
}

.text-purple-30\/95 {
    color: rgb(53 15 86 / 0.95);
}

.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(79 22 102 / var(--tw-text-opacity));
}

.text-purple-50\/0 {
    color: rgb(79 22 102 / 0);
}

.text-purple-50\/10 {
    color: rgb(79 22 102 / 0.1);
}

.text-purple-50\/100 {
    color: rgb(79 22 102 / 1);
}

.text-purple-50\/20 {
    color: rgb(79 22 102 / 0.2);
}

.text-purple-50\/25 {
    color: rgb(79 22 102 / 0.25);
}

.text-purple-50\/30 {
    color: rgb(79 22 102 / 0.3);
}

.text-purple-50\/40 {
    color: rgb(79 22 102 / 0.4);
}

.text-purple-50\/5 {
    color: rgb(79 22 102 / 0.05);
}

.text-purple-50\/50 {
    color: rgb(79 22 102 / 0.5);
}

.text-purple-50\/60 {
    color: rgb(79 22 102 / 0.6);
}

.text-purple-50\/70 {
    color: rgb(79 22 102 / 0.7);
}

.text-purple-50\/75 {
    color: rgb(79 22 102 / 0.75);
}

.text-purple-50\/80 {
    color: rgb(79 22 102 / 0.8);
}

.text-purple-50\/90 {
    color: rgb(79 22 102 / 0.9);
}

.text-purple-50\/95 {
    color: rgb(79 22 102 / 0.95);
}

.text-purple-70 {
    --tw-text-opacity: 1;
    color: rgb(106 29 119 / var(--tw-text-opacity));
}

.text-purple-70\/0 {
    color: rgb(106 29 119 / 0);
}

.text-purple-70\/10 {
    color: rgb(106 29 119 / 0.1);
}

.text-purple-70\/100 {
    color: rgb(106 29 119 / 1);
}

.text-purple-70\/20 {
    color: rgb(106 29 119 / 0.2);
}

.text-purple-70\/25 {
    color: rgb(106 29 119 / 0.25);
}

.text-purple-70\/30 {
    color: rgb(106 29 119 / 0.3);
}

.text-purple-70\/40 {
    color: rgb(106 29 119 / 0.4);
}

.text-purple-70\/5 {
    color: rgb(106 29 119 / 0.05);
}

.text-purple-70\/50 {
    color: rgb(106 29 119 / 0.5);
}

.text-purple-70\/60 {
    color: rgb(106 29 119 / 0.6);
}

.text-purple-70\/70 {
    color: rgb(106 29 119 / 0.7);
}

.text-purple-70\/75 {
    color: rgb(106 29 119 / 0.75);
}

.text-purple-70\/80 {
    color: rgb(106 29 119 / 0.8);
}

.text-purple-70\/90 {
    color: rgb(106 29 119 / 0.9);
}

.text-purple-70\/95 {
    color: rgb(106 29 119 / 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\/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\/40 {
    color: rgb(0 0 0 / 0.4);
}

.text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
}

.text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
}

.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\/90 {
    color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
}

.text-utility-error {
    --tw-text-opacity: 1;
    color: rgb(220 33 33 / var(--tw-text-opacity));
}

.text-utility-error\/0 {
    color: rgb(220 33 33 / 0);
}

.text-utility-error\/10 {
    color: rgb(220 33 33 / 0.1);
}

.text-utility-error\/100 {
    color: rgb(220 33 33 / 1);
}

.text-utility-error\/20 {
    color: rgb(220 33 33 / 0.2);
}

.text-utility-error\/25 {
    color: rgb(220 33 33 / 0.25);
}

.text-utility-error\/30 {
    color: rgb(220 33 33 / 0.3);
}

.text-utility-error\/40 {
    color: rgb(220 33 33 / 0.4);
}

.text-utility-error\/5 {
    color: rgb(220 33 33 / 0.05);
}

.text-utility-error\/50 {
    color: rgb(220 33 33 / 0.5);
}

.text-utility-error\/60 {
    color: rgb(220 33 33 / 0.6);
}

.text-utility-error\/70 {
    color: rgb(220 33 33 / 0.7);
}

.text-utility-error\/75 {
    color: rgb(220 33 33 / 0.75);
}

.text-utility-error\/80 {
    color: rgb(220 33 33 / 0.8);
}

.text-utility-error\/90 {
    color: rgb(220 33 33 / 0.9);
}

.text-utility-error\/95 {
    color: rgb(220 33 33 / 0.95);
}

.text-utility-info {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity));
}

.text-utility-info\/0 {
    color: rgb(191 219 254 / 0);
}

.text-utility-info\/10 {
    color: rgb(191 219 254 / 0.1);
}

.text-utility-info\/100 {
    color: rgb(191 219 254 / 1);
}

.text-utility-info\/20 {
    color: rgb(191 219 254 / 0.2);
}

.text-utility-info\/25 {
    color: rgb(191 219 254 / 0.25);
}

.text-utility-info\/30 {
    color: rgb(191 219 254 / 0.3);
}

.text-utility-info\/40 {
    color: rgb(191 219 254 / 0.4);
}

.text-utility-info\/5 {
    color: rgb(191 219 254 / 0.05);
}

.text-utility-info\/50 {
    color: rgb(191 219 254 / 0.5);
}

.text-utility-info\/60 {
    color: rgb(191 219 254 / 0.6);
}

.text-utility-info\/70 {
    color: rgb(191 219 254 / 0.7);
}

.text-utility-info\/75 {
    color: rgb(191 219 254 / 0.75);
}

.text-utility-info\/80 {
    color: rgb(191 219 254 / 0.8);
}

.text-utility-info\/90 {
    color: rgb(191 219 254 / 0.9);
}

.text-utility-info\/95 {
    color: rgb(191 219 254 / 0.95);
}

.text-utility-success {
    --tw-text-opacity: 1;
    color: rgb(92 204 23 / var(--tw-text-opacity));
}

.text-utility-success\/0 {
    color: rgb(92 204 23 / 0);
}

.text-utility-success\/10 {
    color: rgb(92 204 23 / 0.1);
}

.text-utility-success\/100 {
    color: rgb(92 204 23 / 1);
}

.text-utility-success\/20 {
    color: rgb(92 204 23 / 0.2);
}

.text-utility-success\/25 {
    color: rgb(92 204 23 / 0.25);
}

.text-utility-success\/30 {
    color: rgb(92 204 23 / 0.3);
}

.text-utility-success\/40 {
    color: rgb(92 204 23 / 0.4);
}

.text-utility-success\/5 {
    color: rgb(92 204 23 / 0.05);
}

.text-utility-success\/50 {
    color: rgb(92 204 23 / 0.5);
}

.text-utility-success\/60 {
    color: rgb(92 204 23 / 0.6);
}

.text-utility-success\/70 {
    color: rgb(92 204 23 / 0.7);
}

.text-utility-success\/75 {
    color: rgb(92 204 23 / 0.75);
}

.text-utility-success\/80 {
    color: rgb(92 204 23 / 0.8);
}

.text-utility-success\/90 {
    color: rgb(92 204 23 / 0.9);
}

.text-utility-success\/95 {
    color: rgb(92 204 23 / 0.95);
}

.text-utility-warning {
    --tw-text-opacity: 1;
    color: rgb(219 170 110 / var(--tw-text-opacity));
}

.text-utility-warning\/0 {
    color: rgb(219 170 110 / 0);
}

.text-utility-warning\/10 {
    color: rgb(219 170 110 / 0.1);
}

.text-utility-warning\/100 {
    color: rgb(219 170 110 / 1);
}

.text-utility-warning\/20 {
    color: rgb(219 170 110 / 0.2);
}

.text-utility-warning\/25 {
    color: rgb(219 170 110 / 0.25);
}

.text-utility-warning\/30 {
    color: rgb(219 170 110 / 0.3);
}

.text-utility-warning\/40 {
    color: rgb(219 170 110 / 0.4);
}

.text-utility-warning\/5 {
    color: rgb(219 170 110 / 0.05);
}

.text-utility-warning\/50 {
    color: rgb(219 170 110 / 0.5);
}

.text-utility-warning\/60 {
    color: rgb(219 170 110 / 0.6);
}

.text-utility-warning\/70 {
    color: rgb(219 170 110 / 0.7);
}

.text-utility-warning\/75 {
    color: rgb(219 170 110 / 0.75);
}

.text-utility-warning\/80 {
    color: rgb(219 170 110 / 0.8);
}

.text-utility-warning\/90 {
    color: rgb(219 170 110 / 0.9);
}

.text-utility-warning\/95 {
    color: rgb(219 170 110 / 0.95);
}

.text-very-dark-blue {
    --tw-text-opacity: 1;
    color: rgb(4 4 47 / var(--tw-text-opacity));
}

.text-very-dark-blue\/0 {
    color: rgb(4 4 47 / 0);
}

.text-very-dark-blue\/10 {
    color: rgb(4 4 47 / 0.1);
}

.text-very-dark-blue\/100 {
    color: rgb(4 4 47 / 1);
}

.text-very-dark-blue\/20 {
    color: rgb(4 4 47 / 0.2);
}

.text-very-dark-blue\/25 {
    color: rgb(4 4 47 / 0.25);
}

.text-very-dark-blue\/30 {
    color: rgb(4 4 47 / 0.3);
}

.text-very-dark-blue\/40 {
    color: rgb(4 4 47 / 0.4);
}

.text-very-dark-blue\/5 {
    color: rgb(4 4 47 / 0.05);
}

.text-very-dark-blue\/50 {
    color: rgb(4 4 47 / 0.5);
}

.text-very-dark-blue\/60 {
    color: rgb(4 4 47 / 0.6);
}

.text-very-dark-blue\/70 {
    color: rgb(4 4 47 / 0.7);
}

.text-very-dark-blue\/75 {
    color: rgb(4 4 47 / 0.75);
}

.text-very-dark-blue\/80 {
    color: rgb(4 4 47 / 0.8);
}

.text-very-dark-blue\/90 {
    color: rgb(4 4 47 / 0.9);
}

.text-very-dark-blue\/95 {
    color: rgb(4 4 47 / 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-20 {
    --tw-text-opacity: 0.2;
}

.text-opacity-25 {
    --tw-text-opacity: 0.25;
}

.text-opacity-30 {
    --tw-text-opacity: 0.3;
}

.text-opacity-40 {
    --tw-text-opacity: 0.4;
}

.text-opacity-5 {
    --tw-text-opacity: 0.05;
}

.text-opacity-50 {
    --tw-text-opacity: 0.5;
}

.text-opacity-60 {
    --tw-text-opacity: 0.6;
}

.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-90 {
    --tw-text-opacity: 0.9;
}

.text-opacity-95 {
    --tw-text-opacity: 0.95;
}

.underline {
    text-decoration-line: underline;
}

.opacity-0 {
    opacity: 0;
}

.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-none {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-border {
    --tw-shadow: inset 0 0 0 1px;
    --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner-border-2 {
    --tw-shadow: inset 0 0 0 2px;
    --tw-shadow-colored: inset 0 0 0 2px 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-inner-border-3 {
    --tw-shadow: inset 0 0 0 3px;
    --tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-accent-green-dark {
    --tw-shadow-color: #2AAC6E;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/0 {
    --tw-shadow-color: rgb(42 172 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/10 {
    --tw-shadow-color: rgb(42 172 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/100 {
    --tw-shadow-color: rgb(42 172 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/20 {
    --tw-shadow-color: rgb(42 172 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/25 {
    --tw-shadow-color: rgb(42 172 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/30 {
    --tw-shadow-color: rgb(42 172 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/40 {
    --tw-shadow-color: rgb(42 172 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/5 {
    --tw-shadow-color: rgb(42 172 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/50 {
    --tw-shadow-color: rgb(42 172 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/60 {
    --tw-shadow-color: rgb(42 172 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/70 {
    --tw-shadow-color: rgb(42 172 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/75 {
    --tw-shadow-color: rgb(42 172 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/80 {
    --tw-shadow-color: rgb(42 172 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/90 {
    --tw-shadow-color: rgb(42 172 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-dark\/95 {
    --tw-shadow-color: rgb(42 172 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light {
    --tw-shadow-color: #5AE24B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/0 {
    --tw-shadow-color: rgb(90 226 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/10 {
    --tw-shadow-color: rgb(90 226 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/100 {
    --tw-shadow-color: rgb(90 226 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/20 {
    --tw-shadow-color: rgb(90 226 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/25 {
    --tw-shadow-color: rgb(90 226 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/30 {
    --tw-shadow-color: rgb(90 226 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/40 {
    --tw-shadow-color: rgb(90 226 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/5 {
    --tw-shadow-color: rgb(90 226 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/50 {
    --tw-shadow-color: rgb(90 226 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/60 {
    --tw-shadow-color: rgb(90 226 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/70 {
    --tw-shadow-color: rgb(90 226 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/75 {
    --tw-shadow-color: rgb(90 226 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/80 {
    --tw-shadow-color: rgb(90 226 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/90 {
    --tw-shadow-color: rgb(90 226 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-green-light\/95 {
    --tw-shadow-color: rgb(90 226 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple {
    --tw-shadow-color: #C045DD;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/0 {
    --tw-shadow-color: rgb(192 69 221 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/10 {
    --tw-shadow-color: rgb(192 69 221 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/100 {
    --tw-shadow-color: rgb(192 69 221 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/20 {
    --tw-shadow-color: rgb(192 69 221 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/25 {
    --tw-shadow-color: rgb(192 69 221 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/30 {
    --tw-shadow-color: rgb(192 69 221 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/40 {
    --tw-shadow-color: rgb(192 69 221 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/5 {
    --tw-shadow-color: rgb(192 69 221 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/50 {
    --tw-shadow-color: rgb(192 69 221 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/60 {
    --tw-shadow-color: rgb(192 69 221 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/70 {
    --tw-shadow-color: rgb(192 69 221 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/75 {
    --tw-shadow-color: rgb(192 69 221 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/80 {
    --tw-shadow-color: rgb(192 69 221 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/90 {
    --tw-shadow-color: rgb(192 69 221 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-purple\/95 {
    --tw-shadow-color: rgb(192 69 221 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
    --tw-shadow-color: currentColor;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10 {
    --tw-shadow-color: #241E51;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/0 {
    --tw-shadow-color: rgb(36 30 81 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/10 {
    --tw-shadow-color: rgb(36 30 81 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/100 {
    --tw-shadow-color: rgb(36 30 81 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/20 {
    --tw-shadow-color: rgb(36 30 81 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/25 {
    --tw-shadow-color: rgb(36 30 81 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/30 {
    --tw-shadow-color: rgb(36 30 81 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/40 {
    --tw-shadow-color: rgb(36 30 81 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/5 {
    --tw-shadow-color: rgb(36 30 81 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/50 {
    --tw-shadow-color: rgb(36 30 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/60 {
    --tw-shadow-color: rgb(36 30 81 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/70 {
    --tw-shadow-color: rgb(36 30 81 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/75 {
    --tw-shadow-color: rgb(36 30 81 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/80 {
    --tw-shadow-color: rgb(36 30 81 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/90 {
    --tw-shadow-color: rgb(36 30 81 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-10\/95 {
    --tw-shadow-color: rgb(36 30 81 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100 {
    --tw-shadow-color: #F8FBF9;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/0 {
    --tw-shadow-color: rgb(248 251 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/10 {
    --tw-shadow-color: rgb(248 251 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/100 {
    --tw-shadow-color: rgb(248 251 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/20 {
    --tw-shadow-color: rgb(248 251 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/25 {
    --tw-shadow-color: rgb(248 251 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/30 {
    --tw-shadow-color: rgb(248 251 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/40 {
    --tw-shadow-color: rgb(248 251 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/5 {
    --tw-shadow-color: rgb(248 251 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/50 {
    --tw-shadow-color: rgb(248 251 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/60 {
    --tw-shadow-color: rgb(248 251 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/70 {
    --tw-shadow-color: rgb(248 251 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/75 {
    --tw-shadow-color: rgb(248 251 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/80 {
    --tw-shadow-color: rgb(248 251 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/90 {
    --tw-shadow-color: rgb(248 251 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/95 {
    --tw-shadow-color: rgb(248 251 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20 {
    --tw-shadow-color: #3C3663;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/0 {
    --tw-shadow-color: rgb(60 54 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/10 {
    --tw-shadow-color: rgb(60 54 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/100 {
    --tw-shadow-color: rgb(60 54 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/20 {
    --tw-shadow-color: rgb(60 54 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/25 {
    --tw-shadow-color: rgb(60 54 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/30 {
    --tw-shadow-color: rgb(60 54 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/40 {
    --tw-shadow-color: rgb(60 54 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/5 {
    --tw-shadow-color: rgb(60 54 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/50 {
    --tw-shadow-color: rgb(60 54 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/60 {
    --tw-shadow-color: rgb(60 54 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/70 {
    --tw-shadow-color: rgb(60 54 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/75 {
    --tw-shadow-color: rgb(60 54 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/80 {
    --tw-shadow-color: rgb(60 54 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/90 {
    --tw-shadow-color: rgb(60 54 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-20\/95 {
    --tw-shadow-color: rgb(60 54 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30 {
    --tw-shadow-color: #534F76;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/0 {
    --tw-shadow-color: rgb(83 79 118 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/10 {
    --tw-shadow-color: rgb(83 79 118 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/100 {
    --tw-shadow-color: rgb(83 79 118 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/20 {
    --tw-shadow-color: rgb(83 79 118 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/25 {
    --tw-shadow-color: rgb(83 79 118 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/30 {
    --tw-shadow-color: rgb(83 79 118 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/40 {
    --tw-shadow-color: rgb(83 79 118 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/5 {
    --tw-shadow-color: rgb(83 79 118 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/50 {
    --tw-shadow-color: rgb(83 79 118 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/60 {
    --tw-shadow-color: rgb(83 79 118 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/70 {
    --tw-shadow-color: rgb(83 79 118 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/75 {
    --tw-shadow-color: rgb(83 79 118 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/80 {
    --tw-shadow-color: rgb(83 79 118 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/90 {
    --tw-shadow-color: rgb(83 79 118 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-30\/95 {
    --tw-shadow-color: rgb(83 79 118 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50 {
    --tw-shadow-color: #82809B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/0 {
    --tw-shadow-color: rgb(130 128 155 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/10 {
    --tw-shadow-color: rgb(130 128 155 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/100 {
    --tw-shadow-color: rgb(130 128 155 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/20 {
    --tw-shadow-color: rgb(130 128 155 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/25 {
    --tw-shadow-color: rgb(130 128 155 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/30 {
    --tw-shadow-color: rgb(130 128 155 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/40 {
    --tw-shadow-color: rgb(130 128 155 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/5 {
    --tw-shadow-color: rgb(130 128 155 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/50 {
    --tw-shadow-color: rgb(130 128 155 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/60 {
    --tw-shadow-color: rgb(130 128 155 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/70 {
    --tw-shadow-color: rgb(130 128 155 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/75 {
    --tw-shadow-color: rgb(130 128 155 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/80 {
    --tw-shadow-color: rgb(130 128 155 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/90 {
    --tw-shadow-color: rgb(130 128 155 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/95 {
    --tw-shadow-color: rgb(130 128 155 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70 {
    --tw-shadow-color: #B1B1C1;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/0 {
    --tw-shadow-color: rgb(177 177 193 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/10 {
    --tw-shadow-color: rgb(177 177 193 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/100 {
    --tw-shadow-color: rgb(177 177 193 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/20 {
    --tw-shadow-color: rgb(177 177 193 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/25 {
    --tw-shadow-color: rgb(177 177 193 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/30 {
    --tw-shadow-color: rgb(177 177 193 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/40 {
    --tw-shadow-color: rgb(177 177 193 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/5 {
    --tw-shadow-color: rgb(177 177 193 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/50 {
    --tw-shadow-color: rgb(177 177 193 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/60 {
    --tw-shadow-color: rgb(177 177 193 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/70 {
    --tw-shadow-color: rgb(177 177 193 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/75 {
    --tw-shadow-color: rgb(177 177 193 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/80 {
    --tw-shadow-color: rgb(177 177 193 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/90 {
    --tw-shadow-color: rgb(177 177 193 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-70\/95 {
    --tw-shadow-color: rgb(177 177 193 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10 {
    --tw-shadow-color: #131C42;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/0 {
    --tw-shadow-color: rgb(19 28 66 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/10 {
    --tw-shadow-color: rgb(19 28 66 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/100 {
    --tw-shadow-color: rgb(19 28 66 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/20 {
    --tw-shadow-color: rgb(19 28 66 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/25 {
    --tw-shadow-color: rgb(19 28 66 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/30 {
    --tw-shadow-color: rgb(19 28 66 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/40 {
    --tw-shadow-color: rgb(19 28 66 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/5 {
    --tw-shadow-color: rgb(19 28 66 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/50 {
    --tw-shadow-color: rgb(19 28 66 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/60 {
    --tw-shadow-color: rgb(19 28 66 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/70 {
    --tw-shadow-color: rgb(19 28 66 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/75 {
    --tw-shadow-color: rgb(19 28 66 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/80 {
    --tw-shadow-color: rgb(19 28 66 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/90 {
    --tw-shadow-color: rgb(19 28 66 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-10\/95 {
    --tw-shadow-color: rgb(19 28 66 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100 {
    --tw-shadow-color: #5AE24B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/0 {
    --tw-shadow-color: rgb(90 226 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/10 {
    --tw-shadow-color: rgb(90 226 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/100 {
    --tw-shadow-color: rgb(90 226 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/20 {
    --tw-shadow-color: rgb(90 226 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/25 {
    --tw-shadow-color: rgb(90 226 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/30 {
    --tw-shadow-color: rgb(90 226 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/40 {
    --tw-shadow-color: rgb(90 226 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/5 {
    --tw-shadow-color: rgb(90 226 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/50 {
    --tw-shadow-color: rgb(90 226 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/60 {
    --tw-shadow-color: rgb(90 226 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/70 {
    --tw-shadow-color: rgb(90 226 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/75 {
    --tw-shadow-color: rgb(90 226 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/80 {
    --tw-shadow-color: rgb(90 226 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/90 {
    --tw-shadow-color: rgb(90 226 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/95 {
    --tw-shadow-color: rgb(90 226 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20 {
    --tw-shadow-color: #1A3446;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/0 {
    --tw-shadow-color: rgb(26 52 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/10 {
    --tw-shadow-color: rgb(26 52 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/100 {
    --tw-shadow-color: rgb(26 52 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/20 {
    --tw-shadow-color: rgb(26 52 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/25 {
    --tw-shadow-color: rgb(26 52 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/30 {
    --tw-shadow-color: rgb(26 52 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/40 {
    --tw-shadow-color: rgb(26 52 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/5 {
    --tw-shadow-color: rgb(26 52 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/50 {
    --tw-shadow-color: rgb(26 52 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/60 {
    --tw-shadow-color: rgb(26 52 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/70 {
    --tw-shadow-color: rgb(26 52 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/75 {
    --tw-shadow-color: rgb(26 52 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/80 {
    --tw-shadow-color: rgb(26 52 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/90 {
    --tw-shadow-color: rgb(26 52 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-20\/95 {
    --tw-shadow-color: rgb(26 52 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30 {
    --tw-shadow-color: #204B4B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/0 {
    --tw-shadow-color: rgb(32 75 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/10 {
    --tw-shadow-color: rgb(32 75 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/100 {
    --tw-shadow-color: rgb(32 75 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/20 {
    --tw-shadow-color: rgb(32 75 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/25 {
    --tw-shadow-color: rgb(32 75 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/30 {
    --tw-shadow-color: rgb(32 75 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/40 {
    --tw-shadow-color: rgb(32 75 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/5 {
    --tw-shadow-color: rgb(32 75 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/50 {
    --tw-shadow-color: rgb(32 75 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/60 {
    --tw-shadow-color: rgb(32 75 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/70 {
    --tw-shadow-color: rgb(32 75 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/75 {
    --tw-shadow-color: rgb(32 75 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/80 {
    --tw-shadow-color: rgb(32 75 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/90 {
    --tw-shadow-color: rgb(32 75 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-30\/95 {
    --tw-shadow-color: rgb(32 75 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50 {
    --tw-shadow-color: #2C7953;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/0 {
    --tw-shadow-color: rgb(44 121 83 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/10 {
    --tw-shadow-color: rgb(44 121 83 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/100 {
    --tw-shadow-color: rgb(44 121 83 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/20 {
    --tw-shadow-color: rgb(44 121 83 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/25 {
    --tw-shadow-color: rgb(44 121 83 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/30 {
    --tw-shadow-color: rgb(44 121 83 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/40 {
    --tw-shadow-color: rgb(44 121 83 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/5 {
    --tw-shadow-color: rgb(44 121 83 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/50 {
    --tw-shadow-color: rgb(44 121 83 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/60 {
    --tw-shadow-color: rgb(44 121 83 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/70 {
    --tw-shadow-color: rgb(44 121 83 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/75 {
    --tw-shadow-color: rgb(44 121 83 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/80 {
    --tw-shadow-color: rgb(44 121 83 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/90 {
    --tw-shadow-color: rgb(44 121 83 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/95 {
    --tw-shadow-color: rgb(44 121 83 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70 {
    --tw-shadow-color: #39A85B;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/0 {
    --tw-shadow-color: rgb(57 168 91 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/10 {
    --tw-shadow-color: rgb(57 168 91 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/100 {
    --tw-shadow-color: rgb(57 168 91 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/20 {
    --tw-shadow-color: rgb(57 168 91 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/25 {
    --tw-shadow-color: rgb(57 168 91 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/30 {
    --tw-shadow-color: rgb(57 168 91 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/40 {
    --tw-shadow-color: rgb(57 168 91 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/5 {
    --tw-shadow-color: rgb(57 168 91 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/50 {
    --tw-shadow-color: rgb(57 168 91 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/60 {
    --tw-shadow-color: rgb(57 168 91 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/70 {
    --tw-shadow-color: rgb(57 168 91 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/75 {
    --tw-shadow-color: rgb(57 168 91 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/80 {
    --tw-shadow-color: rgb(57 168 91 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/90 {
    --tw-shadow-color: rgb(57 168 91 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-70\/95 {
    --tw-shadow-color: rgb(57 168 91 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10 {
    --tw-shadow-color: #1A0846;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/0 {
    --tw-shadow-color: rgb(26 8 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/10 {
    --tw-shadow-color: rgb(26 8 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/100 {
    --tw-shadow-color: rgb(26 8 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/20 {
    --tw-shadow-color: rgb(26 8 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/25 {
    --tw-shadow-color: rgb(26 8 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/30 {
    --tw-shadow-color: rgb(26 8 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/40 {
    --tw-shadow-color: rgb(26 8 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/5 {
    --tw-shadow-color: rgb(26 8 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/50 {
    --tw-shadow-color: rgb(26 8 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/60 {
    --tw-shadow-color: rgb(26 8 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/70 {
    --tw-shadow-color: rgb(26 8 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/75 {
    --tw-shadow-color: rgb(26 8 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/80 {
    --tw-shadow-color: rgb(26 8 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/90 {
    --tw-shadow-color: rgb(26 8 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-10\/95 {
    --tw-shadow-color: rgb(26 8 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100 {
    --tw-shadow-color: #7D2991;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/0 {
    --tw-shadow-color: rgb(125 41 145 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/10 {
    --tw-shadow-color: rgb(125 41 145 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/100 {
    --tw-shadow-color: rgb(125 41 145 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/20 {
    --tw-shadow-color: rgb(125 41 145 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/25 {
    --tw-shadow-color: rgb(125 41 145 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/30 {
    --tw-shadow-color: rgb(125 41 145 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/40 {
    --tw-shadow-color: rgb(125 41 145 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/5 {
    --tw-shadow-color: rgb(125 41 145 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/50 {
    --tw-shadow-color: rgb(125 41 145 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/60 {
    --tw-shadow-color: rgb(125 41 145 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/70 {
    --tw-shadow-color: rgb(125 41 145 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/75 {
    --tw-shadow-color: rgb(125 41 145 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/80 {
    --tw-shadow-color: rgb(125 41 145 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/90 {
    --tw-shadow-color: rgb(125 41 145 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/95 {
    --tw-shadow-color: rgb(125 41 145 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20 {
    --tw-shadow-color: #280C4E;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/0 {
    --tw-shadow-color: rgb(40 12 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/10 {
    --tw-shadow-color: rgb(40 12 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/100 {
    --tw-shadow-color: rgb(40 12 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/20 {
    --tw-shadow-color: rgb(40 12 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/25 {
    --tw-shadow-color: rgb(40 12 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/30 {
    --tw-shadow-color: rgb(40 12 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/40 {
    --tw-shadow-color: rgb(40 12 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/5 {
    --tw-shadow-color: rgb(40 12 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/50 {
    --tw-shadow-color: rgb(40 12 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/60 {
    --tw-shadow-color: rgb(40 12 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/70 {
    --tw-shadow-color: rgb(40 12 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/75 {
    --tw-shadow-color: rgb(40 12 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/80 {
    --tw-shadow-color: rgb(40 12 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/90 {
    --tw-shadow-color: rgb(40 12 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-20\/95 {
    --tw-shadow-color: rgb(40 12 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30 {
    --tw-shadow-color: #350F56;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/0 {
    --tw-shadow-color: rgb(53 15 86 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/10 {
    --tw-shadow-color: rgb(53 15 86 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/100 {
    --tw-shadow-color: rgb(53 15 86 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/20 {
    --tw-shadow-color: rgb(53 15 86 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/25 {
    --tw-shadow-color: rgb(53 15 86 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/30 {
    --tw-shadow-color: rgb(53 15 86 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/40 {
    --tw-shadow-color: rgb(53 15 86 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/5 {
    --tw-shadow-color: rgb(53 15 86 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/50 {
    --tw-shadow-color: rgb(53 15 86 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/60 {
    --tw-shadow-color: rgb(53 15 86 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/70 {
    --tw-shadow-color: rgb(53 15 86 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/75 {
    --tw-shadow-color: rgb(53 15 86 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/80 {
    --tw-shadow-color: rgb(53 15 86 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/90 {
    --tw-shadow-color: rgb(53 15 86 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-30\/95 {
    --tw-shadow-color: rgb(53 15 86 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50 {
    --tw-shadow-color: #4F1666;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/0 {
    --tw-shadow-color: rgb(79 22 102 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/10 {
    --tw-shadow-color: rgb(79 22 102 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/100 {
    --tw-shadow-color: rgb(79 22 102 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/20 {
    --tw-shadow-color: rgb(79 22 102 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/25 {
    --tw-shadow-color: rgb(79 22 102 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/30 {
    --tw-shadow-color: rgb(79 22 102 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/40 {
    --tw-shadow-color: rgb(79 22 102 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/5 {
    --tw-shadow-color: rgb(79 22 102 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/50 {
    --tw-shadow-color: rgb(79 22 102 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/60 {
    --tw-shadow-color: rgb(79 22 102 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/70 {
    --tw-shadow-color: rgb(79 22 102 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/75 {
    --tw-shadow-color: rgb(79 22 102 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/80 {
    --tw-shadow-color: rgb(79 22 102 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/90 {
    --tw-shadow-color: rgb(79 22 102 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/95 {
    --tw-shadow-color: rgb(79 22 102 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70 {
    --tw-shadow-color: #6A1D77;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/0 {
    --tw-shadow-color: rgb(106 29 119 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/10 {
    --tw-shadow-color: rgb(106 29 119 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/100 {
    --tw-shadow-color: rgb(106 29 119 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/20 {
    --tw-shadow-color: rgb(106 29 119 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/25 {
    --tw-shadow-color: rgb(106 29 119 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/30 {
    --tw-shadow-color: rgb(106 29 119 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/40 {
    --tw-shadow-color: rgb(106 29 119 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/5 {
    --tw-shadow-color: rgb(106 29 119 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/50 {
    --tw-shadow-color: rgb(106 29 119 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/60 {
    --tw-shadow-color: rgb(106 29 119 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/70 {
    --tw-shadow-color: rgb(106 29 119 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/75 {
    --tw-shadow-color: rgb(106 29 119 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/80 {
    --tw-shadow-color: rgb(106 29 119 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/90 {
    --tw-shadow-color: rgb(106 29 119 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-70\/95 {
    --tw-shadow-color: rgb(106 29 119 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error {
    --tw-shadow-color: #DC2121;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/0 {
    --tw-shadow-color: rgb(220 33 33 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/10 {
    --tw-shadow-color: rgb(220 33 33 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/100 {
    --tw-shadow-color: rgb(220 33 33 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/20 {
    --tw-shadow-color: rgb(220 33 33 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/25 {
    --tw-shadow-color: rgb(220 33 33 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/30 {
    --tw-shadow-color: rgb(220 33 33 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/40 {
    --tw-shadow-color: rgb(220 33 33 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/5 {
    --tw-shadow-color: rgb(220 33 33 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/50 {
    --tw-shadow-color: rgb(220 33 33 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/60 {
    --tw-shadow-color: rgb(220 33 33 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/70 {
    --tw-shadow-color: rgb(220 33 33 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/75 {
    --tw-shadow-color: rgb(220 33 33 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/80 {
    --tw-shadow-color: rgb(220 33 33 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/90 {
    --tw-shadow-color: rgb(220 33 33 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-error\/95 {
    --tw-shadow-color: rgb(220 33 33 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info {
    --tw-shadow-color: #BFDBFE;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-info\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success {
    --tw-shadow-color: #5CCC17;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/0 {
    --tw-shadow-color: rgb(92 204 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/10 {
    --tw-shadow-color: rgb(92 204 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/100 {
    --tw-shadow-color: rgb(92 204 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/20 {
    --tw-shadow-color: rgb(92 204 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/25 {
    --tw-shadow-color: rgb(92 204 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/30 {
    --tw-shadow-color: rgb(92 204 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/40 {
    --tw-shadow-color: rgb(92 204 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/5 {
    --tw-shadow-color: rgb(92 204 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/50 {
    --tw-shadow-color: rgb(92 204 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/60 {
    --tw-shadow-color: rgb(92 204 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/70 {
    --tw-shadow-color: rgb(92 204 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/75 {
    --tw-shadow-color: rgb(92 204 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/80 {
    --tw-shadow-color: rgb(92 204 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/90 {
    --tw-shadow-color: rgb(92 204 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-success\/95 {
    --tw-shadow-color: rgb(92 204 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning {
    --tw-shadow-color: #DBAA6E;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/0 {
    --tw-shadow-color: rgb(219 170 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/10 {
    --tw-shadow-color: rgb(219 170 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/100 {
    --tw-shadow-color: rgb(219 170 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/20 {
    --tw-shadow-color: rgb(219 170 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/25 {
    --tw-shadow-color: rgb(219 170 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/30 {
    --tw-shadow-color: rgb(219 170 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/40 {
    --tw-shadow-color: rgb(219 170 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/5 {
    --tw-shadow-color: rgb(219 170 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/50 {
    --tw-shadow-color: rgb(219 170 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/60 {
    --tw-shadow-color: rgb(219 170 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/70 {
    --tw-shadow-color: rgb(219 170 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/75 {
    --tw-shadow-color: rgb(219 170 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/80 {
    --tw-shadow-color: rgb(219 170 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/90 {
    --tw-shadow-color: rgb(219 170 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-utility-warning\/95 {
    --tw-shadow-color: rgb(219 170 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue {
    --tw-shadow-color: #04042F;
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/0 {
    --tw-shadow-color: rgb(4 4 47 / 0);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/10 {
    --tw-shadow-color: rgb(4 4 47 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/100 {
    --tw-shadow-color: rgb(4 4 47 / 1);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/20 {
    --tw-shadow-color: rgb(4 4 47 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/25 {
    --tw-shadow-color: rgb(4 4 47 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/30 {
    --tw-shadow-color: rgb(4 4 47 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/40 {
    --tw-shadow-color: rgb(4 4 47 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/5 {
    --tw-shadow-color: rgb(4 4 47 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/50 {
    --tw-shadow-color: rgb(4 4 47 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/60 {
    --tw-shadow-color: rgb(4 4 47 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/70 {
    --tw-shadow-color: rgb(4 4 47 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/75 {
    --tw-shadow-color: rgb(4 4 47 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/80 {
    --tw-shadow-color: rgb(4 4 47 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/90 {
    --tw-shadow-color: rgb(4 4 47 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
}

.shadow-very-dark-blue\/95 {
    --tw-shadow-color: rgb(4 4 47 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.outline {
    outline-style: solid;
}

.outline-dashed {
    outline-style: dashed;
}

.outline-dotted {
    outline-style: dotted;
}

.outline-double {
    outline-style: double;
}

.\!outline-0 {
    outline-width: 0px !important;
}

.outline-0 {
    outline-width: 0px;
}

.outline-1 {
    outline-width: 1px;
}

.outline-2 {
    outline-width: 2px;
}

.outline-4 {
    outline-width: 4px;
}

.outline-8 {
    outline-width: 8px;
}

.-outline-offset-0 {
    outline-offset: -0px;
}

.-outline-offset-1 {
    outline-offset: -1px;
}

.-outline-offset-2 {
    outline-offset: -2px;
}

.-outline-offset-4 {
    outline-offset: -4px;
}

.-outline-offset-8 {
    outline-offset: -8px;
}

.outline-offset-0 {
    outline-offset: 0px;
}

.outline-offset-1 {
    outline-offset: 1px;
}

.outline-offset-2 {
    outline-offset: 2px;
}

.outline-offset-4 {
    outline-offset: 4px;
}

.outline-offset-8 {
    outline-offset: 8px;
}

.outline-accent-green-dark {
    outline-color: #2AAC6E;
}

.outline-accent-green-dark\/0 {
    outline-color: rgb(42 172 110 / 0);
}

.outline-accent-green-dark\/10 {
    outline-color: rgb(42 172 110 / 0.1);
}

.outline-accent-green-dark\/100 {
    outline-color: rgb(42 172 110 / 1);
}

.outline-accent-green-dark\/20 {
    outline-color: rgb(42 172 110 / 0.2);
}

.outline-accent-green-dark\/25 {
    outline-color: rgb(42 172 110 / 0.25);
}

.outline-accent-green-dark\/30 {
    outline-color: rgb(42 172 110 / 0.3);
}

.outline-accent-green-dark\/40 {
    outline-color: rgb(42 172 110 / 0.4);
}

.outline-accent-green-dark\/5 {
    outline-color: rgb(42 172 110 / 0.05);
}

.outline-accent-green-dark\/50 {
    outline-color: rgb(42 172 110 / 0.5);
}

.outline-accent-green-dark\/60 {
    outline-color: rgb(42 172 110 / 0.6);
}

.outline-accent-green-dark\/70 {
    outline-color: rgb(42 172 110 / 0.7);
}

.outline-accent-green-dark\/75 {
    outline-color: rgb(42 172 110 / 0.75);
}

.outline-accent-green-dark\/80 {
    outline-color: rgb(42 172 110 / 0.8);
}

.outline-accent-green-dark\/90 {
    outline-color: rgb(42 172 110 / 0.9);
}

.outline-accent-green-dark\/95 {
    outline-color: rgb(42 172 110 / 0.95);
}

.outline-accent-green-light {
    outline-color: #5AE24B;
}

.outline-accent-green-light\/0 {
    outline-color: rgb(90 226 75 / 0);
}

.outline-accent-green-light\/10 {
    outline-color: rgb(90 226 75 / 0.1);
}

.outline-accent-green-light\/100 {
    outline-color: rgb(90 226 75 / 1);
}

.outline-accent-green-light\/20 {
    outline-color: rgb(90 226 75 / 0.2);
}

.outline-accent-green-light\/25 {
    outline-color: rgb(90 226 75 / 0.25);
}

.outline-accent-green-light\/30 {
    outline-color: rgb(90 226 75 / 0.3);
}

.outline-accent-green-light\/40 {
    outline-color: rgb(90 226 75 / 0.4);
}

.outline-accent-green-light\/5 {
    outline-color: rgb(90 226 75 / 0.05);
}

.outline-accent-green-light\/50 {
    outline-color: rgb(90 226 75 / 0.5);
}

.outline-accent-green-light\/60 {
    outline-color: rgb(90 226 75 / 0.6);
}

.outline-accent-green-light\/70 {
    outline-color: rgb(90 226 75 / 0.7);
}

.outline-accent-green-light\/75 {
    outline-color: rgb(90 226 75 / 0.75);
}

.outline-accent-green-light\/80 {
    outline-color: rgb(90 226 75 / 0.8);
}

.outline-accent-green-light\/90 {
    outline-color: rgb(90 226 75 / 0.9);
}

.outline-accent-green-light\/95 {
    outline-color: rgb(90 226 75 / 0.95);
}

.outline-accent-purple {
    outline-color: #C045DD;
}

.outline-accent-purple\/0 {
    outline-color: rgb(192 69 221 / 0);
}

.outline-accent-purple\/10 {
    outline-color: rgb(192 69 221 / 0.1);
}

.outline-accent-purple\/100 {
    outline-color: rgb(192 69 221 / 1);
}

.outline-accent-purple\/20 {
    outline-color: rgb(192 69 221 / 0.2);
}

.outline-accent-purple\/25 {
    outline-color: rgb(192 69 221 / 0.25);
}

.outline-accent-purple\/30 {
    outline-color: rgb(192 69 221 / 0.3);
}

.outline-accent-purple\/40 {
    outline-color: rgb(192 69 221 / 0.4);
}

.outline-accent-purple\/5 {
    outline-color: rgb(192 69 221 / 0.05);
}

.outline-accent-purple\/50 {
    outline-color: rgb(192 69 221 / 0.5);
}

.outline-accent-purple\/60 {
    outline-color: rgb(192 69 221 / 0.6);
}

.outline-accent-purple\/70 {
    outline-color: rgb(192 69 221 / 0.7);
}

.outline-accent-purple\/75 {
    outline-color: rgb(192 69 221 / 0.75);
}

.outline-accent-purple\/80 {
    outline-color: rgb(192 69 221 / 0.8);
}

.outline-accent-purple\/90 {
    outline-color: rgb(192 69 221 / 0.9);
}

.outline-accent-purple\/95 {
    outline-color: rgb(192 69 221 / 0.95);
}

.outline-current {
    outline-color: currentColor;
}

.outline-gray-10 {
    outline-color: #241E51;
}

.outline-gray-10\/0 {
    outline-color: rgb(36 30 81 / 0);
}

.outline-gray-10\/10 {
    outline-color: rgb(36 30 81 / 0.1);
}

.outline-gray-10\/100 {
    outline-color: rgb(36 30 81 / 1);
}

.outline-gray-10\/20 {
    outline-color: rgb(36 30 81 / 0.2);
}

.outline-gray-10\/25 {
    outline-color: rgb(36 30 81 / 0.25);
}

.outline-gray-10\/30 {
    outline-color: rgb(36 30 81 / 0.3);
}

.outline-gray-10\/40 {
    outline-color: rgb(36 30 81 / 0.4);
}

.outline-gray-10\/5 {
    outline-color: rgb(36 30 81 / 0.05);
}

.outline-gray-10\/50 {
    outline-color: rgb(36 30 81 / 0.5);
}

.outline-gray-10\/60 {
    outline-color: rgb(36 30 81 / 0.6);
}

.outline-gray-10\/70 {
    outline-color: rgb(36 30 81 / 0.7);
}

.outline-gray-10\/75 {
    outline-color: rgb(36 30 81 / 0.75);
}

.outline-gray-10\/80 {
    outline-color: rgb(36 30 81 / 0.8);
}

.outline-gray-10\/90 {
    outline-color: rgb(36 30 81 / 0.9);
}

.outline-gray-10\/95 {
    outline-color: rgb(36 30 81 / 0.95);
}

.outline-gray-100 {
    outline-color: #F8FBF9;
}

.outline-gray-100\/0 {
    outline-color: rgb(248 251 249 / 0);
}

.outline-gray-100\/10 {
    outline-color: rgb(248 251 249 / 0.1);
}

.outline-gray-100\/100 {
    outline-color: rgb(248 251 249 / 1);
}

.outline-gray-100\/20 {
    outline-color: rgb(248 251 249 / 0.2);
}

.outline-gray-100\/25 {
    outline-color: rgb(248 251 249 / 0.25);
}

.outline-gray-100\/30 {
    outline-color: rgb(248 251 249 / 0.3);
}

.outline-gray-100\/40 {
    outline-color: rgb(248 251 249 / 0.4);
}

.outline-gray-100\/5 {
    outline-color: rgb(248 251 249 / 0.05);
}

.outline-gray-100\/50 {
    outline-color: rgb(248 251 249 / 0.5);
}

.outline-gray-100\/60 {
    outline-color: rgb(248 251 249 / 0.6);
}

.outline-gray-100\/70 {
    outline-color: rgb(248 251 249 / 0.7);
}

.outline-gray-100\/75 {
    outline-color: rgb(248 251 249 / 0.75);
}

.outline-gray-100\/80 {
    outline-color: rgb(248 251 249 / 0.8);
}

.outline-gray-100\/90 {
    outline-color: rgb(248 251 249 / 0.9);
}

.outline-gray-100\/95 {
    outline-color: rgb(248 251 249 / 0.95);
}

.outline-gray-20 {
    outline-color: #3C3663;
}

.outline-gray-20\/0 {
    outline-color: rgb(60 54 99 / 0);
}

.outline-gray-20\/10 {
    outline-color: rgb(60 54 99 / 0.1);
}

.outline-gray-20\/100 {
    outline-color: rgb(60 54 99 / 1);
}

.outline-gray-20\/20 {
    outline-color: rgb(60 54 99 / 0.2);
}

.outline-gray-20\/25 {
    outline-color: rgb(60 54 99 / 0.25);
}

.outline-gray-20\/30 {
    outline-color: rgb(60 54 99 / 0.3);
}

.outline-gray-20\/40 {
    outline-color: rgb(60 54 99 / 0.4);
}

.outline-gray-20\/5 {
    outline-color: rgb(60 54 99 / 0.05);
}

.outline-gray-20\/50 {
    outline-color: rgb(60 54 99 / 0.5);
}

.outline-gray-20\/60 {
    outline-color: rgb(60 54 99 / 0.6);
}

.outline-gray-20\/70 {
    outline-color: rgb(60 54 99 / 0.7);
}

.outline-gray-20\/75 {
    outline-color: rgb(60 54 99 / 0.75);
}

.outline-gray-20\/80 {
    outline-color: rgb(60 54 99 / 0.8);
}

.outline-gray-20\/90 {
    outline-color: rgb(60 54 99 / 0.9);
}

.outline-gray-20\/95 {
    outline-color: rgb(60 54 99 / 0.95);
}

.outline-gray-30 {
    outline-color: #534F76;
}

.outline-gray-30\/0 {
    outline-color: rgb(83 79 118 / 0);
}

.outline-gray-30\/10 {
    outline-color: rgb(83 79 118 / 0.1);
}

.outline-gray-30\/100 {
    outline-color: rgb(83 79 118 / 1);
}

.outline-gray-30\/20 {
    outline-color: rgb(83 79 118 / 0.2);
}

.outline-gray-30\/25 {
    outline-color: rgb(83 79 118 / 0.25);
}

.outline-gray-30\/30 {
    outline-color: rgb(83 79 118 / 0.3);
}

.outline-gray-30\/40 {
    outline-color: rgb(83 79 118 / 0.4);
}

.outline-gray-30\/5 {
    outline-color: rgb(83 79 118 / 0.05);
}

.outline-gray-30\/50 {
    outline-color: rgb(83 79 118 / 0.5);
}

.outline-gray-30\/60 {
    outline-color: rgb(83 79 118 / 0.6);
}

.outline-gray-30\/70 {
    outline-color: rgb(83 79 118 / 0.7);
}

.outline-gray-30\/75 {
    outline-color: rgb(83 79 118 / 0.75);
}

.outline-gray-30\/80 {
    outline-color: rgb(83 79 118 / 0.8);
}

.outline-gray-30\/90 {
    outline-color: rgb(83 79 118 / 0.9);
}

.outline-gray-30\/95 {
    outline-color: rgb(83 79 118 / 0.95);
}

.outline-gray-50 {
    outline-color: #82809B;
}

.outline-gray-50\/0 {
    outline-color: rgb(130 128 155 / 0);
}

.outline-gray-50\/10 {
    outline-color: rgb(130 128 155 / 0.1);
}

.outline-gray-50\/100 {
    outline-color: rgb(130 128 155 / 1);
}

.outline-gray-50\/20 {
    outline-color: rgb(130 128 155 / 0.2);
}

.outline-gray-50\/25 {
    outline-color: rgb(130 128 155 / 0.25);
}

.outline-gray-50\/30 {
    outline-color: rgb(130 128 155 / 0.3);
}

.outline-gray-50\/40 {
    outline-color: rgb(130 128 155 / 0.4);
}

.outline-gray-50\/5 {
    outline-color: rgb(130 128 155 / 0.05);
}

.outline-gray-50\/50 {
    outline-color: rgb(130 128 155 / 0.5);
}

.outline-gray-50\/60 {
    outline-color: rgb(130 128 155 / 0.6);
}

.outline-gray-50\/70 {
    outline-color: rgb(130 128 155 / 0.7);
}

.outline-gray-50\/75 {
    outline-color: rgb(130 128 155 / 0.75);
}

.outline-gray-50\/80 {
    outline-color: rgb(130 128 155 / 0.8);
}

.outline-gray-50\/90 {
    outline-color: rgb(130 128 155 / 0.9);
}

.outline-gray-50\/95 {
    outline-color: rgb(130 128 155 / 0.95);
}

.outline-gray-70 {
    outline-color: #B1B1C1;
}

.outline-gray-70\/0 {
    outline-color: rgb(177 177 193 / 0);
}

.outline-gray-70\/10 {
    outline-color: rgb(177 177 193 / 0.1);
}

.outline-gray-70\/100 {
    outline-color: rgb(177 177 193 / 1);
}

.outline-gray-70\/20 {
    outline-color: rgb(177 177 193 / 0.2);
}

.outline-gray-70\/25 {
    outline-color: rgb(177 177 193 / 0.25);
}

.outline-gray-70\/30 {
    outline-color: rgb(177 177 193 / 0.3);
}

.outline-gray-70\/40 {
    outline-color: rgb(177 177 193 / 0.4);
}

.outline-gray-70\/5 {
    outline-color: rgb(177 177 193 / 0.05);
}

.outline-gray-70\/50 {
    outline-color: rgb(177 177 193 / 0.5);
}

.outline-gray-70\/60 {
    outline-color: rgb(177 177 193 / 0.6);
}

.outline-gray-70\/70 {
    outline-color: rgb(177 177 193 / 0.7);
}

.outline-gray-70\/75 {
    outline-color: rgb(177 177 193 / 0.75);
}

.outline-gray-70\/80 {
    outline-color: rgb(177 177 193 / 0.8);
}

.outline-gray-70\/90 {
    outline-color: rgb(177 177 193 / 0.9);
}

.outline-gray-70\/95 {
    outline-color: rgb(177 177 193 / 0.95);
}

.outline-green-10 {
    outline-color: #131C42;
}

.outline-green-10\/0 {
    outline-color: rgb(19 28 66 / 0);
}

.outline-green-10\/10 {
    outline-color: rgb(19 28 66 / 0.1);
}

.outline-green-10\/100 {
    outline-color: rgb(19 28 66 / 1);
}

.outline-green-10\/20 {
    outline-color: rgb(19 28 66 / 0.2);
}

.outline-green-10\/25 {
    outline-color: rgb(19 28 66 / 0.25);
}

.outline-green-10\/30 {
    outline-color: rgb(19 28 66 / 0.3);
}

.outline-green-10\/40 {
    outline-color: rgb(19 28 66 / 0.4);
}

.outline-green-10\/5 {
    outline-color: rgb(19 28 66 / 0.05);
}

.outline-green-10\/50 {
    outline-color: rgb(19 28 66 / 0.5);
}

.outline-green-10\/60 {
    outline-color: rgb(19 28 66 / 0.6);
}

.outline-green-10\/70 {
    outline-color: rgb(19 28 66 / 0.7);
}

.outline-green-10\/75 {
    outline-color: rgb(19 28 66 / 0.75);
}

.outline-green-10\/80 {
    outline-color: rgb(19 28 66 / 0.8);
}

.outline-green-10\/90 {
    outline-color: rgb(19 28 66 / 0.9);
}

.outline-green-10\/95 {
    outline-color: rgb(19 28 66 / 0.95);
}

.outline-green-100 {
    outline-color: #5AE24B;
}

.outline-green-100\/0 {
    outline-color: rgb(90 226 75 / 0);
}

.outline-green-100\/10 {
    outline-color: rgb(90 226 75 / 0.1);
}

.outline-green-100\/100 {
    outline-color: rgb(90 226 75 / 1);
}

.outline-green-100\/20 {
    outline-color: rgb(90 226 75 / 0.2);
}

.outline-green-100\/25 {
    outline-color: rgb(90 226 75 / 0.25);
}

.outline-green-100\/30 {
    outline-color: rgb(90 226 75 / 0.3);
}

.outline-green-100\/40 {
    outline-color: rgb(90 226 75 / 0.4);
}

.outline-green-100\/5 {
    outline-color: rgb(90 226 75 / 0.05);
}

.outline-green-100\/50 {
    outline-color: rgb(90 226 75 / 0.5);
}

.outline-green-100\/60 {
    outline-color: rgb(90 226 75 / 0.6);
}

.outline-green-100\/70 {
    outline-color: rgb(90 226 75 / 0.7);
}

.outline-green-100\/75 {
    outline-color: rgb(90 226 75 / 0.75);
}

.outline-green-100\/80 {
    outline-color: rgb(90 226 75 / 0.8);
}

.outline-green-100\/90 {
    outline-color: rgb(90 226 75 / 0.9);
}

.outline-green-100\/95 {
    outline-color: rgb(90 226 75 / 0.95);
}

.outline-green-20 {
    outline-color: #1A3446;
}

.outline-green-20\/0 {
    outline-color: rgb(26 52 70 / 0);
}

.outline-green-20\/10 {
    outline-color: rgb(26 52 70 / 0.1);
}

.outline-green-20\/100 {
    outline-color: rgb(26 52 70 / 1);
}

.outline-green-20\/20 {
    outline-color: rgb(26 52 70 / 0.2);
}

.outline-green-20\/25 {
    outline-color: rgb(26 52 70 / 0.25);
}

.outline-green-20\/30 {
    outline-color: rgb(26 52 70 / 0.3);
}

.outline-green-20\/40 {
    outline-color: rgb(26 52 70 / 0.4);
}

.outline-green-20\/5 {
    outline-color: rgb(26 52 70 / 0.05);
}

.outline-green-20\/50 {
    outline-color: rgb(26 52 70 / 0.5);
}

.outline-green-20\/60 {
    outline-color: rgb(26 52 70 / 0.6);
}

.outline-green-20\/70 {
    outline-color: rgb(26 52 70 / 0.7);
}

.outline-green-20\/75 {
    outline-color: rgb(26 52 70 / 0.75);
}

.outline-green-20\/80 {
    outline-color: rgb(26 52 70 / 0.8);
}

.outline-green-20\/90 {
    outline-color: rgb(26 52 70 / 0.9);
}

.outline-green-20\/95 {
    outline-color: rgb(26 52 70 / 0.95);
}

.outline-green-30 {
    outline-color: #204B4B;
}

.outline-green-30\/0 {
    outline-color: rgb(32 75 75 / 0);
}

.outline-green-30\/10 {
    outline-color: rgb(32 75 75 / 0.1);
}

.outline-green-30\/100 {
    outline-color: rgb(32 75 75 / 1);
}

.outline-green-30\/20 {
    outline-color: rgb(32 75 75 / 0.2);
}

.outline-green-30\/25 {
    outline-color: rgb(32 75 75 / 0.25);
}

.outline-green-30\/30 {
    outline-color: rgb(32 75 75 / 0.3);
}

.outline-green-30\/40 {
    outline-color: rgb(32 75 75 / 0.4);
}

.outline-green-30\/5 {
    outline-color: rgb(32 75 75 / 0.05);
}

.outline-green-30\/50 {
    outline-color: rgb(32 75 75 / 0.5);
}

.outline-green-30\/60 {
    outline-color: rgb(32 75 75 / 0.6);
}

.outline-green-30\/70 {
    outline-color: rgb(32 75 75 / 0.7);
}

.outline-green-30\/75 {
    outline-color: rgb(32 75 75 / 0.75);
}

.outline-green-30\/80 {
    outline-color: rgb(32 75 75 / 0.8);
}

.outline-green-30\/90 {
    outline-color: rgb(32 75 75 / 0.9);
}

.outline-green-30\/95 {
    outline-color: rgb(32 75 75 / 0.95);
}

.outline-green-50 {
    outline-color: #2C7953;
}

.outline-green-50\/0 {
    outline-color: rgb(44 121 83 / 0);
}

.outline-green-50\/10 {
    outline-color: rgb(44 121 83 / 0.1);
}

.outline-green-50\/100 {
    outline-color: rgb(44 121 83 / 1);
}

.outline-green-50\/20 {
    outline-color: rgb(44 121 83 / 0.2);
}

.outline-green-50\/25 {
    outline-color: rgb(44 121 83 / 0.25);
}

.outline-green-50\/30 {
    outline-color: rgb(44 121 83 / 0.3);
}

.outline-green-50\/40 {
    outline-color: rgb(44 121 83 / 0.4);
}

.outline-green-50\/5 {
    outline-color: rgb(44 121 83 / 0.05);
}

.outline-green-50\/50 {
    outline-color: rgb(44 121 83 / 0.5);
}

.outline-green-50\/60 {
    outline-color: rgb(44 121 83 / 0.6);
}

.outline-green-50\/70 {
    outline-color: rgb(44 121 83 / 0.7);
}

.outline-green-50\/75 {
    outline-color: rgb(44 121 83 / 0.75);
}

.outline-green-50\/80 {
    outline-color: rgb(44 121 83 / 0.8);
}

.outline-green-50\/90 {
    outline-color: rgb(44 121 83 / 0.9);
}

.outline-green-50\/95 {
    outline-color: rgb(44 121 83 / 0.95);
}

.outline-green-70 {
    outline-color: #39A85B;
}

.outline-green-70\/0 {
    outline-color: rgb(57 168 91 / 0);
}

.outline-green-70\/10 {
    outline-color: rgb(57 168 91 / 0.1);
}

.outline-green-70\/100 {
    outline-color: rgb(57 168 91 / 1);
}

.outline-green-70\/20 {
    outline-color: rgb(57 168 91 / 0.2);
}

.outline-green-70\/25 {
    outline-color: rgb(57 168 91 / 0.25);
}

.outline-green-70\/30 {
    outline-color: rgb(57 168 91 / 0.3);
}

.outline-green-70\/40 {
    outline-color: rgb(57 168 91 / 0.4);
}

.outline-green-70\/5 {
    outline-color: rgb(57 168 91 / 0.05);
}

.outline-green-70\/50 {
    outline-color: rgb(57 168 91 / 0.5);
}

.outline-green-70\/60 {
    outline-color: rgb(57 168 91 / 0.6);
}

.outline-green-70\/70 {
    outline-color: rgb(57 168 91 / 0.7);
}

.outline-green-70\/75 {
    outline-color: rgb(57 168 91 / 0.75);
}

.outline-green-70\/80 {
    outline-color: rgb(57 168 91 / 0.8);
}

.outline-green-70\/90 {
    outline-color: rgb(57 168 91 / 0.9);
}

.outline-green-70\/95 {
    outline-color: rgb(57 168 91 / 0.95);
}

.outline-purple-10 {
    outline-color: #1A0846;
}

.outline-purple-10\/0 {
    outline-color: rgb(26 8 70 / 0);
}

.outline-purple-10\/10 {
    outline-color: rgb(26 8 70 / 0.1);
}

.outline-purple-10\/100 {
    outline-color: rgb(26 8 70 / 1);
}

.outline-purple-10\/20 {
    outline-color: rgb(26 8 70 / 0.2);
}

.outline-purple-10\/25 {
    outline-color: rgb(26 8 70 / 0.25);
}

.outline-purple-10\/30 {
    outline-color: rgb(26 8 70 / 0.3);
}

.outline-purple-10\/40 {
    outline-color: rgb(26 8 70 / 0.4);
}

.outline-purple-10\/5 {
    outline-color: rgb(26 8 70 / 0.05);
}

.outline-purple-10\/50 {
    outline-color: rgb(26 8 70 / 0.5);
}

.outline-purple-10\/60 {
    outline-color: rgb(26 8 70 / 0.6);
}

.outline-purple-10\/70 {
    outline-color: rgb(26 8 70 / 0.7);
}

.outline-purple-10\/75 {
    outline-color: rgb(26 8 70 / 0.75);
}

.outline-purple-10\/80 {
    outline-color: rgb(26 8 70 / 0.8);
}

.outline-purple-10\/90 {
    outline-color: rgb(26 8 70 / 0.9);
}

.outline-purple-10\/95 {
    outline-color: rgb(26 8 70 / 0.95);
}

.outline-purple-100 {
    outline-color: #7D2991;
}

.outline-purple-100\/0 {
    outline-color: rgb(125 41 145 / 0);
}

.outline-purple-100\/10 {
    outline-color: rgb(125 41 145 / 0.1);
}

.outline-purple-100\/100 {
    outline-color: rgb(125 41 145 / 1);
}

.outline-purple-100\/20 {
    outline-color: rgb(125 41 145 / 0.2);
}

.outline-purple-100\/25 {
    outline-color: rgb(125 41 145 / 0.25);
}

.outline-purple-100\/30 {
    outline-color: rgb(125 41 145 / 0.3);
}

.outline-purple-100\/40 {
    outline-color: rgb(125 41 145 / 0.4);
}

.outline-purple-100\/5 {
    outline-color: rgb(125 41 145 / 0.05);
}

.outline-purple-100\/50 {
    outline-color: rgb(125 41 145 / 0.5);
}

.outline-purple-100\/60 {
    outline-color: rgb(125 41 145 / 0.6);
}

.outline-purple-100\/70 {
    outline-color: rgb(125 41 145 / 0.7);
}

.outline-purple-100\/75 {
    outline-color: rgb(125 41 145 / 0.75);
}

.outline-purple-100\/80 {
    outline-color: rgb(125 41 145 / 0.8);
}

.outline-purple-100\/90 {
    outline-color: rgb(125 41 145 / 0.9);
}

.outline-purple-100\/95 {
    outline-color: rgb(125 41 145 / 0.95);
}

.outline-purple-20 {
    outline-color: #280C4E;
}

.outline-purple-20\/0 {
    outline-color: rgb(40 12 78 / 0);
}

.outline-purple-20\/10 {
    outline-color: rgb(40 12 78 / 0.1);
}

.outline-purple-20\/100 {
    outline-color: rgb(40 12 78 / 1);
}

.outline-purple-20\/20 {
    outline-color: rgb(40 12 78 / 0.2);
}

.outline-purple-20\/25 {
    outline-color: rgb(40 12 78 / 0.25);
}

.outline-purple-20\/30 {
    outline-color: rgb(40 12 78 / 0.3);
}

.outline-purple-20\/40 {
    outline-color: rgb(40 12 78 / 0.4);
}

.outline-purple-20\/5 {
    outline-color: rgb(40 12 78 / 0.05);
}

.outline-purple-20\/50 {
    outline-color: rgb(40 12 78 / 0.5);
}

.outline-purple-20\/60 {
    outline-color: rgb(40 12 78 / 0.6);
}

.outline-purple-20\/70 {
    outline-color: rgb(40 12 78 / 0.7);
}

.outline-purple-20\/75 {
    outline-color: rgb(40 12 78 / 0.75);
}

.outline-purple-20\/80 {
    outline-color: rgb(40 12 78 / 0.8);
}

.outline-purple-20\/90 {
    outline-color: rgb(40 12 78 / 0.9);
}

.outline-purple-20\/95 {
    outline-color: rgb(40 12 78 / 0.95);
}

.outline-purple-30 {
    outline-color: #350F56;
}

.outline-purple-30\/0 {
    outline-color: rgb(53 15 86 / 0);
}

.outline-purple-30\/10 {
    outline-color: rgb(53 15 86 / 0.1);
}

.outline-purple-30\/100 {
    outline-color: rgb(53 15 86 / 1);
}

.outline-purple-30\/20 {
    outline-color: rgb(53 15 86 / 0.2);
}

.outline-purple-30\/25 {
    outline-color: rgb(53 15 86 / 0.25);
}

.outline-purple-30\/30 {
    outline-color: rgb(53 15 86 / 0.3);
}

.outline-purple-30\/40 {
    outline-color: rgb(53 15 86 / 0.4);
}

.outline-purple-30\/5 {
    outline-color: rgb(53 15 86 / 0.05);
}

.outline-purple-30\/50 {
    outline-color: rgb(53 15 86 / 0.5);
}

.outline-purple-30\/60 {
    outline-color: rgb(53 15 86 / 0.6);
}

.outline-purple-30\/70 {
    outline-color: rgb(53 15 86 / 0.7);
}

.outline-purple-30\/75 {
    outline-color: rgb(53 15 86 / 0.75);
}

.outline-purple-30\/80 {
    outline-color: rgb(53 15 86 / 0.8);
}

.outline-purple-30\/90 {
    outline-color: rgb(53 15 86 / 0.9);
}

.outline-purple-30\/95 {
    outline-color: rgb(53 15 86 / 0.95);
}

.outline-purple-50 {
    outline-color: #4F1666;
}

.outline-purple-50\/0 {
    outline-color: rgb(79 22 102 / 0);
}

.outline-purple-50\/10 {
    outline-color: rgb(79 22 102 / 0.1);
}

.outline-purple-50\/100 {
    outline-color: rgb(79 22 102 / 1);
}

.outline-purple-50\/20 {
    outline-color: rgb(79 22 102 / 0.2);
}

.outline-purple-50\/25 {
    outline-color: rgb(79 22 102 / 0.25);
}

.outline-purple-50\/30 {
    outline-color: rgb(79 22 102 / 0.3);
}

.outline-purple-50\/40 {
    outline-color: rgb(79 22 102 / 0.4);
}

.outline-purple-50\/5 {
    outline-color: rgb(79 22 102 / 0.05);
}

.outline-purple-50\/50 {
    outline-color: rgb(79 22 102 / 0.5);
}

.outline-purple-50\/60 {
    outline-color: rgb(79 22 102 / 0.6);
}

.outline-purple-50\/70 {
    outline-color: rgb(79 22 102 / 0.7);
}

.outline-purple-50\/75 {
    outline-color: rgb(79 22 102 / 0.75);
}

.outline-purple-50\/80 {
    outline-color: rgb(79 22 102 / 0.8);
}

.outline-purple-50\/90 {
    outline-color: rgb(79 22 102 / 0.9);
}

.outline-purple-50\/95 {
    outline-color: rgb(79 22 102 / 0.95);
}

.outline-purple-70 {
    outline-color: #6A1D77;
}

.outline-purple-70\/0 {
    outline-color: rgb(106 29 119 / 0);
}

.outline-purple-70\/10 {
    outline-color: rgb(106 29 119 / 0.1);
}

.outline-purple-70\/100 {
    outline-color: rgb(106 29 119 / 1);
}

.outline-purple-70\/20 {
    outline-color: rgb(106 29 119 / 0.2);
}

.outline-purple-70\/25 {
    outline-color: rgb(106 29 119 / 0.25);
}

.outline-purple-70\/30 {
    outline-color: rgb(106 29 119 / 0.3);
}

.outline-purple-70\/40 {
    outline-color: rgb(106 29 119 / 0.4);
}

.outline-purple-70\/5 {
    outline-color: rgb(106 29 119 / 0.05);
}

.outline-purple-70\/50 {
    outline-color: rgb(106 29 119 / 0.5);
}

.outline-purple-70\/60 {
    outline-color: rgb(106 29 119 / 0.6);
}

.outline-purple-70\/70 {
    outline-color: rgb(106 29 119 / 0.7);
}

.outline-purple-70\/75 {
    outline-color: rgb(106 29 119 / 0.75);
}

.outline-purple-70\/80 {
    outline-color: rgb(106 29 119 / 0.8);
}

.outline-purple-70\/90 {
    outline-color: rgb(106 29 119 / 0.9);
}

.outline-purple-70\/95 {
    outline-color: rgb(106 29 119 / 0.95);
}

.outline-transparent {
    outline-color: transparent;
}

.outline-transparent\/0 {
    outline-color: rgb(0 0 0 / 0);
}

.outline-transparent\/10 {
    outline-color: rgb(0 0 0 / 0.1);
}

.outline-transparent\/100 {
    outline-color: rgb(0 0 0 / 1);
}

.outline-transparent\/20 {
    outline-color: rgb(0 0 0 / 0.2);
}

.outline-transparent\/25 {
    outline-color: rgb(0 0 0 / 0.25);
}

.outline-transparent\/30 {
    outline-color: rgb(0 0 0 / 0.3);
}

.outline-transparent\/40 {
    outline-color: rgb(0 0 0 / 0.4);
}

.outline-transparent\/5 {
    outline-color: rgb(0 0 0 / 0.05);
}

.outline-transparent\/50 {
    outline-color: rgb(0 0 0 / 0.5);
}

.outline-transparent\/60 {
    outline-color: rgb(0 0 0 / 0.6);
}

.outline-transparent\/70 {
    outline-color: rgb(0 0 0 / 0.7);
}

.outline-transparent\/75 {
    outline-color: rgb(0 0 0 / 0.75);
}

.outline-transparent\/80 {
    outline-color: rgb(0 0 0 / 0.8);
}

.outline-transparent\/90 {
    outline-color: rgb(0 0 0 / 0.9);
}

.outline-transparent\/95 {
    outline-color: rgb(0 0 0 / 0.95);
}

.outline-utility-error {
    outline-color: #DC2121;
}

.outline-utility-error\/0 {
    outline-color: rgb(220 33 33 / 0);
}

.outline-utility-error\/10 {
    outline-color: rgb(220 33 33 / 0.1);
}

.outline-utility-error\/100 {
    outline-color: rgb(220 33 33 / 1);
}

.outline-utility-error\/20 {
    outline-color: rgb(220 33 33 / 0.2);
}

.outline-utility-error\/25 {
    outline-color: rgb(220 33 33 / 0.25);
}

.outline-utility-error\/30 {
    outline-color: rgb(220 33 33 / 0.3);
}

.outline-utility-error\/40 {
    outline-color: rgb(220 33 33 / 0.4);
}

.outline-utility-error\/5 {
    outline-color: rgb(220 33 33 / 0.05);
}

.outline-utility-error\/50 {
    outline-color: rgb(220 33 33 / 0.5);
}

.outline-utility-error\/60 {
    outline-color: rgb(220 33 33 / 0.6);
}

.outline-utility-error\/70 {
    outline-color: rgb(220 33 33 / 0.7);
}

.outline-utility-error\/75 {
    outline-color: rgb(220 33 33 / 0.75);
}

.outline-utility-error\/80 {
    outline-color: rgb(220 33 33 / 0.8);
}

.outline-utility-error\/90 {
    outline-color: rgb(220 33 33 / 0.9);
}

.outline-utility-error\/95 {
    outline-color: rgb(220 33 33 / 0.95);
}

.outline-utility-info {
    outline-color: #BFDBFE;
}

.outline-utility-info\/0 {
    outline-color: rgb(191 219 254 / 0);
}

.outline-utility-info\/10 {
    outline-color: rgb(191 219 254 / 0.1);
}

.outline-utility-info\/100 {
    outline-color: rgb(191 219 254 / 1);
}

.outline-utility-info\/20 {
    outline-color: rgb(191 219 254 / 0.2);
}

.outline-utility-info\/25 {
    outline-color: rgb(191 219 254 / 0.25);
}

.outline-utility-info\/30 {
    outline-color: rgb(191 219 254 / 0.3);
}

.outline-utility-info\/40 {
    outline-color: rgb(191 219 254 / 0.4);
}

.outline-utility-info\/5 {
    outline-color: rgb(191 219 254 / 0.05);
}

.outline-utility-info\/50 {
    outline-color: rgb(191 219 254 / 0.5);
}

.outline-utility-info\/60 {
    outline-color: rgb(191 219 254 / 0.6);
}

.outline-utility-info\/70 {
    outline-color: rgb(191 219 254 / 0.7);
}

.outline-utility-info\/75 {
    outline-color: rgb(191 219 254 / 0.75);
}

.outline-utility-info\/80 {
    outline-color: rgb(191 219 254 / 0.8);
}

.outline-utility-info\/90 {
    outline-color: rgb(191 219 254 / 0.9);
}

.outline-utility-info\/95 {
    outline-color: rgb(191 219 254 / 0.95);
}

.outline-utility-success {
    outline-color: #5CCC17;
}

.outline-utility-success\/0 {
    outline-color: rgb(92 204 23 / 0);
}

.outline-utility-success\/10 {
    outline-color: rgb(92 204 23 / 0.1);
}

.outline-utility-success\/100 {
    outline-color: rgb(92 204 23 / 1);
}

.outline-utility-success\/20 {
    outline-color: rgb(92 204 23 / 0.2);
}

.outline-utility-success\/25 {
    outline-color: rgb(92 204 23 / 0.25);
}

.outline-utility-success\/30 {
    outline-color: rgb(92 204 23 / 0.3);
}

.outline-utility-success\/40 {
    outline-color: rgb(92 204 23 / 0.4);
}

.outline-utility-success\/5 {
    outline-color: rgb(92 204 23 / 0.05);
}

.outline-utility-success\/50 {
    outline-color: rgb(92 204 23 / 0.5);
}

.outline-utility-success\/60 {
    outline-color: rgb(92 204 23 / 0.6);
}

.outline-utility-success\/70 {
    outline-color: rgb(92 204 23 / 0.7);
}

.outline-utility-success\/75 {
    outline-color: rgb(92 204 23 / 0.75);
}

.outline-utility-success\/80 {
    outline-color: rgb(92 204 23 / 0.8);
}

.outline-utility-success\/90 {
    outline-color: rgb(92 204 23 / 0.9);
}

.outline-utility-success\/95 {
    outline-color: rgb(92 204 23 / 0.95);
}

.outline-utility-warning {
    outline-color: #DBAA6E;
}

.outline-utility-warning\/0 {
    outline-color: rgb(219 170 110 / 0);
}

.outline-utility-warning\/10 {
    outline-color: rgb(219 170 110 / 0.1);
}

.outline-utility-warning\/100 {
    outline-color: rgb(219 170 110 / 1);
}

.outline-utility-warning\/20 {
    outline-color: rgb(219 170 110 / 0.2);
}

.outline-utility-warning\/25 {
    outline-color: rgb(219 170 110 / 0.25);
}

.outline-utility-warning\/30 {
    outline-color: rgb(219 170 110 / 0.3);
}

.outline-utility-warning\/40 {
    outline-color: rgb(219 170 110 / 0.4);
}

.outline-utility-warning\/5 {
    outline-color: rgb(219 170 110 / 0.05);
}

.outline-utility-warning\/50 {
    outline-color: rgb(219 170 110 / 0.5);
}

.outline-utility-warning\/60 {
    outline-color: rgb(219 170 110 / 0.6);
}

.outline-utility-warning\/70 {
    outline-color: rgb(219 170 110 / 0.7);
}

.outline-utility-warning\/75 {
    outline-color: rgb(219 170 110 / 0.75);
}

.outline-utility-warning\/80 {
    outline-color: rgb(219 170 110 / 0.8);
}

.outline-utility-warning\/90 {
    outline-color: rgb(219 170 110 / 0.9);
}

.outline-utility-warning\/95 {
    outline-color: rgb(219 170 110 / 0.95);
}

.outline-very-dark-blue {
    outline-color: #04042F;
}

.outline-very-dark-blue\/0 {
    outline-color: rgb(4 4 47 / 0);
}

.outline-very-dark-blue\/10 {
    outline-color: rgb(4 4 47 / 0.1);
}

.outline-very-dark-blue\/100 {
    outline-color: rgb(4 4 47 / 1);
}

.outline-very-dark-blue\/20 {
    outline-color: rgb(4 4 47 / 0.2);
}

.outline-very-dark-blue\/25 {
    outline-color: rgb(4 4 47 / 0.25);
}

.outline-very-dark-blue\/30 {
    outline-color: rgb(4 4 47 / 0.3);
}

.outline-very-dark-blue\/40 {
    outline-color: rgb(4 4 47 / 0.4);
}

.outline-very-dark-blue\/5 {
    outline-color: rgb(4 4 47 / 0.05);
}

.outline-very-dark-blue\/50 {
    outline-color: rgb(4 4 47 / 0.5);
}

.outline-very-dark-blue\/60 {
    outline-color: rgb(4 4 47 / 0.6);
}

.outline-very-dark-blue\/70 {
    outline-color: rgb(4 4 47 / 0.7);
}

.outline-very-dark-blue\/75 {
    outline-color: rgb(4 4 47 / 0.75);
}

.outline-very-dark-blue\/80 {
    outline-color: rgb(4 4 47 / 0.8);
}

.outline-very-dark-blue\/90 {
    outline-color: rgb(4 4 47 / 0.9);
}

.outline-very-dark-blue\/95 {
    outline-color: rgb(4 4 47 / 0.95);
}

.\!ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.\!ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
}

.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-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);
}

.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);
}

.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-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.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-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-fast {
    transition-duration: var(--transition-fast);
}

.duration-fastest {
    transition-duration: var(--transition-fastest);
}

.duration-medium {
    transition-duration: var(--transition-medium);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.choices {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
    padding: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
    --tw-shadow: inset 0 0 0 1px;
    --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: #534F76;
    --tw-shadow: var(--tw-shadow-colored);
}

    .choices[data-type="select-one"]::after {
        border-width: 8px;
        border-left-color: transparent;
        border-right-color: transparent;
        --tw-border-opacity: 1;
        border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
        border-bottom-color: transparent;
    }

    .choices[data-type="select-one"].is-open::after {
        margin-top: -0.75rem;
        border-width: 8px;
        border-left-color: transparent;
        border-right-color: transparent;
        --tw-border-opacity: 1;
        border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
        border-top-color: transparent;
    }

.choices__inner {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    left: 0px;
    width: 100%;
    border-radius: 0.125rem;
    --tw-border-opacity: 1;
    border-color: rgb(83 79 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
    padding: 0.5rem;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 0.5rem;
    padding-inline-start: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
    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: var(--transition-fast);
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted:hover,
    .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(90 226 75 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(36 30 81 / var(--tw-text-opacity));
    }

.\[color-scheme\:dark\] {
    color-scheme: dark;
}

.whitespace-nowrap {
    white-space: nowrap;
}

/**** Table of Contents ****/

/* VARIABLES */

/* GLOBAL */

/**** End Table of Contents ****/

/* VARIABLES */

:root {
    --header-height: 72px;
    --max-width-page: 60rem;
    --page-gutter: 4rem;
    --mobile-page-gutter: 1.5rem;
    --transition-fastest: 0.1s;
    --transition-fast: 0.3s;
    --transition-medium: 0.5s;
    --transition-slow: 1s;
    --transition-slowest: 2s;
}

.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}

.before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
}

.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}

.before\:block::before {
    content: var(--tw-content);
    display: block;
}

.before\:h-6::before {
    content: var(--tw-content);
    height: 1.5rem;
}

.before\:w-6::before {
    content: var(--tw-content);
    width: 1.5rem;
}

.before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
}

.before\:border::before {
    content: var(--tw-content);
    border-width: 1px;
}

.before\:border-gray-100::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}

.after\:-bottom-2px::after {
    content: var(--tw-content);
    bottom: -2px;
}

.after\:left-1::after {
    content: var(--tw-content);
    left: 0.25rem;
}

.after\:top-1::after {
    content: var(--tw-content);
    top: 0.25rem;
}

.after\:hidden::after {
    content: var(--tw-content);
    display: none;
}

.after\:h-4::after {
    content: var(--tw-content);
    height: 1rem;
}

.after\:h-px::after {
    content: var(--tw-content);
    height: 1px;
}

.after\:w-4::after {
    content: var(--tw-content);
    width: 1rem;
}

.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}

.after\:scale-x-0::after {
    content: var(--tw-content);
    --tw-scale-x: 0;
    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));
}

.after\:rounded-full::after {
    content: var(--tw-content);
    border-radius: 9999px;
}

.after\:bg-accent-green-light::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.after\:bg-green-100::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.after\:transition-transform::after {
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}

.checked\:before\:border-green-100:checked::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.checked\:after\:block:checked::after {
    content: var(--tw-content);
    display: block;
}

.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-16x9:hover {
    --tw-border-spacing-x: 56.25%;
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-1x1:hover {
    --tw-border-spacing-x: 100%;
    --tw-border-spacing-y: 100%;
    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-2px:hover {
    --tw-border-spacing-x: 2px;
    --tw-border-spacing-y: 2px;
    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-3px:hover {
    --tw-border-spacing-x: 3px;
    --tw-border-spacing-y: 3px;
    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-header-height:hover {
    --tw-border-spacing-x: var(--header-height);
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-mobile-page-gutter:hover {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-page-gutter:hover {
    --tw-border-spacing-x: var(--page-gutter);
    --tw-border-spacing-y: var(--page-gutter);
    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-16x9:hover {
    --tw-border-spacing-x: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-1x1:hover {
    --tw-border-spacing-x: 100%;
    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-2px:hover {
    --tw-border-spacing-x: 2px;
    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-3px:hover {
    --tw-border-spacing-x: 3px;
    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-header-height:hover {
    --tw-border-spacing-x: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-mobile-page-gutter:hover {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-x-page-gutter:hover {
    --tw-border-spacing-x: var(--page-gutter);
    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-16x9:hover {
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-1x1:hover {
    --tw-border-spacing-y: 100%;
    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-2px:hover {
    --tw-border-spacing-y: 2px;
    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-3px:hover {
    --tw-border-spacing-y: 3px;
    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-header-height:hover {
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-mobile-page-gutter:hover {
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.hover\:border-spacing-y-page-gutter:hover {
    --tw-border-spacing-y: var(--page-gutter);
    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-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:cursor-context-menu:hover {
    cursor: context-menu;
}

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:text-ellipsis:hover {
    text-overflow: ellipsis;
}

.hover\:text-clip:hover {
    text-overflow: clip;
}

.hover\: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-green-dark:hover {
    --tw-border-opacity: 1;
    border-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-accent-green-dark\/0:hover {
    border-color: rgb(42 172 110 / 0);
}

.hover\:border-accent-green-dark\/10:hover {
    border-color: rgb(42 172 110 / 0.1);
}

.hover\:border-accent-green-dark\/100:hover {
    border-color: rgb(42 172 110 / 1);
}

.hover\:border-accent-green-dark\/20:hover {
    border-color: rgb(42 172 110 / 0.2);
}

.hover\:border-accent-green-dark\/25:hover {
    border-color: rgb(42 172 110 / 0.25);
}

.hover\:border-accent-green-dark\/30:hover {
    border-color: rgb(42 172 110 / 0.3);
}

.hover\:border-accent-green-dark\/40:hover {
    border-color: rgb(42 172 110 / 0.4);
}

.hover\:border-accent-green-dark\/5:hover {
    border-color: rgb(42 172 110 / 0.05);
}

.hover\:border-accent-green-dark\/50:hover {
    border-color: rgb(42 172 110 / 0.5);
}

.hover\:border-accent-green-dark\/60:hover {
    border-color: rgb(42 172 110 / 0.6);
}

.hover\:border-accent-green-dark\/70:hover {
    border-color: rgb(42 172 110 / 0.7);
}

.hover\:border-accent-green-dark\/75:hover {
    border-color: rgb(42 172 110 / 0.75);
}

.hover\:border-accent-green-dark\/80:hover {
    border-color: rgb(42 172 110 / 0.8);
}

.hover\:border-accent-green-dark\/90:hover {
    border-color: rgb(42 172 110 / 0.9);
}

.hover\:border-accent-green-dark\/95:hover {
    border-color: rgb(42 172 110 / 0.95);
}

.hover\:border-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-accent-green-light\/0:hover {
    border-color: rgb(90 226 75 / 0);
}

.hover\:border-accent-green-light\/10:hover {
    border-color: rgb(90 226 75 / 0.1);
}

.hover\:border-accent-green-light\/100:hover {
    border-color: rgb(90 226 75 / 1);
}

.hover\:border-accent-green-light\/20:hover {
    border-color: rgb(90 226 75 / 0.2);
}

.hover\:border-accent-green-light\/25:hover {
    border-color: rgb(90 226 75 / 0.25);
}

.hover\:border-accent-green-light\/30:hover {
    border-color: rgb(90 226 75 / 0.3);
}

.hover\:border-accent-green-light\/40:hover {
    border-color: rgb(90 226 75 / 0.4);
}

.hover\:border-accent-green-light\/5:hover {
    border-color: rgb(90 226 75 / 0.05);
}

.hover\:border-accent-green-light\/50:hover {
    border-color: rgb(90 226 75 / 0.5);
}

.hover\:border-accent-green-light\/60:hover {
    border-color: rgb(90 226 75 / 0.6);
}

.hover\:border-accent-green-light\/70:hover {
    border-color: rgb(90 226 75 / 0.7);
}

.hover\:border-accent-green-light\/75:hover {
    border-color: rgb(90 226 75 / 0.75);
}

.hover\:border-accent-green-light\/80:hover {
    border-color: rgb(90 226 75 / 0.8);
}

.hover\:border-accent-green-light\/90:hover {
    border-color: rgb(90 226 75 / 0.9);
}

.hover\:border-accent-green-light\/95:hover {
    border-color: rgb(90 226 75 / 0.95);
}

.hover\:border-accent-purple:hover {
    --tw-border-opacity: 1;
    border-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-accent-purple\/0:hover {
    border-color: rgb(192 69 221 / 0);
}

.hover\:border-accent-purple\/10:hover {
    border-color: rgb(192 69 221 / 0.1);
}

.hover\:border-accent-purple\/100:hover {
    border-color: rgb(192 69 221 / 1);
}

.hover\:border-accent-purple\/20:hover {
    border-color: rgb(192 69 221 / 0.2);
}

.hover\:border-accent-purple\/25:hover {
    border-color: rgb(192 69 221 / 0.25);
}

.hover\:border-accent-purple\/30:hover {
    border-color: rgb(192 69 221 / 0.3);
}

.hover\:border-accent-purple\/40:hover {
    border-color: rgb(192 69 221 / 0.4);
}

.hover\:border-accent-purple\/5:hover {
    border-color: rgb(192 69 221 / 0.05);
}

.hover\:border-accent-purple\/50:hover {
    border-color: rgb(192 69 221 / 0.5);
}

.hover\:border-accent-purple\/60:hover {
    border-color: rgb(192 69 221 / 0.6);
}

.hover\:border-accent-purple\/70:hover {
    border-color: rgb(192 69 221 / 0.7);
}

.hover\:border-accent-purple\/75:hover {
    border-color: rgb(192 69 221 / 0.75);
}

.hover\:border-accent-purple\/80:hover {
    border-color: rgb(192 69 221 / 0.8);
}

.hover\:border-accent-purple\/90:hover {
    border-color: rgb(192 69 221 / 0.9);
}

.hover\:border-accent-purple\/95:hover {
    border-color: rgb(192 69 221 / 0.95);
}

.hover\:border-current:hover {
    border-color: currentColor;
}

.hover\:border-gray-10:hover {
    --tw-border-opacity: 1;
    border-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-gray-10\/0:hover {
    border-color: rgb(36 30 81 / 0);
}

.hover\:border-gray-10\/10:hover {
    border-color: rgb(36 30 81 / 0.1);
}

.hover\:border-gray-10\/100:hover {
    border-color: rgb(36 30 81 / 1);
}

.hover\:border-gray-10\/20:hover {
    border-color: rgb(36 30 81 / 0.2);
}

.hover\:border-gray-10\/25:hover {
    border-color: rgb(36 30 81 / 0.25);
}

.hover\:border-gray-10\/30:hover {
    border-color: rgb(36 30 81 / 0.3);
}

.hover\:border-gray-10\/40:hover {
    border-color: rgb(36 30 81 / 0.4);
}

.hover\:border-gray-10\/5:hover {
    border-color: rgb(36 30 81 / 0.05);
}

.hover\:border-gray-10\/50:hover {
    border-color: rgb(36 30 81 / 0.5);
}

.hover\:border-gray-10\/60:hover {
    border-color: rgb(36 30 81 / 0.6);
}

.hover\:border-gray-10\/70:hover {
    border-color: rgb(36 30 81 / 0.7);
}

.hover\:border-gray-10\/75:hover {
    border-color: rgb(36 30 81 / 0.75);
}

.hover\:border-gray-10\/80:hover {
    border-color: rgb(36 30 81 / 0.8);
}

.hover\:border-gray-10\/90:hover {
    border-color: rgb(36 30 81 / 0.9);
}

.hover\:border-gray-10\/95:hover {
    border-color: rgb(36 30 81 / 0.95);
}

.hover\:border-gray-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-gray-100\/0:hover {
    border-color: rgb(248 251 249 / 0);
}

.hover\:border-gray-100\/10:hover {
    border-color: rgb(248 251 249 / 0.1);
}

.hover\:border-gray-100\/100:hover {
    border-color: rgb(248 251 249 / 1);
}

.hover\:border-gray-100\/20:hover {
    border-color: rgb(248 251 249 / 0.2);
}

.hover\:border-gray-100\/25:hover {
    border-color: rgb(248 251 249 / 0.25);
}

.hover\:border-gray-100\/30:hover {
    border-color: rgb(248 251 249 / 0.3);
}

.hover\:border-gray-100\/40:hover {
    border-color: rgb(248 251 249 / 0.4);
}

.hover\:border-gray-100\/5:hover {
    border-color: rgb(248 251 249 / 0.05);
}

.hover\:border-gray-100\/50:hover {
    border-color: rgb(248 251 249 / 0.5);
}

.hover\:border-gray-100\/60:hover {
    border-color: rgb(248 251 249 / 0.6);
}

.hover\:border-gray-100\/70:hover {
    border-color: rgb(248 251 249 / 0.7);
}

.hover\:border-gray-100\/75:hover {
    border-color: rgb(248 251 249 / 0.75);
}

.hover\:border-gray-100\/80:hover {
    border-color: rgb(248 251 249 / 0.8);
}

.hover\:border-gray-100\/90:hover {
    border-color: rgb(248 251 249 / 0.9);
}

.hover\:border-gray-100\/95:hover {
    border-color: rgb(248 251 249 / 0.95);
}

.hover\:border-gray-20:hover {
    --tw-border-opacity: 1;
    border-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-gray-20\/0:hover {
    border-color: rgb(60 54 99 / 0);
}

.hover\:border-gray-20\/10:hover {
    border-color: rgb(60 54 99 / 0.1);
}

.hover\:border-gray-20\/100:hover {
    border-color: rgb(60 54 99 / 1);
}

.hover\:border-gray-20\/20:hover {
    border-color: rgb(60 54 99 / 0.2);
}

.hover\:border-gray-20\/25:hover {
    border-color: rgb(60 54 99 / 0.25);
}

.hover\:border-gray-20\/30:hover {
    border-color: rgb(60 54 99 / 0.3);
}

.hover\:border-gray-20\/40:hover {
    border-color: rgb(60 54 99 / 0.4);
}

.hover\:border-gray-20\/5:hover {
    border-color: rgb(60 54 99 / 0.05);
}

.hover\:border-gray-20\/50:hover {
    border-color: rgb(60 54 99 / 0.5);
}

.hover\:border-gray-20\/60:hover {
    border-color: rgb(60 54 99 / 0.6);
}

.hover\:border-gray-20\/70:hover {
    border-color: rgb(60 54 99 / 0.7);
}

.hover\:border-gray-20\/75:hover {
    border-color: rgb(60 54 99 / 0.75);
}

.hover\:border-gray-20\/80:hover {
    border-color: rgb(60 54 99 / 0.8);
}

.hover\:border-gray-20\/90:hover {
    border-color: rgb(60 54 99 / 0.9);
}

.hover\:border-gray-20\/95:hover {
    border-color: rgb(60 54 99 / 0.95);
}

.hover\:border-gray-30:hover {
    --tw-border-opacity: 1;
    border-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-gray-30\/0:hover {
    border-color: rgb(83 79 118 / 0);
}

.hover\:border-gray-30\/10:hover {
    border-color: rgb(83 79 118 / 0.1);
}

.hover\:border-gray-30\/100:hover {
    border-color: rgb(83 79 118 / 1);
}

.hover\:border-gray-30\/20:hover {
    border-color: rgb(83 79 118 / 0.2);
}

.hover\:border-gray-30\/25:hover {
    border-color: rgb(83 79 118 / 0.25);
}

.hover\:border-gray-30\/30:hover {
    border-color: rgb(83 79 118 / 0.3);
}

.hover\:border-gray-30\/40:hover {
    border-color: rgb(83 79 118 / 0.4);
}

.hover\:border-gray-30\/5:hover {
    border-color: rgb(83 79 118 / 0.05);
}

.hover\:border-gray-30\/50:hover {
    border-color: rgb(83 79 118 / 0.5);
}

.hover\:border-gray-30\/60:hover {
    border-color: rgb(83 79 118 / 0.6);
}

.hover\:border-gray-30\/70:hover {
    border-color: rgb(83 79 118 / 0.7);
}

.hover\:border-gray-30\/75:hover {
    border-color: rgb(83 79 118 / 0.75);
}

.hover\:border-gray-30\/80:hover {
    border-color: rgb(83 79 118 / 0.8);
}

.hover\:border-gray-30\/90:hover {
    border-color: rgb(83 79 118 / 0.9);
}

.hover\:border-gray-30\/95:hover {
    border-color: rgb(83 79 118 / 0.95);
}

.hover\:border-gray-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-gray-50\/0:hover {
    border-color: rgb(130 128 155 / 0);
}

.hover\:border-gray-50\/10:hover {
    border-color: rgb(130 128 155 / 0.1);
}

.hover\:border-gray-50\/100:hover {
    border-color: rgb(130 128 155 / 1);
}

.hover\:border-gray-50\/20:hover {
    border-color: rgb(130 128 155 / 0.2);
}

.hover\:border-gray-50\/25:hover {
    border-color: rgb(130 128 155 / 0.25);
}

.hover\:border-gray-50\/30:hover {
    border-color: rgb(130 128 155 / 0.3);
}

.hover\:border-gray-50\/40:hover {
    border-color: rgb(130 128 155 / 0.4);
}

.hover\:border-gray-50\/5:hover {
    border-color: rgb(130 128 155 / 0.05);
}

.hover\:border-gray-50\/50:hover {
    border-color: rgb(130 128 155 / 0.5);
}

.hover\:border-gray-50\/60:hover {
    border-color: rgb(130 128 155 / 0.6);
}

.hover\:border-gray-50\/70:hover {
    border-color: rgb(130 128 155 / 0.7);
}

.hover\:border-gray-50\/75:hover {
    border-color: rgb(130 128 155 / 0.75);
}

.hover\:border-gray-50\/80:hover {
    border-color: rgb(130 128 155 / 0.8);
}

.hover\:border-gray-50\/90:hover {
    border-color: rgb(130 128 155 / 0.9);
}

.hover\:border-gray-50\/95:hover {
    border-color: rgb(130 128 155 / 0.95);
}

.hover\:border-gray-70:hover {
    --tw-border-opacity: 1;
    border-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-gray-70\/0:hover {
    border-color: rgb(177 177 193 / 0);
}

.hover\:border-gray-70\/10:hover {
    border-color: rgb(177 177 193 / 0.1);
}

.hover\:border-gray-70\/100:hover {
    border-color: rgb(177 177 193 / 1);
}

.hover\:border-gray-70\/20:hover {
    border-color: rgb(177 177 193 / 0.2);
}

.hover\:border-gray-70\/25:hover {
    border-color: rgb(177 177 193 / 0.25);
}

.hover\:border-gray-70\/30:hover {
    border-color: rgb(177 177 193 / 0.3);
}

.hover\:border-gray-70\/40:hover {
    border-color: rgb(177 177 193 / 0.4);
}

.hover\:border-gray-70\/5:hover {
    border-color: rgb(177 177 193 / 0.05);
}

.hover\:border-gray-70\/50:hover {
    border-color: rgb(177 177 193 / 0.5);
}

.hover\:border-gray-70\/60:hover {
    border-color: rgb(177 177 193 / 0.6);
}

.hover\:border-gray-70\/70:hover {
    border-color: rgb(177 177 193 / 0.7);
}

.hover\:border-gray-70\/75:hover {
    border-color: rgb(177 177 193 / 0.75);
}

.hover\:border-gray-70\/80:hover {
    border-color: rgb(177 177 193 / 0.8);
}

.hover\:border-gray-70\/90:hover {
    border-color: rgb(177 177 193 / 0.9);
}

.hover\:border-gray-70\/95:hover {
    border-color: rgb(177 177 193 / 0.95);
}

.hover\:border-green-10:hover {
    --tw-border-opacity: 1;
    border-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-green-10\/0:hover {
    border-color: rgb(19 28 66 / 0);
}

.hover\:border-green-10\/10:hover {
    border-color: rgb(19 28 66 / 0.1);
}

.hover\:border-green-10\/100:hover {
    border-color: rgb(19 28 66 / 1);
}

.hover\:border-green-10\/20:hover {
    border-color: rgb(19 28 66 / 0.2);
}

.hover\:border-green-10\/25:hover {
    border-color: rgb(19 28 66 / 0.25);
}

.hover\:border-green-10\/30:hover {
    border-color: rgb(19 28 66 / 0.3);
}

.hover\:border-green-10\/40:hover {
    border-color: rgb(19 28 66 / 0.4);
}

.hover\:border-green-10\/5:hover {
    border-color: rgb(19 28 66 / 0.05);
}

.hover\:border-green-10\/50:hover {
    border-color: rgb(19 28 66 / 0.5);
}

.hover\:border-green-10\/60:hover {
    border-color: rgb(19 28 66 / 0.6);
}

.hover\:border-green-10\/70:hover {
    border-color: rgb(19 28 66 / 0.7);
}

.hover\:border-green-10\/75:hover {
    border-color: rgb(19 28 66 / 0.75);
}

.hover\:border-green-10\/80:hover {
    border-color: rgb(19 28 66 / 0.8);
}

.hover\:border-green-10\/90:hover {
    border-color: rgb(19 28 66 / 0.9);
}

.hover\:border-green-10\/95:hover {
    border-color: rgb(19 28 66 / 0.95);
}

.hover\:border-green-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-green-100\/0:hover {
    border-color: rgb(90 226 75 / 0);
}

.hover\:border-green-100\/10:hover {
    border-color: rgb(90 226 75 / 0.1);
}

.hover\:border-green-100\/100:hover {
    border-color: rgb(90 226 75 / 1);
}

.hover\:border-green-100\/20:hover {
    border-color: rgb(90 226 75 / 0.2);
}

.hover\:border-green-100\/25:hover {
    border-color: rgb(90 226 75 / 0.25);
}

.hover\:border-green-100\/30:hover {
    border-color: rgb(90 226 75 / 0.3);
}

.hover\:border-green-100\/40:hover {
    border-color: rgb(90 226 75 / 0.4);
}

.hover\:border-green-100\/5:hover {
    border-color: rgb(90 226 75 / 0.05);
}

.hover\:border-green-100\/50:hover {
    border-color: rgb(90 226 75 / 0.5);
}

.hover\:border-green-100\/60:hover {
    border-color: rgb(90 226 75 / 0.6);
}

.hover\:border-green-100\/70:hover {
    border-color: rgb(90 226 75 / 0.7);
}

.hover\:border-green-100\/75:hover {
    border-color: rgb(90 226 75 / 0.75);
}

.hover\:border-green-100\/80:hover {
    border-color: rgb(90 226 75 / 0.8);
}

.hover\:border-green-100\/90:hover {
    border-color: rgb(90 226 75 / 0.9);
}

.hover\:border-green-100\/95:hover {
    border-color: rgb(90 226 75 / 0.95);
}

.hover\:border-green-20:hover {
    --tw-border-opacity: 1;
    border-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-green-20\/0:hover {
    border-color: rgb(26 52 70 / 0);
}

.hover\:border-green-20\/10:hover {
    border-color: rgb(26 52 70 / 0.1);
}

.hover\:border-green-20\/100:hover {
    border-color: rgb(26 52 70 / 1);
}

.hover\:border-green-20\/20:hover {
    border-color: rgb(26 52 70 / 0.2);
}

.hover\:border-green-20\/25:hover {
    border-color: rgb(26 52 70 / 0.25);
}

.hover\:border-green-20\/30:hover {
    border-color: rgb(26 52 70 / 0.3);
}

.hover\:border-green-20\/40:hover {
    border-color: rgb(26 52 70 / 0.4);
}

.hover\:border-green-20\/5:hover {
    border-color: rgb(26 52 70 / 0.05);
}

.hover\:border-green-20\/50:hover {
    border-color: rgb(26 52 70 / 0.5);
}

.hover\:border-green-20\/60:hover {
    border-color: rgb(26 52 70 / 0.6);
}

.hover\:border-green-20\/70:hover {
    border-color: rgb(26 52 70 / 0.7);
}

.hover\:border-green-20\/75:hover {
    border-color: rgb(26 52 70 / 0.75);
}

.hover\:border-green-20\/80:hover {
    border-color: rgb(26 52 70 / 0.8);
}

.hover\:border-green-20\/90:hover {
    border-color: rgb(26 52 70 / 0.9);
}

.hover\:border-green-20\/95:hover {
    border-color: rgb(26 52 70 / 0.95);
}

.hover\:border-green-30:hover {
    --tw-border-opacity: 1;
    border-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-green-30\/0:hover {
    border-color: rgb(32 75 75 / 0);
}

.hover\:border-green-30\/10:hover {
    border-color: rgb(32 75 75 / 0.1);
}

.hover\:border-green-30\/100:hover {
    border-color: rgb(32 75 75 / 1);
}

.hover\:border-green-30\/20:hover {
    border-color: rgb(32 75 75 / 0.2);
}

.hover\:border-green-30\/25:hover {
    border-color: rgb(32 75 75 / 0.25);
}

.hover\:border-green-30\/30:hover {
    border-color: rgb(32 75 75 / 0.3);
}

.hover\:border-green-30\/40:hover {
    border-color: rgb(32 75 75 / 0.4);
}

.hover\:border-green-30\/5:hover {
    border-color: rgb(32 75 75 / 0.05);
}

.hover\:border-green-30\/50:hover {
    border-color: rgb(32 75 75 / 0.5);
}

.hover\:border-green-30\/60:hover {
    border-color: rgb(32 75 75 / 0.6);
}

.hover\:border-green-30\/70:hover {
    border-color: rgb(32 75 75 / 0.7);
}

.hover\:border-green-30\/75:hover {
    border-color: rgb(32 75 75 / 0.75);
}

.hover\:border-green-30\/80:hover {
    border-color: rgb(32 75 75 / 0.8);
}

.hover\:border-green-30\/90:hover {
    border-color: rgb(32 75 75 / 0.9);
}

.hover\:border-green-30\/95:hover {
    border-color: rgb(32 75 75 / 0.95);
}

.hover\:border-green-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-green-50\/0:hover {
    border-color: rgb(44 121 83 / 0);
}

.hover\:border-green-50\/10:hover {
    border-color: rgb(44 121 83 / 0.1);
}

.hover\:border-green-50\/100:hover {
    border-color: rgb(44 121 83 / 1);
}

.hover\:border-green-50\/20:hover {
    border-color: rgb(44 121 83 / 0.2);
}

.hover\:border-green-50\/25:hover {
    border-color: rgb(44 121 83 / 0.25);
}

.hover\:border-green-50\/30:hover {
    border-color: rgb(44 121 83 / 0.3);
}

.hover\:border-green-50\/40:hover {
    border-color: rgb(44 121 83 / 0.4);
}

.hover\:border-green-50\/5:hover {
    border-color: rgb(44 121 83 / 0.05);
}

.hover\:border-green-50\/50:hover {
    border-color: rgb(44 121 83 / 0.5);
}

.hover\:border-green-50\/60:hover {
    border-color: rgb(44 121 83 / 0.6);
}

.hover\:border-green-50\/70:hover {
    border-color: rgb(44 121 83 / 0.7);
}

.hover\:border-green-50\/75:hover {
    border-color: rgb(44 121 83 / 0.75);
}

.hover\:border-green-50\/80:hover {
    border-color: rgb(44 121 83 / 0.8);
}

.hover\:border-green-50\/90:hover {
    border-color: rgb(44 121 83 / 0.9);
}

.hover\:border-green-50\/95:hover {
    border-color: rgb(44 121 83 / 0.95);
}

.hover\:border-green-70:hover {
    --tw-border-opacity: 1;
    border-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-green-70\/0:hover {
    border-color: rgb(57 168 91 / 0);
}

.hover\:border-green-70\/10:hover {
    border-color: rgb(57 168 91 / 0.1);
}

.hover\:border-green-70\/100:hover {
    border-color: rgb(57 168 91 / 1);
}

.hover\:border-green-70\/20:hover {
    border-color: rgb(57 168 91 / 0.2);
}

.hover\:border-green-70\/25:hover {
    border-color: rgb(57 168 91 / 0.25);
}

.hover\:border-green-70\/30:hover {
    border-color: rgb(57 168 91 / 0.3);
}

.hover\:border-green-70\/40:hover {
    border-color: rgb(57 168 91 / 0.4);
}

.hover\:border-green-70\/5:hover {
    border-color: rgb(57 168 91 / 0.05);
}

.hover\:border-green-70\/50:hover {
    border-color: rgb(57 168 91 / 0.5);
}

.hover\:border-green-70\/60:hover {
    border-color: rgb(57 168 91 / 0.6);
}

.hover\:border-green-70\/70:hover {
    border-color: rgb(57 168 91 / 0.7);
}

.hover\:border-green-70\/75:hover {
    border-color: rgb(57 168 91 / 0.75);
}

.hover\:border-green-70\/80:hover {
    border-color: rgb(57 168 91 / 0.8);
}

.hover\:border-green-70\/90:hover {
    border-color: rgb(57 168 91 / 0.9);
}

.hover\:border-green-70\/95:hover {
    border-color: rgb(57 168 91 / 0.95);
}

.hover\:border-purple-10:hover {
    --tw-border-opacity: 1;
    border-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-purple-10\/0:hover {
    border-color: rgb(26 8 70 / 0);
}

.hover\:border-purple-10\/10:hover {
    border-color: rgb(26 8 70 / 0.1);
}

.hover\:border-purple-10\/100:hover {
    border-color: rgb(26 8 70 / 1);
}

.hover\:border-purple-10\/20:hover {
    border-color: rgb(26 8 70 / 0.2);
}

.hover\:border-purple-10\/25:hover {
    border-color: rgb(26 8 70 / 0.25);
}

.hover\:border-purple-10\/30:hover {
    border-color: rgb(26 8 70 / 0.3);
}

.hover\:border-purple-10\/40:hover {
    border-color: rgb(26 8 70 / 0.4);
}

.hover\:border-purple-10\/5:hover {
    border-color: rgb(26 8 70 / 0.05);
}

.hover\:border-purple-10\/50:hover {
    border-color: rgb(26 8 70 / 0.5);
}

.hover\:border-purple-10\/60:hover {
    border-color: rgb(26 8 70 / 0.6);
}

.hover\:border-purple-10\/70:hover {
    border-color: rgb(26 8 70 / 0.7);
}

.hover\:border-purple-10\/75:hover {
    border-color: rgb(26 8 70 / 0.75);
}

.hover\:border-purple-10\/80:hover {
    border-color: rgb(26 8 70 / 0.8);
}

.hover\:border-purple-10\/90:hover {
    border-color: rgb(26 8 70 / 0.9);
}

.hover\:border-purple-10\/95:hover {
    border-color: rgb(26 8 70 / 0.95);
}

.hover\:border-purple-100:hover {
    --tw-border-opacity: 1;
    border-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-purple-100\/0:hover {
    border-color: rgb(125 41 145 / 0);
}

.hover\:border-purple-100\/10:hover {
    border-color: rgb(125 41 145 / 0.1);
}

.hover\:border-purple-100\/100:hover {
    border-color: rgb(125 41 145 / 1);
}

.hover\:border-purple-100\/20:hover {
    border-color: rgb(125 41 145 / 0.2);
}

.hover\:border-purple-100\/25:hover {
    border-color: rgb(125 41 145 / 0.25);
}

.hover\:border-purple-100\/30:hover {
    border-color: rgb(125 41 145 / 0.3);
}

.hover\:border-purple-100\/40:hover {
    border-color: rgb(125 41 145 / 0.4);
}

.hover\:border-purple-100\/5:hover {
    border-color: rgb(125 41 145 / 0.05);
}

.hover\:border-purple-100\/50:hover {
    border-color: rgb(125 41 145 / 0.5);
}

.hover\:border-purple-100\/60:hover {
    border-color: rgb(125 41 145 / 0.6);
}

.hover\:border-purple-100\/70:hover {
    border-color: rgb(125 41 145 / 0.7);
}

.hover\:border-purple-100\/75:hover {
    border-color: rgb(125 41 145 / 0.75);
}

.hover\:border-purple-100\/80:hover {
    border-color: rgb(125 41 145 / 0.8);
}

.hover\:border-purple-100\/90:hover {
    border-color: rgb(125 41 145 / 0.9);
}

.hover\:border-purple-100\/95:hover {
    border-color: rgb(125 41 145 / 0.95);
}

.hover\:border-purple-20:hover {
    --tw-border-opacity: 1;
    border-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-purple-20\/0:hover {
    border-color: rgb(40 12 78 / 0);
}

.hover\:border-purple-20\/10:hover {
    border-color: rgb(40 12 78 / 0.1);
}

.hover\:border-purple-20\/100:hover {
    border-color: rgb(40 12 78 / 1);
}

.hover\:border-purple-20\/20:hover {
    border-color: rgb(40 12 78 / 0.2);
}

.hover\:border-purple-20\/25:hover {
    border-color: rgb(40 12 78 / 0.25);
}

.hover\:border-purple-20\/30:hover {
    border-color: rgb(40 12 78 / 0.3);
}

.hover\:border-purple-20\/40:hover {
    border-color: rgb(40 12 78 / 0.4);
}

.hover\:border-purple-20\/5:hover {
    border-color: rgb(40 12 78 / 0.05);
}

.hover\:border-purple-20\/50:hover {
    border-color: rgb(40 12 78 / 0.5);
}

.hover\:border-purple-20\/60:hover {
    border-color: rgb(40 12 78 / 0.6);
}

.hover\:border-purple-20\/70:hover {
    border-color: rgb(40 12 78 / 0.7);
}

.hover\:border-purple-20\/75:hover {
    border-color: rgb(40 12 78 / 0.75);
}

.hover\:border-purple-20\/80:hover {
    border-color: rgb(40 12 78 / 0.8);
}

.hover\:border-purple-20\/90:hover {
    border-color: rgb(40 12 78 / 0.9);
}

.hover\:border-purple-20\/95:hover {
    border-color: rgb(40 12 78 / 0.95);
}

.hover\:border-purple-30:hover {
    --tw-border-opacity: 1;
    border-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-purple-30\/0:hover {
    border-color: rgb(53 15 86 / 0);
}

.hover\:border-purple-30\/10:hover {
    border-color: rgb(53 15 86 / 0.1);
}

.hover\:border-purple-30\/100:hover {
    border-color: rgb(53 15 86 / 1);
}

.hover\:border-purple-30\/20:hover {
    border-color: rgb(53 15 86 / 0.2);
}

.hover\:border-purple-30\/25:hover {
    border-color: rgb(53 15 86 / 0.25);
}

.hover\:border-purple-30\/30:hover {
    border-color: rgb(53 15 86 / 0.3);
}

.hover\:border-purple-30\/40:hover {
    border-color: rgb(53 15 86 / 0.4);
}

.hover\:border-purple-30\/5:hover {
    border-color: rgb(53 15 86 / 0.05);
}

.hover\:border-purple-30\/50:hover {
    border-color: rgb(53 15 86 / 0.5);
}

.hover\:border-purple-30\/60:hover {
    border-color: rgb(53 15 86 / 0.6);
}

.hover\:border-purple-30\/70:hover {
    border-color: rgb(53 15 86 / 0.7);
}

.hover\:border-purple-30\/75:hover {
    border-color: rgb(53 15 86 / 0.75);
}

.hover\:border-purple-30\/80:hover {
    border-color: rgb(53 15 86 / 0.8);
}

.hover\:border-purple-30\/90:hover {
    border-color: rgb(53 15 86 / 0.9);
}

.hover\:border-purple-30\/95:hover {
    border-color: rgb(53 15 86 / 0.95);
}

.hover\:border-purple-50:hover {
    --tw-border-opacity: 1;
    border-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-purple-50\/0:hover {
    border-color: rgb(79 22 102 / 0);
}

.hover\:border-purple-50\/10:hover {
    border-color: rgb(79 22 102 / 0.1);
}

.hover\:border-purple-50\/100:hover {
    border-color: rgb(79 22 102 / 1);
}

.hover\:border-purple-50\/20:hover {
    border-color: rgb(79 22 102 / 0.2);
}

.hover\:border-purple-50\/25:hover {
    border-color: rgb(79 22 102 / 0.25);
}

.hover\:border-purple-50\/30:hover {
    border-color: rgb(79 22 102 / 0.3);
}

.hover\:border-purple-50\/40:hover {
    border-color: rgb(79 22 102 / 0.4);
}

.hover\:border-purple-50\/5:hover {
    border-color: rgb(79 22 102 / 0.05);
}

.hover\:border-purple-50\/50:hover {
    border-color: rgb(79 22 102 / 0.5);
}

.hover\:border-purple-50\/60:hover {
    border-color: rgb(79 22 102 / 0.6);
}

.hover\:border-purple-50\/70:hover {
    border-color: rgb(79 22 102 / 0.7);
}

.hover\:border-purple-50\/75:hover {
    border-color: rgb(79 22 102 / 0.75);
}

.hover\:border-purple-50\/80:hover {
    border-color: rgb(79 22 102 / 0.8);
}

.hover\:border-purple-50\/90:hover {
    border-color: rgb(79 22 102 / 0.9);
}

.hover\:border-purple-50\/95:hover {
    border-color: rgb(79 22 102 / 0.95);
}

.hover\:border-purple-70:hover {
    --tw-border-opacity: 1;
    border-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-purple-70\/0:hover {
    border-color: rgb(106 29 119 / 0);
}

.hover\:border-purple-70\/10:hover {
    border-color: rgb(106 29 119 / 0.1);
}

.hover\:border-purple-70\/100:hover {
    border-color: rgb(106 29 119 / 1);
}

.hover\:border-purple-70\/20:hover {
    border-color: rgb(106 29 119 / 0.2);
}

.hover\:border-purple-70\/25:hover {
    border-color: rgb(106 29 119 / 0.25);
}

.hover\:border-purple-70\/30:hover {
    border-color: rgb(106 29 119 / 0.3);
}

.hover\:border-purple-70\/40:hover {
    border-color: rgb(106 29 119 / 0.4);
}

.hover\:border-purple-70\/5:hover {
    border-color: rgb(106 29 119 / 0.05);
}

.hover\:border-purple-70\/50:hover {
    border-color: rgb(106 29 119 / 0.5);
}

.hover\:border-purple-70\/60:hover {
    border-color: rgb(106 29 119 / 0.6);
}

.hover\:border-purple-70\/70:hover {
    border-color: rgb(106 29 119 / 0.7);
}

.hover\:border-purple-70\/75:hover {
    border-color: rgb(106 29 119 / 0.75);
}

.hover\:border-purple-70\/80:hover {
    border-color: rgb(106 29 119 / 0.8);
}

.hover\:border-purple-70\/90:hover {
    border-color: rgb(106 29 119 / 0.9);
}

.hover\:border-purple-70\/95:hover {
    border-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-utility-error\/0:hover {
    border-color: rgb(220 33 33 / 0);
}

.hover\:border-utility-error\/10:hover {
    border-color: rgb(220 33 33 / 0.1);
}

.hover\:border-utility-error\/100:hover {
    border-color: rgb(220 33 33 / 1);
}

.hover\:border-utility-error\/20:hover {
    border-color: rgb(220 33 33 / 0.2);
}

.hover\:border-utility-error\/25:hover {
    border-color: rgb(220 33 33 / 0.25);
}

.hover\:border-utility-error\/30:hover {
    border-color: rgb(220 33 33 / 0.3);
}

.hover\:border-utility-error\/40:hover {
    border-color: rgb(220 33 33 / 0.4);
}

.hover\:border-utility-error\/5:hover {
    border-color: rgb(220 33 33 / 0.05);
}

.hover\:border-utility-error\/50:hover {
    border-color: rgb(220 33 33 / 0.5);
}

.hover\:border-utility-error\/60:hover {
    border-color: rgb(220 33 33 / 0.6);
}

.hover\:border-utility-error\/70:hover {
    border-color: rgb(220 33 33 / 0.7);
}

.hover\:border-utility-error\/75:hover {
    border-color: rgb(220 33 33 / 0.75);
}

.hover\:border-utility-error\/80:hover {
    border-color: rgb(220 33 33 / 0.8);
}

.hover\:border-utility-error\/90:hover {
    border-color: rgb(220 33 33 / 0.9);
}

.hover\:border-utility-error\/95:hover {
    border-color: rgb(220 33 33 / 0.95);
}

.hover\:border-utility-info:hover {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-utility-info\/0:hover {
    border-color: rgb(191 219 254 / 0);
}

.hover\:border-utility-info\/10:hover {
    border-color: rgb(191 219 254 / 0.1);
}

.hover\:border-utility-info\/100:hover {
    border-color: rgb(191 219 254 / 1);
}

.hover\:border-utility-info\/20:hover {
    border-color: rgb(191 219 254 / 0.2);
}

.hover\:border-utility-info\/25:hover {
    border-color: rgb(191 219 254 / 0.25);
}

.hover\:border-utility-info\/30:hover {
    border-color: rgb(191 219 254 / 0.3);
}

.hover\:border-utility-info\/40:hover {
    border-color: rgb(191 219 254 / 0.4);
}

.hover\:border-utility-info\/5:hover {
    border-color: rgb(191 219 254 / 0.05);
}

.hover\:border-utility-info\/50:hover {
    border-color: rgb(191 219 254 / 0.5);
}

.hover\:border-utility-info\/60:hover {
    border-color: rgb(191 219 254 / 0.6);
}

.hover\:border-utility-info\/70:hover {
    border-color: rgb(191 219 254 / 0.7);
}

.hover\:border-utility-info\/75:hover {
    border-color: rgb(191 219 254 / 0.75);
}

.hover\:border-utility-info\/80:hover {
    border-color: rgb(191 219 254 / 0.8);
}

.hover\:border-utility-info\/90:hover {
    border-color: rgb(191 219 254 / 0.9);
}

.hover\:border-utility-info\/95:hover {
    border-color: rgb(191 219 254 / 0.95);
}

.hover\:border-utility-success:hover {
    --tw-border-opacity: 1;
    border-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-utility-success\/0:hover {
    border-color: rgb(92 204 23 / 0);
}

.hover\:border-utility-success\/10:hover {
    border-color: rgb(92 204 23 / 0.1);
}

.hover\:border-utility-success\/100:hover {
    border-color: rgb(92 204 23 / 1);
}

.hover\:border-utility-success\/20:hover {
    border-color: rgb(92 204 23 / 0.2);
}

.hover\:border-utility-success\/25:hover {
    border-color: rgb(92 204 23 / 0.25);
}

.hover\:border-utility-success\/30:hover {
    border-color: rgb(92 204 23 / 0.3);
}

.hover\:border-utility-success\/40:hover {
    border-color: rgb(92 204 23 / 0.4);
}

.hover\:border-utility-success\/5:hover {
    border-color: rgb(92 204 23 / 0.05);
}

.hover\:border-utility-success\/50:hover {
    border-color: rgb(92 204 23 / 0.5);
}

.hover\:border-utility-success\/60:hover {
    border-color: rgb(92 204 23 / 0.6);
}

.hover\:border-utility-success\/70:hover {
    border-color: rgb(92 204 23 / 0.7);
}

.hover\:border-utility-success\/75:hover {
    border-color: rgb(92 204 23 / 0.75);
}

.hover\:border-utility-success\/80:hover {
    border-color: rgb(92 204 23 / 0.8);
}

.hover\:border-utility-success\/90:hover {
    border-color: rgb(92 204 23 / 0.9);
}

.hover\:border-utility-success\/95:hover {
    border-color: rgb(92 204 23 / 0.95);
}

.hover\:border-utility-warning:hover {
    --tw-border-opacity: 1;
    border-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-utility-warning\/0:hover {
    border-color: rgb(219 170 110 / 0);
}

.hover\:border-utility-warning\/10:hover {
    border-color: rgb(219 170 110 / 0.1);
}

.hover\:border-utility-warning\/100:hover {
    border-color: rgb(219 170 110 / 1);
}

.hover\:border-utility-warning\/20:hover {
    border-color: rgb(219 170 110 / 0.2);
}

.hover\:border-utility-warning\/25:hover {
    border-color: rgb(219 170 110 / 0.25);
}

.hover\:border-utility-warning\/30:hover {
    border-color: rgb(219 170 110 / 0.3);
}

.hover\:border-utility-warning\/40:hover {
    border-color: rgb(219 170 110 / 0.4);
}

.hover\:border-utility-warning\/5:hover {
    border-color: rgb(219 170 110 / 0.05);
}

.hover\:border-utility-warning\/50:hover {
    border-color: rgb(219 170 110 / 0.5);
}

.hover\:border-utility-warning\/60:hover {
    border-color: rgb(219 170 110 / 0.6);
}

.hover\:border-utility-warning\/70:hover {
    border-color: rgb(219 170 110 / 0.7);
}

.hover\:border-utility-warning\/75:hover {
    border-color: rgb(219 170 110 / 0.75);
}

.hover\:border-utility-warning\/80:hover {
    border-color: rgb(219 170 110 / 0.8);
}

.hover\:border-utility-warning\/90:hover {
    border-color: rgb(219 170 110 / 0.9);
}

.hover\:border-utility-warning\/95:hover {
    border-color: rgb(219 170 110 / 0.95);
}

.hover\:border-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-very-dark-blue\/0:hover {
    border-color: rgb(4 4 47 / 0);
}

.hover\:border-very-dark-blue\/10:hover {
    border-color: rgb(4 4 47 / 0.1);
}

.hover\:border-very-dark-blue\/100:hover {
    border-color: rgb(4 4 47 / 1);
}

.hover\:border-very-dark-blue\/20:hover {
    border-color: rgb(4 4 47 / 0.2);
}

.hover\:border-very-dark-blue\/25:hover {
    border-color: rgb(4 4 47 / 0.25);
}

.hover\:border-very-dark-blue\/30:hover {
    border-color: rgb(4 4 47 / 0.3);
}

.hover\:border-very-dark-blue\/40:hover {
    border-color: rgb(4 4 47 / 0.4);
}

.hover\:border-very-dark-blue\/5:hover {
    border-color: rgb(4 4 47 / 0.05);
}

.hover\:border-very-dark-blue\/50:hover {
    border-color: rgb(4 4 47 / 0.5);
}

.hover\:border-very-dark-blue\/60:hover {
    border-color: rgb(4 4 47 / 0.6);
}

.hover\:border-very-dark-blue\/70:hover {
    border-color: rgb(4 4 47 / 0.7);
}

.hover\:border-very-dark-blue\/75:hover {
    border-color: rgb(4 4 47 / 0.75);
}

.hover\:border-very-dark-blue\/80:hover {
    border-color: rgb(4 4 47 / 0.8);
}

.hover\:border-very-dark-blue\/90:hover {
    border-color: rgb(4 4 47 / 0.9);
}

.hover\:border-very-dark-blue\/95:hover {
    border-color: rgb(4 4 47 / 0.95);
}

.hover\:border-x-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-x-accent-green-dark\/0:hover {
    border-left-color: rgb(42 172 110 / 0);
    border-right-color: rgb(42 172 110 / 0);
}

.hover\:border-x-accent-green-dark\/10:hover {
    border-left-color: rgb(42 172 110 / 0.1);
    border-right-color: rgb(42 172 110 / 0.1);
}

.hover\:border-x-accent-green-dark\/100:hover {
    border-left-color: rgb(42 172 110 / 1);
    border-right-color: rgb(42 172 110 / 1);
}

.hover\:border-x-accent-green-dark\/20:hover {
    border-left-color: rgb(42 172 110 / 0.2);
    border-right-color: rgb(42 172 110 / 0.2);
}

.hover\:border-x-accent-green-dark\/25:hover {
    border-left-color: rgb(42 172 110 / 0.25);
    border-right-color: rgb(42 172 110 / 0.25);
}

.hover\:border-x-accent-green-dark\/30:hover {
    border-left-color: rgb(42 172 110 / 0.3);
    border-right-color: rgb(42 172 110 / 0.3);
}

.hover\:border-x-accent-green-dark\/40:hover {
    border-left-color: rgb(42 172 110 / 0.4);
    border-right-color: rgb(42 172 110 / 0.4);
}

.hover\:border-x-accent-green-dark\/5:hover {
    border-left-color: rgb(42 172 110 / 0.05);
    border-right-color: rgb(42 172 110 / 0.05);
}

.hover\:border-x-accent-green-dark\/50:hover {
    border-left-color: rgb(42 172 110 / 0.5);
    border-right-color: rgb(42 172 110 / 0.5);
}

.hover\:border-x-accent-green-dark\/60:hover {
    border-left-color: rgb(42 172 110 / 0.6);
    border-right-color: rgb(42 172 110 / 0.6);
}

.hover\:border-x-accent-green-dark\/70:hover {
    border-left-color: rgb(42 172 110 / 0.7);
    border-right-color: rgb(42 172 110 / 0.7);
}

.hover\:border-x-accent-green-dark\/75:hover {
    border-left-color: rgb(42 172 110 / 0.75);
    border-right-color: rgb(42 172 110 / 0.75);
}

.hover\:border-x-accent-green-dark\/80:hover {
    border-left-color: rgb(42 172 110 / 0.8);
    border-right-color: rgb(42 172 110 / 0.8);
}

.hover\:border-x-accent-green-dark\/90:hover {
    border-left-color: rgb(42 172 110 / 0.9);
    border-right-color: rgb(42 172 110 / 0.9);
}

.hover\:border-x-accent-green-dark\/95:hover {
    border-left-color: rgb(42 172 110 / 0.95);
    border-right-color: rgb(42 172 110 / 0.95);
}

.hover\:border-x-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-x-accent-green-light\/0:hover {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.hover\:border-x-accent-green-light\/10:hover {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.hover\:border-x-accent-green-light\/100:hover {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.hover\:border-x-accent-green-light\/20:hover {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.hover\:border-x-accent-green-light\/25:hover {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.hover\:border-x-accent-green-light\/30:hover {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.hover\:border-x-accent-green-light\/40:hover {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.hover\:border-x-accent-green-light\/5:hover {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.hover\:border-x-accent-green-light\/50:hover {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.hover\:border-x-accent-green-light\/60:hover {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.hover\:border-x-accent-green-light\/70:hover {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.hover\:border-x-accent-green-light\/75:hover {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.hover\:border-x-accent-green-light\/80:hover {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.hover\:border-x-accent-green-light\/90:hover {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.hover\:border-x-accent-green-light\/95:hover {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.hover\:border-x-accent-purple:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-x-accent-purple\/0:hover {
    border-left-color: rgb(192 69 221 / 0);
    border-right-color: rgb(192 69 221 / 0);
}

.hover\:border-x-accent-purple\/10:hover {
    border-left-color: rgb(192 69 221 / 0.1);
    border-right-color: rgb(192 69 221 / 0.1);
}

.hover\:border-x-accent-purple\/100:hover {
    border-left-color: rgb(192 69 221 / 1);
    border-right-color: rgb(192 69 221 / 1);
}

.hover\:border-x-accent-purple\/20:hover {
    border-left-color: rgb(192 69 221 / 0.2);
    border-right-color: rgb(192 69 221 / 0.2);
}

.hover\:border-x-accent-purple\/25:hover {
    border-left-color: rgb(192 69 221 / 0.25);
    border-right-color: rgb(192 69 221 / 0.25);
}

.hover\:border-x-accent-purple\/30:hover {
    border-left-color: rgb(192 69 221 / 0.3);
    border-right-color: rgb(192 69 221 / 0.3);
}

.hover\:border-x-accent-purple\/40:hover {
    border-left-color: rgb(192 69 221 / 0.4);
    border-right-color: rgb(192 69 221 / 0.4);
}

.hover\:border-x-accent-purple\/5:hover {
    border-left-color: rgb(192 69 221 / 0.05);
    border-right-color: rgb(192 69 221 / 0.05);
}

.hover\:border-x-accent-purple\/50:hover {
    border-left-color: rgb(192 69 221 / 0.5);
    border-right-color: rgb(192 69 221 / 0.5);
}

.hover\:border-x-accent-purple\/60:hover {
    border-left-color: rgb(192 69 221 / 0.6);
    border-right-color: rgb(192 69 221 / 0.6);
}

.hover\:border-x-accent-purple\/70:hover {
    border-left-color: rgb(192 69 221 / 0.7);
    border-right-color: rgb(192 69 221 / 0.7);
}

.hover\:border-x-accent-purple\/75:hover {
    border-left-color: rgb(192 69 221 / 0.75);
    border-right-color: rgb(192 69 221 / 0.75);
}

.hover\:border-x-accent-purple\/80:hover {
    border-left-color: rgb(192 69 221 / 0.8);
    border-right-color: rgb(192 69 221 / 0.8);
}

.hover\:border-x-accent-purple\/90:hover {
    border-left-color: rgb(192 69 221 / 0.9);
    border-right-color: rgb(192 69 221 / 0.9);
}

.hover\:border-x-accent-purple\/95:hover {
    border-left-color: rgb(192 69 221 / 0.95);
    border-right-color: rgb(192 69 221 / 0.95);
}

.hover\:border-x-current:hover {
    border-left-color: currentColor;
    border-right-color: currentColor;
}

.hover\:border-x-gray-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-x-gray-10\/0:hover {
    border-left-color: rgb(36 30 81 / 0);
    border-right-color: rgb(36 30 81 / 0);
}

.hover\:border-x-gray-10\/10:hover {
    border-left-color: rgb(36 30 81 / 0.1);
    border-right-color: rgb(36 30 81 / 0.1);
}

.hover\:border-x-gray-10\/100:hover {
    border-left-color: rgb(36 30 81 / 1);
    border-right-color: rgb(36 30 81 / 1);
}

.hover\:border-x-gray-10\/20:hover {
    border-left-color: rgb(36 30 81 / 0.2);
    border-right-color: rgb(36 30 81 / 0.2);
}

.hover\:border-x-gray-10\/25:hover {
    border-left-color: rgb(36 30 81 / 0.25);
    border-right-color: rgb(36 30 81 / 0.25);
}

.hover\:border-x-gray-10\/30:hover {
    border-left-color: rgb(36 30 81 / 0.3);
    border-right-color: rgb(36 30 81 / 0.3);
}

.hover\:border-x-gray-10\/40:hover {
    border-left-color: rgb(36 30 81 / 0.4);
    border-right-color: rgb(36 30 81 / 0.4);
}

.hover\:border-x-gray-10\/5:hover {
    border-left-color: rgb(36 30 81 / 0.05);
    border-right-color: rgb(36 30 81 / 0.05);
}

.hover\:border-x-gray-10\/50:hover {
    border-left-color: rgb(36 30 81 / 0.5);
    border-right-color: rgb(36 30 81 / 0.5);
}

.hover\:border-x-gray-10\/60:hover {
    border-left-color: rgb(36 30 81 / 0.6);
    border-right-color: rgb(36 30 81 / 0.6);
}

.hover\:border-x-gray-10\/70:hover {
    border-left-color: rgb(36 30 81 / 0.7);
    border-right-color: rgb(36 30 81 / 0.7);
}

.hover\:border-x-gray-10\/75:hover {
    border-left-color: rgb(36 30 81 / 0.75);
    border-right-color: rgb(36 30 81 / 0.75);
}

.hover\:border-x-gray-10\/80:hover {
    border-left-color: rgb(36 30 81 / 0.8);
    border-right-color: rgb(36 30 81 / 0.8);
}

.hover\:border-x-gray-10\/90:hover {
    border-left-color: rgb(36 30 81 / 0.9);
    border-right-color: rgb(36 30 81 / 0.9);
}

.hover\:border-x-gray-10\/95:hover {
    border-left-color: rgb(36 30 81 / 0.95);
    border-right-color: rgb(36 30 81 / 0.95);
}

.hover\:border-x-gray-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-x-gray-100\/0:hover {
    border-left-color: rgb(248 251 249 / 0);
    border-right-color: rgb(248 251 249 / 0);
}

.hover\:border-x-gray-100\/10:hover {
    border-left-color: rgb(248 251 249 / 0.1);
    border-right-color: rgb(248 251 249 / 0.1);
}

.hover\:border-x-gray-100\/100:hover {
    border-left-color: rgb(248 251 249 / 1);
    border-right-color: rgb(248 251 249 / 1);
}

.hover\:border-x-gray-100\/20:hover {
    border-left-color: rgb(248 251 249 / 0.2);
    border-right-color: rgb(248 251 249 / 0.2);
}

.hover\:border-x-gray-100\/25:hover {
    border-left-color: rgb(248 251 249 / 0.25);
    border-right-color: rgb(248 251 249 / 0.25);
}

.hover\:border-x-gray-100\/30:hover {
    border-left-color: rgb(248 251 249 / 0.3);
    border-right-color: rgb(248 251 249 / 0.3);
}

.hover\:border-x-gray-100\/40:hover {
    border-left-color: rgb(248 251 249 / 0.4);
    border-right-color: rgb(248 251 249 / 0.4);
}

.hover\:border-x-gray-100\/5:hover {
    border-left-color: rgb(248 251 249 / 0.05);
    border-right-color: rgb(248 251 249 / 0.05);
}

.hover\:border-x-gray-100\/50:hover {
    border-left-color: rgb(248 251 249 / 0.5);
    border-right-color: rgb(248 251 249 / 0.5);
}

.hover\:border-x-gray-100\/60:hover {
    border-left-color: rgb(248 251 249 / 0.6);
    border-right-color: rgb(248 251 249 / 0.6);
}

.hover\:border-x-gray-100\/70:hover {
    border-left-color: rgb(248 251 249 / 0.7);
    border-right-color: rgb(248 251 249 / 0.7);
}

.hover\:border-x-gray-100\/75:hover {
    border-left-color: rgb(248 251 249 / 0.75);
    border-right-color: rgb(248 251 249 / 0.75);
}

.hover\:border-x-gray-100\/80:hover {
    border-left-color: rgb(248 251 249 / 0.8);
    border-right-color: rgb(248 251 249 / 0.8);
}

.hover\:border-x-gray-100\/90:hover {
    border-left-color: rgb(248 251 249 / 0.9);
    border-right-color: rgb(248 251 249 / 0.9);
}

.hover\:border-x-gray-100\/95:hover {
    border-left-color: rgb(248 251 249 / 0.95);
    border-right-color: rgb(248 251 249 / 0.95);
}

.hover\:border-x-gray-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-x-gray-20\/0:hover {
    border-left-color: rgb(60 54 99 / 0);
    border-right-color: rgb(60 54 99 / 0);
}

.hover\:border-x-gray-20\/10:hover {
    border-left-color: rgb(60 54 99 / 0.1);
    border-right-color: rgb(60 54 99 / 0.1);
}

.hover\:border-x-gray-20\/100:hover {
    border-left-color: rgb(60 54 99 / 1);
    border-right-color: rgb(60 54 99 / 1);
}

.hover\:border-x-gray-20\/20:hover {
    border-left-color: rgb(60 54 99 / 0.2);
    border-right-color: rgb(60 54 99 / 0.2);
}

.hover\:border-x-gray-20\/25:hover {
    border-left-color: rgb(60 54 99 / 0.25);
    border-right-color: rgb(60 54 99 / 0.25);
}

.hover\:border-x-gray-20\/30:hover {
    border-left-color: rgb(60 54 99 / 0.3);
    border-right-color: rgb(60 54 99 / 0.3);
}

.hover\:border-x-gray-20\/40:hover {
    border-left-color: rgb(60 54 99 / 0.4);
    border-right-color: rgb(60 54 99 / 0.4);
}

.hover\:border-x-gray-20\/5:hover {
    border-left-color: rgb(60 54 99 / 0.05);
    border-right-color: rgb(60 54 99 / 0.05);
}

.hover\:border-x-gray-20\/50:hover {
    border-left-color: rgb(60 54 99 / 0.5);
    border-right-color: rgb(60 54 99 / 0.5);
}

.hover\:border-x-gray-20\/60:hover {
    border-left-color: rgb(60 54 99 / 0.6);
    border-right-color: rgb(60 54 99 / 0.6);
}

.hover\:border-x-gray-20\/70:hover {
    border-left-color: rgb(60 54 99 / 0.7);
    border-right-color: rgb(60 54 99 / 0.7);
}

.hover\:border-x-gray-20\/75:hover {
    border-left-color: rgb(60 54 99 / 0.75);
    border-right-color: rgb(60 54 99 / 0.75);
}

.hover\:border-x-gray-20\/80:hover {
    border-left-color: rgb(60 54 99 / 0.8);
    border-right-color: rgb(60 54 99 / 0.8);
}

.hover\:border-x-gray-20\/90:hover {
    border-left-color: rgb(60 54 99 / 0.9);
    border-right-color: rgb(60 54 99 / 0.9);
}

.hover\:border-x-gray-20\/95:hover {
    border-left-color: rgb(60 54 99 / 0.95);
    border-right-color: rgb(60 54 99 / 0.95);
}

.hover\:border-x-gray-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-x-gray-30\/0:hover {
    border-left-color: rgb(83 79 118 / 0);
    border-right-color: rgb(83 79 118 / 0);
}

.hover\:border-x-gray-30\/10:hover {
    border-left-color: rgb(83 79 118 / 0.1);
    border-right-color: rgb(83 79 118 / 0.1);
}

.hover\:border-x-gray-30\/100:hover {
    border-left-color: rgb(83 79 118 / 1);
    border-right-color: rgb(83 79 118 / 1);
}

.hover\:border-x-gray-30\/20:hover {
    border-left-color: rgb(83 79 118 / 0.2);
    border-right-color: rgb(83 79 118 / 0.2);
}

.hover\:border-x-gray-30\/25:hover {
    border-left-color: rgb(83 79 118 / 0.25);
    border-right-color: rgb(83 79 118 / 0.25);
}

.hover\:border-x-gray-30\/30:hover {
    border-left-color: rgb(83 79 118 / 0.3);
    border-right-color: rgb(83 79 118 / 0.3);
}

.hover\:border-x-gray-30\/40:hover {
    border-left-color: rgb(83 79 118 / 0.4);
    border-right-color: rgb(83 79 118 / 0.4);
}

.hover\:border-x-gray-30\/5:hover {
    border-left-color: rgb(83 79 118 / 0.05);
    border-right-color: rgb(83 79 118 / 0.05);
}

.hover\:border-x-gray-30\/50:hover {
    border-left-color: rgb(83 79 118 / 0.5);
    border-right-color: rgb(83 79 118 / 0.5);
}

.hover\:border-x-gray-30\/60:hover {
    border-left-color: rgb(83 79 118 / 0.6);
    border-right-color: rgb(83 79 118 / 0.6);
}

.hover\:border-x-gray-30\/70:hover {
    border-left-color: rgb(83 79 118 / 0.7);
    border-right-color: rgb(83 79 118 / 0.7);
}

.hover\:border-x-gray-30\/75:hover {
    border-left-color: rgb(83 79 118 / 0.75);
    border-right-color: rgb(83 79 118 / 0.75);
}

.hover\:border-x-gray-30\/80:hover {
    border-left-color: rgb(83 79 118 / 0.8);
    border-right-color: rgb(83 79 118 / 0.8);
}

.hover\:border-x-gray-30\/90:hover {
    border-left-color: rgb(83 79 118 / 0.9);
    border-right-color: rgb(83 79 118 / 0.9);
}

.hover\:border-x-gray-30\/95:hover {
    border-left-color: rgb(83 79 118 / 0.95);
    border-right-color: rgb(83 79 118 / 0.95);
}

.hover\:border-x-gray-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-x-gray-50\/0:hover {
    border-left-color: rgb(130 128 155 / 0);
    border-right-color: rgb(130 128 155 / 0);
}

.hover\:border-x-gray-50\/10:hover {
    border-left-color: rgb(130 128 155 / 0.1);
    border-right-color: rgb(130 128 155 / 0.1);
}

.hover\:border-x-gray-50\/100:hover {
    border-left-color: rgb(130 128 155 / 1);
    border-right-color: rgb(130 128 155 / 1);
}

.hover\:border-x-gray-50\/20:hover {
    border-left-color: rgb(130 128 155 / 0.2);
    border-right-color: rgb(130 128 155 / 0.2);
}

.hover\:border-x-gray-50\/25:hover {
    border-left-color: rgb(130 128 155 / 0.25);
    border-right-color: rgb(130 128 155 / 0.25);
}

.hover\:border-x-gray-50\/30:hover {
    border-left-color: rgb(130 128 155 / 0.3);
    border-right-color: rgb(130 128 155 / 0.3);
}

.hover\:border-x-gray-50\/40:hover {
    border-left-color: rgb(130 128 155 / 0.4);
    border-right-color: rgb(130 128 155 / 0.4);
}

.hover\:border-x-gray-50\/5:hover {
    border-left-color: rgb(130 128 155 / 0.05);
    border-right-color: rgb(130 128 155 / 0.05);
}

.hover\:border-x-gray-50\/50:hover {
    border-left-color: rgb(130 128 155 / 0.5);
    border-right-color: rgb(130 128 155 / 0.5);
}

.hover\:border-x-gray-50\/60:hover {
    border-left-color: rgb(130 128 155 / 0.6);
    border-right-color: rgb(130 128 155 / 0.6);
}

.hover\:border-x-gray-50\/70:hover {
    border-left-color: rgb(130 128 155 / 0.7);
    border-right-color: rgb(130 128 155 / 0.7);
}

.hover\:border-x-gray-50\/75:hover {
    border-left-color: rgb(130 128 155 / 0.75);
    border-right-color: rgb(130 128 155 / 0.75);
}

.hover\:border-x-gray-50\/80:hover {
    border-left-color: rgb(130 128 155 / 0.8);
    border-right-color: rgb(130 128 155 / 0.8);
}

.hover\:border-x-gray-50\/90:hover {
    border-left-color: rgb(130 128 155 / 0.9);
    border-right-color: rgb(130 128 155 / 0.9);
}

.hover\:border-x-gray-50\/95:hover {
    border-left-color: rgb(130 128 155 / 0.95);
    border-right-color: rgb(130 128 155 / 0.95);
}

.hover\:border-x-gray-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-x-gray-70\/0:hover {
    border-left-color: rgb(177 177 193 / 0);
    border-right-color: rgb(177 177 193 / 0);
}

.hover\:border-x-gray-70\/10:hover {
    border-left-color: rgb(177 177 193 / 0.1);
    border-right-color: rgb(177 177 193 / 0.1);
}

.hover\:border-x-gray-70\/100:hover {
    border-left-color: rgb(177 177 193 / 1);
    border-right-color: rgb(177 177 193 / 1);
}

.hover\:border-x-gray-70\/20:hover {
    border-left-color: rgb(177 177 193 / 0.2);
    border-right-color: rgb(177 177 193 / 0.2);
}

.hover\:border-x-gray-70\/25:hover {
    border-left-color: rgb(177 177 193 / 0.25);
    border-right-color: rgb(177 177 193 / 0.25);
}

.hover\:border-x-gray-70\/30:hover {
    border-left-color: rgb(177 177 193 / 0.3);
    border-right-color: rgb(177 177 193 / 0.3);
}

.hover\:border-x-gray-70\/40:hover {
    border-left-color: rgb(177 177 193 / 0.4);
    border-right-color: rgb(177 177 193 / 0.4);
}

.hover\:border-x-gray-70\/5:hover {
    border-left-color: rgb(177 177 193 / 0.05);
    border-right-color: rgb(177 177 193 / 0.05);
}

.hover\:border-x-gray-70\/50:hover {
    border-left-color: rgb(177 177 193 / 0.5);
    border-right-color: rgb(177 177 193 / 0.5);
}

.hover\:border-x-gray-70\/60:hover {
    border-left-color: rgb(177 177 193 / 0.6);
    border-right-color: rgb(177 177 193 / 0.6);
}

.hover\:border-x-gray-70\/70:hover {
    border-left-color: rgb(177 177 193 / 0.7);
    border-right-color: rgb(177 177 193 / 0.7);
}

.hover\:border-x-gray-70\/75:hover {
    border-left-color: rgb(177 177 193 / 0.75);
    border-right-color: rgb(177 177 193 / 0.75);
}

.hover\:border-x-gray-70\/80:hover {
    border-left-color: rgb(177 177 193 / 0.8);
    border-right-color: rgb(177 177 193 / 0.8);
}

.hover\:border-x-gray-70\/90:hover {
    border-left-color: rgb(177 177 193 / 0.9);
    border-right-color: rgb(177 177 193 / 0.9);
}

.hover\:border-x-gray-70\/95:hover {
    border-left-color: rgb(177 177 193 / 0.95);
    border-right-color: rgb(177 177 193 / 0.95);
}

.hover\:border-x-green-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-x-green-10\/0:hover {
    border-left-color: rgb(19 28 66 / 0);
    border-right-color: rgb(19 28 66 / 0);
}

.hover\:border-x-green-10\/10:hover {
    border-left-color: rgb(19 28 66 / 0.1);
    border-right-color: rgb(19 28 66 / 0.1);
}

.hover\:border-x-green-10\/100:hover {
    border-left-color: rgb(19 28 66 / 1);
    border-right-color: rgb(19 28 66 / 1);
}

.hover\:border-x-green-10\/20:hover {
    border-left-color: rgb(19 28 66 / 0.2);
    border-right-color: rgb(19 28 66 / 0.2);
}

.hover\:border-x-green-10\/25:hover {
    border-left-color: rgb(19 28 66 / 0.25);
    border-right-color: rgb(19 28 66 / 0.25);
}

.hover\:border-x-green-10\/30:hover {
    border-left-color: rgb(19 28 66 / 0.3);
    border-right-color: rgb(19 28 66 / 0.3);
}

.hover\:border-x-green-10\/40:hover {
    border-left-color: rgb(19 28 66 / 0.4);
    border-right-color: rgb(19 28 66 / 0.4);
}

.hover\:border-x-green-10\/5:hover {
    border-left-color: rgb(19 28 66 / 0.05);
    border-right-color: rgb(19 28 66 / 0.05);
}

.hover\:border-x-green-10\/50:hover {
    border-left-color: rgb(19 28 66 / 0.5);
    border-right-color: rgb(19 28 66 / 0.5);
}

.hover\:border-x-green-10\/60:hover {
    border-left-color: rgb(19 28 66 / 0.6);
    border-right-color: rgb(19 28 66 / 0.6);
}

.hover\:border-x-green-10\/70:hover {
    border-left-color: rgb(19 28 66 / 0.7);
    border-right-color: rgb(19 28 66 / 0.7);
}

.hover\:border-x-green-10\/75:hover {
    border-left-color: rgb(19 28 66 / 0.75);
    border-right-color: rgb(19 28 66 / 0.75);
}

.hover\:border-x-green-10\/80:hover {
    border-left-color: rgb(19 28 66 / 0.8);
    border-right-color: rgb(19 28 66 / 0.8);
}

.hover\:border-x-green-10\/90:hover {
    border-left-color: rgb(19 28 66 / 0.9);
    border-right-color: rgb(19 28 66 / 0.9);
}

.hover\:border-x-green-10\/95:hover {
    border-left-color: rgb(19 28 66 / 0.95);
    border-right-color: rgb(19 28 66 / 0.95);
}

.hover\:border-x-green-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-x-green-100\/0:hover {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.hover\:border-x-green-100\/10:hover {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.hover\:border-x-green-100\/100:hover {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.hover\:border-x-green-100\/20:hover {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.hover\:border-x-green-100\/25:hover {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.hover\:border-x-green-100\/30:hover {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.hover\:border-x-green-100\/40:hover {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.hover\:border-x-green-100\/5:hover {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.hover\:border-x-green-100\/50:hover {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.hover\:border-x-green-100\/60:hover {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.hover\:border-x-green-100\/70:hover {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.hover\:border-x-green-100\/75:hover {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.hover\:border-x-green-100\/80:hover {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.hover\:border-x-green-100\/90:hover {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.hover\:border-x-green-100\/95:hover {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.hover\:border-x-green-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-x-green-20\/0:hover {
    border-left-color: rgb(26 52 70 / 0);
    border-right-color: rgb(26 52 70 / 0);
}

.hover\:border-x-green-20\/10:hover {
    border-left-color: rgb(26 52 70 / 0.1);
    border-right-color: rgb(26 52 70 / 0.1);
}

.hover\:border-x-green-20\/100:hover {
    border-left-color: rgb(26 52 70 / 1);
    border-right-color: rgb(26 52 70 / 1);
}

.hover\:border-x-green-20\/20:hover {
    border-left-color: rgb(26 52 70 / 0.2);
    border-right-color: rgb(26 52 70 / 0.2);
}

.hover\:border-x-green-20\/25:hover {
    border-left-color: rgb(26 52 70 / 0.25);
    border-right-color: rgb(26 52 70 / 0.25);
}

.hover\:border-x-green-20\/30:hover {
    border-left-color: rgb(26 52 70 / 0.3);
    border-right-color: rgb(26 52 70 / 0.3);
}

.hover\:border-x-green-20\/40:hover {
    border-left-color: rgb(26 52 70 / 0.4);
    border-right-color: rgb(26 52 70 / 0.4);
}

.hover\:border-x-green-20\/5:hover {
    border-left-color: rgb(26 52 70 / 0.05);
    border-right-color: rgb(26 52 70 / 0.05);
}

.hover\:border-x-green-20\/50:hover {
    border-left-color: rgb(26 52 70 / 0.5);
    border-right-color: rgb(26 52 70 / 0.5);
}

.hover\:border-x-green-20\/60:hover {
    border-left-color: rgb(26 52 70 / 0.6);
    border-right-color: rgb(26 52 70 / 0.6);
}

.hover\:border-x-green-20\/70:hover {
    border-left-color: rgb(26 52 70 / 0.7);
    border-right-color: rgb(26 52 70 / 0.7);
}

.hover\:border-x-green-20\/75:hover {
    border-left-color: rgb(26 52 70 / 0.75);
    border-right-color: rgb(26 52 70 / 0.75);
}

.hover\:border-x-green-20\/80:hover {
    border-left-color: rgb(26 52 70 / 0.8);
    border-right-color: rgb(26 52 70 / 0.8);
}

.hover\:border-x-green-20\/90:hover {
    border-left-color: rgb(26 52 70 / 0.9);
    border-right-color: rgb(26 52 70 / 0.9);
}

.hover\:border-x-green-20\/95:hover {
    border-left-color: rgb(26 52 70 / 0.95);
    border-right-color: rgb(26 52 70 / 0.95);
}

.hover\:border-x-green-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-x-green-30\/0:hover {
    border-left-color: rgb(32 75 75 / 0);
    border-right-color: rgb(32 75 75 / 0);
}

.hover\:border-x-green-30\/10:hover {
    border-left-color: rgb(32 75 75 / 0.1);
    border-right-color: rgb(32 75 75 / 0.1);
}

.hover\:border-x-green-30\/100:hover {
    border-left-color: rgb(32 75 75 / 1);
    border-right-color: rgb(32 75 75 / 1);
}

.hover\:border-x-green-30\/20:hover {
    border-left-color: rgb(32 75 75 / 0.2);
    border-right-color: rgb(32 75 75 / 0.2);
}

.hover\:border-x-green-30\/25:hover {
    border-left-color: rgb(32 75 75 / 0.25);
    border-right-color: rgb(32 75 75 / 0.25);
}

.hover\:border-x-green-30\/30:hover {
    border-left-color: rgb(32 75 75 / 0.3);
    border-right-color: rgb(32 75 75 / 0.3);
}

.hover\:border-x-green-30\/40:hover {
    border-left-color: rgb(32 75 75 / 0.4);
    border-right-color: rgb(32 75 75 / 0.4);
}

.hover\:border-x-green-30\/5:hover {
    border-left-color: rgb(32 75 75 / 0.05);
    border-right-color: rgb(32 75 75 / 0.05);
}

.hover\:border-x-green-30\/50:hover {
    border-left-color: rgb(32 75 75 / 0.5);
    border-right-color: rgb(32 75 75 / 0.5);
}

.hover\:border-x-green-30\/60:hover {
    border-left-color: rgb(32 75 75 / 0.6);
    border-right-color: rgb(32 75 75 / 0.6);
}

.hover\:border-x-green-30\/70:hover {
    border-left-color: rgb(32 75 75 / 0.7);
    border-right-color: rgb(32 75 75 / 0.7);
}

.hover\:border-x-green-30\/75:hover {
    border-left-color: rgb(32 75 75 / 0.75);
    border-right-color: rgb(32 75 75 / 0.75);
}

.hover\:border-x-green-30\/80:hover {
    border-left-color: rgb(32 75 75 / 0.8);
    border-right-color: rgb(32 75 75 / 0.8);
}

.hover\:border-x-green-30\/90:hover {
    border-left-color: rgb(32 75 75 / 0.9);
    border-right-color: rgb(32 75 75 / 0.9);
}

.hover\:border-x-green-30\/95:hover {
    border-left-color: rgb(32 75 75 / 0.95);
    border-right-color: rgb(32 75 75 / 0.95);
}

.hover\:border-x-green-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-x-green-50\/0:hover {
    border-left-color: rgb(44 121 83 / 0);
    border-right-color: rgb(44 121 83 / 0);
}

.hover\:border-x-green-50\/10:hover {
    border-left-color: rgb(44 121 83 / 0.1);
    border-right-color: rgb(44 121 83 / 0.1);
}

.hover\:border-x-green-50\/100:hover {
    border-left-color: rgb(44 121 83 / 1);
    border-right-color: rgb(44 121 83 / 1);
}

.hover\:border-x-green-50\/20:hover {
    border-left-color: rgb(44 121 83 / 0.2);
    border-right-color: rgb(44 121 83 / 0.2);
}

.hover\:border-x-green-50\/25:hover {
    border-left-color: rgb(44 121 83 / 0.25);
    border-right-color: rgb(44 121 83 / 0.25);
}

.hover\:border-x-green-50\/30:hover {
    border-left-color: rgb(44 121 83 / 0.3);
    border-right-color: rgb(44 121 83 / 0.3);
}

.hover\:border-x-green-50\/40:hover {
    border-left-color: rgb(44 121 83 / 0.4);
    border-right-color: rgb(44 121 83 / 0.4);
}

.hover\:border-x-green-50\/5:hover {
    border-left-color: rgb(44 121 83 / 0.05);
    border-right-color: rgb(44 121 83 / 0.05);
}

.hover\:border-x-green-50\/50:hover {
    border-left-color: rgb(44 121 83 / 0.5);
    border-right-color: rgb(44 121 83 / 0.5);
}

.hover\:border-x-green-50\/60:hover {
    border-left-color: rgb(44 121 83 / 0.6);
    border-right-color: rgb(44 121 83 / 0.6);
}

.hover\:border-x-green-50\/70:hover {
    border-left-color: rgb(44 121 83 / 0.7);
    border-right-color: rgb(44 121 83 / 0.7);
}

.hover\:border-x-green-50\/75:hover {
    border-left-color: rgb(44 121 83 / 0.75);
    border-right-color: rgb(44 121 83 / 0.75);
}

.hover\:border-x-green-50\/80:hover {
    border-left-color: rgb(44 121 83 / 0.8);
    border-right-color: rgb(44 121 83 / 0.8);
}

.hover\:border-x-green-50\/90:hover {
    border-left-color: rgb(44 121 83 / 0.9);
    border-right-color: rgb(44 121 83 / 0.9);
}

.hover\:border-x-green-50\/95:hover {
    border-left-color: rgb(44 121 83 / 0.95);
    border-right-color: rgb(44 121 83 / 0.95);
}

.hover\:border-x-green-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-x-green-70\/0:hover {
    border-left-color: rgb(57 168 91 / 0);
    border-right-color: rgb(57 168 91 / 0);
}

.hover\:border-x-green-70\/10:hover {
    border-left-color: rgb(57 168 91 / 0.1);
    border-right-color: rgb(57 168 91 / 0.1);
}

.hover\:border-x-green-70\/100:hover {
    border-left-color: rgb(57 168 91 / 1);
    border-right-color: rgb(57 168 91 / 1);
}

.hover\:border-x-green-70\/20:hover {
    border-left-color: rgb(57 168 91 / 0.2);
    border-right-color: rgb(57 168 91 / 0.2);
}

.hover\:border-x-green-70\/25:hover {
    border-left-color: rgb(57 168 91 / 0.25);
    border-right-color: rgb(57 168 91 / 0.25);
}

.hover\:border-x-green-70\/30:hover {
    border-left-color: rgb(57 168 91 / 0.3);
    border-right-color: rgb(57 168 91 / 0.3);
}

.hover\:border-x-green-70\/40:hover {
    border-left-color: rgb(57 168 91 / 0.4);
    border-right-color: rgb(57 168 91 / 0.4);
}

.hover\:border-x-green-70\/5:hover {
    border-left-color: rgb(57 168 91 / 0.05);
    border-right-color: rgb(57 168 91 / 0.05);
}

.hover\:border-x-green-70\/50:hover {
    border-left-color: rgb(57 168 91 / 0.5);
    border-right-color: rgb(57 168 91 / 0.5);
}

.hover\:border-x-green-70\/60:hover {
    border-left-color: rgb(57 168 91 / 0.6);
    border-right-color: rgb(57 168 91 / 0.6);
}

.hover\:border-x-green-70\/70:hover {
    border-left-color: rgb(57 168 91 / 0.7);
    border-right-color: rgb(57 168 91 / 0.7);
}

.hover\:border-x-green-70\/75:hover {
    border-left-color: rgb(57 168 91 / 0.75);
    border-right-color: rgb(57 168 91 / 0.75);
}

.hover\:border-x-green-70\/80:hover {
    border-left-color: rgb(57 168 91 / 0.8);
    border-right-color: rgb(57 168 91 / 0.8);
}

.hover\:border-x-green-70\/90:hover {
    border-left-color: rgb(57 168 91 / 0.9);
    border-right-color: rgb(57 168 91 / 0.9);
}

.hover\:border-x-green-70\/95:hover {
    border-left-color: rgb(57 168 91 / 0.95);
    border-right-color: rgb(57 168 91 / 0.95);
}

.hover\:border-x-purple-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-x-purple-10\/0:hover {
    border-left-color: rgb(26 8 70 / 0);
    border-right-color: rgb(26 8 70 / 0);
}

.hover\:border-x-purple-10\/10:hover {
    border-left-color: rgb(26 8 70 / 0.1);
    border-right-color: rgb(26 8 70 / 0.1);
}

.hover\:border-x-purple-10\/100:hover {
    border-left-color: rgb(26 8 70 / 1);
    border-right-color: rgb(26 8 70 / 1);
}

.hover\:border-x-purple-10\/20:hover {
    border-left-color: rgb(26 8 70 / 0.2);
    border-right-color: rgb(26 8 70 / 0.2);
}

.hover\:border-x-purple-10\/25:hover {
    border-left-color: rgb(26 8 70 / 0.25);
    border-right-color: rgb(26 8 70 / 0.25);
}

.hover\:border-x-purple-10\/30:hover {
    border-left-color: rgb(26 8 70 / 0.3);
    border-right-color: rgb(26 8 70 / 0.3);
}

.hover\:border-x-purple-10\/40:hover {
    border-left-color: rgb(26 8 70 / 0.4);
    border-right-color: rgb(26 8 70 / 0.4);
}

.hover\:border-x-purple-10\/5:hover {
    border-left-color: rgb(26 8 70 / 0.05);
    border-right-color: rgb(26 8 70 / 0.05);
}

.hover\:border-x-purple-10\/50:hover {
    border-left-color: rgb(26 8 70 / 0.5);
    border-right-color: rgb(26 8 70 / 0.5);
}

.hover\:border-x-purple-10\/60:hover {
    border-left-color: rgb(26 8 70 / 0.6);
    border-right-color: rgb(26 8 70 / 0.6);
}

.hover\:border-x-purple-10\/70:hover {
    border-left-color: rgb(26 8 70 / 0.7);
    border-right-color: rgb(26 8 70 / 0.7);
}

.hover\:border-x-purple-10\/75:hover {
    border-left-color: rgb(26 8 70 / 0.75);
    border-right-color: rgb(26 8 70 / 0.75);
}

.hover\:border-x-purple-10\/80:hover {
    border-left-color: rgb(26 8 70 / 0.8);
    border-right-color: rgb(26 8 70 / 0.8);
}

.hover\:border-x-purple-10\/90:hover {
    border-left-color: rgb(26 8 70 / 0.9);
    border-right-color: rgb(26 8 70 / 0.9);
}

.hover\:border-x-purple-10\/95:hover {
    border-left-color: rgb(26 8 70 / 0.95);
    border-right-color: rgb(26 8 70 / 0.95);
}

.hover\:border-x-purple-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-x-purple-100\/0:hover {
    border-left-color: rgb(125 41 145 / 0);
    border-right-color: rgb(125 41 145 / 0);
}

.hover\:border-x-purple-100\/10:hover {
    border-left-color: rgb(125 41 145 / 0.1);
    border-right-color: rgb(125 41 145 / 0.1);
}

.hover\:border-x-purple-100\/100:hover {
    border-left-color: rgb(125 41 145 / 1);
    border-right-color: rgb(125 41 145 / 1);
}

.hover\:border-x-purple-100\/20:hover {
    border-left-color: rgb(125 41 145 / 0.2);
    border-right-color: rgb(125 41 145 / 0.2);
}

.hover\:border-x-purple-100\/25:hover {
    border-left-color: rgb(125 41 145 / 0.25);
    border-right-color: rgb(125 41 145 / 0.25);
}

.hover\:border-x-purple-100\/30:hover {
    border-left-color: rgb(125 41 145 / 0.3);
    border-right-color: rgb(125 41 145 / 0.3);
}

.hover\:border-x-purple-100\/40:hover {
    border-left-color: rgb(125 41 145 / 0.4);
    border-right-color: rgb(125 41 145 / 0.4);
}

.hover\:border-x-purple-100\/5:hover {
    border-left-color: rgb(125 41 145 / 0.05);
    border-right-color: rgb(125 41 145 / 0.05);
}

.hover\:border-x-purple-100\/50:hover {
    border-left-color: rgb(125 41 145 / 0.5);
    border-right-color: rgb(125 41 145 / 0.5);
}

.hover\:border-x-purple-100\/60:hover {
    border-left-color: rgb(125 41 145 / 0.6);
    border-right-color: rgb(125 41 145 / 0.6);
}

.hover\:border-x-purple-100\/70:hover {
    border-left-color: rgb(125 41 145 / 0.7);
    border-right-color: rgb(125 41 145 / 0.7);
}

.hover\:border-x-purple-100\/75:hover {
    border-left-color: rgb(125 41 145 / 0.75);
    border-right-color: rgb(125 41 145 / 0.75);
}

.hover\:border-x-purple-100\/80:hover {
    border-left-color: rgb(125 41 145 / 0.8);
    border-right-color: rgb(125 41 145 / 0.8);
}

.hover\:border-x-purple-100\/90:hover {
    border-left-color: rgb(125 41 145 / 0.9);
    border-right-color: rgb(125 41 145 / 0.9);
}

.hover\:border-x-purple-100\/95:hover {
    border-left-color: rgb(125 41 145 / 0.95);
    border-right-color: rgb(125 41 145 / 0.95);
}

.hover\:border-x-purple-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-x-purple-20\/0:hover {
    border-left-color: rgb(40 12 78 / 0);
    border-right-color: rgb(40 12 78 / 0);
}

.hover\:border-x-purple-20\/10:hover {
    border-left-color: rgb(40 12 78 / 0.1);
    border-right-color: rgb(40 12 78 / 0.1);
}

.hover\:border-x-purple-20\/100:hover {
    border-left-color: rgb(40 12 78 / 1);
    border-right-color: rgb(40 12 78 / 1);
}

.hover\:border-x-purple-20\/20:hover {
    border-left-color: rgb(40 12 78 / 0.2);
    border-right-color: rgb(40 12 78 / 0.2);
}

.hover\:border-x-purple-20\/25:hover {
    border-left-color: rgb(40 12 78 / 0.25);
    border-right-color: rgb(40 12 78 / 0.25);
}

.hover\:border-x-purple-20\/30:hover {
    border-left-color: rgb(40 12 78 / 0.3);
    border-right-color: rgb(40 12 78 / 0.3);
}

.hover\:border-x-purple-20\/40:hover {
    border-left-color: rgb(40 12 78 / 0.4);
    border-right-color: rgb(40 12 78 / 0.4);
}

.hover\:border-x-purple-20\/5:hover {
    border-left-color: rgb(40 12 78 / 0.05);
    border-right-color: rgb(40 12 78 / 0.05);
}

.hover\:border-x-purple-20\/50:hover {
    border-left-color: rgb(40 12 78 / 0.5);
    border-right-color: rgb(40 12 78 / 0.5);
}

.hover\:border-x-purple-20\/60:hover {
    border-left-color: rgb(40 12 78 / 0.6);
    border-right-color: rgb(40 12 78 / 0.6);
}

.hover\:border-x-purple-20\/70:hover {
    border-left-color: rgb(40 12 78 / 0.7);
    border-right-color: rgb(40 12 78 / 0.7);
}

.hover\:border-x-purple-20\/75:hover {
    border-left-color: rgb(40 12 78 / 0.75);
    border-right-color: rgb(40 12 78 / 0.75);
}

.hover\:border-x-purple-20\/80:hover {
    border-left-color: rgb(40 12 78 / 0.8);
    border-right-color: rgb(40 12 78 / 0.8);
}

.hover\:border-x-purple-20\/90:hover {
    border-left-color: rgb(40 12 78 / 0.9);
    border-right-color: rgb(40 12 78 / 0.9);
}

.hover\:border-x-purple-20\/95:hover {
    border-left-color: rgb(40 12 78 / 0.95);
    border-right-color: rgb(40 12 78 / 0.95);
}

.hover\:border-x-purple-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-x-purple-30\/0:hover {
    border-left-color: rgb(53 15 86 / 0);
    border-right-color: rgb(53 15 86 / 0);
}

.hover\:border-x-purple-30\/10:hover {
    border-left-color: rgb(53 15 86 / 0.1);
    border-right-color: rgb(53 15 86 / 0.1);
}

.hover\:border-x-purple-30\/100:hover {
    border-left-color: rgb(53 15 86 / 1);
    border-right-color: rgb(53 15 86 / 1);
}

.hover\:border-x-purple-30\/20:hover {
    border-left-color: rgb(53 15 86 / 0.2);
    border-right-color: rgb(53 15 86 / 0.2);
}

.hover\:border-x-purple-30\/25:hover {
    border-left-color: rgb(53 15 86 / 0.25);
    border-right-color: rgb(53 15 86 / 0.25);
}

.hover\:border-x-purple-30\/30:hover {
    border-left-color: rgb(53 15 86 / 0.3);
    border-right-color: rgb(53 15 86 / 0.3);
}

.hover\:border-x-purple-30\/40:hover {
    border-left-color: rgb(53 15 86 / 0.4);
    border-right-color: rgb(53 15 86 / 0.4);
}

.hover\:border-x-purple-30\/5:hover {
    border-left-color: rgb(53 15 86 / 0.05);
    border-right-color: rgb(53 15 86 / 0.05);
}

.hover\:border-x-purple-30\/50:hover {
    border-left-color: rgb(53 15 86 / 0.5);
    border-right-color: rgb(53 15 86 / 0.5);
}

.hover\:border-x-purple-30\/60:hover {
    border-left-color: rgb(53 15 86 / 0.6);
    border-right-color: rgb(53 15 86 / 0.6);
}

.hover\:border-x-purple-30\/70:hover {
    border-left-color: rgb(53 15 86 / 0.7);
    border-right-color: rgb(53 15 86 / 0.7);
}

.hover\:border-x-purple-30\/75:hover {
    border-left-color: rgb(53 15 86 / 0.75);
    border-right-color: rgb(53 15 86 / 0.75);
}

.hover\:border-x-purple-30\/80:hover {
    border-left-color: rgb(53 15 86 / 0.8);
    border-right-color: rgb(53 15 86 / 0.8);
}

.hover\:border-x-purple-30\/90:hover {
    border-left-color: rgb(53 15 86 / 0.9);
    border-right-color: rgb(53 15 86 / 0.9);
}

.hover\:border-x-purple-30\/95:hover {
    border-left-color: rgb(53 15 86 / 0.95);
    border-right-color: rgb(53 15 86 / 0.95);
}

.hover\:border-x-purple-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-x-purple-50\/0:hover {
    border-left-color: rgb(79 22 102 / 0);
    border-right-color: rgb(79 22 102 / 0);
}

.hover\:border-x-purple-50\/10:hover {
    border-left-color: rgb(79 22 102 / 0.1);
    border-right-color: rgb(79 22 102 / 0.1);
}

.hover\:border-x-purple-50\/100:hover {
    border-left-color: rgb(79 22 102 / 1);
    border-right-color: rgb(79 22 102 / 1);
}

.hover\:border-x-purple-50\/20:hover {
    border-left-color: rgb(79 22 102 / 0.2);
    border-right-color: rgb(79 22 102 / 0.2);
}

.hover\:border-x-purple-50\/25:hover {
    border-left-color: rgb(79 22 102 / 0.25);
    border-right-color: rgb(79 22 102 / 0.25);
}

.hover\:border-x-purple-50\/30:hover {
    border-left-color: rgb(79 22 102 / 0.3);
    border-right-color: rgb(79 22 102 / 0.3);
}

.hover\:border-x-purple-50\/40:hover {
    border-left-color: rgb(79 22 102 / 0.4);
    border-right-color: rgb(79 22 102 / 0.4);
}

.hover\:border-x-purple-50\/5:hover {
    border-left-color: rgb(79 22 102 / 0.05);
    border-right-color: rgb(79 22 102 / 0.05);
}

.hover\:border-x-purple-50\/50:hover {
    border-left-color: rgb(79 22 102 / 0.5);
    border-right-color: rgb(79 22 102 / 0.5);
}

.hover\:border-x-purple-50\/60:hover {
    border-left-color: rgb(79 22 102 / 0.6);
    border-right-color: rgb(79 22 102 / 0.6);
}

.hover\:border-x-purple-50\/70:hover {
    border-left-color: rgb(79 22 102 / 0.7);
    border-right-color: rgb(79 22 102 / 0.7);
}

.hover\:border-x-purple-50\/75:hover {
    border-left-color: rgb(79 22 102 / 0.75);
    border-right-color: rgb(79 22 102 / 0.75);
}

.hover\:border-x-purple-50\/80:hover {
    border-left-color: rgb(79 22 102 / 0.8);
    border-right-color: rgb(79 22 102 / 0.8);
}

.hover\:border-x-purple-50\/90:hover {
    border-left-color: rgb(79 22 102 / 0.9);
    border-right-color: rgb(79 22 102 / 0.9);
}

.hover\:border-x-purple-50\/95:hover {
    border-left-color: rgb(79 22 102 / 0.95);
    border-right-color: rgb(79 22 102 / 0.95);
}

.hover\:border-x-purple-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-x-purple-70\/0:hover {
    border-left-color: rgb(106 29 119 / 0);
    border-right-color: rgb(106 29 119 / 0);
}

.hover\:border-x-purple-70\/10:hover {
    border-left-color: rgb(106 29 119 / 0.1);
    border-right-color: rgb(106 29 119 / 0.1);
}

.hover\:border-x-purple-70\/100:hover {
    border-left-color: rgb(106 29 119 / 1);
    border-right-color: rgb(106 29 119 / 1);
}

.hover\:border-x-purple-70\/20:hover {
    border-left-color: rgb(106 29 119 / 0.2);
    border-right-color: rgb(106 29 119 / 0.2);
}

.hover\:border-x-purple-70\/25:hover {
    border-left-color: rgb(106 29 119 / 0.25);
    border-right-color: rgb(106 29 119 / 0.25);
}

.hover\:border-x-purple-70\/30:hover {
    border-left-color: rgb(106 29 119 / 0.3);
    border-right-color: rgb(106 29 119 / 0.3);
}

.hover\:border-x-purple-70\/40:hover {
    border-left-color: rgb(106 29 119 / 0.4);
    border-right-color: rgb(106 29 119 / 0.4);
}

.hover\:border-x-purple-70\/5:hover {
    border-left-color: rgb(106 29 119 / 0.05);
    border-right-color: rgb(106 29 119 / 0.05);
}

.hover\:border-x-purple-70\/50:hover {
    border-left-color: rgb(106 29 119 / 0.5);
    border-right-color: rgb(106 29 119 / 0.5);
}

.hover\:border-x-purple-70\/60:hover {
    border-left-color: rgb(106 29 119 / 0.6);
    border-right-color: rgb(106 29 119 / 0.6);
}

.hover\:border-x-purple-70\/70:hover {
    border-left-color: rgb(106 29 119 / 0.7);
    border-right-color: rgb(106 29 119 / 0.7);
}

.hover\:border-x-purple-70\/75:hover {
    border-left-color: rgb(106 29 119 / 0.75);
    border-right-color: rgb(106 29 119 / 0.75);
}

.hover\:border-x-purple-70\/80:hover {
    border-left-color: rgb(106 29 119 / 0.8);
    border-right-color: rgb(106 29 119 / 0.8);
}

.hover\:border-x-purple-70\/90:hover {
    border-left-color: rgb(106 29 119 / 0.9);
    border-right-color: rgb(106 29 119 / 0.9);
}

.hover\:border-x-purple-70\/95:hover {
    border-left-color: rgb(106 29 119 / 0.95);
    border-right-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-x-utility-error\/0:hover {
    border-left-color: rgb(220 33 33 / 0);
    border-right-color: rgb(220 33 33 / 0);
}

.hover\:border-x-utility-error\/10:hover {
    border-left-color: rgb(220 33 33 / 0.1);
    border-right-color: rgb(220 33 33 / 0.1);
}

.hover\:border-x-utility-error\/100:hover {
    border-left-color: rgb(220 33 33 / 1);
    border-right-color: rgb(220 33 33 / 1);
}

.hover\:border-x-utility-error\/20:hover {
    border-left-color: rgb(220 33 33 / 0.2);
    border-right-color: rgb(220 33 33 / 0.2);
}

.hover\:border-x-utility-error\/25:hover {
    border-left-color: rgb(220 33 33 / 0.25);
    border-right-color: rgb(220 33 33 / 0.25);
}

.hover\:border-x-utility-error\/30:hover {
    border-left-color: rgb(220 33 33 / 0.3);
    border-right-color: rgb(220 33 33 / 0.3);
}

.hover\:border-x-utility-error\/40:hover {
    border-left-color: rgb(220 33 33 / 0.4);
    border-right-color: rgb(220 33 33 / 0.4);
}

.hover\:border-x-utility-error\/5:hover {
    border-left-color: rgb(220 33 33 / 0.05);
    border-right-color: rgb(220 33 33 / 0.05);
}

.hover\:border-x-utility-error\/50:hover {
    border-left-color: rgb(220 33 33 / 0.5);
    border-right-color: rgb(220 33 33 / 0.5);
}

.hover\:border-x-utility-error\/60:hover {
    border-left-color: rgb(220 33 33 / 0.6);
    border-right-color: rgb(220 33 33 / 0.6);
}

.hover\:border-x-utility-error\/70:hover {
    border-left-color: rgb(220 33 33 / 0.7);
    border-right-color: rgb(220 33 33 / 0.7);
}

.hover\:border-x-utility-error\/75:hover {
    border-left-color: rgb(220 33 33 / 0.75);
    border-right-color: rgb(220 33 33 / 0.75);
}

.hover\:border-x-utility-error\/80:hover {
    border-left-color: rgb(220 33 33 / 0.8);
    border-right-color: rgb(220 33 33 / 0.8);
}

.hover\:border-x-utility-error\/90:hover {
    border-left-color: rgb(220 33 33 / 0.9);
    border-right-color: rgb(220 33 33 / 0.9);
}

.hover\:border-x-utility-error\/95:hover {
    border-left-color: rgb(220 33 33 / 0.95);
    border-right-color: rgb(220 33 33 / 0.95);
}

.hover\:border-x-utility-info:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-x-utility-info\/0:hover {
    border-left-color: rgb(191 219 254 / 0);
    border-right-color: rgb(191 219 254 / 0);
}

.hover\:border-x-utility-info\/10:hover {
    border-left-color: rgb(191 219 254 / 0.1);
    border-right-color: rgb(191 219 254 / 0.1);
}

.hover\:border-x-utility-info\/100:hover {
    border-left-color: rgb(191 219 254 / 1);
    border-right-color: rgb(191 219 254 / 1);
}

.hover\:border-x-utility-info\/20:hover {
    border-left-color: rgb(191 219 254 / 0.2);
    border-right-color: rgb(191 219 254 / 0.2);
}

.hover\:border-x-utility-info\/25:hover {
    border-left-color: rgb(191 219 254 / 0.25);
    border-right-color: rgb(191 219 254 / 0.25);
}

.hover\:border-x-utility-info\/30:hover {
    border-left-color: rgb(191 219 254 / 0.3);
    border-right-color: rgb(191 219 254 / 0.3);
}

.hover\:border-x-utility-info\/40:hover {
    border-left-color: rgb(191 219 254 / 0.4);
    border-right-color: rgb(191 219 254 / 0.4);
}

.hover\:border-x-utility-info\/5:hover {
    border-left-color: rgb(191 219 254 / 0.05);
    border-right-color: rgb(191 219 254 / 0.05);
}

.hover\:border-x-utility-info\/50:hover {
    border-left-color: rgb(191 219 254 / 0.5);
    border-right-color: rgb(191 219 254 / 0.5);
}

.hover\:border-x-utility-info\/60:hover {
    border-left-color: rgb(191 219 254 / 0.6);
    border-right-color: rgb(191 219 254 / 0.6);
}

.hover\:border-x-utility-info\/70:hover {
    border-left-color: rgb(191 219 254 / 0.7);
    border-right-color: rgb(191 219 254 / 0.7);
}

.hover\:border-x-utility-info\/75:hover {
    border-left-color: rgb(191 219 254 / 0.75);
    border-right-color: rgb(191 219 254 / 0.75);
}

.hover\:border-x-utility-info\/80:hover {
    border-left-color: rgb(191 219 254 / 0.8);
    border-right-color: rgb(191 219 254 / 0.8);
}

.hover\:border-x-utility-info\/90:hover {
    border-left-color: rgb(191 219 254 / 0.9);
    border-right-color: rgb(191 219 254 / 0.9);
}

.hover\:border-x-utility-info\/95:hover {
    border-left-color: rgb(191 219 254 / 0.95);
    border-right-color: rgb(191 219 254 / 0.95);
}

.hover\:border-x-utility-success:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-x-utility-success\/0:hover {
    border-left-color: rgb(92 204 23 / 0);
    border-right-color: rgb(92 204 23 / 0);
}

.hover\:border-x-utility-success\/10:hover {
    border-left-color: rgb(92 204 23 / 0.1);
    border-right-color: rgb(92 204 23 / 0.1);
}

.hover\:border-x-utility-success\/100:hover {
    border-left-color: rgb(92 204 23 / 1);
    border-right-color: rgb(92 204 23 / 1);
}

.hover\:border-x-utility-success\/20:hover {
    border-left-color: rgb(92 204 23 / 0.2);
    border-right-color: rgb(92 204 23 / 0.2);
}

.hover\:border-x-utility-success\/25:hover {
    border-left-color: rgb(92 204 23 / 0.25);
    border-right-color: rgb(92 204 23 / 0.25);
}

.hover\:border-x-utility-success\/30:hover {
    border-left-color: rgb(92 204 23 / 0.3);
    border-right-color: rgb(92 204 23 / 0.3);
}

.hover\:border-x-utility-success\/40:hover {
    border-left-color: rgb(92 204 23 / 0.4);
    border-right-color: rgb(92 204 23 / 0.4);
}

.hover\:border-x-utility-success\/5:hover {
    border-left-color: rgb(92 204 23 / 0.05);
    border-right-color: rgb(92 204 23 / 0.05);
}

.hover\:border-x-utility-success\/50:hover {
    border-left-color: rgb(92 204 23 / 0.5);
    border-right-color: rgb(92 204 23 / 0.5);
}

.hover\:border-x-utility-success\/60:hover {
    border-left-color: rgb(92 204 23 / 0.6);
    border-right-color: rgb(92 204 23 / 0.6);
}

.hover\:border-x-utility-success\/70:hover {
    border-left-color: rgb(92 204 23 / 0.7);
    border-right-color: rgb(92 204 23 / 0.7);
}

.hover\:border-x-utility-success\/75:hover {
    border-left-color: rgb(92 204 23 / 0.75);
    border-right-color: rgb(92 204 23 / 0.75);
}

.hover\:border-x-utility-success\/80:hover {
    border-left-color: rgb(92 204 23 / 0.8);
    border-right-color: rgb(92 204 23 / 0.8);
}

.hover\:border-x-utility-success\/90:hover {
    border-left-color: rgb(92 204 23 / 0.9);
    border-right-color: rgb(92 204 23 / 0.9);
}

.hover\:border-x-utility-success\/95:hover {
    border-left-color: rgb(92 204 23 / 0.95);
    border-right-color: rgb(92 204 23 / 0.95);
}

.hover\:border-x-utility-warning:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-x-utility-warning\/0:hover {
    border-left-color: rgb(219 170 110 / 0);
    border-right-color: rgb(219 170 110 / 0);
}

.hover\:border-x-utility-warning\/10:hover {
    border-left-color: rgb(219 170 110 / 0.1);
    border-right-color: rgb(219 170 110 / 0.1);
}

.hover\:border-x-utility-warning\/100:hover {
    border-left-color: rgb(219 170 110 / 1);
    border-right-color: rgb(219 170 110 / 1);
}

.hover\:border-x-utility-warning\/20:hover {
    border-left-color: rgb(219 170 110 / 0.2);
    border-right-color: rgb(219 170 110 / 0.2);
}

.hover\:border-x-utility-warning\/25:hover {
    border-left-color: rgb(219 170 110 / 0.25);
    border-right-color: rgb(219 170 110 / 0.25);
}

.hover\:border-x-utility-warning\/30:hover {
    border-left-color: rgb(219 170 110 / 0.3);
    border-right-color: rgb(219 170 110 / 0.3);
}

.hover\:border-x-utility-warning\/40:hover {
    border-left-color: rgb(219 170 110 / 0.4);
    border-right-color: rgb(219 170 110 / 0.4);
}

.hover\:border-x-utility-warning\/5:hover {
    border-left-color: rgb(219 170 110 / 0.05);
    border-right-color: rgb(219 170 110 / 0.05);
}

.hover\:border-x-utility-warning\/50:hover {
    border-left-color: rgb(219 170 110 / 0.5);
    border-right-color: rgb(219 170 110 / 0.5);
}

.hover\:border-x-utility-warning\/60:hover {
    border-left-color: rgb(219 170 110 / 0.6);
    border-right-color: rgb(219 170 110 / 0.6);
}

.hover\:border-x-utility-warning\/70:hover {
    border-left-color: rgb(219 170 110 / 0.7);
    border-right-color: rgb(219 170 110 / 0.7);
}

.hover\:border-x-utility-warning\/75:hover {
    border-left-color: rgb(219 170 110 / 0.75);
    border-right-color: rgb(219 170 110 / 0.75);
}

.hover\:border-x-utility-warning\/80:hover {
    border-left-color: rgb(219 170 110 / 0.8);
    border-right-color: rgb(219 170 110 / 0.8);
}

.hover\:border-x-utility-warning\/90:hover {
    border-left-color: rgb(219 170 110 / 0.9);
    border-right-color: rgb(219 170 110 / 0.9);
}

.hover\:border-x-utility-warning\/95:hover {
    border-left-color: rgb(219 170 110 / 0.95);
    border-right-color: rgb(219 170 110 / 0.95);
}

.hover\:border-x-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-x-very-dark-blue\/0:hover {
    border-left-color: rgb(4 4 47 / 0);
    border-right-color: rgb(4 4 47 / 0);
}

.hover\:border-x-very-dark-blue\/10:hover {
    border-left-color: rgb(4 4 47 / 0.1);
    border-right-color: rgb(4 4 47 / 0.1);
}

.hover\:border-x-very-dark-blue\/100:hover {
    border-left-color: rgb(4 4 47 / 1);
    border-right-color: rgb(4 4 47 / 1);
}

.hover\:border-x-very-dark-blue\/20:hover {
    border-left-color: rgb(4 4 47 / 0.2);
    border-right-color: rgb(4 4 47 / 0.2);
}

.hover\:border-x-very-dark-blue\/25:hover {
    border-left-color: rgb(4 4 47 / 0.25);
    border-right-color: rgb(4 4 47 / 0.25);
}

.hover\:border-x-very-dark-blue\/30:hover {
    border-left-color: rgb(4 4 47 / 0.3);
    border-right-color: rgb(4 4 47 / 0.3);
}

.hover\:border-x-very-dark-blue\/40:hover {
    border-left-color: rgb(4 4 47 / 0.4);
    border-right-color: rgb(4 4 47 / 0.4);
}

.hover\:border-x-very-dark-blue\/5:hover {
    border-left-color: rgb(4 4 47 / 0.05);
    border-right-color: rgb(4 4 47 / 0.05);
}

.hover\:border-x-very-dark-blue\/50:hover {
    border-left-color: rgb(4 4 47 / 0.5);
    border-right-color: rgb(4 4 47 / 0.5);
}

.hover\:border-x-very-dark-blue\/60:hover {
    border-left-color: rgb(4 4 47 / 0.6);
    border-right-color: rgb(4 4 47 / 0.6);
}

.hover\:border-x-very-dark-blue\/70:hover {
    border-left-color: rgb(4 4 47 / 0.7);
    border-right-color: rgb(4 4 47 / 0.7);
}

.hover\:border-x-very-dark-blue\/75:hover {
    border-left-color: rgb(4 4 47 / 0.75);
    border-right-color: rgb(4 4 47 / 0.75);
}

.hover\:border-x-very-dark-blue\/80:hover {
    border-left-color: rgb(4 4 47 / 0.8);
    border-right-color: rgb(4 4 47 / 0.8);
}

.hover\:border-x-very-dark-blue\/90:hover {
    border-left-color: rgb(4 4 47 / 0.9);
    border-right-color: rgb(4 4 47 / 0.9);
}

.hover\:border-x-very-dark-blue\/95:hover {
    border-left-color: rgb(4 4 47 / 0.95);
    border-right-color: rgb(4 4 47 / 0.95);
}

.hover\:border-y-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-y-accent-green-dark\/0:hover {
    border-top-color: rgb(42 172 110 / 0);
    border-bottom-color: rgb(42 172 110 / 0);
}

.hover\:border-y-accent-green-dark\/10:hover {
    border-top-color: rgb(42 172 110 / 0.1);
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.hover\:border-y-accent-green-dark\/100:hover {
    border-top-color: rgb(42 172 110 / 1);
    border-bottom-color: rgb(42 172 110 / 1);
}

.hover\:border-y-accent-green-dark\/20:hover {
    border-top-color: rgb(42 172 110 / 0.2);
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.hover\:border-y-accent-green-dark\/25:hover {
    border-top-color: rgb(42 172 110 / 0.25);
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.hover\:border-y-accent-green-dark\/30:hover {
    border-top-color: rgb(42 172 110 / 0.3);
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.hover\:border-y-accent-green-dark\/40:hover {
    border-top-color: rgb(42 172 110 / 0.4);
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.hover\:border-y-accent-green-dark\/5:hover {
    border-top-color: rgb(42 172 110 / 0.05);
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.hover\:border-y-accent-green-dark\/50:hover {
    border-top-color: rgb(42 172 110 / 0.5);
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.hover\:border-y-accent-green-dark\/60:hover {
    border-top-color: rgb(42 172 110 / 0.6);
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.hover\:border-y-accent-green-dark\/70:hover {
    border-top-color: rgb(42 172 110 / 0.7);
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.hover\:border-y-accent-green-dark\/75:hover {
    border-top-color: rgb(42 172 110 / 0.75);
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.hover\:border-y-accent-green-dark\/80:hover {
    border-top-color: rgb(42 172 110 / 0.8);
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.hover\:border-y-accent-green-dark\/90:hover {
    border-top-color: rgb(42 172 110 / 0.9);
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.hover\:border-y-accent-green-dark\/95:hover {
    border-top-color: rgb(42 172 110 / 0.95);
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.hover\:border-y-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-y-accent-green-light\/0:hover {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.hover\:border-y-accent-green-light\/10:hover {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.hover\:border-y-accent-green-light\/100:hover {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.hover\:border-y-accent-green-light\/20:hover {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.hover\:border-y-accent-green-light\/25:hover {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.hover\:border-y-accent-green-light\/30:hover {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.hover\:border-y-accent-green-light\/40:hover {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.hover\:border-y-accent-green-light\/5:hover {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.hover\:border-y-accent-green-light\/50:hover {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.hover\:border-y-accent-green-light\/60:hover {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.hover\:border-y-accent-green-light\/70:hover {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.hover\:border-y-accent-green-light\/75:hover {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.hover\:border-y-accent-green-light\/80:hover {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.hover\:border-y-accent-green-light\/90:hover {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.hover\:border-y-accent-green-light\/95:hover {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.hover\:border-y-accent-purple:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-y-accent-purple\/0:hover {
    border-top-color: rgb(192 69 221 / 0);
    border-bottom-color: rgb(192 69 221 / 0);
}

.hover\:border-y-accent-purple\/10:hover {
    border-top-color: rgb(192 69 221 / 0.1);
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.hover\:border-y-accent-purple\/100:hover {
    border-top-color: rgb(192 69 221 / 1);
    border-bottom-color: rgb(192 69 221 / 1);
}

.hover\:border-y-accent-purple\/20:hover {
    border-top-color: rgb(192 69 221 / 0.2);
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.hover\:border-y-accent-purple\/25:hover {
    border-top-color: rgb(192 69 221 / 0.25);
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.hover\:border-y-accent-purple\/30:hover {
    border-top-color: rgb(192 69 221 / 0.3);
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.hover\:border-y-accent-purple\/40:hover {
    border-top-color: rgb(192 69 221 / 0.4);
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.hover\:border-y-accent-purple\/5:hover {
    border-top-color: rgb(192 69 221 / 0.05);
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.hover\:border-y-accent-purple\/50:hover {
    border-top-color: rgb(192 69 221 / 0.5);
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.hover\:border-y-accent-purple\/60:hover {
    border-top-color: rgb(192 69 221 / 0.6);
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.hover\:border-y-accent-purple\/70:hover {
    border-top-color: rgb(192 69 221 / 0.7);
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.hover\:border-y-accent-purple\/75:hover {
    border-top-color: rgb(192 69 221 / 0.75);
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.hover\:border-y-accent-purple\/80:hover {
    border-top-color: rgb(192 69 221 / 0.8);
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.hover\:border-y-accent-purple\/90:hover {
    border-top-color: rgb(192 69 221 / 0.9);
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.hover\:border-y-accent-purple\/95:hover {
    border-top-color: rgb(192 69 221 / 0.95);
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.hover\:border-y-current:hover {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.hover\:border-y-gray-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-y-gray-10\/0:hover {
    border-top-color: rgb(36 30 81 / 0);
    border-bottom-color: rgb(36 30 81 / 0);
}

.hover\:border-y-gray-10\/10:hover {
    border-top-color: rgb(36 30 81 / 0.1);
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.hover\:border-y-gray-10\/100:hover {
    border-top-color: rgb(36 30 81 / 1);
    border-bottom-color: rgb(36 30 81 / 1);
}

.hover\:border-y-gray-10\/20:hover {
    border-top-color: rgb(36 30 81 / 0.2);
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.hover\:border-y-gray-10\/25:hover {
    border-top-color: rgb(36 30 81 / 0.25);
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.hover\:border-y-gray-10\/30:hover {
    border-top-color: rgb(36 30 81 / 0.3);
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.hover\:border-y-gray-10\/40:hover {
    border-top-color: rgb(36 30 81 / 0.4);
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.hover\:border-y-gray-10\/5:hover {
    border-top-color: rgb(36 30 81 / 0.05);
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.hover\:border-y-gray-10\/50:hover {
    border-top-color: rgb(36 30 81 / 0.5);
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.hover\:border-y-gray-10\/60:hover {
    border-top-color: rgb(36 30 81 / 0.6);
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.hover\:border-y-gray-10\/70:hover {
    border-top-color: rgb(36 30 81 / 0.7);
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.hover\:border-y-gray-10\/75:hover {
    border-top-color: rgb(36 30 81 / 0.75);
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.hover\:border-y-gray-10\/80:hover {
    border-top-color: rgb(36 30 81 / 0.8);
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.hover\:border-y-gray-10\/90:hover {
    border-top-color: rgb(36 30 81 / 0.9);
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.hover\:border-y-gray-10\/95:hover {
    border-top-color: rgb(36 30 81 / 0.95);
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.hover\:border-y-gray-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-y-gray-100\/0:hover {
    border-top-color: rgb(248 251 249 / 0);
    border-bottom-color: rgb(248 251 249 / 0);
}

.hover\:border-y-gray-100\/10:hover {
    border-top-color: rgb(248 251 249 / 0.1);
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.hover\:border-y-gray-100\/100:hover {
    border-top-color: rgb(248 251 249 / 1);
    border-bottom-color: rgb(248 251 249 / 1);
}

.hover\:border-y-gray-100\/20:hover {
    border-top-color: rgb(248 251 249 / 0.2);
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.hover\:border-y-gray-100\/25:hover {
    border-top-color: rgb(248 251 249 / 0.25);
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.hover\:border-y-gray-100\/30:hover {
    border-top-color: rgb(248 251 249 / 0.3);
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.hover\:border-y-gray-100\/40:hover {
    border-top-color: rgb(248 251 249 / 0.4);
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.hover\:border-y-gray-100\/5:hover {
    border-top-color: rgb(248 251 249 / 0.05);
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.hover\:border-y-gray-100\/50:hover {
    border-top-color: rgb(248 251 249 / 0.5);
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.hover\:border-y-gray-100\/60:hover {
    border-top-color: rgb(248 251 249 / 0.6);
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.hover\:border-y-gray-100\/70:hover {
    border-top-color: rgb(248 251 249 / 0.7);
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.hover\:border-y-gray-100\/75:hover {
    border-top-color: rgb(248 251 249 / 0.75);
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.hover\:border-y-gray-100\/80:hover {
    border-top-color: rgb(248 251 249 / 0.8);
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.hover\:border-y-gray-100\/90:hover {
    border-top-color: rgb(248 251 249 / 0.9);
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.hover\:border-y-gray-100\/95:hover {
    border-top-color: rgb(248 251 249 / 0.95);
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.hover\:border-y-gray-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-y-gray-20\/0:hover {
    border-top-color: rgb(60 54 99 / 0);
    border-bottom-color: rgb(60 54 99 / 0);
}

.hover\:border-y-gray-20\/10:hover {
    border-top-color: rgb(60 54 99 / 0.1);
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.hover\:border-y-gray-20\/100:hover {
    border-top-color: rgb(60 54 99 / 1);
    border-bottom-color: rgb(60 54 99 / 1);
}

.hover\:border-y-gray-20\/20:hover {
    border-top-color: rgb(60 54 99 / 0.2);
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.hover\:border-y-gray-20\/25:hover {
    border-top-color: rgb(60 54 99 / 0.25);
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.hover\:border-y-gray-20\/30:hover {
    border-top-color: rgb(60 54 99 / 0.3);
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.hover\:border-y-gray-20\/40:hover {
    border-top-color: rgb(60 54 99 / 0.4);
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.hover\:border-y-gray-20\/5:hover {
    border-top-color: rgb(60 54 99 / 0.05);
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.hover\:border-y-gray-20\/50:hover {
    border-top-color: rgb(60 54 99 / 0.5);
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.hover\:border-y-gray-20\/60:hover {
    border-top-color: rgb(60 54 99 / 0.6);
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.hover\:border-y-gray-20\/70:hover {
    border-top-color: rgb(60 54 99 / 0.7);
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.hover\:border-y-gray-20\/75:hover {
    border-top-color: rgb(60 54 99 / 0.75);
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.hover\:border-y-gray-20\/80:hover {
    border-top-color: rgb(60 54 99 / 0.8);
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.hover\:border-y-gray-20\/90:hover {
    border-top-color: rgb(60 54 99 / 0.9);
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.hover\:border-y-gray-20\/95:hover {
    border-top-color: rgb(60 54 99 / 0.95);
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.hover\:border-y-gray-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-y-gray-30\/0:hover {
    border-top-color: rgb(83 79 118 / 0);
    border-bottom-color: rgb(83 79 118 / 0);
}

.hover\:border-y-gray-30\/10:hover {
    border-top-color: rgb(83 79 118 / 0.1);
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.hover\:border-y-gray-30\/100:hover {
    border-top-color: rgb(83 79 118 / 1);
    border-bottom-color: rgb(83 79 118 / 1);
}

.hover\:border-y-gray-30\/20:hover {
    border-top-color: rgb(83 79 118 / 0.2);
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.hover\:border-y-gray-30\/25:hover {
    border-top-color: rgb(83 79 118 / 0.25);
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.hover\:border-y-gray-30\/30:hover {
    border-top-color: rgb(83 79 118 / 0.3);
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.hover\:border-y-gray-30\/40:hover {
    border-top-color: rgb(83 79 118 / 0.4);
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.hover\:border-y-gray-30\/5:hover {
    border-top-color: rgb(83 79 118 / 0.05);
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.hover\:border-y-gray-30\/50:hover {
    border-top-color: rgb(83 79 118 / 0.5);
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.hover\:border-y-gray-30\/60:hover {
    border-top-color: rgb(83 79 118 / 0.6);
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.hover\:border-y-gray-30\/70:hover {
    border-top-color: rgb(83 79 118 / 0.7);
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.hover\:border-y-gray-30\/75:hover {
    border-top-color: rgb(83 79 118 / 0.75);
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.hover\:border-y-gray-30\/80:hover {
    border-top-color: rgb(83 79 118 / 0.8);
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.hover\:border-y-gray-30\/90:hover {
    border-top-color: rgb(83 79 118 / 0.9);
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.hover\:border-y-gray-30\/95:hover {
    border-top-color: rgb(83 79 118 / 0.95);
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.hover\:border-y-gray-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-y-gray-50\/0:hover {
    border-top-color: rgb(130 128 155 / 0);
    border-bottom-color: rgb(130 128 155 / 0);
}

.hover\:border-y-gray-50\/10:hover {
    border-top-color: rgb(130 128 155 / 0.1);
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.hover\:border-y-gray-50\/100:hover {
    border-top-color: rgb(130 128 155 / 1);
    border-bottom-color: rgb(130 128 155 / 1);
}

.hover\:border-y-gray-50\/20:hover {
    border-top-color: rgb(130 128 155 / 0.2);
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.hover\:border-y-gray-50\/25:hover {
    border-top-color: rgb(130 128 155 / 0.25);
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.hover\:border-y-gray-50\/30:hover {
    border-top-color: rgb(130 128 155 / 0.3);
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.hover\:border-y-gray-50\/40:hover {
    border-top-color: rgb(130 128 155 / 0.4);
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.hover\:border-y-gray-50\/5:hover {
    border-top-color: rgb(130 128 155 / 0.05);
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.hover\:border-y-gray-50\/50:hover {
    border-top-color: rgb(130 128 155 / 0.5);
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.hover\:border-y-gray-50\/60:hover {
    border-top-color: rgb(130 128 155 / 0.6);
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.hover\:border-y-gray-50\/70:hover {
    border-top-color: rgb(130 128 155 / 0.7);
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.hover\:border-y-gray-50\/75:hover {
    border-top-color: rgb(130 128 155 / 0.75);
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.hover\:border-y-gray-50\/80:hover {
    border-top-color: rgb(130 128 155 / 0.8);
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.hover\:border-y-gray-50\/90:hover {
    border-top-color: rgb(130 128 155 / 0.9);
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.hover\:border-y-gray-50\/95:hover {
    border-top-color: rgb(130 128 155 / 0.95);
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.hover\:border-y-gray-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-y-gray-70\/0:hover {
    border-top-color: rgb(177 177 193 / 0);
    border-bottom-color: rgb(177 177 193 / 0);
}

.hover\:border-y-gray-70\/10:hover {
    border-top-color: rgb(177 177 193 / 0.1);
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.hover\:border-y-gray-70\/100:hover {
    border-top-color: rgb(177 177 193 / 1);
    border-bottom-color: rgb(177 177 193 / 1);
}

.hover\:border-y-gray-70\/20:hover {
    border-top-color: rgb(177 177 193 / 0.2);
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.hover\:border-y-gray-70\/25:hover {
    border-top-color: rgb(177 177 193 / 0.25);
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.hover\:border-y-gray-70\/30:hover {
    border-top-color: rgb(177 177 193 / 0.3);
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.hover\:border-y-gray-70\/40:hover {
    border-top-color: rgb(177 177 193 / 0.4);
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.hover\:border-y-gray-70\/5:hover {
    border-top-color: rgb(177 177 193 / 0.05);
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.hover\:border-y-gray-70\/50:hover {
    border-top-color: rgb(177 177 193 / 0.5);
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.hover\:border-y-gray-70\/60:hover {
    border-top-color: rgb(177 177 193 / 0.6);
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.hover\:border-y-gray-70\/70:hover {
    border-top-color: rgb(177 177 193 / 0.7);
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.hover\:border-y-gray-70\/75:hover {
    border-top-color: rgb(177 177 193 / 0.75);
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.hover\:border-y-gray-70\/80:hover {
    border-top-color: rgb(177 177 193 / 0.8);
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.hover\:border-y-gray-70\/90:hover {
    border-top-color: rgb(177 177 193 / 0.9);
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.hover\:border-y-gray-70\/95:hover {
    border-top-color: rgb(177 177 193 / 0.95);
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.hover\:border-y-green-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-y-green-10\/0:hover {
    border-top-color: rgb(19 28 66 / 0);
    border-bottom-color: rgb(19 28 66 / 0);
}

.hover\:border-y-green-10\/10:hover {
    border-top-color: rgb(19 28 66 / 0.1);
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.hover\:border-y-green-10\/100:hover {
    border-top-color: rgb(19 28 66 / 1);
    border-bottom-color: rgb(19 28 66 / 1);
}

.hover\:border-y-green-10\/20:hover {
    border-top-color: rgb(19 28 66 / 0.2);
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.hover\:border-y-green-10\/25:hover {
    border-top-color: rgb(19 28 66 / 0.25);
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.hover\:border-y-green-10\/30:hover {
    border-top-color: rgb(19 28 66 / 0.3);
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.hover\:border-y-green-10\/40:hover {
    border-top-color: rgb(19 28 66 / 0.4);
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.hover\:border-y-green-10\/5:hover {
    border-top-color: rgb(19 28 66 / 0.05);
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.hover\:border-y-green-10\/50:hover {
    border-top-color: rgb(19 28 66 / 0.5);
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.hover\:border-y-green-10\/60:hover {
    border-top-color: rgb(19 28 66 / 0.6);
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.hover\:border-y-green-10\/70:hover {
    border-top-color: rgb(19 28 66 / 0.7);
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.hover\:border-y-green-10\/75:hover {
    border-top-color: rgb(19 28 66 / 0.75);
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.hover\:border-y-green-10\/80:hover {
    border-top-color: rgb(19 28 66 / 0.8);
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.hover\:border-y-green-10\/90:hover {
    border-top-color: rgb(19 28 66 / 0.9);
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.hover\:border-y-green-10\/95:hover {
    border-top-color: rgb(19 28 66 / 0.95);
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.hover\:border-y-green-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-y-green-100\/0:hover {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.hover\:border-y-green-100\/10:hover {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.hover\:border-y-green-100\/100:hover {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.hover\:border-y-green-100\/20:hover {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.hover\:border-y-green-100\/25:hover {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.hover\:border-y-green-100\/30:hover {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.hover\:border-y-green-100\/40:hover {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.hover\:border-y-green-100\/5:hover {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.hover\:border-y-green-100\/50:hover {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.hover\:border-y-green-100\/60:hover {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.hover\:border-y-green-100\/70:hover {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.hover\:border-y-green-100\/75:hover {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.hover\:border-y-green-100\/80:hover {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.hover\:border-y-green-100\/90:hover {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.hover\:border-y-green-100\/95:hover {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.hover\:border-y-green-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-y-green-20\/0:hover {
    border-top-color: rgb(26 52 70 / 0);
    border-bottom-color: rgb(26 52 70 / 0);
}

.hover\:border-y-green-20\/10:hover {
    border-top-color: rgb(26 52 70 / 0.1);
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.hover\:border-y-green-20\/100:hover {
    border-top-color: rgb(26 52 70 / 1);
    border-bottom-color: rgb(26 52 70 / 1);
}

.hover\:border-y-green-20\/20:hover {
    border-top-color: rgb(26 52 70 / 0.2);
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.hover\:border-y-green-20\/25:hover {
    border-top-color: rgb(26 52 70 / 0.25);
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.hover\:border-y-green-20\/30:hover {
    border-top-color: rgb(26 52 70 / 0.3);
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.hover\:border-y-green-20\/40:hover {
    border-top-color: rgb(26 52 70 / 0.4);
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.hover\:border-y-green-20\/5:hover {
    border-top-color: rgb(26 52 70 / 0.05);
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.hover\:border-y-green-20\/50:hover {
    border-top-color: rgb(26 52 70 / 0.5);
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.hover\:border-y-green-20\/60:hover {
    border-top-color: rgb(26 52 70 / 0.6);
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.hover\:border-y-green-20\/70:hover {
    border-top-color: rgb(26 52 70 / 0.7);
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.hover\:border-y-green-20\/75:hover {
    border-top-color: rgb(26 52 70 / 0.75);
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.hover\:border-y-green-20\/80:hover {
    border-top-color: rgb(26 52 70 / 0.8);
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.hover\:border-y-green-20\/90:hover {
    border-top-color: rgb(26 52 70 / 0.9);
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.hover\:border-y-green-20\/95:hover {
    border-top-color: rgb(26 52 70 / 0.95);
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.hover\:border-y-green-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-y-green-30\/0:hover {
    border-top-color: rgb(32 75 75 / 0);
    border-bottom-color: rgb(32 75 75 / 0);
}

.hover\:border-y-green-30\/10:hover {
    border-top-color: rgb(32 75 75 / 0.1);
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.hover\:border-y-green-30\/100:hover {
    border-top-color: rgb(32 75 75 / 1);
    border-bottom-color: rgb(32 75 75 / 1);
}

.hover\:border-y-green-30\/20:hover {
    border-top-color: rgb(32 75 75 / 0.2);
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.hover\:border-y-green-30\/25:hover {
    border-top-color: rgb(32 75 75 / 0.25);
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.hover\:border-y-green-30\/30:hover {
    border-top-color: rgb(32 75 75 / 0.3);
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.hover\:border-y-green-30\/40:hover {
    border-top-color: rgb(32 75 75 / 0.4);
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.hover\:border-y-green-30\/5:hover {
    border-top-color: rgb(32 75 75 / 0.05);
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.hover\:border-y-green-30\/50:hover {
    border-top-color: rgb(32 75 75 / 0.5);
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.hover\:border-y-green-30\/60:hover {
    border-top-color: rgb(32 75 75 / 0.6);
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.hover\:border-y-green-30\/70:hover {
    border-top-color: rgb(32 75 75 / 0.7);
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.hover\:border-y-green-30\/75:hover {
    border-top-color: rgb(32 75 75 / 0.75);
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.hover\:border-y-green-30\/80:hover {
    border-top-color: rgb(32 75 75 / 0.8);
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.hover\:border-y-green-30\/90:hover {
    border-top-color: rgb(32 75 75 / 0.9);
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.hover\:border-y-green-30\/95:hover {
    border-top-color: rgb(32 75 75 / 0.95);
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.hover\:border-y-green-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-y-green-50\/0:hover {
    border-top-color: rgb(44 121 83 / 0);
    border-bottom-color: rgb(44 121 83 / 0);
}

.hover\:border-y-green-50\/10:hover {
    border-top-color: rgb(44 121 83 / 0.1);
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.hover\:border-y-green-50\/100:hover {
    border-top-color: rgb(44 121 83 / 1);
    border-bottom-color: rgb(44 121 83 / 1);
}

.hover\:border-y-green-50\/20:hover {
    border-top-color: rgb(44 121 83 / 0.2);
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.hover\:border-y-green-50\/25:hover {
    border-top-color: rgb(44 121 83 / 0.25);
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.hover\:border-y-green-50\/30:hover {
    border-top-color: rgb(44 121 83 / 0.3);
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.hover\:border-y-green-50\/40:hover {
    border-top-color: rgb(44 121 83 / 0.4);
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.hover\:border-y-green-50\/5:hover {
    border-top-color: rgb(44 121 83 / 0.05);
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.hover\:border-y-green-50\/50:hover {
    border-top-color: rgb(44 121 83 / 0.5);
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.hover\:border-y-green-50\/60:hover {
    border-top-color: rgb(44 121 83 / 0.6);
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.hover\:border-y-green-50\/70:hover {
    border-top-color: rgb(44 121 83 / 0.7);
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.hover\:border-y-green-50\/75:hover {
    border-top-color: rgb(44 121 83 / 0.75);
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.hover\:border-y-green-50\/80:hover {
    border-top-color: rgb(44 121 83 / 0.8);
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.hover\:border-y-green-50\/90:hover {
    border-top-color: rgb(44 121 83 / 0.9);
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.hover\:border-y-green-50\/95:hover {
    border-top-color: rgb(44 121 83 / 0.95);
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.hover\:border-y-green-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-y-green-70\/0:hover {
    border-top-color: rgb(57 168 91 / 0);
    border-bottom-color: rgb(57 168 91 / 0);
}

.hover\:border-y-green-70\/10:hover {
    border-top-color: rgb(57 168 91 / 0.1);
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.hover\:border-y-green-70\/100:hover {
    border-top-color: rgb(57 168 91 / 1);
    border-bottom-color: rgb(57 168 91 / 1);
}

.hover\:border-y-green-70\/20:hover {
    border-top-color: rgb(57 168 91 / 0.2);
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.hover\:border-y-green-70\/25:hover {
    border-top-color: rgb(57 168 91 / 0.25);
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.hover\:border-y-green-70\/30:hover {
    border-top-color: rgb(57 168 91 / 0.3);
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.hover\:border-y-green-70\/40:hover {
    border-top-color: rgb(57 168 91 / 0.4);
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.hover\:border-y-green-70\/5:hover {
    border-top-color: rgb(57 168 91 / 0.05);
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.hover\:border-y-green-70\/50:hover {
    border-top-color: rgb(57 168 91 / 0.5);
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.hover\:border-y-green-70\/60:hover {
    border-top-color: rgb(57 168 91 / 0.6);
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.hover\:border-y-green-70\/70:hover {
    border-top-color: rgb(57 168 91 / 0.7);
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.hover\:border-y-green-70\/75:hover {
    border-top-color: rgb(57 168 91 / 0.75);
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.hover\:border-y-green-70\/80:hover {
    border-top-color: rgb(57 168 91 / 0.8);
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.hover\:border-y-green-70\/90:hover {
    border-top-color: rgb(57 168 91 / 0.9);
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.hover\:border-y-green-70\/95:hover {
    border-top-color: rgb(57 168 91 / 0.95);
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.hover\:border-y-purple-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-y-purple-10\/0:hover {
    border-top-color: rgb(26 8 70 / 0);
    border-bottom-color: rgb(26 8 70 / 0);
}

.hover\:border-y-purple-10\/10:hover {
    border-top-color: rgb(26 8 70 / 0.1);
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.hover\:border-y-purple-10\/100:hover {
    border-top-color: rgb(26 8 70 / 1);
    border-bottom-color: rgb(26 8 70 / 1);
}

.hover\:border-y-purple-10\/20:hover {
    border-top-color: rgb(26 8 70 / 0.2);
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.hover\:border-y-purple-10\/25:hover {
    border-top-color: rgb(26 8 70 / 0.25);
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.hover\:border-y-purple-10\/30:hover {
    border-top-color: rgb(26 8 70 / 0.3);
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.hover\:border-y-purple-10\/40:hover {
    border-top-color: rgb(26 8 70 / 0.4);
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.hover\:border-y-purple-10\/5:hover {
    border-top-color: rgb(26 8 70 / 0.05);
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.hover\:border-y-purple-10\/50:hover {
    border-top-color: rgb(26 8 70 / 0.5);
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.hover\:border-y-purple-10\/60:hover {
    border-top-color: rgb(26 8 70 / 0.6);
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.hover\:border-y-purple-10\/70:hover {
    border-top-color: rgb(26 8 70 / 0.7);
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.hover\:border-y-purple-10\/75:hover {
    border-top-color: rgb(26 8 70 / 0.75);
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.hover\:border-y-purple-10\/80:hover {
    border-top-color: rgb(26 8 70 / 0.8);
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.hover\:border-y-purple-10\/90:hover {
    border-top-color: rgb(26 8 70 / 0.9);
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.hover\:border-y-purple-10\/95:hover {
    border-top-color: rgb(26 8 70 / 0.95);
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.hover\:border-y-purple-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-y-purple-100\/0:hover {
    border-top-color: rgb(125 41 145 / 0);
    border-bottom-color: rgb(125 41 145 / 0);
}

.hover\:border-y-purple-100\/10:hover {
    border-top-color: rgb(125 41 145 / 0.1);
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.hover\:border-y-purple-100\/100:hover {
    border-top-color: rgb(125 41 145 / 1);
    border-bottom-color: rgb(125 41 145 / 1);
}

.hover\:border-y-purple-100\/20:hover {
    border-top-color: rgb(125 41 145 / 0.2);
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.hover\:border-y-purple-100\/25:hover {
    border-top-color: rgb(125 41 145 / 0.25);
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.hover\:border-y-purple-100\/30:hover {
    border-top-color: rgb(125 41 145 / 0.3);
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.hover\:border-y-purple-100\/40:hover {
    border-top-color: rgb(125 41 145 / 0.4);
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.hover\:border-y-purple-100\/5:hover {
    border-top-color: rgb(125 41 145 / 0.05);
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.hover\:border-y-purple-100\/50:hover {
    border-top-color: rgb(125 41 145 / 0.5);
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.hover\:border-y-purple-100\/60:hover {
    border-top-color: rgb(125 41 145 / 0.6);
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.hover\:border-y-purple-100\/70:hover {
    border-top-color: rgb(125 41 145 / 0.7);
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.hover\:border-y-purple-100\/75:hover {
    border-top-color: rgb(125 41 145 / 0.75);
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.hover\:border-y-purple-100\/80:hover {
    border-top-color: rgb(125 41 145 / 0.8);
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.hover\:border-y-purple-100\/90:hover {
    border-top-color: rgb(125 41 145 / 0.9);
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.hover\:border-y-purple-100\/95:hover {
    border-top-color: rgb(125 41 145 / 0.95);
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.hover\:border-y-purple-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-y-purple-20\/0:hover {
    border-top-color: rgb(40 12 78 / 0);
    border-bottom-color: rgb(40 12 78 / 0);
}

.hover\:border-y-purple-20\/10:hover {
    border-top-color: rgb(40 12 78 / 0.1);
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.hover\:border-y-purple-20\/100:hover {
    border-top-color: rgb(40 12 78 / 1);
    border-bottom-color: rgb(40 12 78 / 1);
}

.hover\:border-y-purple-20\/20:hover {
    border-top-color: rgb(40 12 78 / 0.2);
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.hover\:border-y-purple-20\/25:hover {
    border-top-color: rgb(40 12 78 / 0.25);
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.hover\:border-y-purple-20\/30:hover {
    border-top-color: rgb(40 12 78 / 0.3);
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.hover\:border-y-purple-20\/40:hover {
    border-top-color: rgb(40 12 78 / 0.4);
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.hover\:border-y-purple-20\/5:hover {
    border-top-color: rgb(40 12 78 / 0.05);
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.hover\:border-y-purple-20\/50:hover {
    border-top-color: rgb(40 12 78 / 0.5);
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.hover\:border-y-purple-20\/60:hover {
    border-top-color: rgb(40 12 78 / 0.6);
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.hover\:border-y-purple-20\/70:hover {
    border-top-color: rgb(40 12 78 / 0.7);
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.hover\:border-y-purple-20\/75:hover {
    border-top-color: rgb(40 12 78 / 0.75);
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.hover\:border-y-purple-20\/80:hover {
    border-top-color: rgb(40 12 78 / 0.8);
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.hover\:border-y-purple-20\/90:hover {
    border-top-color: rgb(40 12 78 / 0.9);
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.hover\:border-y-purple-20\/95:hover {
    border-top-color: rgb(40 12 78 / 0.95);
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.hover\:border-y-purple-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-y-purple-30\/0:hover {
    border-top-color: rgb(53 15 86 / 0);
    border-bottom-color: rgb(53 15 86 / 0);
}

.hover\:border-y-purple-30\/10:hover {
    border-top-color: rgb(53 15 86 / 0.1);
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.hover\:border-y-purple-30\/100:hover {
    border-top-color: rgb(53 15 86 / 1);
    border-bottom-color: rgb(53 15 86 / 1);
}

.hover\:border-y-purple-30\/20:hover {
    border-top-color: rgb(53 15 86 / 0.2);
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.hover\:border-y-purple-30\/25:hover {
    border-top-color: rgb(53 15 86 / 0.25);
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.hover\:border-y-purple-30\/30:hover {
    border-top-color: rgb(53 15 86 / 0.3);
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.hover\:border-y-purple-30\/40:hover {
    border-top-color: rgb(53 15 86 / 0.4);
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.hover\:border-y-purple-30\/5:hover {
    border-top-color: rgb(53 15 86 / 0.05);
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.hover\:border-y-purple-30\/50:hover {
    border-top-color: rgb(53 15 86 / 0.5);
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.hover\:border-y-purple-30\/60:hover {
    border-top-color: rgb(53 15 86 / 0.6);
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.hover\:border-y-purple-30\/70:hover {
    border-top-color: rgb(53 15 86 / 0.7);
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.hover\:border-y-purple-30\/75:hover {
    border-top-color: rgb(53 15 86 / 0.75);
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.hover\:border-y-purple-30\/80:hover {
    border-top-color: rgb(53 15 86 / 0.8);
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.hover\:border-y-purple-30\/90:hover {
    border-top-color: rgb(53 15 86 / 0.9);
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.hover\:border-y-purple-30\/95:hover {
    border-top-color: rgb(53 15 86 / 0.95);
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.hover\:border-y-purple-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-y-purple-50\/0:hover {
    border-top-color: rgb(79 22 102 / 0);
    border-bottom-color: rgb(79 22 102 / 0);
}

.hover\:border-y-purple-50\/10:hover {
    border-top-color: rgb(79 22 102 / 0.1);
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.hover\:border-y-purple-50\/100:hover {
    border-top-color: rgb(79 22 102 / 1);
    border-bottom-color: rgb(79 22 102 / 1);
}

.hover\:border-y-purple-50\/20:hover {
    border-top-color: rgb(79 22 102 / 0.2);
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.hover\:border-y-purple-50\/25:hover {
    border-top-color: rgb(79 22 102 / 0.25);
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.hover\:border-y-purple-50\/30:hover {
    border-top-color: rgb(79 22 102 / 0.3);
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.hover\:border-y-purple-50\/40:hover {
    border-top-color: rgb(79 22 102 / 0.4);
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.hover\:border-y-purple-50\/5:hover {
    border-top-color: rgb(79 22 102 / 0.05);
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.hover\:border-y-purple-50\/50:hover {
    border-top-color: rgb(79 22 102 / 0.5);
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.hover\:border-y-purple-50\/60:hover {
    border-top-color: rgb(79 22 102 / 0.6);
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.hover\:border-y-purple-50\/70:hover {
    border-top-color: rgb(79 22 102 / 0.7);
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.hover\:border-y-purple-50\/75:hover {
    border-top-color: rgb(79 22 102 / 0.75);
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.hover\:border-y-purple-50\/80:hover {
    border-top-color: rgb(79 22 102 / 0.8);
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.hover\:border-y-purple-50\/90:hover {
    border-top-color: rgb(79 22 102 / 0.9);
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.hover\:border-y-purple-50\/95:hover {
    border-top-color: rgb(79 22 102 / 0.95);
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.hover\:border-y-purple-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-y-purple-70\/0:hover {
    border-top-color: rgb(106 29 119 / 0);
    border-bottom-color: rgb(106 29 119 / 0);
}

.hover\:border-y-purple-70\/10:hover {
    border-top-color: rgb(106 29 119 / 0.1);
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.hover\:border-y-purple-70\/100:hover {
    border-top-color: rgb(106 29 119 / 1);
    border-bottom-color: rgb(106 29 119 / 1);
}

.hover\:border-y-purple-70\/20:hover {
    border-top-color: rgb(106 29 119 / 0.2);
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.hover\:border-y-purple-70\/25:hover {
    border-top-color: rgb(106 29 119 / 0.25);
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.hover\:border-y-purple-70\/30:hover {
    border-top-color: rgb(106 29 119 / 0.3);
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.hover\:border-y-purple-70\/40:hover {
    border-top-color: rgb(106 29 119 / 0.4);
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.hover\:border-y-purple-70\/5:hover {
    border-top-color: rgb(106 29 119 / 0.05);
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.hover\:border-y-purple-70\/50:hover {
    border-top-color: rgb(106 29 119 / 0.5);
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.hover\:border-y-purple-70\/60:hover {
    border-top-color: rgb(106 29 119 / 0.6);
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.hover\:border-y-purple-70\/70:hover {
    border-top-color: rgb(106 29 119 / 0.7);
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.hover\:border-y-purple-70\/75:hover {
    border-top-color: rgb(106 29 119 / 0.75);
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.hover\:border-y-purple-70\/80:hover {
    border-top-color: rgb(106 29 119 / 0.8);
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.hover\:border-y-purple-70\/90:hover {
    border-top-color: rgb(106 29 119 / 0.9);
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.hover\:border-y-purple-70\/95:hover {
    border-top-color: rgb(106 29 119 / 0.95);
    border-bottom-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-y-utility-error\/0:hover {
    border-top-color: rgb(220 33 33 / 0);
    border-bottom-color: rgb(220 33 33 / 0);
}

.hover\:border-y-utility-error\/10:hover {
    border-top-color: rgb(220 33 33 / 0.1);
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.hover\:border-y-utility-error\/100:hover {
    border-top-color: rgb(220 33 33 / 1);
    border-bottom-color: rgb(220 33 33 / 1);
}

.hover\:border-y-utility-error\/20:hover {
    border-top-color: rgb(220 33 33 / 0.2);
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.hover\:border-y-utility-error\/25:hover {
    border-top-color: rgb(220 33 33 / 0.25);
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.hover\:border-y-utility-error\/30:hover {
    border-top-color: rgb(220 33 33 / 0.3);
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.hover\:border-y-utility-error\/40:hover {
    border-top-color: rgb(220 33 33 / 0.4);
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.hover\:border-y-utility-error\/5:hover {
    border-top-color: rgb(220 33 33 / 0.05);
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.hover\:border-y-utility-error\/50:hover {
    border-top-color: rgb(220 33 33 / 0.5);
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.hover\:border-y-utility-error\/60:hover {
    border-top-color: rgb(220 33 33 / 0.6);
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.hover\:border-y-utility-error\/70:hover {
    border-top-color: rgb(220 33 33 / 0.7);
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.hover\:border-y-utility-error\/75:hover {
    border-top-color: rgb(220 33 33 / 0.75);
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.hover\:border-y-utility-error\/80:hover {
    border-top-color: rgb(220 33 33 / 0.8);
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.hover\:border-y-utility-error\/90:hover {
    border-top-color: rgb(220 33 33 / 0.9);
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.hover\:border-y-utility-error\/95:hover {
    border-top-color: rgb(220 33 33 / 0.95);
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.hover\:border-y-utility-info:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-y-utility-info\/0:hover {
    border-top-color: rgb(191 219 254 / 0);
    border-bottom-color: rgb(191 219 254 / 0);
}

.hover\:border-y-utility-info\/10:hover {
    border-top-color: rgb(191 219 254 / 0.1);
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.hover\:border-y-utility-info\/100:hover {
    border-top-color: rgb(191 219 254 / 1);
    border-bottom-color: rgb(191 219 254 / 1);
}

.hover\:border-y-utility-info\/20:hover {
    border-top-color: rgb(191 219 254 / 0.2);
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.hover\:border-y-utility-info\/25:hover {
    border-top-color: rgb(191 219 254 / 0.25);
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.hover\:border-y-utility-info\/30:hover {
    border-top-color: rgb(191 219 254 / 0.3);
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.hover\:border-y-utility-info\/40:hover {
    border-top-color: rgb(191 219 254 / 0.4);
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.hover\:border-y-utility-info\/5:hover {
    border-top-color: rgb(191 219 254 / 0.05);
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.hover\:border-y-utility-info\/50:hover {
    border-top-color: rgb(191 219 254 / 0.5);
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.hover\:border-y-utility-info\/60:hover {
    border-top-color: rgb(191 219 254 / 0.6);
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.hover\:border-y-utility-info\/70:hover {
    border-top-color: rgb(191 219 254 / 0.7);
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.hover\:border-y-utility-info\/75:hover {
    border-top-color: rgb(191 219 254 / 0.75);
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.hover\:border-y-utility-info\/80:hover {
    border-top-color: rgb(191 219 254 / 0.8);
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.hover\:border-y-utility-info\/90:hover {
    border-top-color: rgb(191 219 254 / 0.9);
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.hover\:border-y-utility-info\/95:hover {
    border-top-color: rgb(191 219 254 / 0.95);
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.hover\:border-y-utility-success:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-y-utility-success\/0:hover {
    border-top-color: rgb(92 204 23 / 0);
    border-bottom-color: rgb(92 204 23 / 0);
}

.hover\:border-y-utility-success\/10:hover {
    border-top-color: rgb(92 204 23 / 0.1);
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.hover\:border-y-utility-success\/100:hover {
    border-top-color: rgb(92 204 23 / 1);
    border-bottom-color: rgb(92 204 23 / 1);
}

.hover\:border-y-utility-success\/20:hover {
    border-top-color: rgb(92 204 23 / 0.2);
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.hover\:border-y-utility-success\/25:hover {
    border-top-color: rgb(92 204 23 / 0.25);
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.hover\:border-y-utility-success\/30:hover {
    border-top-color: rgb(92 204 23 / 0.3);
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.hover\:border-y-utility-success\/40:hover {
    border-top-color: rgb(92 204 23 / 0.4);
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.hover\:border-y-utility-success\/5:hover {
    border-top-color: rgb(92 204 23 / 0.05);
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.hover\:border-y-utility-success\/50:hover {
    border-top-color: rgb(92 204 23 / 0.5);
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.hover\:border-y-utility-success\/60:hover {
    border-top-color: rgb(92 204 23 / 0.6);
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.hover\:border-y-utility-success\/70:hover {
    border-top-color: rgb(92 204 23 / 0.7);
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.hover\:border-y-utility-success\/75:hover {
    border-top-color: rgb(92 204 23 / 0.75);
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.hover\:border-y-utility-success\/80:hover {
    border-top-color: rgb(92 204 23 / 0.8);
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.hover\:border-y-utility-success\/90:hover {
    border-top-color: rgb(92 204 23 / 0.9);
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.hover\:border-y-utility-success\/95:hover {
    border-top-color: rgb(92 204 23 / 0.95);
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.hover\:border-y-utility-warning:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-y-utility-warning\/0:hover {
    border-top-color: rgb(219 170 110 / 0);
    border-bottom-color: rgb(219 170 110 / 0);
}

.hover\:border-y-utility-warning\/10:hover {
    border-top-color: rgb(219 170 110 / 0.1);
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.hover\:border-y-utility-warning\/100:hover {
    border-top-color: rgb(219 170 110 / 1);
    border-bottom-color: rgb(219 170 110 / 1);
}

.hover\:border-y-utility-warning\/20:hover {
    border-top-color: rgb(219 170 110 / 0.2);
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.hover\:border-y-utility-warning\/25:hover {
    border-top-color: rgb(219 170 110 / 0.25);
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.hover\:border-y-utility-warning\/30:hover {
    border-top-color: rgb(219 170 110 / 0.3);
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.hover\:border-y-utility-warning\/40:hover {
    border-top-color: rgb(219 170 110 / 0.4);
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.hover\:border-y-utility-warning\/5:hover {
    border-top-color: rgb(219 170 110 / 0.05);
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.hover\:border-y-utility-warning\/50:hover {
    border-top-color: rgb(219 170 110 / 0.5);
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.hover\:border-y-utility-warning\/60:hover {
    border-top-color: rgb(219 170 110 / 0.6);
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.hover\:border-y-utility-warning\/70:hover {
    border-top-color: rgb(219 170 110 / 0.7);
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.hover\:border-y-utility-warning\/75:hover {
    border-top-color: rgb(219 170 110 / 0.75);
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.hover\:border-y-utility-warning\/80:hover {
    border-top-color: rgb(219 170 110 / 0.8);
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.hover\:border-y-utility-warning\/90:hover {
    border-top-color: rgb(219 170 110 / 0.9);
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.hover\:border-y-utility-warning\/95:hover {
    border-top-color: rgb(219 170 110 / 0.95);
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.hover\:border-y-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-y-very-dark-blue\/0:hover {
    border-top-color: rgb(4 4 47 / 0);
    border-bottom-color: rgb(4 4 47 / 0);
}

.hover\:border-y-very-dark-blue\/10:hover {
    border-top-color: rgb(4 4 47 / 0.1);
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.hover\:border-y-very-dark-blue\/100:hover {
    border-top-color: rgb(4 4 47 / 1);
    border-bottom-color: rgb(4 4 47 / 1);
}

.hover\:border-y-very-dark-blue\/20:hover {
    border-top-color: rgb(4 4 47 / 0.2);
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.hover\:border-y-very-dark-blue\/25:hover {
    border-top-color: rgb(4 4 47 / 0.25);
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.hover\:border-y-very-dark-blue\/30:hover {
    border-top-color: rgb(4 4 47 / 0.3);
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.hover\:border-y-very-dark-blue\/40:hover {
    border-top-color: rgb(4 4 47 / 0.4);
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.hover\:border-y-very-dark-blue\/5:hover {
    border-top-color: rgb(4 4 47 / 0.05);
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.hover\:border-y-very-dark-blue\/50:hover {
    border-top-color: rgb(4 4 47 / 0.5);
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.hover\:border-y-very-dark-blue\/60:hover {
    border-top-color: rgb(4 4 47 / 0.6);
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.hover\:border-y-very-dark-blue\/70:hover {
    border-top-color: rgb(4 4 47 / 0.7);
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.hover\:border-y-very-dark-blue\/75:hover {
    border-top-color: rgb(4 4 47 / 0.75);
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.hover\:border-y-very-dark-blue\/80:hover {
    border-top-color: rgb(4 4 47 / 0.8);
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.hover\:border-y-very-dark-blue\/90:hover {
    border-top-color: rgb(4 4 47 / 0.9);
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.hover\:border-y-very-dark-blue\/95:hover {
    border-top-color: rgb(4 4 47 / 0.95);
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.hover\:border-b-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-b-accent-green-dark\/0:hover {
    border-bottom-color: rgb(42 172 110 / 0);
}

.hover\:border-b-accent-green-dark\/10:hover {
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.hover\:border-b-accent-green-dark\/100:hover {
    border-bottom-color: rgb(42 172 110 / 1);
}

.hover\:border-b-accent-green-dark\/20:hover {
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.hover\:border-b-accent-green-dark\/25:hover {
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.hover\:border-b-accent-green-dark\/30:hover {
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.hover\:border-b-accent-green-dark\/40:hover {
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.hover\:border-b-accent-green-dark\/5:hover {
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.hover\:border-b-accent-green-dark\/50:hover {
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.hover\:border-b-accent-green-dark\/60:hover {
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.hover\:border-b-accent-green-dark\/70:hover {
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.hover\:border-b-accent-green-dark\/75:hover {
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.hover\:border-b-accent-green-dark\/80:hover {
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.hover\:border-b-accent-green-dark\/90:hover {
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.hover\:border-b-accent-green-dark\/95:hover {
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.hover\:border-b-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-b-accent-green-light\/0:hover {
    border-bottom-color: rgb(90 226 75 / 0);
}

.hover\:border-b-accent-green-light\/10:hover {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.hover\:border-b-accent-green-light\/100:hover {
    border-bottom-color: rgb(90 226 75 / 1);
}

.hover\:border-b-accent-green-light\/20:hover {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.hover\:border-b-accent-green-light\/25:hover {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.hover\:border-b-accent-green-light\/30:hover {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.hover\:border-b-accent-green-light\/40:hover {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.hover\:border-b-accent-green-light\/5:hover {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.hover\:border-b-accent-green-light\/50:hover {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.hover\:border-b-accent-green-light\/60:hover {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.hover\:border-b-accent-green-light\/70:hover {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.hover\:border-b-accent-green-light\/75:hover {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.hover\:border-b-accent-green-light\/80:hover {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.hover\:border-b-accent-green-light\/90:hover {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.hover\:border-b-accent-green-light\/95:hover {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.hover\:border-b-accent-purple:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-b-accent-purple\/0:hover {
    border-bottom-color: rgb(192 69 221 / 0);
}

.hover\:border-b-accent-purple\/10:hover {
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.hover\:border-b-accent-purple\/100:hover {
    border-bottom-color: rgb(192 69 221 / 1);
}

.hover\:border-b-accent-purple\/20:hover {
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.hover\:border-b-accent-purple\/25:hover {
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.hover\:border-b-accent-purple\/30:hover {
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.hover\:border-b-accent-purple\/40:hover {
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.hover\:border-b-accent-purple\/5:hover {
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.hover\:border-b-accent-purple\/50:hover {
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.hover\:border-b-accent-purple\/60:hover {
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.hover\:border-b-accent-purple\/70:hover {
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.hover\:border-b-accent-purple\/75:hover {
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.hover\:border-b-accent-purple\/80:hover {
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.hover\:border-b-accent-purple\/90:hover {
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.hover\:border-b-accent-purple\/95:hover {
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.hover\:border-b-current:hover {
    border-bottom-color: currentColor;
}

.hover\:border-b-gray-10:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-b-gray-10\/0:hover {
    border-bottom-color: rgb(36 30 81 / 0);
}

.hover\:border-b-gray-10\/10:hover {
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.hover\:border-b-gray-10\/100:hover {
    border-bottom-color: rgb(36 30 81 / 1);
}

.hover\:border-b-gray-10\/20:hover {
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.hover\:border-b-gray-10\/25:hover {
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.hover\:border-b-gray-10\/30:hover {
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.hover\:border-b-gray-10\/40:hover {
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.hover\:border-b-gray-10\/5:hover {
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.hover\:border-b-gray-10\/50:hover {
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.hover\:border-b-gray-10\/60:hover {
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.hover\:border-b-gray-10\/70:hover {
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.hover\:border-b-gray-10\/75:hover {
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.hover\:border-b-gray-10\/80:hover {
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.hover\:border-b-gray-10\/90:hover {
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.hover\:border-b-gray-10\/95:hover {
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.hover\:border-b-gray-100:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-b-gray-100\/0:hover {
    border-bottom-color: rgb(248 251 249 / 0);
}

.hover\:border-b-gray-100\/10:hover {
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.hover\:border-b-gray-100\/100:hover {
    border-bottom-color: rgb(248 251 249 / 1);
}

.hover\:border-b-gray-100\/20:hover {
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.hover\:border-b-gray-100\/25:hover {
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.hover\:border-b-gray-100\/30:hover {
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.hover\:border-b-gray-100\/40:hover {
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.hover\:border-b-gray-100\/5:hover {
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.hover\:border-b-gray-100\/50:hover {
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.hover\:border-b-gray-100\/60:hover {
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.hover\:border-b-gray-100\/70:hover {
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.hover\:border-b-gray-100\/75:hover {
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.hover\:border-b-gray-100\/80:hover {
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.hover\:border-b-gray-100\/90:hover {
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.hover\:border-b-gray-100\/95:hover {
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.hover\:border-b-gray-20:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-b-gray-20\/0:hover {
    border-bottom-color: rgb(60 54 99 / 0);
}

.hover\:border-b-gray-20\/10:hover {
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.hover\:border-b-gray-20\/100:hover {
    border-bottom-color: rgb(60 54 99 / 1);
}

.hover\:border-b-gray-20\/20:hover {
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.hover\:border-b-gray-20\/25:hover {
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.hover\:border-b-gray-20\/30:hover {
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.hover\:border-b-gray-20\/40:hover {
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.hover\:border-b-gray-20\/5:hover {
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.hover\:border-b-gray-20\/50:hover {
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.hover\:border-b-gray-20\/60:hover {
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.hover\:border-b-gray-20\/70:hover {
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.hover\:border-b-gray-20\/75:hover {
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.hover\:border-b-gray-20\/80:hover {
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.hover\:border-b-gray-20\/90:hover {
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.hover\:border-b-gray-20\/95:hover {
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.hover\:border-b-gray-30:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-b-gray-30\/0:hover {
    border-bottom-color: rgb(83 79 118 / 0);
}

.hover\:border-b-gray-30\/10:hover {
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.hover\:border-b-gray-30\/100:hover {
    border-bottom-color: rgb(83 79 118 / 1);
}

.hover\:border-b-gray-30\/20:hover {
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.hover\:border-b-gray-30\/25:hover {
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.hover\:border-b-gray-30\/30:hover {
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.hover\:border-b-gray-30\/40:hover {
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.hover\:border-b-gray-30\/5:hover {
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.hover\:border-b-gray-30\/50:hover {
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.hover\:border-b-gray-30\/60:hover {
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.hover\:border-b-gray-30\/70:hover {
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.hover\:border-b-gray-30\/75:hover {
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.hover\:border-b-gray-30\/80:hover {
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.hover\:border-b-gray-30\/90:hover {
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.hover\:border-b-gray-30\/95:hover {
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.hover\:border-b-gray-50:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-b-gray-50\/0:hover {
    border-bottom-color: rgb(130 128 155 / 0);
}

.hover\:border-b-gray-50\/10:hover {
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.hover\:border-b-gray-50\/100:hover {
    border-bottom-color: rgb(130 128 155 / 1);
}

.hover\:border-b-gray-50\/20:hover {
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.hover\:border-b-gray-50\/25:hover {
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.hover\:border-b-gray-50\/30:hover {
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.hover\:border-b-gray-50\/40:hover {
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.hover\:border-b-gray-50\/5:hover {
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.hover\:border-b-gray-50\/50:hover {
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.hover\:border-b-gray-50\/60:hover {
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.hover\:border-b-gray-50\/70:hover {
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.hover\:border-b-gray-50\/75:hover {
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.hover\:border-b-gray-50\/80:hover {
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.hover\:border-b-gray-50\/90:hover {
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.hover\:border-b-gray-50\/95:hover {
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.hover\:border-b-gray-70:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-b-gray-70\/0:hover {
    border-bottom-color: rgb(177 177 193 / 0);
}

.hover\:border-b-gray-70\/10:hover {
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.hover\:border-b-gray-70\/100:hover {
    border-bottom-color: rgb(177 177 193 / 1);
}

.hover\:border-b-gray-70\/20:hover {
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.hover\:border-b-gray-70\/25:hover {
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.hover\:border-b-gray-70\/30:hover {
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.hover\:border-b-gray-70\/40:hover {
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.hover\:border-b-gray-70\/5:hover {
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.hover\:border-b-gray-70\/50:hover {
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.hover\:border-b-gray-70\/60:hover {
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.hover\:border-b-gray-70\/70:hover {
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.hover\:border-b-gray-70\/75:hover {
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.hover\:border-b-gray-70\/80:hover {
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.hover\:border-b-gray-70\/90:hover {
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.hover\:border-b-gray-70\/95:hover {
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.hover\:border-b-green-10:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-b-green-10\/0:hover {
    border-bottom-color: rgb(19 28 66 / 0);
}

.hover\:border-b-green-10\/10:hover {
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.hover\:border-b-green-10\/100:hover {
    border-bottom-color: rgb(19 28 66 / 1);
}

.hover\:border-b-green-10\/20:hover {
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.hover\:border-b-green-10\/25:hover {
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.hover\:border-b-green-10\/30:hover {
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.hover\:border-b-green-10\/40:hover {
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.hover\:border-b-green-10\/5:hover {
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.hover\:border-b-green-10\/50:hover {
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.hover\:border-b-green-10\/60:hover {
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.hover\:border-b-green-10\/70:hover {
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.hover\:border-b-green-10\/75:hover {
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.hover\:border-b-green-10\/80:hover {
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.hover\:border-b-green-10\/90:hover {
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.hover\:border-b-green-10\/95:hover {
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.hover\:border-b-green-100:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-b-green-100\/0:hover {
    border-bottom-color: rgb(90 226 75 / 0);
}

.hover\:border-b-green-100\/10:hover {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.hover\:border-b-green-100\/100:hover {
    border-bottom-color: rgb(90 226 75 / 1);
}

.hover\:border-b-green-100\/20:hover {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.hover\:border-b-green-100\/25:hover {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.hover\:border-b-green-100\/30:hover {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.hover\:border-b-green-100\/40:hover {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.hover\:border-b-green-100\/5:hover {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.hover\:border-b-green-100\/50:hover {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.hover\:border-b-green-100\/60:hover {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.hover\:border-b-green-100\/70:hover {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.hover\:border-b-green-100\/75:hover {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.hover\:border-b-green-100\/80:hover {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.hover\:border-b-green-100\/90:hover {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.hover\:border-b-green-100\/95:hover {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.hover\:border-b-green-20:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-b-green-20\/0:hover {
    border-bottom-color: rgb(26 52 70 / 0);
}

.hover\:border-b-green-20\/10:hover {
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.hover\:border-b-green-20\/100:hover {
    border-bottom-color: rgb(26 52 70 / 1);
}

.hover\:border-b-green-20\/20:hover {
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.hover\:border-b-green-20\/25:hover {
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.hover\:border-b-green-20\/30:hover {
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.hover\:border-b-green-20\/40:hover {
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.hover\:border-b-green-20\/5:hover {
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.hover\:border-b-green-20\/50:hover {
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.hover\:border-b-green-20\/60:hover {
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.hover\:border-b-green-20\/70:hover {
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.hover\:border-b-green-20\/75:hover {
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.hover\:border-b-green-20\/80:hover {
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.hover\:border-b-green-20\/90:hover {
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.hover\:border-b-green-20\/95:hover {
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.hover\:border-b-green-30:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-b-green-30\/0:hover {
    border-bottom-color: rgb(32 75 75 / 0);
}

.hover\:border-b-green-30\/10:hover {
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.hover\:border-b-green-30\/100:hover {
    border-bottom-color: rgb(32 75 75 / 1);
}

.hover\:border-b-green-30\/20:hover {
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.hover\:border-b-green-30\/25:hover {
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.hover\:border-b-green-30\/30:hover {
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.hover\:border-b-green-30\/40:hover {
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.hover\:border-b-green-30\/5:hover {
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.hover\:border-b-green-30\/50:hover {
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.hover\:border-b-green-30\/60:hover {
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.hover\:border-b-green-30\/70:hover {
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.hover\:border-b-green-30\/75:hover {
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.hover\:border-b-green-30\/80:hover {
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.hover\:border-b-green-30\/90:hover {
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.hover\:border-b-green-30\/95:hover {
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.hover\:border-b-green-50:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-b-green-50\/0:hover {
    border-bottom-color: rgb(44 121 83 / 0);
}

.hover\:border-b-green-50\/10:hover {
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.hover\:border-b-green-50\/100:hover {
    border-bottom-color: rgb(44 121 83 / 1);
}

.hover\:border-b-green-50\/20:hover {
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.hover\:border-b-green-50\/25:hover {
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.hover\:border-b-green-50\/30:hover {
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.hover\:border-b-green-50\/40:hover {
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.hover\:border-b-green-50\/5:hover {
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.hover\:border-b-green-50\/50:hover {
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.hover\:border-b-green-50\/60:hover {
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.hover\:border-b-green-50\/70:hover {
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.hover\:border-b-green-50\/75:hover {
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.hover\:border-b-green-50\/80:hover {
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.hover\:border-b-green-50\/90:hover {
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.hover\:border-b-green-50\/95:hover {
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.hover\:border-b-green-70:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-b-green-70\/0:hover {
    border-bottom-color: rgb(57 168 91 / 0);
}

.hover\:border-b-green-70\/10:hover {
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.hover\:border-b-green-70\/100:hover {
    border-bottom-color: rgb(57 168 91 / 1);
}

.hover\:border-b-green-70\/20:hover {
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.hover\:border-b-green-70\/25:hover {
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.hover\:border-b-green-70\/30:hover {
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.hover\:border-b-green-70\/40:hover {
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.hover\:border-b-green-70\/5:hover {
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.hover\:border-b-green-70\/50:hover {
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.hover\:border-b-green-70\/60:hover {
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.hover\:border-b-green-70\/70:hover {
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.hover\:border-b-green-70\/75:hover {
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.hover\:border-b-green-70\/80:hover {
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.hover\:border-b-green-70\/90:hover {
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.hover\:border-b-green-70\/95:hover {
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.hover\:border-b-purple-10:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-b-purple-10\/0:hover {
    border-bottom-color: rgb(26 8 70 / 0);
}

.hover\:border-b-purple-10\/10:hover {
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.hover\:border-b-purple-10\/100:hover {
    border-bottom-color: rgb(26 8 70 / 1);
}

.hover\:border-b-purple-10\/20:hover {
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.hover\:border-b-purple-10\/25:hover {
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.hover\:border-b-purple-10\/30:hover {
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.hover\:border-b-purple-10\/40:hover {
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.hover\:border-b-purple-10\/5:hover {
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.hover\:border-b-purple-10\/50:hover {
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.hover\:border-b-purple-10\/60:hover {
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.hover\:border-b-purple-10\/70:hover {
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.hover\:border-b-purple-10\/75:hover {
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.hover\:border-b-purple-10\/80:hover {
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.hover\:border-b-purple-10\/90:hover {
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.hover\:border-b-purple-10\/95:hover {
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.hover\:border-b-purple-100:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-b-purple-100\/0:hover {
    border-bottom-color: rgb(125 41 145 / 0);
}

.hover\:border-b-purple-100\/10:hover {
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.hover\:border-b-purple-100\/100:hover {
    border-bottom-color: rgb(125 41 145 / 1);
}

.hover\:border-b-purple-100\/20:hover {
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.hover\:border-b-purple-100\/25:hover {
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.hover\:border-b-purple-100\/30:hover {
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.hover\:border-b-purple-100\/40:hover {
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.hover\:border-b-purple-100\/5:hover {
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.hover\:border-b-purple-100\/50:hover {
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.hover\:border-b-purple-100\/60:hover {
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.hover\:border-b-purple-100\/70:hover {
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.hover\:border-b-purple-100\/75:hover {
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.hover\:border-b-purple-100\/80:hover {
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.hover\:border-b-purple-100\/90:hover {
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.hover\:border-b-purple-100\/95:hover {
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.hover\:border-b-purple-20:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-b-purple-20\/0:hover {
    border-bottom-color: rgb(40 12 78 / 0);
}

.hover\:border-b-purple-20\/10:hover {
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.hover\:border-b-purple-20\/100:hover {
    border-bottom-color: rgb(40 12 78 / 1);
}

.hover\:border-b-purple-20\/20:hover {
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.hover\:border-b-purple-20\/25:hover {
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.hover\:border-b-purple-20\/30:hover {
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.hover\:border-b-purple-20\/40:hover {
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.hover\:border-b-purple-20\/5:hover {
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.hover\:border-b-purple-20\/50:hover {
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.hover\:border-b-purple-20\/60:hover {
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.hover\:border-b-purple-20\/70:hover {
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.hover\:border-b-purple-20\/75:hover {
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.hover\:border-b-purple-20\/80:hover {
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.hover\:border-b-purple-20\/90:hover {
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.hover\:border-b-purple-20\/95:hover {
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.hover\:border-b-purple-30:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-b-purple-30\/0:hover {
    border-bottom-color: rgb(53 15 86 / 0);
}

.hover\:border-b-purple-30\/10:hover {
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.hover\:border-b-purple-30\/100:hover {
    border-bottom-color: rgb(53 15 86 / 1);
}

.hover\:border-b-purple-30\/20:hover {
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.hover\:border-b-purple-30\/25:hover {
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.hover\:border-b-purple-30\/30:hover {
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.hover\:border-b-purple-30\/40:hover {
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.hover\:border-b-purple-30\/5:hover {
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.hover\:border-b-purple-30\/50:hover {
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.hover\:border-b-purple-30\/60:hover {
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.hover\:border-b-purple-30\/70:hover {
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.hover\:border-b-purple-30\/75:hover {
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.hover\:border-b-purple-30\/80:hover {
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.hover\:border-b-purple-30\/90:hover {
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.hover\:border-b-purple-30\/95:hover {
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.hover\:border-b-purple-50:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-b-purple-50\/0:hover {
    border-bottom-color: rgb(79 22 102 / 0);
}

.hover\:border-b-purple-50\/10:hover {
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.hover\:border-b-purple-50\/100:hover {
    border-bottom-color: rgb(79 22 102 / 1);
}

.hover\:border-b-purple-50\/20:hover {
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.hover\:border-b-purple-50\/25:hover {
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.hover\:border-b-purple-50\/30:hover {
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.hover\:border-b-purple-50\/40:hover {
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.hover\:border-b-purple-50\/5:hover {
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.hover\:border-b-purple-50\/50:hover {
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.hover\:border-b-purple-50\/60:hover {
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.hover\:border-b-purple-50\/70:hover {
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.hover\:border-b-purple-50\/75:hover {
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.hover\:border-b-purple-50\/80:hover {
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.hover\:border-b-purple-50\/90:hover {
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.hover\:border-b-purple-50\/95:hover {
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.hover\:border-b-purple-70:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-b-purple-70\/0:hover {
    border-bottom-color: rgb(106 29 119 / 0);
}

.hover\:border-b-purple-70\/10:hover {
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.hover\:border-b-purple-70\/100:hover {
    border-bottom-color: rgb(106 29 119 / 1);
}

.hover\:border-b-purple-70\/20:hover {
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.hover\:border-b-purple-70\/25:hover {
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.hover\:border-b-purple-70\/30:hover {
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.hover\:border-b-purple-70\/40:hover {
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.hover\:border-b-purple-70\/5:hover {
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.hover\:border-b-purple-70\/50:hover {
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.hover\:border-b-purple-70\/60:hover {
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.hover\:border-b-purple-70\/70:hover {
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.hover\:border-b-purple-70\/75:hover {
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.hover\:border-b-purple-70\/80:hover {
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.hover\:border-b-purple-70\/90:hover {
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.hover\:border-b-purple-70\/95:hover {
    border-bottom-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-b-utility-error\/0:hover {
    border-bottom-color: rgb(220 33 33 / 0);
}

.hover\:border-b-utility-error\/10:hover {
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.hover\:border-b-utility-error\/100:hover {
    border-bottom-color: rgb(220 33 33 / 1);
}

.hover\:border-b-utility-error\/20:hover {
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.hover\:border-b-utility-error\/25:hover {
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.hover\:border-b-utility-error\/30:hover {
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.hover\:border-b-utility-error\/40:hover {
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.hover\:border-b-utility-error\/5:hover {
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.hover\:border-b-utility-error\/50:hover {
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.hover\:border-b-utility-error\/60:hover {
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.hover\:border-b-utility-error\/70:hover {
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.hover\:border-b-utility-error\/75:hover {
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.hover\:border-b-utility-error\/80:hover {
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.hover\:border-b-utility-error\/90:hover {
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.hover\:border-b-utility-error\/95:hover {
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.hover\:border-b-utility-info:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-b-utility-info\/0:hover {
    border-bottom-color: rgb(191 219 254 / 0);
}

.hover\:border-b-utility-info\/10:hover {
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.hover\:border-b-utility-info\/100:hover {
    border-bottom-color: rgb(191 219 254 / 1);
}

.hover\:border-b-utility-info\/20:hover {
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.hover\:border-b-utility-info\/25:hover {
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.hover\:border-b-utility-info\/30:hover {
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.hover\:border-b-utility-info\/40:hover {
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.hover\:border-b-utility-info\/5:hover {
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.hover\:border-b-utility-info\/50:hover {
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.hover\:border-b-utility-info\/60:hover {
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.hover\:border-b-utility-info\/70:hover {
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.hover\:border-b-utility-info\/75:hover {
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.hover\:border-b-utility-info\/80:hover {
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.hover\:border-b-utility-info\/90:hover {
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.hover\:border-b-utility-info\/95:hover {
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.hover\:border-b-utility-success:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-b-utility-success\/0:hover {
    border-bottom-color: rgb(92 204 23 / 0);
}

.hover\:border-b-utility-success\/10:hover {
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.hover\:border-b-utility-success\/100:hover {
    border-bottom-color: rgb(92 204 23 / 1);
}

.hover\:border-b-utility-success\/20:hover {
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.hover\:border-b-utility-success\/25:hover {
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.hover\:border-b-utility-success\/30:hover {
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.hover\:border-b-utility-success\/40:hover {
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.hover\:border-b-utility-success\/5:hover {
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.hover\:border-b-utility-success\/50:hover {
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.hover\:border-b-utility-success\/60:hover {
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.hover\:border-b-utility-success\/70:hover {
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.hover\:border-b-utility-success\/75:hover {
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.hover\:border-b-utility-success\/80:hover {
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.hover\:border-b-utility-success\/90:hover {
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.hover\:border-b-utility-success\/95:hover {
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.hover\:border-b-utility-warning:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-b-utility-warning\/0:hover {
    border-bottom-color: rgb(219 170 110 / 0);
}

.hover\:border-b-utility-warning\/10:hover {
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.hover\:border-b-utility-warning\/100:hover {
    border-bottom-color: rgb(219 170 110 / 1);
}

.hover\:border-b-utility-warning\/20:hover {
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.hover\:border-b-utility-warning\/25:hover {
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.hover\:border-b-utility-warning\/30:hover {
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.hover\:border-b-utility-warning\/40:hover {
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.hover\:border-b-utility-warning\/5:hover {
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.hover\:border-b-utility-warning\/50:hover {
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.hover\:border-b-utility-warning\/60:hover {
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.hover\:border-b-utility-warning\/70:hover {
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.hover\:border-b-utility-warning\/75:hover {
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.hover\:border-b-utility-warning\/80:hover {
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.hover\:border-b-utility-warning\/90:hover {
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.hover\:border-b-utility-warning\/95:hover {
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.hover\:border-b-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-b-very-dark-blue\/0:hover {
    border-bottom-color: rgb(4 4 47 / 0);
}

.hover\:border-b-very-dark-blue\/10:hover {
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.hover\:border-b-very-dark-blue\/100:hover {
    border-bottom-color: rgb(4 4 47 / 1);
}

.hover\:border-b-very-dark-blue\/20:hover {
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.hover\:border-b-very-dark-blue\/25:hover {
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.hover\:border-b-very-dark-blue\/30:hover {
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.hover\:border-b-very-dark-blue\/40:hover {
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.hover\:border-b-very-dark-blue\/5:hover {
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.hover\:border-b-very-dark-blue\/50:hover {
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.hover\:border-b-very-dark-blue\/60:hover {
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.hover\:border-b-very-dark-blue\/70:hover {
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.hover\:border-b-very-dark-blue\/75:hover {
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.hover\:border-b-very-dark-blue\/80:hover {
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.hover\:border-b-very-dark-blue\/90:hover {
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.hover\:border-b-very-dark-blue\/95:hover {
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.hover\:border-e-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-e-accent-green-dark\/0:hover {
    border-inline-end-color: rgb(42 172 110 / 0);
}

.hover\:border-e-accent-green-dark\/10:hover {
    border-inline-end-color: rgb(42 172 110 / 0.1);
}

.hover\:border-e-accent-green-dark\/100:hover {
    border-inline-end-color: rgb(42 172 110 / 1);
}

.hover\:border-e-accent-green-dark\/20:hover {
    border-inline-end-color: rgb(42 172 110 / 0.2);
}

.hover\:border-e-accent-green-dark\/25:hover {
    border-inline-end-color: rgb(42 172 110 / 0.25);
}

.hover\:border-e-accent-green-dark\/30:hover {
    border-inline-end-color: rgb(42 172 110 / 0.3);
}

.hover\:border-e-accent-green-dark\/40:hover {
    border-inline-end-color: rgb(42 172 110 / 0.4);
}

.hover\:border-e-accent-green-dark\/5:hover {
    border-inline-end-color: rgb(42 172 110 / 0.05);
}

.hover\:border-e-accent-green-dark\/50:hover {
    border-inline-end-color: rgb(42 172 110 / 0.5);
}

.hover\:border-e-accent-green-dark\/60:hover {
    border-inline-end-color: rgb(42 172 110 / 0.6);
}

.hover\:border-e-accent-green-dark\/70:hover {
    border-inline-end-color: rgb(42 172 110 / 0.7);
}

.hover\:border-e-accent-green-dark\/75:hover {
    border-inline-end-color: rgb(42 172 110 / 0.75);
}

.hover\:border-e-accent-green-dark\/80:hover {
    border-inline-end-color: rgb(42 172 110 / 0.8);
}

.hover\:border-e-accent-green-dark\/90:hover {
    border-inline-end-color: rgb(42 172 110 / 0.9);
}

.hover\:border-e-accent-green-dark\/95:hover {
    border-inline-end-color: rgb(42 172 110 / 0.95);
}

.hover\:border-e-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-e-accent-green-light\/0:hover {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.hover\:border-e-accent-green-light\/10:hover {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.hover\:border-e-accent-green-light\/100:hover {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.hover\:border-e-accent-green-light\/20:hover {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.hover\:border-e-accent-green-light\/25:hover {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.hover\:border-e-accent-green-light\/30:hover {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.hover\:border-e-accent-green-light\/40:hover {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.hover\:border-e-accent-green-light\/5:hover {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.hover\:border-e-accent-green-light\/50:hover {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.hover\:border-e-accent-green-light\/60:hover {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.hover\:border-e-accent-green-light\/70:hover {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.hover\:border-e-accent-green-light\/75:hover {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.hover\:border-e-accent-green-light\/80:hover {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.hover\:border-e-accent-green-light\/90:hover {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.hover\:border-e-accent-green-light\/95:hover {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.hover\:border-e-accent-purple:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-e-accent-purple\/0:hover {
    border-inline-end-color: rgb(192 69 221 / 0);
}

.hover\:border-e-accent-purple\/10:hover {
    border-inline-end-color: rgb(192 69 221 / 0.1);
}

.hover\:border-e-accent-purple\/100:hover {
    border-inline-end-color: rgb(192 69 221 / 1);
}

.hover\:border-e-accent-purple\/20:hover {
    border-inline-end-color: rgb(192 69 221 / 0.2);
}

.hover\:border-e-accent-purple\/25:hover {
    border-inline-end-color: rgb(192 69 221 / 0.25);
}

.hover\:border-e-accent-purple\/30:hover {
    border-inline-end-color: rgb(192 69 221 / 0.3);
}

.hover\:border-e-accent-purple\/40:hover {
    border-inline-end-color: rgb(192 69 221 / 0.4);
}

.hover\:border-e-accent-purple\/5:hover {
    border-inline-end-color: rgb(192 69 221 / 0.05);
}

.hover\:border-e-accent-purple\/50:hover {
    border-inline-end-color: rgb(192 69 221 / 0.5);
}

.hover\:border-e-accent-purple\/60:hover {
    border-inline-end-color: rgb(192 69 221 / 0.6);
}

.hover\:border-e-accent-purple\/70:hover {
    border-inline-end-color: rgb(192 69 221 / 0.7);
}

.hover\:border-e-accent-purple\/75:hover {
    border-inline-end-color: rgb(192 69 221 / 0.75);
}

.hover\:border-e-accent-purple\/80:hover {
    border-inline-end-color: rgb(192 69 221 / 0.8);
}

.hover\:border-e-accent-purple\/90:hover {
    border-inline-end-color: rgb(192 69 221 / 0.9);
}

.hover\:border-e-accent-purple\/95:hover {
    border-inline-end-color: rgb(192 69 221 / 0.95);
}

.hover\:border-e-current:hover {
    border-inline-end-color: currentColor;
}

.hover\:border-e-gray-10:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-e-gray-10\/0:hover {
    border-inline-end-color: rgb(36 30 81 / 0);
}

.hover\:border-e-gray-10\/10:hover {
    border-inline-end-color: rgb(36 30 81 / 0.1);
}

.hover\:border-e-gray-10\/100:hover {
    border-inline-end-color: rgb(36 30 81 / 1);
}

.hover\:border-e-gray-10\/20:hover {
    border-inline-end-color: rgb(36 30 81 / 0.2);
}

.hover\:border-e-gray-10\/25:hover {
    border-inline-end-color: rgb(36 30 81 / 0.25);
}

.hover\:border-e-gray-10\/30:hover {
    border-inline-end-color: rgb(36 30 81 / 0.3);
}

.hover\:border-e-gray-10\/40:hover {
    border-inline-end-color: rgb(36 30 81 / 0.4);
}

.hover\:border-e-gray-10\/5:hover {
    border-inline-end-color: rgb(36 30 81 / 0.05);
}

.hover\:border-e-gray-10\/50:hover {
    border-inline-end-color: rgb(36 30 81 / 0.5);
}

.hover\:border-e-gray-10\/60:hover {
    border-inline-end-color: rgb(36 30 81 / 0.6);
}

.hover\:border-e-gray-10\/70:hover {
    border-inline-end-color: rgb(36 30 81 / 0.7);
}

.hover\:border-e-gray-10\/75:hover {
    border-inline-end-color: rgb(36 30 81 / 0.75);
}

.hover\:border-e-gray-10\/80:hover {
    border-inline-end-color: rgb(36 30 81 / 0.8);
}

.hover\:border-e-gray-10\/90:hover {
    border-inline-end-color: rgb(36 30 81 / 0.9);
}

.hover\:border-e-gray-10\/95:hover {
    border-inline-end-color: rgb(36 30 81 / 0.95);
}

.hover\:border-e-gray-100:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-e-gray-100\/0:hover {
    border-inline-end-color: rgb(248 251 249 / 0);
}

.hover\:border-e-gray-100\/10:hover {
    border-inline-end-color: rgb(248 251 249 / 0.1);
}

.hover\:border-e-gray-100\/100:hover {
    border-inline-end-color: rgb(248 251 249 / 1);
}

.hover\:border-e-gray-100\/20:hover {
    border-inline-end-color: rgb(248 251 249 / 0.2);
}

.hover\:border-e-gray-100\/25:hover {
    border-inline-end-color: rgb(248 251 249 / 0.25);
}

.hover\:border-e-gray-100\/30:hover {
    border-inline-end-color: rgb(248 251 249 / 0.3);
}

.hover\:border-e-gray-100\/40:hover {
    border-inline-end-color: rgb(248 251 249 / 0.4);
}

.hover\:border-e-gray-100\/5:hover {
    border-inline-end-color: rgb(248 251 249 / 0.05);
}

.hover\:border-e-gray-100\/50:hover {
    border-inline-end-color: rgb(248 251 249 / 0.5);
}

.hover\:border-e-gray-100\/60:hover {
    border-inline-end-color: rgb(248 251 249 / 0.6);
}

.hover\:border-e-gray-100\/70:hover {
    border-inline-end-color: rgb(248 251 249 / 0.7);
}

.hover\:border-e-gray-100\/75:hover {
    border-inline-end-color: rgb(248 251 249 / 0.75);
}

.hover\:border-e-gray-100\/80:hover {
    border-inline-end-color: rgb(248 251 249 / 0.8);
}

.hover\:border-e-gray-100\/90:hover {
    border-inline-end-color: rgb(248 251 249 / 0.9);
}

.hover\:border-e-gray-100\/95:hover {
    border-inline-end-color: rgb(248 251 249 / 0.95);
}

.hover\:border-e-gray-20:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-e-gray-20\/0:hover {
    border-inline-end-color: rgb(60 54 99 / 0);
}

.hover\:border-e-gray-20\/10:hover {
    border-inline-end-color: rgb(60 54 99 / 0.1);
}

.hover\:border-e-gray-20\/100:hover {
    border-inline-end-color: rgb(60 54 99 / 1);
}

.hover\:border-e-gray-20\/20:hover {
    border-inline-end-color: rgb(60 54 99 / 0.2);
}

.hover\:border-e-gray-20\/25:hover {
    border-inline-end-color: rgb(60 54 99 / 0.25);
}

.hover\:border-e-gray-20\/30:hover {
    border-inline-end-color: rgb(60 54 99 / 0.3);
}

.hover\:border-e-gray-20\/40:hover {
    border-inline-end-color: rgb(60 54 99 / 0.4);
}

.hover\:border-e-gray-20\/5:hover {
    border-inline-end-color: rgb(60 54 99 / 0.05);
}

.hover\:border-e-gray-20\/50:hover {
    border-inline-end-color: rgb(60 54 99 / 0.5);
}

.hover\:border-e-gray-20\/60:hover {
    border-inline-end-color: rgb(60 54 99 / 0.6);
}

.hover\:border-e-gray-20\/70:hover {
    border-inline-end-color: rgb(60 54 99 / 0.7);
}

.hover\:border-e-gray-20\/75:hover {
    border-inline-end-color: rgb(60 54 99 / 0.75);
}

.hover\:border-e-gray-20\/80:hover {
    border-inline-end-color: rgb(60 54 99 / 0.8);
}

.hover\:border-e-gray-20\/90:hover {
    border-inline-end-color: rgb(60 54 99 / 0.9);
}

.hover\:border-e-gray-20\/95:hover {
    border-inline-end-color: rgb(60 54 99 / 0.95);
}

.hover\:border-e-gray-30:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-e-gray-30\/0:hover {
    border-inline-end-color: rgb(83 79 118 / 0);
}

.hover\:border-e-gray-30\/10:hover {
    border-inline-end-color: rgb(83 79 118 / 0.1);
}

.hover\:border-e-gray-30\/100:hover {
    border-inline-end-color: rgb(83 79 118 / 1);
}

.hover\:border-e-gray-30\/20:hover {
    border-inline-end-color: rgb(83 79 118 / 0.2);
}

.hover\:border-e-gray-30\/25:hover {
    border-inline-end-color: rgb(83 79 118 / 0.25);
}

.hover\:border-e-gray-30\/30:hover {
    border-inline-end-color: rgb(83 79 118 / 0.3);
}

.hover\:border-e-gray-30\/40:hover {
    border-inline-end-color: rgb(83 79 118 / 0.4);
}

.hover\:border-e-gray-30\/5:hover {
    border-inline-end-color: rgb(83 79 118 / 0.05);
}

.hover\:border-e-gray-30\/50:hover {
    border-inline-end-color: rgb(83 79 118 / 0.5);
}

.hover\:border-e-gray-30\/60:hover {
    border-inline-end-color: rgb(83 79 118 / 0.6);
}

.hover\:border-e-gray-30\/70:hover {
    border-inline-end-color: rgb(83 79 118 / 0.7);
}

.hover\:border-e-gray-30\/75:hover {
    border-inline-end-color: rgb(83 79 118 / 0.75);
}

.hover\:border-e-gray-30\/80:hover {
    border-inline-end-color: rgb(83 79 118 / 0.8);
}

.hover\:border-e-gray-30\/90:hover {
    border-inline-end-color: rgb(83 79 118 / 0.9);
}

.hover\:border-e-gray-30\/95:hover {
    border-inline-end-color: rgb(83 79 118 / 0.95);
}

.hover\:border-e-gray-50:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-e-gray-50\/0:hover {
    border-inline-end-color: rgb(130 128 155 / 0);
}

.hover\:border-e-gray-50\/10:hover {
    border-inline-end-color: rgb(130 128 155 / 0.1);
}

.hover\:border-e-gray-50\/100:hover {
    border-inline-end-color: rgb(130 128 155 / 1);
}

.hover\:border-e-gray-50\/20:hover {
    border-inline-end-color: rgb(130 128 155 / 0.2);
}

.hover\:border-e-gray-50\/25:hover {
    border-inline-end-color: rgb(130 128 155 / 0.25);
}

.hover\:border-e-gray-50\/30:hover {
    border-inline-end-color: rgb(130 128 155 / 0.3);
}

.hover\:border-e-gray-50\/40:hover {
    border-inline-end-color: rgb(130 128 155 / 0.4);
}

.hover\:border-e-gray-50\/5:hover {
    border-inline-end-color: rgb(130 128 155 / 0.05);
}

.hover\:border-e-gray-50\/50:hover {
    border-inline-end-color: rgb(130 128 155 / 0.5);
}

.hover\:border-e-gray-50\/60:hover {
    border-inline-end-color: rgb(130 128 155 / 0.6);
}

.hover\:border-e-gray-50\/70:hover {
    border-inline-end-color: rgb(130 128 155 / 0.7);
}

.hover\:border-e-gray-50\/75:hover {
    border-inline-end-color: rgb(130 128 155 / 0.75);
}

.hover\:border-e-gray-50\/80:hover {
    border-inline-end-color: rgb(130 128 155 / 0.8);
}

.hover\:border-e-gray-50\/90:hover {
    border-inline-end-color: rgb(130 128 155 / 0.9);
}

.hover\:border-e-gray-50\/95:hover {
    border-inline-end-color: rgb(130 128 155 / 0.95);
}

.hover\:border-e-gray-70:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-e-gray-70\/0:hover {
    border-inline-end-color: rgb(177 177 193 / 0);
}

.hover\:border-e-gray-70\/10:hover {
    border-inline-end-color: rgb(177 177 193 / 0.1);
}

.hover\:border-e-gray-70\/100:hover {
    border-inline-end-color: rgb(177 177 193 / 1);
}

.hover\:border-e-gray-70\/20:hover {
    border-inline-end-color: rgb(177 177 193 / 0.2);
}

.hover\:border-e-gray-70\/25:hover {
    border-inline-end-color: rgb(177 177 193 / 0.25);
}

.hover\:border-e-gray-70\/30:hover {
    border-inline-end-color: rgb(177 177 193 / 0.3);
}

.hover\:border-e-gray-70\/40:hover {
    border-inline-end-color: rgb(177 177 193 / 0.4);
}

.hover\:border-e-gray-70\/5:hover {
    border-inline-end-color: rgb(177 177 193 / 0.05);
}

.hover\:border-e-gray-70\/50:hover {
    border-inline-end-color: rgb(177 177 193 / 0.5);
}

.hover\:border-e-gray-70\/60:hover {
    border-inline-end-color: rgb(177 177 193 / 0.6);
}

.hover\:border-e-gray-70\/70:hover {
    border-inline-end-color: rgb(177 177 193 / 0.7);
}

.hover\:border-e-gray-70\/75:hover {
    border-inline-end-color: rgb(177 177 193 / 0.75);
}

.hover\:border-e-gray-70\/80:hover {
    border-inline-end-color: rgb(177 177 193 / 0.8);
}

.hover\:border-e-gray-70\/90:hover {
    border-inline-end-color: rgb(177 177 193 / 0.9);
}

.hover\:border-e-gray-70\/95:hover {
    border-inline-end-color: rgb(177 177 193 / 0.95);
}

.hover\:border-e-green-10:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-e-green-10\/0:hover {
    border-inline-end-color: rgb(19 28 66 / 0);
}

.hover\:border-e-green-10\/10:hover {
    border-inline-end-color: rgb(19 28 66 / 0.1);
}

.hover\:border-e-green-10\/100:hover {
    border-inline-end-color: rgb(19 28 66 / 1);
}

.hover\:border-e-green-10\/20:hover {
    border-inline-end-color: rgb(19 28 66 / 0.2);
}

.hover\:border-e-green-10\/25:hover {
    border-inline-end-color: rgb(19 28 66 / 0.25);
}

.hover\:border-e-green-10\/30:hover {
    border-inline-end-color: rgb(19 28 66 / 0.3);
}

.hover\:border-e-green-10\/40:hover {
    border-inline-end-color: rgb(19 28 66 / 0.4);
}

.hover\:border-e-green-10\/5:hover {
    border-inline-end-color: rgb(19 28 66 / 0.05);
}

.hover\:border-e-green-10\/50:hover {
    border-inline-end-color: rgb(19 28 66 / 0.5);
}

.hover\:border-e-green-10\/60:hover {
    border-inline-end-color: rgb(19 28 66 / 0.6);
}

.hover\:border-e-green-10\/70:hover {
    border-inline-end-color: rgb(19 28 66 / 0.7);
}

.hover\:border-e-green-10\/75:hover {
    border-inline-end-color: rgb(19 28 66 / 0.75);
}

.hover\:border-e-green-10\/80:hover {
    border-inline-end-color: rgb(19 28 66 / 0.8);
}

.hover\:border-e-green-10\/90:hover {
    border-inline-end-color: rgb(19 28 66 / 0.9);
}

.hover\:border-e-green-10\/95:hover {
    border-inline-end-color: rgb(19 28 66 / 0.95);
}

.hover\:border-e-green-100:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-e-green-100\/0:hover {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.hover\:border-e-green-100\/10:hover {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.hover\:border-e-green-100\/100:hover {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.hover\:border-e-green-100\/20:hover {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.hover\:border-e-green-100\/25:hover {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.hover\:border-e-green-100\/30:hover {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.hover\:border-e-green-100\/40:hover {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.hover\:border-e-green-100\/5:hover {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.hover\:border-e-green-100\/50:hover {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.hover\:border-e-green-100\/60:hover {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.hover\:border-e-green-100\/70:hover {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.hover\:border-e-green-100\/75:hover {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.hover\:border-e-green-100\/80:hover {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.hover\:border-e-green-100\/90:hover {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.hover\:border-e-green-100\/95:hover {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.hover\:border-e-green-20:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-e-green-20\/0:hover {
    border-inline-end-color: rgb(26 52 70 / 0);
}

.hover\:border-e-green-20\/10:hover {
    border-inline-end-color: rgb(26 52 70 / 0.1);
}

.hover\:border-e-green-20\/100:hover {
    border-inline-end-color: rgb(26 52 70 / 1);
}

.hover\:border-e-green-20\/20:hover {
    border-inline-end-color: rgb(26 52 70 / 0.2);
}

.hover\:border-e-green-20\/25:hover {
    border-inline-end-color: rgb(26 52 70 / 0.25);
}

.hover\:border-e-green-20\/30:hover {
    border-inline-end-color: rgb(26 52 70 / 0.3);
}

.hover\:border-e-green-20\/40:hover {
    border-inline-end-color: rgb(26 52 70 / 0.4);
}

.hover\:border-e-green-20\/5:hover {
    border-inline-end-color: rgb(26 52 70 / 0.05);
}

.hover\:border-e-green-20\/50:hover {
    border-inline-end-color: rgb(26 52 70 / 0.5);
}

.hover\:border-e-green-20\/60:hover {
    border-inline-end-color: rgb(26 52 70 / 0.6);
}

.hover\:border-e-green-20\/70:hover {
    border-inline-end-color: rgb(26 52 70 / 0.7);
}

.hover\:border-e-green-20\/75:hover {
    border-inline-end-color: rgb(26 52 70 / 0.75);
}

.hover\:border-e-green-20\/80:hover {
    border-inline-end-color: rgb(26 52 70 / 0.8);
}

.hover\:border-e-green-20\/90:hover {
    border-inline-end-color: rgb(26 52 70 / 0.9);
}

.hover\:border-e-green-20\/95:hover {
    border-inline-end-color: rgb(26 52 70 / 0.95);
}

.hover\:border-e-green-30:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-e-green-30\/0:hover {
    border-inline-end-color: rgb(32 75 75 / 0);
}

.hover\:border-e-green-30\/10:hover {
    border-inline-end-color: rgb(32 75 75 / 0.1);
}

.hover\:border-e-green-30\/100:hover {
    border-inline-end-color: rgb(32 75 75 / 1);
}

.hover\:border-e-green-30\/20:hover {
    border-inline-end-color: rgb(32 75 75 / 0.2);
}

.hover\:border-e-green-30\/25:hover {
    border-inline-end-color: rgb(32 75 75 / 0.25);
}

.hover\:border-e-green-30\/30:hover {
    border-inline-end-color: rgb(32 75 75 / 0.3);
}

.hover\:border-e-green-30\/40:hover {
    border-inline-end-color: rgb(32 75 75 / 0.4);
}

.hover\:border-e-green-30\/5:hover {
    border-inline-end-color: rgb(32 75 75 / 0.05);
}

.hover\:border-e-green-30\/50:hover {
    border-inline-end-color: rgb(32 75 75 / 0.5);
}

.hover\:border-e-green-30\/60:hover {
    border-inline-end-color: rgb(32 75 75 / 0.6);
}

.hover\:border-e-green-30\/70:hover {
    border-inline-end-color: rgb(32 75 75 / 0.7);
}

.hover\:border-e-green-30\/75:hover {
    border-inline-end-color: rgb(32 75 75 / 0.75);
}

.hover\:border-e-green-30\/80:hover {
    border-inline-end-color: rgb(32 75 75 / 0.8);
}

.hover\:border-e-green-30\/90:hover {
    border-inline-end-color: rgb(32 75 75 / 0.9);
}

.hover\:border-e-green-30\/95:hover {
    border-inline-end-color: rgb(32 75 75 / 0.95);
}

.hover\:border-e-green-50:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-e-green-50\/0:hover {
    border-inline-end-color: rgb(44 121 83 / 0);
}

.hover\:border-e-green-50\/10:hover {
    border-inline-end-color: rgb(44 121 83 / 0.1);
}

.hover\:border-e-green-50\/100:hover {
    border-inline-end-color: rgb(44 121 83 / 1);
}

.hover\:border-e-green-50\/20:hover {
    border-inline-end-color: rgb(44 121 83 / 0.2);
}

.hover\:border-e-green-50\/25:hover {
    border-inline-end-color: rgb(44 121 83 / 0.25);
}

.hover\:border-e-green-50\/30:hover {
    border-inline-end-color: rgb(44 121 83 / 0.3);
}

.hover\:border-e-green-50\/40:hover {
    border-inline-end-color: rgb(44 121 83 / 0.4);
}

.hover\:border-e-green-50\/5:hover {
    border-inline-end-color: rgb(44 121 83 / 0.05);
}

.hover\:border-e-green-50\/50:hover {
    border-inline-end-color: rgb(44 121 83 / 0.5);
}

.hover\:border-e-green-50\/60:hover {
    border-inline-end-color: rgb(44 121 83 / 0.6);
}

.hover\:border-e-green-50\/70:hover {
    border-inline-end-color: rgb(44 121 83 / 0.7);
}

.hover\:border-e-green-50\/75:hover {
    border-inline-end-color: rgb(44 121 83 / 0.75);
}

.hover\:border-e-green-50\/80:hover {
    border-inline-end-color: rgb(44 121 83 / 0.8);
}

.hover\:border-e-green-50\/90:hover {
    border-inline-end-color: rgb(44 121 83 / 0.9);
}

.hover\:border-e-green-50\/95:hover {
    border-inline-end-color: rgb(44 121 83 / 0.95);
}

.hover\:border-e-green-70:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-e-green-70\/0:hover {
    border-inline-end-color: rgb(57 168 91 / 0);
}

.hover\:border-e-green-70\/10:hover {
    border-inline-end-color: rgb(57 168 91 / 0.1);
}

.hover\:border-e-green-70\/100:hover {
    border-inline-end-color: rgb(57 168 91 / 1);
}

.hover\:border-e-green-70\/20:hover {
    border-inline-end-color: rgb(57 168 91 / 0.2);
}

.hover\:border-e-green-70\/25:hover {
    border-inline-end-color: rgb(57 168 91 / 0.25);
}

.hover\:border-e-green-70\/30:hover {
    border-inline-end-color: rgb(57 168 91 / 0.3);
}

.hover\:border-e-green-70\/40:hover {
    border-inline-end-color: rgb(57 168 91 / 0.4);
}

.hover\:border-e-green-70\/5:hover {
    border-inline-end-color: rgb(57 168 91 / 0.05);
}

.hover\:border-e-green-70\/50:hover {
    border-inline-end-color: rgb(57 168 91 / 0.5);
}

.hover\:border-e-green-70\/60:hover {
    border-inline-end-color: rgb(57 168 91 / 0.6);
}

.hover\:border-e-green-70\/70:hover {
    border-inline-end-color: rgb(57 168 91 / 0.7);
}

.hover\:border-e-green-70\/75:hover {
    border-inline-end-color: rgb(57 168 91 / 0.75);
}

.hover\:border-e-green-70\/80:hover {
    border-inline-end-color: rgb(57 168 91 / 0.8);
}

.hover\:border-e-green-70\/90:hover {
    border-inline-end-color: rgb(57 168 91 / 0.9);
}

.hover\:border-e-green-70\/95:hover {
    border-inline-end-color: rgb(57 168 91 / 0.95);
}

.hover\:border-e-purple-10:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-e-purple-10\/0:hover {
    border-inline-end-color: rgb(26 8 70 / 0);
}

.hover\:border-e-purple-10\/10:hover {
    border-inline-end-color: rgb(26 8 70 / 0.1);
}

.hover\:border-e-purple-10\/100:hover {
    border-inline-end-color: rgb(26 8 70 / 1);
}

.hover\:border-e-purple-10\/20:hover {
    border-inline-end-color: rgb(26 8 70 / 0.2);
}

.hover\:border-e-purple-10\/25:hover {
    border-inline-end-color: rgb(26 8 70 / 0.25);
}

.hover\:border-e-purple-10\/30:hover {
    border-inline-end-color: rgb(26 8 70 / 0.3);
}

.hover\:border-e-purple-10\/40:hover {
    border-inline-end-color: rgb(26 8 70 / 0.4);
}

.hover\:border-e-purple-10\/5:hover {
    border-inline-end-color: rgb(26 8 70 / 0.05);
}

.hover\:border-e-purple-10\/50:hover {
    border-inline-end-color: rgb(26 8 70 / 0.5);
}

.hover\:border-e-purple-10\/60:hover {
    border-inline-end-color: rgb(26 8 70 / 0.6);
}

.hover\:border-e-purple-10\/70:hover {
    border-inline-end-color: rgb(26 8 70 / 0.7);
}

.hover\:border-e-purple-10\/75:hover {
    border-inline-end-color: rgb(26 8 70 / 0.75);
}

.hover\:border-e-purple-10\/80:hover {
    border-inline-end-color: rgb(26 8 70 / 0.8);
}

.hover\:border-e-purple-10\/90:hover {
    border-inline-end-color: rgb(26 8 70 / 0.9);
}

.hover\:border-e-purple-10\/95:hover {
    border-inline-end-color: rgb(26 8 70 / 0.95);
}

.hover\:border-e-purple-100:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-e-purple-100\/0:hover {
    border-inline-end-color: rgb(125 41 145 / 0);
}

.hover\:border-e-purple-100\/10:hover {
    border-inline-end-color: rgb(125 41 145 / 0.1);
}

.hover\:border-e-purple-100\/100:hover {
    border-inline-end-color: rgb(125 41 145 / 1);
}

.hover\:border-e-purple-100\/20:hover {
    border-inline-end-color: rgb(125 41 145 / 0.2);
}

.hover\:border-e-purple-100\/25:hover {
    border-inline-end-color: rgb(125 41 145 / 0.25);
}

.hover\:border-e-purple-100\/30:hover {
    border-inline-end-color: rgb(125 41 145 / 0.3);
}

.hover\:border-e-purple-100\/40:hover {
    border-inline-end-color: rgb(125 41 145 / 0.4);
}

.hover\:border-e-purple-100\/5:hover {
    border-inline-end-color: rgb(125 41 145 / 0.05);
}

.hover\:border-e-purple-100\/50:hover {
    border-inline-end-color: rgb(125 41 145 / 0.5);
}

.hover\:border-e-purple-100\/60:hover {
    border-inline-end-color: rgb(125 41 145 / 0.6);
}

.hover\:border-e-purple-100\/70:hover {
    border-inline-end-color: rgb(125 41 145 / 0.7);
}

.hover\:border-e-purple-100\/75:hover {
    border-inline-end-color: rgb(125 41 145 / 0.75);
}

.hover\:border-e-purple-100\/80:hover {
    border-inline-end-color: rgb(125 41 145 / 0.8);
}

.hover\:border-e-purple-100\/90:hover {
    border-inline-end-color: rgb(125 41 145 / 0.9);
}

.hover\:border-e-purple-100\/95:hover {
    border-inline-end-color: rgb(125 41 145 / 0.95);
}

.hover\:border-e-purple-20:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-e-purple-20\/0:hover {
    border-inline-end-color: rgb(40 12 78 / 0);
}

.hover\:border-e-purple-20\/10:hover {
    border-inline-end-color: rgb(40 12 78 / 0.1);
}

.hover\:border-e-purple-20\/100:hover {
    border-inline-end-color: rgb(40 12 78 / 1);
}

.hover\:border-e-purple-20\/20:hover {
    border-inline-end-color: rgb(40 12 78 / 0.2);
}

.hover\:border-e-purple-20\/25:hover {
    border-inline-end-color: rgb(40 12 78 / 0.25);
}

.hover\:border-e-purple-20\/30:hover {
    border-inline-end-color: rgb(40 12 78 / 0.3);
}

.hover\:border-e-purple-20\/40:hover {
    border-inline-end-color: rgb(40 12 78 / 0.4);
}

.hover\:border-e-purple-20\/5:hover {
    border-inline-end-color: rgb(40 12 78 / 0.05);
}

.hover\:border-e-purple-20\/50:hover {
    border-inline-end-color: rgb(40 12 78 / 0.5);
}

.hover\:border-e-purple-20\/60:hover {
    border-inline-end-color: rgb(40 12 78 / 0.6);
}

.hover\:border-e-purple-20\/70:hover {
    border-inline-end-color: rgb(40 12 78 / 0.7);
}

.hover\:border-e-purple-20\/75:hover {
    border-inline-end-color: rgb(40 12 78 / 0.75);
}

.hover\:border-e-purple-20\/80:hover {
    border-inline-end-color: rgb(40 12 78 / 0.8);
}

.hover\:border-e-purple-20\/90:hover {
    border-inline-end-color: rgb(40 12 78 / 0.9);
}

.hover\:border-e-purple-20\/95:hover {
    border-inline-end-color: rgb(40 12 78 / 0.95);
}

.hover\:border-e-purple-30:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-e-purple-30\/0:hover {
    border-inline-end-color: rgb(53 15 86 / 0);
}

.hover\:border-e-purple-30\/10:hover {
    border-inline-end-color: rgb(53 15 86 / 0.1);
}

.hover\:border-e-purple-30\/100:hover {
    border-inline-end-color: rgb(53 15 86 / 1);
}

.hover\:border-e-purple-30\/20:hover {
    border-inline-end-color: rgb(53 15 86 / 0.2);
}

.hover\:border-e-purple-30\/25:hover {
    border-inline-end-color: rgb(53 15 86 / 0.25);
}

.hover\:border-e-purple-30\/30:hover {
    border-inline-end-color: rgb(53 15 86 / 0.3);
}

.hover\:border-e-purple-30\/40:hover {
    border-inline-end-color: rgb(53 15 86 / 0.4);
}

.hover\:border-e-purple-30\/5:hover {
    border-inline-end-color: rgb(53 15 86 / 0.05);
}

.hover\:border-e-purple-30\/50:hover {
    border-inline-end-color: rgb(53 15 86 / 0.5);
}

.hover\:border-e-purple-30\/60:hover {
    border-inline-end-color: rgb(53 15 86 / 0.6);
}

.hover\:border-e-purple-30\/70:hover {
    border-inline-end-color: rgb(53 15 86 / 0.7);
}

.hover\:border-e-purple-30\/75:hover {
    border-inline-end-color: rgb(53 15 86 / 0.75);
}

.hover\:border-e-purple-30\/80:hover {
    border-inline-end-color: rgb(53 15 86 / 0.8);
}

.hover\:border-e-purple-30\/90:hover {
    border-inline-end-color: rgb(53 15 86 / 0.9);
}

.hover\:border-e-purple-30\/95:hover {
    border-inline-end-color: rgb(53 15 86 / 0.95);
}

.hover\:border-e-purple-50:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-e-purple-50\/0:hover {
    border-inline-end-color: rgb(79 22 102 / 0);
}

.hover\:border-e-purple-50\/10:hover {
    border-inline-end-color: rgb(79 22 102 / 0.1);
}

.hover\:border-e-purple-50\/100:hover {
    border-inline-end-color: rgb(79 22 102 / 1);
}

.hover\:border-e-purple-50\/20:hover {
    border-inline-end-color: rgb(79 22 102 / 0.2);
}

.hover\:border-e-purple-50\/25:hover {
    border-inline-end-color: rgb(79 22 102 / 0.25);
}

.hover\:border-e-purple-50\/30:hover {
    border-inline-end-color: rgb(79 22 102 / 0.3);
}

.hover\:border-e-purple-50\/40:hover {
    border-inline-end-color: rgb(79 22 102 / 0.4);
}

.hover\:border-e-purple-50\/5:hover {
    border-inline-end-color: rgb(79 22 102 / 0.05);
}

.hover\:border-e-purple-50\/50:hover {
    border-inline-end-color: rgb(79 22 102 / 0.5);
}

.hover\:border-e-purple-50\/60:hover {
    border-inline-end-color: rgb(79 22 102 / 0.6);
}

.hover\:border-e-purple-50\/70:hover {
    border-inline-end-color: rgb(79 22 102 / 0.7);
}

.hover\:border-e-purple-50\/75:hover {
    border-inline-end-color: rgb(79 22 102 / 0.75);
}

.hover\:border-e-purple-50\/80:hover {
    border-inline-end-color: rgb(79 22 102 / 0.8);
}

.hover\:border-e-purple-50\/90:hover {
    border-inline-end-color: rgb(79 22 102 / 0.9);
}

.hover\:border-e-purple-50\/95:hover {
    border-inline-end-color: rgb(79 22 102 / 0.95);
}

.hover\:border-e-purple-70:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-e-purple-70\/0:hover {
    border-inline-end-color: rgb(106 29 119 / 0);
}

.hover\:border-e-purple-70\/10:hover {
    border-inline-end-color: rgb(106 29 119 / 0.1);
}

.hover\:border-e-purple-70\/100:hover {
    border-inline-end-color: rgb(106 29 119 / 1);
}

.hover\:border-e-purple-70\/20:hover {
    border-inline-end-color: rgb(106 29 119 / 0.2);
}

.hover\:border-e-purple-70\/25:hover {
    border-inline-end-color: rgb(106 29 119 / 0.25);
}

.hover\:border-e-purple-70\/30:hover {
    border-inline-end-color: rgb(106 29 119 / 0.3);
}

.hover\:border-e-purple-70\/40:hover {
    border-inline-end-color: rgb(106 29 119 / 0.4);
}

.hover\:border-e-purple-70\/5:hover {
    border-inline-end-color: rgb(106 29 119 / 0.05);
}

.hover\:border-e-purple-70\/50:hover {
    border-inline-end-color: rgb(106 29 119 / 0.5);
}

.hover\:border-e-purple-70\/60:hover {
    border-inline-end-color: rgb(106 29 119 / 0.6);
}

.hover\:border-e-purple-70\/70:hover {
    border-inline-end-color: rgb(106 29 119 / 0.7);
}

.hover\:border-e-purple-70\/75:hover {
    border-inline-end-color: rgb(106 29 119 / 0.75);
}

.hover\:border-e-purple-70\/80:hover {
    border-inline-end-color: rgb(106 29 119 / 0.8);
}

.hover\:border-e-purple-70\/90:hover {
    border-inline-end-color: rgb(106 29 119 / 0.9);
}

.hover\:border-e-purple-70\/95:hover {
    border-inline-end-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-inline-end-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-inline-end-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-e-utility-error\/0:hover {
    border-inline-end-color: rgb(220 33 33 / 0);
}

.hover\:border-e-utility-error\/10:hover {
    border-inline-end-color: rgb(220 33 33 / 0.1);
}

.hover\:border-e-utility-error\/100:hover {
    border-inline-end-color: rgb(220 33 33 / 1);
}

.hover\:border-e-utility-error\/20:hover {
    border-inline-end-color: rgb(220 33 33 / 0.2);
}

.hover\:border-e-utility-error\/25:hover {
    border-inline-end-color: rgb(220 33 33 / 0.25);
}

.hover\:border-e-utility-error\/30:hover {
    border-inline-end-color: rgb(220 33 33 / 0.3);
}

.hover\:border-e-utility-error\/40:hover {
    border-inline-end-color: rgb(220 33 33 / 0.4);
}

.hover\:border-e-utility-error\/5:hover {
    border-inline-end-color: rgb(220 33 33 / 0.05);
}

.hover\:border-e-utility-error\/50:hover {
    border-inline-end-color: rgb(220 33 33 / 0.5);
}

.hover\:border-e-utility-error\/60:hover {
    border-inline-end-color: rgb(220 33 33 / 0.6);
}

.hover\:border-e-utility-error\/70:hover {
    border-inline-end-color: rgb(220 33 33 / 0.7);
}

.hover\:border-e-utility-error\/75:hover {
    border-inline-end-color: rgb(220 33 33 / 0.75);
}

.hover\:border-e-utility-error\/80:hover {
    border-inline-end-color: rgb(220 33 33 / 0.8);
}

.hover\:border-e-utility-error\/90:hover {
    border-inline-end-color: rgb(220 33 33 / 0.9);
}

.hover\:border-e-utility-error\/95:hover {
    border-inline-end-color: rgb(220 33 33 / 0.95);
}

.hover\:border-e-utility-info:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-e-utility-info\/0:hover {
    border-inline-end-color: rgb(191 219 254 / 0);
}

.hover\:border-e-utility-info\/10:hover {
    border-inline-end-color: rgb(191 219 254 / 0.1);
}

.hover\:border-e-utility-info\/100:hover {
    border-inline-end-color: rgb(191 219 254 / 1);
}

.hover\:border-e-utility-info\/20:hover {
    border-inline-end-color: rgb(191 219 254 / 0.2);
}

.hover\:border-e-utility-info\/25:hover {
    border-inline-end-color: rgb(191 219 254 / 0.25);
}

.hover\:border-e-utility-info\/30:hover {
    border-inline-end-color: rgb(191 219 254 / 0.3);
}

.hover\:border-e-utility-info\/40:hover {
    border-inline-end-color: rgb(191 219 254 / 0.4);
}

.hover\:border-e-utility-info\/5:hover {
    border-inline-end-color: rgb(191 219 254 / 0.05);
}

.hover\:border-e-utility-info\/50:hover {
    border-inline-end-color: rgb(191 219 254 / 0.5);
}

.hover\:border-e-utility-info\/60:hover {
    border-inline-end-color: rgb(191 219 254 / 0.6);
}

.hover\:border-e-utility-info\/70:hover {
    border-inline-end-color: rgb(191 219 254 / 0.7);
}

.hover\:border-e-utility-info\/75:hover {
    border-inline-end-color: rgb(191 219 254 / 0.75);
}

.hover\:border-e-utility-info\/80:hover {
    border-inline-end-color: rgb(191 219 254 / 0.8);
}

.hover\:border-e-utility-info\/90:hover {
    border-inline-end-color: rgb(191 219 254 / 0.9);
}

.hover\:border-e-utility-info\/95:hover {
    border-inline-end-color: rgb(191 219 254 / 0.95);
}

.hover\:border-e-utility-success:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-e-utility-success\/0:hover {
    border-inline-end-color: rgb(92 204 23 / 0);
}

.hover\:border-e-utility-success\/10:hover {
    border-inline-end-color: rgb(92 204 23 / 0.1);
}

.hover\:border-e-utility-success\/100:hover {
    border-inline-end-color: rgb(92 204 23 / 1);
}

.hover\:border-e-utility-success\/20:hover {
    border-inline-end-color: rgb(92 204 23 / 0.2);
}

.hover\:border-e-utility-success\/25:hover {
    border-inline-end-color: rgb(92 204 23 / 0.25);
}

.hover\:border-e-utility-success\/30:hover {
    border-inline-end-color: rgb(92 204 23 / 0.3);
}

.hover\:border-e-utility-success\/40:hover {
    border-inline-end-color: rgb(92 204 23 / 0.4);
}

.hover\:border-e-utility-success\/5:hover {
    border-inline-end-color: rgb(92 204 23 / 0.05);
}

.hover\:border-e-utility-success\/50:hover {
    border-inline-end-color: rgb(92 204 23 / 0.5);
}

.hover\:border-e-utility-success\/60:hover {
    border-inline-end-color: rgb(92 204 23 / 0.6);
}

.hover\:border-e-utility-success\/70:hover {
    border-inline-end-color: rgb(92 204 23 / 0.7);
}

.hover\:border-e-utility-success\/75:hover {
    border-inline-end-color: rgb(92 204 23 / 0.75);
}

.hover\:border-e-utility-success\/80:hover {
    border-inline-end-color: rgb(92 204 23 / 0.8);
}

.hover\:border-e-utility-success\/90:hover {
    border-inline-end-color: rgb(92 204 23 / 0.9);
}

.hover\:border-e-utility-success\/95:hover {
    border-inline-end-color: rgb(92 204 23 / 0.95);
}

.hover\:border-e-utility-warning:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-e-utility-warning\/0:hover {
    border-inline-end-color: rgb(219 170 110 / 0);
}

.hover\:border-e-utility-warning\/10:hover {
    border-inline-end-color: rgb(219 170 110 / 0.1);
}

.hover\:border-e-utility-warning\/100:hover {
    border-inline-end-color: rgb(219 170 110 / 1);
}

.hover\:border-e-utility-warning\/20:hover {
    border-inline-end-color: rgb(219 170 110 / 0.2);
}

.hover\:border-e-utility-warning\/25:hover {
    border-inline-end-color: rgb(219 170 110 / 0.25);
}

.hover\:border-e-utility-warning\/30:hover {
    border-inline-end-color: rgb(219 170 110 / 0.3);
}

.hover\:border-e-utility-warning\/40:hover {
    border-inline-end-color: rgb(219 170 110 / 0.4);
}

.hover\:border-e-utility-warning\/5:hover {
    border-inline-end-color: rgb(219 170 110 / 0.05);
}

.hover\:border-e-utility-warning\/50:hover {
    border-inline-end-color: rgb(219 170 110 / 0.5);
}

.hover\:border-e-utility-warning\/60:hover {
    border-inline-end-color: rgb(219 170 110 / 0.6);
}

.hover\:border-e-utility-warning\/70:hover {
    border-inline-end-color: rgb(219 170 110 / 0.7);
}

.hover\:border-e-utility-warning\/75:hover {
    border-inline-end-color: rgb(219 170 110 / 0.75);
}

.hover\:border-e-utility-warning\/80:hover {
    border-inline-end-color: rgb(219 170 110 / 0.8);
}

.hover\:border-e-utility-warning\/90:hover {
    border-inline-end-color: rgb(219 170 110 / 0.9);
}

.hover\:border-e-utility-warning\/95:hover {
    border-inline-end-color: rgb(219 170 110 / 0.95);
}

.hover\:border-e-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-e-very-dark-blue\/0:hover {
    border-inline-end-color: rgb(4 4 47 / 0);
}

.hover\:border-e-very-dark-blue\/10:hover {
    border-inline-end-color: rgb(4 4 47 / 0.1);
}

.hover\:border-e-very-dark-blue\/100:hover {
    border-inline-end-color: rgb(4 4 47 / 1);
}

.hover\:border-e-very-dark-blue\/20:hover {
    border-inline-end-color: rgb(4 4 47 / 0.2);
}

.hover\:border-e-very-dark-blue\/25:hover {
    border-inline-end-color: rgb(4 4 47 / 0.25);
}

.hover\:border-e-very-dark-blue\/30:hover {
    border-inline-end-color: rgb(4 4 47 / 0.3);
}

.hover\:border-e-very-dark-blue\/40:hover {
    border-inline-end-color: rgb(4 4 47 / 0.4);
}

.hover\:border-e-very-dark-blue\/5:hover {
    border-inline-end-color: rgb(4 4 47 / 0.05);
}

.hover\:border-e-very-dark-blue\/50:hover {
    border-inline-end-color: rgb(4 4 47 / 0.5);
}

.hover\:border-e-very-dark-blue\/60:hover {
    border-inline-end-color: rgb(4 4 47 / 0.6);
}

.hover\:border-e-very-dark-blue\/70:hover {
    border-inline-end-color: rgb(4 4 47 / 0.7);
}

.hover\:border-e-very-dark-blue\/75:hover {
    border-inline-end-color: rgb(4 4 47 / 0.75);
}

.hover\:border-e-very-dark-blue\/80:hover {
    border-inline-end-color: rgb(4 4 47 / 0.8);
}

.hover\:border-e-very-dark-blue\/90:hover {
    border-inline-end-color: rgb(4 4 47 / 0.9);
}

.hover\:border-e-very-dark-blue\/95:hover {
    border-inline-end-color: rgb(4 4 47 / 0.95);
}

.hover\:border-l-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-l-accent-green-dark\/0:hover {
    border-left-color: rgb(42 172 110 / 0);
}

.hover\:border-l-accent-green-dark\/10:hover {
    border-left-color: rgb(42 172 110 / 0.1);
}

.hover\:border-l-accent-green-dark\/100:hover {
    border-left-color: rgb(42 172 110 / 1);
}

.hover\:border-l-accent-green-dark\/20:hover {
    border-left-color: rgb(42 172 110 / 0.2);
}

.hover\:border-l-accent-green-dark\/25:hover {
    border-left-color: rgb(42 172 110 / 0.25);
}

.hover\:border-l-accent-green-dark\/30:hover {
    border-left-color: rgb(42 172 110 / 0.3);
}

.hover\:border-l-accent-green-dark\/40:hover {
    border-left-color: rgb(42 172 110 / 0.4);
}

.hover\:border-l-accent-green-dark\/5:hover {
    border-left-color: rgb(42 172 110 / 0.05);
}

.hover\:border-l-accent-green-dark\/50:hover {
    border-left-color: rgb(42 172 110 / 0.5);
}

.hover\:border-l-accent-green-dark\/60:hover {
    border-left-color: rgb(42 172 110 / 0.6);
}

.hover\:border-l-accent-green-dark\/70:hover {
    border-left-color: rgb(42 172 110 / 0.7);
}

.hover\:border-l-accent-green-dark\/75:hover {
    border-left-color: rgb(42 172 110 / 0.75);
}

.hover\:border-l-accent-green-dark\/80:hover {
    border-left-color: rgb(42 172 110 / 0.8);
}

.hover\:border-l-accent-green-dark\/90:hover {
    border-left-color: rgb(42 172 110 / 0.9);
}

.hover\:border-l-accent-green-dark\/95:hover {
    border-left-color: rgb(42 172 110 / 0.95);
}

.hover\:border-l-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-l-accent-green-light\/0:hover {
    border-left-color: rgb(90 226 75 / 0);
}

.hover\:border-l-accent-green-light\/10:hover {
    border-left-color: rgb(90 226 75 / 0.1);
}

.hover\:border-l-accent-green-light\/100:hover {
    border-left-color: rgb(90 226 75 / 1);
}

.hover\:border-l-accent-green-light\/20:hover {
    border-left-color: rgb(90 226 75 / 0.2);
}

.hover\:border-l-accent-green-light\/25:hover {
    border-left-color: rgb(90 226 75 / 0.25);
}

.hover\:border-l-accent-green-light\/30:hover {
    border-left-color: rgb(90 226 75 / 0.3);
}

.hover\:border-l-accent-green-light\/40:hover {
    border-left-color: rgb(90 226 75 / 0.4);
}

.hover\:border-l-accent-green-light\/5:hover {
    border-left-color: rgb(90 226 75 / 0.05);
}

.hover\:border-l-accent-green-light\/50:hover {
    border-left-color: rgb(90 226 75 / 0.5);
}

.hover\:border-l-accent-green-light\/60:hover {
    border-left-color: rgb(90 226 75 / 0.6);
}

.hover\:border-l-accent-green-light\/70:hover {
    border-left-color: rgb(90 226 75 / 0.7);
}

.hover\:border-l-accent-green-light\/75:hover {
    border-left-color: rgb(90 226 75 / 0.75);
}

.hover\:border-l-accent-green-light\/80:hover {
    border-left-color: rgb(90 226 75 / 0.8);
}

.hover\:border-l-accent-green-light\/90:hover {
    border-left-color: rgb(90 226 75 / 0.9);
}

.hover\:border-l-accent-green-light\/95:hover {
    border-left-color: rgb(90 226 75 / 0.95);
}

.hover\:border-l-accent-purple:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-l-accent-purple\/0:hover {
    border-left-color: rgb(192 69 221 / 0);
}

.hover\:border-l-accent-purple\/10:hover {
    border-left-color: rgb(192 69 221 / 0.1);
}

.hover\:border-l-accent-purple\/100:hover {
    border-left-color: rgb(192 69 221 / 1);
}

.hover\:border-l-accent-purple\/20:hover {
    border-left-color: rgb(192 69 221 / 0.2);
}

.hover\:border-l-accent-purple\/25:hover {
    border-left-color: rgb(192 69 221 / 0.25);
}

.hover\:border-l-accent-purple\/30:hover {
    border-left-color: rgb(192 69 221 / 0.3);
}

.hover\:border-l-accent-purple\/40:hover {
    border-left-color: rgb(192 69 221 / 0.4);
}

.hover\:border-l-accent-purple\/5:hover {
    border-left-color: rgb(192 69 221 / 0.05);
}

.hover\:border-l-accent-purple\/50:hover {
    border-left-color: rgb(192 69 221 / 0.5);
}

.hover\:border-l-accent-purple\/60:hover {
    border-left-color: rgb(192 69 221 / 0.6);
}

.hover\:border-l-accent-purple\/70:hover {
    border-left-color: rgb(192 69 221 / 0.7);
}

.hover\:border-l-accent-purple\/75:hover {
    border-left-color: rgb(192 69 221 / 0.75);
}

.hover\:border-l-accent-purple\/80:hover {
    border-left-color: rgb(192 69 221 / 0.8);
}

.hover\:border-l-accent-purple\/90:hover {
    border-left-color: rgb(192 69 221 / 0.9);
}

.hover\:border-l-accent-purple\/95:hover {
    border-left-color: rgb(192 69 221 / 0.95);
}

.hover\:border-l-current:hover {
    border-left-color: currentColor;
}

.hover\:border-l-gray-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-l-gray-10\/0:hover {
    border-left-color: rgb(36 30 81 / 0);
}

.hover\:border-l-gray-10\/10:hover {
    border-left-color: rgb(36 30 81 / 0.1);
}

.hover\:border-l-gray-10\/100:hover {
    border-left-color: rgb(36 30 81 / 1);
}

.hover\:border-l-gray-10\/20:hover {
    border-left-color: rgb(36 30 81 / 0.2);
}

.hover\:border-l-gray-10\/25:hover {
    border-left-color: rgb(36 30 81 / 0.25);
}

.hover\:border-l-gray-10\/30:hover {
    border-left-color: rgb(36 30 81 / 0.3);
}

.hover\:border-l-gray-10\/40:hover {
    border-left-color: rgb(36 30 81 / 0.4);
}

.hover\:border-l-gray-10\/5:hover {
    border-left-color: rgb(36 30 81 / 0.05);
}

.hover\:border-l-gray-10\/50:hover {
    border-left-color: rgb(36 30 81 / 0.5);
}

.hover\:border-l-gray-10\/60:hover {
    border-left-color: rgb(36 30 81 / 0.6);
}

.hover\:border-l-gray-10\/70:hover {
    border-left-color: rgb(36 30 81 / 0.7);
}

.hover\:border-l-gray-10\/75:hover {
    border-left-color: rgb(36 30 81 / 0.75);
}

.hover\:border-l-gray-10\/80:hover {
    border-left-color: rgb(36 30 81 / 0.8);
}

.hover\:border-l-gray-10\/90:hover {
    border-left-color: rgb(36 30 81 / 0.9);
}

.hover\:border-l-gray-10\/95:hover {
    border-left-color: rgb(36 30 81 / 0.95);
}

.hover\:border-l-gray-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-l-gray-100\/0:hover {
    border-left-color: rgb(248 251 249 / 0);
}

.hover\:border-l-gray-100\/10:hover {
    border-left-color: rgb(248 251 249 / 0.1);
}

.hover\:border-l-gray-100\/100:hover {
    border-left-color: rgb(248 251 249 / 1);
}

.hover\:border-l-gray-100\/20:hover {
    border-left-color: rgb(248 251 249 / 0.2);
}

.hover\:border-l-gray-100\/25:hover {
    border-left-color: rgb(248 251 249 / 0.25);
}

.hover\:border-l-gray-100\/30:hover {
    border-left-color: rgb(248 251 249 / 0.3);
}

.hover\:border-l-gray-100\/40:hover {
    border-left-color: rgb(248 251 249 / 0.4);
}

.hover\:border-l-gray-100\/5:hover {
    border-left-color: rgb(248 251 249 / 0.05);
}

.hover\:border-l-gray-100\/50:hover {
    border-left-color: rgb(248 251 249 / 0.5);
}

.hover\:border-l-gray-100\/60:hover {
    border-left-color: rgb(248 251 249 / 0.6);
}

.hover\:border-l-gray-100\/70:hover {
    border-left-color: rgb(248 251 249 / 0.7);
}

.hover\:border-l-gray-100\/75:hover {
    border-left-color: rgb(248 251 249 / 0.75);
}

.hover\:border-l-gray-100\/80:hover {
    border-left-color: rgb(248 251 249 / 0.8);
}

.hover\:border-l-gray-100\/90:hover {
    border-left-color: rgb(248 251 249 / 0.9);
}

.hover\:border-l-gray-100\/95:hover {
    border-left-color: rgb(248 251 249 / 0.95);
}

.hover\:border-l-gray-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-l-gray-20\/0:hover {
    border-left-color: rgb(60 54 99 / 0);
}

.hover\:border-l-gray-20\/10:hover {
    border-left-color: rgb(60 54 99 / 0.1);
}

.hover\:border-l-gray-20\/100:hover {
    border-left-color: rgb(60 54 99 / 1);
}

.hover\:border-l-gray-20\/20:hover {
    border-left-color: rgb(60 54 99 / 0.2);
}

.hover\:border-l-gray-20\/25:hover {
    border-left-color: rgb(60 54 99 / 0.25);
}

.hover\:border-l-gray-20\/30:hover {
    border-left-color: rgb(60 54 99 / 0.3);
}

.hover\:border-l-gray-20\/40:hover {
    border-left-color: rgb(60 54 99 / 0.4);
}

.hover\:border-l-gray-20\/5:hover {
    border-left-color: rgb(60 54 99 / 0.05);
}

.hover\:border-l-gray-20\/50:hover {
    border-left-color: rgb(60 54 99 / 0.5);
}

.hover\:border-l-gray-20\/60:hover {
    border-left-color: rgb(60 54 99 / 0.6);
}

.hover\:border-l-gray-20\/70:hover {
    border-left-color: rgb(60 54 99 / 0.7);
}

.hover\:border-l-gray-20\/75:hover {
    border-left-color: rgb(60 54 99 / 0.75);
}

.hover\:border-l-gray-20\/80:hover {
    border-left-color: rgb(60 54 99 / 0.8);
}

.hover\:border-l-gray-20\/90:hover {
    border-left-color: rgb(60 54 99 / 0.9);
}

.hover\:border-l-gray-20\/95:hover {
    border-left-color: rgb(60 54 99 / 0.95);
}

.hover\:border-l-gray-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-l-gray-30\/0:hover {
    border-left-color: rgb(83 79 118 / 0);
}

.hover\:border-l-gray-30\/10:hover {
    border-left-color: rgb(83 79 118 / 0.1);
}

.hover\:border-l-gray-30\/100:hover {
    border-left-color: rgb(83 79 118 / 1);
}

.hover\:border-l-gray-30\/20:hover {
    border-left-color: rgb(83 79 118 / 0.2);
}

.hover\:border-l-gray-30\/25:hover {
    border-left-color: rgb(83 79 118 / 0.25);
}

.hover\:border-l-gray-30\/30:hover {
    border-left-color: rgb(83 79 118 / 0.3);
}

.hover\:border-l-gray-30\/40:hover {
    border-left-color: rgb(83 79 118 / 0.4);
}

.hover\:border-l-gray-30\/5:hover {
    border-left-color: rgb(83 79 118 / 0.05);
}

.hover\:border-l-gray-30\/50:hover {
    border-left-color: rgb(83 79 118 / 0.5);
}

.hover\:border-l-gray-30\/60:hover {
    border-left-color: rgb(83 79 118 / 0.6);
}

.hover\:border-l-gray-30\/70:hover {
    border-left-color: rgb(83 79 118 / 0.7);
}

.hover\:border-l-gray-30\/75:hover {
    border-left-color: rgb(83 79 118 / 0.75);
}

.hover\:border-l-gray-30\/80:hover {
    border-left-color: rgb(83 79 118 / 0.8);
}

.hover\:border-l-gray-30\/90:hover {
    border-left-color: rgb(83 79 118 / 0.9);
}

.hover\:border-l-gray-30\/95:hover {
    border-left-color: rgb(83 79 118 / 0.95);
}

.hover\:border-l-gray-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-l-gray-50\/0:hover {
    border-left-color: rgb(130 128 155 / 0);
}

.hover\:border-l-gray-50\/10:hover {
    border-left-color: rgb(130 128 155 / 0.1);
}

.hover\:border-l-gray-50\/100:hover {
    border-left-color: rgb(130 128 155 / 1);
}

.hover\:border-l-gray-50\/20:hover {
    border-left-color: rgb(130 128 155 / 0.2);
}

.hover\:border-l-gray-50\/25:hover {
    border-left-color: rgb(130 128 155 / 0.25);
}

.hover\:border-l-gray-50\/30:hover {
    border-left-color: rgb(130 128 155 / 0.3);
}

.hover\:border-l-gray-50\/40:hover {
    border-left-color: rgb(130 128 155 / 0.4);
}

.hover\:border-l-gray-50\/5:hover {
    border-left-color: rgb(130 128 155 / 0.05);
}

.hover\:border-l-gray-50\/50:hover {
    border-left-color: rgb(130 128 155 / 0.5);
}

.hover\:border-l-gray-50\/60:hover {
    border-left-color: rgb(130 128 155 / 0.6);
}

.hover\:border-l-gray-50\/70:hover {
    border-left-color: rgb(130 128 155 / 0.7);
}

.hover\:border-l-gray-50\/75:hover {
    border-left-color: rgb(130 128 155 / 0.75);
}

.hover\:border-l-gray-50\/80:hover {
    border-left-color: rgb(130 128 155 / 0.8);
}

.hover\:border-l-gray-50\/90:hover {
    border-left-color: rgb(130 128 155 / 0.9);
}

.hover\:border-l-gray-50\/95:hover {
    border-left-color: rgb(130 128 155 / 0.95);
}

.hover\:border-l-gray-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-l-gray-70\/0:hover {
    border-left-color: rgb(177 177 193 / 0);
}

.hover\:border-l-gray-70\/10:hover {
    border-left-color: rgb(177 177 193 / 0.1);
}

.hover\:border-l-gray-70\/100:hover {
    border-left-color: rgb(177 177 193 / 1);
}

.hover\:border-l-gray-70\/20:hover {
    border-left-color: rgb(177 177 193 / 0.2);
}

.hover\:border-l-gray-70\/25:hover {
    border-left-color: rgb(177 177 193 / 0.25);
}

.hover\:border-l-gray-70\/30:hover {
    border-left-color: rgb(177 177 193 / 0.3);
}

.hover\:border-l-gray-70\/40:hover {
    border-left-color: rgb(177 177 193 / 0.4);
}

.hover\:border-l-gray-70\/5:hover {
    border-left-color: rgb(177 177 193 / 0.05);
}

.hover\:border-l-gray-70\/50:hover {
    border-left-color: rgb(177 177 193 / 0.5);
}

.hover\:border-l-gray-70\/60:hover {
    border-left-color: rgb(177 177 193 / 0.6);
}

.hover\:border-l-gray-70\/70:hover {
    border-left-color: rgb(177 177 193 / 0.7);
}

.hover\:border-l-gray-70\/75:hover {
    border-left-color: rgb(177 177 193 / 0.75);
}

.hover\:border-l-gray-70\/80:hover {
    border-left-color: rgb(177 177 193 / 0.8);
}

.hover\:border-l-gray-70\/90:hover {
    border-left-color: rgb(177 177 193 / 0.9);
}

.hover\:border-l-gray-70\/95:hover {
    border-left-color: rgb(177 177 193 / 0.95);
}

.hover\:border-l-green-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-l-green-10\/0:hover {
    border-left-color: rgb(19 28 66 / 0);
}

.hover\:border-l-green-10\/10:hover {
    border-left-color: rgb(19 28 66 / 0.1);
}

.hover\:border-l-green-10\/100:hover {
    border-left-color: rgb(19 28 66 / 1);
}

.hover\:border-l-green-10\/20:hover {
    border-left-color: rgb(19 28 66 / 0.2);
}

.hover\:border-l-green-10\/25:hover {
    border-left-color: rgb(19 28 66 / 0.25);
}

.hover\:border-l-green-10\/30:hover {
    border-left-color: rgb(19 28 66 / 0.3);
}

.hover\:border-l-green-10\/40:hover {
    border-left-color: rgb(19 28 66 / 0.4);
}

.hover\:border-l-green-10\/5:hover {
    border-left-color: rgb(19 28 66 / 0.05);
}

.hover\:border-l-green-10\/50:hover {
    border-left-color: rgb(19 28 66 / 0.5);
}

.hover\:border-l-green-10\/60:hover {
    border-left-color: rgb(19 28 66 / 0.6);
}

.hover\:border-l-green-10\/70:hover {
    border-left-color: rgb(19 28 66 / 0.7);
}

.hover\:border-l-green-10\/75:hover {
    border-left-color: rgb(19 28 66 / 0.75);
}

.hover\:border-l-green-10\/80:hover {
    border-left-color: rgb(19 28 66 / 0.8);
}

.hover\:border-l-green-10\/90:hover {
    border-left-color: rgb(19 28 66 / 0.9);
}

.hover\:border-l-green-10\/95:hover {
    border-left-color: rgb(19 28 66 / 0.95);
}

.hover\:border-l-green-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-l-green-100\/0:hover {
    border-left-color: rgb(90 226 75 / 0);
}

.hover\:border-l-green-100\/10:hover {
    border-left-color: rgb(90 226 75 / 0.1);
}

.hover\:border-l-green-100\/100:hover {
    border-left-color: rgb(90 226 75 / 1);
}

.hover\:border-l-green-100\/20:hover {
    border-left-color: rgb(90 226 75 / 0.2);
}

.hover\:border-l-green-100\/25:hover {
    border-left-color: rgb(90 226 75 / 0.25);
}

.hover\:border-l-green-100\/30:hover {
    border-left-color: rgb(90 226 75 / 0.3);
}

.hover\:border-l-green-100\/40:hover {
    border-left-color: rgb(90 226 75 / 0.4);
}

.hover\:border-l-green-100\/5:hover {
    border-left-color: rgb(90 226 75 / 0.05);
}

.hover\:border-l-green-100\/50:hover {
    border-left-color: rgb(90 226 75 / 0.5);
}

.hover\:border-l-green-100\/60:hover {
    border-left-color: rgb(90 226 75 / 0.6);
}

.hover\:border-l-green-100\/70:hover {
    border-left-color: rgb(90 226 75 / 0.7);
}

.hover\:border-l-green-100\/75:hover {
    border-left-color: rgb(90 226 75 / 0.75);
}

.hover\:border-l-green-100\/80:hover {
    border-left-color: rgb(90 226 75 / 0.8);
}

.hover\:border-l-green-100\/90:hover {
    border-left-color: rgb(90 226 75 / 0.9);
}

.hover\:border-l-green-100\/95:hover {
    border-left-color: rgb(90 226 75 / 0.95);
}

.hover\:border-l-green-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-l-green-20\/0:hover {
    border-left-color: rgb(26 52 70 / 0);
}

.hover\:border-l-green-20\/10:hover {
    border-left-color: rgb(26 52 70 / 0.1);
}

.hover\:border-l-green-20\/100:hover {
    border-left-color: rgb(26 52 70 / 1);
}

.hover\:border-l-green-20\/20:hover {
    border-left-color: rgb(26 52 70 / 0.2);
}

.hover\:border-l-green-20\/25:hover {
    border-left-color: rgb(26 52 70 / 0.25);
}

.hover\:border-l-green-20\/30:hover {
    border-left-color: rgb(26 52 70 / 0.3);
}

.hover\:border-l-green-20\/40:hover {
    border-left-color: rgb(26 52 70 / 0.4);
}

.hover\:border-l-green-20\/5:hover {
    border-left-color: rgb(26 52 70 / 0.05);
}

.hover\:border-l-green-20\/50:hover {
    border-left-color: rgb(26 52 70 / 0.5);
}

.hover\:border-l-green-20\/60:hover {
    border-left-color: rgb(26 52 70 / 0.6);
}

.hover\:border-l-green-20\/70:hover {
    border-left-color: rgb(26 52 70 / 0.7);
}

.hover\:border-l-green-20\/75:hover {
    border-left-color: rgb(26 52 70 / 0.75);
}

.hover\:border-l-green-20\/80:hover {
    border-left-color: rgb(26 52 70 / 0.8);
}

.hover\:border-l-green-20\/90:hover {
    border-left-color: rgb(26 52 70 / 0.9);
}

.hover\:border-l-green-20\/95:hover {
    border-left-color: rgb(26 52 70 / 0.95);
}

.hover\:border-l-green-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-l-green-30\/0:hover {
    border-left-color: rgb(32 75 75 / 0);
}

.hover\:border-l-green-30\/10:hover {
    border-left-color: rgb(32 75 75 / 0.1);
}

.hover\:border-l-green-30\/100:hover {
    border-left-color: rgb(32 75 75 / 1);
}

.hover\:border-l-green-30\/20:hover {
    border-left-color: rgb(32 75 75 / 0.2);
}

.hover\:border-l-green-30\/25:hover {
    border-left-color: rgb(32 75 75 / 0.25);
}

.hover\:border-l-green-30\/30:hover {
    border-left-color: rgb(32 75 75 / 0.3);
}

.hover\:border-l-green-30\/40:hover {
    border-left-color: rgb(32 75 75 / 0.4);
}

.hover\:border-l-green-30\/5:hover {
    border-left-color: rgb(32 75 75 / 0.05);
}

.hover\:border-l-green-30\/50:hover {
    border-left-color: rgb(32 75 75 / 0.5);
}

.hover\:border-l-green-30\/60:hover {
    border-left-color: rgb(32 75 75 / 0.6);
}

.hover\:border-l-green-30\/70:hover {
    border-left-color: rgb(32 75 75 / 0.7);
}

.hover\:border-l-green-30\/75:hover {
    border-left-color: rgb(32 75 75 / 0.75);
}

.hover\:border-l-green-30\/80:hover {
    border-left-color: rgb(32 75 75 / 0.8);
}

.hover\:border-l-green-30\/90:hover {
    border-left-color: rgb(32 75 75 / 0.9);
}

.hover\:border-l-green-30\/95:hover {
    border-left-color: rgb(32 75 75 / 0.95);
}

.hover\:border-l-green-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-l-green-50\/0:hover {
    border-left-color: rgb(44 121 83 / 0);
}

.hover\:border-l-green-50\/10:hover {
    border-left-color: rgb(44 121 83 / 0.1);
}

.hover\:border-l-green-50\/100:hover {
    border-left-color: rgb(44 121 83 / 1);
}

.hover\:border-l-green-50\/20:hover {
    border-left-color: rgb(44 121 83 / 0.2);
}

.hover\:border-l-green-50\/25:hover {
    border-left-color: rgb(44 121 83 / 0.25);
}

.hover\:border-l-green-50\/30:hover {
    border-left-color: rgb(44 121 83 / 0.3);
}

.hover\:border-l-green-50\/40:hover {
    border-left-color: rgb(44 121 83 / 0.4);
}

.hover\:border-l-green-50\/5:hover {
    border-left-color: rgb(44 121 83 / 0.05);
}

.hover\:border-l-green-50\/50:hover {
    border-left-color: rgb(44 121 83 / 0.5);
}

.hover\:border-l-green-50\/60:hover {
    border-left-color: rgb(44 121 83 / 0.6);
}

.hover\:border-l-green-50\/70:hover {
    border-left-color: rgb(44 121 83 / 0.7);
}

.hover\:border-l-green-50\/75:hover {
    border-left-color: rgb(44 121 83 / 0.75);
}

.hover\:border-l-green-50\/80:hover {
    border-left-color: rgb(44 121 83 / 0.8);
}

.hover\:border-l-green-50\/90:hover {
    border-left-color: rgb(44 121 83 / 0.9);
}

.hover\:border-l-green-50\/95:hover {
    border-left-color: rgb(44 121 83 / 0.95);
}

.hover\:border-l-green-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-l-green-70\/0:hover {
    border-left-color: rgb(57 168 91 / 0);
}

.hover\:border-l-green-70\/10:hover {
    border-left-color: rgb(57 168 91 / 0.1);
}

.hover\:border-l-green-70\/100:hover {
    border-left-color: rgb(57 168 91 / 1);
}

.hover\:border-l-green-70\/20:hover {
    border-left-color: rgb(57 168 91 / 0.2);
}

.hover\:border-l-green-70\/25:hover {
    border-left-color: rgb(57 168 91 / 0.25);
}

.hover\:border-l-green-70\/30:hover {
    border-left-color: rgb(57 168 91 / 0.3);
}

.hover\:border-l-green-70\/40:hover {
    border-left-color: rgb(57 168 91 / 0.4);
}

.hover\:border-l-green-70\/5:hover {
    border-left-color: rgb(57 168 91 / 0.05);
}

.hover\:border-l-green-70\/50:hover {
    border-left-color: rgb(57 168 91 / 0.5);
}

.hover\:border-l-green-70\/60:hover {
    border-left-color: rgb(57 168 91 / 0.6);
}

.hover\:border-l-green-70\/70:hover {
    border-left-color: rgb(57 168 91 / 0.7);
}

.hover\:border-l-green-70\/75:hover {
    border-left-color: rgb(57 168 91 / 0.75);
}

.hover\:border-l-green-70\/80:hover {
    border-left-color: rgb(57 168 91 / 0.8);
}

.hover\:border-l-green-70\/90:hover {
    border-left-color: rgb(57 168 91 / 0.9);
}

.hover\:border-l-green-70\/95:hover {
    border-left-color: rgb(57 168 91 / 0.95);
}

.hover\:border-l-purple-10:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-l-purple-10\/0:hover {
    border-left-color: rgb(26 8 70 / 0);
}

.hover\:border-l-purple-10\/10:hover {
    border-left-color: rgb(26 8 70 / 0.1);
}

.hover\:border-l-purple-10\/100:hover {
    border-left-color: rgb(26 8 70 / 1);
}

.hover\:border-l-purple-10\/20:hover {
    border-left-color: rgb(26 8 70 / 0.2);
}

.hover\:border-l-purple-10\/25:hover {
    border-left-color: rgb(26 8 70 / 0.25);
}

.hover\:border-l-purple-10\/30:hover {
    border-left-color: rgb(26 8 70 / 0.3);
}

.hover\:border-l-purple-10\/40:hover {
    border-left-color: rgb(26 8 70 / 0.4);
}

.hover\:border-l-purple-10\/5:hover {
    border-left-color: rgb(26 8 70 / 0.05);
}

.hover\:border-l-purple-10\/50:hover {
    border-left-color: rgb(26 8 70 / 0.5);
}

.hover\:border-l-purple-10\/60:hover {
    border-left-color: rgb(26 8 70 / 0.6);
}

.hover\:border-l-purple-10\/70:hover {
    border-left-color: rgb(26 8 70 / 0.7);
}

.hover\:border-l-purple-10\/75:hover {
    border-left-color: rgb(26 8 70 / 0.75);
}

.hover\:border-l-purple-10\/80:hover {
    border-left-color: rgb(26 8 70 / 0.8);
}

.hover\:border-l-purple-10\/90:hover {
    border-left-color: rgb(26 8 70 / 0.9);
}

.hover\:border-l-purple-10\/95:hover {
    border-left-color: rgb(26 8 70 / 0.95);
}

.hover\:border-l-purple-100:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-l-purple-100\/0:hover {
    border-left-color: rgb(125 41 145 / 0);
}

.hover\:border-l-purple-100\/10:hover {
    border-left-color: rgb(125 41 145 / 0.1);
}

.hover\:border-l-purple-100\/100:hover {
    border-left-color: rgb(125 41 145 / 1);
}

.hover\:border-l-purple-100\/20:hover {
    border-left-color: rgb(125 41 145 / 0.2);
}

.hover\:border-l-purple-100\/25:hover {
    border-left-color: rgb(125 41 145 / 0.25);
}

.hover\:border-l-purple-100\/30:hover {
    border-left-color: rgb(125 41 145 / 0.3);
}

.hover\:border-l-purple-100\/40:hover {
    border-left-color: rgb(125 41 145 / 0.4);
}

.hover\:border-l-purple-100\/5:hover {
    border-left-color: rgb(125 41 145 / 0.05);
}

.hover\:border-l-purple-100\/50:hover {
    border-left-color: rgb(125 41 145 / 0.5);
}

.hover\:border-l-purple-100\/60:hover {
    border-left-color: rgb(125 41 145 / 0.6);
}

.hover\:border-l-purple-100\/70:hover {
    border-left-color: rgb(125 41 145 / 0.7);
}

.hover\:border-l-purple-100\/75:hover {
    border-left-color: rgb(125 41 145 / 0.75);
}

.hover\:border-l-purple-100\/80:hover {
    border-left-color: rgb(125 41 145 / 0.8);
}

.hover\:border-l-purple-100\/90:hover {
    border-left-color: rgb(125 41 145 / 0.9);
}

.hover\:border-l-purple-100\/95:hover {
    border-left-color: rgb(125 41 145 / 0.95);
}

.hover\:border-l-purple-20:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-l-purple-20\/0:hover {
    border-left-color: rgb(40 12 78 / 0);
}

.hover\:border-l-purple-20\/10:hover {
    border-left-color: rgb(40 12 78 / 0.1);
}

.hover\:border-l-purple-20\/100:hover {
    border-left-color: rgb(40 12 78 / 1);
}

.hover\:border-l-purple-20\/20:hover {
    border-left-color: rgb(40 12 78 / 0.2);
}

.hover\:border-l-purple-20\/25:hover {
    border-left-color: rgb(40 12 78 / 0.25);
}

.hover\:border-l-purple-20\/30:hover {
    border-left-color: rgb(40 12 78 / 0.3);
}

.hover\:border-l-purple-20\/40:hover {
    border-left-color: rgb(40 12 78 / 0.4);
}

.hover\:border-l-purple-20\/5:hover {
    border-left-color: rgb(40 12 78 / 0.05);
}

.hover\:border-l-purple-20\/50:hover {
    border-left-color: rgb(40 12 78 / 0.5);
}

.hover\:border-l-purple-20\/60:hover {
    border-left-color: rgb(40 12 78 / 0.6);
}

.hover\:border-l-purple-20\/70:hover {
    border-left-color: rgb(40 12 78 / 0.7);
}

.hover\:border-l-purple-20\/75:hover {
    border-left-color: rgb(40 12 78 / 0.75);
}

.hover\:border-l-purple-20\/80:hover {
    border-left-color: rgb(40 12 78 / 0.8);
}

.hover\:border-l-purple-20\/90:hover {
    border-left-color: rgb(40 12 78 / 0.9);
}

.hover\:border-l-purple-20\/95:hover {
    border-left-color: rgb(40 12 78 / 0.95);
}

.hover\:border-l-purple-30:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-l-purple-30\/0:hover {
    border-left-color: rgb(53 15 86 / 0);
}

.hover\:border-l-purple-30\/10:hover {
    border-left-color: rgb(53 15 86 / 0.1);
}

.hover\:border-l-purple-30\/100:hover {
    border-left-color: rgb(53 15 86 / 1);
}

.hover\:border-l-purple-30\/20:hover {
    border-left-color: rgb(53 15 86 / 0.2);
}

.hover\:border-l-purple-30\/25:hover {
    border-left-color: rgb(53 15 86 / 0.25);
}

.hover\:border-l-purple-30\/30:hover {
    border-left-color: rgb(53 15 86 / 0.3);
}

.hover\:border-l-purple-30\/40:hover {
    border-left-color: rgb(53 15 86 / 0.4);
}

.hover\:border-l-purple-30\/5:hover {
    border-left-color: rgb(53 15 86 / 0.05);
}

.hover\:border-l-purple-30\/50:hover {
    border-left-color: rgb(53 15 86 / 0.5);
}

.hover\:border-l-purple-30\/60:hover {
    border-left-color: rgb(53 15 86 / 0.6);
}

.hover\:border-l-purple-30\/70:hover {
    border-left-color: rgb(53 15 86 / 0.7);
}

.hover\:border-l-purple-30\/75:hover {
    border-left-color: rgb(53 15 86 / 0.75);
}

.hover\:border-l-purple-30\/80:hover {
    border-left-color: rgb(53 15 86 / 0.8);
}

.hover\:border-l-purple-30\/90:hover {
    border-left-color: rgb(53 15 86 / 0.9);
}

.hover\:border-l-purple-30\/95:hover {
    border-left-color: rgb(53 15 86 / 0.95);
}

.hover\:border-l-purple-50:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-l-purple-50\/0:hover {
    border-left-color: rgb(79 22 102 / 0);
}

.hover\:border-l-purple-50\/10:hover {
    border-left-color: rgb(79 22 102 / 0.1);
}

.hover\:border-l-purple-50\/100:hover {
    border-left-color: rgb(79 22 102 / 1);
}

.hover\:border-l-purple-50\/20:hover {
    border-left-color: rgb(79 22 102 / 0.2);
}

.hover\:border-l-purple-50\/25:hover {
    border-left-color: rgb(79 22 102 / 0.25);
}

.hover\:border-l-purple-50\/30:hover {
    border-left-color: rgb(79 22 102 / 0.3);
}

.hover\:border-l-purple-50\/40:hover {
    border-left-color: rgb(79 22 102 / 0.4);
}

.hover\:border-l-purple-50\/5:hover {
    border-left-color: rgb(79 22 102 / 0.05);
}

.hover\:border-l-purple-50\/50:hover {
    border-left-color: rgb(79 22 102 / 0.5);
}

.hover\:border-l-purple-50\/60:hover {
    border-left-color: rgb(79 22 102 / 0.6);
}

.hover\:border-l-purple-50\/70:hover {
    border-left-color: rgb(79 22 102 / 0.7);
}

.hover\:border-l-purple-50\/75:hover {
    border-left-color: rgb(79 22 102 / 0.75);
}

.hover\:border-l-purple-50\/80:hover {
    border-left-color: rgb(79 22 102 / 0.8);
}

.hover\:border-l-purple-50\/90:hover {
    border-left-color: rgb(79 22 102 / 0.9);
}

.hover\:border-l-purple-50\/95:hover {
    border-left-color: rgb(79 22 102 / 0.95);
}

.hover\:border-l-purple-70:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-l-purple-70\/0:hover {
    border-left-color: rgb(106 29 119 / 0);
}

.hover\:border-l-purple-70\/10:hover {
    border-left-color: rgb(106 29 119 / 0.1);
}

.hover\:border-l-purple-70\/100:hover {
    border-left-color: rgb(106 29 119 / 1);
}

.hover\:border-l-purple-70\/20:hover {
    border-left-color: rgb(106 29 119 / 0.2);
}

.hover\:border-l-purple-70\/25:hover {
    border-left-color: rgb(106 29 119 / 0.25);
}

.hover\:border-l-purple-70\/30:hover {
    border-left-color: rgb(106 29 119 / 0.3);
}

.hover\:border-l-purple-70\/40:hover {
    border-left-color: rgb(106 29 119 / 0.4);
}

.hover\:border-l-purple-70\/5:hover {
    border-left-color: rgb(106 29 119 / 0.05);
}

.hover\:border-l-purple-70\/50:hover {
    border-left-color: rgb(106 29 119 / 0.5);
}

.hover\:border-l-purple-70\/60:hover {
    border-left-color: rgb(106 29 119 / 0.6);
}

.hover\:border-l-purple-70\/70:hover {
    border-left-color: rgb(106 29 119 / 0.7);
}

.hover\:border-l-purple-70\/75:hover {
    border-left-color: rgb(106 29 119 / 0.75);
}

.hover\:border-l-purple-70\/80:hover {
    border-left-color: rgb(106 29 119 / 0.8);
}

.hover\:border-l-purple-70\/90:hover {
    border-left-color: rgb(106 29 119 / 0.9);
}

.hover\:border-l-purple-70\/95:hover {
    border-left-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-left-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-left-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-l-utility-error\/0:hover {
    border-left-color: rgb(220 33 33 / 0);
}

.hover\:border-l-utility-error\/10:hover {
    border-left-color: rgb(220 33 33 / 0.1);
}

.hover\:border-l-utility-error\/100:hover {
    border-left-color: rgb(220 33 33 / 1);
}

.hover\:border-l-utility-error\/20:hover {
    border-left-color: rgb(220 33 33 / 0.2);
}

.hover\:border-l-utility-error\/25:hover {
    border-left-color: rgb(220 33 33 / 0.25);
}

.hover\:border-l-utility-error\/30:hover {
    border-left-color: rgb(220 33 33 / 0.3);
}

.hover\:border-l-utility-error\/40:hover {
    border-left-color: rgb(220 33 33 / 0.4);
}

.hover\:border-l-utility-error\/5:hover {
    border-left-color: rgb(220 33 33 / 0.05);
}

.hover\:border-l-utility-error\/50:hover {
    border-left-color: rgb(220 33 33 / 0.5);
}

.hover\:border-l-utility-error\/60:hover {
    border-left-color: rgb(220 33 33 / 0.6);
}

.hover\:border-l-utility-error\/70:hover {
    border-left-color: rgb(220 33 33 / 0.7);
}

.hover\:border-l-utility-error\/75:hover {
    border-left-color: rgb(220 33 33 / 0.75);
}

.hover\:border-l-utility-error\/80:hover {
    border-left-color: rgb(220 33 33 / 0.8);
}

.hover\:border-l-utility-error\/90:hover {
    border-left-color: rgb(220 33 33 / 0.9);
}

.hover\:border-l-utility-error\/95:hover {
    border-left-color: rgb(220 33 33 / 0.95);
}

.hover\:border-l-utility-info:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-l-utility-info\/0:hover {
    border-left-color: rgb(191 219 254 / 0);
}

.hover\:border-l-utility-info\/10:hover {
    border-left-color: rgb(191 219 254 / 0.1);
}

.hover\:border-l-utility-info\/100:hover {
    border-left-color: rgb(191 219 254 / 1);
}

.hover\:border-l-utility-info\/20:hover {
    border-left-color: rgb(191 219 254 / 0.2);
}

.hover\:border-l-utility-info\/25:hover {
    border-left-color: rgb(191 219 254 / 0.25);
}

.hover\:border-l-utility-info\/30:hover {
    border-left-color: rgb(191 219 254 / 0.3);
}

.hover\:border-l-utility-info\/40:hover {
    border-left-color: rgb(191 219 254 / 0.4);
}

.hover\:border-l-utility-info\/5:hover {
    border-left-color: rgb(191 219 254 / 0.05);
}

.hover\:border-l-utility-info\/50:hover {
    border-left-color: rgb(191 219 254 / 0.5);
}

.hover\:border-l-utility-info\/60:hover {
    border-left-color: rgb(191 219 254 / 0.6);
}

.hover\:border-l-utility-info\/70:hover {
    border-left-color: rgb(191 219 254 / 0.7);
}

.hover\:border-l-utility-info\/75:hover {
    border-left-color: rgb(191 219 254 / 0.75);
}

.hover\:border-l-utility-info\/80:hover {
    border-left-color: rgb(191 219 254 / 0.8);
}

.hover\:border-l-utility-info\/90:hover {
    border-left-color: rgb(191 219 254 / 0.9);
}

.hover\:border-l-utility-info\/95:hover {
    border-left-color: rgb(191 219 254 / 0.95);
}

.hover\:border-l-utility-success:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-l-utility-success\/0:hover {
    border-left-color: rgb(92 204 23 / 0);
}

.hover\:border-l-utility-success\/10:hover {
    border-left-color: rgb(92 204 23 / 0.1);
}

.hover\:border-l-utility-success\/100:hover {
    border-left-color: rgb(92 204 23 / 1);
}

.hover\:border-l-utility-success\/20:hover {
    border-left-color: rgb(92 204 23 / 0.2);
}

.hover\:border-l-utility-success\/25:hover {
    border-left-color: rgb(92 204 23 / 0.25);
}

.hover\:border-l-utility-success\/30:hover {
    border-left-color: rgb(92 204 23 / 0.3);
}

.hover\:border-l-utility-success\/40:hover {
    border-left-color: rgb(92 204 23 / 0.4);
}

.hover\:border-l-utility-success\/5:hover {
    border-left-color: rgb(92 204 23 / 0.05);
}

.hover\:border-l-utility-success\/50:hover {
    border-left-color: rgb(92 204 23 / 0.5);
}

.hover\:border-l-utility-success\/60:hover {
    border-left-color: rgb(92 204 23 / 0.6);
}

.hover\:border-l-utility-success\/70:hover {
    border-left-color: rgb(92 204 23 / 0.7);
}

.hover\:border-l-utility-success\/75:hover {
    border-left-color: rgb(92 204 23 / 0.75);
}

.hover\:border-l-utility-success\/80:hover {
    border-left-color: rgb(92 204 23 / 0.8);
}

.hover\:border-l-utility-success\/90:hover {
    border-left-color: rgb(92 204 23 / 0.9);
}

.hover\:border-l-utility-success\/95:hover {
    border-left-color: rgb(92 204 23 / 0.95);
}

.hover\:border-l-utility-warning:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-l-utility-warning\/0:hover {
    border-left-color: rgb(219 170 110 / 0);
}

.hover\:border-l-utility-warning\/10:hover {
    border-left-color: rgb(219 170 110 / 0.1);
}

.hover\:border-l-utility-warning\/100:hover {
    border-left-color: rgb(219 170 110 / 1);
}

.hover\:border-l-utility-warning\/20:hover {
    border-left-color: rgb(219 170 110 / 0.2);
}

.hover\:border-l-utility-warning\/25:hover {
    border-left-color: rgb(219 170 110 / 0.25);
}

.hover\:border-l-utility-warning\/30:hover {
    border-left-color: rgb(219 170 110 / 0.3);
}

.hover\:border-l-utility-warning\/40:hover {
    border-left-color: rgb(219 170 110 / 0.4);
}

.hover\:border-l-utility-warning\/5:hover {
    border-left-color: rgb(219 170 110 / 0.05);
}

.hover\:border-l-utility-warning\/50:hover {
    border-left-color: rgb(219 170 110 / 0.5);
}

.hover\:border-l-utility-warning\/60:hover {
    border-left-color: rgb(219 170 110 / 0.6);
}

.hover\:border-l-utility-warning\/70:hover {
    border-left-color: rgb(219 170 110 / 0.7);
}

.hover\:border-l-utility-warning\/75:hover {
    border-left-color: rgb(219 170 110 / 0.75);
}

.hover\:border-l-utility-warning\/80:hover {
    border-left-color: rgb(219 170 110 / 0.8);
}

.hover\:border-l-utility-warning\/90:hover {
    border-left-color: rgb(219 170 110 / 0.9);
}

.hover\:border-l-utility-warning\/95:hover {
    border-left-color: rgb(219 170 110 / 0.95);
}

.hover\:border-l-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-l-very-dark-blue\/0:hover {
    border-left-color: rgb(4 4 47 / 0);
}

.hover\:border-l-very-dark-blue\/10:hover {
    border-left-color: rgb(4 4 47 / 0.1);
}

.hover\:border-l-very-dark-blue\/100:hover {
    border-left-color: rgb(4 4 47 / 1);
}

.hover\:border-l-very-dark-blue\/20:hover {
    border-left-color: rgb(4 4 47 / 0.2);
}

.hover\:border-l-very-dark-blue\/25:hover {
    border-left-color: rgb(4 4 47 / 0.25);
}

.hover\:border-l-very-dark-blue\/30:hover {
    border-left-color: rgb(4 4 47 / 0.3);
}

.hover\:border-l-very-dark-blue\/40:hover {
    border-left-color: rgb(4 4 47 / 0.4);
}

.hover\:border-l-very-dark-blue\/5:hover {
    border-left-color: rgb(4 4 47 / 0.05);
}

.hover\:border-l-very-dark-blue\/50:hover {
    border-left-color: rgb(4 4 47 / 0.5);
}

.hover\:border-l-very-dark-blue\/60:hover {
    border-left-color: rgb(4 4 47 / 0.6);
}

.hover\:border-l-very-dark-blue\/70:hover {
    border-left-color: rgb(4 4 47 / 0.7);
}

.hover\:border-l-very-dark-blue\/75:hover {
    border-left-color: rgb(4 4 47 / 0.75);
}

.hover\:border-l-very-dark-blue\/80:hover {
    border-left-color: rgb(4 4 47 / 0.8);
}

.hover\:border-l-very-dark-blue\/90:hover {
    border-left-color: rgb(4 4 47 / 0.9);
}

.hover\:border-l-very-dark-blue\/95:hover {
    border-left-color: rgb(4 4 47 / 0.95);
}

.hover\:border-r-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-r-accent-green-dark\/0:hover {
    border-right-color: rgb(42 172 110 / 0);
}

.hover\:border-r-accent-green-dark\/10:hover {
    border-right-color: rgb(42 172 110 / 0.1);
}

.hover\:border-r-accent-green-dark\/100:hover {
    border-right-color: rgb(42 172 110 / 1);
}

.hover\:border-r-accent-green-dark\/20:hover {
    border-right-color: rgb(42 172 110 / 0.2);
}

.hover\:border-r-accent-green-dark\/25:hover {
    border-right-color: rgb(42 172 110 / 0.25);
}

.hover\:border-r-accent-green-dark\/30:hover {
    border-right-color: rgb(42 172 110 / 0.3);
}

.hover\:border-r-accent-green-dark\/40:hover {
    border-right-color: rgb(42 172 110 / 0.4);
}

.hover\:border-r-accent-green-dark\/5:hover {
    border-right-color: rgb(42 172 110 / 0.05);
}

.hover\:border-r-accent-green-dark\/50:hover {
    border-right-color: rgb(42 172 110 / 0.5);
}

.hover\:border-r-accent-green-dark\/60:hover {
    border-right-color: rgb(42 172 110 / 0.6);
}

.hover\:border-r-accent-green-dark\/70:hover {
    border-right-color: rgb(42 172 110 / 0.7);
}

.hover\:border-r-accent-green-dark\/75:hover {
    border-right-color: rgb(42 172 110 / 0.75);
}

.hover\:border-r-accent-green-dark\/80:hover {
    border-right-color: rgb(42 172 110 / 0.8);
}

.hover\:border-r-accent-green-dark\/90:hover {
    border-right-color: rgb(42 172 110 / 0.9);
}

.hover\:border-r-accent-green-dark\/95:hover {
    border-right-color: rgb(42 172 110 / 0.95);
}

.hover\:border-r-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-r-accent-green-light\/0:hover {
    border-right-color: rgb(90 226 75 / 0);
}

.hover\:border-r-accent-green-light\/10:hover {
    border-right-color: rgb(90 226 75 / 0.1);
}

.hover\:border-r-accent-green-light\/100:hover {
    border-right-color: rgb(90 226 75 / 1);
}

.hover\:border-r-accent-green-light\/20:hover {
    border-right-color: rgb(90 226 75 / 0.2);
}

.hover\:border-r-accent-green-light\/25:hover {
    border-right-color: rgb(90 226 75 / 0.25);
}

.hover\:border-r-accent-green-light\/30:hover {
    border-right-color: rgb(90 226 75 / 0.3);
}

.hover\:border-r-accent-green-light\/40:hover {
    border-right-color: rgb(90 226 75 / 0.4);
}

.hover\:border-r-accent-green-light\/5:hover {
    border-right-color: rgb(90 226 75 / 0.05);
}

.hover\:border-r-accent-green-light\/50:hover {
    border-right-color: rgb(90 226 75 / 0.5);
}

.hover\:border-r-accent-green-light\/60:hover {
    border-right-color: rgb(90 226 75 / 0.6);
}

.hover\:border-r-accent-green-light\/70:hover {
    border-right-color: rgb(90 226 75 / 0.7);
}

.hover\:border-r-accent-green-light\/75:hover {
    border-right-color: rgb(90 226 75 / 0.75);
}

.hover\:border-r-accent-green-light\/80:hover {
    border-right-color: rgb(90 226 75 / 0.8);
}

.hover\:border-r-accent-green-light\/90:hover {
    border-right-color: rgb(90 226 75 / 0.9);
}

.hover\:border-r-accent-green-light\/95:hover {
    border-right-color: rgb(90 226 75 / 0.95);
}

.hover\:border-r-accent-purple:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-r-accent-purple\/0:hover {
    border-right-color: rgb(192 69 221 / 0);
}

.hover\:border-r-accent-purple\/10:hover {
    border-right-color: rgb(192 69 221 / 0.1);
}

.hover\:border-r-accent-purple\/100:hover {
    border-right-color: rgb(192 69 221 / 1);
}

.hover\:border-r-accent-purple\/20:hover {
    border-right-color: rgb(192 69 221 / 0.2);
}

.hover\:border-r-accent-purple\/25:hover {
    border-right-color: rgb(192 69 221 / 0.25);
}

.hover\:border-r-accent-purple\/30:hover {
    border-right-color: rgb(192 69 221 / 0.3);
}

.hover\:border-r-accent-purple\/40:hover {
    border-right-color: rgb(192 69 221 / 0.4);
}

.hover\:border-r-accent-purple\/5:hover {
    border-right-color: rgb(192 69 221 / 0.05);
}

.hover\:border-r-accent-purple\/50:hover {
    border-right-color: rgb(192 69 221 / 0.5);
}

.hover\:border-r-accent-purple\/60:hover {
    border-right-color: rgb(192 69 221 / 0.6);
}

.hover\:border-r-accent-purple\/70:hover {
    border-right-color: rgb(192 69 221 / 0.7);
}

.hover\:border-r-accent-purple\/75:hover {
    border-right-color: rgb(192 69 221 / 0.75);
}

.hover\:border-r-accent-purple\/80:hover {
    border-right-color: rgb(192 69 221 / 0.8);
}

.hover\:border-r-accent-purple\/90:hover {
    border-right-color: rgb(192 69 221 / 0.9);
}

.hover\:border-r-accent-purple\/95:hover {
    border-right-color: rgb(192 69 221 / 0.95);
}

.hover\:border-r-current:hover {
    border-right-color: currentColor;
}

.hover\:border-r-gray-10:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-r-gray-10\/0:hover {
    border-right-color: rgb(36 30 81 / 0);
}

.hover\:border-r-gray-10\/10:hover {
    border-right-color: rgb(36 30 81 / 0.1);
}

.hover\:border-r-gray-10\/100:hover {
    border-right-color: rgb(36 30 81 / 1);
}

.hover\:border-r-gray-10\/20:hover {
    border-right-color: rgb(36 30 81 / 0.2);
}

.hover\:border-r-gray-10\/25:hover {
    border-right-color: rgb(36 30 81 / 0.25);
}

.hover\:border-r-gray-10\/30:hover {
    border-right-color: rgb(36 30 81 / 0.3);
}

.hover\:border-r-gray-10\/40:hover {
    border-right-color: rgb(36 30 81 / 0.4);
}

.hover\:border-r-gray-10\/5:hover {
    border-right-color: rgb(36 30 81 / 0.05);
}

.hover\:border-r-gray-10\/50:hover {
    border-right-color: rgb(36 30 81 / 0.5);
}

.hover\:border-r-gray-10\/60:hover {
    border-right-color: rgb(36 30 81 / 0.6);
}

.hover\:border-r-gray-10\/70:hover {
    border-right-color: rgb(36 30 81 / 0.7);
}

.hover\:border-r-gray-10\/75:hover {
    border-right-color: rgb(36 30 81 / 0.75);
}

.hover\:border-r-gray-10\/80:hover {
    border-right-color: rgb(36 30 81 / 0.8);
}

.hover\:border-r-gray-10\/90:hover {
    border-right-color: rgb(36 30 81 / 0.9);
}

.hover\:border-r-gray-10\/95:hover {
    border-right-color: rgb(36 30 81 / 0.95);
}

.hover\:border-r-gray-100:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-r-gray-100\/0:hover {
    border-right-color: rgb(248 251 249 / 0);
}

.hover\:border-r-gray-100\/10:hover {
    border-right-color: rgb(248 251 249 / 0.1);
}

.hover\:border-r-gray-100\/100:hover {
    border-right-color: rgb(248 251 249 / 1);
}

.hover\:border-r-gray-100\/20:hover {
    border-right-color: rgb(248 251 249 / 0.2);
}

.hover\:border-r-gray-100\/25:hover {
    border-right-color: rgb(248 251 249 / 0.25);
}

.hover\:border-r-gray-100\/30:hover {
    border-right-color: rgb(248 251 249 / 0.3);
}

.hover\:border-r-gray-100\/40:hover {
    border-right-color: rgb(248 251 249 / 0.4);
}

.hover\:border-r-gray-100\/5:hover {
    border-right-color: rgb(248 251 249 / 0.05);
}

.hover\:border-r-gray-100\/50:hover {
    border-right-color: rgb(248 251 249 / 0.5);
}

.hover\:border-r-gray-100\/60:hover {
    border-right-color: rgb(248 251 249 / 0.6);
}

.hover\:border-r-gray-100\/70:hover {
    border-right-color: rgb(248 251 249 / 0.7);
}

.hover\:border-r-gray-100\/75:hover {
    border-right-color: rgb(248 251 249 / 0.75);
}

.hover\:border-r-gray-100\/80:hover {
    border-right-color: rgb(248 251 249 / 0.8);
}

.hover\:border-r-gray-100\/90:hover {
    border-right-color: rgb(248 251 249 / 0.9);
}

.hover\:border-r-gray-100\/95:hover {
    border-right-color: rgb(248 251 249 / 0.95);
}

.hover\:border-r-gray-20:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-r-gray-20\/0:hover {
    border-right-color: rgb(60 54 99 / 0);
}

.hover\:border-r-gray-20\/10:hover {
    border-right-color: rgb(60 54 99 / 0.1);
}

.hover\:border-r-gray-20\/100:hover {
    border-right-color: rgb(60 54 99 / 1);
}

.hover\:border-r-gray-20\/20:hover {
    border-right-color: rgb(60 54 99 / 0.2);
}

.hover\:border-r-gray-20\/25:hover {
    border-right-color: rgb(60 54 99 / 0.25);
}

.hover\:border-r-gray-20\/30:hover {
    border-right-color: rgb(60 54 99 / 0.3);
}

.hover\:border-r-gray-20\/40:hover {
    border-right-color: rgb(60 54 99 / 0.4);
}

.hover\:border-r-gray-20\/5:hover {
    border-right-color: rgb(60 54 99 / 0.05);
}

.hover\:border-r-gray-20\/50:hover {
    border-right-color: rgb(60 54 99 / 0.5);
}

.hover\:border-r-gray-20\/60:hover {
    border-right-color: rgb(60 54 99 / 0.6);
}

.hover\:border-r-gray-20\/70:hover {
    border-right-color: rgb(60 54 99 / 0.7);
}

.hover\:border-r-gray-20\/75:hover {
    border-right-color: rgb(60 54 99 / 0.75);
}

.hover\:border-r-gray-20\/80:hover {
    border-right-color: rgb(60 54 99 / 0.8);
}

.hover\:border-r-gray-20\/90:hover {
    border-right-color: rgb(60 54 99 / 0.9);
}

.hover\:border-r-gray-20\/95:hover {
    border-right-color: rgb(60 54 99 / 0.95);
}

.hover\:border-r-gray-30:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-r-gray-30\/0:hover {
    border-right-color: rgb(83 79 118 / 0);
}

.hover\:border-r-gray-30\/10:hover {
    border-right-color: rgb(83 79 118 / 0.1);
}

.hover\:border-r-gray-30\/100:hover {
    border-right-color: rgb(83 79 118 / 1);
}

.hover\:border-r-gray-30\/20:hover {
    border-right-color: rgb(83 79 118 / 0.2);
}

.hover\:border-r-gray-30\/25:hover {
    border-right-color: rgb(83 79 118 / 0.25);
}

.hover\:border-r-gray-30\/30:hover {
    border-right-color: rgb(83 79 118 / 0.3);
}

.hover\:border-r-gray-30\/40:hover {
    border-right-color: rgb(83 79 118 / 0.4);
}

.hover\:border-r-gray-30\/5:hover {
    border-right-color: rgb(83 79 118 / 0.05);
}

.hover\:border-r-gray-30\/50:hover {
    border-right-color: rgb(83 79 118 / 0.5);
}

.hover\:border-r-gray-30\/60:hover {
    border-right-color: rgb(83 79 118 / 0.6);
}

.hover\:border-r-gray-30\/70:hover {
    border-right-color: rgb(83 79 118 / 0.7);
}

.hover\:border-r-gray-30\/75:hover {
    border-right-color: rgb(83 79 118 / 0.75);
}

.hover\:border-r-gray-30\/80:hover {
    border-right-color: rgb(83 79 118 / 0.8);
}

.hover\:border-r-gray-30\/90:hover {
    border-right-color: rgb(83 79 118 / 0.9);
}

.hover\:border-r-gray-30\/95:hover {
    border-right-color: rgb(83 79 118 / 0.95);
}

.hover\:border-r-gray-50:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-r-gray-50\/0:hover {
    border-right-color: rgb(130 128 155 / 0);
}

.hover\:border-r-gray-50\/10:hover {
    border-right-color: rgb(130 128 155 / 0.1);
}

.hover\:border-r-gray-50\/100:hover {
    border-right-color: rgb(130 128 155 / 1);
}

.hover\:border-r-gray-50\/20:hover {
    border-right-color: rgb(130 128 155 / 0.2);
}

.hover\:border-r-gray-50\/25:hover {
    border-right-color: rgb(130 128 155 / 0.25);
}

.hover\:border-r-gray-50\/30:hover {
    border-right-color: rgb(130 128 155 / 0.3);
}

.hover\:border-r-gray-50\/40:hover {
    border-right-color: rgb(130 128 155 / 0.4);
}

.hover\:border-r-gray-50\/5:hover {
    border-right-color: rgb(130 128 155 / 0.05);
}

.hover\:border-r-gray-50\/50:hover {
    border-right-color: rgb(130 128 155 / 0.5);
}

.hover\:border-r-gray-50\/60:hover {
    border-right-color: rgb(130 128 155 / 0.6);
}

.hover\:border-r-gray-50\/70:hover {
    border-right-color: rgb(130 128 155 / 0.7);
}

.hover\:border-r-gray-50\/75:hover {
    border-right-color: rgb(130 128 155 / 0.75);
}

.hover\:border-r-gray-50\/80:hover {
    border-right-color: rgb(130 128 155 / 0.8);
}

.hover\:border-r-gray-50\/90:hover {
    border-right-color: rgb(130 128 155 / 0.9);
}

.hover\:border-r-gray-50\/95:hover {
    border-right-color: rgb(130 128 155 / 0.95);
}

.hover\:border-r-gray-70:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-r-gray-70\/0:hover {
    border-right-color: rgb(177 177 193 / 0);
}

.hover\:border-r-gray-70\/10:hover {
    border-right-color: rgb(177 177 193 / 0.1);
}

.hover\:border-r-gray-70\/100:hover {
    border-right-color: rgb(177 177 193 / 1);
}

.hover\:border-r-gray-70\/20:hover {
    border-right-color: rgb(177 177 193 / 0.2);
}

.hover\:border-r-gray-70\/25:hover {
    border-right-color: rgb(177 177 193 / 0.25);
}

.hover\:border-r-gray-70\/30:hover {
    border-right-color: rgb(177 177 193 / 0.3);
}

.hover\:border-r-gray-70\/40:hover {
    border-right-color: rgb(177 177 193 / 0.4);
}

.hover\:border-r-gray-70\/5:hover {
    border-right-color: rgb(177 177 193 / 0.05);
}

.hover\:border-r-gray-70\/50:hover {
    border-right-color: rgb(177 177 193 / 0.5);
}

.hover\:border-r-gray-70\/60:hover {
    border-right-color: rgb(177 177 193 / 0.6);
}

.hover\:border-r-gray-70\/70:hover {
    border-right-color: rgb(177 177 193 / 0.7);
}

.hover\:border-r-gray-70\/75:hover {
    border-right-color: rgb(177 177 193 / 0.75);
}

.hover\:border-r-gray-70\/80:hover {
    border-right-color: rgb(177 177 193 / 0.8);
}

.hover\:border-r-gray-70\/90:hover {
    border-right-color: rgb(177 177 193 / 0.9);
}

.hover\:border-r-gray-70\/95:hover {
    border-right-color: rgb(177 177 193 / 0.95);
}

.hover\:border-r-green-10:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-r-green-10\/0:hover {
    border-right-color: rgb(19 28 66 / 0);
}

.hover\:border-r-green-10\/10:hover {
    border-right-color: rgb(19 28 66 / 0.1);
}

.hover\:border-r-green-10\/100:hover {
    border-right-color: rgb(19 28 66 / 1);
}

.hover\:border-r-green-10\/20:hover {
    border-right-color: rgb(19 28 66 / 0.2);
}

.hover\:border-r-green-10\/25:hover {
    border-right-color: rgb(19 28 66 / 0.25);
}

.hover\:border-r-green-10\/30:hover {
    border-right-color: rgb(19 28 66 / 0.3);
}

.hover\:border-r-green-10\/40:hover {
    border-right-color: rgb(19 28 66 / 0.4);
}

.hover\:border-r-green-10\/5:hover {
    border-right-color: rgb(19 28 66 / 0.05);
}

.hover\:border-r-green-10\/50:hover {
    border-right-color: rgb(19 28 66 / 0.5);
}

.hover\:border-r-green-10\/60:hover {
    border-right-color: rgb(19 28 66 / 0.6);
}

.hover\:border-r-green-10\/70:hover {
    border-right-color: rgb(19 28 66 / 0.7);
}

.hover\:border-r-green-10\/75:hover {
    border-right-color: rgb(19 28 66 / 0.75);
}

.hover\:border-r-green-10\/80:hover {
    border-right-color: rgb(19 28 66 / 0.8);
}

.hover\:border-r-green-10\/90:hover {
    border-right-color: rgb(19 28 66 / 0.9);
}

.hover\:border-r-green-10\/95:hover {
    border-right-color: rgb(19 28 66 / 0.95);
}

.hover\:border-r-green-100:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-r-green-100\/0:hover {
    border-right-color: rgb(90 226 75 / 0);
}

.hover\:border-r-green-100\/10:hover {
    border-right-color: rgb(90 226 75 / 0.1);
}

.hover\:border-r-green-100\/100:hover {
    border-right-color: rgb(90 226 75 / 1);
}

.hover\:border-r-green-100\/20:hover {
    border-right-color: rgb(90 226 75 / 0.2);
}

.hover\:border-r-green-100\/25:hover {
    border-right-color: rgb(90 226 75 / 0.25);
}

.hover\:border-r-green-100\/30:hover {
    border-right-color: rgb(90 226 75 / 0.3);
}

.hover\:border-r-green-100\/40:hover {
    border-right-color: rgb(90 226 75 / 0.4);
}

.hover\:border-r-green-100\/5:hover {
    border-right-color: rgb(90 226 75 / 0.05);
}

.hover\:border-r-green-100\/50:hover {
    border-right-color: rgb(90 226 75 / 0.5);
}

.hover\:border-r-green-100\/60:hover {
    border-right-color: rgb(90 226 75 / 0.6);
}

.hover\:border-r-green-100\/70:hover {
    border-right-color: rgb(90 226 75 / 0.7);
}

.hover\:border-r-green-100\/75:hover {
    border-right-color: rgb(90 226 75 / 0.75);
}

.hover\:border-r-green-100\/80:hover {
    border-right-color: rgb(90 226 75 / 0.8);
}

.hover\:border-r-green-100\/90:hover {
    border-right-color: rgb(90 226 75 / 0.9);
}

.hover\:border-r-green-100\/95:hover {
    border-right-color: rgb(90 226 75 / 0.95);
}

.hover\:border-r-green-20:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-r-green-20\/0:hover {
    border-right-color: rgb(26 52 70 / 0);
}

.hover\:border-r-green-20\/10:hover {
    border-right-color: rgb(26 52 70 / 0.1);
}

.hover\:border-r-green-20\/100:hover {
    border-right-color: rgb(26 52 70 / 1);
}

.hover\:border-r-green-20\/20:hover {
    border-right-color: rgb(26 52 70 / 0.2);
}

.hover\:border-r-green-20\/25:hover {
    border-right-color: rgb(26 52 70 / 0.25);
}

.hover\:border-r-green-20\/30:hover {
    border-right-color: rgb(26 52 70 / 0.3);
}

.hover\:border-r-green-20\/40:hover {
    border-right-color: rgb(26 52 70 / 0.4);
}

.hover\:border-r-green-20\/5:hover {
    border-right-color: rgb(26 52 70 / 0.05);
}

.hover\:border-r-green-20\/50:hover {
    border-right-color: rgb(26 52 70 / 0.5);
}

.hover\:border-r-green-20\/60:hover {
    border-right-color: rgb(26 52 70 / 0.6);
}

.hover\:border-r-green-20\/70:hover {
    border-right-color: rgb(26 52 70 / 0.7);
}

.hover\:border-r-green-20\/75:hover {
    border-right-color: rgb(26 52 70 / 0.75);
}

.hover\:border-r-green-20\/80:hover {
    border-right-color: rgb(26 52 70 / 0.8);
}

.hover\:border-r-green-20\/90:hover {
    border-right-color: rgb(26 52 70 / 0.9);
}

.hover\:border-r-green-20\/95:hover {
    border-right-color: rgb(26 52 70 / 0.95);
}

.hover\:border-r-green-30:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-r-green-30\/0:hover {
    border-right-color: rgb(32 75 75 / 0);
}

.hover\:border-r-green-30\/10:hover {
    border-right-color: rgb(32 75 75 / 0.1);
}

.hover\:border-r-green-30\/100:hover {
    border-right-color: rgb(32 75 75 / 1);
}

.hover\:border-r-green-30\/20:hover {
    border-right-color: rgb(32 75 75 / 0.2);
}

.hover\:border-r-green-30\/25:hover {
    border-right-color: rgb(32 75 75 / 0.25);
}

.hover\:border-r-green-30\/30:hover {
    border-right-color: rgb(32 75 75 / 0.3);
}

.hover\:border-r-green-30\/40:hover {
    border-right-color: rgb(32 75 75 / 0.4);
}

.hover\:border-r-green-30\/5:hover {
    border-right-color: rgb(32 75 75 / 0.05);
}

.hover\:border-r-green-30\/50:hover {
    border-right-color: rgb(32 75 75 / 0.5);
}

.hover\:border-r-green-30\/60:hover {
    border-right-color: rgb(32 75 75 / 0.6);
}

.hover\:border-r-green-30\/70:hover {
    border-right-color: rgb(32 75 75 / 0.7);
}

.hover\:border-r-green-30\/75:hover {
    border-right-color: rgb(32 75 75 / 0.75);
}

.hover\:border-r-green-30\/80:hover {
    border-right-color: rgb(32 75 75 / 0.8);
}

.hover\:border-r-green-30\/90:hover {
    border-right-color: rgb(32 75 75 / 0.9);
}

.hover\:border-r-green-30\/95:hover {
    border-right-color: rgb(32 75 75 / 0.95);
}

.hover\:border-r-green-50:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-r-green-50\/0:hover {
    border-right-color: rgb(44 121 83 / 0);
}

.hover\:border-r-green-50\/10:hover {
    border-right-color: rgb(44 121 83 / 0.1);
}

.hover\:border-r-green-50\/100:hover {
    border-right-color: rgb(44 121 83 / 1);
}

.hover\:border-r-green-50\/20:hover {
    border-right-color: rgb(44 121 83 / 0.2);
}

.hover\:border-r-green-50\/25:hover {
    border-right-color: rgb(44 121 83 / 0.25);
}

.hover\:border-r-green-50\/30:hover {
    border-right-color: rgb(44 121 83 / 0.3);
}

.hover\:border-r-green-50\/40:hover {
    border-right-color: rgb(44 121 83 / 0.4);
}

.hover\:border-r-green-50\/5:hover {
    border-right-color: rgb(44 121 83 / 0.05);
}

.hover\:border-r-green-50\/50:hover {
    border-right-color: rgb(44 121 83 / 0.5);
}

.hover\:border-r-green-50\/60:hover {
    border-right-color: rgb(44 121 83 / 0.6);
}

.hover\:border-r-green-50\/70:hover {
    border-right-color: rgb(44 121 83 / 0.7);
}

.hover\:border-r-green-50\/75:hover {
    border-right-color: rgb(44 121 83 / 0.75);
}

.hover\:border-r-green-50\/80:hover {
    border-right-color: rgb(44 121 83 / 0.8);
}

.hover\:border-r-green-50\/90:hover {
    border-right-color: rgb(44 121 83 / 0.9);
}

.hover\:border-r-green-50\/95:hover {
    border-right-color: rgb(44 121 83 / 0.95);
}

.hover\:border-r-green-70:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-r-green-70\/0:hover {
    border-right-color: rgb(57 168 91 / 0);
}

.hover\:border-r-green-70\/10:hover {
    border-right-color: rgb(57 168 91 / 0.1);
}

.hover\:border-r-green-70\/100:hover {
    border-right-color: rgb(57 168 91 / 1);
}

.hover\:border-r-green-70\/20:hover {
    border-right-color: rgb(57 168 91 / 0.2);
}

.hover\:border-r-green-70\/25:hover {
    border-right-color: rgb(57 168 91 / 0.25);
}

.hover\:border-r-green-70\/30:hover {
    border-right-color: rgb(57 168 91 / 0.3);
}

.hover\:border-r-green-70\/40:hover {
    border-right-color: rgb(57 168 91 / 0.4);
}

.hover\:border-r-green-70\/5:hover {
    border-right-color: rgb(57 168 91 / 0.05);
}

.hover\:border-r-green-70\/50:hover {
    border-right-color: rgb(57 168 91 / 0.5);
}

.hover\:border-r-green-70\/60:hover {
    border-right-color: rgb(57 168 91 / 0.6);
}

.hover\:border-r-green-70\/70:hover {
    border-right-color: rgb(57 168 91 / 0.7);
}

.hover\:border-r-green-70\/75:hover {
    border-right-color: rgb(57 168 91 / 0.75);
}

.hover\:border-r-green-70\/80:hover {
    border-right-color: rgb(57 168 91 / 0.8);
}

.hover\:border-r-green-70\/90:hover {
    border-right-color: rgb(57 168 91 / 0.9);
}

.hover\:border-r-green-70\/95:hover {
    border-right-color: rgb(57 168 91 / 0.95);
}

.hover\:border-r-purple-10:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-r-purple-10\/0:hover {
    border-right-color: rgb(26 8 70 / 0);
}

.hover\:border-r-purple-10\/10:hover {
    border-right-color: rgb(26 8 70 / 0.1);
}

.hover\:border-r-purple-10\/100:hover {
    border-right-color: rgb(26 8 70 / 1);
}

.hover\:border-r-purple-10\/20:hover {
    border-right-color: rgb(26 8 70 / 0.2);
}

.hover\:border-r-purple-10\/25:hover {
    border-right-color: rgb(26 8 70 / 0.25);
}

.hover\:border-r-purple-10\/30:hover {
    border-right-color: rgb(26 8 70 / 0.3);
}

.hover\:border-r-purple-10\/40:hover {
    border-right-color: rgb(26 8 70 / 0.4);
}

.hover\:border-r-purple-10\/5:hover {
    border-right-color: rgb(26 8 70 / 0.05);
}

.hover\:border-r-purple-10\/50:hover {
    border-right-color: rgb(26 8 70 / 0.5);
}

.hover\:border-r-purple-10\/60:hover {
    border-right-color: rgb(26 8 70 / 0.6);
}

.hover\:border-r-purple-10\/70:hover {
    border-right-color: rgb(26 8 70 / 0.7);
}

.hover\:border-r-purple-10\/75:hover {
    border-right-color: rgb(26 8 70 / 0.75);
}

.hover\:border-r-purple-10\/80:hover {
    border-right-color: rgb(26 8 70 / 0.8);
}

.hover\:border-r-purple-10\/90:hover {
    border-right-color: rgb(26 8 70 / 0.9);
}

.hover\:border-r-purple-10\/95:hover {
    border-right-color: rgb(26 8 70 / 0.95);
}

.hover\:border-r-purple-100:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-r-purple-100\/0:hover {
    border-right-color: rgb(125 41 145 / 0);
}

.hover\:border-r-purple-100\/10:hover {
    border-right-color: rgb(125 41 145 / 0.1);
}

.hover\:border-r-purple-100\/100:hover {
    border-right-color: rgb(125 41 145 / 1);
}

.hover\:border-r-purple-100\/20:hover {
    border-right-color: rgb(125 41 145 / 0.2);
}

.hover\:border-r-purple-100\/25:hover {
    border-right-color: rgb(125 41 145 / 0.25);
}

.hover\:border-r-purple-100\/30:hover {
    border-right-color: rgb(125 41 145 / 0.3);
}

.hover\:border-r-purple-100\/40:hover {
    border-right-color: rgb(125 41 145 / 0.4);
}

.hover\:border-r-purple-100\/5:hover {
    border-right-color: rgb(125 41 145 / 0.05);
}

.hover\:border-r-purple-100\/50:hover {
    border-right-color: rgb(125 41 145 / 0.5);
}

.hover\:border-r-purple-100\/60:hover {
    border-right-color: rgb(125 41 145 / 0.6);
}

.hover\:border-r-purple-100\/70:hover {
    border-right-color: rgb(125 41 145 / 0.7);
}

.hover\:border-r-purple-100\/75:hover {
    border-right-color: rgb(125 41 145 / 0.75);
}

.hover\:border-r-purple-100\/80:hover {
    border-right-color: rgb(125 41 145 / 0.8);
}

.hover\:border-r-purple-100\/90:hover {
    border-right-color: rgb(125 41 145 / 0.9);
}

.hover\:border-r-purple-100\/95:hover {
    border-right-color: rgb(125 41 145 / 0.95);
}

.hover\:border-r-purple-20:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-r-purple-20\/0:hover {
    border-right-color: rgb(40 12 78 / 0);
}

.hover\:border-r-purple-20\/10:hover {
    border-right-color: rgb(40 12 78 / 0.1);
}

.hover\:border-r-purple-20\/100:hover {
    border-right-color: rgb(40 12 78 / 1);
}

.hover\:border-r-purple-20\/20:hover {
    border-right-color: rgb(40 12 78 / 0.2);
}

.hover\:border-r-purple-20\/25:hover {
    border-right-color: rgb(40 12 78 / 0.25);
}

.hover\:border-r-purple-20\/30:hover {
    border-right-color: rgb(40 12 78 / 0.3);
}

.hover\:border-r-purple-20\/40:hover {
    border-right-color: rgb(40 12 78 / 0.4);
}

.hover\:border-r-purple-20\/5:hover {
    border-right-color: rgb(40 12 78 / 0.05);
}

.hover\:border-r-purple-20\/50:hover {
    border-right-color: rgb(40 12 78 / 0.5);
}

.hover\:border-r-purple-20\/60:hover {
    border-right-color: rgb(40 12 78 / 0.6);
}

.hover\:border-r-purple-20\/70:hover {
    border-right-color: rgb(40 12 78 / 0.7);
}

.hover\:border-r-purple-20\/75:hover {
    border-right-color: rgb(40 12 78 / 0.75);
}

.hover\:border-r-purple-20\/80:hover {
    border-right-color: rgb(40 12 78 / 0.8);
}

.hover\:border-r-purple-20\/90:hover {
    border-right-color: rgb(40 12 78 / 0.9);
}

.hover\:border-r-purple-20\/95:hover {
    border-right-color: rgb(40 12 78 / 0.95);
}

.hover\:border-r-purple-30:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-r-purple-30\/0:hover {
    border-right-color: rgb(53 15 86 / 0);
}

.hover\:border-r-purple-30\/10:hover {
    border-right-color: rgb(53 15 86 / 0.1);
}

.hover\:border-r-purple-30\/100:hover {
    border-right-color: rgb(53 15 86 / 1);
}

.hover\:border-r-purple-30\/20:hover {
    border-right-color: rgb(53 15 86 / 0.2);
}

.hover\:border-r-purple-30\/25:hover {
    border-right-color: rgb(53 15 86 / 0.25);
}

.hover\:border-r-purple-30\/30:hover {
    border-right-color: rgb(53 15 86 / 0.3);
}

.hover\:border-r-purple-30\/40:hover {
    border-right-color: rgb(53 15 86 / 0.4);
}

.hover\:border-r-purple-30\/5:hover {
    border-right-color: rgb(53 15 86 / 0.05);
}

.hover\:border-r-purple-30\/50:hover {
    border-right-color: rgb(53 15 86 / 0.5);
}

.hover\:border-r-purple-30\/60:hover {
    border-right-color: rgb(53 15 86 / 0.6);
}

.hover\:border-r-purple-30\/70:hover {
    border-right-color: rgb(53 15 86 / 0.7);
}

.hover\:border-r-purple-30\/75:hover {
    border-right-color: rgb(53 15 86 / 0.75);
}

.hover\:border-r-purple-30\/80:hover {
    border-right-color: rgb(53 15 86 / 0.8);
}

.hover\:border-r-purple-30\/90:hover {
    border-right-color: rgb(53 15 86 / 0.9);
}

.hover\:border-r-purple-30\/95:hover {
    border-right-color: rgb(53 15 86 / 0.95);
}

.hover\:border-r-purple-50:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-r-purple-50\/0:hover {
    border-right-color: rgb(79 22 102 / 0);
}

.hover\:border-r-purple-50\/10:hover {
    border-right-color: rgb(79 22 102 / 0.1);
}

.hover\:border-r-purple-50\/100:hover {
    border-right-color: rgb(79 22 102 / 1);
}

.hover\:border-r-purple-50\/20:hover {
    border-right-color: rgb(79 22 102 / 0.2);
}

.hover\:border-r-purple-50\/25:hover {
    border-right-color: rgb(79 22 102 / 0.25);
}

.hover\:border-r-purple-50\/30:hover {
    border-right-color: rgb(79 22 102 / 0.3);
}

.hover\:border-r-purple-50\/40:hover {
    border-right-color: rgb(79 22 102 / 0.4);
}

.hover\:border-r-purple-50\/5:hover {
    border-right-color: rgb(79 22 102 / 0.05);
}

.hover\:border-r-purple-50\/50:hover {
    border-right-color: rgb(79 22 102 / 0.5);
}

.hover\:border-r-purple-50\/60:hover {
    border-right-color: rgb(79 22 102 / 0.6);
}

.hover\:border-r-purple-50\/70:hover {
    border-right-color: rgb(79 22 102 / 0.7);
}

.hover\:border-r-purple-50\/75:hover {
    border-right-color: rgb(79 22 102 / 0.75);
}

.hover\:border-r-purple-50\/80:hover {
    border-right-color: rgb(79 22 102 / 0.8);
}

.hover\:border-r-purple-50\/90:hover {
    border-right-color: rgb(79 22 102 / 0.9);
}

.hover\:border-r-purple-50\/95:hover {
    border-right-color: rgb(79 22 102 / 0.95);
}

.hover\:border-r-purple-70:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-r-purple-70\/0:hover {
    border-right-color: rgb(106 29 119 / 0);
}

.hover\:border-r-purple-70\/10:hover {
    border-right-color: rgb(106 29 119 / 0.1);
}

.hover\:border-r-purple-70\/100:hover {
    border-right-color: rgb(106 29 119 / 1);
}

.hover\:border-r-purple-70\/20:hover {
    border-right-color: rgb(106 29 119 / 0.2);
}

.hover\:border-r-purple-70\/25:hover {
    border-right-color: rgb(106 29 119 / 0.25);
}

.hover\:border-r-purple-70\/30:hover {
    border-right-color: rgb(106 29 119 / 0.3);
}

.hover\:border-r-purple-70\/40:hover {
    border-right-color: rgb(106 29 119 / 0.4);
}

.hover\:border-r-purple-70\/5:hover {
    border-right-color: rgb(106 29 119 / 0.05);
}

.hover\:border-r-purple-70\/50:hover {
    border-right-color: rgb(106 29 119 / 0.5);
}

.hover\:border-r-purple-70\/60:hover {
    border-right-color: rgb(106 29 119 / 0.6);
}

.hover\:border-r-purple-70\/70:hover {
    border-right-color: rgb(106 29 119 / 0.7);
}

.hover\:border-r-purple-70\/75:hover {
    border-right-color: rgb(106 29 119 / 0.75);
}

.hover\:border-r-purple-70\/80:hover {
    border-right-color: rgb(106 29 119 / 0.8);
}

.hover\:border-r-purple-70\/90:hover {
    border-right-color: rgb(106 29 119 / 0.9);
}

.hover\:border-r-purple-70\/95:hover {
    border-right-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-r-utility-error\/0:hover {
    border-right-color: rgb(220 33 33 / 0);
}

.hover\:border-r-utility-error\/10:hover {
    border-right-color: rgb(220 33 33 / 0.1);
}

.hover\:border-r-utility-error\/100:hover {
    border-right-color: rgb(220 33 33 / 1);
}

.hover\:border-r-utility-error\/20:hover {
    border-right-color: rgb(220 33 33 / 0.2);
}

.hover\:border-r-utility-error\/25:hover {
    border-right-color: rgb(220 33 33 / 0.25);
}

.hover\:border-r-utility-error\/30:hover {
    border-right-color: rgb(220 33 33 / 0.3);
}

.hover\:border-r-utility-error\/40:hover {
    border-right-color: rgb(220 33 33 / 0.4);
}

.hover\:border-r-utility-error\/5:hover {
    border-right-color: rgb(220 33 33 / 0.05);
}

.hover\:border-r-utility-error\/50:hover {
    border-right-color: rgb(220 33 33 / 0.5);
}

.hover\:border-r-utility-error\/60:hover {
    border-right-color: rgb(220 33 33 / 0.6);
}

.hover\:border-r-utility-error\/70:hover {
    border-right-color: rgb(220 33 33 / 0.7);
}

.hover\:border-r-utility-error\/75:hover {
    border-right-color: rgb(220 33 33 / 0.75);
}

.hover\:border-r-utility-error\/80:hover {
    border-right-color: rgb(220 33 33 / 0.8);
}

.hover\:border-r-utility-error\/90:hover {
    border-right-color: rgb(220 33 33 / 0.9);
}

.hover\:border-r-utility-error\/95:hover {
    border-right-color: rgb(220 33 33 / 0.95);
}

.hover\:border-r-utility-info:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-r-utility-info\/0:hover {
    border-right-color: rgb(191 219 254 / 0);
}

.hover\:border-r-utility-info\/10:hover {
    border-right-color: rgb(191 219 254 / 0.1);
}

.hover\:border-r-utility-info\/100:hover {
    border-right-color: rgb(191 219 254 / 1);
}

.hover\:border-r-utility-info\/20:hover {
    border-right-color: rgb(191 219 254 / 0.2);
}

.hover\:border-r-utility-info\/25:hover {
    border-right-color: rgb(191 219 254 / 0.25);
}

.hover\:border-r-utility-info\/30:hover {
    border-right-color: rgb(191 219 254 / 0.3);
}

.hover\:border-r-utility-info\/40:hover {
    border-right-color: rgb(191 219 254 / 0.4);
}

.hover\:border-r-utility-info\/5:hover {
    border-right-color: rgb(191 219 254 / 0.05);
}

.hover\:border-r-utility-info\/50:hover {
    border-right-color: rgb(191 219 254 / 0.5);
}

.hover\:border-r-utility-info\/60:hover {
    border-right-color: rgb(191 219 254 / 0.6);
}

.hover\:border-r-utility-info\/70:hover {
    border-right-color: rgb(191 219 254 / 0.7);
}

.hover\:border-r-utility-info\/75:hover {
    border-right-color: rgb(191 219 254 / 0.75);
}

.hover\:border-r-utility-info\/80:hover {
    border-right-color: rgb(191 219 254 / 0.8);
}

.hover\:border-r-utility-info\/90:hover {
    border-right-color: rgb(191 219 254 / 0.9);
}

.hover\:border-r-utility-info\/95:hover {
    border-right-color: rgb(191 219 254 / 0.95);
}

.hover\:border-r-utility-success:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-r-utility-success\/0:hover {
    border-right-color: rgb(92 204 23 / 0);
}

.hover\:border-r-utility-success\/10:hover {
    border-right-color: rgb(92 204 23 / 0.1);
}

.hover\:border-r-utility-success\/100:hover {
    border-right-color: rgb(92 204 23 / 1);
}

.hover\:border-r-utility-success\/20:hover {
    border-right-color: rgb(92 204 23 / 0.2);
}

.hover\:border-r-utility-success\/25:hover {
    border-right-color: rgb(92 204 23 / 0.25);
}

.hover\:border-r-utility-success\/30:hover {
    border-right-color: rgb(92 204 23 / 0.3);
}

.hover\:border-r-utility-success\/40:hover {
    border-right-color: rgb(92 204 23 / 0.4);
}

.hover\:border-r-utility-success\/5:hover {
    border-right-color: rgb(92 204 23 / 0.05);
}

.hover\:border-r-utility-success\/50:hover {
    border-right-color: rgb(92 204 23 / 0.5);
}

.hover\:border-r-utility-success\/60:hover {
    border-right-color: rgb(92 204 23 / 0.6);
}

.hover\:border-r-utility-success\/70:hover {
    border-right-color: rgb(92 204 23 / 0.7);
}

.hover\:border-r-utility-success\/75:hover {
    border-right-color: rgb(92 204 23 / 0.75);
}

.hover\:border-r-utility-success\/80:hover {
    border-right-color: rgb(92 204 23 / 0.8);
}

.hover\:border-r-utility-success\/90:hover {
    border-right-color: rgb(92 204 23 / 0.9);
}

.hover\:border-r-utility-success\/95:hover {
    border-right-color: rgb(92 204 23 / 0.95);
}

.hover\:border-r-utility-warning:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-r-utility-warning\/0:hover {
    border-right-color: rgb(219 170 110 / 0);
}

.hover\:border-r-utility-warning\/10:hover {
    border-right-color: rgb(219 170 110 / 0.1);
}

.hover\:border-r-utility-warning\/100:hover {
    border-right-color: rgb(219 170 110 / 1);
}

.hover\:border-r-utility-warning\/20:hover {
    border-right-color: rgb(219 170 110 / 0.2);
}

.hover\:border-r-utility-warning\/25:hover {
    border-right-color: rgb(219 170 110 / 0.25);
}

.hover\:border-r-utility-warning\/30:hover {
    border-right-color: rgb(219 170 110 / 0.3);
}

.hover\:border-r-utility-warning\/40:hover {
    border-right-color: rgb(219 170 110 / 0.4);
}

.hover\:border-r-utility-warning\/5:hover {
    border-right-color: rgb(219 170 110 / 0.05);
}

.hover\:border-r-utility-warning\/50:hover {
    border-right-color: rgb(219 170 110 / 0.5);
}

.hover\:border-r-utility-warning\/60:hover {
    border-right-color: rgb(219 170 110 / 0.6);
}

.hover\:border-r-utility-warning\/70:hover {
    border-right-color: rgb(219 170 110 / 0.7);
}

.hover\:border-r-utility-warning\/75:hover {
    border-right-color: rgb(219 170 110 / 0.75);
}

.hover\:border-r-utility-warning\/80:hover {
    border-right-color: rgb(219 170 110 / 0.8);
}

.hover\:border-r-utility-warning\/90:hover {
    border-right-color: rgb(219 170 110 / 0.9);
}

.hover\:border-r-utility-warning\/95:hover {
    border-right-color: rgb(219 170 110 / 0.95);
}

.hover\:border-r-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-r-very-dark-blue\/0:hover {
    border-right-color: rgb(4 4 47 / 0);
}

.hover\:border-r-very-dark-blue\/10:hover {
    border-right-color: rgb(4 4 47 / 0.1);
}

.hover\:border-r-very-dark-blue\/100:hover {
    border-right-color: rgb(4 4 47 / 1);
}

.hover\:border-r-very-dark-blue\/20:hover {
    border-right-color: rgb(4 4 47 / 0.2);
}

.hover\:border-r-very-dark-blue\/25:hover {
    border-right-color: rgb(4 4 47 / 0.25);
}

.hover\:border-r-very-dark-blue\/30:hover {
    border-right-color: rgb(4 4 47 / 0.3);
}

.hover\:border-r-very-dark-blue\/40:hover {
    border-right-color: rgb(4 4 47 / 0.4);
}

.hover\:border-r-very-dark-blue\/5:hover {
    border-right-color: rgb(4 4 47 / 0.05);
}

.hover\:border-r-very-dark-blue\/50:hover {
    border-right-color: rgb(4 4 47 / 0.5);
}

.hover\:border-r-very-dark-blue\/60:hover {
    border-right-color: rgb(4 4 47 / 0.6);
}

.hover\:border-r-very-dark-blue\/70:hover {
    border-right-color: rgb(4 4 47 / 0.7);
}

.hover\:border-r-very-dark-blue\/75:hover {
    border-right-color: rgb(4 4 47 / 0.75);
}

.hover\:border-r-very-dark-blue\/80:hover {
    border-right-color: rgb(4 4 47 / 0.8);
}

.hover\:border-r-very-dark-blue\/90:hover {
    border-right-color: rgb(4 4 47 / 0.9);
}

.hover\:border-r-very-dark-blue\/95:hover {
    border-right-color: rgb(4 4 47 / 0.95);
}

.hover\:border-s-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-s-accent-green-dark\/0:hover {
    border-inline-start-color: rgb(42 172 110 / 0);
}

.hover\:border-s-accent-green-dark\/10:hover {
    border-inline-start-color: rgb(42 172 110 / 0.1);
}

.hover\:border-s-accent-green-dark\/100:hover {
    border-inline-start-color: rgb(42 172 110 / 1);
}

.hover\:border-s-accent-green-dark\/20:hover {
    border-inline-start-color: rgb(42 172 110 / 0.2);
}

.hover\:border-s-accent-green-dark\/25:hover {
    border-inline-start-color: rgb(42 172 110 / 0.25);
}

.hover\:border-s-accent-green-dark\/30:hover {
    border-inline-start-color: rgb(42 172 110 / 0.3);
}

.hover\:border-s-accent-green-dark\/40:hover {
    border-inline-start-color: rgb(42 172 110 / 0.4);
}

.hover\:border-s-accent-green-dark\/5:hover {
    border-inline-start-color: rgb(42 172 110 / 0.05);
}

.hover\:border-s-accent-green-dark\/50:hover {
    border-inline-start-color: rgb(42 172 110 / 0.5);
}

.hover\:border-s-accent-green-dark\/60:hover {
    border-inline-start-color: rgb(42 172 110 / 0.6);
}

.hover\:border-s-accent-green-dark\/70:hover {
    border-inline-start-color: rgb(42 172 110 / 0.7);
}

.hover\:border-s-accent-green-dark\/75:hover {
    border-inline-start-color: rgb(42 172 110 / 0.75);
}

.hover\:border-s-accent-green-dark\/80:hover {
    border-inline-start-color: rgb(42 172 110 / 0.8);
}

.hover\:border-s-accent-green-dark\/90:hover {
    border-inline-start-color: rgb(42 172 110 / 0.9);
}

.hover\:border-s-accent-green-dark\/95:hover {
    border-inline-start-color: rgb(42 172 110 / 0.95);
}

.hover\:border-s-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-s-accent-green-light\/0:hover {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.hover\:border-s-accent-green-light\/10:hover {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.hover\:border-s-accent-green-light\/100:hover {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.hover\:border-s-accent-green-light\/20:hover {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.hover\:border-s-accent-green-light\/25:hover {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.hover\:border-s-accent-green-light\/30:hover {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.hover\:border-s-accent-green-light\/40:hover {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.hover\:border-s-accent-green-light\/5:hover {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.hover\:border-s-accent-green-light\/50:hover {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.hover\:border-s-accent-green-light\/60:hover {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.hover\:border-s-accent-green-light\/70:hover {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.hover\:border-s-accent-green-light\/75:hover {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.hover\:border-s-accent-green-light\/80:hover {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.hover\:border-s-accent-green-light\/90:hover {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.hover\:border-s-accent-green-light\/95:hover {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.hover\:border-s-accent-purple:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-s-accent-purple\/0:hover {
    border-inline-start-color: rgb(192 69 221 / 0);
}

.hover\:border-s-accent-purple\/10:hover {
    border-inline-start-color: rgb(192 69 221 / 0.1);
}

.hover\:border-s-accent-purple\/100:hover {
    border-inline-start-color: rgb(192 69 221 / 1);
}

.hover\:border-s-accent-purple\/20:hover {
    border-inline-start-color: rgb(192 69 221 / 0.2);
}

.hover\:border-s-accent-purple\/25:hover {
    border-inline-start-color: rgb(192 69 221 / 0.25);
}

.hover\:border-s-accent-purple\/30:hover {
    border-inline-start-color: rgb(192 69 221 / 0.3);
}

.hover\:border-s-accent-purple\/40:hover {
    border-inline-start-color: rgb(192 69 221 / 0.4);
}

.hover\:border-s-accent-purple\/5:hover {
    border-inline-start-color: rgb(192 69 221 / 0.05);
}

.hover\:border-s-accent-purple\/50:hover {
    border-inline-start-color: rgb(192 69 221 / 0.5);
}

.hover\:border-s-accent-purple\/60:hover {
    border-inline-start-color: rgb(192 69 221 / 0.6);
}

.hover\:border-s-accent-purple\/70:hover {
    border-inline-start-color: rgb(192 69 221 / 0.7);
}

.hover\:border-s-accent-purple\/75:hover {
    border-inline-start-color: rgb(192 69 221 / 0.75);
}

.hover\:border-s-accent-purple\/80:hover {
    border-inline-start-color: rgb(192 69 221 / 0.8);
}

.hover\:border-s-accent-purple\/90:hover {
    border-inline-start-color: rgb(192 69 221 / 0.9);
}

.hover\:border-s-accent-purple\/95:hover {
    border-inline-start-color: rgb(192 69 221 / 0.95);
}

.hover\:border-s-current:hover {
    border-inline-start-color: currentColor;
}

.hover\:border-s-gray-10:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-s-gray-10\/0:hover {
    border-inline-start-color: rgb(36 30 81 / 0);
}

.hover\:border-s-gray-10\/10:hover {
    border-inline-start-color: rgb(36 30 81 / 0.1);
}

.hover\:border-s-gray-10\/100:hover {
    border-inline-start-color: rgb(36 30 81 / 1);
}

.hover\:border-s-gray-10\/20:hover {
    border-inline-start-color: rgb(36 30 81 / 0.2);
}

.hover\:border-s-gray-10\/25:hover {
    border-inline-start-color: rgb(36 30 81 / 0.25);
}

.hover\:border-s-gray-10\/30:hover {
    border-inline-start-color: rgb(36 30 81 / 0.3);
}

.hover\:border-s-gray-10\/40:hover {
    border-inline-start-color: rgb(36 30 81 / 0.4);
}

.hover\:border-s-gray-10\/5:hover {
    border-inline-start-color: rgb(36 30 81 / 0.05);
}

.hover\:border-s-gray-10\/50:hover {
    border-inline-start-color: rgb(36 30 81 / 0.5);
}

.hover\:border-s-gray-10\/60:hover {
    border-inline-start-color: rgb(36 30 81 / 0.6);
}

.hover\:border-s-gray-10\/70:hover {
    border-inline-start-color: rgb(36 30 81 / 0.7);
}

.hover\:border-s-gray-10\/75:hover {
    border-inline-start-color: rgb(36 30 81 / 0.75);
}

.hover\:border-s-gray-10\/80:hover {
    border-inline-start-color: rgb(36 30 81 / 0.8);
}

.hover\:border-s-gray-10\/90:hover {
    border-inline-start-color: rgb(36 30 81 / 0.9);
}

.hover\:border-s-gray-10\/95:hover {
    border-inline-start-color: rgb(36 30 81 / 0.95);
}

.hover\:border-s-gray-100:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-s-gray-100\/0:hover {
    border-inline-start-color: rgb(248 251 249 / 0);
}

.hover\:border-s-gray-100\/10:hover {
    border-inline-start-color: rgb(248 251 249 / 0.1);
}

.hover\:border-s-gray-100\/100:hover {
    border-inline-start-color: rgb(248 251 249 / 1);
}

.hover\:border-s-gray-100\/20:hover {
    border-inline-start-color: rgb(248 251 249 / 0.2);
}

.hover\:border-s-gray-100\/25:hover {
    border-inline-start-color: rgb(248 251 249 / 0.25);
}

.hover\:border-s-gray-100\/30:hover {
    border-inline-start-color: rgb(248 251 249 / 0.3);
}

.hover\:border-s-gray-100\/40:hover {
    border-inline-start-color: rgb(248 251 249 / 0.4);
}

.hover\:border-s-gray-100\/5:hover {
    border-inline-start-color: rgb(248 251 249 / 0.05);
}

.hover\:border-s-gray-100\/50:hover {
    border-inline-start-color: rgb(248 251 249 / 0.5);
}

.hover\:border-s-gray-100\/60:hover {
    border-inline-start-color: rgb(248 251 249 / 0.6);
}

.hover\:border-s-gray-100\/70:hover {
    border-inline-start-color: rgb(248 251 249 / 0.7);
}

.hover\:border-s-gray-100\/75:hover {
    border-inline-start-color: rgb(248 251 249 / 0.75);
}

.hover\:border-s-gray-100\/80:hover {
    border-inline-start-color: rgb(248 251 249 / 0.8);
}

.hover\:border-s-gray-100\/90:hover {
    border-inline-start-color: rgb(248 251 249 / 0.9);
}

.hover\:border-s-gray-100\/95:hover {
    border-inline-start-color: rgb(248 251 249 / 0.95);
}

.hover\:border-s-gray-20:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-s-gray-20\/0:hover {
    border-inline-start-color: rgb(60 54 99 / 0);
}

.hover\:border-s-gray-20\/10:hover {
    border-inline-start-color: rgb(60 54 99 / 0.1);
}

.hover\:border-s-gray-20\/100:hover {
    border-inline-start-color: rgb(60 54 99 / 1);
}

.hover\:border-s-gray-20\/20:hover {
    border-inline-start-color: rgb(60 54 99 / 0.2);
}

.hover\:border-s-gray-20\/25:hover {
    border-inline-start-color: rgb(60 54 99 / 0.25);
}

.hover\:border-s-gray-20\/30:hover {
    border-inline-start-color: rgb(60 54 99 / 0.3);
}

.hover\:border-s-gray-20\/40:hover {
    border-inline-start-color: rgb(60 54 99 / 0.4);
}

.hover\:border-s-gray-20\/5:hover {
    border-inline-start-color: rgb(60 54 99 / 0.05);
}

.hover\:border-s-gray-20\/50:hover {
    border-inline-start-color: rgb(60 54 99 / 0.5);
}

.hover\:border-s-gray-20\/60:hover {
    border-inline-start-color: rgb(60 54 99 / 0.6);
}

.hover\:border-s-gray-20\/70:hover {
    border-inline-start-color: rgb(60 54 99 / 0.7);
}

.hover\:border-s-gray-20\/75:hover {
    border-inline-start-color: rgb(60 54 99 / 0.75);
}

.hover\:border-s-gray-20\/80:hover {
    border-inline-start-color: rgb(60 54 99 / 0.8);
}

.hover\:border-s-gray-20\/90:hover {
    border-inline-start-color: rgb(60 54 99 / 0.9);
}

.hover\:border-s-gray-20\/95:hover {
    border-inline-start-color: rgb(60 54 99 / 0.95);
}

.hover\:border-s-gray-30:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-s-gray-30\/0:hover {
    border-inline-start-color: rgb(83 79 118 / 0);
}

.hover\:border-s-gray-30\/10:hover {
    border-inline-start-color: rgb(83 79 118 / 0.1);
}

.hover\:border-s-gray-30\/100:hover {
    border-inline-start-color: rgb(83 79 118 / 1);
}

.hover\:border-s-gray-30\/20:hover {
    border-inline-start-color: rgb(83 79 118 / 0.2);
}

.hover\:border-s-gray-30\/25:hover {
    border-inline-start-color: rgb(83 79 118 / 0.25);
}

.hover\:border-s-gray-30\/30:hover {
    border-inline-start-color: rgb(83 79 118 / 0.3);
}

.hover\:border-s-gray-30\/40:hover {
    border-inline-start-color: rgb(83 79 118 / 0.4);
}

.hover\:border-s-gray-30\/5:hover {
    border-inline-start-color: rgb(83 79 118 / 0.05);
}

.hover\:border-s-gray-30\/50:hover {
    border-inline-start-color: rgb(83 79 118 / 0.5);
}

.hover\:border-s-gray-30\/60:hover {
    border-inline-start-color: rgb(83 79 118 / 0.6);
}

.hover\:border-s-gray-30\/70:hover {
    border-inline-start-color: rgb(83 79 118 / 0.7);
}

.hover\:border-s-gray-30\/75:hover {
    border-inline-start-color: rgb(83 79 118 / 0.75);
}

.hover\:border-s-gray-30\/80:hover {
    border-inline-start-color: rgb(83 79 118 / 0.8);
}

.hover\:border-s-gray-30\/90:hover {
    border-inline-start-color: rgb(83 79 118 / 0.9);
}

.hover\:border-s-gray-30\/95:hover {
    border-inline-start-color: rgb(83 79 118 / 0.95);
}

.hover\:border-s-gray-50:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-s-gray-50\/0:hover {
    border-inline-start-color: rgb(130 128 155 / 0);
}

.hover\:border-s-gray-50\/10:hover {
    border-inline-start-color: rgb(130 128 155 / 0.1);
}

.hover\:border-s-gray-50\/100:hover {
    border-inline-start-color: rgb(130 128 155 / 1);
}

.hover\:border-s-gray-50\/20:hover {
    border-inline-start-color: rgb(130 128 155 / 0.2);
}

.hover\:border-s-gray-50\/25:hover {
    border-inline-start-color: rgb(130 128 155 / 0.25);
}

.hover\:border-s-gray-50\/30:hover {
    border-inline-start-color: rgb(130 128 155 / 0.3);
}

.hover\:border-s-gray-50\/40:hover {
    border-inline-start-color: rgb(130 128 155 / 0.4);
}

.hover\:border-s-gray-50\/5:hover {
    border-inline-start-color: rgb(130 128 155 / 0.05);
}

.hover\:border-s-gray-50\/50:hover {
    border-inline-start-color: rgb(130 128 155 / 0.5);
}

.hover\:border-s-gray-50\/60:hover {
    border-inline-start-color: rgb(130 128 155 / 0.6);
}

.hover\:border-s-gray-50\/70:hover {
    border-inline-start-color: rgb(130 128 155 / 0.7);
}

.hover\:border-s-gray-50\/75:hover {
    border-inline-start-color: rgb(130 128 155 / 0.75);
}

.hover\:border-s-gray-50\/80:hover {
    border-inline-start-color: rgb(130 128 155 / 0.8);
}

.hover\:border-s-gray-50\/90:hover {
    border-inline-start-color: rgb(130 128 155 / 0.9);
}

.hover\:border-s-gray-50\/95:hover {
    border-inline-start-color: rgb(130 128 155 / 0.95);
}

.hover\:border-s-gray-70:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-s-gray-70\/0:hover {
    border-inline-start-color: rgb(177 177 193 / 0);
}

.hover\:border-s-gray-70\/10:hover {
    border-inline-start-color: rgb(177 177 193 / 0.1);
}

.hover\:border-s-gray-70\/100:hover {
    border-inline-start-color: rgb(177 177 193 / 1);
}

.hover\:border-s-gray-70\/20:hover {
    border-inline-start-color: rgb(177 177 193 / 0.2);
}

.hover\:border-s-gray-70\/25:hover {
    border-inline-start-color: rgb(177 177 193 / 0.25);
}

.hover\:border-s-gray-70\/30:hover {
    border-inline-start-color: rgb(177 177 193 / 0.3);
}

.hover\:border-s-gray-70\/40:hover {
    border-inline-start-color: rgb(177 177 193 / 0.4);
}

.hover\:border-s-gray-70\/5:hover {
    border-inline-start-color: rgb(177 177 193 / 0.05);
}

.hover\:border-s-gray-70\/50:hover {
    border-inline-start-color: rgb(177 177 193 / 0.5);
}

.hover\:border-s-gray-70\/60:hover {
    border-inline-start-color: rgb(177 177 193 / 0.6);
}

.hover\:border-s-gray-70\/70:hover {
    border-inline-start-color: rgb(177 177 193 / 0.7);
}

.hover\:border-s-gray-70\/75:hover {
    border-inline-start-color: rgb(177 177 193 / 0.75);
}

.hover\:border-s-gray-70\/80:hover {
    border-inline-start-color: rgb(177 177 193 / 0.8);
}

.hover\:border-s-gray-70\/90:hover {
    border-inline-start-color: rgb(177 177 193 / 0.9);
}

.hover\:border-s-gray-70\/95:hover {
    border-inline-start-color: rgb(177 177 193 / 0.95);
}

.hover\:border-s-green-10:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-s-green-10\/0:hover {
    border-inline-start-color: rgb(19 28 66 / 0);
}

.hover\:border-s-green-10\/10:hover {
    border-inline-start-color: rgb(19 28 66 / 0.1);
}

.hover\:border-s-green-10\/100:hover {
    border-inline-start-color: rgb(19 28 66 / 1);
}

.hover\:border-s-green-10\/20:hover {
    border-inline-start-color: rgb(19 28 66 / 0.2);
}

.hover\:border-s-green-10\/25:hover {
    border-inline-start-color: rgb(19 28 66 / 0.25);
}

.hover\:border-s-green-10\/30:hover {
    border-inline-start-color: rgb(19 28 66 / 0.3);
}

.hover\:border-s-green-10\/40:hover {
    border-inline-start-color: rgb(19 28 66 / 0.4);
}

.hover\:border-s-green-10\/5:hover {
    border-inline-start-color: rgb(19 28 66 / 0.05);
}

.hover\:border-s-green-10\/50:hover {
    border-inline-start-color: rgb(19 28 66 / 0.5);
}

.hover\:border-s-green-10\/60:hover {
    border-inline-start-color: rgb(19 28 66 / 0.6);
}

.hover\:border-s-green-10\/70:hover {
    border-inline-start-color: rgb(19 28 66 / 0.7);
}

.hover\:border-s-green-10\/75:hover {
    border-inline-start-color: rgb(19 28 66 / 0.75);
}

.hover\:border-s-green-10\/80:hover {
    border-inline-start-color: rgb(19 28 66 / 0.8);
}

.hover\:border-s-green-10\/90:hover {
    border-inline-start-color: rgb(19 28 66 / 0.9);
}

.hover\:border-s-green-10\/95:hover {
    border-inline-start-color: rgb(19 28 66 / 0.95);
}

.hover\:border-s-green-100:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-s-green-100\/0:hover {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.hover\:border-s-green-100\/10:hover {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.hover\:border-s-green-100\/100:hover {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.hover\:border-s-green-100\/20:hover {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.hover\:border-s-green-100\/25:hover {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.hover\:border-s-green-100\/30:hover {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.hover\:border-s-green-100\/40:hover {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.hover\:border-s-green-100\/5:hover {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.hover\:border-s-green-100\/50:hover {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.hover\:border-s-green-100\/60:hover {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.hover\:border-s-green-100\/70:hover {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.hover\:border-s-green-100\/75:hover {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.hover\:border-s-green-100\/80:hover {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.hover\:border-s-green-100\/90:hover {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.hover\:border-s-green-100\/95:hover {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.hover\:border-s-green-20:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-s-green-20\/0:hover {
    border-inline-start-color: rgb(26 52 70 / 0);
}

.hover\:border-s-green-20\/10:hover {
    border-inline-start-color: rgb(26 52 70 / 0.1);
}

.hover\:border-s-green-20\/100:hover {
    border-inline-start-color: rgb(26 52 70 / 1);
}

.hover\:border-s-green-20\/20:hover {
    border-inline-start-color: rgb(26 52 70 / 0.2);
}

.hover\:border-s-green-20\/25:hover {
    border-inline-start-color: rgb(26 52 70 / 0.25);
}

.hover\:border-s-green-20\/30:hover {
    border-inline-start-color: rgb(26 52 70 / 0.3);
}

.hover\:border-s-green-20\/40:hover {
    border-inline-start-color: rgb(26 52 70 / 0.4);
}

.hover\:border-s-green-20\/5:hover {
    border-inline-start-color: rgb(26 52 70 / 0.05);
}

.hover\:border-s-green-20\/50:hover {
    border-inline-start-color: rgb(26 52 70 / 0.5);
}

.hover\:border-s-green-20\/60:hover {
    border-inline-start-color: rgb(26 52 70 / 0.6);
}

.hover\:border-s-green-20\/70:hover {
    border-inline-start-color: rgb(26 52 70 / 0.7);
}

.hover\:border-s-green-20\/75:hover {
    border-inline-start-color: rgb(26 52 70 / 0.75);
}

.hover\:border-s-green-20\/80:hover {
    border-inline-start-color: rgb(26 52 70 / 0.8);
}

.hover\:border-s-green-20\/90:hover {
    border-inline-start-color: rgb(26 52 70 / 0.9);
}

.hover\:border-s-green-20\/95:hover {
    border-inline-start-color: rgb(26 52 70 / 0.95);
}

.hover\:border-s-green-30:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-s-green-30\/0:hover {
    border-inline-start-color: rgb(32 75 75 / 0);
}

.hover\:border-s-green-30\/10:hover {
    border-inline-start-color: rgb(32 75 75 / 0.1);
}

.hover\:border-s-green-30\/100:hover {
    border-inline-start-color: rgb(32 75 75 / 1);
}

.hover\:border-s-green-30\/20:hover {
    border-inline-start-color: rgb(32 75 75 / 0.2);
}

.hover\:border-s-green-30\/25:hover {
    border-inline-start-color: rgb(32 75 75 / 0.25);
}

.hover\:border-s-green-30\/30:hover {
    border-inline-start-color: rgb(32 75 75 / 0.3);
}

.hover\:border-s-green-30\/40:hover {
    border-inline-start-color: rgb(32 75 75 / 0.4);
}

.hover\:border-s-green-30\/5:hover {
    border-inline-start-color: rgb(32 75 75 / 0.05);
}

.hover\:border-s-green-30\/50:hover {
    border-inline-start-color: rgb(32 75 75 / 0.5);
}

.hover\:border-s-green-30\/60:hover {
    border-inline-start-color: rgb(32 75 75 / 0.6);
}

.hover\:border-s-green-30\/70:hover {
    border-inline-start-color: rgb(32 75 75 / 0.7);
}

.hover\:border-s-green-30\/75:hover {
    border-inline-start-color: rgb(32 75 75 / 0.75);
}

.hover\:border-s-green-30\/80:hover {
    border-inline-start-color: rgb(32 75 75 / 0.8);
}

.hover\:border-s-green-30\/90:hover {
    border-inline-start-color: rgb(32 75 75 / 0.9);
}

.hover\:border-s-green-30\/95:hover {
    border-inline-start-color: rgb(32 75 75 / 0.95);
}

.hover\:border-s-green-50:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-s-green-50\/0:hover {
    border-inline-start-color: rgb(44 121 83 / 0);
}

.hover\:border-s-green-50\/10:hover {
    border-inline-start-color: rgb(44 121 83 / 0.1);
}

.hover\:border-s-green-50\/100:hover {
    border-inline-start-color: rgb(44 121 83 / 1);
}

.hover\:border-s-green-50\/20:hover {
    border-inline-start-color: rgb(44 121 83 / 0.2);
}

.hover\:border-s-green-50\/25:hover {
    border-inline-start-color: rgb(44 121 83 / 0.25);
}

.hover\:border-s-green-50\/30:hover {
    border-inline-start-color: rgb(44 121 83 / 0.3);
}

.hover\:border-s-green-50\/40:hover {
    border-inline-start-color: rgb(44 121 83 / 0.4);
}

.hover\:border-s-green-50\/5:hover {
    border-inline-start-color: rgb(44 121 83 / 0.05);
}

.hover\:border-s-green-50\/50:hover {
    border-inline-start-color: rgb(44 121 83 / 0.5);
}

.hover\:border-s-green-50\/60:hover {
    border-inline-start-color: rgb(44 121 83 / 0.6);
}

.hover\:border-s-green-50\/70:hover {
    border-inline-start-color: rgb(44 121 83 / 0.7);
}

.hover\:border-s-green-50\/75:hover {
    border-inline-start-color: rgb(44 121 83 / 0.75);
}

.hover\:border-s-green-50\/80:hover {
    border-inline-start-color: rgb(44 121 83 / 0.8);
}

.hover\:border-s-green-50\/90:hover {
    border-inline-start-color: rgb(44 121 83 / 0.9);
}

.hover\:border-s-green-50\/95:hover {
    border-inline-start-color: rgb(44 121 83 / 0.95);
}

.hover\:border-s-green-70:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-s-green-70\/0:hover {
    border-inline-start-color: rgb(57 168 91 / 0);
}

.hover\:border-s-green-70\/10:hover {
    border-inline-start-color: rgb(57 168 91 / 0.1);
}

.hover\:border-s-green-70\/100:hover {
    border-inline-start-color: rgb(57 168 91 / 1);
}

.hover\:border-s-green-70\/20:hover {
    border-inline-start-color: rgb(57 168 91 / 0.2);
}

.hover\:border-s-green-70\/25:hover {
    border-inline-start-color: rgb(57 168 91 / 0.25);
}

.hover\:border-s-green-70\/30:hover {
    border-inline-start-color: rgb(57 168 91 / 0.3);
}

.hover\:border-s-green-70\/40:hover {
    border-inline-start-color: rgb(57 168 91 / 0.4);
}

.hover\:border-s-green-70\/5:hover {
    border-inline-start-color: rgb(57 168 91 / 0.05);
}

.hover\:border-s-green-70\/50:hover {
    border-inline-start-color: rgb(57 168 91 / 0.5);
}

.hover\:border-s-green-70\/60:hover {
    border-inline-start-color: rgb(57 168 91 / 0.6);
}

.hover\:border-s-green-70\/70:hover {
    border-inline-start-color: rgb(57 168 91 / 0.7);
}

.hover\:border-s-green-70\/75:hover {
    border-inline-start-color: rgb(57 168 91 / 0.75);
}

.hover\:border-s-green-70\/80:hover {
    border-inline-start-color: rgb(57 168 91 / 0.8);
}

.hover\:border-s-green-70\/90:hover {
    border-inline-start-color: rgb(57 168 91 / 0.9);
}

.hover\:border-s-green-70\/95:hover {
    border-inline-start-color: rgb(57 168 91 / 0.95);
}

.hover\:border-s-purple-10:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-s-purple-10\/0:hover {
    border-inline-start-color: rgb(26 8 70 / 0);
}

.hover\:border-s-purple-10\/10:hover {
    border-inline-start-color: rgb(26 8 70 / 0.1);
}

.hover\:border-s-purple-10\/100:hover {
    border-inline-start-color: rgb(26 8 70 / 1);
}

.hover\:border-s-purple-10\/20:hover {
    border-inline-start-color: rgb(26 8 70 / 0.2);
}

.hover\:border-s-purple-10\/25:hover {
    border-inline-start-color: rgb(26 8 70 / 0.25);
}

.hover\:border-s-purple-10\/30:hover {
    border-inline-start-color: rgb(26 8 70 / 0.3);
}

.hover\:border-s-purple-10\/40:hover {
    border-inline-start-color: rgb(26 8 70 / 0.4);
}

.hover\:border-s-purple-10\/5:hover {
    border-inline-start-color: rgb(26 8 70 / 0.05);
}

.hover\:border-s-purple-10\/50:hover {
    border-inline-start-color: rgb(26 8 70 / 0.5);
}

.hover\:border-s-purple-10\/60:hover {
    border-inline-start-color: rgb(26 8 70 / 0.6);
}

.hover\:border-s-purple-10\/70:hover {
    border-inline-start-color: rgb(26 8 70 / 0.7);
}

.hover\:border-s-purple-10\/75:hover {
    border-inline-start-color: rgb(26 8 70 / 0.75);
}

.hover\:border-s-purple-10\/80:hover {
    border-inline-start-color: rgb(26 8 70 / 0.8);
}

.hover\:border-s-purple-10\/90:hover {
    border-inline-start-color: rgb(26 8 70 / 0.9);
}

.hover\:border-s-purple-10\/95:hover {
    border-inline-start-color: rgb(26 8 70 / 0.95);
}

.hover\:border-s-purple-100:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-s-purple-100\/0:hover {
    border-inline-start-color: rgb(125 41 145 / 0);
}

.hover\:border-s-purple-100\/10:hover {
    border-inline-start-color: rgb(125 41 145 / 0.1);
}

.hover\:border-s-purple-100\/100:hover {
    border-inline-start-color: rgb(125 41 145 / 1);
}

.hover\:border-s-purple-100\/20:hover {
    border-inline-start-color: rgb(125 41 145 / 0.2);
}

.hover\:border-s-purple-100\/25:hover {
    border-inline-start-color: rgb(125 41 145 / 0.25);
}

.hover\:border-s-purple-100\/30:hover {
    border-inline-start-color: rgb(125 41 145 / 0.3);
}

.hover\:border-s-purple-100\/40:hover {
    border-inline-start-color: rgb(125 41 145 / 0.4);
}

.hover\:border-s-purple-100\/5:hover {
    border-inline-start-color: rgb(125 41 145 / 0.05);
}

.hover\:border-s-purple-100\/50:hover {
    border-inline-start-color: rgb(125 41 145 / 0.5);
}

.hover\:border-s-purple-100\/60:hover {
    border-inline-start-color: rgb(125 41 145 / 0.6);
}

.hover\:border-s-purple-100\/70:hover {
    border-inline-start-color: rgb(125 41 145 / 0.7);
}

.hover\:border-s-purple-100\/75:hover {
    border-inline-start-color: rgb(125 41 145 / 0.75);
}

.hover\:border-s-purple-100\/80:hover {
    border-inline-start-color: rgb(125 41 145 / 0.8);
}

.hover\:border-s-purple-100\/90:hover {
    border-inline-start-color: rgb(125 41 145 / 0.9);
}

.hover\:border-s-purple-100\/95:hover {
    border-inline-start-color: rgb(125 41 145 / 0.95);
}

.hover\:border-s-purple-20:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-s-purple-20\/0:hover {
    border-inline-start-color: rgb(40 12 78 / 0);
}

.hover\:border-s-purple-20\/10:hover {
    border-inline-start-color: rgb(40 12 78 / 0.1);
}

.hover\:border-s-purple-20\/100:hover {
    border-inline-start-color: rgb(40 12 78 / 1);
}

.hover\:border-s-purple-20\/20:hover {
    border-inline-start-color: rgb(40 12 78 / 0.2);
}

.hover\:border-s-purple-20\/25:hover {
    border-inline-start-color: rgb(40 12 78 / 0.25);
}

.hover\:border-s-purple-20\/30:hover {
    border-inline-start-color: rgb(40 12 78 / 0.3);
}

.hover\:border-s-purple-20\/40:hover {
    border-inline-start-color: rgb(40 12 78 / 0.4);
}

.hover\:border-s-purple-20\/5:hover {
    border-inline-start-color: rgb(40 12 78 / 0.05);
}

.hover\:border-s-purple-20\/50:hover {
    border-inline-start-color: rgb(40 12 78 / 0.5);
}

.hover\:border-s-purple-20\/60:hover {
    border-inline-start-color: rgb(40 12 78 / 0.6);
}

.hover\:border-s-purple-20\/70:hover {
    border-inline-start-color: rgb(40 12 78 / 0.7);
}

.hover\:border-s-purple-20\/75:hover {
    border-inline-start-color: rgb(40 12 78 / 0.75);
}

.hover\:border-s-purple-20\/80:hover {
    border-inline-start-color: rgb(40 12 78 / 0.8);
}

.hover\:border-s-purple-20\/90:hover {
    border-inline-start-color: rgb(40 12 78 / 0.9);
}

.hover\:border-s-purple-20\/95:hover {
    border-inline-start-color: rgb(40 12 78 / 0.95);
}

.hover\:border-s-purple-30:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-s-purple-30\/0:hover {
    border-inline-start-color: rgb(53 15 86 / 0);
}

.hover\:border-s-purple-30\/10:hover {
    border-inline-start-color: rgb(53 15 86 / 0.1);
}

.hover\:border-s-purple-30\/100:hover {
    border-inline-start-color: rgb(53 15 86 / 1);
}

.hover\:border-s-purple-30\/20:hover {
    border-inline-start-color: rgb(53 15 86 / 0.2);
}

.hover\:border-s-purple-30\/25:hover {
    border-inline-start-color: rgb(53 15 86 / 0.25);
}

.hover\:border-s-purple-30\/30:hover {
    border-inline-start-color: rgb(53 15 86 / 0.3);
}

.hover\:border-s-purple-30\/40:hover {
    border-inline-start-color: rgb(53 15 86 / 0.4);
}

.hover\:border-s-purple-30\/5:hover {
    border-inline-start-color: rgb(53 15 86 / 0.05);
}

.hover\:border-s-purple-30\/50:hover {
    border-inline-start-color: rgb(53 15 86 / 0.5);
}

.hover\:border-s-purple-30\/60:hover {
    border-inline-start-color: rgb(53 15 86 / 0.6);
}

.hover\:border-s-purple-30\/70:hover {
    border-inline-start-color: rgb(53 15 86 / 0.7);
}

.hover\:border-s-purple-30\/75:hover {
    border-inline-start-color: rgb(53 15 86 / 0.75);
}

.hover\:border-s-purple-30\/80:hover {
    border-inline-start-color: rgb(53 15 86 / 0.8);
}

.hover\:border-s-purple-30\/90:hover {
    border-inline-start-color: rgb(53 15 86 / 0.9);
}

.hover\:border-s-purple-30\/95:hover {
    border-inline-start-color: rgb(53 15 86 / 0.95);
}

.hover\:border-s-purple-50:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-s-purple-50\/0:hover {
    border-inline-start-color: rgb(79 22 102 / 0);
}

.hover\:border-s-purple-50\/10:hover {
    border-inline-start-color: rgb(79 22 102 / 0.1);
}

.hover\:border-s-purple-50\/100:hover {
    border-inline-start-color: rgb(79 22 102 / 1);
}

.hover\:border-s-purple-50\/20:hover {
    border-inline-start-color: rgb(79 22 102 / 0.2);
}

.hover\:border-s-purple-50\/25:hover {
    border-inline-start-color: rgb(79 22 102 / 0.25);
}

.hover\:border-s-purple-50\/30:hover {
    border-inline-start-color: rgb(79 22 102 / 0.3);
}

.hover\:border-s-purple-50\/40:hover {
    border-inline-start-color: rgb(79 22 102 / 0.4);
}

.hover\:border-s-purple-50\/5:hover {
    border-inline-start-color: rgb(79 22 102 / 0.05);
}

.hover\:border-s-purple-50\/50:hover {
    border-inline-start-color: rgb(79 22 102 / 0.5);
}

.hover\:border-s-purple-50\/60:hover {
    border-inline-start-color: rgb(79 22 102 / 0.6);
}

.hover\:border-s-purple-50\/70:hover {
    border-inline-start-color: rgb(79 22 102 / 0.7);
}

.hover\:border-s-purple-50\/75:hover {
    border-inline-start-color: rgb(79 22 102 / 0.75);
}

.hover\:border-s-purple-50\/80:hover {
    border-inline-start-color: rgb(79 22 102 / 0.8);
}

.hover\:border-s-purple-50\/90:hover {
    border-inline-start-color: rgb(79 22 102 / 0.9);
}

.hover\:border-s-purple-50\/95:hover {
    border-inline-start-color: rgb(79 22 102 / 0.95);
}

.hover\:border-s-purple-70:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-s-purple-70\/0:hover {
    border-inline-start-color: rgb(106 29 119 / 0);
}

.hover\:border-s-purple-70\/10:hover {
    border-inline-start-color: rgb(106 29 119 / 0.1);
}

.hover\:border-s-purple-70\/100:hover {
    border-inline-start-color: rgb(106 29 119 / 1);
}

.hover\:border-s-purple-70\/20:hover {
    border-inline-start-color: rgb(106 29 119 / 0.2);
}

.hover\:border-s-purple-70\/25:hover {
    border-inline-start-color: rgb(106 29 119 / 0.25);
}

.hover\:border-s-purple-70\/30:hover {
    border-inline-start-color: rgb(106 29 119 / 0.3);
}

.hover\:border-s-purple-70\/40:hover {
    border-inline-start-color: rgb(106 29 119 / 0.4);
}

.hover\:border-s-purple-70\/5:hover {
    border-inline-start-color: rgb(106 29 119 / 0.05);
}

.hover\:border-s-purple-70\/50:hover {
    border-inline-start-color: rgb(106 29 119 / 0.5);
}

.hover\:border-s-purple-70\/60:hover {
    border-inline-start-color: rgb(106 29 119 / 0.6);
}

.hover\:border-s-purple-70\/70:hover {
    border-inline-start-color: rgb(106 29 119 / 0.7);
}

.hover\:border-s-purple-70\/75:hover {
    border-inline-start-color: rgb(106 29 119 / 0.75);
}

.hover\:border-s-purple-70\/80:hover {
    border-inline-start-color: rgb(106 29 119 / 0.8);
}

.hover\:border-s-purple-70\/90:hover {
    border-inline-start-color: rgb(106 29 119 / 0.9);
}

.hover\:border-s-purple-70\/95:hover {
    border-inline-start-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-inline-start-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-inline-start-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-s-utility-error\/0:hover {
    border-inline-start-color: rgb(220 33 33 / 0);
}

.hover\:border-s-utility-error\/10:hover {
    border-inline-start-color: rgb(220 33 33 / 0.1);
}

.hover\:border-s-utility-error\/100:hover {
    border-inline-start-color: rgb(220 33 33 / 1);
}

.hover\:border-s-utility-error\/20:hover {
    border-inline-start-color: rgb(220 33 33 / 0.2);
}

.hover\:border-s-utility-error\/25:hover {
    border-inline-start-color: rgb(220 33 33 / 0.25);
}

.hover\:border-s-utility-error\/30:hover {
    border-inline-start-color: rgb(220 33 33 / 0.3);
}

.hover\:border-s-utility-error\/40:hover {
    border-inline-start-color: rgb(220 33 33 / 0.4);
}

.hover\:border-s-utility-error\/5:hover {
    border-inline-start-color: rgb(220 33 33 / 0.05);
}

.hover\:border-s-utility-error\/50:hover {
    border-inline-start-color: rgb(220 33 33 / 0.5);
}

.hover\:border-s-utility-error\/60:hover {
    border-inline-start-color: rgb(220 33 33 / 0.6);
}

.hover\:border-s-utility-error\/70:hover {
    border-inline-start-color: rgb(220 33 33 / 0.7);
}

.hover\:border-s-utility-error\/75:hover {
    border-inline-start-color: rgb(220 33 33 / 0.75);
}

.hover\:border-s-utility-error\/80:hover {
    border-inline-start-color: rgb(220 33 33 / 0.8);
}

.hover\:border-s-utility-error\/90:hover {
    border-inline-start-color: rgb(220 33 33 / 0.9);
}

.hover\:border-s-utility-error\/95:hover {
    border-inline-start-color: rgb(220 33 33 / 0.95);
}

.hover\:border-s-utility-info:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-s-utility-info\/0:hover {
    border-inline-start-color: rgb(191 219 254 / 0);
}

.hover\:border-s-utility-info\/10:hover {
    border-inline-start-color: rgb(191 219 254 / 0.1);
}

.hover\:border-s-utility-info\/100:hover {
    border-inline-start-color: rgb(191 219 254 / 1);
}

.hover\:border-s-utility-info\/20:hover {
    border-inline-start-color: rgb(191 219 254 / 0.2);
}

.hover\:border-s-utility-info\/25:hover {
    border-inline-start-color: rgb(191 219 254 / 0.25);
}

.hover\:border-s-utility-info\/30:hover {
    border-inline-start-color: rgb(191 219 254 / 0.3);
}

.hover\:border-s-utility-info\/40:hover {
    border-inline-start-color: rgb(191 219 254 / 0.4);
}

.hover\:border-s-utility-info\/5:hover {
    border-inline-start-color: rgb(191 219 254 / 0.05);
}

.hover\:border-s-utility-info\/50:hover {
    border-inline-start-color: rgb(191 219 254 / 0.5);
}

.hover\:border-s-utility-info\/60:hover {
    border-inline-start-color: rgb(191 219 254 / 0.6);
}

.hover\:border-s-utility-info\/70:hover {
    border-inline-start-color: rgb(191 219 254 / 0.7);
}

.hover\:border-s-utility-info\/75:hover {
    border-inline-start-color: rgb(191 219 254 / 0.75);
}

.hover\:border-s-utility-info\/80:hover {
    border-inline-start-color: rgb(191 219 254 / 0.8);
}

.hover\:border-s-utility-info\/90:hover {
    border-inline-start-color: rgb(191 219 254 / 0.9);
}

.hover\:border-s-utility-info\/95:hover {
    border-inline-start-color: rgb(191 219 254 / 0.95);
}

.hover\:border-s-utility-success:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-s-utility-success\/0:hover {
    border-inline-start-color: rgb(92 204 23 / 0);
}

.hover\:border-s-utility-success\/10:hover {
    border-inline-start-color: rgb(92 204 23 / 0.1);
}

.hover\:border-s-utility-success\/100:hover {
    border-inline-start-color: rgb(92 204 23 / 1);
}

.hover\:border-s-utility-success\/20:hover {
    border-inline-start-color: rgb(92 204 23 / 0.2);
}

.hover\:border-s-utility-success\/25:hover {
    border-inline-start-color: rgb(92 204 23 / 0.25);
}

.hover\:border-s-utility-success\/30:hover {
    border-inline-start-color: rgb(92 204 23 / 0.3);
}

.hover\:border-s-utility-success\/40:hover {
    border-inline-start-color: rgb(92 204 23 / 0.4);
}

.hover\:border-s-utility-success\/5:hover {
    border-inline-start-color: rgb(92 204 23 / 0.05);
}

.hover\:border-s-utility-success\/50:hover {
    border-inline-start-color: rgb(92 204 23 / 0.5);
}

.hover\:border-s-utility-success\/60:hover {
    border-inline-start-color: rgb(92 204 23 / 0.6);
}

.hover\:border-s-utility-success\/70:hover {
    border-inline-start-color: rgb(92 204 23 / 0.7);
}

.hover\:border-s-utility-success\/75:hover {
    border-inline-start-color: rgb(92 204 23 / 0.75);
}

.hover\:border-s-utility-success\/80:hover {
    border-inline-start-color: rgb(92 204 23 / 0.8);
}

.hover\:border-s-utility-success\/90:hover {
    border-inline-start-color: rgb(92 204 23 / 0.9);
}

.hover\:border-s-utility-success\/95:hover {
    border-inline-start-color: rgb(92 204 23 / 0.95);
}

.hover\:border-s-utility-warning:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-s-utility-warning\/0:hover {
    border-inline-start-color: rgb(219 170 110 / 0);
}

.hover\:border-s-utility-warning\/10:hover {
    border-inline-start-color: rgb(219 170 110 / 0.1);
}

.hover\:border-s-utility-warning\/100:hover {
    border-inline-start-color: rgb(219 170 110 / 1);
}

.hover\:border-s-utility-warning\/20:hover {
    border-inline-start-color: rgb(219 170 110 / 0.2);
}

.hover\:border-s-utility-warning\/25:hover {
    border-inline-start-color: rgb(219 170 110 / 0.25);
}

.hover\:border-s-utility-warning\/30:hover {
    border-inline-start-color: rgb(219 170 110 / 0.3);
}

.hover\:border-s-utility-warning\/40:hover {
    border-inline-start-color: rgb(219 170 110 / 0.4);
}

.hover\:border-s-utility-warning\/5:hover {
    border-inline-start-color: rgb(219 170 110 / 0.05);
}

.hover\:border-s-utility-warning\/50:hover {
    border-inline-start-color: rgb(219 170 110 / 0.5);
}

.hover\:border-s-utility-warning\/60:hover {
    border-inline-start-color: rgb(219 170 110 / 0.6);
}

.hover\:border-s-utility-warning\/70:hover {
    border-inline-start-color: rgb(219 170 110 / 0.7);
}

.hover\:border-s-utility-warning\/75:hover {
    border-inline-start-color: rgb(219 170 110 / 0.75);
}

.hover\:border-s-utility-warning\/80:hover {
    border-inline-start-color: rgb(219 170 110 / 0.8);
}

.hover\:border-s-utility-warning\/90:hover {
    border-inline-start-color: rgb(219 170 110 / 0.9);
}

.hover\:border-s-utility-warning\/95:hover {
    border-inline-start-color: rgb(219 170 110 / 0.95);
}

.hover\:border-s-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-s-very-dark-blue\/0:hover {
    border-inline-start-color: rgb(4 4 47 / 0);
}

.hover\:border-s-very-dark-blue\/10:hover {
    border-inline-start-color: rgb(4 4 47 / 0.1);
}

.hover\:border-s-very-dark-blue\/100:hover {
    border-inline-start-color: rgb(4 4 47 / 1);
}

.hover\:border-s-very-dark-blue\/20:hover {
    border-inline-start-color: rgb(4 4 47 / 0.2);
}

.hover\:border-s-very-dark-blue\/25:hover {
    border-inline-start-color: rgb(4 4 47 / 0.25);
}

.hover\:border-s-very-dark-blue\/30:hover {
    border-inline-start-color: rgb(4 4 47 / 0.3);
}

.hover\:border-s-very-dark-blue\/40:hover {
    border-inline-start-color: rgb(4 4 47 / 0.4);
}

.hover\:border-s-very-dark-blue\/5:hover {
    border-inline-start-color: rgb(4 4 47 / 0.05);
}

.hover\:border-s-very-dark-blue\/50:hover {
    border-inline-start-color: rgb(4 4 47 / 0.5);
}

.hover\:border-s-very-dark-blue\/60:hover {
    border-inline-start-color: rgb(4 4 47 / 0.6);
}

.hover\:border-s-very-dark-blue\/70:hover {
    border-inline-start-color: rgb(4 4 47 / 0.7);
}

.hover\:border-s-very-dark-blue\/75:hover {
    border-inline-start-color: rgb(4 4 47 / 0.75);
}

.hover\:border-s-very-dark-blue\/80:hover {
    border-inline-start-color: rgb(4 4 47 / 0.8);
}

.hover\:border-s-very-dark-blue\/90:hover {
    border-inline-start-color: rgb(4 4 47 / 0.9);
}

.hover\:border-s-very-dark-blue\/95:hover {
    border-inline-start-color: rgb(4 4 47 / 0.95);
}

.hover\:border-t-accent-green-dark:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.hover\:border-t-accent-green-dark\/0:hover {
    border-top-color: rgb(42 172 110 / 0);
}

.hover\:border-t-accent-green-dark\/10:hover {
    border-top-color: rgb(42 172 110 / 0.1);
}

.hover\:border-t-accent-green-dark\/100:hover {
    border-top-color: rgb(42 172 110 / 1);
}

.hover\:border-t-accent-green-dark\/20:hover {
    border-top-color: rgb(42 172 110 / 0.2);
}

.hover\:border-t-accent-green-dark\/25:hover {
    border-top-color: rgb(42 172 110 / 0.25);
}

.hover\:border-t-accent-green-dark\/30:hover {
    border-top-color: rgb(42 172 110 / 0.3);
}

.hover\:border-t-accent-green-dark\/40:hover {
    border-top-color: rgb(42 172 110 / 0.4);
}

.hover\:border-t-accent-green-dark\/5:hover {
    border-top-color: rgb(42 172 110 / 0.05);
}

.hover\:border-t-accent-green-dark\/50:hover {
    border-top-color: rgb(42 172 110 / 0.5);
}

.hover\:border-t-accent-green-dark\/60:hover {
    border-top-color: rgb(42 172 110 / 0.6);
}

.hover\:border-t-accent-green-dark\/70:hover {
    border-top-color: rgb(42 172 110 / 0.7);
}

.hover\:border-t-accent-green-dark\/75:hover {
    border-top-color: rgb(42 172 110 / 0.75);
}

.hover\:border-t-accent-green-dark\/80:hover {
    border-top-color: rgb(42 172 110 / 0.8);
}

.hover\:border-t-accent-green-dark\/90:hover {
    border-top-color: rgb(42 172 110 / 0.9);
}

.hover\:border-t-accent-green-dark\/95:hover {
    border-top-color: rgb(42 172 110 / 0.95);
}

.hover\:border-t-accent-green-light:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-t-accent-green-light\/0:hover {
    border-top-color: rgb(90 226 75 / 0);
}

.hover\:border-t-accent-green-light\/10:hover {
    border-top-color: rgb(90 226 75 / 0.1);
}

.hover\:border-t-accent-green-light\/100:hover {
    border-top-color: rgb(90 226 75 / 1);
}

.hover\:border-t-accent-green-light\/20:hover {
    border-top-color: rgb(90 226 75 / 0.2);
}

.hover\:border-t-accent-green-light\/25:hover {
    border-top-color: rgb(90 226 75 / 0.25);
}

.hover\:border-t-accent-green-light\/30:hover {
    border-top-color: rgb(90 226 75 / 0.3);
}

.hover\:border-t-accent-green-light\/40:hover {
    border-top-color: rgb(90 226 75 / 0.4);
}

.hover\:border-t-accent-green-light\/5:hover {
    border-top-color: rgb(90 226 75 / 0.05);
}

.hover\:border-t-accent-green-light\/50:hover {
    border-top-color: rgb(90 226 75 / 0.5);
}

.hover\:border-t-accent-green-light\/60:hover {
    border-top-color: rgb(90 226 75 / 0.6);
}

.hover\:border-t-accent-green-light\/70:hover {
    border-top-color: rgb(90 226 75 / 0.7);
}

.hover\:border-t-accent-green-light\/75:hover {
    border-top-color: rgb(90 226 75 / 0.75);
}

.hover\:border-t-accent-green-light\/80:hover {
    border-top-color: rgb(90 226 75 / 0.8);
}

.hover\:border-t-accent-green-light\/90:hover {
    border-top-color: rgb(90 226 75 / 0.9);
}

.hover\:border-t-accent-green-light\/95:hover {
    border-top-color: rgb(90 226 75 / 0.95);
}

.hover\:border-t-accent-purple:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.hover\:border-t-accent-purple\/0:hover {
    border-top-color: rgb(192 69 221 / 0);
}

.hover\:border-t-accent-purple\/10:hover {
    border-top-color: rgb(192 69 221 / 0.1);
}

.hover\:border-t-accent-purple\/100:hover {
    border-top-color: rgb(192 69 221 / 1);
}

.hover\:border-t-accent-purple\/20:hover {
    border-top-color: rgb(192 69 221 / 0.2);
}

.hover\:border-t-accent-purple\/25:hover {
    border-top-color: rgb(192 69 221 / 0.25);
}

.hover\:border-t-accent-purple\/30:hover {
    border-top-color: rgb(192 69 221 / 0.3);
}

.hover\:border-t-accent-purple\/40:hover {
    border-top-color: rgb(192 69 221 / 0.4);
}

.hover\:border-t-accent-purple\/5:hover {
    border-top-color: rgb(192 69 221 / 0.05);
}

.hover\:border-t-accent-purple\/50:hover {
    border-top-color: rgb(192 69 221 / 0.5);
}

.hover\:border-t-accent-purple\/60:hover {
    border-top-color: rgb(192 69 221 / 0.6);
}

.hover\:border-t-accent-purple\/70:hover {
    border-top-color: rgb(192 69 221 / 0.7);
}

.hover\:border-t-accent-purple\/75:hover {
    border-top-color: rgb(192 69 221 / 0.75);
}

.hover\:border-t-accent-purple\/80:hover {
    border-top-color: rgb(192 69 221 / 0.8);
}

.hover\:border-t-accent-purple\/90:hover {
    border-top-color: rgb(192 69 221 / 0.9);
}

.hover\:border-t-accent-purple\/95:hover {
    border-top-color: rgb(192 69 221 / 0.95);
}

.hover\:border-t-current:hover {
    border-top-color: currentColor;
}

.hover\:border-t-gray-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.hover\:border-t-gray-10\/0:hover {
    border-top-color: rgb(36 30 81 / 0);
}

.hover\:border-t-gray-10\/10:hover {
    border-top-color: rgb(36 30 81 / 0.1);
}

.hover\:border-t-gray-10\/100:hover {
    border-top-color: rgb(36 30 81 / 1);
}

.hover\:border-t-gray-10\/20:hover {
    border-top-color: rgb(36 30 81 / 0.2);
}

.hover\:border-t-gray-10\/25:hover {
    border-top-color: rgb(36 30 81 / 0.25);
}

.hover\:border-t-gray-10\/30:hover {
    border-top-color: rgb(36 30 81 / 0.3);
}

.hover\:border-t-gray-10\/40:hover {
    border-top-color: rgb(36 30 81 / 0.4);
}

.hover\:border-t-gray-10\/5:hover {
    border-top-color: rgb(36 30 81 / 0.05);
}

.hover\:border-t-gray-10\/50:hover {
    border-top-color: rgb(36 30 81 / 0.5);
}

.hover\:border-t-gray-10\/60:hover {
    border-top-color: rgb(36 30 81 / 0.6);
}

.hover\:border-t-gray-10\/70:hover {
    border-top-color: rgb(36 30 81 / 0.7);
}

.hover\:border-t-gray-10\/75:hover {
    border-top-color: rgb(36 30 81 / 0.75);
}

.hover\:border-t-gray-10\/80:hover {
    border-top-color: rgb(36 30 81 / 0.8);
}

.hover\:border-t-gray-10\/90:hover {
    border-top-color: rgb(36 30 81 / 0.9);
}

.hover\:border-t-gray-10\/95:hover {
    border-top-color: rgb(36 30 81 / 0.95);
}

.hover\:border-t-gray-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.hover\:border-t-gray-100\/0:hover {
    border-top-color: rgb(248 251 249 / 0);
}

.hover\:border-t-gray-100\/10:hover {
    border-top-color: rgb(248 251 249 / 0.1);
}

.hover\:border-t-gray-100\/100:hover {
    border-top-color: rgb(248 251 249 / 1);
}

.hover\:border-t-gray-100\/20:hover {
    border-top-color: rgb(248 251 249 / 0.2);
}

.hover\:border-t-gray-100\/25:hover {
    border-top-color: rgb(248 251 249 / 0.25);
}

.hover\:border-t-gray-100\/30:hover {
    border-top-color: rgb(248 251 249 / 0.3);
}

.hover\:border-t-gray-100\/40:hover {
    border-top-color: rgb(248 251 249 / 0.4);
}

.hover\:border-t-gray-100\/5:hover {
    border-top-color: rgb(248 251 249 / 0.05);
}

.hover\:border-t-gray-100\/50:hover {
    border-top-color: rgb(248 251 249 / 0.5);
}

.hover\:border-t-gray-100\/60:hover {
    border-top-color: rgb(248 251 249 / 0.6);
}

.hover\:border-t-gray-100\/70:hover {
    border-top-color: rgb(248 251 249 / 0.7);
}

.hover\:border-t-gray-100\/75:hover {
    border-top-color: rgb(248 251 249 / 0.75);
}

.hover\:border-t-gray-100\/80:hover {
    border-top-color: rgb(248 251 249 / 0.8);
}

.hover\:border-t-gray-100\/90:hover {
    border-top-color: rgb(248 251 249 / 0.9);
}

.hover\:border-t-gray-100\/95:hover {
    border-top-color: rgb(248 251 249 / 0.95);
}

.hover\:border-t-gray-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.hover\:border-t-gray-20\/0:hover {
    border-top-color: rgb(60 54 99 / 0);
}

.hover\:border-t-gray-20\/10:hover {
    border-top-color: rgb(60 54 99 / 0.1);
}

.hover\:border-t-gray-20\/100:hover {
    border-top-color: rgb(60 54 99 / 1);
}

.hover\:border-t-gray-20\/20:hover {
    border-top-color: rgb(60 54 99 / 0.2);
}

.hover\:border-t-gray-20\/25:hover {
    border-top-color: rgb(60 54 99 / 0.25);
}

.hover\:border-t-gray-20\/30:hover {
    border-top-color: rgb(60 54 99 / 0.3);
}

.hover\:border-t-gray-20\/40:hover {
    border-top-color: rgb(60 54 99 / 0.4);
}

.hover\:border-t-gray-20\/5:hover {
    border-top-color: rgb(60 54 99 / 0.05);
}

.hover\:border-t-gray-20\/50:hover {
    border-top-color: rgb(60 54 99 / 0.5);
}

.hover\:border-t-gray-20\/60:hover {
    border-top-color: rgb(60 54 99 / 0.6);
}

.hover\:border-t-gray-20\/70:hover {
    border-top-color: rgb(60 54 99 / 0.7);
}

.hover\:border-t-gray-20\/75:hover {
    border-top-color: rgb(60 54 99 / 0.75);
}

.hover\:border-t-gray-20\/80:hover {
    border-top-color: rgb(60 54 99 / 0.8);
}

.hover\:border-t-gray-20\/90:hover {
    border-top-color: rgb(60 54 99 / 0.9);
}

.hover\:border-t-gray-20\/95:hover {
    border-top-color: rgb(60 54 99 / 0.95);
}

.hover\:border-t-gray-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.hover\:border-t-gray-30\/0:hover {
    border-top-color: rgb(83 79 118 / 0);
}

.hover\:border-t-gray-30\/10:hover {
    border-top-color: rgb(83 79 118 / 0.1);
}

.hover\:border-t-gray-30\/100:hover {
    border-top-color: rgb(83 79 118 / 1);
}

.hover\:border-t-gray-30\/20:hover {
    border-top-color: rgb(83 79 118 / 0.2);
}

.hover\:border-t-gray-30\/25:hover {
    border-top-color: rgb(83 79 118 / 0.25);
}

.hover\:border-t-gray-30\/30:hover {
    border-top-color: rgb(83 79 118 / 0.3);
}

.hover\:border-t-gray-30\/40:hover {
    border-top-color: rgb(83 79 118 / 0.4);
}

.hover\:border-t-gray-30\/5:hover {
    border-top-color: rgb(83 79 118 / 0.05);
}

.hover\:border-t-gray-30\/50:hover {
    border-top-color: rgb(83 79 118 / 0.5);
}

.hover\:border-t-gray-30\/60:hover {
    border-top-color: rgb(83 79 118 / 0.6);
}

.hover\:border-t-gray-30\/70:hover {
    border-top-color: rgb(83 79 118 / 0.7);
}

.hover\:border-t-gray-30\/75:hover {
    border-top-color: rgb(83 79 118 / 0.75);
}

.hover\:border-t-gray-30\/80:hover {
    border-top-color: rgb(83 79 118 / 0.8);
}

.hover\:border-t-gray-30\/90:hover {
    border-top-color: rgb(83 79 118 / 0.9);
}

.hover\:border-t-gray-30\/95:hover {
    border-top-color: rgb(83 79 118 / 0.95);
}

.hover\:border-t-gray-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.hover\:border-t-gray-50\/0:hover {
    border-top-color: rgb(130 128 155 / 0);
}

.hover\:border-t-gray-50\/10:hover {
    border-top-color: rgb(130 128 155 / 0.1);
}

.hover\:border-t-gray-50\/100:hover {
    border-top-color: rgb(130 128 155 / 1);
}

.hover\:border-t-gray-50\/20:hover {
    border-top-color: rgb(130 128 155 / 0.2);
}

.hover\:border-t-gray-50\/25:hover {
    border-top-color: rgb(130 128 155 / 0.25);
}

.hover\:border-t-gray-50\/30:hover {
    border-top-color: rgb(130 128 155 / 0.3);
}

.hover\:border-t-gray-50\/40:hover {
    border-top-color: rgb(130 128 155 / 0.4);
}

.hover\:border-t-gray-50\/5:hover {
    border-top-color: rgb(130 128 155 / 0.05);
}

.hover\:border-t-gray-50\/50:hover {
    border-top-color: rgb(130 128 155 / 0.5);
}

.hover\:border-t-gray-50\/60:hover {
    border-top-color: rgb(130 128 155 / 0.6);
}

.hover\:border-t-gray-50\/70:hover {
    border-top-color: rgb(130 128 155 / 0.7);
}

.hover\:border-t-gray-50\/75:hover {
    border-top-color: rgb(130 128 155 / 0.75);
}

.hover\:border-t-gray-50\/80:hover {
    border-top-color: rgb(130 128 155 / 0.8);
}

.hover\:border-t-gray-50\/90:hover {
    border-top-color: rgb(130 128 155 / 0.9);
}

.hover\:border-t-gray-50\/95:hover {
    border-top-color: rgb(130 128 155 / 0.95);
}

.hover\:border-t-gray-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.hover\:border-t-gray-70\/0:hover {
    border-top-color: rgb(177 177 193 / 0);
}

.hover\:border-t-gray-70\/10:hover {
    border-top-color: rgb(177 177 193 / 0.1);
}

.hover\:border-t-gray-70\/100:hover {
    border-top-color: rgb(177 177 193 / 1);
}

.hover\:border-t-gray-70\/20:hover {
    border-top-color: rgb(177 177 193 / 0.2);
}

.hover\:border-t-gray-70\/25:hover {
    border-top-color: rgb(177 177 193 / 0.25);
}

.hover\:border-t-gray-70\/30:hover {
    border-top-color: rgb(177 177 193 / 0.3);
}

.hover\:border-t-gray-70\/40:hover {
    border-top-color: rgb(177 177 193 / 0.4);
}

.hover\:border-t-gray-70\/5:hover {
    border-top-color: rgb(177 177 193 / 0.05);
}

.hover\:border-t-gray-70\/50:hover {
    border-top-color: rgb(177 177 193 / 0.5);
}

.hover\:border-t-gray-70\/60:hover {
    border-top-color: rgb(177 177 193 / 0.6);
}

.hover\:border-t-gray-70\/70:hover {
    border-top-color: rgb(177 177 193 / 0.7);
}

.hover\:border-t-gray-70\/75:hover {
    border-top-color: rgb(177 177 193 / 0.75);
}

.hover\:border-t-gray-70\/80:hover {
    border-top-color: rgb(177 177 193 / 0.8);
}

.hover\:border-t-gray-70\/90:hover {
    border-top-color: rgb(177 177 193 / 0.9);
}

.hover\:border-t-gray-70\/95:hover {
    border-top-color: rgb(177 177 193 / 0.95);
}

.hover\:border-t-green-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.hover\:border-t-green-10\/0:hover {
    border-top-color: rgb(19 28 66 / 0);
}

.hover\:border-t-green-10\/10:hover {
    border-top-color: rgb(19 28 66 / 0.1);
}

.hover\:border-t-green-10\/100:hover {
    border-top-color: rgb(19 28 66 / 1);
}

.hover\:border-t-green-10\/20:hover {
    border-top-color: rgb(19 28 66 / 0.2);
}

.hover\:border-t-green-10\/25:hover {
    border-top-color: rgb(19 28 66 / 0.25);
}

.hover\:border-t-green-10\/30:hover {
    border-top-color: rgb(19 28 66 / 0.3);
}

.hover\:border-t-green-10\/40:hover {
    border-top-color: rgb(19 28 66 / 0.4);
}

.hover\:border-t-green-10\/5:hover {
    border-top-color: rgb(19 28 66 / 0.05);
}

.hover\:border-t-green-10\/50:hover {
    border-top-color: rgb(19 28 66 / 0.5);
}

.hover\:border-t-green-10\/60:hover {
    border-top-color: rgb(19 28 66 / 0.6);
}

.hover\:border-t-green-10\/70:hover {
    border-top-color: rgb(19 28 66 / 0.7);
}

.hover\:border-t-green-10\/75:hover {
    border-top-color: rgb(19 28 66 / 0.75);
}

.hover\:border-t-green-10\/80:hover {
    border-top-color: rgb(19 28 66 / 0.8);
}

.hover\:border-t-green-10\/90:hover {
    border-top-color: rgb(19 28 66 / 0.9);
}

.hover\:border-t-green-10\/95:hover {
    border-top-color: rgb(19 28 66 / 0.95);
}

.hover\:border-t-green-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.hover\:border-t-green-100\/0:hover {
    border-top-color: rgb(90 226 75 / 0);
}

.hover\:border-t-green-100\/10:hover {
    border-top-color: rgb(90 226 75 / 0.1);
}

.hover\:border-t-green-100\/100:hover {
    border-top-color: rgb(90 226 75 / 1);
}

.hover\:border-t-green-100\/20:hover {
    border-top-color: rgb(90 226 75 / 0.2);
}

.hover\:border-t-green-100\/25:hover {
    border-top-color: rgb(90 226 75 / 0.25);
}

.hover\:border-t-green-100\/30:hover {
    border-top-color: rgb(90 226 75 / 0.3);
}

.hover\:border-t-green-100\/40:hover {
    border-top-color: rgb(90 226 75 / 0.4);
}

.hover\:border-t-green-100\/5:hover {
    border-top-color: rgb(90 226 75 / 0.05);
}

.hover\:border-t-green-100\/50:hover {
    border-top-color: rgb(90 226 75 / 0.5);
}

.hover\:border-t-green-100\/60:hover {
    border-top-color: rgb(90 226 75 / 0.6);
}

.hover\:border-t-green-100\/70:hover {
    border-top-color: rgb(90 226 75 / 0.7);
}

.hover\:border-t-green-100\/75:hover {
    border-top-color: rgb(90 226 75 / 0.75);
}

.hover\:border-t-green-100\/80:hover {
    border-top-color: rgb(90 226 75 / 0.8);
}

.hover\:border-t-green-100\/90:hover {
    border-top-color: rgb(90 226 75 / 0.9);
}

.hover\:border-t-green-100\/95:hover {
    border-top-color: rgb(90 226 75 / 0.95);
}

.hover\:border-t-green-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.hover\:border-t-green-20\/0:hover {
    border-top-color: rgb(26 52 70 / 0);
}

.hover\:border-t-green-20\/10:hover {
    border-top-color: rgb(26 52 70 / 0.1);
}

.hover\:border-t-green-20\/100:hover {
    border-top-color: rgb(26 52 70 / 1);
}

.hover\:border-t-green-20\/20:hover {
    border-top-color: rgb(26 52 70 / 0.2);
}

.hover\:border-t-green-20\/25:hover {
    border-top-color: rgb(26 52 70 / 0.25);
}

.hover\:border-t-green-20\/30:hover {
    border-top-color: rgb(26 52 70 / 0.3);
}

.hover\:border-t-green-20\/40:hover {
    border-top-color: rgb(26 52 70 / 0.4);
}

.hover\:border-t-green-20\/5:hover {
    border-top-color: rgb(26 52 70 / 0.05);
}

.hover\:border-t-green-20\/50:hover {
    border-top-color: rgb(26 52 70 / 0.5);
}

.hover\:border-t-green-20\/60:hover {
    border-top-color: rgb(26 52 70 / 0.6);
}

.hover\:border-t-green-20\/70:hover {
    border-top-color: rgb(26 52 70 / 0.7);
}

.hover\:border-t-green-20\/75:hover {
    border-top-color: rgb(26 52 70 / 0.75);
}

.hover\:border-t-green-20\/80:hover {
    border-top-color: rgb(26 52 70 / 0.8);
}

.hover\:border-t-green-20\/90:hover {
    border-top-color: rgb(26 52 70 / 0.9);
}

.hover\:border-t-green-20\/95:hover {
    border-top-color: rgb(26 52 70 / 0.95);
}

.hover\:border-t-green-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.hover\:border-t-green-30\/0:hover {
    border-top-color: rgb(32 75 75 / 0);
}

.hover\:border-t-green-30\/10:hover {
    border-top-color: rgb(32 75 75 / 0.1);
}

.hover\:border-t-green-30\/100:hover {
    border-top-color: rgb(32 75 75 / 1);
}

.hover\:border-t-green-30\/20:hover {
    border-top-color: rgb(32 75 75 / 0.2);
}

.hover\:border-t-green-30\/25:hover {
    border-top-color: rgb(32 75 75 / 0.25);
}

.hover\:border-t-green-30\/30:hover {
    border-top-color: rgb(32 75 75 / 0.3);
}

.hover\:border-t-green-30\/40:hover {
    border-top-color: rgb(32 75 75 / 0.4);
}

.hover\:border-t-green-30\/5:hover {
    border-top-color: rgb(32 75 75 / 0.05);
}

.hover\:border-t-green-30\/50:hover {
    border-top-color: rgb(32 75 75 / 0.5);
}

.hover\:border-t-green-30\/60:hover {
    border-top-color: rgb(32 75 75 / 0.6);
}

.hover\:border-t-green-30\/70:hover {
    border-top-color: rgb(32 75 75 / 0.7);
}

.hover\:border-t-green-30\/75:hover {
    border-top-color: rgb(32 75 75 / 0.75);
}

.hover\:border-t-green-30\/80:hover {
    border-top-color: rgb(32 75 75 / 0.8);
}

.hover\:border-t-green-30\/90:hover {
    border-top-color: rgb(32 75 75 / 0.9);
}

.hover\:border-t-green-30\/95:hover {
    border-top-color: rgb(32 75 75 / 0.95);
}

.hover\:border-t-green-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.hover\:border-t-green-50\/0:hover {
    border-top-color: rgb(44 121 83 / 0);
}

.hover\:border-t-green-50\/10:hover {
    border-top-color: rgb(44 121 83 / 0.1);
}

.hover\:border-t-green-50\/100:hover {
    border-top-color: rgb(44 121 83 / 1);
}

.hover\:border-t-green-50\/20:hover {
    border-top-color: rgb(44 121 83 / 0.2);
}

.hover\:border-t-green-50\/25:hover {
    border-top-color: rgb(44 121 83 / 0.25);
}

.hover\:border-t-green-50\/30:hover {
    border-top-color: rgb(44 121 83 / 0.3);
}

.hover\:border-t-green-50\/40:hover {
    border-top-color: rgb(44 121 83 / 0.4);
}

.hover\:border-t-green-50\/5:hover {
    border-top-color: rgb(44 121 83 / 0.05);
}

.hover\:border-t-green-50\/50:hover {
    border-top-color: rgb(44 121 83 / 0.5);
}

.hover\:border-t-green-50\/60:hover {
    border-top-color: rgb(44 121 83 / 0.6);
}

.hover\:border-t-green-50\/70:hover {
    border-top-color: rgb(44 121 83 / 0.7);
}

.hover\:border-t-green-50\/75:hover {
    border-top-color: rgb(44 121 83 / 0.75);
}

.hover\:border-t-green-50\/80:hover {
    border-top-color: rgb(44 121 83 / 0.8);
}

.hover\:border-t-green-50\/90:hover {
    border-top-color: rgb(44 121 83 / 0.9);
}

.hover\:border-t-green-50\/95:hover {
    border-top-color: rgb(44 121 83 / 0.95);
}

.hover\:border-t-green-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.hover\:border-t-green-70\/0:hover {
    border-top-color: rgb(57 168 91 / 0);
}

.hover\:border-t-green-70\/10:hover {
    border-top-color: rgb(57 168 91 / 0.1);
}

.hover\:border-t-green-70\/100:hover {
    border-top-color: rgb(57 168 91 / 1);
}

.hover\:border-t-green-70\/20:hover {
    border-top-color: rgb(57 168 91 / 0.2);
}

.hover\:border-t-green-70\/25:hover {
    border-top-color: rgb(57 168 91 / 0.25);
}

.hover\:border-t-green-70\/30:hover {
    border-top-color: rgb(57 168 91 / 0.3);
}

.hover\:border-t-green-70\/40:hover {
    border-top-color: rgb(57 168 91 / 0.4);
}

.hover\:border-t-green-70\/5:hover {
    border-top-color: rgb(57 168 91 / 0.05);
}

.hover\:border-t-green-70\/50:hover {
    border-top-color: rgb(57 168 91 / 0.5);
}

.hover\:border-t-green-70\/60:hover {
    border-top-color: rgb(57 168 91 / 0.6);
}

.hover\:border-t-green-70\/70:hover {
    border-top-color: rgb(57 168 91 / 0.7);
}

.hover\:border-t-green-70\/75:hover {
    border-top-color: rgb(57 168 91 / 0.75);
}

.hover\:border-t-green-70\/80:hover {
    border-top-color: rgb(57 168 91 / 0.8);
}

.hover\:border-t-green-70\/90:hover {
    border-top-color: rgb(57 168 91 / 0.9);
}

.hover\:border-t-green-70\/95:hover {
    border-top-color: rgb(57 168 91 / 0.95);
}

.hover\:border-t-purple-10:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.hover\:border-t-purple-10\/0:hover {
    border-top-color: rgb(26 8 70 / 0);
}

.hover\:border-t-purple-10\/10:hover {
    border-top-color: rgb(26 8 70 / 0.1);
}

.hover\:border-t-purple-10\/100:hover {
    border-top-color: rgb(26 8 70 / 1);
}

.hover\:border-t-purple-10\/20:hover {
    border-top-color: rgb(26 8 70 / 0.2);
}

.hover\:border-t-purple-10\/25:hover {
    border-top-color: rgb(26 8 70 / 0.25);
}

.hover\:border-t-purple-10\/30:hover {
    border-top-color: rgb(26 8 70 / 0.3);
}

.hover\:border-t-purple-10\/40:hover {
    border-top-color: rgb(26 8 70 / 0.4);
}

.hover\:border-t-purple-10\/5:hover {
    border-top-color: rgb(26 8 70 / 0.05);
}

.hover\:border-t-purple-10\/50:hover {
    border-top-color: rgb(26 8 70 / 0.5);
}

.hover\:border-t-purple-10\/60:hover {
    border-top-color: rgb(26 8 70 / 0.6);
}

.hover\:border-t-purple-10\/70:hover {
    border-top-color: rgb(26 8 70 / 0.7);
}

.hover\:border-t-purple-10\/75:hover {
    border-top-color: rgb(26 8 70 / 0.75);
}

.hover\:border-t-purple-10\/80:hover {
    border-top-color: rgb(26 8 70 / 0.8);
}

.hover\:border-t-purple-10\/90:hover {
    border-top-color: rgb(26 8 70 / 0.9);
}

.hover\:border-t-purple-10\/95:hover {
    border-top-color: rgb(26 8 70 / 0.95);
}

.hover\:border-t-purple-100:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.hover\:border-t-purple-100\/0:hover {
    border-top-color: rgb(125 41 145 / 0);
}

.hover\:border-t-purple-100\/10:hover {
    border-top-color: rgb(125 41 145 / 0.1);
}

.hover\:border-t-purple-100\/100:hover {
    border-top-color: rgb(125 41 145 / 1);
}

.hover\:border-t-purple-100\/20:hover {
    border-top-color: rgb(125 41 145 / 0.2);
}

.hover\:border-t-purple-100\/25:hover {
    border-top-color: rgb(125 41 145 / 0.25);
}

.hover\:border-t-purple-100\/30:hover {
    border-top-color: rgb(125 41 145 / 0.3);
}

.hover\:border-t-purple-100\/40:hover {
    border-top-color: rgb(125 41 145 / 0.4);
}

.hover\:border-t-purple-100\/5:hover {
    border-top-color: rgb(125 41 145 / 0.05);
}

.hover\:border-t-purple-100\/50:hover {
    border-top-color: rgb(125 41 145 / 0.5);
}

.hover\:border-t-purple-100\/60:hover {
    border-top-color: rgb(125 41 145 / 0.6);
}

.hover\:border-t-purple-100\/70:hover {
    border-top-color: rgb(125 41 145 / 0.7);
}

.hover\:border-t-purple-100\/75:hover {
    border-top-color: rgb(125 41 145 / 0.75);
}

.hover\:border-t-purple-100\/80:hover {
    border-top-color: rgb(125 41 145 / 0.8);
}

.hover\:border-t-purple-100\/90:hover {
    border-top-color: rgb(125 41 145 / 0.9);
}

.hover\:border-t-purple-100\/95:hover {
    border-top-color: rgb(125 41 145 / 0.95);
}

.hover\:border-t-purple-20:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.hover\:border-t-purple-20\/0:hover {
    border-top-color: rgb(40 12 78 / 0);
}

.hover\:border-t-purple-20\/10:hover {
    border-top-color: rgb(40 12 78 / 0.1);
}

.hover\:border-t-purple-20\/100:hover {
    border-top-color: rgb(40 12 78 / 1);
}

.hover\:border-t-purple-20\/20:hover {
    border-top-color: rgb(40 12 78 / 0.2);
}

.hover\:border-t-purple-20\/25:hover {
    border-top-color: rgb(40 12 78 / 0.25);
}

.hover\:border-t-purple-20\/30:hover {
    border-top-color: rgb(40 12 78 / 0.3);
}

.hover\:border-t-purple-20\/40:hover {
    border-top-color: rgb(40 12 78 / 0.4);
}

.hover\:border-t-purple-20\/5:hover {
    border-top-color: rgb(40 12 78 / 0.05);
}

.hover\:border-t-purple-20\/50:hover {
    border-top-color: rgb(40 12 78 / 0.5);
}

.hover\:border-t-purple-20\/60:hover {
    border-top-color: rgb(40 12 78 / 0.6);
}

.hover\:border-t-purple-20\/70:hover {
    border-top-color: rgb(40 12 78 / 0.7);
}

.hover\:border-t-purple-20\/75:hover {
    border-top-color: rgb(40 12 78 / 0.75);
}

.hover\:border-t-purple-20\/80:hover {
    border-top-color: rgb(40 12 78 / 0.8);
}

.hover\:border-t-purple-20\/90:hover {
    border-top-color: rgb(40 12 78 / 0.9);
}

.hover\:border-t-purple-20\/95:hover {
    border-top-color: rgb(40 12 78 / 0.95);
}

.hover\:border-t-purple-30:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.hover\:border-t-purple-30\/0:hover {
    border-top-color: rgb(53 15 86 / 0);
}

.hover\:border-t-purple-30\/10:hover {
    border-top-color: rgb(53 15 86 / 0.1);
}

.hover\:border-t-purple-30\/100:hover {
    border-top-color: rgb(53 15 86 / 1);
}

.hover\:border-t-purple-30\/20:hover {
    border-top-color: rgb(53 15 86 / 0.2);
}

.hover\:border-t-purple-30\/25:hover {
    border-top-color: rgb(53 15 86 / 0.25);
}

.hover\:border-t-purple-30\/30:hover {
    border-top-color: rgb(53 15 86 / 0.3);
}

.hover\:border-t-purple-30\/40:hover {
    border-top-color: rgb(53 15 86 / 0.4);
}

.hover\:border-t-purple-30\/5:hover {
    border-top-color: rgb(53 15 86 / 0.05);
}

.hover\:border-t-purple-30\/50:hover {
    border-top-color: rgb(53 15 86 / 0.5);
}

.hover\:border-t-purple-30\/60:hover {
    border-top-color: rgb(53 15 86 / 0.6);
}

.hover\:border-t-purple-30\/70:hover {
    border-top-color: rgb(53 15 86 / 0.7);
}

.hover\:border-t-purple-30\/75:hover {
    border-top-color: rgb(53 15 86 / 0.75);
}

.hover\:border-t-purple-30\/80:hover {
    border-top-color: rgb(53 15 86 / 0.8);
}

.hover\:border-t-purple-30\/90:hover {
    border-top-color: rgb(53 15 86 / 0.9);
}

.hover\:border-t-purple-30\/95:hover {
    border-top-color: rgb(53 15 86 / 0.95);
}

.hover\:border-t-purple-50:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.hover\:border-t-purple-50\/0:hover {
    border-top-color: rgb(79 22 102 / 0);
}

.hover\:border-t-purple-50\/10:hover {
    border-top-color: rgb(79 22 102 / 0.1);
}

.hover\:border-t-purple-50\/100:hover {
    border-top-color: rgb(79 22 102 / 1);
}

.hover\:border-t-purple-50\/20:hover {
    border-top-color: rgb(79 22 102 / 0.2);
}

.hover\:border-t-purple-50\/25:hover {
    border-top-color: rgb(79 22 102 / 0.25);
}

.hover\:border-t-purple-50\/30:hover {
    border-top-color: rgb(79 22 102 / 0.3);
}

.hover\:border-t-purple-50\/40:hover {
    border-top-color: rgb(79 22 102 / 0.4);
}

.hover\:border-t-purple-50\/5:hover {
    border-top-color: rgb(79 22 102 / 0.05);
}

.hover\:border-t-purple-50\/50:hover {
    border-top-color: rgb(79 22 102 / 0.5);
}

.hover\:border-t-purple-50\/60:hover {
    border-top-color: rgb(79 22 102 / 0.6);
}

.hover\:border-t-purple-50\/70:hover {
    border-top-color: rgb(79 22 102 / 0.7);
}

.hover\:border-t-purple-50\/75:hover {
    border-top-color: rgb(79 22 102 / 0.75);
}

.hover\:border-t-purple-50\/80:hover {
    border-top-color: rgb(79 22 102 / 0.8);
}

.hover\:border-t-purple-50\/90:hover {
    border-top-color: rgb(79 22 102 / 0.9);
}

.hover\:border-t-purple-50\/95:hover {
    border-top-color: rgb(79 22 102 / 0.95);
}

.hover\:border-t-purple-70:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.hover\:border-t-purple-70\/0:hover {
    border-top-color: rgb(106 29 119 / 0);
}

.hover\:border-t-purple-70\/10:hover {
    border-top-color: rgb(106 29 119 / 0.1);
}

.hover\:border-t-purple-70\/100:hover {
    border-top-color: rgb(106 29 119 / 1);
}

.hover\:border-t-purple-70\/20:hover {
    border-top-color: rgb(106 29 119 / 0.2);
}

.hover\:border-t-purple-70\/25:hover {
    border-top-color: rgb(106 29 119 / 0.25);
}

.hover\:border-t-purple-70\/30:hover {
    border-top-color: rgb(106 29 119 / 0.3);
}

.hover\:border-t-purple-70\/40:hover {
    border-top-color: rgb(106 29 119 / 0.4);
}

.hover\:border-t-purple-70\/5:hover {
    border-top-color: rgb(106 29 119 / 0.05);
}

.hover\:border-t-purple-70\/50:hover {
    border-top-color: rgb(106 29 119 / 0.5);
}

.hover\:border-t-purple-70\/60:hover {
    border-top-color: rgb(106 29 119 / 0.6);
}

.hover\:border-t-purple-70\/70:hover {
    border-top-color: rgb(106 29 119 / 0.7);
}

.hover\:border-t-purple-70\/75:hover {
    border-top-color: rgb(106 29 119 / 0.75);
}

.hover\:border-t-purple-70\/80:hover {
    border-top-color: rgb(106 29 119 / 0.8);
}

.hover\:border-t-purple-70\/90:hover {
    border-top-color: rgb(106 29 119 / 0.9);
}

.hover\:border-t-purple-70\/95:hover {
    border-top-color: rgb(106 29 119 / 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\/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\/40:hover {
    border-top-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    border-top-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.hover\:border-t-utility-error\/0:hover {
    border-top-color: rgb(220 33 33 / 0);
}

.hover\:border-t-utility-error\/10:hover {
    border-top-color: rgb(220 33 33 / 0.1);
}

.hover\:border-t-utility-error\/100:hover {
    border-top-color: rgb(220 33 33 / 1);
}

.hover\:border-t-utility-error\/20:hover {
    border-top-color: rgb(220 33 33 / 0.2);
}

.hover\:border-t-utility-error\/25:hover {
    border-top-color: rgb(220 33 33 / 0.25);
}

.hover\:border-t-utility-error\/30:hover {
    border-top-color: rgb(220 33 33 / 0.3);
}

.hover\:border-t-utility-error\/40:hover {
    border-top-color: rgb(220 33 33 / 0.4);
}

.hover\:border-t-utility-error\/5:hover {
    border-top-color: rgb(220 33 33 / 0.05);
}

.hover\:border-t-utility-error\/50:hover {
    border-top-color: rgb(220 33 33 / 0.5);
}

.hover\:border-t-utility-error\/60:hover {
    border-top-color: rgb(220 33 33 / 0.6);
}

.hover\:border-t-utility-error\/70:hover {
    border-top-color: rgb(220 33 33 / 0.7);
}

.hover\:border-t-utility-error\/75:hover {
    border-top-color: rgb(220 33 33 / 0.75);
}

.hover\:border-t-utility-error\/80:hover {
    border-top-color: rgb(220 33 33 / 0.8);
}

.hover\:border-t-utility-error\/90:hover {
    border-top-color: rgb(220 33 33 / 0.9);
}

.hover\:border-t-utility-error\/95:hover {
    border-top-color: rgb(220 33 33 / 0.95);
}

.hover\:border-t-utility-info:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.hover\:border-t-utility-info\/0:hover {
    border-top-color: rgb(191 219 254 / 0);
}

.hover\:border-t-utility-info\/10:hover {
    border-top-color: rgb(191 219 254 / 0.1);
}

.hover\:border-t-utility-info\/100:hover {
    border-top-color: rgb(191 219 254 / 1);
}

.hover\:border-t-utility-info\/20:hover {
    border-top-color: rgb(191 219 254 / 0.2);
}

.hover\:border-t-utility-info\/25:hover {
    border-top-color: rgb(191 219 254 / 0.25);
}

.hover\:border-t-utility-info\/30:hover {
    border-top-color: rgb(191 219 254 / 0.3);
}

.hover\:border-t-utility-info\/40:hover {
    border-top-color: rgb(191 219 254 / 0.4);
}

.hover\:border-t-utility-info\/5:hover {
    border-top-color: rgb(191 219 254 / 0.05);
}

.hover\:border-t-utility-info\/50:hover {
    border-top-color: rgb(191 219 254 / 0.5);
}

.hover\:border-t-utility-info\/60:hover {
    border-top-color: rgb(191 219 254 / 0.6);
}

.hover\:border-t-utility-info\/70:hover {
    border-top-color: rgb(191 219 254 / 0.7);
}

.hover\:border-t-utility-info\/75:hover {
    border-top-color: rgb(191 219 254 / 0.75);
}

.hover\:border-t-utility-info\/80:hover {
    border-top-color: rgb(191 219 254 / 0.8);
}

.hover\:border-t-utility-info\/90:hover {
    border-top-color: rgb(191 219 254 / 0.9);
}

.hover\:border-t-utility-info\/95:hover {
    border-top-color: rgb(191 219 254 / 0.95);
}

.hover\:border-t-utility-success:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.hover\:border-t-utility-success\/0:hover {
    border-top-color: rgb(92 204 23 / 0);
}

.hover\:border-t-utility-success\/10:hover {
    border-top-color: rgb(92 204 23 / 0.1);
}

.hover\:border-t-utility-success\/100:hover {
    border-top-color: rgb(92 204 23 / 1);
}

.hover\:border-t-utility-success\/20:hover {
    border-top-color: rgb(92 204 23 / 0.2);
}

.hover\:border-t-utility-success\/25:hover {
    border-top-color: rgb(92 204 23 / 0.25);
}

.hover\:border-t-utility-success\/30:hover {
    border-top-color: rgb(92 204 23 / 0.3);
}

.hover\:border-t-utility-success\/40:hover {
    border-top-color: rgb(92 204 23 / 0.4);
}

.hover\:border-t-utility-success\/5:hover {
    border-top-color: rgb(92 204 23 / 0.05);
}

.hover\:border-t-utility-success\/50:hover {
    border-top-color: rgb(92 204 23 / 0.5);
}

.hover\:border-t-utility-success\/60:hover {
    border-top-color: rgb(92 204 23 / 0.6);
}

.hover\:border-t-utility-success\/70:hover {
    border-top-color: rgb(92 204 23 / 0.7);
}

.hover\:border-t-utility-success\/75:hover {
    border-top-color: rgb(92 204 23 / 0.75);
}

.hover\:border-t-utility-success\/80:hover {
    border-top-color: rgb(92 204 23 / 0.8);
}

.hover\:border-t-utility-success\/90:hover {
    border-top-color: rgb(92 204 23 / 0.9);
}

.hover\:border-t-utility-success\/95:hover {
    border-top-color: rgb(92 204 23 / 0.95);
}

.hover\:border-t-utility-warning:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.hover\:border-t-utility-warning\/0:hover {
    border-top-color: rgb(219 170 110 / 0);
}

.hover\:border-t-utility-warning\/10:hover {
    border-top-color: rgb(219 170 110 / 0.1);
}

.hover\:border-t-utility-warning\/100:hover {
    border-top-color: rgb(219 170 110 / 1);
}

.hover\:border-t-utility-warning\/20:hover {
    border-top-color: rgb(219 170 110 / 0.2);
}

.hover\:border-t-utility-warning\/25:hover {
    border-top-color: rgb(219 170 110 / 0.25);
}

.hover\:border-t-utility-warning\/30:hover {
    border-top-color: rgb(219 170 110 / 0.3);
}

.hover\:border-t-utility-warning\/40:hover {
    border-top-color: rgb(219 170 110 / 0.4);
}

.hover\:border-t-utility-warning\/5:hover {
    border-top-color: rgb(219 170 110 / 0.05);
}

.hover\:border-t-utility-warning\/50:hover {
    border-top-color: rgb(219 170 110 / 0.5);
}

.hover\:border-t-utility-warning\/60:hover {
    border-top-color: rgb(219 170 110 / 0.6);
}

.hover\:border-t-utility-warning\/70:hover {
    border-top-color: rgb(219 170 110 / 0.7);
}

.hover\:border-t-utility-warning\/75:hover {
    border-top-color: rgb(219 170 110 / 0.75);
}

.hover\:border-t-utility-warning\/80:hover {
    border-top-color: rgb(219 170 110 / 0.8);
}

.hover\:border-t-utility-warning\/90:hover {
    border-top-color: rgb(219 170 110 / 0.9);
}

.hover\:border-t-utility-warning\/95:hover {
    border-top-color: rgb(219 170 110 / 0.95);
}

.hover\:border-t-very-dark-blue:hover {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.hover\:border-t-very-dark-blue\/0:hover {
    border-top-color: rgb(4 4 47 / 0);
}

.hover\:border-t-very-dark-blue\/10:hover {
    border-top-color: rgb(4 4 47 / 0.1);
}

.hover\:border-t-very-dark-blue\/100:hover {
    border-top-color: rgb(4 4 47 / 1);
}

.hover\:border-t-very-dark-blue\/20:hover {
    border-top-color: rgb(4 4 47 / 0.2);
}

.hover\:border-t-very-dark-blue\/25:hover {
    border-top-color: rgb(4 4 47 / 0.25);
}

.hover\:border-t-very-dark-blue\/30:hover {
    border-top-color: rgb(4 4 47 / 0.3);
}

.hover\:border-t-very-dark-blue\/40:hover {
    border-top-color: rgb(4 4 47 / 0.4);
}

.hover\:border-t-very-dark-blue\/5:hover {
    border-top-color: rgb(4 4 47 / 0.05);
}

.hover\:border-t-very-dark-blue\/50:hover {
    border-top-color: rgb(4 4 47 / 0.5);
}

.hover\:border-t-very-dark-blue\/60:hover {
    border-top-color: rgb(4 4 47 / 0.6);
}

.hover\:border-t-very-dark-blue\/70:hover {
    border-top-color: rgb(4 4 47 / 0.7);
}

.hover\:border-t-very-dark-blue\/75:hover {
    border-top-color: rgb(4 4 47 / 0.75);
}

.hover\:border-t-very-dark-blue\/80:hover {
    border-top-color: rgb(4 4 47 / 0.8);
}

.hover\:border-t-very-dark-blue\/90:hover {
    border-top-color: rgb(4 4 47 / 0.9);
}

.hover\:border-t-very-dark-blue\/95:hover {
    border-top-color: rgb(4 4 47 / 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-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-40:hover {
    --tw-border-opacity: 0.4;
}

.hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05;
}

.hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5;
}

.hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6;
}

.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-90:hover {
    --tw-border-opacity: 0.9;
}

.hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95;
}

.hover\:bg-accent-green-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(42 172 110 / var(--tw-bg-opacity));
}

.hover\:bg-accent-green-dark\/0:hover {
    background-color: rgb(42 172 110 / 0);
}

.hover\:bg-accent-green-dark\/10:hover {
    background-color: rgb(42 172 110 / 0.1);
}

.hover\:bg-accent-green-dark\/100:hover {
    background-color: rgb(42 172 110 / 1);
}

.hover\:bg-accent-green-dark\/20:hover {
    background-color: rgb(42 172 110 / 0.2);
}

.hover\:bg-accent-green-dark\/25:hover {
    background-color: rgb(42 172 110 / 0.25);
}

.hover\:bg-accent-green-dark\/30:hover {
    background-color: rgb(42 172 110 / 0.3);
}

.hover\:bg-accent-green-dark\/40:hover {
    background-color: rgb(42 172 110 / 0.4);
}

.hover\:bg-accent-green-dark\/5:hover {
    background-color: rgb(42 172 110 / 0.05);
}

.hover\:bg-accent-green-dark\/50:hover {
    background-color: rgb(42 172 110 / 0.5);
}

.hover\:bg-accent-green-dark\/60:hover {
    background-color: rgb(42 172 110 / 0.6);
}

.hover\:bg-accent-green-dark\/70:hover {
    background-color: rgb(42 172 110 / 0.7);
}

.hover\:bg-accent-green-dark\/75:hover {
    background-color: rgb(42 172 110 / 0.75);
}

.hover\:bg-accent-green-dark\/80:hover {
    background-color: rgb(42 172 110 / 0.8);
}

.hover\:bg-accent-green-dark\/90:hover {
    background-color: rgb(42 172 110 / 0.9);
}

.hover\:bg-accent-green-dark\/95:hover {
    background-color: rgb(42 172 110 / 0.95);
}

.hover\:bg-accent-green-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.hover\:bg-accent-green-light\/0:hover {
    background-color: rgb(90 226 75 / 0);
}

.hover\:bg-accent-green-light\/10:hover {
    background-color: rgb(90 226 75 / 0.1);
}

.hover\:bg-accent-green-light\/100:hover {
    background-color: rgb(90 226 75 / 1);
}

.hover\:bg-accent-green-light\/20:hover {
    background-color: rgb(90 226 75 / 0.2);
}

.hover\:bg-accent-green-light\/25:hover {
    background-color: rgb(90 226 75 / 0.25);
}

.hover\:bg-accent-green-light\/30:hover {
    background-color: rgb(90 226 75 / 0.3);
}

.hover\:bg-accent-green-light\/40:hover {
    background-color: rgb(90 226 75 / 0.4);
}

.hover\:bg-accent-green-light\/5:hover {
    background-color: rgb(90 226 75 / 0.05);
}

.hover\:bg-accent-green-light\/50:hover {
    background-color: rgb(90 226 75 / 0.5);
}

.hover\:bg-accent-green-light\/60:hover {
    background-color: rgb(90 226 75 / 0.6);
}

.hover\:bg-accent-green-light\/70:hover {
    background-color: rgb(90 226 75 / 0.7);
}

.hover\:bg-accent-green-light\/75:hover {
    background-color: rgb(90 226 75 / 0.75);
}

.hover\:bg-accent-green-light\/80:hover {
    background-color: rgb(90 226 75 / 0.8);
}

.hover\:bg-accent-green-light\/90:hover {
    background-color: rgb(90 226 75 / 0.9);
}

.hover\:bg-accent-green-light\/95:hover {
    background-color: rgb(90 226 75 / 0.95);
}

.hover\:bg-accent-purple:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(192 69 221 / var(--tw-bg-opacity));
}

.hover\:bg-accent-purple\/0:hover {
    background-color: rgb(192 69 221 / 0);
}

.hover\:bg-accent-purple\/10:hover {
    background-color: rgb(192 69 221 / 0.1);
}

.hover\:bg-accent-purple\/100:hover {
    background-color: rgb(192 69 221 / 1);
}

.hover\:bg-accent-purple\/20:hover {
    background-color: rgb(192 69 221 / 0.2);
}

.hover\:bg-accent-purple\/25:hover {
    background-color: rgb(192 69 221 / 0.25);
}

.hover\:bg-accent-purple\/30:hover {
    background-color: rgb(192 69 221 / 0.3);
}

.hover\:bg-accent-purple\/40:hover {
    background-color: rgb(192 69 221 / 0.4);
}

.hover\:bg-accent-purple\/5:hover {
    background-color: rgb(192 69 221 / 0.05);
}

.hover\:bg-accent-purple\/50:hover {
    background-color: rgb(192 69 221 / 0.5);
}

.hover\:bg-accent-purple\/60:hover {
    background-color: rgb(192 69 221 / 0.6);
}

.hover\:bg-accent-purple\/70:hover {
    background-color: rgb(192 69 221 / 0.7);
}

.hover\:bg-accent-purple\/75:hover {
    background-color: rgb(192 69 221 / 0.75);
}

.hover\:bg-accent-purple\/80:hover {
    background-color: rgb(192 69 221 / 0.8);
}

.hover\:bg-accent-purple\/90:hover {
    background-color: rgb(192 69 221 / 0.9);
}

.hover\:bg-accent-purple\/95:hover {
    background-color: rgb(192 69 221 / 0.95);
}

.hover\:bg-current:hover {
    background-color: currentColor;
}

.hover\:bg-gray-10:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
}

.hover\:bg-gray-10\/0:hover {
    background-color: rgb(36 30 81 / 0);
}

.hover\:bg-gray-10\/10:hover {
    background-color: rgb(36 30 81 / 0.1);
}

.hover\:bg-gray-10\/100:hover {
    background-color: rgb(36 30 81 / 1);
}

.hover\:bg-gray-10\/20:hover {
    background-color: rgb(36 30 81 / 0.2);
}

.hover\:bg-gray-10\/25:hover {
    background-color: rgb(36 30 81 / 0.25);
}

.hover\:bg-gray-10\/30:hover {
    background-color: rgb(36 30 81 / 0.3);
}

.hover\:bg-gray-10\/40:hover {
    background-color: rgb(36 30 81 / 0.4);
}

.hover\:bg-gray-10\/5:hover {
    background-color: rgb(36 30 81 / 0.05);
}

.hover\:bg-gray-10\/50:hover {
    background-color: rgb(36 30 81 / 0.5);
}

.hover\:bg-gray-10\/60:hover {
    background-color: rgb(36 30 81 / 0.6);
}

.hover\:bg-gray-10\/70:hover {
    background-color: rgb(36 30 81 / 0.7);
}

.hover\:bg-gray-10\/75:hover {
    background-color: rgb(36 30 81 / 0.75);
}

.hover\:bg-gray-10\/80:hover {
    background-color: rgb(36 30 81 / 0.8);
}

.hover\:bg-gray-10\/90:hover {
    background-color: rgb(36 30 81 / 0.9);
}

.hover\:bg-gray-10\/95:hover {
    background-color: rgb(36 30 81 / 0.95);
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 249 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100\/0:hover {
    background-color: rgb(248 251 249 / 0);
}

.hover\:bg-gray-100\/10:hover {
    background-color: rgb(248 251 249 / 0.1);
}

.hover\:bg-gray-100\/100:hover {
    background-color: rgb(248 251 249 / 1);
}

.hover\:bg-gray-100\/20:hover {
    background-color: rgb(248 251 249 / 0.2);
}

.hover\:bg-gray-100\/25:hover {
    background-color: rgb(248 251 249 / 0.25);
}

.hover\:bg-gray-100\/30:hover {
    background-color: rgb(248 251 249 / 0.3);
}

.hover\:bg-gray-100\/40:hover {
    background-color: rgb(248 251 249 / 0.4);
}

.hover\:bg-gray-100\/5:hover {
    background-color: rgb(248 251 249 / 0.05);
}

.hover\:bg-gray-100\/50:hover {
    background-color: rgb(248 251 249 / 0.5);
}

.hover\:bg-gray-100\/60:hover {
    background-color: rgb(248 251 249 / 0.6);
}

.hover\:bg-gray-100\/70:hover {
    background-color: rgb(248 251 249 / 0.7);
}

.hover\:bg-gray-100\/75:hover {
    background-color: rgb(248 251 249 / 0.75);
}

.hover\:bg-gray-100\/80:hover {
    background-color: rgb(248 251 249 / 0.8);
}

.hover\:bg-gray-100\/90:hover {
    background-color: rgb(248 251 249 / 0.9);
}

.hover\:bg-gray-100\/95:hover {
    background-color: rgb(248 251 249 / 0.95);
}

.hover\:bg-gray-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(60 54 99 / var(--tw-bg-opacity));
}

.hover\:bg-gray-20\/0:hover {
    background-color: rgb(60 54 99 / 0);
}

.hover\:bg-gray-20\/10:hover {
    background-color: rgb(60 54 99 / 0.1);
}

.hover\:bg-gray-20\/100:hover {
    background-color: rgb(60 54 99 / 1);
}

.hover\:bg-gray-20\/20:hover {
    background-color: rgb(60 54 99 / 0.2);
}

.hover\:bg-gray-20\/25:hover {
    background-color: rgb(60 54 99 / 0.25);
}

.hover\:bg-gray-20\/30:hover {
    background-color: rgb(60 54 99 / 0.3);
}

.hover\:bg-gray-20\/40:hover {
    background-color: rgb(60 54 99 / 0.4);
}

.hover\:bg-gray-20\/5:hover {
    background-color: rgb(60 54 99 / 0.05);
}

.hover\:bg-gray-20\/50:hover {
    background-color: rgb(60 54 99 / 0.5);
}

.hover\:bg-gray-20\/60:hover {
    background-color: rgb(60 54 99 / 0.6);
}

.hover\:bg-gray-20\/70:hover {
    background-color: rgb(60 54 99 / 0.7);
}

.hover\:bg-gray-20\/75:hover {
    background-color: rgb(60 54 99 / 0.75);
}

.hover\:bg-gray-20\/80:hover {
    background-color: rgb(60 54 99 / 0.8);
}

.hover\:bg-gray-20\/90:hover {
    background-color: rgb(60 54 99 / 0.9);
}

.hover\:bg-gray-20\/95:hover {
    background-color: rgb(60 54 99 / 0.95);
}

.hover\:bg-gray-30:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(83 79 118 / var(--tw-bg-opacity));
}

.hover\:bg-gray-30\/0:hover {
    background-color: rgb(83 79 118 / 0);
}

.hover\:bg-gray-30\/10:hover {
    background-color: rgb(83 79 118 / 0.1);
}

.hover\:bg-gray-30\/100:hover {
    background-color: rgb(83 79 118 / 1);
}

.hover\:bg-gray-30\/20:hover {
    background-color: rgb(83 79 118 / 0.2);
}

.hover\:bg-gray-30\/25:hover {
    background-color: rgb(83 79 118 / 0.25);
}

.hover\:bg-gray-30\/30:hover {
    background-color: rgb(83 79 118 / 0.3);
}

.hover\:bg-gray-30\/40:hover {
    background-color: rgb(83 79 118 / 0.4);
}

.hover\:bg-gray-30\/5:hover {
    background-color: rgb(83 79 118 / 0.05);
}

.hover\:bg-gray-30\/50:hover {
    background-color: rgb(83 79 118 / 0.5);
}

.hover\:bg-gray-30\/60:hover {
    background-color: rgb(83 79 118 / 0.6);
}

.hover\:bg-gray-30\/70:hover {
    background-color: rgb(83 79 118 / 0.7);
}

.hover\:bg-gray-30\/75:hover {
    background-color: rgb(83 79 118 / 0.75);
}

.hover\:bg-gray-30\/80:hover {
    background-color: rgb(83 79 118 / 0.8);
}

.hover\:bg-gray-30\/90:hover {
    background-color: rgb(83 79 118 / 0.9);
}

.hover\:bg-gray-30\/95:hover {
    background-color: rgb(83 79 118 / 0.95);
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(130 128 155 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50\/0:hover {
    background-color: rgb(130 128 155 / 0);
}

.hover\:bg-gray-50\/10:hover {
    background-color: rgb(130 128 155 / 0.1);
}

.hover\:bg-gray-50\/100:hover {
    background-color: rgb(130 128 155 / 1);
}

.hover\:bg-gray-50\/20:hover {
    background-color: rgb(130 128 155 / 0.2);
}

.hover\:bg-gray-50\/25:hover {
    background-color: rgb(130 128 155 / 0.25);
}

.hover\:bg-gray-50\/30:hover {
    background-color: rgb(130 128 155 / 0.3);
}

.hover\:bg-gray-50\/40:hover {
    background-color: rgb(130 128 155 / 0.4);
}

.hover\:bg-gray-50\/5:hover {
    background-color: rgb(130 128 155 / 0.05);
}

.hover\:bg-gray-50\/50:hover {
    background-color: rgb(130 128 155 / 0.5);
}

.hover\:bg-gray-50\/60:hover {
    background-color: rgb(130 128 155 / 0.6);
}

.hover\:bg-gray-50\/70:hover {
    background-color: rgb(130 128 155 / 0.7);
}

.hover\:bg-gray-50\/75:hover {
    background-color: rgb(130 128 155 / 0.75);
}

.hover\:bg-gray-50\/80:hover {
    background-color: rgb(130 128 155 / 0.8);
}

.hover\:bg-gray-50\/90:hover {
    background-color: rgb(130 128 155 / 0.9);
}

.hover\:bg-gray-50\/95:hover {
    background-color: rgb(130 128 155 / 0.95);
}

.hover\:bg-gray-70:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(177 177 193 / var(--tw-bg-opacity));
}

.hover\:bg-gray-70\/0:hover {
    background-color: rgb(177 177 193 / 0);
}

.hover\:bg-gray-70\/10:hover {
    background-color: rgb(177 177 193 / 0.1);
}

.hover\:bg-gray-70\/100:hover {
    background-color: rgb(177 177 193 / 1);
}

.hover\:bg-gray-70\/20:hover {
    background-color: rgb(177 177 193 / 0.2);
}

.hover\:bg-gray-70\/25:hover {
    background-color: rgb(177 177 193 / 0.25);
}

.hover\:bg-gray-70\/30:hover {
    background-color: rgb(177 177 193 / 0.3);
}

.hover\:bg-gray-70\/40:hover {
    background-color: rgb(177 177 193 / 0.4);
}

.hover\:bg-gray-70\/5:hover {
    background-color: rgb(177 177 193 / 0.05);
}

.hover\:bg-gray-70\/50:hover {
    background-color: rgb(177 177 193 / 0.5);
}

.hover\:bg-gray-70\/60:hover {
    background-color: rgb(177 177 193 / 0.6);
}

.hover\:bg-gray-70\/70:hover {
    background-color: rgb(177 177 193 / 0.7);
}

.hover\:bg-gray-70\/75:hover {
    background-color: rgb(177 177 193 / 0.75);
}

.hover\:bg-gray-70\/80:hover {
    background-color: rgb(177 177 193 / 0.8);
}

.hover\:bg-gray-70\/90:hover {
    background-color: rgb(177 177 193 / 0.9);
}

.hover\:bg-gray-70\/95:hover {
    background-color: rgb(177 177 193 / 0.95);
}

.hover\:bg-green-10:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(19 28 66 / var(--tw-bg-opacity));
}

.hover\:bg-green-10\/0:hover {
    background-color: rgb(19 28 66 / 0);
}

.hover\:bg-green-10\/10:hover {
    background-color: rgb(19 28 66 / 0.1);
}

.hover\:bg-green-10\/100:hover {
    background-color: rgb(19 28 66 / 1);
}

.hover\:bg-green-10\/20:hover {
    background-color: rgb(19 28 66 / 0.2);
}

.hover\:bg-green-10\/25:hover {
    background-color: rgb(19 28 66 / 0.25);
}

.hover\:bg-green-10\/30:hover {
    background-color: rgb(19 28 66 / 0.3);
}

.hover\:bg-green-10\/40:hover {
    background-color: rgb(19 28 66 / 0.4);
}

.hover\:bg-green-10\/5:hover {
    background-color: rgb(19 28 66 / 0.05);
}

.hover\:bg-green-10\/50:hover {
    background-color: rgb(19 28 66 / 0.5);
}

.hover\:bg-green-10\/60:hover {
    background-color: rgb(19 28 66 / 0.6);
}

.hover\:bg-green-10\/70:hover {
    background-color: rgb(19 28 66 / 0.7);
}

.hover\:bg-green-10\/75:hover {
    background-color: rgb(19 28 66 / 0.75);
}

.hover\:bg-green-10\/80:hover {
    background-color: rgb(19 28 66 / 0.8);
}

.hover\:bg-green-10\/90:hover {
    background-color: rgb(19 28 66 / 0.9);
}

.hover\:bg-green-10\/95:hover {
    background-color: rgb(19 28 66 / 0.95);
}

.hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.hover\:bg-green-100\/0:hover {
    background-color: rgb(90 226 75 / 0);
}

.hover\:bg-green-100\/10:hover {
    background-color: rgb(90 226 75 / 0.1);
}

.hover\:bg-green-100\/100:hover {
    background-color: rgb(90 226 75 / 1);
}

.hover\:bg-green-100\/20:hover {
    background-color: rgb(90 226 75 / 0.2);
}

.hover\:bg-green-100\/25:hover {
    background-color: rgb(90 226 75 / 0.25);
}

.hover\:bg-green-100\/30:hover {
    background-color: rgb(90 226 75 / 0.3);
}

.hover\:bg-green-100\/40:hover {
    background-color: rgb(90 226 75 / 0.4);
}

.hover\:bg-green-100\/5:hover {
    background-color: rgb(90 226 75 / 0.05);
}

.hover\:bg-green-100\/50:hover {
    background-color: rgb(90 226 75 / 0.5);
}

.hover\:bg-green-100\/60:hover {
    background-color: rgb(90 226 75 / 0.6);
}

.hover\:bg-green-100\/70:hover {
    background-color: rgb(90 226 75 / 0.7);
}

.hover\:bg-green-100\/75:hover {
    background-color: rgb(90 226 75 / 0.75);
}

.hover\:bg-green-100\/80:hover {
    background-color: rgb(90 226 75 / 0.8);
}

.hover\:bg-green-100\/90:hover {
    background-color: rgb(90 226 75 / 0.9);
}

.hover\:bg-green-100\/95:hover {
    background-color: rgb(90 226 75 / 0.95);
}

.hover\:bg-green-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 52 70 / var(--tw-bg-opacity));
}

.hover\:bg-green-20\/0:hover {
    background-color: rgb(26 52 70 / 0);
}

.hover\:bg-green-20\/10:hover {
    background-color: rgb(26 52 70 / 0.1);
}

.hover\:bg-green-20\/100:hover {
    background-color: rgb(26 52 70 / 1);
}

.hover\:bg-green-20\/20:hover {
    background-color: rgb(26 52 70 / 0.2);
}

.hover\:bg-green-20\/25:hover {
    background-color: rgb(26 52 70 / 0.25);
}

.hover\:bg-green-20\/30:hover {
    background-color: rgb(26 52 70 / 0.3);
}

.hover\:bg-green-20\/40:hover {
    background-color: rgb(26 52 70 / 0.4);
}

.hover\:bg-green-20\/5:hover {
    background-color: rgb(26 52 70 / 0.05);
}

.hover\:bg-green-20\/50:hover {
    background-color: rgb(26 52 70 / 0.5);
}

.hover\:bg-green-20\/60:hover {
    background-color: rgb(26 52 70 / 0.6);
}

.hover\:bg-green-20\/70:hover {
    background-color: rgb(26 52 70 / 0.7);
}

.hover\:bg-green-20\/75:hover {
    background-color: rgb(26 52 70 / 0.75);
}

.hover\:bg-green-20\/80:hover {
    background-color: rgb(26 52 70 / 0.8);
}

.hover\:bg-green-20\/90:hover {
    background-color: rgb(26 52 70 / 0.9);
}

.hover\:bg-green-20\/95:hover {
    background-color: rgb(26 52 70 / 0.95);
}

.hover\:bg-green-30:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(32 75 75 / var(--tw-bg-opacity));
}

.hover\:bg-green-30\/0:hover {
    background-color: rgb(32 75 75 / 0);
}

.hover\:bg-green-30\/10:hover {
    background-color: rgb(32 75 75 / 0.1);
}

.hover\:bg-green-30\/100:hover {
    background-color: rgb(32 75 75 / 1);
}

.hover\:bg-green-30\/20:hover {
    background-color: rgb(32 75 75 / 0.2);
}

.hover\:bg-green-30\/25:hover {
    background-color: rgb(32 75 75 / 0.25);
}

.hover\:bg-green-30\/30:hover {
    background-color: rgb(32 75 75 / 0.3);
}

.hover\:bg-green-30\/40:hover {
    background-color: rgb(32 75 75 / 0.4);
}

.hover\:bg-green-30\/5:hover {
    background-color: rgb(32 75 75 / 0.05);
}

.hover\:bg-green-30\/50:hover {
    background-color: rgb(32 75 75 / 0.5);
}

.hover\:bg-green-30\/60:hover {
    background-color: rgb(32 75 75 / 0.6);
}

.hover\:bg-green-30\/70:hover {
    background-color: rgb(32 75 75 / 0.7);
}

.hover\:bg-green-30\/75:hover {
    background-color: rgb(32 75 75 / 0.75);
}

.hover\:bg-green-30\/80:hover {
    background-color: rgb(32 75 75 / 0.8);
}

.hover\:bg-green-30\/90:hover {
    background-color: rgb(32 75 75 / 0.9);
}

.hover\:bg-green-30\/95:hover {
    background-color: rgb(32 75 75 / 0.95);
}

.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 121 83 / var(--tw-bg-opacity));
}

.hover\:bg-green-50\/0:hover {
    background-color: rgb(44 121 83 / 0);
}

.hover\:bg-green-50\/10:hover {
    background-color: rgb(44 121 83 / 0.1);
}

.hover\:bg-green-50\/100:hover {
    background-color: rgb(44 121 83 / 1);
}

.hover\:bg-green-50\/20:hover {
    background-color: rgb(44 121 83 / 0.2);
}

.hover\:bg-green-50\/25:hover {
    background-color: rgb(44 121 83 / 0.25);
}

.hover\:bg-green-50\/30:hover {
    background-color: rgb(44 121 83 / 0.3);
}

.hover\:bg-green-50\/40:hover {
    background-color: rgb(44 121 83 / 0.4);
}

.hover\:bg-green-50\/5:hover {
    background-color: rgb(44 121 83 / 0.05);
}

.hover\:bg-green-50\/50:hover {
    background-color: rgb(44 121 83 / 0.5);
}

.hover\:bg-green-50\/60:hover {
    background-color: rgb(44 121 83 / 0.6);
}

.hover\:bg-green-50\/70:hover {
    background-color: rgb(44 121 83 / 0.7);
}

.hover\:bg-green-50\/75:hover {
    background-color: rgb(44 121 83 / 0.75);
}

.hover\:bg-green-50\/80:hover {
    background-color: rgb(44 121 83 / 0.8);
}

.hover\:bg-green-50\/90:hover {
    background-color: rgb(44 121 83 / 0.9);
}

.hover\:bg-green-50\/95:hover {
    background-color: rgb(44 121 83 / 0.95);
}

.hover\:bg-green-70:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(57 168 91 / var(--tw-bg-opacity));
}

.hover\:bg-green-70\/0:hover {
    background-color: rgb(57 168 91 / 0);
}

.hover\:bg-green-70\/10:hover {
    background-color: rgb(57 168 91 / 0.1);
}

.hover\:bg-green-70\/100:hover {
    background-color: rgb(57 168 91 / 1);
}

.hover\:bg-green-70\/20:hover {
    background-color: rgb(57 168 91 / 0.2);
}

.hover\:bg-green-70\/25:hover {
    background-color: rgb(57 168 91 / 0.25);
}

.hover\:bg-green-70\/30:hover {
    background-color: rgb(57 168 91 / 0.3);
}

.hover\:bg-green-70\/40:hover {
    background-color: rgb(57 168 91 / 0.4);
}

.hover\:bg-green-70\/5:hover {
    background-color: rgb(57 168 91 / 0.05);
}

.hover\:bg-green-70\/50:hover {
    background-color: rgb(57 168 91 / 0.5);
}

.hover\:bg-green-70\/60:hover {
    background-color: rgb(57 168 91 / 0.6);
}

.hover\:bg-green-70\/70:hover {
    background-color: rgb(57 168 91 / 0.7);
}

.hover\:bg-green-70\/75:hover {
    background-color: rgb(57 168 91 / 0.75);
}

.hover\:bg-green-70\/80:hover {
    background-color: rgb(57 168 91 / 0.8);
}

.hover\:bg-green-70\/90:hover {
    background-color: rgb(57 168 91 / 0.9);
}

.hover\:bg-green-70\/95:hover {
    background-color: rgb(57 168 91 / 0.95);
}

.hover\:bg-purple-10:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 8 70 / var(--tw-bg-opacity));
}

.hover\:bg-purple-10\/0:hover {
    background-color: rgb(26 8 70 / 0);
}

.hover\:bg-purple-10\/10:hover {
    background-color: rgb(26 8 70 / 0.1);
}

.hover\:bg-purple-10\/100:hover {
    background-color: rgb(26 8 70 / 1);
}

.hover\:bg-purple-10\/20:hover {
    background-color: rgb(26 8 70 / 0.2);
}

.hover\:bg-purple-10\/25:hover {
    background-color: rgb(26 8 70 / 0.25);
}

.hover\:bg-purple-10\/30:hover {
    background-color: rgb(26 8 70 / 0.3);
}

.hover\:bg-purple-10\/40:hover {
    background-color: rgb(26 8 70 / 0.4);
}

.hover\:bg-purple-10\/5:hover {
    background-color: rgb(26 8 70 / 0.05);
}

.hover\:bg-purple-10\/50:hover {
    background-color: rgb(26 8 70 / 0.5);
}

.hover\:bg-purple-10\/60:hover {
    background-color: rgb(26 8 70 / 0.6);
}

.hover\:bg-purple-10\/70:hover {
    background-color: rgb(26 8 70 / 0.7);
}

.hover\:bg-purple-10\/75:hover {
    background-color: rgb(26 8 70 / 0.75);
}

.hover\:bg-purple-10\/80:hover {
    background-color: rgb(26 8 70 / 0.8);
}

.hover\:bg-purple-10\/90:hover {
    background-color: rgb(26 8 70 / 0.9);
}

.hover\:bg-purple-10\/95:hover {
    background-color: rgb(26 8 70 / 0.95);
}

.hover\:bg-purple-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(125 41 145 / var(--tw-bg-opacity));
}

.hover\:bg-purple-100\/0:hover {
    background-color: rgb(125 41 145 / 0);
}

.hover\:bg-purple-100\/10:hover {
    background-color: rgb(125 41 145 / 0.1);
}

.hover\:bg-purple-100\/100:hover {
    background-color: rgb(125 41 145 / 1);
}

.hover\:bg-purple-100\/20:hover {
    background-color: rgb(125 41 145 / 0.2);
}

.hover\:bg-purple-100\/25:hover {
    background-color: rgb(125 41 145 / 0.25);
}

.hover\:bg-purple-100\/30:hover {
    background-color: rgb(125 41 145 / 0.3);
}

.hover\:bg-purple-100\/40:hover {
    background-color: rgb(125 41 145 / 0.4);
}

.hover\:bg-purple-100\/5:hover {
    background-color: rgb(125 41 145 / 0.05);
}

.hover\:bg-purple-100\/50:hover {
    background-color: rgb(125 41 145 / 0.5);
}

.hover\:bg-purple-100\/60:hover {
    background-color: rgb(125 41 145 / 0.6);
}

.hover\:bg-purple-100\/70:hover {
    background-color: rgb(125 41 145 / 0.7);
}

.hover\:bg-purple-100\/75:hover {
    background-color: rgb(125 41 145 / 0.75);
}

.hover\:bg-purple-100\/80:hover {
    background-color: rgb(125 41 145 / 0.8);
}

.hover\:bg-purple-100\/90:hover {
    background-color: rgb(125 41 145 / 0.9);
}

.hover\:bg-purple-100\/95:hover {
    background-color: rgb(125 41 145 / 0.95);
}

.hover\:bg-purple-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(40 12 78 / var(--tw-bg-opacity));
}

.hover\:bg-purple-20\/0:hover {
    background-color: rgb(40 12 78 / 0);
}

.hover\:bg-purple-20\/10:hover {
    background-color: rgb(40 12 78 / 0.1);
}

.hover\:bg-purple-20\/100:hover {
    background-color: rgb(40 12 78 / 1);
}

.hover\:bg-purple-20\/20:hover {
    background-color: rgb(40 12 78 / 0.2);
}

.hover\:bg-purple-20\/25:hover {
    background-color: rgb(40 12 78 / 0.25);
}

.hover\:bg-purple-20\/30:hover {
    background-color: rgb(40 12 78 / 0.3);
}

.hover\:bg-purple-20\/40:hover {
    background-color: rgb(40 12 78 / 0.4);
}

.hover\:bg-purple-20\/5:hover {
    background-color: rgb(40 12 78 / 0.05);
}

.hover\:bg-purple-20\/50:hover {
    background-color: rgb(40 12 78 / 0.5);
}

.hover\:bg-purple-20\/60:hover {
    background-color: rgb(40 12 78 / 0.6);
}

.hover\:bg-purple-20\/70:hover {
    background-color: rgb(40 12 78 / 0.7);
}

.hover\:bg-purple-20\/75:hover {
    background-color: rgb(40 12 78 / 0.75);
}

.hover\:bg-purple-20\/80:hover {
    background-color: rgb(40 12 78 / 0.8);
}

.hover\:bg-purple-20\/90:hover {
    background-color: rgb(40 12 78 / 0.9);
}

.hover\:bg-purple-20\/95:hover {
    background-color: rgb(40 12 78 / 0.95);
}

.hover\:bg-purple-30:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(53 15 86 / var(--tw-bg-opacity));
}

.hover\:bg-purple-30\/0:hover {
    background-color: rgb(53 15 86 / 0);
}

.hover\:bg-purple-30\/10:hover {
    background-color: rgb(53 15 86 / 0.1);
}

.hover\:bg-purple-30\/100:hover {
    background-color: rgb(53 15 86 / 1);
}

.hover\:bg-purple-30\/20:hover {
    background-color: rgb(53 15 86 / 0.2);
}

.hover\:bg-purple-30\/25:hover {
    background-color: rgb(53 15 86 / 0.25);
}

.hover\:bg-purple-30\/30:hover {
    background-color: rgb(53 15 86 / 0.3);
}

.hover\:bg-purple-30\/40:hover {
    background-color: rgb(53 15 86 / 0.4);
}

.hover\:bg-purple-30\/5:hover {
    background-color: rgb(53 15 86 / 0.05);
}

.hover\:bg-purple-30\/50:hover {
    background-color: rgb(53 15 86 / 0.5);
}

.hover\:bg-purple-30\/60:hover {
    background-color: rgb(53 15 86 / 0.6);
}

.hover\:bg-purple-30\/70:hover {
    background-color: rgb(53 15 86 / 0.7);
}

.hover\:bg-purple-30\/75:hover {
    background-color: rgb(53 15 86 / 0.75);
}

.hover\:bg-purple-30\/80:hover {
    background-color: rgb(53 15 86 / 0.8);
}

.hover\:bg-purple-30\/90:hover {
    background-color: rgb(53 15 86 / 0.9);
}

.hover\:bg-purple-30\/95:hover {
    background-color: rgb(53 15 86 / 0.95);
}

.hover\:bg-purple-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(79 22 102 / var(--tw-bg-opacity));
}

.hover\:bg-purple-50\/0:hover {
    background-color: rgb(79 22 102 / 0);
}

.hover\:bg-purple-50\/10:hover {
    background-color: rgb(79 22 102 / 0.1);
}

.hover\:bg-purple-50\/100:hover {
    background-color: rgb(79 22 102 / 1);
}

.hover\:bg-purple-50\/20:hover {
    background-color: rgb(79 22 102 / 0.2);
}

.hover\:bg-purple-50\/25:hover {
    background-color: rgb(79 22 102 / 0.25);
}

.hover\:bg-purple-50\/30:hover {
    background-color: rgb(79 22 102 / 0.3);
}

.hover\:bg-purple-50\/40:hover {
    background-color: rgb(79 22 102 / 0.4);
}

.hover\:bg-purple-50\/5:hover {
    background-color: rgb(79 22 102 / 0.05);
}

.hover\:bg-purple-50\/50:hover {
    background-color: rgb(79 22 102 / 0.5);
}

.hover\:bg-purple-50\/60:hover {
    background-color: rgb(79 22 102 / 0.6);
}

.hover\:bg-purple-50\/70:hover {
    background-color: rgb(79 22 102 / 0.7);
}

.hover\:bg-purple-50\/75:hover {
    background-color: rgb(79 22 102 / 0.75);
}

.hover\:bg-purple-50\/80:hover {
    background-color: rgb(79 22 102 / 0.8);
}

.hover\:bg-purple-50\/90:hover {
    background-color: rgb(79 22 102 / 0.9);
}

.hover\:bg-purple-50\/95:hover {
    background-color: rgb(79 22 102 / 0.95);
}

.hover\:bg-purple-70:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(106 29 119 / var(--tw-bg-opacity));
}

.hover\:bg-purple-70\/0:hover {
    background-color: rgb(106 29 119 / 0);
}

.hover\:bg-purple-70\/10:hover {
    background-color: rgb(106 29 119 / 0.1);
}

.hover\:bg-purple-70\/100:hover {
    background-color: rgb(106 29 119 / 1);
}

.hover\:bg-purple-70\/20:hover {
    background-color: rgb(106 29 119 / 0.2);
}

.hover\:bg-purple-70\/25:hover {
    background-color: rgb(106 29 119 / 0.25);
}

.hover\:bg-purple-70\/30:hover {
    background-color: rgb(106 29 119 / 0.3);
}

.hover\:bg-purple-70\/40:hover {
    background-color: rgb(106 29 119 / 0.4);
}

.hover\:bg-purple-70\/5:hover {
    background-color: rgb(106 29 119 / 0.05);
}

.hover\:bg-purple-70\/50:hover {
    background-color: rgb(106 29 119 / 0.5);
}

.hover\:bg-purple-70\/60:hover {
    background-color: rgb(106 29 119 / 0.6);
}

.hover\:bg-purple-70\/70:hover {
    background-color: rgb(106 29 119 / 0.7);
}

.hover\:bg-purple-70\/75:hover {
    background-color: rgb(106 29 119 / 0.75);
}

.hover\:bg-purple-70\/80:hover {
    background-color: rgb(106 29 119 / 0.8);
}

.hover\:bg-purple-70\/90:hover {
    background-color: rgb(106 29 119 / 0.9);
}

.hover\:bg-purple-70\/95:hover {
    background-color: rgb(106 29 119 / 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\/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\/40:hover {
    background-color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    background-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(220 33 33 / var(--tw-bg-opacity));
}

.hover\:bg-utility-error\/0:hover {
    background-color: rgb(220 33 33 / 0);
}

.hover\:bg-utility-error\/10:hover {
    background-color: rgb(220 33 33 / 0.1);
}

.hover\:bg-utility-error\/100:hover {
    background-color: rgb(220 33 33 / 1);
}

.hover\:bg-utility-error\/20:hover {
    background-color: rgb(220 33 33 / 0.2);
}

.hover\:bg-utility-error\/25:hover {
    background-color: rgb(220 33 33 / 0.25);
}

.hover\:bg-utility-error\/30:hover {
    background-color: rgb(220 33 33 / 0.3);
}

.hover\:bg-utility-error\/40:hover {
    background-color: rgb(220 33 33 / 0.4);
}

.hover\:bg-utility-error\/5:hover {
    background-color: rgb(220 33 33 / 0.05);
}

.hover\:bg-utility-error\/50:hover {
    background-color: rgb(220 33 33 / 0.5);
}

.hover\:bg-utility-error\/60:hover {
    background-color: rgb(220 33 33 / 0.6);
}

.hover\:bg-utility-error\/70:hover {
    background-color: rgb(220 33 33 / 0.7);
}

.hover\:bg-utility-error\/75:hover {
    background-color: rgb(220 33 33 / 0.75);
}

.hover\:bg-utility-error\/80:hover {
    background-color: rgb(220 33 33 / 0.8);
}

.hover\:bg-utility-error\/90:hover {
    background-color: rgb(220 33 33 / 0.9);
}

.hover\:bg-utility-error\/95:hover {
    background-color: rgb(220 33 33 / 0.95);
}

.hover\:bg-utility-info:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:bg-utility-info\/0:hover {
    background-color: rgb(191 219 254 / 0);
}

.hover\:bg-utility-info\/10:hover {
    background-color: rgb(191 219 254 / 0.1);
}

.hover\:bg-utility-info\/100:hover {
    background-color: rgb(191 219 254 / 1);
}

.hover\:bg-utility-info\/20:hover {
    background-color: rgb(191 219 254 / 0.2);
}

.hover\:bg-utility-info\/25:hover {
    background-color: rgb(191 219 254 / 0.25);
}

.hover\:bg-utility-info\/30:hover {
    background-color: rgb(191 219 254 / 0.3);
}

.hover\:bg-utility-info\/40:hover {
    background-color: rgb(191 219 254 / 0.4);
}

.hover\:bg-utility-info\/5:hover {
    background-color: rgb(191 219 254 / 0.05);
}

.hover\:bg-utility-info\/50:hover {
    background-color: rgb(191 219 254 / 0.5);
}

.hover\:bg-utility-info\/60:hover {
    background-color: rgb(191 219 254 / 0.6);
}

.hover\:bg-utility-info\/70:hover {
    background-color: rgb(191 219 254 / 0.7);
}

.hover\:bg-utility-info\/75:hover {
    background-color: rgb(191 219 254 / 0.75);
}

.hover\:bg-utility-info\/80:hover {
    background-color: rgb(191 219 254 / 0.8);
}

.hover\:bg-utility-info\/90:hover {
    background-color: rgb(191 219 254 / 0.9);
}

.hover\:bg-utility-info\/95:hover {
    background-color: rgb(191 219 254 / 0.95);
}

.hover\:bg-utility-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(92 204 23 / var(--tw-bg-opacity));
}

.hover\:bg-utility-success\/0:hover {
    background-color: rgb(92 204 23 / 0);
}

.hover\:bg-utility-success\/10:hover {
    background-color: rgb(92 204 23 / 0.1);
}

.hover\:bg-utility-success\/100:hover {
    background-color: rgb(92 204 23 / 1);
}

.hover\:bg-utility-success\/20:hover {
    background-color: rgb(92 204 23 / 0.2);
}

.hover\:bg-utility-success\/25:hover {
    background-color: rgb(92 204 23 / 0.25);
}

.hover\:bg-utility-success\/30:hover {
    background-color: rgb(92 204 23 / 0.3);
}

.hover\:bg-utility-success\/40:hover {
    background-color: rgb(92 204 23 / 0.4);
}

.hover\:bg-utility-success\/5:hover {
    background-color: rgb(92 204 23 / 0.05);
}

.hover\:bg-utility-success\/50:hover {
    background-color: rgb(92 204 23 / 0.5);
}

.hover\:bg-utility-success\/60:hover {
    background-color: rgb(92 204 23 / 0.6);
}

.hover\:bg-utility-success\/70:hover {
    background-color: rgb(92 204 23 / 0.7);
}

.hover\:bg-utility-success\/75:hover {
    background-color: rgb(92 204 23 / 0.75);
}

.hover\:bg-utility-success\/80:hover {
    background-color: rgb(92 204 23 / 0.8);
}

.hover\:bg-utility-success\/90:hover {
    background-color: rgb(92 204 23 / 0.9);
}

.hover\:bg-utility-success\/95:hover {
    background-color: rgb(92 204 23 / 0.95);
}

.hover\:bg-utility-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(219 170 110 / var(--tw-bg-opacity));
}

.hover\:bg-utility-warning\/0:hover {
    background-color: rgb(219 170 110 / 0);
}

.hover\:bg-utility-warning\/10:hover {
    background-color: rgb(219 170 110 / 0.1);
}

.hover\:bg-utility-warning\/100:hover {
    background-color: rgb(219 170 110 / 1);
}

.hover\:bg-utility-warning\/20:hover {
    background-color: rgb(219 170 110 / 0.2);
}

.hover\:bg-utility-warning\/25:hover {
    background-color: rgb(219 170 110 / 0.25);
}

.hover\:bg-utility-warning\/30:hover {
    background-color: rgb(219 170 110 / 0.3);
}

.hover\:bg-utility-warning\/40:hover {
    background-color: rgb(219 170 110 / 0.4);
}

.hover\:bg-utility-warning\/5:hover {
    background-color: rgb(219 170 110 / 0.05);
}

.hover\:bg-utility-warning\/50:hover {
    background-color: rgb(219 170 110 / 0.5);
}

.hover\:bg-utility-warning\/60:hover {
    background-color: rgb(219 170 110 / 0.6);
}

.hover\:bg-utility-warning\/70:hover {
    background-color: rgb(219 170 110 / 0.7);
}

.hover\:bg-utility-warning\/75:hover {
    background-color: rgb(219 170 110 / 0.75);
}

.hover\:bg-utility-warning\/80:hover {
    background-color: rgb(219 170 110 / 0.8);
}

.hover\:bg-utility-warning\/90:hover {
    background-color: rgb(219 170 110 / 0.9);
}

.hover\:bg-utility-warning\/95:hover {
    background-color: rgb(219 170 110 / 0.95);
}

.hover\:bg-very-dark-blue:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 47 / var(--tw-bg-opacity));
}

.hover\:bg-very-dark-blue\/0:hover {
    background-color: rgb(4 4 47 / 0);
}

.hover\:bg-very-dark-blue\/10:hover {
    background-color: rgb(4 4 47 / 0.1);
}

.hover\:bg-very-dark-blue\/100:hover {
    background-color: rgb(4 4 47 / 1);
}

.hover\:bg-very-dark-blue\/20:hover {
    background-color: rgb(4 4 47 / 0.2);
}

.hover\:bg-very-dark-blue\/25:hover {
    background-color: rgb(4 4 47 / 0.25);
}

.hover\:bg-very-dark-blue\/30:hover {
    background-color: rgb(4 4 47 / 0.3);
}

.hover\:bg-very-dark-blue\/40:hover {
    background-color: rgb(4 4 47 / 0.4);
}

.hover\:bg-very-dark-blue\/5:hover {
    background-color: rgb(4 4 47 / 0.05);
}

.hover\:bg-very-dark-blue\/50:hover {
    background-color: rgb(4 4 47 / 0.5);
}

.hover\:bg-very-dark-blue\/60:hover {
    background-color: rgb(4 4 47 / 0.6);
}

.hover\:bg-very-dark-blue\/70:hover {
    background-color: rgb(4 4 47 / 0.7);
}

.hover\:bg-very-dark-blue\/75:hover {
    background-color: rgb(4 4 47 / 0.75);
}

.hover\:bg-very-dark-blue\/80:hover {
    background-color: rgb(4 4 47 / 0.8);
}

.hover\:bg-very-dark-blue\/90:hover {
    background-color: rgb(4 4 47 / 0.9);
}

.hover\:bg-very-dark-blue\/95:hover {
    background-color: rgb(4 4 47 / 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-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-40:hover {
    --tw-bg-opacity: 0.4;
}

.hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5;
}

.hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6;
}

.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-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-body-lg:hover {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.15px;
}

.hover\:text-body-md:hover {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
}

.hover\:text-body-sm:hover {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
}

.hover\:text-display-lg:hover {
    font-size: 3.5rem;
    line-height: 4rem;
}

.hover\:text-display-md:hover {
    font-size: 2.75rem;
    line-height: 3.25rem;
}

.hover\:text-display-sm:hover {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.hover\:text-eyebrow-lg:hover {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 2.5px;
}

.hover\:text-eyebrow-md:hover {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 2.5px;
}

.hover\:text-eyebrow-sm:hover {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 2.5px;
}

.hover\:text-eyebrow-tight-lg:hover {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 1px;
}

.hover\:text-eyebrow-tight-md:hover {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 1px;
}

.hover\:text-eyebrow-tight-sm:hover {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 1px;
}

.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-title-lg:hover {
    font-size: 1.75rem;
    line-height: 2rem;
}

.hover\:text-title-md:hover {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.hover\:text-title-sm:hover {
    font-size: 1rem;
    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\:text-accent-green-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(42 172 110 / var(--tw-text-opacity));
}

.hover\:text-accent-green-dark\/0:hover {
    color: rgb(42 172 110 / 0);
}

.hover\:text-accent-green-dark\/10:hover {
    color: rgb(42 172 110 / 0.1);
}

.hover\:text-accent-green-dark\/100:hover {
    color: rgb(42 172 110 / 1);
}

.hover\:text-accent-green-dark\/20:hover {
    color: rgb(42 172 110 / 0.2);
}

.hover\:text-accent-green-dark\/25:hover {
    color: rgb(42 172 110 / 0.25);
}

.hover\:text-accent-green-dark\/30:hover {
    color: rgb(42 172 110 / 0.3);
}

.hover\:text-accent-green-dark\/40:hover {
    color: rgb(42 172 110 / 0.4);
}

.hover\:text-accent-green-dark\/5:hover {
    color: rgb(42 172 110 / 0.05);
}

.hover\:text-accent-green-dark\/50:hover {
    color: rgb(42 172 110 / 0.5);
}

.hover\:text-accent-green-dark\/60:hover {
    color: rgb(42 172 110 / 0.6);
}

.hover\:text-accent-green-dark\/70:hover {
    color: rgb(42 172 110 / 0.7);
}

.hover\:text-accent-green-dark\/75:hover {
    color: rgb(42 172 110 / 0.75);
}

.hover\:text-accent-green-dark\/80:hover {
    color: rgb(42 172 110 / 0.8);
}

.hover\:text-accent-green-dark\/90:hover {
    color: rgb(42 172 110 / 0.9);
}

.hover\:text-accent-green-dark\/95:hover {
    color: rgb(42 172 110 / 0.95);
}

.hover\:text-accent-green-light:hover {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.hover\:text-accent-green-light\/0:hover {
    color: rgb(90 226 75 / 0);
}

.hover\:text-accent-green-light\/10:hover {
    color: rgb(90 226 75 / 0.1);
}

.hover\:text-accent-green-light\/100:hover {
    color: rgb(90 226 75 / 1);
}

.hover\:text-accent-green-light\/20:hover {
    color: rgb(90 226 75 / 0.2);
}

.hover\:text-accent-green-light\/25:hover {
    color: rgb(90 226 75 / 0.25);
}

.hover\:text-accent-green-light\/30:hover {
    color: rgb(90 226 75 / 0.3);
}

.hover\:text-accent-green-light\/40:hover {
    color: rgb(90 226 75 / 0.4);
}

.hover\:text-accent-green-light\/5:hover {
    color: rgb(90 226 75 / 0.05);
}

.hover\:text-accent-green-light\/50:hover {
    color: rgb(90 226 75 / 0.5);
}

.hover\:text-accent-green-light\/60:hover {
    color: rgb(90 226 75 / 0.6);
}

.hover\:text-accent-green-light\/70:hover {
    color: rgb(90 226 75 / 0.7);
}

.hover\:text-accent-green-light\/75:hover {
    color: rgb(90 226 75 / 0.75);
}

.hover\:text-accent-green-light\/80:hover {
    color: rgb(90 226 75 / 0.8);
}

.hover\:text-accent-green-light\/90:hover {
    color: rgb(90 226 75 / 0.9);
}

.hover\:text-accent-green-light\/95:hover {
    color: rgb(90 226 75 / 0.95);
}

.hover\:text-accent-purple:hover {
    --tw-text-opacity: 1;
    color: rgb(192 69 221 / var(--tw-text-opacity));
}

.hover\:text-accent-purple\/0:hover {
    color: rgb(192 69 221 / 0);
}

.hover\:text-accent-purple\/10:hover {
    color: rgb(192 69 221 / 0.1);
}

.hover\:text-accent-purple\/100:hover {
    color: rgb(192 69 221 / 1);
}

.hover\:text-accent-purple\/20:hover {
    color: rgb(192 69 221 / 0.2);
}

.hover\:text-accent-purple\/25:hover {
    color: rgb(192 69 221 / 0.25);
}

.hover\:text-accent-purple\/30:hover {
    color: rgb(192 69 221 / 0.3);
}

.hover\:text-accent-purple\/40:hover {
    color: rgb(192 69 221 / 0.4);
}

.hover\:text-accent-purple\/5:hover {
    color: rgb(192 69 221 / 0.05);
}

.hover\:text-accent-purple\/50:hover {
    color: rgb(192 69 221 / 0.5);
}

.hover\:text-accent-purple\/60:hover {
    color: rgb(192 69 221 / 0.6);
}

.hover\:text-accent-purple\/70:hover {
    color: rgb(192 69 221 / 0.7);
}

.hover\:text-accent-purple\/75:hover {
    color: rgb(192 69 221 / 0.75);
}

.hover\:text-accent-purple\/80:hover {
    color: rgb(192 69 221 / 0.8);
}

.hover\:text-accent-purple\/90:hover {
    color: rgb(192 69 221 / 0.9);
}

.hover\:text-accent-purple\/95:hover {
    color: rgb(192 69 221 / 0.95);
}

.hover\:text-current:hover {
    color: currentColor;
}

.hover\:text-gray-10:hover {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.hover\:text-gray-10\/0:hover {
    color: rgb(36 30 81 / 0);
}

.hover\:text-gray-10\/10:hover {
    color: rgb(36 30 81 / 0.1);
}

.hover\:text-gray-10\/100:hover {
    color: rgb(36 30 81 / 1);
}

.hover\:text-gray-10\/20:hover {
    color: rgb(36 30 81 / 0.2);
}

.hover\:text-gray-10\/25:hover {
    color: rgb(36 30 81 / 0.25);
}

.hover\:text-gray-10\/30:hover {
    color: rgb(36 30 81 / 0.3);
}

.hover\:text-gray-10\/40:hover {
    color: rgb(36 30 81 / 0.4);
}

.hover\:text-gray-10\/5:hover {
    color: rgb(36 30 81 / 0.05);
}

.hover\:text-gray-10\/50:hover {
    color: rgb(36 30 81 / 0.5);
}

.hover\:text-gray-10\/60:hover {
    color: rgb(36 30 81 / 0.6);
}

.hover\:text-gray-10\/70:hover {
    color: rgb(36 30 81 / 0.7);
}

.hover\:text-gray-10\/75:hover {
    color: rgb(36 30 81 / 0.75);
}

.hover\:text-gray-10\/80:hover {
    color: rgb(36 30 81 / 0.8);
}

.hover\:text-gray-10\/90:hover {
    color: rgb(36 30 81 / 0.9);
}

.hover\:text-gray-10\/95:hover {
    color: rgb(36 30 81 / 0.95);
}

.hover\:text-gray-100:hover {
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
}

.hover\:text-gray-100\/0:hover {
    color: rgb(248 251 249 / 0);
}

.hover\:text-gray-100\/10:hover {
    color: rgb(248 251 249 / 0.1);
}

.hover\:text-gray-100\/100:hover {
    color: rgb(248 251 249 / 1);
}

.hover\:text-gray-100\/20:hover {
    color: rgb(248 251 249 / 0.2);
}

.hover\:text-gray-100\/25:hover {
    color: rgb(248 251 249 / 0.25);
}

.hover\:text-gray-100\/30:hover {
    color: rgb(248 251 249 / 0.3);
}

.hover\:text-gray-100\/40:hover {
    color: rgb(248 251 249 / 0.4);
}

.hover\:text-gray-100\/5:hover {
    color: rgb(248 251 249 / 0.05);
}

.hover\:text-gray-100\/50:hover {
    color: rgb(248 251 249 / 0.5);
}

.hover\:text-gray-100\/60:hover {
    color: rgb(248 251 249 / 0.6);
}

.hover\:text-gray-100\/70:hover {
    color: rgb(248 251 249 / 0.7);
}

.hover\:text-gray-100\/75:hover {
    color: rgb(248 251 249 / 0.75);
}

.hover\:text-gray-100\/80:hover {
    color: rgb(248 251 249 / 0.8);
}

.hover\:text-gray-100\/90:hover {
    color: rgb(248 251 249 / 0.9);
}

.hover\:text-gray-100\/95:hover {
    color: rgb(248 251 249 / 0.95);
}

.hover\:text-gray-20:hover {
    --tw-text-opacity: 1;
    color: rgb(60 54 99 / var(--tw-text-opacity));
}

.hover\:text-gray-20\/0:hover {
    color: rgb(60 54 99 / 0);
}

.hover\:text-gray-20\/10:hover {
    color: rgb(60 54 99 / 0.1);
}

.hover\:text-gray-20\/100:hover {
    color: rgb(60 54 99 / 1);
}

.hover\:text-gray-20\/20:hover {
    color: rgb(60 54 99 / 0.2);
}

.hover\:text-gray-20\/25:hover {
    color: rgb(60 54 99 / 0.25);
}

.hover\:text-gray-20\/30:hover {
    color: rgb(60 54 99 / 0.3);
}

.hover\:text-gray-20\/40:hover {
    color: rgb(60 54 99 / 0.4);
}

.hover\:text-gray-20\/5:hover {
    color: rgb(60 54 99 / 0.05);
}

.hover\:text-gray-20\/50:hover {
    color: rgb(60 54 99 / 0.5);
}

.hover\:text-gray-20\/60:hover {
    color: rgb(60 54 99 / 0.6);
}

.hover\:text-gray-20\/70:hover {
    color: rgb(60 54 99 / 0.7);
}

.hover\:text-gray-20\/75:hover {
    color: rgb(60 54 99 / 0.75);
}

.hover\:text-gray-20\/80:hover {
    color: rgb(60 54 99 / 0.8);
}

.hover\:text-gray-20\/90:hover {
    color: rgb(60 54 99 / 0.9);
}

.hover\:text-gray-20\/95:hover {
    color: rgb(60 54 99 / 0.95);
}

.hover\:text-gray-30:hover {
    --tw-text-opacity: 1;
    color: rgb(83 79 118 / var(--tw-text-opacity));
}

.hover\:text-gray-30\/0:hover {
    color: rgb(83 79 118 / 0);
}

.hover\:text-gray-30\/10:hover {
    color: rgb(83 79 118 / 0.1);
}

.hover\:text-gray-30\/100:hover {
    color: rgb(83 79 118 / 1);
}

.hover\:text-gray-30\/20:hover {
    color: rgb(83 79 118 / 0.2);
}

.hover\:text-gray-30\/25:hover {
    color: rgb(83 79 118 / 0.25);
}

.hover\:text-gray-30\/30:hover {
    color: rgb(83 79 118 / 0.3);
}

.hover\:text-gray-30\/40:hover {
    color: rgb(83 79 118 / 0.4);
}

.hover\:text-gray-30\/5:hover {
    color: rgb(83 79 118 / 0.05);
}

.hover\:text-gray-30\/50:hover {
    color: rgb(83 79 118 / 0.5);
}

.hover\:text-gray-30\/60:hover {
    color: rgb(83 79 118 / 0.6);
}

.hover\:text-gray-30\/70:hover {
    color: rgb(83 79 118 / 0.7);
}

.hover\:text-gray-30\/75:hover {
    color: rgb(83 79 118 / 0.75);
}

.hover\:text-gray-30\/80:hover {
    color: rgb(83 79 118 / 0.8);
}

.hover\:text-gray-30\/90:hover {
    color: rgb(83 79 118 / 0.9);
}

.hover\:text-gray-30\/95:hover {
    color: rgb(83 79 118 / 0.95);
}

.hover\:text-gray-50:hover {
    --tw-text-opacity: 1;
    color: rgb(130 128 155 / var(--tw-text-opacity));
}

.hover\:text-gray-50\/0:hover {
    color: rgb(130 128 155 / 0);
}

.hover\:text-gray-50\/10:hover {
    color: rgb(130 128 155 / 0.1);
}

.hover\:text-gray-50\/100:hover {
    color: rgb(130 128 155 / 1);
}

.hover\:text-gray-50\/20:hover {
    color: rgb(130 128 155 / 0.2);
}

.hover\:text-gray-50\/25:hover {
    color: rgb(130 128 155 / 0.25);
}

.hover\:text-gray-50\/30:hover {
    color: rgb(130 128 155 / 0.3);
}

.hover\:text-gray-50\/40:hover {
    color: rgb(130 128 155 / 0.4);
}

.hover\:text-gray-50\/5:hover {
    color: rgb(130 128 155 / 0.05);
}

.hover\:text-gray-50\/50:hover {
    color: rgb(130 128 155 / 0.5);
}

.hover\:text-gray-50\/60:hover {
    color: rgb(130 128 155 / 0.6);
}

.hover\:text-gray-50\/70:hover {
    color: rgb(130 128 155 / 0.7);
}

.hover\:text-gray-50\/75:hover {
    color: rgb(130 128 155 / 0.75);
}

.hover\:text-gray-50\/80:hover {
    color: rgb(130 128 155 / 0.8);
}

.hover\:text-gray-50\/90:hover {
    color: rgb(130 128 155 / 0.9);
}

.hover\:text-gray-50\/95:hover {
    color: rgb(130 128 155 / 0.95);
}

.hover\:text-gray-70:hover {
    --tw-text-opacity: 1;
    color: rgb(177 177 193 / var(--tw-text-opacity));
}

.hover\:text-gray-70\/0:hover {
    color: rgb(177 177 193 / 0);
}

.hover\:text-gray-70\/10:hover {
    color: rgb(177 177 193 / 0.1);
}

.hover\:text-gray-70\/100:hover {
    color: rgb(177 177 193 / 1);
}

.hover\:text-gray-70\/20:hover {
    color: rgb(177 177 193 / 0.2);
}

.hover\:text-gray-70\/25:hover {
    color: rgb(177 177 193 / 0.25);
}

.hover\:text-gray-70\/30:hover {
    color: rgb(177 177 193 / 0.3);
}

.hover\:text-gray-70\/40:hover {
    color: rgb(177 177 193 / 0.4);
}

.hover\:text-gray-70\/5:hover {
    color: rgb(177 177 193 / 0.05);
}

.hover\:text-gray-70\/50:hover {
    color: rgb(177 177 193 / 0.5);
}

.hover\:text-gray-70\/60:hover {
    color: rgb(177 177 193 / 0.6);
}

.hover\:text-gray-70\/70:hover {
    color: rgb(177 177 193 / 0.7);
}

.hover\:text-gray-70\/75:hover {
    color: rgb(177 177 193 / 0.75);
}

.hover\:text-gray-70\/80:hover {
    color: rgb(177 177 193 / 0.8);
}

.hover\:text-gray-70\/90:hover {
    color: rgb(177 177 193 / 0.9);
}

.hover\:text-gray-70\/95:hover {
    color: rgb(177 177 193 / 0.95);
}

.hover\:text-green-10:hover {
    --tw-text-opacity: 1;
    color: rgb(19 28 66 / var(--tw-text-opacity));
}

.hover\:text-green-10\/0:hover {
    color: rgb(19 28 66 / 0);
}

.hover\:text-green-10\/10:hover {
    color: rgb(19 28 66 / 0.1);
}

.hover\:text-green-10\/100:hover {
    color: rgb(19 28 66 / 1);
}

.hover\:text-green-10\/20:hover {
    color: rgb(19 28 66 / 0.2);
}

.hover\:text-green-10\/25:hover {
    color: rgb(19 28 66 / 0.25);
}

.hover\:text-green-10\/30:hover {
    color: rgb(19 28 66 / 0.3);
}

.hover\:text-green-10\/40:hover {
    color: rgb(19 28 66 / 0.4);
}

.hover\:text-green-10\/5:hover {
    color: rgb(19 28 66 / 0.05);
}

.hover\:text-green-10\/50:hover {
    color: rgb(19 28 66 / 0.5);
}

.hover\:text-green-10\/60:hover {
    color: rgb(19 28 66 / 0.6);
}

.hover\:text-green-10\/70:hover {
    color: rgb(19 28 66 / 0.7);
}

.hover\:text-green-10\/75:hover {
    color: rgb(19 28 66 / 0.75);
}

.hover\:text-green-10\/80:hover {
    color: rgb(19 28 66 / 0.8);
}

.hover\:text-green-10\/90:hover {
    color: rgb(19 28 66 / 0.9);
}

.hover\:text-green-10\/95:hover {
    color: rgb(19 28 66 / 0.95);
}

.hover\:text-green-100:hover {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.hover\:text-green-100\/0:hover {
    color: rgb(90 226 75 / 0);
}

.hover\:text-green-100\/10:hover {
    color: rgb(90 226 75 / 0.1);
}

.hover\:text-green-100\/100:hover {
    color: rgb(90 226 75 / 1);
}

.hover\:text-green-100\/20:hover {
    color: rgb(90 226 75 / 0.2);
}

.hover\:text-green-100\/25:hover {
    color: rgb(90 226 75 / 0.25);
}

.hover\:text-green-100\/30:hover {
    color: rgb(90 226 75 / 0.3);
}

.hover\:text-green-100\/40:hover {
    color: rgb(90 226 75 / 0.4);
}

.hover\:text-green-100\/5:hover {
    color: rgb(90 226 75 / 0.05);
}

.hover\:text-green-100\/50:hover {
    color: rgb(90 226 75 / 0.5);
}

.hover\:text-green-100\/60:hover {
    color: rgb(90 226 75 / 0.6);
}

.hover\:text-green-100\/70:hover {
    color: rgb(90 226 75 / 0.7);
}

.hover\:text-green-100\/75:hover {
    color: rgb(90 226 75 / 0.75);
}

.hover\:text-green-100\/80:hover {
    color: rgb(90 226 75 / 0.8);
}

.hover\:text-green-100\/90:hover {
    color: rgb(90 226 75 / 0.9);
}

.hover\:text-green-100\/95:hover {
    color: rgb(90 226 75 / 0.95);
}

.hover\:text-green-20:hover {
    --tw-text-opacity: 1;
    color: rgb(26 52 70 / var(--tw-text-opacity));
}

.hover\:text-green-20\/0:hover {
    color: rgb(26 52 70 / 0);
}

.hover\:text-green-20\/10:hover {
    color: rgb(26 52 70 / 0.1);
}

.hover\:text-green-20\/100:hover {
    color: rgb(26 52 70 / 1);
}

.hover\:text-green-20\/20:hover {
    color: rgb(26 52 70 / 0.2);
}

.hover\:text-green-20\/25:hover {
    color: rgb(26 52 70 / 0.25);
}

.hover\:text-green-20\/30:hover {
    color: rgb(26 52 70 / 0.3);
}

.hover\:text-green-20\/40:hover {
    color: rgb(26 52 70 / 0.4);
}

.hover\:text-green-20\/5:hover {
    color: rgb(26 52 70 / 0.05);
}

.hover\:text-green-20\/50:hover {
    color: rgb(26 52 70 / 0.5);
}

.hover\:text-green-20\/60:hover {
    color: rgb(26 52 70 / 0.6);
}

.hover\:text-green-20\/70:hover {
    color: rgb(26 52 70 / 0.7);
}

.hover\:text-green-20\/75:hover {
    color: rgb(26 52 70 / 0.75);
}

.hover\:text-green-20\/80:hover {
    color: rgb(26 52 70 / 0.8);
}

.hover\:text-green-20\/90:hover {
    color: rgb(26 52 70 / 0.9);
}

.hover\:text-green-20\/95:hover {
    color: rgb(26 52 70 / 0.95);
}

.hover\:text-green-30:hover {
    --tw-text-opacity: 1;
    color: rgb(32 75 75 / var(--tw-text-opacity));
}

.hover\:text-green-30\/0:hover {
    color: rgb(32 75 75 / 0);
}

.hover\:text-green-30\/10:hover {
    color: rgb(32 75 75 / 0.1);
}

.hover\:text-green-30\/100:hover {
    color: rgb(32 75 75 / 1);
}

.hover\:text-green-30\/20:hover {
    color: rgb(32 75 75 / 0.2);
}

.hover\:text-green-30\/25:hover {
    color: rgb(32 75 75 / 0.25);
}

.hover\:text-green-30\/30:hover {
    color: rgb(32 75 75 / 0.3);
}

.hover\:text-green-30\/40:hover {
    color: rgb(32 75 75 / 0.4);
}

.hover\:text-green-30\/5:hover {
    color: rgb(32 75 75 / 0.05);
}

.hover\:text-green-30\/50:hover {
    color: rgb(32 75 75 / 0.5);
}

.hover\:text-green-30\/60:hover {
    color: rgb(32 75 75 / 0.6);
}

.hover\:text-green-30\/70:hover {
    color: rgb(32 75 75 / 0.7);
}

.hover\:text-green-30\/75:hover {
    color: rgb(32 75 75 / 0.75);
}

.hover\:text-green-30\/80:hover {
    color: rgb(32 75 75 / 0.8);
}

.hover\:text-green-30\/90:hover {
    color: rgb(32 75 75 / 0.9);
}

.hover\:text-green-30\/95:hover {
    color: rgb(32 75 75 / 0.95);
}

.hover\:text-green-50:hover {
    --tw-text-opacity: 1;
    color: rgb(44 121 83 / var(--tw-text-opacity));
}

.hover\:text-green-50\/0:hover {
    color: rgb(44 121 83 / 0);
}

.hover\:text-green-50\/10:hover {
    color: rgb(44 121 83 / 0.1);
}

.hover\:text-green-50\/100:hover {
    color: rgb(44 121 83 / 1);
}

.hover\:text-green-50\/20:hover {
    color: rgb(44 121 83 / 0.2);
}

.hover\:text-green-50\/25:hover {
    color: rgb(44 121 83 / 0.25);
}

.hover\:text-green-50\/30:hover {
    color: rgb(44 121 83 / 0.3);
}

.hover\:text-green-50\/40:hover {
    color: rgb(44 121 83 / 0.4);
}

.hover\:text-green-50\/5:hover {
    color: rgb(44 121 83 / 0.05);
}

.hover\:text-green-50\/50:hover {
    color: rgb(44 121 83 / 0.5);
}

.hover\:text-green-50\/60:hover {
    color: rgb(44 121 83 / 0.6);
}

.hover\:text-green-50\/70:hover {
    color: rgb(44 121 83 / 0.7);
}

.hover\:text-green-50\/75:hover {
    color: rgb(44 121 83 / 0.75);
}

.hover\:text-green-50\/80:hover {
    color: rgb(44 121 83 / 0.8);
}

.hover\:text-green-50\/90:hover {
    color: rgb(44 121 83 / 0.9);
}

.hover\:text-green-50\/95:hover {
    color: rgb(44 121 83 / 0.95);
}

.hover\:text-green-70:hover {
    --tw-text-opacity: 1;
    color: rgb(57 168 91 / var(--tw-text-opacity));
}

.hover\:text-green-70\/0:hover {
    color: rgb(57 168 91 / 0);
}

.hover\:text-green-70\/10:hover {
    color: rgb(57 168 91 / 0.1);
}

.hover\:text-green-70\/100:hover {
    color: rgb(57 168 91 / 1);
}

.hover\:text-green-70\/20:hover {
    color: rgb(57 168 91 / 0.2);
}

.hover\:text-green-70\/25:hover {
    color: rgb(57 168 91 / 0.25);
}

.hover\:text-green-70\/30:hover {
    color: rgb(57 168 91 / 0.3);
}

.hover\:text-green-70\/40:hover {
    color: rgb(57 168 91 / 0.4);
}

.hover\:text-green-70\/5:hover {
    color: rgb(57 168 91 / 0.05);
}

.hover\:text-green-70\/50:hover {
    color: rgb(57 168 91 / 0.5);
}

.hover\:text-green-70\/60:hover {
    color: rgb(57 168 91 / 0.6);
}

.hover\:text-green-70\/70:hover {
    color: rgb(57 168 91 / 0.7);
}

.hover\:text-green-70\/75:hover {
    color: rgb(57 168 91 / 0.75);
}

.hover\:text-green-70\/80:hover {
    color: rgb(57 168 91 / 0.8);
}

.hover\:text-green-70\/90:hover {
    color: rgb(57 168 91 / 0.9);
}

.hover\:text-green-70\/95:hover {
    color: rgb(57 168 91 / 0.95);
}

.hover\:text-purple-10:hover {
    --tw-text-opacity: 1;
    color: rgb(26 8 70 / var(--tw-text-opacity));
}

.hover\:text-purple-10\/0:hover {
    color: rgb(26 8 70 / 0);
}

.hover\:text-purple-10\/10:hover {
    color: rgb(26 8 70 / 0.1);
}

.hover\:text-purple-10\/100:hover {
    color: rgb(26 8 70 / 1);
}

.hover\:text-purple-10\/20:hover {
    color: rgb(26 8 70 / 0.2);
}

.hover\:text-purple-10\/25:hover {
    color: rgb(26 8 70 / 0.25);
}

.hover\:text-purple-10\/30:hover {
    color: rgb(26 8 70 / 0.3);
}

.hover\:text-purple-10\/40:hover {
    color: rgb(26 8 70 / 0.4);
}

.hover\:text-purple-10\/5:hover {
    color: rgb(26 8 70 / 0.05);
}

.hover\:text-purple-10\/50:hover {
    color: rgb(26 8 70 / 0.5);
}

.hover\:text-purple-10\/60:hover {
    color: rgb(26 8 70 / 0.6);
}

.hover\:text-purple-10\/70:hover {
    color: rgb(26 8 70 / 0.7);
}

.hover\:text-purple-10\/75:hover {
    color: rgb(26 8 70 / 0.75);
}

.hover\:text-purple-10\/80:hover {
    color: rgb(26 8 70 / 0.8);
}

.hover\:text-purple-10\/90:hover {
    color: rgb(26 8 70 / 0.9);
}

.hover\:text-purple-10\/95:hover {
    color: rgb(26 8 70 / 0.95);
}

.hover\:text-purple-100:hover {
    --tw-text-opacity: 1;
    color: rgb(125 41 145 / var(--tw-text-opacity));
}

.hover\:text-purple-100\/0:hover {
    color: rgb(125 41 145 / 0);
}

.hover\:text-purple-100\/10:hover {
    color: rgb(125 41 145 / 0.1);
}

.hover\:text-purple-100\/100:hover {
    color: rgb(125 41 145 / 1);
}

.hover\:text-purple-100\/20:hover {
    color: rgb(125 41 145 / 0.2);
}

.hover\:text-purple-100\/25:hover {
    color: rgb(125 41 145 / 0.25);
}

.hover\:text-purple-100\/30:hover {
    color: rgb(125 41 145 / 0.3);
}

.hover\:text-purple-100\/40:hover {
    color: rgb(125 41 145 / 0.4);
}

.hover\:text-purple-100\/5:hover {
    color: rgb(125 41 145 / 0.05);
}

.hover\:text-purple-100\/50:hover {
    color: rgb(125 41 145 / 0.5);
}

.hover\:text-purple-100\/60:hover {
    color: rgb(125 41 145 / 0.6);
}

.hover\:text-purple-100\/70:hover {
    color: rgb(125 41 145 / 0.7);
}

.hover\:text-purple-100\/75:hover {
    color: rgb(125 41 145 / 0.75);
}

.hover\:text-purple-100\/80:hover {
    color: rgb(125 41 145 / 0.8);
}

.hover\:text-purple-100\/90:hover {
    color: rgb(125 41 145 / 0.9);
}

.hover\:text-purple-100\/95:hover {
    color: rgb(125 41 145 / 0.95);
}

.hover\:text-purple-20:hover {
    --tw-text-opacity: 1;
    color: rgb(40 12 78 / var(--tw-text-opacity));
}

.hover\:text-purple-20\/0:hover {
    color: rgb(40 12 78 / 0);
}

.hover\:text-purple-20\/10:hover {
    color: rgb(40 12 78 / 0.1);
}

.hover\:text-purple-20\/100:hover {
    color: rgb(40 12 78 / 1);
}

.hover\:text-purple-20\/20:hover {
    color: rgb(40 12 78 / 0.2);
}

.hover\:text-purple-20\/25:hover {
    color: rgb(40 12 78 / 0.25);
}

.hover\:text-purple-20\/30:hover {
    color: rgb(40 12 78 / 0.3);
}

.hover\:text-purple-20\/40:hover {
    color: rgb(40 12 78 / 0.4);
}

.hover\:text-purple-20\/5:hover {
    color: rgb(40 12 78 / 0.05);
}

.hover\:text-purple-20\/50:hover {
    color: rgb(40 12 78 / 0.5);
}

.hover\:text-purple-20\/60:hover {
    color: rgb(40 12 78 / 0.6);
}

.hover\:text-purple-20\/70:hover {
    color: rgb(40 12 78 / 0.7);
}

.hover\:text-purple-20\/75:hover {
    color: rgb(40 12 78 / 0.75);
}

.hover\:text-purple-20\/80:hover {
    color: rgb(40 12 78 / 0.8);
}

.hover\:text-purple-20\/90:hover {
    color: rgb(40 12 78 / 0.9);
}

.hover\:text-purple-20\/95:hover {
    color: rgb(40 12 78 / 0.95);
}

.hover\:text-purple-30:hover {
    --tw-text-opacity: 1;
    color: rgb(53 15 86 / var(--tw-text-opacity));
}

.hover\:text-purple-30\/0:hover {
    color: rgb(53 15 86 / 0);
}

.hover\:text-purple-30\/10:hover {
    color: rgb(53 15 86 / 0.1);
}

.hover\:text-purple-30\/100:hover {
    color: rgb(53 15 86 / 1);
}

.hover\:text-purple-30\/20:hover {
    color: rgb(53 15 86 / 0.2);
}

.hover\:text-purple-30\/25:hover {
    color: rgb(53 15 86 / 0.25);
}

.hover\:text-purple-30\/30:hover {
    color: rgb(53 15 86 / 0.3);
}

.hover\:text-purple-30\/40:hover {
    color: rgb(53 15 86 / 0.4);
}

.hover\:text-purple-30\/5:hover {
    color: rgb(53 15 86 / 0.05);
}

.hover\:text-purple-30\/50:hover {
    color: rgb(53 15 86 / 0.5);
}

.hover\:text-purple-30\/60:hover {
    color: rgb(53 15 86 / 0.6);
}

.hover\:text-purple-30\/70:hover {
    color: rgb(53 15 86 / 0.7);
}

.hover\:text-purple-30\/75:hover {
    color: rgb(53 15 86 / 0.75);
}

.hover\:text-purple-30\/80:hover {
    color: rgb(53 15 86 / 0.8);
}

.hover\:text-purple-30\/90:hover {
    color: rgb(53 15 86 / 0.9);
}

.hover\:text-purple-30\/95:hover {
    color: rgb(53 15 86 / 0.95);
}

.hover\:text-purple-50:hover {
    --tw-text-opacity: 1;
    color: rgb(79 22 102 / var(--tw-text-opacity));
}

.hover\:text-purple-50\/0:hover {
    color: rgb(79 22 102 / 0);
}

.hover\:text-purple-50\/10:hover {
    color: rgb(79 22 102 / 0.1);
}

.hover\:text-purple-50\/100:hover {
    color: rgb(79 22 102 / 1);
}

.hover\:text-purple-50\/20:hover {
    color: rgb(79 22 102 / 0.2);
}

.hover\:text-purple-50\/25:hover {
    color: rgb(79 22 102 / 0.25);
}

.hover\:text-purple-50\/30:hover {
    color: rgb(79 22 102 / 0.3);
}

.hover\:text-purple-50\/40:hover {
    color: rgb(79 22 102 / 0.4);
}

.hover\:text-purple-50\/5:hover {
    color: rgb(79 22 102 / 0.05);
}

.hover\:text-purple-50\/50:hover {
    color: rgb(79 22 102 / 0.5);
}

.hover\:text-purple-50\/60:hover {
    color: rgb(79 22 102 / 0.6);
}

.hover\:text-purple-50\/70:hover {
    color: rgb(79 22 102 / 0.7);
}

.hover\:text-purple-50\/75:hover {
    color: rgb(79 22 102 / 0.75);
}

.hover\:text-purple-50\/80:hover {
    color: rgb(79 22 102 / 0.8);
}

.hover\:text-purple-50\/90:hover {
    color: rgb(79 22 102 / 0.9);
}

.hover\:text-purple-50\/95:hover {
    color: rgb(79 22 102 / 0.95);
}

.hover\:text-purple-70:hover {
    --tw-text-opacity: 1;
    color: rgb(106 29 119 / var(--tw-text-opacity));
}

.hover\:text-purple-70\/0:hover {
    color: rgb(106 29 119 / 0);
}

.hover\:text-purple-70\/10:hover {
    color: rgb(106 29 119 / 0.1);
}

.hover\:text-purple-70\/100:hover {
    color: rgb(106 29 119 / 1);
}

.hover\:text-purple-70\/20:hover {
    color: rgb(106 29 119 / 0.2);
}

.hover\:text-purple-70\/25:hover {
    color: rgb(106 29 119 / 0.25);
}

.hover\:text-purple-70\/30:hover {
    color: rgb(106 29 119 / 0.3);
}

.hover\:text-purple-70\/40:hover {
    color: rgb(106 29 119 / 0.4);
}

.hover\:text-purple-70\/5:hover {
    color: rgb(106 29 119 / 0.05);
}

.hover\:text-purple-70\/50:hover {
    color: rgb(106 29 119 / 0.5);
}

.hover\:text-purple-70\/60:hover {
    color: rgb(106 29 119 / 0.6);
}

.hover\:text-purple-70\/70:hover {
    color: rgb(106 29 119 / 0.7);
}

.hover\:text-purple-70\/75:hover {
    color: rgb(106 29 119 / 0.75);
}

.hover\:text-purple-70\/80:hover {
    color: rgb(106 29 119 / 0.8);
}

.hover\:text-purple-70\/90:hover {
    color: rgb(106 29 119 / 0.9);
}

.hover\:text-purple-70\/95:hover {
    color: rgb(106 29 119 / 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\/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\/40:hover {
    color: rgb(0 0 0 / 0.4);
}

.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\/60:hover {
    color: rgb(0 0 0 / 0.6);
}

.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\/90:hover {
    color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover {
    color: rgb(0 0 0 / 0.95);
}

.hover\:text-utility-error:hover {
    --tw-text-opacity: 1;
    color: rgb(220 33 33 / var(--tw-text-opacity));
}

.hover\:text-utility-error\/0:hover {
    color: rgb(220 33 33 / 0);
}

.hover\:text-utility-error\/10:hover {
    color: rgb(220 33 33 / 0.1);
}

.hover\:text-utility-error\/100:hover {
    color: rgb(220 33 33 / 1);
}

.hover\:text-utility-error\/20:hover {
    color: rgb(220 33 33 / 0.2);
}

.hover\:text-utility-error\/25:hover {
    color: rgb(220 33 33 / 0.25);
}

.hover\:text-utility-error\/30:hover {
    color: rgb(220 33 33 / 0.3);
}

.hover\:text-utility-error\/40:hover {
    color: rgb(220 33 33 / 0.4);
}

.hover\:text-utility-error\/5:hover {
    color: rgb(220 33 33 / 0.05);
}

.hover\:text-utility-error\/50:hover {
    color: rgb(220 33 33 / 0.5);
}

.hover\:text-utility-error\/60:hover {
    color: rgb(220 33 33 / 0.6);
}

.hover\:text-utility-error\/70:hover {
    color: rgb(220 33 33 / 0.7);
}

.hover\:text-utility-error\/75:hover {
    color: rgb(220 33 33 / 0.75);
}

.hover\:text-utility-error\/80:hover {
    color: rgb(220 33 33 / 0.8);
}

.hover\:text-utility-error\/90:hover {
    color: rgb(220 33 33 / 0.9);
}

.hover\:text-utility-error\/95:hover {
    color: rgb(220 33 33 / 0.95);
}

.hover\:text-utility-info:hover {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity));
}

.hover\:text-utility-info\/0:hover {
    color: rgb(191 219 254 / 0);
}

.hover\:text-utility-info\/10:hover {
    color: rgb(191 219 254 / 0.1);
}

.hover\:text-utility-info\/100:hover {
    color: rgb(191 219 254 / 1);
}

.hover\:text-utility-info\/20:hover {
    color: rgb(191 219 254 / 0.2);
}

.hover\:text-utility-info\/25:hover {
    color: rgb(191 219 254 / 0.25);
}

.hover\:text-utility-info\/30:hover {
    color: rgb(191 219 254 / 0.3);
}

.hover\:text-utility-info\/40:hover {
    color: rgb(191 219 254 / 0.4);
}

.hover\:text-utility-info\/5:hover {
    color: rgb(191 219 254 / 0.05);
}

.hover\:text-utility-info\/50:hover {
    color: rgb(191 219 254 / 0.5);
}

.hover\:text-utility-info\/60:hover {
    color: rgb(191 219 254 / 0.6);
}

.hover\:text-utility-info\/70:hover {
    color: rgb(191 219 254 / 0.7);
}

.hover\:text-utility-info\/75:hover {
    color: rgb(191 219 254 / 0.75);
}

.hover\:text-utility-info\/80:hover {
    color: rgb(191 219 254 / 0.8);
}

.hover\:text-utility-info\/90:hover {
    color: rgb(191 219 254 / 0.9);
}

.hover\:text-utility-info\/95:hover {
    color: rgb(191 219 254 / 0.95);
}

.hover\:text-utility-success:hover {
    --tw-text-opacity: 1;
    color: rgb(92 204 23 / var(--tw-text-opacity));
}

.hover\:text-utility-success\/0:hover {
    color: rgb(92 204 23 / 0);
}

.hover\:text-utility-success\/10:hover {
    color: rgb(92 204 23 / 0.1);
}

.hover\:text-utility-success\/100:hover {
    color: rgb(92 204 23 / 1);
}

.hover\:text-utility-success\/20:hover {
    color: rgb(92 204 23 / 0.2);
}

.hover\:text-utility-success\/25:hover {
    color: rgb(92 204 23 / 0.25);
}

.hover\:text-utility-success\/30:hover {
    color: rgb(92 204 23 / 0.3);
}

.hover\:text-utility-success\/40:hover {
    color: rgb(92 204 23 / 0.4);
}

.hover\:text-utility-success\/5:hover {
    color: rgb(92 204 23 / 0.05);
}

.hover\:text-utility-success\/50:hover {
    color: rgb(92 204 23 / 0.5);
}

.hover\:text-utility-success\/60:hover {
    color: rgb(92 204 23 / 0.6);
}

.hover\:text-utility-success\/70:hover {
    color: rgb(92 204 23 / 0.7);
}

.hover\:text-utility-success\/75:hover {
    color: rgb(92 204 23 / 0.75);
}

.hover\:text-utility-success\/80:hover {
    color: rgb(92 204 23 / 0.8);
}

.hover\:text-utility-success\/90:hover {
    color: rgb(92 204 23 / 0.9);
}

.hover\:text-utility-success\/95:hover {
    color: rgb(92 204 23 / 0.95);
}

.hover\:text-utility-warning:hover {
    --tw-text-opacity: 1;
    color: rgb(219 170 110 / var(--tw-text-opacity));
}

.hover\:text-utility-warning\/0:hover {
    color: rgb(219 170 110 / 0);
}

.hover\:text-utility-warning\/10:hover {
    color: rgb(219 170 110 / 0.1);
}

.hover\:text-utility-warning\/100:hover {
    color: rgb(219 170 110 / 1);
}

.hover\:text-utility-warning\/20:hover {
    color: rgb(219 170 110 / 0.2);
}

.hover\:text-utility-warning\/25:hover {
    color: rgb(219 170 110 / 0.25);
}

.hover\:text-utility-warning\/30:hover {
    color: rgb(219 170 110 / 0.3);
}

.hover\:text-utility-warning\/40:hover {
    color: rgb(219 170 110 / 0.4);
}

.hover\:text-utility-warning\/5:hover {
    color: rgb(219 170 110 / 0.05);
}

.hover\:text-utility-warning\/50:hover {
    color: rgb(219 170 110 / 0.5);
}

.hover\:text-utility-warning\/60:hover {
    color: rgb(219 170 110 / 0.6);
}

.hover\:text-utility-warning\/70:hover {
    color: rgb(219 170 110 / 0.7);
}

.hover\:text-utility-warning\/75:hover {
    color: rgb(219 170 110 / 0.75);
}

.hover\:text-utility-warning\/80:hover {
    color: rgb(219 170 110 / 0.8);
}

.hover\:text-utility-warning\/90:hover {
    color: rgb(219 170 110 / 0.9);
}

.hover\:text-utility-warning\/95:hover {
    color: rgb(219 170 110 / 0.95);
}

.hover\:text-very-dark-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(4 4 47 / var(--tw-text-opacity));
}

.hover\:text-very-dark-blue\/0:hover {
    color: rgb(4 4 47 / 0);
}

.hover\:text-very-dark-blue\/10:hover {
    color: rgb(4 4 47 / 0.1);
}

.hover\:text-very-dark-blue\/100:hover {
    color: rgb(4 4 47 / 1);
}

.hover\:text-very-dark-blue\/20:hover {
    color: rgb(4 4 47 / 0.2);
}

.hover\:text-very-dark-blue\/25:hover {
    color: rgb(4 4 47 / 0.25);
}

.hover\:text-very-dark-blue\/30:hover {
    color: rgb(4 4 47 / 0.3);
}

.hover\:text-very-dark-blue\/40:hover {
    color: rgb(4 4 47 / 0.4);
}

.hover\:text-very-dark-blue\/5:hover {
    color: rgb(4 4 47 / 0.05);
}

.hover\:text-very-dark-blue\/50:hover {
    color: rgb(4 4 47 / 0.5);
}

.hover\:text-very-dark-blue\/60:hover {
    color: rgb(4 4 47 / 0.6);
}

.hover\:text-very-dark-blue\/70:hover {
    color: rgb(4 4 47 / 0.7);
}

.hover\:text-very-dark-blue\/75:hover {
    color: rgb(4 4 47 / 0.75);
}

.hover\:text-very-dark-blue\/80:hover {
    color: rgb(4 4 47 / 0.8);
}

.hover\:text-very-dark-blue\/90:hover {
    color: rgb(4 4 47 / 0.9);
}

.hover\:text-very-dark-blue\/95:hover {
    color: rgb(4 4 47 / 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-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-40:hover {
    --tw-text-opacity: 0.4;
}

.hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05;
}

.hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5;
}

.hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6;
}

.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-90:hover {
    --tw-text-opacity: 0.9;
}

.hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95;
}

.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-inner-border-2:hover {
    --tw-shadow: inset 0 0 0 2px;
    --tw-shadow-colored: inset 0 0 0 2px 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-inner-border-3:hover {
    --tw-shadow: inset 0 0 0 3px;
    --tw-shadow-colored: inset 0 0 0 3px 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\:outline-none:hover {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.hover\:outline-dashed:hover {
    outline-style: dashed;
}

.hover\:outline-dotted:hover {
    outline-style: dotted;
}

.hover\:outline-double:hover {
    outline-style: double;
}

.hover\:outline-0:hover {
    outline-width: 0px;
}

.hover\:outline-1:hover {
    outline-width: 1px;
}

.hover\:outline-2:hover {
    outline-width: 2px;
}

.hover\:outline-4:hover {
    outline-width: 4px;
}

.hover\:outline-8:hover {
    outline-width: 8px;
}

.hover\:-outline-offset-0:hover {
    outline-offset: -0px;
}

.hover\:-outline-offset-1:hover {
    outline-offset: -1px;
}

.hover\:-outline-offset-2:hover {
    outline-offset: -2px;
}

.hover\:-outline-offset-4:hover {
    outline-offset: -4px;
}

.hover\:-outline-offset-8:hover {
    outline-offset: -8px;
}

.hover\:outline-offset-0:hover {
    outline-offset: 0px;
}

.hover\:outline-offset-1:hover {
    outline-offset: 1px;
}

.hover\:outline-offset-2:hover {
    outline-offset: 2px;
}

.hover\:outline-offset-4:hover {
    outline-offset: 4px;
}

.hover\:outline-offset-8:hover {
    outline-offset: 8px;
}

.hover\:outline-accent-green-dark:hover {
    outline-color: #2AAC6E;
}

.hover\:outline-accent-green-dark\/0:hover {
    outline-color: rgb(42 172 110 / 0);
}

.hover\:outline-accent-green-dark\/10:hover {
    outline-color: rgb(42 172 110 / 0.1);
}

.hover\:outline-accent-green-dark\/100:hover {
    outline-color: rgb(42 172 110 / 1);
}

.hover\:outline-accent-green-dark\/20:hover {
    outline-color: rgb(42 172 110 / 0.2);
}

.hover\:outline-accent-green-dark\/25:hover {
    outline-color: rgb(42 172 110 / 0.25);
}

.hover\:outline-accent-green-dark\/30:hover {
    outline-color: rgb(42 172 110 / 0.3);
}

.hover\:outline-accent-green-dark\/40:hover {
    outline-color: rgb(42 172 110 / 0.4);
}

.hover\:outline-accent-green-dark\/5:hover {
    outline-color: rgb(42 172 110 / 0.05);
}

.hover\:outline-accent-green-dark\/50:hover {
    outline-color: rgb(42 172 110 / 0.5);
}

.hover\:outline-accent-green-dark\/60:hover {
    outline-color: rgb(42 172 110 / 0.6);
}

.hover\:outline-accent-green-dark\/70:hover {
    outline-color: rgb(42 172 110 / 0.7);
}

.hover\:outline-accent-green-dark\/75:hover {
    outline-color: rgb(42 172 110 / 0.75);
}

.hover\:outline-accent-green-dark\/80:hover {
    outline-color: rgb(42 172 110 / 0.8);
}

.hover\:outline-accent-green-dark\/90:hover {
    outline-color: rgb(42 172 110 / 0.9);
}

.hover\:outline-accent-green-dark\/95:hover {
    outline-color: rgb(42 172 110 / 0.95);
}

.hover\:outline-accent-green-light:hover {
    outline-color: #5AE24B;
}

.hover\:outline-accent-green-light\/0:hover {
    outline-color: rgb(90 226 75 / 0);
}

.hover\:outline-accent-green-light\/10:hover {
    outline-color: rgb(90 226 75 / 0.1);
}

.hover\:outline-accent-green-light\/100:hover {
    outline-color: rgb(90 226 75 / 1);
}

.hover\:outline-accent-green-light\/20:hover {
    outline-color: rgb(90 226 75 / 0.2);
}

.hover\:outline-accent-green-light\/25:hover {
    outline-color: rgb(90 226 75 / 0.25);
}

.hover\:outline-accent-green-light\/30:hover {
    outline-color: rgb(90 226 75 / 0.3);
}

.hover\:outline-accent-green-light\/40:hover {
    outline-color: rgb(90 226 75 / 0.4);
}

.hover\:outline-accent-green-light\/5:hover {
    outline-color: rgb(90 226 75 / 0.05);
}

.hover\:outline-accent-green-light\/50:hover {
    outline-color: rgb(90 226 75 / 0.5);
}

.hover\:outline-accent-green-light\/60:hover {
    outline-color: rgb(90 226 75 / 0.6);
}

.hover\:outline-accent-green-light\/70:hover {
    outline-color: rgb(90 226 75 / 0.7);
}

.hover\:outline-accent-green-light\/75:hover {
    outline-color: rgb(90 226 75 / 0.75);
}

.hover\:outline-accent-green-light\/80:hover {
    outline-color: rgb(90 226 75 / 0.8);
}

.hover\:outline-accent-green-light\/90:hover {
    outline-color: rgb(90 226 75 / 0.9);
}

.hover\:outline-accent-green-light\/95:hover {
    outline-color: rgb(90 226 75 / 0.95);
}

.hover\:outline-accent-purple:hover {
    outline-color: #C045DD;
}

.hover\:outline-accent-purple\/0:hover {
    outline-color: rgb(192 69 221 / 0);
}

.hover\:outline-accent-purple\/10:hover {
    outline-color: rgb(192 69 221 / 0.1);
}

.hover\:outline-accent-purple\/100:hover {
    outline-color: rgb(192 69 221 / 1);
}

.hover\:outline-accent-purple\/20:hover {
    outline-color: rgb(192 69 221 / 0.2);
}

.hover\:outline-accent-purple\/25:hover {
    outline-color: rgb(192 69 221 / 0.25);
}

.hover\:outline-accent-purple\/30:hover {
    outline-color: rgb(192 69 221 / 0.3);
}

.hover\:outline-accent-purple\/40:hover {
    outline-color: rgb(192 69 221 / 0.4);
}

.hover\:outline-accent-purple\/5:hover {
    outline-color: rgb(192 69 221 / 0.05);
}

.hover\:outline-accent-purple\/50:hover {
    outline-color: rgb(192 69 221 / 0.5);
}

.hover\:outline-accent-purple\/60:hover {
    outline-color: rgb(192 69 221 / 0.6);
}

.hover\:outline-accent-purple\/70:hover {
    outline-color: rgb(192 69 221 / 0.7);
}

.hover\:outline-accent-purple\/75:hover {
    outline-color: rgb(192 69 221 / 0.75);
}

.hover\:outline-accent-purple\/80:hover {
    outline-color: rgb(192 69 221 / 0.8);
}

.hover\:outline-accent-purple\/90:hover {
    outline-color: rgb(192 69 221 / 0.9);
}

.hover\:outline-accent-purple\/95:hover {
    outline-color: rgb(192 69 221 / 0.95);
}

.hover\:outline-current:hover {
    outline-color: currentColor;
}

.hover\:outline-gray-10:hover {
    outline-color: #241E51;
}

.hover\:outline-gray-10\/0:hover {
    outline-color: rgb(36 30 81 / 0);
}

.hover\:outline-gray-10\/10:hover {
    outline-color: rgb(36 30 81 / 0.1);
}

.hover\:outline-gray-10\/100:hover {
    outline-color: rgb(36 30 81 / 1);
}

.hover\:outline-gray-10\/20:hover {
    outline-color: rgb(36 30 81 / 0.2);
}

.hover\:outline-gray-10\/25:hover {
    outline-color: rgb(36 30 81 / 0.25);
}

.hover\:outline-gray-10\/30:hover {
    outline-color: rgb(36 30 81 / 0.3);
}

.hover\:outline-gray-10\/40:hover {
    outline-color: rgb(36 30 81 / 0.4);
}

.hover\:outline-gray-10\/5:hover {
    outline-color: rgb(36 30 81 / 0.05);
}

.hover\:outline-gray-10\/50:hover {
    outline-color: rgb(36 30 81 / 0.5);
}

.hover\:outline-gray-10\/60:hover {
    outline-color: rgb(36 30 81 / 0.6);
}

.hover\:outline-gray-10\/70:hover {
    outline-color: rgb(36 30 81 / 0.7);
}

.hover\:outline-gray-10\/75:hover {
    outline-color: rgb(36 30 81 / 0.75);
}

.hover\:outline-gray-10\/80:hover {
    outline-color: rgb(36 30 81 / 0.8);
}

.hover\:outline-gray-10\/90:hover {
    outline-color: rgb(36 30 81 / 0.9);
}

.hover\:outline-gray-10\/95:hover {
    outline-color: rgb(36 30 81 / 0.95);
}

.hover\:outline-gray-100:hover {
    outline-color: #F8FBF9;
}

.hover\:outline-gray-100\/0:hover {
    outline-color: rgb(248 251 249 / 0);
}

.hover\:outline-gray-100\/10:hover {
    outline-color: rgb(248 251 249 / 0.1);
}

.hover\:outline-gray-100\/100:hover {
    outline-color: rgb(248 251 249 / 1);
}

.hover\:outline-gray-100\/20:hover {
    outline-color: rgb(248 251 249 / 0.2);
}

.hover\:outline-gray-100\/25:hover {
    outline-color: rgb(248 251 249 / 0.25);
}

.hover\:outline-gray-100\/30:hover {
    outline-color: rgb(248 251 249 / 0.3);
}

.hover\:outline-gray-100\/40:hover {
    outline-color: rgb(248 251 249 / 0.4);
}

.hover\:outline-gray-100\/5:hover {
    outline-color: rgb(248 251 249 / 0.05);
}

.hover\:outline-gray-100\/50:hover {
    outline-color: rgb(248 251 249 / 0.5);
}

.hover\:outline-gray-100\/60:hover {
    outline-color: rgb(248 251 249 / 0.6);
}

.hover\:outline-gray-100\/70:hover {
    outline-color: rgb(248 251 249 / 0.7);
}

.hover\:outline-gray-100\/75:hover {
    outline-color: rgb(248 251 249 / 0.75);
}

.hover\:outline-gray-100\/80:hover {
    outline-color: rgb(248 251 249 / 0.8);
}

.hover\:outline-gray-100\/90:hover {
    outline-color: rgb(248 251 249 / 0.9);
}

.hover\:outline-gray-100\/95:hover {
    outline-color: rgb(248 251 249 / 0.95);
}

.hover\:outline-gray-20:hover {
    outline-color: #3C3663;
}

.hover\:outline-gray-20\/0:hover {
    outline-color: rgb(60 54 99 / 0);
}

.hover\:outline-gray-20\/10:hover {
    outline-color: rgb(60 54 99 / 0.1);
}

.hover\:outline-gray-20\/100:hover {
    outline-color: rgb(60 54 99 / 1);
}

.hover\:outline-gray-20\/20:hover {
    outline-color: rgb(60 54 99 / 0.2);
}

.hover\:outline-gray-20\/25:hover {
    outline-color: rgb(60 54 99 / 0.25);
}

.hover\:outline-gray-20\/30:hover {
    outline-color: rgb(60 54 99 / 0.3);
}

.hover\:outline-gray-20\/40:hover {
    outline-color: rgb(60 54 99 / 0.4);
}

.hover\:outline-gray-20\/5:hover {
    outline-color: rgb(60 54 99 / 0.05);
}

.hover\:outline-gray-20\/50:hover {
    outline-color: rgb(60 54 99 / 0.5);
}

.hover\:outline-gray-20\/60:hover {
    outline-color: rgb(60 54 99 / 0.6);
}

.hover\:outline-gray-20\/70:hover {
    outline-color: rgb(60 54 99 / 0.7);
}

.hover\:outline-gray-20\/75:hover {
    outline-color: rgb(60 54 99 / 0.75);
}

.hover\:outline-gray-20\/80:hover {
    outline-color: rgb(60 54 99 / 0.8);
}

.hover\:outline-gray-20\/90:hover {
    outline-color: rgb(60 54 99 / 0.9);
}

.hover\:outline-gray-20\/95:hover {
    outline-color: rgb(60 54 99 / 0.95);
}

.hover\:outline-gray-30:hover {
    outline-color: #534F76;
}

.hover\:outline-gray-30\/0:hover {
    outline-color: rgb(83 79 118 / 0);
}

.hover\:outline-gray-30\/10:hover {
    outline-color: rgb(83 79 118 / 0.1);
}

.hover\:outline-gray-30\/100:hover {
    outline-color: rgb(83 79 118 / 1);
}

.hover\:outline-gray-30\/20:hover {
    outline-color: rgb(83 79 118 / 0.2);
}

.hover\:outline-gray-30\/25:hover {
    outline-color: rgb(83 79 118 / 0.25);
}

.hover\:outline-gray-30\/30:hover {
    outline-color: rgb(83 79 118 / 0.3);
}

.hover\:outline-gray-30\/40:hover {
    outline-color: rgb(83 79 118 / 0.4);
}

.hover\:outline-gray-30\/5:hover {
    outline-color: rgb(83 79 118 / 0.05);
}

.hover\:outline-gray-30\/50:hover {
    outline-color: rgb(83 79 118 / 0.5);
}

.hover\:outline-gray-30\/60:hover {
    outline-color: rgb(83 79 118 / 0.6);
}

.hover\:outline-gray-30\/70:hover {
    outline-color: rgb(83 79 118 / 0.7);
}

.hover\:outline-gray-30\/75:hover {
    outline-color: rgb(83 79 118 / 0.75);
}

.hover\:outline-gray-30\/80:hover {
    outline-color: rgb(83 79 118 / 0.8);
}

.hover\:outline-gray-30\/90:hover {
    outline-color: rgb(83 79 118 / 0.9);
}

.hover\:outline-gray-30\/95:hover {
    outline-color: rgb(83 79 118 / 0.95);
}

.hover\:outline-gray-50:hover {
    outline-color: #82809B;
}

.hover\:outline-gray-50\/0:hover {
    outline-color: rgb(130 128 155 / 0);
}

.hover\:outline-gray-50\/10:hover {
    outline-color: rgb(130 128 155 / 0.1);
}

.hover\:outline-gray-50\/100:hover {
    outline-color: rgb(130 128 155 / 1);
}

.hover\:outline-gray-50\/20:hover {
    outline-color: rgb(130 128 155 / 0.2);
}

.hover\:outline-gray-50\/25:hover {
    outline-color: rgb(130 128 155 / 0.25);
}

.hover\:outline-gray-50\/30:hover {
    outline-color: rgb(130 128 155 / 0.3);
}

.hover\:outline-gray-50\/40:hover {
    outline-color: rgb(130 128 155 / 0.4);
}

.hover\:outline-gray-50\/5:hover {
    outline-color: rgb(130 128 155 / 0.05);
}

.hover\:outline-gray-50\/50:hover {
    outline-color: rgb(130 128 155 / 0.5);
}

.hover\:outline-gray-50\/60:hover {
    outline-color: rgb(130 128 155 / 0.6);
}

.hover\:outline-gray-50\/70:hover {
    outline-color: rgb(130 128 155 / 0.7);
}

.hover\:outline-gray-50\/75:hover {
    outline-color: rgb(130 128 155 / 0.75);
}

.hover\:outline-gray-50\/80:hover {
    outline-color: rgb(130 128 155 / 0.8);
}

.hover\:outline-gray-50\/90:hover {
    outline-color: rgb(130 128 155 / 0.9);
}

.hover\:outline-gray-50\/95:hover {
    outline-color: rgb(130 128 155 / 0.95);
}

.hover\:outline-gray-70:hover {
    outline-color: #B1B1C1;
}

.hover\:outline-gray-70\/0:hover {
    outline-color: rgb(177 177 193 / 0);
}

.hover\:outline-gray-70\/10:hover {
    outline-color: rgb(177 177 193 / 0.1);
}

.hover\:outline-gray-70\/100:hover {
    outline-color: rgb(177 177 193 / 1);
}

.hover\:outline-gray-70\/20:hover {
    outline-color: rgb(177 177 193 / 0.2);
}

.hover\:outline-gray-70\/25:hover {
    outline-color: rgb(177 177 193 / 0.25);
}

.hover\:outline-gray-70\/30:hover {
    outline-color: rgb(177 177 193 / 0.3);
}

.hover\:outline-gray-70\/40:hover {
    outline-color: rgb(177 177 193 / 0.4);
}

.hover\:outline-gray-70\/5:hover {
    outline-color: rgb(177 177 193 / 0.05);
}

.hover\:outline-gray-70\/50:hover {
    outline-color: rgb(177 177 193 / 0.5);
}

.hover\:outline-gray-70\/60:hover {
    outline-color: rgb(177 177 193 / 0.6);
}

.hover\:outline-gray-70\/70:hover {
    outline-color: rgb(177 177 193 / 0.7);
}

.hover\:outline-gray-70\/75:hover {
    outline-color: rgb(177 177 193 / 0.75);
}

.hover\:outline-gray-70\/80:hover {
    outline-color: rgb(177 177 193 / 0.8);
}

.hover\:outline-gray-70\/90:hover {
    outline-color: rgb(177 177 193 / 0.9);
}

.hover\:outline-gray-70\/95:hover {
    outline-color: rgb(177 177 193 / 0.95);
}

.hover\:outline-green-10:hover {
    outline-color: #131C42;
}

.hover\:outline-green-10\/0:hover {
    outline-color: rgb(19 28 66 / 0);
}

.hover\:outline-green-10\/10:hover {
    outline-color: rgb(19 28 66 / 0.1);
}

.hover\:outline-green-10\/100:hover {
    outline-color: rgb(19 28 66 / 1);
}

.hover\:outline-green-10\/20:hover {
    outline-color: rgb(19 28 66 / 0.2);
}

.hover\:outline-green-10\/25:hover {
    outline-color: rgb(19 28 66 / 0.25);
}

.hover\:outline-green-10\/30:hover {
    outline-color: rgb(19 28 66 / 0.3);
}

.hover\:outline-green-10\/40:hover {
    outline-color: rgb(19 28 66 / 0.4);
}

.hover\:outline-green-10\/5:hover {
    outline-color: rgb(19 28 66 / 0.05);
}

.hover\:outline-green-10\/50:hover {
    outline-color: rgb(19 28 66 / 0.5);
}

.hover\:outline-green-10\/60:hover {
    outline-color: rgb(19 28 66 / 0.6);
}

.hover\:outline-green-10\/70:hover {
    outline-color: rgb(19 28 66 / 0.7);
}

.hover\:outline-green-10\/75:hover {
    outline-color: rgb(19 28 66 / 0.75);
}

.hover\:outline-green-10\/80:hover {
    outline-color: rgb(19 28 66 / 0.8);
}

.hover\:outline-green-10\/90:hover {
    outline-color: rgb(19 28 66 / 0.9);
}

.hover\:outline-green-10\/95:hover {
    outline-color: rgb(19 28 66 / 0.95);
}

.hover\:outline-green-100:hover {
    outline-color: #5AE24B;
}

.hover\:outline-green-100\/0:hover {
    outline-color: rgb(90 226 75 / 0);
}

.hover\:outline-green-100\/10:hover {
    outline-color: rgb(90 226 75 / 0.1);
}

.hover\:outline-green-100\/100:hover {
    outline-color: rgb(90 226 75 / 1);
}

.hover\:outline-green-100\/20:hover {
    outline-color: rgb(90 226 75 / 0.2);
}

.hover\:outline-green-100\/25:hover {
    outline-color: rgb(90 226 75 / 0.25);
}

.hover\:outline-green-100\/30:hover {
    outline-color: rgb(90 226 75 / 0.3);
}

.hover\:outline-green-100\/40:hover {
    outline-color: rgb(90 226 75 / 0.4);
}

.hover\:outline-green-100\/5:hover {
    outline-color: rgb(90 226 75 / 0.05);
}

.hover\:outline-green-100\/50:hover {
    outline-color: rgb(90 226 75 / 0.5);
}

.hover\:outline-green-100\/60:hover {
    outline-color: rgb(90 226 75 / 0.6);
}

.hover\:outline-green-100\/70:hover {
    outline-color: rgb(90 226 75 / 0.7);
}

.hover\:outline-green-100\/75:hover {
    outline-color: rgb(90 226 75 / 0.75);
}

.hover\:outline-green-100\/80:hover {
    outline-color: rgb(90 226 75 / 0.8);
}

.hover\:outline-green-100\/90:hover {
    outline-color: rgb(90 226 75 / 0.9);
}

.hover\:outline-green-100\/95:hover {
    outline-color: rgb(90 226 75 / 0.95);
}

.hover\:outline-green-20:hover {
    outline-color: #1A3446;
}

.hover\:outline-green-20\/0:hover {
    outline-color: rgb(26 52 70 / 0);
}

.hover\:outline-green-20\/10:hover {
    outline-color: rgb(26 52 70 / 0.1);
}

.hover\:outline-green-20\/100:hover {
    outline-color: rgb(26 52 70 / 1);
}

.hover\:outline-green-20\/20:hover {
    outline-color: rgb(26 52 70 / 0.2);
}

.hover\:outline-green-20\/25:hover {
    outline-color: rgb(26 52 70 / 0.25);
}

.hover\:outline-green-20\/30:hover {
    outline-color: rgb(26 52 70 / 0.3);
}

.hover\:outline-green-20\/40:hover {
    outline-color: rgb(26 52 70 / 0.4);
}

.hover\:outline-green-20\/5:hover {
    outline-color: rgb(26 52 70 / 0.05);
}

.hover\:outline-green-20\/50:hover {
    outline-color: rgb(26 52 70 / 0.5);
}

.hover\:outline-green-20\/60:hover {
    outline-color: rgb(26 52 70 / 0.6);
}

.hover\:outline-green-20\/70:hover {
    outline-color: rgb(26 52 70 / 0.7);
}

.hover\:outline-green-20\/75:hover {
    outline-color: rgb(26 52 70 / 0.75);
}

.hover\:outline-green-20\/80:hover {
    outline-color: rgb(26 52 70 / 0.8);
}

.hover\:outline-green-20\/90:hover {
    outline-color: rgb(26 52 70 / 0.9);
}

.hover\:outline-green-20\/95:hover {
    outline-color: rgb(26 52 70 / 0.95);
}

.hover\:outline-green-30:hover {
    outline-color: #204B4B;
}

.hover\:outline-green-30\/0:hover {
    outline-color: rgb(32 75 75 / 0);
}

.hover\:outline-green-30\/10:hover {
    outline-color: rgb(32 75 75 / 0.1);
}

.hover\:outline-green-30\/100:hover {
    outline-color: rgb(32 75 75 / 1);
}

.hover\:outline-green-30\/20:hover {
    outline-color: rgb(32 75 75 / 0.2);
}

.hover\:outline-green-30\/25:hover {
    outline-color: rgb(32 75 75 / 0.25);
}

.hover\:outline-green-30\/30:hover {
    outline-color: rgb(32 75 75 / 0.3);
}

.hover\:outline-green-30\/40:hover {
    outline-color: rgb(32 75 75 / 0.4);
}

.hover\:outline-green-30\/5:hover {
    outline-color: rgb(32 75 75 / 0.05);
}

.hover\:outline-green-30\/50:hover {
    outline-color: rgb(32 75 75 / 0.5);
}

.hover\:outline-green-30\/60:hover {
    outline-color: rgb(32 75 75 / 0.6);
}

.hover\:outline-green-30\/70:hover {
    outline-color: rgb(32 75 75 / 0.7);
}

.hover\:outline-green-30\/75:hover {
    outline-color: rgb(32 75 75 / 0.75);
}

.hover\:outline-green-30\/80:hover {
    outline-color: rgb(32 75 75 / 0.8);
}

.hover\:outline-green-30\/90:hover {
    outline-color: rgb(32 75 75 / 0.9);
}

.hover\:outline-green-30\/95:hover {
    outline-color: rgb(32 75 75 / 0.95);
}

.hover\:outline-green-50:hover {
    outline-color: #2C7953;
}

.hover\:outline-green-50\/0:hover {
    outline-color: rgb(44 121 83 / 0);
}

.hover\:outline-green-50\/10:hover {
    outline-color: rgb(44 121 83 / 0.1);
}

.hover\:outline-green-50\/100:hover {
    outline-color: rgb(44 121 83 / 1);
}

.hover\:outline-green-50\/20:hover {
    outline-color: rgb(44 121 83 / 0.2);
}

.hover\:outline-green-50\/25:hover {
    outline-color: rgb(44 121 83 / 0.25);
}

.hover\:outline-green-50\/30:hover {
    outline-color: rgb(44 121 83 / 0.3);
}

.hover\:outline-green-50\/40:hover {
    outline-color: rgb(44 121 83 / 0.4);
}

.hover\:outline-green-50\/5:hover {
    outline-color: rgb(44 121 83 / 0.05);
}

.hover\:outline-green-50\/50:hover {
    outline-color: rgb(44 121 83 / 0.5);
}

.hover\:outline-green-50\/60:hover {
    outline-color: rgb(44 121 83 / 0.6);
}

.hover\:outline-green-50\/70:hover {
    outline-color: rgb(44 121 83 / 0.7);
}

.hover\:outline-green-50\/75:hover {
    outline-color: rgb(44 121 83 / 0.75);
}

.hover\:outline-green-50\/80:hover {
    outline-color: rgb(44 121 83 / 0.8);
}

.hover\:outline-green-50\/90:hover {
    outline-color: rgb(44 121 83 / 0.9);
}

.hover\:outline-green-50\/95:hover {
    outline-color: rgb(44 121 83 / 0.95);
}

.hover\:outline-green-70:hover {
    outline-color: #39A85B;
}

.hover\:outline-green-70\/0:hover {
    outline-color: rgb(57 168 91 / 0);
}

.hover\:outline-green-70\/10:hover {
    outline-color: rgb(57 168 91 / 0.1);
}

.hover\:outline-green-70\/100:hover {
    outline-color: rgb(57 168 91 / 1);
}

.hover\:outline-green-70\/20:hover {
    outline-color: rgb(57 168 91 / 0.2);
}

.hover\:outline-green-70\/25:hover {
    outline-color: rgb(57 168 91 / 0.25);
}

.hover\:outline-green-70\/30:hover {
    outline-color: rgb(57 168 91 / 0.3);
}

.hover\:outline-green-70\/40:hover {
    outline-color: rgb(57 168 91 / 0.4);
}

.hover\:outline-green-70\/5:hover {
    outline-color: rgb(57 168 91 / 0.05);
}

.hover\:outline-green-70\/50:hover {
    outline-color: rgb(57 168 91 / 0.5);
}

.hover\:outline-green-70\/60:hover {
    outline-color: rgb(57 168 91 / 0.6);
}

.hover\:outline-green-70\/70:hover {
    outline-color: rgb(57 168 91 / 0.7);
}

.hover\:outline-green-70\/75:hover {
    outline-color: rgb(57 168 91 / 0.75);
}

.hover\:outline-green-70\/80:hover {
    outline-color: rgb(57 168 91 / 0.8);
}

.hover\:outline-green-70\/90:hover {
    outline-color: rgb(57 168 91 / 0.9);
}

.hover\:outline-green-70\/95:hover {
    outline-color: rgb(57 168 91 / 0.95);
}

.hover\:outline-purple-10:hover {
    outline-color: #1A0846;
}

.hover\:outline-purple-10\/0:hover {
    outline-color: rgb(26 8 70 / 0);
}

.hover\:outline-purple-10\/10:hover {
    outline-color: rgb(26 8 70 / 0.1);
}

.hover\:outline-purple-10\/100:hover {
    outline-color: rgb(26 8 70 / 1);
}

.hover\:outline-purple-10\/20:hover {
    outline-color: rgb(26 8 70 / 0.2);
}

.hover\:outline-purple-10\/25:hover {
    outline-color: rgb(26 8 70 / 0.25);
}

.hover\:outline-purple-10\/30:hover {
    outline-color: rgb(26 8 70 / 0.3);
}

.hover\:outline-purple-10\/40:hover {
    outline-color: rgb(26 8 70 / 0.4);
}

.hover\:outline-purple-10\/5:hover {
    outline-color: rgb(26 8 70 / 0.05);
}

.hover\:outline-purple-10\/50:hover {
    outline-color: rgb(26 8 70 / 0.5);
}

.hover\:outline-purple-10\/60:hover {
    outline-color: rgb(26 8 70 / 0.6);
}

.hover\:outline-purple-10\/70:hover {
    outline-color: rgb(26 8 70 / 0.7);
}

.hover\:outline-purple-10\/75:hover {
    outline-color: rgb(26 8 70 / 0.75);
}

.hover\:outline-purple-10\/80:hover {
    outline-color: rgb(26 8 70 / 0.8);
}

.hover\:outline-purple-10\/90:hover {
    outline-color: rgb(26 8 70 / 0.9);
}

.hover\:outline-purple-10\/95:hover {
    outline-color: rgb(26 8 70 / 0.95);
}

.hover\:outline-purple-100:hover {
    outline-color: #7D2991;
}

.hover\:outline-purple-100\/0:hover {
    outline-color: rgb(125 41 145 / 0);
}

.hover\:outline-purple-100\/10:hover {
    outline-color: rgb(125 41 145 / 0.1);
}

.hover\:outline-purple-100\/100:hover {
    outline-color: rgb(125 41 145 / 1);
}

.hover\:outline-purple-100\/20:hover {
    outline-color: rgb(125 41 145 / 0.2);
}

.hover\:outline-purple-100\/25:hover {
    outline-color: rgb(125 41 145 / 0.25);
}

.hover\:outline-purple-100\/30:hover {
    outline-color: rgb(125 41 145 / 0.3);
}

.hover\:outline-purple-100\/40:hover {
    outline-color: rgb(125 41 145 / 0.4);
}

.hover\:outline-purple-100\/5:hover {
    outline-color: rgb(125 41 145 / 0.05);
}

.hover\:outline-purple-100\/50:hover {
    outline-color: rgb(125 41 145 / 0.5);
}

.hover\:outline-purple-100\/60:hover {
    outline-color: rgb(125 41 145 / 0.6);
}

.hover\:outline-purple-100\/70:hover {
    outline-color: rgb(125 41 145 / 0.7);
}

.hover\:outline-purple-100\/75:hover {
    outline-color: rgb(125 41 145 / 0.75);
}

.hover\:outline-purple-100\/80:hover {
    outline-color: rgb(125 41 145 / 0.8);
}

.hover\:outline-purple-100\/90:hover {
    outline-color: rgb(125 41 145 / 0.9);
}

.hover\:outline-purple-100\/95:hover {
    outline-color: rgb(125 41 145 / 0.95);
}

.hover\:outline-purple-20:hover {
    outline-color: #280C4E;
}

.hover\:outline-purple-20\/0:hover {
    outline-color: rgb(40 12 78 / 0);
}

.hover\:outline-purple-20\/10:hover {
    outline-color: rgb(40 12 78 / 0.1);
}

.hover\:outline-purple-20\/100:hover {
    outline-color: rgb(40 12 78 / 1);
}

.hover\:outline-purple-20\/20:hover {
    outline-color: rgb(40 12 78 / 0.2);
}

.hover\:outline-purple-20\/25:hover {
    outline-color: rgb(40 12 78 / 0.25);
}

.hover\:outline-purple-20\/30:hover {
    outline-color: rgb(40 12 78 / 0.3);
}

.hover\:outline-purple-20\/40:hover {
    outline-color: rgb(40 12 78 / 0.4);
}

.hover\:outline-purple-20\/5:hover {
    outline-color: rgb(40 12 78 / 0.05);
}

.hover\:outline-purple-20\/50:hover {
    outline-color: rgb(40 12 78 / 0.5);
}

.hover\:outline-purple-20\/60:hover {
    outline-color: rgb(40 12 78 / 0.6);
}

.hover\:outline-purple-20\/70:hover {
    outline-color: rgb(40 12 78 / 0.7);
}

.hover\:outline-purple-20\/75:hover {
    outline-color: rgb(40 12 78 / 0.75);
}

.hover\:outline-purple-20\/80:hover {
    outline-color: rgb(40 12 78 / 0.8);
}

.hover\:outline-purple-20\/90:hover {
    outline-color: rgb(40 12 78 / 0.9);
}

.hover\:outline-purple-20\/95:hover {
    outline-color: rgb(40 12 78 / 0.95);
}

.hover\:outline-purple-30:hover {
    outline-color: #350F56;
}

.hover\:outline-purple-30\/0:hover {
    outline-color: rgb(53 15 86 / 0);
}

.hover\:outline-purple-30\/10:hover {
    outline-color: rgb(53 15 86 / 0.1);
}

.hover\:outline-purple-30\/100:hover {
    outline-color: rgb(53 15 86 / 1);
}

.hover\:outline-purple-30\/20:hover {
    outline-color: rgb(53 15 86 / 0.2);
}

.hover\:outline-purple-30\/25:hover {
    outline-color: rgb(53 15 86 / 0.25);
}

.hover\:outline-purple-30\/30:hover {
    outline-color: rgb(53 15 86 / 0.3);
}

.hover\:outline-purple-30\/40:hover {
    outline-color: rgb(53 15 86 / 0.4);
}

.hover\:outline-purple-30\/5:hover {
    outline-color: rgb(53 15 86 / 0.05);
}

.hover\:outline-purple-30\/50:hover {
    outline-color: rgb(53 15 86 / 0.5);
}

.hover\:outline-purple-30\/60:hover {
    outline-color: rgb(53 15 86 / 0.6);
}

.hover\:outline-purple-30\/70:hover {
    outline-color: rgb(53 15 86 / 0.7);
}

.hover\:outline-purple-30\/75:hover {
    outline-color: rgb(53 15 86 / 0.75);
}

.hover\:outline-purple-30\/80:hover {
    outline-color: rgb(53 15 86 / 0.8);
}

.hover\:outline-purple-30\/90:hover {
    outline-color: rgb(53 15 86 / 0.9);
}

.hover\:outline-purple-30\/95:hover {
    outline-color: rgb(53 15 86 / 0.95);
}

.hover\:outline-purple-50:hover {
    outline-color: #4F1666;
}

.hover\:outline-purple-50\/0:hover {
    outline-color: rgb(79 22 102 / 0);
}

.hover\:outline-purple-50\/10:hover {
    outline-color: rgb(79 22 102 / 0.1);
}

.hover\:outline-purple-50\/100:hover {
    outline-color: rgb(79 22 102 / 1);
}

.hover\:outline-purple-50\/20:hover {
    outline-color: rgb(79 22 102 / 0.2);
}

.hover\:outline-purple-50\/25:hover {
    outline-color: rgb(79 22 102 / 0.25);
}

.hover\:outline-purple-50\/30:hover {
    outline-color: rgb(79 22 102 / 0.3);
}

.hover\:outline-purple-50\/40:hover {
    outline-color: rgb(79 22 102 / 0.4);
}

.hover\:outline-purple-50\/5:hover {
    outline-color: rgb(79 22 102 / 0.05);
}

.hover\:outline-purple-50\/50:hover {
    outline-color: rgb(79 22 102 / 0.5);
}

.hover\:outline-purple-50\/60:hover {
    outline-color: rgb(79 22 102 / 0.6);
}

.hover\:outline-purple-50\/70:hover {
    outline-color: rgb(79 22 102 / 0.7);
}

.hover\:outline-purple-50\/75:hover {
    outline-color: rgb(79 22 102 / 0.75);
}

.hover\:outline-purple-50\/80:hover {
    outline-color: rgb(79 22 102 / 0.8);
}

.hover\:outline-purple-50\/90:hover {
    outline-color: rgb(79 22 102 / 0.9);
}

.hover\:outline-purple-50\/95:hover {
    outline-color: rgb(79 22 102 / 0.95);
}

.hover\:outline-purple-70:hover {
    outline-color: #6A1D77;
}

.hover\:outline-purple-70\/0:hover {
    outline-color: rgb(106 29 119 / 0);
}

.hover\:outline-purple-70\/10:hover {
    outline-color: rgb(106 29 119 / 0.1);
}

.hover\:outline-purple-70\/100:hover {
    outline-color: rgb(106 29 119 / 1);
}

.hover\:outline-purple-70\/20:hover {
    outline-color: rgb(106 29 119 / 0.2);
}

.hover\:outline-purple-70\/25:hover {
    outline-color: rgb(106 29 119 / 0.25);
}

.hover\:outline-purple-70\/30:hover {
    outline-color: rgb(106 29 119 / 0.3);
}

.hover\:outline-purple-70\/40:hover {
    outline-color: rgb(106 29 119 / 0.4);
}

.hover\:outline-purple-70\/5:hover {
    outline-color: rgb(106 29 119 / 0.05);
}

.hover\:outline-purple-70\/50:hover {
    outline-color: rgb(106 29 119 / 0.5);
}

.hover\:outline-purple-70\/60:hover {
    outline-color: rgb(106 29 119 / 0.6);
}

.hover\:outline-purple-70\/70:hover {
    outline-color: rgb(106 29 119 / 0.7);
}

.hover\:outline-purple-70\/75:hover {
    outline-color: rgb(106 29 119 / 0.75);
}

.hover\:outline-purple-70\/80:hover {
    outline-color: rgb(106 29 119 / 0.8);
}

.hover\:outline-purple-70\/90:hover {
    outline-color: rgb(106 29 119 / 0.9);
}

.hover\:outline-purple-70\/95:hover {
    outline-color: rgb(106 29 119 / 0.95);
}

.hover\:outline-transparent:hover {
    outline-color: transparent;
}

.hover\:outline-transparent\/0:hover {
    outline-color: rgb(0 0 0 / 0);
}

.hover\:outline-transparent\/10:hover {
    outline-color: rgb(0 0 0 / 0.1);
}

.hover\:outline-transparent\/100:hover {
    outline-color: rgb(0 0 0 / 1);
}

.hover\:outline-transparent\/20:hover {
    outline-color: rgb(0 0 0 / 0.2);
}

.hover\:outline-transparent\/25:hover {
    outline-color: rgb(0 0 0 / 0.25);
}

.hover\:outline-transparent\/30:hover {
    outline-color: rgb(0 0 0 / 0.3);
}

.hover\:outline-transparent\/40:hover {
    outline-color: rgb(0 0 0 / 0.4);
}

.hover\:outline-transparent\/5:hover {
    outline-color: rgb(0 0 0 / 0.05);
}

.hover\:outline-transparent\/50:hover {
    outline-color: rgb(0 0 0 / 0.5);
}

.hover\:outline-transparent\/60:hover {
    outline-color: rgb(0 0 0 / 0.6);
}

.hover\:outline-transparent\/70:hover {
    outline-color: rgb(0 0 0 / 0.7);
}

.hover\:outline-transparent\/75:hover {
    outline-color: rgb(0 0 0 / 0.75);
}

.hover\:outline-transparent\/80:hover {
    outline-color: rgb(0 0 0 / 0.8);
}

.hover\:outline-transparent\/90:hover {
    outline-color: rgb(0 0 0 / 0.9);
}

.hover\:outline-transparent\/95:hover {
    outline-color: rgb(0 0 0 / 0.95);
}

.hover\:outline-utility-error:hover {
    outline-color: #DC2121;
}

.hover\:outline-utility-error\/0:hover {
    outline-color: rgb(220 33 33 / 0);
}

.hover\:outline-utility-error\/10:hover {
    outline-color: rgb(220 33 33 / 0.1);
}

.hover\:outline-utility-error\/100:hover {
    outline-color: rgb(220 33 33 / 1);
}

.hover\:outline-utility-error\/20:hover {
    outline-color: rgb(220 33 33 / 0.2);
}

.hover\:outline-utility-error\/25:hover {
    outline-color: rgb(220 33 33 / 0.25);
}

.hover\:outline-utility-error\/30:hover {
    outline-color: rgb(220 33 33 / 0.3);
}

.hover\:outline-utility-error\/40:hover {
    outline-color: rgb(220 33 33 / 0.4);
}

.hover\:outline-utility-error\/5:hover {
    outline-color: rgb(220 33 33 / 0.05);
}

.hover\:outline-utility-error\/50:hover {
    outline-color: rgb(220 33 33 / 0.5);
}

.hover\:outline-utility-error\/60:hover {
    outline-color: rgb(220 33 33 / 0.6);
}

.hover\:outline-utility-error\/70:hover {
    outline-color: rgb(220 33 33 / 0.7);
}

.hover\:outline-utility-error\/75:hover {
    outline-color: rgb(220 33 33 / 0.75);
}

.hover\:outline-utility-error\/80:hover {
    outline-color: rgb(220 33 33 / 0.8);
}

.hover\:outline-utility-error\/90:hover {
    outline-color: rgb(220 33 33 / 0.9);
}

.hover\:outline-utility-error\/95:hover {
    outline-color: rgb(220 33 33 / 0.95);
}

.hover\:outline-utility-info:hover {
    outline-color: #BFDBFE;
}

.hover\:outline-utility-info\/0:hover {
    outline-color: rgb(191 219 254 / 0);
}

.hover\:outline-utility-info\/10:hover {
    outline-color: rgb(191 219 254 / 0.1);
}

.hover\:outline-utility-info\/100:hover {
    outline-color: rgb(191 219 254 / 1);
}

.hover\:outline-utility-info\/20:hover {
    outline-color: rgb(191 219 254 / 0.2);
}

.hover\:outline-utility-info\/25:hover {
    outline-color: rgb(191 219 254 / 0.25);
}

.hover\:outline-utility-info\/30:hover {
    outline-color: rgb(191 219 254 / 0.3);
}

.hover\:outline-utility-info\/40:hover {
    outline-color: rgb(191 219 254 / 0.4);
}

.hover\:outline-utility-info\/5:hover {
    outline-color: rgb(191 219 254 / 0.05);
}

.hover\:outline-utility-info\/50:hover {
    outline-color: rgb(191 219 254 / 0.5);
}

.hover\:outline-utility-info\/60:hover {
    outline-color: rgb(191 219 254 / 0.6);
}

.hover\:outline-utility-info\/70:hover {
    outline-color: rgb(191 219 254 / 0.7);
}

.hover\:outline-utility-info\/75:hover {
    outline-color: rgb(191 219 254 / 0.75);
}

.hover\:outline-utility-info\/80:hover {
    outline-color: rgb(191 219 254 / 0.8);
}

.hover\:outline-utility-info\/90:hover {
    outline-color: rgb(191 219 254 / 0.9);
}

.hover\:outline-utility-info\/95:hover {
    outline-color: rgb(191 219 254 / 0.95);
}

.hover\:outline-utility-success:hover {
    outline-color: #5CCC17;
}

.hover\:outline-utility-success\/0:hover {
    outline-color: rgb(92 204 23 / 0);
}

.hover\:outline-utility-success\/10:hover {
    outline-color: rgb(92 204 23 / 0.1);
}

.hover\:outline-utility-success\/100:hover {
    outline-color: rgb(92 204 23 / 1);
}

.hover\:outline-utility-success\/20:hover {
    outline-color: rgb(92 204 23 / 0.2);
}

.hover\:outline-utility-success\/25:hover {
    outline-color: rgb(92 204 23 / 0.25);
}

.hover\:outline-utility-success\/30:hover {
    outline-color: rgb(92 204 23 / 0.3);
}

.hover\:outline-utility-success\/40:hover {
    outline-color: rgb(92 204 23 / 0.4);
}

.hover\:outline-utility-success\/5:hover {
    outline-color: rgb(92 204 23 / 0.05);
}

.hover\:outline-utility-success\/50:hover {
    outline-color: rgb(92 204 23 / 0.5);
}

.hover\:outline-utility-success\/60:hover {
    outline-color: rgb(92 204 23 / 0.6);
}

.hover\:outline-utility-success\/70:hover {
    outline-color: rgb(92 204 23 / 0.7);
}

.hover\:outline-utility-success\/75:hover {
    outline-color: rgb(92 204 23 / 0.75);
}

.hover\:outline-utility-success\/80:hover {
    outline-color: rgb(92 204 23 / 0.8);
}

.hover\:outline-utility-success\/90:hover {
    outline-color: rgb(92 204 23 / 0.9);
}

.hover\:outline-utility-success\/95:hover {
    outline-color: rgb(92 204 23 / 0.95);
}

.hover\:outline-utility-warning:hover {
    outline-color: #DBAA6E;
}

.hover\:outline-utility-warning\/0:hover {
    outline-color: rgb(219 170 110 / 0);
}

.hover\:outline-utility-warning\/10:hover {
    outline-color: rgb(219 170 110 / 0.1);
}

.hover\:outline-utility-warning\/100:hover {
    outline-color: rgb(219 170 110 / 1);
}

.hover\:outline-utility-warning\/20:hover {
    outline-color: rgb(219 170 110 / 0.2);
}

.hover\:outline-utility-warning\/25:hover {
    outline-color: rgb(219 170 110 / 0.25);
}

.hover\:outline-utility-warning\/30:hover {
    outline-color: rgb(219 170 110 / 0.3);
}

.hover\:outline-utility-warning\/40:hover {
    outline-color: rgb(219 170 110 / 0.4);
}

.hover\:outline-utility-warning\/5:hover {
    outline-color: rgb(219 170 110 / 0.05);
}

.hover\:outline-utility-warning\/50:hover {
    outline-color: rgb(219 170 110 / 0.5);
}

.hover\:outline-utility-warning\/60:hover {
    outline-color: rgb(219 170 110 / 0.6);
}

.hover\:outline-utility-warning\/70:hover {
    outline-color: rgb(219 170 110 / 0.7);
}

.hover\:outline-utility-warning\/75:hover {
    outline-color: rgb(219 170 110 / 0.75);
}

.hover\:outline-utility-warning\/80:hover {
    outline-color: rgb(219 170 110 / 0.8);
}

.hover\:outline-utility-warning\/90:hover {
    outline-color: rgb(219 170 110 / 0.9);
}

.hover\:outline-utility-warning\/95:hover {
    outline-color: rgb(219 170 110 / 0.95);
}

.hover\:outline-very-dark-blue:hover {
    outline-color: #04042F;
}

.hover\:outline-very-dark-blue\/0:hover {
    outline-color: rgb(4 4 47 / 0);
}

.hover\:outline-very-dark-blue\/10:hover {
    outline-color: rgb(4 4 47 / 0.1);
}

.hover\:outline-very-dark-blue\/100:hover {
    outline-color: rgb(4 4 47 / 1);
}

.hover\:outline-very-dark-blue\/20:hover {
    outline-color: rgb(4 4 47 / 0.2);
}

.hover\:outline-very-dark-blue\/25:hover {
    outline-color: rgb(4 4 47 / 0.25);
}

.hover\:outline-very-dark-blue\/30:hover {
    outline-color: rgb(4 4 47 / 0.3);
}

.hover\:outline-very-dark-blue\/40:hover {
    outline-color: rgb(4 4 47 / 0.4);
}

.hover\:outline-very-dark-blue\/5:hover {
    outline-color: rgb(4 4 47 / 0.05);
}

.hover\:outline-very-dark-blue\/50:hover {
    outline-color: rgb(4 4 47 / 0.5);
}

.hover\:outline-very-dark-blue\/60:hover {
    outline-color: rgb(4 4 47 / 0.6);
}

.hover\:outline-very-dark-blue\/70:hover {
    outline-color: rgb(4 4 47 / 0.7);
}

.hover\:outline-very-dark-blue\/75:hover {
    outline-color: rgb(4 4 47 / 0.75);
}

.hover\:outline-very-dark-blue\/80:hover {
    outline-color: rgb(4 4 47 / 0.8);
}

.hover\:outline-very-dark-blue\/90:hover {
    outline-color: rgb(4 4 47 / 0.9);
}

.hover\:outline-very-dark-blue\/95:hover {
    outline-color: rgb(4 4 47 / 0.95);
}

.hover\:after\:scale-x-100:hover::after {
    content: var(--tw-content);
    --tw-scale-x: 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));
}

.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-16x9:focus {
    --tw-border-spacing-x: 56.25%;
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-1x1:focus {
    --tw-border-spacing-x: 100%;
    --tw-border-spacing-y: 100%;
    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-2px:focus {
    --tw-border-spacing-x: 2px;
    --tw-border-spacing-y: 2px;
    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-3px:focus {
    --tw-border-spacing-x: 3px;
    --tw-border-spacing-y: 3px;
    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-header-height:focus {
    --tw-border-spacing-x: var(--header-height);
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-mobile-page-gutter:focus {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-page-gutter:focus {
    --tw-border-spacing-x: var(--page-gutter);
    --tw-border-spacing-y: var(--page-gutter);
    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-16x9:focus {
    --tw-border-spacing-x: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-1x1:focus {
    --tw-border-spacing-x: 100%;
    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-2px:focus {
    --tw-border-spacing-x: 2px;
    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-3px:focus {
    --tw-border-spacing-x: 3px;
    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-header-height:focus {
    --tw-border-spacing-x: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-mobile-page-gutter:focus {
    --tw-border-spacing-x: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-x-page-gutter:focus {
    --tw-border-spacing-x: var(--page-gutter);
    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-16x9:focus {
    --tw-border-spacing-y: 56.25%;
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-1x1:focus {
    --tw-border-spacing-y: 100%;
    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-2px:focus {
    --tw-border-spacing-y: 2px;
    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-3px:focus {
    --tw-border-spacing-y: 3px;
    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-header-height:focus {
    --tw-border-spacing-y: var(--header-height);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-mobile-page-gutter:focus {
    --tw-border-spacing-y: var(--mobile-page-gutter);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.focus\:border-spacing-y-page-gutter:focus {
    --tw-border-spacing-y: var(--page-gutter);
    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\: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-green-dark:focus {
    --tw-border-opacity: 1;
    border-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-accent-green-dark\/0:focus {
    border-color: rgb(42 172 110 / 0);
}

.focus\:border-accent-green-dark\/10:focus {
    border-color: rgb(42 172 110 / 0.1);
}

.focus\:border-accent-green-dark\/100:focus {
    border-color: rgb(42 172 110 / 1);
}

.focus\:border-accent-green-dark\/20:focus {
    border-color: rgb(42 172 110 / 0.2);
}

.focus\:border-accent-green-dark\/25:focus {
    border-color: rgb(42 172 110 / 0.25);
}

.focus\:border-accent-green-dark\/30:focus {
    border-color: rgb(42 172 110 / 0.3);
}

.focus\:border-accent-green-dark\/40:focus {
    border-color: rgb(42 172 110 / 0.4);
}

.focus\:border-accent-green-dark\/5:focus {
    border-color: rgb(42 172 110 / 0.05);
}

.focus\:border-accent-green-dark\/50:focus {
    border-color: rgb(42 172 110 / 0.5);
}

.focus\:border-accent-green-dark\/60:focus {
    border-color: rgb(42 172 110 / 0.6);
}

.focus\:border-accent-green-dark\/70:focus {
    border-color: rgb(42 172 110 / 0.7);
}

.focus\:border-accent-green-dark\/75:focus {
    border-color: rgb(42 172 110 / 0.75);
}

.focus\:border-accent-green-dark\/80:focus {
    border-color: rgb(42 172 110 / 0.8);
}

.focus\:border-accent-green-dark\/90:focus {
    border-color: rgb(42 172 110 / 0.9);
}

.focus\:border-accent-green-dark\/95:focus {
    border-color: rgb(42 172 110 / 0.95);
}

.focus\:border-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-accent-green-light\/0:focus {
    border-color: rgb(90 226 75 / 0);
}

.focus\:border-accent-green-light\/10:focus {
    border-color: rgb(90 226 75 / 0.1);
}

.focus\:border-accent-green-light\/100:focus {
    border-color: rgb(90 226 75 / 1);
}

.focus\:border-accent-green-light\/20:focus {
    border-color: rgb(90 226 75 / 0.2);
}

.focus\:border-accent-green-light\/25:focus {
    border-color: rgb(90 226 75 / 0.25);
}

.focus\:border-accent-green-light\/30:focus {
    border-color: rgb(90 226 75 / 0.3);
}

.focus\:border-accent-green-light\/40:focus {
    border-color: rgb(90 226 75 / 0.4);
}

.focus\:border-accent-green-light\/5:focus {
    border-color: rgb(90 226 75 / 0.05);
}

.focus\:border-accent-green-light\/50:focus {
    border-color: rgb(90 226 75 / 0.5);
}

.focus\:border-accent-green-light\/60:focus {
    border-color: rgb(90 226 75 / 0.6);
}

.focus\:border-accent-green-light\/70:focus {
    border-color: rgb(90 226 75 / 0.7);
}

.focus\:border-accent-green-light\/75:focus {
    border-color: rgb(90 226 75 / 0.75);
}

.focus\:border-accent-green-light\/80:focus {
    border-color: rgb(90 226 75 / 0.8);
}

.focus\:border-accent-green-light\/90:focus {
    border-color: rgb(90 226 75 / 0.9);
}

.focus\:border-accent-green-light\/95:focus {
    border-color: rgb(90 226 75 / 0.95);
}

.focus\:border-accent-purple:focus {
    --tw-border-opacity: 1;
    border-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-accent-purple\/0:focus {
    border-color: rgb(192 69 221 / 0);
}

.focus\:border-accent-purple\/10:focus {
    border-color: rgb(192 69 221 / 0.1);
}

.focus\:border-accent-purple\/100:focus {
    border-color: rgb(192 69 221 / 1);
}

.focus\:border-accent-purple\/20:focus {
    border-color: rgb(192 69 221 / 0.2);
}

.focus\:border-accent-purple\/25:focus {
    border-color: rgb(192 69 221 / 0.25);
}

.focus\:border-accent-purple\/30:focus {
    border-color: rgb(192 69 221 / 0.3);
}

.focus\:border-accent-purple\/40:focus {
    border-color: rgb(192 69 221 / 0.4);
}

.focus\:border-accent-purple\/5:focus {
    border-color: rgb(192 69 221 / 0.05);
}

.focus\:border-accent-purple\/50:focus {
    border-color: rgb(192 69 221 / 0.5);
}

.focus\:border-accent-purple\/60:focus {
    border-color: rgb(192 69 221 / 0.6);
}

.focus\:border-accent-purple\/70:focus {
    border-color: rgb(192 69 221 / 0.7);
}

.focus\:border-accent-purple\/75:focus {
    border-color: rgb(192 69 221 / 0.75);
}

.focus\:border-accent-purple\/80:focus {
    border-color: rgb(192 69 221 / 0.8);
}

.focus\:border-accent-purple\/90:focus {
    border-color: rgb(192 69 221 / 0.9);
}

.focus\:border-accent-purple\/95:focus {
    border-color: rgb(192 69 221 / 0.95);
}

.focus\:border-current:focus {
    border-color: currentColor;
}

.focus\:border-gray-10:focus {
    --tw-border-opacity: 1;
    border-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-gray-10\/0:focus {
    border-color: rgb(36 30 81 / 0);
}

.focus\:border-gray-10\/10:focus {
    border-color: rgb(36 30 81 / 0.1);
}

.focus\:border-gray-10\/100:focus {
    border-color: rgb(36 30 81 / 1);
}

.focus\:border-gray-10\/20:focus {
    border-color: rgb(36 30 81 / 0.2);
}

.focus\:border-gray-10\/25:focus {
    border-color: rgb(36 30 81 / 0.25);
}

.focus\:border-gray-10\/30:focus {
    border-color: rgb(36 30 81 / 0.3);
}

.focus\:border-gray-10\/40:focus {
    border-color: rgb(36 30 81 / 0.4);
}

.focus\:border-gray-10\/5:focus {
    border-color: rgb(36 30 81 / 0.05);
}

.focus\:border-gray-10\/50:focus {
    border-color: rgb(36 30 81 / 0.5);
}

.focus\:border-gray-10\/60:focus {
    border-color: rgb(36 30 81 / 0.6);
}

.focus\:border-gray-10\/70:focus {
    border-color: rgb(36 30 81 / 0.7);
}

.focus\:border-gray-10\/75:focus {
    border-color: rgb(36 30 81 / 0.75);
}

.focus\:border-gray-10\/80:focus {
    border-color: rgb(36 30 81 / 0.8);
}

.focus\:border-gray-10\/90:focus {
    border-color: rgb(36 30 81 / 0.9);
}

.focus\:border-gray-10\/95:focus {
    border-color: rgb(36 30 81 / 0.95);
}

.focus\:border-gray-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-gray-100\/0:focus {
    border-color: rgb(248 251 249 / 0);
}

.focus\:border-gray-100\/10:focus {
    border-color: rgb(248 251 249 / 0.1);
}

.focus\:border-gray-100\/100:focus {
    border-color: rgb(248 251 249 / 1);
}

.focus\:border-gray-100\/20:focus {
    border-color: rgb(248 251 249 / 0.2);
}

.focus\:border-gray-100\/25:focus {
    border-color: rgb(248 251 249 / 0.25);
}

.focus\:border-gray-100\/30:focus {
    border-color: rgb(248 251 249 / 0.3);
}

.focus\:border-gray-100\/40:focus {
    border-color: rgb(248 251 249 / 0.4);
}

.focus\:border-gray-100\/5:focus {
    border-color: rgb(248 251 249 / 0.05);
}

.focus\:border-gray-100\/50:focus {
    border-color: rgb(248 251 249 / 0.5);
}

.focus\:border-gray-100\/60:focus {
    border-color: rgb(248 251 249 / 0.6);
}

.focus\:border-gray-100\/70:focus {
    border-color: rgb(248 251 249 / 0.7);
}

.focus\:border-gray-100\/75:focus {
    border-color: rgb(248 251 249 / 0.75);
}

.focus\:border-gray-100\/80:focus {
    border-color: rgb(248 251 249 / 0.8);
}

.focus\:border-gray-100\/90:focus {
    border-color: rgb(248 251 249 / 0.9);
}

.focus\:border-gray-100\/95:focus {
    border-color: rgb(248 251 249 / 0.95);
}

.focus\:border-gray-20:focus {
    --tw-border-opacity: 1;
    border-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-gray-20\/0:focus {
    border-color: rgb(60 54 99 / 0);
}

.focus\:border-gray-20\/10:focus {
    border-color: rgb(60 54 99 / 0.1);
}

.focus\:border-gray-20\/100:focus {
    border-color: rgb(60 54 99 / 1);
}

.focus\:border-gray-20\/20:focus {
    border-color: rgb(60 54 99 / 0.2);
}

.focus\:border-gray-20\/25:focus {
    border-color: rgb(60 54 99 / 0.25);
}

.focus\:border-gray-20\/30:focus {
    border-color: rgb(60 54 99 / 0.3);
}

.focus\:border-gray-20\/40:focus {
    border-color: rgb(60 54 99 / 0.4);
}

.focus\:border-gray-20\/5:focus {
    border-color: rgb(60 54 99 / 0.05);
}

.focus\:border-gray-20\/50:focus {
    border-color: rgb(60 54 99 / 0.5);
}

.focus\:border-gray-20\/60:focus {
    border-color: rgb(60 54 99 / 0.6);
}

.focus\:border-gray-20\/70:focus {
    border-color: rgb(60 54 99 / 0.7);
}

.focus\:border-gray-20\/75:focus {
    border-color: rgb(60 54 99 / 0.75);
}

.focus\:border-gray-20\/80:focus {
    border-color: rgb(60 54 99 / 0.8);
}

.focus\:border-gray-20\/90:focus {
    border-color: rgb(60 54 99 / 0.9);
}

.focus\:border-gray-20\/95:focus {
    border-color: rgb(60 54 99 / 0.95);
}

.focus\:border-gray-30:focus {
    --tw-border-opacity: 1;
    border-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-gray-30\/0:focus {
    border-color: rgb(83 79 118 / 0);
}

.focus\:border-gray-30\/10:focus {
    border-color: rgb(83 79 118 / 0.1);
}

.focus\:border-gray-30\/100:focus {
    border-color: rgb(83 79 118 / 1);
}

.focus\:border-gray-30\/20:focus {
    border-color: rgb(83 79 118 / 0.2);
}

.focus\:border-gray-30\/25:focus {
    border-color: rgb(83 79 118 / 0.25);
}

.focus\:border-gray-30\/30:focus {
    border-color: rgb(83 79 118 / 0.3);
}

.focus\:border-gray-30\/40:focus {
    border-color: rgb(83 79 118 / 0.4);
}

.focus\:border-gray-30\/5:focus {
    border-color: rgb(83 79 118 / 0.05);
}

.focus\:border-gray-30\/50:focus {
    border-color: rgb(83 79 118 / 0.5);
}

.focus\:border-gray-30\/60:focus {
    border-color: rgb(83 79 118 / 0.6);
}

.focus\:border-gray-30\/70:focus {
    border-color: rgb(83 79 118 / 0.7);
}

.focus\:border-gray-30\/75:focus {
    border-color: rgb(83 79 118 / 0.75);
}

.focus\:border-gray-30\/80:focus {
    border-color: rgb(83 79 118 / 0.8);
}

.focus\:border-gray-30\/90:focus {
    border-color: rgb(83 79 118 / 0.9);
}

.focus\:border-gray-30\/95:focus {
    border-color: rgb(83 79 118 / 0.95);
}

.focus\:border-gray-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-gray-50\/0:focus {
    border-color: rgb(130 128 155 / 0);
}

.focus\:border-gray-50\/10:focus {
    border-color: rgb(130 128 155 / 0.1);
}

.focus\:border-gray-50\/100:focus {
    border-color: rgb(130 128 155 / 1);
}

.focus\:border-gray-50\/20:focus {
    border-color: rgb(130 128 155 / 0.2);
}

.focus\:border-gray-50\/25:focus {
    border-color: rgb(130 128 155 / 0.25);
}

.focus\:border-gray-50\/30:focus {
    border-color: rgb(130 128 155 / 0.3);
}

.focus\:border-gray-50\/40:focus {
    border-color: rgb(130 128 155 / 0.4);
}

.focus\:border-gray-50\/5:focus {
    border-color: rgb(130 128 155 / 0.05);
}

.focus\:border-gray-50\/50:focus {
    border-color: rgb(130 128 155 / 0.5);
}

.focus\:border-gray-50\/60:focus {
    border-color: rgb(130 128 155 / 0.6);
}

.focus\:border-gray-50\/70:focus {
    border-color: rgb(130 128 155 / 0.7);
}

.focus\:border-gray-50\/75:focus {
    border-color: rgb(130 128 155 / 0.75);
}

.focus\:border-gray-50\/80:focus {
    border-color: rgb(130 128 155 / 0.8);
}

.focus\:border-gray-50\/90:focus {
    border-color: rgb(130 128 155 / 0.9);
}

.focus\:border-gray-50\/95:focus {
    border-color: rgb(130 128 155 / 0.95);
}

.focus\:border-gray-70:focus {
    --tw-border-opacity: 1;
    border-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-gray-70\/0:focus {
    border-color: rgb(177 177 193 / 0);
}

.focus\:border-gray-70\/10:focus {
    border-color: rgb(177 177 193 / 0.1);
}

.focus\:border-gray-70\/100:focus {
    border-color: rgb(177 177 193 / 1);
}

.focus\:border-gray-70\/20:focus {
    border-color: rgb(177 177 193 / 0.2);
}

.focus\:border-gray-70\/25:focus {
    border-color: rgb(177 177 193 / 0.25);
}

.focus\:border-gray-70\/30:focus {
    border-color: rgb(177 177 193 / 0.3);
}

.focus\:border-gray-70\/40:focus {
    border-color: rgb(177 177 193 / 0.4);
}

.focus\:border-gray-70\/5:focus {
    border-color: rgb(177 177 193 / 0.05);
}

.focus\:border-gray-70\/50:focus {
    border-color: rgb(177 177 193 / 0.5);
}

.focus\:border-gray-70\/60:focus {
    border-color: rgb(177 177 193 / 0.6);
}

.focus\:border-gray-70\/70:focus {
    border-color: rgb(177 177 193 / 0.7);
}

.focus\:border-gray-70\/75:focus {
    border-color: rgb(177 177 193 / 0.75);
}

.focus\:border-gray-70\/80:focus {
    border-color: rgb(177 177 193 / 0.8);
}

.focus\:border-gray-70\/90:focus {
    border-color: rgb(177 177 193 / 0.9);
}

.focus\:border-gray-70\/95:focus {
    border-color: rgb(177 177 193 / 0.95);
}

.focus\:border-green-10:focus {
    --tw-border-opacity: 1;
    border-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-green-10\/0:focus {
    border-color: rgb(19 28 66 / 0);
}

.focus\:border-green-10\/10:focus {
    border-color: rgb(19 28 66 / 0.1);
}

.focus\:border-green-10\/100:focus {
    border-color: rgb(19 28 66 / 1);
}

.focus\:border-green-10\/20:focus {
    border-color: rgb(19 28 66 / 0.2);
}

.focus\:border-green-10\/25:focus {
    border-color: rgb(19 28 66 / 0.25);
}

.focus\:border-green-10\/30:focus {
    border-color: rgb(19 28 66 / 0.3);
}

.focus\:border-green-10\/40:focus {
    border-color: rgb(19 28 66 / 0.4);
}

.focus\:border-green-10\/5:focus {
    border-color: rgb(19 28 66 / 0.05);
}

.focus\:border-green-10\/50:focus {
    border-color: rgb(19 28 66 / 0.5);
}

.focus\:border-green-10\/60:focus {
    border-color: rgb(19 28 66 / 0.6);
}

.focus\:border-green-10\/70:focus {
    border-color: rgb(19 28 66 / 0.7);
}

.focus\:border-green-10\/75:focus {
    border-color: rgb(19 28 66 / 0.75);
}

.focus\:border-green-10\/80:focus {
    border-color: rgb(19 28 66 / 0.8);
}

.focus\:border-green-10\/90:focus {
    border-color: rgb(19 28 66 / 0.9);
}

.focus\:border-green-10\/95:focus {
    border-color: rgb(19 28 66 / 0.95);
}

.focus\:border-green-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-green-100\/0:focus {
    border-color: rgb(90 226 75 / 0);
}

.focus\:border-green-100\/10:focus {
    border-color: rgb(90 226 75 / 0.1);
}

.focus\:border-green-100\/100:focus {
    border-color: rgb(90 226 75 / 1);
}

.focus\:border-green-100\/20:focus {
    border-color: rgb(90 226 75 / 0.2);
}

.focus\:border-green-100\/25:focus {
    border-color: rgb(90 226 75 / 0.25);
}

.focus\:border-green-100\/30:focus {
    border-color: rgb(90 226 75 / 0.3);
}

.focus\:border-green-100\/40:focus {
    border-color: rgb(90 226 75 / 0.4);
}

.focus\:border-green-100\/5:focus {
    border-color: rgb(90 226 75 / 0.05);
}

.focus\:border-green-100\/50:focus {
    border-color: rgb(90 226 75 / 0.5);
}

.focus\:border-green-100\/60:focus {
    border-color: rgb(90 226 75 / 0.6);
}

.focus\:border-green-100\/70:focus {
    border-color: rgb(90 226 75 / 0.7);
}

.focus\:border-green-100\/75:focus {
    border-color: rgb(90 226 75 / 0.75);
}

.focus\:border-green-100\/80:focus {
    border-color: rgb(90 226 75 / 0.8);
}

.focus\:border-green-100\/90:focus {
    border-color: rgb(90 226 75 / 0.9);
}

.focus\:border-green-100\/95:focus {
    border-color: rgb(90 226 75 / 0.95);
}

.focus\:border-green-20:focus {
    --tw-border-opacity: 1;
    border-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-green-20\/0:focus {
    border-color: rgb(26 52 70 / 0);
}

.focus\:border-green-20\/10:focus {
    border-color: rgb(26 52 70 / 0.1);
}

.focus\:border-green-20\/100:focus {
    border-color: rgb(26 52 70 / 1);
}

.focus\:border-green-20\/20:focus {
    border-color: rgb(26 52 70 / 0.2);
}

.focus\:border-green-20\/25:focus {
    border-color: rgb(26 52 70 / 0.25);
}

.focus\:border-green-20\/30:focus {
    border-color: rgb(26 52 70 / 0.3);
}

.focus\:border-green-20\/40:focus {
    border-color: rgb(26 52 70 / 0.4);
}

.focus\:border-green-20\/5:focus {
    border-color: rgb(26 52 70 / 0.05);
}

.focus\:border-green-20\/50:focus {
    border-color: rgb(26 52 70 / 0.5);
}

.focus\:border-green-20\/60:focus {
    border-color: rgb(26 52 70 / 0.6);
}

.focus\:border-green-20\/70:focus {
    border-color: rgb(26 52 70 / 0.7);
}

.focus\:border-green-20\/75:focus {
    border-color: rgb(26 52 70 / 0.75);
}

.focus\:border-green-20\/80:focus {
    border-color: rgb(26 52 70 / 0.8);
}

.focus\:border-green-20\/90:focus {
    border-color: rgb(26 52 70 / 0.9);
}

.focus\:border-green-20\/95:focus {
    border-color: rgb(26 52 70 / 0.95);
}

.focus\:border-green-30:focus {
    --tw-border-opacity: 1;
    border-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-green-30\/0:focus {
    border-color: rgb(32 75 75 / 0);
}

.focus\:border-green-30\/10:focus {
    border-color: rgb(32 75 75 / 0.1);
}

.focus\:border-green-30\/100:focus {
    border-color: rgb(32 75 75 / 1);
}

.focus\:border-green-30\/20:focus {
    border-color: rgb(32 75 75 / 0.2);
}

.focus\:border-green-30\/25:focus {
    border-color: rgb(32 75 75 / 0.25);
}

.focus\:border-green-30\/30:focus {
    border-color: rgb(32 75 75 / 0.3);
}

.focus\:border-green-30\/40:focus {
    border-color: rgb(32 75 75 / 0.4);
}

.focus\:border-green-30\/5:focus {
    border-color: rgb(32 75 75 / 0.05);
}

.focus\:border-green-30\/50:focus {
    border-color: rgb(32 75 75 / 0.5);
}

.focus\:border-green-30\/60:focus {
    border-color: rgb(32 75 75 / 0.6);
}

.focus\:border-green-30\/70:focus {
    border-color: rgb(32 75 75 / 0.7);
}

.focus\:border-green-30\/75:focus {
    border-color: rgb(32 75 75 / 0.75);
}

.focus\:border-green-30\/80:focus {
    border-color: rgb(32 75 75 / 0.8);
}

.focus\:border-green-30\/90:focus {
    border-color: rgb(32 75 75 / 0.9);
}

.focus\:border-green-30\/95:focus {
    border-color: rgb(32 75 75 / 0.95);
}

.focus\:border-green-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-green-50\/0:focus {
    border-color: rgb(44 121 83 / 0);
}

.focus\:border-green-50\/10:focus {
    border-color: rgb(44 121 83 / 0.1);
}

.focus\:border-green-50\/100:focus {
    border-color: rgb(44 121 83 / 1);
}

.focus\:border-green-50\/20:focus {
    border-color: rgb(44 121 83 / 0.2);
}

.focus\:border-green-50\/25:focus {
    border-color: rgb(44 121 83 / 0.25);
}

.focus\:border-green-50\/30:focus {
    border-color: rgb(44 121 83 / 0.3);
}

.focus\:border-green-50\/40:focus {
    border-color: rgb(44 121 83 / 0.4);
}

.focus\:border-green-50\/5:focus {
    border-color: rgb(44 121 83 / 0.05);
}

.focus\:border-green-50\/50:focus {
    border-color: rgb(44 121 83 / 0.5);
}

.focus\:border-green-50\/60:focus {
    border-color: rgb(44 121 83 / 0.6);
}

.focus\:border-green-50\/70:focus {
    border-color: rgb(44 121 83 / 0.7);
}

.focus\:border-green-50\/75:focus {
    border-color: rgb(44 121 83 / 0.75);
}

.focus\:border-green-50\/80:focus {
    border-color: rgb(44 121 83 / 0.8);
}

.focus\:border-green-50\/90:focus {
    border-color: rgb(44 121 83 / 0.9);
}

.focus\:border-green-50\/95:focus {
    border-color: rgb(44 121 83 / 0.95);
}

.focus\:border-green-70:focus {
    --tw-border-opacity: 1;
    border-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-green-70\/0:focus {
    border-color: rgb(57 168 91 / 0);
}

.focus\:border-green-70\/10:focus {
    border-color: rgb(57 168 91 / 0.1);
}

.focus\:border-green-70\/100:focus {
    border-color: rgb(57 168 91 / 1);
}

.focus\:border-green-70\/20:focus {
    border-color: rgb(57 168 91 / 0.2);
}

.focus\:border-green-70\/25:focus {
    border-color: rgb(57 168 91 / 0.25);
}

.focus\:border-green-70\/30:focus {
    border-color: rgb(57 168 91 / 0.3);
}

.focus\:border-green-70\/40:focus {
    border-color: rgb(57 168 91 / 0.4);
}

.focus\:border-green-70\/5:focus {
    border-color: rgb(57 168 91 / 0.05);
}

.focus\:border-green-70\/50:focus {
    border-color: rgb(57 168 91 / 0.5);
}

.focus\:border-green-70\/60:focus {
    border-color: rgb(57 168 91 / 0.6);
}

.focus\:border-green-70\/70:focus {
    border-color: rgb(57 168 91 / 0.7);
}

.focus\:border-green-70\/75:focus {
    border-color: rgb(57 168 91 / 0.75);
}

.focus\:border-green-70\/80:focus {
    border-color: rgb(57 168 91 / 0.8);
}

.focus\:border-green-70\/90:focus {
    border-color: rgb(57 168 91 / 0.9);
}

.focus\:border-green-70\/95:focus {
    border-color: rgb(57 168 91 / 0.95);
}

.focus\:border-purple-10:focus {
    --tw-border-opacity: 1;
    border-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-purple-10\/0:focus {
    border-color: rgb(26 8 70 / 0);
}

.focus\:border-purple-10\/10:focus {
    border-color: rgb(26 8 70 / 0.1);
}

.focus\:border-purple-10\/100:focus {
    border-color: rgb(26 8 70 / 1);
}

.focus\:border-purple-10\/20:focus {
    border-color: rgb(26 8 70 / 0.2);
}

.focus\:border-purple-10\/25:focus {
    border-color: rgb(26 8 70 / 0.25);
}

.focus\:border-purple-10\/30:focus {
    border-color: rgb(26 8 70 / 0.3);
}

.focus\:border-purple-10\/40:focus {
    border-color: rgb(26 8 70 / 0.4);
}

.focus\:border-purple-10\/5:focus {
    border-color: rgb(26 8 70 / 0.05);
}

.focus\:border-purple-10\/50:focus {
    border-color: rgb(26 8 70 / 0.5);
}

.focus\:border-purple-10\/60:focus {
    border-color: rgb(26 8 70 / 0.6);
}

.focus\:border-purple-10\/70:focus {
    border-color: rgb(26 8 70 / 0.7);
}

.focus\:border-purple-10\/75:focus {
    border-color: rgb(26 8 70 / 0.75);
}

.focus\:border-purple-10\/80:focus {
    border-color: rgb(26 8 70 / 0.8);
}

.focus\:border-purple-10\/90:focus {
    border-color: rgb(26 8 70 / 0.9);
}

.focus\:border-purple-10\/95:focus {
    border-color: rgb(26 8 70 / 0.95);
}

.focus\:border-purple-100:focus {
    --tw-border-opacity: 1;
    border-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-purple-100\/0:focus {
    border-color: rgb(125 41 145 / 0);
}

.focus\:border-purple-100\/10:focus {
    border-color: rgb(125 41 145 / 0.1);
}

.focus\:border-purple-100\/100:focus {
    border-color: rgb(125 41 145 / 1);
}

.focus\:border-purple-100\/20:focus {
    border-color: rgb(125 41 145 / 0.2);
}

.focus\:border-purple-100\/25:focus {
    border-color: rgb(125 41 145 / 0.25);
}

.focus\:border-purple-100\/30:focus {
    border-color: rgb(125 41 145 / 0.3);
}

.focus\:border-purple-100\/40:focus {
    border-color: rgb(125 41 145 / 0.4);
}

.focus\:border-purple-100\/5:focus {
    border-color: rgb(125 41 145 / 0.05);
}

.focus\:border-purple-100\/50:focus {
    border-color: rgb(125 41 145 / 0.5);
}

.focus\:border-purple-100\/60:focus {
    border-color: rgb(125 41 145 / 0.6);
}

.focus\:border-purple-100\/70:focus {
    border-color: rgb(125 41 145 / 0.7);
}

.focus\:border-purple-100\/75:focus {
    border-color: rgb(125 41 145 / 0.75);
}

.focus\:border-purple-100\/80:focus {
    border-color: rgb(125 41 145 / 0.8);
}

.focus\:border-purple-100\/90:focus {
    border-color: rgb(125 41 145 / 0.9);
}

.focus\:border-purple-100\/95:focus {
    border-color: rgb(125 41 145 / 0.95);
}

.focus\:border-purple-20:focus {
    --tw-border-opacity: 1;
    border-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-purple-20\/0:focus {
    border-color: rgb(40 12 78 / 0);
}

.focus\:border-purple-20\/10:focus {
    border-color: rgb(40 12 78 / 0.1);
}

.focus\:border-purple-20\/100:focus {
    border-color: rgb(40 12 78 / 1);
}

.focus\:border-purple-20\/20:focus {
    border-color: rgb(40 12 78 / 0.2);
}

.focus\:border-purple-20\/25:focus {
    border-color: rgb(40 12 78 / 0.25);
}

.focus\:border-purple-20\/30:focus {
    border-color: rgb(40 12 78 / 0.3);
}

.focus\:border-purple-20\/40:focus {
    border-color: rgb(40 12 78 / 0.4);
}

.focus\:border-purple-20\/5:focus {
    border-color: rgb(40 12 78 / 0.05);
}

.focus\:border-purple-20\/50:focus {
    border-color: rgb(40 12 78 / 0.5);
}

.focus\:border-purple-20\/60:focus {
    border-color: rgb(40 12 78 / 0.6);
}

.focus\:border-purple-20\/70:focus {
    border-color: rgb(40 12 78 / 0.7);
}

.focus\:border-purple-20\/75:focus {
    border-color: rgb(40 12 78 / 0.75);
}

.focus\:border-purple-20\/80:focus {
    border-color: rgb(40 12 78 / 0.8);
}

.focus\:border-purple-20\/90:focus {
    border-color: rgb(40 12 78 / 0.9);
}

.focus\:border-purple-20\/95:focus {
    border-color: rgb(40 12 78 / 0.95);
}

.focus\:border-purple-30:focus {
    --tw-border-opacity: 1;
    border-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-purple-30\/0:focus {
    border-color: rgb(53 15 86 / 0);
}

.focus\:border-purple-30\/10:focus {
    border-color: rgb(53 15 86 / 0.1);
}

.focus\:border-purple-30\/100:focus {
    border-color: rgb(53 15 86 / 1);
}

.focus\:border-purple-30\/20:focus {
    border-color: rgb(53 15 86 / 0.2);
}

.focus\:border-purple-30\/25:focus {
    border-color: rgb(53 15 86 / 0.25);
}

.focus\:border-purple-30\/30:focus {
    border-color: rgb(53 15 86 / 0.3);
}

.focus\:border-purple-30\/40:focus {
    border-color: rgb(53 15 86 / 0.4);
}

.focus\:border-purple-30\/5:focus {
    border-color: rgb(53 15 86 / 0.05);
}

.focus\:border-purple-30\/50:focus {
    border-color: rgb(53 15 86 / 0.5);
}

.focus\:border-purple-30\/60:focus {
    border-color: rgb(53 15 86 / 0.6);
}

.focus\:border-purple-30\/70:focus {
    border-color: rgb(53 15 86 / 0.7);
}

.focus\:border-purple-30\/75:focus {
    border-color: rgb(53 15 86 / 0.75);
}

.focus\:border-purple-30\/80:focus {
    border-color: rgb(53 15 86 / 0.8);
}

.focus\:border-purple-30\/90:focus {
    border-color: rgb(53 15 86 / 0.9);
}

.focus\:border-purple-30\/95:focus {
    border-color: rgb(53 15 86 / 0.95);
}

.focus\:border-purple-50:focus {
    --tw-border-opacity: 1;
    border-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-purple-50\/0:focus {
    border-color: rgb(79 22 102 / 0);
}

.focus\:border-purple-50\/10:focus {
    border-color: rgb(79 22 102 / 0.1);
}

.focus\:border-purple-50\/100:focus {
    border-color: rgb(79 22 102 / 1);
}

.focus\:border-purple-50\/20:focus {
    border-color: rgb(79 22 102 / 0.2);
}

.focus\:border-purple-50\/25:focus {
    border-color: rgb(79 22 102 / 0.25);
}

.focus\:border-purple-50\/30:focus {
    border-color: rgb(79 22 102 / 0.3);
}

.focus\:border-purple-50\/40:focus {
    border-color: rgb(79 22 102 / 0.4);
}

.focus\:border-purple-50\/5:focus {
    border-color: rgb(79 22 102 / 0.05);
}

.focus\:border-purple-50\/50:focus {
    border-color: rgb(79 22 102 / 0.5);
}

.focus\:border-purple-50\/60:focus {
    border-color: rgb(79 22 102 / 0.6);
}

.focus\:border-purple-50\/70:focus {
    border-color: rgb(79 22 102 / 0.7);
}

.focus\:border-purple-50\/75:focus {
    border-color: rgb(79 22 102 / 0.75);
}

.focus\:border-purple-50\/80:focus {
    border-color: rgb(79 22 102 / 0.8);
}

.focus\:border-purple-50\/90:focus {
    border-color: rgb(79 22 102 / 0.9);
}

.focus\:border-purple-50\/95:focus {
    border-color: rgb(79 22 102 / 0.95);
}

.focus\:border-purple-70:focus {
    --tw-border-opacity: 1;
    border-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-purple-70\/0:focus {
    border-color: rgb(106 29 119 / 0);
}

.focus\:border-purple-70\/10:focus {
    border-color: rgb(106 29 119 / 0.1);
}

.focus\:border-purple-70\/100:focus {
    border-color: rgb(106 29 119 / 1);
}

.focus\:border-purple-70\/20:focus {
    border-color: rgb(106 29 119 / 0.2);
}

.focus\:border-purple-70\/25:focus {
    border-color: rgb(106 29 119 / 0.25);
}

.focus\:border-purple-70\/30:focus {
    border-color: rgb(106 29 119 / 0.3);
}

.focus\:border-purple-70\/40:focus {
    border-color: rgb(106 29 119 / 0.4);
}

.focus\:border-purple-70\/5:focus {
    border-color: rgb(106 29 119 / 0.05);
}

.focus\:border-purple-70\/50:focus {
    border-color: rgb(106 29 119 / 0.5);
}

.focus\:border-purple-70\/60:focus {
    border-color: rgb(106 29 119 / 0.6);
}

.focus\:border-purple-70\/70:focus {
    border-color: rgb(106 29 119 / 0.7);
}

.focus\:border-purple-70\/75:focus {
    border-color: rgb(106 29 119 / 0.75);
}

.focus\:border-purple-70\/80:focus {
    border-color: rgb(106 29 119 / 0.8);
}

.focus\:border-purple-70\/90:focus {
    border-color: rgb(106 29 119 / 0.9);
}

.focus\:border-purple-70\/95:focus {
    border-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-utility-error\/0:focus {
    border-color: rgb(220 33 33 / 0);
}

.focus\:border-utility-error\/10:focus {
    border-color: rgb(220 33 33 / 0.1);
}

.focus\:border-utility-error\/100:focus {
    border-color: rgb(220 33 33 / 1);
}

.focus\:border-utility-error\/20:focus {
    border-color: rgb(220 33 33 / 0.2);
}

.focus\:border-utility-error\/25:focus {
    border-color: rgb(220 33 33 / 0.25);
}

.focus\:border-utility-error\/30:focus {
    border-color: rgb(220 33 33 / 0.3);
}

.focus\:border-utility-error\/40:focus {
    border-color: rgb(220 33 33 / 0.4);
}

.focus\:border-utility-error\/5:focus {
    border-color: rgb(220 33 33 / 0.05);
}

.focus\:border-utility-error\/50:focus {
    border-color: rgb(220 33 33 / 0.5);
}

.focus\:border-utility-error\/60:focus {
    border-color: rgb(220 33 33 / 0.6);
}

.focus\:border-utility-error\/70:focus {
    border-color: rgb(220 33 33 / 0.7);
}

.focus\:border-utility-error\/75:focus {
    border-color: rgb(220 33 33 / 0.75);
}

.focus\:border-utility-error\/80:focus {
    border-color: rgb(220 33 33 / 0.8);
}

.focus\:border-utility-error\/90:focus {
    border-color: rgb(220 33 33 / 0.9);
}

.focus\:border-utility-error\/95:focus {
    border-color: rgb(220 33 33 / 0.95);
}

.focus\:border-utility-info:focus {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-utility-info\/0:focus {
    border-color: rgb(191 219 254 / 0);
}

.focus\:border-utility-info\/10:focus {
    border-color: rgb(191 219 254 / 0.1);
}

.focus\:border-utility-info\/100:focus {
    border-color: rgb(191 219 254 / 1);
}

.focus\:border-utility-info\/20:focus {
    border-color: rgb(191 219 254 / 0.2);
}

.focus\:border-utility-info\/25:focus {
    border-color: rgb(191 219 254 / 0.25);
}

.focus\:border-utility-info\/30:focus {
    border-color: rgb(191 219 254 / 0.3);
}

.focus\:border-utility-info\/40:focus {
    border-color: rgb(191 219 254 / 0.4);
}

.focus\:border-utility-info\/5:focus {
    border-color: rgb(191 219 254 / 0.05);
}

.focus\:border-utility-info\/50:focus {
    border-color: rgb(191 219 254 / 0.5);
}

.focus\:border-utility-info\/60:focus {
    border-color: rgb(191 219 254 / 0.6);
}

.focus\:border-utility-info\/70:focus {
    border-color: rgb(191 219 254 / 0.7);
}

.focus\:border-utility-info\/75:focus {
    border-color: rgb(191 219 254 / 0.75);
}

.focus\:border-utility-info\/80:focus {
    border-color: rgb(191 219 254 / 0.8);
}

.focus\:border-utility-info\/90:focus {
    border-color: rgb(191 219 254 / 0.9);
}

.focus\:border-utility-info\/95:focus {
    border-color: rgb(191 219 254 / 0.95);
}

.focus\:border-utility-success:focus {
    --tw-border-opacity: 1;
    border-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-utility-success\/0:focus {
    border-color: rgb(92 204 23 / 0);
}

.focus\:border-utility-success\/10:focus {
    border-color: rgb(92 204 23 / 0.1);
}

.focus\:border-utility-success\/100:focus {
    border-color: rgb(92 204 23 / 1);
}

.focus\:border-utility-success\/20:focus {
    border-color: rgb(92 204 23 / 0.2);
}

.focus\:border-utility-success\/25:focus {
    border-color: rgb(92 204 23 / 0.25);
}

.focus\:border-utility-success\/30:focus {
    border-color: rgb(92 204 23 / 0.3);
}

.focus\:border-utility-success\/40:focus {
    border-color: rgb(92 204 23 / 0.4);
}

.focus\:border-utility-success\/5:focus {
    border-color: rgb(92 204 23 / 0.05);
}

.focus\:border-utility-success\/50:focus {
    border-color: rgb(92 204 23 / 0.5);
}

.focus\:border-utility-success\/60:focus {
    border-color: rgb(92 204 23 / 0.6);
}

.focus\:border-utility-success\/70:focus {
    border-color: rgb(92 204 23 / 0.7);
}

.focus\:border-utility-success\/75:focus {
    border-color: rgb(92 204 23 / 0.75);
}

.focus\:border-utility-success\/80:focus {
    border-color: rgb(92 204 23 / 0.8);
}

.focus\:border-utility-success\/90:focus {
    border-color: rgb(92 204 23 / 0.9);
}

.focus\:border-utility-success\/95:focus {
    border-color: rgb(92 204 23 / 0.95);
}

.focus\:border-utility-warning:focus {
    --tw-border-opacity: 1;
    border-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-utility-warning\/0:focus {
    border-color: rgb(219 170 110 / 0);
}

.focus\:border-utility-warning\/10:focus {
    border-color: rgb(219 170 110 / 0.1);
}

.focus\:border-utility-warning\/100:focus {
    border-color: rgb(219 170 110 / 1);
}

.focus\:border-utility-warning\/20:focus {
    border-color: rgb(219 170 110 / 0.2);
}

.focus\:border-utility-warning\/25:focus {
    border-color: rgb(219 170 110 / 0.25);
}

.focus\:border-utility-warning\/30:focus {
    border-color: rgb(219 170 110 / 0.3);
}

.focus\:border-utility-warning\/40:focus {
    border-color: rgb(219 170 110 / 0.4);
}

.focus\:border-utility-warning\/5:focus {
    border-color: rgb(219 170 110 / 0.05);
}

.focus\:border-utility-warning\/50:focus {
    border-color: rgb(219 170 110 / 0.5);
}

.focus\:border-utility-warning\/60:focus {
    border-color: rgb(219 170 110 / 0.6);
}

.focus\:border-utility-warning\/70:focus {
    border-color: rgb(219 170 110 / 0.7);
}

.focus\:border-utility-warning\/75:focus {
    border-color: rgb(219 170 110 / 0.75);
}

.focus\:border-utility-warning\/80:focus {
    border-color: rgb(219 170 110 / 0.8);
}

.focus\:border-utility-warning\/90:focus {
    border-color: rgb(219 170 110 / 0.9);
}

.focus\:border-utility-warning\/95:focus {
    border-color: rgb(219 170 110 / 0.95);
}

.focus\:border-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-very-dark-blue\/0:focus {
    border-color: rgb(4 4 47 / 0);
}

.focus\:border-very-dark-blue\/10:focus {
    border-color: rgb(4 4 47 / 0.1);
}

.focus\:border-very-dark-blue\/100:focus {
    border-color: rgb(4 4 47 / 1);
}

.focus\:border-very-dark-blue\/20:focus {
    border-color: rgb(4 4 47 / 0.2);
}

.focus\:border-very-dark-blue\/25:focus {
    border-color: rgb(4 4 47 / 0.25);
}

.focus\:border-very-dark-blue\/30:focus {
    border-color: rgb(4 4 47 / 0.3);
}

.focus\:border-very-dark-blue\/40:focus {
    border-color: rgb(4 4 47 / 0.4);
}

.focus\:border-very-dark-blue\/5:focus {
    border-color: rgb(4 4 47 / 0.05);
}

.focus\:border-very-dark-blue\/50:focus {
    border-color: rgb(4 4 47 / 0.5);
}

.focus\:border-very-dark-blue\/60:focus {
    border-color: rgb(4 4 47 / 0.6);
}

.focus\:border-very-dark-blue\/70:focus {
    border-color: rgb(4 4 47 / 0.7);
}

.focus\:border-very-dark-blue\/75:focus {
    border-color: rgb(4 4 47 / 0.75);
}

.focus\:border-very-dark-blue\/80:focus {
    border-color: rgb(4 4 47 / 0.8);
}

.focus\:border-very-dark-blue\/90:focus {
    border-color: rgb(4 4 47 / 0.9);
}

.focus\:border-very-dark-blue\/95:focus {
    border-color: rgb(4 4 47 / 0.95);
}

.focus\:border-x-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-x-accent-green-dark\/0:focus {
    border-left-color: rgb(42 172 110 / 0);
    border-right-color: rgb(42 172 110 / 0);
}

.focus\:border-x-accent-green-dark\/10:focus {
    border-left-color: rgb(42 172 110 / 0.1);
    border-right-color: rgb(42 172 110 / 0.1);
}

.focus\:border-x-accent-green-dark\/100:focus {
    border-left-color: rgb(42 172 110 / 1);
    border-right-color: rgb(42 172 110 / 1);
}

.focus\:border-x-accent-green-dark\/20:focus {
    border-left-color: rgb(42 172 110 / 0.2);
    border-right-color: rgb(42 172 110 / 0.2);
}

.focus\:border-x-accent-green-dark\/25:focus {
    border-left-color: rgb(42 172 110 / 0.25);
    border-right-color: rgb(42 172 110 / 0.25);
}

.focus\:border-x-accent-green-dark\/30:focus {
    border-left-color: rgb(42 172 110 / 0.3);
    border-right-color: rgb(42 172 110 / 0.3);
}

.focus\:border-x-accent-green-dark\/40:focus {
    border-left-color: rgb(42 172 110 / 0.4);
    border-right-color: rgb(42 172 110 / 0.4);
}

.focus\:border-x-accent-green-dark\/5:focus {
    border-left-color: rgb(42 172 110 / 0.05);
    border-right-color: rgb(42 172 110 / 0.05);
}

.focus\:border-x-accent-green-dark\/50:focus {
    border-left-color: rgb(42 172 110 / 0.5);
    border-right-color: rgb(42 172 110 / 0.5);
}

.focus\:border-x-accent-green-dark\/60:focus {
    border-left-color: rgb(42 172 110 / 0.6);
    border-right-color: rgb(42 172 110 / 0.6);
}

.focus\:border-x-accent-green-dark\/70:focus {
    border-left-color: rgb(42 172 110 / 0.7);
    border-right-color: rgb(42 172 110 / 0.7);
}

.focus\:border-x-accent-green-dark\/75:focus {
    border-left-color: rgb(42 172 110 / 0.75);
    border-right-color: rgb(42 172 110 / 0.75);
}

.focus\:border-x-accent-green-dark\/80:focus {
    border-left-color: rgb(42 172 110 / 0.8);
    border-right-color: rgb(42 172 110 / 0.8);
}

.focus\:border-x-accent-green-dark\/90:focus {
    border-left-color: rgb(42 172 110 / 0.9);
    border-right-color: rgb(42 172 110 / 0.9);
}

.focus\:border-x-accent-green-dark\/95:focus {
    border-left-color: rgb(42 172 110 / 0.95);
    border-right-color: rgb(42 172 110 / 0.95);
}

.focus\:border-x-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-x-accent-green-light\/0:focus {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.focus\:border-x-accent-green-light\/10:focus {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.focus\:border-x-accent-green-light\/100:focus {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.focus\:border-x-accent-green-light\/20:focus {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.focus\:border-x-accent-green-light\/25:focus {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.focus\:border-x-accent-green-light\/30:focus {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.focus\:border-x-accent-green-light\/40:focus {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.focus\:border-x-accent-green-light\/5:focus {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.focus\:border-x-accent-green-light\/50:focus {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.focus\:border-x-accent-green-light\/60:focus {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.focus\:border-x-accent-green-light\/70:focus {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.focus\:border-x-accent-green-light\/75:focus {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.focus\:border-x-accent-green-light\/80:focus {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.focus\:border-x-accent-green-light\/90:focus {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.focus\:border-x-accent-green-light\/95:focus {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.focus\:border-x-accent-purple:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-x-accent-purple\/0:focus {
    border-left-color: rgb(192 69 221 / 0);
    border-right-color: rgb(192 69 221 / 0);
}

.focus\:border-x-accent-purple\/10:focus {
    border-left-color: rgb(192 69 221 / 0.1);
    border-right-color: rgb(192 69 221 / 0.1);
}

.focus\:border-x-accent-purple\/100:focus {
    border-left-color: rgb(192 69 221 / 1);
    border-right-color: rgb(192 69 221 / 1);
}

.focus\:border-x-accent-purple\/20:focus {
    border-left-color: rgb(192 69 221 / 0.2);
    border-right-color: rgb(192 69 221 / 0.2);
}

.focus\:border-x-accent-purple\/25:focus {
    border-left-color: rgb(192 69 221 / 0.25);
    border-right-color: rgb(192 69 221 / 0.25);
}

.focus\:border-x-accent-purple\/30:focus {
    border-left-color: rgb(192 69 221 / 0.3);
    border-right-color: rgb(192 69 221 / 0.3);
}

.focus\:border-x-accent-purple\/40:focus {
    border-left-color: rgb(192 69 221 / 0.4);
    border-right-color: rgb(192 69 221 / 0.4);
}

.focus\:border-x-accent-purple\/5:focus {
    border-left-color: rgb(192 69 221 / 0.05);
    border-right-color: rgb(192 69 221 / 0.05);
}

.focus\:border-x-accent-purple\/50:focus {
    border-left-color: rgb(192 69 221 / 0.5);
    border-right-color: rgb(192 69 221 / 0.5);
}

.focus\:border-x-accent-purple\/60:focus {
    border-left-color: rgb(192 69 221 / 0.6);
    border-right-color: rgb(192 69 221 / 0.6);
}

.focus\:border-x-accent-purple\/70:focus {
    border-left-color: rgb(192 69 221 / 0.7);
    border-right-color: rgb(192 69 221 / 0.7);
}

.focus\:border-x-accent-purple\/75:focus {
    border-left-color: rgb(192 69 221 / 0.75);
    border-right-color: rgb(192 69 221 / 0.75);
}

.focus\:border-x-accent-purple\/80:focus {
    border-left-color: rgb(192 69 221 / 0.8);
    border-right-color: rgb(192 69 221 / 0.8);
}

.focus\:border-x-accent-purple\/90:focus {
    border-left-color: rgb(192 69 221 / 0.9);
    border-right-color: rgb(192 69 221 / 0.9);
}

.focus\:border-x-accent-purple\/95:focus {
    border-left-color: rgb(192 69 221 / 0.95);
    border-right-color: rgb(192 69 221 / 0.95);
}

.focus\:border-x-current:focus {
    border-left-color: currentColor;
    border-right-color: currentColor;
}

.focus\:border-x-gray-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-x-gray-10\/0:focus {
    border-left-color: rgb(36 30 81 / 0);
    border-right-color: rgb(36 30 81 / 0);
}

.focus\:border-x-gray-10\/10:focus {
    border-left-color: rgb(36 30 81 / 0.1);
    border-right-color: rgb(36 30 81 / 0.1);
}

.focus\:border-x-gray-10\/100:focus {
    border-left-color: rgb(36 30 81 / 1);
    border-right-color: rgb(36 30 81 / 1);
}

.focus\:border-x-gray-10\/20:focus {
    border-left-color: rgb(36 30 81 / 0.2);
    border-right-color: rgb(36 30 81 / 0.2);
}

.focus\:border-x-gray-10\/25:focus {
    border-left-color: rgb(36 30 81 / 0.25);
    border-right-color: rgb(36 30 81 / 0.25);
}

.focus\:border-x-gray-10\/30:focus {
    border-left-color: rgb(36 30 81 / 0.3);
    border-right-color: rgb(36 30 81 / 0.3);
}

.focus\:border-x-gray-10\/40:focus {
    border-left-color: rgb(36 30 81 / 0.4);
    border-right-color: rgb(36 30 81 / 0.4);
}

.focus\:border-x-gray-10\/5:focus {
    border-left-color: rgb(36 30 81 / 0.05);
    border-right-color: rgb(36 30 81 / 0.05);
}

.focus\:border-x-gray-10\/50:focus {
    border-left-color: rgb(36 30 81 / 0.5);
    border-right-color: rgb(36 30 81 / 0.5);
}

.focus\:border-x-gray-10\/60:focus {
    border-left-color: rgb(36 30 81 / 0.6);
    border-right-color: rgb(36 30 81 / 0.6);
}

.focus\:border-x-gray-10\/70:focus {
    border-left-color: rgb(36 30 81 / 0.7);
    border-right-color: rgb(36 30 81 / 0.7);
}

.focus\:border-x-gray-10\/75:focus {
    border-left-color: rgb(36 30 81 / 0.75);
    border-right-color: rgb(36 30 81 / 0.75);
}

.focus\:border-x-gray-10\/80:focus {
    border-left-color: rgb(36 30 81 / 0.8);
    border-right-color: rgb(36 30 81 / 0.8);
}

.focus\:border-x-gray-10\/90:focus {
    border-left-color: rgb(36 30 81 / 0.9);
    border-right-color: rgb(36 30 81 / 0.9);
}

.focus\:border-x-gray-10\/95:focus {
    border-left-color: rgb(36 30 81 / 0.95);
    border-right-color: rgb(36 30 81 / 0.95);
}

.focus\:border-x-gray-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-x-gray-100\/0:focus {
    border-left-color: rgb(248 251 249 / 0);
    border-right-color: rgb(248 251 249 / 0);
}

.focus\:border-x-gray-100\/10:focus {
    border-left-color: rgb(248 251 249 / 0.1);
    border-right-color: rgb(248 251 249 / 0.1);
}

.focus\:border-x-gray-100\/100:focus {
    border-left-color: rgb(248 251 249 / 1);
    border-right-color: rgb(248 251 249 / 1);
}

.focus\:border-x-gray-100\/20:focus {
    border-left-color: rgb(248 251 249 / 0.2);
    border-right-color: rgb(248 251 249 / 0.2);
}

.focus\:border-x-gray-100\/25:focus {
    border-left-color: rgb(248 251 249 / 0.25);
    border-right-color: rgb(248 251 249 / 0.25);
}

.focus\:border-x-gray-100\/30:focus {
    border-left-color: rgb(248 251 249 / 0.3);
    border-right-color: rgb(248 251 249 / 0.3);
}

.focus\:border-x-gray-100\/40:focus {
    border-left-color: rgb(248 251 249 / 0.4);
    border-right-color: rgb(248 251 249 / 0.4);
}

.focus\:border-x-gray-100\/5:focus {
    border-left-color: rgb(248 251 249 / 0.05);
    border-right-color: rgb(248 251 249 / 0.05);
}

.focus\:border-x-gray-100\/50:focus {
    border-left-color: rgb(248 251 249 / 0.5);
    border-right-color: rgb(248 251 249 / 0.5);
}

.focus\:border-x-gray-100\/60:focus {
    border-left-color: rgb(248 251 249 / 0.6);
    border-right-color: rgb(248 251 249 / 0.6);
}

.focus\:border-x-gray-100\/70:focus {
    border-left-color: rgb(248 251 249 / 0.7);
    border-right-color: rgb(248 251 249 / 0.7);
}

.focus\:border-x-gray-100\/75:focus {
    border-left-color: rgb(248 251 249 / 0.75);
    border-right-color: rgb(248 251 249 / 0.75);
}

.focus\:border-x-gray-100\/80:focus {
    border-left-color: rgb(248 251 249 / 0.8);
    border-right-color: rgb(248 251 249 / 0.8);
}

.focus\:border-x-gray-100\/90:focus {
    border-left-color: rgb(248 251 249 / 0.9);
    border-right-color: rgb(248 251 249 / 0.9);
}

.focus\:border-x-gray-100\/95:focus {
    border-left-color: rgb(248 251 249 / 0.95);
    border-right-color: rgb(248 251 249 / 0.95);
}

.focus\:border-x-gray-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-x-gray-20\/0:focus {
    border-left-color: rgb(60 54 99 / 0);
    border-right-color: rgb(60 54 99 / 0);
}

.focus\:border-x-gray-20\/10:focus {
    border-left-color: rgb(60 54 99 / 0.1);
    border-right-color: rgb(60 54 99 / 0.1);
}

.focus\:border-x-gray-20\/100:focus {
    border-left-color: rgb(60 54 99 / 1);
    border-right-color: rgb(60 54 99 / 1);
}

.focus\:border-x-gray-20\/20:focus {
    border-left-color: rgb(60 54 99 / 0.2);
    border-right-color: rgb(60 54 99 / 0.2);
}

.focus\:border-x-gray-20\/25:focus {
    border-left-color: rgb(60 54 99 / 0.25);
    border-right-color: rgb(60 54 99 / 0.25);
}

.focus\:border-x-gray-20\/30:focus {
    border-left-color: rgb(60 54 99 / 0.3);
    border-right-color: rgb(60 54 99 / 0.3);
}

.focus\:border-x-gray-20\/40:focus {
    border-left-color: rgb(60 54 99 / 0.4);
    border-right-color: rgb(60 54 99 / 0.4);
}

.focus\:border-x-gray-20\/5:focus {
    border-left-color: rgb(60 54 99 / 0.05);
    border-right-color: rgb(60 54 99 / 0.05);
}

.focus\:border-x-gray-20\/50:focus {
    border-left-color: rgb(60 54 99 / 0.5);
    border-right-color: rgb(60 54 99 / 0.5);
}

.focus\:border-x-gray-20\/60:focus {
    border-left-color: rgb(60 54 99 / 0.6);
    border-right-color: rgb(60 54 99 / 0.6);
}

.focus\:border-x-gray-20\/70:focus {
    border-left-color: rgb(60 54 99 / 0.7);
    border-right-color: rgb(60 54 99 / 0.7);
}

.focus\:border-x-gray-20\/75:focus {
    border-left-color: rgb(60 54 99 / 0.75);
    border-right-color: rgb(60 54 99 / 0.75);
}

.focus\:border-x-gray-20\/80:focus {
    border-left-color: rgb(60 54 99 / 0.8);
    border-right-color: rgb(60 54 99 / 0.8);
}

.focus\:border-x-gray-20\/90:focus {
    border-left-color: rgb(60 54 99 / 0.9);
    border-right-color: rgb(60 54 99 / 0.9);
}

.focus\:border-x-gray-20\/95:focus {
    border-left-color: rgb(60 54 99 / 0.95);
    border-right-color: rgb(60 54 99 / 0.95);
}

.focus\:border-x-gray-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-x-gray-30\/0:focus {
    border-left-color: rgb(83 79 118 / 0);
    border-right-color: rgb(83 79 118 / 0);
}

.focus\:border-x-gray-30\/10:focus {
    border-left-color: rgb(83 79 118 / 0.1);
    border-right-color: rgb(83 79 118 / 0.1);
}

.focus\:border-x-gray-30\/100:focus {
    border-left-color: rgb(83 79 118 / 1);
    border-right-color: rgb(83 79 118 / 1);
}

.focus\:border-x-gray-30\/20:focus {
    border-left-color: rgb(83 79 118 / 0.2);
    border-right-color: rgb(83 79 118 / 0.2);
}

.focus\:border-x-gray-30\/25:focus {
    border-left-color: rgb(83 79 118 / 0.25);
    border-right-color: rgb(83 79 118 / 0.25);
}

.focus\:border-x-gray-30\/30:focus {
    border-left-color: rgb(83 79 118 / 0.3);
    border-right-color: rgb(83 79 118 / 0.3);
}

.focus\:border-x-gray-30\/40:focus {
    border-left-color: rgb(83 79 118 / 0.4);
    border-right-color: rgb(83 79 118 / 0.4);
}

.focus\:border-x-gray-30\/5:focus {
    border-left-color: rgb(83 79 118 / 0.05);
    border-right-color: rgb(83 79 118 / 0.05);
}

.focus\:border-x-gray-30\/50:focus {
    border-left-color: rgb(83 79 118 / 0.5);
    border-right-color: rgb(83 79 118 / 0.5);
}

.focus\:border-x-gray-30\/60:focus {
    border-left-color: rgb(83 79 118 / 0.6);
    border-right-color: rgb(83 79 118 / 0.6);
}

.focus\:border-x-gray-30\/70:focus {
    border-left-color: rgb(83 79 118 / 0.7);
    border-right-color: rgb(83 79 118 / 0.7);
}

.focus\:border-x-gray-30\/75:focus {
    border-left-color: rgb(83 79 118 / 0.75);
    border-right-color: rgb(83 79 118 / 0.75);
}

.focus\:border-x-gray-30\/80:focus {
    border-left-color: rgb(83 79 118 / 0.8);
    border-right-color: rgb(83 79 118 / 0.8);
}

.focus\:border-x-gray-30\/90:focus {
    border-left-color: rgb(83 79 118 / 0.9);
    border-right-color: rgb(83 79 118 / 0.9);
}

.focus\:border-x-gray-30\/95:focus {
    border-left-color: rgb(83 79 118 / 0.95);
    border-right-color: rgb(83 79 118 / 0.95);
}

.focus\:border-x-gray-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-x-gray-50\/0:focus {
    border-left-color: rgb(130 128 155 / 0);
    border-right-color: rgb(130 128 155 / 0);
}

.focus\:border-x-gray-50\/10:focus {
    border-left-color: rgb(130 128 155 / 0.1);
    border-right-color: rgb(130 128 155 / 0.1);
}

.focus\:border-x-gray-50\/100:focus {
    border-left-color: rgb(130 128 155 / 1);
    border-right-color: rgb(130 128 155 / 1);
}

.focus\:border-x-gray-50\/20:focus {
    border-left-color: rgb(130 128 155 / 0.2);
    border-right-color: rgb(130 128 155 / 0.2);
}

.focus\:border-x-gray-50\/25:focus {
    border-left-color: rgb(130 128 155 / 0.25);
    border-right-color: rgb(130 128 155 / 0.25);
}

.focus\:border-x-gray-50\/30:focus {
    border-left-color: rgb(130 128 155 / 0.3);
    border-right-color: rgb(130 128 155 / 0.3);
}

.focus\:border-x-gray-50\/40:focus {
    border-left-color: rgb(130 128 155 / 0.4);
    border-right-color: rgb(130 128 155 / 0.4);
}

.focus\:border-x-gray-50\/5:focus {
    border-left-color: rgb(130 128 155 / 0.05);
    border-right-color: rgb(130 128 155 / 0.05);
}

.focus\:border-x-gray-50\/50:focus {
    border-left-color: rgb(130 128 155 / 0.5);
    border-right-color: rgb(130 128 155 / 0.5);
}

.focus\:border-x-gray-50\/60:focus {
    border-left-color: rgb(130 128 155 / 0.6);
    border-right-color: rgb(130 128 155 / 0.6);
}

.focus\:border-x-gray-50\/70:focus {
    border-left-color: rgb(130 128 155 / 0.7);
    border-right-color: rgb(130 128 155 / 0.7);
}

.focus\:border-x-gray-50\/75:focus {
    border-left-color: rgb(130 128 155 / 0.75);
    border-right-color: rgb(130 128 155 / 0.75);
}

.focus\:border-x-gray-50\/80:focus {
    border-left-color: rgb(130 128 155 / 0.8);
    border-right-color: rgb(130 128 155 / 0.8);
}

.focus\:border-x-gray-50\/90:focus {
    border-left-color: rgb(130 128 155 / 0.9);
    border-right-color: rgb(130 128 155 / 0.9);
}

.focus\:border-x-gray-50\/95:focus {
    border-left-color: rgb(130 128 155 / 0.95);
    border-right-color: rgb(130 128 155 / 0.95);
}

.focus\:border-x-gray-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-x-gray-70\/0:focus {
    border-left-color: rgb(177 177 193 / 0);
    border-right-color: rgb(177 177 193 / 0);
}

.focus\:border-x-gray-70\/10:focus {
    border-left-color: rgb(177 177 193 / 0.1);
    border-right-color: rgb(177 177 193 / 0.1);
}

.focus\:border-x-gray-70\/100:focus {
    border-left-color: rgb(177 177 193 / 1);
    border-right-color: rgb(177 177 193 / 1);
}

.focus\:border-x-gray-70\/20:focus {
    border-left-color: rgb(177 177 193 / 0.2);
    border-right-color: rgb(177 177 193 / 0.2);
}

.focus\:border-x-gray-70\/25:focus {
    border-left-color: rgb(177 177 193 / 0.25);
    border-right-color: rgb(177 177 193 / 0.25);
}

.focus\:border-x-gray-70\/30:focus {
    border-left-color: rgb(177 177 193 / 0.3);
    border-right-color: rgb(177 177 193 / 0.3);
}

.focus\:border-x-gray-70\/40:focus {
    border-left-color: rgb(177 177 193 / 0.4);
    border-right-color: rgb(177 177 193 / 0.4);
}

.focus\:border-x-gray-70\/5:focus {
    border-left-color: rgb(177 177 193 / 0.05);
    border-right-color: rgb(177 177 193 / 0.05);
}

.focus\:border-x-gray-70\/50:focus {
    border-left-color: rgb(177 177 193 / 0.5);
    border-right-color: rgb(177 177 193 / 0.5);
}

.focus\:border-x-gray-70\/60:focus {
    border-left-color: rgb(177 177 193 / 0.6);
    border-right-color: rgb(177 177 193 / 0.6);
}

.focus\:border-x-gray-70\/70:focus {
    border-left-color: rgb(177 177 193 / 0.7);
    border-right-color: rgb(177 177 193 / 0.7);
}

.focus\:border-x-gray-70\/75:focus {
    border-left-color: rgb(177 177 193 / 0.75);
    border-right-color: rgb(177 177 193 / 0.75);
}

.focus\:border-x-gray-70\/80:focus {
    border-left-color: rgb(177 177 193 / 0.8);
    border-right-color: rgb(177 177 193 / 0.8);
}

.focus\:border-x-gray-70\/90:focus {
    border-left-color: rgb(177 177 193 / 0.9);
    border-right-color: rgb(177 177 193 / 0.9);
}

.focus\:border-x-gray-70\/95:focus {
    border-left-color: rgb(177 177 193 / 0.95);
    border-right-color: rgb(177 177 193 / 0.95);
}

.focus\:border-x-green-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-x-green-10\/0:focus {
    border-left-color: rgb(19 28 66 / 0);
    border-right-color: rgb(19 28 66 / 0);
}

.focus\:border-x-green-10\/10:focus {
    border-left-color: rgb(19 28 66 / 0.1);
    border-right-color: rgb(19 28 66 / 0.1);
}

.focus\:border-x-green-10\/100:focus {
    border-left-color: rgb(19 28 66 / 1);
    border-right-color: rgb(19 28 66 / 1);
}

.focus\:border-x-green-10\/20:focus {
    border-left-color: rgb(19 28 66 / 0.2);
    border-right-color: rgb(19 28 66 / 0.2);
}

.focus\:border-x-green-10\/25:focus {
    border-left-color: rgb(19 28 66 / 0.25);
    border-right-color: rgb(19 28 66 / 0.25);
}

.focus\:border-x-green-10\/30:focus {
    border-left-color: rgb(19 28 66 / 0.3);
    border-right-color: rgb(19 28 66 / 0.3);
}

.focus\:border-x-green-10\/40:focus {
    border-left-color: rgb(19 28 66 / 0.4);
    border-right-color: rgb(19 28 66 / 0.4);
}

.focus\:border-x-green-10\/5:focus {
    border-left-color: rgb(19 28 66 / 0.05);
    border-right-color: rgb(19 28 66 / 0.05);
}

.focus\:border-x-green-10\/50:focus {
    border-left-color: rgb(19 28 66 / 0.5);
    border-right-color: rgb(19 28 66 / 0.5);
}

.focus\:border-x-green-10\/60:focus {
    border-left-color: rgb(19 28 66 / 0.6);
    border-right-color: rgb(19 28 66 / 0.6);
}

.focus\:border-x-green-10\/70:focus {
    border-left-color: rgb(19 28 66 / 0.7);
    border-right-color: rgb(19 28 66 / 0.7);
}

.focus\:border-x-green-10\/75:focus {
    border-left-color: rgb(19 28 66 / 0.75);
    border-right-color: rgb(19 28 66 / 0.75);
}

.focus\:border-x-green-10\/80:focus {
    border-left-color: rgb(19 28 66 / 0.8);
    border-right-color: rgb(19 28 66 / 0.8);
}

.focus\:border-x-green-10\/90:focus {
    border-left-color: rgb(19 28 66 / 0.9);
    border-right-color: rgb(19 28 66 / 0.9);
}

.focus\:border-x-green-10\/95:focus {
    border-left-color: rgb(19 28 66 / 0.95);
    border-right-color: rgb(19 28 66 / 0.95);
}

.focus\:border-x-green-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-x-green-100\/0:focus {
    border-left-color: rgb(90 226 75 / 0);
    border-right-color: rgb(90 226 75 / 0);
}

.focus\:border-x-green-100\/10:focus {
    border-left-color: rgb(90 226 75 / 0.1);
    border-right-color: rgb(90 226 75 / 0.1);
}

.focus\:border-x-green-100\/100:focus {
    border-left-color: rgb(90 226 75 / 1);
    border-right-color: rgb(90 226 75 / 1);
}

.focus\:border-x-green-100\/20:focus {
    border-left-color: rgb(90 226 75 / 0.2);
    border-right-color: rgb(90 226 75 / 0.2);
}

.focus\:border-x-green-100\/25:focus {
    border-left-color: rgb(90 226 75 / 0.25);
    border-right-color: rgb(90 226 75 / 0.25);
}

.focus\:border-x-green-100\/30:focus {
    border-left-color: rgb(90 226 75 / 0.3);
    border-right-color: rgb(90 226 75 / 0.3);
}

.focus\:border-x-green-100\/40:focus {
    border-left-color: rgb(90 226 75 / 0.4);
    border-right-color: rgb(90 226 75 / 0.4);
}

.focus\:border-x-green-100\/5:focus {
    border-left-color: rgb(90 226 75 / 0.05);
    border-right-color: rgb(90 226 75 / 0.05);
}

.focus\:border-x-green-100\/50:focus {
    border-left-color: rgb(90 226 75 / 0.5);
    border-right-color: rgb(90 226 75 / 0.5);
}

.focus\:border-x-green-100\/60:focus {
    border-left-color: rgb(90 226 75 / 0.6);
    border-right-color: rgb(90 226 75 / 0.6);
}

.focus\:border-x-green-100\/70:focus {
    border-left-color: rgb(90 226 75 / 0.7);
    border-right-color: rgb(90 226 75 / 0.7);
}

.focus\:border-x-green-100\/75:focus {
    border-left-color: rgb(90 226 75 / 0.75);
    border-right-color: rgb(90 226 75 / 0.75);
}

.focus\:border-x-green-100\/80:focus {
    border-left-color: rgb(90 226 75 / 0.8);
    border-right-color: rgb(90 226 75 / 0.8);
}

.focus\:border-x-green-100\/90:focus {
    border-left-color: rgb(90 226 75 / 0.9);
    border-right-color: rgb(90 226 75 / 0.9);
}

.focus\:border-x-green-100\/95:focus {
    border-left-color: rgb(90 226 75 / 0.95);
    border-right-color: rgb(90 226 75 / 0.95);
}

.focus\:border-x-green-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-x-green-20\/0:focus {
    border-left-color: rgb(26 52 70 / 0);
    border-right-color: rgb(26 52 70 / 0);
}

.focus\:border-x-green-20\/10:focus {
    border-left-color: rgb(26 52 70 / 0.1);
    border-right-color: rgb(26 52 70 / 0.1);
}

.focus\:border-x-green-20\/100:focus {
    border-left-color: rgb(26 52 70 / 1);
    border-right-color: rgb(26 52 70 / 1);
}

.focus\:border-x-green-20\/20:focus {
    border-left-color: rgb(26 52 70 / 0.2);
    border-right-color: rgb(26 52 70 / 0.2);
}

.focus\:border-x-green-20\/25:focus {
    border-left-color: rgb(26 52 70 / 0.25);
    border-right-color: rgb(26 52 70 / 0.25);
}

.focus\:border-x-green-20\/30:focus {
    border-left-color: rgb(26 52 70 / 0.3);
    border-right-color: rgb(26 52 70 / 0.3);
}

.focus\:border-x-green-20\/40:focus {
    border-left-color: rgb(26 52 70 / 0.4);
    border-right-color: rgb(26 52 70 / 0.4);
}

.focus\:border-x-green-20\/5:focus {
    border-left-color: rgb(26 52 70 / 0.05);
    border-right-color: rgb(26 52 70 / 0.05);
}

.focus\:border-x-green-20\/50:focus {
    border-left-color: rgb(26 52 70 / 0.5);
    border-right-color: rgb(26 52 70 / 0.5);
}

.focus\:border-x-green-20\/60:focus {
    border-left-color: rgb(26 52 70 / 0.6);
    border-right-color: rgb(26 52 70 / 0.6);
}

.focus\:border-x-green-20\/70:focus {
    border-left-color: rgb(26 52 70 / 0.7);
    border-right-color: rgb(26 52 70 / 0.7);
}

.focus\:border-x-green-20\/75:focus {
    border-left-color: rgb(26 52 70 / 0.75);
    border-right-color: rgb(26 52 70 / 0.75);
}

.focus\:border-x-green-20\/80:focus {
    border-left-color: rgb(26 52 70 / 0.8);
    border-right-color: rgb(26 52 70 / 0.8);
}

.focus\:border-x-green-20\/90:focus {
    border-left-color: rgb(26 52 70 / 0.9);
    border-right-color: rgb(26 52 70 / 0.9);
}

.focus\:border-x-green-20\/95:focus {
    border-left-color: rgb(26 52 70 / 0.95);
    border-right-color: rgb(26 52 70 / 0.95);
}

.focus\:border-x-green-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-x-green-30\/0:focus {
    border-left-color: rgb(32 75 75 / 0);
    border-right-color: rgb(32 75 75 / 0);
}

.focus\:border-x-green-30\/10:focus {
    border-left-color: rgb(32 75 75 / 0.1);
    border-right-color: rgb(32 75 75 / 0.1);
}

.focus\:border-x-green-30\/100:focus {
    border-left-color: rgb(32 75 75 / 1);
    border-right-color: rgb(32 75 75 / 1);
}

.focus\:border-x-green-30\/20:focus {
    border-left-color: rgb(32 75 75 / 0.2);
    border-right-color: rgb(32 75 75 / 0.2);
}

.focus\:border-x-green-30\/25:focus {
    border-left-color: rgb(32 75 75 / 0.25);
    border-right-color: rgb(32 75 75 / 0.25);
}

.focus\:border-x-green-30\/30:focus {
    border-left-color: rgb(32 75 75 / 0.3);
    border-right-color: rgb(32 75 75 / 0.3);
}

.focus\:border-x-green-30\/40:focus {
    border-left-color: rgb(32 75 75 / 0.4);
    border-right-color: rgb(32 75 75 / 0.4);
}

.focus\:border-x-green-30\/5:focus {
    border-left-color: rgb(32 75 75 / 0.05);
    border-right-color: rgb(32 75 75 / 0.05);
}

.focus\:border-x-green-30\/50:focus {
    border-left-color: rgb(32 75 75 / 0.5);
    border-right-color: rgb(32 75 75 / 0.5);
}

.focus\:border-x-green-30\/60:focus {
    border-left-color: rgb(32 75 75 / 0.6);
    border-right-color: rgb(32 75 75 / 0.6);
}

.focus\:border-x-green-30\/70:focus {
    border-left-color: rgb(32 75 75 / 0.7);
    border-right-color: rgb(32 75 75 / 0.7);
}

.focus\:border-x-green-30\/75:focus {
    border-left-color: rgb(32 75 75 / 0.75);
    border-right-color: rgb(32 75 75 / 0.75);
}

.focus\:border-x-green-30\/80:focus {
    border-left-color: rgb(32 75 75 / 0.8);
    border-right-color: rgb(32 75 75 / 0.8);
}

.focus\:border-x-green-30\/90:focus {
    border-left-color: rgb(32 75 75 / 0.9);
    border-right-color: rgb(32 75 75 / 0.9);
}

.focus\:border-x-green-30\/95:focus {
    border-left-color: rgb(32 75 75 / 0.95);
    border-right-color: rgb(32 75 75 / 0.95);
}

.focus\:border-x-green-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-x-green-50\/0:focus {
    border-left-color: rgb(44 121 83 / 0);
    border-right-color: rgb(44 121 83 / 0);
}

.focus\:border-x-green-50\/10:focus {
    border-left-color: rgb(44 121 83 / 0.1);
    border-right-color: rgb(44 121 83 / 0.1);
}

.focus\:border-x-green-50\/100:focus {
    border-left-color: rgb(44 121 83 / 1);
    border-right-color: rgb(44 121 83 / 1);
}

.focus\:border-x-green-50\/20:focus {
    border-left-color: rgb(44 121 83 / 0.2);
    border-right-color: rgb(44 121 83 / 0.2);
}

.focus\:border-x-green-50\/25:focus {
    border-left-color: rgb(44 121 83 / 0.25);
    border-right-color: rgb(44 121 83 / 0.25);
}

.focus\:border-x-green-50\/30:focus {
    border-left-color: rgb(44 121 83 / 0.3);
    border-right-color: rgb(44 121 83 / 0.3);
}

.focus\:border-x-green-50\/40:focus {
    border-left-color: rgb(44 121 83 / 0.4);
    border-right-color: rgb(44 121 83 / 0.4);
}

.focus\:border-x-green-50\/5:focus {
    border-left-color: rgb(44 121 83 / 0.05);
    border-right-color: rgb(44 121 83 / 0.05);
}

.focus\:border-x-green-50\/50:focus {
    border-left-color: rgb(44 121 83 / 0.5);
    border-right-color: rgb(44 121 83 / 0.5);
}

.focus\:border-x-green-50\/60:focus {
    border-left-color: rgb(44 121 83 / 0.6);
    border-right-color: rgb(44 121 83 / 0.6);
}

.focus\:border-x-green-50\/70:focus {
    border-left-color: rgb(44 121 83 / 0.7);
    border-right-color: rgb(44 121 83 / 0.7);
}

.focus\:border-x-green-50\/75:focus {
    border-left-color: rgb(44 121 83 / 0.75);
    border-right-color: rgb(44 121 83 / 0.75);
}

.focus\:border-x-green-50\/80:focus {
    border-left-color: rgb(44 121 83 / 0.8);
    border-right-color: rgb(44 121 83 / 0.8);
}

.focus\:border-x-green-50\/90:focus {
    border-left-color: rgb(44 121 83 / 0.9);
    border-right-color: rgb(44 121 83 / 0.9);
}

.focus\:border-x-green-50\/95:focus {
    border-left-color: rgb(44 121 83 / 0.95);
    border-right-color: rgb(44 121 83 / 0.95);
}

.focus\:border-x-green-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-x-green-70\/0:focus {
    border-left-color: rgb(57 168 91 / 0);
    border-right-color: rgb(57 168 91 / 0);
}

.focus\:border-x-green-70\/10:focus {
    border-left-color: rgb(57 168 91 / 0.1);
    border-right-color: rgb(57 168 91 / 0.1);
}

.focus\:border-x-green-70\/100:focus {
    border-left-color: rgb(57 168 91 / 1);
    border-right-color: rgb(57 168 91 / 1);
}

.focus\:border-x-green-70\/20:focus {
    border-left-color: rgb(57 168 91 / 0.2);
    border-right-color: rgb(57 168 91 / 0.2);
}

.focus\:border-x-green-70\/25:focus {
    border-left-color: rgb(57 168 91 / 0.25);
    border-right-color: rgb(57 168 91 / 0.25);
}

.focus\:border-x-green-70\/30:focus {
    border-left-color: rgb(57 168 91 / 0.3);
    border-right-color: rgb(57 168 91 / 0.3);
}

.focus\:border-x-green-70\/40:focus {
    border-left-color: rgb(57 168 91 / 0.4);
    border-right-color: rgb(57 168 91 / 0.4);
}

.focus\:border-x-green-70\/5:focus {
    border-left-color: rgb(57 168 91 / 0.05);
    border-right-color: rgb(57 168 91 / 0.05);
}

.focus\:border-x-green-70\/50:focus {
    border-left-color: rgb(57 168 91 / 0.5);
    border-right-color: rgb(57 168 91 / 0.5);
}

.focus\:border-x-green-70\/60:focus {
    border-left-color: rgb(57 168 91 / 0.6);
    border-right-color: rgb(57 168 91 / 0.6);
}

.focus\:border-x-green-70\/70:focus {
    border-left-color: rgb(57 168 91 / 0.7);
    border-right-color: rgb(57 168 91 / 0.7);
}

.focus\:border-x-green-70\/75:focus {
    border-left-color: rgb(57 168 91 / 0.75);
    border-right-color: rgb(57 168 91 / 0.75);
}

.focus\:border-x-green-70\/80:focus {
    border-left-color: rgb(57 168 91 / 0.8);
    border-right-color: rgb(57 168 91 / 0.8);
}

.focus\:border-x-green-70\/90:focus {
    border-left-color: rgb(57 168 91 / 0.9);
    border-right-color: rgb(57 168 91 / 0.9);
}

.focus\:border-x-green-70\/95:focus {
    border-left-color: rgb(57 168 91 / 0.95);
    border-right-color: rgb(57 168 91 / 0.95);
}

.focus\:border-x-purple-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-x-purple-10\/0:focus {
    border-left-color: rgb(26 8 70 / 0);
    border-right-color: rgb(26 8 70 / 0);
}

.focus\:border-x-purple-10\/10:focus {
    border-left-color: rgb(26 8 70 / 0.1);
    border-right-color: rgb(26 8 70 / 0.1);
}

.focus\:border-x-purple-10\/100:focus {
    border-left-color: rgb(26 8 70 / 1);
    border-right-color: rgb(26 8 70 / 1);
}

.focus\:border-x-purple-10\/20:focus {
    border-left-color: rgb(26 8 70 / 0.2);
    border-right-color: rgb(26 8 70 / 0.2);
}

.focus\:border-x-purple-10\/25:focus {
    border-left-color: rgb(26 8 70 / 0.25);
    border-right-color: rgb(26 8 70 / 0.25);
}

.focus\:border-x-purple-10\/30:focus {
    border-left-color: rgb(26 8 70 / 0.3);
    border-right-color: rgb(26 8 70 / 0.3);
}

.focus\:border-x-purple-10\/40:focus {
    border-left-color: rgb(26 8 70 / 0.4);
    border-right-color: rgb(26 8 70 / 0.4);
}

.focus\:border-x-purple-10\/5:focus {
    border-left-color: rgb(26 8 70 / 0.05);
    border-right-color: rgb(26 8 70 / 0.05);
}

.focus\:border-x-purple-10\/50:focus {
    border-left-color: rgb(26 8 70 / 0.5);
    border-right-color: rgb(26 8 70 / 0.5);
}

.focus\:border-x-purple-10\/60:focus {
    border-left-color: rgb(26 8 70 / 0.6);
    border-right-color: rgb(26 8 70 / 0.6);
}

.focus\:border-x-purple-10\/70:focus {
    border-left-color: rgb(26 8 70 / 0.7);
    border-right-color: rgb(26 8 70 / 0.7);
}

.focus\:border-x-purple-10\/75:focus {
    border-left-color: rgb(26 8 70 / 0.75);
    border-right-color: rgb(26 8 70 / 0.75);
}

.focus\:border-x-purple-10\/80:focus {
    border-left-color: rgb(26 8 70 / 0.8);
    border-right-color: rgb(26 8 70 / 0.8);
}

.focus\:border-x-purple-10\/90:focus {
    border-left-color: rgb(26 8 70 / 0.9);
    border-right-color: rgb(26 8 70 / 0.9);
}

.focus\:border-x-purple-10\/95:focus {
    border-left-color: rgb(26 8 70 / 0.95);
    border-right-color: rgb(26 8 70 / 0.95);
}

.focus\:border-x-purple-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-x-purple-100\/0:focus {
    border-left-color: rgb(125 41 145 / 0);
    border-right-color: rgb(125 41 145 / 0);
}

.focus\:border-x-purple-100\/10:focus {
    border-left-color: rgb(125 41 145 / 0.1);
    border-right-color: rgb(125 41 145 / 0.1);
}

.focus\:border-x-purple-100\/100:focus {
    border-left-color: rgb(125 41 145 / 1);
    border-right-color: rgb(125 41 145 / 1);
}

.focus\:border-x-purple-100\/20:focus {
    border-left-color: rgb(125 41 145 / 0.2);
    border-right-color: rgb(125 41 145 / 0.2);
}

.focus\:border-x-purple-100\/25:focus {
    border-left-color: rgb(125 41 145 / 0.25);
    border-right-color: rgb(125 41 145 / 0.25);
}

.focus\:border-x-purple-100\/30:focus {
    border-left-color: rgb(125 41 145 / 0.3);
    border-right-color: rgb(125 41 145 / 0.3);
}

.focus\:border-x-purple-100\/40:focus {
    border-left-color: rgb(125 41 145 / 0.4);
    border-right-color: rgb(125 41 145 / 0.4);
}

.focus\:border-x-purple-100\/5:focus {
    border-left-color: rgb(125 41 145 / 0.05);
    border-right-color: rgb(125 41 145 / 0.05);
}

.focus\:border-x-purple-100\/50:focus {
    border-left-color: rgb(125 41 145 / 0.5);
    border-right-color: rgb(125 41 145 / 0.5);
}

.focus\:border-x-purple-100\/60:focus {
    border-left-color: rgb(125 41 145 / 0.6);
    border-right-color: rgb(125 41 145 / 0.6);
}

.focus\:border-x-purple-100\/70:focus {
    border-left-color: rgb(125 41 145 / 0.7);
    border-right-color: rgb(125 41 145 / 0.7);
}

.focus\:border-x-purple-100\/75:focus {
    border-left-color: rgb(125 41 145 / 0.75);
    border-right-color: rgb(125 41 145 / 0.75);
}

.focus\:border-x-purple-100\/80:focus {
    border-left-color: rgb(125 41 145 / 0.8);
    border-right-color: rgb(125 41 145 / 0.8);
}

.focus\:border-x-purple-100\/90:focus {
    border-left-color: rgb(125 41 145 / 0.9);
    border-right-color: rgb(125 41 145 / 0.9);
}

.focus\:border-x-purple-100\/95:focus {
    border-left-color: rgb(125 41 145 / 0.95);
    border-right-color: rgb(125 41 145 / 0.95);
}

.focus\:border-x-purple-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-x-purple-20\/0:focus {
    border-left-color: rgb(40 12 78 / 0);
    border-right-color: rgb(40 12 78 / 0);
}

.focus\:border-x-purple-20\/10:focus {
    border-left-color: rgb(40 12 78 / 0.1);
    border-right-color: rgb(40 12 78 / 0.1);
}

.focus\:border-x-purple-20\/100:focus {
    border-left-color: rgb(40 12 78 / 1);
    border-right-color: rgb(40 12 78 / 1);
}

.focus\:border-x-purple-20\/20:focus {
    border-left-color: rgb(40 12 78 / 0.2);
    border-right-color: rgb(40 12 78 / 0.2);
}

.focus\:border-x-purple-20\/25:focus {
    border-left-color: rgb(40 12 78 / 0.25);
    border-right-color: rgb(40 12 78 / 0.25);
}

.focus\:border-x-purple-20\/30:focus {
    border-left-color: rgb(40 12 78 / 0.3);
    border-right-color: rgb(40 12 78 / 0.3);
}

.focus\:border-x-purple-20\/40:focus {
    border-left-color: rgb(40 12 78 / 0.4);
    border-right-color: rgb(40 12 78 / 0.4);
}

.focus\:border-x-purple-20\/5:focus {
    border-left-color: rgb(40 12 78 / 0.05);
    border-right-color: rgb(40 12 78 / 0.05);
}

.focus\:border-x-purple-20\/50:focus {
    border-left-color: rgb(40 12 78 / 0.5);
    border-right-color: rgb(40 12 78 / 0.5);
}

.focus\:border-x-purple-20\/60:focus {
    border-left-color: rgb(40 12 78 / 0.6);
    border-right-color: rgb(40 12 78 / 0.6);
}

.focus\:border-x-purple-20\/70:focus {
    border-left-color: rgb(40 12 78 / 0.7);
    border-right-color: rgb(40 12 78 / 0.7);
}

.focus\:border-x-purple-20\/75:focus {
    border-left-color: rgb(40 12 78 / 0.75);
    border-right-color: rgb(40 12 78 / 0.75);
}

.focus\:border-x-purple-20\/80:focus {
    border-left-color: rgb(40 12 78 / 0.8);
    border-right-color: rgb(40 12 78 / 0.8);
}

.focus\:border-x-purple-20\/90:focus {
    border-left-color: rgb(40 12 78 / 0.9);
    border-right-color: rgb(40 12 78 / 0.9);
}

.focus\:border-x-purple-20\/95:focus {
    border-left-color: rgb(40 12 78 / 0.95);
    border-right-color: rgb(40 12 78 / 0.95);
}

.focus\:border-x-purple-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-x-purple-30\/0:focus {
    border-left-color: rgb(53 15 86 / 0);
    border-right-color: rgb(53 15 86 / 0);
}

.focus\:border-x-purple-30\/10:focus {
    border-left-color: rgb(53 15 86 / 0.1);
    border-right-color: rgb(53 15 86 / 0.1);
}

.focus\:border-x-purple-30\/100:focus {
    border-left-color: rgb(53 15 86 / 1);
    border-right-color: rgb(53 15 86 / 1);
}

.focus\:border-x-purple-30\/20:focus {
    border-left-color: rgb(53 15 86 / 0.2);
    border-right-color: rgb(53 15 86 / 0.2);
}

.focus\:border-x-purple-30\/25:focus {
    border-left-color: rgb(53 15 86 / 0.25);
    border-right-color: rgb(53 15 86 / 0.25);
}

.focus\:border-x-purple-30\/30:focus {
    border-left-color: rgb(53 15 86 / 0.3);
    border-right-color: rgb(53 15 86 / 0.3);
}

.focus\:border-x-purple-30\/40:focus {
    border-left-color: rgb(53 15 86 / 0.4);
    border-right-color: rgb(53 15 86 / 0.4);
}

.focus\:border-x-purple-30\/5:focus {
    border-left-color: rgb(53 15 86 / 0.05);
    border-right-color: rgb(53 15 86 / 0.05);
}

.focus\:border-x-purple-30\/50:focus {
    border-left-color: rgb(53 15 86 / 0.5);
    border-right-color: rgb(53 15 86 / 0.5);
}

.focus\:border-x-purple-30\/60:focus {
    border-left-color: rgb(53 15 86 / 0.6);
    border-right-color: rgb(53 15 86 / 0.6);
}

.focus\:border-x-purple-30\/70:focus {
    border-left-color: rgb(53 15 86 / 0.7);
    border-right-color: rgb(53 15 86 / 0.7);
}

.focus\:border-x-purple-30\/75:focus {
    border-left-color: rgb(53 15 86 / 0.75);
    border-right-color: rgb(53 15 86 / 0.75);
}

.focus\:border-x-purple-30\/80:focus {
    border-left-color: rgb(53 15 86 / 0.8);
    border-right-color: rgb(53 15 86 / 0.8);
}

.focus\:border-x-purple-30\/90:focus {
    border-left-color: rgb(53 15 86 / 0.9);
    border-right-color: rgb(53 15 86 / 0.9);
}

.focus\:border-x-purple-30\/95:focus {
    border-left-color: rgb(53 15 86 / 0.95);
    border-right-color: rgb(53 15 86 / 0.95);
}

.focus\:border-x-purple-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-x-purple-50\/0:focus {
    border-left-color: rgb(79 22 102 / 0);
    border-right-color: rgb(79 22 102 / 0);
}

.focus\:border-x-purple-50\/10:focus {
    border-left-color: rgb(79 22 102 / 0.1);
    border-right-color: rgb(79 22 102 / 0.1);
}

.focus\:border-x-purple-50\/100:focus {
    border-left-color: rgb(79 22 102 / 1);
    border-right-color: rgb(79 22 102 / 1);
}

.focus\:border-x-purple-50\/20:focus {
    border-left-color: rgb(79 22 102 / 0.2);
    border-right-color: rgb(79 22 102 / 0.2);
}

.focus\:border-x-purple-50\/25:focus {
    border-left-color: rgb(79 22 102 / 0.25);
    border-right-color: rgb(79 22 102 / 0.25);
}

.focus\:border-x-purple-50\/30:focus {
    border-left-color: rgb(79 22 102 / 0.3);
    border-right-color: rgb(79 22 102 / 0.3);
}

.focus\:border-x-purple-50\/40:focus {
    border-left-color: rgb(79 22 102 / 0.4);
    border-right-color: rgb(79 22 102 / 0.4);
}

.focus\:border-x-purple-50\/5:focus {
    border-left-color: rgb(79 22 102 / 0.05);
    border-right-color: rgb(79 22 102 / 0.05);
}

.focus\:border-x-purple-50\/50:focus {
    border-left-color: rgb(79 22 102 / 0.5);
    border-right-color: rgb(79 22 102 / 0.5);
}

.focus\:border-x-purple-50\/60:focus {
    border-left-color: rgb(79 22 102 / 0.6);
    border-right-color: rgb(79 22 102 / 0.6);
}

.focus\:border-x-purple-50\/70:focus {
    border-left-color: rgb(79 22 102 / 0.7);
    border-right-color: rgb(79 22 102 / 0.7);
}

.focus\:border-x-purple-50\/75:focus {
    border-left-color: rgb(79 22 102 / 0.75);
    border-right-color: rgb(79 22 102 / 0.75);
}

.focus\:border-x-purple-50\/80:focus {
    border-left-color: rgb(79 22 102 / 0.8);
    border-right-color: rgb(79 22 102 / 0.8);
}

.focus\:border-x-purple-50\/90:focus {
    border-left-color: rgb(79 22 102 / 0.9);
    border-right-color: rgb(79 22 102 / 0.9);
}

.focus\:border-x-purple-50\/95:focus {
    border-left-color: rgb(79 22 102 / 0.95);
    border-right-color: rgb(79 22 102 / 0.95);
}

.focus\:border-x-purple-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-x-purple-70\/0:focus {
    border-left-color: rgb(106 29 119 / 0);
    border-right-color: rgb(106 29 119 / 0);
}

.focus\:border-x-purple-70\/10:focus {
    border-left-color: rgb(106 29 119 / 0.1);
    border-right-color: rgb(106 29 119 / 0.1);
}

.focus\:border-x-purple-70\/100:focus {
    border-left-color: rgb(106 29 119 / 1);
    border-right-color: rgb(106 29 119 / 1);
}

.focus\:border-x-purple-70\/20:focus {
    border-left-color: rgb(106 29 119 / 0.2);
    border-right-color: rgb(106 29 119 / 0.2);
}

.focus\:border-x-purple-70\/25:focus {
    border-left-color: rgb(106 29 119 / 0.25);
    border-right-color: rgb(106 29 119 / 0.25);
}

.focus\:border-x-purple-70\/30:focus {
    border-left-color: rgb(106 29 119 / 0.3);
    border-right-color: rgb(106 29 119 / 0.3);
}

.focus\:border-x-purple-70\/40:focus {
    border-left-color: rgb(106 29 119 / 0.4);
    border-right-color: rgb(106 29 119 / 0.4);
}

.focus\:border-x-purple-70\/5:focus {
    border-left-color: rgb(106 29 119 / 0.05);
    border-right-color: rgb(106 29 119 / 0.05);
}

.focus\:border-x-purple-70\/50:focus {
    border-left-color: rgb(106 29 119 / 0.5);
    border-right-color: rgb(106 29 119 / 0.5);
}

.focus\:border-x-purple-70\/60:focus {
    border-left-color: rgb(106 29 119 / 0.6);
    border-right-color: rgb(106 29 119 / 0.6);
}

.focus\:border-x-purple-70\/70:focus {
    border-left-color: rgb(106 29 119 / 0.7);
    border-right-color: rgb(106 29 119 / 0.7);
}

.focus\:border-x-purple-70\/75:focus {
    border-left-color: rgb(106 29 119 / 0.75);
    border-right-color: rgb(106 29 119 / 0.75);
}

.focus\:border-x-purple-70\/80:focus {
    border-left-color: rgb(106 29 119 / 0.8);
    border-right-color: rgb(106 29 119 / 0.8);
}

.focus\:border-x-purple-70\/90:focus {
    border-left-color: rgb(106 29 119 / 0.9);
    border-right-color: rgb(106 29 119 / 0.9);
}

.focus\:border-x-purple-70\/95:focus {
    border-left-color: rgb(106 29 119 / 0.95);
    border-right-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-left-color: rgb(0 0 0 / 0.4);
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-left-color: rgb(0 0 0 / 0.6);
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-x-utility-error\/0:focus {
    border-left-color: rgb(220 33 33 / 0);
    border-right-color: rgb(220 33 33 / 0);
}

.focus\:border-x-utility-error\/10:focus {
    border-left-color: rgb(220 33 33 / 0.1);
    border-right-color: rgb(220 33 33 / 0.1);
}

.focus\:border-x-utility-error\/100:focus {
    border-left-color: rgb(220 33 33 / 1);
    border-right-color: rgb(220 33 33 / 1);
}

.focus\:border-x-utility-error\/20:focus {
    border-left-color: rgb(220 33 33 / 0.2);
    border-right-color: rgb(220 33 33 / 0.2);
}

.focus\:border-x-utility-error\/25:focus {
    border-left-color: rgb(220 33 33 / 0.25);
    border-right-color: rgb(220 33 33 / 0.25);
}

.focus\:border-x-utility-error\/30:focus {
    border-left-color: rgb(220 33 33 / 0.3);
    border-right-color: rgb(220 33 33 / 0.3);
}

.focus\:border-x-utility-error\/40:focus {
    border-left-color: rgb(220 33 33 / 0.4);
    border-right-color: rgb(220 33 33 / 0.4);
}

.focus\:border-x-utility-error\/5:focus {
    border-left-color: rgb(220 33 33 / 0.05);
    border-right-color: rgb(220 33 33 / 0.05);
}

.focus\:border-x-utility-error\/50:focus {
    border-left-color: rgb(220 33 33 / 0.5);
    border-right-color: rgb(220 33 33 / 0.5);
}

.focus\:border-x-utility-error\/60:focus {
    border-left-color: rgb(220 33 33 / 0.6);
    border-right-color: rgb(220 33 33 / 0.6);
}

.focus\:border-x-utility-error\/70:focus {
    border-left-color: rgb(220 33 33 / 0.7);
    border-right-color: rgb(220 33 33 / 0.7);
}

.focus\:border-x-utility-error\/75:focus {
    border-left-color: rgb(220 33 33 / 0.75);
    border-right-color: rgb(220 33 33 / 0.75);
}

.focus\:border-x-utility-error\/80:focus {
    border-left-color: rgb(220 33 33 / 0.8);
    border-right-color: rgb(220 33 33 / 0.8);
}

.focus\:border-x-utility-error\/90:focus {
    border-left-color: rgb(220 33 33 / 0.9);
    border-right-color: rgb(220 33 33 / 0.9);
}

.focus\:border-x-utility-error\/95:focus {
    border-left-color: rgb(220 33 33 / 0.95);
    border-right-color: rgb(220 33 33 / 0.95);
}

.focus\:border-x-utility-info:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-x-utility-info\/0:focus {
    border-left-color: rgb(191 219 254 / 0);
    border-right-color: rgb(191 219 254 / 0);
}

.focus\:border-x-utility-info\/10:focus {
    border-left-color: rgb(191 219 254 / 0.1);
    border-right-color: rgb(191 219 254 / 0.1);
}

.focus\:border-x-utility-info\/100:focus {
    border-left-color: rgb(191 219 254 / 1);
    border-right-color: rgb(191 219 254 / 1);
}

.focus\:border-x-utility-info\/20:focus {
    border-left-color: rgb(191 219 254 / 0.2);
    border-right-color: rgb(191 219 254 / 0.2);
}

.focus\:border-x-utility-info\/25:focus {
    border-left-color: rgb(191 219 254 / 0.25);
    border-right-color: rgb(191 219 254 / 0.25);
}

.focus\:border-x-utility-info\/30:focus {
    border-left-color: rgb(191 219 254 / 0.3);
    border-right-color: rgb(191 219 254 / 0.3);
}

.focus\:border-x-utility-info\/40:focus {
    border-left-color: rgb(191 219 254 / 0.4);
    border-right-color: rgb(191 219 254 / 0.4);
}

.focus\:border-x-utility-info\/5:focus {
    border-left-color: rgb(191 219 254 / 0.05);
    border-right-color: rgb(191 219 254 / 0.05);
}

.focus\:border-x-utility-info\/50:focus {
    border-left-color: rgb(191 219 254 / 0.5);
    border-right-color: rgb(191 219 254 / 0.5);
}

.focus\:border-x-utility-info\/60:focus {
    border-left-color: rgb(191 219 254 / 0.6);
    border-right-color: rgb(191 219 254 / 0.6);
}

.focus\:border-x-utility-info\/70:focus {
    border-left-color: rgb(191 219 254 / 0.7);
    border-right-color: rgb(191 219 254 / 0.7);
}

.focus\:border-x-utility-info\/75:focus {
    border-left-color: rgb(191 219 254 / 0.75);
    border-right-color: rgb(191 219 254 / 0.75);
}

.focus\:border-x-utility-info\/80:focus {
    border-left-color: rgb(191 219 254 / 0.8);
    border-right-color: rgb(191 219 254 / 0.8);
}

.focus\:border-x-utility-info\/90:focus {
    border-left-color: rgb(191 219 254 / 0.9);
    border-right-color: rgb(191 219 254 / 0.9);
}

.focus\:border-x-utility-info\/95:focus {
    border-left-color: rgb(191 219 254 / 0.95);
    border-right-color: rgb(191 219 254 / 0.95);
}

.focus\:border-x-utility-success:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-x-utility-success\/0:focus {
    border-left-color: rgb(92 204 23 / 0);
    border-right-color: rgb(92 204 23 / 0);
}

.focus\:border-x-utility-success\/10:focus {
    border-left-color: rgb(92 204 23 / 0.1);
    border-right-color: rgb(92 204 23 / 0.1);
}

.focus\:border-x-utility-success\/100:focus {
    border-left-color: rgb(92 204 23 / 1);
    border-right-color: rgb(92 204 23 / 1);
}

.focus\:border-x-utility-success\/20:focus {
    border-left-color: rgb(92 204 23 / 0.2);
    border-right-color: rgb(92 204 23 / 0.2);
}

.focus\:border-x-utility-success\/25:focus {
    border-left-color: rgb(92 204 23 / 0.25);
    border-right-color: rgb(92 204 23 / 0.25);
}

.focus\:border-x-utility-success\/30:focus {
    border-left-color: rgb(92 204 23 / 0.3);
    border-right-color: rgb(92 204 23 / 0.3);
}

.focus\:border-x-utility-success\/40:focus {
    border-left-color: rgb(92 204 23 / 0.4);
    border-right-color: rgb(92 204 23 / 0.4);
}

.focus\:border-x-utility-success\/5:focus {
    border-left-color: rgb(92 204 23 / 0.05);
    border-right-color: rgb(92 204 23 / 0.05);
}

.focus\:border-x-utility-success\/50:focus {
    border-left-color: rgb(92 204 23 / 0.5);
    border-right-color: rgb(92 204 23 / 0.5);
}

.focus\:border-x-utility-success\/60:focus {
    border-left-color: rgb(92 204 23 / 0.6);
    border-right-color: rgb(92 204 23 / 0.6);
}

.focus\:border-x-utility-success\/70:focus {
    border-left-color: rgb(92 204 23 / 0.7);
    border-right-color: rgb(92 204 23 / 0.7);
}

.focus\:border-x-utility-success\/75:focus {
    border-left-color: rgb(92 204 23 / 0.75);
    border-right-color: rgb(92 204 23 / 0.75);
}

.focus\:border-x-utility-success\/80:focus {
    border-left-color: rgb(92 204 23 / 0.8);
    border-right-color: rgb(92 204 23 / 0.8);
}

.focus\:border-x-utility-success\/90:focus {
    border-left-color: rgb(92 204 23 / 0.9);
    border-right-color: rgb(92 204 23 / 0.9);
}

.focus\:border-x-utility-success\/95:focus {
    border-left-color: rgb(92 204 23 / 0.95);
    border-right-color: rgb(92 204 23 / 0.95);
}

.focus\:border-x-utility-warning:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-x-utility-warning\/0:focus {
    border-left-color: rgb(219 170 110 / 0);
    border-right-color: rgb(219 170 110 / 0);
}

.focus\:border-x-utility-warning\/10:focus {
    border-left-color: rgb(219 170 110 / 0.1);
    border-right-color: rgb(219 170 110 / 0.1);
}

.focus\:border-x-utility-warning\/100:focus {
    border-left-color: rgb(219 170 110 / 1);
    border-right-color: rgb(219 170 110 / 1);
}

.focus\:border-x-utility-warning\/20:focus {
    border-left-color: rgb(219 170 110 / 0.2);
    border-right-color: rgb(219 170 110 / 0.2);
}

.focus\:border-x-utility-warning\/25:focus {
    border-left-color: rgb(219 170 110 / 0.25);
    border-right-color: rgb(219 170 110 / 0.25);
}

.focus\:border-x-utility-warning\/30:focus {
    border-left-color: rgb(219 170 110 / 0.3);
    border-right-color: rgb(219 170 110 / 0.3);
}

.focus\:border-x-utility-warning\/40:focus {
    border-left-color: rgb(219 170 110 / 0.4);
    border-right-color: rgb(219 170 110 / 0.4);
}

.focus\:border-x-utility-warning\/5:focus {
    border-left-color: rgb(219 170 110 / 0.05);
    border-right-color: rgb(219 170 110 / 0.05);
}

.focus\:border-x-utility-warning\/50:focus {
    border-left-color: rgb(219 170 110 / 0.5);
    border-right-color: rgb(219 170 110 / 0.5);
}

.focus\:border-x-utility-warning\/60:focus {
    border-left-color: rgb(219 170 110 / 0.6);
    border-right-color: rgb(219 170 110 / 0.6);
}

.focus\:border-x-utility-warning\/70:focus {
    border-left-color: rgb(219 170 110 / 0.7);
    border-right-color: rgb(219 170 110 / 0.7);
}

.focus\:border-x-utility-warning\/75:focus {
    border-left-color: rgb(219 170 110 / 0.75);
    border-right-color: rgb(219 170 110 / 0.75);
}

.focus\:border-x-utility-warning\/80:focus {
    border-left-color: rgb(219 170 110 / 0.8);
    border-right-color: rgb(219 170 110 / 0.8);
}

.focus\:border-x-utility-warning\/90:focus {
    border-left-color: rgb(219 170 110 / 0.9);
    border-right-color: rgb(219 170 110 / 0.9);
}

.focus\:border-x-utility-warning\/95:focus {
    border-left-color: rgb(219 170 110 / 0.95);
    border-right-color: rgb(219 170 110 / 0.95);
}

.focus\:border-x-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-x-very-dark-blue\/0:focus {
    border-left-color: rgb(4 4 47 / 0);
    border-right-color: rgb(4 4 47 / 0);
}

.focus\:border-x-very-dark-blue\/10:focus {
    border-left-color: rgb(4 4 47 / 0.1);
    border-right-color: rgb(4 4 47 / 0.1);
}

.focus\:border-x-very-dark-blue\/100:focus {
    border-left-color: rgb(4 4 47 / 1);
    border-right-color: rgb(4 4 47 / 1);
}

.focus\:border-x-very-dark-blue\/20:focus {
    border-left-color: rgb(4 4 47 / 0.2);
    border-right-color: rgb(4 4 47 / 0.2);
}

.focus\:border-x-very-dark-blue\/25:focus {
    border-left-color: rgb(4 4 47 / 0.25);
    border-right-color: rgb(4 4 47 / 0.25);
}

.focus\:border-x-very-dark-blue\/30:focus {
    border-left-color: rgb(4 4 47 / 0.3);
    border-right-color: rgb(4 4 47 / 0.3);
}

.focus\:border-x-very-dark-blue\/40:focus {
    border-left-color: rgb(4 4 47 / 0.4);
    border-right-color: rgb(4 4 47 / 0.4);
}

.focus\:border-x-very-dark-blue\/5:focus {
    border-left-color: rgb(4 4 47 / 0.05);
    border-right-color: rgb(4 4 47 / 0.05);
}

.focus\:border-x-very-dark-blue\/50:focus {
    border-left-color: rgb(4 4 47 / 0.5);
    border-right-color: rgb(4 4 47 / 0.5);
}

.focus\:border-x-very-dark-blue\/60:focus {
    border-left-color: rgb(4 4 47 / 0.6);
    border-right-color: rgb(4 4 47 / 0.6);
}

.focus\:border-x-very-dark-blue\/70:focus {
    border-left-color: rgb(4 4 47 / 0.7);
    border-right-color: rgb(4 4 47 / 0.7);
}

.focus\:border-x-very-dark-blue\/75:focus {
    border-left-color: rgb(4 4 47 / 0.75);
    border-right-color: rgb(4 4 47 / 0.75);
}

.focus\:border-x-very-dark-blue\/80:focus {
    border-left-color: rgb(4 4 47 / 0.8);
    border-right-color: rgb(4 4 47 / 0.8);
}

.focus\:border-x-very-dark-blue\/90:focus {
    border-left-color: rgb(4 4 47 / 0.9);
    border-right-color: rgb(4 4 47 / 0.9);
}

.focus\:border-x-very-dark-blue\/95:focus {
    border-left-color: rgb(4 4 47 / 0.95);
    border-right-color: rgb(4 4 47 / 0.95);
}

.focus\:border-y-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-y-accent-green-dark\/0:focus {
    border-top-color: rgb(42 172 110 / 0);
    border-bottom-color: rgb(42 172 110 / 0);
}

.focus\:border-y-accent-green-dark\/10:focus {
    border-top-color: rgb(42 172 110 / 0.1);
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.focus\:border-y-accent-green-dark\/100:focus {
    border-top-color: rgb(42 172 110 / 1);
    border-bottom-color: rgb(42 172 110 / 1);
}

.focus\:border-y-accent-green-dark\/20:focus {
    border-top-color: rgb(42 172 110 / 0.2);
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.focus\:border-y-accent-green-dark\/25:focus {
    border-top-color: rgb(42 172 110 / 0.25);
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.focus\:border-y-accent-green-dark\/30:focus {
    border-top-color: rgb(42 172 110 / 0.3);
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.focus\:border-y-accent-green-dark\/40:focus {
    border-top-color: rgb(42 172 110 / 0.4);
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.focus\:border-y-accent-green-dark\/5:focus {
    border-top-color: rgb(42 172 110 / 0.05);
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.focus\:border-y-accent-green-dark\/50:focus {
    border-top-color: rgb(42 172 110 / 0.5);
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.focus\:border-y-accent-green-dark\/60:focus {
    border-top-color: rgb(42 172 110 / 0.6);
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.focus\:border-y-accent-green-dark\/70:focus {
    border-top-color: rgb(42 172 110 / 0.7);
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.focus\:border-y-accent-green-dark\/75:focus {
    border-top-color: rgb(42 172 110 / 0.75);
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.focus\:border-y-accent-green-dark\/80:focus {
    border-top-color: rgb(42 172 110 / 0.8);
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.focus\:border-y-accent-green-dark\/90:focus {
    border-top-color: rgb(42 172 110 / 0.9);
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.focus\:border-y-accent-green-dark\/95:focus {
    border-top-color: rgb(42 172 110 / 0.95);
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.focus\:border-y-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-y-accent-green-light\/0:focus {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.focus\:border-y-accent-green-light\/10:focus {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.focus\:border-y-accent-green-light\/100:focus {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.focus\:border-y-accent-green-light\/20:focus {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.focus\:border-y-accent-green-light\/25:focus {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.focus\:border-y-accent-green-light\/30:focus {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.focus\:border-y-accent-green-light\/40:focus {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.focus\:border-y-accent-green-light\/5:focus {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.focus\:border-y-accent-green-light\/50:focus {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.focus\:border-y-accent-green-light\/60:focus {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.focus\:border-y-accent-green-light\/70:focus {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.focus\:border-y-accent-green-light\/75:focus {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.focus\:border-y-accent-green-light\/80:focus {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.focus\:border-y-accent-green-light\/90:focus {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.focus\:border-y-accent-green-light\/95:focus {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.focus\:border-y-accent-purple:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-y-accent-purple\/0:focus {
    border-top-color: rgb(192 69 221 / 0);
    border-bottom-color: rgb(192 69 221 / 0);
}

.focus\:border-y-accent-purple\/10:focus {
    border-top-color: rgb(192 69 221 / 0.1);
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.focus\:border-y-accent-purple\/100:focus {
    border-top-color: rgb(192 69 221 / 1);
    border-bottom-color: rgb(192 69 221 / 1);
}

.focus\:border-y-accent-purple\/20:focus {
    border-top-color: rgb(192 69 221 / 0.2);
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.focus\:border-y-accent-purple\/25:focus {
    border-top-color: rgb(192 69 221 / 0.25);
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.focus\:border-y-accent-purple\/30:focus {
    border-top-color: rgb(192 69 221 / 0.3);
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.focus\:border-y-accent-purple\/40:focus {
    border-top-color: rgb(192 69 221 / 0.4);
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.focus\:border-y-accent-purple\/5:focus {
    border-top-color: rgb(192 69 221 / 0.05);
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.focus\:border-y-accent-purple\/50:focus {
    border-top-color: rgb(192 69 221 / 0.5);
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.focus\:border-y-accent-purple\/60:focus {
    border-top-color: rgb(192 69 221 / 0.6);
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.focus\:border-y-accent-purple\/70:focus {
    border-top-color: rgb(192 69 221 / 0.7);
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.focus\:border-y-accent-purple\/75:focus {
    border-top-color: rgb(192 69 221 / 0.75);
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.focus\:border-y-accent-purple\/80:focus {
    border-top-color: rgb(192 69 221 / 0.8);
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.focus\:border-y-accent-purple\/90:focus {
    border-top-color: rgb(192 69 221 / 0.9);
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.focus\:border-y-accent-purple\/95:focus {
    border-top-color: rgb(192 69 221 / 0.95);
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.focus\:border-y-current:focus {
    border-top-color: currentColor;
    border-bottom-color: currentColor;
}

.focus\:border-y-gray-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-y-gray-10\/0:focus {
    border-top-color: rgb(36 30 81 / 0);
    border-bottom-color: rgb(36 30 81 / 0);
}

.focus\:border-y-gray-10\/10:focus {
    border-top-color: rgb(36 30 81 / 0.1);
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.focus\:border-y-gray-10\/100:focus {
    border-top-color: rgb(36 30 81 / 1);
    border-bottom-color: rgb(36 30 81 / 1);
}

.focus\:border-y-gray-10\/20:focus {
    border-top-color: rgb(36 30 81 / 0.2);
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.focus\:border-y-gray-10\/25:focus {
    border-top-color: rgb(36 30 81 / 0.25);
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.focus\:border-y-gray-10\/30:focus {
    border-top-color: rgb(36 30 81 / 0.3);
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.focus\:border-y-gray-10\/40:focus {
    border-top-color: rgb(36 30 81 / 0.4);
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.focus\:border-y-gray-10\/5:focus {
    border-top-color: rgb(36 30 81 / 0.05);
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.focus\:border-y-gray-10\/50:focus {
    border-top-color: rgb(36 30 81 / 0.5);
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.focus\:border-y-gray-10\/60:focus {
    border-top-color: rgb(36 30 81 / 0.6);
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.focus\:border-y-gray-10\/70:focus {
    border-top-color: rgb(36 30 81 / 0.7);
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.focus\:border-y-gray-10\/75:focus {
    border-top-color: rgb(36 30 81 / 0.75);
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.focus\:border-y-gray-10\/80:focus {
    border-top-color: rgb(36 30 81 / 0.8);
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.focus\:border-y-gray-10\/90:focus {
    border-top-color: rgb(36 30 81 / 0.9);
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.focus\:border-y-gray-10\/95:focus {
    border-top-color: rgb(36 30 81 / 0.95);
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.focus\:border-y-gray-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-y-gray-100\/0:focus {
    border-top-color: rgb(248 251 249 / 0);
    border-bottom-color: rgb(248 251 249 / 0);
}

.focus\:border-y-gray-100\/10:focus {
    border-top-color: rgb(248 251 249 / 0.1);
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.focus\:border-y-gray-100\/100:focus {
    border-top-color: rgb(248 251 249 / 1);
    border-bottom-color: rgb(248 251 249 / 1);
}

.focus\:border-y-gray-100\/20:focus {
    border-top-color: rgb(248 251 249 / 0.2);
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.focus\:border-y-gray-100\/25:focus {
    border-top-color: rgb(248 251 249 / 0.25);
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.focus\:border-y-gray-100\/30:focus {
    border-top-color: rgb(248 251 249 / 0.3);
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.focus\:border-y-gray-100\/40:focus {
    border-top-color: rgb(248 251 249 / 0.4);
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.focus\:border-y-gray-100\/5:focus {
    border-top-color: rgb(248 251 249 / 0.05);
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.focus\:border-y-gray-100\/50:focus {
    border-top-color: rgb(248 251 249 / 0.5);
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.focus\:border-y-gray-100\/60:focus {
    border-top-color: rgb(248 251 249 / 0.6);
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.focus\:border-y-gray-100\/70:focus {
    border-top-color: rgb(248 251 249 / 0.7);
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.focus\:border-y-gray-100\/75:focus {
    border-top-color: rgb(248 251 249 / 0.75);
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.focus\:border-y-gray-100\/80:focus {
    border-top-color: rgb(248 251 249 / 0.8);
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.focus\:border-y-gray-100\/90:focus {
    border-top-color: rgb(248 251 249 / 0.9);
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.focus\:border-y-gray-100\/95:focus {
    border-top-color: rgb(248 251 249 / 0.95);
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.focus\:border-y-gray-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-y-gray-20\/0:focus {
    border-top-color: rgb(60 54 99 / 0);
    border-bottom-color: rgb(60 54 99 / 0);
}

.focus\:border-y-gray-20\/10:focus {
    border-top-color: rgb(60 54 99 / 0.1);
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.focus\:border-y-gray-20\/100:focus {
    border-top-color: rgb(60 54 99 / 1);
    border-bottom-color: rgb(60 54 99 / 1);
}

.focus\:border-y-gray-20\/20:focus {
    border-top-color: rgb(60 54 99 / 0.2);
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.focus\:border-y-gray-20\/25:focus {
    border-top-color: rgb(60 54 99 / 0.25);
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.focus\:border-y-gray-20\/30:focus {
    border-top-color: rgb(60 54 99 / 0.3);
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.focus\:border-y-gray-20\/40:focus {
    border-top-color: rgb(60 54 99 / 0.4);
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.focus\:border-y-gray-20\/5:focus {
    border-top-color: rgb(60 54 99 / 0.05);
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.focus\:border-y-gray-20\/50:focus {
    border-top-color: rgb(60 54 99 / 0.5);
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.focus\:border-y-gray-20\/60:focus {
    border-top-color: rgb(60 54 99 / 0.6);
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.focus\:border-y-gray-20\/70:focus {
    border-top-color: rgb(60 54 99 / 0.7);
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.focus\:border-y-gray-20\/75:focus {
    border-top-color: rgb(60 54 99 / 0.75);
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.focus\:border-y-gray-20\/80:focus {
    border-top-color: rgb(60 54 99 / 0.8);
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.focus\:border-y-gray-20\/90:focus {
    border-top-color: rgb(60 54 99 / 0.9);
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.focus\:border-y-gray-20\/95:focus {
    border-top-color: rgb(60 54 99 / 0.95);
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.focus\:border-y-gray-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-y-gray-30\/0:focus {
    border-top-color: rgb(83 79 118 / 0);
    border-bottom-color: rgb(83 79 118 / 0);
}

.focus\:border-y-gray-30\/10:focus {
    border-top-color: rgb(83 79 118 / 0.1);
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.focus\:border-y-gray-30\/100:focus {
    border-top-color: rgb(83 79 118 / 1);
    border-bottom-color: rgb(83 79 118 / 1);
}

.focus\:border-y-gray-30\/20:focus {
    border-top-color: rgb(83 79 118 / 0.2);
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.focus\:border-y-gray-30\/25:focus {
    border-top-color: rgb(83 79 118 / 0.25);
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.focus\:border-y-gray-30\/30:focus {
    border-top-color: rgb(83 79 118 / 0.3);
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.focus\:border-y-gray-30\/40:focus {
    border-top-color: rgb(83 79 118 / 0.4);
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.focus\:border-y-gray-30\/5:focus {
    border-top-color: rgb(83 79 118 / 0.05);
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.focus\:border-y-gray-30\/50:focus {
    border-top-color: rgb(83 79 118 / 0.5);
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.focus\:border-y-gray-30\/60:focus {
    border-top-color: rgb(83 79 118 / 0.6);
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.focus\:border-y-gray-30\/70:focus {
    border-top-color: rgb(83 79 118 / 0.7);
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.focus\:border-y-gray-30\/75:focus {
    border-top-color: rgb(83 79 118 / 0.75);
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.focus\:border-y-gray-30\/80:focus {
    border-top-color: rgb(83 79 118 / 0.8);
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.focus\:border-y-gray-30\/90:focus {
    border-top-color: rgb(83 79 118 / 0.9);
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.focus\:border-y-gray-30\/95:focus {
    border-top-color: rgb(83 79 118 / 0.95);
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.focus\:border-y-gray-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-y-gray-50\/0:focus {
    border-top-color: rgb(130 128 155 / 0);
    border-bottom-color: rgb(130 128 155 / 0);
}

.focus\:border-y-gray-50\/10:focus {
    border-top-color: rgb(130 128 155 / 0.1);
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.focus\:border-y-gray-50\/100:focus {
    border-top-color: rgb(130 128 155 / 1);
    border-bottom-color: rgb(130 128 155 / 1);
}

.focus\:border-y-gray-50\/20:focus {
    border-top-color: rgb(130 128 155 / 0.2);
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.focus\:border-y-gray-50\/25:focus {
    border-top-color: rgb(130 128 155 / 0.25);
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.focus\:border-y-gray-50\/30:focus {
    border-top-color: rgb(130 128 155 / 0.3);
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.focus\:border-y-gray-50\/40:focus {
    border-top-color: rgb(130 128 155 / 0.4);
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.focus\:border-y-gray-50\/5:focus {
    border-top-color: rgb(130 128 155 / 0.05);
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.focus\:border-y-gray-50\/50:focus {
    border-top-color: rgb(130 128 155 / 0.5);
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.focus\:border-y-gray-50\/60:focus {
    border-top-color: rgb(130 128 155 / 0.6);
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.focus\:border-y-gray-50\/70:focus {
    border-top-color: rgb(130 128 155 / 0.7);
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.focus\:border-y-gray-50\/75:focus {
    border-top-color: rgb(130 128 155 / 0.75);
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.focus\:border-y-gray-50\/80:focus {
    border-top-color: rgb(130 128 155 / 0.8);
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.focus\:border-y-gray-50\/90:focus {
    border-top-color: rgb(130 128 155 / 0.9);
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.focus\:border-y-gray-50\/95:focus {
    border-top-color: rgb(130 128 155 / 0.95);
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.focus\:border-y-gray-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-y-gray-70\/0:focus {
    border-top-color: rgb(177 177 193 / 0);
    border-bottom-color: rgb(177 177 193 / 0);
}

.focus\:border-y-gray-70\/10:focus {
    border-top-color: rgb(177 177 193 / 0.1);
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.focus\:border-y-gray-70\/100:focus {
    border-top-color: rgb(177 177 193 / 1);
    border-bottom-color: rgb(177 177 193 / 1);
}

.focus\:border-y-gray-70\/20:focus {
    border-top-color: rgb(177 177 193 / 0.2);
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.focus\:border-y-gray-70\/25:focus {
    border-top-color: rgb(177 177 193 / 0.25);
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.focus\:border-y-gray-70\/30:focus {
    border-top-color: rgb(177 177 193 / 0.3);
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.focus\:border-y-gray-70\/40:focus {
    border-top-color: rgb(177 177 193 / 0.4);
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.focus\:border-y-gray-70\/5:focus {
    border-top-color: rgb(177 177 193 / 0.05);
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.focus\:border-y-gray-70\/50:focus {
    border-top-color: rgb(177 177 193 / 0.5);
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.focus\:border-y-gray-70\/60:focus {
    border-top-color: rgb(177 177 193 / 0.6);
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.focus\:border-y-gray-70\/70:focus {
    border-top-color: rgb(177 177 193 / 0.7);
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.focus\:border-y-gray-70\/75:focus {
    border-top-color: rgb(177 177 193 / 0.75);
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.focus\:border-y-gray-70\/80:focus {
    border-top-color: rgb(177 177 193 / 0.8);
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.focus\:border-y-gray-70\/90:focus {
    border-top-color: rgb(177 177 193 / 0.9);
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.focus\:border-y-gray-70\/95:focus {
    border-top-color: rgb(177 177 193 / 0.95);
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.focus\:border-y-green-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-y-green-10\/0:focus {
    border-top-color: rgb(19 28 66 / 0);
    border-bottom-color: rgb(19 28 66 / 0);
}

.focus\:border-y-green-10\/10:focus {
    border-top-color: rgb(19 28 66 / 0.1);
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.focus\:border-y-green-10\/100:focus {
    border-top-color: rgb(19 28 66 / 1);
    border-bottom-color: rgb(19 28 66 / 1);
}

.focus\:border-y-green-10\/20:focus {
    border-top-color: rgb(19 28 66 / 0.2);
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.focus\:border-y-green-10\/25:focus {
    border-top-color: rgb(19 28 66 / 0.25);
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.focus\:border-y-green-10\/30:focus {
    border-top-color: rgb(19 28 66 / 0.3);
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.focus\:border-y-green-10\/40:focus {
    border-top-color: rgb(19 28 66 / 0.4);
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.focus\:border-y-green-10\/5:focus {
    border-top-color: rgb(19 28 66 / 0.05);
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.focus\:border-y-green-10\/50:focus {
    border-top-color: rgb(19 28 66 / 0.5);
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.focus\:border-y-green-10\/60:focus {
    border-top-color: rgb(19 28 66 / 0.6);
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.focus\:border-y-green-10\/70:focus {
    border-top-color: rgb(19 28 66 / 0.7);
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.focus\:border-y-green-10\/75:focus {
    border-top-color: rgb(19 28 66 / 0.75);
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.focus\:border-y-green-10\/80:focus {
    border-top-color: rgb(19 28 66 / 0.8);
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.focus\:border-y-green-10\/90:focus {
    border-top-color: rgb(19 28 66 / 0.9);
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.focus\:border-y-green-10\/95:focus {
    border-top-color: rgb(19 28 66 / 0.95);
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.focus\:border-y-green-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-y-green-100\/0:focus {
    border-top-color: rgb(90 226 75 / 0);
    border-bottom-color: rgb(90 226 75 / 0);
}

.focus\:border-y-green-100\/10:focus {
    border-top-color: rgb(90 226 75 / 0.1);
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.focus\:border-y-green-100\/100:focus {
    border-top-color: rgb(90 226 75 / 1);
    border-bottom-color: rgb(90 226 75 / 1);
}

.focus\:border-y-green-100\/20:focus {
    border-top-color: rgb(90 226 75 / 0.2);
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.focus\:border-y-green-100\/25:focus {
    border-top-color: rgb(90 226 75 / 0.25);
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.focus\:border-y-green-100\/30:focus {
    border-top-color: rgb(90 226 75 / 0.3);
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.focus\:border-y-green-100\/40:focus {
    border-top-color: rgb(90 226 75 / 0.4);
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.focus\:border-y-green-100\/5:focus {
    border-top-color: rgb(90 226 75 / 0.05);
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.focus\:border-y-green-100\/50:focus {
    border-top-color: rgb(90 226 75 / 0.5);
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.focus\:border-y-green-100\/60:focus {
    border-top-color: rgb(90 226 75 / 0.6);
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.focus\:border-y-green-100\/70:focus {
    border-top-color: rgb(90 226 75 / 0.7);
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.focus\:border-y-green-100\/75:focus {
    border-top-color: rgb(90 226 75 / 0.75);
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.focus\:border-y-green-100\/80:focus {
    border-top-color: rgb(90 226 75 / 0.8);
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.focus\:border-y-green-100\/90:focus {
    border-top-color: rgb(90 226 75 / 0.9);
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.focus\:border-y-green-100\/95:focus {
    border-top-color: rgb(90 226 75 / 0.95);
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.focus\:border-y-green-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-y-green-20\/0:focus {
    border-top-color: rgb(26 52 70 / 0);
    border-bottom-color: rgb(26 52 70 / 0);
}

.focus\:border-y-green-20\/10:focus {
    border-top-color: rgb(26 52 70 / 0.1);
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.focus\:border-y-green-20\/100:focus {
    border-top-color: rgb(26 52 70 / 1);
    border-bottom-color: rgb(26 52 70 / 1);
}

.focus\:border-y-green-20\/20:focus {
    border-top-color: rgb(26 52 70 / 0.2);
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.focus\:border-y-green-20\/25:focus {
    border-top-color: rgb(26 52 70 / 0.25);
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.focus\:border-y-green-20\/30:focus {
    border-top-color: rgb(26 52 70 / 0.3);
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.focus\:border-y-green-20\/40:focus {
    border-top-color: rgb(26 52 70 / 0.4);
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.focus\:border-y-green-20\/5:focus {
    border-top-color: rgb(26 52 70 / 0.05);
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.focus\:border-y-green-20\/50:focus {
    border-top-color: rgb(26 52 70 / 0.5);
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.focus\:border-y-green-20\/60:focus {
    border-top-color: rgb(26 52 70 / 0.6);
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.focus\:border-y-green-20\/70:focus {
    border-top-color: rgb(26 52 70 / 0.7);
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.focus\:border-y-green-20\/75:focus {
    border-top-color: rgb(26 52 70 / 0.75);
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.focus\:border-y-green-20\/80:focus {
    border-top-color: rgb(26 52 70 / 0.8);
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.focus\:border-y-green-20\/90:focus {
    border-top-color: rgb(26 52 70 / 0.9);
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.focus\:border-y-green-20\/95:focus {
    border-top-color: rgb(26 52 70 / 0.95);
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.focus\:border-y-green-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-y-green-30\/0:focus {
    border-top-color: rgb(32 75 75 / 0);
    border-bottom-color: rgb(32 75 75 / 0);
}

.focus\:border-y-green-30\/10:focus {
    border-top-color: rgb(32 75 75 / 0.1);
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.focus\:border-y-green-30\/100:focus {
    border-top-color: rgb(32 75 75 / 1);
    border-bottom-color: rgb(32 75 75 / 1);
}

.focus\:border-y-green-30\/20:focus {
    border-top-color: rgb(32 75 75 / 0.2);
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.focus\:border-y-green-30\/25:focus {
    border-top-color: rgb(32 75 75 / 0.25);
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.focus\:border-y-green-30\/30:focus {
    border-top-color: rgb(32 75 75 / 0.3);
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.focus\:border-y-green-30\/40:focus {
    border-top-color: rgb(32 75 75 / 0.4);
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.focus\:border-y-green-30\/5:focus {
    border-top-color: rgb(32 75 75 / 0.05);
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.focus\:border-y-green-30\/50:focus {
    border-top-color: rgb(32 75 75 / 0.5);
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.focus\:border-y-green-30\/60:focus {
    border-top-color: rgb(32 75 75 / 0.6);
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.focus\:border-y-green-30\/70:focus {
    border-top-color: rgb(32 75 75 / 0.7);
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.focus\:border-y-green-30\/75:focus {
    border-top-color: rgb(32 75 75 / 0.75);
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.focus\:border-y-green-30\/80:focus {
    border-top-color: rgb(32 75 75 / 0.8);
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.focus\:border-y-green-30\/90:focus {
    border-top-color: rgb(32 75 75 / 0.9);
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.focus\:border-y-green-30\/95:focus {
    border-top-color: rgb(32 75 75 / 0.95);
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.focus\:border-y-green-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-y-green-50\/0:focus {
    border-top-color: rgb(44 121 83 / 0);
    border-bottom-color: rgb(44 121 83 / 0);
}

.focus\:border-y-green-50\/10:focus {
    border-top-color: rgb(44 121 83 / 0.1);
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.focus\:border-y-green-50\/100:focus {
    border-top-color: rgb(44 121 83 / 1);
    border-bottom-color: rgb(44 121 83 / 1);
}

.focus\:border-y-green-50\/20:focus {
    border-top-color: rgb(44 121 83 / 0.2);
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.focus\:border-y-green-50\/25:focus {
    border-top-color: rgb(44 121 83 / 0.25);
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.focus\:border-y-green-50\/30:focus {
    border-top-color: rgb(44 121 83 / 0.3);
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.focus\:border-y-green-50\/40:focus {
    border-top-color: rgb(44 121 83 / 0.4);
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.focus\:border-y-green-50\/5:focus {
    border-top-color: rgb(44 121 83 / 0.05);
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.focus\:border-y-green-50\/50:focus {
    border-top-color: rgb(44 121 83 / 0.5);
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.focus\:border-y-green-50\/60:focus {
    border-top-color: rgb(44 121 83 / 0.6);
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.focus\:border-y-green-50\/70:focus {
    border-top-color: rgb(44 121 83 / 0.7);
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.focus\:border-y-green-50\/75:focus {
    border-top-color: rgb(44 121 83 / 0.75);
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.focus\:border-y-green-50\/80:focus {
    border-top-color: rgb(44 121 83 / 0.8);
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.focus\:border-y-green-50\/90:focus {
    border-top-color: rgb(44 121 83 / 0.9);
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.focus\:border-y-green-50\/95:focus {
    border-top-color: rgb(44 121 83 / 0.95);
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.focus\:border-y-green-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-y-green-70\/0:focus {
    border-top-color: rgb(57 168 91 / 0);
    border-bottom-color: rgb(57 168 91 / 0);
}

.focus\:border-y-green-70\/10:focus {
    border-top-color: rgb(57 168 91 / 0.1);
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.focus\:border-y-green-70\/100:focus {
    border-top-color: rgb(57 168 91 / 1);
    border-bottom-color: rgb(57 168 91 / 1);
}

.focus\:border-y-green-70\/20:focus {
    border-top-color: rgb(57 168 91 / 0.2);
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.focus\:border-y-green-70\/25:focus {
    border-top-color: rgb(57 168 91 / 0.25);
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.focus\:border-y-green-70\/30:focus {
    border-top-color: rgb(57 168 91 / 0.3);
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.focus\:border-y-green-70\/40:focus {
    border-top-color: rgb(57 168 91 / 0.4);
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.focus\:border-y-green-70\/5:focus {
    border-top-color: rgb(57 168 91 / 0.05);
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.focus\:border-y-green-70\/50:focus {
    border-top-color: rgb(57 168 91 / 0.5);
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.focus\:border-y-green-70\/60:focus {
    border-top-color: rgb(57 168 91 / 0.6);
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.focus\:border-y-green-70\/70:focus {
    border-top-color: rgb(57 168 91 / 0.7);
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.focus\:border-y-green-70\/75:focus {
    border-top-color: rgb(57 168 91 / 0.75);
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.focus\:border-y-green-70\/80:focus {
    border-top-color: rgb(57 168 91 / 0.8);
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.focus\:border-y-green-70\/90:focus {
    border-top-color: rgb(57 168 91 / 0.9);
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.focus\:border-y-green-70\/95:focus {
    border-top-color: rgb(57 168 91 / 0.95);
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.focus\:border-y-purple-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-y-purple-10\/0:focus {
    border-top-color: rgb(26 8 70 / 0);
    border-bottom-color: rgb(26 8 70 / 0);
}

.focus\:border-y-purple-10\/10:focus {
    border-top-color: rgb(26 8 70 / 0.1);
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.focus\:border-y-purple-10\/100:focus {
    border-top-color: rgb(26 8 70 / 1);
    border-bottom-color: rgb(26 8 70 / 1);
}

.focus\:border-y-purple-10\/20:focus {
    border-top-color: rgb(26 8 70 / 0.2);
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.focus\:border-y-purple-10\/25:focus {
    border-top-color: rgb(26 8 70 / 0.25);
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.focus\:border-y-purple-10\/30:focus {
    border-top-color: rgb(26 8 70 / 0.3);
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.focus\:border-y-purple-10\/40:focus {
    border-top-color: rgb(26 8 70 / 0.4);
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.focus\:border-y-purple-10\/5:focus {
    border-top-color: rgb(26 8 70 / 0.05);
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.focus\:border-y-purple-10\/50:focus {
    border-top-color: rgb(26 8 70 / 0.5);
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.focus\:border-y-purple-10\/60:focus {
    border-top-color: rgb(26 8 70 / 0.6);
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.focus\:border-y-purple-10\/70:focus {
    border-top-color: rgb(26 8 70 / 0.7);
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.focus\:border-y-purple-10\/75:focus {
    border-top-color: rgb(26 8 70 / 0.75);
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.focus\:border-y-purple-10\/80:focus {
    border-top-color: rgb(26 8 70 / 0.8);
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.focus\:border-y-purple-10\/90:focus {
    border-top-color: rgb(26 8 70 / 0.9);
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.focus\:border-y-purple-10\/95:focus {
    border-top-color: rgb(26 8 70 / 0.95);
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.focus\:border-y-purple-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-y-purple-100\/0:focus {
    border-top-color: rgb(125 41 145 / 0);
    border-bottom-color: rgb(125 41 145 / 0);
}

.focus\:border-y-purple-100\/10:focus {
    border-top-color: rgb(125 41 145 / 0.1);
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.focus\:border-y-purple-100\/100:focus {
    border-top-color: rgb(125 41 145 / 1);
    border-bottom-color: rgb(125 41 145 / 1);
}

.focus\:border-y-purple-100\/20:focus {
    border-top-color: rgb(125 41 145 / 0.2);
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.focus\:border-y-purple-100\/25:focus {
    border-top-color: rgb(125 41 145 / 0.25);
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.focus\:border-y-purple-100\/30:focus {
    border-top-color: rgb(125 41 145 / 0.3);
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.focus\:border-y-purple-100\/40:focus {
    border-top-color: rgb(125 41 145 / 0.4);
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.focus\:border-y-purple-100\/5:focus {
    border-top-color: rgb(125 41 145 / 0.05);
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.focus\:border-y-purple-100\/50:focus {
    border-top-color: rgb(125 41 145 / 0.5);
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.focus\:border-y-purple-100\/60:focus {
    border-top-color: rgb(125 41 145 / 0.6);
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.focus\:border-y-purple-100\/70:focus {
    border-top-color: rgb(125 41 145 / 0.7);
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.focus\:border-y-purple-100\/75:focus {
    border-top-color: rgb(125 41 145 / 0.75);
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.focus\:border-y-purple-100\/80:focus {
    border-top-color: rgb(125 41 145 / 0.8);
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.focus\:border-y-purple-100\/90:focus {
    border-top-color: rgb(125 41 145 / 0.9);
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.focus\:border-y-purple-100\/95:focus {
    border-top-color: rgb(125 41 145 / 0.95);
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.focus\:border-y-purple-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-y-purple-20\/0:focus {
    border-top-color: rgb(40 12 78 / 0);
    border-bottom-color: rgb(40 12 78 / 0);
}

.focus\:border-y-purple-20\/10:focus {
    border-top-color: rgb(40 12 78 / 0.1);
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.focus\:border-y-purple-20\/100:focus {
    border-top-color: rgb(40 12 78 / 1);
    border-bottom-color: rgb(40 12 78 / 1);
}

.focus\:border-y-purple-20\/20:focus {
    border-top-color: rgb(40 12 78 / 0.2);
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.focus\:border-y-purple-20\/25:focus {
    border-top-color: rgb(40 12 78 / 0.25);
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.focus\:border-y-purple-20\/30:focus {
    border-top-color: rgb(40 12 78 / 0.3);
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.focus\:border-y-purple-20\/40:focus {
    border-top-color: rgb(40 12 78 / 0.4);
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.focus\:border-y-purple-20\/5:focus {
    border-top-color: rgb(40 12 78 / 0.05);
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.focus\:border-y-purple-20\/50:focus {
    border-top-color: rgb(40 12 78 / 0.5);
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.focus\:border-y-purple-20\/60:focus {
    border-top-color: rgb(40 12 78 / 0.6);
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.focus\:border-y-purple-20\/70:focus {
    border-top-color: rgb(40 12 78 / 0.7);
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.focus\:border-y-purple-20\/75:focus {
    border-top-color: rgb(40 12 78 / 0.75);
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.focus\:border-y-purple-20\/80:focus {
    border-top-color: rgb(40 12 78 / 0.8);
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.focus\:border-y-purple-20\/90:focus {
    border-top-color: rgb(40 12 78 / 0.9);
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.focus\:border-y-purple-20\/95:focus {
    border-top-color: rgb(40 12 78 / 0.95);
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.focus\:border-y-purple-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-y-purple-30\/0:focus {
    border-top-color: rgb(53 15 86 / 0);
    border-bottom-color: rgb(53 15 86 / 0);
}

.focus\:border-y-purple-30\/10:focus {
    border-top-color: rgb(53 15 86 / 0.1);
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.focus\:border-y-purple-30\/100:focus {
    border-top-color: rgb(53 15 86 / 1);
    border-bottom-color: rgb(53 15 86 / 1);
}

.focus\:border-y-purple-30\/20:focus {
    border-top-color: rgb(53 15 86 / 0.2);
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.focus\:border-y-purple-30\/25:focus {
    border-top-color: rgb(53 15 86 / 0.25);
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.focus\:border-y-purple-30\/30:focus {
    border-top-color: rgb(53 15 86 / 0.3);
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.focus\:border-y-purple-30\/40:focus {
    border-top-color: rgb(53 15 86 / 0.4);
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.focus\:border-y-purple-30\/5:focus {
    border-top-color: rgb(53 15 86 / 0.05);
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.focus\:border-y-purple-30\/50:focus {
    border-top-color: rgb(53 15 86 / 0.5);
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.focus\:border-y-purple-30\/60:focus {
    border-top-color: rgb(53 15 86 / 0.6);
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.focus\:border-y-purple-30\/70:focus {
    border-top-color: rgb(53 15 86 / 0.7);
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.focus\:border-y-purple-30\/75:focus {
    border-top-color: rgb(53 15 86 / 0.75);
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.focus\:border-y-purple-30\/80:focus {
    border-top-color: rgb(53 15 86 / 0.8);
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.focus\:border-y-purple-30\/90:focus {
    border-top-color: rgb(53 15 86 / 0.9);
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.focus\:border-y-purple-30\/95:focus {
    border-top-color: rgb(53 15 86 / 0.95);
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.focus\:border-y-purple-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-y-purple-50\/0:focus {
    border-top-color: rgb(79 22 102 / 0);
    border-bottom-color: rgb(79 22 102 / 0);
}

.focus\:border-y-purple-50\/10:focus {
    border-top-color: rgb(79 22 102 / 0.1);
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.focus\:border-y-purple-50\/100:focus {
    border-top-color: rgb(79 22 102 / 1);
    border-bottom-color: rgb(79 22 102 / 1);
}

.focus\:border-y-purple-50\/20:focus {
    border-top-color: rgb(79 22 102 / 0.2);
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.focus\:border-y-purple-50\/25:focus {
    border-top-color: rgb(79 22 102 / 0.25);
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.focus\:border-y-purple-50\/30:focus {
    border-top-color: rgb(79 22 102 / 0.3);
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.focus\:border-y-purple-50\/40:focus {
    border-top-color: rgb(79 22 102 / 0.4);
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.focus\:border-y-purple-50\/5:focus {
    border-top-color: rgb(79 22 102 / 0.05);
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.focus\:border-y-purple-50\/50:focus {
    border-top-color: rgb(79 22 102 / 0.5);
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.focus\:border-y-purple-50\/60:focus {
    border-top-color: rgb(79 22 102 / 0.6);
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.focus\:border-y-purple-50\/70:focus {
    border-top-color: rgb(79 22 102 / 0.7);
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.focus\:border-y-purple-50\/75:focus {
    border-top-color: rgb(79 22 102 / 0.75);
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.focus\:border-y-purple-50\/80:focus {
    border-top-color: rgb(79 22 102 / 0.8);
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.focus\:border-y-purple-50\/90:focus {
    border-top-color: rgb(79 22 102 / 0.9);
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.focus\:border-y-purple-50\/95:focus {
    border-top-color: rgb(79 22 102 / 0.95);
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.focus\:border-y-purple-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-y-purple-70\/0:focus {
    border-top-color: rgb(106 29 119 / 0);
    border-bottom-color: rgb(106 29 119 / 0);
}

.focus\:border-y-purple-70\/10:focus {
    border-top-color: rgb(106 29 119 / 0.1);
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.focus\:border-y-purple-70\/100:focus {
    border-top-color: rgb(106 29 119 / 1);
    border-bottom-color: rgb(106 29 119 / 1);
}

.focus\:border-y-purple-70\/20:focus {
    border-top-color: rgb(106 29 119 / 0.2);
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.focus\:border-y-purple-70\/25:focus {
    border-top-color: rgb(106 29 119 / 0.25);
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.focus\:border-y-purple-70\/30:focus {
    border-top-color: rgb(106 29 119 / 0.3);
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.focus\:border-y-purple-70\/40:focus {
    border-top-color: rgb(106 29 119 / 0.4);
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.focus\:border-y-purple-70\/5:focus {
    border-top-color: rgb(106 29 119 / 0.05);
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.focus\:border-y-purple-70\/50:focus {
    border-top-color: rgb(106 29 119 / 0.5);
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.focus\:border-y-purple-70\/60:focus {
    border-top-color: rgb(106 29 119 / 0.6);
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.focus\:border-y-purple-70\/70:focus {
    border-top-color: rgb(106 29 119 / 0.7);
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.focus\:border-y-purple-70\/75:focus {
    border-top-color: rgb(106 29 119 / 0.75);
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.focus\:border-y-purple-70\/80:focus {
    border-top-color: rgb(106 29 119 / 0.8);
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.focus\:border-y-purple-70\/90:focus {
    border-top-color: rgb(106 29 119 / 0.9);
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.focus\:border-y-purple-70\/95:focus {
    border-top-color: rgb(106 29 119 / 0.95);
    border-bottom-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-top-color: rgb(0 0 0 / 0.4);
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-top-color: rgb(0 0 0 / 0.6);
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-y-utility-error\/0:focus {
    border-top-color: rgb(220 33 33 / 0);
    border-bottom-color: rgb(220 33 33 / 0);
}

.focus\:border-y-utility-error\/10:focus {
    border-top-color: rgb(220 33 33 / 0.1);
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.focus\:border-y-utility-error\/100:focus {
    border-top-color: rgb(220 33 33 / 1);
    border-bottom-color: rgb(220 33 33 / 1);
}

.focus\:border-y-utility-error\/20:focus {
    border-top-color: rgb(220 33 33 / 0.2);
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.focus\:border-y-utility-error\/25:focus {
    border-top-color: rgb(220 33 33 / 0.25);
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.focus\:border-y-utility-error\/30:focus {
    border-top-color: rgb(220 33 33 / 0.3);
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.focus\:border-y-utility-error\/40:focus {
    border-top-color: rgb(220 33 33 / 0.4);
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.focus\:border-y-utility-error\/5:focus {
    border-top-color: rgb(220 33 33 / 0.05);
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.focus\:border-y-utility-error\/50:focus {
    border-top-color: rgb(220 33 33 / 0.5);
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.focus\:border-y-utility-error\/60:focus {
    border-top-color: rgb(220 33 33 / 0.6);
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.focus\:border-y-utility-error\/70:focus {
    border-top-color: rgb(220 33 33 / 0.7);
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.focus\:border-y-utility-error\/75:focus {
    border-top-color: rgb(220 33 33 / 0.75);
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.focus\:border-y-utility-error\/80:focus {
    border-top-color: rgb(220 33 33 / 0.8);
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.focus\:border-y-utility-error\/90:focus {
    border-top-color: rgb(220 33 33 / 0.9);
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.focus\:border-y-utility-error\/95:focus {
    border-top-color: rgb(220 33 33 / 0.95);
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.focus\:border-y-utility-info:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-y-utility-info\/0:focus {
    border-top-color: rgb(191 219 254 / 0);
    border-bottom-color: rgb(191 219 254 / 0);
}

.focus\:border-y-utility-info\/10:focus {
    border-top-color: rgb(191 219 254 / 0.1);
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.focus\:border-y-utility-info\/100:focus {
    border-top-color: rgb(191 219 254 / 1);
    border-bottom-color: rgb(191 219 254 / 1);
}

.focus\:border-y-utility-info\/20:focus {
    border-top-color: rgb(191 219 254 / 0.2);
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.focus\:border-y-utility-info\/25:focus {
    border-top-color: rgb(191 219 254 / 0.25);
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.focus\:border-y-utility-info\/30:focus {
    border-top-color: rgb(191 219 254 / 0.3);
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.focus\:border-y-utility-info\/40:focus {
    border-top-color: rgb(191 219 254 / 0.4);
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.focus\:border-y-utility-info\/5:focus {
    border-top-color: rgb(191 219 254 / 0.05);
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.focus\:border-y-utility-info\/50:focus {
    border-top-color: rgb(191 219 254 / 0.5);
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.focus\:border-y-utility-info\/60:focus {
    border-top-color: rgb(191 219 254 / 0.6);
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.focus\:border-y-utility-info\/70:focus {
    border-top-color: rgb(191 219 254 / 0.7);
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.focus\:border-y-utility-info\/75:focus {
    border-top-color: rgb(191 219 254 / 0.75);
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.focus\:border-y-utility-info\/80:focus {
    border-top-color: rgb(191 219 254 / 0.8);
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.focus\:border-y-utility-info\/90:focus {
    border-top-color: rgb(191 219 254 / 0.9);
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.focus\:border-y-utility-info\/95:focus {
    border-top-color: rgb(191 219 254 / 0.95);
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.focus\:border-y-utility-success:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-y-utility-success\/0:focus {
    border-top-color: rgb(92 204 23 / 0);
    border-bottom-color: rgb(92 204 23 / 0);
}

.focus\:border-y-utility-success\/10:focus {
    border-top-color: rgb(92 204 23 / 0.1);
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.focus\:border-y-utility-success\/100:focus {
    border-top-color: rgb(92 204 23 / 1);
    border-bottom-color: rgb(92 204 23 / 1);
}

.focus\:border-y-utility-success\/20:focus {
    border-top-color: rgb(92 204 23 / 0.2);
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.focus\:border-y-utility-success\/25:focus {
    border-top-color: rgb(92 204 23 / 0.25);
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.focus\:border-y-utility-success\/30:focus {
    border-top-color: rgb(92 204 23 / 0.3);
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.focus\:border-y-utility-success\/40:focus {
    border-top-color: rgb(92 204 23 / 0.4);
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.focus\:border-y-utility-success\/5:focus {
    border-top-color: rgb(92 204 23 / 0.05);
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.focus\:border-y-utility-success\/50:focus {
    border-top-color: rgb(92 204 23 / 0.5);
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.focus\:border-y-utility-success\/60:focus {
    border-top-color: rgb(92 204 23 / 0.6);
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.focus\:border-y-utility-success\/70:focus {
    border-top-color: rgb(92 204 23 / 0.7);
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.focus\:border-y-utility-success\/75:focus {
    border-top-color: rgb(92 204 23 / 0.75);
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.focus\:border-y-utility-success\/80:focus {
    border-top-color: rgb(92 204 23 / 0.8);
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.focus\:border-y-utility-success\/90:focus {
    border-top-color: rgb(92 204 23 / 0.9);
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.focus\:border-y-utility-success\/95:focus {
    border-top-color: rgb(92 204 23 / 0.95);
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.focus\:border-y-utility-warning:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-y-utility-warning\/0:focus {
    border-top-color: rgb(219 170 110 / 0);
    border-bottom-color: rgb(219 170 110 / 0);
}

.focus\:border-y-utility-warning\/10:focus {
    border-top-color: rgb(219 170 110 / 0.1);
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.focus\:border-y-utility-warning\/100:focus {
    border-top-color: rgb(219 170 110 / 1);
    border-bottom-color: rgb(219 170 110 / 1);
}

.focus\:border-y-utility-warning\/20:focus {
    border-top-color: rgb(219 170 110 / 0.2);
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.focus\:border-y-utility-warning\/25:focus {
    border-top-color: rgb(219 170 110 / 0.25);
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.focus\:border-y-utility-warning\/30:focus {
    border-top-color: rgb(219 170 110 / 0.3);
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.focus\:border-y-utility-warning\/40:focus {
    border-top-color: rgb(219 170 110 / 0.4);
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.focus\:border-y-utility-warning\/5:focus {
    border-top-color: rgb(219 170 110 / 0.05);
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.focus\:border-y-utility-warning\/50:focus {
    border-top-color: rgb(219 170 110 / 0.5);
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.focus\:border-y-utility-warning\/60:focus {
    border-top-color: rgb(219 170 110 / 0.6);
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.focus\:border-y-utility-warning\/70:focus {
    border-top-color: rgb(219 170 110 / 0.7);
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.focus\:border-y-utility-warning\/75:focus {
    border-top-color: rgb(219 170 110 / 0.75);
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.focus\:border-y-utility-warning\/80:focus {
    border-top-color: rgb(219 170 110 / 0.8);
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.focus\:border-y-utility-warning\/90:focus {
    border-top-color: rgb(219 170 110 / 0.9);
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.focus\:border-y-utility-warning\/95:focus {
    border-top-color: rgb(219 170 110 / 0.95);
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.focus\:border-y-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-y-very-dark-blue\/0:focus {
    border-top-color: rgb(4 4 47 / 0);
    border-bottom-color: rgb(4 4 47 / 0);
}

.focus\:border-y-very-dark-blue\/10:focus {
    border-top-color: rgb(4 4 47 / 0.1);
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.focus\:border-y-very-dark-blue\/100:focus {
    border-top-color: rgb(4 4 47 / 1);
    border-bottom-color: rgb(4 4 47 / 1);
}

.focus\:border-y-very-dark-blue\/20:focus {
    border-top-color: rgb(4 4 47 / 0.2);
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.focus\:border-y-very-dark-blue\/25:focus {
    border-top-color: rgb(4 4 47 / 0.25);
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.focus\:border-y-very-dark-blue\/30:focus {
    border-top-color: rgb(4 4 47 / 0.3);
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.focus\:border-y-very-dark-blue\/40:focus {
    border-top-color: rgb(4 4 47 / 0.4);
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.focus\:border-y-very-dark-blue\/5:focus {
    border-top-color: rgb(4 4 47 / 0.05);
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.focus\:border-y-very-dark-blue\/50:focus {
    border-top-color: rgb(4 4 47 / 0.5);
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.focus\:border-y-very-dark-blue\/60:focus {
    border-top-color: rgb(4 4 47 / 0.6);
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.focus\:border-y-very-dark-blue\/70:focus {
    border-top-color: rgb(4 4 47 / 0.7);
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.focus\:border-y-very-dark-blue\/75:focus {
    border-top-color: rgb(4 4 47 / 0.75);
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.focus\:border-y-very-dark-blue\/80:focus {
    border-top-color: rgb(4 4 47 / 0.8);
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.focus\:border-y-very-dark-blue\/90:focus {
    border-top-color: rgb(4 4 47 / 0.9);
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.focus\:border-y-very-dark-blue\/95:focus {
    border-top-color: rgb(4 4 47 / 0.95);
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.focus\:border-b-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-b-accent-green-dark\/0:focus {
    border-bottom-color: rgb(42 172 110 / 0);
}

.focus\:border-b-accent-green-dark\/10:focus {
    border-bottom-color: rgb(42 172 110 / 0.1);
}

.focus\:border-b-accent-green-dark\/100:focus {
    border-bottom-color: rgb(42 172 110 / 1);
}

.focus\:border-b-accent-green-dark\/20:focus {
    border-bottom-color: rgb(42 172 110 / 0.2);
}

.focus\:border-b-accent-green-dark\/25:focus {
    border-bottom-color: rgb(42 172 110 / 0.25);
}

.focus\:border-b-accent-green-dark\/30:focus {
    border-bottom-color: rgb(42 172 110 / 0.3);
}

.focus\:border-b-accent-green-dark\/40:focus {
    border-bottom-color: rgb(42 172 110 / 0.4);
}

.focus\:border-b-accent-green-dark\/5:focus {
    border-bottom-color: rgb(42 172 110 / 0.05);
}

.focus\:border-b-accent-green-dark\/50:focus {
    border-bottom-color: rgb(42 172 110 / 0.5);
}

.focus\:border-b-accent-green-dark\/60:focus {
    border-bottom-color: rgb(42 172 110 / 0.6);
}

.focus\:border-b-accent-green-dark\/70:focus {
    border-bottom-color: rgb(42 172 110 / 0.7);
}

.focus\:border-b-accent-green-dark\/75:focus {
    border-bottom-color: rgb(42 172 110 / 0.75);
}

.focus\:border-b-accent-green-dark\/80:focus {
    border-bottom-color: rgb(42 172 110 / 0.8);
}

.focus\:border-b-accent-green-dark\/90:focus {
    border-bottom-color: rgb(42 172 110 / 0.9);
}

.focus\:border-b-accent-green-dark\/95:focus {
    border-bottom-color: rgb(42 172 110 / 0.95);
}

.focus\:border-b-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-b-accent-green-light\/0:focus {
    border-bottom-color: rgb(90 226 75 / 0);
}

.focus\:border-b-accent-green-light\/10:focus {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.focus\:border-b-accent-green-light\/100:focus {
    border-bottom-color: rgb(90 226 75 / 1);
}

.focus\:border-b-accent-green-light\/20:focus {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.focus\:border-b-accent-green-light\/25:focus {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.focus\:border-b-accent-green-light\/30:focus {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.focus\:border-b-accent-green-light\/40:focus {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.focus\:border-b-accent-green-light\/5:focus {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.focus\:border-b-accent-green-light\/50:focus {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.focus\:border-b-accent-green-light\/60:focus {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.focus\:border-b-accent-green-light\/70:focus {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.focus\:border-b-accent-green-light\/75:focus {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.focus\:border-b-accent-green-light\/80:focus {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.focus\:border-b-accent-green-light\/90:focus {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.focus\:border-b-accent-green-light\/95:focus {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.focus\:border-b-accent-purple:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-b-accent-purple\/0:focus {
    border-bottom-color: rgb(192 69 221 / 0);
}

.focus\:border-b-accent-purple\/10:focus {
    border-bottom-color: rgb(192 69 221 / 0.1);
}

.focus\:border-b-accent-purple\/100:focus {
    border-bottom-color: rgb(192 69 221 / 1);
}

.focus\:border-b-accent-purple\/20:focus {
    border-bottom-color: rgb(192 69 221 / 0.2);
}

.focus\:border-b-accent-purple\/25:focus {
    border-bottom-color: rgb(192 69 221 / 0.25);
}

.focus\:border-b-accent-purple\/30:focus {
    border-bottom-color: rgb(192 69 221 / 0.3);
}

.focus\:border-b-accent-purple\/40:focus {
    border-bottom-color: rgb(192 69 221 / 0.4);
}

.focus\:border-b-accent-purple\/5:focus {
    border-bottom-color: rgb(192 69 221 / 0.05);
}

.focus\:border-b-accent-purple\/50:focus {
    border-bottom-color: rgb(192 69 221 / 0.5);
}

.focus\:border-b-accent-purple\/60:focus {
    border-bottom-color: rgb(192 69 221 / 0.6);
}

.focus\:border-b-accent-purple\/70:focus {
    border-bottom-color: rgb(192 69 221 / 0.7);
}

.focus\:border-b-accent-purple\/75:focus {
    border-bottom-color: rgb(192 69 221 / 0.75);
}

.focus\:border-b-accent-purple\/80:focus {
    border-bottom-color: rgb(192 69 221 / 0.8);
}

.focus\:border-b-accent-purple\/90:focus {
    border-bottom-color: rgb(192 69 221 / 0.9);
}

.focus\:border-b-accent-purple\/95:focus {
    border-bottom-color: rgb(192 69 221 / 0.95);
}

.focus\:border-b-current:focus {
    border-bottom-color: currentColor;
}

.focus\:border-b-gray-10:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-b-gray-10\/0:focus {
    border-bottom-color: rgb(36 30 81 / 0);
}

.focus\:border-b-gray-10\/10:focus {
    border-bottom-color: rgb(36 30 81 / 0.1);
}

.focus\:border-b-gray-10\/100:focus {
    border-bottom-color: rgb(36 30 81 / 1);
}

.focus\:border-b-gray-10\/20:focus {
    border-bottom-color: rgb(36 30 81 / 0.2);
}

.focus\:border-b-gray-10\/25:focus {
    border-bottom-color: rgb(36 30 81 / 0.25);
}

.focus\:border-b-gray-10\/30:focus {
    border-bottom-color: rgb(36 30 81 / 0.3);
}

.focus\:border-b-gray-10\/40:focus {
    border-bottom-color: rgb(36 30 81 / 0.4);
}

.focus\:border-b-gray-10\/5:focus {
    border-bottom-color: rgb(36 30 81 / 0.05);
}

.focus\:border-b-gray-10\/50:focus {
    border-bottom-color: rgb(36 30 81 / 0.5);
}

.focus\:border-b-gray-10\/60:focus {
    border-bottom-color: rgb(36 30 81 / 0.6);
}

.focus\:border-b-gray-10\/70:focus {
    border-bottom-color: rgb(36 30 81 / 0.7);
}

.focus\:border-b-gray-10\/75:focus {
    border-bottom-color: rgb(36 30 81 / 0.75);
}

.focus\:border-b-gray-10\/80:focus {
    border-bottom-color: rgb(36 30 81 / 0.8);
}

.focus\:border-b-gray-10\/90:focus {
    border-bottom-color: rgb(36 30 81 / 0.9);
}

.focus\:border-b-gray-10\/95:focus {
    border-bottom-color: rgb(36 30 81 / 0.95);
}

.focus\:border-b-gray-100:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-b-gray-100\/0:focus {
    border-bottom-color: rgb(248 251 249 / 0);
}

.focus\:border-b-gray-100\/10:focus {
    border-bottom-color: rgb(248 251 249 / 0.1);
}

.focus\:border-b-gray-100\/100:focus {
    border-bottom-color: rgb(248 251 249 / 1);
}

.focus\:border-b-gray-100\/20:focus {
    border-bottom-color: rgb(248 251 249 / 0.2);
}

.focus\:border-b-gray-100\/25:focus {
    border-bottom-color: rgb(248 251 249 / 0.25);
}

.focus\:border-b-gray-100\/30:focus {
    border-bottom-color: rgb(248 251 249 / 0.3);
}

.focus\:border-b-gray-100\/40:focus {
    border-bottom-color: rgb(248 251 249 / 0.4);
}

.focus\:border-b-gray-100\/5:focus {
    border-bottom-color: rgb(248 251 249 / 0.05);
}

.focus\:border-b-gray-100\/50:focus {
    border-bottom-color: rgb(248 251 249 / 0.5);
}

.focus\:border-b-gray-100\/60:focus {
    border-bottom-color: rgb(248 251 249 / 0.6);
}

.focus\:border-b-gray-100\/70:focus {
    border-bottom-color: rgb(248 251 249 / 0.7);
}

.focus\:border-b-gray-100\/75:focus {
    border-bottom-color: rgb(248 251 249 / 0.75);
}

.focus\:border-b-gray-100\/80:focus {
    border-bottom-color: rgb(248 251 249 / 0.8);
}

.focus\:border-b-gray-100\/90:focus {
    border-bottom-color: rgb(248 251 249 / 0.9);
}

.focus\:border-b-gray-100\/95:focus {
    border-bottom-color: rgb(248 251 249 / 0.95);
}

.focus\:border-b-gray-20:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-b-gray-20\/0:focus {
    border-bottom-color: rgb(60 54 99 / 0);
}

.focus\:border-b-gray-20\/10:focus {
    border-bottom-color: rgb(60 54 99 / 0.1);
}

.focus\:border-b-gray-20\/100:focus {
    border-bottom-color: rgb(60 54 99 / 1);
}

.focus\:border-b-gray-20\/20:focus {
    border-bottom-color: rgb(60 54 99 / 0.2);
}

.focus\:border-b-gray-20\/25:focus {
    border-bottom-color: rgb(60 54 99 / 0.25);
}

.focus\:border-b-gray-20\/30:focus {
    border-bottom-color: rgb(60 54 99 / 0.3);
}

.focus\:border-b-gray-20\/40:focus {
    border-bottom-color: rgb(60 54 99 / 0.4);
}

.focus\:border-b-gray-20\/5:focus {
    border-bottom-color: rgb(60 54 99 / 0.05);
}

.focus\:border-b-gray-20\/50:focus {
    border-bottom-color: rgb(60 54 99 / 0.5);
}

.focus\:border-b-gray-20\/60:focus {
    border-bottom-color: rgb(60 54 99 / 0.6);
}

.focus\:border-b-gray-20\/70:focus {
    border-bottom-color: rgb(60 54 99 / 0.7);
}

.focus\:border-b-gray-20\/75:focus {
    border-bottom-color: rgb(60 54 99 / 0.75);
}

.focus\:border-b-gray-20\/80:focus {
    border-bottom-color: rgb(60 54 99 / 0.8);
}

.focus\:border-b-gray-20\/90:focus {
    border-bottom-color: rgb(60 54 99 / 0.9);
}

.focus\:border-b-gray-20\/95:focus {
    border-bottom-color: rgb(60 54 99 / 0.95);
}

.focus\:border-b-gray-30:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-b-gray-30\/0:focus {
    border-bottom-color: rgb(83 79 118 / 0);
}

.focus\:border-b-gray-30\/10:focus {
    border-bottom-color: rgb(83 79 118 / 0.1);
}

.focus\:border-b-gray-30\/100:focus {
    border-bottom-color: rgb(83 79 118 / 1);
}

.focus\:border-b-gray-30\/20:focus {
    border-bottom-color: rgb(83 79 118 / 0.2);
}

.focus\:border-b-gray-30\/25:focus {
    border-bottom-color: rgb(83 79 118 / 0.25);
}

.focus\:border-b-gray-30\/30:focus {
    border-bottom-color: rgb(83 79 118 / 0.3);
}

.focus\:border-b-gray-30\/40:focus {
    border-bottom-color: rgb(83 79 118 / 0.4);
}

.focus\:border-b-gray-30\/5:focus {
    border-bottom-color: rgb(83 79 118 / 0.05);
}

.focus\:border-b-gray-30\/50:focus {
    border-bottom-color: rgb(83 79 118 / 0.5);
}

.focus\:border-b-gray-30\/60:focus {
    border-bottom-color: rgb(83 79 118 / 0.6);
}

.focus\:border-b-gray-30\/70:focus {
    border-bottom-color: rgb(83 79 118 / 0.7);
}

.focus\:border-b-gray-30\/75:focus {
    border-bottom-color: rgb(83 79 118 / 0.75);
}

.focus\:border-b-gray-30\/80:focus {
    border-bottom-color: rgb(83 79 118 / 0.8);
}

.focus\:border-b-gray-30\/90:focus {
    border-bottom-color: rgb(83 79 118 / 0.9);
}

.focus\:border-b-gray-30\/95:focus {
    border-bottom-color: rgb(83 79 118 / 0.95);
}

.focus\:border-b-gray-50:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-b-gray-50\/0:focus {
    border-bottom-color: rgb(130 128 155 / 0);
}

.focus\:border-b-gray-50\/10:focus {
    border-bottom-color: rgb(130 128 155 / 0.1);
}

.focus\:border-b-gray-50\/100:focus {
    border-bottom-color: rgb(130 128 155 / 1);
}

.focus\:border-b-gray-50\/20:focus {
    border-bottom-color: rgb(130 128 155 / 0.2);
}

.focus\:border-b-gray-50\/25:focus {
    border-bottom-color: rgb(130 128 155 / 0.25);
}

.focus\:border-b-gray-50\/30:focus {
    border-bottom-color: rgb(130 128 155 / 0.3);
}

.focus\:border-b-gray-50\/40:focus {
    border-bottom-color: rgb(130 128 155 / 0.4);
}

.focus\:border-b-gray-50\/5:focus {
    border-bottom-color: rgb(130 128 155 / 0.05);
}

.focus\:border-b-gray-50\/50:focus {
    border-bottom-color: rgb(130 128 155 / 0.5);
}

.focus\:border-b-gray-50\/60:focus {
    border-bottom-color: rgb(130 128 155 / 0.6);
}

.focus\:border-b-gray-50\/70:focus {
    border-bottom-color: rgb(130 128 155 / 0.7);
}

.focus\:border-b-gray-50\/75:focus {
    border-bottom-color: rgb(130 128 155 / 0.75);
}

.focus\:border-b-gray-50\/80:focus {
    border-bottom-color: rgb(130 128 155 / 0.8);
}

.focus\:border-b-gray-50\/90:focus {
    border-bottom-color: rgb(130 128 155 / 0.9);
}

.focus\:border-b-gray-50\/95:focus {
    border-bottom-color: rgb(130 128 155 / 0.95);
}

.focus\:border-b-gray-70:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-b-gray-70\/0:focus {
    border-bottom-color: rgb(177 177 193 / 0);
}

.focus\:border-b-gray-70\/10:focus {
    border-bottom-color: rgb(177 177 193 / 0.1);
}

.focus\:border-b-gray-70\/100:focus {
    border-bottom-color: rgb(177 177 193 / 1);
}

.focus\:border-b-gray-70\/20:focus {
    border-bottom-color: rgb(177 177 193 / 0.2);
}

.focus\:border-b-gray-70\/25:focus {
    border-bottom-color: rgb(177 177 193 / 0.25);
}

.focus\:border-b-gray-70\/30:focus {
    border-bottom-color: rgb(177 177 193 / 0.3);
}

.focus\:border-b-gray-70\/40:focus {
    border-bottom-color: rgb(177 177 193 / 0.4);
}

.focus\:border-b-gray-70\/5:focus {
    border-bottom-color: rgb(177 177 193 / 0.05);
}

.focus\:border-b-gray-70\/50:focus {
    border-bottom-color: rgb(177 177 193 / 0.5);
}

.focus\:border-b-gray-70\/60:focus {
    border-bottom-color: rgb(177 177 193 / 0.6);
}

.focus\:border-b-gray-70\/70:focus {
    border-bottom-color: rgb(177 177 193 / 0.7);
}

.focus\:border-b-gray-70\/75:focus {
    border-bottom-color: rgb(177 177 193 / 0.75);
}

.focus\:border-b-gray-70\/80:focus {
    border-bottom-color: rgb(177 177 193 / 0.8);
}

.focus\:border-b-gray-70\/90:focus {
    border-bottom-color: rgb(177 177 193 / 0.9);
}

.focus\:border-b-gray-70\/95:focus {
    border-bottom-color: rgb(177 177 193 / 0.95);
}

.focus\:border-b-green-10:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-b-green-10\/0:focus {
    border-bottom-color: rgb(19 28 66 / 0);
}

.focus\:border-b-green-10\/10:focus {
    border-bottom-color: rgb(19 28 66 / 0.1);
}

.focus\:border-b-green-10\/100:focus {
    border-bottom-color: rgb(19 28 66 / 1);
}

.focus\:border-b-green-10\/20:focus {
    border-bottom-color: rgb(19 28 66 / 0.2);
}

.focus\:border-b-green-10\/25:focus {
    border-bottom-color: rgb(19 28 66 / 0.25);
}

.focus\:border-b-green-10\/30:focus {
    border-bottom-color: rgb(19 28 66 / 0.3);
}

.focus\:border-b-green-10\/40:focus {
    border-bottom-color: rgb(19 28 66 / 0.4);
}

.focus\:border-b-green-10\/5:focus {
    border-bottom-color: rgb(19 28 66 / 0.05);
}

.focus\:border-b-green-10\/50:focus {
    border-bottom-color: rgb(19 28 66 / 0.5);
}

.focus\:border-b-green-10\/60:focus {
    border-bottom-color: rgb(19 28 66 / 0.6);
}

.focus\:border-b-green-10\/70:focus {
    border-bottom-color: rgb(19 28 66 / 0.7);
}

.focus\:border-b-green-10\/75:focus {
    border-bottom-color: rgb(19 28 66 / 0.75);
}

.focus\:border-b-green-10\/80:focus {
    border-bottom-color: rgb(19 28 66 / 0.8);
}

.focus\:border-b-green-10\/90:focus {
    border-bottom-color: rgb(19 28 66 / 0.9);
}

.focus\:border-b-green-10\/95:focus {
    border-bottom-color: rgb(19 28 66 / 0.95);
}

.focus\:border-b-green-100:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-b-green-100\/0:focus {
    border-bottom-color: rgb(90 226 75 / 0);
}

.focus\:border-b-green-100\/10:focus {
    border-bottom-color: rgb(90 226 75 / 0.1);
}

.focus\:border-b-green-100\/100:focus {
    border-bottom-color: rgb(90 226 75 / 1);
}

.focus\:border-b-green-100\/20:focus {
    border-bottom-color: rgb(90 226 75 / 0.2);
}

.focus\:border-b-green-100\/25:focus {
    border-bottom-color: rgb(90 226 75 / 0.25);
}

.focus\:border-b-green-100\/30:focus {
    border-bottom-color: rgb(90 226 75 / 0.3);
}

.focus\:border-b-green-100\/40:focus {
    border-bottom-color: rgb(90 226 75 / 0.4);
}

.focus\:border-b-green-100\/5:focus {
    border-bottom-color: rgb(90 226 75 / 0.05);
}

.focus\:border-b-green-100\/50:focus {
    border-bottom-color: rgb(90 226 75 / 0.5);
}

.focus\:border-b-green-100\/60:focus {
    border-bottom-color: rgb(90 226 75 / 0.6);
}

.focus\:border-b-green-100\/70:focus {
    border-bottom-color: rgb(90 226 75 / 0.7);
}

.focus\:border-b-green-100\/75:focus {
    border-bottom-color: rgb(90 226 75 / 0.75);
}

.focus\:border-b-green-100\/80:focus {
    border-bottom-color: rgb(90 226 75 / 0.8);
}

.focus\:border-b-green-100\/90:focus {
    border-bottom-color: rgb(90 226 75 / 0.9);
}

.focus\:border-b-green-100\/95:focus {
    border-bottom-color: rgb(90 226 75 / 0.95);
}

.focus\:border-b-green-20:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-b-green-20\/0:focus {
    border-bottom-color: rgb(26 52 70 / 0);
}

.focus\:border-b-green-20\/10:focus {
    border-bottom-color: rgb(26 52 70 / 0.1);
}

.focus\:border-b-green-20\/100:focus {
    border-bottom-color: rgb(26 52 70 / 1);
}

.focus\:border-b-green-20\/20:focus {
    border-bottom-color: rgb(26 52 70 / 0.2);
}

.focus\:border-b-green-20\/25:focus {
    border-bottom-color: rgb(26 52 70 / 0.25);
}

.focus\:border-b-green-20\/30:focus {
    border-bottom-color: rgb(26 52 70 / 0.3);
}

.focus\:border-b-green-20\/40:focus {
    border-bottom-color: rgb(26 52 70 / 0.4);
}

.focus\:border-b-green-20\/5:focus {
    border-bottom-color: rgb(26 52 70 / 0.05);
}

.focus\:border-b-green-20\/50:focus {
    border-bottom-color: rgb(26 52 70 / 0.5);
}

.focus\:border-b-green-20\/60:focus {
    border-bottom-color: rgb(26 52 70 / 0.6);
}

.focus\:border-b-green-20\/70:focus {
    border-bottom-color: rgb(26 52 70 / 0.7);
}

.focus\:border-b-green-20\/75:focus {
    border-bottom-color: rgb(26 52 70 / 0.75);
}

.focus\:border-b-green-20\/80:focus {
    border-bottom-color: rgb(26 52 70 / 0.8);
}

.focus\:border-b-green-20\/90:focus {
    border-bottom-color: rgb(26 52 70 / 0.9);
}

.focus\:border-b-green-20\/95:focus {
    border-bottom-color: rgb(26 52 70 / 0.95);
}

.focus\:border-b-green-30:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-b-green-30\/0:focus {
    border-bottom-color: rgb(32 75 75 / 0);
}

.focus\:border-b-green-30\/10:focus {
    border-bottom-color: rgb(32 75 75 / 0.1);
}

.focus\:border-b-green-30\/100:focus {
    border-bottom-color: rgb(32 75 75 / 1);
}

.focus\:border-b-green-30\/20:focus {
    border-bottom-color: rgb(32 75 75 / 0.2);
}

.focus\:border-b-green-30\/25:focus {
    border-bottom-color: rgb(32 75 75 / 0.25);
}

.focus\:border-b-green-30\/30:focus {
    border-bottom-color: rgb(32 75 75 / 0.3);
}

.focus\:border-b-green-30\/40:focus {
    border-bottom-color: rgb(32 75 75 / 0.4);
}

.focus\:border-b-green-30\/5:focus {
    border-bottom-color: rgb(32 75 75 / 0.05);
}

.focus\:border-b-green-30\/50:focus {
    border-bottom-color: rgb(32 75 75 / 0.5);
}

.focus\:border-b-green-30\/60:focus {
    border-bottom-color: rgb(32 75 75 / 0.6);
}

.focus\:border-b-green-30\/70:focus {
    border-bottom-color: rgb(32 75 75 / 0.7);
}

.focus\:border-b-green-30\/75:focus {
    border-bottom-color: rgb(32 75 75 / 0.75);
}

.focus\:border-b-green-30\/80:focus {
    border-bottom-color: rgb(32 75 75 / 0.8);
}

.focus\:border-b-green-30\/90:focus {
    border-bottom-color: rgb(32 75 75 / 0.9);
}

.focus\:border-b-green-30\/95:focus {
    border-bottom-color: rgb(32 75 75 / 0.95);
}

.focus\:border-b-green-50:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-b-green-50\/0:focus {
    border-bottom-color: rgb(44 121 83 / 0);
}

.focus\:border-b-green-50\/10:focus {
    border-bottom-color: rgb(44 121 83 / 0.1);
}

.focus\:border-b-green-50\/100:focus {
    border-bottom-color: rgb(44 121 83 / 1);
}

.focus\:border-b-green-50\/20:focus {
    border-bottom-color: rgb(44 121 83 / 0.2);
}

.focus\:border-b-green-50\/25:focus {
    border-bottom-color: rgb(44 121 83 / 0.25);
}

.focus\:border-b-green-50\/30:focus {
    border-bottom-color: rgb(44 121 83 / 0.3);
}

.focus\:border-b-green-50\/40:focus {
    border-bottom-color: rgb(44 121 83 / 0.4);
}

.focus\:border-b-green-50\/5:focus {
    border-bottom-color: rgb(44 121 83 / 0.05);
}

.focus\:border-b-green-50\/50:focus {
    border-bottom-color: rgb(44 121 83 / 0.5);
}

.focus\:border-b-green-50\/60:focus {
    border-bottom-color: rgb(44 121 83 / 0.6);
}

.focus\:border-b-green-50\/70:focus {
    border-bottom-color: rgb(44 121 83 / 0.7);
}

.focus\:border-b-green-50\/75:focus {
    border-bottom-color: rgb(44 121 83 / 0.75);
}

.focus\:border-b-green-50\/80:focus {
    border-bottom-color: rgb(44 121 83 / 0.8);
}

.focus\:border-b-green-50\/90:focus {
    border-bottom-color: rgb(44 121 83 / 0.9);
}

.focus\:border-b-green-50\/95:focus {
    border-bottom-color: rgb(44 121 83 / 0.95);
}

.focus\:border-b-green-70:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-b-green-70\/0:focus {
    border-bottom-color: rgb(57 168 91 / 0);
}

.focus\:border-b-green-70\/10:focus {
    border-bottom-color: rgb(57 168 91 / 0.1);
}

.focus\:border-b-green-70\/100:focus {
    border-bottom-color: rgb(57 168 91 / 1);
}

.focus\:border-b-green-70\/20:focus {
    border-bottom-color: rgb(57 168 91 / 0.2);
}

.focus\:border-b-green-70\/25:focus {
    border-bottom-color: rgb(57 168 91 / 0.25);
}

.focus\:border-b-green-70\/30:focus {
    border-bottom-color: rgb(57 168 91 / 0.3);
}

.focus\:border-b-green-70\/40:focus {
    border-bottom-color: rgb(57 168 91 / 0.4);
}

.focus\:border-b-green-70\/5:focus {
    border-bottom-color: rgb(57 168 91 / 0.05);
}

.focus\:border-b-green-70\/50:focus {
    border-bottom-color: rgb(57 168 91 / 0.5);
}

.focus\:border-b-green-70\/60:focus {
    border-bottom-color: rgb(57 168 91 / 0.6);
}

.focus\:border-b-green-70\/70:focus {
    border-bottom-color: rgb(57 168 91 / 0.7);
}

.focus\:border-b-green-70\/75:focus {
    border-bottom-color: rgb(57 168 91 / 0.75);
}

.focus\:border-b-green-70\/80:focus {
    border-bottom-color: rgb(57 168 91 / 0.8);
}

.focus\:border-b-green-70\/90:focus {
    border-bottom-color: rgb(57 168 91 / 0.9);
}

.focus\:border-b-green-70\/95:focus {
    border-bottom-color: rgb(57 168 91 / 0.95);
}

.focus\:border-b-purple-10:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-b-purple-10\/0:focus {
    border-bottom-color: rgb(26 8 70 / 0);
}

.focus\:border-b-purple-10\/10:focus {
    border-bottom-color: rgb(26 8 70 / 0.1);
}

.focus\:border-b-purple-10\/100:focus {
    border-bottom-color: rgb(26 8 70 / 1);
}

.focus\:border-b-purple-10\/20:focus {
    border-bottom-color: rgb(26 8 70 / 0.2);
}

.focus\:border-b-purple-10\/25:focus {
    border-bottom-color: rgb(26 8 70 / 0.25);
}

.focus\:border-b-purple-10\/30:focus {
    border-bottom-color: rgb(26 8 70 / 0.3);
}

.focus\:border-b-purple-10\/40:focus {
    border-bottom-color: rgb(26 8 70 / 0.4);
}

.focus\:border-b-purple-10\/5:focus {
    border-bottom-color: rgb(26 8 70 / 0.05);
}

.focus\:border-b-purple-10\/50:focus {
    border-bottom-color: rgb(26 8 70 / 0.5);
}

.focus\:border-b-purple-10\/60:focus {
    border-bottom-color: rgb(26 8 70 / 0.6);
}

.focus\:border-b-purple-10\/70:focus {
    border-bottom-color: rgb(26 8 70 / 0.7);
}

.focus\:border-b-purple-10\/75:focus {
    border-bottom-color: rgb(26 8 70 / 0.75);
}

.focus\:border-b-purple-10\/80:focus {
    border-bottom-color: rgb(26 8 70 / 0.8);
}

.focus\:border-b-purple-10\/90:focus {
    border-bottom-color: rgb(26 8 70 / 0.9);
}

.focus\:border-b-purple-10\/95:focus {
    border-bottom-color: rgb(26 8 70 / 0.95);
}

.focus\:border-b-purple-100:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-b-purple-100\/0:focus {
    border-bottom-color: rgb(125 41 145 / 0);
}

.focus\:border-b-purple-100\/10:focus {
    border-bottom-color: rgb(125 41 145 / 0.1);
}

.focus\:border-b-purple-100\/100:focus {
    border-bottom-color: rgb(125 41 145 / 1);
}

.focus\:border-b-purple-100\/20:focus {
    border-bottom-color: rgb(125 41 145 / 0.2);
}

.focus\:border-b-purple-100\/25:focus {
    border-bottom-color: rgb(125 41 145 / 0.25);
}

.focus\:border-b-purple-100\/30:focus {
    border-bottom-color: rgb(125 41 145 / 0.3);
}

.focus\:border-b-purple-100\/40:focus {
    border-bottom-color: rgb(125 41 145 / 0.4);
}

.focus\:border-b-purple-100\/5:focus {
    border-bottom-color: rgb(125 41 145 / 0.05);
}

.focus\:border-b-purple-100\/50:focus {
    border-bottom-color: rgb(125 41 145 / 0.5);
}

.focus\:border-b-purple-100\/60:focus {
    border-bottom-color: rgb(125 41 145 / 0.6);
}

.focus\:border-b-purple-100\/70:focus {
    border-bottom-color: rgb(125 41 145 / 0.7);
}

.focus\:border-b-purple-100\/75:focus {
    border-bottom-color: rgb(125 41 145 / 0.75);
}

.focus\:border-b-purple-100\/80:focus {
    border-bottom-color: rgb(125 41 145 / 0.8);
}

.focus\:border-b-purple-100\/90:focus {
    border-bottom-color: rgb(125 41 145 / 0.9);
}

.focus\:border-b-purple-100\/95:focus {
    border-bottom-color: rgb(125 41 145 / 0.95);
}

.focus\:border-b-purple-20:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-b-purple-20\/0:focus {
    border-bottom-color: rgb(40 12 78 / 0);
}

.focus\:border-b-purple-20\/10:focus {
    border-bottom-color: rgb(40 12 78 / 0.1);
}

.focus\:border-b-purple-20\/100:focus {
    border-bottom-color: rgb(40 12 78 / 1);
}

.focus\:border-b-purple-20\/20:focus {
    border-bottom-color: rgb(40 12 78 / 0.2);
}

.focus\:border-b-purple-20\/25:focus {
    border-bottom-color: rgb(40 12 78 / 0.25);
}

.focus\:border-b-purple-20\/30:focus {
    border-bottom-color: rgb(40 12 78 / 0.3);
}

.focus\:border-b-purple-20\/40:focus {
    border-bottom-color: rgb(40 12 78 / 0.4);
}

.focus\:border-b-purple-20\/5:focus {
    border-bottom-color: rgb(40 12 78 / 0.05);
}

.focus\:border-b-purple-20\/50:focus {
    border-bottom-color: rgb(40 12 78 / 0.5);
}

.focus\:border-b-purple-20\/60:focus {
    border-bottom-color: rgb(40 12 78 / 0.6);
}

.focus\:border-b-purple-20\/70:focus {
    border-bottom-color: rgb(40 12 78 / 0.7);
}

.focus\:border-b-purple-20\/75:focus {
    border-bottom-color: rgb(40 12 78 / 0.75);
}

.focus\:border-b-purple-20\/80:focus {
    border-bottom-color: rgb(40 12 78 / 0.8);
}

.focus\:border-b-purple-20\/90:focus {
    border-bottom-color: rgb(40 12 78 / 0.9);
}

.focus\:border-b-purple-20\/95:focus {
    border-bottom-color: rgb(40 12 78 / 0.95);
}

.focus\:border-b-purple-30:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-b-purple-30\/0:focus {
    border-bottom-color: rgb(53 15 86 / 0);
}

.focus\:border-b-purple-30\/10:focus {
    border-bottom-color: rgb(53 15 86 / 0.1);
}

.focus\:border-b-purple-30\/100:focus {
    border-bottom-color: rgb(53 15 86 / 1);
}

.focus\:border-b-purple-30\/20:focus {
    border-bottom-color: rgb(53 15 86 / 0.2);
}

.focus\:border-b-purple-30\/25:focus {
    border-bottom-color: rgb(53 15 86 / 0.25);
}

.focus\:border-b-purple-30\/30:focus {
    border-bottom-color: rgb(53 15 86 / 0.3);
}

.focus\:border-b-purple-30\/40:focus {
    border-bottom-color: rgb(53 15 86 / 0.4);
}

.focus\:border-b-purple-30\/5:focus {
    border-bottom-color: rgb(53 15 86 / 0.05);
}

.focus\:border-b-purple-30\/50:focus {
    border-bottom-color: rgb(53 15 86 / 0.5);
}

.focus\:border-b-purple-30\/60:focus {
    border-bottom-color: rgb(53 15 86 / 0.6);
}

.focus\:border-b-purple-30\/70:focus {
    border-bottom-color: rgb(53 15 86 / 0.7);
}

.focus\:border-b-purple-30\/75:focus {
    border-bottom-color: rgb(53 15 86 / 0.75);
}

.focus\:border-b-purple-30\/80:focus {
    border-bottom-color: rgb(53 15 86 / 0.8);
}

.focus\:border-b-purple-30\/90:focus {
    border-bottom-color: rgb(53 15 86 / 0.9);
}

.focus\:border-b-purple-30\/95:focus {
    border-bottom-color: rgb(53 15 86 / 0.95);
}

.focus\:border-b-purple-50:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-b-purple-50\/0:focus {
    border-bottom-color: rgb(79 22 102 / 0);
}

.focus\:border-b-purple-50\/10:focus {
    border-bottom-color: rgb(79 22 102 / 0.1);
}

.focus\:border-b-purple-50\/100:focus {
    border-bottom-color: rgb(79 22 102 / 1);
}

.focus\:border-b-purple-50\/20:focus {
    border-bottom-color: rgb(79 22 102 / 0.2);
}

.focus\:border-b-purple-50\/25:focus {
    border-bottom-color: rgb(79 22 102 / 0.25);
}

.focus\:border-b-purple-50\/30:focus {
    border-bottom-color: rgb(79 22 102 / 0.3);
}

.focus\:border-b-purple-50\/40:focus {
    border-bottom-color: rgb(79 22 102 / 0.4);
}

.focus\:border-b-purple-50\/5:focus {
    border-bottom-color: rgb(79 22 102 / 0.05);
}

.focus\:border-b-purple-50\/50:focus {
    border-bottom-color: rgb(79 22 102 / 0.5);
}

.focus\:border-b-purple-50\/60:focus {
    border-bottom-color: rgb(79 22 102 / 0.6);
}

.focus\:border-b-purple-50\/70:focus {
    border-bottom-color: rgb(79 22 102 / 0.7);
}

.focus\:border-b-purple-50\/75:focus {
    border-bottom-color: rgb(79 22 102 / 0.75);
}

.focus\:border-b-purple-50\/80:focus {
    border-bottom-color: rgb(79 22 102 / 0.8);
}

.focus\:border-b-purple-50\/90:focus {
    border-bottom-color: rgb(79 22 102 / 0.9);
}

.focus\:border-b-purple-50\/95:focus {
    border-bottom-color: rgb(79 22 102 / 0.95);
}

.focus\:border-b-purple-70:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-b-purple-70\/0:focus {
    border-bottom-color: rgb(106 29 119 / 0);
}

.focus\:border-b-purple-70\/10:focus {
    border-bottom-color: rgb(106 29 119 / 0.1);
}

.focus\:border-b-purple-70\/100:focus {
    border-bottom-color: rgb(106 29 119 / 1);
}

.focus\:border-b-purple-70\/20:focus {
    border-bottom-color: rgb(106 29 119 / 0.2);
}

.focus\:border-b-purple-70\/25:focus {
    border-bottom-color: rgb(106 29 119 / 0.25);
}

.focus\:border-b-purple-70\/30:focus {
    border-bottom-color: rgb(106 29 119 / 0.3);
}

.focus\:border-b-purple-70\/40:focus {
    border-bottom-color: rgb(106 29 119 / 0.4);
}

.focus\:border-b-purple-70\/5:focus {
    border-bottom-color: rgb(106 29 119 / 0.05);
}

.focus\:border-b-purple-70\/50:focus {
    border-bottom-color: rgb(106 29 119 / 0.5);
}

.focus\:border-b-purple-70\/60:focus {
    border-bottom-color: rgb(106 29 119 / 0.6);
}

.focus\:border-b-purple-70\/70:focus {
    border-bottom-color: rgb(106 29 119 / 0.7);
}

.focus\:border-b-purple-70\/75:focus {
    border-bottom-color: rgb(106 29 119 / 0.75);
}

.focus\:border-b-purple-70\/80:focus {
    border-bottom-color: rgb(106 29 119 / 0.8);
}

.focus\:border-b-purple-70\/90:focus {
    border-bottom-color: rgb(106 29 119 / 0.9);
}

.focus\:border-b-purple-70\/95:focus {
    border-bottom-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-bottom-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-bottom-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-b-utility-error\/0:focus {
    border-bottom-color: rgb(220 33 33 / 0);
}

.focus\:border-b-utility-error\/10:focus {
    border-bottom-color: rgb(220 33 33 / 0.1);
}

.focus\:border-b-utility-error\/100:focus {
    border-bottom-color: rgb(220 33 33 / 1);
}

.focus\:border-b-utility-error\/20:focus {
    border-bottom-color: rgb(220 33 33 / 0.2);
}

.focus\:border-b-utility-error\/25:focus {
    border-bottom-color: rgb(220 33 33 / 0.25);
}

.focus\:border-b-utility-error\/30:focus {
    border-bottom-color: rgb(220 33 33 / 0.3);
}

.focus\:border-b-utility-error\/40:focus {
    border-bottom-color: rgb(220 33 33 / 0.4);
}

.focus\:border-b-utility-error\/5:focus {
    border-bottom-color: rgb(220 33 33 / 0.05);
}

.focus\:border-b-utility-error\/50:focus {
    border-bottom-color: rgb(220 33 33 / 0.5);
}

.focus\:border-b-utility-error\/60:focus {
    border-bottom-color: rgb(220 33 33 / 0.6);
}

.focus\:border-b-utility-error\/70:focus {
    border-bottom-color: rgb(220 33 33 / 0.7);
}

.focus\:border-b-utility-error\/75:focus {
    border-bottom-color: rgb(220 33 33 / 0.75);
}

.focus\:border-b-utility-error\/80:focus {
    border-bottom-color: rgb(220 33 33 / 0.8);
}

.focus\:border-b-utility-error\/90:focus {
    border-bottom-color: rgb(220 33 33 / 0.9);
}

.focus\:border-b-utility-error\/95:focus {
    border-bottom-color: rgb(220 33 33 / 0.95);
}

.focus\:border-b-utility-info:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-b-utility-info\/0:focus {
    border-bottom-color: rgb(191 219 254 / 0);
}

.focus\:border-b-utility-info\/10:focus {
    border-bottom-color: rgb(191 219 254 / 0.1);
}

.focus\:border-b-utility-info\/100:focus {
    border-bottom-color: rgb(191 219 254 / 1);
}

.focus\:border-b-utility-info\/20:focus {
    border-bottom-color: rgb(191 219 254 / 0.2);
}

.focus\:border-b-utility-info\/25:focus {
    border-bottom-color: rgb(191 219 254 / 0.25);
}

.focus\:border-b-utility-info\/30:focus {
    border-bottom-color: rgb(191 219 254 / 0.3);
}

.focus\:border-b-utility-info\/40:focus {
    border-bottom-color: rgb(191 219 254 / 0.4);
}

.focus\:border-b-utility-info\/5:focus {
    border-bottom-color: rgb(191 219 254 / 0.05);
}

.focus\:border-b-utility-info\/50:focus {
    border-bottom-color: rgb(191 219 254 / 0.5);
}

.focus\:border-b-utility-info\/60:focus {
    border-bottom-color: rgb(191 219 254 / 0.6);
}

.focus\:border-b-utility-info\/70:focus {
    border-bottom-color: rgb(191 219 254 / 0.7);
}

.focus\:border-b-utility-info\/75:focus {
    border-bottom-color: rgb(191 219 254 / 0.75);
}

.focus\:border-b-utility-info\/80:focus {
    border-bottom-color: rgb(191 219 254 / 0.8);
}

.focus\:border-b-utility-info\/90:focus {
    border-bottom-color: rgb(191 219 254 / 0.9);
}

.focus\:border-b-utility-info\/95:focus {
    border-bottom-color: rgb(191 219 254 / 0.95);
}

.focus\:border-b-utility-success:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-b-utility-success\/0:focus {
    border-bottom-color: rgb(92 204 23 / 0);
}

.focus\:border-b-utility-success\/10:focus {
    border-bottom-color: rgb(92 204 23 / 0.1);
}

.focus\:border-b-utility-success\/100:focus {
    border-bottom-color: rgb(92 204 23 / 1);
}

.focus\:border-b-utility-success\/20:focus {
    border-bottom-color: rgb(92 204 23 / 0.2);
}

.focus\:border-b-utility-success\/25:focus {
    border-bottom-color: rgb(92 204 23 / 0.25);
}

.focus\:border-b-utility-success\/30:focus {
    border-bottom-color: rgb(92 204 23 / 0.3);
}

.focus\:border-b-utility-success\/40:focus {
    border-bottom-color: rgb(92 204 23 / 0.4);
}

.focus\:border-b-utility-success\/5:focus {
    border-bottom-color: rgb(92 204 23 / 0.05);
}

.focus\:border-b-utility-success\/50:focus {
    border-bottom-color: rgb(92 204 23 / 0.5);
}

.focus\:border-b-utility-success\/60:focus {
    border-bottom-color: rgb(92 204 23 / 0.6);
}

.focus\:border-b-utility-success\/70:focus {
    border-bottom-color: rgb(92 204 23 / 0.7);
}

.focus\:border-b-utility-success\/75:focus {
    border-bottom-color: rgb(92 204 23 / 0.75);
}

.focus\:border-b-utility-success\/80:focus {
    border-bottom-color: rgb(92 204 23 / 0.8);
}

.focus\:border-b-utility-success\/90:focus {
    border-bottom-color: rgb(92 204 23 / 0.9);
}

.focus\:border-b-utility-success\/95:focus {
    border-bottom-color: rgb(92 204 23 / 0.95);
}

.focus\:border-b-utility-warning:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-b-utility-warning\/0:focus {
    border-bottom-color: rgb(219 170 110 / 0);
}

.focus\:border-b-utility-warning\/10:focus {
    border-bottom-color: rgb(219 170 110 / 0.1);
}

.focus\:border-b-utility-warning\/100:focus {
    border-bottom-color: rgb(219 170 110 / 1);
}

.focus\:border-b-utility-warning\/20:focus {
    border-bottom-color: rgb(219 170 110 / 0.2);
}

.focus\:border-b-utility-warning\/25:focus {
    border-bottom-color: rgb(219 170 110 / 0.25);
}

.focus\:border-b-utility-warning\/30:focus {
    border-bottom-color: rgb(219 170 110 / 0.3);
}

.focus\:border-b-utility-warning\/40:focus {
    border-bottom-color: rgb(219 170 110 / 0.4);
}

.focus\:border-b-utility-warning\/5:focus {
    border-bottom-color: rgb(219 170 110 / 0.05);
}

.focus\:border-b-utility-warning\/50:focus {
    border-bottom-color: rgb(219 170 110 / 0.5);
}

.focus\:border-b-utility-warning\/60:focus {
    border-bottom-color: rgb(219 170 110 / 0.6);
}

.focus\:border-b-utility-warning\/70:focus {
    border-bottom-color: rgb(219 170 110 / 0.7);
}

.focus\:border-b-utility-warning\/75:focus {
    border-bottom-color: rgb(219 170 110 / 0.75);
}

.focus\:border-b-utility-warning\/80:focus {
    border-bottom-color: rgb(219 170 110 / 0.8);
}

.focus\:border-b-utility-warning\/90:focus {
    border-bottom-color: rgb(219 170 110 / 0.9);
}

.focus\:border-b-utility-warning\/95:focus {
    border-bottom-color: rgb(219 170 110 / 0.95);
}

.focus\:border-b-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-b-very-dark-blue\/0:focus {
    border-bottom-color: rgb(4 4 47 / 0);
}

.focus\:border-b-very-dark-blue\/10:focus {
    border-bottom-color: rgb(4 4 47 / 0.1);
}

.focus\:border-b-very-dark-blue\/100:focus {
    border-bottom-color: rgb(4 4 47 / 1);
}

.focus\:border-b-very-dark-blue\/20:focus {
    border-bottom-color: rgb(4 4 47 / 0.2);
}

.focus\:border-b-very-dark-blue\/25:focus {
    border-bottom-color: rgb(4 4 47 / 0.25);
}

.focus\:border-b-very-dark-blue\/30:focus {
    border-bottom-color: rgb(4 4 47 / 0.3);
}

.focus\:border-b-very-dark-blue\/40:focus {
    border-bottom-color: rgb(4 4 47 / 0.4);
}

.focus\:border-b-very-dark-blue\/5:focus {
    border-bottom-color: rgb(4 4 47 / 0.05);
}

.focus\:border-b-very-dark-blue\/50:focus {
    border-bottom-color: rgb(4 4 47 / 0.5);
}

.focus\:border-b-very-dark-blue\/60:focus {
    border-bottom-color: rgb(4 4 47 / 0.6);
}

.focus\:border-b-very-dark-blue\/70:focus {
    border-bottom-color: rgb(4 4 47 / 0.7);
}

.focus\:border-b-very-dark-blue\/75:focus {
    border-bottom-color: rgb(4 4 47 / 0.75);
}

.focus\:border-b-very-dark-blue\/80:focus {
    border-bottom-color: rgb(4 4 47 / 0.8);
}

.focus\:border-b-very-dark-blue\/90:focus {
    border-bottom-color: rgb(4 4 47 / 0.9);
}

.focus\:border-b-very-dark-blue\/95:focus {
    border-bottom-color: rgb(4 4 47 / 0.95);
}

.focus\:border-e-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-e-accent-green-dark\/0:focus {
    border-inline-end-color: rgb(42 172 110 / 0);
}

.focus\:border-e-accent-green-dark\/10:focus {
    border-inline-end-color: rgb(42 172 110 / 0.1);
}

.focus\:border-e-accent-green-dark\/100:focus {
    border-inline-end-color: rgb(42 172 110 / 1);
}

.focus\:border-e-accent-green-dark\/20:focus {
    border-inline-end-color: rgb(42 172 110 / 0.2);
}

.focus\:border-e-accent-green-dark\/25:focus {
    border-inline-end-color: rgb(42 172 110 / 0.25);
}

.focus\:border-e-accent-green-dark\/30:focus {
    border-inline-end-color: rgb(42 172 110 / 0.3);
}

.focus\:border-e-accent-green-dark\/40:focus {
    border-inline-end-color: rgb(42 172 110 / 0.4);
}

.focus\:border-e-accent-green-dark\/5:focus {
    border-inline-end-color: rgb(42 172 110 / 0.05);
}

.focus\:border-e-accent-green-dark\/50:focus {
    border-inline-end-color: rgb(42 172 110 / 0.5);
}

.focus\:border-e-accent-green-dark\/60:focus {
    border-inline-end-color: rgb(42 172 110 / 0.6);
}

.focus\:border-e-accent-green-dark\/70:focus {
    border-inline-end-color: rgb(42 172 110 / 0.7);
}

.focus\:border-e-accent-green-dark\/75:focus {
    border-inline-end-color: rgb(42 172 110 / 0.75);
}

.focus\:border-e-accent-green-dark\/80:focus {
    border-inline-end-color: rgb(42 172 110 / 0.8);
}

.focus\:border-e-accent-green-dark\/90:focus {
    border-inline-end-color: rgb(42 172 110 / 0.9);
}

.focus\:border-e-accent-green-dark\/95:focus {
    border-inline-end-color: rgb(42 172 110 / 0.95);
}

.focus\:border-e-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-e-accent-green-light\/0:focus {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.focus\:border-e-accent-green-light\/10:focus {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.focus\:border-e-accent-green-light\/100:focus {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.focus\:border-e-accent-green-light\/20:focus {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.focus\:border-e-accent-green-light\/25:focus {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.focus\:border-e-accent-green-light\/30:focus {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.focus\:border-e-accent-green-light\/40:focus {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.focus\:border-e-accent-green-light\/5:focus {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.focus\:border-e-accent-green-light\/50:focus {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.focus\:border-e-accent-green-light\/60:focus {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.focus\:border-e-accent-green-light\/70:focus {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.focus\:border-e-accent-green-light\/75:focus {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.focus\:border-e-accent-green-light\/80:focus {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.focus\:border-e-accent-green-light\/90:focus {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.focus\:border-e-accent-green-light\/95:focus {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.focus\:border-e-accent-purple:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-e-accent-purple\/0:focus {
    border-inline-end-color: rgb(192 69 221 / 0);
}

.focus\:border-e-accent-purple\/10:focus {
    border-inline-end-color: rgb(192 69 221 / 0.1);
}

.focus\:border-e-accent-purple\/100:focus {
    border-inline-end-color: rgb(192 69 221 / 1);
}

.focus\:border-e-accent-purple\/20:focus {
    border-inline-end-color: rgb(192 69 221 / 0.2);
}

.focus\:border-e-accent-purple\/25:focus {
    border-inline-end-color: rgb(192 69 221 / 0.25);
}

.focus\:border-e-accent-purple\/30:focus {
    border-inline-end-color: rgb(192 69 221 / 0.3);
}

.focus\:border-e-accent-purple\/40:focus {
    border-inline-end-color: rgb(192 69 221 / 0.4);
}

.focus\:border-e-accent-purple\/5:focus {
    border-inline-end-color: rgb(192 69 221 / 0.05);
}

.focus\:border-e-accent-purple\/50:focus {
    border-inline-end-color: rgb(192 69 221 / 0.5);
}

.focus\:border-e-accent-purple\/60:focus {
    border-inline-end-color: rgb(192 69 221 / 0.6);
}

.focus\:border-e-accent-purple\/70:focus {
    border-inline-end-color: rgb(192 69 221 / 0.7);
}

.focus\:border-e-accent-purple\/75:focus {
    border-inline-end-color: rgb(192 69 221 / 0.75);
}

.focus\:border-e-accent-purple\/80:focus {
    border-inline-end-color: rgb(192 69 221 / 0.8);
}

.focus\:border-e-accent-purple\/90:focus {
    border-inline-end-color: rgb(192 69 221 / 0.9);
}

.focus\:border-e-accent-purple\/95:focus {
    border-inline-end-color: rgb(192 69 221 / 0.95);
}

.focus\:border-e-current:focus {
    border-inline-end-color: currentColor;
}

.focus\:border-e-gray-10:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-e-gray-10\/0:focus {
    border-inline-end-color: rgb(36 30 81 / 0);
}

.focus\:border-e-gray-10\/10:focus {
    border-inline-end-color: rgb(36 30 81 / 0.1);
}

.focus\:border-e-gray-10\/100:focus {
    border-inline-end-color: rgb(36 30 81 / 1);
}

.focus\:border-e-gray-10\/20:focus {
    border-inline-end-color: rgb(36 30 81 / 0.2);
}

.focus\:border-e-gray-10\/25:focus {
    border-inline-end-color: rgb(36 30 81 / 0.25);
}

.focus\:border-e-gray-10\/30:focus {
    border-inline-end-color: rgb(36 30 81 / 0.3);
}

.focus\:border-e-gray-10\/40:focus {
    border-inline-end-color: rgb(36 30 81 / 0.4);
}

.focus\:border-e-gray-10\/5:focus {
    border-inline-end-color: rgb(36 30 81 / 0.05);
}

.focus\:border-e-gray-10\/50:focus {
    border-inline-end-color: rgb(36 30 81 / 0.5);
}

.focus\:border-e-gray-10\/60:focus {
    border-inline-end-color: rgb(36 30 81 / 0.6);
}

.focus\:border-e-gray-10\/70:focus {
    border-inline-end-color: rgb(36 30 81 / 0.7);
}

.focus\:border-e-gray-10\/75:focus {
    border-inline-end-color: rgb(36 30 81 / 0.75);
}

.focus\:border-e-gray-10\/80:focus {
    border-inline-end-color: rgb(36 30 81 / 0.8);
}

.focus\:border-e-gray-10\/90:focus {
    border-inline-end-color: rgb(36 30 81 / 0.9);
}

.focus\:border-e-gray-10\/95:focus {
    border-inline-end-color: rgb(36 30 81 / 0.95);
}

.focus\:border-e-gray-100:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-e-gray-100\/0:focus {
    border-inline-end-color: rgb(248 251 249 / 0);
}

.focus\:border-e-gray-100\/10:focus {
    border-inline-end-color: rgb(248 251 249 / 0.1);
}

.focus\:border-e-gray-100\/100:focus {
    border-inline-end-color: rgb(248 251 249 / 1);
}

.focus\:border-e-gray-100\/20:focus {
    border-inline-end-color: rgb(248 251 249 / 0.2);
}

.focus\:border-e-gray-100\/25:focus {
    border-inline-end-color: rgb(248 251 249 / 0.25);
}

.focus\:border-e-gray-100\/30:focus {
    border-inline-end-color: rgb(248 251 249 / 0.3);
}

.focus\:border-e-gray-100\/40:focus {
    border-inline-end-color: rgb(248 251 249 / 0.4);
}

.focus\:border-e-gray-100\/5:focus {
    border-inline-end-color: rgb(248 251 249 / 0.05);
}

.focus\:border-e-gray-100\/50:focus {
    border-inline-end-color: rgb(248 251 249 / 0.5);
}

.focus\:border-e-gray-100\/60:focus {
    border-inline-end-color: rgb(248 251 249 / 0.6);
}

.focus\:border-e-gray-100\/70:focus {
    border-inline-end-color: rgb(248 251 249 / 0.7);
}

.focus\:border-e-gray-100\/75:focus {
    border-inline-end-color: rgb(248 251 249 / 0.75);
}

.focus\:border-e-gray-100\/80:focus {
    border-inline-end-color: rgb(248 251 249 / 0.8);
}

.focus\:border-e-gray-100\/90:focus {
    border-inline-end-color: rgb(248 251 249 / 0.9);
}

.focus\:border-e-gray-100\/95:focus {
    border-inline-end-color: rgb(248 251 249 / 0.95);
}

.focus\:border-e-gray-20:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-e-gray-20\/0:focus {
    border-inline-end-color: rgb(60 54 99 / 0);
}

.focus\:border-e-gray-20\/10:focus {
    border-inline-end-color: rgb(60 54 99 / 0.1);
}

.focus\:border-e-gray-20\/100:focus {
    border-inline-end-color: rgb(60 54 99 / 1);
}

.focus\:border-e-gray-20\/20:focus {
    border-inline-end-color: rgb(60 54 99 / 0.2);
}

.focus\:border-e-gray-20\/25:focus {
    border-inline-end-color: rgb(60 54 99 / 0.25);
}

.focus\:border-e-gray-20\/30:focus {
    border-inline-end-color: rgb(60 54 99 / 0.3);
}

.focus\:border-e-gray-20\/40:focus {
    border-inline-end-color: rgb(60 54 99 / 0.4);
}

.focus\:border-e-gray-20\/5:focus {
    border-inline-end-color: rgb(60 54 99 / 0.05);
}

.focus\:border-e-gray-20\/50:focus {
    border-inline-end-color: rgb(60 54 99 / 0.5);
}

.focus\:border-e-gray-20\/60:focus {
    border-inline-end-color: rgb(60 54 99 / 0.6);
}

.focus\:border-e-gray-20\/70:focus {
    border-inline-end-color: rgb(60 54 99 / 0.7);
}

.focus\:border-e-gray-20\/75:focus {
    border-inline-end-color: rgb(60 54 99 / 0.75);
}

.focus\:border-e-gray-20\/80:focus {
    border-inline-end-color: rgb(60 54 99 / 0.8);
}

.focus\:border-e-gray-20\/90:focus {
    border-inline-end-color: rgb(60 54 99 / 0.9);
}

.focus\:border-e-gray-20\/95:focus {
    border-inline-end-color: rgb(60 54 99 / 0.95);
}

.focus\:border-e-gray-30:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-e-gray-30\/0:focus {
    border-inline-end-color: rgb(83 79 118 / 0);
}

.focus\:border-e-gray-30\/10:focus {
    border-inline-end-color: rgb(83 79 118 / 0.1);
}

.focus\:border-e-gray-30\/100:focus {
    border-inline-end-color: rgb(83 79 118 / 1);
}

.focus\:border-e-gray-30\/20:focus {
    border-inline-end-color: rgb(83 79 118 / 0.2);
}

.focus\:border-e-gray-30\/25:focus {
    border-inline-end-color: rgb(83 79 118 / 0.25);
}

.focus\:border-e-gray-30\/30:focus {
    border-inline-end-color: rgb(83 79 118 / 0.3);
}

.focus\:border-e-gray-30\/40:focus {
    border-inline-end-color: rgb(83 79 118 / 0.4);
}

.focus\:border-e-gray-30\/5:focus {
    border-inline-end-color: rgb(83 79 118 / 0.05);
}

.focus\:border-e-gray-30\/50:focus {
    border-inline-end-color: rgb(83 79 118 / 0.5);
}

.focus\:border-e-gray-30\/60:focus {
    border-inline-end-color: rgb(83 79 118 / 0.6);
}

.focus\:border-e-gray-30\/70:focus {
    border-inline-end-color: rgb(83 79 118 / 0.7);
}

.focus\:border-e-gray-30\/75:focus {
    border-inline-end-color: rgb(83 79 118 / 0.75);
}

.focus\:border-e-gray-30\/80:focus {
    border-inline-end-color: rgb(83 79 118 / 0.8);
}

.focus\:border-e-gray-30\/90:focus {
    border-inline-end-color: rgb(83 79 118 / 0.9);
}

.focus\:border-e-gray-30\/95:focus {
    border-inline-end-color: rgb(83 79 118 / 0.95);
}

.focus\:border-e-gray-50:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-e-gray-50\/0:focus {
    border-inline-end-color: rgb(130 128 155 / 0);
}

.focus\:border-e-gray-50\/10:focus {
    border-inline-end-color: rgb(130 128 155 / 0.1);
}

.focus\:border-e-gray-50\/100:focus {
    border-inline-end-color: rgb(130 128 155 / 1);
}

.focus\:border-e-gray-50\/20:focus {
    border-inline-end-color: rgb(130 128 155 / 0.2);
}

.focus\:border-e-gray-50\/25:focus {
    border-inline-end-color: rgb(130 128 155 / 0.25);
}

.focus\:border-e-gray-50\/30:focus {
    border-inline-end-color: rgb(130 128 155 / 0.3);
}

.focus\:border-e-gray-50\/40:focus {
    border-inline-end-color: rgb(130 128 155 / 0.4);
}

.focus\:border-e-gray-50\/5:focus {
    border-inline-end-color: rgb(130 128 155 / 0.05);
}

.focus\:border-e-gray-50\/50:focus {
    border-inline-end-color: rgb(130 128 155 / 0.5);
}

.focus\:border-e-gray-50\/60:focus {
    border-inline-end-color: rgb(130 128 155 / 0.6);
}

.focus\:border-e-gray-50\/70:focus {
    border-inline-end-color: rgb(130 128 155 / 0.7);
}

.focus\:border-e-gray-50\/75:focus {
    border-inline-end-color: rgb(130 128 155 / 0.75);
}

.focus\:border-e-gray-50\/80:focus {
    border-inline-end-color: rgb(130 128 155 / 0.8);
}

.focus\:border-e-gray-50\/90:focus {
    border-inline-end-color: rgb(130 128 155 / 0.9);
}

.focus\:border-e-gray-50\/95:focus {
    border-inline-end-color: rgb(130 128 155 / 0.95);
}

.focus\:border-e-gray-70:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-e-gray-70\/0:focus {
    border-inline-end-color: rgb(177 177 193 / 0);
}

.focus\:border-e-gray-70\/10:focus {
    border-inline-end-color: rgb(177 177 193 / 0.1);
}

.focus\:border-e-gray-70\/100:focus {
    border-inline-end-color: rgb(177 177 193 / 1);
}

.focus\:border-e-gray-70\/20:focus {
    border-inline-end-color: rgb(177 177 193 / 0.2);
}

.focus\:border-e-gray-70\/25:focus {
    border-inline-end-color: rgb(177 177 193 / 0.25);
}

.focus\:border-e-gray-70\/30:focus {
    border-inline-end-color: rgb(177 177 193 / 0.3);
}

.focus\:border-e-gray-70\/40:focus {
    border-inline-end-color: rgb(177 177 193 / 0.4);
}

.focus\:border-e-gray-70\/5:focus {
    border-inline-end-color: rgb(177 177 193 / 0.05);
}

.focus\:border-e-gray-70\/50:focus {
    border-inline-end-color: rgb(177 177 193 / 0.5);
}

.focus\:border-e-gray-70\/60:focus {
    border-inline-end-color: rgb(177 177 193 / 0.6);
}

.focus\:border-e-gray-70\/70:focus {
    border-inline-end-color: rgb(177 177 193 / 0.7);
}

.focus\:border-e-gray-70\/75:focus {
    border-inline-end-color: rgb(177 177 193 / 0.75);
}

.focus\:border-e-gray-70\/80:focus {
    border-inline-end-color: rgb(177 177 193 / 0.8);
}

.focus\:border-e-gray-70\/90:focus {
    border-inline-end-color: rgb(177 177 193 / 0.9);
}

.focus\:border-e-gray-70\/95:focus {
    border-inline-end-color: rgb(177 177 193 / 0.95);
}

.focus\:border-e-green-10:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-e-green-10\/0:focus {
    border-inline-end-color: rgb(19 28 66 / 0);
}

.focus\:border-e-green-10\/10:focus {
    border-inline-end-color: rgb(19 28 66 / 0.1);
}

.focus\:border-e-green-10\/100:focus {
    border-inline-end-color: rgb(19 28 66 / 1);
}

.focus\:border-e-green-10\/20:focus {
    border-inline-end-color: rgb(19 28 66 / 0.2);
}

.focus\:border-e-green-10\/25:focus {
    border-inline-end-color: rgb(19 28 66 / 0.25);
}

.focus\:border-e-green-10\/30:focus {
    border-inline-end-color: rgb(19 28 66 / 0.3);
}

.focus\:border-e-green-10\/40:focus {
    border-inline-end-color: rgb(19 28 66 / 0.4);
}

.focus\:border-e-green-10\/5:focus {
    border-inline-end-color: rgb(19 28 66 / 0.05);
}

.focus\:border-e-green-10\/50:focus {
    border-inline-end-color: rgb(19 28 66 / 0.5);
}

.focus\:border-e-green-10\/60:focus {
    border-inline-end-color: rgb(19 28 66 / 0.6);
}

.focus\:border-e-green-10\/70:focus {
    border-inline-end-color: rgb(19 28 66 / 0.7);
}

.focus\:border-e-green-10\/75:focus {
    border-inline-end-color: rgb(19 28 66 / 0.75);
}

.focus\:border-e-green-10\/80:focus {
    border-inline-end-color: rgb(19 28 66 / 0.8);
}

.focus\:border-e-green-10\/90:focus {
    border-inline-end-color: rgb(19 28 66 / 0.9);
}

.focus\:border-e-green-10\/95:focus {
    border-inline-end-color: rgb(19 28 66 / 0.95);
}

.focus\:border-e-green-100:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-e-green-100\/0:focus {
    border-inline-end-color: rgb(90 226 75 / 0);
}

.focus\:border-e-green-100\/10:focus {
    border-inline-end-color: rgb(90 226 75 / 0.1);
}

.focus\:border-e-green-100\/100:focus {
    border-inline-end-color: rgb(90 226 75 / 1);
}

.focus\:border-e-green-100\/20:focus {
    border-inline-end-color: rgb(90 226 75 / 0.2);
}

.focus\:border-e-green-100\/25:focus {
    border-inline-end-color: rgb(90 226 75 / 0.25);
}

.focus\:border-e-green-100\/30:focus {
    border-inline-end-color: rgb(90 226 75 / 0.3);
}

.focus\:border-e-green-100\/40:focus {
    border-inline-end-color: rgb(90 226 75 / 0.4);
}

.focus\:border-e-green-100\/5:focus {
    border-inline-end-color: rgb(90 226 75 / 0.05);
}

.focus\:border-e-green-100\/50:focus {
    border-inline-end-color: rgb(90 226 75 / 0.5);
}

.focus\:border-e-green-100\/60:focus {
    border-inline-end-color: rgb(90 226 75 / 0.6);
}

.focus\:border-e-green-100\/70:focus {
    border-inline-end-color: rgb(90 226 75 / 0.7);
}

.focus\:border-e-green-100\/75:focus {
    border-inline-end-color: rgb(90 226 75 / 0.75);
}

.focus\:border-e-green-100\/80:focus {
    border-inline-end-color: rgb(90 226 75 / 0.8);
}

.focus\:border-e-green-100\/90:focus {
    border-inline-end-color: rgb(90 226 75 / 0.9);
}

.focus\:border-e-green-100\/95:focus {
    border-inline-end-color: rgb(90 226 75 / 0.95);
}

.focus\:border-e-green-20:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-e-green-20\/0:focus {
    border-inline-end-color: rgb(26 52 70 / 0);
}

.focus\:border-e-green-20\/10:focus {
    border-inline-end-color: rgb(26 52 70 / 0.1);
}

.focus\:border-e-green-20\/100:focus {
    border-inline-end-color: rgb(26 52 70 / 1);
}

.focus\:border-e-green-20\/20:focus {
    border-inline-end-color: rgb(26 52 70 / 0.2);
}

.focus\:border-e-green-20\/25:focus {
    border-inline-end-color: rgb(26 52 70 / 0.25);
}

.focus\:border-e-green-20\/30:focus {
    border-inline-end-color: rgb(26 52 70 / 0.3);
}

.focus\:border-e-green-20\/40:focus {
    border-inline-end-color: rgb(26 52 70 / 0.4);
}

.focus\:border-e-green-20\/5:focus {
    border-inline-end-color: rgb(26 52 70 / 0.05);
}

.focus\:border-e-green-20\/50:focus {
    border-inline-end-color: rgb(26 52 70 / 0.5);
}

.focus\:border-e-green-20\/60:focus {
    border-inline-end-color: rgb(26 52 70 / 0.6);
}

.focus\:border-e-green-20\/70:focus {
    border-inline-end-color: rgb(26 52 70 / 0.7);
}

.focus\:border-e-green-20\/75:focus {
    border-inline-end-color: rgb(26 52 70 / 0.75);
}

.focus\:border-e-green-20\/80:focus {
    border-inline-end-color: rgb(26 52 70 / 0.8);
}

.focus\:border-e-green-20\/90:focus {
    border-inline-end-color: rgb(26 52 70 / 0.9);
}

.focus\:border-e-green-20\/95:focus {
    border-inline-end-color: rgb(26 52 70 / 0.95);
}

.focus\:border-e-green-30:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-e-green-30\/0:focus {
    border-inline-end-color: rgb(32 75 75 / 0);
}

.focus\:border-e-green-30\/10:focus {
    border-inline-end-color: rgb(32 75 75 / 0.1);
}

.focus\:border-e-green-30\/100:focus {
    border-inline-end-color: rgb(32 75 75 / 1);
}

.focus\:border-e-green-30\/20:focus {
    border-inline-end-color: rgb(32 75 75 / 0.2);
}

.focus\:border-e-green-30\/25:focus {
    border-inline-end-color: rgb(32 75 75 / 0.25);
}

.focus\:border-e-green-30\/30:focus {
    border-inline-end-color: rgb(32 75 75 / 0.3);
}

.focus\:border-e-green-30\/40:focus {
    border-inline-end-color: rgb(32 75 75 / 0.4);
}

.focus\:border-e-green-30\/5:focus {
    border-inline-end-color: rgb(32 75 75 / 0.05);
}

.focus\:border-e-green-30\/50:focus {
    border-inline-end-color: rgb(32 75 75 / 0.5);
}

.focus\:border-e-green-30\/60:focus {
    border-inline-end-color: rgb(32 75 75 / 0.6);
}

.focus\:border-e-green-30\/70:focus {
    border-inline-end-color: rgb(32 75 75 / 0.7);
}

.focus\:border-e-green-30\/75:focus {
    border-inline-end-color: rgb(32 75 75 / 0.75);
}

.focus\:border-e-green-30\/80:focus {
    border-inline-end-color: rgb(32 75 75 / 0.8);
}

.focus\:border-e-green-30\/90:focus {
    border-inline-end-color: rgb(32 75 75 / 0.9);
}

.focus\:border-e-green-30\/95:focus {
    border-inline-end-color: rgb(32 75 75 / 0.95);
}

.focus\:border-e-green-50:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-e-green-50\/0:focus {
    border-inline-end-color: rgb(44 121 83 / 0);
}

.focus\:border-e-green-50\/10:focus {
    border-inline-end-color: rgb(44 121 83 / 0.1);
}

.focus\:border-e-green-50\/100:focus {
    border-inline-end-color: rgb(44 121 83 / 1);
}

.focus\:border-e-green-50\/20:focus {
    border-inline-end-color: rgb(44 121 83 / 0.2);
}

.focus\:border-e-green-50\/25:focus {
    border-inline-end-color: rgb(44 121 83 / 0.25);
}

.focus\:border-e-green-50\/30:focus {
    border-inline-end-color: rgb(44 121 83 / 0.3);
}

.focus\:border-e-green-50\/40:focus {
    border-inline-end-color: rgb(44 121 83 / 0.4);
}

.focus\:border-e-green-50\/5:focus {
    border-inline-end-color: rgb(44 121 83 / 0.05);
}

.focus\:border-e-green-50\/50:focus {
    border-inline-end-color: rgb(44 121 83 / 0.5);
}

.focus\:border-e-green-50\/60:focus {
    border-inline-end-color: rgb(44 121 83 / 0.6);
}

.focus\:border-e-green-50\/70:focus {
    border-inline-end-color: rgb(44 121 83 / 0.7);
}

.focus\:border-e-green-50\/75:focus {
    border-inline-end-color: rgb(44 121 83 / 0.75);
}

.focus\:border-e-green-50\/80:focus {
    border-inline-end-color: rgb(44 121 83 / 0.8);
}

.focus\:border-e-green-50\/90:focus {
    border-inline-end-color: rgb(44 121 83 / 0.9);
}

.focus\:border-e-green-50\/95:focus {
    border-inline-end-color: rgb(44 121 83 / 0.95);
}

.focus\:border-e-green-70:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-e-green-70\/0:focus {
    border-inline-end-color: rgb(57 168 91 / 0);
}

.focus\:border-e-green-70\/10:focus {
    border-inline-end-color: rgb(57 168 91 / 0.1);
}

.focus\:border-e-green-70\/100:focus {
    border-inline-end-color: rgb(57 168 91 / 1);
}

.focus\:border-e-green-70\/20:focus {
    border-inline-end-color: rgb(57 168 91 / 0.2);
}

.focus\:border-e-green-70\/25:focus {
    border-inline-end-color: rgb(57 168 91 / 0.25);
}

.focus\:border-e-green-70\/30:focus {
    border-inline-end-color: rgb(57 168 91 / 0.3);
}

.focus\:border-e-green-70\/40:focus {
    border-inline-end-color: rgb(57 168 91 / 0.4);
}

.focus\:border-e-green-70\/5:focus {
    border-inline-end-color: rgb(57 168 91 / 0.05);
}

.focus\:border-e-green-70\/50:focus {
    border-inline-end-color: rgb(57 168 91 / 0.5);
}

.focus\:border-e-green-70\/60:focus {
    border-inline-end-color: rgb(57 168 91 / 0.6);
}

.focus\:border-e-green-70\/70:focus {
    border-inline-end-color: rgb(57 168 91 / 0.7);
}

.focus\:border-e-green-70\/75:focus {
    border-inline-end-color: rgb(57 168 91 / 0.75);
}

.focus\:border-e-green-70\/80:focus {
    border-inline-end-color: rgb(57 168 91 / 0.8);
}

.focus\:border-e-green-70\/90:focus {
    border-inline-end-color: rgb(57 168 91 / 0.9);
}

.focus\:border-e-green-70\/95:focus {
    border-inline-end-color: rgb(57 168 91 / 0.95);
}

.focus\:border-e-purple-10:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-e-purple-10\/0:focus {
    border-inline-end-color: rgb(26 8 70 / 0);
}

.focus\:border-e-purple-10\/10:focus {
    border-inline-end-color: rgb(26 8 70 / 0.1);
}

.focus\:border-e-purple-10\/100:focus {
    border-inline-end-color: rgb(26 8 70 / 1);
}

.focus\:border-e-purple-10\/20:focus {
    border-inline-end-color: rgb(26 8 70 / 0.2);
}

.focus\:border-e-purple-10\/25:focus {
    border-inline-end-color: rgb(26 8 70 / 0.25);
}

.focus\:border-e-purple-10\/30:focus {
    border-inline-end-color: rgb(26 8 70 / 0.3);
}

.focus\:border-e-purple-10\/40:focus {
    border-inline-end-color: rgb(26 8 70 / 0.4);
}

.focus\:border-e-purple-10\/5:focus {
    border-inline-end-color: rgb(26 8 70 / 0.05);
}

.focus\:border-e-purple-10\/50:focus {
    border-inline-end-color: rgb(26 8 70 / 0.5);
}

.focus\:border-e-purple-10\/60:focus {
    border-inline-end-color: rgb(26 8 70 / 0.6);
}

.focus\:border-e-purple-10\/70:focus {
    border-inline-end-color: rgb(26 8 70 / 0.7);
}

.focus\:border-e-purple-10\/75:focus {
    border-inline-end-color: rgb(26 8 70 / 0.75);
}

.focus\:border-e-purple-10\/80:focus {
    border-inline-end-color: rgb(26 8 70 / 0.8);
}

.focus\:border-e-purple-10\/90:focus {
    border-inline-end-color: rgb(26 8 70 / 0.9);
}

.focus\:border-e-purple-10\/95:focus {
    border-inline-end-color: rgb(26 8 70 / 0.95);
}

.focus\:border-e-purple-100:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-e-purple-100\/0:focus {
    border-inline-end-color: rgb(125 41 145 / 0);
}

.focus\:border-e-purple-100\/10:focus {
    border-inline-end-color: rgb(125 41 145 / 0.1);
}

.focus\:border-e-purple-100\/100:focus {
    border-inline-end-color: rgb(125 41 145 / 1);
}

.focus\:border-e-purple-100\/20:focus {
    border-inline-end-color: rgb(125 41 145 / 0.2);
}

.focus\:border-e-purple-100\/25:focus {
    border-inline-end-color: rgb(125 41 145 / 0.25);
}

.focus\:border-e-purple-100\/30:focus {
    border-inline-end-color: rgb(125 41 145 / 0.3);
}

.focus\:border-e-purple-100\/40:focus {
    border-inline-end-color: rgb(125 41 145 / 0.4);
}

.focus\:border-e-purple-100\/5:focus {
    border-inline-end-color: rgb(125 41 145 / 0.05);
}

.focus\:border-e-purple-100\/50:focus {
    border-inline-end-color: rgb(125 41 145 / 0.5);
}

.focus\:border-e-purple-100\/60:focus {
    border-inline-end-color: rgb(125 41 145 / 0.6);
}

.focus\:border-e-purple-100\/70:focus {
    border-inline-end-color: rgb(125 41 145 / 0.7);
}

.focus\:border-e-purple-100\/75:focus {
    border-inline-end-color: rgb(125 41 145 / 0.75);
}

.focus\:border-e-purple-100\/80:focus {
    border-inline-end-color: rgb(125 41 145 / 0.8);
}

.focus\:border-e-purple-100\/90:focus {
    border-inline-end-color: rgb(125 41 145 / 0.9);
}

.focus\:border-e-purple-100\/95:focus {
    border-inline-end-color: rgb(125 41 145 / 0.95);
}

.focus\:border-e-purple-20:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-e-purple-20\/0:focus {
    border-inline-end-color: rgb(40 12 78 / 0);
}

.focus\:border-e-purple-20\/10:focus {
    border-inline-end-color: rgb(40 12 78 / 0.1);
}

.focus\:border-e-purple-20\/100:focus {
    border-inline-end-color: rgb(40 12 78 / 1);
}

.focus\:border-e-purple-20\/20:focus {
    border-inline-end-color: rgb(40 12 78 / 0.2);
}

.focus\:border-e-purple-20\/25:focus {
    border-inline-end-color: rgb(40 12 78 / 0.25);
}

.focus\:border-e-purple-20\/30:focus {
    border-inline-end-color: rgb(40 12 78 / 0.3);
}

.focus\:border-e-purple-20\/40:focus {
    border-inline-end-color: rgb(40 12 78 / 0.4);
}

.focus\:border-e-purple-20\/5:focus {
    border-inline-end-color: rgb(40 12 78 / 0.05);
}

.focus\:border-e-purple-20\/50:focus {
    border-inline-end-color: rgb(40 12 78 / 0.5);
}

.focus\:border-e-purple-20\/60:focus {
    border-inline-end-color: rgb(40 12 78 / 0.6);
}

.focus\:border-e-purple-20\/70:focus {
    border-inline-end-color: rgb(40 12 78 / 0.7);
}

.focus\:border-e-purple-20\/75:focus {
    border-inline-end-color: rgb(40 12 78 / 0.75);
}

.focus\:border-e-purple-20\/80:focus {
    border-inline-end-color: rgb(40 12 78 / 0.8);
}

.focus\:border-e-purple-20\/90:focus {
    border-inline-end-color: rgb(40 12 78 / 0.9);
}

.focus\:border-e-purple-20\/95:focus {
    border-inline-end-color: rgb(40 12 78 / 0.95);
}

.focus\:border-e-purple-30:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-e-purple-30\/0:focus {
    border-inline-end-color: rgb(53 15 86 / 0);
}

.focus\:border-e-purple-30\/10:focus {
    border-inline-end-color: rgb(53 15 86 / 0.1);
}

.focus\:border-e-purple-30\/100:focus {
    border-inline-end-color: rgb(53 15 86 / 1);
}

.focus\:border-e-purple-30\/20:focus {
    border-inline-end-color: rgb(53 15 86 / 0.2);
}

.focus\:border-e-purple-30\/25:focus {
    border-inline-end-color: rgb(53 15 86 / 0.25);
}

.focus\:border-e-purple-30\/30:focus {
    border-inline-end-color: rgb(53 15 86 / 0.3);
}

.focus\:border-e-purple-30\/40:focus {
    border-inline-end-color: rgb(53 15 86 / 0.4);
}

.focus\:border-e-purple-30\/5:focus {
    border-inline-end-color: rgb(53 15 86 / 0.05);
}

.focus\:border-e-purple-30\/50:focus {
    border-inline-end-color: rgb(53 15 86 / 0.5);
}

.focus\:border-e-purple-30\/60:focus {
    border-inline-end-color: rgb(53 15 86 / 0.6);
}

.focus\:border-e-purple-30\/70:focus {
    border-inline-end-color: rgb(53 15 86 / 0.7);
}

.focus\:border-e-purple-30\/75:focus {
    border-inline-end-color: rgb(53 15 86 / 0.75);
}

.focus\:border-e-purple-30\/80:focus {
    border-inline-end-color: rgb(53 15 86 / 0.8);
}

.focus\:border-e-purple-30\/90:focus {
    border-inline-end-color: rgb(53 15 86 / 0.9);
}

.focus\:border-e-purple-30\/95:focus {
    border-inline-end-color: rgb(53 15 86 / 0.95);
}

.focus\:border-e-purple-50:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-e-purple-50\/0:focus {
    border-inline-end-color: rgb(79 22 102 / 0);
}

.focus\:border-e-purple-50\/10:focus {
    border-inline-end-color: rgb(79 22 102 / 0.1);
}

.focus\:border-e-purple-50\/100:focus {
    border-inline-end-color: rgb(79 22 102 / 1);
}

.focus\:border-e-purple-50\/20:focus {
    border-inline-end-color: rgb(79 22 102 / 0.2);
}

.focus\:border-e-purple-50\/25:focus {
    border-inline-end-color: rgb(79 22 102 / 0.25);
}

.focus\:border-e-purple-50\/30:focus {
    border-inline-end-color: rgb(79 22 102 / 0.3);
}

.focus\:border-e-purple-50\/40:focus {
    border-inline-end-color: rgb(79 22 102 / 0.4);
}

.focus\:border-e-purple-50\/5:focus {
    border-inline-end-color: rgb(79 22 102 / 0.05);
}

.focus\:border-e-purple-50\/50:focus {
    border-inline-end-color: rgb(79 22 102 / 0.5);
}

.focus\:border-e-purple-50\/60:focus {
    border-inline-end-color: rgb(79 22 102 / 0.6);
}

.focus\:border-e-purple-50\/70:focus {
    border-inline-end-color: rgb(79 22 102 / 0.7);
}

.focus\:border-e-purple-50\/75:focus {
    border-inline-end-color: rgb(79 22 102 / 0.75);
}

.focus\:border-e-purple-50\/80:focus {
    border-inline-end-color: rgb(79 22 102 / 0.8);
}

.focus\:border-e-purple-50\/90:focus {
    border-inline-end-color: rgb(79 22 102 / 0.9);
}

.focus\:border-e-purple-50\/95:focus {
    border-inline-end-color: rgb(79 22 102 / 0.95);
}

.focus\:border-e-purple-70:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-e-purple-70\/0:focus {
    border-inline-end-color: rgb(106 29 119 / 0);
}

.focus\:border-e-purple-70\/10:focus {
    border-inline-end-color: rgb(106 29 119 / 0.1);
}

.focus\:border-e-purple-70\/100:focus {
    border-inline-end-color: rgb(106 29 119 / 1);
}

.focus\:border-e-purple-70\/20:focus {
    border-inline-end-color: rgb(106 29 119 / 0.2);
}

.focus\:border-e-purple-70\/25:focus {
    border-inline-end-color: rgb(106 29 119 / 0.25);
}

.focus\:border-e-purple-70\/30:focus {
    border-inline-end-color: rgb(106 29 119 / 0.3);
}

.focus\:border-e-purple-70\/40:focus {
    border-inline-end-color: rgb(106 29 119 / 0.4);
}

.focus\:border-e-purple-70\/5:focus {
    border-inline-end-color: rgb(106 29 119 / 0.05);
}

.focus\:border-e-purple-70\/50:focus {
    border-inline-end-color: rgb(106 29 119 / 0.5);
}

.focus\:border-e-purple-70\/60:focus {
    border-inline-end-color: rgb(106 29 119 / 0.6);
}

.focus\:border-e-purple-70\/70:focus {
    border-inline-end-color: rgb(106 29 119 / 0.7);
}

.focus\:border-e-purple-70\/75:focus {
    border-inline-end-color: rgb(106 29 119 / 0.75);
}

.focus\:border-e-purple-70\/80:focus {
    border-inline-end-color: rgb(106 29 119 / 0.8);
}

.focus\:border-e-purple-70\/90:focus {
    border-inline-end-color: rgb(106 29 119 / 0.9);
}

.focus\:border-e-purple-70\/95:focus {
    border-inline-end-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-inline-end-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-inline-end-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-e-utility-error\/0:focus {
    border-inline-end-color: rgb(220 33 33 / 0);
}

.focus\:border-e-utility-error\/10:focus {
    border-inline-end-color: rgb(220 33 33 / 0.1);
}

.focus\:border-e-utility-error\/100:focus {
    border-inline-end-color: rgb(220 33 33 / 1);
}

.focus\:border-e-utility-error\/20:focus {
    border-inline-end-color: rgb(220 33 33 / 0.2);
}

.focus\:border-e-utility-error\/25:focus {
    border-inline-end-color: rgb(220 33 33 / 0.25);
}

.focus\:border-e-utility-error\/30:focus {
    border-inline-end-color: rgb(220 33 33 / 0.3);
}

.focus\:border-e-utility-error\/40:focus {
    border-inline-end-color: rgb(220 33 33 / 0.4);
}

.focus\:border-e-utility-error\/5:focus {
    border-inline-end-color: rgb(220 33 33 / 0.05);
}

.focus\:border-e-utility-error\/50:focus {
    border-inline-end-color: rgb(220 33 33 / 0.5);
}

.focus\:border-e-utility-error\/60:focus {
    border-inline-end-color: rgb(220 33 33 / 0.6);
}

.focus\:border-e-utility-error\/70:focus {
    border-inline-end-color: rgb(220 33 33 / 0.7);
}

.focus\:border-e-utility-error\/75:focus {
    border-inline-end-color: rgb(220 33 33 / 0.75);
}

.focus\:border-e-utility-error\/80:focus {
    border-inline-end-color: rgb(220 33 33 / 0.8);
}

.focus\:border-e-utility-error\/90:focus {
    border-inline-end-color: rgb(220 33 33 / 0.9);
}

.focus\:border-e-utility-error\/95:focus {
    border-inline-end-color: rgb(220 33 33 / 0.95);
}

.focus\:border-e-utility-info:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-e-utility-info\/0:focus {
    border-inline-end-color: rgb(191 219 254 / 0);
}

.focus\:border-e-utility-info\/10:focus {
    border-inline-end-color: rgb(191 219 254 / 0.1);
}

.focus\:border-e-utility-info\/100:focus {
    border-inline-end-color: rgb(191 219 254 / 1);
}

.focus\:border-e-utility-info\/20:focus {
    border-inline-end-color: rgb(191 219 254 / 0.2);
}

.focus\:border-e-utility-info\/25:focus {
    border-inline-end-color: rgb(191 219 254 / 0.25);
}

.focus\:border-e-utility-info\/30:focus {
    border-inline-end-color: rgb(191 219 254 / 0.3);
}

.focus\:border-e-utility-info\/40:focus {
    border-inline-end-color: rgb(191 219 254 / 0.4);
}

.focus\:border-e-utility-info\/5:focus {
    border-inline-end-color: rgb(191 219 254 / 0.05);
}

.focus\:border-e-utility-info\/50:focus {
    border-inline-end-color: rgb(191 219 254 / 0.5);
}

.focus\:border-e-utility-info\/60:focus {
    border-inline-end-color: rgb(191 219 254 / 0.6);
}

.focus\:border-e-utility-info\/70:focus {
    border-inline-end-color: rgb(191 219 254 / 0.7);
}

.focus\:border-e-utility-info\/75:focus {
    border-inline-end-color: rgb(191 219 254 / 0.75);
}

.focus\:border-e-utility-info\/80:focus {
    border-inline-end-color: rgb(191 219 254 / 0.8);
}

.focus\:border-e-utility-info\/90:focus {
    border-inline-end-color: rgb(191 219 254 / 0.9);
}

.focus\:border-e-utility-info\/95:focus {
    border-inline-end-color: rgb(191 219 254 / 0.95);
}

.focus\:border-e-utility-success:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-e-utility-success\/0:focus {
    border-inline-end-color: rgb(92 204 23 / 0);
}

.focus\:border-e-utility-success\/10:focus {
    border-inline-end-color: rgb(92 204 23 / 0.1);
}

.focus\:border-e-utility-success\/100:focus {
    border-inline-end-color: rgb(92 204 23 / 1);
}

.focus\:border-e-utility-success\/20:focus {
    border-inline-end-color: rgb(92 204 23 / 0.2);
}

.focus\:border-e-utility-success\/25:focus {
    border-inline-end-color: rgb(92 204 23 / 0.25);
}

.focus\:border-e-utility-success\/30:focus {
    border-inline-end-color: rgb(92 204 23 / 0.3);
}

.focus\:border-e-utility-success\/40:focus {
    border-inline-end-color: rgb(92 204 23 / 0.4);
}

.focus\:border-e-utility-success\/5:focus {
    border-inline-end-color: rgb(92 204 23 / 0.05);
}

.focus\:border-e-utility-success\/50:focus {
    border-inline-end-color: rgb(92 204 23 / 0.5);
}

.focus\:border-e-utility-success\/60:focus {
    border-inline-end-color: rgb(92 204 23 / 0.6);
}

.focus\:border-e-utility-success\/70:focus {
    border-inline-end-color: rgb(92 204 23 / 0.7);
}

.focus\:border-e-utility-success\/75:focus {
    border-inline-end-color: rgb(92 204 23 / 0.75);
}

.focus\:border-e-utility-success\/80:focus {
    border-inline-end-color: rgb(92 204 23 / 0.8);
}

.focus\:border-e-utility-success\/90:focus {
    border-inline-end-color: rgb(92 204 23 / 0.9);
}

.focus\:border-e-utility-success\/95:focus {
    border-inline-end-color: rgb(92 204 23 / 0.95);
}

.focus\:border-e-utility-warning:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-e-utility-warning\/0:focus {
    border-inline-end-color: rgb(219 170 110 / 0);
}

.focus\:border-e-utility-warning\/10:focus {
    border-inline-end-color: rgb(219 170 110 / 0.1);
}

.focus\:border-e-utility-warning\/100:focus {
    border-inline-end-color: rgb(219 170 110 / 1);
}

.focus\:border-e-utility-warning\/20:focus {
    border-inline-end-color: rgb(219 170 110 / 0.2);
}

.focus\:border-e-utility-warning\/25:focus {
    border-inline-end-color: rgb(219 170 110 / 0.25);
}

.focus\:border-e-utility-warning\/30:focus {
    border-inline-end-color: rgb(219 170 110 / 0.3);
}

.focus\:border-e-utility-warning\/40:focus {
    border-inline-end-color: rgb(219 170 110 / 0.4);
}

.focus\:border-e-utility-warning\/5:focus {
    border-inline-end-color: rgb(219 170 110 / 0.05);
}

.focus\:border-e-utility-warning\/50:focus {
    border-inline-end-color: rgb(219 170 110 / 0.5);
}

.focus\:border-e-utility-warning\/60:focus {
    border-inline-end-color: rgb(219 170 110 / 0.6);
}

.focus\:border-e-utility-warning\/70:focus {
    border-inline-end-color: rgb(219 170 110 / 0.7);
}

.focus\:border-e-utility-warning\/75:focus {
    border-inline-end-color: rgb(219 170 110 / 0.75);
}

.focus\:border-e-utility-warning\/80:focus {
    border-inline-end-color: rgb(219 170 110 / 0.8);
}

.focus\:border-e-utility-warning\/90:focus {
    border-inline-end-color: rgb(219 170 110 / 0.9);
}

.focus\:border-e-utility-warning\/95:focus {
    border-inline-end-color: rgb(219 170 110 / 0.95);
}

.focus\:border-e-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-e-very-dark-blue\/0:focus {
    border-inline-end-color: rgb(4 4 47 / 0);
}

.focus\:border-e-very-dark-blue\/10:focus {
    border-inline-end-color: rgb(4 4 47 / 0.1);
}

.focus\:border-e-very-dark-blue\/100:focus {
    border-inline-end-color: rgb(4 4 47 / 1);
}

.focus\:border-e-very-dark-blue\/20:focus {
    border-inline-end-color: rgb(4 4 47 / 0.2);
}

.focus\:border-e-very-dark-blue\/25:focus {
    border-inline-end-color: rgb(4 4 47 / 0.25);
}

.focus\:border-e-very-dark-blue\/30:focus {
    border-inline-end-color: rgb(4 4 47 / 0.3);
}

.focus\:border-e-very-dark-blue\/40:focus {
    border-inline-end-color: rgb(4 4 47 / 0.4);
}

.focus\:border-e-very-dark-blue\/5:focus {
    border-inline-end-color: rgb(4 4 47 / 0.05);
}

.focus\:border-e-very-dark-blue\/50:focus {
    border-inline-end-color: rgb(4 4 47 / 0.5);
}

.focus\:border-e-very-dark-blue\/60:focus {
    border-inline-end-color: rgb(4 4 47 / 0.6);
}

.focus\:border-e-very-dark-blue\/70:focus {
    border-inline-end-color: rgb(4 4 47 / 0.7);
}

.focus\:border-e-very-dark-blue\/75:focus {
    border-inline-end-color: rgb(4 4 47 / 0.75);
}

.focus\:border-e-very-dark-blue\/80:focus {
    border-inline-end-color: rgb(4 4 47 / 0.8);
}

.focus\:border-e-very-dark-blue\/90:focus {
    border-inline-end-color: rgb(4 4 47 / 0.9);
}

.focus\:border-e-very-dark-blue\/95:focus {
    border-inline-end-color: rgb(4 4 47 / 0.95);
}

.focus\:border-l-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-l-accent-green-dark\/0:focus {
    border-left-color: rgb(42 172 110 / 0);
}

.focus\:border-l-accent-green-dark\/10:focus {
    border-left-color: rgb(42 172 110 / 0.1);
}

.focus\:border-l-accent-green-dark\/100:focus {
    border-left-color: rgb(42 172 110 / 1);
}

.focus\:border-l-accent-green-dark\/20:focus {
    border-left-color: rgb(42 172 110 / 0.2);
}

.focus\:border-l-accent-green-dark\/25:focus {
    border-left-color: rgb(42 172 110 / 0.25);
}

.focus\:border-l-accent-green-dark\/30:focus {
    border-left-color: rgb(42 172 110 / 0.3);
}

.focus\:border-l-accent-green-dark\/40:focus {
    border-left-color: rgb(42 172 110 / 0.4);
}

.focus\:border-l-accent-green-dark\/5:focus {
    border-left-color: rgb(42 172 110 / 0.05);
}

.focus\:border-l-accent-green-dark\/50:focus {
    border-left-color: rgb(42 172 110 / 0.5);
}

.focus\:border-l-accent-green-dark\/60:focus {
    border-left-color: rgb(42 172 110 / 0.6);
}

.focus\:border-l-accent-green-dark\/70:focus {
    border-left-color: rgb(42 172 110 / 0.7);
}

.focus\:border-l-accent-green-dark\/75:focus {
    border-left-color: rgb(42 172 110 / 0.75);
}

.focus\:border-l-accent-green-dark\/80:focus {
    border-left-color: rgb(42 172 110 / 0.8);
}

.focus\:border-l-accent-green-dark\/90:focus {
    border-left-color: rgb(42 172 110 / 0.9);
}

.focus\:border-l-accent-green-dark\/95:focus {
    border-left-color: rgb(42 172 110 / 0.95);
}

.focus\:border-l-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-l-accent-green-light\/0:focus {
    border-left-color: rgb(90 226 75 / 0);
}

.focus\:border-l-accent-green-light\/10:focus {
    border-left-color: rgb(90 226 75 / 0.1);
}

.focus\:border-l-accent-green-light\/100:focus {
    border-left-color: rgb(90 226 75 / 1);
}

.focus\:border-l-accent-green-light\/20:focus {
    border-left-color: rgb(90 226 75 / 0.2);
}

.focus\:border-l-accent-green-light\/25:focus {
    border-left-color: rgb(90 226 75 / 0.25);
}

.focus\:border-l-accent-green-light\/30:focus {
    border-left-color: rgb(90 226 75 / 0.3);
}

.focus\:border-l-accent-green-light\/40:focus {
    border-left-color: rgb(90 226 75 / 0.4);
}

.focus\:border-l-accent-green-light\/5:focus {
    border-left-color: rgb(90 226 75 / 0.05);
}

.focus\:border-l-accent-green-light\/50:focus {
    border-left-color: rgb(90 226 75 / 0.5);
}

.focus\:border-l-accent-green-light\/60:focus {
    border-left-color: rgb(90 226 75 / 0.6);
}

.focus\:border-l-accent-green-light\/70:focus {
    border-left-color: rgb(90 226 75 / 0.7);
}

.focus\:border-l-accent-green-light\/75:focus {
    border-left-color: rgb(90 226 75 / 0.75);
}

.focus\:border-l-accent-green-light\/80:focus {
    border-left-color: rgb(90 226 75 / 0.8);
}

.focus\:border-l-accent-green-light\/90:focus {
    border-left-color: rgb(90 226 75 / 0.9);
}

.focus\:border-l-accent-green-light\/95:focus {
    border-left-color: rgb(90 226 75 / 0.95);
}

.focus\:border-l-accent-purple:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-l-accent-purple\/0:focus {
    border-left-color: rgb(192 69 221 / 0);
}

.focus\:border-l-accent-purple\/10:focus {
    border-left-color: rgb(192 69 221 / 0.1);
}

.focus\:border-l-accent-purple\/100:focus {
    border-left-color: rgb(192 69 221 / 1);
}

.focus\:border-l-accent-purple\/20:focus {
    border-left-color: rgb(192 69 221 / 0.2);
}

.focus\:border-l-accent-purple\/25:focus {
    border-left-color: rgb(192 69 221 / 0.25);
}

.focus\:border-l-accent-purple\/30:focus {
    border-left-color: rgb(192 69 221 / 0.3);
}

.focus\:border-l-accent-purple\/40:focus {
    border-left-color: rgb(192 69 221 / 0.4);
}

.focus\:border-l-accent-purple\/5:focus {
    border-left-color: rgb(192 69 221 / 0.05);
}

.focus\:border-l-accent-purple\/50:focus {
    border-left-color: rgb(192 69 221 / 0.5);
}

.focus\:border-l-accent-purple\/60:focus {
    border-left-color: rgb(192 69 221 / 0.6);
}

.focus\:border-l-accent-purple\/70:focus {
    border-left-color: rgb(192 69 221 / 0.7);
}

.focus\:border-l-accent-purple\/75:focus {
    border-left-color: rgb(192 69 221 / 0.75);
}

.focus\:border-l-accent-purple\/80:focus {
    border-left-color: rgb(192 69 221 / 0.8);
}

.focus\:border-l-accent-purple\/90:focus {
    border-left-color: rgb(192 69 221 / 0.9);
}

.focus\:border-l-accent-purple\/95:focus {
    border-left-color: rgb(192 69 221 / 0.95);
}

.focus\:border-l-current:focus {
    border-left-color: currentColor;
}

.focus\:border-l-gray-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-l-gray-10\/0:focus {
    border-left-color: rgb(36 30 81 / 0);
}

.focus\:border-l-gray-10\/10:focus {
    border-left-color: rgb(36 30 81 / 0.1);
}

.focus\:border-l-gray-10\/100:focus {
    border-left-color: rgb(36 30 81 / 1);
}

.focus\:border-l-gray-10\/20:focus {
    border-left-color: rgb(36 30 81 / 0.2);
}

.focus\:border-l-gray-10\/25:focus {
    border-left-color: rgb(36 30 81 / 0.25);
}

.focus\:border-l-gray-10\/30:focus {
    border-left-color: rgb(36 30 81 / 0.3);
}

.focus\:border-l-gray-10\/40:focus {
    border-left-color: rgb(36 30 81 / 0.4);
}

.focus\:border-l-gray-10\/5:focus {
    border-left-color: rgb(36 30 81 / 0.05);
}

.focus\:border-l-gray-10\/50:focus {
    border-left-color: rgb(36 30 81 / 0.5);
}

.focus\:border-l-gray-10\/60:focus {
    border-left-color: rgb(36 30 81 / 0.6);
}

.focus\:border-l-gray-10\/70:focus {
    border-left-color: rgb(36 30 81 / 0.7);
}

.focus\:border-l-gray-10\/75:focus {
    border-left-color: rgb(36 30 81 / 0.75);
}

.focus\:border-l-gray-10\/80:focus {
    border-left-color: rgb(36 30 81 / 0.8);
}

.focus\:border-l-gray-10\/90:focus {
    border-left-color: rgb(36 30 81 / 0.9);
}

.focus\:border-l-gray-10\/95:focus {
    border-left-color: rgb(36 30 81 / 0.95);
}

.focus\:border-l-gray-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-l-gray-100\/0:focus {
    border-left-color: rgb(248 251 249 / 0);
}

.focus\:border-l-gray-100\/10:focus {
    border-left-color: rgb(248 251 249 / 0.1);
}

.focus\:border-l-gray-100\/100:focus {
    border-left-color: rgb(248 251 249 / 1);
}

.focus\:border-l-gray-100\/20:focus {
    border-left-color: rgb(248 251 249 / 0.2);
}

.focus\:border-l-gray-100\/25:focus {
    border-left-color: rgb(248 251 249 / 0.25);
}

.focus\:border-l-gray-100\/30:focus {
    border-left-color: rgb(248 251 249 / 0.3);
}

.focus\:border-l-gray-100\/40:focus {
    border-left-color: rgb(248 251 249 / 0.4);
}

.focus\:border-l-gray-100\/5:focus {
    border-left-color: rgb(248 251 249 / 0.05);
}

.focus\:border-l-gray-100\/50:focus {
    border-left-color: rgb(248 251 249 / 0.5);
}

.focus\:border-l-gray-100\/60:focus {
    border-left-color: rgb(248 251 249 / 0.6);
}

.focus\:border-l-gray-100\/70:focus {
    border-left-color: rgb(248 251 249 / 0.7);
}

.focus\:border-l-gray-100\/75:focus {
    border-left-color: rgb(248 251 249 / 0.75);
}

.focus\:border-l-gray-100\/80:focus {
    border-left-color: rgb(248 251 249 / 0.8);
}

.focus\:border-l-gray-100\/90:focus {
    border-left-color: rgb(248 251 249 / 0.9);
}

.focus\:border-l-gray-100\/95:focus {
    border-left-color: rgb(248 251 249 / 0.95);
}

.focus\:border-l-gray-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-l-gray-20\/0:focus {
    border-left-color: rgb(60 54 99 / 0);
}

.focus\:border-l-gray-20\/10:focus {
    border-left-color: rgb(60 54 99 / 0.1);
}

.focus\:border-l-gray-20\/100:focus {
    border-left-color: rgb(60 54 99 / 1);
}

.focus\:border-l-gray-20\/20:focus {
    border-left-color: rgb(60 54 99 / 0.2);
}

.focus\:border-l-gray-20\/25:focus {
    border-left-color: rgb(60 54 99 / 0.25);
}

.focus\:border-l-gray-20\/30:focus {
    border-left-color: rgb(60 54 99 / 0.3);
}

.focus\:border-l-gray-20\/40:focus {
    border-left-color: rgb(60 54 99 / 0.4);
}

.focus\:border-l-gray-20\/5:focus {
    border-left-color: rgb(60 54 99 / 0.05);
}

.focus\:border-l-gray-20\/50:focus {
    border-left-color: rgb(60 54 99 / 0.5);
}

.focus\:border-l-gray-20\/60:focus {
    border-left-color: rgb(60 54 99 / 0.6);
}

.focus\:border-l-gray-20\/70:focus {
    border-left-color: rgb(60 54 99 / 0.7);
}

.focus\:border-l-gray-20\/75:focus {
    border-left-color: rgb(60 54 99 / 0.75);
}

.focus\:border-l-gray-20\/80:focus {
    border-left-color: rgb(60 54 99 / 0.8);
}

.focus\:border-l-gray-20\/90:focus {
    border-left-color: rgb(60 54 99 / 0.9);
}

.focus\:border-l-gray-20\/95:focus {
    border-left-color: rgb(60 54 99 / 0.95);
}

.focus\:border-l-gray-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-l-gray-30\/0:focus {
    border-left-color: rgb(83 79 118 / 0);
}

.focus\:border-l-gray-30\/10:focus {
    border-left-color: rgb(83 79 118 / 0.1);
}

.focus\:border-l-gray-30\/100:focus {
    border-left-color: rgb(83 79 118 / 1);
}

.focus\:border-l-gray-30\/20:focus {
    border-left-color: rgb(83 79 118 / 0.2);
}

.focus\:border-l-gray-30\/25:focus {
    border-left-color: rgb(83 79 118 / 0.25);
}

.focus\:border-l-gray-30\/30:focus {
    border-left-color: rgb(83 79 118 / 0.3);
}

.focus\:border-l-gray-30\/40:focus {
    border-left-color: rgb(83 79 118 / 0.4);
}

.focus\:border-l-gray-30\/5:focus {
    border-left-color: rgb(83 79 118 / 0.05);
}

.focus\:border-l-gray-30\/50:focus {
    border-left-color: rgb(83 79 118 / 0.5);
}

.focus\:border-l-gray-30\/60:focus {
    border-left-color: rgb(83 79 118 / 0.6);
}

.focus\:border-l-gray-30\/70:focus {
    border-left-color: rgb(83 79 118 / 0.7);
}

.focus\:border-l-gray-30\/75:focus {
    border-left-color: rgb(83 79 118 / 0.75);
}

.focus\:border-l-gray-30\/80:focus {
    border-left-color: rgb(83 79 118 / 0.8);
}

.focus\:border-l-gray-30\/90:focus {
    border-left-color: rgb(83 79 118 / 0.9);
}

.focus\:border-l-gray-30\/95:focus {
    border-left-color: rgb(83 79 118 / 0.95);
}

.focus\:border-l-gray-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-l-gray-50\/0:focus {
    border-left-color: rgb(130 128 155 / 0);
}

.focus\:border-l-gray-50\/10:focus {
    border-left-color: rgb(130 128 155 / 0.1);
}

.focus\:border-l-gray-50\/100:focus {
    border-left-color: rgb(130 128 155 / 1);
}

.focus\:border-l-gray-50\/20:focus {
    border-left-color: rgb(130 128 155 / 0.2);
}

.focus\:border-l-gray-50\/25:focus {
    border-left-color: rgb(130 128 155 / 0.25);
}

.focus\:border-l-gray-50\/30:focus {
    border-left-color: rgb(130 128 155 / 0.3);
}

.focus\:border-l-gray-50\/40:focus {
    border-left-color: rgb(130 128 155 / 0.4);
}

.focus\:border-l-gray-50\/5:focus {
    border-left-color: rgb(130 128 155 / 0.05);
}

.focus\:border-l-gray-50\/50:focus {
    border-left-color: rgb(130 128 155 / 0.5);
}

.focus\:border-l-gray-50\/60:focus {
    border-left-color: rgb(130 128 155 / 0.6);
}

.focus\:border-l-gray-50\/70:focus {
    border-left-color: rgb(130 128 155 / 0.7);
}

.focus\:border-l-gray-50\/75:focus {
    border-left-color: rgb(130 128 155 / 0.75);
}

.focus\:border-l-gray-50\/80:focus {
    border-left-color: rgb(130 128 155 / 0.8);
}

.focus\:border-l-gray-50\/90:focus {
    border-left-color: rgb(130 128 155 / 0.9);
}

.focus\:border-l-gray-50\/95:focus {
    border-left-color: rgb(130 128 155 / 0.95);
}

.focus\:border-l-gray-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-l-gray-70\/0:focus {
    border-left-color: rgb(177 177 193 / 0);
}

.focus\:border-l-gray-70\/10:focus {
    border-left-color: rgb(177 177 193 / 0.1);
}

.focus\:border-l-gray-70\/100:focus {
    border-left-color: rgb(177 177 193 / 1);
}

.focus\:border-l-gray-70\/20:focus {
    border-left-color: rgb(177 177 193 / 0.2);
}

.focus\:border-l-gray-70\/25:focus {
    border-left-color: rgb(177 177 193 / 0.25);
}

.focus\:border-l-gray-70\/30:focus {
    border-left-color: rgb(177 177 193 / 0.3);
}

.focus\:border-l-gray-70\/40:focus {
    border-left-color: rgb(177 177 193 / 0.4);
}

.focus\:border-l-gray-70\/5:focus {
    border-left-color: rgb(177 177 193 / 0.05);
}

.focus\:border-l-gray-70\/50:focus {
    border-left-color: rgb(177 177 193 / 0.5);
}

.focus\:border-l-gray-70\/60:focus {
    border-left-color: rgb(177 177 193 / 0.6);
}

.focus\:border-l-gray-70\/70:focus {
    border-left-color: rgb(177 177 193 / 0.7);
}

.focus\:border-l-gray-70\/75:focus {
    border-left-color: rgb(177 177 193 / 0.75);
}

.focus\:border-l-gray-70\/80:focus {
    border-left-color: rgb(177 177 193 / 0.8);
}

.focus\:border-l-gray-70\/90:focus {
    border-left-color: rgb(177 177 193 / 0.9);
}

.focus\:border-l-gray-70\/95:focus {
    border-left-color: rgb(177 177 193 / 0.95);
}

.focus\:border-l-green-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-l-green-10\/0:focus {
    border-left-color: rgb(19 28 66 / 0);
}

.focus\:border-l-green-10\/10:focus {
    border-left-color: rgb(19 28 66 / 0.1);
}

.focus\:border-l-green-10\/100:focus {
    border-left-color: rgb(19 28 66 / 1);
}

.focus\:border-l-green-10\/20:focus {
    border-left-color: rgb(19 28 66 / 0.2);
}

.focus\:border-l-green-10\/25:focus {
    border-left-color: rgb(19 28 66 / 0.25);
}

.focus\:border-l-green-10\/30:focus {
    border-left-color: rgb(19 28 66 / 0.3);
}

.focus\:border-l-green-10\/40:focus {
    border-left-color: rgb(19 28 66 / 0.4);
}

.focus\:border-l-green-10\/5:focus {
    border-left-color: rgb(19 28 66 / 0.05);
}

.focus\:border-l-green-10\/50:focus {
    border-left-color: rgb(19 28 66 / 0.5);
}

.focus\:border-l-green-10\/60:focus {
    border-left-color: rgb(19 28 66 / 0.6);
}

.focus\:border-l-green-10\/70:focus {
    border-left-color: rgb(19 28 66 / 0.7);
}

.focus\:border-l-green-10\/75:focus {
    border-left-color: rgb(19 28 66 / 0.75);
}

.focus\:border-l-green-10\/80:focus {
    border-left-color: rgb(19 28 66 / 0.8);
}

.focus\:border-l-green-10\/90:focus {
    border-left-color: rgb(19 28 66 / 0.9);
}

.focus\:border-l-green-10\/95:focus {
    border-left-color: rgb(19 28 66 / 0.95);
}

.focus\:border-l-green-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-l-green-100\/0:focus {
    border-left-color: rgb(90 226 75 / 0);
}

.focus\:border-l-green-100\/10:focus {
    border-left-color: rgb(90 226 75 / 0.1);
}

.focus\:border-l-green-100\/100:focus {
    border-left-color: rgb(90 226 75 / 1);
}

.focus\:border-l-green-100\/20:focus {
    border-left-color: rgb(90 226 75 / 0.2);
}

.focus\:border-l-green-100\/25:focus {
    border-left-color: rgb(90 226 75 / 0.25);
}

.focus\:border-l-green-100\/30:focus {
    border-left-color: rgb(90 226 75 / 0.3);
}

.focus\:border-l-green-100\/40:focus {
    border-left-color: rgb(90 226 75 / 0.4);
}

.focus\:border-l-green-100\/5:focus {
    border-left-color: rgb(90 226 75 / 0.05);
}

.focus\:border-l-green-100\/50:focus {
    border-left-color: rgb(90 226 75 / 0.5);
}

.focus\:border-l-green-100\/60:focus {
    border-left-color: rgb(90 226 75 / 0.6);
}

.focus\:border-l-green-100\/70:focus {
    border-left-color: rgb(90 226 75 / 0.7);
}

.focus\:border-l-green-100\/75:focus {
    border-left-color: rgb(90 226 75 / 0.75);
}

.focus\:border-l-green-100\/80:focus {
    border-left-color: rgb(90 226 75 / 0.8);
}

.focus\:border-l-green-100\/90:focus {
    border-left-color: rgb(90 226 75 / 0.9);
}

.focus\:border-l-green-100\/95:focus {
    border-left-color: rgb(90 226 75 / 0.95);
}

.focus\:border-l-green-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-l-green-20\/0:focus {
    border-left-color: rgb(26 52 70 / 0);
}

.focus\:border-l-green-20\/10:focus {
    border-left-color: rgb(26 52 70 / 0.1);
}

.focus\:border-l-green-20\/100:focus {
    border-left-color: rgb(26 52 70 / 1);
}

.focus\:border-l-green-20\/20:focus {
    border-left-color: rgb(26 52 70 / 0.2);
}

.focus\:border-l-green-20\/25:focus {
    border-left-color: rgb(26 52 70 / 0.25);
}

.focus\:border-l-green-20\/30:focus {
    border-left-color: rgb(26 52 70 / 0.3);
}

.focus\:border-l-green-20\/40:focus {
    border-left-color: rgb(26 52 70 / 0.4);
}

.focus\:border-l-green-20\/5:focus {
    border-left-color: rgb(26 52 70 / 0.05);
}

.focus\:border-l-green-20\/50:focus {
    border-left-color: rgb(26 52 70 / 0.5);
}

.focus\:border-l-green-20\/60:focus {
    border-left-color: rgb(26 52 70 / 0.6);
}

.focus\:border-l-green-20\/70:focus {
    border-left-color: rgb(26 52 70 / 0.7);
}

.focus\:border-l-green-20\/75:focus {
    border-left-color: rgb(26 52 70 / 0.75);
}

.focus\:border-l-green-20\/80:focus {
    border-left-color: rgb(26 52 70 / 0.8);
}

.focus\:border-l-green-20\/90:focus {
    border-left-color: rgb(26 52 70 / 0.9);
}

.focus\:border-l-green-20\/95:focus {
    border-left-color: rgb(26 52 70 / 0.95);
}

.focus\:border-l-green-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-l-green-30\/0:focus {
    border-left-color: rgb(32 75 75 / 0);
}

.focus\:border-l-green-30\/10:focus {
    border-left-color: rgb(32 75 75 / 0.1);
}

.focus\:border-l-green-30\/100:focus {
    border-left-color: rgb(32 75 75 / 1);
}

.focus\:border-l-green-30\/20:focus {
    border-left-color: rgb(32 75 75 / 0.2);
}

.focus\:border-l-green-30\/25:focus {
    border-left-color: rgb(32 75 75 / 0.25);
}

.focus\:border-l-green-30\/30:focus {
    border-left-color: rgb(32 75 75 / 0.3);
}

.focus\:border-l-green-30\/40:focus {
    border-left-color: rgb(32 75 75 / 0.4);
}

.focus\:border-l-green-30\/5:focus {
    border-left-color: rgb(32 75 75 / 0.05);
}

.focus\:border-l-green-30\/50:focus {
    border-left-color: rgb(32 75 75 / 0.5);
}

.focus\:border-l-green-30\/60:focus {
    border-left-color: rgb(32 75 75 / 0.6);
}

.focus\:border-l-green-30\/70:focus {
    border-left-color: rgb(32 75 75 / 0.7);
}

.focus\:border-l-green-30\/75:focus {
    border-left-color: rgb(32 75 75 / 0.75);
}

.focus\:border-l-green-30\/80:focus {
    border-left-color: rgb(32 75 75 / 0.8);
}

.focus\:border-l-green-30\/90:focus {
    border-left-color: rgb(32 75 75 / 0.9);
}

.focus\:border-l-green-30\/95:focus {
    border-left-color: rgb(32 75 75 / 0.95);
}

.focus\:border-l-green-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-l-green-50\/0:focus {
    border-left-color: rgb(44 121 83 / 0);
}

.focus\:border-l-green-50\/10:focus {
    border-left-color: rgb(44 121 83 / 0.1);
}

.focus\:border-l-green-50\/100:focus {
    border-left-color: rgb(44 121 83 / 1);
}

.focus\:border-l-green-50\/20:focus {
    border-left-color: rgb(44 121 83 / 0.2);
}

.focus\:border-l-green-50\/25:focus {
    border-left-color: rgb(44 121 83 / 0.25);
}

.focus\:border-l-green-50\/30:focus {
    border-left-color: rgb(44 121 83 / 0.3);
}

.focus\:border-l-green-50\/40:focus {
    border-left-color: rgb(44 121 83 / 0.4);
}

.focus\:border-l-green-50\/5:focus {
    border-left-color: rgb(44 121 83 / 0.05);
}

.focus\:border-l-green-50\/50:focus {
    border-left-color: rgb(44 121 83 / 0.5);
}

.focus\:border-l-green-50\/60:focus {
    border-left-color: rgb(44 121 83 / 0.6);
}

.focus\:border-l-green-50\/70:focus {
    border-left-color: rgb(44 121 83 / 0.7);
}

.focus\:border-l-green-50\/75:focus {
    border-left-color: rgb(44 121 83 / 0.75);
}

.focus\:border-l-green-50\/80:focus {
    border-left-color: rgb(44 121 83 / 0.8);
}

.focus\:border-l-green-50\/90:focus {
    border-left-color: rgb(44 121 83 / 0.9);
}

.focus\:border-l-green-50\/95:focus {
    border-left-color: rgb(44 121 83 / 0.95);
}

.focus\:border-l-green-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-l-green-70\/0:focus {
    border-left-color: rgb(57 168 91 / 0);
}

.focus\:border-l-green-70\/10:focus {
    border-left-color: rgb(57 168 91 / 0.1);
}

.focus\:border-l-green-70\/100:focus {
    border-left-color: rgb(57 168 91 / 1);
}

.focus\:border-l-green-70\/20:focus {
    border-left-color: rgb(57 168 91 / 0.2);
}

.focus\:border-l-green-70\/25:focus {
    border-left-color: rgb(57 168 91 / 0.25);
}

.focus\:border-l-green-70\/30:focus {
    border-left-color: rgb(57 168 91 / 0.3);
}

.focus\:border-l-green-70\/40:focus {
    border-left-color: rgb(57 168 91 / 0.4);
}

.focus\:border-l-green-70\/5:focus {
    border-left-color: rgb(57 168 91 / 0.05);
}

.focus\:border-l-green-70\/50:focus {
    border-left-color: rgb(57 168 91 / 0.5);
}

.focus\:border-l-green-70\/60:focus {
    border-left-color: rgb(57 168 91 / 0.6);
}

.focus\:border-l-green-70\/70:focus {
    border-left-color: rgb(57 168 91 / 0.7);
}

.focus\:border-l-green-70\/75:focus {
    border-left-color: rgb(57 168 91 / 0.75);
}

.focus\:border-l-green-70\/80:focus {
    border-left-color: rgb(57 168 91 / 0.8);
}

.focus\:border-l-green-70\/90:focus {
    border-left-color: rgb(57 168 91 / 0.9);
}

.focus\:border-l-green-70\/95:focus {
    border-left-color: rgb(57 168 91 / 0.95);
}

.focus\:border-l-purple-10:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-l-purple-10\/0:focus {
    border-left-color: rgb(26 8 70 / 0);
}

.focus\:border-l-purple-10\/10:focus {
    border-left-color: rgb(26 8 70 / 0.1);
}

.focus\:border-l-purple-10\/100:focus {
    border-left-color: rgb(26 8 70 / 1);
}

.focus\:border-l-purple-10\/20:focus {
    border-left-color: rgb(26 8 70 / 0.2);
}

.focus\:border-l-purple-10\/25:focus {
    border-left-color: rgb(26 8 70 / 0.25);
}

.focus\:border-l-purple-10\/30:focus {
    border-left-color: rgb(26 8 70 / 0.3);
}

.focus\:border-l-purple-10\/40:focus {
    border-left-color: rgb(26 8 70 / 0.4);
}

.focus\:border-l-purple-10\/5:focus {
    border-left-color: rgb(26 8 70 / 0.05);
}

.focus\:border-l-purple-10\/50:focus {
    border-left-color: rgb(26 8 70 / 0.5);
}

.focus\:border-l-purple-10\/60:focus {
    border-left-color: rgb(26 8 70 / 0.6);
}

.focus\:border-l-purple-10\/70:focus {
    border-left-color: rgb(26 8 70 / 0.7);
}

.focus\:border-l-purple-10\/75:focus {
    border-left-color: rgb(26 8 70 / 0.75);
}

.focus\:border-l-purple-10\/80:focus {
    border-left-color: rgb(26 8 70 / 0.8);
}

.focus\:border-l-purple-10\/90:focus {
    border-left-color: rgb(26 8 70 / 0.9);
}

.focus\:border-l-purple-10\/95:focus {
    border-left-color: rgb(26 8 70 / 0.95);
}

.focus\:border-l-purple-100:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-l-purple-100\/0:focus {
    border-left-color: rgb(125 41 145 / 0);
}

.focus\:border-l-purple-100\/10:focus {
    border-left-color: rgb(125 41 145 / 0.1);
}

.focus\:border-l-purple-100\/100:focus {
    border-left-color: rgb(125 41 145 / 1);
}

.focus\:border-l-purple-100\/20:focus {
    border-left-color: rgb(125 41 145 / 0.2);
}

.focus\:border-l-purple-100\/25:focus {
    border-left-color: rgb(125 41 145 / 0.25);
}

.focus\:border-l-purple-100\/30:focus {
    border-left-color: rgb(125 41 145 / 0.3);
}

.focus\:border-l-purple-100\/40:focus {
    border-left-color: rgb(125 41 145 / 0.4);
}

.focus\:border-l-purple-100\/5:focus {
    border-left-color: rgb(125 41 145 / 0.05);
}

.focus\:border-l-purple-100\/50:focus {
    border-left-color: rgb(125 41 145 / 0.5);
}

.focus\:border-l-purple-100\/60:focus {
    border-left-color: rgb(125 41 145 / 0.6);
}

.focus\:border-l-purple-100\/70:focus {
    border-left-color: rgb(125 41 145 / 0.7);
}

.focus\:border-l-purple-100\/75:focus {
    border-left-color: rgb(125 41 145 / 0.75);
}

.focus\:border-l-purple-100\/80:focus {
    border-left-color: rgb(125 41 145 / 0.8);
}

.focus\:border-l-purple-100\/90:focus {
    border-left-color: rgb(125 41 145 / 0.9);
}

.focus\:border-l-purple-100\/95:focus {
    border-left-color: rgb(125 41 145 / 0.95);
}

.focus\:border-l-purple-20:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-l-purple-20\/0:focus {
    border-left-color: rgb(40 12 78 / 0);
}

.focus\:border-l-purple-20\/10:focus {
    border-left-color: rgb(40 12 78 / 0.1);
}

.focus\:border-l-purple-20\/100:focus {
    border-left-color: rgb(40 12 78 / 1);
}

.focus\:border-l-purple-20\/20:focus {
    border-left-color: rgb(40 12 78 / 0.2);
}

.focus\:border-l-purple-20\/25:focus {
    border-left-color: rgb(40 12 78 / 0.25);
}

.focus\:border-l-purple-20\/30:focus {
    border-left-color: rgb(40 12 78 / 0.3);
}

.focus\:border-l-purple-20\/40:focus {
    border-left-color: rgb(40 12 78 / 0.4);
}

.focus\:border-l-purple-20\/5:focus {
    border-left-color: rgb(40 12 78 / 0.05);
}

.focus\:border-l-purple-20\/50:focus {
    border-left-color: rgb(40 12 78 / 0.5);
}

.focus\:border-l-purple-20\/60:focus {
    border-left-color: rgb(40 12 78 / 0.6);
}

.focus\:border-l-purple-20\/70:focus {
    border-left-color: rgb(40 12 78 / 0.7);
}

.focus\:border-l-purple-20\/75:focus {
    border-left-color: rgb(40 12 78 / 0.75);
}

.focus\:border-l-purple-20\/80:focus {
    border-left-color: rgb(40 12 78 / 0.8);
}

.focus\:border-l-purple-20\/90:focus {
    border-left-color: rgb(40 12 78 / 0.9);
}

.focus\:border-l-purple-20\/95:focus {
    border-left-color: rgb(40 12 78 / 0.95);
}

.focus\:border-l-purple-30:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-l-purple-30\/0:focus {
    border-left-color: rgb(53 15 86 / 0);
}

.focus\:border-l-purple-30\/10:focus {
    border-left-color: rgb(53 15 86 / 0.1);
}

.focus\:border-l-purple-30\/100:focus {
    border-left-color: rgb(53 15 86 / 1);
}

.focus\:border-l-purple-30\/20:focus {
    border-left-color: rgb(53 15 86 / 0.2);
}

.focus\:border-l-purple-30\/25:focus {
    border-left-color: rgb(53 15 86 / 0.25);
}

.focus\:border-l-purple-30\/30:focus {
    border-left-color: rgb(53 15 86 / 0.3);
}

.focus\:border-l-purple-30\/40:focus {
    border-left-color: rgb(53 15 86 / 0.4);
}

.focus\:border-l-purple-30\/5:focus {
    border-left-color: rgb(53 15 86 / 0.05);
}

.focus\:border-l-purple-30\/50:focus {
    border-left-color: rgb(53 15 86 / 0.5);
}

.focus\:border-l-purple-30\/60:focus {
    border-left-color: rgb(53 15 86 / 0.6);
}

.focus\:border-l-purple-30\/70:focus {
    border-left-color: rgb(53 15 86 / 0.7);
}

.focus\:border-l-purple-30\/75:focus {
    border-left-color: rgb(53 15 86 / 0.75);
}

.focus\:border-l-purple-30\/80:focus {
    border-left-color: rgb(53 15 86 / 0.8);
}

.focus\:border-l-purple-30\/90:focus {
    border-left-color: rgb(53 15 86 / 0.9);
}

.focus\:border-l-purple-30\/95:focus {
    border-left-color: rgb(53 15 86 / 0.95);
}

.focus\:border-l-purple-50:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-l-purple-50\/0:focus {
    border-left-color: rgb(79 22 102 / 0);
}

.focus\:border-l-purple-50\/10:focus {
    border-left-color: rgb(79 22 102 / 0.1);
}

.focus\:border-l-purple-50\/100:focus {
    border-left-color: rgb(79 22 102 / 1);
}

.focus\:border-l-purple-50\/20:focus {
    border-left-color: rgb(79 22 102 / 0.2);
}

.focus\:border-l-purple-50\/25:focus {
    border-left-color: rgb(79 22 102 / 0.25);
}

.focus\:border-l-purple-50\/30:focus {
    border-left-color: rgb(79 22 102 / 0.3);
}

.focus\:border-l-purple-50\/40:focus {
    border-left-color: rgb(79 22 102 / 0.4);
}

.focus\:border-l-purple-50\/5:focus {
    border-left-color: rgb(79 22 102 / 0.05);
}

.focus\:border-l-purple-50\/50:focus {
    border-left-color: rgb(79 22 102 / 0.5);
}

.focus\:border-l-purple-50\/60:focus {
    border-left-color: rgb(79 22 102 / 0.6);
}

.focus\:border-l-purple-50\/70:focus {
    border-left-color: rgb(79 22 102 / 0.7);
}

.focus\:border-l-purple-50\/75:focus {
    border-left-color: rgb(79 22 102 / 0.75);
}

.focus\:border-l-purple-50\/80:focus {
    border-left-color: rgb(79 22 102 / 0.8);
}

.focus\:border-l-purple-50\/90:focus {
    border-left-color: rgb(79 22 102 / 0.9);
}

.focus\:border-l-purple-50\/95:focus {
    border-left-color: rgb(79 22 102 / 0.95);
}

.focus\:border-l-purple-70:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-l-purple-70\/0:focus {
    border-left-color: rgb(106 29 119 / 0);
}

.focus\:border-l-purple-70\/10:focus {
    border-left-color: rgb(106 29 119 / 0.1);
}

.focus\:border-l-purple-70\/100:focus {
    border-left-color: rgb(106 29 119 / 1);
}

.focus\:border-l-purple-70\/20:focus {
    border-left-color: rgb(106 29 119 / 0.2);
}

.focus\:border-l-purple-70\/25:focus {
    border-left-color: rgb(106 29 119 / 0.25);
}

.focus\:border-l-purple-70\/30:focus {
    border-left-color: rgb(106 29 119 / 0.3);
}

.focus\:border-l-purple-70\/40:focus {
    border-left-color: rgb(106 29 119 / 0.4);
}

.focus\:border-l-purple-70\/5:focus {
    border-left-color: rgb(106 29 119 / 0.05);
}

.focus\:border-l-purple-70\/50:focus {
    border-left-color: rgb(106 29 119 / 0.5);
}

.focus\:border-l-purple-70\/60:focus {
    border-left-color: rgb(106 29 119 / 0.6);
}

.focus\:border-l-purple-70\/70:focus {
    border-left-color: rgb(106 29 119 / 0.7);
}

.focus\:border-l-purple-70\/75:focus {
    border-left-color: rgb(106 29 119 / 0.75);
}

.focus\:border-l-purple-70\/80:focus {
    border-left-color: rgb(106 29 119 / 0.8);
}

.focus\:border-l-purple-70\/90:focus {
    border-left-color: rgb(106 29 119 / 0.9);
}

.focus\:border-l-purple-70\/95:focus {
    border-left-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-left-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-left-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-l-utility-error\/0:focus {
    border-left-color: rgb(220 33 33 / 0);
}

.focus\:border-l-utility-error\/10:focus {
    border-left-color: rgb(220 33 33 / 0.1);
}

.focus\:border-l-utility-error\/100:focus {
    border-left-color: rgb(220 33 33 / 1);
}

.focus\:border-l-utility-error\/20:focus {
    border-left-color: rgb(220 33 33 / 0.2);
}

.focus\:border-l-utility-error\/25:focus {
    border-left-color: rgb(220 33 33 / 0.25);
}

.focus\:border-l-utility-error\/30:focus {
    border-left-color: rgb(220 33 33 / 0.3);
}

.focus\:border-l-utility-error\/40:focus {
    border-left-color: rgb(220 33 33 / 0.4);
}

.focus\:border-l-utility-error\/5:focus {
    border-left-color: rgb(220 33 33 / 0.05);
}

.focus\:border-l-utility-error\/50:focus {
    border-left-color: rgb(220 33 33 / 0.5);
}

.focus\:border-l-utility-error\/60:focus {
    border-left-color: rgb(220 33 33 / 0.6);
}

.focus\:border-l-utility-error\/70:focus {
    border-left-color: rgb(220 33 33 / 0.7);
}

.focus\:border-l-utility-error\/75:focus {
    border-left-color: rgb(220 33 33 / 0.75);
}

.focus\:border-l-utility-error\/80:focus {
    border-left-color: rgb(220 33 33 / 0.8);
}

.focus\:border-l-utility-error\/90:focus {
    border-left-color: rgb(220 33 33 / 0.9);
}

.focus\:border-l-utility-error\/95:focus {
    border-left-color: rgb(220 33 33 / 0.95);
}

.focus\:border-l-utility-info:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-l-utility-info\/0:focus {
    border-left-color: rgb(191 219 254 / 0);
}

.focus\:border-l-utility-info\/10:focus {
    border-left-color: rgb(191 219 254 / 0.1);
}

.focus\:border-l-utility-info\/100:focus {
    border-left-color: rgb(191 219 254 / 1);
}

.focus\:border-l-utility-info\/20:focus {
    border-left-color: rgb(191 219 254 / 0.2);
}

.focus\:border-l-utility-info\/25:focus {
    border-left-color: rgb(191 219 254 / 0.25);
}

.focus\:border-l-utility-info\/30:focus {
    border-left-color: rgb(191 219 254 / 0.3);
}

.focus\:border-l-utility-info\/40:focus {
    border-left-color: rgb(191 219 254 / 0.4);
}

.focus\:border-l-utility-info\/5:focus {
    border-left-color: rgb(191 219 254 / 0.05);
}

.focus\:border-l-utility-info\/50:focus {
    border-left-color: rgb(191 219 254 / 0.5);
}

.focus\:border-l-utility-info\/60:focus {
    border-left-color: rgb(191 219 254 / 0.6);
}

.focus\:border-l-utility-info\/70:focus {
    border-left-color: rgb(191 219 254 / 0.7);
}

.focus\:border-l-utility-info\/75:focus {
    border-left-color: rgb(191 219 254 / 0.75);
}

.focus\:border-l-utility-info\/80:focus {
    border-left-color: rgb(191 219 254 / 0.8);
}

.focus\:border-l-utility-info\/90:focus {
    border-left-color: rgb(191 219 254 / 0.9);
}

.focus\:border-l-utility-info\/95:focus {
    border-left-color: rgb(191 219 254 / 0.95);
}

.focus\:border-l-utility-success:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-l-utility-success\/0:focus {
    border-left-color: rgb(92 204 23 / 0);
}

.focus\:border-l-utility-success\/10:focus {
    border-left-color: rgb(92 204 23 / 0.1);
}

.focus\:border-l-utility-success\/100:focus {
    border-left-color: rgb(92 204 23 / 1);
}

.focus\:border-l-utility-success\/20:focus {
    border-left-color: rgb(92 204 23 / 0.2);
}

.focus\:border-l-utility-success\/25:focus {
    border-left-color: rgb(92 204 23 / 0.25);
}

.focus\:border-l-utility-success\/30:focus {
    border-left-color: rgb(92 204 23 / 0.3);
}

.focus\:border-l-utility-success\/40:focus {
    border-left-color: rgb(92 204 23 / 0.4);
}

.focus\:border-l-utility-success\/5:focus {
    border-left-color: rgb(92 204 23 / 0.05);
}

.focus\:border-l-utility-success\/50:focus {
    border-left-color: rgb(92 204 23 / 0.5);
}

.focus\:border-l-utility-success\/60:focus {
    border-left-color: rgb(92 204 23 / 0.6);
}

.focus\:border-l-utility-success\/70:focus {
    border-left-color: rgb(92 204 23 / 0.7);
}

.focus\:border-l-utility-success\/75:focus {
    border-left-color: rgb(92 204 23 / 0.75);
}

.focus\:border-l-utility-success\/80:focus {
    border-left-color: rgb(92 204 23 / 0.8);
}

.focus\:border-l-utility-success\/90:focus {
    border-left-color: rgb(92 204 23 / 0.9);
}

.focus\:border-l-utility-success\/95:focus {
    border-left-color: rgb(92 204 23 / 0.95);
}

.focus\:border-l-utility-warning:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-l-utility-warning\/0:focus {
    border-left-color: rgb(219 170 110 / 0);
}

.focus\:border-l-utility-warning\/10:focus {
    border-left-color: rgb(219 170 110 / 0.1);
}

.focus\:border-l-utility-warning\/100:focus {
    border-left-color: rgb(219 170 110 / 1);
}

.focus\:border-l-utility-warning\/20:focus {
    border-left-color: rgb(219 170 110 / 0.2);
}

.focus\:border-l-utility-warning\/25:focus {
    border-left-color: rgb(219 170 110 / 0.25);
}

.focus\:border-l-utility-warning\/30:focus {
    border-left-color: rgb(219 170 110 / 0.3);
}

.focus\:border-l-utility-warning\/40:focus {
    border-left-color: rgb(219 170 110 / 0.4);
}

.focus\:border-l-utility-warning\/5:focus {
    border-left-color: rgb(219 170 110 / 0.05);
}

.focus\:border-l-utility-warning\/50:focus {
    border-left-color: rgb(219 170 110 / 0.5);
}

.focus\:border-l-utility-warning\/60:focus {
    border-left-color: rgb(219 170 110 / 0.6);
}

.focus\:border-l-utility-warning\/70:focus {
    border-left-color: rgb(219 170 110 / 0.7);
}

.focus\:border-l-utility-warning\/75:focus {
    border-left-color: rgb(219 170 110 / 0.75);
}

.focus\:border-l-utility-warning\/80:focus {
    border-left-color: rgb(219 170 110 / 0.8);
}

.focus\:border-l-utility-warning\/90:focus {
    border-left-color: rgb(219 170 110 / 0.9);
}

.focus\:border-l-utility-warning\/95:focus {
    border-left-color: rgb(219 170 110 / 0.95);
}

.focus\:border-l-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-left-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-l-very-dark-blue\/0:focus {
    border-left-color: rgb(4 4 47 / 0);
}

.focus\:border-l-very-dark-blue\/10:focus {
    border-left-color: rgb(4 4 47 / 0.1);
}

.focus\:border-l-very-dark-blue\/100:focus {
    border-left-color: rgb(4 4 47 / 1);
}

.focus\:border-l-very-dark-blue\/20:focus {
    border-left-color: rgb(4 4 47 / 0.2);
}

.focus\:border-l-very-dark-blue\/25:focus {
    border-left-color: rgb(4 4 47 / 0.25);
}

.focus\:border-l-very-dark-blue\/30:focus {
    border-left-color: rgb(4 4 47 / 0.3);
}

.focus\:border-l-very-dark-blue\/40:focus {
    border-left-color: rgb(4 4 47 / 0.4);
}

.focus\:border-l-very-dark-blue\/5:focus {
    border-left-color: rgb(4 4 47 / 0.05);
}

.focus\:border-l-very-dark-blue\/50:focus {
    border-left-color: rgb(4 4 47 / 0.5);
}

.focus\:border-l-very-dark-blue\/60:focus {
    border-left-color: rgb(4 4 47 / 0.6);
}

.focus\:border-l-very-dark-blue\/70:focus {
    border-left-color: rgb(4 4 47 / 0.7);
}

.focus\:border-l-very-dark-blue\/75:focus {
    border-left-color: rgb(4 4 47 / 0.75);
}

.focus\:border-l-very-dark-blue\/80:focus {
    border-left-color: rgb(4 4 47 / 0.8);
}

.focus\:border-l-very-dark-blue\/90:focus {
    border-left-color: rgb(4 4 47 / 0.9);
}

.focus\:border-l-very-dark-blue\/95:focus {
    border-left-color: rgb(4 4 47 / 0.95);
}

.focus\:border-r-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-r-accent-green-dark\/0:focus {
    border-right-color: rgb(42 172 110 / 0);
}

.focus\:border-r-accent-green-dark\/10:focus {
    border-right-color: rgb(42 172 110 / 0.1);
}

.focus\:border-r-accent-green-dark\/100:focus {
    border-right-color: rgb(42 172 110 / 1);
}

.focus\:border-r-accent-green-dark\/20:focus {
    border-right-color: rgb(42 172 110 / 0.2);
}

.focus\:border-r-accent-green-dark\/25:focus {
    border-right-color: rgb(42 172 110 / 0.25);
}

.focus\:border-r-accent-green-dark\/30:focus {
    border-right-color: rgb(42 172 110 / 0.3);
}

.focus\:border-r-accent-green-dark\/40:focus {
    border-right-color: rgb(42 172 110 / 0.4);
}

.focus\:border-r-accent-green-dark\/5:focus {
    border-right-color: rgb(42 172 110 / 0.05);
}

.focus\:border-r-accent-green-dark\/50:focus {
    border-right-color: rgb(42 172 110 / 0.5);
}

.focus\:border-r-accent-green-dark\/60:focus {
    border-right-color: rgb(42 172 110 / 0.6);
}

.focus\:border-r-accent-green-dark\/70:focus {
    border-right-color: rgb(42 172 110 / 0.7);
}

.focus\:border-r-accent-green-dark\/75:focus {
    border-right-color: rgb(42 172 110 / 0.75);
}

.focus\:border-r-accent-green-dark\/80:focus {
    border-right-color: rgb(42 172 110 / 0.8);
}

.focus\:border-r-accent-green-dark\/90:focus {
    border-right-color: rgb(42 172 110 / 0.9);
}

.focus\:border-r-accent-green-dark\/95:focus {
    border-right-color: rgb(42 172 110 / 0.95);
}

.focus\:border-r-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-r-accent-green-light\/0:focus {
    border-right-color: rgb(90 226 75 / 0);
}

.focus\:border-r-accent-green-light\/10:focus {
    border-right-color: rgb(90 226 75 / 0.1);
}

.focus\:border-r-accent-green-light\/100:focus {
    border-right-color: rgb(90 226 75 / 1);
}

.focus\:border-r-accent-green-light\/20:focus {
    border-right-color: rgb(90 226 75 / 0.2);
}

.focus\:border-r-accent-green-light\/25:focus {
    border-right-color: rgb(90 226 75 / 0.25);
}

.focus\:border-r-accent-green-light\/30:focus {
    border-right-color: rgb(90 226 75 / 0.3);
}

.focus\:border-r-accent-green-light\/40:focus {
    border-right-color: rgb(90 226 75 / 0.4);
}

.focus\:border-r-accent-green-light\/5:focus {
    border-right-color: rgb(90 226 75 / 0.05);
}

.focus\:border-r-accent-green-light\/50:focus {
    border-right-color: rgb(90 226 75 / 0.5);
}

.focus\:border-r-accent-green-light\/60:focus {
    border-right-color: rgb(90 226 75 / 0.6);
}

.focus\:border-r-accent-green-light\/70:focus {
    border-right-color: rgb(90 226 75 / 0.7);
}

.focus\:border-r-accent-green-light\/75:focus {
    border-right-color: rgb(90 226 75 / 0.75);
}

.focus\:border-r-accent-green-light\/80:focus {
    border-right-color: rgb(90 226 75 / 0.8);
}

.focus\:border-r-accent-green-light\/90:focus {
    border-right-color: rgb(90 226 75 / 0.9);
}

.focus\:border-r-accent-green-light\/95:focus {
    border-right-color: rgb(90 226 75 / 0.95);
}

.focus\:border-r-accent-purple:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-r-accent-purple\/0:focus {
    border-right-color: rgb(192 69 221 / 0);
}

.focus\:border-r-accent-purple\/10:focus {
    border-right-color: rgb(192 69 221 / 0.1);
}

.focus\:border-r-accent-purple\/100:focus {
    border-right-color: rgb(192 69 221 / 1);
}

.focus\:border-r-accent-purple\/20:focus {
    border-right-color: rgb(192 69 221 / 0.2);
}

.focus\:border-r-accent-purple\/25:focus {
    border-right-color: rgb(192 69 221 / 0.25);
}

.focus\:border-r-accent-purple\/30:focus {
    border-right-color: rgb(192 69 221 / 0.3);
}

.focus\:border-r-accent-purple\/40:focus {
    border-right-color: rgb(192 69 221 / 0.4);
}

.focus\:border-r-accent-purple\/5:focus {
    border-right-color: rgb(192 69 221 / 0.05);
}

.focus\:border-r-accent-purple\/50:focus {
    border-right-color: rgb(192 69 221 / 0.5);
}

.focus\:border-r-accent-purple\/60:focus {
    border-right-color: rgb(192 69 221 / 0.6);
}

.focus\:border-r-accent-purple\/70:focus {
    border-right-color: rgb(192 69 221 / 0.7);
}

.focus\:border-r-accent-purple\/75:focus {
    border-right-color: rgb(192 69 221 / 0.75);
}

.focus\:border-r-accent-purple\/80:focus {
    border-right-color: rgb(192 69 221 / 0.8);
}

.focus\:border-r-accent-purple\/90:focus {
    border-right-color: rgb(192 69 221 / 0.9);
}

.focus\:border-r-accent-purple\/95:focus {
    border-right-color: rgb(192 69 221 / 0.95);
}

.focus\:border-r-current:focus {
    border-right-color: currentColor;
}

.focus\:border-r-gray-10:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-r-gray-10\/0:focus {
    border-right-color: rgb(36 30 81 / 0);
}

.focus\:border-r-gray-10\/10:focus {
    border-right-color: rgb(36 30 81 / 0.1);
}

.focus\:border-r-gray-10\/100:focus {
    border-right-color: rgb(36 30 81 / 1);
}

.focus\:border-r-gray-10\/20:focus {
    border-right-color: rgb(36 30 81 / 0.2);
}

.focus\:border-r-gray-10\/25:focus {
    border-right-color: rgb(36 30 81 / 0.25);
}

.focus\:border-r-gray-10\/30:focus {
    border-right-color: rgb(36 30 81 / 0.3);
}

.focus\:border-r-gray-10\/40:focus {
    border-right-color: rgb(36 30 81 / 0.4);
}

.focus\:border-r-gray-10\/5:focus {
    border-right-color: rgb(36 30 81 / 0.05);
}

.focus\:border-r-gray-10\/50:focus {
    border-right-color: rgb(36 30 81 / 0.5);
}

.focus\:border-r-gray-10\/60:focus {
    border-right-color: rgb(36 30 81 / 0.6);
}

.focus\:border-r-gray-10\/70:focus {
    border-right-color: rgb(36 30 81 / 0.7);
}

.focus\:border-r-gray-10\/75:focus {
    border-right-color: rgb(36 30 81 / 0.75);
}

.focus\:border-r-gray-10\/80:focus {
    border-right-color: rgb(36 30 81 / 0.8);
}

.focus\:border-r-gray-10\/90:focus {
    border-right-color: rgb(36 30 81 / 0.9);
}

.focus\:border-r-gray-10\/95:focus {
    border-right-color: rgb(36 30 81 / 0.95);
}

.focus\:border-r-gray-100:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-r-gray-100\/0:focus {
    border-right-color: rgb(248 251 249 / 0);
}

.focus\:border-r-gray-100\/10:focus {
    border-right-color: rgb(248 251 249 / 0.1);
}

.focus\:border-r-gray-100\/100:focus {
    border-right-color: rgb(248 251 249 / 1);
}

.focus\:border-r-gray-100\/20:focus {
    border-right-color: rgb(248 251 249 / 0.2);
}

.focus\:border-r-gray-100\/25:focus {
    border-right-color: rgb(248 251 249 / 0.25);
}

.focus\:border-r-gray-100\/30:focus {
    border-right-color: rgb(248 251 249 / 0.3);
}

.focus\:border-r-gray-100\/40:focus {
    border-right-color: rgb(248 251 249 / 0.4);
}

.focus\:border-r-gray-100\/5:focus {
    border-right-color: rgb(248 251 249 / 0.05);
}

.focus\:border-r-gray-100\/50:focus {
    border-right-color: rgb(248 251 249 / 0.5);
}

.focus\:border-r-gray-100\/60:focus {
    border-right-color: rgb(248 251 249 / 0.6);
}

.focus\:border-r-gray-100\/70:focus {
    border-right-color: rgb(248 251 249 / 0.7);
}

.focus\:border-r-gray-100\/75:focus {
    border-right-color: rgb(248 251 249 / 0.75);
}

.focus\:border-r-gray-100\/80:focus {
    border-right-color: rgb(248 251 249 / 0.8);
}

.focus\:border-r-gray-100\/90:focus {
    border-right-color: rgb(248 251 249 / 0.9);
}

.focus\:border-r-gray-100\/95:focus {
    border-right-color: rgb(248 251 249 / 0.95);
}

.focus\:border-r-gray-20:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-r-gray-20\/0:focus {
    border-right-color: rgb(60 54 99 / 0);
}

.focus\:border-r-gray-20\/10:focus {
    border-right-color: rgb(60 54 99 / 0.1);
}

.focus\:border-r-gray-20\/100:focus {
    border-right-color: rgb(60 54 99 / 1);
}

.focus\:border-r-gray-20\/20:focus {
    border-right-color: rgb(60 54 99 / 0.2);
}

.focus\:border-r-gray-20\/25:focus {
    border-right-color: rgb(60 54 99 / 0.25);
}

.focus\:border-r-gray-20\/30:focus {
    border-right-color: rgb(60 54 99 / 0.3);
}

.focus\:border-r-gray-20\/40:focus {
    border-right-color: rgb(60 54 99 / 0.4);
}

.focus\:border-r-gray-20\/5:focus {
    border-right-color: rgb(60 54 99 / 0.05);
}

.focus\:border-r-gray-20\/50:focus {
    border-right-color: rgb(60 54 99 / 0.5);
}

.focus\:border-r-gray-20\/60:focus {
    border-right-color: rgb(60 54 99 / 0.6);
}

.focus\:border-r-gray-20\/70:focus {
    border-right-color: rgb(60 54 99 / 0.7);
}

.focus\:border-r-gray-20\/75:focus {
    border-right-color: rgb(60 54 99 / 0.75);
}

.focus\:border-r-gray-20\/80:focus {
    border-right-color: rgb(60 54 99 / 0.8);
}

.focus\:border-r-gray-20\/90:focus {
    border-right-color: rgb(60 54 99 / 0.9);
}

.focus\:border-r-gray-20\/95:focus {
    border-right-color: rgb(60 54 99 / 0.95);
}

.focus\:border-r-gray-30:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-r-gray-30\/0:focus {
    border-right-color: rgb(83 79 118 / 0);
}

.focus\:border-r-gray-30\/10:focus {
    border-right-color: rgb(83 79 118 / 0.1);
}

.focus\:border-r-gray-30\/100:focus {
    border-right-color: rgb(83 79 118 / 1);
}

.focus\:border-r-gray-30\/20:focus {
    border-right-color: rgb(83 79 118 / 0.2);
}

.focus\:border-r-gray-30\/25:focus {
    border-right-color: rgb(83 79 118 / 0.25);
}

.focus\:border-r-gray-30\/30:focus {
    border-right-color: rgb(83 79 118 / 0.3);
}

.focus\:border-r-gray-30\/40:focus {
    border-right-color: rgb(83 79 118 / 0.4);
}

.focus\:border-r-gray-30\/5:focus {
    border-right-color: rgb(83 79 118 / 0.05);
}

.focus\:border-r-gray-30\/50:focus {
    border-right-color: rgb(83 79 118 / 0.5);
}

.focus\:border-r-gray-30\/60:focus {
    border-right-color: rgb(83 79 118 / 0.6);
}

.focus\:border-r-gray-30\/70:focus {
    border-right-color: rgb(83 79 118 / 0.7);
}

.focus\:border-r-gray-30\/75:focus {
    border-right-color: rgb(83 79 118 / 0.75);
}

.focus\:border-r-gray-30\/80:focus {
    border-right-color: rgb(83 79 118 / 0.8);
}

.focus\:border-r-gray-30\/90:focus {
    border-right-color: rgb(83 79 118 / 0.9);
}

.focus\:border-r-gray-30\/95:focus {
    border-right-color: rgb(83 79 118 / 0.95);
}

.focus\:border-r-gray-50:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-r-gray-50\/0:focus {
    border-right-color: rgb(130 128 155 / 0);
}

.focus\:border-r-gray-50\/10:focus {
    border-right-color: rgb(130 128 155 / 0.1);
}

.focus\:border-r-gray-50\/100:focus {
    border-right-color: rgb(130 128 155 / 1);
}

.focus\:border-r-gray-50\/20:focus {
    border-right-color: rgb(130 128 155 / 0.2);
}

.focus\:border-r-gray-50\/25:focus {
    border-right-color: rgb(130 128 155 / 0.25);
}

.focus\:border-r-gray-50\/30:focus {
    border-right-color: rgb(130 128 155 / 0.3);
}

.focus\:border-r-gray-50\/40:focus {
    border-right-color: rgb(130 128 155 / 0.4);
}

.focus\:border-r-gray-50\/5:focus {
    border-right-color: rgb(130 128 155 / 0.05);
}

.focus\:border-r-gray-50\/50:focus {
    border-right-color: rgb(130 128 155 / 0.5);
}

.focus\:border-r-gray-50\/60:focus {
    border-right-color: rgb(130 128 155 / 0.6);
}

.focus\:border-r-gray-50\/70:focus {
    border-right-color: rgb(130 128 155 / 0.7);
}

.focus\:border-r-gray-50\/75:focus {
    border-right-color: rgb(130 128 155 / 0.75);
}

.focus\:border-r-gray-50\/80:focus {
    border-right-color: rgb(130 128 155 / 0.8);
}

.focus\:border-r-gray-50\/90:focus {
    border-right-color: rgb(130 128 155 / 0.9);
}

.focus\:border-r-gray-50\/95:focus {
    border-right-color: rgb(130 128 155 / 0.95);
}

.focus\:border-r-gray-70:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-r-gray-70\/0:focus {
    border-right-color: rgb(177 177 193 / 0);
}

.focus\:border-r-gray-70\/10:focus {
    border-right-color: rgb(177 177 193 / 0.1);
}

.focus\:border-r-gray-70\/100:focus {
    border-right-color: rgb(177 177 193 / 1);
}

.focus\:border-r-gray-70\/20:focus {
    border-right-color: rgb(177 177 193 / 0.2);
}

.focus\:border-r-gray-70\/25:focus {
    border-right-color: rgb(177 177 193 / 0.25);
}

.focus\:border-r-gray-70\/30:focus {
    border-right-color: rgb(177 177 193 / 0.3);
}

.focus\:border-r-gray-70\/40:focus {
    border-right-color: rgb(177 177 193 / 0.4);
}

.focus\:border-r-gray-70\/5:focus {
    border-right-color: rgb(177 177 193 / 0.05);
}

.focus\:border-r-gray-70\/50:focus {
    border-right-color: rgb(177 177 193 / 0.5);
}

.focus\:border-r-gray-70\/60:focus {
    border-right-color: rgb(177 177 193 / 0.6);
}

.focus\:border-r-gray-70\/70:focus {
    border-right-color: rgb(177 177 193 / 0.7);
}

.focus\:border-r-gray-70\/75:focus {
    border-right-color: rgb(177 177 193 / 0.75);
}

.focus\:border-r-gray-70\/80:focus {
    border-right-color: rgb(177 177 193 / 0.8);
}

.focus\:border-r-gray-70\/90:focus {
    border-right-color: rgb(177 177 193 / 0.9);
}

.focus\:border-r-gray-70\/95:focus {
    border-right-color: rgb(177 177 193 / 0.95);
}

.focus\:border-r-green-10:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-r-green-10\/0:focus {
    border-right-color: rgb(19 28 66 / 0);
}

.focus\:border-r-green-10\/10:focus {
    border-right-color: rgb(19 28 66 / 0.1);
}

.focus\:border-r-green-10\/100:focus {
    border-right-color: rgb(19 28 66 / 1);
}

.focus\:border-r-green-10\/20:focus {
    border-right-color: rgb(19 28 66 / 0.2);
}

.focus\:border-r-green-10\/25:focus {
    border-right-color: rgb(19 28 66 / 0.25);
}

.focus\:border-r-green-10\/30:focus {
    border-right-color: rgb(19 28 66 / 0.3);
}

.focus\:border-r-green-10\/40:focus {
    border-right-color: rgb(19 28 66 / 0.4);
}

.focus\:border-r-green-10\/5:focus {
    border-right-color: rgb(19 28 66 / 0.05);
}

.focus\:border-r-green-10\/50:focus {
    border-right-color: rgb(19 28 66 / 0.5);
}

.focus\:border-r-green-10\/60:focus {
    border-right-color: rgb(19 28 66 / 0.6);
}

.focus\:border-r-green-10\/70:focus {
    border-right-color: rgb(19 28 66 / 0.7);
}

.focus\:border-r-green-10\/75:focus {
    border-right-color: rgb(19 28 66 / 0.75);
}

.focus\:border-r-green-10\/80:focus {
    border-right-color: rgb(19 28 66 / 0.8);
}

.focus\:border-r-green-10\/90:focus {
    border-right-color: rgb(19 28 66 / 0.9);
}

.focus\:border-r-green-10\/95:focus {
    border-right-color: rgb(19 28 66 / 0.95);
}

.focus\:border-r-green-100:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-r-green-100\/0:focus {
    border-right-color: rgb(90 226 75 / 0);
}

.focus\:border-r-green-100\/10:focus {
    border-right-color: rgb(90 226 75 / 0.1);
}

.focus\:border-r-green-100\/100:focus {
    border-right-color: rgb(90 226 75 / 1);
}

.focus\:border-r-green-100\/20:focus {
    border-right-color: rgb(90 226 75 / 0.2);
}

.focus\:border-r-green-100\/25:focus {
    border-right-color: rgb(90 226 75 / 0.25);
}

.focus\:border-r-green-100\/30:focus {
    border-right-color: rgb(90 226 75 / 0.3);
}

.focus\:border-r-green-100\/40:focus {
    border-right-color: rgb(90 226 75 / 0.4);
}

.focus\:border-r-green-100\/5:focus {
    border-right-color: rgb(90 226 75 / 0.05);
}

.focus\:border-r-green-100\/50:focus {
    border-right-color: rgb(90 226 75 / 0.5);
}

.focus\:border-r-green-100\/60:focus {
    border-right-color: rgb(90 226 75 / 0.6);
}

.focus\:border-r-green-100\/70:focus {
    border-right-color: rgb(90 226 75 / 0.7);
}

.focus\:border-r-green-100\/75:focus {
    border-right-color: rgb(90 226 75 / 0.75);
}

.focus\:border-r-green-100\/80:focus {
    border-right-color: rgb(90 226 75 / 0.8);
}

.focus\:border-r-green-100\/90:focus {
    border-right-color: rgb(90 226 75 / 0.9);
}

.focus\:border-r-green-100\/95:focus {
    border-right-color: rgb(90 226 75 / 0.95);
}

.focus\:border-r-green-20:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-r-green-20\/0:focus {
    border-right-color: rgb(26 52 70 / 0);
}

.focus\:border-r-green-20\/10:focus {
    border-right-color: rgb(26 52 70 / 0.1);
}

.focus\:border-r-green-20\/100:focus {
    border-right-color: rgb(26 52 70 / 1);
}

.focus\:border-r-green-20\/20:focus {
    border-right-color: rgb(26 52 70 / 0.2);
}

.focus\:border-r-green-20\/25:focus {
    border-right-color: rgb(26 52 70 / 0.25);
}

.focus\:border-r-green-20\/30:focus {
    border-right-color: rgb(26 52 70 / 0.3);
}

.focus\:border-r-green-20\/40:focus {
    border-right-color: rgb(26 52 70 / 0.4);
}

.focus\:border-r-green-20\/5:focus {
    border-right-color: rgb(26 52 70 / 0.05);
}

.focus\:border-r-green-20\/50:focus {
    border-right-color: rgb(26 52 70 / 0.5);
}

.focus\:border-r-green-20\/60:focus {
    border-right-color: rgb(26 52 70 / 0.6);
}

.focus\:border-r-green-20\/70:focus {
    border-right-color: rgb(26 52 70 / 0.7);
}

.focus\:border-r-green-20\/75:focus {
    border-right-color: rgb(26 52 70 / 0.75);
}

.focus\:border-r-green-20\/80:focus {
    border-right-color: rgb(26 52 70 / 0.8);
}

.focus\:border-r-green-20\/90:focus {
    border-right-color: rgb(26 52 70 / 0.9);
}

.focus\:border-r-green-20\/95:focus {
    border-right-color: rgb(26 52 70 / 0.95);
}

.focus\:border-r-green-30:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-r-green-30\/0:focus {
    border-right-color: rgb(32 75 75 / 0);
}

.focus\:border-r-green-30\/10:focus {
    border-right-color: rgb(32 75 75 / 0.1);
}

.focus\:border-r-green-30\/100:focus {
    border-right-color: rgb(32 75 75 / 1);
}

.focus\:border-r-green-30\/20:focus {
    border-right-color: rgb(32 75 75 / 0.2);
}

.focus\:border-r-green-30\/25:focus {
    border-right-color: rgb(32 75 75 / 0.25);
}

.focus\:border-r-green-30\/30:focus {
    border-right-color: rgb(32 75 75 / 0.3);
}

.focus\:border-r-green-30\/40:focus {
    border-right-color: rgb(32 75 75 / 0.4);
}

.focus\:border-r-green-30\/5:focus {
    border-right-color: rgb(32 75 75 / 0.05);
}

.focus\:border-r-green-30\/50:focus {
    border-right-color: rgb(32 75 75 / 0.5);
}

.focus\:border-r-green-30\/60:focus {
    border-right-color: rgb(32 75 75 / 0.6);
}

.focus\:border-r-green-30\/70:focus {
    border-right-color: rgb(32 75 75 / 0.7);
}

.focus\:border-r-green-30\/75:focus {
    border-right-color: rgb(32 75 75 / 0.75);
}

.focus\:border-r-green-30\/80:focus {
    border-right-color: rgb(32 75 75 / 0.8);
}

.focus\:border-r-green-30\/90:focus {
    border-right-color: rgb(32 75 75 / 0.9);
}

.focus\:border-r-green-30\/95:focus {
    border-right-color: rgb(32 75 75 / 0.95);
}

.focus\:border-r-green-50:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-r-green-50\/0:focus {
    border-right-color: rgb(44 121 83 / 0);
}

.focus\:border-r-green-50\/10:focus {
    border-right-color: rgb(44 121 83 / 0.1);
}

.focus\:border-r-green-50\/100:focus {
    border-right-color: rgb(44 121 83 / 1);
}

.focus\:border-r-green-50\/20:focus {
    border-right-color: rgb(44 121 83 / 0.2);
}

.focus\:border-r-green-50\/25:focus {
    border-right-color: rgb(44 121 83 / 0.25);
}

.focus\:border-r-green-50\/30:focus {
    border-right-color: rgb(44 121 83 / 0.3);
}

.focus\:border-r-green-50\/40:focus {
    border-right-color: rgb(44 121 83 / 0.4);
}

.focus\:border-r-green-50\/5:focus {
    border-right-color: rgb(44 121 83 / 0.05);
}

.focus\:border-r-green-50\/50:focus {
    border-right-color: rgb(44 121 83 / 0.5);
}

.focus\:border-r-green-50\/60:focus {
    border-right-color: rgb(44 121 83 / 0.6);
}

.focus\:border-r-green-50\/70:focus {
    border-right-color: rgb(44 121 83 / 0.7);
}

.focus\:border-r-green-50\/75:focus {
    border-right-color: rgb(44 121 83 / 0.75);
}

.focus\:border-r-green-50\/80:focus {
    border-right-color: rgb(44 121 83 / 0.8);
}

.focus\:border-r-green-50\/90:focus {
    border-right-color: rgb(44 121 83 / 0.9);
}

.focus\:border-r-green-50\/95:focus {
    border-right-color: rgb(44 121 83 / 0.95);
}

.focus\:border-r-green-70:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-r-green-70\/0:focus {
    border-right-color: rgb(57 168 91 / 0);
}

.focus\:border-r-green-70\/10:focus {
    border-right-color: rgb(57 168 91 / 0.1);
}

.focus\:border-r-green-70\/100:focus {
    border-right-color: rgb(57 168 91 / 1);
}

.focus\:border-r-green-70\/20:focus {
    border-right-color: rgb(57 168 91 / 0.2);
}

.focus\:border-r-green-70\/25:focus {
    border-right-color: rgb(57 168 91 / 0.25);
}

.focus\:border-r-green-70\/30:focus {
    border-right-color: rgb(57 168 91 / 0.3);
}

.focus\:border-r-green-70\/40:focus {
    border-right-color: rgb(57 168 91 / 0.4);
}

.focus\:border-r-green-70\/5:focus {
    border-right-color: rgb(57 168 91 / 0.05);
}

.focus\:border-r-green-70\/50:focus {
    border-right-color: rgb(57 168 91 / 0.5);
}

.focus\:border-r-green-70\/60:focus {
    border-right-color: rgb(57 168 91 / 0.6);
}

.focus\:border-r-green-70\/70:focus {
    border-right-color: rgb(57 168 91 / 0.7);
}

.focus\:border-r-green-70\/75:focus {
    border-right-color: rgb(57 168 91 / 0.75);
}

.focus\:border-r-green-70\/80:focus {
    border-right-color: rgb(57 168 91 / 0.8);
}

.focus\:border-r-green-70\/90:focus {
    border-right-color: rgb(57 168 91 / 0.9);
}

.focus\:border-r-green-70\/95:focus {
    border-right-color: rgb(57 168 91 / 0.95);
}

.focus\:border-r-purple-10:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-r-purple-10\/0:focus {
    border-right-color: rgb(26 8 70 / 0);
}

.focus\:border-r-purple-10\/10:focus {
    border-right-color: rgb(26 8 70 / 0.1);
}

.focus\:border-r-purple-10\/100:focus {
    border-right-color: rgb(26 8 70 / 1);
}

.focus\:border-r-purple-10\/20:focus {
    border-right-color: rgb(26 8 70 / 0.2);
}

.focus\:border-r-purple-10\/25:focus {
    border-right-color: rgb(26 8 70 / 0.25);
}

.focus\:border-r-purple-10\/30:focus {
    border-right-color: rgb(26 8 70 / 0.3);
}

.focus\:border-r-purple-10\/40:focus {
    border-right-color: rgb(26 8 70 / 0.4);
}

.focus\:border-r-purple-10\/5:focus {
    border-right-color: rgb(26 8 70 / 0.05);
}

.focus\:border-r-purple-10\/50:focus {
    border-right-color: rgb(26 8 70 / 0.5);
}

.focus\:border-r-purple-10\/60:focus {
    border-right-color: rgb(26 8 70 / 0.6);
}

.focus\:border-r-purple-10\/70:focus {
    border-right-color: rgb(26 8 70 / 0.7);
}

.focus\:border-r-purple-10\/75:focus {
    border-right-color: rgb(26 8 70 / 0.75);
}

.focus\:border-r-purple-10\/80:focus {
    border-right-color: rgb(26 8 70 / 0.8);
}

.focus\:border-r-purple-10\/90:focus {
    border-right-color: rgb(26 8 70 / 0.9);
}

.focus\:border-r-purple-10\/95:focus {
    border-right-color: rgb(26 8 70 / 0.95);
}

.focus\:border-r-purple-100:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-r-purple-100\/0:focus {
    border-right-color: rgb(125 41 145 / 0);
}

.focus\:border-r-purple-100\/10:focus {
    border-right-color: rgb(125 41 145 / 0.1);
}

.focus\:border-r-purple-100\/100:focus {
    border-right-color: rgb(125 41 145 / 1);
}

.focus\:border-r-purple-100\/20:focus {
    border-right-color: rgb(125 41 145 / 0.2);
}

.focus\:border-r-purple-100\/25:focus {
    border-right-color: rgb(125 41 145 / 0.25);
}

.focus\:border-r-purple-100\/30:focus {
    border-right-color: rgb(125 41 145 / 0.3);
}

.focus\:border-r-purple-100\/40:focus {
    border-right-color: rgb(125 41 145 / 0.4);
}

.focus\:border-r-purple-100\/5:focus {
    border-right-color: rgb(125 41 145 / 0.05);
}

.focus\:border-r-purple-100\/50:focus {
    border-right-color: rgb(125 41 145 / 0.5);
}

.focus\:border-r-purple-100\/60:focus {
    border-right-color: rgb(125 41 145 / 0.6);
}

.focus\:border-r-purple-100\/70:focus {
    border-right-color: rgb(125 41 145 / 0.7);
}

.focus\:border-r-purple-100\/75:focus {
    border-right-color: rgb(125 41 145 / 0.75);
}

.focus\:border-r-purple-100\/80:focus {
    border-right-color: rgb(125 41 145 / 0.8);
}

.focus\:border-r-purple-100\/90:focus {
    border-right-color: rgb(125 41 145 / 0.9);
}

.focus\:border-r-purple-100\/95:focus {
    border-right-color: rgb(125 41 145 / 0.95);
}

.focus\:border-r-purple-20:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-r-purple-20\/0:focus {
    border-right-color: rgb(40 12 78 / 0);
}

.focus\:border-r-purple-20\/10:focus {
    border-right-color: rgb(40 12 78 / 0.1);
}

.focus\:border-r-purple-20\/100:focus {
    border-right-color: rgb(40 12 78 / 1);
}

.focus\:border-r-purple-20\/20:focus {
    border-right-color: rgb(40 12 78 / 0.2);
}

.focus\:border-r-purple-20\/25:focus {
    border-right-color: rgb(40 12 78 / 0.25);
}

.focus\:border-r-purple-20\/30:focus {
    border-right-color: rgb(40 12 78 / 0.3);
}

.focus\:border-r-purple-20\/40:focus {
    border-right-color: rgb(40 12 78 / 0.4);
}

.focus\:border-r-purple-20\/5:focus {
    border-right-color: rgb(40 12 78 / 0.05);
}

.focus\:border-r-purple-20\/50:focus {
    border-right-color: rgb(40 12 78 / 0.5);
}

.focus\:border-r-purple-20\/60:focus {
    border-right-color: rgb(40 12 78 / 0.6);
}

.focus\:border-r-purple-20\/70:focus {
    border-right-color: rgb(40 12 78 / 0.7);
}

.focus\:border-r-purple-20\/75:focus {
    border-right-color: rgb(40 12 78 / 0.75);
}

.focus\:border-r-purple-20\/80:focus {
    border-right-color: rgb(40 12 78 / 0.8);
}

.focus\:border-r-purple-20\/90:focus {
    border-right-color: rgb(40 12 78 / 0.9);
}

.focus\:border-r-purple-20\/95:focus {
    border-right-color: rgb(40 12 78 / 0.95);
}

.focus\:border-r-purple-30:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-r-purple-30\/0:focus {
    border-right-color: rgb(53 15 86 / 0);
}

.focus\:border-r-purple-30\/10:focus {
    border-right-color: rgb(53 15 86 / 0.1);
}

.focus\:border-r-purple-30\/100:focus {
    border-right-color: rgb(53 15 86 / 1);
}

.focus\:border-r-purple-30\/20:focus {
    border-right-color: rgb(53 15 86 / 0.2);
}

.focus\:border-r-purple-30\/25:focus {
    border-right-color: rgb(53 15 86 / 0.25);
}

.focus\:border-r-purple-30\/30:focus {
    border-right-color: rgb(53 15 86 / 0.3);
}

.focus\:border-r-purple-30\/40:focus {
    border-right-color: rgb(53 15 86 / 0.4);
}

.focus\:border-r-purple-30\/5:focus {
    border-right-color: rgb(53 15 86 / 0.05);
}

.focus\:border-r-purple-30\/50:focus {
    border-right-color: rgb(53 15 86 / 0.5);
}

.focus\:border-r-purple-30\/60:focus {
    border-right-color: rgb(53 15 86 / 0.6);
}

.focus\:border-r-purple-30\/70:focus {
    border-right-color: rgb(53 15 86 / 0.7);
}

.focus\:border-r-purple-30\/75:focus {
    border-right-color: rgb(53 15 86 / 0.75);
}

.focus\:border-r-purple-30\/80:focus {
    border-right-color: rgb(53 15 86 / 0.8);
}

.focus\:border-r-purple-30\/90:focus {
    border-right-color: rgb(53 15 86 / 0.9);
}

.focus\:border-r-purple-30\/95:focus {
    border-right-color: rgb(53 15 86 / 0.95);
}

.focus\:border-r-purple-50:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-r-purple-50\/0:focus {
    border-right-color: rgb(79 22 102 / 0);
}

.focus\:border-r-purple-50\/10:focus {
    border-right-color: rgb(79 22 102 / 0.1);
}

.focus\:border-r-purple-50\/100:focus {
    border-right-color: rgb(79 22 102 / 1);
}

.focus\:border-r-purple-50\/20:focus {
    border-right-color: rgb(79 22 102 / 0.2);
}

.focus\:border-r-purple-50\/25:focus {
    border-right-color: rgb(79 22 102 / 0.25);
}

.focus\:border-r-purple-50\/30:focus {
    border-right-color: rgb(79 22 102 / 0.3);
}

.focus\:border-r-purple-50\/40:focus {
    border-right-color: rgb(79 22 102 / 0.4);
}

.focus\:border-r-purple-50\/5:focus {
    border-right-color: rgb(79 22 102 / 0.05);
}

.focus\:border-r-purple-50\/50:focus {
    border-right-color: rgb(79 22 102 / 0.5);
}

.focus\:border-r-purple-50\/60:focus {
    border-right-color: rgb(79 22 102 / 0.6);
}

.focus\:border-r-purple-50\/70:focus {
    border-right-color: rgb(79 22 102 / 0.7);
}

.focus\:border-r-purple-50\/75:focus {
    border-right-color: rgb(79 22 102 / 0.75);
}

.focus\:border-r-purple-50\/80:focus {
    border-right-color: rgb(79 22 102 / 0.8);
}

.focus\:border-r-purple-50\/90:focus {
    border-right-color: rgb(79 22 102 / 0.9);
}

.focus\:border-r-purple-50\/95:focus {
    border-right-color: rgb(79 22 102 / 0.95);
}

.focus\:border-r-purple-70:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-r-purple-70\/0:focus {
    border-right-color: rgb(106 29 119 / 0);
}

.focus\:border-r-purple-70\/10:focus {
    border-right-color: rgb(106 29 119 / 0.1);
}

.focus\:border-r-purple-70\/100:focus {
    border-right-color: rgb(106 29 119 / 1);
}

.focus\:border-r-purple-70\/20:focus {
    border-right-color: rgb(106 29 119 / 0.2);
}

.focus\:border-r-purple-70\/25:focus {
    border-right-color: rgb(106 29 119 / 0.25);
}

.focus\:border-r-purple-70\/30:focus {
    border-right-color: rgb(106 29 119 / 0.3);
}

.focus\:border-r-purple-70\/40:focus {
    border-right-color: rgb(106 29 119 / 0.4);
}

.focus\:border-r-purple-70\/5:focus {
    border-right-color: rgb(106 29 119 / 0.05);
}

.focus\:border-r-purple-70\/50:focus {
    border-right-color: rgb(106 29 119 / 0.5);
}

.focus\:border-r-purple-70\/60:focus {
    border-right-color: rgb(106 29 119 / 0.6);
}

.focus\:border-r-purple-70\/70:focus {
    border-right-color: rgb(106 29 119 / 0.7);
}

.focus\:border-r-purple-70\/75:focus {
    border-right-color: rgb(106 29 119 / 0.75);
}

.focus\:border-r-purple-70\/80:focus {
    border-right-color: rgb(106 29 119 / 0.8);
}

.focus\:border-r-purple-70\/90:focus {
    border-right-color: rgb(106 29 119 / 0.9);
}

.focus\:border-r-purple-70\/95:focus {
    border-right-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-right-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-right-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-r-utility-error\/0:focus {
    border-right-color: rgb(220 33 33 / 0);
}

.focus\:border-r-utility-error\/10:focus {
    border-right-color: rgb(220 33 33 / 0.1);
}

.focus\:border-r-utility-error\/100:focus {
    border-right-color: rgb(220 33 33 / 1);
}

.focus\:border-r-utility-error\/20:focus {
    border-right-color: rgb(220 33 33 / 0.2);
}

.focus\:border-r-utility-error\/25:focus {
    border-right-color: rgb(220 33 33 / 0.25);
}

.focus\:border-r-utility-error\/30:focus {
    border-right-color: rgb(220 33 33 / 0.3);
}

.focus\:border-r-utility-error\/40:focus {
    border-right-color: rgb(220 33 33 / 0.4);
}

.focus\:border-r-utility-error\/5:focus {
    border-right-color: rgb(220 33 33 / 0.05);
}

.focus\:border-r-utility-error\/50:focus {
    border-right-color: rgb(220 33 33 / 0.5);
}

.focus\:border-r-utility-error\/60:focus {
    border-right-color: rgb(220 33 33 / 0.6);
}

.focus\:border-r-utility-error\/70:focus {
    border-right-color: rgb(220 33 33 / 0.7);
}

.focus\:border-r-utility-error\/75:focus {
    border-right-color: rgb(220 33 33 / 0.75);
}

.focus\:border-r-utility-error\/80:focus {
    border-right-color: rgb(220 33 33 / 0.8);
}

.focus\:border-r-utility-error\/90:focus {
    border-right-color: rgb(220 33 33 / 0.9);
}

.focus\:border-r-utility-error\/95:focus {
    border-right-color: rgb(220 33 33 / 0.95);
}

.focus\:border-r-utility-info:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-r-utility-info\/0:focus {
    border-right-color: rgb(191 219 254 / 0);
}

.focus\:border-r-utility-info\/10:focus {
    border-right-color: rgb(191 219 254 / 0.1);
}

.focus\:border-r-utility-info\/100:focus {
    border-right-color: rgb(191 219 254 / 1);
}

.focus\:border-r-utility-info\/20:focus {
    border-right-color: rgb(191 219 254 / 0.2);
}

.focus\:border-r-utility-info\/25:focus {
    border-right-color: rgb(191 219 254 / 0.25);
}

.focus\:border-r-utility-info\/30:focus {
    border-right-color: rgb(191 219 254 / 0.3);
}

.focus\:border-r-utility-info\/40:focus {
    border-right-color: rgb(191 219 254 / 0.4);
}

.focus\:border-r-utility-info\/5:focus {
    border-right-color: rgb(191 219 254 / 0.05);
}

.focus\:border-r-utility-info\/50:focus {
    border-right-color: rgb(191 219 254 / 0.5);
}

.focus\:border-r-utility-info\/60:focus {
    border-right-color: rgb(191 219 254 / 0.6);
}

.focus\:border-r-utility-info\/70:focus {
    border-right-color: rgb(191 219 254 / 0.7);
}

.focus\:border-r-utility-info\/75:focus {
    border-right-color: rgb(191 219 254 / 0.75);
}

.focus\:border-r-utility-info\/80:focus {
    border-right-color: rgb(191 219 254 / 0.8);
}

.focus\:border-r-utility-info\/90:focus {
    border-right-color: rgb(191 219 254 / 0.9);
}

.focus\:border-r-utility-info\/95:focus {
    border-right-color: rgb(191 219 254 / 0.95);
}

.focus\:border-r-utility-success:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-r-utility-success\/0:focus {
    border-right-color: rgb(92 204 23 / 0);
}

.focus\:border-r-utility-success\/10:focus {
    border-right-color: rgb(92 204 23 / 0.1);
}

.focus\:border-r-utility-success\/100:focus {
    border-right-color: rgb(92 204 23 / 1);
}

.focus\:border-r-utility-success\/20:focus {
    border-right-color: rgb(92 204 23 / 0.2);
}

.focus\:border-r-utility-success\/25:focus {
    border-right-color: rgb(92 204 23 / 0.25);
}

.focus\:border-r-utility-success\/30:focus {
    border-right-color: rgb(92 204 23 / 0.3);
}

.focus\:border-r-utility-success\/40:focus {
    border-right-color: rgb(92 204 23 / 0.4);
}

.focus\:border-r-utility-success\/5:focus {
    border-right-color: rgb(92 204 23 / 0.05);
}

.focus\:border-r-utility-success\/50:focus {
    border-right-color: rgb(92 204 23 / 0.5);
}

.focus\:border-r-utility-success\/60:focus {
    border-right-color: rgb(92 204 23 / 0.6);
}

.focus\:border-r-utility-success\/70:focus {
    border-right-color: rgb(92 204 23 / 0.7);
}

.focus\:border-r-utility-success\/75:focus {
    border-right-color: rgb(92 204 23 / 0.75);
}

.focus\:border-r-utility-success\/80:focus {
    border-right-color: rgb(92 204 23 / 0.8);
}

.focus\:border-r-utility-success\/90:focus {
    border-right-color: rgb(92 204 23 / 0.9);
}

.focus\:border-r-utility-success\/95:focus {
    border-right-color: rgb(92 204 23 / 0.95);
}

.focus\:border-r-utility-warning:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-r-utility-warning\/0:focus {
    border-right-color: rgb(219 170 110 / 0);
}

.focus\:border-r-utility-warning\/10:focus {
    border-right-color: rgb(219 170 110 / 0.1);
}

.focus\:border-r-utility-warning\/100:focus {
    border-right-color: rgb(219 170 110 / 1);
}

.focus\:border-r-utility-warning\/20:focus {
    border-right-color: rgb(219 170 110 / 0.2);
}

.focus\:border-r-utility-warning\/25:focus {
    border-right-color: rgb(219 170 110 / 0.25);
}

.focus\:border-r-utility-warning\/30:focus {
    border-right-color: rgb(219 170 110 / 0.3);
}

.focus\:border-r-utility-warning\/40:focus {
    border-right-color: rgb(219 170 110 / 0.4);
}

.focus\:border-r-utility-warning\/5:focus {
    border-right-color: rgb(219 170 110 / 0.05);
}

.focus\:border-r-utility-warning\/50:focus {
    border-right-color: rgb(219 170 110 / 0.5);
}

.focus\:border-r-utility-warning\/60:focus {
    border-right-color: rgb(219 170 110 / 0.6);
}

.focus\:border-r-utility-warning\/70:focus {
    border-right-color: rgb(219 170 110 / 0.7);
}

.focus\:border-r-utility-warning\/75:focus {
    border-right-color: rgb(219 170 110 / 0.75);
}

.focus\:border-r-utility-warning\/80:focus {
    border-right-color: rgb(219 170 110 / 0.8);
}

.focus\:border-r-utility-warning\/90:focus {
    border-right-color: rgb(219 170 110 / 0.9);
}

.focus\:border-r-utility-warning\/95:focus {
    border-right-color: rgb(219 170 110 / 0.95);
}

.focus\:border-r-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-right-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-r-very-dark-blue\/0:focus {
    border-right-color: rgb(4 4 47 / 0);
}

.focus\:border-r-very-dark-blue\/10:focus {
    border-right-color: rgb(4 4 47 / 0.1);
}

.focus\:border-r-very-dark-blue\/100:focus {
    border-right-color: rgb(4 4 47 / 1);
}

.focus\:border-r-very-dark-blue\/20:focus {
    border-right-color: rgb(4 4 47 / 0.2);
}

.focus\:border-r-very-dark-blue\/25:focus {
    border-right-color: rgb(4 4 47 / 0.25);
}

.focus\:border-r-very-dark-blue\/30:focus {
    border-right-color: rgb(4 4 47 / 0.3);
}

.focus\:border-r-very-dark-blue\/40:focus {
    border-right-color: rgb(4 4 47 / 0.4);
}

.focus\:border-r-very-dark-blue\/5:focus {
    border-right-color: rgb(4 4 47 / 0.05);
}

.focus\:border-r-very-dark-blue\/50:focus {
    border-right-color: rgb(4 4 47 / 0.5);
}

.focus\:border-r-very-dark-blue\/60:focus {
    border-right-color: rgb(4 4 47 / 0.6);
}

.focus\:border-r-very-dark-blue\/70:focus {
    border-right-color: rgb(4 4 47 / 0.7);
}

.focus\:border-r-very-dark-blue\/75:focus {
    border-right-color: rgb(4 4 47 / 0.75);
}

.focus\:border-r-very-dark-blue\/80:focus {
    border-right-color: rgb(4 4 47 / 0.8);
}

.focus\:border-r-very-dark-blue\/90:focus {
    border-right-color: rgb(4 4 47 / 0.9);
}

.focus\:border-r-very-dark-blue\/95:focus {
    border-right-color: rgb(4 4 47 / 0.95);
}

.focus\:border-s-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-s-accent-green-dark\/0:focus {
    border-inline-start-color: rgb(42 172 110 / 0);
}

.focus\:border-s-accent-green-dark\/10:focus {
    border-inline-start-color: rgb(42 172 110 / 0.1);
}

.focus\:border-s-accent-green-dark\/100:focus {
    border-inline-start-color: rgb(42 172 110 / 1);
}

.focus\:border-s-accent-green-dark\/20:focus {
    border-inline-start-color: rgb(42 172 110 / 0.2);
}

.focus\:border-s-accent-green-dark\/25:focus {
    border-inline-start-color: rgb(42 172 110 / 0.25);
}

.focus\:border-s-accent-green-dark\/30:focus {
    border-inline-start-color: rgb(42 172 110 / 0.3);
}

.focus\:border-s-accent-green-dark\/40:focus {
    border-inline-start-color: rgb(42 172 110 / 0.4);
}

.focus\:border-s-accent-green-dark\/5:focus {
    border-inline-start-color: rgb(42 172 110 / 0.05);
}

.focus\:border-s-accent-green-dark\/50:focus {
    border-inline-start-color: rgb(42 172 110 / 0.5);
}

.focus\:border-s-accent-green-dark\/60:focus {
    border-inline-start-color: rgb(42 172 110 / 0.6);
}

.focus\:border-s-accent-green-dark\/70:focus {
    border-inline-start-color: rgb(42 172 110 / 0.7);
}

.focus\:border-s-accent-green-dark\/75:focus {
    border-inline-start-color: rgb(42 172 110 / 0.75);
}

.focus\:border-s-accent-green-dark\/80:focus {
    border-inline-start-color: rgb(42 172 110 / 0.8);
}

.focus\:border-s-accent-green-dark\/90:focus {
    border-inline-start-color: rgb(42 172 110 / 0.9);
}

.focus\:border-s-accent-green-dark\/95:focus {
    border-inline-start-color: rgb(42 172 110 / 0.95);
}

.focus\:border-s-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-s-accent-green-light\/0:focus {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.focus\:border-s-accent-green-light\/10:focus {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.focus\:border-s-accent-green-light\/100:focus {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.focus\:border-s-accent-green-light\/20:focus {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.focus\:border-s-accent-green-light\/25:focus {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.focus\:border-s-accent-green-light\/30:focus {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.focus\:border-s-accent-green-light\/40:focus {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.focus\:border-s-accent-green-light\/5:focus {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.focus\:border-s-accent-green-light\/50:focus {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.focus\:border-s-accent-green-light\/60:focus {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.focus\:border-s-accent-green-light\/70:focus {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.focus\:border-s-accent-green-light\/75:focus {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.focus\:border-s-accent-green-light\/80:focus {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.focus\:border-s-accent-green-light\/90:focus {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.focus\:border-s-accent-green-light\/95:focus {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.focus\:border-s-accent-purple:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-s-accent-purple\/0:focus {
    border-inline-start-color: rgb(192 69 221 / 0);
}

.focus\:border-s-accent-purple\/10:focus {
    border-inline-start-color: rgb(192 69 221 / 0.1);
}

.focus\:border-s-accent-purple\/100:focus {
    border-inline-start-color: rgb(192 69 221 / 1);
}

.focus\:border-s-accent-purple\/20:focus {
    border-inline-start-color: rgb(192 69 221 / 0.2);
}

.focus\:border-s-accent-purple\/25:focus {
    border-inline-start-color: rgb(192 69 221 / 0.25);
}

.focus\:border-s-accent-purple\/30:focus {
    border-inline-start-color: rgb(192 69 221 / 0.3);
}

.focus\:border-s-accent-purple\/40:focus {
    border-inline-start-color: rgb(192 69 221 / 0.4);
}

.focus\:border-s-accent-purple\/5:focus {
    border-inline-start-color: rgb(192 69 221 / 0.05);
}

.focus\:border-s-accent-purple\/50:focus {
    border-inline-start-color: rgb(192 69 221 / 0.5);
}

.focus\:border-s-accent-purple\/60:focus {
    border-inline-start-color: rgb(192 69 221 / 0.6);
}

.focus\:border-s-accent-purple\/70:focus {
    border-inline-start-color: rgb(192 69 221 / 0.7);
}

.focus\:border-s-accent-purple\/75:focus {
    border-inline-start-color: rgb(192 69 221 / 0.75);
}

.focus\:border-s-accent-purple\/80:focus {
    border-inline-start-color: rgb(192 69 221 / 0.8);
}

.focus\:border-s-accent-purple\/90:focus {
    border-inline-start-color: rgb(192 69 221 / 0.9);
}

.focus\:border-s-accent-purple\/95:focus {
    border-inline-start-color: rgb(192 69 221 / 0.95);
}

.focus\:border-s-current:focus {
    border-inline-start-color: currentColor;
}

.focus\:border-s-gray-10:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-s-gray-10\/0:focus {
    border-inline-start-color: rgb(36 30 81 / 0);
}

.focus\:border-s-gray-10\/10:focus {
    border-inline-start-color: rgb(36 30 81 / 0.1);
}

.focus\:border-s-gray-10\/100:focus {
    border-inline-start-color: rgb(36 30 81 / 1);
}

.focus\:border-s-gray-10\/20:focus {
    border-inline-start-color: rgb(36 30 81 / 0.2);
}

.focus\:border-s-gray-10\/25:focus {
    border-inline-start-color: rgb(36 30 81 / 0.25);
}

.focus\:border-s-gray-10\/30:focus {
    border-inline-start-color: rgb(36 30 81 / 0.3);
}

.focus\:border-s-gray-10\/40:focus {
    border-inline-start-color: rgb(36 30 81 / 0.4);
}

.focus\:border-s-gray-10\/5:focus {
    border-inline-start-color: rgb(36 30 81 / 0.05);
}

.focus\:border-s-gray-10\/50:focus {
    border-inline-start-color: rgb(36 30 81 / 0.5);
}

.focus\:border-s-gray-10\/60:focus {
    border-inline-start-color: rgb(36 30 81 / 0.6);
}

.focus\:border-s-gray-10\/70:focus {
    border-inline-start-color: rgb(36 30 81 / 0.7);
}

.focus\:border-s-gray-10\/75:focus {
    border-inline-start-color: rgb(36 30 81 / 0.75);
}

.focus\:border-s-gray-10\/80:focus {
    border-inline-start-color: rgb(36 30 81 / 0.8);
}

.focus\:border-s-gray-10\/90:focus {
    border-inline-start-color: rgb(36 30 81 / 0.9);
}

.focus\:border-s-gray-10\/95:focus {
    border-inline-start-color: rgb(36 30 81 / 0.95);
}

.focus\:border-s-gray-100:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-s-gray-100\/0:focus {
    border-inline-start-color: rgb(248 251 249 / 0);
}

.focus\:border-s-gray-100\/10:focus {
    border-inline-start-color: rgb(248 251 249 / 0.1);
}

.focus\:border-s-gray-100\/100:focus {
    border-inline-start-color: rgb(248 251 249 / 1);
}

.focus\:border-s-gray-100\/20:focus {
    border-inline-start-color: rgb(248 251 249 / 0.2);
}

.focus\:border-s-gray-100\/25:focus {
    border-inline-start-color: rgb(248 251 249 / 0.25);
}

.focus\:border-s-gray-100\/30:focus {
    border-inline-start-color: rgb(248 251 249 / 0.3);
}

.focus\:border-s-gray-100\/40:focus {
    border-inline-start-color: rgb(248 251 249 / 0.4);
}

.focus\:border-s-gray-100\/5:focus {
    border-inline-start-color: rgb(248 251 249 / 0.05);
}

.focus\:border-s-gray-100\/50:focus {
    border-inline-start-color: rgb(248 251 249 / 0.5);
}

.focus\:border-s-gray-100\/60:focus {
    border-inline-start-color: rgb(248 251 249 / 0.6);
}

.focus\:border-s-gray-100\/70:focus {
    border-inline-start-color: rgb(248 251 249 / 0.7);
}

.focus\:border-s-gray-100\/75:focus {
    border-inline-start-color: rgb(248 251 249 / 0.75);
}

.focus\:border-s-gray-100\/80:focus {
    border-inline-start-color: rgb(248 251 249 / 0.8);
}

.focus\:border-s-gray-100\/90:focus {
    border-inline-start-color: rgb(248 251 249 / 0.9);
}

.focus\:border-s-gray-100\/95:focus {
    border-inline-start-color: rgb(248 251 249 / 0.95);
}

.focus\:border-s-gray-20:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-s-gray-20\/0:focus {
    border-inline-start-color: rgb(60 54 99 / 0);
}

.focus\:border-s-gray-20\/10:focus {
    border-inline-start-color: rgb(60 54 99 / 0.1);
}

.focus\:border-s-gray-20\/100:focus {
    border-inline-start-color: rgb(60 54 99 / 1);
}

.focus\:border-s-gray-20\/20:focus {
    border-inline-start-color: rgb(60 54 99 / 0.2);
}

.focus\:border-s-gray-20\/25:focus {
    border-inline-start-color: rgb(60 54 99 / 0.25);
}

.focus\:border-s-gray-20\/30:focus {
    border-inline-start-color: rgb(60 54 99 / 0.3);
}

.focus\:border-s-gray-20\/40:focus {
    border-inline-start-color: rgb(60 54 99 / 0.4);
}

.focus\:border-s-gray-20\/5:focus {
    border-inline-start-color: rgb(60 54 99 / 0.05);
}

.focus\:border-s-gray-20\/50:focus {
    border-inline-start-color: rgb(60 54 99 / 0.5);
}

.focus\:border-s-gray-20\/60:focus {
    border-inline-start-color: rgb(60 54 99 / 0.6);
}

.focus\:border-s-gray-20\/70:focus {
    border-inline-start-color: rgb(60 54 99 / 0.7);
}

.focus\:border-s-gray-20\/75:focus {
    border-inline-start-color: rgb(60 54 99 / 0.75);
}

.focus\:border-s-gray-20\/80:focus {
    border-inline-start-color: rgb(60 54 99 / 0.8);
}

.focus\:border-s-gray-20\/90:focus {
    border-inline-start-color: rgb(60 54 99 / 0.9);
}

.focus\:border-s-gray-20\/95:focus {
    border-inline-start-color: rgb(60 54 99 / 0.95);
}

.focus\:border-s-gray-30:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-s-gray-30\/0:focus {
    border-inline-start-color: rgb(83 79 118 / 0);
}

.focus\:border-s-gray-30\/10:focus {
    border-inline-start-color: rgb(83 79 118 / 0.1);
}

.focus\:border-s-gray-30\/100:focus {
    border-inline-start-color: rgb(83 79 118 / 1);
}

.focus\:border-s-gray-30\/20:focus {
    border-inline-start-color: rgb(83 79 118 / 0.2);
}

.focus\:border-s-gray-30\/25:focus {
    border-inline-start-color: rgb(83 79 118 / 0.25);
}

.focus\:border-s-gray-30\/30:focus {
    border-inline-start-color: rgb(83 79 118 / 0.3);
}

.focus\:border-s-gray-30\/40:focus {
    border-inline-start-color: rgb(83 79 118 / 0.4);
}

.focus\:border-s-gray-30\/5:focus {
    border-inline-start-color: rgb(83 79 118 / 0.05);
}

.focus\:border-s-gray-30\/50:focus {
    border-inline-start-color: rgb(83 79 118 / 0.5);
}

.focus\:border-s-gray-30\/60:focus {
    border-inline-start-color: rgb(83 79 118 / 0.6);
}

.focus\:border-s-gray-30\/70:focus {
    border-inline-start-color: rgb(83 79 118 / 0.7);
}

.focus\:border-s-gray-30\/75:focus {
    border-inline-start-color: rgb(83 79 118 / 0.75);
}

.focus\:border-s-gray-30\/80:focus {
    border-inline-start-color: rgb(83 79 118 / 0.8);
}

.focus\:border-s-gray-30\/90:focus {
    border-inline-start-color: rgb(83 79 118 / 0.9);
}

.focus\:border-s-gray-30\/95:focus {
    border-inline-start-color: rgb(83 79 118 / 0.95);
}

.focus\:border-s-gray-50:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-s-gray-50\/0:focus {
    border-inline-start-color: rgb(130 128 155 / 0);
}

.focus\:border-s-gray-50\/10:focus {
    border-inline-start-color: rgb(130 128 155 / 0.1);
}

.focus\:border-s-gray-50\/100:focus {
    border-inline-start-color: rgb(130 128 155 / 1);
}

.focus\:border-s-gray-50\/20:focus {
    border-inline-start-color: rgb(130 128 155 / 0.2);
}

.focus\:border-s-gray-50\/25:focus {
    border-inline-start-color: rgb(130 128 155 / 0.25);
}

.focus\:border-s-gray-50\/30:focus {
    border-inline-start-color: rgb(130 128 155 / 0.3);
}

.focus\:border-s-gray-50\/40:focus {
    border-inline-start-color: rgb(130 128 155 / 0.4);
}

.focus\:border-s-gray-50\/5:focus {
    border-inline-start-color: rgb(130 128 155 / 0.05);
}

.focus\:border-s-gray-50\/50:focus {
    border-inline-start-color: rgb(130 128 155 / 0.5);
}

.focus\:border-s-gray-50\/60:focus {
    border-inline-start-color: rgb(130 128 155 / 0.6);
}

.focus\:border-s-gray-50\/70:focus {
    border-inline-start-color: rgb(130 128 155 / 0.7);
}

.focus\:border-s-gray-50\/75:focus {
    border-inline-start-color: rgb(130 128 155 / 0.75);
}

.focus\:border-s-gray-50\/80:focus {
    border-inline-start-color: rgb(130 128 155 / 0.8);
}

.focus\:border-s-gray-50\/90:focus {
    border-inline-start-color: rgb(130 128 155 / 0.9);
}

.focus\:border-s-gray-50\/95:focus {
    border-inline-start-color: rgb(130 128 155 / 0.95);
}

.focus\:border-s-gray-70:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-s-gray-70\/0:focus {
    border-inline-start-color: rgb(177 177 193 / 0);
}

.focus\:border-s-gray-70\/10:focus {
    border-inline-start-color: rgb(177 177 193 / 0.1);
}

.focus\:border-s-gray-70\/100:focus {
    border-inline-start-color: rgb(177 177 193 / 1);
}

.focus\:border-s-gray-70\/20:focus {
    border-inline-start-color: rgb(177 177 193 / 0.2);
}

.focus\:border-s-gray-70\/25:focus {
    border-inline-start-color: rgb(177 177 193 / 0.25);
}

.focus\:border-s-gray-70\/30:focus {
    border-inline-start-color: rgb(177 177 193 / 0.3);
}

.focus\:border-s-gray-70\/40:focus {
    border-inline-start-color: rgb(177 177 193 / 0.4);
}

.focus\:border-s-gray-70\/5:focus {
    border-inline-start-color: rgb(177 177 193 / 0.05);
}

.focus\:border-s-gray-70\/50:focus {
    border-inline-start-color: rgb(177 177 193 / 0.5);
}

.focus\:border-s-gray-70\/60:focus {
    border-inline-start-color: rgb(177 177 193 / 0.6);
}

.focus\:border-s-gray-70\/70:focus {
    border-inline-start-color: rgb(177 177 193 / 0.7);
}

.focus\:border-s-gray-70\/75:focus {
    border-inline-start-color: rgb(177 177 193 / 0.75);
}

.focus\:border-s-gray-70\/80:focus {
    border-inline-start-color: rgb(177 177 193 / 0.8);
}

.focus\:border-s-gray-70\/90:focus {
    border-inline-start-color: rgb(177 177 193 / 0.9);
}

.focus\:border-s-gray-70\/95:focus {
    border-inline-start-color: rgb(177 177 193 / 0.95);
}

.focus\:border-s-green-10:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-s-green-10\/0:focus {
    border-inline-start-color: rgb(19 28 66 / 0);
}

.focus\:border-s-green-10\/10:focus {
    border-inline-start-color: rgb(19 28 66 / 0.1);
}

.focus\:border-s-green-10\/100:focus {
    border-inline-start-color: rgb(19 28 66 / 1);
}

.focus\:border-s-green-10\/20:focus {
    border-inline-start-color: rgb(19 28 66 / 0.2);
}

.focus\:border-s-green-10\/25:focus {
    border-inline-start-color: rgb(19 28 66 / 0.25);
}

.focus\:border-s-green-10\/30:focus {
    border-inline-start-color: rgb(19 28 66 / 0.3);
}

.focus\:border-s-green-10\/40:focus {
    border-inline-start-color: rgb(19 28 66 / 0.4);
}

.focus\:border-s-green-10\/5:focus {
    border-inline-start-color: rgb(19 28 66 / 0.05);
}

.focus\:border-s-green-10\/50:focus {
    border-inline-start-color: rgb(19 28 66 / 0.5);
}

.focus\:border-s-green-10\/60:focus {
    border-inline-start-color: rgb(19 28 66 / 0.6);
}

.focus\:border-s-green-10\/70:focus {
    border-inline-start-color: rgb(19 28 66 / 0.7);
}

.focus\:border-s-green-10\/75:focus {
    border-inline-start-color: rgb(19 28 66 / 0.75);
}

.focus\:border-s-green-10\/80:focus {
    border-inline-start-color: rgb(19 28 66 / 0.8);
}

.focus\:border-s-green-10\/90:focus {
    border-inline-start-color: rgb(19 28 66 / 0.9);
}

.focus\:border-s-green-10\/95:focus {
    border-inline-start-color: rgb(19 28 66 / 0.95);
}

.focus\:border-s-green-100:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-s-green-100\/0:focus {
    border-inline-start-color: rgb(90 226 75 / 0);
}

.focus\:border-s-green-100\/10:focus {
    border-inline-start-color: rgb(90 226 75 / 0.1);
}

.focus\:border-s-green-100\/100:focus {
    border-inline-start-color: rgb(90 226 75 / 1);
}

.focus\:border-s-green-100\/20:focus {
    border-inline-start-color: rgb(90 226 75 / 0.2);
}

.focus\:border-s-green-100\/25:focus {
    border-inline-start-color: rgb(90 226 75 / 0.25);
}

.focus\:border-s-green-100\/30:focus {
    border-inline-start-color: rgb(90 226 75 / 0.3);
}

.focus\:border-s-green-100\/40:focus {
    border-inline-start-color: rgb(90 226 75 / 0.4);
}

.focus\:border-s-green-100\/5:focus {
    border-inline-start-color: rgb(90 226 75 / 0.05);
}

.focus\:border-s-green-100\/50:focus {
    border-inline-start-color: rgb(90 226 75 / 0.5);
}

.focus\:border-s-green-100\/60:focus {
    border-inline-start-color: rgb(90 226 75 / 0.6);
}

.focus\:border-s-green-100\/70:focus {
    border-inline-start-color: rgb(90 226 75 / 0.7);
}

.focus\:border-s-green-100\/75:focus {
    border-inline-start-color: rgb(90 226 75 / 0.75);
}

.focus\:border-s-green-100\/80:focus {
    border-inline-start-color: rgb(90 226 75 / 0.8);
}

.focus\:border-s-green-100\/90:focus {
    border-inline-start-color: rgb(90 226 75 / 0.9);
}

.focus\:border-s-green-100\/95:focus {
    border-inline-start-color: rgb(90 226 75 / 0.95);
}

.focus\:border-s-green-20:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-s-green-20\/0:focus {
    border-inline-start-color: rgb(26 52 70 / 0);
}

.focus\:border-s-green-20\/10:focus {
    border-inline-start-color: rgb(26 52 70 / 0.1);
}

.focus\:border-s-green-20\/100:focus {
    border-inline-start-color: rgb(26 52 70 / 1);
}

.focus\:border-s-green-20\/20:focus {
    border-inline-start-color: rgb(26 52 70 / 0.2);
}

.focus\:border-s-green-20\/25:focus {
    border-inline-start-color: rgb(26 52 70 / 0.25);
}

.focus\:border-s-green-20\/30:focus {
    border-inline-start-color: rgb(26 52 70 / 0.3);
}

.focus\:border-s-green-20\/40:focus {
    border-inline-start-color: rgb(26 52 70 / 0.4);
}

.focus\:border-s-green-20\/5:focus {
    border-inline-start-color: rgb(26 52 70 / 0.05);
}

.focus\:border-s-green-20\/50:focus {
    border-inline-start-color: rgb(26 52 70 / 0.5);
}

.focus\:border-s-green-20\/60:focus {
    border-inline-start-color: rgb(26 52 70 / 0.6);
}

.focus\:border-s-green-20\/70:focus {
    border-inline-start-color: rgb(26 52 70 / 0.7);
}

.focus\:border-s-green-20\/75:focus {
    border-inline-start-color: rgb(26 52 70 / 0.75);
}

.focus\:border-s-green-20\/80:focus {
    border-inline-start-color: rgb(26 52 70 / 0.8);
}

.focus\:border-s-green-20\/90:focus {
    border-inline-start-color: rgb(26 52 70 / 0.9);
}

.focus\:border-s-green-20\/95:focus {
    border-inline-start-color: rgb(26 52 70 / 0.95);
}

.focus\:border-s-green-30:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-s-green-30\/0:focus {
    border-inline-start-color: rgb(32 75 75 / 0);
}

.focus\:border-s-green-30\/10:focus {
    border-inline-start-color: rgb(32 75 75 / 0.1);
}

.focus\:border-s-green-30\/100:focus {
    border-inline-start-color: rgb(32 75 75 / 1);
}

.focus\:border-s-green-30\/20:focus {
    border-inline-start-color: rgb(32 75 75 / 0.2);
}

.focus\:border-s-green-30\/25:focus {
    border-inline-start-color: rgb(32 75 75 / 0.25);
}

.focus\:border-s-green-30\/30:focus {
    border-inline-start-color: rgb(32 75 75 / 0.3);
}

.focus\:border-s-green-30\/40:focus {
    border-inline-start-color: rgb(32 75 75 / 0.4);
}

.focus\:border-s-green-30\/5:focus {
    border-inline-start-color: rgb(32 75 75 / 0.05);
}

.focus\:border-s-green-30\/50:focus {
    border-inline-start-color: rgb(32 75 75 / 0.5);
}

.focus\:border-s-green-30\/60:focus {
    border-inline-start-color: rgb(32 75 75 / 0.6);
}

.focus\:border-s-green-30\/70:focus {
    border-inline-start-color: rgb(32 75 75 / 0.7);
}

.focus\:border-s-green-30\/75:focus {
    border-inline-start-color: rgb(32 75 75 / 0.75);
}

.focus\:border-s-green-30\/80:focus {
    border-inline-start-color: rgb(32 75 75 / 0.8);
}

.focus\:border-s-green-30\/90:focus {
    border-inline-start-color: rgb(32 75 75 / 0.9);
}

.focus\:border-s-green-30\/95:focus {
    border-inline-start-color: rgb(32 75 75 / 0.95);
}

.focus\:border-s-green-50:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-s-green-50\/0:focus {
    border-inline-start-color: rgb(44 121 83 / 0);
}

.focus\:border-s-green-50\/10:focus {
    border-inline-start-color: rgb(44 121 83 / 0.1);
}

.focus\:border-s-green-50\/100:focus {
    border-inline-start-color: rgb(44 121 83 / 1);
}

.focus\:border-s-green-50\/20:focus {
    border-inline-start-color: rgb(44 121 83 / 0.2);
}

.focus\:border-s-green-50\/25:focus {
    border-inline-start-color: rgb(44 121 83 / 0.25);
}

.focus\:border-s-green-50\/30:focus {
    border-inline-start-color: rgb(44 121 83 / 0.3);
}

.focus\:border-s-green-50\/40:focus {
    border-inline-start-color: rgb(44 121 83 / 0.4);
}

.focus\:border-s-green-50\/5:focus {
    border-inline-start-color: rgb(44 121 83 / 0.05);
}

.focus\:border-s-green-50\/50:focus {
    border-inline-start-color: rgb(44 121 83 / 0.5);
}

.focus\:border-s-green-50\/60:focus {
    border-inline-start-color: rgb(44 121 83 / 0.6);
}

.focus\:border-s-green-50\/70:focus {
    border-inline-start-color: rgb(44 121 83 / 0.7);
}

.focus\:border-s-green-50\/75:focus {
    border-inline-start-color: rgb(44 121 83 / 0.75);
}

.focus\:border-s-green-50\/80:focus {
    border-inline-start-color: rgb(44 121 83 / 0.8);
}

.focus\:border-s-green-50\/90:focus {
    border-inline-start-color: rgb(44 121 83 / 0.9);
}

.focus\:border-s-green-50\/95:focus {
    border-inline-start-color: rgb(44 121 83 / 0.95);
}

.focus\:border-s-green-70:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-s-green-70\/0:focus {
    border-inline-start-color: rgb(57 168 91 / 0);
}

.focus\:border-s-green-70\/10:focus {
    border-inline-start-color: rgb(57 168 91 / 0.1);
}

.focus\:border-s-green-70\/100:focus {
    border-inline-start-color: rgb(57 168 91 / 1);
}

.focus\:border-s-green-70\/20:focus {
    border-inline-start-color: rgb(57 168 91 / 0.2);
}

.focus\:border-s-green-70\/25:focus {
    border-inline-start-color: rgb(57 168 91 / 0.25);
}

.focus\:border-s-green-70\/30:focus {
    border-inline-start-color: rgb(57 168 91 / 0.3);
}

.focus\:border-s-green-70\/40:focus {
    border-inline-start-color: rgb(57 168 91 / 0.4);
}

.focus\:border-s-green-70\/5:focus {
    border-inline-start-color: rgb(57 168 91 / 0.05);
}

.focus\:border-s-green-70\/50:focus {
    border-inline-start-color: rgb(57 168 91 / 0.5);
}

.focus\:border-s-green-70\/60:focus {
    border-inline-start-color: rgb(57 168 91 / 0.6);
}

.focus\:border-s-green-70\/70:focus {
    border-inline-start-color: rgb(57 168 91 / 0.7);
}

.focus\:border-s-green-70\/75:focus {
    border-inline-start-color: rgb(57 168 91 / 0.75);
}

.focus\:border-s-green-70\/80:focus {
    border-inline-start-color: rgb(57 168 91 / 0.8);
}

.focus\:border-s-green-70\/90:focus {
    border-inline-start-color: rgb(57 168 91 / 0.9);
}

.focus\:border-s-green-70\/95:focus {
    border-inline-start-color: rgb(57 168 91 / 0.95);
}

.focus\:border-s-purple-10:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-s-purple-10\/0:focus {
    border-inline-start-color: rgb(26 8 70 / 0);
}

.focus\:border-s-purple-10\/10:focus {
    border-inline-start-color: rgb(26 8 70 / 0.1);
}

.focus\:border-s-purple-10\/100:focus {
    border-inline-start-color: rgb(26 8 70 / 1);
}

.focus\:border-s-purple-10\/20:focus {
    border-inline-start-color: rgb(26 8 70 / 0.2);
}

.focus\:border-s-purple-10\/25:focus {
    border-inline-start-color: rgb(26 8 70 / 0.25);
}

.focus\:border-s-purple-10\/30:focus {
    border-inline-start-color: rgb(26 8 70 / 0.3);
}

.focus\:border-s-purple-10\/40:focus {
    border-inline-start-color: rgb(26 8 70 / 0.4);
}

.focus\:border-s-purple-10\/5:focus {
    border-inline-start-color: rgb(26 8 70 / 0.05);
}

.focus\:border-s-purple-10\/50:focus {
    border-inline-start-color: rgb(26 8 70 / 0.5);
}

.focus\:border-s-purple-10\/60:focus {
    border-inline-start-color: rgb(26 8 70 / 0.6);
}

.focus\:border-s-purple-10\/70:focus {
    border-inline-start-color: rgb(26 8 70 / 0.7);
}

.focus\:border-s-purple-10\/75:focus {
    border-inline-start-color: rgb(26 8 70 / 0.75);
}

.focus\:border-s-purple-10\/80:focus {
    border-inline-start-color: rgb(26 8 70 / 0.8);
}

.focus\:border-s-purple-10\/90:focus {
    border-inline-start-color: rgb(26 8 70 / 0.9);
}

.focus\:border-s-purple-10\/95:focus {
    border-inline-start-color: rgb(26 8 70 / 0.95);
}

.focus\:border-s-purple-100:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-s-purple-100\/0:focus {
    border-inline-start-color: rgb(125 41 145 / 0);
}

.focus\:border-s-purple-100\/10:focus {
    border-inline-start-color: rgb(125 41 145 / 0.1);
}

.focus\:border-s-purple-100\/100:focus {
    border-inline-start-color: rgb(125 41 145 / 1);
}

.focus\:border-s-purple-100\/20:focus {
    border-inline-start-color: rgb(125 41 145 / 0.2);
}

.focus\:border-s-purple-100\/25:focus {
    border-inline-start-color: rgb(125 41 145 / 0.25);
}

.focus\:border-s-purple-100\/30:focus {
    border-inline-start-color: rgb(125 41 145 / 0.3);
}

.focus\:border-s-purple-100\/40:focus {
    border-inline-start-color: rgb(125 41 145 / 0.4);
}

.focus\:border-s-purple-100\/5:focus {
    border-inline-start-color: rgb(125 41 145 / 0.05);
}

.focus\:border-s-purple-100\/50:focus {
    border-inline-start-color: rgb(125 41 145 / 0.5);
}

.focus\:border-s-purple-100\/60:focus {
    border-inline-start-color: rgb(125 41 145 / 0.6);
}

.focus\:border-s-purple-100\/70:focus {
    border-inline-start-color: rgb(125 41 145 / 0.7);
}

.focus\:border-s-purple-100\/75:focus {
    border-inline-start-color: rgb(125 41 145 / 0.75);
}

.focus\:border-s-purple-100\/80:focus {
    border-inline-start-color: rgb(125 41 145 / 0.8);
}

.focus\:border-s-purple-100\/90:focus {
    border-inline-start-color: rgb(125 41 145 / 0.9);
}

.focus\:border-s-purple-100\/95:focus {
    border-inline-start-color: rgb(125 41 145 / 0.95);
}

.focus\:border-s-purple-20:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-s-purple-20\/0:focus {
    border-inline-start-color: rgb(40 12 78 / 0);
}

.focus\:border-s-purple-20\/10:focus {
    border-inline-start-color: rgb(40 12 78 / 0.1);
}

.focus\:border-s-purple-20\/100:focus {
    border-inline-start-color: rgb(40 12 78 / 1);
}

.focus\:border-s-purple-20\/20:focus {
    border-inline-start-color: rgb(40 12 78 / 0.2);
}

.focus\:border-s-purple-20\/25:focus {
    border-inline-start-color: rgb(40 12 78 / 0.25);
}

.focus\:border-s-purple-20\/30:focus {
    border-inline-start-color: rgb(40 12 78 / 0.3);
}

.focus\:border-s-purple-20\/40:focus {
    border-inline-start-color: rgb(40 12 78 / 0.4);
}

.focus\:border-s-purple-20\/5:focus {
    border-inline-start-color: rgb(40 12 78 / 0.05);
}

.focus\:border-s-purple-20\/50:focus {
    border-inline-start-color: rgb(40 12 78 / 0.5);
}

.focus\:border-s-purple-20\/60:focus {
    border-inline-start-color: rgb(40 12 78 / 0.6);
}

.focus\:border-s-purple-20\/70:focus {
    border-inline-start-color: rgb(40 12 78 / 0.7);
}

.focus\:border-s-purple-20\/75:focus {
    border-inline-start-color: rgb(40 12 78 / 0.75);
}

.focus\:border-s-purple-20\/80:focus {
    border-inline-start-color: rgb(40 12 78 / 0.8);
}

.focus\:border-s-purple-20\/90:focus {
    border-inline-start-color: rgb(40 12 78 / 0.9);
}

.focus\:border-s-purple-20\/95:focus {
    border-inline-start-color: rgb(40 12 78 / 0.95);
}

.focus\:border-s-purple-30:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-s-purple-30\/0:focus {
    border-inline-start-color: rgb(53 15 86 / 0);
}

.focus\:border-s-purple-30\/10:focus {
    border-inline-start-color: rgb(53 15 86 / 0.1);
}

.focus\:border-s-purple-30\/100:focus {
    border-inline-start-color: rgb(53 15 86 / 1);
}

.focus\:border-s-purple-30\/20:focus {
    border-inline-start-color: rgb(53 15 86 / 0.2);
}

.focus\:border-s-purple-30\/25:focus {
    border-inline-start-color: rgb(53 15 86 / 0.25);
}

.focus\:border-s-purple-30\/30:focus {
    border-inline-start-color: rgb(53 15 86 / 0.3);
}

.focus\:border-s-purple-30\/40:focus {
    border-inline-start-color: rgb(53 15 86 / 0.4);
}

.focus\:border-s-purple-30\/5:focus {
    border-inline-start-color: rgb(53 15 86 / 0.05);
}

.focus\:border-s-purple-30\/50:focus {
    border-inline-start-color: rgb(53 15 86 / 0.5);
}

.focus\:border-s-purple-30\/60:focus {
    border-inline-start-color: rgb(53 15 86 / 0.6);
}

.focus\:border-s-purple-30\/70:focus {
    border-inline-start-color: rgb(53 15 86 / 0.7);
}

.focus\:border-s-purple-30\/75:focus {
    border-inline-start-color: rgb(53 15 86 / 0.75);
}

.focus\:border-s-purple-30\/80:focus {
    border-inline-start-color: rgb(53 15 86 / 0.8);
}

.focus\:border-s-purple-30\/90:focus {
    border-inline-start-color: rgb(53 15 86 / 0.9);
}

.focus\:border-s-purple-30\/95:focus {
    border-inline-start-color: rgb(53 15 86 / 0.95);
}

.focus\:border-s-purple-50:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-s-purple-50\/0:focus {
    border-inline-start-color: rgb(79 22 102 / 0);
}

.focus\:border-s-purple-50\/10:focus {
    border-inline-start-color: rgb(79 22 102 / 0.1);
}

.focus\:border-s-purple-50\/100:focus {
    border-inline-start-color: rgb(79 22 102 / 1);
}

.focus\:border-s-purple-50\/20:focus {
    border-inline-start-color: rgb(79 22 102 / 0.2);
}

.focus\:border-s-purple-50\/25:focus {
    border-inline-start-color: rgb(79 22 102 / 0.25);
}

.focus\:border-s-purple-50\/30:focus {
    border-inline-start-color: rgb(79 22 102 / 0.3);
}

.focus\:border-s-purple-50\/40:focus {
    border-inline-start-color: rgb(79 22 102 / 0.4);
}

.focus\:border-s-purple-50\/5:focus {
    border-inline-start-color: rgb(79 22 102 / 0.05);
}

.focus\:border-s-purple-50\/50:focus {
    border-inline-start-color: rgb(79 22 102 / 0.5);
}

.focus\:border-s-purple-50\/60:focus {
    border-inline-start-color: rgb(79 22 102 / 0.6);
}

.focus\:border-s-purple-50\/70:focus {
    border-inline-start-color: rgb(79 22 102 / 0.7);
}

.focus\:border-s-purple-50\/75:focus {
    border-inline-start-color: rgb(79 22 102 / 0.75);
}

.focus\:border-s-purple-50\/80:focus {
    border-inline-start-color: rgb(79 22 102 / 0.8);
}

.focus\:border-s-purple-50\/90:focus {
    border-inline-start-color: rgb(79 22 102 / 0.9);
}

.focus\:border-s-purple-50\/95:focus {
    border-inline-start-color: rgb(79 22 102 / 0.95);
}

.focus\:border-s-purple-70:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-s-purple-70\/0:focus {
    border-inline-start-color: rgb(106 29 119 / 0);
}

.focus\:border-s-purple-70\/10:focus {
    border-inline-start-color: rgb(106 29 119 / 0.1);
}

.focus\:border-s-purple-70\/100:focus {
    border-inline-start-color: rgb(106 29 119 / 1);
}

.focus\:border-s-purple-70\/20:focus {
    border-inline-start-color: rgb(106 29 119 / 0.2);
}

.focus\:border-s-purple-70\/25:focus {
    border-inline-start-color: rgb(106 29 119 / 0.25);
}

.focus\:border-s-purple-70\/30:focus {
    border-inline-start-color: rgb(106 29 119 / 0.3);
}

.focus\:border-s-purple-70\/40:focus {
    border-inline-start-color: rgb(106 29 119 / 0.4);
}

.focus\:border-s-purple-70\/5:focus {
    border-inline-start-color: rgb(106 29 119 / 0.05);
}

.focus\:border-s-purple-70\/50:focus {
    border-inline-start-color: rgb(106 29 119 / 0.5);
}

.focus\:border-s-purple-70\/60:focus {
    border-inline-start-color: rgb(106 29 119 / 0.6);
}

.focus\:border-s-purple-70\/70:focus {
    border-inline-start-color: rgb(106 29 119 / 0.7);
}

.focus\:border-s-purple-70\/75:focus {
    border-inline-start-color: rgb(106 29 119 / 0.75);
}

.focus\:border-s-purple-70\/80:focus {
    border-inline-start-color: rgb(106 29 119 / 0.8);
}

.focus\:border-s-purple-70\/90:focus {
    border-inline-start-color: rgb(106 29 119 / 0.9);
}

.focus\:border-s-purple-70\/95:focus {
    border-inline-start-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-inline-start-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-inline-start-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-s-utility-error\/0:focus {
    border-inline-start-color: rgb(220 33 33 / 0);
}

.focus\:border-s-utility-error\/10:focus {
    border-inline-start-color: rgb(220 33 33 / 0.1);
}

.focus\:border-s-utility-error\/100:focus {
    border-inline-start-color: rgb(220 33 33 / 1);
}

.focus\:border-s-utility-error\/20:focus {
    border-inline-start-color: rgb(220 33 33 / 0.2);
}

.focus\:border-s-utility-error\/25:focus {
    border-inline-start-color: rgb(220 33 33 / 0.25);
}

.focus\:border-s-utility-error\/30:focus {
    border-inline-start-color: rgb(220 33 33 / 0.3);
}

.focus\:border-s-utility-error\/40:focus {
    border-inline-start-color: rgb(220 33 33 / 0.4);
}

.focus\:border-s-utility-error\/5:focus {
    border-inline-start-color: rgb(220 33 33 / 0.05);
}

.focus\:border-s-utility-error\/50:focus {
    border-inline-start-color: rgb(220 33 33 / 0.5);
}

.focus\:border-s-utility-error\/60:focus {
    border-inline-start-color: rgb(220 33 33 / 0.6);
}

.focus\:border-s-utility-error\/70:focus {
    border-inline-start-color: rgb(220 33 33 / 0.7);
}

.focus\:border-s-utility-error\/75:focus {
    border-inline-start-color: rgb(220 33 33 / 0.75);
}

.focus\:border-s-utility-error\/80:focus {
    border-inline-start-color: rgb(220 33 33 / 0.8);
}

.focus\:border-s-utility-error\/90:focus {
    border-inline-start-color: rgb(220 33 33 / 0.9);
}

.focus\:border-s-utility-error\/95:focus {
    border-inline-start-color: rgb(220 33 33 / 0.95);
}

.focus\:border-s-utility-info:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-s-utility-info\/0:focus {
    border-inline-start-color: rgb(191 219 254 / 0);
}

.focus\:border-s-utility-info\/10:focus {
    border-inline-start-color: rgb(191 219 254 / 0.1);
}

.focus\:border-s-utility-info\/100:focus {
    border-inline-start-color: rgb(191 219 254 / 1);
}

.focus\:border-s-utility-info\/20:focus {
    border-inline-start-color: rgb(191 219 254 / 0.2);
}

.focus\:border-s-utility-info\/25:focus {
    border-inline-start-color: rgb(191 219 254 / 0.25);
}

.focus\:border-s-utility-info\/30:focus {
    border-inline-start-color: rgb(191 219 254 / 0.3);
}

.focus\:border-s-utility-info\/40:focus {
    border-inline-start-color: rgb(191 219 254 / 0.4);
}

.focus\:border-s-utility-info\/5:focus {
    border-inline-start-color: rgb(191 219 254 / 0.05);
}

.focus\:border-s-utility-info\/50:focus {
    border-inline-start-color: rgb(191 219 254 / 0.5);
}

.focus\:border-s-utility-info\/60:focus {
    border-inline-start-color: rgb(191 219 254 / 0.6);
}

.focus\:border-s-utility-info\/70:focus {
    border-inline-start-color: rgb(191 219 254 / 0.7);
}

.focus\:border-s-utility-info\/75:focus {
    border-inline-start-color: rgb(191 219 254 / 0.75);
}

.focus\:border-s-utility-info\/80:focus {
    border-inline-start-color: rgb(191 219 254 / 0.8);
}

.focus\:border-s-utility-info\/90:focus {
    border-inline-start-color: rgb(191 219 254 / 0.9);
}

.focus\:border-s-utility-info\/95:focus {
    border-inline-start-color: rgb(191 219 254 / 0.95);
}

.focus\:border-s-utility-success:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-s-utility-success\/0:focus {
    border-inline-start-color: rgb(92 204 23 / 0);
}

.focus\:border-s-utility-success\/10:focus {
    border-inline-start-color: rgb(92 204 23 / 0.1);
}

.focus\:border-s-utility-success\/100:focus {
    border-inline-start-color: rgb(92 204 23 / 1);
}

.focus\:border-s-utility-success\/20:focus {
    border-inline-start-color: rgb(92 204 23 / 0.2);
}

.focus\:border-s-utility-success\/25:focus {
    border-inline-start-color: rgb(92 204 23 / 0.25);
}

.focus\:border-s-utility-success\/30:focus {
    border-inline-start-color: rgb(92 204 23 / 0.3);
}

.focus\:border-s-utility-success\/40:focus {
    border-inline-start-color: rgb(92 204 23 / 0.4);
}

.focus\:border-s-utility-success\/5:focus {
    border-inline-start-color: rgb(92 204 23 / 0.05);
}

.focus\:border-s-utility-success\/50:focus {
    border-inline-start-color: rgb(92 204 23 / 0.5);
}

.focus\:border-s-utility-success\/60:focus {
    border-inline-start-color: rgb(92 204 23 / 0.6);
}

.focus\:border-s-utility-success\/70:focus {
    border-inline-start-color: rgb(92 204 23 / 0.7);
}

.focus\:border-s-utility-success\/75:focus {
    border-inline-start-color: rgb(92 204 23 / 0.75);
}

.focus\:border-s-utility-success\/80:focus {
    border-inline-start-color: rgb(92 204 23 / 0.8);
}

.focus\:border-s-utility-success\/90:focus {
    border-inline-start-color: rgb(92 204 23 / 0.9);
}

.focus\:border-s-utility-success\/95:focus {
    border-inline-start-color: rgb(92 204 23 / 0.95);
}

.focus\:border-s-utility-warning:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-s-utility-warning\/0:focus {
    border-inline-start-color: rgb(219 170 110 / 0);
}

.focus\:border-s-utility-warning\/10:focus {
    border-inline-start-color: rgb(219 170 110 / 0.1);
}

.focus\:border-s-utility-warning\/100:focus {
    border-inline-start-color: rgb(219 170 110 / 1);
}

.focus\:border-s-utility-warning\/20:focus {
    border-inline-start-color: rgb(219 170 110 / 0.2);
}

.focus\:border-s-utility-warning\/25:focus {
    border-inline-start-color: rgb(219 170 110 / 0.25);
}

.focus\:border-s-utility-warning\/30:focus {
    border-inline-start-color: rgb(219 170 110 / 0.3);
}

.focus\:border-s-utility-warning\/40:focus {
    border-inline-start-color: rgb(219 170 110 / 0.4);
}

.focus\:border-s-utility-warning\/5:focus {
    border-inline-start-color: rgb(219 170 110 / 0.05);
}

.focus\:border-s-utility-warning\/50:focus {
    border-inline-start-color: rgb(219 170 110 / 0.5);
}

.focus\:border-s-utility-warning\/60:focus {
    border-inline-start-color: rgb(219 170 110 / 0.6);
}

.focus\:border-s-utility-warning\/70:focus {
    border-inline-start-color: rgb(219 170 110 / 0.7);
}

.focus\:border-s-utility-warning\/75:focus {
    border-inline-start-color: rgb(219 170 110 / 0.75);
}

.focus\:border-s-utility-warning\/80:focus {
    border-inline-start-color: rgb(219 170 110 / 0.8);
}

.focus\:border-s-utility-warning\/90:focus {
    border-inline-start-color: rgb(219 170 110 / 0.9);
}

.focus\:border-s-utility-warning\/95:focus {
    border-inline-start-color: rgb(219 170 110 / 0.95);
}

.focus\:border-s-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-s-very-dark-blue\/0:focus {
    border-inline-start-color: rgb(4 4 47 / 0);
}

.focus\:border-s-very-dark-blue\/10:focus {
    border-inline-start-color: rgb(4 4 47 / 0.1);
}

.focus\:border-s-very-dark-blue\/100:focus {
    border-inline-start-color: rgb(4 4 47 / 1);
}

.focus\:border-s-very-dark-blue\/20:focus {
    border-inline-start-color: rgb(4 4 47 / 0.2);
}

.focus\:border-s-very-dark-blue\/25:focus {
    border-inline-start-color: rgb(4 4 47 / 0.25);
}

.focus\:border-s-very-dark-blue\/30:focus {
    border-inline-start-color: rgb(4 4 47 / 0.3);
}

.focus\:border-s-very-dark-blue\/40:focus {
    border-inline-start-color: rgb(4 4 47 / 0.4);
}

.focus\:border-s-very-dark-blue\/5:focus {
    border-inline-start-color: rgb(4 4 47 / 0.05);
}

.focus\:border-s-very-dark-blue\/50:focus {
    border-inline-start-color: rgb(4 4 47 / 0.5);
}

.focus\:border-s-very-dark-blue\/60:focus {
    border-inline-start-color: rgb(4 4 47 / 0.6);
}

.focus\:border-s-very-dark-blue\/70:focus {
    border-inline-start-color: rgb(4 4 47 / 0.7);
}

.focus\:border-s-very-dark-blue\/75:focus {
    border-inline-start-color: rgb(4 4 47 / 0.75);
}

.focus\:border-s-very-dark-blue\/80:focus {
    border-inline-start-color: rgb(4 4 47 / 0.8);
}

.focus\:border-s-very-dark-blue\/90:focus {
    border-inline-start-color: rgb(4 4 47 / 0.9);
}

.focus\:border-s-very-dark-blue\/95:focus {
    border-inline-start-color: rgb(4 4 47 / 0.95);
}

.focus\:border-t-accent-green-dark:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(42 172 110 / var(--tw-border-opacity));
}

.focus\:border-t-accent-green-dark\/0:focus {
    border-top-color: rgb(42 172 110 / 0);
}

.focus\:border-t-accent-green-dark\/10:focus {
    border-top-color: rgb(42 172 110 / 0.1);
}

.focus\:border-t-accent-green-dark\/100:focus {
    border-top-color: rgb(42 172 110 / 1);
}

.focus\:border-t-accent-green-dark\/20:focus {
    border-top-color: rgb(42 172 110 / 0.2);
}

.focus\:border-t-accent-green-dark\/25:focus {
    border-top-color: rgb(42 172 110 / 0.25);
}

.focus\:border-t-accent-green-dark\/30:focus {
    border-top-color: rgb(42 172 110 / 0.3);
}

.focus\:border-t-accent-green-dark\/40:focus {
    border-top-color: rgb(42 172 110 / 0.4);
}

.focus\:border-t-accent-green-dark\/5:focus {
    border-top-color: rgb(42 172 110 / 0.05);
}

.focus\:border-t-accent-green-dark\/50:focus {
    border-top-color: rgb(42 172 110 / 0.5);
}

.focus\:border-t-accent-green-dark\/60:focus {
    border-top-color: rgb(42 172 110 / 0.6);
}

.focus\:border-t-accent-green-dark\/70:focus {
    border-top-color: rgb(42 172 110 / 0.7);
}

.focus\:border-t-accent-green-dark\/75:focus {
    border-top-color: rgb(42 172 110 / 0.75);
}

.focus\:border-t-accent-green-dark\/80:focus {
    border-top-color: rgb(42 172 110 / 0.8);
}

.focus\:border-t-accent-green-dark\/90:focus {
    border-top-color: rgb(42 172 110 / 0.9);
}

.focus\:border-t-accent-green-dark\/95:focus {
    border-top-color: rgb(42 172 110 / 0.95);
}

.focus\:border-t-accent-green-light:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-t-accent-green-light\/0:focus {
    border-top-color: rgb(90 226 75 / 0);
}

.focus\:border-t-accent-green-light\/10:focus {
    border-top-color: rgb(90 226 75 / 0.1);
}

.focus\:border-t-accent-green-light\/100:focus {
    border-top-color: rgb(90 226 75 / 1);
}

.focus\:border-t-accent-green-light\/20:focus {
    border-top-color: rgb(90 226 75 / 0.2);
}

.focus\:border-t-accent-green-light\/25:focus {
    border-top-color: rgb(90 226 75 / 0.25);
}

.focus\:border-t-accent-green-light\/30:focus {
    border-top-color: rgb(90 226 75 / 0.3);
}

.focus\:border-t-accent-green-light\/40:focus {
    border-top-color: rgb(90 226 75 / 0.4);
}

.focus\:border-t-accent-green-light\/5:focus {
    border-top-color: rgb(90 226 75 / 0.05);
}

.focus\:border-t-accent-green-light\/50:focus {
    border-top-color: rgb(90 226 75 / 0.5);
}

.focus\:border-t-accent-green-light\/60:focus {
    border-top-color: rgb(90 226 75 / 0.6);
}

.focus\:border-t-accent-green-light\/70:focus {
    border-top-color: rgb(90 226 75 / 0.7);
}

.focus\:border-t-accent-green-light\/75:focus {
    border-top-color: rgb(90 226 75 / 0.75);
}

.focus\:border-t-accent-green-light\/80:focus {
    border-top-color: rgb(90 226 75 / 0.8);
}

.focus\:border-t-accent-green-light\/90:focus {
    border-top-color: rgb(90 226 75 / 0.9);
}

.focus\:border-t-accent-green-light\/95:focus {
    border-top-color: rgb(90 226 75 / 0.95);
}

.focus\:border-t-accent-purple:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(192 69 221 / var(--tw-border-opacity));
}

.focus\:border-t-accent-purple\/0:focus {
    border-top-color: rgb(192 69 221 / 0);
}

.focus\:border-t-accent-purple\/10:focus {
    border-top-color: rgb(192 69 221 / 0.1);
}

.focus\:border-t-accent-purple\/100:focus {
    border-top-color: rgb(192 69 221 / 1);
}

.focus\:border-t-accent-purple\/20:focus {
    border-top-color: rgb(192 69 221 / 0.2);
}

.focus\:border-t-accent-purple\/25:focus {
    border-top-color: rgb(192 69 221 / 0.25);
}

.focus\:border-t-accent-purple\/30:focus {
    border-top-color: rgb(192 69 221 / 0.3);
}

.focus\:border-t-accent-purple\/40:focus {
    border-top-color: rgb(192 69 221 / 0.4);
}

.focus\:border-t-accent-purple\/5:focus {
    border-top-color: rgb(192 69 221 / 0.05);
}

.focus\:border-t-accent-purple\/50:focus {
    border-top-color: rgb(192 69 221 / 0.5);
}

.focus\:border-t-accent-purple\/60:focus {
    border-top-color: rgb(192 69 221 / 0.6);
}

.focus\:border-t-accent-purple\/70:focus {
    border-top-color: rgb(192 69 221 / 0.7);
}

.focus\:border-t-accent-purple\/75:focus {
    border-top-color: rgb(192 69 221 / 0.75);
}

.focus\:border-t-accent-purple\/80:focus {
    border-top-color: rgb(192 69 221 / 0.8);
}

.focus\:border-t-accent-purple\/90:focus {
    border-top-color: rgb(192 69 221 / 0.9);
}

.focus\:border-t-accent-purple\/95:focus {
    border-top-color: rgb(192 69 221 / 0.95);
}

.focus\:border-t-current:focus {
    border-top-color: currentColor;
}

.focus\:border-t-gray-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 30 81 / var(--tw-border-opacity));
}

.focus\:border-t-gray-10\/0:focus {
    border-top-color: rgb(36 30 81 / 0);
}

.focus\:border-t-gray-10\/10:focus {
    border-top-color: rgb(36 30 81 / 0.1);
}

.focus\:border-t-gray-10\/100:focus {
    border-top-color: rgb(36 30 81 / 1);
}

.focus\:border-t-gray-10\/20:focus {
    border-top-color: rgb(36 30 81 / 0.2);
}

.focus\:border-t-gray-10\/25:focus {
    border-top-color: rgb(36 30 81 / 0.25);
}

.focus\:border-t-gray-10\/30:focus {
    border-top-color: rgb(36 30 81 / 0.3);
}

.focus\:border-t-gray-10\/40:focus {
    border-top-color: rgb(36 30 81 / 0.4);
}

.focus\:border-t-gray-10\/5:focus {
    border-top-color: rgb(36 30 81 / 0.05);
}

.focus\:border-t-gray-10\/50:focus {
    border-top-color: rgb(36 30 81 / 0.5);
}

.focus\:border-t-gray-10\/60:focus {
    border-top-color: rgb(36 30 81 / 0.6);
}

.focus\:border-t-gray-10\/70:focus {
    border-top-color: rgb(36 30 81 / 0.7);
}

.focus\:border-t-gray-10\/75:focus {
    border-top-color: rgb(36 30 81 / 0.75);
}

.focus\:border-t-gray-10\/80:focus {
    border-top-color: rgb(36 30 81 / 0.8);
}

.focus\:border-t-gray-10\/90:focus {
    border-top-color: rgb(36 30 81 / 0.9);
}

.focus\:border-t-gray-10\/95:focus {
    border-top-color: rgb(36 30 81 / 0.95);
}

.focus\:border-t-gray-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(248 251 249 / var(--tw-border-opacity));
}

.focus\:border-t-gray-100\/0:focus {
    border-top-color: rgb(248 251 249 / 0);
}

.focus\:border-t-gray-100\/10:focus {
    border-top-color: rgb(248 251 249 / 0.1);
}

.focus\:border-t-gray-100\/100:focus {
    border-top-color: rgb(248 251 249 / 1);
}

.focus\:border-t-gray-100\/20:focus {
    border-top-color: rgb(248 251 249 / 0.2);
}

.focus\:border-t-gray-100\/25:focus {
    border-top-color: rgb(248 251 249 / 0.25);
}

.focus\:border-t-gray-100\/30:focus {
    border-top-color: rgb(248 251 249 / 0.3);
}

.focus\:border-t-gray-100\/40:focus {
    border-top-color: rgb(248 251 249 / 0.4);
}

.focus\:border-t-gray-100\/5:focus {
    border-top-color: rgb(248 251 249 / 0.05);
}

.focus\:border-t-gray-100\/50:focus {
    border-top-color: rgb(248 251 249 / 0.5);
}

.focus\:border-t-gray-100\/60:focus {
    border-top-color: rgb(248 251 249 / 0.6);
}

.focus\:border-t-gray-100\/70:focus {
    border-top-color: rgb(248 251 249 / 0.7);
}

.focus\:border-t-gray-100\/75:focus {
    border-top-color: rgb(248 251 249 / 0.75);
}

.focus\:border-t-gray-100\/80:focus {
    border-top-color: rgb(248 251 249 / 0.8);
}

.focus\:border-t-gray-100\/90:focus {
    border-top-color: rgb(248 251 249 / 0.9);
}

.focus\:border-t-gray-100\/95:focus {
    border-top-color: rgb(248 251 249 / 0.95);
}

.focus\:border-t-gray-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(60 54 99 / var(--tw-border-opacity));
}

.focus\:border-t-gray-20\/0:focus {
    border-top-color: rgb(60 54 99 / 0);
}

.focus\:border-t-gray-20\/10:focus {
    border-top-color: rgb(60 54 99 / 0.1);
}

.focus\:border-t-gray-20\/100:focus {
    border-top-color: rgb(60 54 99 / 1);
}

.focus\:border-t-gray-20\/20:focus {
    border-top-color: rgb(60 54 99 / 0.2);
}

.focus\:border-t-gray-20\/25:focus {
    border-top-color: rgb(60 54 99 / 0.25);
}

.focus\:border-t-gray-20\/30:focus {
    border-top-color: rgb(60 54 99 / 0.3);
}

.focus\:border-t-gray-20\/40:focus {
    border-top-color: rgb(60 54 99 / 0.4);
}

.focus\:border-t-gray-20\/5:focus {
    border-top-color: rgb(60 54 99 / 0.05);
}

.focus\:border-t-gray-20\/50:focus {
    border-top-color: rgb(60 54 99 / 0.5);
}

.focus\:border-t-gray-20\/60:focus {
    border-top-color: rgb(60 54 99 / 0.6);
}

.focus\:border-t-gray-20\/70:focus {
    border-top-color: rgb(60 54 99 / 0.7);
}

.focus\:border-t-gray-20\/75:focus {
    border-top-color: rgb(60 54 99 / 0.75);
}

.focus\:border-t-gray-20\/80:focus {
    border-top-color: rgb(60 54 99 / 0.8);
}

.focus\:border-t-gray-20\/90:focus {
    border-top-color: rgb(60 54 99 / 0.9);
}

.focus\:border-t-gray-20\/95:focus {
    border-top-color: rgb(60 54 99 / 0.95);
}

.focus\:border-t-gray-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(83 79 118 / var(--tw-border-opacity));
}

.focus\:border-t-gray-30\/0:focus {
    border-top-color: rgb(83 79 118 / 0);
}

.focus\:border-t-gray-30\/10:focus {
    border-top-color: rgb(83 79 118 / 0.1);
}

.focus\:border-t-gray-30\/100:focus {
    border-top-color: rgb(83 79 118 / 1);
}

.focus\:border-t-gray-30\/20:focus {
    border-top-color: rgb(83 79 118 / 0.2);
}

.focus\:border-t-gray-30\/25:focus {
    border-top-color: rgb(83 79 118 / 0.25);
}

.focus\:border-t-gray-30\/30:focus {
    border-top-color: rgb(83 79 118 / 0.3);
}

.focus\:border-t-gray-30\/40:focus {
    border-top-color: rgb(83 79 118 / 0.4);
}

.focus\:border-t-gray-30\/5:focus {
    border-top-color: rgb(83 79 118 / 0.05);
}

.focus\:border-t-gray-30\/50:focus {
    border-top-color: rgb(83 79 118 / 0.5);
}

.focus\:border-t-gray-30\/60:focus {
    border-top-color: rgb(83 79 118 / 0.6);
}

.focus\:border-t-gray-30\/70:focus {
    border-top-color: rgb(83 79 118 / 0.7);
}

.focus\:border-t-gray-30\/75:focus {
    border-top-color: rgb(83 79 118 / 0.75);
}

.focus\:border-t-gray-30\/80:focus {
    border-top-color: rgb(83 79 118 / 0.8);
}

.focus\:border-t-gray-30\/90:focus {
    border-top-color: rgb(83 79 118 / 0.9);
}

.focus\:border-t-gray-30\/95:focus {
    border-top-color: rgb(83 79 118 / 0.95);
}

.focus\:border-t-gray-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(130 128 155 / var(--tw-border-opacity));
}

.focus\:border-t-gray-50\/0:focus {
    border-top-color: rgb(130 128 155 / 0);
}

.focus\:border-t-gray-50\/10:focus {
    border-top-color: rgb(130 128 155 / 0.1);
}

.focus\:border-t-gray-50\/100:focus {
    border-top-color: rgb(130 128 155 / 1);
}

.focus\:border-t-gray-50\/20:focus {
    border-top-color: rgb(130 128 155 / 0.2);
}

.focus\:border-t-gray-50\/25:focus {
    border-top-color: rgb(130 128 155 / 0.25);
}

.focus\:border-t-gray-50\/30:focus {
    border-top-color: rgb(130 128 155 / 0.3);
}

.focus\:border-t-gray-50\/40:focus {
    border-top-color: rgb(130 128 155 / 0.4);
}

.focus\:border-t-gray-50\/5:focus {
    border-top-color: rgb(130 128 155 / 0.05);
}

.focus\:border-t-gray-50\/50:focus {
    border-top-color: rgb(130 128 155 / 0.5);
}

.focus\:border-t-gray-50\/60:focus {
    border-top-color: rgb(130 128 155 / 0.6);
}

.focus\:border-t-gray-50\/70:focus {
    border-top-color: rgb(130 128 155 / 0.7);
}

.focus\:border-t-gray-50\/75:focus {
    border-top-color: rgb(130 128 155 / 0.75);
}

.focus\:border-t-gray-50\/80:focus {
    border-top-color: rgb(130 128 155 / 0.8);
}

.focus\:border-t-gray-50\/90:focus {
    border-top-color: rgb(130 128 155 / 0.9);
}

.focus\:border-t-gray-50\/95:focus {
    border-top-color: rgb(130 128 155 / 0.95);
}

.focus\:border-t-gray-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(177 177 193 / var(--tw-border-opacity));
}

.focus\:border-t-gray-70\/0:focus {
    border-top-color: rgb(177 177 193 / 0);
}

.focus\:border-t-gray-70\/10:focus {
    border-top-color: rgb(177 177 193 / 0.1);
}

.focus\:border-t-gray-70\/100:focus {
    border-top-color: rgb(177 177 193 / 1);
}

.focus\:border-t-gray-70\/20:focus {
    border-top-color: rgb(177 177 193 / 0.2);
}

.focus\:border-t-gray-70\/25:focus {
    border-top-color: rgb(177 177 193 / 0.25);
}

.focus\:border-t-gray-70\/30:focus {
    border-top-color: rgb(177 177 193 / 0.3);
}

.focus\:border-t-gray-70\/40:focus {
    border-top-color: rgb(177 177 193 / 0.4);
}

.focus\:border-t-gray-70\/5:focus {
    border-top-color: rgb(177 177 193 / 0.05);
}

.focus\:border-t-gray-70\/50:focus {
    border-top-color: rgb(177 177 193 / 0.5);
}

.focus\:border-t-gray-70\/60:focus {
    border-top-color: rgb(177 177 193 / 0.6);
}

.focus\:border-t-gray-70\/70:focus {
    border-top-color: rgb(177 177 193 / 0.7);
}

.focus\:border-t-gray-70\/75:focus {
    border-top-color: rgb(177 177 193 / 0.75);
}

.focus\:border-t-gray-70\/80:focus {
    border-top-color: rgb(177 177 193 / 0.8);
}

.focus\:border-t-gray-70\/90:focus {
    border-top-color: rgb(177 177 193 / 0.9);
}

.focus\:border-t-gray-70\/95:focus {
    border-top-color: rgb(177 177 193 / 0.95);
}

.focus\:border-t-green-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(19 28 66 / var(--tw-border-opacity));
}

.focus\:border-t-green-10\/0:focus {
    border-top-color: rgb(19 28 66 / 0);
}

.focus\:border-t-green-10\/10:focus {
    border-top-color: rgb(19 28 66 / 0.1);
}

.focus\:border-t-green-10\/100:focus {
    border-top-color: rgb(19 28 66 / 1);
}

.focus\:border-t-green-10\/20:focus {
    border-top-color: rgb(19 28 66 / 0.2);
}

.focus\:border-t-green-10\/25:focus {
    border-top-color: rgb(19 28 66 / 0.25);
}

.focus\:border-t-green-10\/30:focus {
    border-top-color: rgb(19 28 66 / 0.3);
}

.focus\:border-t-green-10\/40:focus {
    border-top-color: rgb(19 28 66 / 0.4);
}

.focus\:border-t-green-10\/5:focus {
    border-top-color: rgb(19 28 66 / 0.05);
}

.focus\:border-t-green-10\/50:focus {
    border-top-color: rgb(19 28 66 / 0.5);
}

.focus\:border-t-green-10\/60:focus {
    border-top-color: rgb(19 28 66 / 0.6);
}

.focus\:border-t-green-10\/70:focus {
    border-top-color: rgb(19 28 66 / 0.7);
}

.focus\:border-t-green-10\/75:focus {
    border-top-color: rgb(19 28 66 / 0.75);
}

.focus\:border-t-green-10\/80:focus {
    border-top-color: rgb(19 28 66 / 0.8);
}

.focus\:border-t-green-10\/90:focus {
    border-top-color: rgb(19 28 66 / 0.9);
}

.focus\:border-t-green-10\/95:focus {
    border-top-color: rgb(19 28 66 / 0.95);
}

.focus\:border-t-green-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.focus\:border-t-green-100\/0:focus {
    border-top-color: rgb(90 226 75 / 0);
}

.focus\:border-t-green-100\/10:focus {
    border-top-color: rgb(90 226 75 / 0.1);
}

.focus\:border-t-green-100\/100:focus {
    border-top-color: rgb(90 226 75 / 1);
}

.focus\:border-t-green-100\/20:focus {
    border-top-color: rgb(90 226 75 / 0.2);
}

.focus\:border-t-green-100\/25:focus {
    border-top-color: rgb(90 226 75 / 0.25);
}

.focus\:border-t-green-100\/30:focus {
    border-top-color: rgb(90 226 75 / 0.3);
}

.focus\:border-t-green-100\/40:focus {
    border-top-color: rgb(90 226 75 / 0.4);
}

.focus\:border-t-green-100\/5:focus {
    border-top-color: rgb(90 226 75 / 0.05);
}

.focus\:border-t-green-100\/50:focus {
    border-top-color: rgb(90 226 75 / 0.5);
}

.focus\:border-t-green-100\/60:focus {
    border-top-color: rgb(90 226 75 / 0.6);
}

.focus\:border-t-green-100\/70:focus {
    border-top-color: rgb(90 226 75 / 0.7);
}

.focus\:border-t-green-100\/75:focus {
    border-top-color: rgb(90 226 75 / 0.75);
}

.focus\:border-t-green-100\/80:focus {
    border-top-color: rgb(90 226 75 / 0.8);
}

.focus\:border-t-green-100\/90:focus {
    border-top-color: rgb(90 226 75 / 0.9);
}

.focus\:border-t-green-100\/95:focus {
    border-top-color: rgb(90 226 75 / 0.95);
}

.focus\:border-t-green-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 52 70 / var(--tw-border-opacity));
}

.focus\:border-t-green-20\/0:focus {
    border-top-color: rgb(26 52 70 / 0);
}

.focus\:border-t-green-20\/10:focus {
    border-top-color: rgb(26 52 70 / 0.1);
}

.focus\:border-t-green-20\/100:focus {
    border-top-color: rgb(26 52 70 / 1);
}

.focus\:border-t-green-20\/20:focus {
    border-top-color: rgb(26 52 70 / 0.2);
}

.focus\:border-t-green-20\/25:focus {
    border-top-color: rgb(26 52 70 / 0.25);
}

.focus\:border-t-green-20\/30:focus {
    border-top-color: rgb(26 52 70 / 0.3);
}

.focus\:border-t-green-20\/40:focus {
    border-top-color: rgb(26 52 70 / 0.4);
}

.focus\:border-t-green-20\/5:focus {
    border-top-color: rgb(26 52 70 / 0.05);
}

.focus\:border-t-green-20\/50:focus {
    border-top-color: rgb(26 52 70 / 0.5);
}

.focus\:border-t-green-20\/60:focus {
    border-top-color: rgb(26 52 70 / 0.6);
}

.focus\:border-t-green-20\/70:focus {
    border-top-color: rgb(26 52 70 / 0.7);
}

.focus\:border-t-green-20\/75:focus {
    border-top-color: rgb(26 52 70 / 0.75);
}

.focus\:border-t-green-20\/80:focus {
    border-top-color: rgb(26 52 70 / 0.8);
}

.focus\:border-t-green-20\/90:focus {
    border-top-color: rgb(26 52 70 / 0.9);
}

.focus\:border-t-green-20\/95:focus {
    border-top-color: rgb(26 52 70 / 0.95);
}

.focus\:border-t-green-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(32 75 75 / var(--tw-border-opacity));
}

.focus\:border-t-green-30\/0:focus {
    border-top-color: rgb(32 75 75 / 0);
}

.focus\:border-t-green-30\/10:focus {
    border-top-color: rgb(32 75 75 / 0.1);
}

.focus\:border-t-green-30\/100:focus {
    border-top-color: rgb(32 75 75 / 1);
}

.focus\:border-t-green-30\/20:focus {
    border-top-color: rgb(32 75 75 / 0.2);
}

.focus\:border-t-green-30\/25:focus {
    border-top-color: rgb(32 75 75 / 0.25);
}

.focus\:border-t-green-30\/30:focus {
    border-top-color: rgb(32 75 75 / 0.3);
}

.focus\:border-t-green-30\/40:focus {
    border-top-color: rgb(32 75 75 / 0.4);
}

.focus\:border-t-green-30\/5:focus {
    border-top-color: rgb(32 75 75 / 0.05);
}

.focus\:border-t-green-30\/50:focus {
    border-top-color: rgb(32 75 75 / 0.5);
}

.focus\:border-t-green-30\/60:focus {
    border-top-color: rgb(32 75 75 / 0.6);
}

.focus\:border-t-green-30\/70:focus {
    border-top-color: rgb(32 75 75 / 0.7);
}

.focus\:border-t-green-30\/75:focus {
    border-top-color: rgb(32 75 75 / 0.75);
}

.focus\:border-t-green-30\/80:focus {
    border-top-color: rgb(32 75 75 / 0.8);
}

.focus\:border-t-green-30\/90:focus {
    border-top-color: rgb(32 75 75 / 0.9);
}

.focus\:border-t-green-30\/95:focus {
    border-top-color: rgb(32 75 75 / 0.95);
}

.focus\:border-t-green-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(44 121 83 / var(--tw-border-opacity));
}

.focus\:border-t-green-50\/0:focus {
    border-top-color: rgb(44 121 83 / 0);
}

.focus\:border-t-green-50\/10:focus {
    border-top-color: rgb(44 121 83 / 0.1);
}

.focus\:border-t-green-50\/100:focus {
    border-top-color: rgb(44 121 83 / 1);
}

.focus\:border-t-green-50\/20:focus {
    border-top-color: rgb(44 121 83 / 0.2);
}

.focus\:border-t-green-50\/25:focus {
    border-top-color: rgb(44 121 83 / 0.25);
}

.focus\:border-t-green-50\/30:focus {
    border-top-color: rgb(44 121 83 / 0.3);
}

.focus\:border-t-green-50\/40:focus {
    border-top-color: rgb(44 121 83 / 0.4);
}

.focus\:border-t-green-50\/5:focus {
    border-top-color: rgb(44 121 83 / 0.05);
}

.focus\:border-t-green-50\/50:focus {
    border-top-color: rgb(44 121 83 / 0.5);
}

.focus\:border-t-green-50\/60:focus {
    border-top-color: rgb(44 121 83 / 0.6);
}

.focus\:border-t-green-50\/70:focus {
    border-top-color: rgb(44 121 83 / 0.7);
}

.focus\:border-t-green-50\/75:focus {
    border-top-color: rgb(44 121 83 / 0.75);
}

.focus\:border-t-green-50\/80:focus {
    border-top-color: rgb(44 121 83 / 0.8);
}

.focus\:border-t-green-50\/90:focus {
    border-top-color: rgb(44 121 83 / 0.9);
}

.focus\:border-t-green-50\/95:focus {
    border-top-color: rgb(44 121 83 / 0.95);
}

.focus\:border-t-green-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(57 168 91 / var(--tw-border-opacity));
}

.focus\:border-t-green-70\/0:focus {
    border-top-color: rgb(57 168 91 / 0);
}

.focus\:border-t-green-70\/10:focus {
    border-top-color: rgb(57 168 91 / 0.1);
}

.focus\:border-t-green-70\/100:focus {
    border-top-color: rgb(57 168 91 / 1);
}

.focus\:border-t-green-70\/20:focus {
    border-top-color: rgb(57 168 91 / 0.2);
}

.focus\:border-t-green-70\/25:focus {
    border-top-color: rgb(57 168 91 / 0.25);
}

.focus\:border-t-green-70\/30:focus {
    border-top-color: rgb(57 168 91 / 0.3);
}

.focus\:border-t-green-70\/40:focus {
    border-top-color: rgb(57 168 91 / 0.4);
}

.focus\:border-t-green-70\/5:focus {
    border-top-color: rgb(57 168 91 / 0.05);
}

.focus\:border-t-green-70\/50:focus {
    border-top-color: rgb(57 168 91 / 0.5);
}

.focus\:border-t-green-70\/60:focus {
    border-top-color: rgb(57 168 91 / 0.6);
}

.focus\:border-t-green-70\/70:focus {
    border-top-color: rgb(57 168 91 / 0.7);
}

.focus\:border-t-green-70\/75:focus {
    border-top-color: rgb(57 168 91 / 0.75);
}

.focus\:border-t-green-70\/80:focus {
    border-top-color: rgb(57 168 91 / 0.8);
}

.focus\:border-t-green-70\/90:focus {
    border-top-color: rgb(57 168 91 / 0.9);
}

.focus\:border-t-green-70\/95:focus {
    border-top-color: rgb(57 168 91 / 0.95);
}

.focus\:border-t-purple-10:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(26 8 70 / var(--tw-border-opacity));
}

.focus\:border-t-purple-10\/0:focus {
    border-top-color: rgb(26 8 70 / 0);
}

.focus\:border-t-purple-10\/10:focus {
    border-top-color: rgb(26 8 70 / 0.1);
}

.focus\:border-t-purple-10\/100:focus {
    border-top-color: rgb(26 8 70 / 1);
}

.focus\:border-t-purple-10\/20:focus {
    border-top-color: rgb(26 8 70 / 0.2);
}

.focus\:border-t-purple-10\/25:focus {
    border-top-color: rgb(26 8 70 / 0.25);
}

.focus\:border-t-purple-10\/30:focus {
    border-top-color: rgb(26 8 70 / 0.3);
}

.focus\:border-t-purple-10\/40:focus {
    border-top-color: rgb(26 8 70 / 0.4);
}

.focus\:border-t-purple-10\/5:focus {
    border-top-color: rgb(26 8 70 / 0.05);
}

.focus\:border-t-purple-10\/50:focus {
    border-top-color: rgb(26 8 70 / 0.5);
}

.focus\:border-t-purple-10\/60:focus {
    border-top-color: rgb(26 8 70 / 0.6);
}

.focus\:border-t-purple-10\/70:focus {
    border-top-color: rgb(26 8 70 / 0.7);
}

.focus\:border-t-purple-10\/75:focus {
    border-top-color: rgb(26 8 70 / 0.75);
}

.focus\:border-t-purple-10\/80:focus {
    border-top-color: rgb(26 8 70 / 0.8);
}

.focus\:border-t-purple-10\/90:focus {
    border-top-color: rgb(26 8 70 / 0.9);
}

.focus\:border-t-purple-10\/95:focus {
    border-top-color: rgb(26 8 70 / 0.95);
}

.focus\:border-t-purple-100:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(125 41 145 / var(--tw-border-opacity));
}

.focus\:border-t-purple-100\/0:focus {
    border-top-color: rgb(125 41 145 / 0);
}

.focus\:border-t-purple-100\/10:focus {
    border-top-color: rgb(125 41 145 / 0.1);
}

.focus\:border-t-purple-100\/100:focus {
    border-top-color: rgb(125 41 145 / 1);
}

.focus\:border-t-purple-100\/20:focus {
    border-top-color: rgb(125 41 145 / 0.2);
}

.focus\:border-t-purple-100\/25:focus {
    border-top-color: rgb(125 41 145 / 0.25);
}

.focus\:border-t-purple-100\/30:focus {
    border-top-color: rgb(125 41 145 / 0.3);
}

.focus\:border-t-purple-100\/40:focus {
    border-top-color: rgb(125 41 145 / 0.4);
}

.focus\:border-t-purple-100\/5:focus {
    border-top-color: rgb(125 41 145 / 0.05);
}

.focus\:border-t-purple-100\/50:focus {
    border-top-color: rgb(125 41 145 / 0.5);
}

.focus\:border-t-purple-100\/60:focus {
    border-top-color: rgb(125 41 145 / 0.6);
}

.focus\:border-t-purple-100\/70:focus {
    border-top-color: rgb(125 41 145 / 0.7);
}

.focus\:border-t-purple-100\/75:focus {
    border-top-color: rgb(125 41 145 / 0.75);
}

.focus\:border-t-purple-100\/80:focus {
    border-top-color: rgb(125 41 145 / 0.8);
}

.focus\:border-t-purple-100\/90:focus {
    border-top-color: rgb(125 41 145 / 0.9);
}

.focus\:border-t-purple-100\/95:focus {
    border-top-color: rgb(125 41 145 / 0.95);
}

.focus\:border-t-purple-20:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(40 12 78 / var(--tw-border-opacity));
}

.focus\:border-t-purple-20\/0:focus {
    border-top-color: rgb(40 12 78 / 0);
}

.focus\:border-t-purple-20\/10:focus {
    border-top-color: rgb(40 12 78 / 0.1);
}

.focus\:border-t-purple-20\/100:focus {
    border-top-color: rgb(40 12 78 / 1);
}

.focus\:border-t-purple-20\/20:focus {
    border-top-color: rgb(40 12 78 / 0.2);
}

.focus\:border-t-purple-20\/25:focus {
    border-top-color: rgb(40 12 78 / 0.25);
}

.focus\:border-t-purple-20\/30:focus {
    border-top-color: rgb(40 12 78 / 0.3);
}

.focus\:border-t-purple-20\/40:focus {
    border-top-color: rgb(40 12 78 / 0.4);
}

.focus\:border-t-purple-20\/5:focus {
    border-top-color: rgb(40 12 78 / 0.05);
}

.focus\:border-t-purple-20\/50:focus {
    border-top-color: rgb(40 12 78 / 0.5);
}

.focus\:border-t-purple-20\/60:focus {
    border-top-color: rgb(40 12 78 / 0.6);
}

.focus\:border-t-purple-20\/70:focus {
    border-top-color: rgb(40 12 78 / 0.7);
}

.focus\:border-t-purple-20\/75:focus {
    border-top-color: rgb(40 12 78 / 0.75);
}

.focus\:border-t-purple-20\/80:focus {
    border-top-color: rgb(40 12 78 / 0.8);
}

.focus\:border-t-purple-20\/90:focus {
    border-top-color: rgb(40 12 78 / 0.9);
}

.focus\:border-t-purple-20\/95:focus {
    border-top-color: rgb(40 12 78 / 0.95);
}

.focus\:border-t-purple-30:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(53 15 86 / var(--tw-border-opacity));
}

.focus\:border-t-purple-30\/0:focus {
    border-top-color: rgb(53 15 86 / 0);
}

.focus\:border-t-purple-30\/10:focus {
    border-top-color: rgb(53 15 86 / 0.1);
}

.focus\:border-t-purple-30\/100:focus {
    border-top-color: rgb(53 15 86 / 1);
}

.focus\:border-t-purple-30\/20:focus {
    border-top-color: rgb(53 15 86 / 0.2);
}

.focus\:border-t-purple-30\/25:focus {
    border-top-color: rgb(53 15 86 / 0.25);
}

.focus\:border-t-purple-30\/30:focus {
    border-top-color: rgb(53 15 86 / 0.3);
}

.focus\:border-t-purple-30\/40:focus {
    border-top-color: rgb(53 15 86 / 0.4);
}

.focus\:border-t-purple-30\/5:focus {
    border-top-color: rgb(53 15 86 / 0.05);
}

.focus\:border-t-purple-30\/50:focus {
    border-top-color: rgb(53 15 86 / 0.5);
}

.focus\:border-t-purple-30\/60:focus {
    border-top-color: rgb(53 15 86 / 0.6);
}

.focus\:border-t-purple-30\/70:focus {
    border-top-color: rgb(53 15 86 / 0.7);
}

.focus\:border-t-purple-30\/75:focus {
    border-top-color: rgb(53 15 86 / 0.75);
}

.focus\:border-t-purple-30\/80:focus {
    border-top-color: rgb(53 15 86 / 0.8);
}

.focus\:border-t-purple-30\/90:focus {
    border-top-color: rgb(53 15 86 / 0.9);
}

.focus\:border-t-purple-30\/95:focus {
    border-top-color: rgb(53 15 86 / 0.95);
}

.focus\:border-t-purple-50:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(79 22 102 / var(--tw-border-opacity));
}

.focus\:border-t-purple-50\/0:focus {
    border-top-color: rgb(79 22 102 / 0);
}

.focus\:border-t-purple-50\/10:focus {
    border-top-color: rgb(79 22 102 / 0.1);
}

.focus\:border-t-purple-50\/100:focus {
    border-top-color: rgb(79 22 102 / 1);
}

.focus\:border-t-purple-50\/20:focus {
    border-top-color: rgb(79 22 102 / 0.2);
}

.focus\:border-t-purple-50\/25:focus {
    border-top-color: rgb(79 22 102 / 0.25);
}

.focus\:border-t-purple-50\/30:focus {
    border-top-color: rgb(79 22 102 / 0.3);
}

.focus\:border-t-purple-50\/40:focus {
    border-top-color: rgb(79 22 102 / 0.4);
}

.focus\:border-t-purple-50\/5:focus {
    border-top-color: rgb(79 22 102 / 0.05);
}

.focus\:border-t-purple-50\/50:focus {
    border-top-color: rgb(79 22 102 / 0.5);
}

.focus\:border-t-purple-50\/60:focus {
    border-top-color: rgb(79 22 102 / 0.6);
}

.focus\:border-t-purple-50\/70:focus {
    border-top-color: rgb(79 22 102 / 0.7);
}

.focus\:border-t-purple-50\/75:focus {
    border-top-color: rgb(79 22 102 / 0.75);
}

.focus\:border-t-purple-50\/80:focus {
    border-top-color: rgb(79 22 102 / 0.8);
}

.focus\:border-t-purple-50\/90:focus {
    border-top-color: rgb(79 22 102 / 0.9);
}

.focus\:border-t-purple-50\/95:focus {
    border-top-color: rgb(79 22 102 / 0.95);
}

.focus\:border-t-purple-70:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(106 29 119 / var(--tw-border-opacity));
}

.focus\:border-t-purple-70\/0:focus {
    border-top-color: rgb(106 29 119 / 0);
}

.focus\:border-t-purple-70\/10:focus {
    border-top-color: rgb(106 29 119 / 0.1);
}

.focus\:border-t-purple-70\/100:focus {
    border-top-color: rgb(106 29 119 / 1);
}

.focus\:border-t-purple-70\/20:focus {
    border-top-color: rgb(106 29 119 / 0.2);
}

.focus\:border-t-purple-70\/25:focus {
    border-top-color: rgb(106 29 119 / 0.25);
}

.focus\:border-t-purple-70\/30:focus {
    border-top-color: rgb(106 29 119 / 0.3);
}

.focus\:border-t-purple-70\/40:focus {
    border-top-color: rgb(106 29 119 / 0.4);
}

.focus\:border-t-purple-70\/5:focus {
    border-top-color: rgb(106 29 119 / 0.05);
}

.focus\:border-t-purple-70\/50:focus {
    border-top-color: rgb(106 29 119 / 0.5);
}

.focus\:border-t-purple-70\/60:focus {
    border-top-color: rgb(106 29 119 / 0.6);
}

.focus\:border-t-purple-70\/70:focus {
    border-top-color: rgb(106 29 119 / 0.7);
}

.focus\:border-t-purple-70\/75:focus {
    border-top-color: rgb(106 29 119 / 0.75);
}

.focus\:border-t-purple-70\/80:focus {
    border-top-color: rgb(106 29 119 / 0.8);
}

.focus\:border-t-purple-70\/90:focus {
    border-top-color: rgb(106 29 119 / 0.9);
}

.focus\:border-t-purple-70\/95:focus {
    border-top-color: rgb(106 29 119 / 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\/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\/40:focus {
    border-top-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    border-top-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.focus\:border-t-utility-error\/0:focus {
    border-top-color: rgb(220 33 33 / 0);
}

.focus\:border-t-utility-error\/10:focus {
    border-top-color: rgb(220 33 33 / 0.1);
}

.focus\:border-t-utility-error\/100:focus {
    border-top-color: rgb(220 33 33 / 1);
}

.focus\:border-t-utility-error\/20:focus {
    border-top-color: rgb(220 33 33 / 0.2);
}

.focus\:border-t-utility-error\/25:focus {
    border-top-color: rgb(220 33 33 / 0.25);
}

.focus\:border-t-utility-error\/30:focus {
    border-top-color: rgb(220 33 33 / 0.3);
}

.focus\:border-t-utility-error\/40:focus {
    border-top-color: rgb(220 33 33 / 0.4);
}

.focus\:border-t-utility-error\/5:focus {
    border-top-color: rgb(220 33 33 / 0.05);
}

.focus\:border-t-utility-error\/50:focus {
    border-top-color: rgb(220 33 33 / 0.5);
}

.focus\:border-t-utility-error\/60:focus {
    border-top-color: rgb(220 33 33 / 0.6);
}

.focus\:border-t-utility-error\/70:focus {
    border-top-color: rgb(220 33 33 / 0.7);
}

.focus\:border-t-utility-error\/75:focus {
    border-top-color: rgb(220 33 33 / 0.75);
}

.focus\:border-t-utility-error\/80:focus {
    border-top-color: rgb(220 33 33 / 0.8);
}

.focus\:border-t-utility-error\/90:focus {
    border-top-color: rgb(220 33 33 / 0.9);
}

.focus\:border-t-utility-error\/95:focus {
    border-top-color: rgb(220 33 33 / 0.95);
}

.focus\:border-t-utility-info:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.focus\:border-t-utility-info\/0:focus {
    border-top-color: rgb(191 219 254 / 0);
}

.focus\:border-t-utility-info\/10:focus {
    border-top-color: rgb(191 219 254 / 0.1);
}

.focus\:border-t-utility-info\/100:focus {
    border-top-color: rgb(191 219 254 / 1);
}

.focus\:border-t-utility-info\/20:focus {
    border-top-color: rgb(191 219 254 / 0.2);
}

.focus\:border-t-utility-info\/25:focus {
    border-top-color: rgb(191 219 254 / 0.25);
}

.focus\:border-t-utility-info\/30:focus {
    border-top-color: rgb(191 219 254 / 0.3);
}

.focus\:border-t-utility-info\/40:focus {
    border-top-color: rgb(191 219 254 / 0.4);
}

.focus\:border-t-utility-info\/5:focus {
    border-top-color: rgb(191 219 254 / 0.05);
}

.focus\:border-t-utility-info\/50:focus {
    border-top-color: rgb(191 219 254 / 0.5);
}

.focus\:border-t-utility-info\/60:focus {
    border-top-color: rgb(191 219 254 / 0.6);
}

.focus\:border-t-utility-info\/70:focus {
    border-top-color: rgb(191 219 254 / 0.7);
}

.focus\:border-t-utility-info\/75:focus {
    border-top-color: rgb(191 219 254 / 0.75);
}

.focus\:border-t-utility-info\/80:focus {
    border-top-color: rgb(191 219 254 / 0.8);
}

.focus\:border-t-utility-info\/90:focus {
    border-top-color: rgb(191 219 254 / 0.9);
}

.focus\:border-t-utility-info\/95:focus {
    border-top-color: rgb(191 219 254 / 0.95);
}

.focus\:border-t-utility-success:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(92 204 23 / var(--tw-border-opacity));
}

.focus\:border-t-utility-success\/0:focus {
    border-top-color: rgb(92 204 23 / 0);
}

.focus\:border-t-utility-success\/10:focus {
    border-top-color: rgb(92 204 23 / 0.1);
}

.focus\:border-t-utility-success\/100:focus {
    border-top-color: rgb(92 204 23 / 1);
}

.focus\:border-t-utility-success\/20:focus {
    border-top-color: rgb(92 204 23 / 0.2);
}

.focus\:border-t-utility-success\/25:focus {
    border-top-color: rgb(92 204 23 / 0.25);
}

.focus\:border-t-utility-success\/30:focus {
    border-top-color: rgb(92 204 23 / 0.3);
}

.focus\:border-t-utility-success\/40:focus {
    border-top-color: rgb(92 204 23 / 0.4);
}

.focus\:border-t-utility-success\/5:focus {
    border-top-color: rgb(92 204 23 / 0.05);
}

.focus\:border-t-utility-success\/50:focus {
    border-top-color: rgb(92 204 23 / 0.5);
}

.focus\:border-t-utility-success\/60:focus {
    border-top-color: rgb(92 204 23 / 0.6);
}

.focus\:border-t-utility-success\/70:focus {
    border-top-color: rgb(92 204 23 / 0.7);
}

.focus\:border-t-utility-success\/75:focus {
    border-top-color: rgb(92 204 23 / 0.75);
}

.focus\:border-t-utility-success\/80:focus {
    border-top-color: rgb(92 204 23 / 0.8);
}

.focus\:border-t-utility-success\/90:focus {
    border-top-color: rgb(92 204 23 / 0.9);
}

.focus\:border-t-utility-success\/95:focus {
    border-top-color: rgb(92 204 23 / 0.95);
}

.focus\:border-t-utility-warning:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(219 170 110 / var(--tw-border-opacity));
}

.focus\:border-t-utility-warning\/0:focus {
    border-top-color: rgb(219 170 110 / 0);
}

.focus\:border-t-utility-warning\/10:focus {
    border-top-color: rgb(219 170 110 / 0.1);
}

.focus\:border-t-utility-warning\/100:focus {
    border-top-color: rgb(219 170 110 / 1);
}

.focus\:border-t-utility-warning\/20:focus {
    border-top-color: rgb(219 170 110 / 0.2);
}

.focus\:border-t-utility-warning\/25:focus {
    border-top-color: rgb(219 170 110 / 0.25);
}

.focus\:border-t-utility-warning\/30:focus {
    border-top-color: rgb(219 170 110 / 0.3);
}

.focus\:border-t-utility-warning\/40:focus {
    border-top-color: rgb(219 170 110 / 0.4);
}

.focus\:border-t-utility-warning\/5:focus {
    border-top-color: rgb(219 170 110 / 0.05);
}

.focus\:border-t-utility-warning\/50:focus {
    border-top-color: rgb(219 170 110 / 0.5);
}

.focus\:border-t-utility-warning\/60:focus {
    border-top-color: rgb(219 170 110 / 0.6);
}

.focus\:border-t-utility-warning\/70:focus {
    border-top-color: rgb(219 170 110 / 0.7);
}

.focus\:border-t-utility-warning\/75:focus {
    border-top-color: rgb(219 170 110 / 0.75);
}

.focus\:border-t-utility-warning\/80:focus {
    border-top-color: rgb(219 170 110 / 0.8);
}

.focus\:border-t-utility-warning\/90:focus {
    border-top-color: rgb(219 170 110 / 0.9);
}

.focus\:border-t-utility-warning\/95:focus {
    border-top-color: rgb(219 170 110 / 0.95);
}

.focus\:border-t-very-dark-blue:focus {
    --tw-border-opacity: 1;
    border-top-color: rgb(4 4 47 / var(--tw-border-opacity));
}

.focus\:border-t-very-dark-blue\/0:focus {
    border-top-color: rgb(4 4 47 / 0);
}

.focus\:border-t-very-dark-blue\/10:focus {
    border-top-color: rgb(4 4 47 / 0.1);
}

.focus\:border-t-very-dark-blue\/100:focus {
    border-top-color: rgb(4 4 47 / 1);
}

.focus\:border-t-very-dark-blue\/20:focus {
    border-top-color: rgb(4 4 47 / 0.2);
}

.focus\:border-t-very-dark-blue\/25:focus {
    border-top-color: rgb(4 4 47 / 0.25);
}

.focus\:border-t-very-dark-blue\/30:focus {
    border-top-color: rgb(4 4 47 / 0.3);
}

.focus\:border-t-very-dark-blue\/40:focus {
    border-top-color: rgb(4 4 47 / 0.4);
}

.focus\:border-t-very-dark-blue\/5:focus {
    border-top-color: rgb(4 4 47 / 0.05);
}

.focus\:border-t-very-dark-blue\/50:focus {
    border-top-color: rgb(4 4 47 / 0.5);
}

.focus\:border-t-very-dark-blue\/60:focus {
    border-top-color: rgb(4 4 47 / 0.6);
}

.focus\:border-t-very-dark-blue\/70:focus {
    border-top-color: rgb(4 4 47 / 0.7);
}

.focus\:border-t-very-dark-blue\/75:focus {
    border-top-color: rgb(4 4 47 / 0.75);
}

.focus\:border-t-very-dark-blue\/80:focus {
    border-top-color: rgb(4 4 47 / 0.8);
}

.focus\:border-t-very-dark-blue\/90:focus {
    border-top-color: rgb(4 4 47 / 0.9);
}

.focus\:border-t-very-dark-blue\/95:focus {
    border-top-color: rgb(4 4 47 / 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-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-40:focus {
    --tw-border-opacity: 0.4;
}

.focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05;
}

.focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5;
}

.focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6;
}

.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-90:focus {
    --tw-border-opacity: 0.9;
}

.focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95;
}

.focus\:bg-accent-green-dark:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(42 172 110 / var(--tw-bg-opacity));
}

.focus\:bg-accent-green-dark\/0:focus {
    background-color: rgb(42 172 110 / 0);
}

.focus\:bg-accent-green-dark\/10:focus {
    background-color: rgb(42 172 110 / 0.1);
}

.focus\:bg-accent-green-dark\/100:focus {
    background-color: rgb(42 172 110 / 1);
}

.focus\:bg-accent-green-dark\/20:focus {
    background-color: rgb(42 172 110 / 0.2);
}

.focus\:bg-accent-green-dark\/25:focus {
    background-color: rgb(42 172 110 / 0.25);
}

.focus\:bg-accent-green-dark\/30:focus {
    background-color: rgb(42 172 110 / 0.3);
}

.focus\:bg-accent-green-dark\/40:focus {
    background-color: rgb(42 172 110 / 0.4);
}

.focus\:bg-accent-green-dark\/5:focus {
    background-color: rgb(42 172 110 / 0.05);
}

.focus\:bg-accent-green-dark\/50:focus {
    background-color: rgb(42 172 110 / 0.5);
}

.focus\:bg-accent-green-dark\/60:focus {
    background-color: rgb(42 172 110 / 0.6);
}

.focus\:bg-accent-green-dark\/70:focus {
    background-color: rgb(42 172 110 / 0.7);
}

.focus\:bg-accent-green-dark\/75:focus {
    background-color: rgb(42 172 110 / 0.75);
}

.focus\:bg-accent-green-dark\/80:focus {
    background-color: rgb(42 172 110 / 0.8);
}

.focus\:bg-accent-green-dark\/90:focus {
    background-color: rgb(42 172 110 / 0.9);
}

.focus\:bg-accent-green-dark\/95:focus {
    background-color: rgb(42 172 110 / 0.95);
}

.focus\:bg-accent-green-light:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.focus\:bg-accent-green-light\/0:focus {
    background-color: rgb(90 226 75 / 0);
}

.focus\:bg-accent-green-light\/10:focus {
    background-color: rgb(90 226 75 / 0.1);
}

.focus\:bg-accent-green-light\/100:focus {
    background-color: rgb(90 226 75 / 1);
}

.focus\:bg-accent-green-light\/20:focus {
    background-color: rgb(90 226 75 / 0.2);
}

.focus\:bg-accent-green-light\/25:focus {
    background-color: rgb(90 226 75 / 0.25);
}

.focus\:bg-accent-green-light\/30:focus {
    background-color: rgb(90 226 75 / 0.3);
}

.focus\:bg-accent-green-light\/40:focus {
    background-color: rgb(90 226 75 / 0.4);
}

.focus\:bg-accent-green-light\/5:focus {
    background-color: rgb(90 226 75 / 0.05);
}

.focus\:bg-accent-green-light\/50:focus {
    background-color: rgb(90 226 75 / 0.5);
}

.focus\:bg-accent-green-light\/60:focus {
    background-color: rgb(90 226 75 / 0.6);
}

.focus\:bg-accent-green-light\/70:focus {
    background-color: rgb(90 226 75 / 0.7);
}

.focus\:bg-accent-green-light\/75:focus {
    background-color: rgb(90 226 75 / 0.75);
}

.focus\:bg-accent-green-light\/80:focus {
    background-color: rgb(90 226 75 / 0.8);
}

.focus\:bg-accent-green-light\/90:focus {
    background-color: rgb(90 226 75 / 0.9);
}

.focus\:bg-accent-green-light\/95:focus {
    background-color: rgb(90 226 75 / 0.95);
}

.focus\:bg-accent-purple:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(192 69 221 / var(--tw-bg-opacity));
}

.focus\:bg-accent-purple\/0:focus {
    background-color: rgb(192 69 221 / 0);
}

.focus\:bg-accent-purple\/10:focus {
    background-color: rgb(192 69 221 / 0.1);
}

.focus\:bg-accent-purple\/100:focus {
    background-color: rgb(192 69 221 / 1);
}

.focus\:bg-accent-purple\/20:focus {
    background-color: rgb(192 69 221 / 0.2);
}

.focus\:bg-accent-purple\/25:focus {
    background-color: rgb(192 69 221 / 0.25);
}

.focus\:bg-accent-purple\/30:focus {
    background-color: rgb(192 69 221 / 0.3);
}

.focus\:bg-accent-purple\/40:focus {
    background-color: rgb(192 69 221 / 0.4);
}

.focus\:bg-accent-purple\/5:focus {
    background-color: rgb(192 69 221 / 0.05);
}

.focus\:bg-accent-purple\/50:focus {
    background-color: rgb(192 69 221 / 0.5);
}

.focus\:bg-accent-purple\/60:focus {
    background-color: rgb(192 69 221 / 0.6);
}

.focus\:bg-accent-purple\/70:focus {
    background-color: rgb(192 69 221 / 0.7);
}

.focus\:bg-accent-purple\/75:focus {
    background-color: rgb(192 69 221 / 0.75);
}

.focus\:bg-accent-purple\/80:focus {
    background-color: rgb(192 69 221 / 0.8);
}

.focus\:bg-accent-purple\/90:focus {
    background-color: rgb(192 69 221 / 0.9);
}

.focus\:bg-accent-purple\/95:focus {
    background-color: rgb(192 69 221 / 0.95);
}

.focus\:bg-current:focus {
    background-color: currentColor;
}

.focus\:bg-gray-10:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(36 30 81 / var(--tw-bg-opacity));
}

.focus\:bg-gray-10\/0:focus {
    background-color: rgb(36 30 81 / 0);
}

.focus\:bg-gray-10\/10:focus {
    background-color: rgb(36 30 81 / 0.1);
}

.focus\:bg-gray-10\/100:focus {
    background-color: rgb(36 30 81 / 1);
}

.focus\:bg-gray-10\/20:focus {
    background-color: rgb(36 30 81 / 0.2);
}

.focus\:bg-gray-10\/25:focus {
    background-color: rgb(36 30 81 / 0.25);
}

.focus\:bg-gray-10\/30:focus {
    background-color: rgb(36 30 81 / 0.3);
}

.focus\:bg-gray-10\/40:focus {
    background-color: rgb(36 30 81 / 0.4);
}

.focus\:bg-gray-10\/5:focus {
    background-color: rgb(36 30 81 / 0.05);
}

.focus\:bg-gray-10\/50:focus {
    background-color: rgb(36 30 81 / 0.5);
}

.focus\:bg-gray-10\/60:focus {
    background-color: rgb(36 30 81 / 0.6);
}

.focus\:bg-gray-10\/70:focus {
    background-color: rgb(36 30 81 / 0.7);
}

.focus\:bg-gray-10\/75:focus {
    background-color: rgb(36 30 81 / 0.75);
}

.focus\:bg-gray-10\/80:focus {
    background-color: rgb(36 30 81 / 0.8);
}

.focus\:bg-gray-10\/90:focus {
    background-color: rgb(36 30 81 / 0.9);
}

.focus\:bg-gray-10\/95:focus {
    background-color: rgb(36 30 81 / 0.95);
}

.focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(248 251 249 / var(--tw-bg-opacity));
}

.focus\:bg-gray-100\/0:focus {
    background-color: rgb(248 251 249 / 0);
}

.focus\:bg-gray-100\/10:focus {
    background-color: rgb(248 251 249 / 0.1);
}

.focus\:bg-gray-100\/100:focus {
    background-color: rgb(248 251 249 / 1);
}

.focus\:bg-gray-100\/20:focus {
    background-color: rgb(248 251 249 / 0.2);
}

.focus\:bg-gray-100\/25:focus {
    background-color: rgb(248 251 249 / 0.25);
}

.focus\:bg-gray-100\/30:focus {
    background-color: rgb(248 251 249 / 0.3);
}

.focus\:bg-gray-100\/40:focus {
    background-color: rgb(248 251 249 / 0.4);
}

.focus\:bg-gray-100\/5:focus {
    background-color: rgb(248 251 249 / 0.05);
}

.focus\:bg-gray-100\/50:focus {
    background-color: rgb(248 251 249 / 0.5);
}

.focus\:bg-gray-100\/60:focus {
    background-color: rgb(248 251 249 / 0.6);
}

.focus\:bg-gray-100\/70:focus {
    background-color: rgb(248 251 249 / 0.7);
}

.focus\:bg-gray-100\/75:focus {
    background-color: rgb(248 251 249 / 0.75);
}

.focus\:bg-gray-100\/80:focus {
    background-color: rgb(248 251 249 / 0.8);
}

.focus\:bg-gray-100\/90:focus {
    background-color: rgb(248 251 249 / 0.9);
}

.focus\:bg-gray-100\/95:focus {
    background-color: rgb(248 251 249 / 0.95);
}

.focus\:bg-gray-20:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(60 54 99 / var(--tw-bg-opacity));
}

.focus\:bg-gray-20\/0:focus {
    background-color: rgb(60 54 99 / 0);
}

.focus\:bg-gray-20\/10:focus {
    background-color: rgb(60 54 99 / 0.1);
}

.focus\:bg-gray-20\/100:focus {
    background-color: rgb(60 54 99 / 1);
}

.focus\:bg-gray-20\/20:focus {
    background-color: rgb(60 54 99 / 0.2);
}

.focus\:bg-gray-20\/25:focus {
    background-color: rgb(60 54 99 / 0.25);
}

.focus\:bg-gray-20\/30:focus {
    background-color: rgb(60 54 99 / 0.3);
}

.focus\:bg-gray-20\/40:focus {
    background-color: rgb(60 54 99 / 0.4);
}

.focus\:bg-gray-20\/5:focus {
    background-color: rgb(60 54 99 / 0.05);
}

.focus\:bg-gray-20\/50:focus {
    background-color: rgb(60 54 99 / 0.5);
}

.focus\:bg-gray-20\/60:focus {
    background-color: rgb(60 54 99 / 0.6);
}

.focus\:bg-gray-20\/70:focus {
    background-color: rgb(60 54 99 / 0.7);
}

.focus\:bg-gray-20\/75:focus {
    background-color: rgb(60 54 99 / 0.75);
}

.focus\:bg-gray-20\/80:focus {
    background-color: rgb(60 54 99 / 0.8);
}

.focus\:bg-gray-20\/90:focus {
    background-color: rgb(60 54 99 / 0.9);
}

.focus\:bg-gray-20\/95:focus {
    background-color: rgb(60 54 99 / 0.95);
}

.focus\:bg-gray-30:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(83 79 118 / var(--tw-bg-opacity));
}

.focus\:bg-gray-30\/0:focus {
    background-color: rgb(83 79 118 / 0);
}

.focus\:bg-gray-30\/10:focus {
    background-color: rgb(83 79 118 / 0.1);
}

.focus\:bg-gray-30\/100:focus {
    background-color: rgb(83 79 118 / 1);
}

.focus\:bg-gray-30\/20:focus {
    background-color: rgb(83 79 118 / 0.2);
}

.focus\:bg-gray-30\/25:focus {
    background-color: rgb(83 79 118 / 0.25);
}

.focus\:bg-gray-30\/30:focus {
    background-color: rgb(83 79 118 / 0.3);
}

.focus\:bg-gray-30\/40:focus {
    background-color: rgb(83 79 118 / 0.4);
}

.focus\:bg-gray-30\/5:focus {
    background-color: rgb(83 79 118 / 0.05);
}

.focus\:bg-gray-30\/50:focus {
    background-color: rgb(83 79 118 / 0.5);
}

.focus\:bg-gray-30\/60:focus {
    background-color: rgb(83 79 118 / 0.6);
}

.focus\:bg-gray-30\/70:focus {
    background-color: rgb(83 79 118 / 0.7);
}

.focus\:bg-gray-30\/75:focus {
    background-color: rgb(83 79 118 / 0.75);
}

.focus\:bg-gray-30\/80:focus {
    background-color: rgb(83 79 118 / 0.8);
}

.focus\:bg-gray-30\/90:focus {
    background-color: rgb(83 79 118 / 0.9);
}

.focus\:bg-gray-30\/95:focus {
    background-color: rgb(83 79 118 / 0.95);
}

.focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(130 128 155 / var(--tw-bg-opacity));
}

.focus\:bg-gray-50\/0:focus {
    background-color: rgb(130 128 155 / 0);
}

.focus\:bg-gray-50\/10:focus {
    background-color: rgb(130 128 155 / 0.1);
}

.focus\:bg-gray-50\/100:focus {
    background-color: rgb(130 128 155 / 1);
}

.focus\:bg-gray-50\/20:focus {
    background-color: rgb(130 128 155 / 0.2);
}

.focus\:bg-gray-50\/25:focus {
    background-color: rgb(130 128 155 / 0.25);
}

.focus\:bg-gray-50\/30:focus {
    background-color: rgb(130 128 155 / 0.3);
}

.focus\:bg-gray-50\/40:focus {
    background-color: rgb(130 128 155 / 0.4);
}

.focus\:bg-gray-50\/5:focus {
    background-color: rgb(130 128 155 / 0.05);
}

.focus\:bg-gray-50\/50:focus {
    background-color: rgb(130 128 155 / 0.5);
}

.focus\:bg-gray-50\/60:focus {
    background-color: rgb(130 128 155 / 0.6);
}

.focus\:bg-gray-50\/70:focus {
    background-color: rgb(130 128 155 / 0.7);
}

.focus\:bg-gray-50\/75:focus {
    background-color: rgb(130 128 155 / 0.75);
}

.focus\:bg-gray-50\/80:focus {
    background-color: rgb(130 128 155 / 0.8);
}

.focus\:bg-gray-50\/90:focus {
    background-color: rgb(130 128 155 / 0.9);
}

.focus\:bg-gray-50\/95:focus {
    background-color: rgb(130 128 155 / 0.95);
}

.focus\:bg-gray-70:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(177 177 193 / var(--tw-bg-opacity));
}

.focus\:bg-gray-70\/0:focus {
    background-color: rgb(177 177 193 / 0);
}

.focus\:bg-gray-70\/10:focus {
    background-color: rgb(177 177 193 / 0.1);
}

.focus\:bg-gray-70\/100:focus {
    background-color: rgb(177 177 193 / 1);
}

.focus\:bg-gray-70\/20:focus {
    background-color: rgb(177 177 193 / 0.2);
}

.focus\:bg-gray-70\/25:focus {
    background-color: rgb(177 177 193 / 0.25);
}

.focus\:bg-gray-70\/30:focus {
    background-color: rgb(177 177 193 / 0.3);
}

.focus\:bg-gray-70\/40:focus {
    background-color: rgb(177 177 193 / 0.4);
}

.focus\:bg-gray-70\/5:focus {
    background-color: rgb(177 177 193 / 0.05);
}

.focus\:bg-gray-70\/50:focus {
    background-color: rgb(177 177 193 / 0.5);
}

.focus\:bg-gray-70\/60:focus {
    background-color: rgb(177 177 193 / 0.6);
}

.focus\:bg-gray-70\/70:focus {
    background-color: rgb(177 177 193 / 0.7);
}

.focus\:bg-gray-70\/75:focus {
    background-color: rgb(177 177 193 / 0.75);
}

.focus\:bg-gray-70\/80:focus {
    background-color: rgb(177 177 193 / 0.8);
}

.focus\:bg-gray-70\/90:focus {
    background-color: rgb(177 177 193 / 0.9);
}

.focus\:bg-gray-70\/95:focus {
    background-color: rgb(177 177 193 / 0.95);
}

.focus\:bg-green-10:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(19 28 66 / var(--tw-bg-opacity));
}

.focus\:bg-green-10\/0:focus {
    background-color: rgb(19 28 66 / 0);
}

.focus\:bg-green-10\/10:focus {
    background-color: rgb(19 28 66 / 0.1);
}

.focus\:bg-green-10\/100:focus {
    background-color: rgb(19 28 66 / 1);
}

.focus\:bg-green-10\/20:focus {
    background-color: rgb(19 28 66 / 0.2);
}

.focus\:bg-green-10\/25:focus {
    background-color: rgb(19 28 66 / 0.25);
}

.focus\:bg-green-10\/30:focus {
    background-color: rgb(19 28 66 / 0.3);
}

.focus\:bg-green-10\/40:focus {
    background-color: rgb(19 28 66 / 0.4);
}

.focus\:bg-green-10\/5:focus {
    background-color: rgb(19 28 66 / 0.05);
}

.focus\:bg-green-10\/50:focus {
    background-color: rgb(19 28 66 / 0.5);
}

.focus\:bg-green-10\/60:focus {
    background-color: rgb(19 28 66 / 0.6);
}

.focus\:bg-green-10\/70:focus {
    background-color: rgb(19 28 66 / 0.7);
}

.focus\:bg-green-10\/75:focus {
    background-color: rgb(19 28 66 / 0.75);
}

.focus\:bg-green-10\/80:focus {
    background-color: rgb(19 28 66 / 0.8);
}

.focus\:bg-green-10\/90:focus {
    background-color: rgb(19 28 66 / 0.9);
}

.focus\:bg-green-10\/95:focus {
    background-color: rgb(19 28 66 / 0.95);
}

.focus\:bg-green-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.focus\:bg-green-100\/0:focus {
    background-color: rgb(90 226 75 / 0);
}

.focus\:bg-green-100\/10:focus {
    background-color: rgb(90 226 75 / 0.1);
}

.focus\:bg-green-100\/100:focus {
    background-color: rgb(90 226 75 / 1);
}

.focus\:bg-green-100\/20:focus {
    background-color: rgb(90 226 75 / 0.2);
}

.focus\:bg-green-100\/25:focus {
    background-color: rgb(90 226 75 / 0.25);
}

.focus\:bg-green-100\/30:focus {
    background-color: rgb(90 226 75 / 0.3);
}

.focus\:bg-green-100\/40:focus {
    background-color: rgb(90 226 75 / 0.4);
}

.focus\:bg-green-100\/5:focus {
    background-color: rgb(90 226 75 / 0.05);
}

.focus\:bg-green-100\/50:focus {
    background-color: rgb(90 226 75 / 0.5);
}

.focus\:bg-green-100\/60:focus {
    background-color: rgb(90 226 75 / 0.6);
}

.focus\:bg-green-100\/70:focus {
    background-color: rgb(90 226 75 / 0.7);
}

.focus\:bg-green-100\/75:focus {
    background-color: rgb(90 226 75 / 0.75);
}

.focus\:bg-green-100\/80:focus {
    background-color: rgb(90 226 75 / 0.8);
}

.focus\:bg-green-100\/90:focus {
    background-color: rgb(90 226 75 / 0.9);
}

.focus\:bg-green-100\/95:focus {
    background-color: rgb(90 226 75 / 0.95);
}

.focus\:bg-green-20:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(26 52 70 / var(--tw-bg-opacity));
}

.focus\:bg-green-20\/0:focus {
    background-color: rgb(26 52 70 / 0);
}

.focus\:bg-green-20\/10:focus {
    background-color: rgb(26 52 70 / 0.1);
}

.focus\:bg-green-20\/100:focus {
    background-color: rgb(26 52 70 / 1);
}

.focus\:bg-green-20\/20:focus {
    background-color: rgb(26 52 70 / 0.2);
}

.focus\:bg-green-20\/25:focus {
    background-color: rgb(26 52 70 / 0.25);
}

.focus\:bg-green-20\/30:focus {
    background-color: rgb(26 52 70 / 0.3);
}

.focus\:bg-green-20\/40:focus {
    background-color: rgb(26 52 70 / 0.4);
}

.focus\:bg-green-20\/5:focus {
    background-color: rgb(26 52 70 / 0.05);
}

.focus\:bg-green-20\/50:focus {
    background-color: rgb(26 52 70 / 0.5);
}

.focus\:bg-green-20\/60:focus {
    background-color: rgb(26 52 70 / 0.6);
}

.focus\:bg-green-20\/70:focus {
    background-color: rgb(26 52 70 / 0.7);
}

.focus\:bg-green-20\/75:focus {
    background-color: rgb(26 52 70 / 0.75);
}

.focus\:bg-green-20\/80:focus {
    background-color: rgb(26 52 70 / 0.8);
}

.focus\:bg-green-20\/90:focus {
    background-color: rgb(26 52 70 / 0.9);
}

.focus\:bg-green-20\/95:focus {
    background-color: rgb(26 52 70 / 0.95);
}

.focus\:bg-green-30:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(32 75 75 / var(--tw-bg-opacity));
}

.focus\:bg-green-30\/0:focus {
    background-color: rgb(32 75 75 / 0);
}

.focus\:bg-green-30\/10:focus {
    background-color: rgb(32 75 75 / 0.1);
}

.focus\:bg-green-30\/100:focus {
    background-color: rgb(32 75 75 / 1);
}

.focus\:bg-green-30\/20:focus {
    background-color: rgb(32 75 75 / 0.2);
}

.focus\:bg-green-30\/25:focus {
    background-color: rgb(32 75 75 / 0.25);
}

.focus\:bg-green-30\/30:focus {
    background-color: rgb(32 75 75 / 0.3);
}

.focus\:bg-green-30\/40:focus {
    background-color: rgb(32 75 75 / 0.4);
}

.focus\:bg-green-30\/5:focus {
    background-color: rgb(32 75 75 / 0.05);
}

.focus\:bg-green-30\/50:focus {
    background-color: rgb(32 75 75 / 0.5);
}

.focus\:bg-green-30\/60:focus {
    background-color: rgb(32 75 75 / 0.6);
}

.focus\:bg-green-30\/70:focus {
    background-color: rgb(32 75 75 / 0.7);
}

.focus\:bg-green-30\/75:focus {
    background-color: rgb(32 75 75 / 0.75);
}

.focus\:bg-green-30\/80:focus {
    background-color: rgb(32 75 75 / 0.8);
}

.focus\:bg-green-30\/90:focus {
    background-color: rgb(32 75 75 / 0.9);
}

.focus\:bg-green-30\/95:focus {
    background-color: rgb(32 75 75 / 0.95);
}

.focus\:bg-green-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(44 121 83 / var(--tw-bg-opacity));
}

.focus\:bg-green-50\/0:focus {
    background-color: rgb(44 121 83 / 0);
}

.focus\:bg-green-50\/10:focus {
    background-color: rgb(44 121 83 / 0.1);
}

.focus\:bg-green-50\/100:focus {
    background-color: rgb(44 121 83 / 1);
}

.focus\:bg-green-50\/20:focus {
    background-color: rgb(44 121 83 / 0.2);
}

.focus\:bg-green-50\/25:focus {
    background-color: rgb(44 121 83 / 0.25);
}

.focus\:bg-green-50\/30:focus {
    background-color: rgb(44 121 83 / 0.3);
}

.focus\:bg-green-50\/40:focus {
    background-color: rgb(44 121 83 / 0.4);
}

.focus\:bg-green-50\/5:focus {
    background-color: rgb(44 121 83 / 0.05);
}

.focus\:bg-green-50\/50:focus {
    background-color: rgb(44 121 83 / 0.5);
}

.focus\:bg-green-50\/60:focus {
    background-color: rgb(44 121 83 / 0.6);
}

.focus\:bg-green-50\/70:focus {
    background-color: rgb(44 121 83 / 0.7);
}

.focus\:bg-green-50\/75:focus {
    background-color: rgb(44 121 83 / 0.75);
}

.focus\:bg-green-50\/80:focus {
    background-color: rgb(44 121 83 / 0.8);
}

.focus\:bg-green-50\/90:focus {
    background-color: rgb(44 121 83 / 0.9);
}

.focus\:bg-green-50\/95:focus {
    background-color: rgb(44 121 83 / 0.95);
}

.focus\:bg-green-70:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(57 168 91 / var(--tw-bg-opacity));
}

.focus\:bg-green-70\/0:focus {
    background-color: rgb(57 168 91 / 0);
}

.focus\:bg-green-70\/10:focus {
    background-color: rgb(57 168 91 / 0.1);
}

.focus\:bg-green-70\/100:focus {
    background-color: rgb(57 168 91 / 1);
}

.focus\:bg-green-70\/20:focus {
    background-color: rgb(57 168 91 / 0.2);
}

.focus\:bg-green-70\/25:focus {
    background-color: rgb(57 168 91 / 0.25);
}

.focus\:bg-green-70\/30:focus {
    background-color: rgb(57 168 91 / 0.3);
}

.focus\:bg-green-70\/40:focus {
    background-color: rgb(57 168 91 / 0.4);
}

.focus\:bg-green-70\/5:focus {
    background-color: rgb(57 168 91 / 0.05);
}

.focus\:bg-green-70\/50:focus {
    background-color: rgb(57 168 91 / 0.5);
}

.focus\:bg-green-70\/60:focus {
    background-color: rgb(57 168 91 / 0.6);
}

.focus\:bg-green-70\/70:focus {
    background-color: rgb(57 168 91 / 0.7);
}

.focus\:bg-green-70\/75:focus {
    background-color: rgb(57 168 91 / 0.75);
}

.focus\:bg-green-70\/80:focus {
    background-color: rgb(57 168 91 / 0.8);
}

.focus\:bg-green-70\/90:focus {
    background-color: rgb(57 168 91 / 0.9);
}

.focus\:bg-green-70\/95:focus {
    background-color: rgb(57 168 91 / 0.95);
}

.focus\:bg-purple-10:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(26 8 70 / var(--tw-bg-opacity));
}

.focus\:bg-purple-10\/0:focus {
    background-color: rgb(26 8 70 / 0);
}

.focus\:bg-purple-10\/10:focus {
    background-color: rgb(26 8 70 / 0.1);
}

.focus\:bg-purple-10\/100:focus {
    background-color: rgb(26 8 70 / 1);
}

.focus\:bg-purple-10\/20:focus {
    background-color: rgb(26 8 70 / 0.2);
}

.focus\:bg-purple-10\/25:focus {
    background-color: rgb(26 8 70 / 0.25);
}

.focus\:bg-purple-10\/30:focus {
    background-color: rgb(26 8 70 / 0.3);
}

.focus\:bg-purple-10\/40:focus {
    background-color: rgb(26 8 70 / 0.4);
}

.focus\:bg-purple-10\/5:focus {
    background-color: rgb(26 8 70 / 0.05);
}

.focus\:bg-purple-10\/50:focus {
    background-color: rgb(26 8 70 / 0.5);
}

.focus\:bg-purple-10\/60:focus {
    background-color: rgb(26 8 70 / 0.6);
}

.focus\:bg-purple-10\/70:focus {
    background-color: rgb(26 8 70 / 0.7);
}

.focus\:bg-purple-10\/75:focus {
    background-color: rgb(26 8 70 / 0.75);
}

.focus\:bg-purple-10\/80:focus {
    background-color: rgb(26 8 70 / 0.8);
}

.focus\:bg-purple-10\/90:focus {
    background-color: rgb(26 8 70 / 0.9);
}

.focus\:bg-purple-10\/95:focus {
    background-color: rgb(26 8 70 / 0.95);
}

.focus\:bg-purple-100:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(125 41 145 / var(--tw-bg-opacity));
}

.focus\:bg-purple-100\/0:focus {
    background-color: rgb(125 41 145 / 0);
}

.focus\:bg-purple-100\/10:focus {
    background-color: rgb(125 41 145 / 0.1);
}

.focus\:bg-purple-100\/100:focus {
    background-color: rgb(125 41 145 / 1);
}

.focus\:bg-purple-100\/20:focus {
    background-color: rgb(125 41 145 / 0.2);
}

.focus\:bg-purple-100\/25:focus {
    background-color: rgb(125 41 145 / 0.25);
}

.focus\:bg-purple-100\/30:focus {
    background-color: rgb(125 41 145 / 0.3);
}

.focus\:bg-purple-100\/40:focus {
    background-color: rgb(125 41 145 / 0.4);
}

.focus\:bg-purple-100\/5:focus {
    background-color: rgb(125 41 145 / 0.05);
}

.focus\:bg-purple-100\/50:focus {
    background-color: rgb(125 41 145 / 0.5);
}

.focus\:bg-purple-100\/60:focus {
    background-color: rgb(125 41 145 / 0.6);
}

.focus\:bg-purple-100\/70:focus {
    background-color: rgb(125 41 145 / 0.7);
}

.focus\:bg-purple-100\/75:focus {
    background-color: rgb(125 41 145 / 0.75);
}

.focus\:bg-purple-100\/80:focus {
    background-color: rgb(125 41 145 / 0.8);
}

.focus\:bg-purple-100\/90:focus {
    background-color: rgb(125 41 145 / 0.9);
}

.focus\:bg-purple-100\/95:focus {
    background-color: rgb(125 41 145 / 0.95);
}

.focus\:bg-purple-20:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(40 12 78 / var(--tw-bg-opacity));
}

.focus\:bg-purple-20\/0:focus {
    background-color: rgb(40 12 78 / 0);
}

.focus\:bg-purple-20\/10:focus {
    background-color: rgb(40 12 78 / 0.1);
}

.focus\:bg-purple-20\/100:focus {
    background-color: rgb(40 12 78 / 1);
}

.focus\:bg-purple-20\/20:focus {
    background-color: rgb(40 12 78 / 0.2);
}

.focus\:bg-purple-20\/25:focus {
    background-color: rgb(40 12 78 / 0.25);
}

.focus\:bg-purple-20\/30:focus {
    background-color: rgb(40 12 78 / 0.3);
}

.focus\:bg-purple-20\/40:focus {
    background-color: rgb(40 12 78 / 0.4);
}

.focus\:bg-purple-20\/5:focus {
    background-color: rgb(40 12 78 / 0.05);
}

.focus\:bg-purple-20\/50:focus {
    background-color: rgb(40 12 78 / 0.5);
}

.focus\:bg-purple-20\/60:focus {
    background-color: rgb(40 12 78 / 0.6);
}

.focus\:bg-purple-20\/70:focus {
    background-color: rgb(40 12 78 / 0.7);
}

.focus\:bg-purple-20\/75:focus {
    background-color: rgb(40 12 78 / 0.75);
}

.focus\:bg-purple-20\/80:focus {
    background-color: rgb(40 12 78 / 0.8);
}

.focus\:bg-purple-20\/90:focus {
    background-color: rgb(40 12 78 / 0.9);
}

.focus\:bg-purple-20\/95:focus {
    background-color: rgb(40 12 78 / 0.95);
}

.focus\:bg-purple-30:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(53 15 86 / var(--tw-bg-opacity));
}

.focus\:bg-purple-30\/0:focus {
    background-color: rgb(53 15 86 / 0);
}

.focus\:bg-purple-30\/10:focus {
    background-color: rgb(53 15 86 / 0.1);
}

.focus\:bg-purple-30\/100:focus {
    background-color: rgb(53 15 86 / 1);
}

.focus\:bg-purple-30\/20:focus {
    background-color: rgb(53 15 86 / 0.2);
}

.focus\:bg-purple-30\/25:focus {
    background-color: rgb(53 15 86 / 0.25);
}

.focus\:bg-purple-30\/30:focus {
    background-color: rgb(53 15 86 / 0.3);
}

.focus\:bg-purple-30\/40:focus {
    background-color: rgb(53 15 86 / 0.4);
}

.focus\:bg-purple-30\/5:focus {
    background-color: rgb(53 15 86 / 0.05);
}

.focus\:bg-purple-30\/50:focus {
    background-color: rgb(53 15 86 / 0.5);
}

.focus\:bg-purple-30\/60:focus {
    background-color: rgb(53 15 86 / 0.6);
}

.focus\:bg-purple-30\/70:focus {
    background-color: rgb(53 15 86 / 0.7);
}

.focus\:bg-purple-30\/75:focus {
    background-color: rgb(53 15 86 / 0.75);
}

.focus\:bg-purple-30\/80:focus {
    background-color: rgb(53 15 86 / 0.8);
}

.focus\:bg-purple-30\/90:focus {
    background-color: rgb(53 15 86 / 0.9);
}

.focus\:bg-purple-30\/95:focus {
    background-color: rgb(53 15 86 / 0.95);
}

.focus\:bg-purple-50:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(79 22 102 / var(--tw-bg-opacity));
}

.focus\:bg-purple-50\/0:focus {
    background-color: rgb(79 22 102 / 0);
}

.focus\:bg-purple-50\/10:focus {
    background-color: rgb(79 22 102 / 0.1);
}

.focus\:bg-purple-50\/100:focus {
    background-color: rgb(79 22 102 / 1);
}

.focus\:bg-purple-50\/20:focus {
    background-color: rgb(79 22 102 / 0.2);
}

.focus\:bg-purple-50\/25:focus {
    background-color: rgb(79 22 102 / 0.25);
}

.focus\:bg-purple-50\/30:focus {
    background-color: rgb(79 22 102 / 0.3);
}

.focus\:bg-purple-50\/40:focus {
    background-color: rgb(79 22 102 / 0.4);
}

.focus\:bg-purple-50\/5:focus {
    background-color: rgb(79 22 102 / 0.05);
}

.focus\:bg-purple-50\/50:focus {
    background-color: rgb(79 22 102 / 0.5);
}

.focus\:bg-purple-50\/60:focus {
    background-color: rgb(79 22 102 / 0.6);
}

.focus\:bg-purple-50\/70:focus {
    background-color: rgb(79 22 102 / 0.7);
}

.focus\:bg-purple-50\/75:focus {
    background-color: rgb(79 22 102 / 0.75);
}

.focus\:bg-purple-50\/80:focus {
    background-color: rgb(79 22 102 / 0.8);
}

.focus\:bg-purple-50\/90:focus {
    background-color: rgb(79 22 102 / 0.9);
}

.focus\:bg-purple-50\/95:focus {
    background-color: rgb(79 22 102 / 0.95);
}

.focus\:bg-purple-70:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(106 29 119 / var(--tw-bg-opacity));
}

.focus\:bg-purple-70\/0:focus {
    background-color: rgb(106 29 119 / 0);
}

.focus\:bg-purple-70\/10:focus {
    background-color: rgb(106 29 119 / 0.1);
}

.focus\:bg-purple-70\/100:focus {
    background-color: rgb(106 29 119 / 1);
}

.focus\:bg-purple-70\/20:focus {
    background-color: rgb(106 29 119 / 0.2);
}

.focus\:bg-purple-70\/25:focus {
    background-color: rgb(106 29 119 / 0.25);
}

.focus\:bg-purple-70\/30:focus {
    background-color: rgb(106 29 119 / 0.3);
}

.focus\:bg-purple-70\/40:focus {
    background-color: rgb(106 29 119 / 0.4);
}

.focus\:bg-purple-70\/5:focus {
    background-color: rgb(106 29 119 / 0.05);
}

.focus\:bg-purple-70\/50:focus {
    background-color: rgb(106 29 119 / 0.5);
}

.focus\:bg-purple-70\/60:focus {
    background-color: rgb(106 29 119 / 0.6);
}

.focus\:bg-purple-70\/70:focus {
    background-color: rgb(106 29 119 / 0.7);
}

.focus\:bg-purple-70\/75:focus {
    background-color: rgb(106 29 119 / 0.75);
}

.focus\:bg-purple-70\/80:focus {
    background-color: rgb(106 29 119 / 0.8);
}

.focus\:bg-purple-70\/90:focus {
    background-color: rgb(106 29 119 / 0.9);
}

.focus\:bg-purple-70\/95:focus {
    background-color: rgb(106 29 119 / 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\/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\/40:focus {
    background-color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    background-color: rgb(0 0 0 / 0.6);
}

.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\/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-utility-error:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(220 33 33 / var(--tw-bg-opacity));
}

.focus\:bg-utility-error\/0:focus {
    background-color: rgb(220 33 33 / 0);
}

.focus\:bg-utility-error\/10:focus {
    background-color: rgb(220 33 33 / 0.1);
}

.focus\:bg-utility-error\/100:focus {
    background-color: rgb(220 33 33 / 1);
}

.focus\:bg-utility-error\/20:focus {
    background-color: rgb(220 33 33 / 0.2);
}

.focus\:bg-utility-error\/25:focus {
    background-color: rgb(220 33 33 / 0.25);
}

.focus\:bg-utility-error\/30:focus {
    background-color: rgb(220 33 33 / 0.3);
}

.focus\:bg-utility-error\/40:focus {
    background-color: rgb(220 33 33 / 0.4);
}

.focus\:bg-utility-error\/5:focus {
    background-color: rgb(220 33 33 / 0.05);
}

.focus\:bg-utility-error\/50:focus {
    background-color: rgb(220 33 33 / 0.5);
}

.focus\:bg-utility-error\/60:focus {
    background-color: rgb(220 33 33 / 0.6);
}

.focus\:bg-utility-error\/70:focus {
    background-color: rgb(220 33 33 / 0.7);
}

.focus\:bg-utility-error\/75:focus {
    background-color: rgb(220 33 33 / 0.75);
}

.focus\:bg-utility-error\/80:focus {
    background-color: rgb(220 33 33 / 0.8);
}

.focus\:bg-utility-error\/90:focus {
    background-color: rgb(220 33 33 / 0.9);
}

.focus\:bg-utility-error\/95:focus {
    background-color: rgb(220 33 33 / 0.95);
}

.focus\:bg-utility-info:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.focus\:bg-utility-info\/0:focus {
    background-color: rgb(191 219 254 / 0);
}

.focus\:bg-utility-info\/10:focus {
    background-color: rgb(191 219 254 / 0.1);
}

.focus\:bg-utility-info\/100:focus {
    background-color: rgb(191 219 254 / 1);
}

.focus\:bg-utility-info\/20:focus {
    background-color: rgb(191 219 254 / 0.2);
}

.focus\:bg-utility-info\/25:focus {
    background-color: rgb(191 219 254 / 0.25);
}

.focus\:bg-utility-info\/30:focus {
    background-color: rgb(191 219 254 / 0.3);
}

.focus\:bg-utility-info\/40:focus {
    background-color: rgb(191 219 254 / 0.4);
}

.focus\:bg-utility-info\/5:focus {
    background-color: rgb(191 219 254 / 0.05);
}

.focus\:bg-utility-info\/50:focus {
    background-color: rgb(191 219 254 / 0.5);
}

.focus\:bg-utility-info\/60:focus {
    background-color: rgb(191 219 254 / 0.6);
}

.focus\:bg-utility-info\/70:focus {
    background-color: rgb(191 219 254 / 0.7);
}

.focus\:bg-utility-info\/75:focus {
    background-color: rgb(191 219 254 / 0.75);
}

.focus\:bg-utility-info\/80:focus {
    background-color: rgb(191 219 254 / 0.8);
}

.focus\:bg-utility-info\/90:focus {
    background-color: rgb(191 219 254 / 0.9);
}

.focus\:bg-utility-info\/95:focus {
    background-color: rgb(191 219 254 / 0.95);
}

.focus\:bg-utility-success:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(92 204 23 / var(--tw-bg-opacity));
}

.focus\:bg-utility-success\/0:focus {
    background-color: rgb(92 204 23 / 0);
}

.focus\:bg-utility-success\/10:focus {
    background-color: rgb(92 204 23 / 0.1);
}

.focus\:bg-utility-success\/100:focus {
    background-color: rgb(92 204 23 / 1);
}

.focus\:bg-utility-success\/20:focus {
    background-color: rgb(92 204 23 / 0.2);
}

.focus\:bg-utility-success\/25:focus {
    background-color: rgb(92 204 23 / 0.25);
}

.focus\:bg-utility-success\/30:focus {
    background-color: rgb(92 204 23 / 0.3);
}

.focus\:bg-utility-success\/40:focus {
    background-color: rgb(92 204 23 / 0.4);
}

.focus\:bg-utility-success\/5:focus {
    background-color: rgb(92 204 23 / 0.05);
}

.focus\:bg-utility-success\/50:focus {
    background-color: rgb(92 204 23 / 0.5);
}

.focus\:bg-utility-success\/60:focus {
    background-color: rgb(92 204 23 / 0.6);
}

.focus\:bg-utility-success\/70:focus {
    background-color: rgb(92 204 23 / 0.7);
}

.focus\:bg-utility-success\/75:focus {
    background-color: rgb(92 204 23 / 0.75);
}

.focus\:bg-utility-success\/80:focus {
    background-color: rgb(92 204 23 / 0.8);
}

.focus\:bg-utility-success\/90:focus {
    background-color: rgb(92 204 23 / 0.9);
}

.focus\:bg-utility-success\/95:focus {
    background-color: rgb(92 204 23 / 0.95);
}

.focus\:bg-utility-warning:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(219 170 110 / var(--tw-bg-opacity));
}

.focus\:bg-utility-warning\/0:focus {
    background-color: rgb(219 170 110 / 0);
}

.focus\:bg-utility-warning\/10:focus {
    background-color: rgb(219 170 110 / 0.1);
}

.focus\:bg-utility-warning\/100:focus {
    background-color: rgb(219 170 110 / 1);
}

.focus\:bg-utility-warning\/20:focus {
    background-color: rgb(219 170 110 / 0.2);
}

.focus\:bg-utility-warning\/25:focus {
    background-color: rgb(219 170 110 / 0.25);
}

.focus\:bg-utility-warning\/30:focus {
    background-color: rgb(219 170 110 / 0.3);
}

.focus\:bg-utility-warning\/40:focus {
    background-color: rgb(219 170 110 / 0.4);
}

.focus\:bg-utility-warning\/5:focus {
    background-color: rgb(219 170 110 / 0.05);
}

.focus\:bg-utility-warning\/50:focus {
    background-color: rgb(219 170 110 / 0.5);
}

.focus\:bg-utility-warning\/60:focus {
    background-color: rgb(219 170 110 / 0.6);
}

.focus\:bg-utility-warning\/70:focus {
    background-color: rgb(219 170 110 / 0.7);
}

.focus\:bg-utility-warning\/75:focus {
    background-color: rgb(219 170 110 / 0.75);
}

.focus\:bg-utility-warning\/80:focus {
    background-color: rgb(219 170 110 / 0.8);
}

.focus\:bg-utility-warning\/90:focus {
    background-color: rgb(219 170 110 / 0.9);
}

.focus\:bg-utility-warning\/95:focus {
    background-color: rgb(219 170 110 / 0.95);
}

.focus\:bg-very-dark-blue:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(4 4 47 / var(--tw-bg-opacity));
}

.focus\:bg-very-dark-blue\/0:focus {
    background-color: rgb(4 4 47 / 0);
}

.focus\:bg-very-dark-blue\/10:focus {
    background-color: rgb(4 4 47 / 0.1);
}

.focus\:bg-very-dark-blue\/100:focus {
    background-color: rgb(4 4 47 / 1);
}

.focus\:bg-very-dark-blue\/20:focus {
    background-color: rgb(4 4 47 / 0.2);
}

.focus\:bg-very-dark-blue\/25:focus {
    background-color: rgb(4 4 47 / 0.25);
}

.focus\:bg-very-dark-blue\/30:focus {
    background-color: rgb(4 4 47 / 0.3);
}

.focus\:bg-very-dark-blue\/40:focus {
    background-color: rgb(4 4 47 / 0.4);
}

.focus\:bg-very-dark-blue\/5:focus {
    background-color: rgb(4 4 47 / 0.05);
}

.focus\:bg-very-dark-blue\/50:focus {
    background-color: rgb(4 4 47 / 0.5);
}

.focus\:bg-very-dark-blue\/60:focus {
    background-color: rgb(4 4 47 / 0.6);
}

.focus\:bg-very-dark-blue\/70:focus {
    background-color: rgb(4 4 47 / 0.7);
}

.focus\:bg-very-dark-blue\/75:focus {
    background-color: rgb(4 4 47 / 0.75);
}

.focus\:bg-very-dark-blue\/80:focus {
    background-color: rgb(4 4 47 / 0.8);
}

.focus\:bg-very-dark-blue\/90:focus {
    background-color: rgb(4 4 47 / 0.9);
}

.focus\:bg-very-dark-blue\/95:focus {
    background-color: rgb(4 4 47 / 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-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-40:focus {
    --tw-bg-opacity: 0.4;
}

.focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05;
}

.focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
}

.focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6;
}

.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-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-body-lg:focus {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0.15px;
}

.focus\:text-body-md:focus {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
}

.focus\:text-body-sm:focus {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
}

.focus\:text-display-lg:focus {
    font-size: 3.5rem;
    line-height: 4rem;
}

.focus\:text-display-md:focus {
    font-size: 2.75rem;
    line-height: 3.25rem;
}

.focus\:text-display-sm:focus {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.focus\:text-eyebrow-lg:focus {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 2.5px;
}

.focus\:text-eyebrow-md:focus {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 2.5px;
}

.focus\:text-eyebrow-sm:focus {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 2.5px;
}

.focus\:text-eyebrow-tight-lg:focus {
    font-size: 1rem;
    line-height: 1.1875rem;
    letter-spacing: 1px;
}

.focus\:text-eyebrow-tight-md:focus {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    letter-spacing: 1px;
}

.focus\:text-eyebrow-tight-sm:focus {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    letter-spacing: 1px;
}

.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-title-lg:focus {
    font-size: 1.75rem;
    line-height: 2rem;
}

.focus\:text-title-md:focus {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.focus\:text-title-sm:focus {
    font-size: 1rem;
    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-green-dark:focus {
    --tw-text-opacity: 1;
    color: rgb(42 172 110 / var(--tw-text-opacity));
}

.focus\:text-accent-green-dark\/0:focus {
    color: rgb(42 172 110 / 0);
}

.focus\:text-accent-green-dark\/10:focus {
    color: rgb(42 172 110 / 0.1);
}

.focus\:text-accent-green-dark\/100:focus {
    color: rgb(42 172 110 / 1);
}

.focus\:text-accent-green-dark\/20:focus {
    color: rgb(42 172 110 / 0.2);
}

.focus\:text-accent-green-dark\/25:focus {
    color: rgb(42 172 110 / 0.25);
}

.focus\:text-accent-green-dark\/30:focus {
    color: rgb(42 172 110 / 0.3);
}

.focus\:text-accent-green-dark\/40:focus {
    color: rgb(42 172 110 / 0.4);
}

.focus\:text-accent-green-dark\/5:focus {
    color: rgb(42 172 110 / 0.05);
}

.focus\:text-accent-green-dark\/50:focus {
    color: rgb(42 172 110 / 0.5);
}

.focus\:text-accent-green-dark\/60:focus {
    color: rgb(42 172 110 / 0.6);
}

.focus\:text-accent-green-dark\/70:focus {
    color: rgb(42 172 110 / 0.7);
}

.focus\:text-accent-green-dark\/75:focus {
    color: rgb(42 172 110 / 0.75);
}

.focus\:text-accent-green-dark\/80:focus {
    color: rgb(42 172 110 / 0.8);
}

.focus\:text-accent-green-dark\/90:focus {
    color: rgb(42 172 110 / 0.9);
}

.focus\:text-accent-green-dark\/95:focus {
    color: rgb(42 172 110 / 0.95);
}

.focus\:text-accent-green-light:focus {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.focus\:text-accent-green-light\/0:focus {
    color: rgb(90 226 75 / 0);
}

.focus\:text-accent-green-light\/10:focus {
    color: rgb(90 226 75 / 0.1);
}

.focus\:text-accent-green-light\/100:focus {
    color: rgb(90 226 75 / 1);
}

.focus\:text-accent-green-light\/20:focus {
    color: rgb(90 226 75 / 0.2);
}

.focus\:text-accent-green-light\/25:focus {
    color: rgb(90 226 75 / 0.25);
}

.focus\:text-accent-green-light\/30:focus {
    color: rgb(90 226 75 / 0.3);
}

.focus\:text-accent-green-light\/40:focus {
    color: rgb(90 226 75 / 0.4);
}

.focus\:text-accent-green-light\/5:focus {
    color: rgb(90 226 75 / 0.05);
}

.focus\:text-accent-green-light\/50:focus {
    color: rgb(90 226 75 / 0.5);
}

.focus\:text-accent-green-light\/60:focus {
    color: rgb(90 226 75 / 0.6);
}

.focus\:text-accent-green-light\/70:focus {
    color: rgb(90 226 75 / 0.7);
}

.focus\:text-accent-green-light\/75:focus {
    color: rgb(90 226 75 / 0.75);
}

.focus\:text-accent-green-light\/80:focus {
    color: rgb(90 226 75 / 0.8);
}

.focus\:text-accent-green-light\/90:focus {
    color: rgb(90 226 75 / 0.9);
}

.focus\:text-accent-green-light\/95:focus {
    color: rgb(90 226 75 / 0.95);
}

.focus\:text-accent-purple:focus {
    --tw-text-opacity: 1;
    color: rgb(192 69 221 / var(--tw-text-opacity));
}

.focus\:text-accent-purple\/0:focus {
    color: rgb(192 69 221 / 0);
}

.focus\:text-accent-purple\/10:focus {
    color: rgb(192 69 221 / 0.1);
}

.focus\:text-accent-purple\/100:focus {
    color: rgb(192 69 221 / 1);
}

.focus\:text-accent-purple\/20:focus {
    color: rgb(192 69 221 / 0.2);
}

.focus\:text-accent-purple\/25:focus {
    color: rgb(192 69 221 / 0.25);
}

.focus\:text-accent-purple\/30:focus {
    color: rgb(192 69 221 / 0.3);
}

.focus\:text-accent-purple\/40:focus {
    color: rgb(192 69 221 / 0.4);
}

.focus\:text-accent-purple\/5:focus {
    color: rgb(192 69 221 / 0.05);
}

.focus\:text-accent-purple\/50:focus {
    color: rgb(192 69 221 / 0.5);
}

.focus\:text-accent-purple\/60:focus {
    color: rgb(192 69 221 / 0.6);
}

.focus\:text-accent-purple\/70:focus {
    color: rgb(192 69 221 / 0.7);
}

.focus\:text-accent-purple\/75:focus {
    color: rgb(192 69 221 / 0.75);
}

.focus\:text-accent-purple\/80:focus {
    color: rgb(192 69 221 / 0.8);
}

.focus\:text-accent-purple\/90:focus {
    color: rgb(192 69 221 / 0.9);
}

.focus\:text-accent-purple\/95:focus {
    color: rgb(192 69 221 / 0.95);
}

.focus\:text-current:focus {
    color: currentColor;
}

.focus\:text-gray-10:focus {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.focus\:text-gray-10\/0:focus {
    color: rgb(36 30 81 / 0);
}

.focus\:text-gray-10\/10:focus {
    color: rgb(36 30 81 / 0.1);
}

.focus\:text-gray-10\/100:focus {
    color: rgb(36 30 81 / 1);
}

.focus\:text-gray-10\/20:focus {
    color: rgb(36 30 81 / 0.2);
}

.focus\:text-gray-10\/25:focus {
    color: rgb(36 30 81 / 0.25);
}

.focus\:text-gray-10\/30:focus {
    color: rgb(36 30 81 / 0.3);
}

.focus\:text-gray-10\/40:focus {
    color: rgb(36 30 81 / 0.4);
}

.focus\:text-gray-10\/5:focus {
    color: rgb(36 30 81 / 0.05);
}

.focus\:text-gray-10\/50:focus {
    color: rgb(36 30 81 / 0.5);
}

.focus\:text-gray-10\/60:focus {
    color: rgb(36 30 81 / 0.6);
}

.focus\:text-gray-10\/70:focus {
    color: rgb(36 30 81 / 0.7);
}

.focus\:text-gray-10\/75:focus {
    color: rgb(36 30 81 / 0.75);
}

.focus\:text-gray-10\/80:focus {
    color: rgb(36 30 81 / 0.8);
}

.focus\:text-gray-10\/90:focus {
    color: rgb(36 30 81 / 0.9);
}

.focus\:text-gray-10\/95:focus {
    color: rgb(36 30 81 / 0.95);
}

.focus\:text-gray-100:focus {
    --tw-text-opacity: 1;
    color: rgb(248 251 249 / var(--tw-text-opacity));
}

.focus\:text-gray-100\/0:focus {
    color: rgb(248 251 249 / 0);
}

.focus\:text-gray-100\/10:focus {
    color: rgb(248 251 249 / 0.1);
}

.focus\:text-gray-100\/100:focus {
    color: rgb(248 251 249 / 1);
}

.focus\:text-gray-100\/20:focus {
    color: rgb(248 251 249 / 0.2);
}

.focus\:text-gray-100\/25:focus {
    color: rgb(248 251 249 / 0.25);
}

.focus\:text-gray-100\/30:focus {
    color: rgb(248 251 249 / 0.3);
}

.focus\:text-gray-100\/40:focus {
    color: rgb(248 251 249 / 0.4);
}

.focus\:text-gray-100\/5:focus {
    color: rgb(248 251 249 / 0.05);
}

.focus\:text-gray-100\/50:focus {
    color: rgb(248 251 249 / 0.5);
}

.focus\:text-gray-100\/60:focus {
    color: rgb(248 251 249 / 0.6);
}

.focus\:text-gray-100\/70:focus {
    color: rgb(248 251 249 / 0.7);
}

.focus\:text-gray-100\/75:focus {
    color: rgb(248 251 249 / 0.75);
}

.focus\:text-gray-100\/80:focus {
    color: rgb(248 251 249 / 0.8);
}

.focus\:text-gray-100\/90:focus {
    color: rgb(248 251 249 / 0.9);
}

.focus\:text-gray-100\/95:focus {
    color: rgb(248 251 249 / 0.95);
}

.focus\:text-gray-20:focus {
    --tw-text-opacity: 1;
    color: rgb(60 54 99 / var(--tw-text-opacity));
}

.focus\:text-gray-20\/0:focus {
    color: rgb(60 54 99 / 0);
}

.focus\:text-gray-20\/10:focus {
    color: rgb(60 54 99 / 0.1);
}

.focus\:text-gray-20\/100:focus {
    color: rgb(60 54 99 / 1);
}

.focus\:text-gray-20\/20:focus {
    color: rgb(60 54 99 / 0.2);
}

.focus\:text-gray-20\/25:focus {
    color: rgb(60 54 99 / 0.25);
}

.focus\:text-gray-20\/30:focus {
    color: rgb(60 54 99 / 0.3);
}

.focus\:text-gray-20\/40:focus {
    color: rgb(60 54 99 / 0.4);
}

.focus\:text-gray-20\/5:focus {
    color: rgb(60 54 99 / 0.05);
}

.focus\:text-gray-20\/50:focus {
    color: rgb(60 54 99 / 0.5);
}

.focus\:text-gray-20\/60:focus {
    color: rgb(60 54 99 / 0.6);
}

.focus\:text-gray-20\/70:focus {
    color: rgb(60 54 99 / 0.7);
}

.focus\:text-gray-20\/75:focus {
    color: rgb(60 54 99 / 0.75);
}

.focus\:text-gray-20\/80:focus {
    color: rgb(60 54 99 / 0.8);
}

.focus\:text-gray-20\/90:focus {
    color: rgb(60 54 99 / 0.9);
}

.focus\:text-gray-20\/95:focus {
    color: rgb(60 54 99 / 0.95);
}

.focus\:text-gray-30:focus {
    --tw-text-opacity: 1;
    color: rgb(83 79 118 / var(--tw-text-opacity));
}

.focus\:text-gray-30\/0:focus {
    color: rgb(83 79 118 / 0);
}

.focus\:text-gray-30\/10:focus {
    color: rgb(83 79 118 / 0.1);
}

.focus\:text-gray-30\/100:focus {
    color: rgb(83 79 118 / 1);
}

.focus\:text-gray-30\/20:focus {
    color: rgb(83 79 118 / 0.2);
}

.focus\:text-gray-30\/25:focus {
    color: rgb(83 79 118 / 0.25);
}

.focus\:text-gray-30\/30:focus {
    color: rgb(83 79 118 / 0.3);
}

.focus\:text-gray-30\/40:focus {
    color: rgb(83 79 118 / 0.4);
}

.focus\:text-gray-30\/5:focus {
    color: rgb(83 79 118 / 0.05);
}

.focus\:text-gray-30\/50:focus {
    color: rgb(83 79 118 / 0.5);
}

.focus\:text-gray-30\/60:focus {
    color: rgb(83 79 118 / 0.6);
}

.focus\:text-gray-30\/70:focus {
    color: rgb(83 79 118 / 0.7);
}

.focus\:text-gray-30\/75:focus {
    color: rgb(83 79 118 / 0.75);
}

.focus\:text-gray-30\/80:focus {
    color: rgb(83 79 118 / 0.8);
}

.focus\:text-gray-30\/90:focus {
    color: rgb(83 79 118 / 0.9);
}

.focus\:text-gray-30\/95:focus {
    color: rgb(83 79 118 / 0.95);
}

.focus\:text-gray-50:focus {
    --tw-text-opacity: 1;
    color: rgb(130 128 155 / var(--tw-text-opacity));
}

.focus\:text-gray-50\/0:focus {
    color: rgb(130 128 155 / 0);
}

.focus\:text-gray-50\/10:focus {
    color: rgb(130 128 155 / 0.1);
}

.focus\:text-gray-50\/100:focus {
    color: rgb(130 128 155 / 1);
}

.focus\:text-gray-50\/20:focus {
    color: rgb(130 128 155 / 0.2);
}

.focus\:text-gray-50\/25:focus {
    color: rgb(130 128 155 / 0.25);
}

.focus\:text-gray-50\/30:focus {
    color: rgb(130 128 155 / 0.3);
}

.focus\:text-gray-50\/40:focus {
    color: rgb(130 128 155 / 0.4);
}

.focus\:text-gray-50\/5:focus {
    color: rgb(130 128 155 / 0.05);
}

.focus\:text-gray-50\/50:focus {
    color: rgb(130 128 155 / 0.5);
}

.focus\:text-gray-50\/60:focus {
    color: rgb(130 128 155 / 0.6);
}

.focus\:text-gray-50\/70:focus {
    color: rgb(130 128 155 / 0.7);
}

.focus\:text-gray-50\/75:focus {
    color: rgb(130 128 155 / 0.75);
}

.focus\:text-gray-50\/80:focus {
    color: rgb(130 128 155 / 0.8);
}

.focus\:text-gray-50\/90:focus {
    color: rgb(130 128 155 / 0.9);
}

.focus\:text-gray-50\/95:focus {
    color: rgb(130 128 155 / 0.95);
}

.focus\:text-gray-70:focus {
    --tw-text-opacity: 1;
    color: rgb(177 177 193 / var(--tw-text-opacity));
}

.focus\:text-gray-70\/0:focus {
    color: rgb(177 177 193 / 0);
}

.focus\:text-gray-70\/10:focus {
    color: rgb(177 177 193 / 0.1);
}

.focus\:text-gray-70\/100:focus {
    color: rgb(177 177 193 / 1);
}

.focus\:text-gray-70\/20:focus {
    color: rgb(177 177 193 / 0.2);
}

.focus\:text-gray-70\/25:focus {
    color: rgb(177 177 193 / 0.25);
}

.focus\:text-gray-70\/30:focus {
    color: rgb(177 177 193 / 0.3);
}

.focus\:text-gray-70\/40:focus {
    color: rgb(177 177 193 / 0.4);
}

.focus\:text-gray-70\/5:focus {
    color: rgb(177 177 193 / 0.05);
}

.focus\:text-gray-70\/50:focus {
    color: rgb(177 177 193 / 0.5);
}

.focus\:text-gray-70\/60:focus {
    color: rgb(177 177 193 / 0.6);
}

.focus\:text-gray-70\/70:focus {
    color: rgb(177 177 193 / 0.7);
}

.focus\:text-gray-70\/75:focus {
    color: rgb(177 177 193 / 0.75);
}

.focus\:text-gray-70\/80:focus {
    color: rgb(177 177 193 / 0.8);
}

.focus\:text-gray-70\/90:focus {
    color: rgb(177 177 193 / 0.9);
}

.focus\:text-gray-70\/95:focus {
    color: rgb(177 177 193 / 0.95);
}

.focus\:text-green-10:focus {
    --tw-text-opacity: 1;
    color: rgb(19 28 66 / var(--tw-text-opacity));
}

.focus\:text-green-10\/0:focus {
    color: rgb(19 28 66 / 0);
}

.focus\:text-green-10\/10:focus {
    color: rgb(19 28 66 / 0.1);
}

.focus\:text-green-10\/100:focus {
    color: rgb(19 28 66 / 1);
}

.focus\:text-green-10\/20:focus {
    color: rgb(19 28 66 / 0.2);
}

.focus\:text-green-10\/25:focus {
    color: rgb(19 28 66 / 0.25);
}

.focus\:text-green-10\/30:focus {
    color: rgb(19 28 66 / 0.3);
}

.focus\:text-green-10\/40:focus {
    color: rgb(19 28 66 / 0.4);
}

.focus\:text-green-10\/5:focus {
    color: rgb(19 28 66 / 0.05);
}

.focus\:text-green-10\/50:focus {
    color: rgb(19 28 66 / 0.5);
}

.focus\:text-green-10\/60:focus {
    color: rgb(19 28 66 / 0.6);
}

.focus\:text-green-10\/70:focus {
    color: rgb(19 28 66 / 0.7);
}

.focus\:text-green-10\/75:focus {
    color: rgb(19 28 66 / 0.75);
}

.focus\:text-green-10\/80:focus {
    color: rgb(19 28 66 / 0.8);
}

.focus\:text-green-10\/90:focus {
    color: rgb(19 28 66 / 0.9);
}

.focus\:text-green-10\/95:focus {
    color: rgb(19 28 66 / 0.95);
}

.focus\:text-green-100:focus {
    --tw-text-opacity: 1;
    color: rgb(90 226 75 / var(--tw-text-opacity));
}

.focus\:text-green-100\/0:focus {
    color: rgb(90 226 75 / 0);
}

.focus\:text-green-100\/10:focus {
    color: rgb(90 226 75 / 0.1);
}

.focus\:text-green-100\/100:focus {
    color: rgb(90 226 75 / 1);
}

.focus\:text-green-100\/20:focus {
    color: rgb(90 226 75 / 0.2);
}

.focus\:text-green-100\/25:focus {
    color: rgb(90 226 75 / 0.25);
}

.focus\:text-green-100\/30:focus {
    color: rgb(90 226 75 / 0.3);
}

.focus\:text-green-100\/40:focus {
    color: rgb(90 226 75 / 0.4);
}

.focus\:text-green-100\/5:focus {
    color: rgb(90 226 75 / 0.05);
}

.focus\:text-green-100\/50:focus {
    color: rgb(90 226 75 / 0.5);
}

.focus\:text-green-100\/60:focus {
    color: rgb(90 226 75 / 0.6);
}

.focus\:text-green-100\/70:focus {
    color: rgb(90 226 75 / 0.7);
}

.focus\:text-green-100\/75:focus {
    color: rgb(90 226 75 / 0.75);
}

.focus\:text-green-100\/80:focus {
    color: rgb(90 226 75 / 0.8);
}

.focus\:text-green-100\/90:focus {
    color: rgb(90 226 75 / 0.9);
}

.focus\:text-green-100\/95:focus {
    color: rgb(90 226 75 / 0.95);
}

.focus\:text-green-20:focus {
    --tw-text-opacity: 1;
    color: rgb(26 52 70 / var(--tw-text-opacity));
}

.focus\:text-green-20\/0:focus {
    color: rgb(26 52 70 / 0);
}

.focus\:text-green-20\/10:focus {
    color: rgb(26 52 70 / 0.1);
}

.focus\:text-green-20\/100:focus {
    color: rgb(26 52 70 / 1);
}

.focus\:text-green-20\/20:focus {
    color: rgb(26 52 70 / 0.2);
}

.focus\:text-green-20\/25:focus {
    color: rgb(26 52 70 / 0.25);
}

.focus\:text-green-20\/30:focus {
    color: rgb(26 52 70 / 0.3);
}

.focus\:text-green-20\/40:focus {
    color: rgb(26 52 70 / 0.4);
}

.focus\:text-green-20\/5:focus {
    color: rgb(26 52 70 / 0.05);
}

.focus\:text-green-20\/50:focus {
    color: rgb(26 52 70 / 0.5);
}

.focus\:text-green-20\/60:focus {
    color: rgb(26 52 70 / 0.6);
}

.focus\:text-green-20\/70:focus {
    color: rgb(26 52 70 / 0.7);
}

.focus\:text-green-20\/75:focus {
    color: rgb(26 52 70 / 0.75);
}

.focus\:text-green-20\/80:focus {
    color: rgb(26 52 70 / 0.8);
}

.focus\:text-green-20\/90:focus {
    color: rgb(26 52 70 / 0.9);
}

.focus\:text-green-20\/95:focus {
    color: rgb(26 52 70 / 0.95);
}

.focus\:text-green-30:focus {
    --tw-text-opacity: 1;
    color: rgb(32 75 75 / var(--tw-text-opacity));
}

.focus\:text-green-30\/0:focus {
    color: rgb(32 75 75 / 0);
}

.focus\:text-green-30\/10:focus {
    color: rgb(32 75 75 / 0.1);
}

.focus\:text-green-30\/100:focus {
    color: rgb(32 75 75 / 1);
}

.focus\:text-green-30\/20:focus {
    color: rgb(32 75 75 / 0.2);
}

.focus\:text-green-30\/25:focus {
    color: rgb(32 75 75 / 0.25);
}

.focus\:text-green-30\/30:focus {
    color: rgb(32 75 75 / 0.3);
}

.focus\:text-green-30\/40:focus {
    color: rgb(32 75 75 / 0.4);
}

.focus\:text-green-30\/5:focus {
    color: rgb(32 75 75 / 0.05);
}

.focus\:text-green-30\/50:focus {
    color: rgb(32 75 75 / 0.5);
}

.focus\:text-green-30\/60:focus {
    color: rgb(32 75 75 / 0.6);
}

.focus\:text-green-30\/70:focus {
    color: rgb(32 75 75 / 0.7);
}

.focus\:text-green-30\/75:focus {
    color: rgb(32 75 75 / 0.75);
}

.focus\:text-green-30\/80:focus {
    color: rgb(32 75 75 / 0.8);
}

.focus\:text-green-30\/90:focus {
    color: rgb(32 75 75 / 0.9);
}

.focus\:text-green-30\/95:focus {
    color: rgb(32 75 75 / 0.95);
}

.focus\:text-green-50:focus {
    --tw-text-opacity: 1;
    color: rgb(44 121 83 / var(--tw-text-opacity));
}

.focus\:text-green-50\/0:focus {
    color: rgb(44 121 83 / 0);
}

.focus\:text-green-50\/10:focus {
    color: rgb(44 121 83 / 0.1);
}

.focus\:text-green-50\/100:focus {
    color: rgb(44 121 83 / 1);
}

.focus\:text-green-50\/20:focus {
    color: rgb(44 121 83 / 0.2);
}

.focus\:text-green-50\/25:focus {
    color: rgb(44 121 83 / 0.25);
}

.focus\:text-green-50\/30:focus {
    color: rgb(44 121 83 / 0.3);
}

.focus\:text-green-50\/40:focus {
    color: rgb(44 121 83 / 0.4);
}

.focus\:text-green-50\/5:focus {
    color: rgb(44 121 83 / 0.05);
}

.focus\:text-green-50\/50:focus {
    color: rgb(44 121 83 / 0.5);
}

.focus\:text-green-50\/60:focus {
    color: rgb(44 121 83 / 0.6);
}

.focus\:text-green-50\/70:focus {
    color: rgb(44 121 83 / 0.7);
}

.focus\:text-green-50\/75:focus {
    color: rgb(44 121 83 / 0.75);
}

.focus\:text-green-50\/80:focus {
    color: rgb(44 121 83 / 0.8);
}

.focus\:text-green-50\/90:focus {
    color: rgb(44 121 83 / 0.9);
}

.focus\:text-green-50\/95:focus {
    color: rgb(44 121 83 / 0.95);
}

.focus\:text-green-70:focus {
    --tw-text-opacity: 1;
    color: rgb(57 168 91 / var(--tw-text-opacity));
}

.focus\:text-green-70\/0:focus {
    color: rgb(57 168 91 / 0);
}

.focus\:text-green-70\/10:focus {
    color: rgb(57 168 91 / 0.1);
}

.focus\:text-green-70\/100:focus {
    color: rgb(57 168 91 / 1);
}

.focus\:text-green-70\/20:focus {
    color: rgb(57 168 91 / 0.2);
}

.focus\:text-green-70\/25:focus {
    color: rgb(57 168 91 / 0.25);
}

.focus\:text-green-70\/30:focus {
    color: rgb(57 168 91 / 0.3);
}

.focus\:text-green-70\/40:focus {
    color: rgb(57 168 91 / 0.4);
}

.focus\:text-green-70\/5:focus {
    color: rgb(57 168 91 / 0.05);
}

.focus\:text-green-70\/50:focus {
    color: rgb(57 168 91 / 0.5);
}

.focus\:text-green-70\/60:focus {
    color: rgb(57 168 91 / 0.6);
}

.focus\:text-green-70\/70:focus {
    color: rgb(57 168 91 / 0.7);
}

.focus\:text-green-70\/75:focus {
    color: rgb(57 168 91 / 0.75);
}

.focus\:text-green-70\/80:focus {
    color: rgb(57 168 91 / 0.8);
}

.focus\:text-green-70\/90:focus {
    color: rgb(57 168 91 / 0.9);
}

.focus\:text-green-70\/95:focus {
    color: rgb(57 168 91 / 0.95);
}

.focus\:text-purple-10:focus {
    --tw-text-opacity: 1;
    color: rgb(26 8 70 / var(--tw-text-opacity));
}

.focus\:text-purple-10\/0:focus {
    color: rgb(26 8 70 / 0);
}

.focus\:text-purple-10\/10:focus {
    color: rgb(26 8 70 / 0.1);
}

.focus\:text-purple-10\/100:focus {
    color: rgb(26 8 70 / 1);
}

.focus\:text-purple-10\/20:focus {
    color: rgb(26 8 70 / 0.2);
}

.focus\:text-purple-10\/25:focus {
    color: rgb(26 8 70 / 0.25);
}

.focus\:text-purple-10\/30:focus {
    color: rgb(26 8 70 / 0.3);
}

.focus\:text-purple-10\/40:focus {
    color: rgb(26 8 70 / 0.4);
}

.focus\:text-purple-10\/5:focus {
    color: rgb(26 8 70 / 0.05);
}

.focus\:text-purple-10\/50:focus {
    color: rgb(26 8 70 / 0.5);
}

.focus\:text-purple-10\/60:focus {
    color: rgb(26 8 70 / 0.6);
}

.focus\:text-purple-10\/70:focus {
    color: rgb(26 8 70 / 0.7);
}

.focus\:text-purple-10\/75:focus {
    color: rgb(26 8 70 / 0.75);
}

.focus\:text-purple-10\/80:focus {
    color: rgb(26 8 70 / 0.8);
}

.focus\:text-purple-10\/90:focus {
    color: rgb(26 8 70 / 0.9);
}

.focus\:text-purple-10\/95:focus {
    color: rgb(26 8 70 / 0.95);
}

.focus\:text-purple-100:focus {
    --tw-text-opacity: 1;
    color: rgb(125 41 145 / var(--tw-text-opacity));
}

.focus\:text-purple-100\/0:focus {
    color: rgb(125 41 145 / 0);
}

.focus\:text-purple-100\/10:focus {
    color: rgb(125 41 145 / 0.1);
}

.focus\:text-purple-100\/100:focus {
    color: rgb(125 41 145 / 1);
}

.focus\:text-purple-100\/20:focus {
    color: rgb(125 41 145 / 0.2);
}

.focus\:text-purple-100\/25:focus {
    color: rgb(125 41 145 / 0.25);
}

.focus\:text-purple-100\/30:focus {
    color: rgb(125 41 145 / 0.3);
}

.focus\:text-purple-100\/40:focus {
    color: rgb(125 41 145 / 0.4);
}

.focus\:text-purple-100\/5:focus {
    color: rgb(125 41 145 / 0.05);
}

.focus\:text-purple-100\/50:focus {
    color: rgb(125 41 145 / 0.5);
}

.focus\:text-purple-100\/60:focus {
    color: rgb(125 41 145 / 0.6);
}

.focus\:text-purple-100\/70:focus {
    color: rgb(125 41 145 / 0.7);
}

.focus\:text-purple-100\/75:focus {
    color: rgb(125 41 145 / 0.75);
}

.focus\:text-purple-100\/80:focus {
    color: rgb(125 41 145 / 0.8);
}

.focus\:text-purple-100\/90:focus {
    color: rgb(125 41 145 / 0.9);
}

.focus\:text-purple-100\/95:focus {
    color: rgb(125 41 145 / 0.95);
}

.focus\:text-purple-20:focus {
    --tw-text-opacity: 1;
    color: rgb(40 12 78 / var(--tw-text-opacity));
}

.focus\:text-purple-20\/0:focus {
    color: rgb(40 12 78 / 0);
}

.focus\:text-purple-20\/10:focus {
    color: rgb(40 12 78 / 0.1);
}

.focus\:text-purple-20\/100:focus {
    color: rgb(40 12 78 / 1);
}

.focus\:text-purple-20\/20:focus {
    color: rgb(40 12 78 / 0.2);
}

.focus\:text-purple-20\/25:focus {
    color: rgb(40 12 78 / 0.25);
}

.focus\:text-purple-20\/30:focus {
    color: rgb(40 12 78 / 0.3);
}

.focus\:text-purple-20\/40:focus {
    color: rgb(40 12 78 / 0.4);
}

.focus\:text-purple-20\/5:focus {
    color: rgb(40 12 78 / 0.05);
}

.focus\:text-purple-20\/50:focus {
    color: rgb(40 12 78 / 0.5);
}

.focus\:text-purple-20\/60:focus {
    color: rgb(40 12 78 / 0.6);
}

.focus\:text-purple-20\/70:focus {
    color: rgb(40 12 78 / 0.7);
}

.focus\:text-purple-20\/75:focus {
    color: rgb(40 12 78 / 0.75);
}

.focus\:text-purple-20\/80:focus {
    color: rgb(40 12 78 / 0.8);
}

.focus\:text-purple-20\/90:focus {
    color: rgb(40 12 78 / 0.9);
}

.focus\:text-purple-20\/95:focus {
    color: rgb(40 12 78 / 0.95);
}

.focus\:text-purple-30:focus {
    --tw-text-opacity: 1;
    color: rgb(53 15 86 / var(--tw-text-opacity));
}

.focus\:text-purple-30\/0:focus {
    color: rgb(53 15 86 / 0);
}

.focus\:text-purple-30\/10:focus {
    color: rgb(53 15 86 / 0.1);
}

.focus\:text-purple-30\/100:focus {
    color: rgb(53 15 86 / 1);
}

.focus\:text-purple-30\/20:focus {
    color: rgb(53 15 86 / 0.2);
}

.focus\:text-purple-30\/25:focus {
    color: rgb(53 15 86 / 0.25);
}

.focus\:text-purple-30\/30:focus {
    color: rgb(53 15 86 / 0.3);
}

.focus\:text-purple-30\/40:focus {
    color: rgb(53 15 86 / 0.4);
}

.focus\:text-purple-30\/5:focus {
    color: rgb(53 15 86 / 0.05);
}

.focus\:text-purple-30\/50:focus {
    color: rgb(53 15 86 / 0.5);
}

.focus\:text-purple-30\/60:focus {
    color: rgb(53 15 86 / 0.6);
}

.focus\:text-purple-30\/70:focus {
    color: rgb(53 15 86 / 0.7);
}

.focus\:text-purple-30\/75:focus {
    color: rgb(53 15 86 / 0.75);
}

.focus\:text-purple-30\/80:focus {
    color: rgb(53 15 86 / 0.8);
}

.focus\:text-purple-30\/90:focus {
    color: rgb(53 15 86 / 0.9);
}

.focus\:text-purple-30\/95:focus {
    color: rgb(53 15 86 / 0.95);
}

.focus\:text-purple-50:focus {
    --tw-text-opacity: 1;
    color: rgb(79 22 102 / var(--tw-text-opacity));
}

.focus\:text-purple-50\/0:focus {
    color: rgb(79 22 102 / 0);
}

.focus\:text-purple-50\/10:focus {
    color: rgb(79 22 102 / 0.1);
}

.focus\:text-purple-50\/100:focus {
    color: rgb(79 22 102 / 1);
}

.focus\:text-purple-50\/20:focus {
    color: rgb(79 22 102 / 0.2);
}

.focus\:text-purple-50\/25:focus {
    color: rgb(79 22 102 / 0.25);
}

.focus\:text-purple-50\/30:focus {
    color: rgb(79 22 102 / 0.3);
}

.focus\:text-purple-50\/40:focus {
    color: rgb(79 22 102 / 0.4);
}

.focus\:text-purple-50\/5:focus {
    color: rgb(79 22 102 / 0.05);
}

.focus\:text-purple-50\/50:focus {
    color: rgb(79 22 102 / 0.5);
}

.focus\:text-purple-50\/60:focus {
    color: rgb(79 22 102 / 0.6);
}

.focus\:text-purple-50\/70:focus {
    color: rgb(79 22 102 / 0.7);
}

.focus\:text-purple-50\/75:focus {
    color: rgb(79 22 102 / 0.75);
}

.focus\:text-purple-50\/80:focus {
    color: rgb(79 22 102 / 0.8);
}

.focus\:text-purple-50\/90:focus {
    color: rgb(79 22 102 / 0.9);
}

.focus\:text-purple-50\/95:focus {
    color: rgb(79 22 102 / 0.95);
}

.focus\:text-purple-70:focus {
    --tw-text-opacity: 1;
    color: rgb(106 29 119 / var(--tw-text-opacity));
}

.focus\:text-purple-70\/0:focus {
    color: rgb(106 29 119 / 0);
}

.focus\:text-purple-70\/10:focus {
    color: rgb(106 29 119 / 0.1);
}

.focus\:text-purple-70\/100:focus {
    color: rgb(106 29 119 / 1);
}

.focus\:text-purple-70\/20:focus {
    color: rgb(106 29 119 / 0.2);
}

.focus\:text-purple-70\/25:focus {
    color: rgb(106 29 119 / 0.25);
}

.focus\:text-purple-70\/30:focus {
    color: rgb(106 29 119 / 0.3);
}

.focus\:text-purple-70\/40:focus {
    color: rgb(106 29 119 / 0.4);
}

.focus\:text-purple-70\/5:focus {
    color: rgb(106 29 119 / 0.05);
}

.focus\:text-purple-70\/50:focus {
    color: rgb(106 29 119 / 0.5);
}

.focus\:text-purple-70\/60:focus {
    color: rgb(106 29 119 / 0.6);
}

.focus\:text-purple-70\/70:focus {
    color: rgb(106 29 119 / 0.7);
}

.focus\:text-purple-70\/75:focus {
    color: rgb(106 29 119 / 0.75);
}

.focus\:text-purple-70\/80:focus {
    color: rgb(106 29 119 / 0.8);
}

.focus\:text-purple-70\/90:focus {
    color: rgb(106 29 119 / 0.9);
}

.focus\:text-purple-70\/95:focus {
    color: rgb(106 29 119 / 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\/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\/40:focus {
    color: rgb(0 0 0 / 0.4);
}

.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\/60:focus {
    color: rgb(0 0 0 / 0.6);
}

.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\/90:focus {
    color: rgb(0 0 0 / 0.9);
}

.focus\:text-transparent\/95:focus {
    color: rgb(0 0 0 / 0.95);
}

.focus\:text-utility-error:focus {
    --tw-text-opacity: 1;
    color: rgb(220 33 33 / var(--tw-text-opacity));
}

.focus\:text-utility-error\/0:focus {
    color: rgb(220 33 33 / 0);
}

.focus\:text-utility-error\/10:focus {
    color: rgb(220 33 33 / 0.1);
}

.focus\:text-utility-error\/100:focus {
    color: rgb(220 33 33 / 1);
}

.focus\:text-utility-error\/20:focus {
    color: rgb(220 33 33 / 0.2);
}

.focus\:text-utility-error\/25:focus {
    color: rgb(220 33 33 / 0.25);
}

.focus\:text-utility-error\/30:focus {
    color: rgb(220 33 33 / 0.3);
}

.focus\:text-utility-error\/40:focus {
    color: rgb(220 33 33 / 0.4);
}

.focus\:text-utility-error\/5:focus {
    color: rgb(220 33 33 / 0.05);
}

.focus\:text-utility-error\/50:focus {
    color: rgb(220 33 33 / 0.5);
}

.focus\:text-utility-error\/60:focus {
    color: rgb(220 33 33 / 0.6);
}

.focus\:text-utility-error\/70:focus {
    color: rgb(220 33 33 / 0.7);
}

.focus\:text-utility-error\/75:focus {
    color: rgb(220 33 33 / 0.75);
}

.focus\:text-utility-error\/80:focus {
    color: rgb(220 33 33 / 0.8);
}

.focus\:text-utility-error\/90:focus {
    color: rgb(220 33 33 / 0.9);
}

.focus\:text-utility-error\/95:focus {
    color: rgb(220 33 33 / 0.95);
}

.focus\:text-utility-info:focus {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity));
}

.focus\:text-utility-info\/0:focus {
    color: rgb(191 219 254 / 0);
}

.focus\:text-utility-info\/10:focus {
    color: rgb(191 219 254 / 0.1);
}

.focus\:text-utility-info\/100:focus {
    color: rgb(191 219 254 / 1);
}

.focus\:text-utility-info\/20:focus {
    color: rgb(191 219 254 / 0.2);
}

.focus\:text-utility-info\/25:focus {
    color: rgb(191 219 254 / 0.25);
}

.focus\:text-utility-info\/30:focus {
    color: rgb(191 219 254 / 0.3);
}

.focus\:text-utility-info\/40:focus {
    color: rgb(191 219 254 / 0.4);
}

.focus\:text-utility-info\/5:focus {
    color: rgb(191 219 254 / 0.05);
}

.focus\:text-utility-info\/50:focus {
    color: rgb(191 219 254 / 0.5);
}

.focus\:text-utility-info\/60:focus {
    color: rgb(191 219 254 / 0.6);
}

.focus\:text-utility-info\/70:focus {
    color: rgb(191 219 254 / 0.7);
}

.focus\:text-utility-info\/75:focus {
    color: rgb(191 219 254 / 0.75);
}

.focus\:text-utility-info\/80:focus {
    color: rgb(191 219 254 / 0.8);
}

.focus\:text-utility-info\/90:focus {
    color: rgb(191 219 254 / 0.9);
}

.focus\:text-utility-info\/95:focus {
    color: rgb(191 219 254 / 0.95);
}

.focus\:text-utility-success:focus {
    --tw-text-opacity: 1;
    color: rgb(92 204 23 / var(--tw-text-opacity));
}

.focus\:text-utility-success\/0:focus {
    color: rgb(92 204 23 / 0);
}

.focus\:text-utility-success\/10:focus {
    color: rgb(92 204 23 / 0.1);
}

.focus\:text-utility-success\/100:focus {
    color: rgb(92 204 23 / 1);
}

.focus\:text-utility-success\/20:focus {
    color: rgb(92 204 23 / 0.2);
}

.focus\:text-utility-success\/25:focus {
    color: rgb(92 204 23 / 0.25);
}

.focus\:text-utility-success\/30:focus {
    color: rgb(92 204 23 / 0.3);
}

.focus\:text-utility-success\/40:focus {
    color: rgb(92 204 23 / 0.4);
}

.focus\:text-utility-success\/5:focus {
    color: rgb(92 204 23 / 0.05);
}

.focus\:text-utility-success\/50:focus {
    color: rgb(92 204 23 / 0.5);
}

.focus\:text-utility-success\/60:focus {
    color: rgb(92 204 23 / 0.6);
}

.focus\:text-utility-success\/70:focus {
    color: rgb(92 204 23 / 0.7);
}

.focus\:text-utility-success\/75:focus {
    color: rgb(92 204 23 / 0.75);
}

.focus\:text-utility-success\/80:focus {
    color: rgb(92 204 23 / 0.8);
}

.focus\:text-utility-success\/90:focus {
    color: rgb(92 204 23 / 0.9);
}

.focus\:text-utility-success\/95:focus {
    color: rgb(92 204 23 / 0.95);
}

.focus\:text-utility-warning:focus {
    --tw-text-opacity: 1;
    color: rgb(219 170 110 / var(--tw-text-opacity));
}

.focus\:text-utility-warning\/0:focus {
    color: rgb(219 170 110 / 0);
}

.focus\:text-utility-warning\/10:focus {
    color: rgb(219 170 110 / 0.1);
}

.focus\:text-utility-warning\/100:focus {
    color: rgb(219 170 110 / 1);
}

.focus\:text-utility-warning\/20:focus {
    color: rgb(219 170 110 / 0.2);
}

.focus\:text-utility-warning\/25:focus {
    color: rgb(219 170 110 / 0.25);
}

.focus\:text-utility-warning\/30:focus {
    color: rgb(219 170 110 / 0.3);
}

.focus\:text-utility-warning\/40:focus {
    color: rgb(219 170 110 / 0.4);
}

.focus\:text-utility-warning\/5:focus {
    color: rgb(219 170 110 / 0.05);
}

.focus\:text-utility-warning\/50:focus {
    color: rgb(219 170 110 / 0.5);
}

.focus\:text-utility-warning\/60:focus {
    color: rgb(219 170 110 / 0.6);
}

.focus\:text-utility-warning\/70:focus {
    color: rgb(219 170 110 / 0.7);
}

.focus\:text-utility-warning\/75:focus {
    color: rgb(219 170 110 / 0.75);
}

.focus\:text-utility-warning\/80:focus {
    color: rgb(219 170 110 / 0.8);
}

.focus\:text-utility-warning\/90:focus {
    color: rgb(219 170 110 / 0.9);
}

.focus\:text-utility-warning\/95:focus {
    color: rgb(219 170 110 / 0.95);
}

.focus\:text-very-dark-blue:focus {
    --tw-text-opacity: 1;
    color: rgb(4 4 47 / var(--tw-text-opacity));
}

.focus\:text-very-dark-blue\/0:focus {
    color: rgb(4 4 47 / 0);
}

.focus\:text-very-dark-blue\/10:focus {
    color: rgb(4 4 47 / 0.1);
}

.focus\:text-very-dark-blue\/100:focus {
    color: rgb(4 4 47 / 1);
}

.focus\:text-very-dark-blue\/20:focus {
    color: rgb(4 4 47 / 0.2);
}

.focus\:text-very-dark-blue\/25:focus {
    color: rgb(4 4 47 / 0.25);
}

.focus\:text-very-dark-blue\/30:focus {
    color: rgb(4 4 47 / 0.3);
}

.focus\:text-very-dark-blue\/40:focus {
    color: rgb(4 4 47 / 0.4);
}

.focus\:text-very-dark-blue\/5:focus {
    color: rgb(4 4 47 / 0.05);
}

.focus\:text-very-dark-blue\/50:focus {
    color: rgb(4 4 47 / 0.5);
}

.focus\:text-very-dark-blue\/60:focus {
    color: rgb(4 4 47 / 0.6);
}

.focus\:text-very-dark-blue\/70:focus {
    color: rgb(4 4 47 / 0.7);
}

.focus\:text-very-dark-blue\/75:focus {
    color: rgb(4 4 47 / 0.75);
}

.focus\:text-very-dark-blue\/80:focus {
    color: rgb(4 4 47 / 0.8);
}

.focus\:text-very-dark-blue\/90:focus {
    color: rgb(4 4 47 / 0.9);
}

.focus\:text-very-dark-blue\/95:focus {
    color: rgb(4 4 47 / 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-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-40:focus {
    --tw-text-opacity: 0.4;
}

.focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05;
}

.focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5;
}

.focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6;
}

.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-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\:shadow-inner-border-2:focus {
    --tw-shadow: inset 0 0 0 2px;
    --tw-shadow-colored: inset 0 0 0 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:shadow-inner-border-3:focus {
    --tw-shadow: inset 0 0 0 3px;
    --tw-shadow-colored: inset 0 0 0 3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:outline-dashed:focus {
    outline-style: dashed;
}

.focus\:outline-dotted:focus {
    outline-style: dotted;
}

.focus\:outline-double:focus {
    outline-style: double;
}

.focus\:outline-0:focus {
    outline-width: 0px;
}

.focus\:outline-1:focus {
    outline-width: 1px;
}

.focus\:outline-2:focus {
    outline-width: 2px;
}

.focus\:outline-4:focus {
    outline-width: 4px;
}

.focus\:outline-8:focus {
    outline-width: 8px;
}

.focus\:-outline-offset-0:focus {
    outline-offset: -0px;
}

.focus\:-outline-offset-1:focus {
    outline-offset: -1px;
}

.focus\:-outline-offset-2:focus {
    outline-offset: -2px;
}

.focus\:-outline-offset-4:focus {
    outline-offset: -4px;
}

.focus\:-outline-offset-8:focus {
    outline-offset: -8px;
}

.focus\:outline-offset-0:focus {
    outline-offset: 0px;
}

.focus\:outline-offset-1:focus {
    outline-offset: 1px;
}

.focus\:outline-offset-2:focus {
    outline-offset: 2px;
}

.focus\:outline-offset-4:focus {
    outline-offset: 4px;
}

.focus\:outline-offset-8:focus {
    outline-offset: 8px;
}

.focus\:outline-accent-green-dark:focus {
    outline-color: #2AAC6E;
}

.focus\:outline-accent-green-dark\/0:focus {
    outline-color: rgb(42 172 110 / 0);
}

.focus\:outline-accent-green-dark\/10:focus {
    outline-color: rgb(42 172 110 / 0.1);
}

.focus\:outline-accent-green-dark\/100:focus {
    outline-color: rgb(42 172 110 / 1);
}

.focus\:outline-accent-green-dark\/20:focus {
    outline-color: rgb(42 172 110 / 0.2);
}

.focus\:outline-accent-green-dark\/25:focus {
    outline-color: rgb(42 172 110 / 0.25);
}

.focus\:outline-accent-green-dark\/30:focus {
    outline-color: rgb(42 172 110 / 0.3);
}

.focus\:outline-accent-green-dark\/40:focus {
    outline-color: rgb(42 172 110 / 0.4);
}

.focus\:outline-accent-green-dark\/5:focus {
    outline-color: rgb(42 172 110 / 0.05);
}

.focus\:outline-accent-green-dark\/50:focus {
    outline-color: rgb(42 172 110 / 0.5);
}

.focus\:outline-accent-green-dark\/60:focus {
    outline-color: rgb(42 172 110 / 0.6);
}

.focus\:outline-accent-green-dark\/70:focus {
    outline-color: rgb(42 172 110 / 0.7);
}

.focus\:outline-accent-green-dark\/75:focus {
    outline-color: rgb(42 172 110 / 0.75);
}

.focus\:outline-accent-green-dark\/80:focus {
    outline-color: rgb(42 172 110 / 0.8);
}

.focus\:outline-accent-green-dark\/90:focus {
    outline-color: rgb(42 172 110 / 0.9);
}

.focus\:outline-accent-green-dark\/95:focus {
    outline-color: rgb(42 172 110 / 0.95);
}

.focus\:outline-accent-green-light:focus {
    outline-color: #5AE24B;
}

.focus\:outline-accent-green-light\/0:focus {
    outline-color: rgb(90 226 75 / 0);
}

.focus\:outline-accent-green-light\/10:focus {
    outline-color: rgb(90 226 75 / 0.1);
}

.focus\:outline-accent-green-light\/100:focus {
    outline-color: rgb(90 226 75 / 1);
}

.focus\:outline-accent-green-light\/20:focus {
    outline-color: rgb(90 226 75 / 0.2);
}

.focus\:outline-accent-green-light\/25:focus {
    outline-color: rgb(90 226 75 / 0.25);
}

.focus\:outline-accent-green-light\/30:focus {
    outline-color: rgb(90 226 75 / 0.3);
}

.focus\:outline-accent-green-light\/40:focus {
    outline-color: rgb(90 226 75 / 0.4);
}

.focus\:outline-accent-green-light\/5:focus {
    outline-color: rgb(90 226 75 / 0.05);
}

.focus\:outline-accent-green-light\/50:focus {
    outline-color: rgb(90 226 75 / 0.5);
}

.focus\:outline-accent-green-light\/60:focus {
    outline-color: rgb(90 226 75 / 0.6);
}

.focus\:outline-accent-green-light\/70:focus {
    outline-color: rgb(90 226 75 / 0.7);
}

.focus\:outline-accent-green-light\/75:focus {
    outline-color: rgb(90 226 75 / 0.75);
}

.focus\:outline-accent-green-light\/80:focus {
    outline-color: rgb(90 226 75 / 0.8);
}

.focus\:outline-accent-green-light\/90:focus {
    outline-color: rgb(90 226 75 / 0.9);
}

.focus\:outline-accent-green-light\/95:focus {
    outline-color: rgb(90 226 75 / 0.95);
}

.focus\:outline-accent-purple:focus {
    outline-color: #C045DD;
}

.focus\:outline-accent-purple\/0:focus {
    outline-color: rgb(192 69 221 / 0);
}

.focus\:outline-accent-purple\/10:focus {
    outline-color: rgb(192 69 221 / 0.1);
}

.focus\:outline-accent-purple\/100:focus {
    outline-color: rgb(192 69 221 / 1);
}

.focus\:outline-accent-purple\/20:focus {
    outline-color: rgb(192 69 221 / 0.2);
}

.focus\:outline-accent-purple\/25:focus {
    outline-color: rgb(192 69 221 / 0.25);
}

.focus\:outline-accent-purple\/30:focus {
    outline-color: rgb(192 69 221 / 0.3);
}

.focus\:outline-accent-purple\/40:focus {
    outline-color: rgb(192 69 221 / 0.4);
}

.focus\:outline-accent-purple\/5:focus {
    outline-color: rgb(192 69 221 / 0.05);
}

.focus\:outline-accent-purple\/50:focus {
    outline-color: rgb(192 69 221 / 0.5);
}

.focus\:outline-accent-purple\/60:focus {
    outline-color: rgb(192 69 221 / 0.6);
}

.focus\:outline-accent-purple\/70:focus {
    outline-color: rgb(192 69 221 / 0.7);
}

.focus\:outline-accent-purple\/75:focus {
    outline-color: rgb(192 69 221 / 0.75);
}

.focus\:outline-accent-purple\/80:focus {
    outline-color: rgb(192 69 221 / 0.8);
}

.focus\:outline-accent-purple\/90:focus {
    outline-color: rgb(192 69 221 / 0.9);
}

.focus\:outline-accent-purple\/95:focus {
    outline-color: rgb(192 69 221 / 0.95);
}

.focus\:outline-current:focus {
    outline-color: currentColor;
}

.focus\:outline-gray-10:focus {
    outline-color: #241E51;
}

.focus\:outline-gray-10\/0:focus {
    outline-color: rgb(36 30 81 / 0);
}

.focus\:outline-gray-10\/10:focus {
    outline-color: rgb(36 30 81 / 0.1);
}

.focus\:outline-gray-10\/100:focus {
    outline-color: rgb(36 30 81 / 1);
}

.focus\:outline-gray-10\/20:focus {
    outline-color: rgb(36 30 81 / 0.2);
}

.focus\:outline-gray-10\/25:focus {
    outline-color: rgb(36 30 81 / 0.25);
}

.focus\:outline-gray-10\/30:focus {
    outline-color: rgb(36 30 81 / 0.3);
}

.focus\:outline-gray-10\/40:focus {
    outline-color: rgb(36 30 81 / 0.4);
}

.focus\:outline-gray-10\/5:focus {
    outline-color: rgb(36 30 81 / 0.05);
}

.focus\:outline-gray-10\/50:focus {
    outline-color: rgb(36 30 81 / 0.5);
}

.focus\:outline-gray-10\/60:focus {
    outline-color: rgb(36 30 81 / 0.6);
}

.focus\:outline-gray-10\/70:focus {
    outline-color: rgb(36 30 81 / 0.7);
}

.focus\:outline-gray-10\/75:focus {
    outline-color: rgb(36 30 81 / 0.75);
}

.focus\:outline-gray-10\/80:focus {
    outline-color: rgb(36 30 81 / 0.8);
}

.focus\:outline-gray-10\/90:focus {
    outline-color: rgb(36 30 81 / 0.9);
}

.focus\:outline-gray-10\/95:focus {
    outline-color: rgb(36 30 81 / 0.95);
}

.focus\:outline-gray-100:focus {
    outline-color: #F8FBF9;
}

.focus\:outline-gray-100\/0:focus {
    outline-color: rgb(248 251 249 / 0);
}

.focus\:outline-gray-100\/10:focus {
    outline-color: rgb(248 251 249 / 0.1);
}

.focus\:outline-gray-100\/100:focus {
    outline-color: rgb(248 251 249 / 1);
}

.focus\:outline-gray-100\/20:focus {
    outline-color: rgb(248 251 249 / 0.2);
}

.focus\:outline-gray-100\/25:focus {
    outline-color: rgb(248 251 249 / 0.25);
}

.focus\:outline-gray-100\/30:focus {
    outline-color: rgb(248 251 249 / 0.3);
}

.focus\:outline-gray-100\/40:focus {
    outline-color: rgb(248 251 249 / 0.4);
}

.focus\:outline-gray-100\/5:focus {
    outline-color: rgb(248 251 249 / 0.05);
}

.focus\:outline-gray-100\/50:focus {
    outline-color: rgb(248 251 249 / 0.5);
}

.focus\:outline-gray-100\/60:focus {
    outline-color: rgb(248 251 249 / 0.6);
}

.focus\:outline-gray-100\/70:focus {
    outline-color: rgb(248 251 249 / 0.7);
}

.focus\:outline-gray-100\/75:focus {
    outline-color: rgb(248 251 249 / 0.75);
}

.focus\:outline-gray-100\/80:focus {
    outline-color: rgb(248 251 249 / 0.8);
}

.focus\:outline-gray-100\/90:focus {
    outline-color: rgb(248 251 249 / 0.9);
}

.focus\:outline-gray-100\/95:focus {
    outline-color: rgb(248 251 249 / 0.95);
}

.focus\:outline-gray-20:focus {
    outline-color: #3C3663;
}

.focus\:outline-gray-20\/0:focus {
    outline-color: rgb(60 54 99 / 0);
}

.focus\:outline-gray-20\/10:focus {
    outline-color: rgb(60 54 99 / 0.1);
}

.focus\:outline-gray-20\/100:focus {
    outline-color: rgb(60 54 99 / 1);
}

.focus\:outline-gray-20\/20:focus {
    outline-color: rgb(60 54 99 / 0.2);
}

.focus\:outline-gray-20\/25:focus {
    outline-color: rgb(60 54 99 / 0.25);
}

.focus\:outline-gray-20\/30:focus {
    outline-color: rgb(60 54 99 / 0.3);
}

.focus\:outline-gray-20\/40:focus {
    outline-color: rgb(60 54 99 / 0.4);
}

.focus\:outline-gray-20\/5:focus {
    outline-color: rgb(60 54 99 / 0.05);
}

.focus\:outline-gray-20\/50:focus {
    outline-color: rgb(60 54 99 / 0.5);
}

.focus\:outline-gray-20\/60:focus {
    outline-color: rgb(60 54 99 / 0.6);
}

.focus\:outline-gray-20\/70:focus {
    outline-color: rgb(60 54 99 / 0.7);
}

.focus\:outline-gray-20\/75:focus {
    outline-color: rgb(60 54 99 / 0.75);
}

.focus\:outline-gray-20\/80:focus {
    outline-color: rgb(60 54 99 / 0.8);
}

.focus\:outline-gray-20\/90:focus {
    outline-color: rgb(60 54 99 / 0.9);
}

.focus\:outline-gray-20\/95:focus {
    outline-color: rgb(60 54 99 / 0.95);
}

.focus\:outline-gray-30:focus {
    outline-color: #534F76;
}

.focus\:outline-gray-30\/0:focus {
    outline-color: rgb(83 79 118 / 0);
}

.focus\:outline-gray-30\/10:focus {
    outline-color: rgb(83 79 118 / 0.1);
}

.focus\:outline-gray-30\/100:focus {
    outline-color: rgb(83 79 118 / 1);
}

.focus\:outline-gray-30\/20:focus {
    outline-color: rgb(83 79 118 / 0.2);
}

.focus\:outline-gray-30\/25:focus {
    outline-color: rgb(83 79 118 / 0.25);
}

.focus\:outline-gray-30\/30:focus {
    outline-color: rgb(83 79 118 / 0.3);
}

.focus\:outline-gray-30\/40:focus {
    outline-color: rgb(83 79 118 / 0.4);
}

.focus\:outline-gray-30\/5:focus {
    outline-color: rgb(83 79 118 / 0.05);
}

.focus\:outline-gray-30\/50:focus {
    outline-color: rgb(83 79 118 / 0.5);
}

.focus\:outline-gray-30\/60:focus {
    outline-color: rgb(83 79 118 / 0.6);
}

.focus\:outline-gray-30\/70:focus {
    outline-color: rgb(83 79 118 / 0.7);
}

.focus\:outline-gray-30\/75:focus {
    outline-color: rgb(83 79 118 / 0.75);
}

.focus\:outline-gray-30\/80:focus {
    outline-color: rgb(83 79 118 / 0.8);
}

.focus\:outline-gray-30\/90:focus {
    outline-color: rgb(83 79 118 / 0.9);
}

.focus\:outline-gray-30\/95:focus {
    outline-color: rgb(83 79 118 / 0.95);
}

.focus\:outline-gray-50:focus {
    outline-color: #82809B;
}

.focus\:outline-gray-50\/0:focus {
    outline-color: rgb(130 128 155 / 0);
}

.focus\:outline-gray-50\/10:focus {
    outline-color: rgb(130 128 155 / 0.1);
}

.focus\:outline-gray-50\/100:focus {
    outline-color: rgb(130 128 155 / 1);
}

.focus\:outline-gray-50\/20:focus {
    outline-color: rgb(130 128 155 / 0.2);
}

.focus\:outline-gray-50\/25:focus {
    outline-color: rgb(130 128 155 / 0.25);
}

.focus\:outline-gray-50\/30:focus {
    outline-color: rgb(130 128 155 / 0.3);
}

.focus\:outline-gray-50\/40:focus {
    outline-color: rgb(130 128 155 / 0.4);
}

.focus\:outline-gray-50\/5:focus {
    outline-color: rgb(130 128 155 / 0.05);
}

.focus\:outline-gray-50\/50:focus {
    outline-color: rgb(130 128 155 / 0.5);
}

.focus\:outline-gray-50\/60:focus {
    outline-color: rgb(130 128 155 / 0.6);
}

.focus\:outline-gray-50\/70:focus {
    outline-color: rgb(130 128 155 / 0.7);
}

.focus\:outline-gray-50\/75:focus {
    outline-color: rgb(130 128 155 / 0.75);
}

.focus\:outline-gray-50\/80:focus {
    outline-color: rgb(130 128 155 / 0.8);
}

.focus\:outline-gray-50\/90:focus {
    outline-color: rgb(130 128 155 / 0.9);
}

.focus\:outline-gray-50\/95:focus {
    outline-color: rgb(130 128 155 / 0.95);
}

.focus\:outline-gray-70:focus {
    outline-color: #B1B1C1;
}

.focus\:outline-gray-70\/0:focus {
    outline-color: rgb(177 177 193 / 0);
}

.focus\:outline-gray-70\/10:focus {
    outline-color: rgb(177 177 193 / 0.1);
}

.focus\:outline-gray-70\/100:focus {
    outline-color: rgb(177 177 193 / 1);
}

.focus\:outline-gray-70\/20:focus {
    outline-color: rgb(177 177 193 / 0.2);
}

.focus\:outline-gray-70\/25:focus {
    outline-color: rgb(177 177 193 / 0.25);
}

.focus\:outline-gray-70\/30:focus {
    outline-color: rgb(177 177 193 / 0.3);
}

.focus\:outline-gray-70\/40:focus {
    outline-color: rgb(177 177 193 / 0.4);
}

.focus\:outline-gray-70\/5:focus {
    outline-color: rgb(177 177 193 / 0.05);
}

.focus\:outline-gray-70\/50:focus {
    outline-color: rgb(177 177 193 / 0.5);
}

.focus\:outline-gray-70\/60:focus {
    outline-color: rgb(177 177 193 / 0.6);
}

.focus\:outline-gray-70\/70:focus {
    outline-color: rgb(177 177 193 / 0.7);
}

.focus\:outline-gray-70\/75:focus {
    outline-color: rgb(177 177 193 / 0.75);
}

.focus\:outline-gray-70\/80:focus {
    outline-color: rgb(177 177 193 / 0.8);
}

.focus\:outline-gray-70\/90:focus {
    outline-color: rgb(177 177 193 / 0.9);
}

.focus\:outline-gray-70\/95:focus {
    outline-color: rgb(177 177 193 / 0.95);
}

.focus\:outline-green-10:focus {
    outline-color: #131C42;
}

.focus\:outline-green-10\/0:focus {
    outline-color: rgb(19 28 66 / 0);
}

.focus\:outline-green-10\/10:focus {
    outline-color: rgb(19 28 66 / 0.1);
}

.focus\:outline-green-10\/100:focus {
    outline-color: rgb(19 28 66 / 1);
}

.focus\:outline-green-10\/20:focus {
    outline-color: rgb(19 28 66 / 0.2);
}

.focus\:outline-green-10\/25:focus {
    outline-color: rgb(19 28 66 / 0.25);
}

.focus\:outline-green-10\/30:focus {
    outline-color: rgb(19 28 66 / 0.3);
}

.focus\:outline-green-10\/40:focus {
    outline-color: rgb(19 28 66 / 0.4);
}

.focus\:outline-green-10\/5:focus {
    outline-color: rgb(19 28 66 / 0.05);
}

.focus\:outline-green-10\/50:focus {
    outline-color: rgb(19 28 66 / 0.5);
}

.focus\:outline-green-10\/60:focus {
    outline-color: rgb(19 28 66 / 0.6);
}

.focus\:outline-green-10\/70:focus {
    outline-color: rgb(19 28 66 / 0.7);
}

.focus\:outline-green-10\/75:focus {
    outline-color: rgb(19 28 66 / 0.75);
}

.focus\:outline-green-10\/80:focus {
    outline-color: rgb(19 28 66 / 0.8);
}

.focus\:outline-green-10\/90:focus {
    outline-color: rgb(19 28 66 / 0.9);
}

.focus\:outline-green-10\/95:focus {
    outline-color: rgb(19 28 66 / 0.95);
}

.focus\:outline-green-100:focus {
    outline-color: #5AE24B;
}

.focus\:outline-green-100\/0:focus {
    outline-color: rgb(90 226 75 / 0);
}

.focus\:outline-green-100\/10:focus {
    outline-color: rgb(90 226 75 / 0.1);
}

.focus\:outline-green-100\/100:focus {
    outline-color: rgb(90 226 75 / 1);
}

.focus\:outline-green-100\/20:focus {
    outline-color: rgb(90 226 75 / 0.2);
}

.focus\:outline-green-100\/25:focus {
    outline-color: rgb(90 226 75 / 0.25);
}

.focus\:outline-green-100\/30:focus {
    outline-color: rgb(90 226 75 / 0.3);
}

.focus\:outline-green-100\/40:focus {
    outline-color: rgb(90 226 75 / 0.4);
}

.focus\:outline-green-100\/5:focus {
    outline-color: rgb(90 226 75 / 0.05);
}

.focus\:outline-green-100\/50:focus {
    outline-color: rgb(90 226 75 / 0.5);
}

.focus\:outline-green-100\/60:focus {
    outline-color: rgb(90 226 75 / 0.6);
}

.focus\:outline-green-100\/70:focus {
    outline-color: rgb(90 226 75 / 0.7);
}

.focus\:outline-green-100\/75:focus {
    outline-color: rgb(90 226 75 / 0.75);
}

.focus\:outline-green-100\/80:focus {
    outline-color: rgb(90 226 75 / 0.8);
}

.focus\:outline-green-100\/90:focus {
    outline-color: rgb(90 226 75 / 0.9);
}

.focus\:outline-green-100\/95:focus {
    outline-color: rgb(90 226 75 / 0.95);
}

.focus\:outline-green-20:focus {
    outline-color: #1A3446;
}

.focus\:outline-green-20\/0:focus {
    outline-color: rgb(26 52 70 / 0);
}

.focus\:outline-green-20\/10:focus {
    outline-color: rgb(26 52 70 / 0.1);
}

.focus\:outline-green-20\/100:focus {
    outline-color: rgb(26 52 70 / 1);
}

.focus\:outline-green-20\/20:focus {
    outline-color: rgb(26 52 70 / 0.2);
}

.focus\:outline-green-20\/25:focus {
    outline-color: rgb(26 52 70 / 0.25);
}

.focus\:outline-green-20\/30:focus {
    outline-color: rgb(26 52 70 / 0.3);
}

.focus\:outline-green-20\/40:focus {
    outline-color: rgb(26 52 70 / 0.4);
}

.focus\:outline-green-20\/5:focus {
    outline-color: rgb(26 52 70 / 0.05);
}

.focus\:outline-green-20\/50:focus {
    outline-color: rgb(26 52 70 / 0.5);
}

.focus\:outline-green-20\/60:focus {
    outline-color: rgb(26 52 70 / 0.6);
}

.focus\:outline-green-20\/70:focus {
    outline-color: rgb(26 52 70 / 0.7);
}

.focus\:outline-green-20\/75:focus {
    outline-color: rgb(26 52 70 / 0.75);
}

.focus\:outline-green-20\/80:focus {
    outline-color: rgb(26 52 70 / 0.8);
}

.focus\:outline-green-20\/90:focus {
    outline-color: rgb(26 52 70 / 0.9);
}

.focus\:outline-green-20\/95:focus {
    outline-color: rgb(26 52 70 / 0.95);
}

.focus\:outline-green-30:focus {
    outline-color: #204B4B;
}

.focus\:outline-green-30\/0:focus {
    outline-color: rgb(32 75 75 / 0);
}

.focus\:outline-green-30\/10:focus {
    outline-color: rgb(32 75 75 / 0.1);
}

.focus\:outline-green-30\/100:focus {
    outline-color: rgb(32 75 75 / 1);
}

.focus\:outline-green-30\/20:focus {
    outline-color: rgb(32 75 75 / 0.2);
}

.focus\:outline-green-30\/25:focus {
    outline-color: rgb(32 75 75 / 0.25);
}

.focus\:outline-green-30\/30:focus {
    outline-color: rgb(32 75 75 / 0.3);
}

.focus\:outline-green-30\/40:focus {
    outline-color: rgb(32 75 75 / 0.4);
}

.focus\:outline-green-30\/5:focus {
    outline-color: rgb(32 75 75 / 0.05);
}

.focus\:outline-green-30\/50:focus {
    outline-color: rgb(32 75 75 / 0.5);
}

.focus\:outline-green-30\/60:focus {
    outline-color: rgb(32 75 75 / 0.6);
}

.focus\:outline-green-30\/70:focus {
    outline-color: rgb(32 75 75 / 0.7);
}

.focus\:outline-green-30\/75:focus {
    outline-color: rgb(32 75 75 / 0.75);
}

.focus\:outline-green-30\/80:focus {
    outline-color: rgb(32 75 75 / 0.8);
}

.focus\:outline-green-30\/90:focus {
    outline-color: rgb(32 75 75 / 0.9);
}

.focus\:outline-green-30\/95:focus {
    outline-color: rgb(32 75 75 / 0.95);
}

.focus\:outline-green-50:focus {
    outline-color: #2C7953;
}

.focus\:outline-green-50\/0:focus {
    outline-color: rgb(44 121 83 / 0);
}

.focus\:outline-green-50\/10:focus {
    outline-color: rgb(44 121 83 / 0.1);
}

.focus\:outline-green-50\/100:focus {
    outline-color: rgb(44 121 83 / 1);
}

.focus\:outline-green-50\/20:focus {
    outline-color: rgb(44 121 83 / 0.2);
}

.focus\:outline-green-50\/25:focus {
    outline-color: rgb(44 121 83 / 0.25);
}

.focus\:outline-green-50\/30:focus {
    outline-color: rgb(44 121 83 / 0.3);
}

.focus\:outline-green-50\/40:focus {
    outline-color: rgb(44 121 83 / 0.4);
}

.focus\:outline-green-50\/5:focus {
    outline-color: rgb(44 121 83 / 0.05);
}

.focus\:outline-green-50\/50:focus {
    outline-color: rgb(44 121 83 / 0.5);
}

.focus\:outline-green-50\/60:focus {
    outline-color: rgb(44 121 83 / 0.6);
}

.focus\:outline-green-50\/70:focus {
    outline-color: rgb(44 121 83 / 0.7);
}

.focus\:outline-green-50\/75:focus {
    outline-color: rgb(44 121 83 / 0.75);
}

.focus\:outline-green-50\/80:focus {
    outline-color: rgb(44 121 83 / 0.8);
}

.focus\:outline-green-50\/90:focus {
    outline-color: rgb(44 121 83 / 0.9);
}

.focus\:outline-green-50\/95:focus {
    outline-color: rgb(44 121 83 / 0.95);
}

.focus\:outline-green-70:focus {
    outline-color: #39A85B;
}

.focus\:outline-green-70\/0:focus {
    outline-color: rgb(57 168 91 / 0);
}

.focus\:outline-green-70\/10:focus {
    outline-color: rgb(57 168 91 / 0.1);
}

.focus\:outline-green-70\/100:focus {
    outline-color: rgb(57 168 91 / 1);
}

.focus\:outline-green-70\/20:focus {
    outline-color: rgb(57 168 91 / 0.2);
}

.focus\:outline-green-70\/25:focus {
    outline-color: rgb(57 168 91 / 0.25);
}

.focus\:outline-green-70\/30:focus {
    outline-color: rgb(57 168 91 / 0.3);
}

.focus\:outline-green-70\/40:focus {
    outline-color: rgb(57 168 91 / 0.4);
}

.focus\:outline-green-70\/5:focus {
    outline-color: rgb(57 168 91 / 0.05);
}

.focus\:outline-green-70\/50:focus {
    outline-color: rgb(57 168 91 / 0.5);
}

.focus\:outline-green-70\/60:focus {
    outline-color: rgb(57 168 91 / 0.6);
}

.focus\:outline-green-70\/70:focus {
    outline-color: rgb(57 168 91 / 0.7);
}

.focus\:outline-green-70\/75:focus {
    outline-color: rgb(57 168 91 / 0.75);
}

.focus\:outline-green-70\/80:focus {
    outline-color: rgb(57 168 91 / 0.8);
}

.focus\:outline-green-70\/90:focus {
    outline-color: rgb(57 168 91 / 0.9);
}

.focus\:outline-green-70\/95:focus {
    outline-color: rgb(57 168 91 / 0.95);
}

.focus\:outline-purple-10:focus {
    outline-color: #1A0846;
}

.focus\:outline-purple-10\/0:focus {
    outline-color: rgb(26 8 70 / 0);
}

.focus\:outline-purple-10\/10:focus {
    outline-color: rgb(26 8 70 / 0.1);
}

.focus\:outline-purple-10\/100:focus {
    outline-color: rgb(26 8 70 / 1);
}

.focus\:outline-purple-10\/20:focus {
    outline-color: rgb(26 8 70 / 0.2);
}

.focus\:outline-purple-10\/25:focus {
    outline-color: rgb(26 8 70 / 0.25);
}

.focus\:outline-purple-10\/30:focus {
    outline-color: rgb(26 8 70 / 0.3);
}

.focus\:outline-purple-10\/40:focus {
    outline-color: rgb(26 8 70 / 0.4);
}

.focus\:outline-purple-10\/5:focus {
    outline-color: rgb(26 8 70 / 0.05);
}

.focus\:outline-purple-10\/50:focus {
    outline-color: rgb(26 8 70 / 0.5);
}

.focus\:outline-purple-10\/60:focus {
    outline-color: rgb(26 8 70 / 0.6);
}

.focus\:outline-purple-10\/70:focus {
    outline-color: rgb(26 8 70 / 0.7);
}

.focus\:outline-purple-10\/75:focus {
    outline-color: rgb(26 8 70 / 0.75);
}

.focus\:outline-purple-10\/80:focus {
    outline-color: rgb(26 8 70 / 0.8);
}

.focus\:outline-purple-10\/90:focus {
    outline-color: rgb(26 8 70 / 0.9);
}

.focus\:outline-purple-10\/95:focus {
    outline-color: rgb(26 8 70 / 0.95);
}

.focus\:outline-purple-100:focus {
    outline-color: #7D2991;
}

.focus\:outline-purple-100\/0:focus {
    outline-color: rgb(125 41 145 / 0);
}

.focus\:outline-purple-100\/10:focus {
    outline-color: rgb(125 41 145 / 0.1);
}

.focus\:outline-purple-100\/100:focus {
    outline-color: rgb(125 41 145 / 1);
}

.focus\:outline-purple-100\/20:focus {
    outline-color: rgb(125 41 145 / 0.2);
}

.focus\:outline-purple-100\/25:focus {
    outline-color: rgb(125 41 145 / 0.25);
}

.focus\:outline-purple-100\/30:focus {
    outline-color: rgb(125 41 145 / 0.3);
}

.focus\:outline-purple-100\/40:focus {
    outline-color: rgb(125 41 145 / 0.4);
}

.focus\:outline-purple-100\/5:focus {
    outline-color: rgb(125 41 145 / 0.05);
}

.focus\:outline-purple-100\/50:focus {
    outline-color: rgb(125 41 145 / 0.5);
}

.focus\:outline-purple-100\/60:focus {
    outline-color: rgb(125 41 145 / 0.6);
}

.focus\:outline-purple-100\/70:focus {
    outline-color: rgb(125 41 145 / 0.7);
}

.focus\:outline-purple-100\/75:focus {
    outline-color: rgb(125 41 145 / 0.75);
}

.focus\:outline-purple-100\/80:focus {
    outline-color: rgb(125 41 145 / 0.8);
}

.focus\:outline-purple-100\/90:focus {
    outline-color: rgb(125 41 145 / 0.9);
}

.focus\:outline-purple-100\/95:focus {
    outline-color: rgb(125 41 145 / 0.95);
}

.focus\:outline-purple-20:focus {
    outline-color: #280C4E;
}

.focus\:outline-purple-20\/0:focus {
    outline-color: rgb(40 12 78 / 0);
}

.focus\:outline-purple-20\/10:focus {
    outline-color: rgb(40 12 78 / 0.1);
}

.focus\:outline-purple-20\/100:focus {
    outline-color: rgb(40 12 78 / 1);
}

.focus\:outline-purple-20\/20:focus {
    outline-color: rgb(40 12 78 / 0.2);
}

.focus\:outline-purple-20\/25:focus {
    outline-color: rgb(40 12 78 / 0.25);
}

.focus\:outline-purple-20\/30:focus {
    outline-color: rgb(40 12 78 / 0.3);
}

.focus\:outline-purple-20\/40:focus {
    outline-color: rgb(40 12 78 / 0.4);
}

.focus\:outline-purple-20\/5:focus {
    outline-color: rgb(40 12 78 / 0.05);
}

.focus\:outline-purple-20\/50:focus {
    outline-color: rgb(40 12 78 / 0.5);
}

.focus\:outline-purple-20\/60:focus {
    outline-color: rgb(40 12 78 / 0.6);
}

.focus\:outline-purple-20\/70:focus {
    outline-color: rgb(40 12 78 / 0.7);
}

.focus\:outline-purple-20\/75:focus {
    outline-color: rgb(40 12 78 / 0.75);
}

.focus\:outline-purple-20\/80:focus {
    outline-color: rgb(40 12 78 / 0.8);
}

.focus\:outline-purple-20\/90:focus {
    outline-color: rgb(40 12 78 / 0.9);
}

.focus\:outline-purple-20\/95:focus {
    outline-color: rgb(40 12 78 / 0.95);
}

.focus\:outline-purple-30:focus {
    outline-color: #350F56;
}

.focus\:outline-purple-30\/0:focus {
    outline-color: rgb(53 15 86 / 0);
}

.focus\:outline-purple-30\/10:focus {
    outline-color: rgb(53 15 86 / 0.1);
}

.focus\:outline-purple-30\/100:focus {
    outline-color: rgb(53 15 86 / 1);
}

.focus\:outline-purple-30\/20:focus {
    outline-color: rgb(53 15 86 / 0.2);
}

.focus\:outline-purple-30\/25:focus {
    outline-color: rgb(53 15 86 / 0.25);
}

.focus\:outline-purple-30\/30:focus {
    outline-color: rgb(53 15 86 / 0.3);
}

.focus\:outline-purple-30\/40:focus {
    outline-color: rgb(53 15 86 / 0.4);
}

.focus\:outline-purple-30\/5:focus {
    outline-color: rgb(53 15 86 / 0.05);
}

.focus\:outline-purple-30\/50:focus {
    outline-color: rgb(53 15 86 / 0.5);
}

.focus\:outline-purple-30\/60:focus {
    outline-color: rgb(53 15 86 / 0.6);
}

.focus\:outline-purple-30\/70:focus {
    outline-color: rgb(53 15 86 / 0.7);
}

.focus\:outline-purple-30\/75:focus {
    outline-color: rgb(53 15 86 / 0.75);
}

.focus\:outline-purple-30\/80:focus {
    outline-color: rgb(53 15 86 / 0.8);
}

.focus\:outline-purple-30\/90:focus {
    outline-color: rgb(53 15 86 / 0.9);
}

.focus\:outline-purple-30\/95:focus {
    outline-color: rgb(53 15 86 / 0.95);
}

.focus\:outline-purple-50:focus {
    outline-color: #4F1666;
}

.focus\:outline-purple-50\/0:focus {
    outline-color: rgb(79 22 102 / 0);
}

.focus\:outline-purple-50\/10:focus {
    outline-color: rgb(79 22 102 / 0.1);
}

.focus\:outline-purple-50\/100:focus {
    outline-color: rgb(79 22 102 / 1);
}

.focus\:outline-purple-50\/20:focus {
    outline-color: rgb(79 22 102 / 0.2);
}

.focus\:outline-purple-50\/25:focus {
    outline-color: rgb(79 22 102 / 0.25);
}

.focus\:outline-purple-50\/30:focus {
    outline-color: rgb(79 22 102 / 0.3);
}

.focus\:outline-purple-50\/40:focus {
    outline-color: rgb(79 22 102 / 0.4);
}

.focus\:outline-purple-50\/5:focus {
    outline-color: rgb(79 22 102 / 0.05);
}

.focus\:outline-purple-50\/50:focus {
    outline-color: rgb(79 22 102 / 0.5);
}

.focus\:outline-purple-50\/60:focus {
    outline-color: rgb(79 22 102 / 0.6);
}

.focus\:outline-purple-50\/70:focus {
    outline-color: rgb(79 22 102 / 0.7);
}

.focus\:outline-purple-50\/75:focus {
    outline-color: rgb(79 22 102 / 0.75);
}

.focus\:outline-purple-50\/80:focus {
    outline-color: rgb(79 22 102 / 0.8);
}

.focus\:outline-purple-50\/90:focus {
    outline-color: rgb(79 22 102 / 0.9);
}

.focus\:outline-purple-50\/95:focus {
    outline-color: rgb(79 22 102 / 0.95);
}

.focus\:outline-purple-70:focus {
    outline-color: #6A1D77;
}

.focus\:outline-purple-70\/0:focus {
    outline-color: rgb(106 29 119 / 0);
}

.focus\:outline-purple-70\/10:focus {
    outline-color: rgb(106 29 119 / 0.1);
}

.focus\:outline-purple-70\/100:focus {
    outline-color: rgb(106 29 119 / 1);
}

.focus\:outline-purple-70\/20:focus {
    outline-color: rgb(106 29 119 / 0.2);
}

.focus\:outline-purple-70\/25:focus {
    outline-color: rgb(106 29 119 / 0.25);
}

.focus\:outline-purple-70\/30:focus {
    outline-color: rgb(106 29 119 / 0.3);
}

.focus\:outline-purple-70\/40:focus {
    outline-color: rgb(106 29 119 / 0.4);
}

.focus\:outline-purple-70\/5:focus {
    outline-color: rgb(106 29 119 / 0.05);
}

.focus\:outline-purple-70\/50:focus {
    outline-color: rgb(106 29 119 / 0.5);
}

.focus\:outline-purple-70\/60:focus {
    outline-color: rgb(106 29 119 / 0.6);
}

.focus\:outline-purple-70\/70:focus {
    outline-color: rgb(106 29 119 / 0.7);
}

.focus\:outline-purple-70\/75:focus {
    outline-color: rgb(106 29 119 / 0.75);
}

.focus\:outline-purple-70\/80:focus {
    outline-color: rgb(106 29 119 / 0.8);
}

.focus\:outline-purple-70\/90:focus {
    outline-color: rgb(106 29 119 / 0.9);
}

.focus\:outline-purple-70\/95:focus {
    outline-color: rgb(106 29 119 / 0.95);
}

.focus\:outline-transparent:focus {
    outline-color: transparent;
}

.focus\:outline-transparent\/0:focus {
    outline-color: rgb(0 0 0 / 0);
}

.focus\:outline-transparent\/10:focus {
    outline-color: rgb(0 0 0 / 0.1);
}

.focus\:outline-transparent\/100:focus {
    outline-color: rgb(0 0 0 / 1);
}

.focus\:outline-transparent\/20:focus {
    outline-color: rgb(0 0 0 / 0.2);
}

.focus\:outline-transparent\/25:focus {
    outline-color: rgb(0 0 0 / 0.25);
}

.focus\:outline-transparent\/30:focus {
    outline-color: rgb(0 0 0 / 0.3);
}

.focus\:outline-transparent\/40:focus {
    outline-color: rgb(0 0 0 / 0.4);
}

.focus\:outline-transparent\/5:focus {
    outline-color: rgb(0 0 0 / 0.05);
}

.focus\:outline-transparent\/50:focus {
    outline-color: rgb(0 0 0 / 0.5);
}

.focus\:outline-transparent\/60:focus {
    outline-color: rgb(0 0 0 / 0.6);
}

.focus\:outline-transparent\/70:focus {
    outline-color: rgb(0 0 0 / 0.7);
}

.focus\:outline-transparent\/75:focus {
    outline-color: rgb(0 0 0 / 0.75);
}

.focus\:outline-transparent\/80:focus {
    outline-color: rgb(0 0 0 / 0.8);
}

.focus\:outline-transparent\/90:focus {
    outline-color: rgb(0 0 0 / 0.9);
}

.focus\:outline-transparent\/95:focus {
    outline-color: rgb(0 0 0 / 0.95);
}

.focus\:outline-utility-error:focus {
    outline-color: #DC2121;
}

.focus\:outline-utility-error\/0:focus {
    outline-color: rgb(220 33 33 / 0);
}

.focus\:outline-utility-error\/10:focus {
    outline-color: rgb(220 33 33 / 0.1);
}

.focus\:outline-utility-error\/100:focus {
    outline-color: rgb(220 33 33 / 1);
}

.focus\:outline-utility-error\/20:focus {
    outline-color: rgb(220 33 33 / 0.2);
}

.focus\:outline-utility-error\/25:focus {
    outline-color: rgb(220 33 33 / 0.25);
}

.focus\:outline-utility-error\/30:focus {
    outline-color: rgb(220 33 33 / 0.3);
}

.focus\:outline-utility-error\/40:focus {
    outline-color: rgb(220 33 33 / 0.4);
}

.focus\:outline-utility-error\/5:focus {
    outline-color: rgb(220 33 33 / 0.05);
}

.focus\:outline-utility-error\/50:focus {
    outline-color: rgb(220 33 33 / 0.5);
}

.focus\:outline-utility-error\/60:focus {
    outline-color: rgb(220 33 33 / 0.6);
}

.focus\:outline-utility-error\/70:focus {
    outline-color: rgb(220 33 33 / 0.7);
}

.focus\:outline-utility-error\/75:focus {
    outline-color: rgb(220 33 33 / 0.75);
}

.focus\:outline-utility-error\/80:focus {
    outline-color: rgb(220 33 33 / 0.8);
}

.focus\:outline-utility-error\/90:focus {
    outline-color: rgb(220 33 33 / 0.9);
}

.focus\:outline-utility-error\/95:focus {
    outline-color: rgb(220 33 33 / 0.95);
}

.focus\:outline-utility-info:focus {
    outline-color: #BFDBFE;
}

.focus\:outline-utility-info\/0:focus {
    outline-color: rgb(191 219 254 / 0);
}

.focus\:outline-utility-info\/10:focus {
    outline-color: rgb(191 219 254 / 0.1);
}

.focus\:outline-utility-info\/100:focus {
    outline-color: rgb(191 219 254 / 1);
}

.focus\:outline-utility-info\/20:focus {
    outline-color: rgb(191 219 254 / 0.2);
}

.focus\:outline-utility-info\/25:focus {
    outline-color: rgb(191 219 254 / 0.25);
}

.focus\:outline-utility-info\/30:focus {
    outline-color: rgb(191 219 254 / 0.3);
}

.focus\:outline-utility-info\/40:focus {
    outline-color: rgb(191 219 254 / 0.4);
}

.focus\:outline-utility-info\/5:focus {
    outline-color: rgb(191 219 254 / 0.05);
}

.focus\:outline-utility-info\/50:focus {
    outline-color: rgb(191 219 254 / 0.5);
}

.focus\:outline-utility-info\/60:focus {
    outline-color: rgb(191 219 254 / 0.6);
}

.focus\:outline-utility-info\/70:focus {
    outline-color: rgb(191 219 254 / 0.7);
}

.focus\:outline-utility-info\/75:focus {
    outline-color: rgb(191 219 254 / 0.75);
}

.focus\:outline-utility-info\/80:focus {
    outline-color: rgb(191 219 254 / 0.8);
}

.focus\:outline-utility-info\/90:focus {
    outline-color: rgb(191 219 254 / 0.9);
}

.focus\:outline-utility-info\/95:focus {
    outline-color: rgb(191 219 254 / 0.95);
}

.focus\:outline-utility-success:focus {
    outline-color: #5CCC17;
}

.focus\:outline-utility-success\/0:focus {
    outline-color: rgb(92 204 23 / 0);
}

.focus\:outline-utility-success\/10:focus {
    outline-color: rgb(92 204 23 / 0.1);
}

.focus\:outline-utility-success\/100:focus {
    outline-color: rgb(92 204 23 / 1);
}

.focus\:outline-utility-success\/20:focus {
    outline-color: rgb(92 204 23 / 0.2);
}

.focus\:outline-utility-success\/25:focus {
    outline-color: rgb(92 204 23 / 0.25);
}

.focus\:outline-utility-success\/30:focus {
    outline-color: rgb(92 204 23 / 0.3);
}

.focus\:outline-utility-success\/40:focus {
    outline-color: rgb(92 204 23 / 0.4);
}

.focus\:outline-utility-success\/5:focus {
    outline-color: rgb(92 204 23 / 0.05);
}

.focus\:outline-utility-success\/50:focus {
    outline-color: rgb(92 204 23 / 0.5);
}

.focus\:outline-utility-success\/60:focus {
    outline-color: rgb(92 204 23 / 0.6);
}

.focus\:outline-utility-success\/70:focus {
    outline-color: rgb(92 204 23 / 0.7);
}

.focus\:outline-utility-success\/75:focus {
    outline-color: rgb(92 204 23 / 0.75);
}

.focus\:outline-utility-success\/80:focus {
    outline-color: rgb(92 204 23 / 0.8);
}

.focus\:outline-utility-success\/90:focus {
    outline-color: rgb(92 204 23 / 0.9);
}

.focus\:outline-utility-success\/95:focus {
    outline-color: rgb(92 204 23 / 0.95);
}

.focus\:outline-utility-warning:focus {
    outline-color: #DBAA6E;
}

.focus\:outline-utility-warning\/0:focus {
    outline-color: rgb(219 170 110 / 0);
}

.focus\:outline-utility-warning\/10:focus {
    outline-color: rgb(219 170 110 / 0.1);
}

.focus\:outline-utility-warning\/100:focus {
    outline-color: rgb(219 170 110 / 1);
}

.focus\:outline-utility-warning\/20:focus {
    outline-color: rgb(219 170 110 / 0.2);
}

.focus\:outline-utility-warning\/25:focus {
    outline-color: rgb(219 170 110 / 0.25);
}

.focus\:outline-utility-warning\/30:focus {
    outline-color: rgb(219 170 110 / 0.3);
}

.focus\:outline-utility-warning\/40:focus {
    outline-color: rgb(219 170 110 / 0.4);
}

.focus\:outline-utility-warning\/5:focus {
    outline-color: rgb(219 170 110 / 0.05);
}

.focus\:outline-utility-warning\/50:focus {
    outline-color: rgb(219 170 110 / 0.5);
}

.focus\:outline-utility-warning\/60:focus {
    outline-color: rgb(219 170 110 / 0.6);
}

.focus\:outline-utility-warning\/70:focus {
    outline-color: rgb(219 170 110 / 0.7);
}

.focus\:outline-utility-warning\/75:focus {
    outline-color: rgb(219 170 110 / 0.75);
}

.focus\:outline-utility-warning\/80:focus {
    outline-color: rgb(219 170 110 / 0.8);
}

.focus\:outline-utility-warning\/90:focus {
    outline-color: rgb(219 170 110 / 0.9);
}

.focus\:outline-utility-warning\/95:focus {
    outline-color: rgb(219 170 110 / 0.95);
}

.focus\:outline-very-dark-blue:focus {
    outline-color: #04042F;
}

.focus\:outline-very-dark-blue\/0:focus {
    outline-color: rgb(4 4 47 / 0);
}

.focus\:outline-very-dark-blue\/10:focus {
    outline-color: rgb(4 4 47 / 0.1);
}

.focus\:outline-very-dark-blue\/100:focus {
    outline-color: rgb(4 4 47 / 1);
}

.focus\:outline-very-dark-blue\/20:focus {
    outline-color: rgb(4 4 47 / 0.2);
}

.focus\:outline-very-dark-blue\/25:focus {
    outline-color: rgb(4 4 47 / 0.25);
}

.focus\:outline-very-dark-blue\/30:focus {
    outline-color: rgb(4 4 47 / 0.3);
}

.focus\:outline-very-dark-blue\/40:focus {
    outline-color: rgb(4 4 47 / 0.4);
}

.focus\:outline-very-dark-blue\/5:focus {
    outline-color: rgb(4 4 47 / 0.05);
}

.focus\:outline-very-dark-blue\/50:focus {
    outline-color: rgb(4 4 47 / 0.5);
}

.focus\:outline-very-dark-blue\/60:focus {
    outline-color: rgb(4 4 47 / 0.6);
}

.focus\:outline-very-dark-blue\/70:focus {
    outline-color: rgb(4 4 47 / 0.7);
}

.focus\:outline-very-dark-blue\/75:focus {
    outline-color: rgb(4 4 47 / 0.75);
}

.focus\:outline-very-dark-blue\/80:focus {
    outline-color: rgb(4 4 47 / 0.8);
}

.focus\:outline-very-dark-blue\/90:focus {
    outline-color: rgb(4 4 47 / 0.9);
}

.focus\:outline-very-dark-blue\/95:focus {
    outline-color: rgb(4 4 47 / 0.95);
}

.group:hover .group-hover\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
    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\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    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\: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\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-green-70 {
    --tw-bg-opacity: 1;
    background-color: rgb(57 168 91 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-gray-10 {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.active\:pointer-events-auto.active {
    pointer-events: auto;
}

.active\:block.active {
    display: block;
}

.active\:h-\[2\.125rem\].active {
    height: 2.125rem;
}

.active\:w-\[2\.125rem\].active {
    width: 2.125rem;
}

.active\:rotate-180.active {
    --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));
}

.active\:border-0.active {
    border-width: 0px;
}

.active\:border-green-100.active {
    --tw-border-opacity: 1;
    border-color: rgb(90 226 75 / var(--tw-border-opacity));
}

.active\:bg-green-100.active {
    --tw-bg-opacity: 1;
    background-color: rgb(90 226 75 / var(--tw-bg-opacity));
}

.active\:text-gray-10.active {
    --tw-text-opacity: 1;
    color: rgb(36 30 81 / var(--tw-text-opacity));
}

.active\:opacity-100.active {
    opacity: 1;
}

.group.active .group-active\:mb-2 {
    margin-bottom: 0.5rem;
}

.group.active .group-active\:mt-2 {
    margin-top: 0.5rem;
}

.group.active .group-active\:block {
    display: block;
}

.group.active .group-active\:flex {
    display: flex;
}

.group.active .group-active\:hidden {
    display: none;
}

.group.active .group-active\:h-auto {
    height: auto;
}

.group.active .group-active\:-translate-y-\[0\.55rem\] {
    --tw-translate-y: -0.55rem;
    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.active .group-active\:translate-y-\[0\.55rem\] {
    --tw-translate-y: 0.55rem;
    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.active .group-active\:-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-active\: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.active .group-active\:rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-active\:scale-x-0 {
    --tw-scale-x: 0;
    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.active .group-active\:scale-x-75 {
    --tw-scale-x: .75;
    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));
}

.active-2\:border-0.active-2 {
    border-width: 0px;
}

.active-2\:border-utility-error.active-2 {
    --tw-border-opacity: 1;
    border-color: rgb(220 33 33 / var(--tw-border-opacity));
}

.active-2\:bg-green-50.active-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 121 83 / var(--tw-bg-opacity));
}

.group.active-2 .group-active-2\:block {
    display: block;
}

@media (prefers-reduced-motion: reduce) {
    .motion-reduce\:transition-none {
        transition-property: none;
    }
}

@media (max-width: 1440px) {
    .lg\:h-full {
        height: 100%;
    }
}

@media (max-width: 1240px) {
    .md\:w-3\/4 {
        width: 75%;
    }

    .md\:w-4\/12 {
        width: 33.333333%;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:text-body-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
        letter-spacing: 0.25px;
    }

    .md\:text-display-sm {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
}

@media (max-width: 905px) {
    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-\[350px\] {
        height: 350px;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }

    .sm\:border-l-\[5px\] {
        border-left-width: 5px;
    }

    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:pb-4 {
        padding-bottom: 1rem;
    }

    .sm\:hover\:bg-green-10:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(19 28 66 / var(--tw-bg-opacity));
    }

    .sm\:active\:bg-green-10.active {
        --tw-bg-opacity: 1;
        background-color: rgb(19 28 66 / var(--tw-bg-opacity));
    }
}

@media (max-width: 768px) {
    .xs\:static {
        position: static;
    }

    .xs\:\!relative {
        position: relative !important;
    }

    .xs\:bottom-1 {
        bottom: 0.25rem;
    }

    .xs\:bottom-4 {
        bottom: 1rem;
    }

    .xs\:order-1 {
        order: 1;
    }

    .xs\:order-2 {
        order: 2;
    }

    .xs\:order-last {
        order: 9999;
    }

    .xs\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xs\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .xs\:col-span-11 {
        grid-column: span 11 / span 11;
    }

    .xs\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xs\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xs\:row-span-1 {
        grid-row: span 1 / span 1;
    }

    .xs\:row-span-2 {
        grid-row: span 2 / span 2;
    }

    .xs\:row-span-6 {
        grid-row: span 6 / span 6;
    }

    .xs\:-ml-mobile-page-gutter {
        margin-left: calc(var(--mobile-page-gutter) * -1);
    }

    .xs\:mb-20 {
        margin-bottom: 5rem;
    }

    .xs\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .xs\:mb-4 {
        margin-bottom: 1rem;
    }

    .xs\:mb-8 {
        margin-bottom: 2rem;
    }

    .xs\:me-0 {
        margin-inline-end: 0px;
    }

    .xs\:ms-0 {
        margin-inline-start: 0px;
    }

    .xs\:ms-1 {
        margin-inline-start: 0.25rem;
    }

    .xs\:mt-3 {
        margin-top: 0.75rem;
    }

    .xs\:mt-5 {
        margin-top: 1.25rem;
    }

    .xs\:mt-6 {
        margin-top: 1.5rem;
    }

    .xs\:mt-8 {
        margin-top: 2rem;
    }

    .xs\:block {
        display: block;
    }

    .xs\:inline-block {
        display: inline-block;
    }

    .xs\:flex {
        display: flex;
    }

    .xs\:hidden {
        display: none;
    }

    .xs\:h-1\/2 {
        height: 50%;
    }

    .xs\:h-3 {
        height: 0.75rem;
    }

    .xs\:h-80 {
        height: 20rem;
    }

    .xs\:h-96 {
        height: 24rem;
    }

    .xs\:h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .xs\:h-full {
        height: 100%;
    }

    .xs\:max-h-\[75\%\] {
        max-height: 75%;
    }

    .xs\:max-h-none {
        max-height: none;
    }

    .xs\:w-3 {
        width: 0.75rem;
    }

    .xs\:w-\[90\%\] {
        width: 90%;
    }

    .xs\:w-\[90vw\] {
        width: 90vw;
    }

    .xs\:w-\[80vw\] {
        width: 80vw;
    }

    .xs\:w-fit {
        width: -moz-fit-content;
        width: fit-content;
    }

    .xs\:w-full {
        width: 100%;
    }

    .xs\:w-screen {
        width: 100vw;
    }

    .xs\:max-w-md {
        max-width: 28rem;
    }

    .xs\:left-\[calc\(95vw-4rem\)\] {
        left: calc(95vw - 4rem);
    }

    .xs\:translate-y-0 {
        --tw-translate-y: 0px;
        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));
    }

    .xs\:translate-y-0\.5 {
        --tw-translate-y: 0.125rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xs\:columns-1 {
        -moz-columns: 1;
        columns: 1;
    }

    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .xs\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr));
    }

    .xs\:flex-col {
        flex-direction: column;
    }

    .xs\:flex-col-reverse {
        flex-direction: column-reverse;
    }

    .xs\:flex-wrap {
        flex-wrap: wrap;
    }

    .xs\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .xs\:items-center {
        align-items: center;
    }

    .xs\:items-stretch {
        align-items: stretch;
    }

    .xs\:justify-start {
        justify-content: flex-start;
    }

    .xs\:justify-center {
        justify-content: center;
    }

    .xs\:justify-between {
        justify-content: space-between;
    }

    .xs\:gap-4 {
        gap: 1rem;
    }

    .xs\:gap-6 {
        gap: 1.5rem;
    }

    .xs\:gap-x-0 {
        -moz-column-gap: 0px;
        column-gap: 0px;
    }

    .xs\:gap-y-4 {
        row-gap: 1rem;
    }

    .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
    }

    .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }

    .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
    }

    .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
    }

    .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
    }

    .xs\:place-self-center {
        place-self: center;
    }

    .xs\:justify-self-center {
        justify-self: center;
    }

    .xs\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .xs\:border-b {
        border-bottom-width: 1px;
    }

    .xs\:border-b-4 {
        border-bottom-width: 4px;
    }

    .xs\:border-e-0 {
        border-inline-end-width: 0px;
    }

    .xs\:border-s-0 {
        border-inline-start-width: 0px;
    }

    .xs\:border-dashed {
        border-style: dashed;
    }

    .xs\:border-b-accent-green-light {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(90 226 75 / var(--tw-border-opacity));
    }

    .xs\:border-b-gray-30 {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(83 79 118 / var(--tw-border-opacity));
    }

    .xs\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xs\:px-mobile-page-gutter {
        padding-left: var(--mobile-page-gutter);
        padding-right: var(--mobile-page-gutter);
    }

    .xs\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .xs\:pb-16 {
        padding-bottom: 4rem;
    }

    .xs\:pb-4 {
        padding-bottom: 1rem;
    }

    .xs\:pb-8 {
        padding-bottom: 2rem;
    }

    .xs\:ps-0 {
        padding-inline-start: 0px;
    }

    .xs\:pt-8 {
        padding-top: 2rem;
    }

    .xs\:text-left {
        text-align: left;
    }

    .xs\:text-center {
        text-align: center;
    }

    .xs\:text-eyebrow-sm {
        font-size: 0.75rem;
        line-height: 0.9375rem;
        letter-spacing: 2.5px;
    }
}

@media (max-height: 905px) {
    .h-sm\:pt-4 {
        padding-top: 1rem;
    }
}
