/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #edf2f7
}

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

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: var(--font-open-sans), Helvetica, Arial, sans-serif
}

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,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    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-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #cbd5e0
}

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
:after,
:before {
    --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-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: rgba(66, 153, 225, .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:
}

body {
    height: 100%;
    background-color: #fff;
    font-family: sans-serif
}

a,
a>button,
a>div,
a>span {
    transition: all .15s ease-in-out
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

.c-section-form {
    position: relative;
    overflow: hidden
}

.c-section-form__panel {
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
    padding: 0 5px 5px
}

.c-section-form__panel.is-done,
.c-section-form__panel.is-inactive {
    position: absolute;
    top: 0
}

.c-section-form__panel.is-active {
    left: 0
}

.c-section-form__panel.is-done {
    left: -100%
}

.c-section-form__panel.is-inactive {
    left: 100%
}

.c-section-form__bg-gradient {
    position: absolute;
    top: 0;
    height: 100%;
    width: 1.5rem;
    z-index: 2
}

.c-section-form__bg-gradient.west {
    left: 0;
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.c-section-form__bg-gradient.east {
    right: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff)
}

.c-input-email {
    background-image: url(../images/icon-mail-black-25.svg)
}

.c-input-email,
.c-input-phone {
    padding-left: 3.5rem;
    background-size: 2rem auto;
    background-position: .75rem;
    background-repeat: no-repeat
}

.c-input-phone {
    background-image: url(../images/icon-phone-black-25.svg)
}

.c-input-lock {
    padding-right: 3.5rem;
    background-image: url(../images/icon-lock-detail-gray.svg);
    background-size: 2rem auto;
    background-position: right .75rem center;
    background-repeat: no-repeat
}

.c-input-search {
    background-image: url(../images/icon-magnify-gray.svg);
    background-position: .75rem;
    background-size: 1.75rem 1.75rem;
    background-repeat: no-repeat
}

.c-cart {
    bottom: -4rem
}

.c-cart.is-on {
    bottom: 0
}

.c-cart__row {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .1)
}

@media (min-width:640px) {
    .c-cards-row__container {
        overflow-y: visible;
        overflow-x: auto
    }
}

.c-cards-row__container:after,
.c-cards-row__container:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    transition: width .25s ease-out;
    z-index: 1
}

.c-cards-row__container:before {
    left: 0;
    background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0))
}

.c-cards-row__container:after {
    right: 0;
    background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .15))
}

.c-cards-row__container.fade-start:before {
    width: 1.5rem
}

.c-cards-row__container.fade-end:after {
    width: 1.5rem;
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.c-card {
    display: inline-block;
    flex-shrink: 0
}

.c-card__btn-remove,
.c-cards__count {
    top: -.25rem;
    right: -.25rem
}

.c-card__btn-remove,
.c-card__tool-tip {
    display: none;
    opacity: 0;
    max-height: 0
}

.c-card__tool-tip {
    bottom: 125%;
    left: 0
}

.c-card__tool-tip-ccontent {
    width: 10rem
}

.c-card__btn-remove {
    overflow: hidden;
    background-color: rgba(5, 47, 94, .75)
}

.c-card__btn-remove:hover {
    background-color: #052f5e
}

.c-card:hover .c-card__btn-remove,
.c-card:hover .c-card__tool-tip,
.c-card__btn-remove:hover {
    display: flex;
    opacity: 1;
    max-height: 10rem
}

.c-card .c-arrow-css--south:after,
.c-card .c-arrow-css--south:before {
    left: 30%
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 72rem;
    padding-left: 1rem;
    padding-right: 1rem
}

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

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

.c-btn {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 20rem;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
    padding: .5rem .25rem
}

.c-alert-upsell.c-btn {
    display: none
}

.c-layout-main--324-control .c-alert-upsell.c-btn {
    display: flex
}

.c-btn {
    transition: all .15s ease-in-out
}

.c-btn--primary {
    border-width: 1px;
    --tw-border-opacity: 1;
    font-size: .875rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    background-color: #14c741;
    border-color: #14c741
}

.c-btn--primary:hover {
    --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, .13), 0 1px 4px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 4px 14px -3px var(--tw-shadow-color), 0 1px 4px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: #00da3e;
    border-color: #00da3e
}

.c-btn--secondary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(33 163 252/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(33 163 252/var(--tw-bg-opacity));
    font-size: .875rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.c-btn--secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 71 171/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 171/var(--tw-bg-opacity))
}

.c-btn--primary-bright {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(33 163 252/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(33 163 252/var(--tw-bg-opacity));
    font-size: .875rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.c-btn--primary-bright:hover {
    background-color: #138adc;
    border-color: #138adc
}

.c-btn--ghost {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(33 163 252/var(--tw-border-opacity));
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.c-btn--ghost:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 250 255/var(--tw-bg-opacity))
}

.c-btn--ghost-gray {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 224/var(--tw-border-opacity));
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(74 85 104/var(--tw-text-opacity))
}

.c-btn--ghost-gray:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252/var(--tw-bg-opacity))
}

.c-btn--text-lg,
.c-btn--text-lg:hover {
    font-size: 1.125rem
}

.c-btn--full {
    max-width: none
}

.c-btn--disable {
    opacity: .35
}

.c-btn--disable.c-btn--primary:hover {
    background-color: #14c741;
    border-color: #14c741;
    cursor: default;
    cursor: not-allowed;
    box-shadow: none
}

.c-btn--disable-gray,
.c-btn--disable-gray.c-btn--primary:hover {
    opacity: 1;
    background-color: #e2e8f0;
    border-color: #e2e8f0;
    cursor: not-allowed;
    box-shadow: none
}

.c-highlight__item,
.c-product-panel {
    transition: all .25s ease-in-out
}

.c-highlight__item {
    opacity: 1;
    overflow: visible
}

.c-highlight__item--hidden {
    max-height: 88rem
}

.c-product-panel.is-closed .c-highlight__item--hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.c-product-details {
    opacity: 1;
    max-height: 280rem;
    transition: all .25s ease-in-out;
    overflow: visible
}

.c-product-panel--base.is-closed .c-product-details {
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

.c-product-details__bg-grad {
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.5rem;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
}

.c-list-disc>li:before,
.c-list-disc__item:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.c-list-disc>li.c-list-disc__item--gold:before,
.c-list-disc__item--gold:before {
    color: #f6b300
}

.c-list-disc>:last-child {
    margin-bottom: 0
}

.c-list-check>li,
.c-list-check__item {
    position: relative;
    margin-bottom: .5rem
}

.c-list-check>li:before,
.c-list-check__item:before {
    content: "";
    position: absolute;
    top: .1rem;
    left: -1.75rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    font-weight: 700;
    background-image: url(../images/icon-checkmark-secondary.svg);
    background-size: cover;
    background-position: 50%
}

.c-list-check--blue .c-list-check__item:before,
.c-list-check--blue>li:before {
    background-image: url(../images/icon-checkmark-primary-bright.svg)
}

.c-card-title sup {
    font-size: 70%
}

.c-card-art__content {
    top: 100%;
    background-color: rgba(2, 27, 55, .75);
    transition: all .2s ease-in-out;
    opacity: 0
}

.c-card-art:hover .c-card-art__content {
    top: 0;
    opacity: 1
}

.c-card-art__badge {
    top: -.5rem;
    left: .5rem
}

.c-hero--hpto-light-links .c-product-rating__total {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25)
}

.c-hero--hide-review-count .c-product-rating__total,
.c-product-rating--hide-review-count .c-product-rating__total {
    display: none
}

.c-hero--advert-link-bright .c-popup {
    color: #21a3fc
}

.c-hero--advert-link-bright .c-popup:active,
.c-hero--advert-link-bright .c-popup:hover {
    color: #fff;
    text-decoration: underline
}

.c-hero--wf .c-popup {
    color: #d41c2c
}

.c-hero--wf .c-popup:active,
.c-hero--wf .c-popup:hover {
    color: #8d040f
}

.c-hero--wf-dark .c-popup {
    color: #da201d
}

.c-hero--wf-dark .c-popup:active,
.c-hero--wf-dark .c-popup:hover {
    color: #b60805
}

.c-bbb--base--white,
.c-bbb--minimal--white {
    display: none
}

.c-nav-main--light .c-nav-link {
    color: #fff !important
}

.c-nav-main--light .c-nav-link .c-icon-arrow {
    background-image: url(../images/icon-chevron-d-white.svg) !important
}

.c-nav-main--light .c-nav-link:hover {
    color: #052f5e !important
}

.c-nav-main--light .c-nav-link:hover .c-icon-arrow {
    background-image: url(../images/icon-chevron-d-primary.svg) !important
}

.c-nav-main--light .c-bbb--minimal {
    display: none
}

.c-nav-main--light .c-bbb--minimal--white,
.c-nav-main--light.is-open .c-bbb--minimal {
    display: block
}

.c-nav-main--light.is-open .c-bbb--minimal--white,
.c-nav-main--mix-theme .c-bbb--minimal {
    display: none
}

.c-nav-main--mix-theme .c-bbb--minimal--white {
    display: block
}

@media (min-width:1024px) {
    .c-nav-main--mix-theme .c-nav-toggle__brdr {
        background-color: #fff
    }

    .c-nav-main--mix-theme .cc-logo--base {
        display: none
    }

    .c-nav-main--mix-theme .cc-logo--white {
        display: block
    }

    .c-nav-main--mix-theme .c-nav-link:hover {
        color: #052f5e !important
    }
}

.c-nav-main--mix-theme2 .c-bbb--minimal {
    display: none
}

.c-nav-main--mix-theme2 .c-bbb--minimal--white {
    display: block;
    opacity: .5
}

@media (min-width:1024px) {
    .c-nav-main--mix-theme2 .cc-logo--base {
        display: none
    }

    .c-nav-main--light .c-bbb--base--white,
    .c-nav-main--mix-theme2 .cc-logo--white {
        display: block
    }

    .c-nav-main--light .c-bbb--base,
    .c-nav-main--light .c-bbb--minimal,
    .c-nav-main--light .c-bbb--minimal--white,
    .c-nav-main--light.is-open .c-bbb--base,
    .c-nav-main--light.is-open .c-bbb--minimal,
    .c-nav-main--light.is-open .c-bbb--minimal--white {
        display: none
    }

    .c-nav-main--light.is-open .c-bbb--base--white {
        display: block
    }
}

.t-nav-relative #navbar-container {
    position: relative
}

.t-nav-relative .c-main__container {
    padding-top: 0
}

.c-nav-main--minimal .c-nav-main__col,
.c-nav-main__as-seen {
    display: none
}

.c-nav-main--minimal .c-nav-main__logo {
    padding-left: 1rem;
    order: 1
}

.c-nav-main--minimal .c-nav-main__bbb-mobile {
    width: auto;
    padding-right: 1rem;
    order: 2
}

.c-nav-main--dark-blue .c-nav-main {
    background-color: #052f5e
}

.c-nav-main--dark-blue .c-bbb--minimal,
.c-nav-main--dark-blue .c-nav-main__as-seen,
.c-nav-main--dark-blue .cc-logo.cc-logo--base {
    display: none !important
}

.c-nav-main--dark-blue .c-bbb--minimal--white,
.c-nav-main--dark-blue .cc-logo.cc-logo--white {
    display: block
}

@media (min-width:1024px) {
    .c-nav-main--dark-blue .c-nav-main__bbb-mobile {
        display: block
    }

    .c-nav-main--minimal .c-nav-main__logo {
        padding-left: 0
    }

    .c-nav-main--minimal .c-nav-main__lg-links {
        display: none
    }

    .c-nav-main--minimal .c-nav-main__as-seen {
        display: flex;
        order: 4
    }

    .c-nav-main--minimal-gray .c-nav-main__as-seen img {
        opacity: .4;
        filter: grayscale(100%)
    }

    .c-nav-main--minimal-gray .c-nav-main__as-seen img.c-nav-main__as-seen-inc-5000 {
        opacity: 1
    }
}

.c-nav-main--minimal-bbb .c-nav-main__as-seen,
.c-nav-main--minimal-bbb .c-nav-main__col,
.c-nav-main--minimal-bbb .c-nav-main__lg-links {
    display: none
}

.c-nav-main--minimal-bbb .c-nav-main__logo {
    padding-left: 1rem;
    order: 1
}

.c-nav-main--minimal-bbb .c-nav-main__bbb-mobile {
    width: auto;
    padding-right: 1rem;
    order: 2
}

@media (min-width:1024px) {
    .c-nav-main--minimal-bbb .c-nav-main__logo {
        padding-left: 0
    }

    .c-nav-main--minimal-bbb .c-nav-main__col {
        display: flex;
        order: 4
    }
}

.c-nav-main--empty .c-nav-main__bbb-mobile,
.c-nav-main--empty .c-nav-main__col,
.c-nav-main--empty .c-nav-main__lg-links {
    display: none
}

.c-nav-main--empty .c-nav-main__logo {
    padding-left: 1rem;
    order: 1
}

@media (min-width:1024px) {
    .c-nav-main--empty .c-nav-main__logo {
        padding-left: 0
    }
}

.c-nav-main--474-v1.c-nav-main--474-v1--as-seen-in .c-disclosure-wrap,
.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-disclosure-wrap,
.c-nav-main--474-v2 .c-disclosure-wrap {
    display: none
}

.c-nav-main--474-v1.c-nav-main--474-v1--as-seen-in .c-bbb__disclaimer-wrap,
.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-bbb__disclaimer-wrap {
    display: flex
}

.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-nav-main__inner {
    justify-content: space-between
}

.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-nav-main__bbb-mobile {
    display: flex;
    width: inherit;
    order: 2;
    justify-content: flex-end;
    padding-right: 1rem
}

.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-bbb {
    display: none
}

.c-nav-main--474-v1.c-nav-main--474-v1--empty .c-bbb__disclaimer-wrap {
    display: block;
    margin-top: 2rem
}

@media (min-width:1024px) {
    .c-nav-main--474-v1.c-nav-main--474-v1--empty .c-nav-main__bbb-mobile {
        padding-right: 0
    }

    .c-nav-main--474-v1.c-nav-main--474-v1--empty .c-bbb__disclaimer-wrap {
        margin-top: 2.1rem
    }

    .c-nav-main--474-v1.c-nav-main--474-v1--default .c-disclosure-wrap {
        position: fixed;
        top: 2.6rem;
        right: 2rem;
        z-index: 61
    }

    .c-nav-main--474-v1.c-nav-main--474-v1--default .c-nav-main__bbb {
        margin-top: -1rem
    }

    .c-nav-main--474-v1.c-nav-main--474-v1--default .c-advert-disclosure .c-popup__container {
        left: auto;
        right: 0
    }

    .c-nav-main--474-v1.c-nav-main--474-v1--default .c-advert-disclosure .c-popup__arrow:after,
    .c-nav-main--474-v1.c-nav-main--474-v1--default .c-advert-disclosure .c-popup__arrow:before {
        left: auto
    }
}

@media (min-width:768px) {
    .c-cate-masthead--center .c-cate-masthead__header {
        text-align: center
    }

    .c-cate-masthead--center .c-cate-masthead__content {
        justify-content: center
    }
}

@media (min-width:1024px) {
    .c-cate-masthead--center.c-cate-masthead {
        padding-left: 0 !important
    }
}

.c-cate-icon {
    background-image: url(../images/sprite-categories.svg);
    background-size: 100% auto;
    background-repeat: no-repeat
}

.c-cate-icon.balance-transfer {
    background-position: center 0
}

.c-cate-icon.business {
    background-position: center -1.75rem
}

.c-cate-icon.cash-back {
    background-position: center -3.5rem
}

.c-cate-icon.dining {
    background-position: center -5.25rem
}

.c-cate-icon.emv-chip {
    background-position: center -7rem
}

.c-cate-icon.gas {
    background-position: center -8.75rem
}

.c-cate-icon.low-interest {
    background-position: center -10.5rem
}

.c-cate-icon.no-annual-fee {
    background-position: center -12.25rem
}

.c-cate-icon.no-foreign-fees {
    background-position: center -14rem
}

.c-cate-icon.prepaid {
    background-position: center -15.75rem
}

.c-cate-icon.rewards {
    background-position: center -17.5rem
}

.c-cate-icon.secured {
    background-position: center -19.25rem
}

.c-cate-icon.student {
    background-position: center -21rem
}

.c-cate-icon.top-cc {
    background-position: center -22.75rem
}

.c-cate-icon.travel {
    background-position: center -24.5rem
}

.c-cate-icon.credit-excellent {
    background-position: center -26.25rem
}

.c-cate-icon.credit-good {
    background-position: center -28rem
}

.c-cate-icon.credit-fair {
    background-position: center -29.75rem
}

.c-cate-icon.credit-poor {
    background-position: center -31.5rem
}

.c-cate-icon.credit-limited {
    background-position: center -33.25rem
}

.c-cate-icon.american-express {
    background-position: center -35rem
}

.c-cate-icon.boa {
    background-position: center -36.75rem
}

.c-cate-icon.capital-one {
    background-position: center -38.5rem
}

.c-cate-icon.chase {
    background-position: center -40.25rem
}

.c-cate-icon.citi {
    background-position: center -42rem
}

.c-cate-icon.discover {
    background-position: center -43.75rem
}

.c-cate-icon.mastercard {
    background-position: center -45.5rem
}

.c-cate-icon.visa {
    background-position: center -47.25rem
}

.c-cate-icon.wells-fargo {
    background-position: center -49rem
}

.c-cate-icon.card-refi {
    background-position: center -50.75rem
}

.c-cate-icon.debt-consolidation {
    background-position: center -52.5rem
}

.c-cate-icon.personal-loan {
    background-position: center -54.25rem
}

.c-site-alert.is-hidden {
    max-height: 0;
    overflow: hidden
}

.c-site-alert.is-shown {
    max-height: 30rem
}

.cc-logo--white {
    display: none
}

.c-nav-main--shadow {
    box-shadow: 0 4px 8px -3px rgba(0, 0, 0, .12)
}

.c-nav-main--shadow.z-70 {
    z-index: 70
}

.c-nav-main--transparent {
    box-shadow: none;
    background-color: transparent
}

.c-nav-main--transparent-lightblue {
    background-color: rgba(240, 250, 255, .25)
}

.c-nav-main--transparent.is-open {
    background-color: #fff;
    box-shadow: 0 4px 8px -3px rgba(0, 0, 0, .12)
}

.c-nav-toggle {
    position: relative
}

.c-nav-toggle__inner {
    width: 1.75rem;
    height: 1.75rem
}

.c-nav-toggle__brdr {
    transition: opacity .125s ease-in-out, transform .125s ease-in-out;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #052f5e;
    opacity: .75
}

.c-nav-toggle__brdr.first {
    top: 5px
}

.c-nav-toggle__brdr.mid {
    top: 13px
}

.c-nav-toggle__brdr.last {
    top: 21px
}

@media (min-width:375px) {
    .c-nav-toggle__inner {
        width: 2rem;
        height: 2rem
    }

    .c-nav-toggle__brdr.first {
        top: 8px
    }

    .c-nav-toggle__brdr.mid {
        top: 16px
    }

    .c-nav-toggle__brdr.last {
        top: 24px
    }
}

.c-nav-toggle.is-open .c-nav-toggle__brdr {
    opacity: 1
}

.c-nav-toggle.is-open .c-nav-toggle__brdr.first {
    top: 50%;
    transform: rotate(45deg)
}

.c-nav-toggle.is-open .c-nav-toggle__brdr.mid {
    transform: scale(1.5);
    opacity: 0
}

.c-nav-toggle.is-open .c-nav-toggle__brdr.last {
    bottom: inherit;
    top: 50%;
    transform: rotate(-45deg)
}

.c-nav-main--light .cc-logo--base {
    display: none
}

.c-nav-main--light .cc-logo--white {
    display: block
}

.c-nav-main--light .c-nav-toggle__brdr {
    background-color: #fff
}

.c-nav-main--light.is-open .cc-logo--base {
    display: block
}

.c-nav-main--light.is-open .cc-logo--white {
    display: none
}

.c-nav-main--light.is-open .c-nav-toggle__brdr {
    background-color: #052f5e
}

@media (min-width:1024px) {
    .c-nav-main--light.is-open .cc-logo--white {
        display: block
    }

    .c-nav-main--light.is-open .cc-logo--base {
        display: none
    }
}

.c-product-rating__item {
    margin-left: -2px
}

.c-product-rating__star {
    background-image: url(../images/icon-star-empty.svg)
}

.c-product-rating__star.full {
    background-image: url(../images/icon-star-full.svg)
}

.c-product-rating__star.half {
    background-image: url(../images/icon-star-half.svg)
}

.c-rating-popup {
    display: none;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    width: 20rem;
    transition: all .2s ease-in-out
}

.c-rating-popup.c-review-num {
    left: -3.8rem
}

.c-rating-popup.c-column {
    left: -6.6rem
}

.c-rating-popup.c-arrow-css:after,
.c-rating-popup.c-arrow-css:before {
    left: 50%
}

.c-card-upsell--mobile .c-rating-popup--top {
    left: 4rem
}

.c-rating-popup--top {
    top: inherit;
    bottom: 2.75rem;
    left: -4rem
}

.c-rating-popup--top .c-arrow-css:after,
.c-rating-popup--top .c-arrow-css:before {
    top: 100%;
    bottom: inherit
}

.c-product-rating__total--white .c-product-rating__total {
    color: #fff !important;
    opacity: .6;
    font-weight: 400
}

.c-arrow-css:after,
.c-arrow-css:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.c-arrow-css:after {
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 6px;
    margin-left: -6px
}

.c-arrow-css:before {
    border-color: transparent transparent rgba(0, 0, 0, .15);
    border-width: 7px;
    margin-left: -7px
}

@media (min-width:768px) {

    .c-arrow-css:after,
    .c-arrow-css:before {
        left: inherit;
        right: 15%
    }
}

.c-arrow-css--south:after,
.c-arrow-css--south:before {
    top: 100%;
    left: 25%
}

.c-arrow-css--south:after {
    border-top-color: #fff;
    border-bottom-color: transparent
}

.c-arrow-css--south:before {
    border-top-color: rgba(0, 0, 0, .15);
    border-bottom-color: transparent
}

.c-arrow-css--west:after,
.c-arrow-css--west:before {
    right: 100%;
    top: 1.5rem;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.c-arrow-css--west:after {
    border-color: hsla(0, 0%, 100%, 0) #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
    border-width: 8px;
    margin-top: -8px
}

.c-arrow-css--west:before {
    border-color: transparent rgba(0, 0, 0, .15) transparent transparent;
    border-width: 9px;
    margin-top: -9px
}

.c-icon-arrow {
    display: inline-block;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/icon-chevron-d-black.svg)
}

.c-nav-dropdown-link.c-arrow-css:after,
.c-nav-dropdown-link.c-arrow-css:before {
    left: 47%;
    bottom: inherit;
    z-index: 1
}

.c-nav-dropdown-link.c-arrow-css:before {
    top: 158%
}

.c-nav-dropdown-link.c-arrow-css:after {
    top: 172%
}

.c-popup__container {
    top: 125%;
    min-width: 16rem;
    transition: all .15s ease-in-out
}

@media (min-width:480px) {
    .c-popup__container {
        min-width: 24rem
    }

    .xs\:c-popup__container--slim {
        min-width: 16rem
    }
}

.c-popup .c-popup__container {
    padding-top: .35rem;
    max-height: 20rem;
    overflow: visible
}

.c-popup__content {
    border: 1px solid rgba(0, 0, 0, .15)
}

.c-popup__arrow:after,
.c-popup__arrow:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.c-popup__arrow:after {
    right: 64px;
    border-color: hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0) #fff;
    border-width: 6px;
    margin-left: -6px
}

.c-popup__arrow:before {
    right: 62px;
    border-color: transparent transparent rgba(0, 0, 0, .15);
    border-width: 8px;
    margin-left: -8px
}

.c-popup__arrow--grid .c-popup__arrow:after,
.c-popup__arrow--grid .c-popup__arrow:before {
    left: 5rem
}

@media (min-width:410px) {

    .c-popup__arrow--grid .c-popup__arrow:after,
    .c-popup__arrow--grid .c-popup__arrow:before {
        left: 5.5rem
    }
}

@media (min-width:460px) {

    .c-popup__arrow--grid .c-popup__arrow:after,
    .c-popup__arrow--grid .c-popup__arrow:before {
        left: 6.2rem
    }
}

@media (min-width:520px) {

    .c-popup__arrow--grid .c-popup__arrow:after,
    .c-popup__arrow--grid .c-popup__arrow:before {
        left: 6.5rem
    }
}

@media (min-width:768px) {

    .c-popup__arrow--grid .c-popup__arrow:after,
    .c-popup__arrow--grid .c-popup__arrow:before {
        left: 4.5rem
    }
}

@media (min-width:640px) {

    .c-popup__arrow:after,
    .c-popup__arrow:before {
        left: inherit
    }
}

.t-disclosure-left .c-popup__container {
    left: 0
}

.t-disclosure-left .c-popup__arrow:after,
.t-disclosure-left .c-popup__arrow:before {
    left: 5rem
}

.t-disclosure-right .c-popup__container {
    left: auto;
    right: 0
}

.t-disclosure-right .c-popup__arrow:after,
.t-disclosure-right .c-popup__arrow:before {
    left: auto
}

.c-popup__arrow--left.c-popup__arrow:after,
.c-popup__arrow--left.c-popup__arrow:before {
    left: 2rem
}

.c-copy h1,
.c-copy h2,
.c-copy h3,
.c-copy h4,
.c-copy h5,
.c-copy h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.25
}

.c-copy b,
.c-copy h3 {
    color: #052f5e
}

.c-copy h3 {
    font-size: 1.875rem;
    font-family: --font-inria-serif, Georgia, serif
}

.c-copy a {
    color: #21a3fc;
    text-decoration: underline
}

.c-copy a:hover {
    color: #0047ab
}

.c-copy b,
.c-copy h3,
.c-copy i,
.c-copy strong {
    font-weight: 700
}

.c-copy em,
.c-copy i {
    font-style: italic
}

.c-copy dl,
.c-copy ol,
.c-copy p,
.c-copy table,
.c-copy ul {
    margin-bottom: 1.25rem
}

.c-copy ol,
.c-copy ul {
    padding-left: 1rem
}

.c-copy ol {
    list-style-type: decimal
}

.c-copy ul {
    list-style-type: disc
}

.c-copy dl,
.c-copy dt,
.c-copy li {
    margin-bottom: .25rem
}

.c-copy .mb-0 {
    margin-bottom: 0
}

.c-copy .mb-0\.5 {
    margin-bottom: .125rem
}

.c-copy .c-list-disc>li:before,
.c-copy .c-list-disc__item:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.c-copy table {
    table-layout: fixed
}

.c-copy thead th {
    background-color: #f7f7f7
}

.c-copy table td,
.c-copy table th {
    padding: .25rem;
    border: 1px solid #f7f7f7
}

