html {
    scroll-behavior: smooth
}

.aspect-video {
    aspect-ratio: 16/9
}

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

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

.blockImportant {
    display: block !important
}

.flexImportant {
    display: flex !important
}

.table {
    width: 100% !important
}

.table td {
    padding: 16px 0
}

.table td:first-child {
    padding-left: 24px
}

.table thead tr {
    background-color: #ced0dd;
    color: #17182f;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 0
}

.table tbody tr {
    background: #fff
}

.table tbody tr:nth-child(2n) {
    background: #f6f6fb
}

.tool-pagination a, .tool-pagination span {
    align-items: center;
    background: #f6f6fb;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 8px;
    width: 40px
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.scrollbar::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 8px;
    margin-bottom: 8px;
    width: 5px
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.loader {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

.loader-wheel {
    animation: spin 1s linear infinite;
    border: 2px solid rgba(30, 30, 30, .5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

table img.emoji {
    height: 20px;
    width: 20px
}

.disclosure-tooltip h1, .disclosure-tooltip h2, .disclosure-tooltip h3, .disclosure-tooltip h4, .disclosure-tooltip h5, .disclosure-tooltip h6, .disclosure-tooltip p, .gambling-tooltip h1, .gambling-tooltip h2, .gambling-tooltip h3, .gambling-tooltip h4, .gambling-tooltip h5, .gambling-tooltip h6, .gambling-tooltip p, .rate-tooltip h1, .rate-tooltip h2, .rate-tooltip h3, .rate-tooltip h4, .rate-tooltip h5, .rate-tooltip h6, .rate-tooltip p, .table-heading h1, .table-heading h2, .table-heading h3, .table-heading h4, .table-heading h5, .table-heading h6, .table-heading p {
    color: #fff
}

.module-anchor-menu .btn-disabled {
    cursor: default;
    opacity: .5
}

.toplist-tab.active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(23, 24, 47, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.splide__arrows svg {
    height: 12px;
    margin: auto;
    width: auto
}

.splide__pagination li {
    display: flex !important;
    height: 4px
}

.splide__pagination__page {
    background-color: #94a3b8;
    cursor: pointer;
    height: 4px;
    width: 4px
}

.splide__pagination__page.is-active {
    background-color: #1e293b
}

.gallery-backdrop .splide__track {
    padding: 50px 20px !important
}

.gallery-backdrop button[disabled] {
    opacity: .7
}

input:checked ~ .dot {
    transform: translateX(100%)
}

input:checked ~ .bg {
    background-color: #48bb78
}

.statistic-container button {
    opacity: .7
}

.statistic-container button.active {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(77, 128, 247, var(--tw-border-opacity));
    border-bottom-width: 4px;
    font-weight: 600;
    opacity: 1
}

.highest-odd {
    background-color: rgba(235, 241, 255, var(--tw-bg-opacity));
    border-color: rgba(123, 160, 245, var(--tw-border-opacity))
}

.highest-odd, .missing-odd {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1
}

.missing-odd {
    background-color: rgba(241, 242, 249, var(--tw-bg-opacity));
    border-color: rgba(206, 208, 221, var(--tw-border-opacity))
}

.module-anchor-menu .scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px transparent
}

.module-anchor-menu .scrollbar::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 2px;
    margin-bottom: 8px;
    width: 5px
}

.module-anchor-menu .scrollbar::-webkit-scrollbar-thumb {
    background-color: #2563eb;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px transparent
}

.module-anchor-menu .no-scrollbar::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 0;
    margin-bottom: 8px;
    width: 5px
}

.module-gallery-carousel div.gallery-btn.active {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.nudge p {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity));
    font-size: .75rem;
    line-height: 1rem
}

@media (min-width: 1024px) {
    .nudge p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.search-post-type {
    background-color: #1e293b;
    border-radius: .4rem;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    padding: 6px 12px
}

.search-content {
    border-bottom: 1px solid #e4e6ef;
    height: 73px
}

.search-content, .search-content a {
    align-items: center;
    display: flex
}

.search-content a img {
    height: 44px;
    width: 44px
}

.search-content a span {
    color: #1e293b;
    margin-left: 16px
}

.search-content:hover {
    background-color: #e4e6ef;
    cursor: pointer
}

.slider.show {
    left: 0
}

.slider-toggle.pushed {
    left: calc(var(--slider-width))
}

@media only screen and (max-width: 768px) {
    .slider.show {
        display: block;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99999
    }

    .modal:before {
        background-color: rgba(0, 0, 0, .5);
        bottom: 0;
        content: "";
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999
    }
}

.tooltips .disclosure-tooltip h1, .tooltips .disclosure-tooltip h2, .tooltips .disclosure-tooltip h3, .tooltips .disclosure-tooltip h4, .tooltips .disclosure-tooltip h5, .tooltips .disclosure-tooltip h6, .tooltips .disclosure-tooltip p, .tooltips .gambling-tooltip h1, .tooltips .gambling-tooltip h2, .tooltips .gambling-tooltip h3, .tooltips .gambling-tooltip h4, .tooltips .gambling-tooltip h5, .tooltips .gambling-tooltip h6, .tooltips .gambling-tooltip p, .tooltips .rate-tooltip h1, .tooltips .rate-tooltip h2, .tooltips .rate-tooltip h3, .tooltips .rate-tooltip h4, .tooltips .rate-tooltip h5, .tooltips .rate-tooltip h6, .tooltips .rate-tooltip p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

table img.emoji {
    height: 20px !important;
    width: 20px !important
}

.content-module .message-info {
    align-items: center;
    background: var(--base-ui-colors-blue-links-information-blue-50, #eff6ff);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 16px
}

.content-module .message-info:before {
    content: url(../../../assets/images/notifications/info.svg);
    height: 32px;
    padding: 4px;
    width: 32px
}

.content-module .message-success {
    align-items: center;
    background: var(--base-ui-colors-green-positive-green-50, #f0fdf4);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 16px
}

.content-module .message-success:before {
    content: url(../../../assets/images/notifications/success.svg);
    height: 32px;
    padding: 4px;
    width: 32px
}

.content-module .message-warning {
    align-items: center;
    background: var(--base-ui-colors-amber-indications-amber-50, #fffbeb);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 16px
}

.content-module .message-warning:before {
    content: url(../../../assets/images/notifications/warning.svg);
    height: 32px;
    padding: 4px;
    width: 32px
}

.content-module .message-error {
    align-items: center;
    background: var(--base-ui-colors-orange-warning-orange-200, #fed7aa);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 16px
}

.content-module .message-error:before {
    content: url(../../../assets/images/notifications/error.svg);
    height: 32px;
    padding: 4px;
    width: 32px
}

.content-module .message-note {
    align-items: center;
    background: var(--brand-colors-violet-brand-violet-50, #f5f3ff);
    border-radius: 8px;
    display: flex;
    gap: 8px;
    padding: 8px 16px
}

.content-module .message-note:before {
    content: url(../../../assets/images/notifications/note.svg);
    height: 32px;
    padding: 4px;
    width: 32px
}

.content-module .code-inline {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px
}

.faq-scrollbar::-webkit-scrollbar {
    width: 8px
}

.faq-scrollbar::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 16px
}

.faq-scrollbar::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 16px
}

.faq-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #334155
}

.modal {
    animation: fadein .3s;
    display: none;
    opacity: 0
}

.modal-show {
    opacity: 1
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.module-faq ul {
    list-style: disc
}

.module-faq ol, .module-faq ul {
    margin: 16px 0;
    padding: 0 0 0 40px
}

.module-faq ol {
    list-style: decimal
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    margin: 0
}

hr {
    color: inherit;
    height: 0
}

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

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, 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 {
    border-color: inherit;
    text-indent: 0
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    padding: 0
}

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
}

h1, h2, h3 {
    text-align:center;
}

button {
    background-color: transparent;
    background-image: none
}

fieldset, ol, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*, :after, :before {
    border: 0 solid;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}


/*img {
    border-style: solid
}*/

textarea {
    resize: vertical
}

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

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

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

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

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

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

button, input, optgroup, select, textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code, kbd, pre, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

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

[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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(123, 160, 245, .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: var(--tw-empty, /*!*/ /*!*/);
    --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
    --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
    --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
    --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
    --tw-invert: var(--tw-empty, /*!*/ /*!*/);
    --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
    --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
    --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
    --tw-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);
    --tw-backdrop-blur: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-brightness: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-contrast: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-grayscale: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-invert: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-opacity: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-saturate: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-sepia: var(--tw-empty, /*!*/ /*!*/);
    --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    border-color: currentColor
}

* {
    font-family: Sora, sans-serif
}

h1, h2, h3, h4, h5, h6 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    font-weight: 700
}

h1 {
    font-size: 32px;
    line-height: 42px
}

@media (min-width: 768px) {
    h1 {
        font-size: 40px;
        line-height: 50px
    }
}

h2 {
    font-size: 28px;
    line-height: 38px
}

@media (min-width: 768px) {
    h2 {
        font-size: 32px;
        line-height: 42px
    }
}

h3 {
    font-size: 22px;
    line-height: 2rem
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        line-height: 34px
    }
}

h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    h4 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

h5 {
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.5rem
}

@media (min-width: 768px) {
    h5 {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 26px
    }
}

h6 {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width: 768px) {
    h6 {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 22px
    }
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    font-size: 1rem;
    line-height: 1.5rem
}*/

a {
    font-size: 1rem;
    line-height: 1.5rem;
    text-decoration: underline
}

a, div a, p a, span a, table a {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    font-weight: 600
}

.toTopStuck {
    top: -1.4rem
}

.sitemap .links-icon {
    display: none
}

.sitemap h2 {
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    font-weight: 700
}

.sitemap h2, .sitemap ul li {
    --tw-text-opacity: 1;
    font-size: 1rem;
    line-height: 1.5rem
}

.sitemap ul li {
    font-weight: 400;
    padding-top: 1.5rem
}

.sitemap ul li, .sitemap ul li a {
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    text-decoration: underline
}

.sitemap ul li a {
    --tw-text-opacity: 1
}

.sitemap ul li:first-of-type {
    padding-top: 1.5rem
}

.container {
    width: 100%
}

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

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

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

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

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

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

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.bottom-4 {
    bottom: 1rem
}

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

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

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

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

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

.right-4 {
    right: 1rem
}

.-top-0 {
    top: 0
}

.top-1\/2 {
    top: 50%
}

.left-1\/2 {
    left: 50%
}

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

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

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

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

.top-2 {
    top: .5rem
}

.right-2 {
    right: .5rem
}

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

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

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

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

.left-1 {
    left: .25rem
}

.top-1 {
    top: .25rem
}

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

.right-full {
    right: 100%
}

.left-full {
    left: 100%
}

.top-20 {
    top: 5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-6 {
    top: 1.5rem
}

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

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

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

.left-14 {
    left: 3.5rem
}

.top-4 {
    top: 1rem
}

.left-4 {
    left: 1rem
}

.right-1 {
    right: .25rem
}

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

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

.z-10, .z-\[10\] {
    z-index: 10
}

.z-0 {
    z-index: 0
}

.z-30 {
    z-index: 30
}

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

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

.z-50 {
    z-index: 50
}

.z-40 {
    z-index: 40
}

.z-20 {
    z-index: 20
}

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

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

.order-first {
    order: -9999
}

.order-2 {
    order: 2
}

.order-none {
    order: 0
}

.order-1 {
    order: 1
}

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

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

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

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

.m-2 {
    margin: .5rem
}

.m-0 {
    margin: 0
}

.m-auto {
    margin: auto
}

.m-4 {
    margin: 1rem
}

.m-\[7\.5px\] {
    margin: 7.5px
}

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

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

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

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

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

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

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

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

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

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

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

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

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

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

.mx-\[0\.5px\] {
    margin-left: .5px;
    margin-right: .5px
}

.mx-\[7px\] {
    margin-left: 7px;
    margin-right: 7px
}

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

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

.my-\[6px\] {
    margin-bottom: 6px;
    margin-top: 6px
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
    margin-right: 2.5rem
}

.mb-0 {
    margin-bottom: 0
}

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

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

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

.mr-\[18px\] {
    margin-right: 18px
}

.ml-0 {
    margin-left: 0
}

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

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

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

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

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

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

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

.mb-auto {
    margin-bottom: auto
}

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

.mt-auto {
    margin-top: auto
}

.mr-\[9\.32px\] {
    margin-right: 9.32px
}

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

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

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

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

.mt-0 {
    margin-top: 0
}

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

.mr-11 {
    margin-right: 2.75rem
}

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

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

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

.mb-9 {
    margin-bottom: 2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

.mt-\[5\.25rem\] {
    margin-top: 5.25rem
}

.box-border {
    box-sizing: border-box
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.grid {
    display: grid
}

.hidden {
    display: none
}

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

.h-4 {
    height: 1rem
}

.h-14 {
    height: 3.5rem
}

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

.h-16 {
    height: 4rem
}

.h-10 {
    height: 2.5rem
}

.h-5 {
    height: 1.25rem
}

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

.h-full {
    height: 100%
}

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

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

.h-auto {
    height: auto
}

/*.h-6 {
    height: 1.5rem
}*/

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

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

.h-\[607\.5px\] {
    height: 607.5px
}

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

.h-3 {
    height: .75rem
}

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

.h-20 {
    height: 5rem
}

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

.h-8 {
    height: 2rem
}

.h-12 {
    height: 3rem
}

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

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

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

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

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

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

.h-screen {
    height: 100vh
}

.h-3\/4 {
    height: 75%
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[5\.21px\] {
    height: 5.21px
}

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

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

.h-0 {
    height: 0
}

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

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

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

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

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

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

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

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

.h-9 {
    height: 2.25rem
}

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

.h-2 {
    height: .5rem
}

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

.h-72 {
    height: 18rem
}

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

.h-1\.5 {
    height: .375rem
}

.h-1 {
    height: .25rem
}

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

.h-2\.5 {
    height: .625rem
}

.h-\[5\.5rem\] {
    height: 5.5rem
}

.h-48 {
    height: 12rem
}

.h-\[1\.75rem\] {
    height: 1.75rem
}

.h-\[0\.75rem\] {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-56 {
    height: 14rem
}

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

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

.h-7 {
    height: 1.75rem
}

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

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

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

.h-24 {
    height: 6rem
}

.max-h-\[28px\] {
    max-height: 28px
}

.max-h-\[55px\] {
    max-height: 55px
}

.max-h-16 {
    max-height: 4rem
}

.max-h-\[60px\] {
    max-height: 60px
}

.max-h-\[456px\] {
    max-height: 456px
}

.max-h-\[360px\] {
    max-height: 360px
}

.max-h-\[400px\] {
    max-height: 400px
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[37px\] {
    max-height: 37px
}

.max-h-\[650px\] {
    max-height: 650px
}

.max-h-\[120px\] {
    max-height: 120px
}

.max-h-\[30px\] {
    max-height: 30px
}

.max-h-\[300px\] {
    max-height: 300px
}

.max-h-72 {
    max-height: 18rem
}

.max-h-\[600px\] {
    max-height: 600px
}

.max-h-\[3px\] {
    max-height: 3px
}

.max-h-\[50px\] {
    max-height: 50px
}

.max-h-\[45px\] {
    max-height: 45px
}

.max-h-40 {
    max-height: 10rem
}

.max-h-\[64px\] {
    max-height: 64px
}

.max-h-\[40px\] {
    max-height: 40px
}

.max-h-\[72px\] {
    max-height: 72px
}

.min-h-\[72px\] {
    min-height: 72px
}

.min-h-full {
    min-height: 100%
}

.min-h-\[78px\] {
    min-height: 78px
}

.min-h-\[450px\] {
    min-height: 450px
}

.\!min-h-\[unset\] {
    min-height: unset !important
}

.min-h-\[40px\] {
    min-height: 40px
}

.min-h-\[64px\] {
    min-height: 64px
}

.min-h-\[80px\] {
    min-height: 80px
}

.w-4 {
    width: 1rem
}

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

.w-full {
    width: 100%
}

.w-auto {
    width: auto
}

.w-5 {
    width: 1.25rem
}

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

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

.w-0 {
    width: 0
}

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

.w-6 {
    width: 1.5rem
}

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

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

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

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

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

.w-3 {
    width: .75rem
}

.w-20 {
    width: 5rem
}

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

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

.w-\[13\.33px\] {
    width: 13.33px
}

.w-16 {
    width: 4rem
}

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

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

.w-8 {
    width: 2rem
}

.w-32 {
    width: 8rem
}

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

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

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

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

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

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

.w-14 {
    width: 3.5rem
}

.w-10 {
    width: 2.5rem
}

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

.w-36 {
    width: 9rem
}

.w-12 {
    width: 3rem
}

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

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

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

.w-1\/5 {
    width: 20%
}

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

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

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

.w-\[8\.78px\] {
    width: 8.78px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-9 {
    width: 2.25rem
}

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

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

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

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

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

.w-1\.5 {
    width: .375rem
}

.w-1 {
    width: .25rem
}

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

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

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

.w-\[1\.75rem\] {
    width: 1.75rem
}

.w-\[0\.75rem\] {
    width: .75rem
}

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

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

.w-7 {
    width: 1.75rem
}

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

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

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

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

/*.w-56 {
    width: 14rem
}*/

.w-48 {
    width: 12rem
}

.min-w-\[104px\] {
    min-width: 104px
}

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

.min-w-\[154px\] {
    min-width: 154px
}

.min-w-\[258px\] {
    min-width: 258px
}

.min-w-\[261px\] {
    min-width: 261px
}

.min-w-\[35px\] {
    min-width: 35px
}

.min-w-\[15px\] {
    min-width: 15px
}

/*.min-w-\[14rem\] {
    min-width: 14rem
}*/

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

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

.min-w-\[88px\] {
    min-width: 88px
}

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

.min-w-\[80px\] {
    min-width: 80px
}

.min-w-\[98px\] {
    min-width: 98px
}

.min-w-\[65px\] {
    min-width: 65px
}

.min-w-\[115px\] {
    min-width: 115px
}

.min-w-\[16px\] {
    min-width: 16px
}

.min-w-\[232px\] {
    min-width: 232px
}

.min-w-\[40px\] {
    min-width: 40px
}

.min-w-\[222px\] {
    min-width: 222px
}

.min-w-\[96px\] {
    min-width: 96px
}

.min-w-\[24px\] {
    min-width: 24px
}

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

.min-w-\[21px\] {
    min-width: 21px
}

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

.min-w-\[150px\] {
    min-width: 150px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[196\.5px\] {
    max-width: 196.5px
}

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

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

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

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

.max-w-5xl {
    max-width: 64rem
}

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

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

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

.max-w-960 {
    max-width: 60rem
}

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

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

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

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

.max-w-cards {
    max-width: 70.5rem
}

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

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

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

.flex-none {
    flex: none
}

.flex-auto {
    flex: 1 1 auto
}

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

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.table-fixed {
    table-layout: fixed
}

.border-separate {
    border-collapse: separate
}

.origin-top-left {
    transform-origin: top left
}

.origin-top-right {
    transform-origin: top right
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: var(--tw-transform)
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform)
}

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

.-rotate-90, .rotate-180 {
    transform: var(--tw-transform)
}

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

.-rotate-45 {
    --tw-rotate: -45deg;
    transform: var(--tw-transform)
}

.rotate-\[135deg\] {
    --tw-rotate: 135deg;
    transform: var(--tw-transform)
}

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

.rotate-45, .transform {
    transform: var(--tw-transform)
}

.cursor-pointer {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.resize-none {
    resize: none
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grid-flow-row {
    grid-auto-flow: row
}

.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-auto-1 {
    grid-template-columns:auto 1fr
}

.grid-cols-2-auto {
    grid-template-columns:auto auto
}

.grid-rows-1 {
    grid-template-rows:repeat(1, minmax(0, 1fr))
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.content-center {
    align-content: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.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
}

.justify-items-start {
    justify-items: start
}

.justify-items-center {
    justify-items: center
}

.gap-2 {
    gap: .5rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-3 {
    gap: .75rem
}

.gap-16 {
    gap: 4rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-x-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.gap-y-6 {
    row-gap: 1.5rem
}

.gap-y-2 {
    row-gap: .5rem
}

.gap-y-20 {
    row-gap: 5rem
}

.gap-y-1\.5 {
    row-gap: .375rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.gap-y-12 {
    row-gap: 3rem
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
    margin-top: calc(.5rem * (1 - var(--tw-space-y-reverse)))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
    margin-top: calc(.75rem * (1 - var(--tw-space-y-reverse)))
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem * var(--tw-space-x-reverse))
}

.place-self-center {
    place-self: center
}

.self-center {
    align-self: center
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.whitespace-nowrap {
    white-space: nowrap
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded-2xl {
    border-radius: 1rem
}

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

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-md {
    border-radius: .375rem
}

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

.rounded-sm {
    border-radius: .125rem
}

.rounded-\[0\.4rem\] {
    border-radius: .4rem
}

.rounded-\[8px\] {
    border-radius: 8px
}

.rounded-3xl {
    border-radius: 1.5rem
}

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

.rounded-\[10px\] {
    border-radius: 10px
}

.rounded-\[20px\] {
    border-radius: 20px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-b-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.rounded-l-xl {
    border-bottom-left-radius: .75rem;
    border-top-left-radius: .75rem
}

.rounded-l-\[8px\] {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px
}

.rounded-r-\[8px\] {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.rounded-b-2xl {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.rounded-l-lg {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem
}

.rounded-r-lg {
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem
}

.rounded-tr-2xl {
    border-top-right-radius: 1rem
}

.rounded-bl-2xl {
    border-bottom-left-radius: 1rem
}

.rounded-tl-none {
    border-top-left-radius: 0
}

.rounded-bl-none {
    border-bottom-left-radius: 0
}

.rounded-tr-md {
    border-top-right-radius: .375rem
}

.rounded-br-md {
    border-bottom-right-radius: .375rem
}

.rounded-tl-lg {
    border-top-left-radius: .5rem
}

.rounded-br-lg {
    border-bottom-right-radius: .5rem
}

.rounded-br-2xl {
    border-bottom-right-radius: 1rem
}

.rounded-bl {
    border-bottom-left-radius: .25rem
}

.border-\[1px\] {
    border-width: 1px
}

.border-4 {
    border-width: 4px
}

.border {
    border-width: 1px
}

.border-\[1\.5px\] {
    border-width: 1.5px
}

.border-2, .border-\[2px\] {
    border-width: 2px
}

.\!border-0 {
    border-width: 0 !important
}

.border-b-\[1px\] {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

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

.border-l-4 {
    border-left-width: 4px
}

.border-t-0 {
    border-top-width: 0
}

.border-t-\[1px\] {
    border-top-width: 1px
}

.border-r-4 {
    border-right-width: 4px
}

.border-r-2 {
    border-right-width: 2px
}

.border-t-2 {
    border-top-width: 2px
}

.border-t-\[5px\] {
    border-top-width: 5px
}

.border-l-0 {
    border-left-width: 0
}

.border-r-0 {
    border-right-width: 0
}

.border-r-\[1px\] {
    border-right-width: 1px
}

.border-l-\[1px\] {
    border-left-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-solid {
    border-style: solid
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(21, 128, 61, var(--tw-border-opacity))
}

.border-red-700 {
    --tw-border-opacity: 1;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity))
}

.border-black-900 {
    --tw-border-opacity: 1;
    border-color: rgba(23, 24, 47, var(--tw-border-opacity))
}

.border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(77, 128, 247, var(--tw-border-opacity))
}

.border-slate-300 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 225, var(--tw-border-opacity))
}

.border-\[\#165AF8\] {
    --tw-border-opacity: 1;
    border-color: rgba(22, 90, 248, var(--tw-border-opacity))
}

.border-\[\#E2E8F0\] {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity))
}

.border-white-100 {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 239, var(--tw-border-opacity))
}

.border-black-700 {
    --tw-border-opacity: 1;
    border-color: rgba(57, 57, 79, var(--tw-border-opacity))
}

.border-\[\#5CE482\] {
    --tw-border-opacity: 1;
    border-color: rgba(92, 228, 130, var(--tw-border-opacity))
}

.border-\[\#F2281D\] {
    --tw-border-opacity: 1;
    border-color: rgba(242, 40, 29, var(--tw-border-opacity))
}

.border-\[\#E3E6EF\] {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 239, var(--tw-border-opacity))
}

.border-\[\#17182F\] {
    --tw-border-opacity: 1;
    border-color: rgba(23, 24, 47, var(--tw-border-opacity))
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(123, 160, 245, var(--tw-border-opacity))
}

.border-\[\#FCA5A5\] {
    --tw-border-opacity: 1;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity))
}

.border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 90, 248, var(--tw-border-opacity))
}

.border-black-100 {
    --tw-border-opacity: 1;
    border-color: rgba(206, 208, 221, var(--tw-border-opacity))
}

.border-black-300 {
    --tw-border-opacity: 1;
    border-color: rgba(170, 170, 186, var(--tw-border-opacity))
}

.border-slate-200 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity))
}

.border-purple-300 {
    --tw-border-opacity: 1;
    border-color: rgba(209, 200, 255, var(--tw-border-opacity))
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity))
}

.border-green-900 {
    --tw-border-opacity: 1;
    border-color: rgba(20, 83, 45, var(--tw-border-opacity))
}

.border-red-900 {
    --tw-border-opacity: 1;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity))
}

.border-white-700 {
    --tw-border-opacity: 1;
    border-color: rgba(246, 246, 251, var(--tw-border-opacity))
}

.border-\[\#60A5FA\] {
    --tw-border-opacity: 1;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity))
}

.border-white-900 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity))
}

