.format :where(blockquote):not(:where([class~=not-format] *)):before {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 -7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    color: var(--tw-format-quotes);
    width: 1.7777778em;
    height: 1.3333333em;
    display: block;
    margin-top: 1.6em
}

.btn {
    font-weight: 800;
    font-family: TheSansE5-ExtraBold;
    font-weight: 400
}

@media (min-width: 1024px) {
    .btn {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

.btn {
    border-radius: .5rem;
    padding: .5rem .625rem
}

@media (min-width: 1024px) {
    .btn {
        padding: .75rem .875rem
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.btn:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.btn {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.btn .icon {
    font-size: 1.5rem;
    line-height: 1
}

.btn.btn-icon-only {
    border-radius: 9999px;
    padding: .5rem
}

@media (min-width: 1024px) {
    .btn.btn-icon-only {
        padding: .75rem
    }
}

.btn:disabled,
.btn.disabled {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    pointer-events: none
}

.btn-color-primary:focus-visible,
.btn-color-primaryInverted:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(171 207 251 / var(--tw-ring-opacity))
}

.btn-color-accent:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(163 243 191 / var(--tw-ring-opacity))
}

.btn-color-warning:focus-visible {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(238 127 93 / var(--tw-ring-opacity))
}

.btn-type-primary:disabled,
.btn-type-primary.disabled {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 247 249 / var(--tw-bg-opacity)) !important
}

.btn-type-primary.btn-color-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(0 101 228 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 88 198 / var(--tw-bg-opacity))
}

.btn-type-primary.btn-color-primary:active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 161 / var(--tw-bg-opacity))
}