.c-copy pre {
    width: 100%;
    max-width: 100vw;
    padding: @global-padding-unit-smaller;
    margin-bottom: @global-margin-unit;
    resize: both;
    color: #666;
    background: @gray-color-98;
    border: 1px solid @global-border-color;
    border-radius: @global-border-color;
    min-width: 250px;
    overflow: auto
}

.c-copy code {
    color: #666;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: @line-height-base;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    hyphens: none
}

.c-table-wrap {
    overflow: auto
}

.c-card-content.c-slidedown>p:first-child {
    margin-top: 0
}

.c-content-highight__content p,
.c-content-highight__content ul {
    margin-bottom: .75em
}

.c-content-highight__content :last-child {
    margin-bottom: 0
}

.c-content-highight__content ul {
    padding-left: 1.5rem;
    list-style: none
}

.c-content-highight__content li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(246 179 0/var(--tw-text-opacity))
}

.c-modal-card__exit-content :last-child {
    margin-bottom: 0
}

.c-modal-card__exit-content ul {
    padding-left: 1.5rem;
    list-style: none
}

.c-modal-card__exit-content li {
    margin-bottom: .5em
}

.c-modal-card__exit-content li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(246 179 0/var(--tw-text-opacity))
}

.c-modal-lb__content strong span {
    text-decoration: none !important;
    border-bottom: 2px solid #f6b300;
    color: #052f5e
}

.c-modal-lb--cap-one-shopping .c-modal-lb__name {
    display: none
}

.c-text-style--lg .col-span-12>div>dl,
.c-text-style--lg .col-span-12>div>ol,
.c-text-style--lg .col-span-12>div>p,
.c-text-style--lg .col-span-12>div>table,
.c-text-style--lg .col-span-12>div>ul {
    margin-bottom: 1rem
}

.c-text-style--lg .col-span-12>div>li,
.c-text-style--lg .col-span-12>div>ul {
    line-height: 1.8
}

.c-text-style--lg .c-card-tile__header {
    font-size: 1.5rem
}

.c-status-gauge {
    position: relative;
    height: 8px;
    background: #f2f2f2
}

.c-status-gauge--vw-100 {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.c-status-gauge__fill {
    position: relative;
    height: 8px;
    border-radius: 0 400px 400px 0;
    background-color: #fdca41;
    z-index: 1;
    transition-property: all;
    transition-duration: .25s
}

@media (min-width:1024px) {
    .c-status-gauge {
        height: 8px
    }

    .c-status-gauge__fill {
        top: -3px;
        height: 12px;
        border-radius: 400px
    }
}

.gradient-bg {
    background: linear-gradient(220.09deg, #f2fff3, #f5fafc)
}

.bg-gradient-blue-green-270 {
    background: linear-gradient(270deg, rgba(192, 243, 196, .15) 13.78%, #f0faff)
}

.c-ribbon {
    height: 34px
}

.c-ribbon:after,
.c-ribbon:before {
    content: "";
    border-style: solid;
    border-width: 0;
    height: 0;
    position: absolute;
    top: 0;
    width: 0
}

.c-ribbon:before {
    left: -17px;
    border-color: #fdca41 transparent;
    border-width: 17px 0 17px 17px
}

.c-ribbon:after {
    right: -17px;
    border-color: #fdca41 transparent;
    border-width: 17px 17px 17px 0
}

.c-ribbon--primary-bright:after,
.c-ribbon--primary-bright:before {
    border-color: #21a3fc transparent
}

.c-ribbon--slim {
    height: 28px;
    line-height: 1
}

.c-ribbon--slim:before {
    left: -14px;
    border-width: 14px 0 14px 14px
}

.c-ribbon--slim:after {
    right: -14px;
    border-width: 14px 14px 14px 0
}

.c-ribbon--slim-24 {
    height: 24px;
    line-height: 1
}

.c-ribbon--slim-24:before {
    left: -12px;
    border-width: 12px 0 12px 12px
}

.c-ribbon--slim-24:after {
    right: -12px;
    border-width: 12px 12px 12px 0
}

.c-ribbon--slimmer {
    height: 20px;
    line-height: 1
}

.c-ribbon--slimmer:before {
    left: -9px;
    border-width: 10px 0 10px 10px
}

.c-ribbon--slimmer:after {
    right: -9px;
    border-width: 10px 10px 10px 0
}

@media (min-width:640px) {
    .sm\:c-ribbon--rt:before {
        content: none
    }
}

.c-ribbon--rt:before {
    content: none
}

@media (min-width:768px) {
    .md\:c-ribbon--rt:before {
        content: none
    }
}

.c-ribbon-bg-rt {
    background-image: url(../images/bg-ribbon-rt-tetriary-2.png);
    background-size: auto 100%;
    background-position: 100%;
    background-repeat: no-repeat
}

.c-ribbon-bg-rt--primary-bright {
    background-image: url(../images/bg-ribbon-rt-primary-bright-2.png)
}

.c-compare-btn {
    line-height: 1.1
}

.c-compare-btn:hover {
    color: #21a3fc
}

.c-compare-btn:hover .c-compare-toggle__box-line {
    stroke-dashoffset: 0
}

.c-compare-btn:hover .c-compare-toggle__box-line.first {
    stroke: #3ed14a
}

.c-compare-btn:hover .c-compare-toggle__box-line.last {
    stroke: #21a3fc
}

.c-compare-btn:hover .c-compare-toggle__tick-path.hover-tick {
    stroke-dashoffset: 0
}

.c-compare-btn--added .c-compare-toggle__rect-obj {
    stroke: #21a3fc
}

.c-compare-btn--added .c-compare-toggle__tick-path.active-tick {
    stroke-dashoffset: 0
}

.c-compare-btn--added:hover {
    color: #0047ab
}

.c-compare-btn--added:hover .c-compare-toggle__box-line.first,
.c-compare-btn--added:hover .c-compare-toggle__box-line.last,
.c-compare-btn--added:hover .c-compare-toggle__tick-path.active-tick {
    stroke: #0047ab
}

.c-compare-toggle__tick {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .7s cubic-bezier(.215, .61, .355, 1);
    opacity: 1
}

.c-compare-toggle__rect-obj {
    fill: transparent;
    stroke-width: 4px;
    stroke: #ccc;
    z-index: 0;
    position: relative;
    transition: all .15s ease-in-out
}

.c-compare-toggle__box-line {
    position: relative;
    z-index: 1;
    stroke-width: 4px;
    stroke-dasharray: 42;
    stroke-dashoffset: 42
}

.c-compare-toggle__box-line,
.c-compare-toggle__tick-path {
    transition: stroke-dashoffset .3s cubic-bezier(.215, .61, .355, 1)
}

.c-compare-toggle__tick-path {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 16;
    stroke-dashoffset: 16
}

.c-compare-toggle__tick-path.hover-tick {
    stroke: #ccc
}

.c-compare-toggle__tick-path.active-tick {
    stroke: #21a3fc
}

.c-compare-btn--w-auto {
    width: auto
}

.c-compare-btn--sm {
    font-size: 14px !important
}

.c-compare-btn--light .c-compare-toggle__rect-obj,
.c-compare-btn--light .c-compare-toggle__tick-path.hover-tick {
    stroke: #fff
}

.c-compare-btn--light.c-compare-btn:hover {
    color: #9cd7ff
}

.c-compare-btn--light.c-compare-btn:hover .c-compare-toggle__box-line.last {
    stroke: #9cd7ff
}

.c-compare-btn--light.c-compare-btn--in-cart {
    color: #9cd7ff
}

.c-compare-btn--light:hover .c-compare-toggle__tick-path.hover-tick {
    stroke: #9cd7ff
}

.c-compare-btn--light .c-compare-toggle__tick {
    background: #fff
}

.c-compare-btn--light.c-compare-btn--added .c-compare-toggle__rect-obj,
.c-compare-btn--light.c-compare-btn--added .c-compare-toggle__tick-path.active-tick {
    stroke: #21a3fc
}

.c-compare-btn--light.c-compare-btn--added:hover {
    color: #fff
}

.c-compare-btn--light.c-compare-btn--added:hover .c-compare-toggle__box-line.first {
    stroke: #3ed14a
}

.c-compare-btn--light.c-compare-btn--added:hover .c-compare-toggle__box-line.last {
    stroke: #4db6ff
}

.c-compare-btn--light.c-compare-btn--added:hover .c-compare-toggle__tick-path.active-tick {
    stroke: #9cd7ff
}

.c-compare__collapse-btn {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #052f5e;
    border-bottom: 2px solid #052f5e
}

.c-compare__collapse-btn--sm {
    font-size: 13px
}

@media (min-width:375px) {
    .c-compare__collapse-btn--sm {
        font-size: 15px
    }
}

@media (min-width:480px) {

    .c-compare__collapse-btn,
    .c-compare__collapse-btn--sm {
        font-size: 18px
    }

    .c-compare__collapse-btn {
        padding-left: 0;
        font-size: 18px;
        border-bottom: 3px solid #052f5e
    }
}

.c-compare__row {
    display: flex;
    flex-wrap: no-wrap;
    width: 100%
}

.c-compare__row--has-header {
    padding-top: 2.5rem
}

.c-compare__row-header {
    margin-top: -2.5rem
}

.c-compare__row-header-border {
    border-bottom: 1px solid red
}

.c-compare__header-icon {
    transition: all .25s ease-in-out
}

.c-compare__cell {
    flex: none;
    width: 50%;
    padding: .5rem 1rem;
    border-right: 1px solid transparent;
    font-size: 14px;
    color: #4a5568
}

.c-compare__row {
    min-height: 3rem
}

.c-compare__cell-wrap.hidden {
    display: none !important
}

.c-compare__cell-wrap {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.c-compare__cell.c-compare__cell--card-tile:first-child {
    border-left: 1px solid #edf2f7
}

.c-compare__cell.c-compare__cell--card-tile {
    border-right: 1px solid #edf2f7
}

.t-compare-1-col .c-compare__cell {
    width: 100%
}

.t-compare-1-col .c-compare__rec-credit {
    width: 91.666667%
}

.t-compare-1-col .c-compare__rec-credit-icon {
    display: inline-block
}

.t-compare-1-col .c-btn,
.t-compare-1-col .c-card-art__container {
    max-width: 14rem
}

.c-compare__card-title {
    font-size: 16px
}

.t-compare-2-col .c-compare__cell {
    width: 50%
}

.t-compare-2-col .c-compare__card-title,
.t-compare-3-col .c-compare__card-title,
.t-compare-4-col .c-compare__card-title {
    font-size: 14px
}

.t-compare-3-col .c-compare__inner,
.t-compare-4-col .c-compare__inner {
    overflow: auto
}

.t-compare-3-col .c-compare__cell,
.t-compare-4-col .c-compare__cell {
    display: table-cell;
    width: 160px
}

.t-compare-3-col .c-compare__row,
.t-compare-4-col .c-compare__row {
    width: 100%;
    clear: left;
    display: table;
    table-layout: fixed
}

.t-compare-3-col .c-compare__row.hidden,
.t-compare-4-col .c-compare__row.hidden {
    display: none
}

.t-compare-3-col .c-compare__inner,
.t-compare-4-col .c-compare__inner {
    width: auto
}

.t-compare-3-col .c-compare__cell-wrap,
.t-compare-4-col .c-compare__cell-wrap {
    float: left;
    display: table;
    table-layout: fixed
}

.t-compare-3-col .c-compare__cell--card-tile .c-btn__lock,
.t-compare-4-col .c-compare__cell--card-tile .c-btn__lock {
    display: none
}

.t-compare-2-col .c-btn,
.t-compare-2-col .c-card-art__container,
.t-compare-3-col .c-btn,
.t-compare-3-col .c-card-art__container,
.t-compare-4-col .c-btn,
.t-compare-4-col .c-card-art__container {
    width: 90%
}

@media (min-width:375px) {
    .c-compare__cell {
        padding: .75rem 1rem
    }
}

@media (min-width:480px) {
    .c-compare__cell {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .c-compare__card-title {
        font-size: 21px
    }

    .t-compare-2-col .c-compare__card-title {
        font-size: 16px
    }

    .t-compare-1-col {
        padding-bottom: 6rem
    }

    .t-compare-1-col .c-btn,
    .t-compare-1-col .c-card-art__container {
        max-width: 16rem
    }

    .t-compare-2-col .c-btn,
    .t-compare-2-col .c-card-art__container {
        width: 80%
    }

    .t-compare-3-col .c-btn,
    .t-compare-3-col .c-card-art__container,
    .t-compare-4-col .c-btn,
    .t-compare-4-col .c-card-art__container {
        width: 90%
    }

    .t-compare-3-col .c-compare__container,
    .t-compare-4-col .c-compare__container {
        margin-left: -1rem;
        margin-right: -1rem
    }
}

@media (min-width:640px) {

    .t-compare-2-col .c-compare__rec-credit-icon,
    .t-compare-3-col .c-compare__cell--card-tile .c-btn__lock {
        display: inline-block
    }

    .c-popup__arrow:after {
        right: 64px
    }

    .c-popup__arrow:before {
        right: 62px
    }

    .t-compare-2-col .c-btn,
    .t-compare-2-col .c-card-art__container,
    .t-compare-3-col .c-btn,
    .t-compare-3-col .c-card-art__container {
        width: 75%
    }

    .t-compare-4-col .c-compare__cell {
        width: 25%
    }
}

@media (min-width:768px) {
    .c-compare__card-title {
        font-size: 20px
    }

    .t-compare-2-col .c-compare__rec-credit {
        width: 91.666667%
    }

    .t-compare-2-col .c-btn,
    .t-compare-2-col .c-card-art__container {
        width: 70%
    }

    .t-compare-3-col .c-compare__card-title {
        font-size: 16px
    }

    .t-compare-3-col .c-btn,
    .t-compare-3-col .c-card-art__container {
        width: 83.333333%
    }

    .t-compare-3-col .c-compare__cell {
        width: 33.333333%
    }

    .t-compare-3-col .c-compare__container {
        margin-left: 0;
        margin-right: 0
    }

    .t-compare-3-col .c-compare__card-title {
        font-size: 18px
    }

    .t-compare-4-col .c-btn,
    .t-compare-4-col .c-card-art__container {
        width: 85%
    }
}

@media (min-width:1024px) {
    .c-compare__card-title {
        font-size: 21px
    }

    .t-compare-2-col .c-btn,
    .t-compare-2-col .c-card-art__container {
        width: 50%
    }

    .t-compare-2-col .c-compare__card-title {
        font-size: 21px
    }

    .t-compare-3-col .c-btn,
    .t-compare-3-col .c-card-art__container {
        width: 70%
    }

    .t-compare-4-col .c-compare__container {
        margin-left: 0;
        margin-right: 0
    }

    .t-compare-4-col .c-btn,
    .t-compare-4-col .c-card-art__container {
        width: 80%
    }

    .t-compare-4-col .c-btn {
        font-size: 16px
    }

    .t-compare-4-col .c-compare__cell--card-tile .c-btn__lock {
        display: inline-block
    }
}

@media (min-width:1152px) {
    .t-compare-4-col .c-compare__card-title {
        font-size: 16px
    }
}

.c-card-nav {
    display: none;
    opacity: 0
}

.c-card-nav.is-shown {
    display: block;
    animation-name: fadeInOpacity, animateCompareNavTop;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-delay: .25s
}

.c-card-nav__wrap {
    min-height: 4rem
}

.c-card-nav__cta {
    width: 7rem
}

.c-card-nav__cell {
    min-height: 4rem;
    padding: .25rem 1rem
}

.t-card-nav-1-col .c-card-nav__container {
    max-width: 28rem
}

.c-card-nav__cell {
    border-right: 1px solid #edf2f7
}

.c-card-nav__cell:last-child {
    border-right: none
}

.t-card-nav-2-col .c-card-nav__cell {
    display: table-cell;
    width: 50%
}

.t-card-nav-2-col .c-card-nav__wrap,
.t-card-nav-3-col .c-card-nav__wrap,
.t-card-nav-4-col .c-card-nav__wrap {
    float: left;
    display: table;
    table-layout: fixed
}

.t-card-nav-3-col .c-card-nav__cell,
.t-card-nav-4-col .c-card-nav__cell {
    display: table-cell;
    width: 160px
}

@media (min-width:480px) {
    .c-card-nav__cta {
        width: 8rem
    }

    .t-card-nav-2-col .c-card-nav__container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:768px) {
    .t-card-nav-1-col .c-card-nav__container {
        max-width: none;
        margin-left: 0;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .t-card-nav-1-col .c-card-nav__wrap {
        width: 50%;
        margin-left: 0;
        border-right: 1px solid #edf2f7
    }

    .t-card-nav-3-col .c-card-nav__container {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .t-card-nav-3-col .c-card-nav__inner,
    .t-card-nav-4-col .c-card-nav__inner {
        overflow: visible
    }
}

@media (min-width:1024px) {
    .t-card-nav-1-col .c-card-nav__container {
        max-width: 72rem;
        margin: auto
    }

    .c-card-nav__cell {
        min-height: 5rem
    }

    .t-card-nav-4-col .c-card-nav__container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media (min-width:1152px) {
    .c-card-nav__wrap {
        border-left: 1px solid #edf2f7;
        border-right: 1px solid #edf2f7
    }

    .t-card-nav-1-col .c-card-nav__container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:639px) {
    .c-comparison-pg .c-rec-credit__icon {
        display: none
    }

    .c-comparison-pg .c-rec-credit__text {
        margin-bottom: .25rem
    }
}

.c-popular-comparisons .c-card-tile:first-child {
    z-index: 3
}

.c-popular-comparisons .c-card-tile:nth-child(2) {
    z-index: 2
}

.c-popular-comparisons .c-card-tile:nth-child(3) {
    z-index: 1
}

.c-article-link:hover .c-article-link__img {
    --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))
}

.c-article-link:hover .c-article-link__title {
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.c-modal__bg {
    background-color: rgba(2, 22, 45, 0)
}

.c-modal__container {
    overflow: hidden
}

.c-modal__bg,
.c-modal__container {
    opacity: 0
}

@media (min-height:667px) {
    .c-modal {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
}

.c-modal.modal-in .c-modal__container {
    animation-name: fadeInOpacity, animateTopNorth;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.c-modal.modal-in .c-modal__bg {
    animation-name: fadeInOpacity;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    background-color: rgba(2, 22, 45, .8)
}

#shopper_approved {
    z-index: 32768;
    font: 14px --font-open-sans, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    display: none;
    position: absolute;
    width: 100%
}

#outer_shopper_approved>#shopper_background {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 32767 !important;
    background-color: #333 !important;
    opacity: .4 !important;
    filter: alpha(opacity=40) !important
}

#shopper_approved #sa_outer {
    margin: 20vh auto 1rem !important;
    max-width: 512px !important;
    padding: 0 2rem !important
}

#outer_shopper_approved #shopper_approved>#sa_outer {
    max-width: 512px !important
}

#shopper_approved #sa_rounded {
    background-color: #fff !important;
    padding: 0 0 20px !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15) !important;
    border-radius: 5px !important;
    max-height: calc(100vh - 128px) !important;
    overflow-y: auto !important
}

#shopper_approved #sa_header {
    border: 0 !important;
    text-align: left !important;
    padding: 20px 0 0 30px !important;
    vertical-align: middle !important;
    font-style: normal !important;
    font-size: 24px !important;
    color: #2252bc;
    font-family: --font-open-sans, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

.sa_star {
    cursor: pointer;
    background: url(../images/simplestar.png) no-repeat !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-block
}

.sa_activestar {
    background-position: 0 -24px !important
}

#shopper_approved select,
input,
textarea {
    font-size: 16px !important
}

#sa_lowrating {
    padding: 20px 0 !important;
    display: none;
    color: red !important
}

#sa_lowrating,
#sa_lowrating a {
    font: 16px arial, sans-serif !important
}

#sa_lowrating a {
    color: blue !important;
    cursor: pointer
}

#sa_last_chance {
    display: none;
    font-size: smaller !important;
    color: red !important;
    padding: 0 0 6px !important
}

#shopper_submit {
    border: inherit !important;
    padding: inherit !important;
    background-color: transparent !important;
    color: transparent !important;
    background-image: url(../images/submit-feedback.png) !important;
    width: 175px !important;
    height: 40px !important
}

#shopper_submit:hover {
    cursor: pointer
}

#shopper_approved #sa_close {
    border: 0 !important;
    display: block !important;
    float: right !important;
    margin: -10px 10px 0 0 !important;
    cursor: pointer
}

#shopper_approved #sa_ratings,
#shopper_approved #sa_thankyou {
    text-align: left !important;
    padding: 0 30px !important
}

#shopper_approved #sa_thankyou_no_email {
    text-align: center !important;
    padding: 0 30px !important
}

#shopper_approved .sa_ratingBox {
    padding: 20px 0 0 !important;
    font: 14px arial, sans-serif !important;
    color: #000 !important
}

#shopper_approved select.sa_value {
    width: 200px !important;
    margin-top: 7px !important
}

#sa_comments {
    padding: 20px 0 !important;
    display: none;
    font: 16px arial, sans-serif !important
}

#shopper_approved textarea {
    border: 1px solid #bbb !important;
    color: gray;
    padding: 2px;
    width: 100% !important
}

#sa_optin {
    padding: 0 !important;
    display: none;
    font: 16px arial, sans-serif !important;
    color: #000 !important
}

#sa_optin input[type=text] {
    border: 1px solid #bbb !important;
    width: 300px !important;
    color: #000 !important;
    float: right;
    margin-right: 50px
}

#sa_optin .sa_optin {
    padding: 10px 0 !important
}

#shopper_approved #sa_footer_img {
    float: right !important;
    display: block !important
}

#sa_safe {
    font-weight: 700
}

@media (max-width:600px) {
    #sa_optin input[type=text] {
        margin-right: 0 !important
    }
}

@media (max-width:540px) {
    #sa_optin input[type=text] {
        margin-right: 0 !important;
        width: 200px !important
    }
}

@media (max-width:500px) {
    #outer_shopper_approved>#shopper_approved>#sa_outer {
        margin: 12vh 0 0 !important;
        padding: 1rem 2rem !important
    }
}

input,
select,
textarea {
    font-size: 16px !important
}

#sa_comments,
#sa_optin,
#shopper_approved .sa_ratingBox,
#shopper_approved>* {
    font-family: --font-open-sans, Helvetica Neue, Helvetica, Arial, sans-serif !important
}

#shopper_approved .sa_optin input[type=text] {
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 300px !important
}

#shopper_approved input[type=radio]:after {
    position: absolute;
    top: 1px;
    left: 4px;
    z-index: 1
}

#shopper_approved input.sa_followup[type=radio]:checked:before {
    left: 1px !important;
    z-index: 2
}

h #sa_tooptin label {
    margin-right: 1rem
}

#sa_tooptin label:last-child {
    margin-right: 0
}

.sa_thankyou_text {
    font-size: 18px;
    color: #00cc7a
}

.c-form-popup .c-popup__arrow:after,
.c-form-popup .c-popup__arrow:before {
    left: 1.25rem
}

.c-form-popup__container {
    width: 18rem
}

@media (min-width:480px) {
    .c-form-popup__container {
        width: 22rem
    }
}

.impression-tag {
    width: 1px !important;
    height: 1px !important
}

.t-content-v1 {
    display: none
}

.t-content-v1.t-content-v1--show {
    display: block
}

.t-content-base.t-content-v1--show {
    display: none
}

.t-367 .c-btn__icon img,
.t-367 .c-card-art__icon img {
    display: none !important
}

.t-367 .c-btn__icon,
.t-367 .c-card-art__icon {
    background-position: 100%;
    background-repeat: no-repeat
}

.t-367 .c-card-nav__cta .c-btn__icon {
    min-width: 14px;
    min-height: 14px
}

.t-367--v1 .c-btn__icon,
.t-367--v1 .c-card-art__icon {
    background-image: url(../images/icon-redirect-w.svg);
    background-size: 90% auto
}

.t-367--v1 .c-btn__icon--wf-red {
    background-image: url(../images/icon-redirect-wf-red.svg)
}

.t-367--v2 .c-btn__icon,
.t-367--v2 .c-card-art__icon {
    background-image: url(../images/icon-redirect-arrow-w.svg);
    background-size: 80% auto
}

.t-367--v2 .c-btn__icon--wf-red {
    background-image: url(../images/icon-redirect-arrow-wf-red.svg)
}

.t-367--v3 .c-btn__icon,
.t-367--v3 .c-card-art__icon {
    background-image: url(../images/icon-chevron-r-white.svg);
    background-size: 90% auto
}

.t-367--v3 .c-btn__icon--wf-red {
    background-image: url(../images/icon-chevron-r-wf-red.svg)
}

.c-related-cards--list.c-related-cards--v2,
.c-related-cards--tile.c-related-cards--v1 {
    display: block !important
}

.c-alert-upsell.flex {
    display: none
}

.c-layout-main--324-control .c-alert-upsell.flex {
    display: flex
}

.c-layout-main--324-v1 .c-main__container {
    padding-top: 4rem
}