.border-penn-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity))
}

.border-pine-green-700 {
    --tw-border-opacity: 1;
    border-color: rgba(62, 140, 118, var(--tw-border-opacity))
}

.border-transparent-900 {
    border-color: transparent
}

.border-yellow-lonquil-700 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 224, 102, var(--tw-border-opacity))
}

.border-penn-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgba(12, 31, 86, var(--tw-border-opacity))
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(22, 163, 74, var(--tw-border-opacity))
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity))
}

.border-penn-blue-100 {
    --tw-border-opacity: 1;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity))
}

.border-\[\#E9E9E9\] {
    --tw-border-opacity: 1;
    border-color: rgba(233, 233, 233, var(--tw-border-opacity))
}

.border-slate-100 {
    --tw-border-opacity: 1;
    border-color: rgba(241, 245, 249, var(--tw-border-opacity))
}

.border-orange-500 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 115, 22, var(--tw-border-opacity))
}

.border-slate-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71, 85, 105, var(--tw-border-opacity))
}

.border-penn-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 64, 166, var(--tw-border-opacity))
}

.border-slate-900 {
    --tw-border-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity))
}

.border-b-\[\#E3E6EF\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(227, 230, 239, var(--tw-border-opacity))
}

.border-t-\[\#E2E8F0\] {
    --tw-border-opacity: 1;
    border-top-color: rgba(226, 232, 240, var(--tw-border-opacity))
}