.btn-type-primary.btn-color-primaryInverted {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 101 228 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-primaryInverted:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(235 244 254 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 88 198 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-primaryInverted:active {
    --tw-bg-opacity: 1;
    background-color: rgb(214 232 253 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 71 161 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-accent {
    --tw-bg-opacity: 1;
    background-color: rgb(27 235 131 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 60 50 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-accent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(24 210 117 / var(--tw-bg-opacity))
}

.btn-type-primary.btn-color-accent:active {
    --tw-bg-opacity: 1;
    background-color: rgb(21 182 101 / var(--tw-bg-opacity))
}

.btn-type-primary.btn-color-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(208 57 11 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-primary.btn-color-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(165 45 9 / var(--tw-bg-opacity))
}

.btn-type-primary.btn-color-warning:active {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 7 / var(--tw-bg-opacity))
}

.btn-type-secondary {
    outline-style: solid;
    outline-width: 1px;
    outline-offset: -1px;
    outline-color: currentColor
}

.btn-type-secondary:disabled,
.btn-type-secondary.disabled {
    outline-color: #64748b !important
}

.btn-type-secondary.btn-color-primary {
    --tw-text-opacity: 1;
    color: rgb(0 101 228 / var(--tw-text-opacity));
    outline-color: #0065e4
}

.btn-type-secondary.btn-color-primary:hover {
    background-color: #0071ff1a;
    --tw-text-opacity: 1;
    color: rgb(0 88 198 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-primary:active {
    background-color: #0071ff40;
    --tw-text-opacity: 1;
    color: rgb(0 71 161 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-primaryInverted {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-primaryInverted:hover {
    background-color: #0071ff1a
}

.btn-type-secondary.btn-color-primaryInverted:active {
    background-color: #0071ff40
}

.btn-type-secondary.btn-color-accent {
    --tw-text-opacity: 1;
    color: rgb(12 105 59 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-accent:hover {
    background-color: #1beb831a
}

.btn-type-secondary.btn-color-accent:active {
    background-color: #1beb8340
}

.btn-type-secondary.btn-color-warning {
    --tw-text-opacity: 1;
    color: rgb(208 57 11 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-warning:hover {
    background-color: #e43e0c1a;
    --tw-text-opacity: 1;
    color: rgb(165 45 9 / var(--tw-text-opacity))
}

.btn-type-secondary.btn-color-warning:active {
    background-color: #e43e0c40;
    --tw-text-opacity: 1;
    color: rgb(126 34 7 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-primary {
    --tw-text-opacity: 1;
    color: rgb(0 101 228 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-primary:hover {
    background-color: #0071ff1a;
    --tw-text-opacity: 1;
    color: rgb(0 88 198 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-primary:active {
    background-color: #0071ff40;
    --tw-text-opacity: 1;
    color: rgb(0 71 161 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-primaryInverted {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-primaryInverted:hover {
    background-color: #0071ff1a
}

.btn-type-tertiary.btn-color-primaryInverted:active {
    background-color: #0071ff40
}

.btn-type-tertiary.btn-color-accent {
    --tw-text-opacity: 1;
    color: rgb(12 105 59 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-accent:hover {
    background-color: #1beb831a
}

.btn-type-tertiary.btn-color-accent:active {
    background-color: #1beb8340
}

.btn-type-tertiary.btn-color-warning {
    --tw-text-opacity: 1;
    color: rgb(208 57 11 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-warning:hover {
    background-color: #e43e0c1a;
    --tw-text-opacity: 1;
    color: rgb(165 45 9 / var(--tw-text-opacity))
}

.btn-type-tertiary.btn-color-warning:active {
    background-color: #e43e0c40;
    --tw-text-opacity: 1;
    color: rgb(126 34 7 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG {
    padding-left: .125rem;
    padding-right: .125rem
}

.btn-type-tertiary_noBG.btn-color-primary {
    --tw-text-opacity: 1;
    color: rgb(0 101 228 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 88 198 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-primary:active {
    --tw-text-opacity: 1;
    color: rgb(0 71 161 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-primaryInverted {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-primaryInverted:hover {
    --tw-text-opacity: 1;
    color: rgb(171 207 251 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-primaryInverted:active {
    --tw-text-opacity: 1;
    color: rgb(77 156 248 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-accent {
    --tw-text-opacity: 1;
    color: rgb(12 105 59 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-accent:hover {
    --tw-text-opacity: 1;
    color: rgb(0 60 50 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-accent:active {
    --tw-text-opacity: 1;
    color: rgb(0 0 27 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-warning {
    --tw-text-opacity: 1;
    color: rgb(208 57 11 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-warning:hover {
    --tw-text-opacity: 1;
    color: rgb(165 45 9 / var(--tw-text-opacity))
}

.btn-type-tertiary_noBG.btn-color-warning:active {
    --tw-text-opacity: 1;
    color: rgb(126 34 7 / var(--tw-text-opacity))
}

.container {
    width: 100%
}

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

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

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

@media (min-width: 1440px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1920px
    }
}

.format {
    color: var(--fuse-text-default);
    max-width: 65ch
}

.format :where([class~=lead]):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-secondary);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.format :where(a):not(:where([class~=not-format] *)) {
    color: var(--fuse-primary-500);
    text-decoration: underline;
    font-weight: 500
}

.format :where(a):not(:where([class~=not-format] *)):hover {
    text-decoration: none
}

.format :where(strong):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 700
}

.format :where(a strong):not(:where([class~=not-format] *)) {
    color: inherit
}

.format :where(blockquote strong):not(:where([class~=not-format] *)) {
    color: inherit
}

.format :where(thead th strong):not(:where([class~=not-format] *)) {
    color: inherit
}

.format :where(ol):not(:where([class~=not-format] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.format :where(ol[type=A]):not(:where([class~=not-format] *)) {
    list-style-type: upper-alpha
}

.format :where(ol[type=a]):not(:where([class~=not-format] *)) {
    list-style-type: lower-alpha
}

.format :where(ol[type=I]):not(:where([class~=not-format] *)) {
    list-style-type: upper-roman
}

.format :where(ol[type=i]):not(:where([class~=not-format] *)) {
    list-style-type: lower-roman
}

.format :where(ol[type="1"]):not(:where([class~=not-format] *)) {
    list-style-type: decimal
}

.format :where(ul):not(:where([class~=not-format] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.format :where(ol>li):not(:where([class~=not-format] *))::marker {
    font-weight: 400;
    color: var(--tw-format-counters)
}

.format :where(ul>li):not(:where([class~=not-format] *))::marker {
    color: var(--tw-format-bullets)
}

.format :where(hr):not(:where([class~=not-format] *)) {
    border-color: var(--fuse-border);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.format :where(blockquote):not(:where([class~=not-format] *)) {
    font-size: 1.1111111em;
    font-weight: 700;
    font-style: italic;
    color: var(--fuse-text-default);
    quotes: "“""”""‘""’";
    margin-bottom: 1.6em;
    border-left-color: var(--fuse-border)
}

.format :where(blockquote):not(:where([class~=not-format] *)):before {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 -7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    color: var(--tw-format-quotes);
    width: 1.7777778em;
    height: 1.3333333em;
    display: block;
    margin-top: 1.6em
}

.format :where(blockquote p:first-of-type):not(:where([class~=not-format] *)):before {
    content: open-quote
}

.format :where(blockquote p:last-of-type):not(:where([class~=not-format] *)):after {
    content: close-quote
}

.format :where(h1):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.format :where(h1 strong):not(:where([class~=not-format] *)) {
    font-weight: 900;
    color: inherit
}

.format :where(h2):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.format :where(h2 strong):not(:where([class~=not-format] *)) {
    font-weight: 800;
    color: inherit
}

.format :where(h3):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 700;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: .6em;
    line-height: 1.6
}

.format :where(h3 strong):not(:where([class~=not-format] *)) {
    font-weight: 800;
    color: inherit
}

.format :where(h4):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5em;
    line-height: 1.5
}

.format :where(h4 strong):not(:where([class~=not-format] *)) {
    font-weight: 700;
    color: inherit
}

.format :where(img):not(:where([class~=not-format] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.format :where(figure>*):not(:where([class~=not-format] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.format :where(figcaption):not(:where([class~=not-format] *)) {
    color: var(--tw-format-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.format :where(code):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-default);
    font-weight: 500;
    background-color: var(--tw-format-code-bg);
    padding: .3333333em .5555556em;
    border-radius: .2222222em;
    font-size: .875em
}

.format :where(a code):not(:where([class~=not-format] *)) {
    color: var(--fuse-primary)
}

.format :where(h1 code):not(:where([class~=not-format] *)) {
    color: inherit
}

.format :where(h2 code):not(:where([class~=not-format] *)) {
    color: inherit;
    font-size: .875em
}

.format :where(h3 code):not(:where([class~=not-format] *)) {
    color: inherit;
    font-size: .9em
}

.format :where(h4 code):not(:where([class~=not-format] *)) {
    color: inherit
}

.format :where(blockquote code):not(:where([class~=not-format] *)) {
    color: inherit
}

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

.format :where(pre):not(:where([class~=not-format] *)) {
    color: #fff;
    background-color: #1f2937;
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.format :where(pre code):not(:where([class~=not-format] *)) {
    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
}

.format :where(pre code):not(:where([class~=not-format] *)):before {
    content: none
}

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

.format :where(table):not(:where([class~=not-format] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.format :where(thead):not(:where([class~=not-format] *)) {
    background-color: var(--tw-format-th-bg);
    border-radius: .2777778em;
    color: var(--fuse-text-default);
    border-bottom-color: var(--fuse-border)
}

.format :where(thead th):not(:where([class~=not-format] *)) {
    color: var(--tw-format-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding: .5555556em .5714286em .5714286em
}

.format :where(tbody tr):not(:where([class~=not-format] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--fuse-border)
}

.format :where(tbody tr:last-child):not(:where([class~=not-format] *)) {
    border-bottom-width: 0
}

.format :where(tbody td):not(:where([class~=not-format] *)) {
    vertical-align: baseline
}

.format :where(tfoot):not(:where([class~=not-format] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-format-th-borders)
}

.format :where(tfoot td):not(:where([class~=not-format] *)) {
    vertical-align: top
}

.format {
    --tw-format-body: #6b7280;
    --tw-format-headings: #111827;
    --tw-format-lead: #6b7280;
    --tw-format-links: #4b5563;
    --tw-format-bold: #111827;
    --tw-format-counters: #6b7280;
    --tw-format-bullets: #6b7280;
    --tw-format-hr: #e5e7eb;
    --tw-format-quotes: #111827;
    --tw-format-quote-borders: #e5e7eb;
    --tw-format-captions: #6b7280;
    --tw-format-code: #111827;
    --tw-format-code-bg: #f3f4f6;
    --tw-format-pre-code: #4b5563;
    --tw-format-pre-bg: #f3f4f6;
    --tw-format-th-borders: #e5e7eb;
    --tw-format-th-bg: #f9fafb;
    --tw-format-td-borders: #e5e7eb;
    --tw-format-invert-body: #9ca3af;
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: #9ca3af;
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: #9ca3af;
    --tw-format-invert-bullets: #4b5563;
    --tw-format-invert-hr: #374151;
    --tw-format-invert-quotes: #f3f4f6;
    --tw-format-invert-quote-borders: #374151;
    --tw-format-invert-captions: #9ca3af;
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: #1f2937;
    --tw-format-invert-pre-code: #d1d5db;
    --tw-format-invert-pre-bg: #374151;
    --tw-format-invert-th-borders: #4b5563;
    --tw-format-invert-td-borders: #374151;
    --tw-format-invert-th-bg: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.format :where(p):not(:where([class~=not-format] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.format :where(blockquote>p:first-child):not(:where([class~=not-format] *)) {
    margin-top: 0
}

.format :where(video):not(:where([class~=not-format] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.format :where(figure):not(:where([class~=not-format] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.format :where(li):not(:where([class~=not-format] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.format :where(ol>li):not(:where([class~=not-format] *)) {
    padding-left: .375em
}

.format :where(ul>li):not(:where([class~=not-format] *)) {
    padding-left: .375em
}

.format :where(.format>ul>li p):not(:where([class~=not-format] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.format :where(.format>ul>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.25em
}

.format :where(.format>ul>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.25em
}

.format :where(.format>ol>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.25em
}

.format :where(.format>ol>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.25em
}

.format :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-format] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.format :where(hr+*):not(:where([class~=not-format] *)) {
    margin-top: 0
}

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

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

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

.format :where(thead th:last-child):not(:where([class~=not-format] *)) {
    padding-right: 0
}

.format :where(tbody td, tfoot td):not(:where([class~=not-format] *)) {
    padding: .5714286em
}

.format :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-format] *)) {
    padding-right: 0
}

.format :where(.format>:first-child):not(:where([class~=not-format] *)) {
    margin-top: 0
}

.format :where(.format>:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 0
}

.format :where(ol>li):not(:where([class~=not-format] *)):before {
    color: var(--fuse-text-secondary)
}

.format :where(ul>li):not(:where([class~=not-format] *)):before {
    background-color: var(--fuse-text-hint)
}

.format :where(figure figcaption):not(:where([class~=not-format] *)) {
    color: var(--fuse-text-secondary)
}

.format-sm :where(.format>ul>li p):not(:where([class~=not-format] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.format-sm :where(.format>ul>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1em
}

.format-sm :where(.format>ul>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1em
}

.format-sm :where(.format>ol>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1em
}

.format-sm :where(.format>ol>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1em
}

.format-sm :where(.format>:first-child):not(:where([class~=not-format] *)) {
    margin-top: 0
}

.format-sm :where(.format>:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 0
}

.format-base :where(.format>ul>li p):not(:where([class~=not-format] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.format-base :where(.format>ul>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.25em
}

.format-base :where(.format>ul>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.25em
}

.format-base :where(.format>ol>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.25em
}

.format-base :where(.format>ol>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.25em
}

.format-base :where(.format>:first-child):not(:where([class~=not-format] *)) {
    margin-top: 0
}

.format-base :where(.format>:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 0
}

.format-lg :where(.format>ul>li p):not(:where([class~=not-format] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.format-lg :where(.format>ul>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.3333333em
}

.format-lg :where(.format>ul>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.3333333em
}

.format-lg :where(.format>ol>li>*:first-child):not(:where([class~=not-format] *)) {
    margin-top: 1.3333333em
}

.format-lg :where(.format>ol>li>*:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 1.3333333em
}

.format-lg :where(.format>:first-child):not(:where([class~=not-format] *)) {
    margin-top: 0
}

.format-lg :where(.format>:last-child):not(:where([class~=not-format] *)) {
    margin-bottom: 0
}

@media (min-width: 1024px) {

    .desktop-metanavigation-menu a:focus,
    .desktop-metanavigation-menu a:focus img,
    .desktop-metanavigation-menu button:focus,
    .main-nav a:focus,
    .main-nav a:focus img,
    .main-nav button:focus {
        --tw-shadow: inset 0 0px 0px 3px rgb(0, 113, 240);
        --tw-shadow-colored: inset 0 0px 0px 3px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        outline: 2px solid transparent;
        outline-offset: 2px
    }
}

.mobile-switcher {
    display: grid;
    align-content: center
}

.mobile-switcher>* {
    grid-column: 1;
    grid-row: 1
}

@media not all and (min-width: 1024px) {

    .mobile-switcher--menu-opened,
    .mobile-switcher--menu-closed {
        pointer-events: none;
        --tw-translate-x: .5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }
}

@media (min-width: 1024px) {
    .mobile-switcher--menu-opened {
        display: none
    }
}

.mobile-switcher--menu-opened #locations-button {
    margin-left: -1rem
}

.mobile-switcher .separator {
    position: relative;
    top: 2px;
    left: 1px;
    height: 20px;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

body:has(#mobile-menu[aria-modal=true]) .mobile-switcher--menu-opened,
body:has(#mobile-menu[aria-hidden=true]) .mobile-switcher--menu-closed {
    pointer-events: auto;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.mobile-menu-offcanvas {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 40;
    width: 100%;
    overflow-y: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(237 241 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#menu-button {
    position: relative;
    display: grid
}

@media (min-width: 1440px) {
    #menu-button {
        display: none
    }
}

.desktop-languages:has(.dropdown#menu-button>*),
.desktop-locations:has(.dropdown#menu-button>*) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

#menu-button>* {
    grid-column: 1;
    grid-row: 1;
    display: block;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

#menu-button .menu-icon {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

body:has(#mobile-menu[aria-hidden=true]) .menu-icon--open,
body:has(#mobile-menu[aria-modal=true]) .menu-icon--close {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.mobile-menu-item:not(:last-child) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity))
}

.mobile-menu-item__button {
    margin-top: .75rem;
    margin-bottom: .75rem;
    margin-inline-start: auto;
    display: grid;
    place-content: center;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity))
}

.mobile-menu-item__button .icon {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mobile-menu-item__button button {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem
}

.mobile-menu-item__button button[aria-expanded=true] .icon {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.mobile-menu-item__title {
    display: flex;
    gap: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-family: TheSansE5-ExtraBold;
    font-weight: 400
}

.mobile-menu-item__title a {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.mobile-menu-item__dropdown {
    padding-left: 1rem;
    padding-bottom: 1rem
}

.mobile-menu-item .mobile-menu-item .mobile-menu-item__title {
    font-size: 1rem;
    line-height: 1.5rem
}

.mobile-menu-item.active>.mobile-menu-item__title>a,
.mobile-menu-item.active>.mobile-menu-item__title button {
    --tw-text-opacity: 1;
    color: rgb(0 113 255 / var(--tw-text-opacity))
}

.mobile-menu-item.active>.mobile-menu-item__title>a {
    display: flex;
    font-weight: 800;
    font-family: TheSansE5-ExtraBold;
    font-weight: 400
}

.mobile-submenu {
    margin-top: -1rem;
    margin-bottom: -1rem;
    padding: 1rem .75rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mobile-submenu .icon-chevron {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.mobile-submenu:first-child {
    margin-inline-start: -1rem
}

#mobile-languages-menu[aria-modal=true]~header #languages-button,
#mobile-locations-menu[aria-modal=true]~header #locations-button {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 51 114 / var(--tw-text-opacity))
}

#mobile-languages-menu[aria-modal=true]~header #languages-button+.separator,
#mobile-locations-menu[aria-modal=true]~header #locations-button+.separator {
    opacity: 0
}

#mobile-languages-menu[aria-modal=true]~header #languages-button .icon-chevron,
#mobile-locations-menu[aria-modal=true]~header #locations-button .icon-chevron {
    --tw-rotate: -90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

#mobile-locations-menu ul,
#mobile-languages-menu ul,
#desktop-languages-dropdown ul,
#desktop-locations-dropdown ul {
    display: flex;
    flex-direction: column
}

@media (min-width: 1024px) {

    #mobile-locations-menu ul,
    #mobile-languages-menu ul,
    #desktop-languages-dropdown ul,
    #desktop-locations-dropdown ul {
        gap: .375rem
    }
}

#mobile-locations-menu li,
#mobile-languages-menu li,
#desktop-languages-dropdown li,
#desktop-locations-dropdown li {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-family: TheSansE5-SemiLight;
    font-weight: 400
}

@media (min-width: 1024px) {

    #mobile-locations-menu li,
    #mobile-languages-menu li,
    #desktop-languages-dropdown li,
    #desktop-locations-dropdown li {
        padding-top: 0;
        padding-bottom: 0
    }
}

#mobile-locations-menu li a,
#mobile-languages-menu li a,
#desktop-languages-dropdown li a,
#desktop-locations-dropdown li a {
    display: flex
}

#mobile-locations-menu li.active,
#mobile-languages-menu li.active,
#desktop-languages-dropdown li.active,
#desktop-locations-dropdown li.active {
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity));
    font-family: TheSansE5-ExtraBold;
    font-weight: 400
}

#mobile-locations-menu li:not(.active):hover,
#mobile-languages-menu li:not(.active):hover,
#desktop-languages-dropdown li:not(.active):hover,
#desktop-locations-dropdown li:not(.active):hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity));
    text-decoration-line: underline
}

@media (min-width: 1024px) {

    #mobile-menu,
    #mobile-locations-menu,
    #mobile-languages-menu,
    #menu-button {
        display: none
    }
}

@media not all and (min-width: 1024px) {
    .desktop-menu {
        display: none
    }
}

.desktop-languages:has(.dropdown.desktop-menu__item),
.desktop-locations:has(.dropdown.desktop-menu__item) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-menu__item {
    display: block;
    padding: 1.5rem 1rem
}

.desktop-menu__item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 51 114 / var(--tw-text-opacity))
}

.desktop-menu__item.active {
    --tw-text-opacity: 1;
    color: rgb(27 235 131 / var(--tw-text-opacity))
}

.desktop-menu__item.active:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity))
}

.desktop-menu__submenu__content {
    position: absolute !important;
    inset: unset !important;
    top: 100% !important;
    transform: none !important;
    z-index: 20;
    cursor: auto;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(237 241 245 / var(--tw-bg-opacity))
}

.desktop-languages:has(.dropdown.desktop-menu__submenu__content a),
.desktop-locations:has(.dropdown.desktop-menu__submenu__content a) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-menu__submenu__content a {
    margin-bottom: .75rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity));
    font-family: TheSansE5-Plain;
    font-weight: 400
}

.desktop-menu__submenu__content a:hover {
    text-decoration-line: underline
}

.desktop-menu__submenu__content:has(.col:nth-of-type(1)) {
    width: 304px
}

.desktop-menu__submenu__content:has(.col:nth-of-type(2)) {
    width: 624px
}

.desktop-menu__submenu__content:has(.col:nth-of-type(3)) {
    width: 912px
}

.desktop-menu__submenu__content:has(.col:nth-of-type(4)) {
    width: 64rem
}

.desktop-menu__submenu__content .col {
    flex: 1 1 0%
}

.desktop-menu__submenu__content .col a:last-child {
    margin-bottom: 0
}

.desktop-menu__submenu__content a.active {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(0 113 255 / var(--tw-text-opacity))
}

.desktop-menu__submenu__content a.active:hover {
    text-decoration-line: none
}

.desktop-languages:has(.dropdown.desktop-menu__submenu:hover .desktop-menu__submenu__content),
.desktop-locations:has(.dropdown.desktop-menu__submenu:hover .desktop-menu__submenu__content),
.desktop-languages:has(.dropdown.desktop-menu__submenu:focus-within .desktop-menu__submenu__content),
.desktop-locations:has(.dropdown.desktop-menu__submenu:focus-within .desktop-menu__submenu__content) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-menu__submenu:hover .desktop-menu__submenu__content,
.desktop-menu__submenu:focus-within .desktop-menu__submenu__content {
    display: block !important
}

.desktop-menu__submenu:hover .desktop-menu__item,
.desktop-menu__submenu:focus-within .desktop-menu__item {
    --tw-bg-opacity: 1;
    background-color: rgb(237 241 245 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 60 / var(--tw-text-opacity))
}

.desktop-menu__submenu:hover .desktop-menu__item.active,
.desktop-menu__submenu:focus-within .desktop-menu__item.active {
    --tw-text-opacity: 1;
    color: rgb(0 113 255 / var(--tw-text-opacity))
}

.desktop-languages:has(.dropdown.desktop-metanavigation-menu nav ul li a),
.desktop-locations:has(.dropdown.desktop-metanavigation-menu nav ul li a) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-metanavigation-menu nav ul li a {
    display: block;
    cursor: pointer;
    padding: .625rem 1rem
}

.desktop-metanavigation-menu nav ul li a:hover {
    text-decoration-line: underline
}

.desktop-metanavigation-menu nav ul li a.active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 60 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.desktop-metanavigation-menu nav ul li a.active:hover {
    text-decoration-line: none
}

.desktop-languages:focus,
.desktop-locations:focus,
.desktop-search-link:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-languages:hover,
.desktop-locations:hover,
.desktop-search-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-languages a,
.desktop-languages button,
.desktop-locations a,
.desktop-locations button,
.desktop-search-link a,
.desktop-search-link button {
    padding: .5rem 1rem
}

.desktop-search-link:hover+.desktop-languages .separator,
.desktop-search-link:hover+.desktop-locations .separator,
.desktop-languages:hover+.desktop-locations .separator {
    opacity: 0
}

.desktop-languages:hover .separator,
.desktop-locations:hover .separator {
    opacity: 0
}

.desktop-languages,
.desktop-locations {
    position: relative !important
}

.desktop-languages .icon-chevron,
.desktop-locations .icon-chevron {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.desktop-languages:has(.dropdown.block),
.desktop-locations:has(.dropdown.block) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.desktop-languages>.separator,
.desktop-locations>.separator {
    position: absolute;
    top: 10px;
    left: 0;
    height: 20px;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 51 114 / var(--tw-bg-opacity))
}

#desktop-languages-dropdown,
#desktop-locations-dropdown {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    width: 11rem;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity));
    padding: 1.5rem
}

#desktop-languages-dropdown {
    width: 11rem
}

#desktop-locations-dropdown {
    width: 40rem
}

.mobile-children-brackets {
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: .5rem
}

.mobile-children-brackets>*:not(:last-of-type) {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity))
}

.mobile-children-brackets li {
    border-bottom-width: 0px !important
}

.mobile-children-brackets li a {
    font-family: TheSansE5-Plain;
    font-weight: 400
}

.desktop-languages:has(.dropdown.mobile-children-brackets b),
.desktop-locations:has(.dropdown.mobile-children-brackets b) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

.mobile-children-brackets b {
    display: block;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 800;
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    font-family: TheSansE5-ExtraBold;
    font-weight: 400
}

.desktop-metanavigation-menu.on-scroll-hidden {
    top: -2.5rem !important
}

.main-nav.on-scroll-move {
    top: 0 !important
}

.desktop-languages:has(.peer:checked~.peer-checked\:block.dropdown),
.desktop-locations:has(.peer:checked~.peer-checked\:block.dropdown) {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity))
}

@media (min-width: 640px) {

    .desktop-languages:has(.sm\:block.dropdown),
    .desktop-locations:has(.sm\:block.dropdown) {
        --tw-bg-opacity: 1;
        background-color: rgb(226 232 240 / var(--tw-bg-opacity))
    }
}

@media (min-width: 1024px) {

    .desktop-languages:has(.lg\:block.dropdown),
    .desktop-locations:has(.lg\:block.dropdown) {
        --tw-bg-opacity: 1;
        background-color: rgb(226 232 240 / var(--tw-bg-opacity))
    }
}

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

:before,
:after {
    --tw-content: ""
}

html,
:host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: TheSansE5-Plain, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

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

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

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

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

button,
select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    height: 100%;
    min-height: 100%
}

a {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-weight: 700 !important;
    text-decoration-line: underline !important;
    text-underline-offset: 4px !important;
    font-family: TheSansE5-Bold !important;
    font-weight: 400 !important
}

a:hover {
    text-decoration-line: none !important
}

*,
: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 / .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:
}

::-ms-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 / .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 / .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:
}

.pointer-events-none {
    pointer-events: none !important
}

.invisible {
    visibility: hidden !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.sticky {
    position: sticky !important
}

.inset-y-0 {
    top: 0 !important;
    bottom: 0 !important
}

.right-2 {
    right: .5rem !important
}

.start-0 {
    inset-inline-start: 0px !important
}

.top-0 {
    top: 0 !important
}

.top-\[1px\] {
    top: 1px !important
}

.z-10 {
    z-index: 10 !important
}

.z-20 {
    z-index: 20 !important
}

.z-50 {
    z-index: 50 !important
}

.m-4 {
    margin: 1rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-1\.5 {
    margin-bottom: .375rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-4 {
    margin-bottom: 1rem !important
}

.mb-6 {
    margin-bottom: 1.5rem !important
}

.ml-auto {
    margin-left: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-6 {
    margin-top: 1.5rem !important
}

.block {
    display: block !important
}

.flex {
    display: flex !important
}

.hidden {
    display: none !important
}

.h-10 {
    height: 2.5rem !important
}

.h-14 {
    height: 3.5rem !important
}

.h-\[35px\] {
    height: 35px !important
}

.h-\[38px\] {
    height: 38px !important
}

.min-h-10 {
    min-height: 2.5rem !important
}

.min-h-80 {
    min-height: 20rem !important
}

.w-100 {
    width: 25rem !important
}

.w-20 {
    width: 5rem !important
}

.w-6 {
    width: 1.5rem !important
}

.w-60 {
    width: 15rem !important
}

.w-full {
    width: 100% !important
}

.w-max {
    width: max-content !important
}

.min-w-120 {
    min-width: 30rem !important
}

.min-w-64 {
    min-width: 16rem !important
}

.max-w-140 {
    /*max-width: 35rem !important*/
    max-width: 40rem !important
}

.max-w-90 {
    max-width: 22.5rem !important
}

.max-w-full {
    max-width: 100% !important
}

.max-w-screen-xl {
    max-width: 1440px !important
}

.flex-auto {
    flex: 1 1 auto !important
}

.rotate-180 {
    --tw-rotate: 180deg !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.cursor-pointer {
    cursor: pointer !important
}

.list-decimal {
    list-style-type: decimal !important
}

.flex-col {
    flex-direction: column !important
}

.flex-col-reverse {
    flex-direction: column-reverse !important
}

.items-center {
    align-items: center !important
}

.justify-center {
    justify-content: center !important
}

.justify-between {
    justify-content: space-between !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-10 {
    gap: 2.5rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-4 {
    gap: 1rem !important
}

.gap-5 {
    gap: 1.25rem !important
}

.gap-6 {
    gap: 1.5rem !important
}

.rounded-lg {
    border-radius: .5rem !important
}

.rounded-xl {
    border-radius: .75rem !important
}

.border {
    border-width: 1px !important
}

.border-b {
    border-bottom-width: 1px !important
}

.border-base-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important
}

.border-base-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important
}

.border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 51 114 / var(--tw-border-opacity)) !important
}

.border-slate-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important
}

.border-b-slate-100 {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity)) !important
}

.bg-accent-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(246 254 248 / var(--tw-bg-opacity)) !important
}

.bg-attention-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(254 247 231 / var(--tw-bg-opacity)) !important
}

.bg-base-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important
}

.bg-base-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 247 249 / var(--tw-bg-opacity)) !important
}

.bg-primary-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 60 / var(--tw-bg-opacity)) !important
}

.bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(248 251 255 / var(--tw-bg-opacity)) !important
}

.bg-slate-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important
}

.bg-warn-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(253 236 231 / var(--tw-bg-opacity)) !important
}

.bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.p-2 {
    padding: .5rem !important
}

.p-4 {
    padding: 1rem !important
}

.p-6 {
    padding: 1.5rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important
}

.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.ps-2 {
    padding-inline-start: .5rem !important
}

.ps-8 {
    padding-inline-start: 2rem !important
}

.ps-9 {
    padding-inline-start: 2.25rem !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important
}

.text-2xl\/none {
    font-size: 1.5rem !important;
    line-height: 1 !important
}

.text-2xl\/tight {
    font-size: 1.5rem !important;
    line-height: 1.25 !important
}

.text-4xl\/tight {
    font-size: 2.25rem !important;
    line-height: 1.25 !important
}

.text-\[0\.625rem\] {
    font-size: .625rem !important
}

.text-\[2\.5rem\] {
    font-size: 2.5rem !important
}

.text-\[2\.628rem\] {
    font-size: 2.628rem !important
}

.text-\[2rem\] {
    font-size: 2rem !important
}

.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important
}

.text-base\/none {
    font-size: 1rem !important;
    line-height: 1 !important
}

.text-base\/tight {
    font-size: 1rem !important;
    line-height: 1.25 !important
}

.text-sm {
    font-size: .875rem !important;
    line-height: 1.25rem !important
}

.text-sm\/none {
    font-size: .875rem !important;
    line-height: 1 !important
}

.text-xl\/tight {
    font-size: 1.25rem !important;
    line-height: 1.25 !important
}

.text-xs {
    font-size: .75rem !important;
    line-height: 1rem !important
}

.text-xs\/none {
    font-size: .75rem !important;
    line-height: 1 !important
}

.font-bold {
    font-weight: 700 !important
}

.font-extrabold {
    font-weight: 800 !important
}

.font-normal {
    font-weight: 400 !important
}

.font-semibold {
    font-weight: 600 !important
}

.uppercase {
    text-transform: uppercase !important
}

.text-accent-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(27 235 131 / var(--tw-text-opacity)) !important
}

.text-accent-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 149 83 / var(--tw-text-opacity)) !important
}

.text-accent-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(12 105 59 / var(--tw-text-opacity)) !important
}

.text-attention-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(133 95 0 / var(--tw-text-opacity)) !important
}

.text-attention-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(102 75 0 / var(--tw-text-opacity)) !important
}

.text-base-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-text-opacity)) !important
}

.text-base-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-text-opacity)) !important
}

.text-base-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(51 65 85 / var(--tw-text-opacity)) !important
}

.text-base-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(30 41 59 / var(--tw-text-opacity)) !important
}

.text-base-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(25 33 49 / var(--tw-text-opacity)) !important
}

.text-primary-1000 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 60 / var(--tw-text-opacity)) !important
}

.text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 113 255 / var(--tw-text-opacity)) !important
}

.text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 101 228 / var(--tw-text-opacity)) !important
}

.text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 71 161 / var(--tw-text-opacity)) !important
}

.text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(0 51 114 / var(--tw-text-opacity)) !important
}

.text-slate-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(248 250 252 / var(--tw-text-opacity)) !important
}

.text-slate-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-text-opacity)) !important
}

.text-slate-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(15 23 42 / var(--tw-text-opacity)) !important
}

.text-warn-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(228 62 12 / var(--tw-text-opacity)) !important
}

.text-warn-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(126 34 7 / var(--tw-text-opacity)) !important
}

.text-warn-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(97 27 5 / var(--tw-text-opacity)) !important
}

.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

.no-underline {
    text-decoration-line: none !important
}

.placeholder-slate-500:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-placeholder-opacity)) !important
}