@media (min-width:1024px) {
    .c-layout-main--324-v1 .c-main__container {
        padding-top: 5rem
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.top-16 {
    top: 4rem
}

.left-8 {
    left: 2rem
}

.top-\[-1rem\] {
    top: -1rem
}

.top-\[-1\.5rem\] {
    top: -1.5rem
}

.left-14 {
    left: 3.5rem
}

.right-0 {
    right: 0
}

.right-\[-24px\] {
    right: -24px
}

.top-\[-137px\] {
    top: -137px
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-1 {
    top: .25rem
}

.top-full {
    top: 100%
}

.top-3 {
    top: .75rem
}

.right-5 {
    right: 1.25rem
}

.top-\[-4px\] {
    top: -4px
}

.left-3 {
    left: .75rem
}

.bottom-\[1\.25rem\] {
    bottom: 1.25rem
}

.right-\[1rem\] {
    right: 1rem
}

.top-12 {
    top: 3em
}

.right-16 {
    right: 4rem
}

.-top-\[2px\] {
    top: -2px
}

.-left-8 {
    left: -2rem
}

.bottom-4 {
    bottom: 1rem
}

.right-4 {
    right: 1rem
}

.-top-\[32px\] {
    top: -32px
}

.-right-\[16px\] {
    right: -16px
}

.-left-\[16px\] {
    left: -16px
}

.-top-\[37px\] {
    top: -37px
}

.-right-\[8px\] {
    right: -8px
}

.top-\[\.25rem\] {
    top: .25rem
}

.right-\[0\.5rem\] {
    right: .5rem
}

.bottom-\[0\.25rem\] {
    bottom: .25rem
}

.bottom-\[22px\] {
    bottom: 22px
}

.right-\[12px\] {
    right: 12px
}

.bottom-\[6px\] {
    bottom: 6px
}

.right-\[6px\] {
    right: 6px
}

.-top-3 {
    top: -.75rem
}

.left-2 {
    left: .5rem
}

.-top-\[18\%\] {
    top: -18%
}

.-left-\[2\%\] {
    left: -2%
}

.-top-\[\.75rem\] {
    top: -.75rem
}

.-left-\[5\.25rem\] {
    left: -5.25rem
}

.top-\[-4\.5rem\] {
    top: -4.5rem
}

.right-\[-2\.5rem\] {
    right: -2.5rem
}

.top-\[10\%\] {
    top: 10%
}

.left-\[-7\%\] {
    left: -7%
}

.bottom-\[\.25rem\] {
    bottom: .25rem
}

.right-\[\.5rem\] {
    right: .5rem
}

.bottom-\[0\.6rem\] {
    bottom: .6rem
}

.top-\[5\.5rem\] {
    top: 5.5rem
}

.left-\[2rem\] {
    left: 2rem
}

.top-\[1rem\] {
    top: 1rem
}

.left-\[4rem\] {
    left: 4rem
}

.top-\[3rem\] {
    top: 3rem
}

.top-\[2rem\] {
    top: 2rem
}

.-right-\[14rem\] {
    right: -14rem
}

.top-\[0\.1rem\] {
    top: .1rem
}

.top-4 {
    top: 1rem
}

.-left-\[1\.5rem\] {
    left: -1.5rem
}

.-top-1 {
    top: -.25rem
}

.top-0\.5 {
    top: .125rem
}

.-top-2 {
    top: -.5rem
}

.-right-3 {
    right: -.75rem
}

.-left-10 {
    left: -2.5rem
}

.z-10 {
    z-index: 10
}

.z-3 {
    z-index: 3
}

.z-2 {
    z-index: 2
}

.z-1 {
    z-index: 1
}

.z-0 {
    z-index: 0
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-80 {
    z-index: 80
}

.z-70 {
    z-index: 70
}

.z-60 {
    z-index: 60
}

.z-50 {
    z-index: 50
}

.z-4 {
    z-index: 4
}

.z-\[11\] {
    z-index: 11
}

.-z-\[1\] {
    z-index: -1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-8 {
    grid-column: span 8/span 8
}

.col-span-9 {
    grid-column: span 9/span 9
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-11 {
    grid-column: span 11/span 11
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-full {
    grid-column: 1/-1
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.col-start-4 {
    grid-column-start: 4
}

.col-start-5 {
    grid-column-start: 5
}

.col-start-6 {
    grid-column-start: 6
}

.col-start-7 {
    grid-column-start: 7
}

.col-start-8 {
    grid-column-start: 8
}

.col-start-9 {
    grid-column-start: 9
}

.col-start-10 {
    grid-column-start: 10
}

.col-start-11 {
    grid-column-start: 11
}

.col-start-12 {
    grid-column-start: 12
}

.col-start-13 {
    grid-column-start: 13
}

.col-start-auto {
    grid-column-start: auto
}

.float-left {
    float: left
}

.m-4 {
    margin: 1rem
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

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

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

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

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

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.my-1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

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

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem
}

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

.mx-0\.5 {
    margin-left: .125rem;
    margin-right: .125rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-1\.5 {
    margin-left: .375rem;
    margin-right: .375rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.-mx-1\.5 {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

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

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

.mt-8 {
    margin-top: 2rem
}

.mt-16 {
    margin-top: 4rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-mt-8 {
    margin-top: -2rem
}

.-ml-12 {
    margin-left: -3rem
}

.mb-24 {
    margin-bottom: 6rem
}

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

.mr-2 {
    margin-right: .5rem
}

.-mt-16 {
    margin-top: -4rem
}

.-mt-18 {
    margin-top: -4.5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.-mt-4 {
    margin-top: -1rem
}

.mb-12 {
    margin-bottom: 3rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-5 {
    margin-top: -1.25rem
}

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

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

.mt-20 {
    margin-top: 5rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

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

.mt-10 {
    margin-top: 2.5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-\[40px\] {
    margin-left: 40px
}

.-mt-px {
    margin-top: -1px
}

.ml-1 {
    margin-left: .25rem
}

.mb-0 {
    margin-bottom: 0
}

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

.ml-1\.5 {
    margin-left: .375rem
}

.ml-2 {
    margin-left: .5rem
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mb-14 {
    margin-bottom: 3.5rem
}

.mt-3 {
    margin-top: .75rem
}

.-mr-2 {
    margin-right: -.5rem
}

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

.mr-4 {
    margin-right: 1rem
}

.mr-1 {
    margin-right: .25rem
}

.-mt-3 {
    margin-top: -.75rem
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.ml-3 {
    margin-left: .75rem
}

.-mt-0\.5 {
    margin-top: -.125rem
}

.-ml-1 {
    margin-left: -.25rem
}

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

.mb-7 {
    margin-bottom: 1.75rem
}

.mt-7 {
    margin-top: 1.75rem
}

.-mb-5 {
    margin-bottom: -1.25rem
}

.mt-auto {
    margin-top: auto
}

.-mb-2\.5 {
    margin-bottom: -.625rem
}

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

.-mt-1\.5 {
    margin-top: -.375rem
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-0 {
    margin-top: 0
}

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

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

.mr-1\.5 {
    margin-right: .375rem
}

.-mt-14 {
    margin-top: -3.5rem
}

.mt-1 {
    margin-top: .25rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.-mt-56 {
    margin-top: -14rem
}

.-mb-px {
    margin-bottom: -1px
}

.ml-0\.5 {
    margin-left: .125rem
}

.ml-0 {
    margin-left: 0
}

.-mb-8 {
    margin-bottom: -2rem
}

.mt-14 {
    margin-top: 3.5rem
}

.-mt-12 {
    margin-top: -3rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mr-6 {
    margin-right: 1.5rem
}

.-mr-1 {
    margin-right: -.25rem
}

.ml-6 {
    margin-left: 1.5rem
}

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

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

.mr-8 {
    margin-right: 2rem
}

.mb-13 {
    margin-bottom: 3.125rem
}

.-mt-9 {
    margin-top: -2.25rem
}

.mr-5 {
    margin-right: 1.25rem
}

.-mb-14 {
    margin-bottom: -3.5rem
}

.-mr-4 {
    margin-right: -1rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.-ml-4 {
    margin-left: -1rem
}

.-ml-3 {
    margin-left: -.75rem
}

.-mb-7 {
    margin-bottom: -1.75rem
}

.mt-\[8px\] {
    margin-top: 8px
}

.mb-\[22px\] {
    margin-bottom: 22px
}

.mt-\[5px\] {
    margin-top: 5px
}

.-mb-3 {
    margin-bottom: -.75rem
}

.ml-8 {
    margin-left: 2rem
}

.-mr-3 {
    margin-right: -.75rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.table-row {
    display: table-row
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-10 {
    height: 2.5rem
}

.h-8 {
    height: 2rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-40 {
    height: 10rem
}

.h-12 {
    height: 3rem
}

.h-1\/3 {
    height: 33.333333%
}

.h-80 {
    height: 20rem
}

.h-16 {
    height: 4rem
}

.h-6 {
    height: 1.5rem
}

.h-36 {
    height: 9rem
}

.h-2 {
    height: .5rem
}

.h-32 {
    height: 8rem
}

.h-4 {
    height: 1rem
}

.h-14 {
    height: 3.5rem
}

.h-24 {
    height: 6rem
}

.h-5 {
    height: 1.25rem
}

.h-20 {
    height: 5rem
}

.h-3 {
    height: .75rem
}

.h-48 {
    height: 12rem
}

.h-9 {
    height: 2.25rem
}

.h-28 {
    height: 7rem
}

.h-7 {
    height: 1.75rem
}

.h-1 {
    height: .25rem
}

.h-0 {
    height: 0
}

.h-\[70\%\] {
    height: 70%
}

.h-60 {
    height: 15rem
}

.h-\[264px\] {
    height: 264px
}

.h-\[800px\] {
    height: 800px
}

.max-h-14 {
    max-height: 3.5rem
}

.min-h-screen {
    min-height: 100vh
}

.min-h-12 {
    min-height: 3rem
}

.min-h-14 {
    min-height: 3.5rem
}

.min-h-2-3\/4r {
    min-height: 2.75rem
}

.min-h-\[8rem\] {
    min-height: 8rem
}

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

.w-full {
    width: 100%
}

.w-12 {
    width: 3rem
}

.w-11\/12 {
    width: 91.666667%
}

.w-52 {
    width: 13rem
}

.w-10\/12 {
    width: 83.333333%
}

.w-8\/12 {
    width: 66.666667%
}

.w-24 {
    width: 6rem
}

.w-6 {
    width: 1.5rem
}

.w-20 {
    width: 5rem
}

.w-32 {
    width: 8rem
}

.w-10 {
    width: 2.5rem
}

.w-40 {
    width: 10rem
}

.w-36 {
    width: 9rem
}

.w-44 {
    width: 11rem
}

.w-auto {
    width: auto
}

.w-4 {
    width: 1rem
}

.w-56 {
    width: 14rem
}

.w-8 {
    width: 2rem
}

.w-96 {
    width: 24rem
}

.w-1\/4 {
    width: 25%
}

.w-2\/12 {
    width: 16.666667%
}

.w-1\/3 {
    width: 33.333333%
}

.w-3\.5 {
    width: .875rem
}

.w-3 {
    width: .75rem
}

.w-3\/4 {
    width: 75%
}

.w-48 {
    width: 12rem
}

.w-16 {
    width: 4rem
}

.w-5 {
    width: 1.25rem
}

.w-64 {
    width: 16rem
}

.w-28 {
    width: 7rem
}

.w-18 {
    width: 4.5rem
}

.w-\[35\%\] {
    width: 35%
}

.w-14 {
    width: 3.5rem
}

.w-5\/12 {
    width: 41.666667%
}

.w-2\/3 {
    width: 66.666667%
}

.w-7 {
    width: 1.75rem
}

.w-4\/5 {
    width: 80%
}

.w-48pct {
    width: 48%
}

.w-1\/6 {
    width: 16.666667%
}

.w-\[5rem\] {
    width: 5rem
}

.w-\[3rem\] {
    width: 3rem
}

.w-22 {
    width: 5.5rem
}

.w-\[120px\] {
    width: 120px
}

.w-\[128px\] {
    width: 128px
}

.w-72 {
    width: 18rem
}

.w-9\/12 {
    width: 75%
}

.w-9 {
    width: 2.25rem
}

.w-\[480px\] {
    width: 480px
}

.w-\[65\%\] {
    width: 65%
}

.w-7\/12 {
    width: 58.333333%
}

.w-\[25\%\] {
    width: 25%
}

.w-2\/5 {
    width: 40%
}

.w-3\/5 {
    width: 60%
}

.w-5\/6 {
    width: 83.333333%
}

.w-\[295px\] {
    width: 295px
}

.w-80 {
    width: 20rem
}

.w-\[13rem\] {
    width: 13rem
}

.w-\[10rem\] {
    width: 10rem
}

.w-\[7rem\] {
    width: 7rem
}

.w-\[16rem\] {
    width: 16rem
}

.w-\[90vw\] {
    width: 90vw
}

.w-6\/12 {
    width: 50%
}

.min-w-\[2rem\] {
    min-width: 2rem
}

.min-w-\[13rem\] {
    min-width: 13rem
}

.min-w-\[inherit\] {
    min-width: inherit
}

.min-w-\[8rem\] {
    min-width: 8rem
}

.min-w-min {
    min-width: -moz-min-content;
    min-width: min-content
}

.max-w-0 {
    max-width: 0
}

.max-w-none {
    max-width: none
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-xl {
    max-width: 36rem
}

.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-full {
    max-width: 100%
}

.max-w-min {
    max-width: -moz-min-content;
    max-width: min-content
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content
}

.max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content
}

.max-w-prose {
    max-width: 65ch
}

.max-w-screen-xxs {
    max-width: 375px
}

.max-w-screen-xs {
    max-width: 480px
}

.max-w-screen-sm {
    max-width: 640px
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-screen-lg {
    max-width: 1024px
}

.max-w-screen-xl {
    max-width: 1152px
}

.max-w-12rem {
    max-width: 12rem
}

.max-w-13rem {
    max-width: 13rem
}

.max-w-15rem {
    max-width: 15rem
}

.max-w-20rem {
    max-width: 20rem
}

.max-w-333px {
    max-width: 333px
}

.max-w-\[355px\] {
    max-width: 355px
}

.max-w-\[208px\] {
    max-width: 208px
}

.max-w-\[64px\] {
    max-width: 64px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[16rem\] {
    max-width: 16rem
}

.max-w-\[34rem\] {
    max-width: 34rem
}

.max-w-\[420px\] {
    max-width: 420px
}

.max-w-\[18rem\] {
    max-width: 18rem
}

.max-w-\[28rem\] {
    max-width: 28rem
}

.max-w-\[14rem\] {
    max-width: 14rem
}

.max-w-\[20rem\] {
    max-width: 20rem
}

.max-w-\[22rem\] {
    max-width: 22rem
}

.max-w-\[64rem\] {
    max-width: 64rem
}

.max-w-\[330px\] {
    max-width: 330px
}

.max-w-\[12rem\] {
    max-width: 12rem
}

.flex-auto {
    flex: 1 1 auto
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0
}

.flex-grow {
    flex-grow: 1
}

.grow-0 {
    flex-grow: 0
}

.grow {
    flex-grow: 1
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.border-collapse {
    border-collapse: collapse
}

.rotate-12 {
    --tw-rotate: 12deg
}

.rotate-12,
.rotate-180 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-90 {
    --tw-rotate: 90deg
}

.-rotate-90,
.rotate-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.rotate-\[5deg\] {
    --tw-rotate: 5deg
}

.rotate-\[5deg\],
.skew-y-\[-2deg\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-\[-2deg\] {
    --tw-skew-y: -2deg
}

.skew-x-\[-6deg\] {
    --tw-skew-x: -6deg
}

.skew-x-\[-6deg\],
.skew-y-\[3deg\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.skew-y-\[3deg\] {
    --tw-skew-y: 3deg
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-75,
.scale-\[\.9\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[\.9\] {
    --tw-scale-x: .9;
    --tw-scale-y: .9
}

.scale-\[\.65\] {
    --tw-scale-x: .65;
    --tw-scale-y: .65
}

.scale-\[80\%\],
.scale-\[\.65\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[80\%\] {
    --tw-scale-x: 80%;
    --tw-scale-y: 80%
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.scale-110,
.scale-\[85\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-\[85\%\] {
    --tw-scale-x: 85%;
    --tw-scale-y: 85%
}

.scale-x-\[110\%\] {
    --tw-scale-x: 110%
}

.scale-x-\[110\%\],
.scale-y-\[95\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-\[95\%\] {
    --tw-scale-y: 95%
}

.scale-x-\[37\%\] {
    --tw-scale-x: 37%
}

.scale-x-\[37\%\],
.scale-y-\[65\%\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-\[65\%\] {
    --tw-scale-y: 65%
}

.scale-x-\[-100\%\] {
    --tw-scale-x: -100%
}

.scale-x-\[-100\%\],
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite
}

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

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.resize {
    resize: both
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
    grid-template-columns: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-center {
    align-content: center
}

.content-start {
    align-content: flex-start
}

.content-between {
    align-content: space-between
}

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

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

.justify-around {
    justify-content: space-around
}

.gap-4 {
    gap: 1rem
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-4 {
    row-gap: 1rem
}

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

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.text-ellipsis {
    text-overflow: ellipsis
}

.text-clip {
    text-overflow: clip
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.rounded {
    border-radius: .5rem
}

.rounded-lg {
    border-radius: .75rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-sm {
    border-radius: .25rem
}

.rounded-xl {
    border-radius: 1rem
}

.rounded-b-sm {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.rounded-t {
    border-top-right-radius: .5rem
}

.rounded-t,
.rounded-tl {
    border-top-left-radius: .5rem
}

.rounded-bl {
    border-bottom-left-radius: .5rem
}

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

.border {
    border-width: 1px
}

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

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

.border-0 {
    border-width: 0
}

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

.border-t-7 {
    border-top-width: 7px
}

.border-t-3 {
    border-top-width: 3px
}

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

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

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

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

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

.border-b-3 {
    border-bottom-width: 3px
}

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

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

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

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

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

.border-solid {
    border-style: solid
}

.border-tetriary {
    --tw-border-opacity: 1;
    border-color: rgb(253 202 65/var(--tw-border-opacity))
}

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

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

.border-primary-bright {
    --tw-border-opacity: 1;
    border-color: rgb(33 163 252/var(--tw-border-opacity))
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(203 213 224/var(--tw-border-opacity))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(237 242 247/var(--tw-border-opacity))
}

.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(5 47 94/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0/var(--tw-border-opacity))
}

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

.border-primary-bright\/30 {
    border-color: rgba(33, 163, 252, .3)
}

.border-transparent {
    border-color: transparent
}

.border-secondary {
    --tw-border-opacity: 1;
    border-color: rgb(62 209 74/var(--tw-border-opacity))
}

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

.border-primary-mid {
    --tw-border-opacity: 1;
    border-color: rgb(0 71 171/var(--tw-border-opacity))
}

.border-slate-400 {
    --tw-border-opacity: 1;
    border-color: rgb(148 163 184/var(--tw-border-opacity))
}

.border-primary-light {
    --tw-border-opacity: 1;
    border-color: rgb(208 234 253/var(--tw-border-opacity))
}

.border-sky-400 {
    --tw-border-opacity: 1;
    border-color: rgb(56 189 248/var(--tw-border-opacity))
}

.border-green-cta {
    --tw-border-opacity: 1;
    border-color: rgb(20 199 65/var(--tw-border-opacity))
}

.border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgb(71 85 105/var(--tw-border-opacity))
}

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

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(190 227 248/var(--tw-bg-opacity))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 255 244/var(--tw-bg-opacity))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 245/var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252/var(--tw-bg-opacity))
}

.bg-primary-bright {
    --tw-bg-opacity: 1;
    background-color: rgb(33 163 252/var(--tw-bg-opacity))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity))
}

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

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

.bg-primary-light-bg {
    --tw-bg-opacity: 1;
    background-color: rgb(240 250 255/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 242 247/var(--tw-bg-opacity))
}

.bg-primary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(208 234 253/var(--tw-bg-opacity))
}

.bg-tetriary {
    --tw-bg-opacity: 1;
    background-color: rgb(253 202 65/var(--tw-bg-opacity))
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 232 240/var(--tw-bg-opacity))
}

.bg-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(62 209 74/var(--tw-bg-opacity))
}

.bg-primary-mid {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 171/var(--tw-bg-opacity))
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(5 47 94/var(--tw-bg-opacity))
}

.bg-primary-mid-light {
    --tw-bg-opacity: 1;
    background-color: rgb(127 162 213/var(--tw-bg-opacity))
}

.bg-secondary-light {
    --tw-bg-opacity: 1;
    background-color: rgb(158 232 164/var(--tw-bg-opacity))
}

.bg-amber-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6/var(--tw-bg-opacity))
}

.bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(26 32 44/var(--tw-bg-opacity))
}

.bg-\[rgba\(33\2c 163\2c 252\2c \.4\)\] {
    background-color: rgba(33, 163, 252, .4)
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.9\)\] {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-transparent {
    background-color: transparent
}

.bg-primary-light-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 252 255/var(--tw-bg-opacity))
}

.bg-green-cta {
    --tw-bg-opacity: 1;
    background-color: rgb(20 199 65/var(--tw-bg-opacity))
}

.bg-\[\#FEFAEE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 250 238/var(--tw-bg-opacity))
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255/var(--tw-bg-opacity))
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 130 206/var(--tw-bg-opacity))
}

.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 82 130/var(--tw-bg-opacity))
}

.bg-secondary-light-bg-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 251 240/var(--tw-bg-opacity))
}

.bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops))
}

.from-white {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsla(0, 0%, 100%, 0))
}

.from-\[\#E7F9FF\] {
    --tw-gradient-from: #e7f9ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 249, 255, 0))
}

.to-white {
    --tw-gradient-to: #fff
}

.bg-cover {
    background-size: cover
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-6 {
    padding: 1.5rem
}

.p-4 {
    padding: 1rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-7 {
    padding: 1.75rem
}

.p-1 {
    padding: .25rem
}

.p-0\.5 {
    padding: .125rem
}

.p-0 {
    padding: 0
}

.p-1\.5 {
    padding: .375rem
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

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

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

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

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

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

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

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-3\.5 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.px-1\.5 {
    padding-left: .375rem;
    padding-right: .375rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

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

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

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

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pl-2 {
    padding-left: .5rem
}

.pt-12 {
    padding-top: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pl-3 {
    padding-left: .75rem
}

.pl-8 {
    padding-left: 2rem
}

.pr-6 {
    padding-right: 1.5rem
}

.pt-2 {
    padding-top: .5rem
}

.pr-10 {
    padding-right: 2.5rem
}

.pl-4 {
    padding-left: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-4 {
    padding-top: 1rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pt-3 {
    padding-top: .75rem
}

.pr-4 {
    padding-right: 1rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-0\.5 {
    padding-top: .125rem
}

.pt-0 {
    padding-top: 0
}

.pr-2 {
    padding-right: .5rem
}

.pr-8 {
    padding-right: 2rem
}

.pr-12 {
    padding-right: 3rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-1 {
    padding-right: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.pr-3 {
    padding-right: .75rem
}

.pt-1 {
    padding-top: .25rem
}

.pb-56 {
    padding-bottom: 14rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-0 {
    padding-left: 0
}

.pt-\[1px\] {
    padding-top: 1px
}

.pt-40 {
    padding-top: 10rem
}

.pr-7 {
    padding-right: 1.75rem
}

.pl-7 {
    padding-left: 1.75rem
}

.pb-36 {
    padding-bottom: 9rem
}

.pb-22 {
    padding-bottom: 5.5rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pl-2\.5 {
    padding-left: .625rem
}

.pl-0\.5 {
    padding-left: .125rem
}

.pt-\[60\%\] {
    padding-top: 60%
}

.pb-\[3rem\] {
    padding-bottom: 3rem
}

.pt-1\.5 {
    padding-top: .375rem
}

.pt-24 {
    padding-top: 6rem
}

.pt-9 {
    padding-top: 2.25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-2\.5 {
    padding-top: .625rem
}

.pb-3\.5 {
    padding-bottom: .875rem
}

.pl-10 {
    padding-left: 2.5rem
}

.pl-14 {
    padding-left: 3.5rem
}

.pt-22 {
    padding-top: 5.5rem
}

.pl-12 {
    padding-left: 3rem
}

.pt-7 {
    padding-top: 1.75rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-top {
    vertical-align: text-top
}

.align-text-bottom {
    vertical-align: text-bottom
}

.font-sans {
    font-family: var(--font-open-sans), Helvetica, Arial, sans-serif
}

.font-display,
.font-serif {
    font-family: var(--font-inria-serif), Georgia, serif
}

.font-body {
    font-family: var(--font-open-sans), Helvetica Neue, Helvetica, sans-serif
}

.font-serif-dm {
    font-family: var(--font-dm-serif-display), Georgia, serif
}

.text-xs {
    font-size: .75rem
}

.text-sm {
    font-size: .875rem
}

.text-base {
    font-size: 1rem
}

.text-lg {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 1.5rem
}

.text-3xl {
    font-size: 1.875rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-5xl {
    font-size: 3rem
}

.text-6xl {
    font-size: 4rem
}

.text-7xl {
    font-size: 5rem
}

.text-8xl {
    font-size: 6rem;
    line-height: 1
}

.text-9xl {
    font-size: 8rem;
    line-height: 1
}

.text-2\.5xl {
    font-size: 1.75rem
}

.text-5\.5xl {
    font-size: 3.5rem
}

.text-fs9 {
    font-size: .5625rem
}

.text-fs10 {
    font-size: .625rem
}

.text-fs11 {
    font-size: .6875rem
}

.text-fs12 {
    font-size: .75rem
}

.text-fs13 {
    font-size: .8125rem
}

.text-fs15 {
    font-size: .9375rem
}

.text-fs32 {
    font-size: 2rem
}

.text-fs38 {
    font-size: 2.375rem
}

.text-fs40 {
    font-size: 2.5rem
}

.text-fs42 {
    font-size: 2.625rem
}

.text-fs46 {
    font-size: 2.875rem
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[13px\] {
    font-size: 13px
}

.text-\[17px\] {
    font-size: 17px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[36px\] {
    font-size: 36px
}

.text-\[28px\] {
    font-size: 28px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[27px\] {
    font-size: 27px
}

.text-\[42px\] {
    font-size: 42px
}

.text-\[54px\] {
    font-size: 54px
}

.text-\[8vw\] {
    font-size: 8vw
}

.text-\[12vw\] {
    font-size: 12vw
}

.text-\[11vw\] {
    font-size: 11vw
}

.text-\[21px\] {
    font-size: 21px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[30px\] {
    font-size: 30px
}

.text-\[31px\] {
    font-size: 31px
}

.font-bold {
    font-weight: 700
}

.font-normal {
    font-weight: 400
}

.font-extrabold {
    font-weight: 800
}

.font-semibold {
    font-weight: 600
}

.font-extralight {
    font-weight: 200
}

.font-\[800\] {
    font-weight: 800
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.leading-snug {
    line-height: 1.375
}

.leading-relaxed {
    line-height: 1.625
}

.leading-tight {
    line-height: 1.25
}

.leading-\[1\.5\] {
    line-height: 1.5
}

.leading-\[1\.1\] {
    line-height: 1.1
}

.leading-\[1\.25\] {
    line-height: 1.25
}

.leading-8 {
    line-height: 2rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-3 {
    line-height: .75rem
}

.leading-\[120\%\] {
    line-height: 120%
}

.leading-4 {
    line-height: 1rem
}

.leading-normal {
    line-height: 1.5
}

.leading-\[1\.3\] {
    line-height: 1.3
}

.leading-\[1\.2\] {
    line-height: 1.2
}

.leading-none {
    line-height: 1
}

.leading-relaxed-2 {
    line-height: 1.75
}

.leading-\[1\] {
    line-height: 1
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-tight {
    letter-spacing: -.025em
}

.tracking-\[2px\] {
    letter-spacing: 2px
}

.tracking-\[1px\] {
    letter-spacing: 1px
}

.text-inherit {
    color: inherit
}

.text-current {
    color: currentColor
}

.text-transparent {
    color: transparent
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0/var(--tw-text-opacity))
}

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

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

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

.text-slate-200 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

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

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

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

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

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

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

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

.text-gray-50 {
    --tw-text-opacity: 1;
    color: rgb(249 250 251/var(--tw-text-opacity))
}

.text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(247 250 252/var(--tw-text-opacity))
}

.text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(237 242 247/var(--tw-text-opacity))
}

.text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(203 213 224/var(--tw-text-opacity))
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(160 174 192/var(--tw-text-opacity))
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(113 128 150/var(--tw-text-opacity))
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(74 85 104/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(45 55 72/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(26 32 44/var(--tw-text-opacity))
}

.text-zinc-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-zinc-100 {
    --tw-text-opacity: 1;
    color: rgb(244 244 245/var(--tw-text-opacity))
}

.text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231/var(--tw-text-opacity))
}

.text-zinc-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 216/var(--tw-text-opacity))
}

.text-zinc-400 {
    --tw-text-opacity: 1;
    color: rgb(161 161 170/var(--tw-text-opacity))
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122/var(--tw-text-opacity))
}

.text-zinc-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 91/var(--tw-text-opacity))
}

.text-zinc-700 {
    --tw-text-opacity: 1;
    color: rgb(63 63 70/var(--tw-text-opacity))
}

.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42/var(--tw-text-opacity))
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27/var(--tw-text-opacity))
}

.text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 250/var(--tw-text-opacity))
}

.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245/var(--tw-text-opacity))
}

.text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229/var(--tw-text-opacity))
}

.text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212/var(--tw-text-opacity))
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163/var(--tw-text-opacity))
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(115 115 115/var(--tw-text-opacity))
}

.text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(82 82 82/var(--tw-text-opacity))
}

.text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(64 64 64/var(--tw-text-opacity))
}

.text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(23 23 23/var(--tw-text-opacity))
}

.text-stone-50 {
    --tw-text-opacity: 1;
    color: rgb(250 250 249/var(--tw-text-opacity))
}

.text-stone-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 244/var(--tw-text-opacity))
}

.text-stone-200 {
    --tw-text-opacity: 1;
    color: rgb(231 229 228/var(--tw-text-opacity))
}

.text-stone-300 {
    --tw-text-opacity: 1;
    color: rgb(214 211 209/var(--tw-text-opacity))
}

.text-stone-400 {
    --tw-text-opacity: 1;
    color: rgb(168 162 158/var(--tw-text-opacity))
}

.text-stone-500 {
    --tw-text-opacity: 1;
    color: rgb(120 113 108/var(--tw-text-opacity))
}

.text-stone-600 {
    --tw-text-opacity: 1;
    color: rgb(87 83 78/var(--tw-text-opacity))
}

.text-stone-700 {
    --tw-text-opacity: 1;
    color: rgb(68 64 60/var(--tw-text-opacity))
}

.text-stone-800 {
    --tw-text-opacity: 1;
    color: rgb(41 37 36/var(--tw-text-opacity))
}

.text-stone-900 {
    --tw-text-opacity: 1;
    color: rgb(28 25 23/var(--tw-text-opacity))
}

.text-red-50 {
    --tw-text-opacity: 1;
    color: rgb(254 242 242/var(--tw-text-opacity))
}

.text-red-100 {
    --tw-text-opacity: 1;
    color: rgb(255 245 245/var(--tw-text-opacity))
}

.text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 215/var(--tw-text-opacity))
}

.text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(254 178 178/var(--tw-text-opacity))
}

.text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(252 129 129/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(245 101 101/var(--tw-text-opacity))
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(229 62 62/var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgb(197 48 48/var(--tw-text-opacity))
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: rgb(155 44 44/var(--tw-text-opacity))
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgb(116 42 42/var(--tw-text-opacity))
}

.text-orange-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 237/var(--tw-text-opacity))
}

.text-orange-100 {
    --tw-text-opacity: 1;
    color: rgb(255 250 240/var(--tw-text-opacity))
}

.text-orange-200 {
    --tw-text-opacity: 1;
    color: rgb(254 235 200/var(--tw-text-opacity))
}

.text-orange-300 {
    --tw-text-opacity: 1;
    color: rgb(251 211 141/var(--tw-text-opacity))
}

.text-orange-400 {
    --tw-text-opacity: 1;
    color: rgb(246 173 85/var(--tw-text-opacity))
}

.text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(237 137 54/var(--tw-text-opacity))
}

.text-orange-600 {
    --tw-text-opacity: 1;
    color: rgb(221 107 32/var(--tw-text-opacity))
}

.text-orange-700 {
    --tw-text-opacity: 1;
    color: rgb(192 86 33/var(--tw-text-opacity))
}

.text-orange-800 {
    --tw-text-opacity: 1;
    color: rgb(156 66 33/var(--tw-text-opacity))
}

.text-orange-900 {
    --tw-text-opacity: 1;
    color: rgb(123 52 30/var(--tw-text-opacity))
}

.text-amber-50 {
    --tw-text-opacity: 1;
    color: rgb(255 251 235/var(--tw-text-opacity))
}

.text-amber-100 {
    --tw-text-opacity: 1;
    color: rgb(254 243 199/var(--tw-text-opacity))
}

.text-amber-200 {
    --tw-text-opacity: 1;
    color: rgb(253 230 138/var(--tw-text-opacity))
}

.text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77/var(--tw-text-opacity))
}

.text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36/var(--tw-text-opacity))
}

.text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11/var(--tw-text-opacity))
}