.border-b-\[\#E2E8F0\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(226, 232, 240, var(--tw-border-opacity))
}

.border-b-\[\#e4e6ef\] {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(228, 230, 239, var(--tw-border-opacity))
}

.border-r-black-100 {
    --tw-border-opacity: 1;
    border-right-color: rgba(206, 208, 221, var(--tw-border-opacity))
}

.border-l-black-100 {
    --tw-border-opacity: 1;
    border-left-color: rgba(206, 208, 221, var(--tw-border-opacity))
}

.border-b-penn-blue-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(29, 78, 216, var(--tw-border-opacity))
}

.border-b-penn-blue-700 {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(30, 64, 166, var(--tw-border-opacity))
}

.border-b-penn-blue-900 {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(12, 31, 86, var(--tw-border-opacity))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity))
}

.bg-penn-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(12, 31, 86, var(--tw-bg-opacity))
}

.bg-white-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 251, var(--tw-bg-opacity))
}

.bg-white-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 90, 248, var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 197, 94, var(--tw-bg-opacity))
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity))
}

.bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(77, 128, 247, var(--tw-bg-opacity))
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 241, 255, var(--tw-bg-opacity))
}

.bg-slate-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity))
}

.bg-white-base {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 254, 253, var(--tw-bg-opacity))
}

.bg-\[\#EFF6FF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity))
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 222, 128, var(--tw-bg-opacity))
}

.bg-\[\#EBF1FF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(235, 241, 255, var(--tw-bg-opacity))
}

.bg-\[\#F6F6FB\] {
    --tw-bg-opacity: 1;
    background-color: rgba(246, 246, 251, var(--tw-bg-opacity))
}

.bg-\[\#fff\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.bg-\[\#F8FAFC\] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity))
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity))
}

.bg-slate-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity))
}

.bg-white-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 239, var(--tw-bg-opacity))
}

.bg-\[\#F2FAF4\] {
    --tw-bg-opacity: 1;
    background-color: rgba(242, 250, 244, var(--tw-bg-opacity))
}

.bg-\[\#FFF5F5\] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 245, var(--tw-bg-opacity))
}

.bg-\[\#165AF8\] {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 90, 248, var(--tw-bg-opacity))
}

.bg-black-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(23, 24, 47, var(--tw-bg-opacity))
}

.bg-slate-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity))
}

.bg-\[\#CFDEFF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(207, 222, 255, var(--tw-bg-opacity))
}

.bg-\[\#DCFCE7\] {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 252, 231, var(--tw-bg-opacity))
}

.bg-\[\#F1F5F9\] {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
}

.bg-\[\#EEF2FF\] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity))
}

.bg-\[\#E2E8F0\] {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity))
}

.bg-white-900\/80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-\[\#FEE2E2\] {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity))
}

.bg-orange-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 45, 18, var(--tw-bg-opacity))
}

.bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity))
}

.bg-orange-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 237, 213, var(--tw-bg-opacity))
}

.bg-white-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 242, 249, var(--tw-bg-opacity))
}

.bg-black-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 57, 79, var(--tw-bg-opacity))
}

.bg-black-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(206, 208, 221, var(--tw-bg-opacity))
}

.bg-white-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 235, 245, var(--tw-bg-opacity))
}

.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity))
}

.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(20, 83, 45, var(--tw-bg-opacity))
}

.bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 219, 32, var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}

.bg-\[\#1E293B\] {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 41, 59, var(--tw-bg-opacity))
}

.bg-\[\#CBD5E1\] {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity))
}

.bg-penn-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity))
}

.bg-slate-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity))
}

.bg-penn-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity))
}

.bg-yellow-lonquil-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity))
}

.bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity))
}

.bg-\[\#FDFEFD\] {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 254, 253, var(--tw-bg-opacity))
}

.bg-yellow-lonquil-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 250, 230, var(--tw-bg-opacity))
}

.bg-penn-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(22, 91, 219, var(--tw-bg-opacity))
}

.bg-slate-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(148, 163, 184, var(--tw-bg-opacity))
}

.bg-yellow-lonquil-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity))
}

.bg-penn-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 166, var(--tw-bg-opacity))
}

.bg-transparent-900 {
    background-color: transparent
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5
}

.bg-x-pattern-bg {
    background-image: url(../../images/pattern.webp)
}

.bg-background-2 {
    background-image: url(../../images/background-2.webp)
}

.bg-background-3 {
    background-image: url(../../images/background-3.webp)
}

.bg-background-4 {
    background-image: url(../../images/background-4.webp)
}

.bg-snow-bg {
    background-image: url(../../images/snow.webp)
}

.bg-starts-bg {
    background-image: url(../../images/stars.webp)
}

.bg-cookie-gradient {
    background-image: linear-gradient(91deg, rgba(12, 31, 86, .8) 30.06%, rgba(12, 31, 86, .9) 72.52%)
}

.bg-sticky-cta {
    background-image: linear-gradient(180deg, rgba(12, 31, 86, .5), rgba(12, 31, 86, .3))
}

