﻿/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: #e5e7eb; /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
    line-height: 1.5; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -moz-tab-size: 4; /* 3 */
    -o-tab-size: 4;
    tab-size: 4; /* 3 */
    font-family: Exo, ui-sans-serif, system-ui; /* 4 */
    font-feature-settings: normal; /* 5 */
    font-variation-settings: normal; /* 6 */
    -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
    margin: 0; /* 1 */
    line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
    border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
    font-feature-settings: normal; /* 2 */
    font-variation-settings: normal; /* 3 */
    font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
    border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-feature-settings: inherit; /* 1 */
    font-variation-settings: inherit; /* 1 */
    font-size: 100%; /* 1 */
    font-weight: inherit; /* 1 */
    line-height: inherit; /* 1 */
    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;
    }

html {
    overflow-x: hidden;
}

body {
    height: 100%;
    background: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* MISC */
button {
    -webkit-tap-highlight-color: transparent;
}

a {
    -webkit-tap-highlight-color: transparent;
}

label {
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 450px) {
    .container {
        max-width: none !important;
    }
}

:target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

.text-xsm {
    font-size: 12px;
}

.typeahead-text {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}
/* PROSE */
.rte-prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

    .rte-prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .rte-prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }

    .rte-prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
    }

    .rte-prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600;
    }

    .rte-prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
    }

    .rte-prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .rte-prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .rte-prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .rte-prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .rte-prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .rte-prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .rte-prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .rte-prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .rte-prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
    }

    .rte-prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
    }

    .rte-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters);
    }

    .rte-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        color: var(--tw-prose-bullets);
    }

    .rte-prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
    }

    .rte-prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .rte-prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-left-width: 0.25rem;
        border-left-color: var(--tw-prose-quote-borders);
        quotes: "\201C""\201D""\2018""\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1em;
    }

    .rte-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
        content: open-quote;
    }

    .rte-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
        content: close-quote;
    }

    .rte-prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
    }

    .rte-prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 900;
        color: inherit;
    }

    .rte-prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
    }

    .rte-prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 800;
        color: inherit;
    }

    .rte-prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
    }

    .rte-prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .rte-prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
    }

    .rte-prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .rte-prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .rte-prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .rte-prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-right: 0.375em;
        padding-bottom: 0.1875em;
        padding-left: 0.375em;
    }

    .rte-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
    }

        .rte-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: "`";
        }

        .rte-prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: "`";
        }

    .rte-prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.875em;
    }

    .rte-prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.9em;
    }

    .rte-prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .rte-prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: 0.375rem;
        padding-top: 0.8571429em;
        padding-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
    }

    .rte-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
    }

        .rte-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: none;
        }

        .rte-prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: none;
        }

    .rte-prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        width: 100%;
        table-layout: auto;
        text-align: left;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 0.875em;
        line-height: 1.7142857;
    }

    .rte-prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
    }

    .rte-prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }

    .rte-prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
    }

    .rte-prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 0;
    }

    .rte-prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: baseline;
    }

    .rte-prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
    }

    .rte-prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: top;
    }

    .rte-prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rte-prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
    }

.rte-prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

    .rte-prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .rte-prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .rte-prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .rte-prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.375em;
    }

    .rte-prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.375em;
    }

    .rte-prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .rte-prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .rte-prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .rte-prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .rte-prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .rte-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .rte-prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .rte-prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        padding-left: 1.625em;
    }

    .rte-prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .rte-prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .rte-prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .rte-prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .rte-prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .rte-prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .rte-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }

    .rte-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .rte-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .rte-prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .rte-prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .rte-prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }

.rte-prose {
    max-width: none;
}

    .rte-prose :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 3.75rem;
        line-height: 1;
    }

    .rte-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 42px;
        line-height: 3rem;
    }

    .rte-prose :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .rte-prose :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .rte-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        margin-top: 0px;
        overflow-wrap: break-word;
        font-size: 1.125rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .rte-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        overflow-wrap: break-word;
        font-size: 1.125rem;
        line-height: 1.75rem;
        --tw-text-opacity: 1;
        color: rgb(62 144 219 / var(--tw-text-opacity));
        text-decoration-line: none;
    }

    .rte-prose :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        margin-bottom: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .rte-prose * :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .rte-prose :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .rte-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        margin-bottom: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .rte-prose * :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .rte-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .rte-prose :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-left: auto;
        margin-right: auto;
        max-height: 24rem;
        border-radius: 0.375rem;
        -o-object-fit: contain;
        object-fit: contain;
    }

@media (min-width: 1024px) {

    .rte-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 3rem;
        line-height: 1;
    }

    .rte-prose :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.job-description-prose {
    max-width: none;
}

    .job-description-prose :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

        .job-description-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
            text-decoration-line: underline;
        }

    .job-description-prose :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose * :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .job-description-prose :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .job-description-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .job-description-prose * :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .job-description-prose :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .job-description-prose * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

    .job-description-prose :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
        color: rgb(0 0 0 );
    }

.job-apply-declartaion-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
    text-decoration-line: none;
}

    .job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
        text-decoration-line: underline;
    }

@media (min-width: 1024px) {

    .job-apply-declartaion-prose :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:;
    --tw-pan-y:;
    --tw-pinch-zoom:;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:;
    --tw-gradient-via-position:;
    --tw-gradient-to-position:;
    --tw-ordinal:;
    --tw-slashed-zero:;
    --tw-numeric-figure:;
    --tw-numeric-spacing:;
    --tw-numeric-fraction:;
    --tw-ring-inset:;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:;
    --tw-brightness:;
    --tw-contrast:;
    --tw-grayscale:;
    --tw-hue-rotate:;
    --tw-invert:;
    --tw-saturate:;
    --tw-sepia:;
    --tw-drop-shadow:;
    --tw-backdrop-blur:;
    --tw-backdrop-brightness:;
    --tw-backdrop-contrast:;
    --tw-backdrop-grayscale:;
    --tw-backdrop-hue-rotate:;
    --tw-backdrop-invert:;
    --tw-backdrop-opacity:;
    --tw-backdrop-saturate:;
    --tw-backdrop-sepia:;
}

::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%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 640px) {

    .container {
        max-width: 640px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
        padding-right: 4rem;
        padding-left: 4rem;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
        padding-right: 7rem;
        padding-left: 7rem;
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
}

    .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-lead);
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
    }

    .prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-links);
        text-decoration: underline;
        font-weight: 500;
    }

    .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-bold);
        font-weight: 600;
    }

    .prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
    }

    .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-alpha;
    }

    .prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-alpha;
    }

    .prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: upper-roman;
    }

    .prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: lower-roman;
    }

    .prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: decimal;
    }

    .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        list-style-type: disc;
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
    }

    .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        font-weight: 400;
        color: var(--tw-prose-counters);
    }

    .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
        color: var(--tw-prose-bullets);
    }

    .prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.25em;
    }

    .prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-color: var(--tw-prose-hr);
        border-top-width: 1px;
        margin-top: 3em;
        margin-bottom: 3em;
    }

    .prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-style: italic;
        color: var(--tw-prose-quotes);
        border-left-width: 0.25rem;
        border-left-color: var(--tw-prose-quote-borders);
        quotes: "\201C""\201D""\2018""\2019";
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-left: 1em;
    }

    .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
        content: open-quote;
    }

    .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
        content: close-quote;
    }

    .prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
    }

    .prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 900;
        color: inherit;
    }

    .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333;
    }

    .prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 800;
        color: inherit;
    }

    .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6;
    }

    .prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5;
    }

    .prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 700;
        color: inherit;
    }

    .prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        display: block;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-weight: 500;
        font-family: inherit;
        color: var(--tw-prose-kbd);
        box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
        font-size: 0.875em;
        border-radius: 0.3125rem;
        padding-top: 0.1875em;
        padding-right: 0.375em;
        padding-bottom: 0.1875em;
        padding-left: 0.375em;
    }

    .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-code);
        font-weight: 600;
        font-size: 0.875em;
    }

        .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: "`";
        }

        .prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: "`";
        }

    .prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.875em;
    }

    .prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
        font-size: 0.9em;
    }

    .prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: inherit;
    }

    .prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-pre-code);
        background-color: var(--tw-prose-pre-bg);
        overflow-x: auto;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 1.7142857;
        margin-top: 1.7142857em;
        margin-bottom: 1.7142857em;
        border-radius: 0.375rem;
        padding-top: 0.8571429em;
        padding-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
    }

    .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        background-color: transparent;
        border-width: 0;
        border-radius: 0;
        padding: 0;
        font-weight: inherit;
        color: inherit;
        font-size: inherit;
        font-family: inherit;
        line-height: inherit;
    }

        .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
            content: none;
        }

        .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
            content: none;
        }

    .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        width: 100%;
        table-layout: auto;
        text-align: left;
        margin-top: 2em;
        margin-bottom: 2em;
        font-size: 0.875em;
        line-height: 1.7142857;
    }

    .prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-th-borders);
    }

    .prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-headings);
        font-weight: 600;
        vertical-align: bottom;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }

    .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 1px;
        border-bottom-color: var(--tw-prose-td-borders);
    }

    .prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-bottom-width: 0;
    }

    .prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: baseline;
    }

    .prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        border-top-width: 1px;
        border-top-color: var(--tw-prose-th-borders);
    }

    .prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        vertical-align: top;
    }

    .prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        color: var(--tw-prose-captions);
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
    }

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-kbd: #111827;
    --tw-prose-kbd-shadows: 17 24 39;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: 255 255 255;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75;
}

    .prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
    }

    .prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.375em;
    }

    .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0.375em;
    }

    .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
    }

    .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.25em;
    }

    .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }

    .prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
    }

    .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.5em;
        padding-left: 1.625em;
    }

    .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
    }

    .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-left: 0;
    }

    .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-right: 0;
    }

    .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
    }

    .prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
    }
/* ACCORDION */
.active .accordion-chevron {
    --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 .accordion-icon {
    --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));
}

.active-chevron svg {
    --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));
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
/* STANDARD */
.badge {
    font-size: 12px;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    overflow-wrap: normal;
    word-break: normal;
    border-radius: 0.375rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*Quote*/
.png-quote {
    border-radius:0.75rem;
}
.png-quote .png-quote_content .png-quote_content_text {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 300;
}
@media (min-width: 640px) {
    .badge {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.badge-sm {
    font-size: 12px;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    overflow-wrap: normal;
    word-break: normal;
    border-radius: 0.375rem;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {

    .badge-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.badge-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}
/* STANDARD */
.btn {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    white-space: nowrap;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    text-align: center;
    vertical-align: middle;
    font-family: Exo, ui-sans-serif, system-ui;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-decoration-line: none;
}
/* PAGINATION */
.pagination {
    display: flex;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    font-weight: 500;
}

@media (min-width: 640px) {

    .pagination {
        height: 3.5rem;
        width: 3.5rem;
    }
}

.pagination-active {
    display: flex;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    font-weight: 500;
}

@media (min-width: 640px) {

    .pagination-active {
        height: 3.5rem;
        width: 3.5rem;
    }
}

.pagination-active {
    pointer-events: none;
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagination-disabled {
    display: flex;
    height: 3rem;
    width: 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    font-weight: 500;
}

@media (min-width: 640px) {

    .pagination-disabled {
        height: 3.5rem;
        width: 3.5rem;
    }
}

.pagination-disabled {
    pointer-events: none;
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
/* STANDARD */
.input {
    height: 3.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 1rem;
}

    .input::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

    .input::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

.input {
    caret-color: currentcolor;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .input:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
    }

    .input:focus-visible {
        --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, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
    }
/* TEXTAREA */
.input-floating-form-textarea {
    position: relative;
    z-index: 10;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-width: 0px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    background-color: transparent;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.03;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    caret-color: currentcolor;
    --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .input-floating-form-textarea:hover {
        --tw-border-opacity: 1;
        border-color: rgb(33 54 103 / var(--tw-border-opacity));
        --tw-bg-opacity: 0.05;
    }

    .input-floating-form-textarea:focus {
        --tw-border-opacity: 1;
        border-color: rgb(62 144 219 / var(--tw-border-opacity));
    }

.input-text-area {
    height: 3.5rem;
    width: 100%;
    border-radius: 0.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    padding: 1rem;
}

    .input-text-area::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

    .input-text-area::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(156 163 175 / var(--tw-placeholder-opacity));
    }

.input-text-area {
    caret-color: currentcolor;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .input-text-area:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
    }

    .input-text-area:focus-visible {
        --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, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
    }

.input-text-area {
    height: auto;
    padding: 1rem;
}
/* CHECKBOX */
.checkbox-group-form {
    position: relative;
    cursor: pointer;
}

    .checkbox-group-form input {
        height: 1.5rem;
        width: 1.5rem;
        cursor: pointer;
        border-radius: 0.25rem;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity));
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(33 54 103 / var(--tw-text-opacity));
        accent-color: #213667;
    }

        .checkbox-group-form input:focus {
            --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
            --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
            --tw-ring-offset-width: 0px;
        }

    .checkbox-group-form label {
        position: absolute;
        left: 2.25rem;
        top: 0.25rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

.checkbox-group {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 2000px) {

    .checkbox-group {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.checkbox-group input {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
    accent-color: #213667;
}

    .checkbox-group input:checked {
        --tw-bg-opacity: 1;
        background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    }

    .checkbox-group input:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-offset-width: 0px;
    }

.sc-declaration-modal-checkbox [type=checkbox]:checked {
    accent-color: #213667;
}

.checkbox-group label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
}
/* RADIO */
.radio-group {
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 2000px) {

    .radio-group {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.radio-group input {
    height: 1.5rem;
    width: 1.5rem;
    cursor: pointer;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

    .radio-group input:checked {
        --tw-bg-opacity: 1;
        background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    }

    .radio-group input:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-offset-width: 0px;
    }

.radio-group label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 500;
}
/* FLOATING */
.input-floating-form-input {
    position: relative;
    z-index: 10;
    width: 100%;
    border-width: 0px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2rem;
    caret-color: currentcolor;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .input-floating-form-input:hover {
        --tw-border-opacity: 1;
        border-color: rgb(33 54 103 / var(--tw-border-opacity));
    }

    .input-floating-form-input:focus {
        --tw-border-opacity: 1;
        border-color: rgb(62 144 219 / var(--tw-border-opacity));
        --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .input-floating-form-input::-moz-placeholder, .input-floating-form-textarea::-moz-placeholder {
        font-weight: 300;
        text-transform: capitalize;
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
        opacity: 0;
        -moz-transition-property: all;
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .input-floating-form-input::placeholder,
    .input-floating-form-textarea::placeholder {
        font-weight: 300;
        text-transform: capitalize;
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
        opacity: 0;
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.input-floating .input-floating-form-input:focus-within::-moz-placeholder, .input-floating .input-floating-form-input:focus::-moz-placeholder, .input-floating .input-floating-form-textarea:focus-within::-moz-placeholder, .input-floating .input-floating-form-textarea:focus::-moz-placeholder {
    opacity: 1;
}

.input-floating .input-floating-form-input:focus-within::placeholder,
.input-floating .input-floating-form-input:focus::placeholder,
.input-floating .input-floating-form-textarea:focus-within::placeholder,
.input-floating .input-floating-form-textarea:focus::placeholder {
    opacity: 1;
}

.input-floating-form-input ~ .input-floating-form-label {
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    --tw-translate-y: 1rem;
    --tw-translate-x: 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));
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-floating-form-textarea ~ .input-floating-form-label {
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    --tw-translate-y: 0.75rem;
    --tw-translate-x: 1rem;
    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));
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-floating input:not(:-moz-placeholder-shown) ~ label {
    --tw-translate-x: 1.5rem;
    --tw-translate-y: 1.25rem;
    --tw-scale-x: .75;
    --tw-scale-y: .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));
}

.input-floating input:focus-within ~ label,
.input-floating input:not(:placeholder-shown) ~ label {
    --tw-translate-x: 1.5rem;
    --tw-translate-y: 1.25rem;
    --tw-scale-x: .75;
    --tw-scale-y: .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));
}

@media (min-width: 2000px) {

    .input-floating input:not(:-moz-placeholder-shown) ~ label {
        --tw-translate-x: 2rem;
        --tw-scale-x: 0.7;
        --tw-scale-y: 0.7;
        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));
    }

    .input-floating input:focus-within ~ label,
    .input-floating input:not(:placeholder-shown) ~ label {
        --tw-translate-x: 2rem;
        --tw-scale-x: 0.7;
        --tw-scale-y: 0.7;
        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));
    }
}

.input-floating input:not(:-moz-placeholder-shown) ~ label {
    transform-origin: top left;
}