.text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6/var(--tw-text-opacity))
}

.text-amber-700 {
    --tw-text-opacity: 1;
    color: rgb(180 83 9/var(--tw-text-opacity))
}

.text-amber-800 {
    --tw-text-opacity: 1;
    color: rgb(146 64 14/var(--tw-text-opacity))
}

.text-amber-900 {
    --tw-text-opacity: 1;
    color: rgb(120 53 15/var(--tw-text-opacity))
}

.text-yellow-50 {
    --tw-text-opacity: 1;
    color: rgb(254 252 232/var(--tw-text-opacity))
}

.text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(255 255 240/var(--tw-text-opacity))
}

.text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 252 191/var(--tw-text-opacity))
}

.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(250 240 137/var(--tw-text-opacity))
}

.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(246 224 94/var(--tw-text-opacity))
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(236 201 75/var(--tw-text-opacity))
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgb(214 158 46/var(--tw-text-opacity))
}

.text-yellow-700 {
    --tw-text-opacity: 1;
    color: rgb(183 121 31/var(--tw-text-opacity))
}

.text-yellow-800 {
    --tw-text-opacity: 1;
    color: rgb(151 90 22/var(--tw-text-opacity))
}

.text-yellow-900 {
    --tw-text-opacity: 1;
    color: rgb(116 66 16/var(--tw-text-opacity))
}

.text-lime-50 {
    --tw-text-opacity: 1;
    color: rgb(247 254 231/var(--tw-text-opacity))
}

.text-lime-100 {
    --tw-text-opacity: 1;
    color: rgb(236 252 203/var(--tw-text-opacity))
}

.text-lime-200 {
    --tw-text-opacity: 1;
    color: rgb(217 249 157/var(--tw-text-opacity))
}

.text-lime-300 {
    --tw-text-opacity: 1;
    color: rgb(190 242 100/var(--tw-text-opacity))
}

.text-lime-400 {
    --tw-text-opacity: 1;
    color: rgb(163 230 53/var(--tw-text-opacity))
}

.text-lime-500 {
    --tw-text-opacity: 1;
    color: rgb(132 204 22/var(--tw-text-opacity))
}

.text-lime-600 {
    --tw-text-opacity: 1;
    color: rgb(101 163 13/var(--tw-text-opacity))
}

.text-lime-700 {
    --tw-text-opacity: 1;
    color: rgb(77 124 15/var(--tw-text-opacity))
}

.text-lime-800 {
    --tw-text-opacity: 1;
    color: rgb(63 98 18/var(--tw-text-opacity))
}

.text-lime-900 {
    --tw-text-opacity: 1;
    color: rgb(54 83 20/var(--tw-text-opacity))
}

.text-green-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 244/var(--tw-text-opacity))
}

.text-green-100 {
    --tw-text-opacity: 1;
    color: rgb(240 255 244/var(--tw-text-opacity))
}

.text-green-200 {
    --tw-text-opacity: 1;
    color: rgb(198 246 213/var(--tw-text-opacity))
}

.text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(154 230 180/var(--tw-text-opacity))
}

.text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(104 211 145/var(--tw-text-opacity))
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(72 187 120/var(--tw-text-opacity))
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgb(56 161 105/var(--tw-text-opacity))
}

.text-green-700 {
    --tw-text-opacity: 1;
    color: rgb(47 133 90/var(--tw-text-opacity))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgb(39 103 73/var(--tw-text-opacity))
}

.text-green-900 {
    --tw-text-opacity: 1;
    color: rgb(34 84 61/var(--tw-text-opacity))
}

.text-emerald-50 {
    --tw-text-opacity: 1;
    color: rgb(236 253 245/var(--tw-text-opacity))
}

.text-emerald-100 {
    --tw-text-opacity: 1;
    color: rgb(209 250 229/var(--tw-text-opacity))
}

.text-emerald-200 {
    --tw-text-opacity: 1;
    color: rgb(167 243 208/var(--tw-text-opacity))
}

.text-emerald-300 {
    --tw-text-opacity: 1;
    color: rgb(110 231 183/var(--tw-text-opacity))
}

.text-emerald-400 {
    --tw-text-opacity: 1;
    color: rgb(52 211 153/var(--tw-text-opacity))
}

.text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129/var(--tw-text-opacity))
}

.text-emerald-600 {
    --tw-text-opacity: 1;
    color: rgb(5 150 105/var(--tw-text-opacity))
}

.text-emerald-700 {
    --tw-text-opacity: 1;
    color: rgb(4 120 87/var(--tw-text-opacity))
}

.text-emerald-800 {
    --tw-text-opacity: 1;
    color: rgb(6 95 70/var(--tw-text-opacity))
}

.text-emerald-900 {
    --tw-text-opacity: 1;
    color: rgb(6 78 59/var(--tw-text-opacity))
}

.text-teal-50 {
    --tw-text-opacity: 1;
    color: rgb(240 253 250/var(--tw-text-opacity))
}

.text-teal-100 {
    --tw-text-opacity: 1;
    color: rgb(230 255 250/var(--tw-text-opacity))
}

.text-teal-200 {
    --tw-text-opacity: 1;
    color: rgb(178 245 234/var(--tw-text-opacity))
}

.text-teal-300 {
    --tw-text-opacity: 1;
    color: rgb(129 230 217/var(--tw-text-opacity))
}

.text-teal-400 {
    --tw-text-opacity: 1;
    color: rgb(79 209 197/var(--tw-text-opacity))
}

.text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(56 178 172/var(--tw-text-opacity))
}

.text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(49 151 149/var(--tw-text-opacity))
}

.text-teal-700 {
    --tw-text-opacity: 1;
    color: rgb(44 122 123/var(--tw-text-opacity))
}

.text-teal-800 {
    --tw-text-opacity: 1;
    color: rgb(40 94 97/var(--tw-text-opacity))
}

.text-teal-900 {
    --tw-text-opacity: 1;
    color: rgb(35 78 82/var(--tw-text-opacity))
}

.text-cyan-50 {
    --tw-text-opacity: 1;
    color: rgb(236 254 255/var(--tw-text-opacity))
}

.text-cyan-100 {
    --tw-text-opacity: 1;
    color: rgb(207 250 254/var(--tw-text-opacity))
}

.text-cyan-200 {
    --tw-text-opacity: 1;
    color: rgb(165 243 252/var(--tw-text-opacity))
}

.text-cyan-300 {
    --tw-text-opacity: 1;
    color: rgb(103 232 249/var(--tw-text-opacity))
}

.text-cyan-400 {
    --tw-text-opacity: 1;
    color: rgb(34 211 238/var(--tw-text-opacity))
}

.text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212/var(--tw-text-opacity))
}

.text-cyan-600 {
    --tw-text-opacity: 1;
    color: rgb(8 145 178/var(--tw-text-opacity))
}

.text-cyan-700 {
    --tw-text-opacity: 1;
    color: rgb(14 116 144/var(--tw-text-opacity))
}

.text-cyan-800 {
    --tw-text-opacity: 1;
    color: rgb(21 94 117/var(--tw-text-opacity))
}

.text-cyan-900 {
    --tw-text-opacity: 1;
    color: rgb(22 78 99/var(--tw-text-opacity))
}

.text-sky-50 {
    --tw-text-opacity: 1;
    color: rgb(240 249 255/var(--tw-text-opacity))
}

.text-sky-100 {
    --tw-text-opacity: 1;
    color: rgb(224 242 254/var(--tw-text-opacity))
}

.text-sky-200 {
    --tw-text-opacity: 1;
    color: rgb(186 230 253/var(--tw-text-opacity))
}

.text-sky-300 {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.text-sky-400 {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

.text-sky-600 {
    --tw-text-opacity: 1;
    color: rgb(2 132 199/var(--tw-text-opacity))
}

.text-sky-700 {
    --tw-text-opacity: 1;
    color: rgb(3 105 161/var(--tw-text-opacity))
}

.text-sky-800 {
    --tw-text-opacity: 1;
    color: rgb(7 89 133/var(--tw-text-opacity))
}

.text-sky-900 {
    --tw-text-opacity: 1;
    color: rgb(12 74 110/var(--tw-text-opacity))
}

.text-blue-50 {
    --tw-text-opacity: 1;
    color: rgb(239 246 255/var(--tw-text-opacity))
}

.text-blue-100 {
    --tw-text-opacity: 1;
    color: rgb(235 248 255/var(--tw-text-opacity))
}

.text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(190 227 248/var(--tw-text-opacity))
}

.text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(144 205 244/var(--tw-text-opacity))
}

.text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(99 179 237/var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(66 153 225/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(49 130 206/var(--tw-text-opacity))
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(43 108 176/var(--tw-text-opacity))
}

.text-blue-800 {
    --tw-text-opacity: 1;
    color: rgb(44 82 130/var(--tw-text-opacity))
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(42 67 101/var(--tw-text-opacity))
}

.text-indigo-50 {
    --tw-text-opacity: 1;
    color: rgb(238 242 255/var(--tw-text-opacity))
}

.text-indigo-100 {
    --tw-text-opacity: 1;
    color: rgb(235 244 255/var(--tw-text-opacity))
}

.text-indigo-200 {
    --tw-text-opacity: 1;
    color: rgb(195 218 254/var(--tw-text-opacity))
}

.text-indigo-300 {
    --tw-text-opacity: 1;
    color: rgb(163 191 250/var(--tw-text-opacity))
}

.text-indigo-400 {
    --tw-text-opacity: 1;
    color: rgb(127 156 245/var(--tw-text-opacity))
}

.text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(102 126 234/var(--tw-text-opacity))
}

.text-indigo-600 {
    --tw-text-opacity: 1;
    color: rgb(90 103 216/var(--tw-text-opacity))
}

.text-indigo-700 {
    --tw-text-opacity: 1;
    color: rgb(76 81 191/var(--tw-text-opacity))
}

.text-indigo-800 {
    --tw-text-opacity: 1;
    color: rgb(67 65 144/var(--tw-text-opacity))
}

.text-indigo-900 {
    --tw-text-opacity: 1;
    color: rgb(60 54 107/var(--tw-text-opacity))
}

.text-violet-50 {
    --tw-text-opacity: 1;
    color: rgb(245 243 255/var(--tw-text-opacity))
}

.text-violet-100 {
    --tw-text-opacity: 1;
    color: rgb(237 233 254/var(--tw-text-opacity))
}

.text-violet-200 {
    --tw-text-opacity: 1;
    color: rgb(221 214 254/var(--tw-text-opacity))
}

.text-violet-300 {
    --tw-text-opacity: 1;
    color: rgb(196 181 253/var(--tw-text-opacity))
}

.text-violet-400 {
    --tw-text-opacity: 1;
    color: rgb(167 139 250/var(--tw-text-opacity))
}

.text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246/var(--tw-text-opacity))
}

.text-violet-600 {
    --tw-text-opacity: 1;
    color: rgb(124 58 237/var(--tw-text-opacity))
}

.text-violet-700 {
    --tw-text-opacity: 1;
    color: rgb(109 40 217/var(--tw-text-opacity))
}

.text-violet-800 {
    --tw-text-opacity: 1;
    color: rgb(91 33 182/var(--tw-text-opacity))
}

.text-violet-900 {
    --tw-text-opacity: 1;
    color: rgb(76 29 149/var(--tw-text-opacity))
}

.text-purple-100,
.text-purple-50 {
    --tw-text-opacity: 1;
    color: rgb(250 245 255/var(--tw-text-opacity))
}

.text-purple-200 {
    --tw-text-opacity: 1;
    color: rgb(233 216 253/var(--tw-text-opacity))
}

.text-purple-300 {
    --tw-text-opacity: 1;
    color: rgb(214 188 250/var(--tw-text-opacity))
}

.text-purple-400 {
    --tw-text-opacity: 1;
    color: rgb(183 148 244/var(--tw-text-opacity))
}

.text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(159 122 234/var(--tw-text-opacity))
}

.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(128 90 213/var(--tw-text-opacity))
}

.text-purple-700 {
    --tw-text-opacity: 1;
    color: rgb(107 70 193/var(--tw-text-opacity))
}

.text-purple-800 {
    --tw-text-opacity: 1;
    color: rgb(85 60 154/var(--tw-text-opacity))
}

.text-purple-900 {
    --tw-text-opacity: 1;
    color: rgb(68 51 122/var(--tw-text-opacity))
}

.text-fuchsia-50 {
    --tw-text-opacity: 1;
    color: rgb(253 244 255/var(--tw-text-opacity))
}

.text-fuchsia-100 {
    --tw-text-opacity: 1;
    color: rgb(250 232 255/var(--tw-text-opacity))
}

.text-fuchsia-200 {
    --tw-text-opacity: 1;
    color: rgb(245 208 254/var(--tw-text-opacity))
}

.text-fuchsia-300 {
    --tw-text-opacity: 1;
    color: rgb(240 171 252/var(--tw-text-opacity))
}

.text-fuchsia-400 {
    --tw-text-opacity: 1;
    color: rgb(232 121 249/var(--tw-text-opacity))
}

.text-fuchsia-500 {
    --tw-text-opacity: 1;
    color: rgb(217 70 239/var(--tw-text-opacity))
}

.text-fuchsia-600 {
    --tw-text-opacity: 1;
    color: rgb(192 38 211/var(--tw-text-opacity))
}

.text-fuchsia-700 {
    --tw-text-opacity: 1;
    color: rgb(162 28 175/var(--tw-text-opacity))
}

.text-fuchsia-800 {
    --tw-text-opacity: 1;
    color: rgb(134 25 143/var(--tw-text-opacity))
}

.text-fuchsia-900 {
    --tw-text-opacity: 1;
    color: rgb(112 26 117/var(--tw-text-opacity))
}

.text-pink-50 {
    --tw-text-opacity: 1;
    color: rgb(253 242 248/var(--tw-text-opacity))
}

.text-pink-100 {
    --tw-text-opacity: 1;
    color: rgb(255 245 247/var(--tw-text-opacity))
}

.text-pink-200 {
    --tw-text-opacity: 1;
    color: rgb(254 215 226/var(--tw-text-opacity))
}

.text-pink-300 {
    --tw-text-opacity: 1;
    color: rgb(251 182 206/var(--tw-text-opacity))
}

.text-pink-400 {
    --tw-text-opacity: 1;
    color: rgb(246 135 179/var(--tw-text-opacity))
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(237 100 166/var(--tw-text-opacity))
}

.text-pink-600 {
    --tw-text-opacity: 1;
    color: rgb(213 63 140/var(--tw-text-opacity))
}

.text-pink-700 {
    --tw-text-opacity: 1;
    color: rgb(184 50 128/var(--tw-text-opacity))
}

.text-pink-800 {
    --tw-text-opacity: 1;
    color: rgb(151 38 109/var(--tw-text-opacity))
}

.text-pink-900 {
    --tw-text-opacity: 1;
    color: rgb(112 36 89/var(--tw-text-opacity))
}

.text-rose-50 {
    --tw-text-opacity: 1;
    color: rgb(255 241 242/var(--tw-text-opacity))
}

.text-rose-100 {
    --tw-text-opacity: 1;
    color: rgb(255 228 230/var(--tw-text-opacity))
}

.text-rose-200 {
    --tw-text-opacity: 1;
    color: rgb(254 205 211/var(--tw-text-opacity))
}

.text-rose-300 {
    --tw-text-opacity: 1;
    color: rgb(253 164 175/var(--tw-text-opacity))
}

.text-rose-400 {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity))
}

.text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94/var(--tw-text-opacity))
}

.text-rose-600 {
    --tw-text-opacity: 1;
    color: rgb(225 29 72/var(--tw-text-opacity))
}

.text-rose-700 {
    --tw-text-opacity: 1;
    color: rgb(190 18 60/var(--tw-text-opacity))
}

.text-rose-800 {
    --tw-text-opacity: 1;
    color: rgb(159 18 57/var(--tw-text-opacity))
}

.text-rose-900 {
    --tw-text-opacity: 1;
    color: rgb(136 19 55/var(--tw-text-opacity))
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(5 47 94/var(--tw-text-opacity))
}

.text-primary-mid-light {
    --tw-text-opacity: 1;
    color: rgb(127 162 213/var(--tw-text-opacity))
}

.text-primary-mid {
    --tw-text-opacity: 1;
    color: rgb(0 71 171/var(--tw-text-opacity))
}

.text-primary-bright {
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.text-primary-bright-light {
    --tw-text-opacity: 1;
    color: rgb(77 182 255/var(--tw-text-opacity))
}

.text-primary-bright-dark {
    --tw-text-opacity: 1;
    color: rgb(3 122 201/var(--tw-text-opacity))
}

.text-primary-light {
    --tw-text-opacity: 1;
    color: rgb(208 234 253/var(--tw-text-opacity))
}

.text-primary-light-bg {
    --tw-text-opacity: 1;
    color: rgb(240 250 255/var(--tw-text-opacity))
}

.text-primary-light-bg-2 {
    --tw-text-opacity: 1;
    color: rgb(245 252 255/var(--tw-text-opacity))
}

.text-nav-bg {
    --tw-text-opacity: 1;
    color: rgb(251 254 255/var(--tw-text-opacity))
}

.text-secondary {
    --tw-text-opacity: 1;
    color: rgb(62 209 74/var(--tw-text-opacity))
}

.text-secondary-dark {
    --tw-text-opacity: 1;
    color: rgb(45 176 56/var(--tw-text-opacity))
}

.text-secondary-light {
    --tw-text-opacity: 1;
    color: rgb(158 232 164/var(--tw-text-opacity))
}

.text-secondary-light-bg {
    --tw-text-opacity: 1;
    color: rgb(224 246 226/var(--tw-text-opacity))
}

.text-secondary-light-bg-2 {
    --tw-text-opacity: 1;
    color: rgb(239 251 240/var(--tw-text-opacity))
}

.text-green-cta {
    --tw-text-opacity: 1;
    color: rgb(20 199 65/var(--tw-text-opacity))
}

.text-green-cta-light {
    --tw-text-opacity: 1;
    color: rgb(0 218 62/var(--tw-text-opacity))
}

.text-tetriary {
    --tw-text-opacity: 1;
    color: rgb(253 202 65/var(--tw-text-opacity))
}

.text-tetriary-dark {
    --tw-text-opacity: 1;
    color: rgb(246 179 0/var(--tw-text-opacity))
}

.text-tetriary-light {
    --tw-text-opacity: 1;
    color: rgb(255 216 110/var(--tw-text-opacity))
}

.text-tetriary-lighter {
    --tw-text-opacity: 1;
    color: rgb(255 240 198/var(--tw-text-opacity))
}

.text-utility-red {
    --tw-text-opacity: 1;
    color: rgb(192 47 23/var(--tw-text-opacity))
}

.text-card-label {
    --tw-text-opacity: 1;
    color: rgb(12 43 78/var(--tw-text-opacity))
}

.text-card-gray {
    --tw-text-opacity: 1;
    color: rgb(77 77 77/var(--tw-text-opacity))
}

.text-card-dark {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-hero-gray {
    --tw-text-opacity: 1;
    color: rgb(120 120 120/var(--tw-text-opacity))
}

.text-subtitle-gray {
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity))
}

.text-\[\#C5C5C5\] {
    --tw-text-opacity: 1;
    color: rgb(197 197 197/var(--tw-text-opacity))
}

.text-\[\#262626\] {
    --tw-text-opacity: 1;
    color: rgb(38 38 38/var(--tw-text-opacity))
}

.text-\[\#FFFFFF\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-\[\#302D2D\] {
    --tw-text-opacity: 1;
    color: rgb(48 45 45/var(--tw-text-opacity))
}

.text-\[\#FFE6BE\] {
    --tw-text-opacity: 1;
    color: rgb(255 230 190/var(--tw-text-opacity))
}

.text-opacity-0 {
    --tw-text-opacity: 0
}

.text-opacity-5 {
    --tw-text-opacity: 0.05
}

.text-opacity-10 {
    --tw-text-opacity: 0.1
}

.text-opacity-20 {
    --tw-text-opacity: 0.2
}

.text-opacity-25 {
    --tw-text-opacity: 0.25
}

.text-opacity-30 {
    --tw-text-opacity: 0.3
}

.text-opacity-40 {
    --tw-text-opacity: 0.4
}

.text-opacity-50 {
    --tw-text-opacity: 0.5
}

.text-opacity-60 {
    --tw-text-opacity: 0.6
}

.text-opacity-70 {
    --tw-text-opacity: 0.7
}

.text-opacity-75 {
    --tw-text-opacity: 0.75
}

.text-opacity-80 {
    --tw-text-opacity: 0.8
}

.text-opacity-90 {
    --tw-text-opacity: 0.9
}

.text-opacity-95 {
    --tw-text-opacity: 0.95
}