.bg-quicklinks-gradient {
    background-image: linear-gradient(90deg, #0c1f56 45%, #0c1f56 65%)
}

.bg-gradient {
    background-image: linear-gradient(169deg, rgba(12, 31, 86, .85), rgba(12, 31, 86, .75))
}

.bg-rating-gradient {
    background-image: linear-gradient(104deg, rgba(15, 23, 42, .6) 21.31%, rgba(15, 23, 42, .8) 82.65%)
}

.bg-gradient-2 {
    background-image: linear-gradient(135deg, rgba(12, 31, 86, .75), rgba(12, 31, 86, .9))
}

.bg-background-404 {
    background-image: url(../../images/404-bg.webp)
}

.bg-background-1 {
    background-image: url(../../images/background-1.webp)
}

.bg-contain {
    background-size: contain
}

.bg-cover {
    background-size: cover
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-4 {
    padding: 1rem
}

.p-3 {
    padding: .75rem
}

.p-2 {
    padding: .5rem
}

.p-6 {
    padding: 1.5rem
}

.p-2\.5 {
    padding: .625rem
}

.p-\[20px\] {
    padding: 20px
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-\[16px\] {
    padding: 16px
}

.p-5 {
    padding: 1.25rem
}

.p-\[0\.15rem\] {
    padding: .15rem
}

.p-\[4px\] {
    padding: 4px
}

.p-8 {
    padding: 2rem
}

.p-0\.5 {
    padding: .125rem
}

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

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

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

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

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

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.px-2\.5 {
    padding-left: .625rem;
    padding-right: .625rem
}

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

.py-3\.5 {
    padding-bottom: .875rem;
    padding-top: .875rem
}

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

.py-\[9px\] {
    padding-bottom: 9px;
    padding-top: 9px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.py-\[12px\] {
    padding-bottom: 12px;
    padding-top: 12px
}

.py-\[3\.5px\] {
    padding-bottom: 3.5px;
    padding-top: 3.5px
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

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

.px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.px-3\.5 {
    padding-left: .875rem;
    padding-right: .875rem
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-\[2px\] {
    padding-bottom: 2px;
    padding-top: 2px
}

.py-1\.5 {
    padding-bottom: .375rem;
    padding-top: .375rem
}

.py-10 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem
}

.py-\[3px\] {
    padding-bottom: 3px;
    padding-top: 3px
}

.px-\[6px\] {
    padding-left: 6px;
    padding-right: 6px
}

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

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

.py-24 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.pt-\[100px\] {
    padding-top: 100px
}

.pl-3 {
    padding-left: .75rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pl-\[12px\] {
    padding-left: 12px
}

.pl-\[32px\] {
    padding-left: 32px
}

.pr-\[22px\] {
    padding-right: 22px
}

.pl-4 {
    padding-left: 1rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pr-2 {
    padding-right: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pl-2 {
    padding-left: .5rem
}

.pl-0 {
    padding-left: 0
}

.pb-0 {
    padding-bottom: 0
}

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

.pb-32 {
    padding-bottom: 8rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pr-1 {
    padding-right: .25rem
}

.pb-1\.5 {
    padding-bottom: .375rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-12 {
    padding-top: 3rem
}

.pl-1 {
    padding-left: .25rem
}

.pr-\[4px\] {
    padding-right: 4px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pt-20 {
    padding-top: 5rem
}

.pt-6 {
    padding-top: 1.5rem
}

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

.pt-10 {
    padding-top: 2.5rem
}

.pb-2\.5 {
    padding-bottom: .625rem
}

.pr-6 {
    padding-right: 1.5rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

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

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

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

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

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

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-\[20px\] {
    font-size: 20px
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[22px\] {
    font-size: 22px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[8px\] {
    font-size: 8px
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[11px\] {
    font-size: 11px
}

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

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-extrabold {
    font-weight: 800
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.\!capitalize {
    text-transform: capitalize !important
}

.leading-4 {
    line-height: 1rem
}

.leading-\[48px\] {
    line-height: 48px
}

.leading-7 {
    line-height: 1.75rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-\[3rem\] {
    line-height: 3rem
}

.leading-\[21px\] {
    line-height: 21px
}

.leading-5 {
    line-height: 1.25rem
}

.leading-tight {
    line-height: 1.25
}

.leading-3 {
    line-height: .75rem
}

.leading-\[24px\] {
    line-height: 24px
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-\[22px\] {
    line-height: 22px
}

.leading-\[26px\] {
    line-height: 26px
}

.leading-\[32px\] {
    line-height: 32px
}

.leading-\[27px\] {
    line-height: 27px
}

.leading-\[18px\] {
    line-height: 18px
}

.\!leading-\[14px\] {
    line-height: 14px !important
}

.tracking-widest {
    letter-spacing: .1em
}

.text-black-900 {
    --tw-text-opacity: 1;
    color: rgba(23, 24, 47, var(--tw-text-opacity))
}

.text-white-900 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.text-\[\#6E6E84\], .text-black-500 {
    --tw-text-opacity: 1;
    color: rgba(110, 110, 132, var(--tw-text-opacity))
}

.text-\[\#17182F\] {
    --tw-text-opacity: 1;
    color: rgba(23, 24, 47, var(--tw-text-opacity))
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgba(22, 90, 248, var(--tw-text-opacity))
}

.text-slate-900 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(123, 160, 245, var(--tw-text-opacity))
}

.text-slate-700 {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity))
}

.text-black-300 {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 186, var(--tw-text-opacity))
}

.text-\[\#39394F\] {
    --tw-text-opacity: 1;
    color: rgba(57, 57, 79, var(--tw-text-opacity))
}

.text-slate-800 {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity))
}

.text-\[\#4338CA\] {
    --tw-text-opacity: 1;
    color: rgba(67, 56, 202, var(--tw-text-opacity))
}

.text-black-700 {
    --tw-text-opacity: 1;
    color: rgba(57, 57, 79, var(--tw-text-opacity))
}

.text-slate-500 {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.text-\[\#4F46E5\] {
    --tw-text-opacity: 1;
    color: rgba(79, 70, 229, var(--tw-text-opacity))
}

.text-\[\#64748B\] {
    --tw-text-opacity: 1;
    color: rgba(100, 116, 139, var(--tw-text-opacity))
}

.text-slate-50 {
    --tw-text-opacity: 1;
    color: rgba(248, 250, 252, var(--tw-text-opacity))
}

.text-slate-100 {
    --tw-text-opacity: 1;
    color: rgba(241, 245, 249, var(--tw-text-opacity))
}

.text-orange-900 {
    --tw-text-opacity: 1;
    color: rgba(124, 45, 18, var(--tw-text-opacity))
}

.text-red-900 {
    --tw-text-opacity: 1;
    color: rgba(127, 29, 29, var(--tw-text-opacity))
}

.text-green-800 {
    --tw-text-opacity: 1;
    color: rgba(22, 101, 52, var(--tw-text-opacity))
}

.text-\[\#1E293B\] {
    --tw-text-opacity: 1;
    color: rgba(30, 41, 59, var(--tw-text-opacity))
}

.text-\[\#0F172A\] {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.text-slate-400 {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity))
}

.text-\[\#165AF8\] {
    --tw-text-opacity: 1;
    color: rgba(22, 90, 248, var(--tw-text-opacity))
}

.text-black-100 {
    --tw-text-opacity: 1;
    color: rgba(206, 208, 221, var(--tw-text-opacity))
}

.text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 128, 247, var(--tw-text-opacity))
}

.text-white-100 {
    --tw-text-opacity: 1;
    color: rgba(227, 230, 239, var(--tw-text-opacity))
}

.text-penn-blue-500 {
    --tw-text-opacity: 1;
    color: rgba(29, 78, 216, var(--tw-text-opacity))
}

.text-penn-blue-300 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
}

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

.text-slate-600 {
    --tw-text-opacity: 1;
    color: rgba(71, 85, 105, var(--tw-text-opacity))
}

.text-\[\#FDFEFD\], .text-white-base {
    --tw-text-opacity: 1;
    color: rgba(253, 254, 253, var(--tw-text-opacity))
}

.text-slate-300 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 225, var(--tw-text-opacity))
}

.text-hunyadi-yellow-900 {
    --tw-text-opacity: 1;
    color: rgba(238, 188, 109, var(--tw-text-opacity))
}

.\!text-penn-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important
}

.\!text-slate-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 65, 85, var(--tw-text-opacity)) !important
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.opacity-100 {
    opacity: 1
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.opacity-80 {
    opacity: .8
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06)
}

.shadow, .shadow-reflection {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-reflection {
    --tw-shadow: 16px 16px 0px rgba(0, 0, 0, .15)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)
}

.shadow-lg, .shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)
}

.shadow-generic, .shadow-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-generic {
    --tw-shadow: 0 2px 12px 0 rgba(0, 10, 36, .1)
}

.shadow-drop {
    --tw-shadow: 0 2px 10px 0 rgba(15, 23, 42, .03)
}

.shadow-comparison, .shadow-drop {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-comparison {
    --tw-shadow: -4px 0px 12px 0px rgba(15, 23, 42, .08)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.blur {
    --tw-blur: blur(8px)
}

.blur, .blur-sm {
    filter: var(--tw-filter)
}

.blur-sm {
    --tw-blur: blur(4px)
}

.brightness-0 {
    --tw-brightness: brightness(0);
    filter: var(--tw-filter)
}

.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));
    filter: var(--tw-filter)
}

.drop-shadow-xl {
    --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-filter)
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-filter)
}

.saturate-100 {
    --tw-saturate: saturate(1)
}

.filter, .saturate-100 {
    filter: var(--tw-filter)
}

.backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px)
}

.backdrop-blur, .backdrop-blur-xl {
    -webkit-backdrop-filter: var(--tw-backdrop-filter);
    backdrop-filter: var(--tw-backdrop-filter)
}

.backdrop-blur {
    --tw-backdrop-blur: blur(8px)
}

.backdrop-blur-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -webkit-backdrop-filter: var(--tw-backdrop-filter);
    backdrop-filter: var(--tw-backdrop-filter)
}