.placeholder-slate-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(100 116 139 / var(--tw-placeholder-opacity)) !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-30 {
    opacity: .3 !important
}

.outline-0 {
    outline-width: 0px !important
}

.transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .15s !important
}

.font-semilight {
    font-family: TheSansE5-SemiLight !important;
    font-weight: 400 !important
}

.font-normal {
    font-family: TheSansE5-Plain !important;
    font-weight: 400 !important
}

.font-semibold {
    font-family: TheSansE5-SemiBold !important;
    font-weight: 400 !important
}

.font-bold {
    font-family: TheSansE5-Bold !important;
    font-weight: 400 !important
}

.font-extrabold {
    font-family: TheSansE5-ExtraBold !important;
    font-weight: 400 !important
}

.\[appearance\:textfield\] {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important
}

.placeholder-shown\:font-semilight:-ms-input-placeholder {
    font-family: TheSansE5-SemiLight !important;
    font-weight: 400 !important
}

.placeholder-shown\:font-semilight:placeholder-shown {
    font-family: TheSansE5-SemiLight !important;
    font-weight: 400 !important
}

.autofill\:bg-white:-webkit-autofill {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

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

.hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 113 255 / var(--tw-border-opacity)) !important
}

.hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(0 113 255 / var(--tw-text-opacity)) !important
}