.input-floating input:focus-within ~ label,
.input-floating input:not(:placeholder-shown) ~ label {
    transform-origin: top left;
}

.input-floating-banner-search input:not(:-moz-placeholder-shown) ~ label {
    transform-origin: top left;
    --tw-translate-y: 1rem;
    --tw-scale-x: 0.45;
    --tw-scale-y: 0.45;
    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));
    --tw-text-opacity: 1;
}

.input-floating-banner-search input:focus-within ~ label,
.input-floating-banner-search input:not(:placeholder-shown) ~ label {
    transform-origin: top left;
    --tw-translate-y: 1rem;
    --tw-scale-x: 0.45;
    --tw-scale-y: 0.45;
    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));
    --tw-text-opacity: 1;
}

.input-floating-banner-search-sm input:not(:-moz-placeholder-shown) ~ label {
    --tw-translate-y: 0.875rem;
    --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));
}

.input-floating-banner-search-sm input:focus-within ~ label,
.input-floating-banner-search-sm input:not(:placeholder-shown) ~ label {
    --tw-translate-y: 0.875rem;
    --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));
}

.input-floating-banner-search input:not(:-moz-placeholder-shown) ~ #banner-search-sub-label {
    --tw-text-opacity: 0;
}

.input-floating-banner-search input:focus-within ~ #banner-search-sub-label,
.input-floating-banner-search input:not(:placeholder-shown) ~ #banner-search-sub-label {
    --tw-text-opacity: 0;
}

.input-floating-banner-search input:focus-within:-moz-placeholder-shown, .input-floating-banner-search input:not(:-moz-placeholder-shown):-moz-placeholder-shown {
    opacity: 1;
    -moz-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.input-floating-banner-search input:focus-within:placeholder-shown,
.input-floating-banner-search input:not(:placeholder-shown):placeholder-shown {
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.input-floating input:not(:-moz-placeholder-shown) ~ .input-floating-form-label {
    transform-origin: top left;
    --tw-translate-y: 0.25rem;
    --tw-translate-x: 0px;
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
}

.input-floating input:focus-within ~ .input-floating-form-label,
.input-floating input:not(:placeholder-shown) ~ .input-floating-form-label {
    transform-origin: top left;
    --tw-translate-y: 0.25rem;
    --tw-translate-x: 0px;
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
}

.input-floating textarea:not(:-moz-placeholder-shown) ~ .input-floating-form-label {
    transform-origin: top left;
    --tw-translate-y: 0.625rem;
    --tw-translate-x: 1rem;
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
}

.input-floating textarea:focus-within ~ .input-floating-form-label,
.input-floating textarea:not(:placeholder-shown) ~ .input-floating-form-label {
    transform-origin: top left;
    --tw-translate-y: 0.625rem;
    --tw-translate-x: 1rem;
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
}

.input-floating input:focus-within ~ .input-floating-form-label,
.input-floating input:focus ~ .input-floating-form-label,
.input-floating textarea:focus-within ~ .input-floating-form-label,
.input-floating textarea:focus ~ .input-floating-form-label {
    --tw-text-opacity: 1;
    color: rgb(62 144 219 / var(--tw-text-opacity));
}

.input-floating label {
    z-index: 10;
}
/* DROPDOWN */
.dropdown-group.active div {
    display: block;
}
/* BANNER */
.banner-search-keywords-active {
    width: 170% !important;
}

    .banner-search-keywords-active #banner-search-keywords-underlay {
        opacity: 1;
    }

.banner-search-location-active {
    width: 140% !important;
}

    .banner-search-location-active #banner-search-location-underlay {
        opacity: 1;
    }

.banner-search-text-inactive input,
.banner-search-text-inactive label,
.banner-search-text-inactive #banner-search-sub-label {
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-text-opacity: 0.2;
}

.banner-search-text-active label {
    --tw-text-opacity: 1;
}

.banner-search-text-active #banner-search-sub-label {
    color: rgb(156 163 175 / var(--tw-text-opacity));
    --tw-text-opacity: 1;
}

#banner-search-keywords-typeahead-autocomplete .selected,
#banner-search-location-typeahead-autocomplete .selected {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
/* SORT */
.sort-by-select-mobile {
    color: transparent;
}

    .sort-by-select-mobile option {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }
/* JOBS SAVED */
.js-btn-saved-active {
    --tw-text-opacity: 1;
    color: rgb(190 24 93 / var(--tw-text-opacity));
}

    .js-btn-saved-active svg {
        fill: currentColor;
    }
/* GOOGLE PLACES */
.pac-container {
    z-index: 50;
    margin-top: 1rem;
    max-height: 20rem;
    flex-direction: column;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0.5rem;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-family: Exo, ui-sans-serif, system-ui;
    --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);
}

.pac-item-query {
    font-size: 1rem;
    line-height: 1.5rem;
}

.is-invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-feedback,
.is-invalid ~ .png-validation_text,
.was-validated :invalid ~ .png-validation_text {
    display: block;
}