.text-opacity-100 {
    --tw-text-opacity: 1
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.no-underline {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.opacity-25 {
    opacity: .25
}

.opacity-50 {
    opacity: .5
}

.opacity-40 {
    opacity: .4
}

.opacity-90 {
    opacity: .9
}

.opacity-30 {
    opacity: .3
}

.opacity-100 {
    opacity: 1
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.opacity-70 {
    opacity: .7
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-0 {
    opacity: 0
}

.opacity-80 {
    opacity: .8
}

.shadow {
    --tw-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .06);
    --tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, .13), 0 1px 4px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 4px 14px -3px var(--tw-shadow-color), 0 1px 4px -1px var(--tw-shadow-color)
}

.shadow-xl {
    --tw-shadow: 0 12px 25px -5px rgba(0, 0, 0, .15), 0 2px 8px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 12px 25px -5px var(--tw-shadow-color), 0 2px 8px -2px var(--tw-shadow-color)
}

.shadow-md,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 2px 6px -1px rgba(0, 0, 0, .1), 0 1px 4px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 2px 6px -1px var(--tw-shadow-color), 0 1px 4px -1px var(--tw-shadow-color)
}

.shadow-2xl {
    --tw-shadow: 0 16px 30px 6px rgba(0, 0, 0, .12), 0 2px 8px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 16px 30px 6px var(--tw-shadow-color), 0 2px 8px -2px var(--tw-shadow-color)
}

.shadow-2xl,
.shadow-button-1 {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-button-1 {
    --tw-shadow: 0 4px 10px 0 rgba(120, 130, 157, .2);
    --tw-shadow-colored: 0 4px 10px 0 var(--tw-shadow-color)
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.drop-shadow-lg {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))
}

.drop-shadow-md,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-all {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.duration-200 {
    transition-duration: .2s
}

.duration-500 {
    transition-duration: .5s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.c-skip-link:focus {
    clip: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: auto;
    max-width: 12.5rem;
    height: auto;
    margin: .5rem 0 0 .5rem;
    padding: .5rem 1.5rem;
    color: #2d3748;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .15);
    border-radius: 3px;
    opacity: 1
}

.mb-lc-0>:last-child {
    margin-bottom: 0
}

sup {
    font-family: --font-open-sans, sans-serif;
    font-size: 60%;
    font-weight: 400
}

.text-shadow-base {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .25)
}

.c-slidedown {
    opacity: 1;
    max-height: 140rem;
    transition: all .25s ease-in-out;
    overflow: visible
}

.c-slidedown--hidden {
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

.w-full-vw {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw
}

.h-screen-nav {
    min-height: calc(100vh - 4rem)
}

@media (min-width:1024px) {
    .c-h-screen-nav {
        min-height: calc(100vh - 5rem)
    }
}

.rotate-0 {
    transform: rotate(0deg)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-270 {
    transform: rotate(270deg)
}

.transition-all {
    transition-property: all;
    transition-duration: .15s
}

.transition-25s,
.transition-all--25 {
    transition-property: all;
    transition-duration: .25s
}

.transition-none {
    transition-property: none;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none
}

.scrollbar-none {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.c-ltr-modal-trigger {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    text-align: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit
}

.c-list-disc__item .c-ltr-modal-trigger {
    display: inline-block;
    width: auto
}

.c-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.c-video-wrapper .c-video-wrapper__video,
.c-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loan-description>span>ul li:before {
    content: "\2022";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.loan-description>span>ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem
}

.loan-description>span>ul>li {
    margin-bottom: .5rem
}

.c-content-placeholder-bg {
    position: relative;
    overflow: hidden
}

.c-content-placeholder-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70%;
    height: 100%;
    will-change: transform;
    background: linear-gradient(90deg, rgba(26, 32, 44, 0) 0, #1a202c 50%, hsla(0, 0%, 100%, .3) 85%, hsla(0, 0%, 100%, 0));
    filter: unquote("progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a202c', endColorstr='#00ffffff',GradientType=1 )");
    opacity: .04;
    animation: content-placeholder-animation 1.35s linear infinite
}

@keyframes content-placeholder-animation {
    0% {
        transform: translateX(-80%)
    }

    to {
        transform: translateX(200%)
    }
}

@keyframes animateTopNorth {
    0% {
        transform: translateY(2rem)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes animateTopNorthRelative {
    0% {
        top: 2rem
    }

    to {
        top: 0
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animateCompareNavTop {
    0% {
        transform: translateY(-10rem)
    }

    to {
        transform: translateY(0)
    }
}

.after\:absolute:after {
    content: var(--tw-content);
    position: absolute
}

.after\:top-1\/2:after {
    content: var(--tw-content);
    top: 50%
}

.after\:right-0:after {
    content: var(--tw-content);
    right: 0
}

.after\:h-\[2px\]:after {
    content: var(--tw-content);
    height: 2px
}

.after\:w-\[46px\]:after {
    content: var(--tw-content);
    width: 46px
}

.after\:-translate-y-1\/2:after {
    content: var(--tw-content);
    --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))
}

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

.after\:content-\[\'\'\]:after {
    --tw-content: "";
    content: var(--tw-content)
}

.first\:pl-0:first-child {
    padding-left: 0
}

.last\:border-r-0:last-child {
    border-right-width: 0
}

.last\:border-none:last-child {
    border-style: none
}

.last\:pr-0:last-child {
    padding-right: 0
}

.last\:pl-4:last-child {
    padding-left: 1rem
}

.hover\:scale-\[1\.04\]:hover {
    --tw-scale-x: 1.04;
    --tw-scale-y: 1.04;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:cursor-default:hover {
    cursor: default
}

.hover\:border-primary-bright\/60:hover {
    border-color: rgba(33, 163, 252, .6)
}

.hover\:border-primary-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(208 234 253/var(--tw-border-opacity))
}

.hover\:border-primary-bright:hover {
    --tw-border-opacity: 1;
    border-color: rgb(33 163 252/var(--tw-border-opacity))
}

.hover\:border-primary-mid:hover {
    --tw-border-opacity: 1;
    border-color: rgb(0 71 171/var(--tw-border-opacity))
}

.hover\:border-sky-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252/var(--tw-border-opacity))
}

.hover\:border-primary-bright-light:hover {
    --tw-border-opacity: 1;
    border-color: rgb(77 182 255/var(--tw-border-opacity))
}

.hover\:border-blue-300:hover {
    --tw-border-opacity: 1;
    border-color: rgb(144 205 244/var(--tw-border-opacity))
}

.hover\:bg-primary-light-bg:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 250 255/var(--tw-bg-opacity))
}

.hover\:bg-primary-bright-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(77 182 255/var(--tw-bg-opacity))
}

.hover\:bg-primary-mid:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 71 171/var(--tw-bg-opacity))
}

.hover\:bg-primary-bright:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(33 163 252/var(--tw-bg-opacity))
}

.hover\:bg-secondary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 176 56/var(--tw-bg-opacity))
}

.hover\:bg-primary-light-bg-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(245 252 255/var(--tw-bg-opacity))
}

.hover\:bg-\[rgba\(33\2c 163\2c 252\2c \.8\)\]:hover {
    background-color: rgba(33, 163, 252, .8)
}

.hover\:bg-green-cta-light:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 218 62/var(--tw-bg-opacity))
}

.hover\:bg-tetriary-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(246 179 0/var(--tw-bg-opacity))
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(247 250 252/var(--tw-bg-opacity))
}

.hover\:text-primary-bright:hover {
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

.hover\:text-primary-mid:hover {
    --tw-text-opacity: 1;
    color: rgb(0 71 171/var(--tw-text-opacity))
}

.hover\:text-primary-light-bg:hover {
    --tw-text-opacity: 1;
    color: rgb(240 250 255/var(--tw-text-opacity))
}

.hover\:text-primary-light:hover {
    --tw-text-opacity: 1;
    color: rgb(208 234 253/var(--tw-text-opacity))
}

.hover\:text-primary-light-bg-2:hover {
    --tw-text-opacity: 1;
    color: rgb(245 252 255/var(--tw-text-opacity))
}

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

.hover\:text-gray-500:hover {
    --tw-text-opacity: 1;
    color: rgb(160 174 192/var(--tw-text-opacity))
}

.hover\:text-primary-bright-light:hover {
    --tw-text-opacity: 1;
    color: rgb(77 182 255/var(--tw-text-opacity))
}

.hover\:text-tetriary:hover {
    --tw-text-opacity: 1;
    color: rgb(253 202 65/var(--tw-text-opacity))
}

.hover\:underline:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover\:opacity-50:hover {
    opacity: .5
}

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:opacity-80:hover {
    opacity: .8
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, .13), 0 1px 4px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 4px 14px -3px var(--tw-shadow-color), 0 1px 4px -1px var(--tw-shadow-color)
}

.hover\:shadow-lg:hover,
.hover\:shadow:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 4px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .06);
    --tw-shadow-colored: 0 1px 4px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color)
}

.hover\:shadow-xl:hover {
    --tw-shadow: 0 12px 25px -5px rgba(0, 0, 0, .15), 0 2px 8px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 12px 25px -5px var(--tw-shadow-color), 0 2px 8px -2px var(--tw-shadow-color)
}