.hover\:underline:hover {
    text-decoration-line: underline !important
}

.focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 113 255 / var(--tw-border-opacity)) !important
}

.focus\:ring-\[3px\]:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important
}

.focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(171 207 251 / var(--tw-ring-opacity)) !important
}

.disabled\:border-slate-200:disabled {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 232 240 / var(--tw-border-opacity)) !important
}

.disabled\:text-slate-300:disabled {
    --tw-text-opacity: 1 !important;
    color: rgb(203 213 225 / var(--tw-text-opacity)) !important
}

.disabled\:placeholder-slate-300:disabled:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(203 213 225 / var(--tw-placeholder-opacity)) !important
}

.disabled\:placeholder-slate-300:disabled::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(203 213 225 / var(--tw-placeholder-opacity)) !important
}

.group:invalid .group-invalid\:pointer-events-none {
    pointer-events: none !important
}

.group:invalid .group-invalid\:opacity-30 {
    opacity: .3 !important
}

.peer\/reset:hover~.peer-hover\/reset\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 113 255 / var(--tw-border-opacity)) !important
}

.peer\/disabled:disabled~.peer-disabled\/disabled\:text-slate-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(203 213 225 / var(--tw-text-opacity)) !important
}

.peer:not(:focus):user-invalid~.peer-\[\&\:not\(\:focus\)\:user-invalid\]\:block {
    display: block !important
}