.transition {
    transition-duration: .15s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

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

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

.delay-200 {
    transition-delay: .2s
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.duration-150 {
    transition-duration: .15s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 300;
    src: url(../../sass/front/sora-fonts/sora-light.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 400;
    src: url(../../sass/front/sora-fonts/sora-normal.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 500;
    src: url(../../sass/front/sora-fonts/sora-medium.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 600;
    src: url(../../sass/front/sora-fonts/sora-semibold.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+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 700;
    src: url(../../sass/front/sora-fonts/sora-bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Sora;
    font-style: normal;
    font-weight: 800;
    src: url(../../sass/front/sora-fonts/sora-extrabold.woff2) format("woff2")
}

.splide__arrows svg {
    height: 12px;
    margin: auto;
    width: auto
}

.splide__arrow {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity));
    border-radius: 9999px
}

.splide__pagination li {
    display: flex !important;
    height: 4px
}

.splide__pagination__page {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: pointer;
    height: .375rem;
    width: .375rem
}

.splide__pagination__page.is-active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 235, 153, var(--tw-bg-opacity));
    width: 1rem
}

.tool-pagination a, .tool-pagination span {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: .25rem;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    display: flex;
    height: 2rem;
    text-decoration: none;
    width: 2rem
}

.tool-pagination .current {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(12, 31, 86, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#search-input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem
}

#search-input::placeholder {
    --tw-text-opacity: 1;
    color: rgba(148, 163, 184, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem
}

.currencies:before {
    --tw-rotate: 90deg;
    border-style: solid;
    position: absolute;
    right: 60px;
    top: -10px;
    transform: var(--tw-transform)
}

@media (min-width: 1024px) {
    .currencies:before {
        right: 140px
    }
}

.currencies:before {
    border-color: transparent #0f172a transparent transparent;
    border-width: 6px 16px 6px 0;
    content: ""
}

.activeTab {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-bottom-width: 2px;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity));
    color: rgba(30, 41, 59, var(--tw-text-opacity))
}

.splide__track {
    height: -moz-max-content;
    height: max-content
}

.footer-description p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    font-size: .875rem;
    line-height: 1.25rem
}

html {
    scroll-behavior: auto
}

.review-header-container {
    border-color: rgba(30, 64, 166, .8)
}

@media (min-width: 1280px) {
    .review-header-selling-point:first-of-type > div {
        padding-left: 0;
        padding-right: 0
    }
}

.casino-cards {
    box-shadow: 0 2px 12px 0 rgba(0, 10, 36, .1) !important
}

.toplist-data-border {
    border-radius: .5rem;
    position: relative
}

.toplist-data-border:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%231D4ED8FF' stroke-width='3' stroke-dasharray='15, 13' stroke-dashoffset='61' stroke-linecap='square'/%3E%3C/svg%3E");
    border-radius: .5rem;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.review-header-cta {
    border-radius: .5rem;
    position: relative
}

.review-header-cta:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23FFE066FF' stroke-width='3' stroke-dasharray='18, 16' stroke-dashoffset='46' stroke-linecap='square'/%3E%3C/svg%3E");
    border-radius: .5rem
}

.casino-cards-border:before, .review-header-cta:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.casino-cards-border:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%231D4ED8FF' stroke-width='3' stroke-dasharray='15, 13' stroke-dashoffset='82' stroke-linecap='square'/%3E%3C/svg%3E");
    border-radius: .75rem;
    z-index: 1
}

.cards-tc-scrollbar::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.cards-tc-scrollbar::-webkit-scrollbar {
    width: .25rem
}

.cards-tc-scrollbar::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    border-radius: 10px;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.payment-method-cards {
    box-shadow: 0 2px 12px 0 rgba(0, 10, 36, .1)
}

.module-content h3 {
    display: inline
}

.summary-module-cta {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23EEBC6DFF' stroke-width='3' stroke-dasharray='18, 16' stroke-dashoffset='46' stroke-linecap='square'/%3E%3C/svg%3E");
    border-radius: 10px
}

.summary-moduel-content p {
    line-height: 26px
}

.blur-on-the-menu {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: linear-gradient(130deg, rgba(12, 31, 86, .75), rgba(12, 31, 86, .9))
}

.blockImportant {
    display: block !important
}

.flexImportant {
    display: flex !important
}

.summary-module {
    box-shadow: 0 2px 12px 0 rgba(0, 10, 36, .1)
}

.table-module-table table img, .table-module-table table p img, .table-module-table tbody img, .table-module-table tbody p img, .table-module-table th img, .table-module-table th p img, .table-module-table tr img, .table-module-table tr p img {
    display: inline-block
}

.btn {
    border-radius: .25rem;
    cursor: pointer;
    font-weight: 700
}

.btn-primary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity));
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.btn-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 188, 167, var(--tw-bg-opacity))
}

.btn-primary-disabled {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
    color: rgba(51, 65, 85, var(--tw-text-opacity))
}

.btn-outline {
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    border-color: rgba(15, 23, 42, var(--tw-border-opacity));
    border-width: 2px;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.btn-outline:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(12, 31, 86, var(--tw-bg-opacity));
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn-outline-disabled {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
    border-width: 2px;
    color: rgba(148, 163, 184, var(--tw-text-opacity))
}

.btn-inactive {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
    color: rgba(51, 65, 85, var(--tw-text-opacity))
}

.btn-xs {
    font-size: .75rem;
    line-height: 1rem;
    padding: .5rem .625rem
}

.btn-s {
    padding: .5rem 1rem
}

.btn-base, .btn-s {
    font-size: .875rem;
    line-height: 1.25rem
}

.btn-base {
    padding: .75rem 1.5rem
}

.btn-l {
    padding: 1.25rem 1.5rem
}

.btn-l, .btn-xl {
    font-size: 1rem;
    line-height: 1.5rem
}

.btn-xl {
    padding: 1.5rem
}

.module-content h1, .module-content h2, .module-content h3, .module-content h4, .module-content h5, .module-content h6 {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    margin-bottom: 1.5rem
}

.module-content h1 a, .module-content h2 a, .module-content h3 a, .module-content h4 a, .module-content h5 a, .module-content h6 a {
    font-size: inherit
}

.module-content .aligncenter {
    display: block;
    margin: auto
}

.module-content .alignleft {
    display: inline;
    float: left
}

@media (min-width: 1024px) {
    .module-content .alignleft {
        margin-right: 100px
    }
}

.module-content .alignright {
    display: inline;
    float: right
}

@media (min-width: 1024px) {
    .module-content .alignright {
        margin-left: 100px
    }
}

.module-content {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
    padding-bottom: 1.5rem
}

.module-content blockquote {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 236, 239, var(--tw-bg-opacity));
    border-color: rgba(214, 59, 84, var(--tw-border-opacity));
    border-left-width: 8px;
    margin: 1.25rem .625rem;
    padding: 1.5rem
}

.module-content ol {
    counter-reset: item;
    list-style-type: none;
    margin-left: .625rem
}

.module-content ol li {
    gap: .25rem;
    margin-bottom: 1.5rem
}

.module-content ol li, .module-content ol li:before {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem
}

.module-content ol li:before {
    content: counter(item) ".";
    counter-increment: item;
    font-weight: 700;
    margin-right: .5rem
}

.module-content ul {
    list-style-type: none;
    margin-left: .625rem
}

.module-content ul li {
    --tw-text-opacity: 1;
    color: rgba(51, 65, 85, var(--tw-text-opacity));
    font-size: 1rem;
    line-height: 1.5rem
}

.module-content ul li:last-child {
    margin-bottom: 1.5rem
}

.module-content ul li:before {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
    border-radius: 9999px;
    content: "";
    display: inline-block;
    height: .5rem;
    margin-right: .5rem;
    width: .5rem
}

.module-content strong a {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
    text-decoration: underline
}

.module-content iframe {
    min-width: 100%;
    width: auto !important
}

.module-content table {
    padding-bottom: 1.5rem;
    table-layout: fixed;
    width: 100%
}

@media (min-width: 1024px) {
    .module-content table {
        border-radius: 1rem
    }
}

.module-content table {
    border-collapse: separate !important;
    border-spacing: 0;
    width: 100% !important
}

@media (min-width: 1024px) {
    .module-content table thead {
        display: table-row-group
    }
}

.module-content table thead tr {
    width: 100%
}

.module-content table thead tr th:first-of-type {
    border-top-left-radius: 16px
}

.module-content table thead tr th:last-of-type {
    border-top-right-radius: 16px
}

.module-content table thead tr th {
    font-weight: 600;
    padding-left: 1rem;
    text-align: left
}