.validation-fail .input-floating-form-input:invalid ~ .input-floating-form-label,
.is-invalid ~ .input-floating-form-label {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.is-invalid ~ .input-floating-form-label {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.validation-fail .input-floating-form-textarea:invalid ~ .input-floating-form-label {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.validation-fail .input-floating-form-input:invalid {
    --tw-border-opacity: 1;
    border-color: rgb(176 54 60 / var(--tw-border-opacity));
}

.is-invalid {
    --tw-border-opacity: 1;
    border-color: rgb(176 54 60 / var(--tw-border-opacity));
}

.is-invalid-checkbox :not(input:checked) {
    --tw-border-opacity: 1;
    border-color: rgb(176 54 60 / var(--tw-border-opacity));
}

.is-invalid-checkbox label {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.validation-fail .input-floating-form-textarea:invalid {
    --tw-border-opacity: 1;
    border-color: rgb(176 54 60 / var(--tw-border-opacity));
}

.validation-fail .input-form-checkbox:invalid {
    --tw-border-opacity: 1;
    border-color: rgb(176 54 60 / var(--tw-border-opacity));
}

    .validation-fail .input-form-checkbox:invalid ~ label {
        --tw-text-opacity: 1;
        color: rgb(176 54 60 / var(--tw-text-opacity));
    }

.validation-fail .text-box:invalid,
.validation-fail .png-text-box:invalid {
    padding-right: 2.75rem;
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

    .validation-fail .text-box:invalid::-moz-placeholder, .validation-fail .png-text-box:invalid::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

    .validation-fail .text-box:invalid::placeholder,
    .validation-fail .png-text-box:invalid::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

.validation-fail .text-box:invalid,
.validation-fail .png-text-box:invalid {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(176 54 60 / var(--tw-ring-opacity));
}

    .validation-fail .text-box:invalid:focus,
    .validation-fail .png-text-box:invalid:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .validation-fail .text-box:invalid ~ .invalid-icon,
    .validation-fail .png-text-box:invalid ~ .png-validation_invalid-icon {
        display: flex;
    }

.validation-fail .validation-form-text,
.is-invalid ~ .invalid-feedback .validation-form-text {
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.input-floating-form-input.is-valid,
.was-validated .input-floating-form-input:valid {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

    .input-floating-form-input.is-valid:focus,
    .was-validated .input-floating-form-input:valid:focus {
        --tw-border-opacity: 1;
        border-color: rgb(62 144 219 / var(--tw-border-opacity));
    }

.input-floating-form-input.is-valid,
.was-validated .input-floating-form-input:valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232D9731'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
    padding-right: calc(2em + 0.5rem);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: calc(1em + 0.75rem) calc(1em + 0.75rem);
}

.input-floating-form-textarea.is-valid,
.was-validated .input-floating-form-textarea:valid {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

    .input-floating-form-textarea.is-valid:focus,
    .was-validated .input-floating-form-textarea:valid:focus {
        --tw-border-opacity: 1;
        border-color: rgb(62 144 219 / var(--tw-border-opacity));
    }

.input-floating-form-textarea.is-valid,
.was-validated .input-floating-form-textarea:valid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232D9731'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5em top 0.5em;
    background-size: calc(1em + 0.75rem) calc(1em + 0.75rem);
}

.validation-summary ul {
    list-style-type: disc;
}

    .validation-summary ul > :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));
    }

    .validation-summary ul li {
        text-transform: capitalize;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.\!left-\[42\%\] {
    left: 42% !important;
}

.\!top-\[4\.5rem\] {
    top: 4.5rem !important;
}

.-bottom-6 {
    bottom: -1.5rem;
}

.-bottom-7 {
    bottom: -1.75rem;
}

.-bottom-\[45px\] {
    bottom: -45px;
}

.-left-7 {
    left: -1.75rem;
}

.-left-\[494px\] {
    left: -494px;
}

.-top-1 {
    top: -0.25rem;
}

.-top-2 {
    top: -0.5rem;
}

.-top-2\.5 {
    top: -0.625rem;
}

.bottom-0 {
    bottom: 0px;
}

.bottom-12 {
    bottom: 3rem;
}

.bottom-32 {
    bottom: 8rem;
}

.bottom-6 {
    bottom: 1.5rem;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-2 {
    left: 0.5rem;
}

.left-3 {
    left: 0.75rem;
}

.left-6 {
    left: 1.5rem;
}

.left-8 {
    left: 2rem;
}

.left-\[41\%\] {
    left: 41%;
}

.left-\[46\%\] {
    left: 46%;
}

.right-0 {
    right: 0px;
}

.right-12 {
    right: 3rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-\[-48px\] {
    right: -48px;
}

.right-\[17\.5px\] {
    right: 17.5px;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-12 {
    top: 3rem;
}

.top-2 {
    top: 0.5rem;
}

.top-20 {
    top: 5rem;
}

.top-24 {
    top: 6rem;
}

.top-3 {
    top: 0.75rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-\[2\.5rem\] {
    top: 2.5rem;
}

.top-\[2\.75rem\] {
    top: 2.75rem;
}

.top-\[50\%\] {
    top: 50%;
}

.top-\[6\.5rem\] {
    top: 6.5rem;
}

.top-\[80px\] {
    top: 80px;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-100 {
    z-index: 100;
}

.z-110 {
    z-index: 110;
}

.z-120 {
    z-index: 120;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.z-80 {
    z-index: 80;
}

.z-\[701\] {
    z-index: 701;
}

.z-\[702\] {
    z-index: 702;
}

.z-\[703\] {
    z-index: 703;
}

.z-\[704\] {
    z-index: 704;
}

.z-\[801\] {
    z-index: 801;
}

.z-\[802\] {
    z-index: 802;
}

.z-\[900\] {
    z-index: 900;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-first {
    order: -9999;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.-m-2 {
    margin: -0.5rem;
}

.-m-2\.5 {
    margin: -0.625rem;
}

.-m-3 {
    margin: -0.75rem;
}

.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

.-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}

.-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.\!mb-0 {
    margin-bottom: 0px !important;
}

.\!mb-12 {
    margin-bottom: 3rem !important;
}

.\!mt-0 {
    margin-top: 0px !important;
}

.\!mt-16 {
    margin-top: 4rem !important;
}

.\!mt-6 {
    margin-top: 1.5rem !important;
}

.\!mt-8 {
    margin-top: 2rem !important;
}

.-mb-0 {
    margin-bottom: -0px;
}

.-mb-0\.5 {
    margin-bottom: -0.125rem;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-36 {
    margin-bottom: -9rem;
}

.-mr-1 {
    margin-right: -0.25rem;
}

.-mt-0 {
    margin-top: -0px;
}

.-mt-0\.5 {
    margin-top: -0.125rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[182px\] {
    margin-bottom: 182px;
}

.mb-\[204px\] {
    margin-bottom: 204px;
}

.me-1 {
    margin-inline-end: 0.25rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-auto {
    margin-left: auto;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-auto {
    margin-right: auto;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-18 {
    margin-top: 4.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-22 {
    margin-top: 5.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-gutter {
    margin-top: var(--png-spacing_gutter);
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.flow-root {
    display: flow-root;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.\!h-12 {
    height: 3rem !important;
}

.h-0 {
    height: 0px;
}

.h-1 {
    height: 0.25rem;
}

.h-1\/2 {
    height: 50%;
}

.h-10 {
    height: 2.5rem;
}

.h-11 {
    height: 2.75rem;
}

.h-12 {
    height: 3rem;
}

.h-13 {
    height: 3.25rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-18 {
    height: 4.5rem;
}

.h-2 {
    height: 0.5rem;
}

.h-20 {
    height: 5rem;
}

.h-21 {
    height: 5.25rem;
}

.h-24 {
    height: 6rem;
}

.h-28 {
    height: 7rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-32 {
    height: 8rem;
}

.h-4 {
    height: 1rem;
}

.h-40 {
    height: 10rem;
}

.h-48 {
    height: 12rem;
}

.h-5 {
    height: 1.25rem;
}

.h-56 {
    height: 14rem;
}

.h-6 {
    height: 1.5rem;
}

.h-60 {
    height: 15rem;
}

.h-64 {
    height: 16rem;
}

.h-7 {
    height: 1.75rem;
}

.h-70 {
    height: 17.5rem;
}

.h-72 {
    height: 18rem;
}

.h-8 {
    height: 2rem;
}

.h-80 {
    height: 20rem;
}

.h-9 {
    height: 2.25rem;
}

.h-96 {
    height: 24rem;
}

.h-\[1\.6rem\] {
    height: 1.6rem;
}

.h-\[18px\] {
    height: 18px;
}

.h-\[2\.5px\] {
    height: 2.5px;
}

.h-\[220px\] {
    height: 220px;
}

.h-\[22px\] {
    height: 22px;
}

.h-\[350px\] {
    height: 350px;
}

.h-\[390px\] {
    height: 390px;
}

.h-\[40px\] {
    height: 40px;
}

.h-\[40vh\] {
    height: 40vh;
}

.h-\[450px\] {
    height: 450px;
}

.h-\[52px\] {
    height: 52px;
}

.h-\[550px\] {
    height: 550px;
}

.h-\[600px\] {
    height: 600px;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[60vh\] {
    height: 60vh;
}

.h-\[85vh\] {
    height: 85vh;
}

.h-\[calc\(100\%-120px\)\] {
    height: calc(100% - 120px);
}

.h-\[calc\(100\%-76px\)\] {
    height: calc(100% - 76px);
}

.h-\[calc\(100vh-134px\)\] {
    height: calc(100vh - 134px);
}

.h-\[calc\(100vh-156px\)\] {
    height: calc(100vh - 156px);
}

.h-\[calc\(100vh-8\.25rem\)\] {
    height: calc(100vh - 8.25rem);
}

.h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.h-screen {
    height: 100vh;
}

.max-h-40 {
    max-height: 10rem;
}

.max-h-48 {
    max-height: 12rem;
}

.max-h-70 {
    max-height: 17.5rem;
}

.max-h-\[1200px\] {
    max-height: 1200px;
}

.max-h-\[248px\] {
    max-height: 248px;
}

.max-h-\[30vh\] {
    max-height: 30vh;
}

.max-h-\[40vh\] {
    max-height: 40vh;
}

.max-h-\[440px\] {
    max-height: 440px;
}

.max-h-\[60vh\] {
    max-height: 60vh;
}

.max-h-\[85vh\] {
    max-height: 85vh;
}

.max-h-\[900px\] {
    max-height: 900px;
}

.max-h-\[950px\] {
    max-height: 950px;
}

.max-h-\[calc\(100\%-4rem\)\] {
    max-height: calc(100% - 4rem);
}

.max-h-full {
    max-height: 100%;
}

.max-h-screen {
    max-height: 100vh;
}

.min-h-28 {
    min-height: 7rem;
}

.min-h-40 {
    min-height: 10rem;
}

.min-h-80 {
    min-height: 20rem;
}

.min-h-\[100vh\] {
    min-height: 100vh;
}

.min-h-\[350px\] {
    min-height: 350px;
}

.min-h-\[390px\] {
    min-height: 390px;
}

.min-h-\[440px\] {
    min-height: 440px;
}

.min-h-\[600px\] {
    min-height: 600px;
}

.min-h-\[72px\] {
    min-height: 72px;
}

.min-h-full {
    min-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.\!w-\[42\%\] {
    width: 42% !important;
}

.\!w-auto {
    width: auto !important;
}

.w-0 {
    width: 0px;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/4 {
    width: 25%;
}

.w-10 {
    width: 2.5rem;
}

.w-11 {
    width: 2.75rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-16 {
    width: 4rem;
}

.w-18 {
    width: 4.5rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\/5 {
    width: 40%;
}

.w-20 {
    width: 5rem;
}

.w-24 {
    width: 6rem;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-44 {
    width: 11rem;
}

.w-5 {
    width: 1.25rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-72 {
    width: 18rem;
}

.w-8 {
    width: 2rem;
}

.w-\[1\.6rem\] {
    width: 1.6rem;
}

.w-\[115\%\] {
    width: 115%;
}

.w-\[120\%\] {
    width: 120%;
}

.w-\[121px\] {
    width: 121px;
}

.w-\[22px\] {
    width: 22px;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[41\%\] {
    width: 41%;
}

.w-\[70\%\] {
    width: 70%;
}

.w-\[80\%\] {
    width: 80%;
}

.w-\[85vw\] {
    width: 85vw;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[92\%\] {
    width: 92%;
}

.w-\[calc\(100\%\+4rem\)\] {
    width: calc(100% + 4rem);
}

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.w-screen {
    width: 100vw;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-\[271px\] {
    min-width: 271px;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-\[126px\] {
    max-width: 126px;
}

.max-w-\[504px\] {
    max-width: 504px;
}

.max-w-full {
    max-width: 100%;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-md {
    max-width: 28rem;
}

.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-shrink {
    flex-shrink: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.shrink {
    flex-shrink: 1;
}

.shrink-0 {
    flex-shrink: 0;
}

.flex-grow {
    flex-grow: 1;
}

.border-collapse {
    border-collapse: collapse;
}

.origin-top-left {
    transform-origin: top left;
}

.origin-top-right {
    transform-origin: top right;
}

.\!translate-y-full {
    --tw-translate-y: 100% !important;
    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)) !important;
}

.-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-x-16 {
    --tw-translate-x: -4rem;
    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-8 {
    --tw-translate-x: -2rem;
    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-\[12\%\] {
    --tw-translate-x: -12%;
    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-\[15\%\] {
    --tw-translate-x: -15%;
    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-\[8\%\] {
    --tw-translate-x: -8%;
    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 {
    --tw-translate-y: -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));
}

.-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-10 {
    --tw-translate-y: -2.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));
}

.-translate-y-2 {
    --tw-translate-y: -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));
}

.-translate-y-2\.5 {
    --tw-translate-y: -0.625rem;
    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-0 {
    --tw-translate-x: 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-x-18 {
    --tw-translate-x: 4.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));
}

.translate-x-7 {
    --tw-translate-x: 1.75rem;
    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-9 {
    --tw-translate-x: 2.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));
}

.translate-x-\[5\%\] {
    --tw-translate-x: 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));
}

.translate-x-full {
    --tw-translate-x: 100%;
    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-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-10 {
    --tw-translate-y: 2.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));
}

.translate-y-12 {
    --tw-translate-y: 3rem;
    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-3 {
    --tw-translate-y: 0.75rem;
    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-8 {
    --tw-translate-y: 2rem;
    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-\[20px\] {
    --tw-translate-y: 20px;
    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-\[72px\] {
    --tw-translate-y: 72px;
    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-\[calc\(50\%\+30px\)\] {
    --tw-translate-y: calc(50% + 30px);
    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-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
    --tw-rotate: -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));
}

.-rotate-90 {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-6 {
    --tw-rotate: 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));
}

.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .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));
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {

    50% {
        opacity: .5;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.list-disc {
    list-style-type: disc;
}

.list-none {
    list-style-type: none;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
}

.auto-rows-min {
    grid-auto-rows: min-content;
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.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-items-center {
    justify-items: center;
}

.\!gap-3 {
    gap: 0.75rem !important;
}

.gap-0 {
    gap: 0px;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-16 {
    gap: 4rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-24 {
    gap: 6rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-gutter {
    gap: var(--png-spacing_gutter);
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
}

.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}

.gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-y-1\.5 {
    row-gap: 0.375rem;
}

.gap-y-10 {
    row-gap: 2.5rem;
}

.gap-y-16 {
    row-gap: 4rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-8 {
    row-gap: 2rem;
}

.gap-y-gutter {
    row-gap: var(--png-spacing_gutter);
}

.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-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-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-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.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));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * 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));
}

.divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1;
}

.place-self-center {
    place-self: center;
}

.self-start {
    align-self: flex-start;
}

.self-center {
    align-self: center;
}

.justify-self-center {
    justify-self: center;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-clip {
    text-overflow: clip;
}

.whitespace-normal {
    white-space: normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.break-words {
    overflow-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.\!rounded-3xl {
    border-radius: 1.5rem !important;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-100 {
    border-radius: var(--png-radius_100);
}

.rounded-200 {
    border-radius: var(--png-radius_200);
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-300 {
    border-radius: var(--png-radius_300);
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-700 {
    border-radius: var(--png-radius_700);
}

.rounded-\[14px\] {
    border-radius: 14px;
}

.rounded-\[2rem\] {
    border-radius: 2rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-sm {
    border-radius: 0.125rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-r-\[2rem\] {
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.rounded-t-\[14px\] {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.\!rounded-bl-none {
    border-bottom-left-radius: 0px !important;
}

.rounded-bl-none {
    border-bottom-left-radius: 0px;
}

.rounded-tl-full {
    border-top-left-radius: 9999px;
}

.rounded-tl-xl {
    border-top-left-radius: 0.75rem;
}

.rounded-tr-full {
    border-top-right-radius: 9999px;
}

.border {
    border-width: 1px;
}

.border-0 {
    border-width: 0px;
}

.border-2 {
    border-width: 2px;
}

.border-\[16px\] {
    border-width: 16px;
}

.border-\[2px\] {
    border-width: 2px;
}

.border-\[3px\] {
    border-width: 3px;
}

.border-\[8px\] {
    border-width: 8px;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l {
    border-left-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-t-8 {
    border-top-width: 8px;
}

.border-dashed {
    border-style: dashed;
}

.\!border-transparent {
    border-color: transparent !important;
}

.border-\[\#3E90DB\] {
    --tw-border-opacity: 1;
    border-color: rgb(62 144 219 / var(--tw-border-opacity));
}

.border-\[\#E5E5E5\] {
    --tw-border-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-cta-500 {
    --tw-border-opacity: 1;
    border-color: rgb(62 144 219 / var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(33 54 103 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
}

.border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.border-opacity-30 {
    --tw-border-opacity: 0.3;
}

.border-opacity-5 {
    --tw-border-opacity: 0.05;
}

.border-opacity-50 {
    --tw-border-opacity: 0.5;
}

.\!bg-\[\#f8f9fb\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 249 251 / var(--tw-bg-opacity)) !important;
}

.\!bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-blackTrue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}

.\!bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity)) !important;
}

.\!bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(169 186 227 / var(--tw-bg-opacity)) !important;
}

.\!bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#00CCF4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 204 244 / var(--tw-bg-opacity));
}

.bg-\[\#13A0D7\] {
    --tw-bg-opacity: 1;
    background-color: rgb(19 160 215 / var(--tw-bg-opacity));
}

.bg-\[\#31659e\] {
    --tw-bg-opacity: 1;
    background-color: rgb(49 101 158 / var(--tw-bg-opacity));
}

.bg-\[\#3784BA\] {
    --tw-bg-opacity: 1;
    background-color: rgb(55 132 186 / var(--tw-bg-opacity));
}

.bg-\[\#3D90DB\] {
    --tw-bg-opacity: 1;
    background-color: rgb(61 144 219 / var(--tw-bg-opacity));
}

.bg-\[\#E9993F\] {
    --tw-bg-opacity: 1;
    background-color: rgb(233 153 63 / var(--tw-bg-opacity));
}

.bg-\[\#EFEFEF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-\[\#EFFC54\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 252 84 / var(--tw-bg-opacity));
}

.bg-\[\#F0F4FD\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 253 / var(--tw-bg-opacity));
}

.bg-\[black\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-cta-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 223 245 / var(--tw-bg-opacity));
}

.bg-cta-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(62 144 219 / var(--tw-bg-opacity));
}

.bg-cta-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(36 119 194 / var(--tw-bg-opacity));
}

.bg-cta-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(28 92 151 / var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
}

.bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(169 186 227 / var(--tw-bg-opacity));
}

.bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 48 91 / var(--tw-bg-opacity));
}

.bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 42 80 / var(--tw-bg-opacity));
}

.bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 30 57 / var(--tw-bg-opacity));
}

.bg-primary-muted {
    --tw-bg-opacity: 1;
    background-color: rgb(76 95 133 / var(--tw-bg-opacity));
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-sky-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.\!bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
}

.\!bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
}

.bg-opacity-0 {
    --tw-bg-opacity: 0;
}

.bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, 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));
}

.from-\[\#000\] {
    --tw-gradient-from: #000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[black\] {
    --tw-gradient-from: black var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
    --tw-gradient-from: #000000 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900 {
    --tw-gradient-from: #111827 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-black {
    fill: #000000;
}

.fill-gray-900 {
    fill: #111827;
}

.fill-neutral-50 {
    fill: #f9fafb;
}

.fill-primary {
    fill: #213667;
}

.fill-secondary {
    fill: #0182cb;
}

.fill-white {
    fill: #ffffff;
}

.stroke-current {
    stroke: currentcolor;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-0 {
    padding: 0px;
}

.p-0\.5 {
    padding: 0.125rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-10 {
    padding: 2.5rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-0\.5 {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.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-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
}

.py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
}

.py-gutter {
    padding-top: var(--png-spacing_gutter);
    padding-bottom: var(--png-spacing_gutter);
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
}

.\!pl-4 {
    padding-left: 1rem !important;
}

.\!pl-\[0\.575rem\] {
    padding-left: 0.575rem !important;
}

.\!pr-2 {
    padding-right: 0.5rem !important;
}

.\!pr-5 {
    padding-right: 1.25rem !important;
}

.\!pt-10 {
    padding-top: 2.5rem !important;
}

.\!pt-9 {
    padding-top: 2.25rem !important;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-\[207px\] {
    padding-bottom: 207px;
}

.pb-gutter {
    padding-bottom: var(--png-spacing_gutter);
}

.pl-0 {
    padding-left: 0px;
}

.pl-11 {
    padding-left: 2.75rem;
}

.pl-12 {
    padding-left: 3rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-3\.5 {
    padding-left: 0.875rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-11 {
    padding-right: 2.75rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-20 {
    padding-right: 5rem;
}

.pr-28 {
    padding-right: 7rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-8 {
    padding-right: 2rem;
}

.ps-2 {
    padding-inline-start: 0.5rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-18 {
    padding-top: 4.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-gutter {
    padding-top: var(--png-spacing_gutter);
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-start {
    text-align: start;
}

.font-logo {
    font-family: Days One, ui-serif, Georgia;
}

.font-primary {
    font-family: Exo, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-sans {
    font-family: Exo, ui-sans-serif, system-ui;
}

.font-secondary {
    font-family: Nobile, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-serif {
    font-family: Nobile, ui-serif, Georgia;
}

.font-timeline {
    font-family: Reenie Beanie, ui-serif, Georgia;
}

.\!text-\[46px\] {
    font-size: 46px !important;
}

.\!text-\[48px\] {
    font-size: 48px !important;
}

.\!text-\[62px\] {
    font-size: 62px !important;
}

.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-7xl {
    font-size: 4.5rem;
    line-height: 1;
}

.text-\[23px\] {
    font-size: 23px;
}

.text-\[30px\] {
    font-size: 30px;
}

.text-\[46px\] {
    font-size: 46px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.\!leading-5 {
    line-height: 1.25rem !important;
}

.\!leading-\[1\.1\] {
    line-height: 1.1 !important;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-\[0\.9\] {
    line-height: 0.9;
}

.leading-\[1\.2\] {
    line-height: 1.2;
}

.leading-\[22px\] {
    line-height: 22px;
}

.leading-\[24px\] {
    line-height: 24px;
}

.leading-none {
    line-height: 1;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.tracking-wide {
    letter-spacing: 0.025em;
}

.\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
    --tw-text-opacity: 1 !important;
    color: rgb(33 54 103 / var(--tw-text-opacity)) !important;
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#000\] {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#00B6B4\] {
    --tw-text-opacity: 1;
    color: rgb(0 182 180 / var(--tw-text-opacity));
}

.text-\[\#00CCF4\] {
    --tw-text-opacity: 1;
    color: rgb(0 204 244 / var(--tw-text-opacity));
}

.text-\[\#6AAAE4\] {
    --tw-text-opacity: 1;
    color: rgb(106 170 228 / var(--tw-text-opacity));
}

.text-\[\#CAE5FA\] {
    --tw-text-opacity: 1;
    color: rgb(202 229 250 / var(--tw-text-opacity));
}

.text-\[\#D0DFED\] {
    --tw-text-opacity: 1;
    color: rgb(208 223 237 / var(--tw-text-opacity));
}

.text-\[\#E9993F\] {
    --tw-text-opacity: 1;
    color: rgb(233 153 63 / var(--tw-text-opacity));
}

.text-\[\#EFFC54\] {
    --tw-text-opacity: 1;
    color: rgb(239 252 84 / var(--tw-text-opacity));
}

.text-\[\#F2E577\] {
    --tw-text-opacity: 1;
    color: rgb(242 229 119 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-cta-500 {
    --tw-text-opacity: 1;
    color: rgb(62 144 219 / var(--tw-text-opacity));
}

.text-cta-500\/0 {
    color: rgb(62 144 219 / 0);
}

.text-cta-500\/10 {
    color: rgb(62 144 219 / 0.1);
}

.text-cta-500\/100 {
    color: rgb(62 144 219 / 1);
}

.text-cta-500\/15 {
    color: rgb(62 144 219 / 0.15);
}

.text-cta-500\/20 {
    color: rgb(62 144 219 / 0.2);
}

.text-cta-500\/25 {
    color: rgb(62 144 219 / 0.25);
}

.text-cta-500\/3 {
    color: rgb(62 144 219 / 0.03);
}

.text-cta-500\/30 {
    color: rgb(62 144 219 / 0.3);
}

.text-cta-500\/35 {
    color: rgb(62 144 219 / 0.35);
}

.text-cta-500\/4 {
    color: rgb(62 144 219 / 0.04);
}

.text-cta-500\/40 {
    color: rgb(62 144 219 / 0.4);
}

.text-cta-500\/45 {
    color: rgb(62 144 219 / 0.45);
}

.text-cta-500\/5 {
    color: rgb(62 144 219 / 0.05);
}

.text-cta-500\/50 {
    color: rgb(62 144 219 / 0.5);
}

.text-cta-500\/55 {
    color: rgb(62 144 219 / 0.55);
}

.text-cta-500\/6 {
    color: rgb(62 144 219 / 0.06);
}

.text-cta-500\/60 {
    color: rgb(62 144 219 / 0.6);
}

.text-cta-500\/65 {
    color: rgb(62 144 219 / 0.65);
}

.text-cta-500\/7 {
    color: rgb(62 144 219 / 0.07);
}

.text-cta-500\/70 {
    color: rgb(62 144 219 / 0.7);
}

.text-cta-500\/75 {
    color: rgb(62 144 219 / 0.75);
}

.text-cta-500\/80 {
    color: rgb(62 144 219 / 0.8);
}

.text-cta-500\/85 {
    color: rgb(62 144 219 / 0.85);
}

.text-cta-500\/90 {
    color: rgb(62 144 219 / 0.9);
}

.text-cta-500\/95 {
    color: rgb(62 144 219 / 0.95);
}

.text-cta-500\/disabled {
    color: rgb(62 144 219 / 0.3);
}

.text-cta-700 {
    --tw-text-opacity: 1;
    color: rgb(36 119 194 / var(--tw-text-opacity));
}

.text-cta-700\/0 {
    color: rgb(36 119 194 / 0);
}

.text-cta-700\/10 {
    color: rgb(36 119 194 / 0.1);
}

.text-cta-700\/100 {
    color: rgb(36 119 194 / 1);
}

.text-cta-700\/15 {
    color: rgb(36 119 194 / 0.15);
}

.text-cta-700\/20 {
    color: rgb(36 119 194 / 0.2);
}

.text-cta-700\/25 {
    color: rgb(36 119 194 / 0.25);
}

.text-cta-700\/3 {
    color: rgb(36 119 194 / 0.03);
}

.text-cta-700\/30 {
    color: rgb(36 119 194 / 0.3);
}

.text-cta-700\/35 {
    color: rgb(36 119 194 / 0.35);
}

.text-cta-700\/4 {
    color: rgb(36 119 194 / 0.04);
}

.text-cta-700\/40 {
    color: rgb(36 119 194 / 0.4);
}

.text-cta-700\/45 {
    color: rgb(36 119 194 / 0.45);
}

.text-cta-700\/5 {
    color: rgb(36 119 194 / 0.05);
}

.text-cta-700\/50 {
    color: rgb(36 119 194 / 0.5);
}

.text-cta-700\/55 {
    color: rgb(36 119 194 / 0.55);
}

.text-cta-700\/6 {
    color: rgb(36 119 194 / 0.06);
}

.text-cta-700\/60 {
    color: rgb(36 119 194 / 0.6);
}

.text-cta-700\/65 {
    color: rgb(36 119 194 / 0.65);
}

.text-cta-700\/7 {
    color: rgb(36 119 194 / 0.07);
}

.text-cta-700\/70 {
    color: rgb(36 119 194 / 0.7);
}

.text-cta-700\/75 {
    color: rgb(36 119 194 / 0.75);
}

.text-cta-700\/80 {
    color: rgb(36 119 194 / 0.8);
}

.text-cta-700\/85 {
    color: rgb(36 119 194 / 0.85);
}

.text-cta-700\/90 {
    color: rgb(36 119 194 / 0.9);
}

.text-cta-700\/95 {
    color: rgb(36 119 194 / 0.95);
}

.text-cta-700\/disabled {
    color: rgb(36 119 194 / 0.3);
}

.text-cta-900 {
    --tw-text-opacity: 1;
    color: rgb(28 92 151 / var(--tw-text-opacity));
}

.text-cta-900\/0 {
    color: rgb(28 92 151 / 0);
}

.text-cta-900\/10 {
    color: rgb(28 92 151 / 0.1);
}

.text-cta-900\/100 {
    color: rgb(28 92 151 / 1);
}

.text-cta-900\/15 {
    color: rgb(28 92 151 / 0.15);
}

.text-cta-900\/20 {
    color: rgb(28 92 151 / 0.2);
}

.text-cta-900\/25 {
    color: rgb(28 92 151 / 0.25);
}

.text-cta-900\/3 {
    color: rgb(28 92 151 / 0.03);
}

.text-cta-900\/30 {
    color: rgb(28 92 151 / 0.3);
}

.text-cta-900\/35 {
    color: rgb(28 92 151 / 0.35);
}

.text-cta-900\/4 {
    color: rgb(28 92 151 / 0.04);
}

.text-cta-900\/40 {
    color: rgb(28 92 151 / 0.4);
}

.text-cta-900\/45 {
    color: rgb(28 92 151 / 0.45);
}

.text-cta-900\/5 {
    color: rgb(28 92 151 / 0.05);
}

.text-cta-900\/50 {
    color: rgb(28 92 151 / 0.5);
}

.text-cta-900\/55 {
    color: rgb(28 92 151 / 0.55);
}

.text-cta-900\/6 {
    color: rgb(28 92 151 / 0.06);
}

.text-cta-900\/60 {
    color: rgb(28 92 151 / 0.6);
}

.text-cta-900\/65 {
    color: rgb(28 92 151 / 0.65);
}

.text-cta-900\/7 {
    color: rgb(28 92 151 / 0.07);
}

.text-cta-900\/70 {
    color: rgb(28 92 151 / 0.7);
}

.text-cta-900\/75 {
    color: rgb(28 92 151 / 0.75);
}

.text-cta-900\/80 {
    color: rgb(28 92 151 / 0.8);
}

.text-cta-900\/85 {
    color: rgb(28 92 151 / 0.85);
}

.text-cta-900\/90 {
    color: rgb(28 92 151 / 0.9);
}

.text-cta-900\/95 {
    color: rgb(28 92 151 / 0.95);
}

.text-cta-900\/disabled {
    color: rgb(28 92 151 / 0.3);
}

.text-danger {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.text-danger-500 {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.text-destructive {
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-neutral {
    --tw-text-opacity: 1;
    color: rgb(141 149 157 / var(--tw-text-opacity));
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-positive {
    --tw-text-opacity: 1;
    color: rgb(55 194 72 / var(--tw-text-opacity));
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.text-primary-500\/0 {
    color: rgb(33 54 103 / 0);
}

.text-primary-500\/10 {
    color: rgb(33 54 103 / 0.1);
}

.text-primary-500\/100 {
    color: rgb(33 54 103 / 1);
}

.text-primary-500\/15 {
    color: rgb(33 54 103 / 0.15);
}

.text-primary-500\/20 {
    color: rgb(33 54 103 / 0.2);
}

.text-primary-500\/25 {
    color: rgb(33 54 103 / 0.25);
}

.text-primary-500\/3 {
    color: rgb(33 54 103 / 0.03);
}

.text-primary-500\/30 {
    color: rgb(33 54 103 / 0.3);
}

.text-primary-500\/35 {
    color: rgb(33 54 103 / 0.35);
}

.text-primary-500\/4 {
    color: rgb(33 54 103 / 0.04);
}

.text-primary-500\/40 {
    color: rgb(33 54 103 / 0.4);
}

.text-primary-500\/45 {
    color: rgb(33 54 103 / 0.45);
}

.text-primary-500\/5 {
    color: rgb(33 54 103 / 0.05);
}

.text-primary-500\/50 {
    color: rgb(33 54 103 / 0.5);
}

.text-primary-500\/55 {
    color: rgb(33 54 103 / 0.55);
}

.text-primary-500\/6 {
    color: rgb(33 54 103 / 0.06);
}

.text-primary-500\/60 {
    color: rgb(33 54 103 / 0.6);
}

.text-primary-500\/65 {
    color: rgb(33 54 103 / 0.65);
}

.text-primary-500\/7 {
    color: rgb(33 54 103 / 0.07);
}

.text-primary-500\/70 {
    color: rgb(33 54 103 / 0.7);
}

.text-primary-500\/75 {
    color: rgb(33 54 103 / 0.75);
}

.text-primary-500\/80 {
    color: rgb(33 54 103 / 0.8);
}

.text-primary-500\/85 {
    color: rgb(33 54 103 / 0.85);
}

.text-primary-500\/90 {
    color: rgb(33 54 103 / 0.9);
}

.text-primary-500\/95 {
    color: rgb(33 54 103 / 0.95);
}

.text-primary-500\/disabled {
    color: rgb(33 54 103 / 0.3);
}

.text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(26 42 80 / var(--tw-text-opacity));
}

.text-primary-700\/0 {
    color: rgb(26 42 80 / 0);
}

.text-primary-700\/10 {
    color: rgb(26 42 80 / 0.1);
}

.text-primary-700\/100 {
    color: rgb(26 42 80 / 1);
}

.text-primary-700\/15 {
    color: rgb(26 42 80 / 0.15);
}

.text-primary-700\/20 {
    color: rgb(26 42 80 / 0.2);
}

.text-primary-700\/25 {
    color: rgb(26 42 80 / 0.25);
}

.text-primary-700\/3 {
    color: rgb(26 42 80 / 0.03);
}

.text-primary-700\/30 {
    color: rgb(26 42 80 / 0.3);
}

.text-primary-700\/35 {
    color: rgb(26 42 80 / 0.35);
}

.text-primary-700\/4 {
    color: rgb(26 42 80 / 0.04);
}

.text-primary-700\/40 {
    color: rgb(26 42 80 / 0.4);
}

.text-primary-700\/45 {
    color: rgb(26 42 80 / 0.45);
}

.text-primary-700\/5 {
    color: rgb(26 42 80 / 0.05);
}

.text-primary-700\/50 {
    color: rgb(26 42 80 / 0.5);
}

.text-primary-700\/55 {
    color: rgb(26 42 80 / 0.55);
}

.text-primary-700\/6 {
    color: rgb(26 42 80 / 0.06);
}

.text-primary-700\/60 {
    color: rgb(26 42 80 / 0.6);
}

.text-primary-700\/65 {
    color: rgb(26 42 80 / 0.65);
}

.text-primary-700\/7 {
    color: rgb(26 42 80 / 0.07);
}

.text-primary-700\/70 {
    color: rgb(26 42 80 / 0.7);
}

.text-primary-700\/75 {
    color: rgb(26 42 80 / 0.75);
}

.text-primary-700\/80 {
    color: rgb(26 42 80 / 0.8);
}

.text-primary-700\/85 {
    color: rgb(26 42 80 / 0.85);
}

.text-primary-700\/90 {
    color: rgb(26 42 80 / 0.9);
}

.text-primary-700\/95 {
    color: rgb(26 42 80 / 0.95);
}

.text-primary-700\/disabled {
    color: rgb(26 42 80 / 0.3);
}

.text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(18 30 57 / var(--tw-text-opacity));
}

.text-primary-900\/0 {
    color: rgb(18 30 57 / 0);
}

.text-primary-900\/10 {
    color: rgb(18 30 57 / 0.1);
}

.text-primary-900\/100 {
    color: rgb(18 30 57 / 1);
}

.text-primary-900\/15 {
    color: rgb(18 30 57 / 0.15);
}

.text-primary-900\/20 {
    color: rgb(18 30 57 / 0.2);
}

.text-primary-900\/25 {
    color: rgb(18 30 57 / 0.25);
}

.text-primary-900\/3 {
    color: rgb(18 30 57 / 0.03);
}

.text-primary-900\/30 {
    color: rgb(18 30 57 / 0.3);
}

.text-primary-900\/35 {
    color: rgb(18 30 57 / 0.35);
}

.text-primary-900\/4 {
    color: rgb(18 30 57 / 0.04);
}

.text-primary-900\/40 {
    color: rgb(18 30 57 / 0.4);
}

.text-primary-900\/45 {
    color: rgb(18 30 57 / 0.45);
}

.text-primary-900\/5 {
    color: rgb(18 30 57 / 0.05);
}

.text-primary-900\/50 {
    color: rgb(18 30 57 / 0.5);
}

.text-primary-900\/55 {
    color: rgb(18 30 57 / 0.55);
}

.text-primary-900\/6 {
    color: rgb(18 30 57 / 0.06);
}

.text-primary-900\/60 {
    color: rgb(18 30 57 / 0.6);
}

.text-primary-900\/65 {
    color: rgb(18 30 57 / 0.65);
}

.text-primary-900\/7 {
    color: rgb(18 30 57 / 0.07);
}

.text-primary-900\/70 {
    color: rgb(18 30 57 / 0.7);
}

.text-primary-900\/75 {
    color: rgb(18 30 57 / 0.75);
}

.text-primary-900\/80 {
    color: rgb(18 30 57 / 0.8);
}

.text-primary-900\/85 {
    color: rgb(18 30 57 / 0.85);
}

.text-primary-900\/90 {
    color: rgb(18 30 57 / 0.9);
}

.text-primary-900\/95 {
    color: rgb(18 30 57 / 0.95);
}

.text-primary-900\/disabled {
    color: rgb(18 30 57 / 0.3);
}

.text-primary-muted {
    --tw-text-opacity: 1;
    color: rgb(76 95 133 / var(--tw-text-opacity));
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(1 130 203 / var(--tw-text-opacity));
}

.text-secondary-100 {
    --tw-text-opacity: 1;
    color: rgb(200 223 245 / var(--tw-text-opacity));
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199 / var(--tw-text-opacity));
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity));
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(161 98 7 / var(--tw-text-opacity));
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity));
}

.text-opacity-20 {
    --tw-text-opacity: 0.2;
}

.text-opacity-30 {
    --tw-text-opacity: 0.3;
}

.underline {
    text-decoration-line: underline;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.placeholder-blackTrue::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-blackTrue::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2;
}

.placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2;
}

.caret-cta-500 {
    caret-color: #3E90DB;
}

.\!opacity-0 {
    opacity: 0 !important;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.\!opacity-30 {
    opacity: 0.3 !important;
}

.\!opacity-50 {
    opacity: 0.5 !important;
}

.\!opacity-60 {
    opacity: 0.6 !important;
}

.\!opacity-70 {
    opacity: 0.7 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-10 {
    opacity: 0.1;
}

.opacity-100 {
    opacity: 1;
}

.opacity-15 {
    opacity: 0.15;
}

.opacity-20 {
    opacity: 0.2;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-30 {
    opacity: 0.3;
}

.opacity-5 {
    opacity: 0.05;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-75 {
    opacity: 0.75;
}

.opacity-80 {
    opacity: 0.8;
}

.\!shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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-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);
}

.outline {
    outline-style: solid;
}

.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
    --tw-ring-inset: inset;
}

.ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-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-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);
}

.grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-1000 {
    transition-duration: 1000ms;
}

.duration-150 {
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
    will-change: transform;
}

.bg-gradient-primary {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
}

.bg-gradient-cta {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
}

.to-xl-bg-gradient-primary {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
}

@media (min-width: 1024px) {

    .to-xl-bg-gradient-primary {
        background-image: none;
    }
}

.from-xl-bg-gradient-primary {
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
}

@media (min-width: 1024px) {

    .from-xl-bg-gradient-primary {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
}

.text-gradient-primary {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 0.375rem;
}

.text-gradient-cta {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #213667 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 54 103 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #2477C2 var(--tw-gradient-to-position);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-bottom: 0.375rem;
}

.glass {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
/* CUSTOM GRID HELPERS */
@media (min-width: 1280px) {
    /* Dealing with 2 orphan items */
    .sc-card-grid li:last-child:nth-child(3n-1) {
        grid-column-end: -2;
    }

    .sc-card-grid li:nth-last-child(2):nth-child(3n+1) {
        grid-column-end: 4;
    }
    /* Dealing with single orphan */
    .sc-card-grid li:last-child:nth-child(3n-2) {
        grid-column-end: 5;
    }
    /* Target the second item on the last row, as long as it is the last item in the grid */
    .sc-card-grid-expand li:last-child:nth-child(3n-1) {
        grid-column: span 2;
    }
    /* Target the first item on the last row, if it is the last item */
    .sc-card-grid-expand li:last-child:nth-child(3n-2) {
        grid-column: span 3;
    }
    /* Dealing with 2 orphan items */
    .sc-card-grid-4-col li:last-child:nth-child(3n-1) {
        grid-column-end: -2;
    }

    .sc-card-grid-4-col li:nth-last-child(2):nth-child(3n+1) {
        grid-column-end: 6;
    }
    /* Dealing with single orphan */
    .sc-card-grid-4-col li:last-child:nth-child(3n-2) {
        grid-column-end: 7;
    }
    /* Target the second item on the last row, as long as it is the last item in the grid */
    .sc-card-grid-expand li:last-child:nth-child(3n-1) {
        grid-column: span 2;
    }
    /* Target the first item on the last row, if it is the last item */
    .sc-card-grid-expand li:last-child:nth-child(3n-2) {
        grid-column: span 3;
    }
}
/* Active */
.nav-active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
}
/* Pipes */
.sc-pipe {
    height: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    content: "";
    width: 1px;
}

.sc-pipe-h {
    width: 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    content: "";
    height: 1px;
}

.content {
    content: "";
}

.sc-mask {
    position: absolute;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-size: cover;
}

.hide-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
}

.hide-scrollbar {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar in FF */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

iframe:focus-visible {
    outline: none;
}

.modal-box-shadow {
    box-shadow: 0px 0px 40px rgba(38, 38, 38, 0.6);
}

.box-shadow-search-bar {
    box-shadow: 0px 20px 40px rgba(38, 38, 38, 0.15);
}

.box-shadow-typeahead {
    box-shadow: 0px 0px 40px rgba(38, 38, 38, 0.1);
}

.transition-bg-hover {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-mask-hover {
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-text-hover {
    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-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.transition-nav-tone-change {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}

.transiton-opacity-transform {
    transition-property: transform, opacity;
}

h1 {
    font-size: 3rem;
    line-height: 1;
}

@media (min-width: 1234px) {

    h1 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

@media (min-width: 1234px) {

    h2 {
        font-size: 3rem;
        line-height: 1;
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 1234px) {

    h3 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

@media (min-width: 1234px) {

    h4 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

h5 {
    font-size: 1.5rem;
    line-height: 2rem;
}

/*RTE colours*/
.primary {
    color: #213667 !important;
}

.cta {
    color: #BE3169 !important;
}

.success {
    color: #37c248 !important;
}

.danger {
    color: #AC3737 !important;
}

.warning {
    color: #ceb42b !important;
}

.black {
    color: #000000 !important;
}

.white {
    color: #f2f2f2 !important;
}

.png-accordion {
    /*@apply divide-y divide-slate-200;*/
}

.png-accordion_header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    .png-accordion_header:focus-visible {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

.png-accordion_header-icon {
    position: relative;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    --tw-rotate: 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));
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity));
}

.png-accordion_body {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.png-accordion_item-active .png-accordion_header-icon {
    --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));
}

.png-accordion_item-active .png-accordion_body {
    max-height: none;
}

.png-feedback {
    display: flex;
    min-height: 72px;
    flex-direction: column;
    gap: 1rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

@media (min-width: 1024px) {

    .png-feedback {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

.png-feedback_body {
    display: flex;
    gap: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.png-feedback_body-text {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

@media (min-width: 1234px) {

    .png-feedback_body-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.png-feedback_icon {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
}

.png-feedback_answers {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.png-feedback_answer-button {
    display: flex;
    height: 2.75rem;
    width: 90px;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
}

    .png-feedback_answer-button:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .png-feedback_answer-button svg {
        pointer-events: none;
        height: 1.75rem;
        width: 1.75rem;
        flex-shrink: 0;
    }

    .png-feedback_answer-button span {
        pointer-events: none;
    }

    .png-feedback_answer-button.-variant-success:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(55 194 72 / var(--tw-bg-opacity));
    }

    .png-feedback_answer-button.-variant-success:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(175 231 182 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #f5fcf6;
    }

    .png-feedback_answer-button.-variant-success svg {
        --tw-text-opacity: 1;
        color: rgb(55 194 72 / var(--tw-text-opacity));
    }

    .png-feedback_answer-button.-variant-danger:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(239 68 68 / var(--tw-bg-opacity));
    }

    .png-feedback_answer-button.-variant-danger:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #fef2f2;
    }

    .png-feedback_answer-button.-variant-danger svg {
        --tw-text-opacity: 1;
        color: rgb(239 68 68 / var(--tw-text-opacity));
    }

    .png-feedback_answer-button:hover svg {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.png-feedback_close {
    height: 1.5rem;
}

.png-feedback_close-button {
    display: inline-flex;
    border-radius: 0.375rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .png-feedback_close-button:hover {
        --tw-text-opacity: 1;
        color: rgb(148 163 184 / var(--tw-text-opacity));
    }

    .png-feedback_close-button:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

.png-feedback_answer-button.-variant-multistep {
    width: auto;
    gap: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .png-feedback_answer-button.-variant-multistep:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(29 48 91 / var(--tw-bg-opacity));
    }

    .png-feedback_answer-button.-variant-multistep:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(103 134 206 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #FFFFFF;
    }

    .png-feedback_answer-button.-variant-multistep span {
        pointer-events: none;
    }

    .png-feedback_answer-button.-variant-multistep svg {
        pointer-events: none;
        height: 1rem;
        width: 1rem;
        flex-shrink: 0;
    }

/*Modal*/
.png-feedback_modal {
    margin: auto;
    height: auto;
    width: 100%;
}

@media (min-width: 640px) {

    .png-feedback_modal {
        max-width: 36rem;
    }
}

.png-feedback_experience-button {
    height: 3.5rem;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

    .png-feedback_experience-button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(248 250 252 / var(--tw-bg-opacity));
    }

    .png-feedback_experience-button:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --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, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(103 134 206 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;
        --tw-ring-offset-color: #FFFFFF;
    }

    .png-feedback_experience-button.-active {
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgb(33 54 103 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.png-feedback_modal-error {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

.nav-light-mode {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    .nav-light-mode #nav-logo,
    .nav-light-mode #nav-menu-btn-text {
        --tw-text-opacity: 1;
        color: rgb(33 54 103 / var(--tw-text-opacity));
    }

    .nav-light-mode #nav-menu-btn-bar {
        --tw-bg-opacity: 1;
        background-color: rgb(33 54 103 / var(--tw-bg-opacity));
    }

.validation-fail .png-text-box:invalid {
    padding-right: 2.75rem;
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

    .validation-fail .png-text-box:invalid::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

    .validation-fail .png-text-box:invalid::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

.validation-fail .png-text-box:invalid {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(176 54 60 / var(--tw-ring-opacity));
}

    .validation-fail .png-text-box:invalid:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .validation-fail .png-text-box:invalid ~ .invalid-icon {
        display: flex;
    }

.png-text-box {
    position: relative;
    z-index: 10;
    display: block;
    height: 3rem;
    width: 100%;
    border-radius: 0.25rem;
    border-width: 0px;
}

    .png-text-box::-moz-placeholder {
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(202 202 202 / var(--tw-text-opacity));
    }

    .png-text-box::placeholder {
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(202 202 202 / var(--tw-text-opacity));
    }

    .png-text-box:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(62 144 219 / var(--tw-ring-opacity));
    }

.png-validation_text {
    position: relative;
    z-index: 0;
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -0.25rem;
    display: none;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(176 54 60 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.25rem;
    padding-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.png-validation_invalid-icon {
    pointer-events: none;
    position: absolute;
    top: 0.875rem;
    right: 0px;
    z-index: 10;
    display: flex;
    display: none;
    align-items: center;
    padding-right: 1rem;
}

    .png-validation_invalid-icon svg {
        height: 1.25rem;
        width: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(176 54 60 / var(--tw-text-opacity));
    }

.png-text-box_invalid input {
    padding-right: 2.75rem;
    --tw-text-opacity: 1;
    color: rgb(176 54 60 / var(--tw-text-opacity));
}

    .png-text-box_invalid input::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

    .png-text-box_invalid input::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(232 181 184 / var(--tw-placeholder-opacity));
    }

.png-text-box_invalid input {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(176 54 60 / var(--tw-ring-opacity));
}

    .png-text-box_invalid input:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

.png-text-box_invalid .png-validation_text,
.png-text-box_invalid .png-validation_invalid-icon {
    display: block;
}

.png-card_article.-variant-stacked figure .png-card_article_img {
    padding-bottom:60%;
}
.png-card_article figure .png-card_article_img {
    border-radius:none;
}

.png-layout_grid-cols-4 {
    gap: var(--png-spacing_gutter)
}

.png-layout_grid-cols-4 {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr))
}

@media (min-width:768px) {
    .png-layout_grid-cols-4 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}
@media (min-width:1024px) {
    .png-layout_grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }
}

@media (min-width: 768px) {
    @media (max-width: 450px) {
        .md\:container {
            max-width: none !important;
        }
    }
}

@media (min-width: 1024px) {
    @media (max-width: 450px) {
        .lg\:container {
            max-width: none !important;
        }
    }
}

@media (min-width: 768px) {

    .md\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width: 640px) {

        .md\:container {
            max-width: 640px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 768px) {

        .md\:container {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {

        .md\:container {
            max-width: 1024px;
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }

    @media (min-width: 1234px) {

        .md\:container {
            max-width: 1234px;
            padding-right: 7rem;
            padding-left: 7rem;
        }
    }
}

@media (min-width: 1024px) {

    .lg\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    @media (min-width: 640px) {

        .lg\:container {
            max-width: 640px;
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }

    @media (min-width: 768px) {

        .lg\:container {
            max-width: 768px;
        }
    }

    @media (min-width: 1024px) {

        .lg\:container {
            max-width: 1024px;
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }

        @media (min-width: 1234px) {

        .lg\:container {
            max-width: 1104px;
            padding-right: 4rem;
            padding-left: 4rem;
        }
    }

    /*    
    @media (min-width: 1234px) {

        .lg\:container {
            max-width: 1234px;
            padding-right: 7rem;
            padding-left: 7rem;
        }
    }*/
}

.placeholder\:font-medium::-moz-placeholder {
    font-weight: 500;
}

.placeholder\:font-medium::placeholder {
    font-weight: 500;
}

.placeholder\:text-\[\#CACACA\]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(202 202 202 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#CACACA\]::placeholder {
    --tw-text-opacity: 1;
    color: rgb(202 202 202 / var(--tw-text-opacity));
}

.first\:border-t:first-child {
    border-top-width: 1px;
}

.last\:mb-2:last-child {
    margin-bottom: 0.5rem;
}

.last\:pb-0:last-child {
    padding-bottom: 0px;
}

.first-of-type\:mt-6:first-of-type {
    margin-top: 1.5rem;
}

.placeholder-shown\:font-bold:-moz-placeholder-shown {
    font-weight: 700;
}

.placeholder-shown\:font-bold:placeholder-shown {
    font-weight: 700;
}

.placeholder-shown\:font-normal:-moz-placeholder-shown {
    font-weight: 400;
}

.placeholder-shown\:font-normal:placeholder-shown {
    font-weight: 400;
}

.placeholder-shown\:opacity-0:-moz-placeholder-shown {
    opacity: 0;
}

.placeholder-shown\:opacity-0:placeholder-shown {
    opacity: 0;
}

.hover\:border-primary-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(33 54 103 / var(--tw-border-opacity));
}

.hover\:\!bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(169 186 227 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#000\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0099C0\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 192 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#3E90DB\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(62 144 219 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ec8716\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(236 135 22 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#fff\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-cta-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(41 132 215 / var(--tw-bg-opacity));
}

.hover\:bg-cta-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(36 119 194 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(234 239 248 / var(--tw-bg-opacity));
}

.hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
}

.hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(29 48 91 / var(--tw-bg-opacity));
}

.hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 42 80 / var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-sky-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:\!bg-opacity-15:hover {
    --tw-bg-opacity: 0.15 !important;
}

.hover\:bg-opacity-15:hover {
    --tw-bg-opacity: 0.15;
}

.hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}

.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05;
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-cta-500:hover {
    --tw-text-opacity: 1;
    color: rgb(62 144 219 / var(--tw-text-opacity));
}

.hover\:text-cta-500\/0:hover {
    color: rgb(62 144 219 / 0);
}

.hover\:text-cta-500\/10:hover {
    color: rgb(62 144 219 / 0.1);
}

.hover\:text-cta-500\/100:hover {
    color: rgb(62 144 219 / 1);
}

.hover\:text-cta-500\/15:hover {
    color: rgb(62 144 219 / 0.15);
}

.hover\:text-cta-500\/20:hover {
    color: rgb(62 144 219 / 0.2);
}

.hover\:text-cta-500\/25:hover {
    color: rgb(62 144 219 / 0.25);
}

.hover\:text-cta-500\/3:hover {
    color: rgb(62 144 219 / 0.03);
}

.hover\:text-cta-500\/30:hover {
    color: rgb(62 144 219 / 0.3);
}

.hover\:text-cta-500\/35:hover {
    color: rgb(62 144 219 / 0.35);
}

.hover\:text-cta-500\/4:hover {
    color: rgb(62 144 219 / 0.04);
}

.hover\:text-cta-500\/40:hover {
    color: rgb(62 144 219 / 0.4);
}

.hover\:text-cta-500\/45:hover {
    color: rgb(62 144 219 / 0.45);
}

.hover\:text-cta-500\/5:hover {
    color: rgb(62 144 219 / 0.05);
}

.hover\:text-cta-500\/50:hover {
    color: rgb(62 144 219 / 0.5);
}

.hover\:text-cta-500\/55:hover {
    color: rgb(62 144 219 / 0.55);
}

.hover\:text-cta-500\/6:hover {
    color: rgb(62 144 219 / 0.06);
}

.hover\:text-cta-500\/60:hover {
    color: rgb(62 144 219 / 0.6);
}

.hover\:text-cta-500\/65:hover {
    color: rgb(62 144 219 / 0.65);
}

.hover\:text-cta-500\/7:hover {
    color: rgb(62 144 219 / 0.07);
}

.hover\:text-cta-500\/70:hover {
    color: rgb(62 144 219 / 0.7);
}

.hover\:text-cta-500\/75:hover {
    color: rgb(62 144 219 / 0.75);
}

.hover\:text-cta-500\/80:hover {
    color: rgb(62 144 219 / 0.8);
}

.hover\:text-cta-500\/85:hover {
    color: rgb(62 144 219 / 0.85);
}

.hover\:text-cta-500\/90:hover {
    color: rgb(62 144 219 / 0.9);
}

.hover\:text-cta-500\/95:hover {
    color: rgb(62 144 219 / 0.95);
}

.hover\:text-cta-500\/disabled:hover {
    color: rgb(62 144 219 / 0.3);
}

.hover\:text-cta-600:hover {
    --tw-text-opacity: 1;
    color: rgb(41 132 215 / var(--tw-text-opacity));
}

.hover\:text-cta-700:hover {
    --tw-text-opacity: 1;
    color: rgb(36 119 194 / var(--tw-text-opacity));
}

.hover\:text-cta-700\/0:hover {
    color: rgb(36 119 194 / 0);
}

.hover\:text-cta-700\/10:hover {
    color: rgb(36 119 194 / 0.1);
}

.hover\:text-cta-700\/100:hover {
    color: rgb(36 119 194 / 1);
}

.hover\:text-cta-700\/15:hover {
    color: rgb(36 119 194 / 0.15);
}

.hover\:text-cta-700\/20:hover {
    color: rgb(36 119 194 / 0.2);
}

.hover\:text-cta-700\/25:hover {
    color: rgb(36 119 194 / 0.25);
}

.hover\:text-cta-700\/3:hover {
    color: rgb(36 119 194 / 0.03);
}

.hover\:text-cta-700\/30:hover {
    color: rgb(36 119 194 / 0.3);
}

.hover\:text-cta-700\/35:hover {
    color: rgb(36 119 194 / 0.35);
}

.hover\:text-cta-700\/4:hover {
    color: rgb(36 119 194 / 0.04);
}

.hover\:text-cta-700\/40:hover {
    color: rgb(36 119 194 / 0.4);
}

.hover\:text-cta-700\/45:hover {
    color: rgb(36 119 194 / 0.45);
}

.hover\:text-cta-700\/5:hover {
    color: rgb(36 119 194 / 0.05);
}

.hover\:text-cta-700\/50:hover {
    color: rgb(36 119 194 / 0.5);
}

.hover\:text-cta-700\/55:hover {
    color: rgb(36 119 194 / 0.55);
}

.hover\:text-cta-700\/6:hover {
    color: rgb(36 119 194 / 0.06);
}

.hover\:text-cta-700\/60:hover {
    color: rgb(36 119 194 / 0.6);
}

.hover\:text-cta-700\/65:hover {
    color: rgb(36 119 194 / 0.65);
}

.hover\:text-cta-700\/7:hover {
    color: rgb(36 119 194 / 0.07);
}

.hover\:text-cta-700\/70:hover {
    color: rgb(36 119 194 / 0.7);
}

.hover\:text-cta-700\/75:hover {
    color: rgb(36 119 194 / 0.75);
}

.hover\:text-cta-700\/80:hover {
    color: rgb(36 119 194 / 0.8);
}

.hover\:text-cta-700\/85:hover {
    color: rgb(36 119 194 / 0.85);
}

.hover\:text-cta-700\/90:hover {
    color: rgb(36 119 194 / 0.9);
}

.hover\:text-cta-700\/95:hover {
    color: rgb(36 119 194 / 0.95);
}

.hover\:text-cta-700\/disabled:hover {
    color: rgb(36 119 194 / 0.3);
}

.hover\:text-cta-900:hover {
    --tw-text-opacity: 1;
    color: rgb(28 92 151 / var(--tw-text-opacity));
}

.hover\:text-cta-900\/0:hover {
    color: rgb(28 92 151 / 0);
}

.hover\:text-cta-900\/10:hover {
    color: rgb(28 92 151 / 0.1);
}

.hover\:text-cta-900\/100:hover {
    color: rgb(28 92 151 / 1);
}

.hover\:text-cta-900\/15:hover {
    color: rgb(28 92 151 / 0.15);
}

.hover\:text-cta-900\/20:hover {
    color: rgb(28 92 151 / 0.2);
}

.hover\:text-cta-900\/25:hover {
    color: rgb(28 92 151 / 0.25);
}

.hover\:text-cta-900\/3:hover {
    color: rgb(28 92 151 / 0.03);
}

.hover\:text-cta-900\/30:hover {
    color: rgb(28 92 151 / 0.3);
}

.hover\:text-cta-900\/35:hover {
    color: rgb(28 92 151 / 0.35);
}

.hover\:text-cta-900\/4:hover {
    color: rgb(28 92 151 / 0.04);
}

.hover\:text-cta-900\/40:hover {
    color: rgb(28 92 151 / 0.4);
}

.hover\:text-cta-900\/45:hover {
    color: rgb(28 92 151 / 0.45);
}

.hover\:text-cta-900\/5:hover {
    color: rgb(28 92 151 / 0.05);
}

.hover\:text-cta-900\/50:hover {
    color: rgb(28 92 151 / 0.5);
}

.hover\:text-cta-900\/55:hover {
    color: rgb(28 92 151 / 0.55);
}

.hover\:text-cta-900\/6:hover {
    color: rgb(28 92 151 / 0.06);
}

.hover\:text-cta-900\/60:hover {
    color: rgb(28 92 151 / 0.6);
}

.hover\:text-cta-900\/65:hover {
    color: rgb(28 92 151 / 0.65);
}

.hover\:text-cta-900\/7:hover {
    color: rgb(28 92 151 / 0.07);
}

.hover\:text-cta-900\/70:hover {
    color: rgb(28 92 151 / 0.7);
}

.hover\:text-cta-900\/75:hover {
    color: rgb(28 92 151 / 0.75);
}

.hover\:text-cta-900\/80:hover {
    color: rgb(28 92 151 / 0.8);
}

.hover\:text-cta-900\/85:hover {
    color: rgb(28 92 151 / 0.85);
}

.hover\:text-cta-900\/90:hover {
    color: rgb(28 92 151 / 0.9);
}

.hover\:text-cta-900\/95:hover {
    color: rgb(28 92 151 / 0.95);
}

.hover\:text-cta-900\/disabled:hover {
    color: rgb(28 92 151 / 0.3);
}

.hover\:text-gray-200:hover {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-primary-500:hover {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.hover\:text-primary-500\/0:hover {
    color: rgb(33 54 103 / 0);
}

.hover\:text-primary-500\/10:hover {
    color: rgb(33 54 103 / 0.1);
}

.hover\:text-primary-500\/100:hover {
    color: rgb(33 54 103 / 1);
}

.hover\:text-primary-500\/15:hover {
    color: rgb(33 54 103 / 0.15);
}

.hover\:text-primary-500\/20:hover {
    color: rgb(33 54 103 / 0.2);
}

.hover\:text-primary-500\/25:hover {
    color: rgb(33 54 103 / 0.25);
}

.hover\:text-primary-500\/3:hover {
    color: rgb(33 54 103 / 0.03);
}

.hover\:text-primary-500\/30:hover {
    color: rgb(33 54 103 / 0.3);
}

.hover\:text-primary-500\/35:hover {
    color: rgb(33 54 103 / 0.35);
}

.hover\:text-primary-500\/4:hover {
    color: rgb(33 54 103 / 0.04);
}

.hover\:text-primary-500\/40:hover {
    color: rgb(33 54 103 / 0.4);
}

.hover\:text-primary-500\/45:hover {
    color: rgb(33 54 103 / 0.45);
}

.hover\:text-primary-500\/5:hover {
    color: rgb(33 54 103 / 0.05);
}

.hover\:text-primary-500\/50:hover {
    color: rgb(33 54 103 / 0.5);
}

.hover\:text-primary-500\/55:hover {
    color: rgb(33 54 103 / 0.55);
}

.hover\:text-primary-500\/6:hover {
    color: rgb(33 54 103 / 0.06);
}

.hover\:text-primary-500\/60:hover {
    color: rgb(33 54 103 / 0.6);
}

.hover\:text-primary-500\/65:hover {
    color: rgb(33 54 103 / 0.65);
}

.hover\:text-primary-500\/7:hover {
    color: rgb(33 54 103 / 0.07);
}

.hover\:text-primary-500\/70:hover {
    color: rgb(33 54 103 / 0.7);
}

.hover\:text-primary-500\/75:hover {
    color: rgb(33 54 103 / 0.75);
}

.hover\:text-primary-500\/80:hover {
    color: rgb(33 54 103 / 0.8);
}

.hover\:text-primary-500\/85:hover {
    color: rgb(33 54 103 / 0.85);
}

.hover\:text-primary-500\/90:hover {
    color: rgb(33 54 103 / 0.9);
}

.hover\:text-primary-500\/95:hover {
    color: rgb(33 54 103 / 0.95);
}

.hover\:text-primary-500\/disabled:hover {
    color: rgb(33 54 103 / 0.3);
}

.hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgb(26 42 80 / var(--tw-text-opacity));
}

.hover\:text-primary-700\/0:hover {
    color: rgb(26 42 80 / 0);
}

.hover\:text-primary-700\/10:hover {
    color: rgb(26 42 80 / 0.1);
}

.hover\:text-primary-700\/100:hover {
    color: rgb(26 42 80 / 1);
}

.hover\:text-primary-700\/15:hover {
    color: rgb(26 42 80 / 0.15);
}

.hover\:text-primary-700\/20:hover {
    color: rgb(26 42 80 / 0.2);
}

.hover\:text-primary-700\/25:hover {
    color: rgb(26 42 80 / 0.25);
}

.hover\:text-primary-700\/3:hover {
    color: rgb(26 42 80 / 0.03);
}

.hover\:text-primary-700\/30:hover {
    color: rgb(26 42 80 / 0.3);
}

.hover\:text-primary-700\/35:hover {
    color: rgb(26 42 80 / 0.35);
}

.hover\:text-primary-700\/4:hover {
    color: rgb(26 42 80 / 0.04);
}

.hover\:text-primary-700\/40:hover {
    color: rgb(26 42 80 / 0.4);
}

.hover\:text-primary-700\/45:hover {
    color: rgb(26 42 80 / 0.45);
}

.hover\:text-primary-700\/5:hover {
    color: rgb(26 42 80 / 0.05);
}

.hover\:text-primary-700\/50:hover {
    color: rgb(26 42 80 / 0.5);
}

.hover\:text-primary-700\/55:hover {
    color: rgb(26 42 80 / 0.55);
}

.hover\:text-primary-700\/6:hover {
    color: rgb(26 42 80 / 0.06);
}

.hover\:text-primary-700\/60:hover {
    color: rgb(26 42 80 / 0.6);
}

.hover\:text-primary-700\/65:hover {
    color: rgb(26 42 80 / 0.65);
}

.hover\:text-primary-700\/7:hover {
    color: rgb(26 42 80 / 0.07);
}

.hover\:text-primary-700\/70:hover {
    color: rgb(26 42 80 / 0.7);
}

.hover\:text-primary-700\/75:hover {
    color: rgb(26 42 80 / 0.75);
}

.hover\:text-primary-700\/80:hover {
    color: rgb(26 42 80 / 0.8);
}

.hover\:text-primary-700\/85:hover {
    color: rgb(26 42 80 / 0.85);
}

.hover\:text-primary-700\/90:hover {
    color: rgb(26 42 80 / 0.9);
}

.hover\:text-primary-700\/95:hover {
    color: rgb(26 42 80 / 0.95);
}

.hover\:text-primary-700\/disabled:hover {
    color: rgb(26 42 80 / 0.3);
}

.hover\:text-primary-900:hover {
    --tw-text-opacity: 1;
    color: rgb(18 30 57 / var(--tw-text-opacity));
}

.hover\:text-primary-900\/0:hover {
    color: rgb(18 30 57 / 0);
}

.hover\:text-primary-900\/10:hover {
    color: rgb(18 30 57 / 0.1);
}

.hover\:text-primary-900\/100:hover {
    color: rgb(18 30 57 / 1);
}

.hover\:text-primary-900\/15:hover {
    color: rgb(18 30 57 / 0.15);
}

.hover\:text-primary-900\/20:hover {
    color: rgb(18 30 57 / 0.2);
}

.hover\:text-primary-900\/25:hover {
    color: rgb(18 30 57 / 0.25);
}

.hover\:text-primary-900\/3:hover {
    color: rgb(18 30 57 / 0.03);
}

.hover\:text-primary-900\/30:hover {
    color: rgb(18 30 57 / 0.3);
}

.hover\:text-primary-900\/35:hover {
    color: rgb(18 30 57 / 0.35);
}

.hover\:text-primary-900\/4:hover {
    color: rgb(18 30 57 / 0.04);
}

.hover\:text-primary-900\/40:hover {
    color: rgb(18 30 57 / 0.4);
}

.hover\:text-primary-900\/45:hover {
    color: rgb(18 30 57 / 0.45);
}

.hover\:text-primary-900\/5:hover {
    color: rgb(18 30 57 / 0.05);
}

.hover\:text-primary-900\/50:hover {
    color: rgb(18 30 57 / 0.5);
}

.hover\:text-primary-900\/55:hover {
    color: rgb(18 30 57 / 0.55);
}

.hover\:text-primary-900\/6:hover {
    color: rgb(18 30 57 / 0.06);
}

.hover\:text-primary-900\/60:hover {
    color: rgb(18 30 57 / 0.6);
}

.hover\:text-primary-900\/65:hover {
    color: rgb(18 30 57 / 0.65);
}

.hover\:text-primary-900\/7:hover {
    color: rgb(18 30 57 / 0.07);
}

.hover\:text-primary-900\/70:hover {
    color: rgb(18 30 57 / 0.7);
}

.hover\:text-primary-900\/75:hover {
    color: rgb(18 30 57 / 0.75);
}

.hover\:text-primary-900\/80:hover {
    color: rgb(18 30 57 / 0.8);
}

.hover\:text-primary-900\/85:hover {
    color: rgb(18 30 57 / 0.85);
}

.hover\:text-primary-900\/90:hover {
    color: rgb(18 30 57 / 0.9);
}

.hover\:text-primary-900\/95:hover {
    color: rgb(18 30 57 / 0.95);
}

.hover\:text-primary-900\/disabled:hover {
    color: rgb(18 30 57 / 0.3);
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.hover\:opacity-40:hover {
    opacity: 0.4;
}

.focus\:text-cta-500:focus {
    --tw-text-opacity: 1;
    color: rgb(62 144 219 / var(--tw-text-opacity));
}

.focus\:text-cta-500\/0:focus {
    color: rgb(62 144 219 / 0);
}

.focus\:text-cta-500\/10:focus {
    color: rgb(62 144 219 / 0.1);
}

.focus\:text-cta-500\/100:focus {
    color: rgb(62 144 219 / 1);
}

.focus\:text-cta-500\/15:focus {
    color: rgb(62 144 219 / 0.15);
}

.focus\:text-cta-500\/20:focus {
    color: rgb(62 144 219 / 0.2);
}

.focus\:text-cta-500\/25:focus {
    color: rgb(62 144 219 / 0.25);
}

.focus\:text-cta-500\/3:focus {
    color: rgb(62 144 219 / 0.03);
}

.focus\:text-cta-500\/30:focus {
    color: rgb(62 144 219 / 0.3);
}

.focus\:text-cta-500\/35:focus {
    color: rgb(62 144 219 / 0.35);
}

.focus\:text-cta-500\/4:focus {
    color: rgb(62 144 219 / 0.04);
}

.focus\:text-cta-500\/40:focus {
    color: rgb(62 144 219 / 0.4);
}

.focus\:text-cta-500\/45:focus {
    color: rgb(62 144 219 / 0.45);
}

.focus\:text-cta-500\/5:focus {
    color: rgb(62 144 219 / 0.05);
}

.focus\:text-cta-500\/50:focus {
    color: rgb(62 144 219 / 0.5);
}

.focus\:text-cta-500\/55:focus {
    color: rgb(62 144 219 / 0.55);
}

.focus\:text-cta-500\/6:focus {
    color: rgb(62 144 219 / 0.06);
}

.focus\:text-cta-500\/60:focus {
    color: rgb(62 144 219 / 0.6);
}

.focus\:text-cta-500\/65:focus {
    color: rgb(62 144 219 / 0.65);
}

.focus\:text-cta-500\/7:focus {
    color: rgb(62 144 219 / 0.07);
}

.focus\:text-cta-500\/70:focus {
    color: rgb(62 144 219 / 0.7);
}

.focus\:text-cta-500\/75:focus {
    color: rgb(62 144 219 / 0.75);
}

.focus\:text-cta-500\/80:focus {
    color: rgb(62 144 219 / 0.8);
}

.focus\:text-cta-500\/85:focus {
    color: rgb(62 144 219 / 0.85);
}

.focus\:text-cta-500\/90:focus {
    color: rgb(62 144 219 / 0.9);
}

.focus\:text-cta-500\/95:focus {
    color: rgb(62 144 219 / 0.95);
}

.focus\:text-cta-500\/disabled:focus {
    color: rgb(62 144 219 / 0.3);
}

.focus\:text-cta-700:focus {
    --tw-text-opacity: 1;
    color: rgb(36 119 194 / var(--tw-text-opacity));
}

.focus\:text-cta-700\/0:focus {
    color: rgb(36 119 194 / 0);
}

.focus\:text-cta-700\/10:focus {
    color: rgb(36 119 194 / 0.1);
}

.focus\:text-cta-700\/100:focus {
    color: rgb(36 119 194 / 1);
}

.focus\:text-cta-700\/15:focus {
    color: rgb(36 119 194 / 0.15);
}

.focus\:text-cta-700\/20:focus {
    color: rgb(36 119 194 / 0.2);
}

.focus\:text-cta-700\/25:focus {
    color: rgb(36 119 194 / 0.25);
}

.focus\:text-cta-700\/3:focus {
    color: rgb(36 119 194 / 0.03);
}

.focus\:text-cta-700\/30:focus {
    color: rgb(36 119 194 / 0.3);
}

.focus\:text-cta-700\/35:focus {
    color: rgb(36 119 194 / 0.35);
}

.focus\:text-cta-700\/4:focus {
    color: rgb(36 119 194 / 0.04);
}

.focus\:text-cta-700\/40:focus {
    color: rgb(36 119 194 / 0.4);
}

.focus\:text-cta-700\/45:focus {
    color: rgb(36 119 194 / 0.45);
}

.focus\:text-cta-700\/5:focus {
    color: rgb(36 119 194 / 0.05);
}

.focus\:text-cta-700\/50:focus {
    color: rgb(36 119 194 / 0.5);
}

.focus\:text-cta-700\/55:focus {
    color: rgb(36 119 194 / 0.55);
}

.focus\:text-cta-700\/6:focus {
    color: rgb(36 119 194 / 0.06);
}

.focus\:text-cta-700\/60:focus {
    color: rgb(36 119 194 / 0.6);
}

.focus\:text-cta-700\/65:focus {
    color: rgb(36 119 194 / 0.65);
}

.focus\:text-cta-700\/7:focus {
    color: rgb(36 119 194 / 0.07);
}

.focus\:text-cta-700\/70:focus {
    color: rgb(36 119 194 / 0.7);
}

.focus\:text-cta-700\/75:focus {
    color: rgb(36 119 194 / 0.75);
}

.focus\:text-cta-700\/80:focus {
    color: rgb(36 119 194 / 0.8);
}

.focus\:text-cta-700\/85:focus {
    color: rgb(36 119 194 / 0.85);
}

.focus\:text-cta-700\/90:focus {
    color: rgb(36 119 194 / 0.9);
}

.focus\:text-cta-700\/95:focus {
    color: rgb(36 119 194 / 0.95);
}

.focus\:text-cta-700\/disabled:focus {
    color: rgb(36 119 194 / 0.3);
}

.focus\:text-cta-900:focus {
    --tw-text-opacity: 1;
    color: rgb(28 92 151 / var(--tw-text-opacity));
}

.focus\:text-cta-900\/0:focus {
    color: rgb(28 92 151 / 0);
}

.focus\:text-cta-900\/10:focus {
    color: rgb(28 92 151 / 0.1);
}

.focus\:text-cta-900\/100:focus {
    color: rgb(28 92 151 / 1);
}

.focus\:text-cta-900\/15:focus {
    color: rgb(28 92 151 / 0.15);
}

.focus\:text-cta-900\/20:focus {
    color: rgb(28 92 151 / 0.2);
}

.focus\:text-cta-900\/25:focus {
    color: rgb(28 92 151 / 0.25);
}

.focus\:text-cta-900\/3:focus {
    color: rgb(28 92 151 / 0.03);
}

.focus\:text-cta-900\/30:focus {
    color: rgb(28 92 151 / 0.3);
}

.focus\:text-cta-900\/35:focus {
    color: rgb(28 92 151 / 0.35);
}

.focus\:text-cta-900\/4:focus {
    color: rgb(28 92 151 / 0.04);
}

.focus\:text-cta-900\/40:focus {
    color: rgb(28 92 151 / 0.4);
}

.focus\:text-cta-900\/45:focus {
    color: rgb(28 92 151 / 0.45);
}

.focus\:text-cta-900\/5:focus {
    color: rgb(28 92 151 / 0.05);
}

.focus\:text-cta-900\/50:focus {
    color: rgb(28 92 151 / 0.5);
}

.focus\:text-cta-900\/55:focus {
    color: rgb(28 92 151 / 0.55);
}

.focus\:text-cta-900\/6:focus {
    color: rgb(28 92 151 / 0.06);
}

.focus\:text-cta-900\/60:focus {
    color: rgb(28 92 151 / 0.6);
}

.focus\:text-cta-900\/65:focus {
    color: rgb(28 92 151 / 0.65);
}

.focus\:text-cta-900\/7:focus {
    color: rgb(28 92 151 / 0.07);
}

.focus\:text-cta-900\/70:focus {
    color: rgb(28 92 151 / 0.7);
}

.focus\:text-cta-900\/75:focus {
    color: rgb(28 92 151 / 0.75);
}

.focus\:text-cta-900\/80:focus {
    color: rgb(28 92 151 / 0.8);
}

.focus\:text-cta-900\/85:focus {
    color: rgb(28 92 151 / 0.85);
}

.focus\:text-cta-900\/90:focus {
    color: rgb(28 92 151 / 0.9);
}

.focus\:text-cta-900\/95:focus {
    color: rgb(28 92 151 / 0.95);
}

.focus\:text-cta-900\/disabled:focus {
    color: rgb(28 92 151 / 0.3);
}

.focus\:text-primary-500:focus {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.focus\:text-primary-500\/0:focus {
    color: rgb(33 54 103 / 0);
}

.focus\:text-primary-500\/10:focus {
    color: rgb(33 54 103 / 0.1);
}

.focus\:text-primary-500\/100:focus {
    color: rgb(33 54 103 / 1);
}

.focus\:text-primary-500\/15:focus {
    color: rgb(33 54 103 / 0.15);
}

.focus\:text-primary-500\/20:focus {
    color: rgb(33 54 103 / 0.2);
}

.focus\:text-primary-500\/25:focus {
    color: rgb(33 54 103 / 0.25);
}

.focus\:text-primary-500\/3:focus {
    color: rgb(33 54 103 / 0.03);
}

.focus\:text-primary-500\/30:focus {
    color: rgb(33 54 103 / 0.3);
}

.focus\:text-primary-500\/35:focus {
    color: rgb(33 54 103 / 0.35);
}

.focus\:text-primary-500\/4:focus {
    color: rgb(33 54 103 / 0.04);
}

.focus\:text-primary-500\/40:focus {
    color: rgb(33 54 103 / 0.4);
}

.focus\:text-primary-500\/45:focus {
    color: rgb(33 54 103 / 0.45);
}

.focus\:text-primary-500\/5:focus {
    color: rgb(33 54 103 / 0.05);
}

.focus\:text-primary-500\/50:focus {
    color: rgb(33 54 103 / 0.5);
}

.focus\:text-primary-500\/55:focus {
    color: rgb(33 54 103 / 0.55);
}

.focus\:text-primary-500\/6:focus {
    color: rgb(33 54 103 / 0.06);
}

.focus\:text-primary-500\/60:focus {
    color: rgb(33 54 103 / 0.6);
}

.focus\:text-primary-500\/65:focus {
    color: rgb(33 54 103 / 0.65);
}

.focus\:text-primary-500\/7:focus {
    color: rgb(33 54 103 / 0.07);
}

.focus\:text-primary-500\/70:focus {
    color: rgb(33 54 103 / 0.7);
}

.focus\:text-primary-500\/75:focus {
    color: rgb(33 54 103 / 0.75);
}

.focus\:text-primary-500\/80:focus {
    color: rgb(33 54 103 / 0.8);
}

.focus\:text-primary-500\/85:focus {
    color: rgb(33 54 103 / 0.85);
}

.focus\:text-primary-500\/90:focus {
    color: rgb(33 54 103 / 0.9);
}

.focus\:text-primary-500\/95:focus {
    color: rgb(33 54 103 / 0.95);
}

.focus\:text-primary-500\/disabled:focus {
    color: rgb(33 54 103 / 0.3);
}

.focus\:text-primary-700:focus {
    --tw-text-opacity: 1;
    color: rgb(26 42 80 / var(--tw-text-opacity));
}

.focus\:text-primary-700\/0:focus {
    color: rgb(26 42 80 / 0);
}

.focus\:text-primary-700\/10:focus {
    color: rgb(26 42 80 / 0.1);
}

.focus\:text-primary-700\/100:focus {
    color: rgb(26 42 80 / 1);
}

.focus\:text-primary-700\/15:focus {
    color: rgb(26 42 80 / 0.15);
}

.focus\:text-primary-700\/20:focus {
    color: rgb(26 42 80 / 0.2);
}

.focus\:text-primary-700\/25:focus {
    color: rgb(26 42 80 / 0.25);
}

.focus\:text-primary-700\/3:focus {
    color: rgb(26 42 80 / 0.03);
}

.focus\:text-primary-700\/30:focus {
    color: rgb(26 42 80 / 0.3);
}

.focus\:text-primary-700\/35:focus {
    color: rgb(26 42 80 / 0.35);
}

.focus\:text-primary-700\/4:focus {
    color: rgb(26 42 80 / 0.04);
}

.focus\:text-primary-700\/40:focus {
    color: rgb(26 42 80 / 0.4);
}

.focus\:text-primary-700\/45:focus {
    color: rgb(26 42 80 / 0.45);
}

.focus\:text-primary-700\/5:focus {
    color: rgb(26 42 80 / 0.05);
}

.focus\:text-primary-700\/50:focus {
    color: rgb(26 42 80 / 0.5);
}

.focus\:text-primary-700\/55:focus {
    color: rgb(26 42 80 / 0.55);
}

.focus\:text-primary-700\/6:focus {
    color: rgb(26 42 80 / 0.06);
}

.focus\:text-primary-700\/60:focus {
    color: rgb(26 42 80 / 0.6);
}

.focus\:text-primary-700\/65:focus {
    color: rgb(26 42 80 / 0.65);
}

.focus\:text-primary-700\/7:focus {
    color: rgb(26 42 80 / 0.07);
}

.focus\:text-primary-700\/70:focus {
    color: rgb(26 42 80 / 0.7);
}

.focus\:text-primary-700\/75:focus {
    color: rgb(26 42 80 / 0.75);
}

.focus\:text-primary-700\/80:focus {
    color: rgb(26 42 80 / 0.8);
}

.focus\:text-primary-700\/85:focus {
    color: rgb(26 42 80 / 0.85);
}

.focus\:text-primary-700\/90:focus {
    color: rgb(26 42 80 / 0.9);
}

.focus\:text-primary-700\/95:focus {
    color: rgb(26 42 80 / 0.95);
}

.focus\:text-primary-700\/disabled:focus {
    color: rgb(26 42 80 / 0.3);
}

.focus\:text-primary-900:focus {
    --tw-text-opacity: 1;
    color: rgb(18 30 57 / var(--tw-text-opacity));
}

.focus\:text-primary-900\/0:focus {
    color: rgb(18 30 57 / 0);
}

.focus\:text-primary-900\/10:focus {
    color: rgb(18 30 57 / 0.1);
}

.focus\:text-primary-900\/100:focus {
    color: rgb(18 30 57 / 1);
}

.focus\:text-primary-900\/15:focus {
    color: rgb(18 30 57 / 0.15);
}

.focus\:text-primary-900\/20:focus {
    color: rgb(18 30 57 / 0.2);
}

.focus\:text-primary-900\/25:focus {
    color: rgb(18 30 57 / 0.25);
}

.focus\:text-primary-900\/3:focus {
    color: rgb(18 30 57 / 0.03);
}

.focus\:text-primary-900\/30:focus {
    color: rgb(18 30 57 / 0.3);
}

.focus\:text-primary-900\/35:focus {
    color: rgb(18 30 57 / 0.35);
}

.focus\:text-primary-900\/4:focus {
    color: rgb(18 30 57 / 0.04);
}

.focus\:text-primary-900\/40:focus {
    color: rgb(18 30 57 / 0.4);
}

.focus\:text-primary-900\/45:focus {
    color: rgb(18 30 57 / 0.45);
}

.focus\:text-primary-900\/5:focus {
    color: rgb(18 30 57 / 0.05);
}

.focus\:text-primary-900\/50:focus {
    color: rgb(18 30 57 / 0.5);
}

.focus\:text-primary-900\/55:focus {
    color: rgb(18 30 57 / 0.55);
}

.focus\:text-primary-900\/6:focus {
    color: rgb(18 30 57 / 0.06);
}

.focus\:text-primary-900\/60:focus {
    color: rgb(18 30 57 / 0.6);
}

.focus\:text-primary-900\/65:focus {
    color: rgb(18 30 57 / 0.65);
}

.focus\:text-primary-900\/7:focus {
    color: rgb(18 30 57 / 0.07);
}

.focus\:text-primary-900\/70:focus {
    color: rgb(18 30 57 / 0.7);
}

.focus\:text-primary-900\/75:focus {
    color: rgb(18 30 57 / 0.75);
}

.focus\:text-primary-900\/80:focus {
    color: rgb(18 30 57 / 0.8);
}

.focus\:text-primary-900\/85:focus {
    color: rgb(18 30 57 / 0.85);
}

.focus\:text-primary-900\/90:focus {
    color: rgb(18 30 57 / 0.9);
}

.focus\:text-primary-900\/95:focus {
    color: rgb(18 30 57 / 0.95);
}

.focus\:text-primary-900\/disabled:focus {
    color: rgb(18 30 57 / 0.3);
}

.focus\:underline:focus {
    text-decoration-line: underline;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[3px\]:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-cta-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(62 144 219 / var(--tw-ring-opacity));
}

.focus-visible\:outline-none:focus-visible {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.group:hover .group-hover\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 54 103 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
    text-decoration-line: underline;
}

.group:hover .group-hover\:\!opacity-5 {
    opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:opacity-60 {
    opacity: 0.6;
}

.group:hover .group-hover\:opacity-70 {
    opacity: 0.7;
}

.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.prose-p\:text-black :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.prose-p\:text-primary :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:text-cta-500 :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(62 144 219 / var(--tw-text-opacity));
}

.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    text-decoration-line: none;
}

.hover\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
    text-decoration-line: underline;
}

.prose-li\:text-primary :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(33 54 103 / var(--tw-text-opacity));
}

.prose-li\:text-white :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 370px) {

    .xs\:right-\[-12px\] {
        right: -12px;
    }
}

@media (min-width: 640px) {

    .sm\:absolute {
        position: absolute;
    }

    .sm\:bottom-0 {
        bottom: 0px;
    }

    .sm\:left-0 {
        left: 0px;
    }

    .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:mt-8 {
        margin-top: 2rem;
    }

    .sm\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-12 {
        height: 3rem;
    }

    .sm\:h-72 {
        height: 18rem;
    }

    .sm\:h-96 {
        height: 24rem;
    }

    .sm\:h-\[244px\] {
        height: 244px;
    }

    .sm\:h-\[260px\] {
        height: 260px;
    }

    .sm\:h-auto {
        height: auto;
    }

    .sm\:h-full {
        height: 100%;
    }

    .sm\:max-h-\[38vh\] {
        max-height: 38vh;
    }

    .sm\:w-12 {
        width: 3rem;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:w-60 {
        width: 15rem;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:max-w-3xl {
        max-width: 48rem;
    }

    .sm\:max-w-\[21\.75rem\] {
        max-width: 21.75rem;
    }

    .sm\:max-w-lg {
        max-width: 32rem;
    }

    .sm\:max-w-none {
        max-width: none;
    }

    .sm\:max-w-sm {
        max-width: 24rem;
    }

    .sm\: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));
    }

    .sm\:\!grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:items-start {
        align-items: flex-start;
    }

    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:items-center {
        align-items: center;
    }

    .sm\:justify-between {
        justify-content: space-between;
    }

    .sm\:gap-5 {
        gap: 1.25rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:gap-8 {
        gap: 2rem;
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .sm\:gap-y-0 {
        row-gap: 0px;
    }

    .sm\: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));
    }

    .sm\:self-end {
        align-self: flex-end;
    }

    .sm\:border-l {
        border-left-width: 1px;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .sm\:pb-20 {
        padding-bottom: 5rem;
    }

    .sm\:pb-gutter {
        padding-bottom: var(--png-spacing_gutter);
    }

    .sm\:pl-0 {
        padding-left: 0px;
    }

    .sm\:pt-12 {
        padding-top: 3rem;
    }

    .sm\:pt-14 {
        padding-top: 3.5rem;
    }

    .sm\:\!text-\[52px\] {
        font-size: 52px !important;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-\[2\.75rem\] {
        font-size: 2.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:last\:odd\:col-end-4:nth-child(odd):last-child {
        grid-column-end: 4;
    }
}

@media (min-width: 768px) {

    .md\:absolute {
        position: absolute;
    }

    .md\:left-\[49\.9\%\] {
        left: 49.9%;
    }

    .md\:right-1\/2 {
        right: 50%;
    }

    .md\:right-auto {
        right: auto;
    }

    .md\:top-0 {
        top: 0px;
    }

    .md\:order-first {
        order: -9999;
    }

    .md\:order-last {
        order: 9999;
    }

    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:col-start-2 {
        grid-column-start: 2;
    }

    .md\:col-start-3 {
        grid-column-start: 3;
    }

    .md\:-mx-1 {
        margin-left: -0.25rem;
        margin-right: -0.25rem;
    }

    .md\:-mx-3 {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
    }

    .md\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .md\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .md\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .md\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .md\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:mr-0 {
        margin-right: 0px;
    }

    .md\:mt-0 {
        margin-top: 0px;
    }

    .md\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .md\:block {
        display: block;
    }

    .md\:flex {
        display: flex;
    }

    .md\:inline-flex {
        display: inline-flex;
    }

    .md\:grid {
        display: grid;
    }

    .md\:h-13 {
        height: 3.25rem;
    }

    .md\:h-28 {
        height: 7rem;
    }

    .md\:h-96 {
        height: 24rem;
    }

    .md\:h-\[300px\] {
        height: 300px;
    }

    .md\:h-full {
        height: 100%;
    }

    .md\:min-h-\[420px\] {
        min-height: 420px;
    }

    .md\:min-h-\[750px\] {
        min-height: 750px;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:w-13 {
        width: 3.25rem;
    }

    .md\:w-full {
        width: 100%;
    }

    .md\:max-w-\[900px\] {
        max-width: 900px;
    }

    .md\:max-w-md {
        max-width: 28rem;
    }

    .md\:max-w-none {
        max-width: none;
    }

    .md\:-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));
    }

    .md\:rotate-\[12deg\] {
        --tw-rotate: 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));
    }

    .md\:auto-cols-max {
        grid-auto-columns: max-content;
    }

    .md\:grid-flow-col-dense {
        grid-auto-flow: column dense;
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .md\:grid-cols-none {
        grid-template-columns: none;
    }

    .md\:grid-rows-3 {
        grid-template-rows: repeat(3, minmax(0, 1fr));
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

    .md\:place-items-center {
        place-items: center;
    }

    .md\:items-center {
        align-items: center;
    }

    .md\:justify-end {
        justify-content: flex-end;
    }

    .md\:justify-center {
        justify-content: center;
    }

    .md\:justify-between {
        justify-content: space-between;
    }

    .md\:gap-10 {
        gap: 2.5rem;
    }

    .md\:gap-12 {
        gap: 3rem;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:gap-6 {
        gap: 1.5rem;
    }

    .md\:gap-8 {
        gap: 2rem;
    }

    .md\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .md\:gap-y-0 {
        row-gap: 0px;
    }

    .md\:gap-y-2 {
        row-gap: 0.5rem;
    }

    .md\:gap-y-4 {
        row-gap: 1rem;
    }

    .md\:gap-y-8 {
        row-gap: 2rem;
    }

    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .md\: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));
    }

    .md\: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));
    }

    .md\: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));
    }

    .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .md\:self-center {
        align-self: center;
    }

    .md\:rounded-md {
        border-radius: 0.375rem;
    }

    .md\:border {
        border-width: 1px;
    }

    .md\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }

    .md\:bg-transparent {
        background-color: transparent;
    }

    .md\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .md\:p-8 {
        padding: 2rem;
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .md\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .md\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .md\:pl-10 {
        padding-left: 2.5rem;
    }

    .md\:pl-8 {
        padding-left: 2rem;
    }

    .md\:pr-0 {
        padding-right: 0px;
    }

    .md\:pt-20 {
        padding-top: 5rem;
    }

    .md\:text-left {
        text-align: left;
    }

    .md\:\!text-\[52px\] {
        font-size: 52px !important;
    }

    .md\:\!text-\[60px\] {
        font-size: 60px !important;
    }

    .md\:\!text-\[64px\] {
        font-size: 64px !important;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:leading-7 {
        line-height: 1.75rem;
    }

    .md\:last\:pb-8:last-child {
        padding-bottom: 2rem;
    }

    .md\:last\:odd\:col-end-4:nth-child(odd):last-child {
        grid-column-end: 4;
    }

    .md\:hover\:bg-gray-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    }

    .group:hover .md\:group-hover\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1024px) {

    .lg\:static {
        position: static;
    }

    .lg\:absolute {
        position: absolute;
    }

    .lg\:relative {
        position: relative;
    }

    .lg\:bottom-0 {
        bottom: 0px;
    }

    .lg\:bottom-8 {
        bottom: 2rem;
    }

    .lg\:left-0 {
        left: 0px;
    }

    .lg\:left-\[40\%\] {
        left: 40%;
    }

    .lg\:left-auto {
        left: auto;
    }

    .lg\:right-0 {
        right: 0px;
    }

    .lg\:top-0 {
        top: 0px;
    }

    .lg\:top-1\/2 {
        top: 50%;
    }

    .lg\:top-20 {
        top: 5rem;
    }

    .lg\:top-28 {
        top: 7rem;
    }

    .lg\:top-auto {
        top: auto;
    }

    .lg\:order-2 {
        order: 2;
    }

    .lg\:order-3 {
        order: 3;
    }

    .lg\:order-first {
        order: -9999;
    }

    .lg\:order-last {
        order: 9999;
    }

    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-full {
        grid-column: 1 / -1;
    }

    .lg\:col-start-2 {
        grid-column-start: 2;
    }

    .lg\:m-0 {
        margin: 0px;
    }

    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .lg\:my-24 {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .lg\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .lg\:\!mb-2 {
        margin-bottom: 0.5rem !important;
    }

    .lg\:\!mb-24 {
        margin-bottom: 6rem !important;
    }

    .lg\:\!mt-auto {
        margin-top: auto !important;
    }

    .lg\:-mt-8 {
        margin-top: -2rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .lg\:mb-8 {
        margin-bottom: 2rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:mt-1 {
        margin-top: 0.25rem;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

    .lg\:mt-19 {
        margin-top: 4.75rem;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mt-24 {
        margin-top: 6rem;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem;
    }

    .lg\:mt-32 {
        margin-top: 8rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .lg\:line-clamp-4 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .lg\:line-clamp-5 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-16 {
        height: 4rem;
    }

    .lg\:h-18 {
        height: 4.5rem;
    }

    .lg\:h-20 {
        height: 5rem;
    }

    .lg\:h-32 {
        height: 8rem;
    }

    .lg\:h-48 {
        height: 12rem;
    }

    .lg\:h-52 {
        height: 13rem;
    }

    .lg\:h-60 {
        height: 15rem;
    }

    .lg\:h-64 {
        height: 16rem;
    }

    .lg\:h-7 {
        height: 1.75rem;
    }

    .lg\:h-72 {
        height: 18rem;
    }

    .lg\:h-80 {
        height: 20rem;
    }

    .lg\:h-\[250px\] {
        height: 250px;
    }

    .lg\:h-\[275px\] {
        height: 275px;
    }

    .lg\:h-\[328px\] {
        height: 328px;
    }

    .lg\:h-\[350px\] {
        height: 350px;
    }

    .lg\:h-\[390px\] {
        height: 390px;
    }

    .lg\:h-\[400px\] {
        height: 400px;
    }

    .lg\:h-\[44px\] {
        height: 44px;
    }

    .lg\:h-\[45vh\] {
        height: 45vh;
    }

    .lg\:h-\[476px\] {
        height: 476px;
    }

    .lg\:h-\[500px\] {
        height: 500px;
    }

    .lg\:h-\[55vh\] {
        height: 55vh;
    }

    .lg\:h-\[56px\] {
        height: 56px;
    }

    .lg\:h-\[6\.5rem\] {
        height: 6.5rem;
    }

    .lg\:h-\[90\%\] {
        height: 90%;
    }

    .lg\:h-\[calc\(100\%-225\.6px\)\] {
        height: calc(100% - 225.6px);
    }

    .lg\:h-\[calc\(100vh-80px\)\] {
        height: calc(100vh - 80px);
    }

    .lg\:h-full {
        height: 100%;
    }

    .lg\:max-h-\[1350px\] {
        max-height: 1350px;
    }

    .lg\:max-h-\[256px\] {
        max-height: 256px;
    }

    .lg\:max-h-full {
        max-height: 100%;
    }

    .lg\:min-h-\[100vh\] {
        min-height: 100vh;
    }

    .lg\:min-h-\[315px\] {
        min-height: 315px;
    }

    .lg\:min-h-\[35rem\] {
        min-height: 35rem;
    }

    .lg\:min-h-\[385px\] {
        min-height: 385px;
    }

    .lg\:min-h-\[390px\] {
        min-height: 390px;
    }

    .lg\:min-h-\[700px\] {
        min-height: 700px;
    }

    .lg\:min-h-\[900px\] {
        min-height: 900px;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:w-18 {
        width: 4.5rem;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:w-7 {
        width: 1.75rem;
    }

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-\[16\%\] {
        width: 16%;
    }

    .lg\:w-\[30vw\] {
        width: 30vw;
    }

    .lg\:w-\[40\%\] {
        width: 40%;
    }

    .lg\:w-\[41\%\] {
        width: 41%;
    }

    .lg\:w-\[42\%\] {
        width: 42%;
    }

    .lg\:w-\[600px\] {
        width: 600px;
    }

    .lg\:w-\[calc\(100\%\+4rem\)\] {
        width: calc(100% + 4rem);
    }

    .lg\:w-\[calc\(33\.3333\%-16px\)\] {
        width: calc(33.3333% - 16px);
    }

    .lg\:w-\[calc\(50\%-16px\)\] {
        width: calc(50% - 16px);
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:max-w-2xl {
        max-width: 42rem;
    }

    .lg\:max-w-3xl {
        max-width: 48rem;
    }

    .lg\:max-w-64 {
        max-width: 16rem;
    }

    .lg\:max-w-\[132px\] {
        max-width: 132px;
    }

    .lg\:max-w-\[26rem\] {
        max-width: 26rem;
    }

    .lg\:max-w-fit {
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

    .lg\:max-w-md {
        max-width: 28rem;
    }

    .lg\:max-w-none {
        max-width: none;
    }

    .lg\:max-w-sm {
        max-width: 24rem;
    }

    .lg\:max-w-xl {
        max-width: 36rem;
    }

    .lg\:-translate-x-8 {
        --tw-translate-x: -2rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:-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));
    }

    .lg\:translate-x-0 {
        --tw-translate-x: 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));
    }

    .lg\:translate-x-6 {
        --tw-translate-x: 1.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\: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));
    }

    .lg\:translate-y-1 {
        --tw-translate-y: 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));
    }

    .lg\: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));
    }

    .lg\:translate-y-8 {
        --tw-translate-y: 2rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:-rotate-\[10deg\] {
        --tw-rotate: -10deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:rotate-\[10deg\] {
        --tw-rotate: 10deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:grid-flow-row {
        grid-auto-flow: row;
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-col {
        flex-direction: column;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:items-end {
        align-items: flex-end;
    }

    .lg\:items-center {
        align-items: center;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:gap-0 {
        gap: 0px;
    }

    .lg\:gap-12 {
        gap: 3rem;
    }

    .lg\:gap-16 {
        gap: 4rem;
    }

    .lg\:gap-24 {
        gap: 6rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

    .lg\:gap-32 {
        gap: 8rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-6 {
        gap: 1.5rem;
    }

    .lg\:gap-8 {
        gap: 2rem;
    }

    .lg\:gap-x-16 {
        -moz-column-gap: 4rem;
        column-gap: 4rem;
    }

    .lg\:gap-x-24 {
        -moz-column-gap: 6rem;
        column-gap: 6rem;
    }

    .lg\:gap-x-32 {
        -moz-column-gap: 8rem;
        column-gap: 8rem;
    }

    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem;
    }

    .lg\:gap-x-gutter {
        -moz-column-gap: var(--png-spacing_gutter);
        column-gap: var(--png-spacing_gutter);
    }

    .lg\:gap-y-0 {
        row-gap: 0px;
    }

    .lg\:gap-y-10 {
        row-gap: 2.5rem;
    }

    .lg\:gap-y-8 {
        row-gap: 2rem;
    }

    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }

    .lg\: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));
    }

    .lg\: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));
    }

    .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(5rem * var(--tw-space-y-reverse));
    }

    .lg\: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));
    }

    .lg\: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));
    }

    .lg\: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));
    }

    .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-x-reverse: 0;
        border-right-width: calc(1px * var(--tw-divide-x-reverse));
        border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }

    .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-divide-y-reverse: 0;
        border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
        border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
    }

    .lg\:place-self-start {
        place-self: start;
    }

    .lg\:place-self-center {
        place-self: center;
    }

    .lg\:self-end {
        align-self: flex-end;
    }

    .lg\:overflow-hidden {
        overflow: hidden;
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll;
    }

    .lg\:rounded-200 {
        border-radius: var(--png-radius_200);
    }

    .lg\:rounded-lg {
        border-radius: 0.5rem;
    }

    .lg\:rounded-md {
        border-radius: 0.375rem;
    }

    .lg\:rounded-none {
        border-radius: 0px;
    }

    .lg\:rounded-xl {
        border-radius: 0.75rem;
    }

    .lg\:rounded-l-lg {
        border-top-left-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
    }

    .lg\:rounded-r-lg {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }

    .lg\:border {
        border-width: 1px;
    }

    .lg\:border-0 {
        border-width: 0px;
    }

    .lg\:border-\[20px\] {
        border-width: 20px;
    }

    .lg\:border-y {
        border-top-width: 1px;
        border-bottom-width: 1px;
    }

    .lg\:border-r {
        border-right-width: 1px;
    }

    .lg\:border-t {
        border-top-width: 1px;
    }

    .lg\:border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity));
    }

    .lg\:bg-black {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }

    .lg\:bg-gray-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    }

    .lg\:bg-gray-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity));
    }

    .lg\:bg-transparent {
        background-color: transparent;
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .lg\:bg-opacity-20 {
        --tw-bg-opacity: 0.2;
    }

    .lg\:bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:p-10 {
        padding: 2.5rem;
    }

    .lg\:p-12 {
        padding: 3rem;
    }

    .lg\:p-2 {
        padding: 0.5rem;
    }

    .lg\:p-5 {
        padding: 1.25rem;
    }

    .lg\:p-6 {
        padding: 1.5rem;
    }

    .lg\:p-8 {
        padding: 2rem;
    }

    .lg\:\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .lg\:py-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .lg\:\!pt-10 {
        padding-top: 2.5rem !important;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pb-12 {
        padding-bottom: 3rem;
    }

    .lg\:pb-16 {
        padding-bottom: 4rem;
    }

    .lg\:pb-24 {
        padding-bottom: 6rem;
    }

    .lg\:pb-8 {
        padding-bottom: 2rem;
    }

    .lg\:pb-\[246px\] {
        padding-bottom: 246px;
    }

    .lg\:pb-gutter {
        padding-bottom: var(--png-spacing_gutter);
    }

    .lg\:pl-0 {
        padding-left: 0px;
    }

    .lg\:pl-16 {
        padding-left: 4rem;
    }

    .lg\:pl-24 {
        padding-left: 6rem;
    }

    .lg\:pl-6 {
        padding-left: 1.5rem;
    }

    .lg\:pl-8 {
        padding-left: 2rem;
    }

    .lg\:pr-12 {
        padding-right: 3rem;
    }

    .lg\:pr-16 {
        padding-right: 4rem;
    }

    .lg\:pr-6 {
        padding-right: 1.5rem;
    }

    .lg\:pr-8 {
        padding-right: 2rem;
    }

    .lg\:pr-gutter {
        padding-right: var(--png-spacing_gutter);
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }

    .lg\:pt-20 {
        padding-top: 5rem;
    }

    .lg\:pt-22 {
        padding-top: 5.5rem;
    }

    .lg\:pt-24 {
        padding-top: 6rem;
    }

    .lg\:pt-32 {
        padding-top: 8rem;
    }

    .lg\:pt-36 {
        padding-top: 9rem;
    }

    .lg\:pt-8 {
        padding-top: 2rem;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:\!text-\[78px\] {
        font-size: 78px !important;
    }

    .lg\:\!text-\[82px\] {
        font-size: 82px !important;
    }

    .lg\:\!text-\[84px\] {
        font-size: 84px !important;
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1;
    }

    .lg\:text-\[2\.75rem\] {
        font-size: 2.75rem;
    }

    .lg\:text-\[52px\] {
        font-size: 52px;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:leading-6 {
        line-height: 1.5rem;
    }

    .lg\:leading-7 {
        line-height: 1.75rem;
    }

    .lg\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0 / var(--tw-text-opacity));
    }

    .lg\:text-primary-500 {
        --tw-text-opacity: 1;
        color: rgb(33 54 103 / var(--tw-text-opacity));
    }

    .lg\: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);
    }

    .lg\: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);
    }

    .lg\: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);
    }

    .lg\:duration-700 {
        transition-duration: 700ms;
    }

    .lg\:last\:odd\:col-span-2:nth-child(odd):last-child {
        grid-column: span 2 / span 2;
    }

    .lg\:last\:odd\:col-end-auto:nth-child(odd):last-child {
        grid-column-end: auto;
    }

    .lg\:hover\:border-cta-700:hover {
        --tw-border-opacity: 1;
        border-color: rgb(36 119 194 / var(--tw-border-opacity));
    }

    .lg\:hover\:bg-cta-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(36 119 194 / var(--tw-bg-opacity));
    }

    .lg\:hover\:text-white:hover {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}

@media (min-width: 1234px) {

    .xl\:order-last {
        order: 9999;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:h-19 {
        height: 4.75rem;
    }

    .xl\:w-19 {
        width: 4.75rem;
    }

    .xl\:w-72 {
        width: 18rem;
    }

    .xl\:max-w-\[144px\] {
        max-width: 144px;
    }

    .xl\:items-end {
        align-items: flex-end;
    }

    .xl\:justify-end {
        justify-content: flex-end;
    }

    .xl\:gap-gutter {
        gap: var(--png-spacing_gutter);
    }

    .xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .xl\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .xl\:pt-20 {
        padding-top: 5rem;
    }

    .xl\:text-right {
        text-align: right;
    }

    .xl\:\!text-\[84px\] {
        font-size: 84px !important;
    }
}

@media (min-width: 360px) {

    .xxsm\:block {
        display: block;
    }

    .xxsm\:justify-end {
        justify-content: flex-end;
    }
}

@media (min-width: 450px) {

    .xsm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .xsm\:gap-4 {
        gap: 1rem;
    }

    .xsm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
}

@media (min-width: 2000px) {

    .\33xl\:\!top-\[5\.5rem\] {
        top: 5.5rem !important;
    }

    .\33xl\:top-24 {
        top: 6rem;
    }

    .\33xl\:top-36 {
        top: 9rem;
    }

    .\33xl\:top-\[7\.5rem\] {
        top: 7.5rem;
    }

    .\33xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .\33xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .\33xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .\33xl\:\!mt-12 {
        margin-top: 3rem !important;
    }

    .\33xl\:-mb-2 {
        margin-bottom: -0.5rem;
    }

    .\33xl\:mb-4 {
        margin-bottom: 1rem;
    }

    .\33xl\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .\33xl\:mt-36 {
        margin-top: 9rem;
    }

    .\33xl\:h-16 {
        height: 4rem;
    }

    .\33xl\:h-18 {
        height: 4.5rem;
    }

    .\33xl\:h-56 {
        height: 14rem;
    }

    .\33xl\:h-64 {
        height: 16rem;
    }

    .\33xl\:h-7 {
        height: 1.75rem;
    }

    .\33xl\:h-72 {
        height: 18rem;
    }

    .\33xl\:h-76 {
        height: 19rem;
    }

    .\33xl\:h-8 {
        height: 2rem;
    }

    .\33xl\:h-\[350px\] {
        height: 350px;
    }

    .\33xl\:h-\[375px\] {
        height: 375px;
    }

    .\33xl\:h-\[450px\] {
        height: 450px;
    }

    .\33xl\:h-\[500px\] {
        height: 500px;
    }

    .\33xl\:h-\[550px\] {
        height: 550px;
    }

    .\33xl\:min-h-\[500px\] {
        min-height: 500px;
    }

    .\33xl\:w-18 {
        width: 4.5rem;
    }

    .\33xl\:w-7 {
        width: 1.75rem;
    }

    .\33xl\:w-8 {
        width: 2rem;
    }

    .\33xl\:max-w-4xl {
        max-width: 56rem;
    }

    .\33xl\:max-w-lg {
        max-width: 32rem;
    }

    .\33xl\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .\33xl\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .\33xl\:gap-12 {
        gap: 3rem;
    }

    .\33xl\:gap-2 {
        gap: 0.5rem;
    }

    .\33xl\:gap-6 {
        gap: 1.5rem;
    }

    .\33xl\:gap-8 {
        gap: 2rem;
    }

    .\33xl\:gap-\[1\.75rem\] {
        gap: 1.75rem;
    }

    .\33xl\: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));
    }

    .\33xl\: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));
    }

    .\33xl\:p-6 {
        padding: 1.5rem;
    }

    .\33xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .\33xl\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .\33xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .\33xl\:pb-8 {
        padding-bottom: 2rem;
    }

    .\33xl\:pt-12 {
        padding-top: 3rem;
    }

    .\33xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .\33xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\33xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .\33xl\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .\33xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .\33xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .\33xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Custom */

@media (min-width: 1024px) {
    .png-navbar_job-search_center {
        max-width: 24rem;
    }
}

.png-search.-variant-landing {
    background-color: transparent;
    box-shadow: 0px 40px 50px 0px rgba(8, 23, 61, 0.3);
}

.png-search.-color-campaign .png-search_bg {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #3D90DB var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(61 144 219 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: rgb(50 174 191 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #32AEBF var(--tw-gradient-via-position), var(--tw-gradient-to);
    --tw-gradient-to: #3D90DB var(--tw-gradient-to-position);
}

.hero-campaign .png-search_action-wrapper .png-btn.-variant-primary {
    background-color: #213667;
    color: #ffffff;
}

.png-job_popular-job-titles.-color-primary .png-job_popular-job-titles-heading {
    color: #213667;
}

.png-job_popular-job-titles.-color-primary .png-job_popular-job-titles-button {
    color: #213667;
}

.png-job_popular-job-titles.-color-primary .png-job_popular-job-titles-button svg {
    color: #00b6b4;
}

.png-stat.-variant-card.-color-light .png-stat_value {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.png-card_links.-color-secondary {
    background-color: #1A2A50;
}

.job-landing-img {
    max-height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.png-header.-variant-card .png-header_card-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}