@media (min-width: 640px) {
    .sm\:max-w-50 {
        max-width: 12.5rem !important
    }

    .sm\:flex-row {
        flex-direction: row !important
    }

    .sm\:self-end {
        align-self: flex-end !important
    }

    .sm\:px-16 {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }

    .sm\:py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important
    }
}

@media (min-width: 768px) {
    .md\:my-10 {
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important
    }

    .md\:h-10 {
        height: 2.5rem !important
    }

    .md\:h-12 {
        height: 3rem !important
    }

    .md\:h-18 {
        height: 4.5rem !important
    }

    .md\:w-1\/2 {
        width: 50% !important
    }

    .md\:w-auto {
        width: auto !important
    }

    .md\:flex-row {
        flex-direction: row !important
    }

    .md\:flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .md\:items-center {
        align-items: center !important
    }

    .md\:justify-end {
        justify-content: flex-end !important
    }

    .md\:justify-center {
        justify-content: center !important
    }

    .md\:p-10 {
        padding: 2.5rem !important
    }

    .md\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .md\:text-3xl\/tight {
        font-size: 1.875rem !important;
        line-height: 1.25 !important
    }

    .md\:text-base {
        font-size: 1rem !important;
        line-height: 1.5rem !important
    }

    .md\:hover\:bg-base-200:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important
    }
}