@media (min-width: 1024px) {
    .module-content table thead tr th {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.module-content table thead tr td:first-of-type {
    border-top-left-radius: 16px
}

.module-content table thead tr td:last-of-type {
    border-top-right-radius: 16px
}

.module-content table thead tr td {
    font-weight: 600;
    padding-left: 1rem;
    text-align: left
}

@media (min-width: 1024px) {
    .module-content table thead tr td {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.module-content table thead tr td img, .module-content table thead tr td p img {
    display: inline-block
}

.module-content table tbody {
    border-collapse: separate;
    display: block
}

@media (min-width: 1024px) {
    .module-content table tbody {
        display: table-row-group
    }
}

.module-content table tbody tr:first-of-type td:first-of-type {
    border-top-left-radius: 16px
}

.module-content table tbody tr:first-of-type td:last-of-type {
    border-top-right-radius: 16px
}

.module-content table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 16px
}

@media (min-width: 1024px) {
    .module-content table tbody tr:last-of-type td:first-of-type {
        border-bottom-left-radius: 16px
    }
}

@media (max-width: 1023px) {
    .module-content table tbody td:first-of-type {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px
    }
}

.module-content table tbody tr:first-of-type td p strong:first-child {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-content table tbody tr:first-of-type td strong {
    font-weight: 700
}

.module-content table tbody tr {
    --tw-border-opacity: 1;
    align-items: flex-start;
    border-color: rgba(206, 208, 221, var(--tw-border-opacity));
    border-radius: 1rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.module-content table tbody tr:last-child {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

@media (min-width: 768px) {
    .module-content table tbody tr {
        --tw-shadow: 0 2px 12px 0 rgba(0, 10, 36, .1);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}

@media (min-width: 1024px) {
    .module-content table tbody tr {
        border-radius: 0;
        border-style: none;
        display: table-row
    }

    .module-content table tbody tr:nth-child(odd) {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
    }

    .module-content table tbody tr:nth-child(2n) {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
    }

    .module-content table tbody tr th {
        text-align: left
    }
}

.module-content table tbody tr tr:last-child {
    display: flex;
    flex-direction: row;
    font-size: .875rem;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.25rem;
    padding: .875rem 1rem
}

@media (min-width: 1024px) {
    .module-content table tbody tr tr:last-child {
        display: table-cell;
        font-size: 1rem;
        line-height: 1.5rem;
        padding-bottom: .5rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: .5rem
    }
}

.module-content table tbody tr td, .module-content table tbody tr th {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 400;
    justify-content: space-between;
    line-height: 1.5rem;
    line-height: 26px;
    overflow-wrap: break-word;
    padding: .875rem 1rem
}

@media (min-width: 1024px) {
    .module-content table tbody tr td, .module-content table tbody tr th {
        display: table-cell;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

@media (max-width: 1023px) {
    .module-content table tbody tr td, .module-content table tbody tr th {
        text-align: right
    }

    .module-content table tbody tr td:first-child, .module-content table tbody tr th:first-child {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        background-color: rgba(12, 31, 86, var(--tw-bg-opacity));
        color: rgba(255, 255, 255, var(--tw-text-opacity))
    }

    .module-content table tbody tr td:last-child, .module-content table tbody tr th:last-child {
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem
    }

    .module-content table tbody tr td:nth-child(odd), .module-content table tbody tr th:nth-child(odd) {
        --tw-bg-opacity: 1;
        background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
    }

    .module-content table tbody tr td:nth-child(odd):first-child, .module-content table tbody tr th:nth-child(odd):first-child {
        --tw-bg-opacity: 1;
        background-color: rgba(12, 31, 86, var(--tw-bg-opacity))
    }
}

.module-content table tbody tr td strong, .module-content table tbody tr th strong {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    text-align: left
}

.module-content table tbody tr td strong p, .module-content table tbody tr th strong p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-content table tbody tr td p em, .module-content table tbody tr th p em {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.module-content table tbody tr td :first-of-type p strong, .module-content table tbody tr th :first-of-type p strong {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-content table tbody tr a, .module-content table tbody tr a strong {
    color: #4d80f7 !important;
    font-size: 1rem;
    line-height: 1.5rem
}

.module-content table tbody tr, .module-content table tbody tr td, .module-content table tbody tr th {
    height: 100% !important;
    width: 100% !important
}

@media (min-width: 1024px) {
    .module-content table tbody tr, .module-content table tbody tr td, .module-content table tbody tr th {
        height: auto !important;
        width: auto !important
    }
}

.module-banner a, .module-banner h1, .module-banner p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-faq .general-text h2, .module-faq .general-text p {
    padding-bottom: 1.5rem
}

.module-faq .faq-question-content * {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-faq .faq-question-content a {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.module-cards {
    background-image: url(../../images/background-1.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.module-cards .general-text h2, .module-cards .general-text h3, .module-cards .general-text p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.module-cards p {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.module-quick-links {
    background-image: url(../../images/background-2.webp);
    background-repeat: no-repeat;
    background-size: cover
}

.module-quick-links .general-text h2, .module-quick-links p {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    padding-bottom: 1.5rem
}

.module-comparison {
    background-image: url(../../images/background-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 4rem;
    padding-top: 2.5rem
}

@media (min-width: 1024px) {
    .module-comparison {
        padding-bottom: 5rem;
        padding-top: 5rem
    }
}

.module-comparison .comparison-module-title > * {
    --tw-text-opacity: 1;
    color: rgba(253, 254, 253, var(--tw-text-opacity))
}

.module-comparison table {
    border-collapse: collapse;
    border-radius: .75rem;
    overflow: hidden
}

.module-comparison table thead tr {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
}

.module-comparison table thead tr th:first-child {
    --tw-border-opacity: 1;
    --tw-shadow: -4px 0px 12px 0px rgba(15, 23, 42, .08);
    border-right-color: rgba(59, 130, 246, var(--tw-border-opacity));
    border-right-width: 2px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.module-comparison table thead tr th:not(:first-child):not(:last-child) {
    --tw-border-opacity: 1;
    border-right-color: rgba(203, 213, 225, var(--tw-border-opacity));
    border-right-width: 2px
}

.module-comparison table tbody tr:nth-of-type(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
}

.module-comparison table tbody tr:nth-of-type(2n) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.module-comparison table tbody tr td:first-child {
    --tw-border-opacity: 1;
    --tw-shadow: -4px 0px 12px 0px rgba(15, 23, 42, .08);
    border-right-color: rgba(59, 130, 246, var(--tw-border-opacity));
    border-right-width: 2px;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.module-comparison table tbody tr td:not(:first-child):not(:last-child) {
    --tw-border-opacity: 1;
    border-right-color: rgba(203, 213, 225, var(--tw-border-opacity));
    border-right-width: 2px
}

.module-toplist .tc a {
    font-size: 10px
}

.module-toplist .toplist-border-1 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 204, 0, var(--tw-border-opacity));
    border-width: 2px
}

.module-toplist .toplist-border-2 {
    --tw-border-opacity: 1;
    border-color: rgba(148, 163, 184, var(--tw-border-opacity));
    border-width: 2px
}

.module-toplist .toplist-border-3 {
    --tw-border-opacity: 1;
    border-color: rgba(225, 119, 47, var(--tw-border-opacity));
    border-width: 2px
}

.module-toplist .scroll-bar {
    height: auto;
    overflow-y: scroll
}

.module-toplist .scroll-bar::-webkit-scrollbar {
    background-color: transparent;
    overflow: visible;
    width: .25rem
}

.module-toplist .scroll-bar::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgba(100, 116, 139, var(--tw-bg-opacity));
    -webkit-border-radius: 2px
}

.module-toplist .scroll-bar::-webkit-scrollbar-corner {
    background-color: transparent
}

.module-anchor-menu {
    z-index: 20
}

.module-anchor-menu a {
    text-decoration: none
}

.before\:absolute:before {
    content: "";
    position: absolute
}

.before\:top-0:before {
    content: "";
    top: 0
}

.before\:left-0:before {
    content: "";
    left: 0
}

.before\:top-\[-13px\]:before {
    content: "";
    top: -13px
}

.before\:left-\[24px\]:before {
    content: "";
    left: 24px
}

.before\:m-auto:before {
    content: "";
    margin: auto
}

.before\:mt-\[-3px\]:before {
    content: "";
    margin-top: -3px
}

.before\:flex:before {
    content: "";
    display: flex
}

.before\:h-full:before {
    content: "";
    height: 100%
}

.before\:h-6:before {
    content: "";
    height: 1.5rem
}

.before\:w-full:before {
    content: "";
    width: 100%
}

.before\:w-6:before {
    content: "";
    width: 1.5rem
}

.before\:items-center:before {
    align-items: center;
    content: ""
}

.before\:justify-center:before {
    content: "";
    justify-content: center
}

.before\:rounded:before {
    border-radius: .25rem;
    content: ""
}

.before\:bg-white-100:before {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
    content: ""
}

.before\:bg-slate-900:before {
    --tw-bg-opacity: 1;
    background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
    content: ""
}

.before\:bg-slate-300:before {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 225, var(--tw-bg-opacity));
    content: ""
}

.before\:text-center:before {
    content: "";
    text-align: center
}

.before\:text-sm:before {
    content: "";
    font-size: .875rem;
    line-height: 1.25rem
}

.before\:font-bold:before {
    content: "";
    font-weight: 700
}

.before\:text-slate-900:before {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity));
    content: ""
}

.before\:opacity-75:before {
    content: "";
    opacity: .75
}

.before\:opacity-70:before {
    content: "";
    opacity: .7
}

.before\:content-\[\'\2605\'\]:before {
    content: "★"
}

.before\:content-\[\'\2606\'\]:before {
    content: "☆"
}

.before\:content-\[attr\(before\)\]:before {
    content: attr(before)
}

.after\:absolute:after {
    content: "";
    position: absolute
}

.after\:top-\[-12px\]:after {
    content: "";
    top: -12px
}

.after\:right-\[4\%\]:after {
    content: "";
    right: 4%
}

.after\:top-\[100\%\]:after {
    content: "";
    top: 100%
}

.after\:left-\[4\%\]:after {
    content: "";
    left: 4%
}

.after\:top-0:after {
    content: "";
    top: 0
}

.after\:right-\[-6px\]:after {
    content: "";
    right: -6px
}

.after\:right-\[-10px\]:after {
    content: "";
    right: -10px
}

.after\:m-auto:after {
    content: "";
    margin: auto
}

.after\:ml-\[-5px\]:after {
    content: "";
    margin-left: -5px
}

.after\:block:after {
    content: "";
    display: block
}

.after\:h-4:after {
    content: "";
    height: 1rem
}

.after\:w-4:after {
    content: "";
    width: 1rem
}

.after\:rounded-full:after {
    border-radius: 9999px;
    content: ""
}

.after\:border-\[7px\]:after {
    border-width: 7px;
    content: ""
}

.after\:border-\[5px\]:after {
    border-width: 5px;
    content: ""
}

.after\:border-l-\[transparent\]:after {
    border-left-color: transparent;
    content: ""
}

.after\:border-r-\[transparent\]:after {
    border-right-color: transparent;
    content: ""
}

.after\:border-t-\[transparent\]:after {
    border-top-color: transparent;
    content: ""
}

.after\:border-b-\[\#fff\]:after {
    --tw-border-opacity: 1;
    border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
    content: ""
}

.after\:border-b-\[transparent\]:after {
    border-bottom-color: transparent;
    content: ""
}

.after\:bg-purple-900:after {
    --tw-bg-opacity: 1;
    background-color: rgba(85, 69, 169, var(--tw-bg-opacity));
    content: ""
}

.after\:content-\[\"\"\]:after {
    content: ""
}

.first\:rounded-t-lg:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.first\:rounded-tl-xl:first-child {
    border-top-left-radius: .75rem
}

.first\:border-0:first-child {
    border-width: 0
}

.first\:border-t:first-child {
    border-top-width: 1px
}

.first\:p-6:first-child {
    padding: 1.5rem
}

.first\:p-0:first-child {
    padding: 0
}

.first\:pl-2:first-child {
    padding-left: .5rem
}

.first\:pr-6:first-child {
    padding-right: 1.5rem
}

.last\:mb-0:last-child {
    margin-bottom: 0
}

.last\:mr-0:last-child {
    margin-right: 0
}

.last\:rounded-b-lg:last-child {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.last\:rounded-tr-xl:last-child {
    border-top-right-radius: .75rem
}

.last\:border-0:last-child {
    border-width: 0
}

.last\:border-b:last-child {
    border-bottom-width: 1px
}

.odd\:bg-slate-50:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 250, 252, var(--tw-bg-opacity))
}

.odd\:bg-white-base:nth-child(odd) {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 254, 253, var(--tw-bg-opacity))
}

.even\:bg-slate-100:nth-child(2n) {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 249, var(--tw-bg-opacity))
}

.first-of-type\:border-\[0px\]:first-of-type {
    border-width: 0
}

.hover\:border-l-4:hover {
    border-left-width: 4px
}

.hover\:border-pine-green-300:hover {
    --tw-border-opacity: 1;
    border-color: rgba(74, 188, 167, var(--tw-border-opacity))
}

.hover\:border-l-blue-700:hover {
    --tw-border-opacity: 1;
    border-left-color: rgba(77, 128, 247, var(--tw-border-opacity))
}

.hover\:bg-white-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(234, 235, 245, var(--tw-bg-opacity))
}

.hover\:bg-\[\#e1e6f6\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(225, 230, 246, var(--tw-bg-opacity))
}

.hover\:bg-white-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(227, 230, 239, var(--tw-bg-opacity))
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity))
}

.hover\:bg-\[\#e4e6ef\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 230, 239, var(--tw-bg-opacity))
}

.hover\:bg-pine-green-300:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 188, 167, var(--tw-bg-opacity))
}

.hover\:bg-penn-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 166, var(--tw-bg-opacity))
}

.hover\:bg-yellow-lonquil-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 204, 0, var(--tw-bg-opacity))
}

.hover\:text-blue-700:hover {
    --tw-text-opacity: 1;
    color: rgba(77, 128, 247, var(--tw-text-opacity))
}

.hover\:text-slate-900:hover {
    --tw-text-opacity: 1;
    color: rgba(15, 23, 42, var(--tw-text-opacity))
}