.hover\:shadow-button-2:hover,
.hover\:shadow-xl:hover {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:shadow-button-2:hover {
    --tw-shadow: 0 5px 16px 0 rgba(120, 130, 157, .25);
    --tw-shadow-colored: 0 5px 16px 0 var(--tw-shadow-color)
}

.hover\:drop-shadow-xl:hover {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.focus\:not-sr-only:focus {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.focus\:border-blue-800:focus {
    --tw-border-opacity: 1;
    border-color: rgb(44 82 130/var(--tw-border-opacity))
}

.focus\:border-transparent:focus {
    border-color: transparent
}

.focus\:border-primary-light:focus {
    --tw-border-opacity: 1;
    border-color: rgb(208 234 253/var(--tw-border-opacity))
}

.focus\:bg-primary-light-bg:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(240 250 255/var(--tw-bg-opacity))
}

.focus\:text-primary-bright:focus {
    --tw-text-opacity: 1;
    color: rgb(33 163 252/var(--tw-text-opacity))
}

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

.focus\:shadow-lg:focus {
    --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, .13), 0 1px 4px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 4px 14px -3px var(--tw-shadow-color), 0 1px 4px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.focus\:outline:focus {
    outline-style: solid
}

.active\:bg-blue-800:active {
    --tw-bg-opacity: 1;
    background-color: rgb(44 82 130/var(--tw-bg-opacity))
}

.group:hover .group-hover\:bg-\[rgba\(255\2c 255\2c 255\2c 1\)\] {
    background-color: #fff
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.-webkit-scrollbar\:h-0::-webkit-scrollbar {
    height: 0
}

.-webkit-scrollbar\:w-0::-webkit-scrollbar {
    width: 0
}

.before\:pointer-events-none:before {
    pointer-events: none
}

.before\:invisible:before {
    visibility: hidden
}

.before\:absolute:before {
    position: absolute
}

.before\:top-1\/2:before {
    top: 50%
}

.before\:left-0:before {
    left: 0
}

.before\:-mt-20:before {
    margin-top: -5rem
}

.before\:block:before {
    display: block
}

.before\:h-20:before {
    height: 5rem
}

.before\:h-\[2px\]:before {
    height: 2px
}

.before\:w-\[46px\]:before {
    width: 46px
}

.before\:-translate-y-1\/2:before {
    --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))
}

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

.before\:content-\[\'\'\]:before {
    --tw-content: "";
    content: var(--tw-content)
}

.before\:empty-content:before {
    content: ""
}

@media (min-width:375px) {
    .xxs\:mr-3 {
        margin-right: .75rem
    }

    .xxs\:mt-2 {
        margin-top: .5rem
    }

    .xxs\:mr-2 {
        margin-right: .5rem
    }

    .xxs\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xxs\:block {
        display: block
    }

    .xxs\:inline-block {
        display: inline-block
    }

    .xxs\:flex {
        display: flex
    }

    .xxs\:h-12 {
        height: 3rem
    }

    .xxs\:h-20 {
        height: 5rem
    }

    .xxs\:w-12 {
        width: 3rem
    }

    .xxs\:w-24 {
        width: 6rem
    }

    .xxs\:w-28 {
        width: 7rem
    }

    .xxs\:w-40 {
        width: 10rem
    }

    .xxs\:w-1\/2 {
        width: 50%
    }

    .xxs\:w-20 {
        width: 5rem
    }

    .xxs\:w-48 {
        width: 12rem
    }

    .xxs\:w-64 {
        width: 16rem
    }

    .xxs\:w-28pct {
        width: 28%
    }

    .xxs\:w-72pct {
        width: 72%
    }

    .xxs\:flex-row {
        flex-direction: row
    }

    .xxs\:items-end {
        align-items: flex-end
    }

    .xxs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xxs\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xxs\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .xxs\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .xxs\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .xxs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .xxs\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .xxs\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .xxs\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xxs\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xxs\:pr-4 {
        padding-right: 1rem
    }

    .xxs\:pl-4 {
        padding-left: 1rem
    }

    .xxs\:pl-10 {
        padding-left: 2.5rem
    }

    .xxs\:pl-12 {
        padding-left: 3rem
    }

    .xxs\:pl-3 {
        padding-left: .75rem
    }

    .xxs\:text-xl {
        font-size: 1.25rem
    }

    .xxs\:text-fs12 {
        font-size: .75rem
    }

    .xxs\:text-sm {
        font-size: .875rem
    }

    .xxs\:text-2xl {
        font-size: 1.5rem
    }

    .xxs\:text-3xl {
        font-size: 1.875rem
    }

    .xxs\:text-4xl {
        font-size: 2.25rem
    }

    .xxs\:text-fs13 {
        font-size: .8125rem
    }

    .xxs\:text-lg {
        font-size: 1.125rem
    }

    .xxs\:text-base {
        font-size: 1rem
    }
}

@media (min-width:480px) {
    .xs\:right-0 {
        right: 0
    }

    .xs\:left-5 {
        left: 1.25rem
    }

    .xs\:-right-\[24px\] {
        right: -24px
    }

    .xs\:-left-\[24px\] {
        left: -24px
    }

    .xs\:-top-\[9\%\] {
        top: -9%
    }

    .xs\:left-\[6\%\] {
        left: 6%
    }

    .xs\:-top-\[\.5rem\] {
        top: -.5rem
    }

    .xs\:-left-\[4\.75rem\] {
        left: -4.75rem
    }

    .xs\:top-\[-3\.5rem\] {
        top: -3.5rem
    }

    .xs\:bottom-\[0\.5rem\] {
        bottom: .5rem
    }

    .xs\:col-span-1 {
        grid-column: span 1/span 1
    }

    .xs\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xs\:col-span-3 {
        grid-column: span 3/span 3
    }

    .xs\:col-span-4 {
        grid-column: span 4/span 4
    }

    .xs\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xs\:col-span-6 {
        grid-column: span 6/span 6
    }

    .xs\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xs\:col-span-8 {
        grid-column: span 8/span 8
    }

    .xs\:col-span-9 {
        grid-column: span 9/span 9
    }

    .xs\:col-span-10 {
        grid-column: span 10/span 10
    }

    .xs\:col-span-11 {
        grid-column: span 11/span 11
    }

    .xs\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xs\:col-span-full {
        grid-column: 1/-1
    }

    .xs\:col-start-1 {
        grid-column-start: 1
    }

    .xs\:col-start-2 {
        grid-column-start: 2
    }

    .xs\:col-start-3 {
        grid-column-start: 3
    }

    .xs\:col-start-4 {
        grid-column-start: 4
    }

    .xs\:col-start-5 {
        grid-column-start: 5
    }

    .xs\:col-start-6 {
        grid-column-start: 6
    }

    .xs\:col-start-7 {
        grid-column-start: 7
    }

    .xs\:col-start-8 {
        grid-column-start: 8
    }

    .xs\:col-start-9 {
        grid-column-start: 9
    }

    .xs\:col-start-10 {
        grid-column-start: 10
    }

    .xs\:col-start-11 {
        grid-column-start: 11
    }

    .xs\:col-start-12 {
        grid-column-start: 12
    }

    .xs\:col-start-13 {
        grid-column-start: 13
    }

    .xs\:col-start-auto {
        grid-column-start: auto
    }

    .xs\:float-right {
        float: right
    }

    .xs\:float-left {
        float: left
    }

    .xs\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .xs\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .xs\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .xs\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xs\:mb-6 {
        margin-bottom: 1.5rem
    }

    .xs\:mb-2 {
        margin-bottom: .5rem
    }

    .xs\:ml-4 {
        margin-left: 1rem
    }

    .xs\:mr-6 {
        margin-right: 1.5rem
    }

    .xs\:-ml-6 {
        margin-left: -1.5rem
    }

    .xs\:ml-1\.5 {
        margin-left: .375rem
    }

    .xs\:ml-1 {
        margin-left: .25rem
    }

    .xs\:-ml-0\.5 {
        margin-left: -.125rem
    }

    .xs\:-ml-0 {
        margin-left: 0
    }

    .xs\:mr-2 {
        margin-right: .5rem
    }

    .xs\:ml-2 {
        margin-left: .5rem
    }

    .xs\:-mb-8 {
        margin-bottom: -2rem
    }

    .xs\:mr-4 {
        margin-right: 1rem
    }

    .xs\:mb-3 {
        margin-bottom: .75rem
    }

    .xs\:mb-0 {
        margin-bottom: 0
    }

    .xs\:mb-0\.5 {
        margin-bottom: .125rem
    }

    .xs\:mb-1 {
        margin-bottom: .25rem
    }

    .xs\:mt-1 {
        margin-top: .25rem
    }

    .xs\:-ml-3 {
        margin-left: -.75rem
    }

    .xs\:mb-4 {
        margin-bottom: 1rem
    }

    .xs\:mt-2 {
        margin-top: .5rem
    }

    .xs\:mb-5 {
        margin-bottom: 1.25rem
    }

    .xs\:mr-5 {
        margin-right: 1.25rem
    }

    .xs\:-mb-10 {
        margin-bottom: -2.5rem
    }

    .xs\:block {
        display: block
    }

    .xs\:inline-block {
        display: inline-block
    }

    .xs\:flex {
        display: flex
    }

    .xs\:hidden {
        display: none
    }

    .xs\:h-16 {
        height: 4rem
    }

    .xs\:h-20 {
        height: 5rem
    }

    .xs\:h-56 {
        height: 14rem
    }

    .xs\:h-10 {
        height: 2.5rem
    }

    .xs\:h-12 {
        height: 3rem
    }

    .xs\:h-\[290px\] {
        height: 290px
    }

    .xs\:h-8 {
        height: 2rem
    }

    .xs\:max-h-16 {
        max-height: 4rem
    }

    .xs\:min-h-\[10rem\] {
        min-height: 10rem
    }

    .xs\:w-56 {
        width: 14rem
    }

    .xs\:w-28 {
        width: 7rem
    }

    .xs\:w-1\/4 {
        width: 25%
    }

    .xs\:w-1\/2 {
        width: 50%
    }

    .xs\:w-2\/3 {
        width: 66.666667%
    }

    .xs\:w-64 {
        width: 16rem
    }

    .xs\:w-20 {
        width: 5rem
    }

    .xs\:w-auto {
        width: auto
    }

    .xs\:w-32 {
        width: 8rem
    }

    .xs\:w-22 {
        width: 5.5rem
    }

    .xs\:w-1\/3 {
        width: 33.333333%
    }

    .xs\:w-10 {
        width: 2.5rem
    }

    .xs\:w-18 {
        width: 4.5rem
    }

    .xs\:w-\[6rem\] {
        width: 6rem
    }

    .xs\:w-\[3\.5rem\] {
        width: 3.5rem
    }

    .xs\:w-\[6\.5rem\] {
        width: 6.5rem
    }

    .xs\:w-full {
        width: 100%
    }

    .xs\:w-48 {
        width: 12rem
    }

    .xs\:w-14 {
        width: 3.5rem
    }

    .xs\:w-10\/12 {
        width: 83.333333%
    }

    .xs\:w-12 {
        width: 3rem
    }

    .xs\:w-40 {
        width: 10rem
    }

    .xs\:w-72 {
        width: 18rem
    }

    .xs\:w-24 {
        width: 6rem
    }

    .xs\:w-11\/12 {
        width: 91.666667%
    }

    .xs\:w-8 {
        width: 2rem
    }

    .xs\:max-w-xs {
        max-width: 20rem
    }

    .xs\:max-w-\[380px\] {
        max-width: 380px
    }

    .xs\:scale-90 {
        --tw-scale-x: .9;
        --tw-scale-y: .9
    }

    .xs\:scale-90,
    .xs\:scale-\[\.75\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xs\:scale-\[\.75\] {
        --tw-scale-x: .75;
        --tw-scale-y: .75
    }

    .xs\:scale-x-\[132\%\] {
        --tw-scale-x: 132%
    }

    .xs\:scale-x-\[132\%\],
    .xs\:scale-x-\[45\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xs\:scale-x-\[45\%\] {
        --tw-scale-x: 45%
    }

    .xs\:scale-y-\[70\%\] {
        --tw-scale-y: 70%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .xs\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .xs\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .xs\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .xs\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

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

    .xs\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .xs\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .xs\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .xs\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .xs\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .xs\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .xs\:grid-cols-none {
        grid-template-columns: none
    }

    .xs\:flex-row {
        flex-direction: row
    }

    .xs\:flex-wrap {
        flex-wrap: wrap
    }

    .xs\:items-center {
        align-items: center
    }

    .xs\:items-stretch {
        align-items: stretch
    }

    .xs\:justify-center {
        justify-content: center
    }

    .xs\:justify-between {
        justify-content: space-between
    }

    .xs\:justify-around {
        justify-content: space-around
    }

    .xs\:rounded {
        border-radius: .5rem
    }

    .xs\:border-b {
        border-bottom-width: 1px
    }

    .xs\:border-\[\#DCE4EE\] {
        --tw-border-opacity: 1;
        border-color: rgb(220 228 238/var(--tw-border-opacity))
    }

    .xs\:p-5 {
        padding: 1.25rem
    }

    .xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .xs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xs\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .xs\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .xs\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .xs\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xs\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .xs\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xs\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .xs\:py-2\.5 {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .xs\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .xs\:py-0\.5 {
        padding-top: .125rem;
        padding-bottom: .125rem
    }

    .xs\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .xs\:pt-10 {
        padding-top: 2.5rem
    }

    .xs\:pb-12 {
        padding-bottom: 3rem
    }

    .xs\:pr-2 {
        padding-right: .5rem
    }

    .xs\:pl-8 {
        padding-left: 2rem
    }

    .xs\:pl-2 {
        padding-left: .5rem
    }

    .xs\:pt-36 {
        padding-top: 9rem
    }

    .xs\:pt-3 {
        padding-top: .75rem
    }

    .xs\:pl-5 {
        padding-left: 1.25rem
    }

    .xs\:pb-6 {
        padding-bottom: 1.5rem
    }

    .xs\:pr-4 {
        padding-right: 1rem
    }

    .xs\:pb-4 {
        padding-bottom: 1rem
    }

    .xs\:pb-3 {
        padding-bottom: .75rem
    }

    .xs\:pl-16 {
        padding-left: 4rem
    }

    .xs\:pt-4 {
        padding-top: 1rem
    }

    .xs\:pt-2\.5 {
        padding-top: .625rem
    }

    .xs\:pt-2 {
        padding-top: .5rem
    }

    .xs\:pb-1 {
        padding-bottom: .25rem
    }

    .xs\:pl-4 {
        padding-left: 1rem
    }

    .xs\:text-center {
        text-align: center
    }

    .xs\:text-xl {
        font-size: 1.25rem
    }

    .xs\:text-3xl {
        font-size: 1.875rem
    }

    .xs\:text-2xl {
        font-size: 1.5rem
    }

    .xs\:text-\[30px\] {
        font-size: 30px
    }

    .xs\:text-base {
        font-size: 1rem
    }

    .xs\:text-lg {
        font-size: 1.125rem
    }

    .xs\:text-fs13 {
        font-size: .8125rem
    }

    .xs\:text-sm {
        font-size: .875rem
    }

    .xs\:text-4xl {
        font-size: 2.25rem
    }

    .xs\:text-\[36px\] {
        font-size: 36px
    }

    .xs\:text-\[42px\] {
        font-size: 42px
    }

    .xs\:text-\[32px\] {
        font-size: 32px
    }

    .xs\:text-\[52px\] {
        font-size: 52px
    }

    .xs\:text-\[22px\] {
        font-size: 22px
    }

    .xs\:text-\[10vw\] {
        font-size: 10vw
    }

    .xs\:text-\[21px\] {
        font-size: 21px
    }

    .xs\:leading-normal {
        line-height: 1.5
    }

    .xs\:tracking-\[2px\] {
        letter-spacing: 2px
    }
}

@media (min-width:640px) {
    .sm\:static {
        position: static
    }

    .sm\:absolute {
        position: absolute
    }

    .sm\:top-0 {
        top: 0
    }

    .sm\:right-0 {
        right: 0
    }

    .sm\:bottom-\[1\.25rem\] {
        bottom: 1.25rem
    }

    .sm\:right-\[\.5rem\] {
        right: .5rem
    }

    .sm\:-top-\[44px\] {
        top: -44px
    }

    .sm\:-right-\[32px\] {
        right: -32px
    }

    .sm\:top-\[0\.25rem\] {
        top: .25rem
    }

    .sm\:-bottom-0 {
        bottom: 0
    }

    .sm\:top-\[-3\.25rem\] {
        top: -3.25rem
    }

    .sm\:right-\[0\] {
        right: 0
    }

    .sm\:order-2 {
        order: 2
    }

    .sm\:order-1 {
        order: 1
    }

    .sm\:col-span-1 {
        grid-column: span 1/span 1
    }

    .sm\:col-span-2 {
        grid-column: span 2/span 2
    }

    .sm\:col-span-3 {
        grid-column: span 3/span 3
    }

    .sm\:col-span-4 {
        grid-column: span 4/span 4
    }

    .sm\:col-span-5 {
        grid-column: span 5/span 5
    }

    .sm\:col-span-6 {
        grid-column: span 6/span 6
    }

    .sm\:col-span-7 {
        grid-column: span 7/span 7
    }

    .sm\:col-span-8 {
        grid-column: span 8/span 8
    }

    .sm\:col-span-9 {
        grid-column: span 9/span 9
    }

    .sm\:col-span-10 {
        grid-column: span 10/span 10
    }

    .sm\:col-span-11 {
        grid-column: span 11/span 11
    }

    .sm\:col-span-12 {
        grid-column: span 12/span 12
    }

    .sm\:col-span-full {
        grid-column: 1/-1
    }

    .sm\:col-start-1 {
        grid-column-start: 1
    }

    .sm\:col-start-2 {
        grid-column-start: 2
    }

    .sm\:col-start-3 {
        grid-column-start: 3
    }

    .sm\:col-start-4 {
        grid-column-start: 4
    }

    .sm\:col-start-5 {
        grid-column-start: 5
    }

    .sm\:col-start-6 {
        grid-column-start: 6
    }

    .sm\:col-start-7 {
        grid-column-start: 7
    }

    .sm\:col-start-8 {
        grid-column-start: 8
    }

    .sm\:col-start-9 {
        grid-column-start: 9
    }

    .sm\:col-start-10 {
        grid-column-start: 10
    }

    .sm\:col-start-11 {
        grid-column-start: 11
    }

    .sm\:col-start-12 {
        grid-column-start: 12
    }

    .sm\:col-start-13 {
        grid-column-start: 13
    }

    .sm\:col-start-auto {
        grid-column-start: auto
    }

    .sm\:float-right {
        float: right
    }

    .sm\:float-left {
        float: left
    }

    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .sm\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .sm\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .sm\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .sm\:mb-6 {
        margin-bottom: 1.5rem
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mb-12 {
        margin-bottom: 3rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mb-2 {
        margin-bottom: .5rem
    }

    .sm\:mb-4 {
        margin-bottom: 1rem
    }

    .sm\:mb-1 {
        margin-bottom: .25rem
    }

    .sm\:ml-2 {
        margin-left: .5rem
    }

    .sm\:-ml-12 {
        margin-left: -3rem
    }

    .sm\:mb-20 {
        margin-bottom: 5rem
    }

    .sm\:mt-2 {
        margin-top: .5rem
    }

    .sm\:mr-2 {
        margin-right: .5rem
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem
    }

    .sm\:mb-3 {
        margin-bottom: .75rem
    }

    .sm\:mr-4 {
        margin-right: 1rem
    }

    .sm\:mt-4 {
        margin-top: 1rem
    }

    .sm\:-mt-8 {
        margin-top: -2rem
    }

    .sm\:mt-10 {
        margin-top: 2.5rem
    }

    .sm\:mb-5 {
        margin-bottom: 1.25rem
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:mr-1\.5 {
        margin-right: .375rem
    }

    .sm\:mr-1 {
        margin-right: .25rem
    }

    .sm\:mr-3 {
        margin-right: .75rem
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

    .sm\:ml-6 {
        margin-left: 1.5rem
    }

    .sm\:ml-5 {
        margin-left: 1.25rem
    }

    .sm\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .sm\:mr-8 {
        margin-right: 2rem
    }

    .sm\:ml-8 {
        margin-left: 2rem
    }

    .sm\:mb-0\.5 {
        margin-bottom: .125rem
    }

    .sm\:mr-6 {
        margin-right: 1.5rem
    }

    .sm\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .sm\:ml-4 {
        margin-left: 1rem
    }

    .sm\:-mt-3 {
        margin-top: -.75rem
    }

    .sm\:-mt-1 {
        margin-top: -.25rem
    }

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

    .sm\:ml-3 {
        margin-left: .75rem
    }

    .sm\:mt-12 {
        margin-top: 3rem
    }

    .sm\:-mt-14 {
        margin-top: -3.5rem
    }

    .sm\:-mb-8 {
        margin-bottom: -2rem
    }

    .sm\:mt-8 {
        margin-top: 2rem
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:grid {
        display: grid
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-20 {
        height: 5rem
    }

    .sm\:h-14 {
        height: 3.5rem
    }

    .sm\:h-12 {
        height: 3rem
    }

    .sm\:h-16 {
        height: 4rem
    }

    .sm\:h-4 {
        height: 1rem
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:h-24 {
        height: 6rem
    }

    .sm\:max-h-20 {
        max-height: 5rem
    }

    .sm\:w-1\/4 {
        width: 25%
    }

    .sm\:w-1\/3 {
        width: 33.333333%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-36 {
        width: 9rem
    }

    .sm\:w-full {
        width: 100%
    }

    .sm\:w-20 {
        width: 5rem
    }

    .sm\:w-14 {
        width: 3.5rem
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:w-32 {
        width: 8rem
    }

    .sm\:w-28 {
        width: 7rem
    }

    .sm\:w-5 {
        width: 1.25rem
    }

    .sm\:w-1\/5 {
        width: 20%
    }

    .sm\:w-12 {
        width: 3rem
    }

    .sm\:w-18 {
        width: 4.5rem
    }

    .sm\:w-\[7\.5rem\] {
        width: 7.5rem
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-24 {
        width: 6rem
    }

    .sm\:w-4 {
        width: 1rem
    }

    .sm\:w-40 {
        width: 10rem
    }

    .sm\:w-19pct {
        width: 19%
    }

    .sm\:w-5\/12 {
        width: 41.666667%
    }

    .sm\:w-7\/12 {
        width: 58.333333%
    }

    .sm\:w-\[5\.5rem\] {
        width: 5.5rem
    }

    .sm\:w-\[4rem\] {
        width: 4rem
    }

    .sm\:w-\[7rem\] {
        width: 7rem
    }

    .sm\:w-4\/5 {
        width: 80%
    }

    .sm\:w-\[140px\] {
        width: 140px
    }

    .sm\:w-\[6\.5rem\] {
        width: 6.5rem
    }

    .sm\:w-22 {
        width: 5.5rem
    }

    .sm\:w-48pct {
        width: 48%
    }

    .sm\:w-3\/4 {
        width: 75%
    }

    .sm\:w-48 {
        width: 12rem
    }

    .sm\:w-\[70\%\] {
        width: 70%
    }

    .sm\:w-28pct {
        width: 28%
    }

    .sm\:w-96 {
        width: 24rem
    }

    .sm\:w-2\/4 {
        width: 50%
    }

    .sm\:w-\[30\%\] {
        width: 30%
    }

    .sm\:w-10 {
        width: 2.5rem
    }

    .sm\:w-2\/5 {
        width: 40%
    }

    .sm\:w-11\/12 {
        width: 91.666667%
    }

    .sm\:w-6 {
        width: 1.5rem
    }

    .sm\:w-8 {
        width: 2rem
    }

    .sm\:w-9\/12 {
        width: 75%
    }

    .sm\:w-5\/6 {
        width: 83.333333%
    }

    .sm\:w-3\/5 {
        width: 60%
    }

    .sm\:min-w-\[4rem\] {
        min-width: 4rem
    }

    .sm\:max-w-2xl {
        max-width: 42rem
    }

    .sm\:max-w-sm {
        max-width: 24rem
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:max-w-3xl {
        max-width: 48rem
    }

    .sm\:max-w-xs {
        max-width: 20rem
    }

    .sm\:max-w-full {
        max-width: 100%
    }

    .sm\:max-w-none {
        max-width: none
    }

    .sm\:max-w-\[640px\] {
        max-width: 640px
    }

    .sm\:max-w-\[16rem\] {
        max-width: 16rem
    }

    .sm\:flex-shrink-0,
    .sm\:shrink-0 {
        flex-shrink: 0
    }

    .sm\:scale-\[\.8\] {
        --tw-scale-x: .8;
        --tw-scale-y: .8
    }

    .sm\:scale-\[\.8\],
    .sm\:scale-x-\[126\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .sm\:scale-x-\[126\%\] {
        --tw-scale-x: 126%
    }

    .sm\:scale-y-\[116\%\] {
        --tw-scale-y: 116%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .sm\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .sm\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

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

    .sm\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .sm\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .sm\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .sm\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .sm\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .sm\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .sm\:grid-cols-none {
        grid-template-columns: none
    }

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

    .sm\:flex-col {
        flex-direction: column
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap
    }

    .sm\:items-start {
        align-items: flex-start
    }

    .sm\:items-end {
        align-items: flex-end
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-stretch {
        align-items: stretch
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-end {
        justify-content: flex-end
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:justify-around {
        justify-content: space-around
    }

    .sm\:justify-items-stretch {
        justify-items: stretch
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-1 {
        gap: .25rem
    }

    .sm\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }

    .sm\:rounded-full {
        border-radius: 9999px
    }

    .sm\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .sm\:rounded-bl-lg {
        border-bottom-left-radius: .75rem
    }

    .sm\:border-0 {
        border-width: 0
    }

    .sm\:border-b-0 {
        border-bottom-width: 0
    }

    .sm\:border-r {
        border-right-width: 1px
    }

    .sm\:border-none {
        border-style: none
    }

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

    .sm\:bg-transparent {
        background-color: transparent
    }

    .sm\:p-4 {
        padding: 1rem
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sm\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

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

    .sm\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .sm\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .sm\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .sm\:pb-24 {
        padding-bottom: 6rem
    }

    .sm\:pl-6 {
        padding-left: 1.5rem
    }

    .sm\:pt-3 {
        padding-top: .75rem
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem
    }

    .sm\:pt-10 {
        padding-top: 2.5rem
    }

    .sm\:pb-5 {
        padding-bottom: 1.25rem
    }

    .sm\:pt-2 {
        padding-top: .5rem
    }

    .sm\:pl-4 {
        padding-left: 1rem
    }

    .sm\:pb-1 {
        padding-bottom: .25rem
    }

    .sm\:pb-3 {
        padding-bottom: .75rem
    }

    .sm\:pr-2 {
        padding-right: .5rem
    }

    .sm\:pr-5 {
        padding-right: 1.25rem
    }

    .sm\:pt-0 {
        padding-top: 0
    }

    .sm\:pl-0 {
        padding-left: 0
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:pt-28 {
        padding-top: 7rem
    }

    .sm\:pt-\[7\.5rem\] {
        padding-top: 7.5rem
    }

    .sm\:pt-4 {
        padding-top: 1rem
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem
    }

    .sm\:pb-8 {
        padding-bottom: 2rem
    }

    .sm\:pr-10 {
        padding-right: 2.5rem
    }

    .sm\:pr-4 {
        padding-right: 1rem
    }

    .sm\:pl-5 {
        padding-left: 1.25rem
    }

    .sm\:pt-1 {
        padding-top: .25rem
    }

    .sm\:pb-4 {
        padding-bottom: 1rem
    }

    .sm\:pr-6 {
        padding-right: 1.5rem
    }

    .sm\:pt-32 {
        padding-top: 8rem
    }

    .sm\:pl-8 {
        padding-left: 2rem
    }

    .sm\:pr-8 {
        padding-right: 2rem
    }

    .sm\:pl-2 {
        padding-left: .5rem
    }

    .sm\:pl-36 {
        padding-left: 9rem
    }

    .sm\:pt-6 {
        padding-top: 1.5rem
    }

    .sm\:pr-0 {
        padding-right: 0
    }

    .sm\:pr-1 {
        padding-right: .25rem
    }

    .sm\:pb-2 {
        padding-bottom: .5rem
    }

    .sm\:pl-14 {
        padding-left: 3.5rem
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-base {
        font-size: 1rem
    }

    .sm\:text-3xl {
        font-size: 1.875rem
    }

    .sm\:text-\[40px\] {
        font-size: 40px
    }

    .sm\:text-4xl {
        font-size: 2.25rem
    }

    .sm\:text-sm {
        font-size: .875rem
    }

    .sm\:text-lg {
        font-size: 1.125rem
    }

    .sm\:text-xs {
        font-size: .75rem
    }

    .sm\:text-5xl {
        font-size: 3rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:text-fs13 {
        font-size: .8125rem
    }

    .sm\:text-\[34px\] {
        font-size: 34px
    }

    .sm\:text-fs12 {
        font-size: .75rem
    }

    .sm\:text-\[24px\] {
        font-size: 24px
    }

    .sm\:text-\[36px\] {
        font-size: 36px
    }

    .sm\:text-\[54px\] {
        font-size: 54px
    }

    .sm\:text-2xl {
        font-size: 1.5rem
    }

    .sm\:text-\[56px\] {
        font-size: 56px
    }

    .sm\:text-\[28px\] {
        font-size: 28px
    }

    .sm\:text-\[10vw\] {
        font-size: 10vw
    }

    .sm\:normal-case {
        text-transform: none
    }

    .sm\:leading-4 {
        line-height: 1rem
    }

    .sm\:tracking-normal {
        letter-spacing: 0
    }

    .sm\:text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(160 174 192/var(--tw-text-opacity))
    }

    .sm\:text-gray-700 {
        --tw-text-opacity: 1;
        color: rgb(74 85 104/var(--tw-text-opacity))
    }

    .sm\:opacity-25 {
        opacity: .25
    }
}

@media (min-width:768px) {
    .md\:absolute {
        position: absolute
    }

    .md\:right-\[-1rem\] {
        right: -1rem
    }

    .md\:top-\[\.1rem\] {
        top: .1rem
    }

    .md\:top-0 {
        top: 0
    }

    .md\:right-0 {
        right: 0
    }

    .md\:-top-\[\.25rem\] {
        top: -.25rem
    }

    .md\:-left-\[4\.45rem\] {
        left: -4.45rem
    }

    .md\:top-\[-2\.5rem\] {
        top: -2.5rem
    }

    .md\:right-\[1\.5rem\] {
        right: 1.5rem
    }

    .md\:-left-\[10\%\] {
        left: -10%
    }

    .md\:-right-6 {
        right: -1.5rem
    }

    .md\:order-2 {
        order: 2
    }

    .md\:order-1 {
        order: 1
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-3 {
        grid-column: span 3/span 3
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

    .md\:col-span-5 {
        grid-column: span 5/span 5
    }

    .md\:col-span-6 {
        grid-column: span 6/span 6
    }

    .md\:col-span-7 {
        grid-column: span 7/span 7
    }

    .md\:col-span-8 {
        grid-column: span 8/span 8
    }

    .md\:col-span-9 {
        grid-column: span 9/span 9
    }

    .md\:col-span-10 {
        grid-column: span 10/span 10
    }

    .md\:col-span-11 {
        grid-column: span 11/span 11
    }

    .md\:col-span-12 {
        grid-column: span 12/span 12
    }

    .md\:col-span-full {
        grid-column: 1/-1
    }

    .md\:col-start-1 {
        grid-column-start: 1
    }

    .md\:col-start-2 {
        grid-column-start: 2
    }

    .md\:col-start-3 {
        grid-column-start: 3
    }

    .md\:col-start-4 {
        grid-column-start: 4
    }

    .md\:col-start-5 {
        grid-column-start: 5
    }

    .md\:col-start-6 {
        grid-column-start: 6
    }

    .md\:col-start-7 {
        grid-column-start: 7
    }

    .md\:col-start-8 {
        grid-column-start: 8
    }

    .md\:col-start-9 {
        grid-column-start: 9
    }

    .md\:col-start-10 {
        grid-column-start: 10
    }

    .md\:col-start-11 {
        grid-column-start: 11
    }

    .md\:col-start-12 {
        grid-column-start: 12
    }

    .md\:col-start-13 {
        grid-column-start: 13
    }

    .md\:col-start-auto {
        grid-column-start: auto
    }

    .md\:float-right {
        float: right
    }

    .md\:float-left {
        float: left
    }

    .md\:mx-1\.5 {
        margin-left: .375rem;
        margin-right: .375rem
    }

    .md\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .md\:-mx-10 {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .md\:-mx-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .md\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-1 {
        margin-bottom: .25rem
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:-mt-20 {
        margin-top: -5rem
    }

    .md\:mb-28 {
        margin-bottom: 7rem
    }

    .md\:mb-14 {
        margin-bottom: 3.5rem
    }

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mr-5 {
        margin-right: 1.25rem
    }

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

    .md\:mb-4 {
        margin-bottom: 1rem
    }

    .md\:ml-\[-\.5rem\] {
        margin-left: -.5rem
    }

    .md\:-mt-24 {
        margin-top: -6rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mb-2 {
        margin-bottom: .5rem
    }

    .md\:ml-5 {
        margin-left: 1.25rem
    }

    .md\:-mb-3 {
        margin-bottom: -.75rem
    }

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:-mb-12 {
        margin-bottom: -3rem
    }

    .md\:mr-2 {
        margin-right: .5rem
    }

    .md\:mt-4 {
        margin-top: 1rem
    }

    .md\:mr-4 {
        margin-right: 1rem
    }

    .md\:-mb-5 {
        margin-bottom: -1.25rem
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:mt-1 {
        margin-top: .25rem
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:-mt-12 {
        margin-top: -3rem
    }

    .md\:mr-1 {
        margin-right: .25rem
    }

    .md\:ml-1 {
        margin-left: .25rem
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:ml-6 {
        margin-left: 1.5rem
    }

    .md\:-mt-4 {
        margin-top: -1rem
    }

    .md\:mb-3 {
        margin-bottom: .75rem
    }

    .md\:mr-0 {
        margin-right: 0
    }

    .md\:-mt-\[3\.5rem\] {
        margin-top: -3.5rem
    }

    .md\:-mb-10 {
        margin-bottom: -2.5rem
    }

    .md\:-mt-1 {
        margin-top: -.25rem
    }

    .md\:-mt-2 {
        margin-top: -.5rem
    }

    .md\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mr-auto {
        margin-right: auto
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem
    }

    .md\:mr-10 {
        margin-right: 2.5rem
    }

    .md\:-mt-14 {
        margin-top: -3.5rem
    }

    .md\:-mt-6 {
        margin-top: -1.5rem
    }

    .md\:-ml-6 {
        margin-left: -1.5rem
    }

    .md\:-mr-6 {
        margin-right: -1.5rem
    }

    .md\:-mt-8 {
        margin-top: -2rem
    }

    .md\:-ml-2 {
        margin-left: -.5rem
    }

    .md\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .md\:ml-2 {
        margin-left: .5rem
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:contents {
        display: contents
    }

    .md\:hidden {
        display: none
    }

    .md\:h-48 {
        height: 12rem
    }

    .md\:h-24 {
        height: 6rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-28 {
        height: 7rem
    }

    .md\:h-8 {
        height: 2rem
    }

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

    .md\:h-64 {
        height: 16rem
    }

    .md\:h-6 {
        height: 1.5rem
    }

    .md\:h-36 {
        height: 9rem
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-7 {
        height: 1.75rem
    }

    .md\:h-14 {
        height: 3.5rem
    }

    .md\:h-9 {
        height: 2.25rem
    }

    .md\:h-5 {
        height: 1.25rem
    }

    .md\:h-32 {
        height: 8rem
    }

    .md\:h-20 {
        height: 5rem
    }

    .md\:h-\[192px\] {
        height: 192px
    }

    .md\:h-\[100\%\] {
        height: 100%
    }

    .md\:min-h-\[8rem\] {
        min-height: 8rem
    }

    .md\:min-h-2-1\/2r {
        min-height: 2.5rem
    }

    .md\:w-full {
        width: 100%
    }

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

    .md\:w-14 {
        width: 3.5rem
    }

    .md\:w-5\/12 {
        width: 41.666667%
    }

    .md\:w-7\/12 {
        width: 58.333333%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-16 {
        width: 4rem
    }

    .md\:w-2\/3 {
        width: 66.666667%
    }

    .md\:w-48 {
        width: 12rem
    }

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

    .md\:w-96 {
        width: 24rem
    }

    .md\:w-3\/4 {
        width: 75%
    }

    .md\:w-20 {
        width: 5rem
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-6 {
        width: 1.5rem
    }

    .md\:w-28 {
        width: 7rem
    }

    .md\:w-\[30\%\] {
        width: 30%
    }

    .md\:w-\[1\.25rem\] {
        width: 1.25rem
    }

    .md\:w-11\/12 {
        width: 91.666667%
    }

    .md\:w-28pct {
        width: 28%
    }

    .md\:w-\[40\%\] {
        width: 40%
    }

    .md\:w-\[60\%\] {
        width: 60%
    }

    .md\:w-\[5rem\] {
        width: 5rem
    }

    .md\:w-\[6rem\] {
        width: 6rem
    }

    .md\:w-\[3\.5rem\] {
        width: 3.5rem
    }

    .md\:w-18pct {
        width: 18%
    }

    .md\:w-56 {
        width: 14rem
    }

    .md\:w-18 {
        width: 4.5rem
    }

    .md\:w-3\/5 {
        width: 60%
    }

    .md\:w-7 {
        width: 1.75rem
    }

    .md\:w-22 {
        width: 5.5rem
    }

    .md\:w-64 {
        width: 16rem
    }

    .md\:w-8 {
        width: 2rem
    }

    .md\:w-30pct {
        width: 30%
    }

    .md\:w-10 {
        width: 2.5rem
    }

    .md\:w-2\/5 {
        width: 40%
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-5 {
        width: 1.25rem
    }

    .md\:w-1\/5 {
        width: 20%
    }

    .md\:w-8\/12 {
        width: 66.666667%
    }

    .md\:w-\[20rem\] {
        width: 20rem
    }

    .md\:w-\[560px\] {
        width: 560px
    }

    .md\:w-\[130\%\] {
        width: 130%
    }

    .md\:w-72 {
        width: 18rem
    }

    .md\:w-36 {
        width: 9rem
    }

    .md\:w-80 {
        width: 20rem
    }

    .md\:w-4\/12 {
        width: 33.333333%
    }

    .md\:w-72pct {
        width: 72%
    }

    .md\:max-w-5xl {
        max-width: 64rem
    }

    .md\:max-w-full {
        max-width: 100%
    }

    .md\:max-w-none {
        max-width: none
    }

    .md\:max-w-6xl {
        max-width: 72rem
    }

    .md\:max-w-xs {
        max-width: 20rem
    }

    .md\:max-w-2xl {
        max-width: 42rem
    }

    .md\:max-w-lg {
        max-width: 32rem
    }

    .md\:max-w-\[768px\] {
        max-width: 768px
    }

    .md\:max-w-xl {
        max-width: 36rem
    }

    .md\:max-w-3xl {
        max-width: 48rem
    }

    .md\:max-w-sm {
        max-width: 24rem
    }

    .md\:max-w-md {
        max-width: 28rem
    }

    .md\:max-w-\[14rem\] {
        max-width: 14rem
    }

    .md\:max-w-\[40\%\] {
        max-width: 40%
    }

    .md\:max-w-\[60\%\] {
        max-width: 60%
    }

    .md\:shrink-0 {
        flex-shrink: 0
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:scale-95 {
        --tw-scale-x: .95;
        --tw-scale-y: .95
    }

    .md\:scale-95,
    .md\:scale-\[85\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:scale-\[85\%\] {
        --tw-scale-x: 85%;
        --tw-scale-y: 85%
    }

    .md\:scale-x-\[55\%\] {
        --tw-scale-x: 55%
    }

    .md\:scale-x-\[55\%\],
    .md\:scale-y-\[75\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:scale-y-\[75\%\] {
        --tw-scale-y: 75%
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

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

    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .md\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .md\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .md\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .md\:grid-cols-none {
        grid-template-columns: none
    }

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

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-wrap {
        flex-wrap: wrap
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-end {
        align-items: flex-end
    }

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

    .md\:items-stretch {
        align-items: stretch
    }

    .md\:justify-start {
        justify-content: flex-start
    }

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

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

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:justify-around {
        justify-content: space-around
    }

    .md\:gap-3 {
        gap: .75rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:space-y-1>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
    }

    .md\:self-start {
        align-self: flex-start
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:rounded {
        border-radius: .5rem
    }

    .md\:rounded-lg {
        border-radius: .75rem
    }

    .md\:rounded-br-none {
        border-bottom-right-radius: 0
    }

    .md\:rounded-tr-none {
        border-top-right-radius: 0
    }

    .md\:border-0 {
        border-width: 0
    }

    .md\:border-b {
        border-bottom-width: 1px
    }

    .md\:border-t {
        border-top-width: 1px
    }

    .md\:border-r-2 {
        border-right-width: 2px
    }

    .md\:border-t-2 {
        border-top-width: 2px
    }

    .md\:border-b-2 {
        border-bottom-width: 2px
    }

    .md\:border-none {
        border-style: none
    }

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

    .md\:border-gray-700 {
        --tw-border-opacity: 1;
        border-color: rgb(74 85 104/var(--tw-border-opacity))
    }

    .md\:bg-transparent {
        background-color: transparent
    }

    .md\:p-3 {
        padding: .75rem
    }

    .md\:p-8 {
        padding: 2rem
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-0 {
        padding: 0
    }

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

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .md\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .md\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .md\:px-1\.5 {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .md\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .md\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:pb-32 {
        padding-bottom: 8rem
    }

    .md\:pt-16 {
        padding-top: 4rem
    }

    .md\:pr-8 {
        padding-right: 2rem
    }

    .md\:pl-8 {
        padding-left: 2rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pb-18 {
        padding-bottom: 4.5rem
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pt-4 {
        padding-top: 1rem
    }

    .md\:pb-8 {
        padding-bottom: 2rem
    }

    .md\:pb-12 {
        padding-bottom: 3rem
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pr-12 {
        padding-right: 3rem
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:pb-4 {
        padding-bottom: 1rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pr-4 {
        padding-right: 1rem
    }

    .md\:pr-6 {
        padding-right: 1.5rem
    }

    .md\:pt-6 {
        padding-top: 1.5rem
    }

    .md\:pl-2 {
        padding-left: .5rem
    }

    .md\:pl-6 {
        padding-left: 1.5rem
    }

    .md\:pr-2 {
        padding-right: .5rem
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pl-3 {
        padding-left: .75rem
    }

    .md\:pr-3 {
        padding-right: .75rem
    }

    .md\:pt-5 {
        padding-top: 1.25rem
    }

    .md\:pb-6 {
        padding-bottom: 1.5rem
    }

    .md\:pl-14 {
        padding-left: 3.5rem
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pl-5 {
        padding-left: 1.25rem
    }

    .md\:pb-24 {
        padding-bottom: 6rem
    }

    .md\:pb-5 {
        padding-bottom: 1.25rem
    }

    .md\:pt-20 {
        padding-top: 5rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pb-2 {
        padding-bottom: .5rem
    }

    .md\:pb-0\.5 {
        padding-bottom: .125rem
    }

    .md\:pl-1\.5 {
        padding-left: .375rem
    }

    .md\:pl-1 {
        padding-left: .25rem
    }

    .md\:pb-3 {
        padding-bottom: .75rem
    }

    .md\:pb-\[3\.5rem\] {
        padding-bottom: 3.5rem
    }

    .md\:pl-10 {
        padding-left: 2.5rem
    }

    .md\:pt-1 {
        padding-top: .25rem
    }

    .md\:pb-1\.5 {
        padding-bottom: .375rem
    }

    .md\:pb-1 {
        padding-bottom: .25rem
    }

    .md\:pr-16 {
        padding-right: 4rem
    }

    .md\:pt-2 {
        padding-top: .5rem
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

    .md\:pb-20 {
        padding-bottom: 5rem
    }

    .md\:pl-40 {
        padding-left: 10rem
    }

    .md\:pt-28 {
        padding-top: 7rem
    }

    .md\:pt-14 {
        padding-top: 3.5rem
    }

    .md\:pt-2\.5 {
        padding-top: .625rem
    }

    .md\:pt-32 {
        padding-top: 8rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:pr-10 {
        padding-right: 2.5rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-sm {
        font-size: .875rem
    }

    .md\:text-5xl {
        font-size: 3rem
    }

    .md\:text-base {
        font-size: 1rem
    }

    .md\:text-4xl {
        font-size: 2.25rem
    }

    .md\:text-lg {
        font-size: 1.125rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-3xl {
        font-size: 1.875rem
    }

    .md\:text-2xl {
        font-size: 1.5rem
    }

    .md\:text-fs12 {
        font-size: .75rem
    }

    .md\:text-\[46px\] {
        font-size: 46px
    }

    .md\:text-\[23px\] {
        font-size: 23px
    }

    .md\:text-\[19px\] {
        font-size: 19px
    }

    .md\:text-\[32px\] {
        font-size: 32px
    }

    .md\:text-\[34px\] {
        font-size: 34px
    }

    .md\:text-\[18px\] {
        font-size: 18px
    }

    .md\:text-fs13 {
        font-size: .8125rem
    }

    .md\:text-fs42 {
        font-size: 2.625rem
    }

    .md\:text-\[38px\] {
        font-size: 38px
    }

    .md\:text-xs {
        font-size: .75rem
    }

    .md\:text-\[66px\] {
        font-size: 66px
    }

    .md\:text-\[68px\] {
        font-size: 68px
    }

    .md\:text-\[24px\] {
        font-size: 24px
    }

    .md\:text-\[54px\] {
        font-size: 54px
    }

    .md\:leading-snug {
        line-height: 1.375
    }

    .md\:text-slate-600 {
        --tw-text-opacity: 1;
        color: rgb(71 85 105/var(--tw-text-opacity))
    }

    .md\:hover\:text-primary-mid:hover {
        --tw-text-opacity: 1;
        color: rgb(0 71 171/var(--tw-text-opacity))
    }
}

@media (min-width:1024px) {
    .lg\:container {
        width: 100%
    }

    @media (min-width:375px) {
        .lg\:container {
            max-width: 375px
        }
    }

    @media (min-width:480px) {
        .lg\:container {
            max-width: 480px
        }
    }

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

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

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

    @media (min-width:1152px) {
        .lg\:container {
            max-width: 1152px
        }
    }

    .lg\:invisible {
        visibility: hidden
    }

    .lg\:top-20 {
        top: 5rem
    }

    .lg\:left-\[-2\.5rem\] {
        left: -2.5rem
    }

    .lg\:left-0 {
        left: 0
    }

    .lg\:left-\[2rem\] {
        left: 2rem
    }

    .lg\:right-\[1rem\] {
        right: 1rem
    }

    .lg\:right-24 {
        right: 6rem
    }

    .lg\:-top-\[4px\] {
        top: -4px
    }

    .lg\:-left-10 {
        left: -2.5rem
    }

    .lg\:-right-\[44px\] {
        right: -44px
    }

    .lg\:-top-\[50px\] {
        top: -50px
    }

    .lg\:-top-\[\.35rem\] {
        top: -.35rem
    }

    .lg\:-left-\[4\.65rem\] {
        left: -4.65rem
    }

    .lg\:top-\[-1rem\] {
        top: -1rem
    }

    .lg\:bottom-6 {
        bottom: 1.5rem
    }

    .lg\:bottom-0 {
        bottom: 0
    }

    .lg\:right-\[2rem\] {
        right: 2rem
    }

    .lg\:-right-\[16rem\] {
        right: -16rem
    }

    .lg\:-left-\[5\%\] {
        left: -5%
    }

    .lg\:top-\[0\.3rem\] {
        top: .3rem
    }

    .lg\:top-0 {
        top: 0
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-1 {
        order: 1
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }

    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }

    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }

    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }

    .lg\:col-span-5 {
        grid-column: span 5/span 5
    }

    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }

    .lg\:col-span-7 {
        grid-column: span 7/span 7
    }

    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }

    .lg\:col-span-9 {
        grid-column: span 9/span 9
    }

    .lg\:col-span-10 {
        grid-column: span 10/span 10
    }

    .lg\:col-span-11 {
        grid-column: span 11/span 11
    }

    .lg\:col-span-12 {
        grid-column: span 12/span 12
    }

    .lg\:col-span-full {
        grid-column: 1/-1
    }

    .lg\:col-start-1 {
        grid-column-start: 1
    }

    .lg\:col-start-2 {
        grid-column-start: 2
    }

    .lg\:col-start-3 {
        grid-column-start: 3
    }

    .lg\:col-start-4 {
        grid-column-start: 4
    }

    .lg\:col-start-5 {
        grid-column-start: 5
    }

    .lg\:col-start-6 {
        grid-column-start: 6
    }

    .lg\:col-start-7 {
        grid-column-start: 7
    }

    .lg\:col-start-8 {
        grid-column-start: 8
    }

    .lg\:col-start-9 {
        grid-column-start: 9
    }

    .lg\:col-start-10 {
        grid-column-start: 10
    }

    .lg\:col-start-11 {
        grid-column-start: 11
    }

    .lg\:col-start-12 {
        grid-column-start: 12
    }

    .lg\:col-start-13 {
        grid-column-start: 13
    }

    .lg\:col-start-auto {
        grid-column-start: auto
    }

    .lg\:float-right {
        float: right
    }

    .lg\:float-left {
        float: left
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .lg\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

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

    .lg\:-mx-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .lg\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .lg\:mx-2 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .lg\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .lg\:-mx-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .lg\:mx-3 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .lg\:mb-20 {
        margin-bottom: 5rem
    }

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mb-12 {
        margin-bottom: 3rem
    }

    .lg\:mb-2 {
        margin-bottom: .5rem
    }

    .lg\:mb-32 {
        margin-bottom: 8rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }

    .lg\:-mt-20 {
        margin-top: -5rem
    }

    .lg\:-mt-\[5\.5rem\] {
        margin-top: -5.5rem
    }

    .lg\:mb-3 {
        margin-bottom: .75rem
    }

    .lg\:mb-3\.5 {
        margin-bottom: .875rem
    }

    .lg\:-mb-19 {
        margin-bottom: -4.75rem
    }

    .lg\:mb-1 {
        margin-bottom: .25rem
    }

    .lg\:mr-0 {
        margin-right: 0
    }

    .lg\:-mt-px {
        margin-top: -1px
    }

    .lg\:ml-10 {
        margin-left: 2.5rem
    }

    .lg\:mr-8 {
        margin-right: 2rem
    }

    .lg\:mb-4 {
        margin-bottom: 1rem
    }

    .lg\:mb-24 {
        margin-bottom: 6rem
    }

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

    .lg\:ml-8 {
        margin-left: 2rem
    }

    .lg\:mr-2 {
        margin-right: .5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mr-6 {
        margin-right: 1.5rem
    }

    .lg\:mr-3 {
        margin-right: .75rem
    }

    .lg\:-mb-5 {
        margin-bottom: -1.25rem
    }

    .lg\:mr-5 {
        margin-right: 1.25rem
    }

    .lg\:ml-2 {
        margin-left: .5rem
    }

    .lg\:-mt-40 {
        margin-top: -10rem
    }

    .lg\:-mb-6 {
        margin-bottom: -1.5rem
    }

    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }

    .lg\:mr-1 {
        margin-right: .25rem
    }

    .lg\:mr-10 {
        margin-right: 2.5rem
    }

    .lg\:-mt-16 {
        margin-top: -4rem
    }

    .lg\:ml-0 {
        margin-left: 0
    }

    .lg\:mb-5 {
        margin-bottom: 1.25rem
    }

    .lg\:mr-4 {
        margin-right: 1rem
    }

    .lg\:ml-5 {
        margin-left: 1.25rem
    }

    .lg\:mb-18 {
        margin-bottom: 4.5rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:mb-19 {
        margin-bottom: 4.75rem
    }

    .lg\:ml-6 {
        margin-left: 1.5rem
    }

    .lg\:mt-20 {
        margin-top: 5rem
    }

    .lg\:-mb-2 {
        margin-bottom: -.5rem
    }

    .lg\:mb-16 {
        margin-bottom: 4rem
    }

    .lg\:mr-7 {
        margin-right: 1.75rem
    }

    .lg\:mb-0\.5 {
        margin-bottom: .125rem
    }

    .lg\:-mt-\[6\.5rem\] {
        margin-top: -6.5rem
    }

    .lg\:mt-0\.5 {
        margin-top: .125rem
    }

    .lg\:mt-1 {
        margin-top: .25rem
    }

    .lg\:-mb-14 {
        margin-bottom: -3.5rem
    }

    .lg\:mb-7 {
        margin-bottom: 1.75rem
    }

    .lg\:-mt-28 {
        margin-top: -7rem
    }

    .lg\:-ml-6 {
        margin-left: -1.5rem
    }

    .lg\:mb-2\.5 {
        margin-bottom: .625rem
    }

    .lg\:-mt-4 {
        margin-top: -1rem
    }

    .lg\:-mt-24 {
        margin-top: -6rem
    }

    .lg\:-ml-4 {
        margin-left: -1rem
    }

    .lg\:-mt-1 {
        margin-top: -.25rem
    }

    .lg\:-ml-14 {
        margin-left: -3.5rem
    }

    .lg\:-mr-14 {
        margin-right: -3.5rem
    }

    .lg\:mt-7 {
        margin-top: 1.75rem
    }

    .lg\:mt-4 {
        margin-top: 1rem
    }

    .lg\:-mb-7 {
        margin-bottom: -1.75rem
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:inline {
        display: inline
    }

    .lg\:flex {
        display: flex
    }

    .lg\:inline-flex {
        display: inline-flex
    }

    .lg\:table-cell {
        display: table-cell
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-5 {
        height: 1.25rem
    }

    .lg\:h-40 {
        height: 10rem
    }

    .lg\:h-72 {
        height: 18rem
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:h-8 {
        height: 2rem
    }

    .lg\:h-3 {
        height: .75rem
    }

    .lg\:h-6 {
        height: 1.5rem
    }

    .lg\:h-20 {
        height: 5rem
    }

    .lg\:h-10 {
        height: 2.5rem
    }

    .lg\:h-\[212px\] {
        height: 212px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:max-h-16 {
        max-height: 4rem
    }

    .lg\:max-h-20 {
        max-height: 5rem
    }

    .lg\:w-11\/12 {
        width: 91.666667%
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-20 {
        width: 5rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-28 {
        width: 7rem
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-44 {
        width: 11rem
    }

    .lg\:w-56 {
        width: 14rem
    }

    .lg\:w-4\/5 {
        width: 80%
    }

    .lg\:w-1\/5 {
        width: 20%
    }

    .lg\:w-3\/12 {
        width: 25%
    }

    .lg\:w-5\/12 {
        width: 41.666667%
    }

    .lg\:w-7\/12 {
        width: 58.333333%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-8 {
        width: 2rem
    }

    .lg\:w-6 {
        width: 1.5rem
    }

    .lg\:w-72pct {
        width: 72%
    }

    .lg\:w-40 {
        width: 10rem
    }

    .lg\:w-28pct {
        width: 28%
    }

    .lg\:w-3\/5 {
        width: 60%
    }

    .lg\:w-\[40\%\] {
        width: 40%
    }

    .lg\:w-10\/12 {
        width: 83.333333%
    }

    .lg\:w-1\/4 {
        width: 25%
    }

    .lg\:w-3\/4,
    .lg\:w-9\/12 {
        width: 75%
    }

    .lg\:w-4\/12 {
        width: 33.333333%
    }

    .lg\:w-72 {
        width: 18rem
    }

    .lg\:w-\[50\%\] {
        width: 50%
    }

    .lg\:w-\[6rem\] {
        width: 6rem
    }

    .lg\:w-\[7rem\] {
        width: 7rem
    }

    .lg\:w-\[4rem\] {
        width: 4rem
    }

    .lg\:w-14 {
        width: 3.5rem
    }

    .lg\:w-\[160px\] {
        width: 160px
    }

    .lg\:w-\[144px\] {
        width: 144px
    }

    .lg\:w-\[7\.5rem\] {
        width: 7.5rem
    }

    .lg\:w-23pct {
        width: 23%
    }

    .lg\:w-1\/6 {
        width: 16.666667%
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-36 {
        width: 9rem
    }

    .lg\:w-32 {
        width: 8rem
    }

    .lg\:w-\[75\%\] {
        width: 75%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-16 {
        width: 4rem
    }

    .lg\:w-24 {
        width: 6rem
    }

    .lg\:w-5\/6 {
        width: 83.333333%
    }

    .lg\:w-3\/6 {
        width: 50%
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-22 {
        width: 5.5rem
    }

    .lg\:w-64 {
        width: 16rem
    }

    .lg\:w-12 {
        width: 3rem
    }

    .lg\:w-30pct {
        width: 30%
    }

    .lg\:w-70pct {
        width: 70%
    }

    .lg\:w-2\/5 {
        width: 40%
    }

    .lg\:w-\[15rem\] {
        width: 15rem
    }

    .lg\:w-\[60\%\] {
        width: 60%
    }

    .lg\:w-96 {
        width: 24rem
    }

    .lg\:w-4 {
        width: 1rem
    }

    .lg\:w-60 {
        width: 15rem
    }

    .lg\:w-\[25\%\] {
        width: 25%
    }

    .lg\:max-w-full {
        max-width: 100%
    }

    .lg\:max-w-5xl {
        max-width: 64rem
    }

    .lg\:max-w-xl {
        max-width: 36rem
    }

    .lg\:max-w-none {
        max-width: none
    }

    .lg\:max-w-md {
        max-width: 28rem
    }

    .lg\:max-w-xs {
        max-width: 20rem
    }

    .lg\:max-w-lg {
        max-width: 32rem
    }

    .lg\:max-w-2xl {
        max-width: 42rem
    }

    .lg\:max-w-\[17rem\] {
        max-width: 17rem
    }

    .lg\:max-w-13rem {
        max-width: 13rem
    }

    .lg\:max-w-\[24rem\] {
        max-width: 24rem
    }

    .lg\:max-w-\[21rem\] {
        max-width: 21rem
    }

    .lg\:max-w-\[1152px\] {
        max-width: 1152px
    }

    .lg\:shrink-0 {
        flex-shrink: 0
    }

    .lg\:grow-0 {
        flex-grow: 0
    }

    .lg\:rotate-\[0deg\] {
        --tw-rotate: 0deg
    }

    .lg\:rotate-\[0deg\],
    .lg\:skew-x-\[-4deg\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:skew-x-\[-4deg\] {
        --tw-skew-x: -4deg
    }

    .lg\:skew-y-\[4deg\] {
        --tw-skew-y: 4deg
    }

    .lg\:scale-\[\.9\],
    .lg\:skew-y-\[4deg\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:scale-\[\.9\] {
        --tw-scale-x: .9;
        --tw-scale-y: .9
    }

    .lg\:scale-\[90\%\] {
        --tw-scale-x: 90%;
        --tw-scale-y: 90%
    }

    .lg\:scale-\[1\.15\],
    .lg\:scale-\[90\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:scale-\[1\.15\] {
        --tw-scale-x: 1.15;
        --tw-scale-y: 1.15
    }

    .lg\:scale-\[\.8\] {
        --tw-scale-x: .8;
        --tw-scale-y: .8
    }

    .lg\:scale-\[\.8\],
    .lg\:scale-x-\[48\%\] {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:scale-x-\[48\%\] {
        --tw-scale-x: 48%
    }

    .lg\:scale-y-\[80\%\] {
        --tw-scale-y: 80%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

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

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

    .lg\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .lg\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .lg\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .lg\:grid-cols-none {
        grid-template-columns: none
    }

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

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:flex-wrap {
        flex-wrap: wrap
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:items-stretch {
        align-items: stretch
    }

    .lg\:justify-start {
        justify-content: flex-start
    }

    .lg\:justify-end {
        justify-content: flex-end
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:justify-around {
        justify-content: space-around
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-x-12 {
        -moz-column-gap: 3rem;
        column-gap: 3rem
    }

    .lg\:gap-y-6 {
        row-gap: 1.5rem
    }

    .lg\:space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
    }

    .lg\:self-start {
        align-self: flex-start
    }

    .lg\:overflow-scroll {
        overflow: scroll
    }

    .lg\:rounded-lg {
        border-radius: .75rem
    }

    .lg\:rounded {
        border-radius: .5rem
    }

    .lg\:rounded-2xl {
        border-radius: 1.25rem
    }

    .lg\:rounded-xl {
        border-radius: 1rem
    }

    .lg\:border-3 {
        border-width: 3px
    }

    .lg\:border-0 {
        border-width: 0
    }

    .lg\:border-r {
        border-right-width: 1px
    }

    .lg\:border-t-4 {
        border-top-width: 4px
    }

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

    .lg\:border-black {
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0/var(--tw-border-opacity))
    }

    .lg\:bg-primary-light-bg {
        --tw-bg-opacity: 1;
        background-color: rgb(240 250 255/var(--tw-bg-opacity))
    }

    .lg\:p-5 {
        padding: 1.25rem
    }

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

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .lg\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem
    }

    .lg\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .lg\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .lg\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }

    .lg\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .lg\:py-2\.5 {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .lg\:py-1\.5 {
        padding-top: .375rem;
        padding-bottom: .375rem
    }

    .lg\:px-2\.5 {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .lg\:px-1 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .lg\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .lg\:pb-16 {
        padding-bottom: 4rem
    }

    .lg\:pr-8 {
        padding-right: 2rem
    }

    .lg\:pl-8 {
        padding-left: 2rem
    }

    .lg\:pb-20 {
        padding-bottom: 5rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pl-12 {
        padding-left: 3rem
    }

    .lg\:pb-1\.5 {
        padding-bottom: .375rem
    }

    .lg\:pb-1 {
        padding-bottom: .25rem
    }

    .lg\:pr-6 {
        padding-right: 1.5rem
    }

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pl-14 {
        padding-left: 3.5rem
    }

    .lg\:pt-6 {
        padding-top: 1.5rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pl-48 {
        padding-left: 12rem
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pb-4 {
        padding-bottom: 1rem
    }

    .lg\:pt-16 {
        padding-top: 4rem
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pt-10 {
        padding-top: 2.5rem
    }

    .lg\:pb-2 {
        padding-bottom: .5rem
    }

    .lg\:pl-2 {
        padding-left: .5rem
    }

    .lg\:pr-1 {
        padding-right: .25rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pl-5 {
        padding-left: 1.25rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pr-10 {
        padding-right: 2.5rem
    }

    .lg\:pb-40 {
        padding-bottom: 10rem
    }

    .lg\:pl-18 {
        padding-left: 4.5rem
    }

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pt-28 {
        padding-top: 7rem
    }

    .lg\:pb-18 {
        padding-bottom: 4.5rem
    }

    .lg\:pt-32 {
        padding-top: 8rem
    }

    .lg\:pt-\[8\.5rem\] {
        padding-top: 8.5rem
    }

    .lg\:pt-20 {
        padding-top: 5rem
    }

    .lg\:pl-4 {
        padding-left: 1rem
    }

    .lg\:pt-4 {
        padding-top: 1rem
    }

    .lg\:pl-3 {
        padding-left: .75rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-40 {
        padding-top: 10rem
    }

    .lg\:pb-24 {
        padding-bottom: 6rem
    }

    .lg\:pt-3 {
        padding-top: .75rem
    }

    .lg\:pt-7 {
        padding-top: 1.75rem
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem
    }

    .lg\:pb-3 {
        padding-bottom: .75rem
    }

    .lg\:pt-2\.5 {
        padding-top: .625rem
    }

    .lg\:pt-2 {
        padding-top: .5rem
    }

    .lg\:pt-36 {
        padding-top: 9rem
    }

    .lg\:pl-56 {
        padding-left: 14rem
    }

    .lg\:pt-1\.5 {
        padding-top: .375rem
    }

    .lg\:pt-1 {
        padding-top: .25rem
    }

    .lg\:pt-8 {
        padding-top: 2rem
    }

    .lg\:pt-22 {
        padding-top: 5.5rem
    }

    .lg\:pt-5 {
        padding-top: 1.25rem
    }

    .lg\:pt-0\.5 {
        padding-top: .125rem
    }

    .lg\:pl-1 {
        padding-left: .25rem
    }

    .lg\:pt-9 {
        padding-top: 2.25rem
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }

    .lg\:pr-14 {
        padding-right: 3.5rem
    }

    .lg\:pl-10 {
        padding-left: 2.5rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-center {
        text-align: center
    }

    .lg\:text-base {
        font-size: 1rem
    }

    .lg\:text-4xl {
        font-size: 2.25rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-3xl {
        font-size: 1.875rem
    }

    .lg\:text-\[56px\] {
        font-size: 56px
    }

    .lg\:text-\[42px\] {
        font-size: 42px
    }

    .lg\:text-sm {
        font-size: .875rem
    }

    .lg\:text-fs40 {
        font-size: 2.5rem
    }

    .lg\:text-2xl {
        font-size: 1.5rem
    }

    .lg\:text-lg {
        font-size: 1.125rem
    }

    .lg\:text-\[36px\] {
        font-size: 36px
    }

    .lg\:text-\[20px\] {
        font-size: 20px
    }

    .lg\:text-5xl {
        font-size: 3rem
    }

    .lg\:text-fs38 {
        font-size: 2.375rem
    }

    .lg\:text-fs10 {
        font-size: .625rem
    }

    .lg\:text-fs13 {
        font-size: .8125rem
    }

    .lg\:text-\[48px\] {
        font-size: 48px
    }

    .lg\:text-fs12 {
        font-size: .75rem
    }

    .lg\:text-\[88px\] {
        font-size: 88px
    }

    .lg\:text-fs15 {
        font-size: .9375rem
    }

    .lg\:text-\[94px\] {
        font-size: 94px
    }

    .lg\:text-\[30px\] {
        font-size: 30px
    }

    .lg\:text-\[8vw\] {
        font-size: 8vw
    }

    .lg\:text-\[24px\] {
        font-size: 24px
    }

    .lg\:text-\[46px\] {
        font-size: 46px
    }

    .lg\:text-\[74px\] {
        font-size: 74px
    }

    .lg\:text-\[27px\] {
        font-size: 27px
    }

    .lg\:leading-none {
        line-height: 1
    }

    .lg\:leading-normal {
        line-height: 1.5
    }

    .lg\:tracking-\[4px\] {
        letter-spacing: 4px
    }

    .lg\:tracking-\[2px\] {
        letter-spacing: 2px
    }

    .lg\:text-black {
        --tw-text-opacity: 1;
        color: rgb(0 0 0/var(--tw-text-opacity))
    }
}

@media (min-width:1152px) {
    .xl\:top-36 {
        top: 9rem
    }

    .xl\:left-\[-3rem\] {
        left: -3rem
    }

    .xl\:top-\[-2\.5rem\] {
        top: -2.5rem
    }

    .xl\:top-\[-4rem\] {
        top: -4rem
    }

    .xl\:-top-\[\.2rem\] {
        top: -.2rem
    }

    .xl\:-left-\[4\.3rem\] {
        left: -4.3rem
    }

    .xl\:top-\[1\.5rem\] {
        top: 1.5rem
    }

    .xl\:left-\[3rem\] {
        left: 3rem
    }

    .xl\:top-\[4\.25rem\] {
        top: 4.25rem
    }

    .xl\:-right-\[18rem\] {
        right: -18rem
    }

    .xl\:-left-11 {
        left: -2.75rem
    }

    .xl\:col-span-1 {
        grid-column: span 1/span 1
    }

    .xl\:col-span-2 {
        grid-column: span 2/span 2
    }

    .xl\:col-span-3 {
        grid-column: span 3/span 3
    }

    .xl\:col-span-4 {
        grid-column: span 4/span 4
    }

    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }

    .xl\:col-span-6 {
        grid-column: span 6/span 6
    }

    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }

    .xl\:col-span-8 {
        grid-column: span 8/span 8
    }

    .xl\:col-span-9 {
        grid-column: span 9/span 9
    }

    .xl\:col-span-10 {
        grid-column: span 10/span 10
    }

    .xl\:col-span-11 {
        grid-column: span 11/span 11
    }

    .xl\:col-span-12 {
        grid-column: span 12/span 12
    }

    .xl\:col-span-full {
        grid-column: 1/-1
    }

    .xl\:col-start-1 {
        grid-column-start: 1
    }

    .xl\:col-start-2 {
        grid-column-start: 2
    }

    .xl\:col-start-3 {
        grid-column-start: 3
    }

    .xl\:col-start-4 {
        grid-column-start: 4
    }

    .xl\:col-start-5 {
        grid-column-start: 5
    }

    .xl\:col-start-6 {
        grid-column-start: 6
    }

    .xl\:col-start-7 {
        grid-column-start: 7
    }

    .xl\:col-start-8 {
        grid-column-start: 8
    }

    .xl\:col-start-9 {
        grid-column-start: 9
    }

    .xl\:col-start-10 {
        grid-column-start: 10
    }

    .xl\:col-start-11 {
        grid-column-start: 11
    }

    .xl\:col-start-12 {
        grid-column-start: 12
    }

    .xl\:col-start-13 {
        grid-column-start: 13
    }

    .xl\:col-start-auto {
        grid-column-start: auto
    }

    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .xl\:-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .xl\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .xl\:mx-1 {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .xl\:mb-10 {
        margin-bottom: 2.5rem
    }

    .xl\:mb-4 {
        margin-bottom: 1rem
    }

    .xl\:mb-8 {
        margin-bottom: 2rem
    }

    .xl\:mb-12 {
        margin-bottom: 3rem
    }

    .xl\:mr-6 {
        margin-right: 1.5rem
    }

    .xl\:mb-5 {
        margin-bottom: 1.25rem
    }

    .xl\:mr-4 {
        margin-right: 1rem
    }

    .xl\:mr-7 {
        margin-right: 1.75rem
    }

    .xl\:-mt-1 {
        margin-top: -.25rem
    }

    .xl\:mb-2 {
        margin-bottom: .5rem
    }

    .xl\:-mt-\[6rem\] {
        margin-top: -6rem
    }

    .xl\:-mb-14 {
        margin-bottom: -3.5rem
    }

    .xl\:mr-5 {
        margin-right: 1.25rem
    }

    .xl\:mr-3 {
        margin-right: .75rem
    }

    .xl\:-ml-12 {
        margin-left: -3rem
    }

    .xl\:mb-3 {
        margin-bottom: .75rem
    }

    .xl\:block {
        display: block
    }

    .xl\:flex {
        display: flex
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-6 {
        height: 1.5rem
    }

    .xl\:h-44 {
        height: 11rem
    }

    .xl\:h-80 {
        height: 20rem
    }

    .xl\:h-28 {
        height: 7rem
    }

    .xl\:h-\[216px\] {
        height: 216px
    }

    .xl\:w-10\/12 {
        width: 83.333333%
    }

    .xl\:w-56 {
        width: 14rem
    }

    .xl\:w-64 {
        width: 16rem
    }

    .xl\:w-9\/12 {
        width: 75%
    }

    .xl\:w-3\/12 {
        width: 25%
    }

    .xl\:w-4\/12 {
        width: 33.333333%
    }

    .xl\:w-44 {
        width: 11rem
    }

    .xl\:w-1\/3 {
        width: 33.333333%
    }

    .xl\:w-\[1\.5rem\] {
        width: 1.5rem
    }

    .xl\:w-\[7\.5rem\] {
        width: 7.5rem
    }

    .xl\:w-\[4\.5rem\] {
        width: 4.5rem
    }

    .xl\:w-28 {
        width: 7rem
    }

    .xl\:w-5 {
        width: 1.25rem
    }

    .xl\:w-\[24rem\] {
        width: 24rem
    }

    .xl\:w-72 {
        width: 18rem
    }

    .xl\:w-\[4rem\] {
        width: 4rem
    }

    .xl\:w-4\/5 {
        width: 80%
    }

    .xl\:w-80 {
        width: 20rem
    }

    .xl\:w-7\/12 {
        width: 58.333333%
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-10 {
        width: 2.5rem
    }

    .xl\:w-\[150\%\] {
        width: 150%
    }

    .xl\:w-\[62\%\] {
        width: 62%
    }

    .xl\:w-\[38\%\] {
        width: 38%
    }

    .xl\:w-\[9rem\] {
        width: 9rem
    }

    .xl\:w-\[12\.5rem\] {
        width: 12.5rem
    }

    .xl\:w-\[8rem\] {
        width: 8rem
    }

    .xl\:w-\[5\.5rem\] {
        width: 5.5rem
    }

    .xl\:w-\[11rem\] {
        width: 11rem
    }

    .xl\:w-18 {
        width: 4.5rem
    }

    .xl\:max-w-3xl {
        max-width: 48rem
    }

    .xl\:max-w-lg {
        max-width: 32rem
    }

    .xl\:max-w-\[16rem\] {
        max-width: 16rem
    }

    .xl\:max-w-6xl {
        max-width: 72rem
    }

    .xl\:max-w-none {
        max-width: none
    }

    .xl\:max-w-\[22rem\] {
        max-width: 22rem
    }

    .xl\:max-w-\[68rem\] {
        max-width: 68rem
    }

    .xl\:scale-x-\[55\%\] {
        --tw-scale-x: 55%
    }

    .xl\:scale-x-\[55\%\],
    .xl\:scale-y-\[90\%\] {
        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))
    }

    .xl\:scale-y-\[90\%\] {
        --tw-scale-y: 90%
    }

    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .xl\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

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

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

    .xl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }

    .xl\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr))
    }

    .xl\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr))
    }

    .xl\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }

    .xl\:grid-cols-11 {
        grid-template-columns: repeat(11, minmax(0, 1fr))
    }

    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }

    .xl\:grid-cols-none {
        grid-template-columns: none
    }

    .xl\:flex-nowrap {
        flex-wrap: nowrap
    }

    .xl\:items-start {
        align-items: flex-start
    }

    .xl\:gap-12 {
        gap: 3rem
    }

    .xl\:gap-5 {
        gap: 1.25rem
    }

    .xl\:overflow-visible {
        overflow: visible
    }

    .xl\:rounded-4xl {
        border-radius: 1.75rem
    }

    .xl\:p-6 {
        padding: 1.5rem
    }

    .xl\:p-5 {
        padding: 1.25rem
    }

    .xl\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .xl\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .xl\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .xl\:py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .xl\:py-2\.5 {
        padding-top: .625rem;
        padding-bottom: .625rem
    }

    .xl\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .xl\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .xl\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .xl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .xl\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .xl\:px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .xl\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-18 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .xl\:py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .xl\:pr-4 {
        padding-right: 1rem
    }

    .xl\:pr-12 {
        padding-right: 3rem
    }

    .xl\:pl-0 {
        padding-left: 0
    }

    .xl\:pl-8 {
        padding-left: 2rem
    }

    .xl\:pr-10 {
        padding-right: 2.5rem
    }

    .xl\:pt-6 {
        padding-top: 1.5rem
    }

    .xl\:pr-0 {
        padding-right: 0
    }

    .xl\:pl-10 {
        padding-left: 2.5rem
    }

    .xl\:pb-6 {
        padding-bottom: 1.5rem
    }

    .xl\:pr-5 {
        padding-right: 1.25rem
    }

    .xl\:pb-8 {
        padding-bottom: 2rem
    }

    .xl\:pl-20 {
        padding-left: 5rem
    }

    .xl\:pt-40 {
        padding-top: 10rem
    }

    .xl\:pb-16 {
        padding-bottom: 4rem
    }

    .xl\:pl-16 {
        padding-left: 4rem
    }

    .xl\:pb-24 {
        padding-bottom: 6rem
    }

    .xl\:pb-5 {
        padding-bottom: 1.25rem
    }

    .xl\:pl-12 {
        padding-left: 3rem
    }

    .xl\:pr-8 {
        padding-right: 2rem
    }

    .xl\:pt-1\.5 {
        padding-top: .375rem
    }

    .xl\:pb-2 {
        padding-bottom: .5rem
    }

    .xl\:pt-1 {
        padding-top: .25rem
    }

    .xl\:pl-14 {
        padding-left: 3.5rem
    }

    .xl\:pl-4 {
        padding-left: 1rem
    }

    .xl\:pt-20 {
        padding-top: 5rem
    }

    .xl\:pr-2 {
        padding-right: .5rem
    }

    .xl\:pt-12 {
        padding-top: 3rem
    }

    .xl\:text-lg {
        font-size: 1.125rem
    }

    .xl\:text-\[40px\] {
        font-size: 40px
    }

    .xl\:text-\[68px\] {
        font-size: 68px
    }

    .xl\:text-\[44px\] {
        font-size: 44px
    }

    .xl\:text-5xl {
        font-size: 3rem
    }

    .xl\:text-xl {
        font-size: 1.25rem
    }

    .xl\:text-base {
        font-size: 1rem
    }

    .xl\:text-\[27px\] {
        font-size: 27px
    }

    .xl\:text-2xl {
        font-size: 1.5rem
    }

    .xl\:text-sm {
        font-size: .875rem
    }

    .xl\:text-\[56px\] {
        font-size: 56px
    }

    .xl\:text-\[21px\] {
        font-size: 21px
    }

    .xl\:text-\[106px\] {
        font-size: 106px
    }

    .xl\:text-3xl {
        font-size: 1.875rem
    }

    .xl\:text-\[104px\] {
        font-size: 104px
    }

    .xl\:text-\[32px\] {
        font-size: 32px
    }

    .xl\:text-\[42px\] {
        font-size: 42px
    }

    .xl\:text-\[54px\] {
        font-size: 54px
    }

    .xl\:text-\[84px\] {
        font-size: 84px
    }

    .xl\:text-\[36px\] {
        font-size: 36px
    }

    .xl\:text-\[30px\] {
        font-size: 30px
    }

    .xl\:text-fs13 {
        font-size: .8125rem
    }

    .xl\:text-\[24px\] {
        font-size: 24px
    }

    .xl\:leading-\[1\.6\] {
        line-height: 1.6
    }

    .xl\:leading-\[1\.05\] {
        line-height: 1.05
    }

    .xl\:tracking-\[3px\] {
        letter-spacing: 3px
    }
}

@font-face {
    font-family: "__Inria_Serif_ddbd17";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/a194d75544618e5a-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "__Inria_Serif_ddbd17";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/7868579688b82a51-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "__Inria_Serif_ddbd17";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/e8758c2d3255d31d-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "__Inria_Serif_ddbd17";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/43c0100b0a082e71-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "__Inria_Serif_Fallback_ddbd17";
    src: local("Times New Roman");
    ascent-override: 85.82%;
    descent-override: 19.61%;
    line-gap-override: 0.00%;
    size-adjust: 113.72%
}

.__className_ddbd17 {
    font-family: "__Inria_Serif_ddbd17", "__Inria_Serif_Fallback_ddbd17";
    font-style: normal
}

.__variable_ddbd17 {
    --font-inria-serif: "__Inria_Serif_ddbd17", "__Inria_Serif_Fallback_ddbd17"
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/83651bee47cf14da-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/6fed4e5749a3ea15-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/062522b8b7c3ad6a-s.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/e6f5886ae1242622-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/19e37deead9b3ec2-s.woff2) format("woff2");
    unicode-range: u+0307-0308, u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/46392699924ae7e5-s.woff2) format("woff2");
    unicode-range: u+0302-0303, u+0305, u+0307-0308, u+0310, u+0312, u+0315, u+031a, u+0326-0327, u+032c, u+032f-0330, u+0332-0333, u+0338, u+033a, u+0346, u+034d, u+0391-03a1, u+03a3-03a9, u+03b1-03c9, u+03d1, u+03d5-03d6, u+03f0-03f1, u+03f4-03f5, u+2016-2017, u+2034-2038, u+203c, u+2040, u+2043, u+2047, u+2050, u+2057, u+205f, u+2070-2071, u+2074-208e, u+2090-209c, u+20d0-20dc, u+20e1, u+20e5-20ef, u+2100-2112, u+2114-2115, u+2117-2121, u+2123-214f, u+2190, u+2192, u+2194-21ae, u+21b0-21e5, u+21f1-21f2, u+21f4-2211, u+2213-2214, u+2216-22ff, u+2308-230b, u+2310, u+2319, u+231c-2321, u+2336-237a, u+237c, u+2395, u+239b-23b7, u+23d0, u+23dc-23e1, u+2474-2475, u+25af, u+25b3, u+25b7, u+25bd, u+25c1, u+25ca, u+25cc, u+25fb, u+266d-266f, u+27c0-27ff, u+2900-2aff, u+2b0e-2b11, u+2b30-2b4c, u+2bfe, u+3030, u+ff5b, u+ff5d, u+1d400-1d7ff, u+1ee??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/dd4ab5b525bd804a-s.woff2) format("woff2");
    unicode-range: u+0001-000c, u+000e-001f, u+007f-009f, u+20dd-20e0, u+20e2-20e4, u+2150-218f, u+2190, u+2192, u+2194-2199, u+21af, u+21e6-21f0, u+21f3, u+2218-2219, u+2299, u+22c4-22c6, u+2300-243f, u+2440-244a, u+2460-24ff, u+25a0-27bf, u+28??, u+2921-2922, u+2981, u+29bf, u+29eb, u+2b??, u+4dc0-4dff, u+fff9-fffb, u+10140-1018e, u+10190-1019c, u+101a0, u+101d0-101fd, u+102e0-102fb, u+10e60-10e7e, u+1d2c0-1d2d3, u+1d2e0-1d37f, u+1f0??, u+1f100-1f1ad, u+1f1e6-1f1ff, u+1f30d-1f30f, u+1f315, u+1f31c, u+1f31e, u+1f320-1f32c, u+1f336, u+1f378, u+1f37d, u+1f382, u+1f393-1f39f, u+1f3a7-1f3a8, u+1f3ac-1f3af, u+1f3c2, u+1f3c4-1f3c6, u+1f3ca-1f3ce, u+1f3d4-1f3e0, u+1f3ed, u+1f3f1-1f3f3, u+1f3f5-1f3f7, u+1f408, u+1f415, u+1f41f, u+1f426, u+1f43f, u+1f441-1f442, u+1f444, u+1f446-1f449, u+1f44c-1f44e, u+1f453, u+1f46a, u+1f47d, u+1f4a3, u+1f4b0, u+1f4b3, u+1f4b9, u+1f4bb, u+1f4bf, u+1f4c8-1f4cb, u+1f4d6, u+1f4da, u+1f4df, u+1f4e3-1f4e6, u+1f4ea-1f4ed, u+1f4f7, u+1f4f9-1f4fb, u+1f4fd-1f4fe, u+1f503, u+1f507-1f50b, u+1f50d, u+1f512-1f513, u+1f53e-1f54a, u+1f54f-1f5fa, u+1f610, u+1f650-1f67f, u+1f687, u+1f68d, u+1f691, u+1f694, u+1f698, u+1f6ad, u+1f6b2, u+1f6b9-1f6ba, u+1f6bc, u+1f6c6-1f6cf, u+1f6d3-1f6d7, u+1f6e0-1f6ea, u+1f6f0-1f6f3, u+1f6f7-1f6fc, u+1f7??, u+1f800-1f80b, u+1f810-1f847, u+1f850-1f859, u+1f860-1f887, u+1f890-1f8ad, u+1f8b0-1f8bb, u+1f8c0-1f8c1, u+1f900-1f90b, u+1f93b, u+1f946, u+1f984, u+1f996, u+1f9e9, u+1fa00-1fa6f, u+1fa70-1fa7c, u+1fa80-1fa89, u+1fa8f-1fac6, u+1face-1fadc, u+1fadf-1fae9, u+1faf0-1faf8, u+1fb??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/9beef36ab83de3f0-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/faac4ac11aa3d97b-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/3d9ea938b6afa941-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/83651bee47cf14da-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/6fed4e5749a3ea15-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/062522b8b7c3ad6a-s.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/e6f5886ae1242622-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/19e37deead9b3ec2-s.woff2) format("woff2");
    unicode-range: u+0307-0308, u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/46392699924ae7e5-s.woff2) format("woff2");
    unicode-range: u+0302-0303, u+0305, u+0307-0308, u+0310, u+0312, u+0315, u+031a, u+0326-0327, u+032c, u+032f-0330, u+0332-0333, u+0338, u+033a, u+0346, u+034d, u+0391-03a1, u+03a3-03a9, u+03b1-03c9, u+03d1, u+03d5-03d6, u+03f0-03f1, u+03f4-03f5, u+2016-2017, u+2034-2038, u+203c, u+2040, u+2043, u+2047, u+2050, u+2057, u+205f, u+2070-2071, u+2074-208e, u+2090-209c, u+20d0-20dc, u+20e1, u+20e5-20ef, u+2100-2112, u+2114-2115, u+2117-2121, u+2123-214f, u+2190, u+2192, u+2194-21ae, u+21b0-21e5, u+21f1-21f2, u+21f4-2211, u+2213-2214, u+2216-22ff, u+2308-230b, u+2310, u+2319, u+231c-2321, u+2336-237a, u+237c, u+2395, u+239b-23b7, u+23d0, u+23dc-23e1, u+2474-2475, u+25af, u+25b3, u+25b7, u+25bd, u+25c1, u+25ca, u+25cc, u+25fb, u+266d-266f, u+27c0-27ff, u+2900-2aff, u+2b0e-2b11, u+2b30-2b4c, u+2bfe, u+3030, u+ff5b, u+ff5d, u+1d400-1d7ff, u+1ee??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/dd4ab5b525bd804a-s.woff2) format("woff2");
    unicode-range: u+0001-000c, u+000e-001f, u+007f-009f, u+20dd-20e0, u+20e2-20e4, u+2150-218f, u+2190, u+2192, u+2194-2199, u+21af, u+21e6-21f0, u+21f3, u+2218-2219, u+2299, u+22c4-22c6, u+2300-243f, u+2440-244a, u+2460-24ff, u+25a0-27bf, u+28??, u+2921-2922, u+2981, u+29bf, u+29eb, u+2b??, u+4dc0-4dff, u+fff9-fffb, u+10140-1018e, u+10190-1019c, u+101a0, u+101d0-101fd, u+102e0-102fb, u+10e60-10e7e, u+1d2c0-1d2d3, u+1d2e0-1d37f, u+1f0??, u+1f100-1f1ad, u+1f1e6-1f1ff, u+1f30d-1f30f, u+1f315, u+1f31c, u+1f31e, u+1f320-1f32c, u+1f336, u+1f378, u+1f37d, u+1f382, u+1f393-1f39f, u+1f3a7-1f3a8, u+1f3ac-1f3af, u+1f3c2, u+1f3c4-1f3c6, u+1f3ca-1f3ce, u+1f3d4-1f3e0, u+1f3ed, u+1f3f1-1f3f3, u+1f3f5-1f3f7, u+1f408, u+1f415, u+1f41f, u+1f426, u+1f43f, u+1f441-1f442, u+1f444, u+1f446-1f449, u+1f44c-1f44e, u+1f453, u+1f46a, u+1f47d, u+1f4a3, u+1f4b0, u+1f4b3, u+1f4b9, u+1f4bb, u+1f4bf, u+1f4c8-1f4cb, u+1f4d6, u+1f4da, u+1f4df, u+1f4e3-1f4e6, u+1f4ea-1f4ed, u+1f4f7, u+1f4f9-1f4fb, u+1f4fd-1f4fe, u+1f503, u+1f507-1f50b, u+1f50d, u+1f512-1f513, u+1f53e-1f54a, u+1f54f-1f5fa, u+1f610, u+1f650-1f67f, u+1f687, u+1f68d, u+1f691, u+1f694, u+1f698, u+1f6ad, u+1f6b2, u+1f6b9-1f6ba, u+1f6bc, u+1f6c6-1f6cf, u+1f6d3-1f6d7, u+1f6e0-1f6ea, u+1f6f0-1f6f3, u+1f6f7-1f6fc, u+1f7??, u+1f800-1f80b, u+1f810-1f847, u+1f850-1f859, u+1f860-1f887, u+1f890-1f8ad, u+1f8b0-1f8bb, u+1f8c0-1f8c1, u+1f900-1f90b, u+1f93b, u+1f946, u+1f984, u+1f996, u+1f9e9, u+1fa00-1fa6f, u+1fa70-1fa7c, u+1fa80-1fa89, u+1fa8f-1fac6, u+1face-1fadc, u+1fadf-1fae9, u+1faf0-1faf8, u+1fb??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/9beef36ab83de3f0-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/faac4ac11aa3d97b-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/3d9ea938b6afa941-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/83651bee47cf14da-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/6fed4e5749a3ea15-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/062522b8b7c3ad6a-s.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/e6f5886ae1242622-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/19e37deead9b3ec2-s.woff2) format("woff2");
    unicode-range: u+0307-0308, u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/46392699924ae7e5-s.woff2) format("woff2");
    unicode-range: u+0302-0303, u+0305, u+0307-0308, u+0310, u+0312, u+0315, u+031a, u+0326-0327, u+032c, u+032f-0330, u+0332-0333, u+0338, u+033a, u+0346, u+034d, u+0391-03a1, u+03a3-03a9, u+03b1-03c9, u+03d1, u+03d5-03d6, u+03f0-03f1, u+03f4-03f5, u+2016-2017, u+2034-2038, u+203c, u+2040, u+2043, u+2047, u+2050, u+2057, u+205f, u+2070-2071, u+2074-208e, u+2090-209c, u+20d0-20dc, u+20e1, u+20e5-20ef, u+2100-2112, u+2114-2115, u+2117-2121, u+2123-214f, u+2190, u+2192, u+2194-21ae, u+21b0-21e5, u+21f1-21f2, u+21f4-2211, u+2213-2214, u+2216-22ff, u+2308-230b, u+2310, u+2319, u+231c-2321, u+2336-237a, u+237c, u+2395, u+239b-23b7, u+23d0, u+23dc-23e1, u+2474-2475, u+25af, u+25b3, u+25b7, u+25bd, u+25c1, u+25ca, u+25cc, u+25fb, u+266d-266f, u+27c0-27ff, u+2900-2aff, u+2b0e-2b11, u+2b30-2b4c, u+2bfe, u+3030, u+ff5b, u+ff5d, u+1d400-1d7ff, u+1ee??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/dd4ab5b525bd804a-s.woff2) format("woff2");
    unicode-range: u+0001-000c, u+000e-001f, u+007f-009f, u+20dd-20e0, u+20e2-20e4, u+2150-218f, u+2190, u+2192, u+2194-2199, u+21af, u+21e6-21f0, u+21f3, u+2218-2219, u+2299, u+22c4-22c6, u+2300-243f, u+2440-244a, u+2460-24ff, u+25a0-27bf, u+28??, u+2921-2922, u+2981, u+29bf, u+29eb, u+2b??, u+4dc0-4dff, u+fff9-fffb, u+10140-1018e, u+10190-1019c, u+101a0, u+101d0-101fd, u+102e0-102fb, u+10e60-10e7e, u+1d2c0-1d2d3, u+1d2e0-1d37f, u+1f0??, u+1f100-1f1ad, u+1f1e6-1f1ff, u+1f30d-1f30f, u+1f315, u+1f31c, u+1f31e, u+1f320-1f32c, u+1f336, u+1f378, u+1f37d, u+1f382, u+1f393-1f39f, u+1f3a7-1f3a8, u+1f3ac-1f3af, u+1f3c2, u+1f3c4-1f3c6, u+1f3ca-1f3ce, u+1f3d4-1f3e0, u+1f3ed, u+1f3f1-1f3f3, u+1f3f5-1f3f7, u+1f408, u+1f415, u+1f41f, u+1f426, u+1f43f, u+1f441-1f442, u+1f444, u+1f446-1f449, u+1f44c-1f44e, u+1f453, u+1f46a, u+1f47d, u+1f4a3, u+1f4b0, u+1f4b3, u+1f4b9, u+1f4bb, u+1f4bf, u+1f4c8-1f4cb, u+1f4d6, u+1f4da, u+1f4df, u+1f4e3-1f4e6, u+1f4ea-1f4ed, u+1f4f7, u+1f4f9-1f4fb, u+1f4fd-1f4fe, u+1f503, u+1f507-1f50b, u+1f50d, u+1f512-1f513, u+1f53e-1f54a, u+1f54f-1f5fa, u+1f610, u+1f650-1f67f, u+1f687, u+1f68d, u+1f691, u+1f694, u+1f698, u+1f6ad, u+1f6b2, u+1f6b9-1f6ba, u+1f6bc, u+1f6c6-1f6cf, u+1f6d3-1f6d7, u+1f6e0-1f6ea, u+1f6f0-1f6f3, u+1f6f7-1f6fc, u+1f7??, u+1f800-1f80b, u+1f810-1f847, u+1f850-1f859, u+1f860-1f887, u+1f890-1f8ad, u+1f8b0-1f8bb, u+1f8c0-1f8c1, u+1f900-1f90b, u+1f93b, u+1f946, u+1f984, u+1f996, u+1f9e9, u+1fa00-1fa6f, u+1fa70-1fa7c, u+1fa80-1fa89, u+1fa8f-1fac6, u+1face-1fadc, u+1fadf-1fae9, u+1faf0-1faf8, u+1fb??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/9beef36ab83de3f0-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/faac4ac11aa3d97b-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/3d9ea938b6afa941-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/83651bee47cf14da-s.woff2) format("woff2");
    unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/6fed4e5749a3ea15-s.woff2) format("woff2");
    unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/062522b8b7c3ad6a-s.woff2) format("woff2");
    unicode-range: u+1f??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/e6f5886ae1242622-s.woff2) format("woff2");
    unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/19e37deead9b3ec2-s.woff2) format("woff2");
    unicode-range: u+0307-0308, u+0590-05ff, u+200c-2010, u+20aa, u+25cc, u+fb1d-fb4f
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/46392699924ae7e5-s.woff2) format("woff2");
    unicode-range: u+0302-0303, u+0305, u+0307-0308, u+0310, u+0312, u+0315, u+031a, u+0326-0327, u+032c, u+032f-0330, u+0332-0333, u+0338, u+033a, u+0346, u+034d, u+0391-03a1, u+03a3-03a9, u+03b1-03c9, u+03d1, u+03d5-03d6, u+03f0-03f1, u+03f4-03f5, u+2016-2017, u+2034-2038, u+203c, u+2040, u+2043, u+2047, u+2050, u+2057, u+205f, u+2070-2071, u+2074-208e, u+2090-209c, u+20d0-20dc, u+20e1, u+20e5-20ef, u+2100-2112, u+2114-2115, u+2117-2121, u+2123-214f, u+2190, u+2192, u+2194-21ae, u+21b0-21e5, u+21f1-21f2, u+21f4-2211, u+2213-2214, u+2216-22ff, u+2308-230b, u+2310, u+2319, u+231c-2321, u+2336-237a, u+237c, u+2395, u+239b-23b7, u+23d0, u+23dc-23e1, u+2474-2475, u+25af, u+25b3, u+25b7, u+25bd, u+25c1, u+25ca, u+25cc, u+25fb, u+266d-266f, u+27c0-27ff, u+2900-2aff, u+2b0e-2b11, u+2b30-2b4c, u+2bfe, u+3030, u+ff5b, u+ff5d, u+1d400-1d7ff, u+1ee??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/dd4ab5b525bd804a-s.woff2) format("woff2");
    unicode-range: u+0001-000c, u+000e-001f, u+007f-009f, u+20dd-20e0, u+20e2-20e4, u+2150-218f, u+2190, u+2192, u+2194-2199, u+21af, u+21e6-21f0, u+21f3, u+2218-2219, u+2299, u+22c4-22c6, u+2300-243f, u+2440-244a, u+2460-24ff, u+25a0-27bf, u+28??, u+2921-2922, u+2981, u+29bf, u+29eb, u+2b??, u+4dc0-4dff, u+fff9-fffb, u+10140-1018e, u+10190-1019c, u+101a0, u+101d0-101fd, u+102e0-102fb, u+10e60-10e7e, u+1d2c0-1d2d3, u+1d2e0-1d37f, u+1f0??, u+1f100-1f1ad, u+1f1e6-1f1ff, u+1f30d-1f30f, u+1f315, u+1f31c, u+1f31e, u+1f320-1f32c, u+1f336, u+1f378, u+1f37d, u+1f382, u+1f393-1f39f, u+1f3a7-1f3a8, u+1f3ac-1f3af, u+1f3c2, u+1f3c4-1f3c6, u+1f3ca-1f3ce, u+1f3d4-1f3e0, u+1f3ed, u+1f3f1-1f3f3, u+1f3f5-1f3f7, u+1f408, u+1f415, u+1f41f, u+1f426, u+1f43f, u+1f441-1f442, u+1f444, u+1f446-1f449, u+1f44c-1f44e, u+1f453, u+1f46a, u+1f47d, u+1f4a3, u+1f4b0, u+1f4b3, u+1f4b9, u+1f4bb, u+1f4bf, u+1f4c8-1f4cb, u+1f4d6, u+1f4da, u+1f4df, u+1f4e3-1f4e6, u+1f4ea-1f4ed, u+1f4f7, u+1f4f9-1f4fb, u+1f4fd-1f4fe, u+1f503, u+1f507-1f50b, u+1f50d, u+1f512-1f513, u+1f53e-1f54a, u+1f54f-1f5fa, u+1f610, u+1f650-1f67f, u+1f687, u+1f68d, u+1f691, u+1f694, u+1f698, u+1f6ad, u+1f6b2, u+1f6b9-1f6ba, u+1f6bc, u+1f6c6-1f6cf, u+1f6d3-1f6d7, u+1f6e0-1f6ea, u+1f6f0-1f6f3, u+1f6f7-1f6fc, u+1f7??, u+1f800-1f80b, u+1f810-1f847, u+1f850-1f859, u+1f860-1f887, u+1f890-1f8ad, u+1f8b0-1f8bb, u+1f8c0-1f8c1, u+1f900-1f90b, u+1f93b, u+1f946, u+1f984, u+1f996, u+1f9e9, u+1fa00-1fa6f, u+1fa70-1fa7c, u+1fa80-1fa89, u+1fa8f-1fac6, u+1face-1fadc, u+1fadf-1fae9, u+1faf0-1faf8, u+1fb??
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/9beef36ab83de3f0-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/faac4ac11aa3d97b-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Open_Sans_659e74;
    font-style: normal;
    font-weight: 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(../fonts/3d9ea938b6afa941-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Open_Sans_Fallback_659e74;
    src: local("Arial");
    ascent-override: 101.65%;
    descent-override: 27.86%;
    line-gap-override: 0.00%;
    size-adjust: 105.15%
}

.__className_659e74 {
    font-family: __Open_Sans_659e74, __Open_Sans_Fallback_659e74;
    font-style: normal
}

.__variable_659e74 {
    --font-open-sans: "__Open_Sans_659e74", "__Open_Sans_Fallback_659e74"
}

@font-face {
    font-family: "__DM_Serif_Display_6167a4";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/a9a5f1275b7cedad-s.p.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: "__DM_Serif_Display_6167a4";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/8679c800f1e60000-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: "__DM_Serif_Display_Fallback_6167a4";
    src: local("Times New Roman");
    ascent-override: 94.37%;
    descent-override: 30.51%;
    line-gap-override: 0.00%;
    size-adjust: 109.78%
}

.__className_6167a4 {
    font-family: "__DM_Serif_Display_6167a4", "__DM_Serif_Display_Fallback_6167a4";
    font-weight: 400;
    font-style: normal
}

.__variable_6167a4 {
    --font-dm-serif-display: "__DM_Serif_Display_6167a4", "__DM_Serif_Display_Fallback_6167a4"
}

footer.jsx-861f3469041222e4.bg-primary.text-white {
    z-index: 1;
}





/*# sourceMappingURL=4c3d433b458b2091.css.map*/