@media (min-width: 1024px) {
    .lg\:my-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important
    }

    .lg\:h-12 {
        height: 3rem !important
    }

    .lg\:h-\[46px\] {
        height: 46px !important
    }

    .lg\:max-w-\[1280px\] {
        max-width: 1280px !important
    }

    .lg\:flex-row {
        flex-direction: row !important
    }

    .lg\:p-20 {
        padding: 5rem !important
    }

    .lg\:p-4 {
        padding: 1rem !important
    }

    .lg\:text-2xl\/tight {
        font-size: 1.5rem !important;
        line-height: 1.25 !important
    }

    .lg\:text-5xl\/tight {
        font-size: 3rem !important;
        line-height: 1.25 !important
    }

    .lg\:text-sm {
        font-size: .875rem !important;
        line-height: 1.25rem !important
    }
}

.\[\&\.disabled\]\:text-base-400.disabled,
.\[\&\.disabled_div\]\:text-base-400.disabled div,
.\[\&\.disabled_span\]\:text-base-400.disabled span {
    --tw-text-opacity: 1 !important;
    color: rgb(148 163 184 / var(--tw-text-opacity)) !important
}

.\[\&\.error\]\:border-warn-500.error {
    --tw-border-opacity: 1 !important;
    border-color: rgb(228 62 12 / var(--tw-border-opacity)) !important
}