.hover\:underline:hover {
    text-decoration: underline
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.focus\:z-10:focus {
    z-index: 10
}

.focus\:border-purple-500:focus {
    --tw-border-opacity: 1;
    border-color: rgba(166, 153, 235, var(--tw-border-opacity))
}

.focus\:bg-\[\#d9dff3\]:focus {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 223, 243, var(--tw-bg-opacity))
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

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

.group:nth-child(2n) .group-even\:left-\[50\%\] {
    left: 50%
}

.group:nth-child(2n) .group-even\:translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    transform: var(--tw-transform)
}

.group:nth-child(2n) .group-even\:after\:left-\[50\%\]:after {
    content: "";
    left: 50%
}

.group:hover .group-hover\:block {
    display: block
}

.group:hover .group-hover\:border-transparent-900 {
    border-color: transparent
}

.group:hover .group-hover\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgba(77, 128, 247, var(--tw-text-opacity))
}

.group:hover .group-hover\:text-white-900 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 640px) {
    .sm\:col-span-4 {
        grid-column: span 4/span 4
    }

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

    .sm\:mr-auto {
        margin-right: auto
    }

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

    .sm\:block {
        display: block
    }

    .sm\:table {
        display: table
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-\[50px\] {
        height: 50px
    }

    .sm\:w-\[108px\] {
        width: 108px
    }

    .sm\:w-auto {
        width: auto
    }

    .sm\:grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .sm\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

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

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:rounded-lg {
        border-radius: .5rem
    }

    .sm\:p-\[24px\] {
        padding: 24px
    }
}

@media (min-width: 768px) {
    .md\:static {
        position: static
    }

    .md\:fixed {
        position: fixed
    }

    .md\:absolute {
        position: absolute
    }

    .md\:right-\[100px\] {
        right: 100px
    }

    .md\:left-\[unset\] {
        left: unset
    }

    .md\:right-\[unset\] {
        right: unset
    }

    .md\:-left-full {
        left: -100%
    }

    .md\:top-1\/2 {
        top: 50%
    }

    .md\:top-\[40px\] {
        top: 40px
    }

    .md\:order-none {
        order: 0
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

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

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

    .md\:m-12 {
        margin: 3rem
    }

    .md\:m-0 {
        margin: 0
    }

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

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

    .md\:my-0 {
        margin-bottom: 0;
        margin-top: 0
    }

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

    .md\:ml-\[unset\] {
        margin-left: unset
    }

    .md\:mr-\[unset\] {
        margin-right: unset
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

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

    .md\:mr-24 {
        margin-right: 6rem
    }

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

    .md\:ml-0 {
        margin-left: 0
    }

    .md\:mr-\[25px\] {
        margin-right: 25px
    }

    .md\:mr-\[58px\] {
        margin-right: 58px
    }

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

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

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

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

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

    .md\:ml-24 {
        margin-left: 6rem
    }

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

    .md\:mr-11 {
        margin-right: 2.75rem
    }

    .md\:ml-11 {
        margin-left: 2.75rem
    }

    .md\:mr-0 {
        margin-right: 0
    }

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

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

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

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

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

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

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:table-cell {
        display: table-cell
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[120px\] {
        height: 120px
    }

    .md\:h-\[60px\] {
        height: 60px
    }

    .md\:h-\[600px\] {
        height: 600px
    }

    .md\:h-\[607\.5px\] {
        height: 607.5px
    }

    .md\:h-auto {
        height: auto
    }

    .md\:h-\[251px\] {
        height: 251px
    }

    .md\:h-40 {
        height: 10rem
    }

    .md\:h-20 {
        height: 5rem
    }

    .md\:h-8 {
        height: 2rem
    }

    .md\:h-\[543px\] {
        height: 543px
    }

    .md\:h-\[367px\] {
        height: 367px
    }

    .md\:h-28 {
        height: 7rem
    }

    .md\:h-4 {
        height: 1rem
    }

    .md\:h-16 {
        height: 4rem
    }

    .md\:h-\[88px\] {
        height: 88px
    }

    .md\:h-\[17\.5rem\] {
        height: 17.5rem
    }

    .md\:h-\[125px\] {
        height: 125px
    }

    .md\:max-h-\[510px\] {
        max-height: 510px
    }

    .md\:max-h-\[420px\] {
        max-height: 420px
    }

    .md\:max-h-screen {
        max-height: 100vh
    }

    .md\:min-h-\[86px\] {
        min-height: 86px
    }

    .md\:min-h-\[160px\] {
        min-height: 160px
    }

    .md\:min-h-\[66px\] {
        min-height: 66px
    }

    .md\:min-h-\[80px\] {
        min-height: 80px
    }

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

    .md\:w-\[60px\] {
        width: 60px
    }

    .md\:w-\[800px\] {
        width: 800px
    }

    .md\:w-4\/6 {
        width: 66.666667%
    }

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

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

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

    .md\:w-full {
        width: 100%
    }

    .md\:w-\[304px\] {
        width: 304px
    }

    .md\:w-40 {
        width: 10rem
    }

    .md\:w-\[348px\] {
        width: 348px
    }

    .md\:w-\[50\%\] {
        width: 50%
    }

    .md\:w-\[328px\] {
        width: 328px
    }

    .md\:w-24 {
        width: 6rem
    }

    .md\:w-8 {
        width: 2rem
    }

    .md\:w-\[704px\] {
        width: 704px
    }

    .md\:w-48 {
        width: 12rem
    }

    .md\:w-72 {
        width: 18rem
    }

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

    .md\:w-\[164px\] {
        width: 164px
    }

    .md\:w-\[620px\] {
        width: 620px
    }

    .md\:w-\[350px\] {
        width: 350px
    }

    .md\:w-\[479px\] {
        width: 479px
    }

    .md\:w-\[433px\] {
        width: 433px
    }

    .md\:w-\[436px\] {
        width: 436px
    }

    .md\:w-\[162\.9px\] {
        width: 162.9px
    }

    .md\:w-4 {
        width: 1rem
    }

    .md\:w-16 {
        width: 4rem
    }

    .md\:w-\[88px\] {
        width: 88px
    }

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

    .md\:w-32 {
        width: 8rem
    }

    .md\:w-\[332px\] {
        width: 332px
    }

    .md\:min-w-\[260px\] {
        min-width: 260px
    }

    .md\:min-w-\[328px\] {
        min-width: 328px
    }

    .md\:min-w-\[525px\] {
        min-width: 525px
    }

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

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

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

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

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

    .md\:max-w-5xl {
        max-width: 64rem
    }

    .md\:max-w-960 {
        max-width: 60rem
    }

    .md\:-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: var(--tw-transform)
    }

    .md\:grid-flow-row {
        grid-auto-flow: row
    }

    .md\:grid-flow-col {
        grid-auto-flow: column
    }

    .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-2-auto {
        grid-template-columns:auto auto
    }

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

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

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-nowrap {
        flex-wrap: nowrap
    }

    .md\:items-start {
        align-items: flex-start
    }

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

    .md\:items-baseline {
        align-items: baseline
    }

    .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\:gap-2 {
        gap: .5rem
    }

    .md\:gap-4 {
        gap: 1rem
    }

    .md\:gap-0 {
        gap: 0
    }

    .md\:gap-8 {
        gap: 2rem
    }

    .md\:gap-10 {
        gap: 2.5rem
    }

    .md\:gap-6 {
        gap: 1.5rem
    }

    .md\:gap-16 {
        gap: 4rem
    }

    .md\:gap-x-4 {
        -moz-column-gap: 1rem;
        column-gap: 1rem
    }

    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }

    .md\:gap-y-2 {
        row-gap: .5rem
    }

    .md\:place-self-start {
        place-self: start
    }

    .md\:overflow-visible {
        overflow: visible
    }

    .md\:overflow-x-auto {
        overflow-x: auto
    }

    .md\:overflow-y-auto {
        overflow-y: auto
    }

    .md\:break-words {
        overflow-wrap: break-word
    }

    .md\:rounded-tr-xl {
        border-top-right-radius: .75rem
    }

    .md\:border {
        border-width: 1px
    }

    .md\:border-\[1\.5px\] {
        border-width: 1.5px
    }

    .md\:border-\[1px\] {
        border-width: 1px
    }

    .md\:border-l-\[8px\] {
        border-left-width: 8px
    }

    .md\:border-r-0 {
        border-right-width: 0
    }

    .md\:border-r-4 {
        border-right-width: 4px
    }

    .md\:border-l-0 {
        border-left-width: 0
    }

    .md\:border-b-2 {
        border-bottom-width: 2px
    }

    .md\:border-solid {
        border-style: solid
    }

    .md\:border-dashed {
        border-style: dashed
    }

    .md\:border-\[\#E3E6EF\] {
        --tw-border-opacity: 1;
        border-color: rgba(227, 230, 239, var(--tw-border-opacity))
    }

    .md\:border-\[\#165AF8\] {
        --tw-border-opacity: 1;
        border-color: rgba(22, 90, 248, var(--tw-border-opacity))
    }

    .md\:border-penn-blue-100 {
        --tw-border-opacity: 1;
        border-color: rgba(59, 130, 246, var(--tw-border-opacity))
    }

    .md\:border-slate-300 {
        --tw-border-opacity: 1;
        border-color: rgba(203, 213, 225, var(--tw-border-opacity))
    }

    .md\:border-l-\[\#165AF8\] {
        --tw-border-opacity: 1;
        border-left-color: rgba(22, 90, 248, var(--tw-border-opacity))
    }

    .md\:bg-\[\#EBF1FF\] {
        --tw-bg-opacity: 1;
        background-color: rgba(235, 241, 255, var(--tw-bg-opacity))
    }

    .md\:bg-white-300 {
        --tw-bg-opacity: 1;
        background-color: rgba(234, 235, 245, var(--tw-bg-opacity))
    }

    .md\:bg-white-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
    }

    .md\:bg-penn-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(12, 31, 86, var(--tw-bg-opacity))
    }

    .md\:bg-repeat-round {
        background-repeat: round
    }

    .md\:object-contain {
        -o-object-fit: contain;
        object-fit: contain
    }

    .md\:p-2 {
        padding: .5rem
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-\[40px\] {
        padding: 40px
    }

    .md\:p-4 {
        padding: 1rem
    }

    .md\:p-6 {
        padding: 1.5rem
    }

    .md\:p-1 {
        padding: .25rem
    }

    .md\:p-\[19px\] {
        padding: 19px
    }

    .md\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .md\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .md\:py-2 {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

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

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .md\:py-5 {
        padding-bottom: 1.25rem;
        padding-top: 1.25rem
    }

    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .md\:py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .md\:pt-\[130px\] {
        padding-top: 130px
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pl-4 {
        padding-left: 1rem
    }

    .md\:pr-11 {
        padding-right: 2.75rem
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pb-28 {
        padding-bottom: 7rem
    }

    .md\:pb-2 {
        padding-bottom: .5rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }

    .md\:text-right {
        text-align: right
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

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

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .md\:text-\[48px\] {
        font-size: 48px
    }

    .md\:text-\[32px\] {
        font-size: 32px
    }

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

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-xs {
        font-size: .75rem;
        line-height: 1rem
    }

    .md\:text-\[40px\] {
        font-size: 40px
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:font-medium {
        font-weight: 500
    }

    .md\:font-bold {
        font-weight: 700
    }

    .md\:leading-8 {
        line-height: 2rem
    }

    .md\:leading-\[26px\] {
        line-height: 26px
    }

    .md\:leading-\[34px\] {
        line-height: 34px
    }

    .md\:leading-\[24px\] {
        line-height: 24px
    }

    .md\:text-\[\#17182F\] {
        --tw-text-opacity: 1;
        color: rgba(23, 24, 47, var(--tw-text-opacity))
    }

    .md\:text-\[\#39394F\] {
        --tw-text-opacity: 1;
        color: rgba(57, 57, 79, var(--tw-text-opacity))
    }

    .md\:shadow-drop {
        --tw-shadow: 0 2px 10px 0 rgba(15, 23, 42, .03);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

    .after\:md\:right-\[-10px\]:after {
        content: "";
        right: -10px
    }

    .after\:md\:left-\[-10px\]:after {
        content: "";
        left: -10px
    }
}

@media (min-width: 1024px) {
    .lg\:static {
        position: static
    }

    .lg\:fixed {
        position: fixed
    }

    .lg\:absolute {
        position: absolute
    }

    .lg\:relative {
        position: relative
    }

    .lg\:bottom-\[150px\] {
        bottom: 150px
    }

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

    .lg\:right-0 {
        right: 0
    }

    .lg\:left-\[unset\] {
        left: unset
    }

    .lg\:right-10 {
        right: 2.5rem
    }

    .lg\:top-\[28px\] {
        top: 28px
    }

    .lg\:order-last {
        order: 9999
    }

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

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

    .lg\:col-end-3 {
        grid-column-end: 3
    }

    .lg\:row-start-1 {
        grid-row-start: 1
    }

    .lg\:row-start-2 {
        grid-row-start: 2
    }

    .lg\:row-end-3 {
        grid-row-end: 3
    }

    .lg\:row-end-2 {
        grid-row-end: 2
    }

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

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

    .lg\:my-0 {
        margin-bottom: 0;
        margin-top: 0
    }

    .lg\:my-12 {
        margin-bottom: 3rem;
        margin-top: 3rem
    }

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

    .lg\:ml-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:grid {
        display: grid
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-auto {
        height: auto
    }

    .lg\:h-\[112px\] {
        height: 112px
    }

    .lg\:h-full {
        height: 100%
    }

    .lg\:h-\[294px\] {
        height: 294px
    }

    .lg\:max-h-\[16px\] {
        max-height: 16px
    }

    .lg\:max-h-screen {
        max-height: 100vh
    }

    .lg\:max-h-28 {
        max-height: 7rem
    }

    .lg\:max-h-20 {
        max-height: 5rem
    }

    .lg\:min-h-\[66px\] {
        min-height: 66px
    }

    .lg\:min-h-\[300px\] {
        min-height: 300px
    }

    .lg\:min-h-\[112px\] {
        min-height: 112px
    }

    .lg\:min-h-\[350px\] {
        min-height: 350px
    }

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

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:w-\[112px\] {
        width: 112px
    }

    .lg\:w-\[300px\] {
        width: 300px
    }

    .lg\:w-\[153px\] {
        width: 153px
    }

    .lg\:w-\[576px\] {
        width: 576px
    }

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

    .lg\:w-\[211px\] {
        width: 211px
    }

    .lg\:w-80 {
        width: 20rem
    }

    .lg\:w-36 {
        width: 9rem
    }

    .lg\:w-\[294px\] {
        width: 294px
    }

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

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

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

    .lg\:min-w-\[360px\] {
        min-width: 360px
    }

    .lg\:min-w-\[675px\] {
        min-width: 675px
    }

    .lg\:min-w-\[112px\] {
        min-width: 112px
    }

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

    .lg\:min-w-\[220px\] {
        min-width: 220px
    }

    .lg\:max-w-screen-xl {
        max-width: 1280px
    }

    .lg\:max-w-960 {
        max-width: 60rem
    }

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

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

    .lg\:flex-1 {
        flex: 1 1 0%
    }

    .lg\:flex-2 {
        flex: 2 2 0%
    }

    .lg\:-rotate-90 {
        --tw-rotate: -90deg;
        transform: var(--tw-transform)
    }

    .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-4-auto {
        grid-template-columns:repeat(4, max-content)
    }

    .lg\:grid-cols-2-auto {
        grid-template-columns:auto auto
    }

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

    .lg\:flex-col {
        flex-direction: column
    }

    .lg\:items-start {
        align-items: flex-start
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-4 {
        gap: 1rem
    }

    .lg\:gap-6 {
        gap: 1.5rem
    }

    .lg\:gap-\[12px\] {
        gap: 12px
    }

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:gap-2 {
        gap: .5rem
    }

    .lg\:gap-x-20 {
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }

    .lg\:place-self-start {
        place-self: start
    }

    .lg\:place-self-end {
        place-self: end
    }

    .lg\:overflow-hidden {
        overflow: hidden
    }

    .lg\:overflow-visible {
        overflow: visible
    }

    .lg\:overflow-y-auto {
        overflow-y: auto
    }

    .lg\:overflow-y-scroll {
        overflow-y: scroll
    }

    .lg\:rounded-2xl {
        border-radius: 1rem
    }

    .lg\:rounded-b-xl {
        border-bottom-right-radius: .75rem
    }

    .lg\:rounded-b-xl, .lg\:rounded-bl-xl {
        border-bottom-left-radius: .75rem
    }

    .lg\:rounded-tr-xl {
        border-top-right-radius: .75rem
    }

    .lg\:border {
        border-width: 1px
    }

    .lg\:border-l {
        border-left-width: 1px
    }

    .lg\:border-none {
        border-style: none
    }

    .lg\:border-black-100 {
        --tw-border-opacity: 1;
        border-color: rgba(206, 208, 221, var(--tw-border-opacity))
    }

    .lg\:border-slate-200 {
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity))
    }

    .lg\:bg-white-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
    }

    .lg\:bg-white-700 {
        --tw-bg-opacity: 1;
        background-color: rgba(246, 246, 251, var(--tw-bg-opacity))
    }

    .lg\:bg-transparent-900 {
        background-color: transparent
    }

    .lg\:bg-penn-blue-900 {
        --tw-bg-opacity: 1;
        background-color: rgba(12, 31, 86, var(--tw-bg-opacity))
    }

    .lg\:bg-background-3 {
        background-image: url(../../images/background-3.webp)
    }

    .lg\:bg-background-2 {
        background-image: url(../../images/background-2.webp)
    }

    .lg\:bg-gradient {
        background-image: linear-gradient(169deg, rgba(12, 31, 86, .85), rgba(12, 31, 86, .75))
    }

    .lg\:bg-gradient-2 {
        background-image: linear-gradient(135deg, rgba(12, 31, 86, .75), rgba(12, 31, 86, .9))
    }

    .lg\:bg-repeat {
        background-repeat: repeat
    }

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

    .lg\:p-3 {
        padding: .75rem
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .lg\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .lg\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .lg\:py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem
    }

    .lg\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .lg\:pb-0 {
        padding-bottom: 0
    }

    .lg\:pb-28 {
        padding-bottom: 7rem
    }

    .lg\:pt-3 {
        padding-top: .75rem
    }

    .lg\:pb-12 {
        padding-bottom: 3rem
    }

    .lg\:pt-12 {
        padding-top: 3rem
    }

    .lg\:pb-6 {
        padding-bottom: 1.5rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }

    .lg\:text-\[10px\] {
        font-size: 10px
    }

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

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

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

    .lg\:text-\[22px\] {
        font-size: 22px
    }

    .lg\:text-\[40px\] {
        font-size: 40px
    }

    .lg\:text-\[28px\] {
        font-size: 28px
    }

    .lg\:leading-\[30px\] {
        line-height: 30px
    }

    .last\:lg\:rounded-bl-xl:last-child {
        border-bottom-left-radius: .75rem
    }

    .lg\:hover\:border-\[2px\]:hover {
        border-width: 2px
    }

    .lg\:hover\:border-l-4:hover {
        border-left-width: 4px
    }

    .lg\:hover\:border-yellow-lonquil-900:hover {
        --tw-border-opacity: 1;
        border-color: rgba(255, 204, 0, var(--tw-border-opacity))
    }

    .lg\:hover\:border-l-blue-700:hover {
        --tw-border-opacity: 1;
        border-left-color: rgba(77, 128, 247, var(--tw-border-opacity))
    }

    .lg\:hover\:bg-white-100:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(227, 230, 239, var(--tw-bg-opacity))
    }

    .lg\:hover\:bg-penn-blue-700:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(30, 64, 166, var(--tw-bg-opacity))
    }

    .lg\:hover\:bg-penn-blue-900:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(12, 31, 86, var(--tw-bg-opacity))
    }

    .first\:lg\:hover\:rounded-tr-xl:first-child:hover {
        border-top-right-radius: .75rem
    }

    .last\:lg\:hover\:rounded-b-xl:last-child:hover {
        border-bottom-left-radius: .75rem;
        border-bottom-right-radius: .75rem
    }
}

@media (min-width: 1280px) {
    .xl\:absolute {
        position: absolute
    }

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

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

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

    .xl\:mb-0 {
        margin-bottom: 0
    }

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

    .xl\:block {
        display: block
    }

    .xl\:hidden {
        display: none
    }

    .xl\:h-\[104px\] {
        height: 104px
    }

    .xl\:w-\[1280px\] {
        width: 1280px
    }

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

    .xl\:flex-row {
        flex-direction: row
    }

    .xl\:items-center {
        align-items: center
    }

    .xl\:overflow-x-auto {
        overflow-x: auto
    }

    .xl\:p-6 {
        padding: 1.5rem
    }

    .xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .xl\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .xl\:py-\[6px\] {
        padding-bottom: 6px;
        padding-top: 6px
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem
    }

    .xl\:pb-\[40px\] {
        padding-bottom: 40px
    }

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

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

    .xl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1536px) {
    .\32xl\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
}

#burgerBtn {
    position: relative;
    width: 32px;
    height: 32px;
}

#burgerBtn .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

#burgerBtn .top { top: 6px; }
#burgerBtn .middle { top: 14px; }
#burgerBtn .bottom { top: 22px; }

/* ОТКРЫТО */
#burgerBtn.active .top {
    transform: rotate(45deg);
    top: 14px;
}

#burgerBtn.active .middle {
    opacity: 0;
}

#burgerBtn.active .bottom {
    transform: rotate(-45deg);
    top: 14px;
}

