.container {

        width: 100%;

        margin-right: auto;

        margin-left: auto;

        padding-right: 1rem;

        padding-left: 1rem;
}
@media (min-width: 360px) {
        .container {

                max-width: 360px;
        }
}
@media (min-width: 460px) {
        .container {

                max-width: 460px;
        }
}
@media (min-width: 640px) {
        .container {

                max-width: 640px;
        }
}
@media (min-width: 768px) {
        .container {

                max-width: 768px;
        }
}
@media (min-width: 1024px) {
        .container {

                max-width: 1024px;

                padding-right: 2rem;

                padding-left: 2rem;
        }
}
@media (min-width: 1352px) {
        .container {

                max-width: 1352px;
        }
}
@media (min-width: 1536px) {
        .container {

                max-width: 1536px;
        }
}
.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-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        list-style-type: disc;

        margin-top: 1.25em;

        margin-bottom: 1.25em;

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

        font-weight: 400;

        color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {

        color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

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

        border-color: var(--tw-prose-hr);

        border-top-width: 1px;

        margin-top: 3em;

        margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 500;

        font-style: italic;

        color: var(--tw-prose-quotes);

        border-inline-start-width: 0.25rem;

        border-inline-start-color: var(--tw-prose-quote-borders);

        quotes: "\201C""\201D""\2018""\2019";

        margin-top: 1.6em;

        margin-bottom: 1.6em;

        padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {

        content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 800;

        font-size: 2.25em;

        margin-top: 0;

        margin-bottom: 0.8888889em;

        line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 900;

        color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        font-weight: 500;

        font-family: inherit;

        color: var(--tw-prose-kbd);

        box-shadow: 0 0 0 1px 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-inline-end: 0.375em;

        padding-bottom: 0.1875em;

        padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-code);

        font-weight: 600;

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

        content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;

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

        color: inherit;

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

        color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-pre-code);

        background-color: var(--tw-prose-pre-bg);

        overflow-x: auto;

        font-weight: 400;

        font-size: 0.875em;

        line-height: 1.7142857;

        margin-top: 1.7142857em;

        margin-bottom: 1.7142857em;

        border-radius: 0.375rem;

        padding-top: 0.8571429em;

        padding-inline-end: 1.1428571em;

        padding-bottom: 0.8571429em;

        padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        background-color: transparent;

        border-width: 0;

        border-radius: 0;

        padding: 0;

        font-weight: inherit;

        color: inherit;

        font-size: inherit;

        font-family: inherit;

        line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {

        content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {

        content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        width: 100%;

        table-layout: auto;

        margin-top: 2em;

        margin-bottom: 2em;

        font-size: 0.875em;

        line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-bottom-width: 1px;

        border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-headings);

        font-weight: 600;

        vertical-align: bottom;

        padding-inline-end: 0.5714286em;

        padding-bottom: 0.5714286em;

        padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-bottom-width: 1px;

        border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        border-top-width: 1px;

        border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0;

        margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        color: var(--tw-prose-captions);

        font-size: 0.875em;

        line-height: 1.4285714;

        margin-top: 0.8571429em;
}
.prose {

        --tw-prose-body: #374151;

        --tw-prose-headings: #111827;

        --tw-prose-lead: #4b5563;

        --tw-prose-links: #111827;

        --tw-prose-bold: #111827;

        --tw-prose-counters: #6b7280;

        --tw-prose-bullets: #d1d5db;

        --tw-prose-hr: #e5e7eb;

        --tw-prose-quotes: #111827;

        --tw-prose-quote-borders: #e5e7eb;

        --tw-prose-captions: #6b7280;

        --tw-prose-kbd: #111827;

        --tw-prose-kbd-shadows: 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(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5em;

        margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

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

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

        margin-top: 0.75em;

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

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

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

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

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

        margin-top: 0.75em;

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

        margin-top: 1.25em;

        margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 0.5em;

        padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

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

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

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

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

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

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

        padding-top: 0.5714286em;

        padding-inline-end: 0.5714286em;

        padding-bottom: 0.5714286em;

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

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

        padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

        margin-top: 2em;

        margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

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

        margin-bottom: 0;
}
    .material-symbols-rounded {

        transition-property: all;

        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

        transition-duration: 200ms;

        font-family: "Material Symbols Rounded";
        font-weight: normal;
        font-style: normal;
        font-size: 24px; /* preferred icon size */
        line-height: 1;
        letter-spacing: normal;
        text-transform: none;
        display: inline-block;
        white-space: nowrap;
        word-wrap: normal;
        direction: ltr;
        -webkit-user-select: none;
                user-select: none;
        position: relative;
        -webkit-font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
}

    .material-symbols-o {
        font-variation-settings:
            "FILL" 0,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

    .material-symbols-s {
        font-variation-settings:
            "FILL" 1,
            "wght" 400,
            "GRAD" 0,
            "opsz" 24;
    }

    .icon-20px {

        max-width: 1.25rem !important;

        font-size: 1.25rem !important;
}

    .icon-24px {

        max-width: 1.5rem !important;

        font-size: 1.5rem !important;
}

    .icon-32px {

        max-width: 2rem !important;

        font-size: 2rem !important;
}

    .icon-40px {

        max-width: 2.5rem !important;

        font-size: 2.5rem !important;
}

@media (min-width: 1024px) {
        .lg\:prose-lg {

                font-size: 1.125rem;

                line-height: 1.7777778;
        }
        .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.3333333em;

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

                font-size: 1.2222222em;

                line-height: 1.4545455;

                margin-top: 1.0909091em;

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

                margin-top: 1.6666667em;

                margin-bottom: 1.6666667em;

                padding-inline-start: 1em;
        }
        .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 2.6666667em;

                margin-top: 0;

                margin-bottom: 0.8333333em;

                line-height: 1;
        }
        .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 1.6666667em;

                margin-top: 1.8666667em;

                margin-bottom: 1.0666667em;

                line-height: 1.3333333;
        }
        .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                font-size: 1.3333333em;

                margin-top: 1.6666667em;

                margin-bottom: 0.6666667em;

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

                margin-top: 1.7777778em;

                margin-bottom: 0.4444444em;

                line-height: 1.5555556;
        }
        .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                margin-top: 1.7777778em;

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

                margin-top: 1.7777778em;

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

                margin-top: 0;

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

                margin-top: 1.7777778em;

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

                font-size: 0.8888889em;

                border-radius: 0.3125rem;

                padding-top: 0.2222222em;

                padding-inline-end: 0.4444444em;

                padding-bottom: 0.2222222em;

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

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

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

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

                font-size: 0.8888889em;

                line-height: 1.75;

                margin-top: 2em;

                margin-bottom: 2em;

                border-radius: 0.375rem;

                padding-top: 1em;

                padding-inline-end: 1.5em;

                padding-bottom: 1em;

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

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;

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

                margin-top: 1.3333333em;

                margin-bottom: 1.3333333em;

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

                margin-top: 0.6666667em;

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

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

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

                margin-top: 0.8888889em;

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

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

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

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

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

                margin-top: 0.8888889em;

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

                margin-top: 1.3333333em;

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

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

                margin-top: 0.6666667em;

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

                margin-top: 3.1111111em;

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

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

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

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

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

                font-size: 0.8888889em;

                line-height: 1.5;
        }
        .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {

                padding-inline-end: 0.75em;

                padding-bottom: 0.75em;

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

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

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

                padding-top: 0.75em;

                padding-inline-end: 0.75em;

                padding-bottom: 0.75em;

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

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

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

                margin-top: 1.7777778em;

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

                margin-top: 0;

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

                font-size: 0.8888889em;

                line-height: 1.5;

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

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

                margin-bottom: 0;
        }
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type="search"]::-webkit-search-decoration{
  display: none;
}
[type="search"]::-webkit-search-cancel-button{
  display: none;
}
[type="search"]::-webkit-search-results-button{
  display: none;
}
[type="search"]::-webkit-search-results-decoration{
  display: none;
}
html{
  width: 100vw;
  overflow-x: hidden;
  scroll-behavior: smooth;
    margin-top: 0 !important;
}
body{
  min-height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 400;
    margin-top: 91.2px;
    -webkit-font-smoothing: antialiased;
}
body svg{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
body a{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
body .container{
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px){
  body .container{
    max-width: 1024px;
  }
}
@media (min-width: 1352px){
  body .container{
    max-width: 1352px;
  }
}
@media (min-width: 1536px){
  body .container{
    max-width: 1536px;
  }
}
h1,
  h2,
  h3,
  h4,
  h5,
  h6{
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
}
.swiper-slide {
    width: fit-content;
  }
.swiper.swiper-linear .swiper-wrapper {
    transition-timing-function: linear;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 360px){
  .container{
    max-width: 360px;
  }
}
@media (min-width: 460px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1352px){
  .container{
    max-width: 1352px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.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-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: 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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px 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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 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(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
/**
  * Buttons
  */
.btn{
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  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: 200ms;
}
@media (min-width: 640px){
  .btn{
    width: fit-content;
  }
}
.btn span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn > svg,
  .btn > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.btn:disabled{
  pointer-events: none;
}
.btn-primary{
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  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: 200ms;
}
@media (min-width: 640px){
  .btn-primary{
    width: fit-content;
  }
}
.btn-primary span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary > svg,.btn-primary > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.btn-primary:disabled{
  pointer-events: none;
}
.btn-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(239 125 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(239 125 0 / var(--tw-text-opacity, 1));
}
/**
   * Links
   */
.link{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link > svg{
  pointer-events: none;
  flex-shrink: 0;
}
.link > span{
  pointer-events: none;
}
/**
   * Prose
   */
.prose{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose:first-child h1:first-child,
  .prose:first-child h2:first-child,
  .prose:first-child h3:first-child,
  .prose:first-child h4:first-child,
  .prose:first-child h5:first-child,
  .prose:first-child h6:first-child{
  margin-top: 0px;
}
.prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6{
    margin-top: 2.5rem;
  }
}
.prose h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose h1{
    font-size: 4rem;
  }
}
.prose h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h2{
    font-size: 2.5rem;
  }
}
.prose h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose h3{
    font-size: 2.5rem;
  }
}
.prose h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose h4{
    font-size: 2rem;
  }
}
.prose h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose h5{
    font-size: 1.5rem;
  }
}
.prose h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose h6{
    font-size: 1.25rem;
  }
}
.prose h1 + p,
  .prose h2 + p,
  .prose h3 + p,
  .prose h4 + p,
  .prose h5 + p,
  .prose h6 + p{
  margin-top: 0px;
}
.prose p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose p:first-child{
  margin-top: 0px;
}
.prose p:last-child{
  margin-bottom: 0px;
}
.prose p a{
  text-decoration-line: underline;
}
.prose p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
.prose p:first-child img{
  margin-top: 0px;
}
.prose ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose ul{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose ol{
  padding-left: 1.125rem;
}
.prose li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 60 80 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose blockquote > *:first-child{
  margin-top: 0px;
}
.prose blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose blockquote h1,
  .prose blockquote h2,
  .prose blockquote h3,
  .prose blockquote h4,
  .prose blockquote h5,
  .prose blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose blockquote h1:first-child,
  .prose blockquote h2:first-child,
  .prose blockquote h3:first-child,
  .prose blockquote h4:first-child,
  .prose blockquote h5:first-child,
  .prose blockquote h6:first-child{
  margin-top: 0px;
}
.prose blockquote p{
  font-size: 1rem;
}
.prose .wp-video {
    width: 100% !important;
  }
.prose-white{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose-white :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-white :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-white :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose-white :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose-white :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-white :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-white :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-white :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose-white :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose-white :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-white :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-white :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose-white :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose-white :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose-white :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose-white :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose-white :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose-white :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose-white :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-white :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose-white :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose-white :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose-white :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-white :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose-white :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-white :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose-white :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-white :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-white :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-white :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose-white :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-white :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-white :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-white :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-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose-white :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose-white :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose-white :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose-white :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose-white :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose-white :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose-white :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose-white :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-white :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose-white :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose-white :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose-white :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose-white :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-white :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose-white :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose-white :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose-white :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose-white :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose-white :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose-white :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-white :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-white{
  --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-white :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-white :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose-white :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-white :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose-white :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-white :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-white :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-white :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-white :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-white :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-white :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose-white :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose-white :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-white :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-white :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-white :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-white :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-white :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-white :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose-white :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-white :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-white :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose-white :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-white :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-white{
  position: relative;
  max-width: none;
  font-weight: 400;
  line-height: 1.5;
    /* Only first prose element should not have margin top on first heading */
}
.prose-white:first-child h1:first-child,.prose-white:first-child h2:first-child,.prose-white:first-child h3:first-child,.prose-white:first-child h4:first-child,.prose-white:first-child h5:first-child,.prose-white:first-child h6:first-child{
  margin-top: 0px;
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
  margin-top: 1.5rem;
  font-weight: 800;
  line-height: 1.05;
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .prose-white h1,.prose-white h2,.prose-white h3,.prose-white h4,.prose-white h5,.prose-white h6{
    margin-top: 2.5rem;
  }
}
.prose-white h1{
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (min-width: 768px){
  .prose-white h1{
    font-size: 3.5rem;
  }
}
@media (min-width: 1352px){
  .prose-white h1{
    font-size: 4rem;
  }
}
.prose-white h2{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-white h2{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-white h2{
    font-size: 2.5rem;
  }
}
.prose-white h3{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 768px){
  .prose-white h3{
    font-size: 2rem;
  }
}
@media (min-width: 1352px){
  .prose-white h3{
    font-size: 2.5rem;
  }
}
.prose-white h4{
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
@media (min-width: 768px){
  .prose-white h4{
    font-size: 1.5rem;
  }
}
@media (min-width: 1352px){
  .prose-white h4{
    font-size: 2rem;
  }
}
.prose-white h5{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px){
  .prose-white h5{
    font-size: 1.25rem;
  }
}
@media (min-width: 1352px){
  .prose-white h5{
    font-size: 1.5rem;
  }
}
.prose-white h6{
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 768px){
  .prose-white h6{
    font-size: 1.125rem;
  }
}
@media (min-width: 1352px){
  .prose-white h6{
    font-size: 1.25rem;
  }
}
.prose-white h1 + p,.prose-white h2 + p,.prose-white h3 + p,.prose-white h4 + p,.prose-white h5 + p,.prose-white h6 + p{
  margin-top: 0px;
}
.prose-white p{
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white p:first-child{
  margin-top: 0px;
}
.prose-white p:last-child{
  margin-bottom: 0px;
}
.prose-white p a{
  text-decoration-line: underline;
}
.prose-white p a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
.prose-white p:first-child img{
  margin-top: 0px;
}
.prose-white ol{
  margin-bottom: 0.75rem;
  list-style-type: decimal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white ul{
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white ol{
  padding-left: 1.125rem;
}
.prose-white li{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white li::marker {
    font-weight: bold;
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
.prose-white img{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.prose-white blockquote{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 60 80 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.prose-white blockquote > *:first-child{
  margin-top: 0px;
}
.prose-white blockquote > *:last-child{
  margin-bottom: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote h1,.prose-white blockquote h2,.prose-white blockquote h3,.prose-white blockquote h4,.prose-white blockquote h5,.prose-white blockquote h6{
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.prose-white blockquote h1:first-child,.prose-white blockquote h2:first-child,.prose-white blockquote h3:first-child,.prose-white blockquote h4:first-child,.prose-white blockquote h5:first-child,.prose-white blockquote h6:first-child{
  margin-top: 0px;
}
.prose-white blockquote p{
  font-size: 1rem;
}
.prose-white .wp-video {
    width: 100%;
  }
.prose-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white h1, .prose-white h2, .prose-white h3, .prose-white h4, .prose-white h5, .prose-white h6, .prose-white a, .prose-white strong, .prose-white ul, .prose-white ol, .prose-white li, .prose-white p, .prose-white blockquote{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-white p a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.prose-white ul li::marker, .prose-white ol li::marker{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.prose-center ul, .prose-center ol{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center ul li, .prose-center ol li{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.prose-center p > img{
  margin-left: auto;
  margin-right: auto;
}
/**
  * Notices
  */
.notice{
  margin-bottom: 1.5rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-left-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.notice:last-child{
  margin-bottom: 0px;
}
.notice code{
  border-radius: 0.125rem;
  --tw-bg-opacity: 0.1;
  padding: 0.25rem;
}
.notice a{
  text-decoration-line: underline;
}
.notice a:hover{
  text-decoration-line: underline;
}
/**
   * Animted underline
   */
.underline-animated{
  position: relative;
}
.underline-animated::after{
  position: absolute;
  bottom: -0px;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  transform-origin: top left;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.underline-animated:hover::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.underline-static{
  position: relative;
}
.underline-static::after{
  position: absolute;
  bottom: -0px;
  left: 0px;
  display: block;
  height: 2px;
  width: 100%;
  transform-origin: top left;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.underline-static:hover::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.underline-static::after{
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/**
   * Images
   */
.image-cover{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/**
      * Ocean Gradients
      */
.gradient-ocean-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #003C50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 60 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005773 var(--tw-gradient-to-position);
}
.gradient-ocean-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #003C50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 60 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005773 var(--tw-gradient-to-position);
}
.gradient-ocean-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #003C50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 60 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005773 var(--tw-gradient-to-position);
}
.gradient-ocean-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  --tw-gradient-from: #003C50 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 60 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #005773 var(--tw-gradient-to-position);
}
/**
   * Forms
   */
.form-field-error{
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
  margin-top: -1rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.group-errorable[data-group-error] .form-field-error{
  display: block;
}
.form-field-error code{
  border-radius: 0.125rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  padding: 0.25rem;
}
.form-input{
  height: 3rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .form-input{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.text-shadow {
    text-shadow: 0px 0px 4px black;
  }
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.-bottom-4{
  bottom: -1rem;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[-102px\]{
  left: -102px;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-20{
  top: 5rem;
}
.top-3{
  top: 0.75rem;
}
.top-5{
  top: 1.25rem;
}
.top-7{
  top: 1.75rem;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[2\]{
  z-index: 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-40{
  height: 10rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[3px\]{
  height: 3px;
}
.h-\[408px\]{
  height: 408px;
}
.h-\[440px\]{
  height: 440px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[640px\]{
  height: 640px;
}
.h-\[calc\(100\%-24px\)\]{
  height: calc(100% - 24px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.w-40{
  width: 10rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[204px\]{
  width: 204px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[calc\(100\%-24px\)\]{
  width: calc(100% - 24px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.\!max-w-none{
  max-width: none !important;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1040px\]{
  max-width: 1040px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[780px\]{
  max-width: 780px;
}
.max-w-\[calc\(100vw\+102px\)\]{
  max-width: calc(100vw + 102px);
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-screen-lg{
  max-width: 1024px;
}
.max-w-screen-md{
  max-width: 768px;
}
.max-w-screen-xl{
  max-width: 1352px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-\[840\]{
  max-width: 840;
}
.max-w-\[840px\]{
  max-width: 840px;
}
.max-w-\[920px\]{
  max-width: 920px;
}
.shrink-0{
  flex-shrink: 0;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
          user-select: none;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-16{
  gap: 4rem;
}
.gap-x-1{
  column-gap: 0.25rem;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-x-1\.5{
  column-gap: 0.375rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[1px\]{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}
.border-neutral-50{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-ocean-100{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 115 / var(--tw-border-opacity, 1));
}
.border-ocean-200{
  --tw-border-opacity: 1;
  border-color: rgb(0 60 80 / var(--tw-border-opacity, 1));
}
.border-superorange-100{
  --tw-border-opacity: 1;
  border-color: rgb(239 125 0 / var(--tw-border-opacity, 1));
}
.border-t-neutral-50{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-neutral-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}
.bg-background-100{
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 233 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-neutral-950{
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}
.bg-ocean-100{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 115 / var(--tw-bg-opacity, 1));
}
.bg-ocean-200{
  --tw-bg-opacity: 1;
  background-color: rgb(0 60 80 / var(--tw-bg-opacity, 1));
}
.bg-supergray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 233 / var(--tw-bg-opacity, 1));
}
.bg-supergray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(219 228 224 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-superorange-100{
  fill: #EF7D00;
}
.p-16{
  padding: 4rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-4{
  padding: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-36{
  padding-bottom: 9rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-center{
  text-align: center;
}
.font-bungee{
  font-family: Bungee, sans-serif;
}
.font-poppins{
  font-family: Poppins, system-ui, sans-serif;
}
.text-14px{
  font-size: 0.875rem;
}
.text-16px{
  font-size: 1rem;
}
.text-18px{
  font-size: 1.125rem;
}
.text-20px{
  font-size: 1.25rem;
}
.text-24px{
  font-size: 1.5rem;
}
.text-32px{
  font-size: 2rem;
}
.text-48px{
  font-size: 3rem;
}
.text-\[clamp\(24px\2c 4vw\2c 32px\)\]{
  font-size: clamp(24px,4vw,32px);
}
.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;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.italic{
  font-style: italic;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\]{
  line-height: 1;
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(231 231 231 / var(--tw-text-opacity, 1));
}
.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-neutral-950{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}
.text-ocean-100{
  --tw-text-opacity: 1;
  color: rgb(0 87 115 / var(--tw-text-opacity, 1));
}
.text-ocean-200{
  --tw-text-opacity: 1;
  color: rgb(0 60 80 / var(--tw-text-opacity, 1));
}
.text-supergray-100{
  --tw-text-opacity: 1;
  color: rgb(225 228 233 / var(--tw-text-opacity, 1));
}
.text-superorange-100{
  --tw-text-opacity: 1;
  color: rgb(239 125 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-lg-center{
  --tw-shadow: 0 0 15px 4px rgb(0 0 0 / 0.2), 0 0 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0 15px 4px var(--tw-shadow-color), 0 0 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);
}
.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);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.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: 200ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[16\/9\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16/9));
  }
  .aspect-\[16\/9\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[4\/3\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (4/3));
  }
  .aspect-\[4\/3\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-\[5\/3\]{
    aspect-ratio: 5/3;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-\[5\/3\]::before{
    content: "";
    float: left;
    padding-top: calc(100% / (5/3));
  }
  .aspect-\[5\/3\]::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-square{
    aspect-ratio: 1 / 1;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-square::before{
    content: "";
    float: left;
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-square::after{
    clear: left;
    content: "";
    display: block;
  }
}
@supports (aspect-ratio: 1 / 1){
  .aspect-video{
    aspect-ratio: 16 / 9;
  }
}
@supports not (aspect-ratio: 1 / 1){
  .aspect-video::before{
    content: "";
    float: left;
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-video::after{
    clear: left;
    content: "";
    display: block;
  }
}
/* @import 'vendor/si-cookie-notice'; */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Book.otf") format("openType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MinionPro";
  src: url("../fonts/MinionPro-Regular.otf") format("openType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bungee";
  src: url("../fonts/Bungee-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#form .gform_wrapper .gform_button{
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.125rem;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  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: 200ms;
}
@media (min-width: 640px){
  #form .gform_wrapper .gform_button{
    width: fit-content;
  }
}
#form .gform_wrapper .gform_button span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#form .gform_wrapper .gform_button > svg,#form .gform_wrapper .gform_button > span > svg{
  pointer-events: none;
  flex-shrink: 0;
}
#form .gform_wrapper .gform_button:disabled{
  pointer-events: none;
}
#form .gform_wrapper .gform_button{
  --tw-bg-opacity: 1;
  background-color: rgb(239 125 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form .gform_wrapper .gform_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(239 125 0 / var(--tw-text-opacity, 1));
}
#form .gform_wrapper .gform_button{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 125 0 / var(--tw-border-opacity, 1));
}
#form[data-background=bg-ocean-100], #form[data-background=bg-ocean-200], #form[data-background=gradient-ocean-r], #form[data-background=gradient-ocean-b]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form[data-background=bg-ocean-100] h1, #form[data-background=bg-ocean-100] h2, #form[data-background=bg-ocean-100] h3, #form[data-background=bg-ocean-100] h4, #form[data-background=bg-ocean-100] h5, #form[data-background=bg-ocean-100] span, #form[data-background=bg-ocean-100] legend, #form[data-background=bg-ocean-100] strong, #form[data-background=bg-ocean-100] p, #form[data-background=bg-ocean-100] ul, #form[data-background=bg-ocean-100] ol, #form[data-background=bg-ocean-100] label, #form[data-background=bg-ocean-100] .gfield_description, #form[data-background=bg-ocean-200] h1, #form[data-background=bg-ocean-200] h2, #form[data-background=bg-ocean-200] h3, #form[data-background=bg-ocean-200] h4, #form[data-background=bg-ocean-200] h5, #form[data-background=bg-ocean-200] span, #form[data-background=bg-ocean-200] legend, #form[data-background=bg-ocean-200] strong, #form[data-background=bg-ocean-200] p, #form[data-background=bg-ocean-200] ul, #form[data-background=bg-ocean-200] ol, #form[data-background=bg-ocean-200] label, #form[data-background=bg-ocean-200] .gfield_description, #form[data-background=gradient-ocean-r] h1, #form[data-background=gradient-ocean-r] h2, #form[data-background=gradient-ocean-r] h3, #form[data-background=gradient-ocean-r] h4, #form[data-background=gradient-ocean-r] h5, #form[data-background=gradient-ocean-r] span, #form[data-background=gradient-ocean-r] legend, #form[data-background=gradient-ocean-r] strong, #form[data-background=gradient-ocean-r] p, #form[data-background=gradient-ocean-r] ul, #form[data-background=gradient-ocean-r] ol, #form[data-background=gradient-ocean-r] label, #form[data-background=gradient-ocean-r] .gfield_description, #form[data-background=gradient-ocean-b] h1, #form[data-background=gradient-ocean-b] h2, #form[data-background=gradient-ocean-b] h3, #form[data-background=gradient-ocean-b] h4, #form[data-background=gradient-ocean-b] h5, #form[data-background=gradient-ocean-b] span, #form[data-background=gradient-ocean-b] legend, #form[data-background=gradient-ocean-b] strong, #form[data-background=gradient-ocean-b] p, #form[data-background=gradient-ocean-b] ul, #form[data-background=gradient-ocean-b] ol, #form[data-background=gradient-ocean-b] label, #form[data-background=gradient-ocean-b] .gfield_description{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#form[data-background=bg-ocean-100] h1.gfield_required, #form[data-background=bg-ocean-100] h2.gfield_required, #form[data-background=bg-ocean-100] h3.gfield_required, #form[data-background=bg-ocean-100] h4.gfield_required, #form[data-background=bg-ocean-100] h5.gfield_required, #form[data-background=bg-ocean-100] span.gfield_required, #form[data-background=bg-ocean-100] legend.gfield_required, #form[data-background=bg-ocean-100] strong.gfield_required, #form[data-background=bg-ocean-100] p.gfield_required, #form[data-background=bg-ocean-100] ul.gfield_required, #form[data-background=bg-ocean-100] ol.gfield_required, #form[data-background=bg-ocean-100] label.gfield_required, #form[data-background=bg-ocean-100] .gfield_description.gfield_required, #form[data-background=bg-ocean-200] h1.gfield_required, #form[data-background=bg-ocean-200] h2.gfield_required, #form[data-background=bg-ocean-200] h3.gfield_required, #form[data-background=bg-ocean-200] h4.gfield_required, #form[data-background=bg-ocean-200] h5.gfield_required, #form[data-background=bg-ocean-200] span.gfield_required, #form[data-background=bg-ocean-200] legend.gfield_required, #form[data-background=bg-ocean-200] strong.gfield_required, #form[data-background=bg-ocean-200] p.gfield_required, #form[data-background=bg-ocean-200] ul.gfield_required, #form[data-background=bg-ocean-200] ol.gfield_required, #form[data-background=bg-ocean-200] label.gfield_required, #form[data-background=bg-ocean-200] .gfield_description.gfield_required, #form[data-background=gradient-ocean-r] h1.gfield_required, #form[data-background=gradient-ocean-r] h2.gfield_required, #form[data-background=gradient-ocean-r] h3.gfield_required, #form[data-background=gradient-ocean-r] h4.gfield_required, #form[data-background=gradient-ocean-r] h5.gfield_required, #form[data-background=gradient-ocean-r] span.gfield_required, #form[data-background=gradient-ocean-r] legend.gfield_required, #form[data-background=gradient-ocean-r] strong.gfield_required, #form[data-background=gradient-ocean-r] p.gfield_required, #form[data-background=gradient-ocean-r] ul.gfield_required, #form[data-background=gradient-ocean-r] ol.gfield_required, #form[data-background=gradient-ocean-r] label.gfield_required, #form[data-background=gradient-ocean-r] .gfield_description.gfield_required, #form[data-background=gradient-ocean-b] h1.gfield_required, #form[data-background=gradient-ocean-b] h2.gfield_required, #form[data-background=gradient-ocean-b] h3.gfield_required, #form[data-background=gradient-ocean-b] h4.gfield_required, #form[data-background=gradient-ocean-b] h5.gfield_required, #form[data-background=gradient-ocean-b] span.gfield_required, #form[data-background=gradient-ocean-b] legend.gfield_required, #form[data-background=gradient-ocean-b] strong.gfield_required, #form[data-background=gradient-ocean-b] p.gfield_required, #form[data-background=gradient-ocean-b] ul.gfield_required, #form[data-background=gradient-ocean-b] ol.gfield_required, #form[data-background=gradient-ocean-b] label.gfield_required, #form[data-background=gradient-ocean-b] .gfield_description.gfield_required{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.breadcrumbs{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .breadcrumbs{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.breadcrumbs a{
  margin-right: 0.375rem;
  text-decoration-line: underline;
}
.breadcrumbs a:hover{
  text-decoration-line: none;
}
.breadcrumbs span > span:not(:first-of-type) a{
  margin-left: 0.375rem;
}
.breadcrumbs .breadcrumb_last{
  margin-left: 0.375rem;
  min-width: 100px;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.logo-marquee {
  overflow: hidden;
  width: 100%;
}

.logo-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
}

.logo-marquee__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 64px;
}

@media (min-width: 768px) {
  .logo-marquee__item {
    margin-right: 80px;
  }
}
@media (min-width: 1280px) {
  .logo-marquee__item {
    margin-right: 160px;
  }
}
@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px){
  .lg\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .lg\:prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .lg\:prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-inline-start: 1em;
  }
  .lg\:prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .lg\:prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .lg\:prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .lg\:prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-inline-end: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .lg\:prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .lg\:prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .lg\:prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-inline-end: 1.5em;
    padding-bottom: 1em;
    padding-inline-start: 1.5em;
  }
  .lg\:prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .lg\:prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0.4444444em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .lg\:prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .lg\:prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .lg\:prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-inline-start: 1.5555556em;
  }
  .lg\:prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .lg\:prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .lg\:prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-inline-end: 0.75em;
    padding-bottom: 0.75em;
    padding-inline-start: 0.75em;
  }
  .lg\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-start: 0;
  }
  .lg\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-inline-end: 0;
  }
  .lg\:prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .lg\:prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .lg\:prose-lg :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.last-of-type\:hidden:last-of-type{
  display: none;
}
.hover\:fill-ocean-200:hover{
  fill: #003C50;
}
.hover\:fill-white:hover{
  fill: #fff;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-70{
  opacity: 0.7;
}
.activated\:pointer-events-auto[activated]{
  pointer-events: auto;
}
.activated\:opacity-100[activated]{
  opacity: 1;
}
[group-activated] .group-activated\:pointer-events-auto{
  pointer-events: auto;
}
[group-activated] .group-activated\:max-h-96{
  max-height: 24rem;
}
[group-activated] .group-activated\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[group-activated] .group-activated\:pb-3{
  padding-bottom: 0.75rem;
}
[group-activated] .group-activated\:opacity-100{
  opacity: 1;
}
@media (min-width: 460px){
  .xs\:flex{
    display: flex;
  }
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-3xl{
    max-width: 48rem;
  }
  .sm\:max-w-4xl{
    max-width: 56rem;
  }
  .sm\:max-w-5xl{
    max-width: 64rem;
  }
  .sm\:max-w-6xl{
    max-width: 72rem;
  }
  .sm\:max-w-7xl{
    max-width: 80rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:text-48px{
    font-size: 3rem;
  }
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:mb-40{
    margin-bottom: 10rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:w-\[calc\(50\%-40px\)\]{
    width: calc(50% - 40px);
  }
  .md\:w-fit{
    width: fit-content;
  }
  .md\:max-w-2xl{
    max-width: 42rem;
  }
  .md\:max-w-3xl{
    max-width: 48rem;
  }
  .md\:max-w-4xl{
    max-width: 56rem;
  }
  .md\:max-w-5xl{
    max-width: 64rem;
  }
  .md\:max-w-6xl{
    max-width: 72rem;
  }
  .md\:max-w-7xl{
    max-width: 80rem;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:max-w-sm{
    max-width: 24rem;
  }
  .md\:max-w-xl{
    max-width: 36rem;
  }
  .md\:columns-2{
    columns: 2;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-\[280px_1fr\]{
    grid-template-columns: 280px 1fr;
  }
  .md\:grid-cols-\[320px_1fr\]{
    grid-template-columns: 320px 1fr;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:gap-20{
    gap: 5rem;
  }
  .md\:gap-y-3{
    row-gap: 0.75rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:pb-36{
    padding-bottom: 9rem;
  }
  .md\:pt-28{
    padding-top: 7rem;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-48px{
    font-size: 3rem;
  }
  .md\:text-64px{
    font-size: 4rem;
  }
}
@media (min-width: 1024px){
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:h-20{
    height: 5rem;
  }
  .lg\:h-\[40px\]{
    height: 40px;
  }
  .lg\:h-\[60px\]{
    height: 60px;
  }
  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .lg\:max-w-2xl{
    max-width: 42rem;
  }
  .lg\:max-w-3xl{
    max-width: 48rem;
  }
  .lg\:max-w-4xl{
    max-width: 56rem;
  }
  .lg\:max-w-5xl{
    max-width: 64rem;
  }
  .lg\:max-w-6xl{
    max-width: 72rem;
  }
  .lg\:max-w-7xl{
    max-width: 80rem;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-md{
    max-width: 28rem;
  }
  .lg\:max-w-sm{
    max-width: 24rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .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\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-28{
    gap: 7rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-18px{
    font-size: 1.125rem;
  }
  .lg\:text-32px{
    font-size: 2rem;
  }
  .lg\:text-64px{
    font-size: 4rem;
  }
}
@media (min-width: 1352px){
  .xl\:top-\[30px\]{
    top: 30px;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:min-h-\[400px\]{
    min-height: 400px;
  }
  .xl\:max-w-2xl{
    max-width: 42rem;
  }
  .xl\:max-w-3xl{
    max-width: 48rem;
  }
  .xl\:max-w-4xl{
    max-width: 56rem;
  }
  .xl\:max-w-5xl{
    max-width: 64rem;
  }
  .xl\:max-w-6xl{
    max-width: 72rem;
  }
  .xl\:max-w-7xl{
    max-width: 80rem;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:max-w-md{
    max-width: 28rem;
  }
  .xl\:max-w-sm{
    max-width: 24rem;
  }
  .xl\:max-w-xl{
    max-width: 36rem;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-16{
    gap: 4rem;
  }
  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .xl\:text-16px{
    font-size: 1rem;
  }
  .xl\:text-24px{
    font-size: 1.5rem;
  }
  .xl\:text-64px{
    font-size: 4rem;
  }
  .xl\:text-80px{
    font-size: 5rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:max-w-2xl{
    max-width: 42rem;
  }
  .\32xl\:max-w-3xl{
    max-width: 48rem;
  }
  .\32xl\:max-w-4xl{
    max-width: 56rem;
  }
  .\32xl\:max-w-5xl{
    max-width: 64rem;
  }
  .\32xl\:max-w-6xl{
    max-width: 72rem;
  }
  .\32xl\:max-w-7xl{
    max-width: 80rem;
  }
  .\32xl\:max-w-lg{
    max-width: 32rem;
  }
  .\32xl\:max-w-md{
    max-width: 28rem;
  }
  .\32xl\:max-w-sm{
    max-width: 24rem;
  }
  .\32xl\:max-w-xl{
    max-width: 36rem;
  }
}