.\[\&\.error\]\:placeholder-warn-400.error:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(235 102 61 / var(--tw-placeholder-opacity)) !important
}

.\[\&\.error\]\:placeholder-warn-400.error::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(235 102 61 / var(--tw-placeholder-opacity)) !important
}

.\[\&\.error\]\:hover\:border-warn-700:hover.error {
    --tw-border-opacity: 1 !important;
    border-color: rgb(165 45 9 / var(--tw-border-opacity)) !important
}

.\[\&\.error\]\:focus\:ring-warn-200:focus.error {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(244 167 144 / var(--tw-ring-opacity)) !important
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important
}

.\[\&\:user-invalid\]\:border-warn-500:user-invalid {
    --tw-border-opacity: 1 !important;
    border-color: rgb(228 62 12 / var(--tw-border-opacity)) !important
}

.\[\&\:user-invalid\]\:placeholder-warn-400:user-invalid:-ms-input-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(235 102 61 / var(--tw-placeholder-opacity)) !important
}

.\[\&\:user-invalid\]\:placeholder-warn-400:user-invalid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(235 102 61 / var(--tw-placeholder-opacity)) !important
}

.\[\&\:user-invalid\]\:hover\:border-warn-700:hover:user-invalid {
    --tw-border-opacity: 1 !important;
    border-color: rgb(165 45 9 / var(--tw-border-opacity)) !important
}

.\[\&\:user-invalid\]\:focus\:border-warn-700:focus:user-invalid {
    --tw-border-opacity: 1 !important;
    border-color: rgb(165 45 9 / var(--tw-border-opacity)) !important
}

.\[\&\:user-invalid\]\:focus\:ring-warn-200:focus:user-invalid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(244 167 144 / var(--tw-ring-opacity)) !important
}

.select-authenticator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.authenticator-item:hover {
    background-color: #F8FBFF; /* Darker background on hover */
}

.authenticator-icon img,
.authenticator-arrow img {
    vertical-align: middle; /* Vertically align images */
}

.authenticator-icon,
.authenticator-text,
.authenticator-arrow {
    display: flex;
    align-items: center;
}


.authenticator-text {
    flex: 1; /* Take up remaining space between icon and arrow */
    padding: 0 16px; /* Space between text and icons */
    display: flex;
    flex-direction: column; /* Stack title and description */
    justify-content: center;
    align-items: flex-start; /* Align text to the left */
    text-align: left; /* Align text to the left */
}


.authenticator-title {
    margin: 0;
    font-size: inherit; /* Keep inherited font size */
    line-height: 1.2; /* Add spacing between lines */
}

.authenticator-description {
    margin-top: 4px; /* Space between title and description */
    font-size: inherit; /* Keep inherited font size */
    color: inherit; /* Keep inherited color */
}

.select-authenticator-inner-container {
    width: 100%;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.authenticator-item {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align content to the left */
    /*border: 1px solid #CBD5E1; /* Thinner border */
    border-radius: .5rem; /* Rounded edges */
    padding: .75rem .75rem; /* Padding for spacing */
    /* margin-bottom: 10px; /* Space between items */
    cursor: pointer;
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    width: 100%; /* Fit the card or div */
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

.login-gap{
    margin-top: 3em
}

.reg-gap{
    margin-top: 1em
}

.a-button{
    text-decoration: none !important;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100% !important;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    font-family: TheSansE5-ExtraBold !important;
    font-weight: 400 !important;
}

@media (min-width: 1024px) {
    .a-button {
        padding: .75rem .875rem;
    }
}

@media (min-width: 1024px) {
    .a-button {
        font-size: 1.125rem !important;
        line-height: 1.5rem;
    }
}