body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: hsla(0,0%,100%,.834);
    z-index: 1
}

.spinner {
    width: 64px;
    height: 64px;
    border-color: #79a2dc transparent;
    border-style: solid;
    border-width: 8px;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes bigger {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(2)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

.font-body-bold,.font-body-medium,.font-body-regular,.font-display-bold,.font-display-medium,.font-display-regular,.font-util-bold,.font-util-medium,.font-util-regular {
    opacity: 0;
    transition: opacity .2s
}

.fonts-loaded .font-body-bold,.fonts-loaded .font-body-medium,.fonts-loaded .font-body-regular,.fonts-loaded .font-display-bold,.fonts-loaded .font-display-medium,.fonts-loaded .font-display-regular,.fonts-loaded .font-util-bold,.fonts-loaded .font-util-medium,.fonts-loaded .font-util-regular {
    opacity: 1
}

.ReactModalPortal>div {
    opacity: 0
}

.ReactModalPortal .ReactModal__Overlay {
    transition: opacity .2s ease-in-out;
    background: rgba(0,0,0,.15)
}

.ReactModalPortal .ReactModal__Overlay--after-open {
    opacity: 1
}

.ReactModalPortal .ReactModal__Overlay--before-close {
    opacity: 0
}

.swiper {
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-sides-offset: 1rem;
    --swiper-scrollbar-size: 4px
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative!important;
    height: 3px;
    cursor: grab;
    scrollbar-gutter: auto;
    left: 0;
}

.swiper-wrapper {
    width: auto
}

.card-swiper .swiper-wrapper {
    overflow-x: auto!important;
    overflow-y: hidden!important
}
/*
.swiper-wrapper {
    padding-inline-end:1rem;scroll-padding-inline-start: 1rem;
    scroll-padding-inline-end: 1rem
}*/

.first\:ps-4:first-child,.swiper-wrapper {
    padding-inline-start:1rem}
/*
.last\:pe-4:last-child {
    padding-inline-end:1rem}

.swiper-slide:last-child {
    margin-inline-end:2rem}
*/
/*@media (min-width: 640px) {
    .swiper-wrapper {
        padding-inline-start:1.5rem;
        padding-inline-end:1.5rem;scroll-padding-inline-start: 1.5rem;
        scroll-padding-inline-end: 1.5rem
    }
}*/

@media (min-width: 1024px) {
    .swiper-wrapper {
        padding-inline-start:2rem;
        padding-inline-end:2rem;scroll-padding-inline-start: 2rem;
        scroll-padding-inline-end: 2rem
    }
}

@media (min-width: 1540px) {
    .swiper-wrapper {
        padding-inline-start:0;
        padding-inline-end:0;scroll-padding-inline-start: 0;
        scroll-padding-inline-end: 0
    }
}

.swiper {
    margin-bottom: 0
}

.ReactCollapse--collapse {
    transition: height .5s
}

.my-masonry-grid {
    display: flex;
    width: auto;
    gap: 1.5rem
}

.two-column-layout {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem
}

@media (min-width: 1024px) {
    .my-masonry-grid,.two-column-layout {
        gap:32px
    }

    .two-column-layout-column:first-of-type {
        max-width: 700px!important;
        flex: 1 0 66.666%
    }

    .two-column-layout-column:last-of-type {
        max-width: 400px!important;
        flex: 1 0 33.333%
    }
}

.my-masonry-grid_column {
    background-clip: padding-box
}

.my-masonry-grid_column>div {
    margin-bottom: 180px
}

.my-masonry-grid_column>div:last-of-type {
    margin-bottom: 40px
}

@media (max-width: 640px) {
    .my-masonry-grid_column>div {
        margin-bottom:40px
    }
}

.my-masonry-layout_column {
    background-clip: padding-box
}

.my-masonry-layout_column>div {
    margin-bottom: 56px
}

.my-masonry-layout_column>div:last-of-type {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .my-masonry-layout_column>div {
        margin-bottom:32px
    }
}

.is-draggable {
    outline: none
}

.category-nav-carousel .flickity-slider>* {
    margin-right: 16px
}

.subpage-hero-carousel .flickity-slider>* {
    margin-right: 12px
}

.subpage-hero-carousel .flickity-slider .secondary {
    margin-right: 0
}

.pip-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 64px;
    flex-shrink: 0;
    position: relative;
    transform: scale(.99999);
    display: inline-block;
    vertical-align: middle;
    border: max(2px,.066em) solid;
    background-color: currentColor;
    top: .2em;
    transform: translateY(-50%) scale(.99999)
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

.category-scroll,.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.category-scroll {
    overflow: -moz-scrollbars-none
}

.nav-feature-flex {
    flex: 1 1 0;
    width: 0
}

svg.text-neutral-900.navigation-btn-icon-color.self-center {
    width: 1.5rem;
    height: 1.5rem
}

#content h2.display-3xl-bold {
    max-width: 1200px;
    margin: 60px auto auto
}

.article-body .blog-detail__right-column {
    display: inline-block;
    width: 48%;
    margin-top: 86px
}

.article-body .blog-detail__left-column {
    display: inline-block;
    width: 48%;
    margin-left: 30px
}

@media (max-width: 901px) {
    .article-body .blog-detail__right-column {
        display:inline-block;
        width: 100%
    }

    .article-body .blog-detail__left-column {
        display: inline-block;
        width: 100%;
        margin-left: 0
    }
}

.blog-detail__full-description {
    max-width: 1200px;
    margin: 60px auto auto
}

footer details>summary {
    list-style: none
}

footer details>summary::-webkit-details-marker,footer details>summary::marker {
    display: none
}

.checkbox-color path {
    transform: scale(.76)
}

.mainLayout .w-auto.bg-neutral-50.overflow-hidden,.mainLayout .w-auto.bg-neutral-50.overflow-hidden>img,.offerPageSubpageHeroImage.aspect-square,.offerPageSubpageHeroImage.aspect-square img,.offerPageSubpageHeroImage.aspect-square>div {
    aspect-ratio: unset
}

.mainLayout>.richText>h1,.mainLayout>.richText>h2,.mainLayout>.richText>h3,.mainLayout>.richText>h4,.mainLayout>.richText>h5,.mainLayout>.richText>h6,.mainLayout>.richText>p,.mainLayout>.richText>span {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1200px;
    margin: auto
}


@font-face {
    font-family: swiper-icons;
    src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: #00000026
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,#00000080,#0000)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,#00000080,#0000)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
    padding-left: 0;
    padding-right: 0;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,8px);
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right,8px);
    left: var(--swiper-pagination-left,auto);
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color,inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size,4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size,4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.2))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset,1%);
    bottom: var(--swiper-scrollbar-bottom,4px);
    top: var(--swiper-scrollbar-top,auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size,4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left,auto);
    right: var(--swiper-scrollbar-right,4px);
    top: var(--swiper-scrollbar-sides-offset,1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size,4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,1));
    border-radius: var(--swiper-scrollbar-border-radius,10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification,swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: hsla(0,0%,100%,.834);
    z-index: 1
}

.spinner {
    width: 64px;
    height: 64px;
    border-color: #79a2dc transparent;
    border-style: solid;
    border-width: 8px;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes bigger {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(2)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

.font-body-bold,.font-body-medium,.font-body-regular,.font-display-bold,.font-display-medium,.font-display-regular,.font-util-bold,.font-util-medium,.font-util-regular {
    opacity: 0;
    transition: opacity .2s
}

.fonts-loaded .font-body-bold,.fonts-loaded .font-body-medium,.fonts-loaded .font-body-regular,.fonts-loaded .font-display-bold,.fonts-loaded .font-display-medium,.fonts-loaded .font-display-regular,.fonts-loaded .font-util-bold,.fonts-loaded .font-util-medium,.fonts-loaded .font-util-regular {
    opacity: 1
}

.ReactModalPortal>div {
    opacity: 0
}

.ReactModalPortal .ReactModal__Overlay {
    transition: opacity .2s ease-in-out;
    background: rgba(0,0,0,.15)
}

.ReactModalPortal .ReactModal__Overlay--after-open {
    opacity: 1
}

.ReactModalPortal .ReactModal__Overlay--before-close {
    opacity: 0
}

.swiper {
    --swiper-scrollbar-border-radius: 0;
    --swiper-scrollbar-sides-offset: 1rem;
    --swiper-scrollbar-size: 4px
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: relative!important;
    margin-top: 0px;
    height: 3px;
    cursor: grab;
    scrollbar-gutter: auto;
    left: 0;
}

.swiper-wrapper {
    width: auto
}

.card-swiper .swiper-wrapper {
    overflow-x: auto!important;
    overflow-y: hidden!important
}

.swiper-wrapper {
    padding-inline-start:1rem;padding-inline-end:1rem;scroll-padding-inline-start: 1rem;
    scroll-padding-inline-end: 1rem
}
.swiper-slide:last-child {
    margin-inline-end:32px;
}
@media(max-width: 992px){
.swiper-slide:last-child {
    margin-inline-end:16px;
}
}

/*@media (min-width: 640px) {
    .swiper-wrapper {
        padding-inline-start:1.5rem;
        padding-inline-end:1.5rem;scroll-padding-inline-start: 1.5rem;
        scroll-padding-inline-end: 1.5rem
    }
}*/
/*
@media (min-width: 1024px) {
    .swiper-wrapper {
        padding-inline-start:2rem;
        padding-inline-end:2rem;scroll-padding-inline-start: 2rem;
        scroll-padding-inline-end: 2rem
    }
}

@media (min-width: 1540px) {
    .swiper-wrapper {
        padding-inline-start:0;
        padding-inline-end:0;scroll-padding-inline-start: 0;
        scroll-padding-inline-end: 0
    }
}*/
/*
.swiper-slide .card-rounded {
    max-height: 325px !important;
    aspect-ratio: unset;
}
.card-rounded>.flex.w-auto.justify-center {
    min-width: 488px !important;
}
.card-rounded>div>figure>div>img{
    object-fit:contain;
}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{
    width: 488px !important;
}*/
.swiper {
    margin-bottom: 0
}

.ReactCollapse--collapse {
    transition: height .5s
}

.my-masonry-grid {
    display: flex;
    width: auto;
    gap: 1.5rem
}

.two-column-layout {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem
}

@media (min-width: 1024px) {
    .my-masonry-grid,.two-column-layout {
        gap:32px
    }

    .two-column-layout-column:first-of-type {
        max-width: 700px!important;
        flex: 1 0 66.666%
    }

    .two-column-layout-column:last-of-type {
        max-width: 400px!important;
        flex: 1 0 33.333%
    }
}

.my-masonry-grid_column {
    background-clip: padding-box
}

.my-masonry-grid_column>div {
    margin-bottom: 180px
}

.my-masonry-grid_column>div:last-of-type {
    margin-bottom: 40px
}

@media (max-width: 640px) {
    .my-masonry-grid_column>div {
        margin-bottom:40px
    }
}

.my-masonry-layout_column {
    background-clip: padding-box
}

.my-masonry-layout_column>div {
    margin-bottom: 56px
}

.my-masonry-layout_column>div:last-of-type {
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .my-masonry-layout_column>div {
        margin-bottom:32px
    }
}

.is-draggable {
    outline: none
}

.category-nav-carousel .flickity-slider>* {
    margin-right: 16px
}

.subpage-hero-carousel .flickity-slider>* {
    margin-right: 12px
}

.subpage-hero-carousel .flickity-slider .secondary {
    margin-right: 0
}

.pip-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 64px;
    flex-shrink: 0;
    position: relative;
    transform: scale(.99999);
    display: inline-block;
    vertical-align: middle;
    border: max(2px,.066em) solid;
    background-color: currentColor;
    top: .2em;
    transform: translateY(-50%) scale(.99999)
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

.category-scroll,.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.category-scroll {
    overflow: -moz-scrollbars-none
}

.nav-feature-flex {
    flex: 1 1 0;
    width: 0
}

svg.text-neutral-900.navigation-btn-icon-color.self-center {
    width: 1.5rem;
    height: 1.5rem
}

#content h2.display-3xl-bold {
    max-width: 1200px;
    margin: 60px auto auto
}

.article-body .blog-detail__right-column {
    display: inline-block;
    width: 48%;
    margin-top: 86px
}

.article-body .blog-detail__left-column {
    display: inline-block;
    width: 48%;
    margin-left: 30px
}

@media (max-width: 901px) {
    .article-body .blog-detail__right-column {
        display:inline-block;
        width: 100%
    }

    .article-body .blog-detail__left-column {
        display: inline-block;
        width: 100%;
        margin-left: 0
    }
}

.blog-detail__full-description {
    max-width: 1200px;
    margin: 60px auto auto
}

footer details>summary {
    list-style: none
}

footer details>summary::-webkit-details-marker,footer details>summary::marker {
    display: none
}

.checkbox-color path {
    transform: scale(.76)
}

.mainLayout .w-auto.bg-neutral-50.overflow-hidden,.mainLayout .w-auto.bg-neutral-50.overflow-hidden>img,.offerPageSubpageHeroImage.aspect-square,.offerPageSubpageHeroImage.aspect-square img,.offerPageSubpageHeroImage.aspect-square>div {
    aspect-ratio: unset
}

.mainLayout>.richText>h1,.mainLayout>.richText>h2,.mainLayout>.richText>h3,.mainLayout>.richText>h4,.mainLayout>.richText>h5,.mainLayout>.richText>h6,.mainLayout>.richText>p,.mainLayout>.richText>span {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 1200px;
    margin: auto
}

@import url("https://fonts.googleapis.com/css2?family=Everett:wght@400;500;700&display=swap");@font-face {
    font-family: var(--primaryFont);
    src: local("Everett"),url(https://auth-southvillage.mirvac.com/_next/static/media/GT_Walsheim_Pro_Regular.f47fac73.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: var(--primaryFont);
    src: local("Everett"),url(https://auth-southvillage.mirvac.com/_next/static/media/GT_Walsheim_Pro_Light.12169f5b.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: var(--primaryFont);
    src: local("Everett"),url(https://auth-southvillage.mirvac.com/_next/static/media/GT_Walsheim_Pro_Medium.b417bac4.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: var(--primaryFont);
    src: local("Everett"),url(https://auth-southvillage.mirvac.com/_next/static/media/GT_Walsheim_Pro_Bold.32e127d3.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

header .navigation-bar-bg>div>div:nth-child(2) img.max-h-8 {
    max-height: 3rem
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

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

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

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

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

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

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

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

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

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

button,select {
    text-transform: none
}

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

:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

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

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

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

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden]:where(:not([hidden=until-found])) {
    display: none
}

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

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

.visible {
    visibility: visible
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    inset: 0
}

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

.inset-y-4 {
    top: 1rem;
    bottom: 1rem
}

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

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

.-left-5 {
    left: -1.25rem
}

.bottom-0 {
    bottom: 0
}

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

.bottom-4 {
    bottom: 1rem
}

.bottom-5 {
    bottom: 1.25rem
}

.bottom-6 {
    bottom: 1.5rem
}

.left-0 {
    left: 0
}

.left-10 {
    left: 2.5rem
}

.left-4 {
    left: 1rem
}

.left-5 {
    left: 1.25rem
}

.right-0 {
    right: 0
}

.right-10 {
    right: 2.5rem
}

.right-14 {
    right: 3.5rem
}

.right-2 {
    right: .5rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-8 {
    right: 2rem
}

.top-0 {
    top: 0
}

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

.top-16 {
    top: 4rem
}

.top-20 {
    top: 5rem
}

.top-3 {
    top: .75rem
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

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

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

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

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

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

.float-right {
    float: right
}

.float-left {
    float: left
}

.m-0 {
    margin: 0
}

.m-1\.5 {
    margin: .375rem
}

.m-2 {
    margin: .5rem
}

.m-auto {
    margin: auto
}

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

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

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

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-9 {
    margin-left: 2.25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-\[1\/1\] {
    aspect-ratio: 1/1
}

.aspect-\[146\/98\] {
    aspect-ratio: 146/98
}

.aspect-\[2\/1\] {
    aspect-ratio: 2/1
}

.aspect-\[3\/2\] {
    aspect-ratio: 3/2
}

.aspect-\[4\/5\] {
    aspect-ratio: 4/5
}

.aspect-square {
    aspect-ratio: 1/1
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-2 {
    height: .5rem
}

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

.h-20 {
    height: 5rem
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

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

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-max {
    height: -moz-max-content;
    height: max-content
}

.h-screen {
    height: 100vh
}

.max-h-8 {
    max-height: 2rem
}

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

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

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

.w-10 {
    width: 2.5rem
}

.w-12 {
    width: 3rem
}

.w-16 {
    width: 4rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-20 {
    width: 5rem
}

.w-5 {
    width: 1.25rem
}

.w-8 {
    width: 2rem
}

.w-9 {
    width: 2.25rem
}

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

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

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

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

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

.w-auto {
    width: auto
}

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

.w-full {
    width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[50\%\] {
    max-width: 50%
}

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

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

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

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.shrink-0 {
    flex-shrink: 0
}

.basis-1\/6 {
    flex-basis: 16.666667%
}

.basis-2\/6 {
    flex-basis: 33.333333%
}

.basis-4\/6 {
    flex-basis: 66.666667%
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-rotate-45,.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

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

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

.cursor-not-allowed {
    cursor: not-allowed
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.resize {
    resize: both
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-start {
    scroll-snap-align: start
}

.scroll-ps-4 {
    scroll-padding-inline-start: 1rem
}

.scroll-ps-6 {
    scroll-padding-inline-start: 1.5rem
}

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

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

.flex-row {
    flex-direction: row
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-col {
    flex-direction: column
}

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

.place-content-between {
    place-content: space-between
}

.place-items-end {
    place-items: end
}

.place-items-center {
    place-items: center
}

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

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

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

.justify-around {
    justify-content: space-around
}

.justify-stretch {
    justify-content: stretch
}

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

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

.gap-1 {
    gap: .25rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-11 {
    gap: 2.75rem
}

.gap-2 {
    gap: .5rem
}

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

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

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

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

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

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

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

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

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

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

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

.space-x-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.divide-neutral-200>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(225 231 239/var(--tw-divide-opacity,1))
}

.divide-neutral-300>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(202 212 224/var(--tw-divide-opacity,1))
}

.self-center {
    align-self: center
}

.overflow-hidden {
    overflow: hidden
}

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

.whitespace-nowrap {
    white-space: nowrap
}

.rounded {
    border-radius: .25rem
}

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

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

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

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

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

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

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px
}

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

.border {
    border-width: 1px
}

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

.border-b {
    border-bottom-width: 1px;
    border-color: #A9A9A9 !important;
}

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

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

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

.border-\[\#f3f3f3\] {
    --tw-border-opacity: 1;
    border-color: rgb(243 243 243/var(--tw-border-opacity,1))
}

.border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(240 244 248/var(--tw-border-opacity,1))
}

.border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(225 231 239/var(--tw-border-opacity,1))
}

.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(202 212 224/var(--tw-border-opacity,1))
}

.border-transparent {
    border-color: transparent
}

.border-white-transparents-200 {
    border-color: hsla(0,0%,100%,.2)
}

.bg-alert-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 233 212/var(--tw-bg-opacity,1))
}

.bg-alert-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 207 168/var(--tw-bg-opacity,1))
}

.bg-alert-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 173 113/var(--tw-bg-opacity,1))
}

.bg-alert-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 137 70/var(--tw-bg-opacity,1))
}

.bg-alert-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 237/var(--tw-bg-opacity,1))
}

.bg-alert-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 93 17/var(--tw-bg-opacity,1))
}

.bg-alert-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 67 7/var(--tw-bg-opacity,1))
}

.bg-alert-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(198 46 8/var(--tw-bg-opacity,1))
}

.bg-alert-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 38 15/var(--tw-bg-opacity,1))
}

.bg-alert-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 16/var(--tw-bg-opacity,1))
}

.bg-black-transparents-00 {
    background-color: transparent
}

.bg-black-transparents-100 {
    background-color: rgba(0,0,0,.1)
}

.bg-black-transparents-200 {
    background-color: rgba(0,0,0,.2)
}

.bg-black-transparents-300 {
    background-color: rgba(0,0,0,.3)
}

.bg-black-transparents-400 {
    background-color: rgba(0,0,0,.4)
}

.bg-black-transparents-50 {
    background-color: rgba(0,0,0,.05)
}

.bg-black-transparents-500 {
    background-color: rgba(0,0,0,.5)
}

.bg-black-transparents-600 {
    background-color: rgba(0,0,0,.6)
}

.bg-black-transparents-700 {
    background-color: rgba(0,0,0,.7)
}

.bg-black-transparents-800 {
    background-color: rgba(0,0,0,.8)
}

.bg-black-transparents-900 {
    background-color: rgba(0,0,0,.9)
}

.bg-brand-01-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 243 222/var(--tw-bg-opacity,1))
}

.bg-brand-01-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(179 231 194/var(--tw-bg-opacity,1))
}

.bg-brand-01-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 211 159/var(--tw-bg-opacity,1))
}

.bg-brand-01-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(76 184 118/var(--tw-bg-opacity,1))
}

.bg-brand-01-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 250 242/var(--tw-bg-opacity,1))
}

.bg-brand-01-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 157 92/var(--tw-bg-opacity,1))
}

.bg-brand-01-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 126 72/var(--tw-bg-opacity,1))
}

.bg-brand-01-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(23 101 60/var(--tw-bg-opacity,1))
}

.bg-brand-01-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 80 49/var(--tw-bg-opacity,1))
}

.bg-brand-01-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 66 41/var(--tw-bg-opacity,1))
}

.bg-brand-02-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 246 209/var(--tw-bg-opacity,1))
}

.bg-brand-02-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 238 168/var(--tw-bg-opacity,1))
}

.bg-brand-02-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(160 226 120/var(--tw-bg-opacity,1))
}

.bg-brand-02-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(123 209 74/var(--tw-bg-opacity,1))
}

.bg-brand-02-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 251 234/var(--tw-bg-opacity,1))
}

.bg-brand-02-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(92 183 43/var(--tw-bg-opacity,1))
}

.bg-brand-02-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 145 31/var(--tw-bg-opacity,1))
}

.bg-brand-02-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 111 28/var(--tw-bg-opacity,1))
}

.bg-brand-02-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 89 27/var(--tw-bg-opacity,1))
}

.bg-brand-02-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(40 76 27/var(--tw-bg-opacity,1))
}

.bg-brand-03-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 229 246/var(--tw-bg-opacity,1))
}

.bg-brand-03-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 204 238/var(--tw-bg-opacity,1))
}

.bg-brand-03-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 150 219/var(--tw-bg-opacity,1))
}

.bg-brand-03-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 104 199/var(--tw-bg-opacity,1))
}

.bg-brand-03-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 241 249/var(--tw-bg-opacity,1))
}

.bg-brand-03-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 60 174/var(--tw-bg-opacity,1))
}

.bg-brand-03-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(232 26 141/var(--tw-bg-opacity,1))
}

.bg-brand-03-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 12 113/var(--tw-bg-opacity,1))
}

.bg-brand-03-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(167 13 93/var(--tw-bg-opacity,1))
}

.bg-brand-03-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(139 16 79/var(--tw-bg-opacity,1))
}

.bg-brand-04-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 233 254/var(--tw-bg-opacity,1))
}

.bg-brand-04-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(223 213 255/var(--tw-bg-opacity,1))
}

.bg-brand-04-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(199 180 254/var(--tw-bg-opacity,1))
}

.bg-brand-04-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(171 137 252/var(--tw-bg-opacity,1))
}

.bg-brand-04-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 243 255/var(--tw-bg-opacity,1))
}

.bg-brand-04-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 89 249/var(--tw-bg-opacity,1))
}

.bg-brand-04-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(132 55 240/var(--tw-bg-opacity,1))
}

.bg-brand-04-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(117 37 220/var(--tw-bg-opacity,1))
}

.bg-brand-04-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(97 30 185/var(--tw-bg-opacity,1))
}

.bg-brand-04-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(82 27 151/var(--tw-bg-opacity,1))
}

.bg-brand-05-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 254 252/var(--tw-bg-opacity,1))
}

.bg-brand-05-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 252 249/var(--tw-bg-opacity,1))
}

.bg-brand-05-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(104 248 244/var(--tw-bg-opacity,1))
}

.bg-brand-05-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(35 237 236/var(--tw-bg-opacity,1))
}

.bg-brand-05-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(236 255 253/var(--tw-bg-opacity,1))
}

.bg-brand-05-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(7 209 211/var(--tw-bg-opacity,1))
}

.bg-brand-05-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(9 173 183/var(--tw-bg-opacity,1))
}

.bg-brand-05-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 133 143/var(--tw-bg-opacity,1))
}

.bg-brand-05-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(21 107 117/var(--tw-bg-opacity,1))
}

.bg-brand-05-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 89 99/var(--tw-bg-opacity,1))
}

.bg-brand-06-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(212 243 239/var(--tw-bg-opacity,1))
}

.bg-brand-06-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(172 231 225/var(--tw-bg-opacity,1))
}

.bg-brand-06-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(118 210 204/var(--tw-bg-opacity,1))
}

.bg-brand-06-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 183 180/var(--tw-bg-opacity,1))
}

.bg-brand-06-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 251 250/var(--tw-bg-opacity,1))
}

.bg-brand-06-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 156 154/var(--tw-bg-opacity,1))
}

.bg-brand-06-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(36 125 125/var(--tw-bg-opacity,1))
}

.bg-brand-06-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 99 100/var(--tw-bg-opacity,1))
}

.bg-brand-06-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 79 81/var(--tw-bg-opacity,1))
}

.bg-brand-06-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 67 68/var(--tw-bg-opacity,1))
}

.bg-brand-07-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 223 223/var(--tw-bg-opacity,1))
}

.bg-brand-07-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 197 197/var(--tw-bg-opacity,1))
}

.bg-brand-07-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 157 157/var(--tw-bg-opacity,1))
}

.bg-brand-07-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 100 100/var(--tw-bg-opacity,1))
}

.bg-brand-07-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 241/var(--tw-bg-opacity,1))
}

.bg-brand-07-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 77 77/var(--tw-bg-opacity,1))
}

.bg-brand-07-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 21 21/var(--tw-bg-opacity,1))
}

.bg-brand-07-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 13 13/var(--tw-bg-opacity,1))
}

.bg-brand-07-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 15 15/var(--tw-bg-opacity,1))
}

.bg-brand-07-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 20 20/var(--tw-bg-opacity,1))
}

.bg-brand-08-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 233 212/var(--tw-bg-opacity,1))
}

.bg-brand-08-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 207 168/var(--tw-bg-opacity,1))
}

.bg-brand-08-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 173 113/var(--tw-bg-opacity,1))
}

.bg-brand-08-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 137 70/var(--tw-bg-opacity,1))
}

.bg-brand-08-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 237/var(--tw-bg-opacity,1))
}

.bg-brand-08-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 93 17/var(--tw-bg-opacity,1))
}

.bg-brand-08-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 67 7/var(--tw-bg-opacity,1))
}

.bg-brand-08-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(198 46 8/var(--tw-bg-opacity,1))
}

.bg-brand-08-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(157 38 15/var(--tw-bg-opacity,1))
}

.bg-brand-08-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(126 34 16/var(--tw-bg-opacity,1))
}

.bg-brand-09-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 204/var(--tw-bg-opacity,1))
}

.bg-brand-09-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 230 138/var(--tw-bg-opacity,1))
}

.bg-brand-09-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 77/var(--tw-bg-opacity,1))
}

.bg-brand-09-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 191 36/var(--tw-bg-opacity,1))
}

.bg-brand-09-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235/var(--tw-bg-opacity,1))
}

.bg-brand-09-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 158 11/var(--tw-bg-opacity,1))
}

.bg-brand-09-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(217 119 6/var(--tw-bg-opacity,1))
}

.bg-brand-09-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 83 9/var(--tw-bg-opacity,1))
}

.bg-brand-09-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(146 64 14/var(--tw-bg-opacity,1))
}

.bg-brand-09-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15/var(--tw-bg-opacity,1))
}

.bg-brand-10-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 243 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(169 229 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(117 207 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 169 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 248 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 128 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 110 255/var(--tw-bg-opacity,1))
}

.bg-brand-10-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 227/var(--tw-bg-opacity,1))
}

.bg-brand-10-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 83 186/var(--tw-bg-opacity,1))
}

.bg-brand-10-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 30 76/var(--tw-bg-opacity,1))
}

.bg-brand-afterpay-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-brand-afterpay-bondi-mint {
    --tw-bg-opacity: 1;
    background-color: rgb(178 252 228/var(--tw-bg-opacity,1))
}

.bg-brand-afterpay-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(0 25 58/var(--tw-bg-opacity,1))
}

.bg-brand-afterpay-turquoise {
    --tw-bg-opacity: 1;
    background-color: rgb(178 252 227/var(--tw-bg-opacity,1))
}

.bg-brand-afterpay-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 216 221/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 212 162/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-1050 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 148 53/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-1100 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 178 103/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-150 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 214 210/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(118 31 28/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 25 32/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-350 {
    --tw-bg-opacity: 1;
    background-color: rgb(142 53 51/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 69 52/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-450 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 157 137/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 213 168/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 47 84/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-550 {
    --tw-bg-opacity: 1;
    background-color: rgb(193 186 203/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 153 8/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(176 149 90/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-christmas-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 29 68/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-darkSeafoam {
    --tw-bg-opacity: 1;
    background-color: rgb(93 199 183/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-pastelBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(187 232 253/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-pastelDarkerBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(68 181 231/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-pastelSeafoam {
    --tw-bg-opacity: 1;
    background-color: rgb(203 237 232/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-seafoam {
    --tw-bg-opacity: 1;
    background-color: rgb(93 199 183/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-softViolet {
    --tw-bg-opacity: 1;
    background-color: rgb(229 217 252/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-sunnyYellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 214 91/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-violet {
    --tw-bg-opacity: 1;
    background-color: rgb(122 86 191/var(--tw-bg-opacity,1))
}

.bg-brand-colour-rush-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-happy-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-brand-happy-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(132 155 255/var(--tw-bg-opacity,1))
}

.bg-brand-happy-green {
    --tw-bg-opacity: 1;
    background-color: rgb(133 195 64/var(--tw-bg-opacity,1))
}

.bg-brand-happy-offWhite {
    --tw-bg-opacity: 1;
    background-color: rgb(236 234 219/var(--tw-bg-opacity,1))
}

.bg-brand-happy-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 131 211/var(--tw-bg-opacity,1))
}

.bg-brand-happy-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-happy-yellow {
    --tw-bg-opacity: 1;
    background-color: rgb(255 230 0/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-dPink {
    --tw-bg-opacity: 1;
    background-color: rgb(240 125 128/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-orange {
    --tw-bg-opacity: 1;
    background-color: rgb(243 162 35/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 204 205/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-red {
    --tw-bg-opacity: 1;
    background-color: rgb(197 32 37/var(--tw-bg-opacity,1))
}

.bg-brand-lunar-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-minis-jungle-green-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 9 12/var(--tw-bg-opacity,1))
}

.bg-brand-minis-jungle-green-green {
    --tw-bg-opacity: 1;
    background-color: rgb(65 157 120/var(--tw-bg-opacity,1))
}

.bg-brand-minis-jungle-green-vanilla {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 237/var(--tw-bg-opacity,1))
}

.bg-brand-minis-pastel-purple-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 9 12/var(--tw-bg-opacity,1))
}

.bg-brand-minis-pastel-purple-purple {
    --tw-bg-opacity: 1;
    background-color: rgb(226 182 247/var(--tw-bg-opacity,1))
}

.bg-brand-minis-pastel-purple-vanilla {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 237/var(--tw-bg-opacity,1))
}

.bg-brand-minis-playful-pink-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 9 12/var(--tw-bg-opacity,1))
}

.bg-brand-minis-playful-pink-pink {
    --tw-bg-opacity: 1;
    background-color: rgb(225 107 148/var(--tw-bg-opacity,1))
}

.bg-brand-minis-playful-pink-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-minis-sky-blue-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 9 12/var(--tw-bg-opacity,1))
}

.bg-brand-minis-sky-blue-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(104 131 186/var(--tw-bg-opacity,1))
}

.bg-brand-minis-sky-blue-vanilla {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 237/var(--tw-bg-opacity,1))
}

.bg-brand-minis-vanilla-milkshake-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 9 12/var(--tw-bg-opacity,1))
}

.bg-brand-minis-vanilla-milkshake-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(104 131 186/var(--tw-bg-opacity,1))
}

.bg-brand-minis-vanilla-milkshake-vanilla {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 237/var(--tw-bg-opacity,1))
}

.bg-brand-winter-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-brand-winter-bottleBrushPink {
    --tw-bg-opacity: 1;
    background-color: rgb(255 179 193/var(--tw-bg-opacity,1))
}

.bg-brand-winter-bottleBrushPinkDark {
    --tw-bg-opacity: 1;
    background-color: rgb(255 128 146/var(--tw-bg-opacity,1))
}

.bg-brand-winter-chartreuse {
    --tw-bg-opacity: 1;
    background-color: rgb(189 229 105/var(--tw-bg-opacity,1))
}

.bg-brand-winter-chartreuseDark {
    --tw-bg-opacity: 1;
    background-color: rgb(134 173 62/var(--tw-bg-opacity,1))
}

.bg-brand-winter-coconutMilk {
    --tw-bg-opacity: 1;
    background-color: rgb(235 230 223/var(--tw-bg-opacity,1))
}

.bg-brand-winter-midnight {
    --tw-bg-opacity: 1;
    background-color: rgb(11 63 97/var(--tw-bg-opacity,1))
}

.bg-brand-winter-midnight10 {
    --tw-bg-opacity: 1;
    background-color: rgb(35 82 113/var(--tw-bg-opacity,1))
}

.bg-brand-winter-terracotta {
    --tw-bg-opacity: 1;
    background-color: rgb(149 82 83/var(--tw-bg-opacity,1))
}

.bg-brand-winter-terracottaDark {
    --tw-bg-opacity: 1;
    background-color: rgb(85 18 19/var(--tw-bg-opacity,1))
}

.bg-brand-winter-turquoiseIce {
    --tw-bg-opacity: 1;
    background-color: rgb(78 205 196/var(--tw-bg-opacity,1))
}

.bg-brand-winter-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-brand-winter-wildMagenta {
    --tw-bg-opacity: 1;
    background-color: rgb(171 43 115/var(--tw-bg-opacity,1))
}

.bg-brand-winter-wildMagenta10 {
    --tw-bg-opacity: 1;
    background-color: rgb(180 64 129/var(--tw-bg-opacity,1))
}

.bg-brand-winter-winterSun {
    --tw-bg-opacity: 1;
    background-color: rgb(235 191 0/var(--tw-bg-opacity,1))
}

.bg-info-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 243 255/var(--tw-bg-opacity,1))
}

.bg-info-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(169 229 255/var(--tw-bg-opacity,1))
}

.bg-info-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(117 207 255/var(--tw-bg-opacity,1))
}

.bg-info-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(63 169 255/var(--tw-bg-opacity,1))
}

.bg-info-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 248 255/var(--tw-bg-opacity,1))
}

.bg-info-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 128 255/var(--tw-bg-opacity,1))
}

.bg-info-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 110 255/var(--tw-bg-opacity,1))
}

.bg-info-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 98 227/var(--tw-bg-opacity,1))
}

.bg-info-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(5 83 186/var(--tw-bg-opacity,1))
}

.bg-info-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 30 76/var(--tw-bg-opacity,1))
}

.bg-neutral-00 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity,1))
}

.bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(240 244 248/var(--tw-bg-opacity,1))
}

.bg-neutral-1000 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity,1))
}

.bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 231 239/var(--tw-bg-opacity,1))
}

.bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(202 212 224/var(--tw-bg-opacity,1))
}

.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 162 183/var(--tw-bg-opacity,1))
}

.bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 249 251/var(--tw-bg-opacity,1))
}

.bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(100 116 138/var(--tw-bg-opacity,1))
}

.bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105/var(--tw-bg-opacity,1))
}

.bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity,1))
}

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

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

.bg-success-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 246 209/var(--tw-bg-opacity,1))
}

.bg-success-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 238 168/var(--tw-bg-opacity,1))
}

.bg-success-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(160 226 120/var(--tw-bg-opacity,1))
}

.bg-success-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(123 209 74/var(--tw-bg-opacity,1))
}

.bg-success-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(242 251 234/var(--tw-bg-opacity,1))
}

.bg-success-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(92 183 43/var(--tw-bg-opacity,1))
}

.bg-success-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(69 145 31/var(--tw-bg-opacity,1))
}

.bg-success-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 111 28/var(--tw-bg-opacity,1))
}

.bg-success-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 89 27/var(--tw-bg-opacity,1))
}

.bg-success-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(40 76 27/var(--tw-bg-opacity,1))
}

.bg-warning-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 223 223/var(--tw-bg-opacity,1))
}

.bg-warning-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 197 197/var(--tw-bg-opacity,1))
}

.bg-warning-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 157 157/var(--tw-bg-opacity,1))
}

.bg-warning-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 100 100/var(--tw-bg-opacity,1))
}

.bg-warning-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 241 241/var(--tw-bg-opacity,1))
}

.bg-warning-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 77 77/var(--tw-bg-opacity,1))
}

.bg-warning-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 21 21/var(--tw-bg-opacity,1))
}

.bg-warning-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 13 13/var(--tw-bg-opacity,1))
}

.bg-warning-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(165 15 15/var(--tw-bg-opacity,1))
}

.bg-warning-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(136 20 20/var(--tw-bg-opacity,1))
}

.bg-white-transparents-00 {
    background-color: hsla(0,0%,100%,0)
}

.bg-white-transparents-100 {
    background-color: hsla(0,0%,100%,.1)
}

.bg-white-transparents-200 {
    background-color: hsla(0,0%,100%,.2)
}

.bg-white-transparents-300 {
    background-color: hsla(0,0%,100%,.3)
}

.bg-white-transparents-400 {
    background-color: hsla(0,0%,100%,.4)
}

.bg-white-transparents-50 {
    background-color: hsla(0,0%,100%,.05)
}

.bg-white-transparents-500 {
    background-color: hsla(0,0%,100%,.5)
}

.bg-white-transparents-600 {
    background-color: hsla(0,0%,100%,.6)
}

.bg-white-transparents-700 {
    background-color: hsla(0,0%,100%,.7)
}

.bg-white-transparents-800 {
    background-color: hsla(0,0%,100%,.8)
}

.bg-white-transparents-900 {
    background-color: hsla(0,0%,100%,.9)
}

.bg-cover {
    background-size: cover
}

.bg-\[left_-2rem_center\] {
    background-position: left -2rem center
}

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

.stroke-2 {
    stroke-width: 2
}

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

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

.p-1 {
    padding: .25rem
}

.p-10 {
    padding: 2.5rem
}

.p-12 {
    padding: 3rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

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

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

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

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

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

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

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

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

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

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

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

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

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

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

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

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

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

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

.pb-14 {
    padding-bottom: 3.5rem
}

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

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

.pb-3 {
    padding-bottom: .75rem
}

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

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

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

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

.pb-\[10px\] {
    padding-bottom: 10px
}

.pb-\[14px\] {
    padding-bottom: 14px
}

.pb-\[18px\] {
    padding-bottom: 18px
}

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

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

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

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

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

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

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

.pr-0 {
    padding-right: 0
}

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

.pr-10 {
    padding-right: 2.5rem
}

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

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

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

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

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

.pt-28 {
    padding-top: 7rem
}

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

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

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

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

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-body-bold,.font-body-regular {
    font-family: Everett
}

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

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

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

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

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

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

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.lowercase {
    text-transform: lowercase
}

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

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.text-\[\#93A2B7\] {
    --tw-text-opacity: 1;
    color: rgb(147 162 183/var(--tw-text-opacity,1))
}

.text-\[\#ffffff\] {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity,1))
}

.text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(240 244 248/var(--tw-text-opacity,1))
}

.text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(147 162 183/var(--tw-text-opacity,1))
}

.text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(100 116 138/var(--tw-text-opacity,1))
}

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

.text-warning-600 {
    --tw-text-opacity: 1;
    color: rgb(237 21 21/var(--tw-text-opacity,1))
}

.text-white-transparents-500 {
    color: hsla(0,0%,100%,.5)
}

.text-white-transparents-900 {
    color: hsla(0,0%,100%,.9)
}

.underline {
    text-decoration-line: underline
}

.underline-offset-2 {
    text-underline-offset: 2px
}

.underline-offset-4 {
    text-underline-offset: 4px
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-30 {
    opacity: .3
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-sm,.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 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px
}

.outline {
    outline-style: solid
}

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

.ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(15 23 42/var(--tw-ring-opacity,1))
}

.ring-opacity-5 {
    --tw-ring-opacity: 0.05
}

.drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))
}

.drop-shadow-md,.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.transition {
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s
}

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

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.btn-primary-bg {
    background-color: #fff
}

.btn-primary-border {
    border-color: #000
}

.btn-primary-color {
    color: #000
}

.btn-primary-bg-hover {
    background-color: #1e293b
}

.btn-primary-color-hover {
    color: #fff
}

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

.btn-secondary-bg {
    background-color: #e1e7ef
}

.btn-secondary-border {
    border-color: #e1e7ef
}

.btn-secondary-color {
    color: #000
}

.btn-secondary-bg-hover {
    background-color: #cad4e0
}

.btn-secondary-color-hover {
    color: #000
}

.btn-tertiary-bg {
    background-color: #fff
}

.btn-tertiary-border {
    border-color: #e1e7ef
}

.btn-tertiary-color {
    color: #0f172a
}

.btn-link-border {
    border-color: #e1e7ef
}

.btn-link-color {
    color: #0f172a
}

.btn-confirm-bg {
    background-color: #7bd14a
}

.btn-confirm-border {
    border-color: #5cb72b
}

.btn-confirm-color {
    color: #e1e7ef
}

.btn-warning-bg {
    background-color: #ff6464
}

.btn-warning-border {
    border-color: #ff4d4d
}

.btn-warning-color {
    color: #e1e7ef
}

.icon-btn-light-bg {
    background-color: #fff
}

.icon-btn-light-color {
    color: #000
}

.icon-btn-light-border {
    border-color: #f0f4f8
}

.icon-btn-dark-bg {
    background-color: #000
}

.icon-btn-dark-color {
    color: #fff
}

.icon-btn-dark-border {
    border-color: #fff
}

.card-heading-color {
    color: #0f172a
}

.card-label-color {
    color: #93a2b7
}

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

.navigation-bar-bg {
    background-color: #fff
}

.navigation-btn-color,.navigation-btn-secondary-color {
    color: #0f172a
}

.navigation-btn-icon-color,.navigation-btn-secondary-icon-color,.navigation-btn-secondary-smalltext-color {
    color: #64748a
}

.navigation-menu-label-color {
    color: #93a2b7
}

.navigation-live-status-color,.navigation-menu-heading-color {
    color: #000
}

.navigation-btn-secondary-rounded {
    border-radius: .25rem
}

.badge-offer-bg {
    background-color: #fcd34d
}

.badge-sale-bg {
    background-color: #ff4d4d
}

.badge-soldout-bg {
    background-color: #ff8946
}

.badge-offer-color {
    color: #92400e
}

.badge-sale-color {
    color: #fff1f1
}

.badge-soldout-color {
    color: #7e2210
}

.badge-new-color {
    color: #284c1b
}

.badge-new-bg {
    background-color: #a0e278
}

.badge-rounded {
    border-radius: .25rem
}

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

.img-caption-color,.img-caption-icon-color {
    color: #93a2b7
}

.live-status-color-green {
    color: #5cb72b
}

.live-status-color-amber {
    color: #fe5d11
}

.live-status-text-color {
    color: #64748a
}

.breadcrumb-color {
    color: #1e293b
}

.breadcrumb-rounded {
    border-radius: .25rem
}

.breadcrumb-icon-color {
    color: #cad4e0
}

.pagination-btn-bg {
    background-color: #fff
}

.pagination-btn-color {
    color: #000
}

.pagination-btn-color-active {
    color: #fff
}

.pagination-dot-bg-active {
    background-color: #000
}

.dots-group-bg-light {
    background-color: #fff
}

.dots-group-bg-dark {
    background-color: rgba(0,0,0,.5)
}

.dots-dot-bg-onlight {
    background-color: transparent
}

.dots-dot-border-onlight {
    border-color: #000
}

.dots-dot-bg-ondark {
    background-color: hsla(0,0%,100%,0)
}

.dots-dot-border-ondark {
    border-color: #fff
}

.dots-dot-bg-onlight-active {
    background-color: #000
}

.dots-dot-bg-ondark-active,.modal-bg {
    background-color: #fff
}

.article-heading-color {
    color: #000
}

.article-body-color {
    color: #1e293b
}

.quote-color {
    color: #000
}

.quote-author-color {
    color: #475569
}

.info-table-body-color,.info-table-heading-color {
    color: #000
}

.info-table-smalltext-color {
    color: #64748a
}

.info-table-hint-color {
    color: #fe5d11
}

.info-table-bg {
    background-color: #F0DCCE;
    margin-bottom: 30px !important;
}

.accordion-border,.info-table-border {
    border-color: #e1e7ef
}

.accordion-color {
    color: #000
}

.accordion-heading-color {
    color: #1e293b
}

.accordion-body-color {
    color: #64748a
}

.input-border {
    border-color: #e1e7ef
}

.input-border-error {
    border-color: #ff9d9d
}

.input-hint-color-error {
    color: #ff6464
}

.input-hint-color {
    color: #475569
}

.input-label-color {
    color: #000
}

.input-border-width {
    border-width: 1px
}

.input-border-width-active {
    border-width: 2px
}

.checkbox-bg {
    background-color: #fff
}

.checkbox-border {
    border-color: #64748a
}

.checkbox-color {
    color: #0f172a
}

.checkbox-bg-disabled {
    background-color: #f7f9fb
}

.checkbox-border-disabled {
    border-color: #e1e7ef
}

.checkbox-color-disabled {
    color: #cad4e0
}

.quicklink-icon-color,.quicklink-text-color {
    color: #000
}

.quicklink-bg {
    background-color: inherit;
}

.subscribe-banner-bg {
    background-color: #000
}

.subscribe-banner-body-color,.subscribe-banner-heading-color {
    color: #fff
}

.callout-bg {
    background-color: #ecfffd
}

.callout-rounded {
    border-radius: 1rem
}

.notification-banner-bg-info {
    background-color: #e5f8ff
}

.notification-banner-info-icon-color {
    color: #1480ff
}

.notification-banner-bg-warning {
    background-color: #fff1f1
}

.notification-banner-warning-icon-color {
    color: #ff4d4d
}

.notification-banner-rounded {
    border-radius: .75rem
}

.notification-banner-heading-color,.notification-banner-icon-color {
    color: #000
}

.notification-banner-body-color {
    color: #64748a
}

.aside-bg {
    background-color: #f7f9fb
}

.aside-smalltext-color {
    color: #64748a
}

.aside-heading-color {
    color: #000
}

.aside-body-color {
    color: #1e293b
}

.aside-icon-text-color {
    color: #64748a
}

.theme-01-bg {
    background-color: #4cb876
}

.theme-01-heading-color,.theme-01-label-color {
    color: #effaf2
}

.theme-01-heading-lightest-color,.theme-01-label-lightest-color {
    color: #fff
}

.theme-01-body-color {
    color: #d8f3de
}

.theme-01-btn-primary-bg {
    background-color: #124229
}

.theme-01-btn-primary-bg-active {
    background-color: #17653c
}

.theme-01-btn-primary-color,.theme-01-btn-primary-color-active,.theme-01-btn-primary-icon-color,.theme-01-btn-primary-icon-color-active {
    color: #effaf2
}

.theme-01-btn-secondary-bg {
    background-color: #d8f3de
}

.theme-01-btn-secondary-bg-active {
    background-color: #124229
}

.theme-01-btn-secondary-color {
    color: #000
}

.theme-01-btn-secondary-color-active {
    color: #fff
}

.theme-01-btn-secondary-icon-color {
    color: #000
}

.theme-01-btn-secondary-icon-color-active {
    color: #fff
}

.theme-01-icon-btn-bg {
    background-color: #fff
}

.theme-01-icon-btn-bg-active {
    background-color: #124229
}

.theme-01-icon-btn-color {
    color: #000
}

.theme-01-icon-btn-color-active {
    color: #fff
}

.theme-01-tab-btn-bg {
    background-color: #4cb876
}

.theme-01-tab-btn-bg-active {
    background-color: #124229
}

.theme-01-tab-btn-border {
    border-color: #17653c
}

.theme-01-tab-btn-border-active {
    border-color: #124229
}

.theme-01-tab-btn-color,.theme-01-tab-btn-color-active {
    color: #effaf2
}

.theme-01-tab-btn-icon-color {
    color: #d8f3de
}

.theme-01-tab-btn-icon-color-active {
    color: #effaf2
}

.theme-02-bg {
    background-color: #a0e278
}

.theme-02-heading-color,.theme-02-label-color {
    color: #284c1b
}

.theme-02-heading-lightest-color,.theme-02-label-lightest-color {
    color: #fff
}

.theme-02-body-color {
    color: #284c1b
}

.theme-02-btn-primary-bg {
    background-color: #284c1b
}

.theme-02-btn-primary-bg-active {
    background-color: #366f1c
}

.theme-02-btn-primary-color,.theme-02-btn-primary-color-active,.theme-02-btn-primary-icon-color,.theme-02-btn-primary-icon-color-active {
    color: #f2fbea
}

.theme-02-btn-secondary-bg {
    background-color: #e1f6d1
}

.theme-02-btn-secondary-bg-active {
    background-color: #284c1b
}

.theme-02-btn-secondary-color {
    color: #000
}

.theme-02-btn-secondary-color-active {
    color: #fff
}

.theme-02-btn-secondary-icon-color {
    color: #000
}

.theme-02-btn-secondary-icon-color-active {
    color: #fff
}

.theme-02-icon-btn-bg {
    background-color: #fff
}

.theme-02-icon-btn-bg-active {
    background-color: #284c1b
}

.theme-02-icon-btn-color {
    color: #000
}

.theme-02-icon-btn-color-active {
    color: #fff
}

.theme-02-tab-btn-bg {
    background-color: #a0e278
}

.theme-02-tab-btn-bg-active {
    background-color: #284c1b
}

.theme-02-tab-btn-border {
    border-color: #366f1c
}

.theme-02-tab-btn-border-active {
    border-color: #284c1b
}

.theme-02-tab-btn-color {
    color: #284c1b
}

.theme-02-tab-btn-color-active {
    color: #f2fbea
}

.theme-02-tab-btn-icon-color {
    color: #284c1b
}

.theme-02-tab-btn-icon-color-active {
    color: #f2fbea
}

.theme-03-bg {
    background-color: #ff96db
}

.theme-03-heading-color,.theme-03-label-color {
    color: #8b104f
}

.theme-03-heading-lightest-color,.theme-03-label-lightest-color {
    color: #fff
}

.theme-03-body-color {
    color: #a70d5d
}

.theme-03-btn-primary-bg {
    background-color: #8b104f
}

.theme-03-btn-primary-bg-active {
    background-color: #ca0c71
}

.theme-03-btn-primary-color,.theme-03-btn-primary-color-active,.theme-03-btn-primary-icon-color,.theme-03-btn-primary-icon-color-active {
    color: #fef1f9
}

.theme-03-btn-secondary-bg {
    background-color: #fee5f6
}

.theme-03-btn-secondary-bg-active {
    background-color: #8b104f
}

.theme-03-btn-secondary-color {
    color: #000
}

.theme-03-btn-secondary-color-active {
    color: #fff
}

.theme-03-btn-secondary-icon-color {
    color: #000
}

.theme-03-btn-secondary-icon-color-active {
    color: #fff
}

.theme-03-icon-btn-bg {
    background-color: #fff
}

.theme-03-icon-btn-bg-active {
    background-color: #8b104f
}

.theme-03-icon-btn-color {
    color: #000
}

.theme-03-icon-btn-color-active {
    color: #fff
}

.theme-03-tab-btn-bg {
    background-color: #ff96db
}

.theme-03-tab-btn-bg-active {
    background-color: #8b104f
}

.theme-03-tab-btn-border {
    border-color: #ca0c71
}

.theme-03-tab-btn-border-active {
    border-color: #8b104f
}

.theme-03-tab-btn-color {
    color: #8b104f
}

.theme-03-tab-btn-color-active {
    color: #fef1f9
}

.theme-03-tab-btn-icon-color {
    color: #8b104f
}

.theme-03-tab-btn-icon-color-active {
    color: #fef1f9
}

.theme-04-bg {
    background-color: #8437f0
}

.theme-04-heading-color,.theme-04-label-color {
    color: #f6f3ff
}

.theme-04-heading-lightest-color,.theme-04-label-lightest-color {
    color: #fff
}

.theme-04-body-color {
    color: #f6f3ff
}

.theme-04-btn-primary-bg {
    background-color: #521b97
}

.theme-04-btn-primary-bg-active {
    background-color: #7525dc
}

.theme-04-btn-primary-color,.theme-04-btn-primary-color-active,.theme-04-btn-primary-icon-color,.theme-04-btn-primary-icon-color-active {
    color: #f6f3ff
}

.theme-04-btn-secondary-bg {
    background-color: #eee9fe
}

.theme-04-btn-secondary-bg-active {
    background-color: #521b97
}

.theme-04-btn-secondary-color {
    color: #000
}

.theme-04-btn-secondary-color-active {
    color: #fff
}

.theme-04-btn-secondary-icon-color {
    color: #000
}

.theme-04-btn-secondary-icon-color-active {
    color: #fff
}

.theme-04-icon-btn-bg {
    background-color: #fff
}

.theme-04-icon-btn-bg-active {
    background-color: #521b97
}

.theme-04-icon-btn-color {
    color: #000
}

.theme-04-icon-btn-color-active {
    color: #fff
}

.theme-04-tab-btn-bg {
    background-color: #8437f0
}

.theme-04-tab-btn-bg-active {
    background-color: #521b97
}

.theme-04-tab-btn-border,.theme-04-tab-btn-border-active {
    border-color: #521b97
}

.theme-04-tab-btn-color,.theme-04-tab-btn-color-active,.theme-04-tab-btn-icon-color,.theme-04-tab-btn-icon-color-active {
    color: #f6f3ff
}

.theme-05-bg {
    background-color: #09adb7
}

.theme-05-heading-color,.theme-05-label-color {
    color: #ecfffd
}

.theme-05-heading-lightest-color,.theme-05-label-lightest-color {
    color: #fff
}

.theme-05-body-color {
    color: #ecfffd
}

.theme-05-btn-primary-bg {
    background-color: #165963
}

.theme-05-btn-primary-bg-active {
    background-color: #0f858f
}

.theme-05-btn-primary-color,.theme-05-btn-primary-color-active,.theme-05-btn-primary-icon-color,.theme-05-btn-primary-icon-color-active {
    color: #ecfffd
}

.theme-05-btn-secondary-bg {
    background-color: #cffefc
}

.theme-05-btn-secondary-bg-active {
    background-color: #165963
}

.theme-05-btn-secondary-color {
    color: #000
}

.theme-05-btn-secondary-color-active {
    color: #fff
}

.theme-05-btn-secondary-icon-color {
    color: #000
}

.theme-05-btn-secondary-icon-color-active {
    color: #fff
}

.theme-05-icon-btn-bg {
    background-color: #fff
}

.theme-05-icon-btn-bg-active {
    background-color: #165963
}

.theme-05-icon-btn-color {
    color: #000
}

.theme-05-icon-btn-color-active {
    color: #fff
}

.theme-05-tab-btn-bg {
    background-color: #09adb7
}

.theme-05-tab-btn-bg-active {
    background-color: #165963
}

.theme-05-tab-btn-border {
    border-color: #0f858f
}

.theme-05-tab-btn-border-active {
    border-color: #165963
}

.theme-05-tab-btn-color,.theme-05-tab-btn-color-active,.theme-05-tab-btn-icon-color,.theme-05-tab-btn-icon-color-active {
    color: #ecfffd
}

.theme-06-bg {
    background-color: #d4f3ef
}

.theme-06-heading-color,.theme-06-label-color {
    color: #1d4344
}

.theme-06-heading-lightest-color,.theme-06-label-lightest-color {
    color: #fff
}

.theme-06-body-color {
    color: #1d4344
}

.theme-06-btn-primary-bg {
    background-color: #1d4344
}

.theme-06-btn-primary-bg-active {
    background-color: #216364
}

.theme-06-btn-primary-color,.theme-06-btn-primary-color-active,.theme-06-btn-primary-icon-color,.theme-06-btn-primary-icon-color-active {
    color: #f2fbfa
}

.theme-06-btn-secondary-bg {
    background-color: #d4f3ef
}

.theme-06-btn-secondary-bg-active {
    background-color: #1d4344
}

.theme-06-btn-secondary-color {
    color: #000
}

.theme-06-btn-secondary-color-active {
    color: #fff
}

.theme-06-btn-secondary-icon-color {
    color: #000
}

.theme-06-btn-secondary-icon-color-active {
    color: #fff
}

.theme-06-icon-btn-bg {
    background-color: #fff
}

.theme-06-icon-btn-bg-active {
    background-color: #1d4344
}

.theme-06-icon-btn-color {
    color: #000
}

.theme-06-icon-btn-color-active {
    color: #fff
}

.theme-06-tab-btn-bg {
    background-color: #d4f3ef
}

.theme-06-tab-btn-bg-active {
    background-color: #1d4344
}

.theme-06-tab-btn-border,.theme-06-tab-btn-border-active {
    border-color: #1d4344
}

.theme-06-tab-btn-color {
    color: #1d4344
}

.theme-06-tab-btn-color-active {
    color: #f2fbfa
}

.theme-06-tab-btn-icon-color {
    color: #1d4344
}

.theme-06-tab-btn-icon-color-active {
    color: #f2fbfa
}

.theme-07-bg {
    background-color: #ff6464
}

.theme-07-heading-color,.theme-07-label-color {
    color: #fff1f1
}

.theme-07-heading-lightest-color,.theme-07-label-lightest-color {
    color: #fff
}

.theme-07-body-color {
    color: #881414
}

.theme-07-btn-primary-bg {
    background-color: #881414
}

.theme-07-btn-primary-bg-active {
    background-color: #c80d0d
}

.theme-07-btn-primary-color,.theme-07-btn-primary-color-active,.theme-07-btn-primary-icon-color,.theme-07-btn-primary-icon-color-active {
    color: #fff1f1
}

.theme-07-btn-secondary-bg {
    background-color: #ffdfdf
}

.theme-07-btn-secondary-bg-active {
    background-color: #881414
}

.theme-07-btn-secondary-color {
    color: #000
}

.theme-07-btn-secondary-color-active {
    color: #fff
}

.theme-07-btn-secondary-icon-color {
    color: #000
}

.theme-07-btn-secondary-icon-color-active {
    color: #fff
}

.theme-07-icon-btn-bg {
    background-color: #fff
}

.theme-07-icon-btn-bg-active {
    background-color: #881414
}

.theme-07-icon-btn-color {
    color: #000
}

.theme-07-icon-btn-color-active {
    color: #fff
}

.theme-07-tab-btn-bg {
    background-color: #ff6464
}

.theme-07-tab-btn-bg-active {
    background-color: #881414
}

.theme-07-tab-btn-border,.theme-07-tab-btn-border-active {
    border-color: #881414
}

.theme-07-tab-btn-color,.theme-07-tab-btn-color-active,.theme-07-tab-btn-icon-color,.theme-07-tab-btn-icon-color-active {
    color: #fff1f1
}

.theme-08-bg {
    background-color: #ff8946
}

.theme-08-heading-color,.theme-08-label-color {
    color: #7e2210
}

.theme-08-heading-lightest-color,.theme-08-label-lightest-color {
    color: #fff
}

.theme-08-body-color {
    color: #7e2210
}

.theme-08-btn-primary-bg {
    background-color: #7e2210
}

.theme-08-btn-primary-bg-active {
    background-color: #c62e08
}

.theme-08-btn-primary-color {
    color: #fff5ed
}

.theme-08-btn-primary-color-active {
    color: #fff
}

.theme-08-btn-primary-icon-color {
    color: #fff5ed
}

.theme-08-btn-primary-icon-color-active {
    color: #fff
}

.theme-08-btn-secondary-bg {
    background-color: #ffe9d4
}

.theme-08-btn-secondary-bg-active {
    background-color: #7e2210
}

.theme-08-btn-secondary-color {
    color: #000
}

.theme-08-btn-secondary-color-active {
    color: #fff
}

.theme-08-btn-secondary-icon-color {
    color: #000
}

.theme-08-btn-secondary-icon-color-active {
    color: #fff
}

.theme-08-icon-btn-bg {
    background-color: #fff
}

.theme-08-icon-btn-bg-active {
    background-color: #7e2210
}

.theme-08-icon-btn-color {
    color: #000
}

.theme-08-icon-btn-color-active {
    color: #fff
}

.theme-08-tab-btn-bg {
    background-color: #ff8946
}

.theme-08-tab-btn-bg-active {
    background-color: #7e2210
}

.theme-08-tab-btn-border,.theme-08-tab-btn-border-active {
    border-color: #7e2210
}

.theme-08-tab-btn-color {
    color: #7e2210
}

.theme-08-tab-btn-color-active {
    color: #fff5ed
}

.theme-08-tab-btn-icon-color {
    color: #7e2210
}

.theme-08-tab-btn-icon-color-active {
    color: #fff5ed
}

.theme-09-bg {
    background-color: #fbbf24
}

.theme-09-heading-color,.theme-09-label-color {
    color: #78350f
}

.theme-09-heading-lightest-color,.theme-09-label-lightest-color {
    color: #fff
}

.theme-09-body-color {
    color: #78350f
}

.theme-09-btn-primary-bg {
    background-color: #78350f
}

.theme-09-btn-primary-bg-active {
    background-color: #b45309
}

.theme-09-btn-primary-color,.theme-09-btn-primary-color-active,.theme-09-btn-primary-icon-color {
    color: #fffbeb
}

.theme-09-btn-primary-icon-color-active {
    color: #fff
}

.theme-09-btn-secondary-bg {
    background-color: #fef4cc
}

.theme-09-btn-secondary-bg-active {
    background-color: #78350f
}

.theme-09-btn-secondary-color {
    color: #000
}

.theme-09-btn-secondary-color-active {
    color: #fff
}

.theme-09-btn-secondary-icon-color {
    color: #000
}

.theme-09-btn-secondary-icon-color-active {
    color: #fff
}

.theme-09-icon-btn-bg {
    background-color: #fff
}

.theme-09-icon-btn-bg-active {
    background-color: #78350f
}

.theme-09-icon-btn-color {
    color: #000
}

.theme-09-icon-btn-color-active {
    color: #fff
}

.theme-09-tab-btn-bg {
    background-color: #fbbf24
}

.theme-09-tab-btn-bg-active {
    background-color: #78350f
}

.theme-09-tab-btn-border {
    border-color: #b45309
}

.theme-09-tab-btn-border-active {
    border-color: #78350f
}

.theme-09-tab-btn-color {
    color: #78350f
}

.theme-09-tab-btn-color-active {
    color: #fffbeb
}

.theme-09-tab-btn-icon-color {
    color: #78350f
}

.theme-09-tab-btn-icon-color-active {
    color: #fffbeb
}

.theme-10-bg {
    background-color: #001e4c
}

.theme-10-heading-color,.theme-10-label-color {
    color: #e5f8ff
}

.theme-10-heading-lightest-color,.theme-10-label-lightest-color {
    color: #fff
}

.theme-10-body-color {
    color: #cff3ff
}

.theme-10-btn-primary-bg {
    background-color: #0062e3
}

.theme-10-btn-primary-bg-active {
    background-color: #1480ff
}

.theme-10-btn-primary-color,.theme-10-btn-primary-color-active,.theme-10-btn-primary-icon-color {
    color: #e5f8ff
}

.theme-10-btn-primary-icon-color-active {
    color: #fff
}

.theme-10-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-10-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-10-btn-secondary-color {
    color: #000
}

.theme-10-btn-secondary-color-active {
    color: #fff
}

.theme-10-btn-secondary-icon-color {
    color: #000
}

.theme-10-btn-secondary-icon-color-active {
    color: #fff
}

.theme-10-icon-btn-bg {
    background-color: #fff
}

.theme-10-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-10-icon-btn-color {
    color: #000
}

.theme-10-icon-btn-color-active {
    color: #fff
}

.theme-10-tab-btn-bg {
    background-color: #001e4c
}

.theme-10-tab-btn-bg-active {
    background-color: #0062e3
}

.theme-10-tab-btn-border {
    border-color: #a9e5ff
}

.theme-10-tab-btn-border-active {
    border-color: #0062e3
}

.theme-10-tab-btn-color,.theme-10-tab-btn-color-active,.theme-10-tab-btn-icon-color,.theme-10-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-red-bg {
    background-color: #761f1c
}

.theme-christmas-red-label-color {
    color: #fff
}

.theme-christmas-red-heading-color {
    color: #ebd6d2
}

.theme-christmas-red-btn-heading-lightest-color,.theme-christmas-red-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-red-body-color {
    color: #fd9908
}

.theme-christmas-red-btn-primary-bg {
    background-color: #fd9908
}

.theme-christmas-red-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-red-btn-primary-color {
    color: #fd9908
}

.theme-christmas-red-btn-primary-color-active {
    color: #fff
}

.theme-christmas-red-btn-primary-icon-color {
    color: #fd9908
}

.theme-christmas-red-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-red-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-red-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-red-btn-secondary-color {
    color: #fd9908
}

.theme-christmas-red-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-red-btn-secondary-icon-color {
    color: #fd9908
}

.theme-christmas-red-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-red-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-red-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-red-btn-icon-btn-color {
    color: #fd9908
}

.theme-christmas-red-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-red-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-red-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-red-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-red-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-red-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-red-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-red-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-red-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-darkRed-bg {
    background-color: #3b1920
}

.theme-christmas-darkRed-label-color {
    color: #fff
}

.theme-christmas-darkRed-heading-color {
    color: #b0955a
}

.theme-christmas-darkRed-btn-heading-lightest-color,.theme-christmas-darkRed-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-darkRed-body-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-primary-bg {
    background-color: #fd9908
}

.theme-christmas-darkRed-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-darkRed-btn-primary-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-primary-color-active {
    color: #fff
}

.theme-christmas-darkRed-btn-primary-icon-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-darkRed-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-darkRed-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-darkRed-btn-secondary-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-darkRed-btn-secondary-icon-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-darkRed-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-darkRed-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-darkRed-btn-icon-btn-color {
    color: #fd9908
}

.theme-christmas-darkRed-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-darkRed-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-darkRed-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-darkRed-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-darkRed-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-darkRed-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-darkRed-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-darkRed-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-darkRed-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-green-bg {
    background-color: #274534
}

.theme-christmas-green-label-color {
    color: #fff
}

.theme-christmas-green-heading-color {
    color: #829d89
}

.theme-christmas-green-btn-heading-lightest-color,.theme-christmas-green-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-green-body-color {
    color: #fd9908
}

.theme-christmas-green-btn-primary-bg {
    background-color: #fd9908
}

.theme-christmas-green-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-green-btn-primary-color {
    color: #fd9908
}

.theme-christmas-green-btn-primary-color-active {
    color: #fff
}

.theme-christmas-green-btn-primary-icon-color {
    color: #fd9908
}

.theme-christmas-green-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-green-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-green-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-green-btn-secondary-color {
    color: #fd9908
}

.theme-christmas-green-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-green-btn-secondary-icon-color {
    color: #fd9908
}

.theme-christmas-green-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-green-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-green-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-green-btn-icon-btn-color {
    color: #fd9908
}

.theme-christmas-green-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-green-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-green-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-green-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-green-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-green-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-green-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-green-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-green-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-blue-bg {
    background-color: #362f54
}

.theme-christmas-blue-label-color {
    color: #fff
}

.theme-christmas-blue-heading-color {
    color: #c1bacb
}

.theme-christmas-blue-btn-heading-lightest-color,.theme-christmas-blue-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-blue-body-color {
    color: #fd9908
}

.theme-christmas-blue-btn-primary-bg {
    background-color: #fd9908
}

.theme-christmas-blue-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-blue-btn-primary-color {
    color: #fd9908
}

.theme-christmas-blue-btn-primary-color-active {
    color: #fff
}

.theme-christmas-blue-btn-primary-icon-color {
    color: #fd9908
}

.theme-christmas-blue-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-blue-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-blue-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-blue-btn-secondary-color {
    color: #fd9908
}

.theme-christmas-blue-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-blue-btn-secondary-icon-color {
    color: #fd9908
}

.theme-christmas-blue-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-blue-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-blue-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-blue-btn-icon-btn-color {
    color: #fd9908
}

.theme-christmas-blue-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-blue-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-blue-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-blue-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-blue-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-blue-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-blue-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-blue-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-blue-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-pink-bg {
    background-color: #f8d8dd
}

.theme-christmas-pink-label-color {
    color: #000
}

.theme-christmas-pink-heading-color {
    color: #8e3533
}

.theme-christmas-pink-btn-heading-lightest-color,.theme-christmas-pink-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-pink-body-color {
    color: #8e3533
}

.theme-christmas-pink-btn-primary-bg {
    background-color: #8e3533
}

.theme-christmas-pink-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-pink-btn-primary-color {
    color: #8e3533
}

.theme-christmas-pink-btn-primary-color-active {
    color: #fff
}

.theme-christmas-pink-btn-primary-icon-color {
    color: #8e3533
}

.theme-christmas-pink-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-pink-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-pink-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-pink-btn-secondary-color {
    color: #8e3533
}

.theme-christmas-pink-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-pink-btn-secondary-icon-color {
    color: #8e3533
}

.theme-christmas-pink-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-pink-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-pink-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-pink-btn-icon-btn-color {
    color: #8e3533
}

.theme-christmas-pink-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-pink-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-pink-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-pink-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-pink-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-pink-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-pink-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-pink-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-pink-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-biege-bg {
    background-color: #ebd5a8
}

.theme-christmas-biege-label-color {
    color: #000
}

.theme-christmas-biege-heading-color {
    color: #8e3533
}

.theme-christmas-biege-btn-heading-lightest-color,.theme-christmas-biege-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-biege-body-color {
    color: #8e3533
}

.theme-christmas-biege-btn-primary-bg {
    background-color: #8e3533
}

.theme-christmas-biege-btn-primary-bg-active {
    background-color: #3fa9ff
}

.theme-christmas-biege-btn-primary-color {
    color: #8e3533
}

.theme-christmas-biege-btn-primary-color-active {
    color: #fff
}

.theme-christmas-biege-btn-primary-icon-color {
    color: #8e3533
}

.theme-christmas-biege-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-biege-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-biege-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-biege-btn-secondary-color {
    color: #8e3533
}

.theme-christmas-biege-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-biege-btn-secondary-icon-color {
    color: #8e3533
}

.theme-christmas-biege-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-biege-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-biege-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-biege-btn-icon-btn-color {
    color: #8e3533
}

.theme-christmas-biege-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-biege-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-biege-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-biege-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-biege-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-biege-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-biege-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-biege-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-biege-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-christmas-navy-bg {
    background-color: #031d44
}

.theme-south-eveleigh-bg {
    background-color: #97C6D7
}

.theme-south-eveleigh-minisv1-bg {
    background-color: #000;
    color: #fff;    
}
.util-base-medium {
    background-color: unset;
}

.theme-south-eveleigh-minisv2-bg {
    background-color: #E16B94
}

.theme-south-eveleigh-minisv3-bg {
    background-color: #409D79
}
.theme-base-label-color {
    color: #FFF
}

.theme-christmas-navy-heading-color,.theme-christmas-navy-label-color {
    color: #f0d4a2
}

.theme-christmas-navy-btn-heading-lightest-color,.theme-christmas-navy-btn-label-lightest-color {
    color: #fff
}

.theme-christmas-navy-body-color {
    color: #f0d4a2
}

.theme-christmas-navy-btn-primary-bg {
    background-color: #dd9435
}

.theme-christmas-navy-btn-primary-bg-active {
    background-color: #f7b267
}

.theme-christmas-navy-btn-primary-color {
    color: #031d44
}

.theme-christmas-navy-btn-primary-color-active {
    color: #fff
}

.theme-christmas-navy-btn-primary-icon-color {
    color: #8e3533
}

.theme-christmas-navy-btn-primary-icon-color-active {
    color: #fff
}

.theme-christmas-navy-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-christmas-navy-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-christmas-navy-btn-secondary-color {
    color: #8e3533
}

.theme-christmas-navy-btn-secondary-color-active {
    color: #fff
}

.theme-christmas-navy-btn-secondary-icon-color {
    color: #8e3533
}

.theme-christmas-navy-btn-secondary-icon-color-active {
    color: #fff
}

.theme-christmas-navy-btn-icon-btn-bg {
    background-color: #fff
}

.theme-christmas-navy-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-navy-btn-icon-btn-color {
    color: #8e3533
}

.theme-christmas-navy-btn-icon-btn-color-active {
    color: #fff
}

.theme-christmas-navy-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-christmas-navy-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-christmas-navy-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-christmas-navy-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-christmas-navy-btn-tab-btn-color {
    color: #001e4c
}

.theme-christmas-navy-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-christmas-navy-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-christmas-navy-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-lunar-red-orange-bg {
    background-color: #c52025
}

.theme-lunar-red-orange-label-color {
    color: #ffcccd
}

.theme-lunar-red-orange-body-color,.theme-lunar-red-orange-btn-heading-lightest-color,.theme-lunar-red-orange-btn-label-lightest-color,.theme-lunar-red-orange-heading-color {
    color: #fff
}

.theme-lunar-red-orange-btn-primary-bg,.theme-lunar-red-orange-btn-primary-bg-active {
    background-color: #f3a223
}

.theme-lunar-red-orange-btn-primary-color,.theme-lunar-red-orange-btn-primary-color-active {
    color: #fff
}

.theme-lunar-red-orange-btn-primary-icon-color {
    color: #f3a223
}

.theme-lunar-red-orange-btn-primary-icon-color-active {
    color: #fff
}

.theme-lunar-red-orange-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-lunar-red-orange-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-orange-btn-secondary-color {
    color: #f3a223
}

.theme-lunar-red-orange-btn-secondary-color-active {
    color: #fff
}

.theme-lunar-red-orange-btn-secondary-icon-color {
    color: #f3a223
}

.theme-lunar-red-orange-btn-secondary-icon-color-active {
    color: #fff
}

.theme-lunar-red-orange-btn-icon-btn-bg {
    background-color: #fff
}

.theme-lunar-red-orange-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-orange-btn-icon-btn-color {
    color: #f3a223
}

.theme-lunar-red-orange-btn-icon-btn-color-active {
    color: #fff
}

.theme-lunar-red-orange-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-lunar-red-orange-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-orange-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-lunar-red-orange-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-lunar-red-orange-btn-tab-btn-color {
    color: #001e4c
}

.theme-lunar-red-orange-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-lunar-red-orange-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-lunar-red-orange-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-lunar-red-pink-bg {
    background-color: #c52025
}

.theme-lunar-red-pink-label-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-heading-lightest-color,.theme-lunar-red-pink-btn-label-lightest-color,.theme-lunar-red-pink-heading-color {
    color: #fff
}

.theme-lunar-red-pink-body-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-primary-bg,.theme-lunar-red-pink-btn-primary-bg-active {
    background-color: #ffcccd
}

.theme-lunar-red-pink-btn-primary-color {
    color: #c52025
}

.theme-lunar-red-pink-btn-primary-color-active {
    color: #fff
}

.theme-lunar-red-pink-btn-primary-icon-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-primary-icon-color-active {
    color: #fff
}

.theme-lunar-red-pink-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-lunar-red-pink-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-pink-btn-secondary-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-secondary-color-active {
    color: #fff
}

.theme-lunar-red-pink-btn-secondary-icon-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-secondary-icon-color-active {
    color: #fff
}

.theme-lunar-red-pink-btn-icon-btn-bg {
    background-color: #fff
}

.theme-lunar-red-pink-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-pink-btn-icon-btn-color {
    color: #ffcccd
}

.theme-lunar-red-pink-btn-icon-btn-color-active {
    color: #fff
}

.theme-lunar-red-pink-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-lunar-red-pink-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-red-pink-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-lunar-red-pink-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-lunar-red-pink-btn-tab-btn-color {
    color: #001e4c
}

.theme-lunar-red-pink-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-lunar-red-pink-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-lunar-red-pink-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-lunar-pink-red-bg {
    background-color: #f07d80
}

.theme-lunar-pink-red-label-color {
    color: #c52025
}

.theme-lunar-pink-red-heading-color {
    color: #000
}

.theme-lunar-pink-red-btn-heading-lightest-color,.theme-lunar-pink-red-btn-label-lightest-color {
    color: #fff
}

.theme-lunar-pink-red-body-color {
    color: #8e3533
}

.theme-lunar-pink-red-btn-primary-bg,.theme-lunar-pink-red-btn-primary-bg-active {
    background-color: #c52025
}

.theme-lunar-pink-red-btn-primary-color,.theme-lunar-pink-red-btn-primary-color-active {
    color: #fff
}

.theme-lunar-pink-red-btn-primary-icon-color {
    color: #c52025
}

.theme-lunar-pink-red-btn-primary-icon-color-active {
    color: #fff
}

.theme-lunar-pink-red-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-lunar-pink-red-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-lunar-pink-red-btn-secondary-color {
    color: #c52025
}

.theme-lunar-pink-red-btn-secondary-color-active {
    color: #fff
}

.theme-lunar-pink-red-btn-secondary-icon-color {
    color: #c52025
}

.theme-lunar-pink-red-btn-secondary-icon-color-active {
    color: #fff
}

.theme-lunar-pink-red-btn-icon-btn-bg {
    background-color: #fff
}

.theme-lunar-pink-red-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-pink-red-btn-icon-btn-color {
    color: #c52025
}

.theme-lunar-pink-red-btn-icon-btn-color-active {
    color: #fff
}

.theme-lunar-pink-red-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-lunar-pink-red-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-lunar-pink-red-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-lunar-pink-red-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-lunar-pink-red-btn-tab-btn-color {
    color: #001e4c
}

.theme-lunar-pink-red-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-lunar-pink-red-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-lunar-pink-red-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-winter-midnight-bg {
    background-color: #ebe6df
}

.theme-winter-midnight-label-color {
    color: #0b3f61
}

.theme-winter-midnight-btn-label-lightest-color,.theme-winter-midnight-heading-color {
    color: #000
}

.theme-winter-midnight-btn-heading-lightest-color {
    color: #fff
}

.theme-winter-midnight-body-color {
    color: #000
}

.theme-winter-midnight-btn-primary-bg {
    background-color: #0b3f61
}

.theme-winter-midnight-btn-primary-bg-active {
    background-color: #235271
}

.theme-winter-midnight-btn-primary-color,.theme-winter-midnight-btn-primary-color-active {
    color: #fff
}

.theme-winter-midnight-btn-primary-icon-color {
    color: #0b3f61
}

.theme-winter-midnight-btn-primary-icon-color-active {
    color: #fff
}

.theme-winter-midnight-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-winter-midnight-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-winter-midnight-btn-secondary-color {
    color: #c52025
}

.theme-winter-midnight-btn-secondary-color-active {
    color: #fff
}

.theme-winter-midnight-btn-secondary-icon-color {
    color: #c52025
}

.theme-winter-midnight-btn-secondary-icon-color-active {
    color: #fff
}

.theme-winter-midnight-btn-icon-btn-bg {
    background-color: #fff
}

.theme-winter-midnight-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-winter-midnight-btn-icon-btn-color {
    color: #0b3f61
}

.theme-winter-midnight-btn-icon-btn-color-active {
    color: #fff
}

.theme-winter-midnight-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-winter-midnight-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-winter-midnight-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-winter-midnight-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-winter-midnight-btn-tab-btn-color {
    color: #001e4c
}

.theme-winter-midnight-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-winter-midnight-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-winter-midnight-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-winter-wildMagenta-bg {
    background-color: #ebe6df
}

.theme-winter-wildMagenta-label-color {
    color: #ab2b73
}

.theme-winter-wildMagenta-btn-label-lightest-color,.theme-winter-wildMagenta-heading-color {
    color: #000
}

.theme-winter-wildMagenta-btn-heading-lightest-color {
    color: #fff
}

.theme-winter-wildMagenta-body-color {
    color: #000
}

.theme-winter-wildMagenta-btn-primary-bg {
    background-color: #ab2b73
}

.theme-winter-wildMagenta-btn-primary-bg-active {
    background-color: #b44081
}

.theme-winter-wildMagenta-btn-primary-color,.theme-winter-wildMagenta-btn-primary-color-active {
    color: #fff
}

.theme-winter-wildMagenta-btn-primary-icon-color {
    color: #ab2b73
}

.theme-winter-wildMagenta-btn-primary-icon-color-active {
    color: #fff
}

.theme-winter-wildMagenta-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-winter-wildMagenta-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-winter-wildMagenta-btn-secondary-color {
    color: #c52025
}

.theme-winter-wildMagenta-btn-secondary-color-active {
    color: #fff
}

.theme-winter-wildMagenta-btn-secondary-icon-color {
    color: #c52025
}

.theme-winter-wildMagenta-btn-secondary-icon-color-active {
    color: #fff
}

.theme-winter-wildMagenta-btn-icon-btn-bg {
    background-color: #fff
}

.theme-winter-wildMagenta-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-winter-wildMagenta-btn-icon-btn-color {
    color: #ab2b73
}

.theme-winter-wildMagenta-btn-icon-btn-color-active {
    color: #fff
}

.theme-winter-wildMagenta-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-winter-wildMagenta-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-winter-wildMagenta-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-winter-wildMagenta-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-winter-wildMagenta-btn-tab-btn-color {
    color: #001e4c
}

.theme-winter-wildMagenta-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-winter-wildMagenta-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-winter-wildMagenta-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-brand-minis-jungle-green-bg {
    background-color: #419d78
}

.theme-brand-minis-jungle-green-label-color {
    color: #0a090c
}

.theme-brand-minis-jungle-green-heading-color {
    color: #fef9ed
}

.theme-brand-minis-jungle-green-btn-heading-lightest-color,.theme-brand-minis-jungle-green-btn-label-lightest-color {
    color: #fff
}

.theme-brand-minis-jungle-green-body-color {
    color: #8e3533
}

.theme-brand-minis-jungle-green-btn-primary-bg,.theme-brand-minis-jungle-green-btn-primary-bg-active {
    background-color: #0a090c
}

.theme-brand-minis-jungle-green-btn-primary-color,.theme-brand-minis-jungle-green-btn-primary-color-active {
    color: #fff
}

.theme-brand-minis-jungle-green-btn-primary-icon-color {
    color: #0a090c
}

.theme-brand-minis-jungle-green-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-minis-jungle-green-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-minis-jungle-green-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-jungle-green-btn-secondary-color {
    color: #0a090c
}

.theme-brand-minis-jungle-green-btn-secondary-color-active {
    color: #fff
}

.theme-brand-minis-jungle-green-btn-secondary-icon-color {
    color: #0a090c
}

.theme-brand-minis-jungle-green-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-minis-jungle-green-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-minis-jungle-green-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-jungle-green-btn-icon-btn-color {
    color: #0a090c
}

.theme-brand-minis-jungle-green-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-minis-jungle-green-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-minis-jungle-green-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-jungle-green-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-minis-jungle-green-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-minis-jungle-green-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-minis-jungle-green-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-minis-jungle-green-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-minis-jungle-green-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-brand-minis-sky-blue-bg {
    background-color: #6883ba
}

.theme-brand-minis-sky-blue-label-color {
    color: #0a090c
}

.theme-brand-minis-sky-blue-heading-color {
    color: #fef9ed
}

.theme-brand-minis-sky-blue-btn-heading-lightest-color,.theme-brand-minis-sky-blue-btn-label-lightest-color {
    color: #fff
}

.theme-brand-minis-sky-blue-body-color {
    color: #8e3533
}

.theme-brand-minis-sky-blue-btn-primary-bg,.theme-brand-minis-sky-blue-btn-primary-bg-active {
    background-color: #0a090c
}

.theme-brand-minis-sky-blue-btn-primary-color,.theme-brand-minis-sky-blue-btn-primary-color-active {
    color: #fff
}

.theme-brand-minis-sky-blue-btn-primary-icon-color {
    color: #0a090c
}

.theme-brand-minis-sky-blue-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-minis-sky-blue-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-minis-sky-blue-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-sky-blue-btn-secondary-color {
    color: #0a090c
}

.theme-brand-minis-sky-blue-btn-secondary-color-active {
    color: #fff
}

.theme-brand-minis-sky-blue-btn-secondary-icon-color {
    color: #0a090c
}

.theme-brand-minis-sky-blue-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-minis-sky-blue-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-minis-sky-blue-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-sky-blue-btn-icon-btn-color {
    color: #0a090c
}

.theme-brand-minis-sky-blue-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-minis-sky-blue-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-minis-sky-blue-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-sky-blue-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-minis-sky-blue-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-minis-sky-blue-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-minis-sky-blue-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-minis-sky-blue-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-minis-sky-blue-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-brand-minis-playful-pink-bg {
    background-color: #e16b94
}

.theme-brand-minis-playful-pink-label-color {
    color: #0a090c
}

.theme-brand-minis-playful-pink-btn-heading-lightest-color,.theme-brand-minis-playful-pink-btn-label-lightest-color,.theme-brand-minis-playful-pink-heading-color {
    color: #fff
}

.theme-brand-minis-playful-pink-body-color {
    color: #8e3533
}

.theme-brand-minis-playful-pink-btn-primary-bg,.theme-brand-minis-playful-pink-btn-primary-bg-active {
    background-color: #0a090c
}

.theme-brand-minis-playful-pink-btn-primary-color,.theme-brand-minis-playful-pink-btn-primary-color-active {
    color: #fff
}

.theme-brand-minis-playful-pink-btn-primary-icon-color {
    color: #0a090c
}

.theme-brand-minis-playful-pink-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-minis-playful-pink-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-minis-playful-pink-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-playful-pink-btn-secondary-color {
    color: #0a090c
}

.theme-brand-minis-playful-pink-btn-secondary-color-active {
    color: #fff
}

.theme-brand-minis-playful-pink-btn-secondary-icon-color {
    color: #0a090c
}

.theme-brand-minis-playful-pink-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-minis-playful-pink-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-minis-playful-pink-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-playful-pink-btn-icon-btn-color {
    color: #0a090c
}

.theme-brand-minis-playful-pink-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-minis-playful-pink-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-minis-playful-pink-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-playful-pink-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-minis-playful-pink-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-minis-playful-pink-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-minis-playful-pink-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-minis-playful-pink-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-minis-playful-pink-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-brand-minis-pastel-purple-bg {
    background-color: #e2b6f7
}

.theme-brand-minis-pastel-purple-heading-color,.theme-brand-minis-pastel-purple-label-color {
    color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-heading-lightest-color,.theme-brand-minis-pastel-purple-btn-label-lightest-color {
    color: #fff
}

.theme-brand-minis-pastel-purple-body-color {
    color: #8e3533
}

.theme-brand-minis-pastel-purple-btn-primary-bg,.theme-brand-minis-pastel-purple-btn-primary-bg-active {
    background-color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-primary-color,.theme-brand-minis-pastel-purple-btn-primary-color-active {
    color: #fff
}

.theme-brand-minis-pastel-purple-btn-primary-icon-color {
    color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-minis-pastel-purple-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-minis-pastel-purple-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-secondary-color {
    color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-secondary-color-active {
    color: #fff
}

.theme-brand-minis-pastel-purple-btn-secondary-icon-color {
    color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-minis-pastel-purple-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-minis-pastel-purple-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-icon-btn-color {
    color: #0a090c
}

.theme-brand-minis-pastel-purple-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-minis-pastel-purple-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-minis-pastel-purple-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-minis-pastel-purple-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-minis-pastel-purple-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-minis-pastel-purple-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-brand-minis-vanilla-milkshake-bg {
    background-color: #fef9ed
}

.theme-brand-minis-vanilla-milkshake-heading-color,.theme-brand-minis-vanilla-milkshake-label-color {
    color: #0a090c
}

.theme-brand-minis-vanilla-milkshake-btn-heading-lightest-color,.theme-brand-minis-vanilla-milkshake-btn-label-lightest-color {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-body-color {
    color: #8e3533
}

.theme-brand-minis-vanilla-milkshake-btn-primary-bg,.theme-brand-minis-vanilla-milkshake-btn-primary-bg-active {
    background-color: #6883ba
}

.theme-brand-minis-vanilla-milkshake-btn-primary-color,.theme-brand-minis-vanilla-milkshake-btn-primary-color-active {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-primary-icon-color {
    color: #6883ba
}

.theme-brand-minis-vanilla-milkshake-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-color {
    color: #0a090c
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-color-active {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-icon-color {
    color: #0a090c
}

.theme-brand-minis-vanilla-milkshake-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-icon-btn-color {
    color: #0a090c
}

.theme-brand-minis-vanilla-milkshake-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-minis-vanilla-milkshake-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.seo-text-body-color,.seo-text-heading-color {
    color: #64748a
}

.logo-badge-border {
    border-color: #f0f4f8
}

.logo-badge-bg {
    background-color: #fff
}

.logo-badge-heading-color {
    color: #cad4e0
}

.featured-content-bg {
    background-color: #fff
}

.featured-content-heading-color {
    color: #000
}

.featured-content-body-color {
    color: #475569
}

.featured-content-label-color {
    color: #93a2b7
}

.content-mosaic-bg {
    background-color: #fff
}

.content-mosaic-heading-color {
    color: #000
}

.content-mosaic-label-color {
    color: #64748a
}

.tab-btn-rounded {
    border-radius: 9999px
}

.page-header-color {
    color: #000
}

.page-header-body-color {
    color: #64748a
}

.search-result-card-bg {
    background-color: #F4F4F2
}

.search-field-rounded {
    border-radius: 9999px
}

.input-search-bg,.input-search-bg-focus {
    background-color: #f7f9fb
}

.skinny-banner-bg {
    background-color: #000
}

.skinny-banner-body-color,.skinny-banner-heading-color {
    color: #fff
}

.jump-to-btn-color {
    color: #000
}

.jump-to-bar-bg,.jump-to-btn-bg {
    background-color: #fff
}

.jump-to-btn-color-active {
    color: #000
}

.jump-to-btn-bg-active {
    background-color: #fff
}

.theme-brand-afterpay-bg {
    background-color: #00193a
}

.theme-brand-afterpay-label-color {
    color: #fff
}

.theme-brand-afterpay-heading-color {
    color: #b2fce3
}

.theme-brand-afterpay-btn-heading-lightest-color,.theme-brand-afterpay-btn-label-lightest-color {
    color: #fff
}

.theme-brand-afterpay-body-color {
    color: #8e3533
}

.theme-brand-afterpay-btn-primary-bg,.theme-brand-afterpay-btn-primary-bg-active {
    background-color: #b2fce3
}

.theme-brand-afterpay-btn-primary-color {
    color: #00193a
}

.theme-brand-afterpay-btn-primary-color-active {
    color: #fff
}

.theme-brand-afterpay-btn-primary-icon-color {
    color: #b2fce3
}

.theme-brand-afterpay-btn-primary-icon-color-active {
    color: #fff
}

.theme-brand-afterpay-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-brand-afterpay-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-brand-afterpay-btn-secondary-color,.theme-brand-afterpay-btn-secondary-color-active,.theme-brand-afterpay-btn-secondary-icon-color,.theme-brand-afterpay-btn-secondary-icon-color-active {
    color: #fff
}

.theme-brand-afterpay-btn-icon-btn-bg {
    background-color: #fff
}

.theme-brand-afterpay-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-afterpay-btn-icon-btn-color,.theme-brand-afterpay-btn-icon-btn-color-active {
    color: #fff
}

.theme-brand-afterpay-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-brand-afterpay-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-brand-afterpay-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-brand-afterpay-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-brand-afterpay-btn-tab-btn-color {
    color: #001e4c
}

.theme-brand-afterpay-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-brand-afterpay-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-brand-afterpay-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-happy-off-white-bg {
    background-color: #eceadb
}

.theme-happy-off-white-heading-color,.theme-happy-off-white-label-color {
    color: #000
}

.theme-happy-off-white-btn-heading-lightest-color,.theme-happy-off-white-btn-label-lightest-color {
    color: #fff
}

.theme-happy-off-white-body-color {
    color: #000
}

.theme-happy-off-white-btn-primary-bg,.theme-happy-off-white-btn-primary-bg-active {
    background-color: #000
}

.theme-happy-off-white-btn-primary-color,.theme-happy-off-white-btn-primary-color-active,.theme-happy-off-white-btn-primary-icon-color,.theme-happy-off-white-btn-primary-icon-color-active {
    color: #fff
}

.theme-happy-off-white-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-happy-off-white-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-happy-off-white-btn-secondary-color,.theme-happy-off-white-btn-secondary-color-active,.theme-happy-off-white-btn-secondary-icon-color,.theme-happy-off-white-btn-secondary-icon-color-active {
    color: #fff
}

.theme-happy-off-white-btn-icon-btn-bg {
    background-color: #fff
}

.theme-happy-off-white-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-off-white-btn-icon-btn-color,.theme-happy-off-white-btn-icon-btn-color-active {
    color: #fff
}

.theme-happy-off-white-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-happy-off-white-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-off-white-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-happy-off-white-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-happy-off-white-btn-tab-btn-color {
    color: #001e4c
}

.theme-happy-off-white-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-happy-off-white-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-happy-off-white-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-happy-pink-bg {
    background-color: #ff83d3
}

.theme-happy-pink-heading-color,.theme-happy-pink-label-color {
    color: #000
}

.theme-happy-pink-btn-heading-lightest-color,.theme-happy-pink-btn-label-lightest-color {
    color: #fff
}

.theme-happy-pink-body-color {
    color: #000
}

.theme-happy-pink-btn-primary-bg,.theme-happy-pink-btn-primary-bg-active {
    background-color: #000
}

.theme-happy-pink-btn-primary-color,.theme-happy-pink-btn-primary-color-active,.theme-happy-pink-btn-primary-icon-color,.theme-happy-pink-btn-primary-icon-color-active {
    color: #fff
}

.theme-happy-pink-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-happy-pink-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-happy-pink-btn-secondary-color,.theme-happy-pink-btn-secondary-color-active,.theme-happy-pink-btn-secondary-icon-color,.theme-happy-pink-btn-secondary-icon-color-active {
    color: #fff
}

.theme-happy-pink-btn-icon-btn-bg {
    background-color: #fff
}

.theme-happy-pink-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-pink-btn-icon-btn-color,.theme-happy-pink-btn-icon-btn-color-active {
    color: #fff
}

.theme-happy-pink-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-happy-pink-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-pink-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-happy-pink-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-happy-pink-btn-tab-btn-color {
    color: #001e4c
}

.theme-happy-pink-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-happy-pink-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-happy-pink-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-happy-blue-bg {
    background-color: #849bff
}

.theme-happy-blue-heading-color,.theme-happy-blue-label-color {
    color: #000
}

.theme-happy-blue-btn-heading-lightest-color,.theme-happy-blue-btn-label-lightest-color {
    color: #fff
}

.theme-happy-blue-body-color {
    color: #000
}

.theme-happy-blue-btn-primary-bg,.theme-happy-blue-btn-primary-bg-active {
    background-color: #000
}

.theme-happy-blue-btn-primary-color,.theme-happy-blue-btn-primary-color-active,.theme-happy-blue-btn-primary-icon-color,.theme-happy-blue-btn-primary-icon-color-active {
    color: #fff
}

.theme-happy-blue-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-happy-blue-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-happy-blue-btn-secondary-color,.theme-happy-blue-btn-secondary-color-active,.theme-happy-blue-btn-secondary-icon-color,.theme-happy-blue-btn-secondary-icon-color-active {
    color: #fff
}

.theme-happy-blue-btn-icon-btn-bg {
    background-color: #fff
}

.theme-happy-blue-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-blue-btn-icon-btn-color,.theme-happy-blue-btn-icon-btn-color-active {
    color: #fff
}

.theme-happy-blue-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-happy-blue-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-blue-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-happy-blue-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-happy-blue-btn-tab-btn-color {
    color: #001e4c
}

.theme-happy-blue-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-happy-blue-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-happy-blue-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-happy-yellow-bg {
    background-color: #ffe600
}

.theme-happy-yellow-heading-color,.theme-happy-yellow-label-color {
    color: #000
}

.theme-happy-yellow-btn-heading-lightest-color,.theme-happy-yellow-btn-label-lightest-color {
    color: #fff
}

.theme-happy-yellow-body-color {
    color: #000
}

.theme-happy-yellow-btn-primary-bg,.theme-happy-yellow-btn-primary-bg-active {
    background-color: #000
}

.theme-happy-yellow-btn-primary-color,.theme-happy-yellow-btn-primary-color-active,.theme-happy-yellow-btn-primary-icon-color,.theme-happy-yellow-btn-primary-icon-color-active {
    color: #fff
}

.theme-happy-yellow-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-happy-yellow-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-happy-yellow-btn-secondary-color,.theme-happy-yellow-btn-secondary-color-active,.theme-happy-yellow-btn-secondary-icon-color,.theme-happy-yellow-btn-secondary-icon-color-active {
    color: #fff
}

.theme-happy-yellow-btn-icon-btn-bg {
    background-color: #fff
}

.theme-happy-yellow-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-yellow-btn-icon-btn-color,.theme-happy-yellow-btn-icon-btn-color-active {
    color: #fff
}

.theme-happy-yellow-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-happy-yellow-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-yellow-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-happy-yellow-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-happy-yellow-btn-tab-btn-color {
    color: #001e4c
}

.theme-happy-yellow-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-happy-yellow-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-happy-yellow-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-happy-green-bg {
    background-color: #85c340
}

.theme-happy-green-heading-color,.theme-happy-green-label-color {
    color: #000
}

.theme-happy-green-btn-heading-lightest-color,.theme-happy-green-btn-label-lightest-color {
    color: #fff
}

.theme-happy-green-body-color {
    color: #000
}

.theme-happy-green-btn-primary-bg,.theme-happy-green-btn-primary-bg-active {
    background-color: #000
}

.theme-happy-green-btn-primary-color,.theme-happy-green-btn-primary-color-active,.theme-happy-green-btn-primary-icon-color,.theme-happy-green-btn-primary-icon-color-active {
    color: #fff
}

.theme-happy-green-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-happy-green-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-happy-green-btn-secondary-color,.theme-happy-green-btn-secondary-color-active,.theme-happy-green-btn-secondary-icon-color,.theme-happy-green-btn-secondary-icon-color-active {
    color: #fff
}

.theme-happy-green-btn-icon-btn-bg {
    background-color: #fff
}

.theme-happy-green-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-green-btn-icon-btn-color,.theme-happy-green-btn-icon-btn-color-active {
    color: #fff
}

.theme-happy-green-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-happy-green-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-happy-green-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-happy-green-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-happy-green-btn-tab-btn-color {
    color: #001e4c
}

.theme-happy-green-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-happy-green-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-happy-green-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-colour-rush-soft-violet-bg {
    background-color: #e5d9fc
}

.theme-colour-rush-soft-violet-heading-color,.theme-colour-rush-soft-violet-label-color {
    color: #000
}

.theme-colour-rush-soft-violet-btn-heading-lightest-color,.theme-colour-rush-soft-violet-btn-label-lightest-color {
    color: #fff
}

.theme-colour-rush-soft-violet-body-color {
    color: #8e3533
}

.theme-colour-rush-soft-violet-btn-primary-bg,.theme-colour-rush-soft-violet-btn-primary-bg-active {
    background-color: #fff
}

.theme-colour-rush-soft-violet-btn-primary-color {
    color: #000
}

.theme-colour-rush-soft-violet-btn-primary-color-active,.theme-colour-rush-soft-violet-btn-primary-icon-color-active {
    color: #fff
}

.theme-colour-rush-soft-violet-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-colour-rush-soft-violet-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-soft-violet-btn-secondary-color,.theme-colour-rush-soft-violet-btn-secondary-color-active,.theme-colour-rush-soft-violet-btn-secondary-icon-color,.theme-colour-rush-soft-violet-btn-secondary-icon-color-active {
    color: #fff
}

.theme-colour-rush-soft-violet-btn-icon-btn-bg {
    background-color: #fff
}

.theme-colour-rush-soft-violet-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-soft-violet-btn-icon-btn-color,.theme-colour-rush-soft-violet-btn-icon-btn-color-active {
    color: #fff
}

.theme-colour-rush-soft-violet-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-colour-rush-soft-violet-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-soft-violet-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-colour-rush-soft-violet-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-colour-rush-soft-violet-btn-tab-btn-color {
    color: #001e4c
}

.theme-colour-rush-soft-violet-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-colour-rush-soft-violet-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-colour-rush-soft-violet-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-colour-rush-pastel-seafoam-bg {
    background-color: #cbede8
}

.theme-colour-rush-pastel-seafoam-heading-color,.theme-colour-rush-pastel-seafoam-label-color {
    color: #000
}

.theme-colour-rush-pastel-seafoam-btn-heading-lightest-color,.theme-colour-rush-pastel-seafoam-btn-label-lightest-color {
    color: #fff
}

.theme-colour-rush-pastel-seafoam-body-color {
    color: #000
}

.theme-colour-rush-pastel-seafoam-btn-primary-bg,.theme-colour-rush-pastel-seafoam-btn-primary-bg-active {
    background-color: #fff
}

.theme-colour-rush-pastel-seafoam-btn-primary-color {
    color: #000
}

.theme-colour-rush-pastel-seafoam-btn-primary-color-active,.theme-colour-rush-pastel-seafoam-btn-primary-icon-color-active {
    color: #fff
}

.theme-colour-rush-pastel-seafoam-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-colour-rush-pastel-seafoam-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-secondary-color,.theme-colour-rush-pastel-seafoam-btn-secondary-color-active,.theme-colour-rush-pastel-seafoam-btn-secondary-icon-color,.theme-colour-rush-pastel-seafoam-btn-secondary-icon-color-active {
    color: #fff
}

.theme-colour-rush-pastel-seafoam-btn-icon-btn-bg {
    background-color: #fff
}

.theme-colour-rush-pastel-seafoam-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-icon-btn-color,.theme-colour-rush-pastel-seafoam-btn-icon-btn-color-active {
    color: #fff
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-color {
    color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-colour-rush-pastel-seafoam-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-colour-rush-pastel-blue-bg {
    background-color: #bbe8fd
}

.theme-colour-rush-pastel-blue-heading-color,.theme-colour-rush-pastel-blue-label-color {
    color: #000
}

.theme-colour-rush-pastel-blue-btn-heading-lightest-color,.theme-colour-rush-pastel-blue-btn-label-lightest-color {
    color: #fff
}

.theme-colour-rush-pastel-blue-body-color {
    color: #000
}

.theme-colour-rush-pastel-blue-btn-primary-bg,.theme-colour-rush-pastel-blue-btn-primary-bg-active {
    background-color: #fff
}

.theme-colour-rush-pastel-blue-btn-primary-color {
    color: #000
}

.theme-colour-rush-pastel-blue-btn-primary-color-active,.theme-colour-rush-pastel-blue-btn-primary-icon-color-active {
    color: #fff
}

.theme-colour-rush-pastel-blue-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-colour-rush-pastel-blue-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-secondary-color,.theme-colour-rush-pastel-blue-btn-secondary-color-active,.theme-colour-rush-pastel-blue-btn-secondary-icon-color,.theme-colour-rush-pastel-blue-btn-secondary-icon-color-active {
    color: #fff
}

.theme-colour-rush-pastel-blue-btn-icon-btn-bg {
    background-color: #fff
}

.theme-colour-rush-pastel-blue-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-icon-btn-color,.theme-colour-rush-pastel-blue-btn-icon-btn-color-active {
    color: #fff
}

.theme-colour-rush-pastel-blue-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-colour-rush-pastel-blue-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-colour-rush-pastel-blue-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-tab-btn-color {
    color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-colour-rush-pastel-blue-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-colour-rush-pastel-blue-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-colour-rush-seafoam-bg {
    background-color: #5dc7b7
}

.theme-colour-rush-seafoam-heading-color,.theme-colour-rush-seafoam-label-color {
    color: #000
}

.theme-colour-rush-seafoam-btn-heading-lightest-color,.theme-colour-rush-seafoam-btn-label-lightest-color {
    color: #fff
}

.theme-colour-rush-seafoam-body-color {
    color: #000
}

.theme-colour-rush-seafoam-btn-primary-bg,.theme-colour-rush-seafoam-btn-primary-bg-active {
    background-color: #000
}

.theme-colour-rush-seafoam-btn-primary-color,.theme-colour-rush-seafoam-btn-primary-color-active,.theme-colour-rush-seafoam-btn-primary-icon-color-active {
    color: #fff
}

.theme-colour-rush-seafoam-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-colour-rush-seafoam-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-seafoam-btn-secondary-color,.theme-colour-rush-seafoam-btn-secondary-color-active,.theme-colour-rush-seafoam-btn-secondary-icon-color,.theme-colour-rush-seafoam-btn-secondary-icon-color-active {
    color: #fff
}

.theme-colour-rush-seafoam-btn-icon-btn-bg {
    background-color: #fff
}

.theme-colour-rush-seafoam-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-seafoam-btn-icon-btn-color,.theme-colour-rush-seafoam-btn-icon-btn-color-active {
    color: #fff
}

.theme-colour-rush-seafoam-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-colour-rush-seafoam-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-seafoam-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-colour-rush-seafoam-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-colour-rush-seafoam-btn-tab-btn-color {
    color: #001e4c
}

.theme-colour-rush-seafoam-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-colour-rush-seafoam-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-colour-rush-seafoam-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.theme-colour-rush-sunny-yellow-bg {
    background-color: #ffd65b
}

.theme-colour-rush-sunny-yellow-heading-color,.theme-colour-rush-sunny-yellow-label-color {
    color: #000
}

.theme-colour-rush-sunny-yellow-btn-heading-lightest-color,.theme-colour-rush-sunny-yellow-btn-label-lightest-color {
    color: #fff
}

.theme-colour-rush-sunny-yellow-body-color {
    color: #000
}

.theme-colour-rush-sunny-yellow-btn-primary-bg,.theme-colour-rush-sunny-yellow-btn-primary-bg-active {
    background-color: #000
}

.theme-colour-rush-sunny-yellow-btn-primary-color,.theme-colour-rush-sunny-yellow-btn-primary-color-active,.theme-colour-rush-sunny-yellow-btn-primary-icon-color-active {
    color: #fff
}

.theme-colour-rush-sunny-yellow-btn-secondary-bg {
    background-color: #cff3ff
}

.theme-colour-rush-sunny-yellow-btn-secondary-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-secondary-color,.theme-colour-rush-sunny-yellow-btn-secondary-color-active,.theme-colour-rush-sunny-yellow-btn-secondary-icon-color,.theme-colour-rush-sunny-yellow-btn-secondary-icon-color-active {
    color: #fff
}

.theme-colour-rush-sunny-yellow-btn-icon-btn-bg {
    background-color: #fff
}

.theme-colour-rush-sunny-yellow-btn-icon-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-icon-btn-color,.theme-colour-rush-sunny-yellow-btn-icon-btn-color-active {
    color: #fff
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-bg {
    background-color: #a9e5ff
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-bg-active {
    background-color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-border {
    border-color: #a9e5ff
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-border-active {
    border-color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-color {
    color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-color-active {
    color: #e5f8ff
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-icon-color {
    color: #001e4c
}

.theme-colour-rush-sunny-yellow-btn-tab-btn-icon-color-active {
    color: #e5f8ff
}

.display-xs-regular {
    font-weight: 400
}

.display-xs-medium,.display-xs-regular {
    font-size: .75rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-xs-medium {
    font-weight: 500
}

.display-xs-bold {
    font-size: .75rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-sm-regular {
    font-weight: 400
}

.display-sm-medium,.display-sm-regular {
    font-size: .875rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-sm-medium {
    font-weight: 500
}

.display-sm-bold {
    font-size: .875rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-base-regular {
    font-weight: 400
}

.display-base-medium,.display-base-regular {
    font-size: 1rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-base-medium {
    font-weight: 500
}

.display-base-bold {
    font-size: 1rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-lg-regular {
    font-weight: 400
}

.display-lg-medium,.display-lg-regular {
    font-size: 1.125rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-lg-medium {
    font-weight: 500
}

.display-lg-bold {
    font-size: 1.125rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-xl-regular {
    font-weight: 400
}

.display-xl-medium,.display-xl-regular {
    font-size: 1.25rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-xl-medium {
    font-weight: 500
}

.display-xl-bold {
    font-size: 1.25rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-2xl-regular {
    font-weight: 400
}

.display-2xl-medium,.display-2xl-regular {
    font-size: 1.5rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-2xl-medium {
    font-weight: 500
}

.display-2xl-bold {
    font-size: 1.5rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-3xl-regular {
    font-weight: 400
}

.display-3xl-medium,.display-3xl-regular {
    font-size: 1.875rem;
    line-height: 137.5%;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-3xl-medium {
    font-weight: 500
}

.display-3xl-bold {
    font-size: 1.875rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: var(--primaryFont);
}

.display-4xl-regular {
    font-weight: 400
}

.display-4xl-medium,.display-4xl-regular {
    font-size: 2.25rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-4xl-medium {
    font-weight: 500
}

.display-4xl-bold {
    font-size: 2.25rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-5xl-regular {
    font-weight: 400
}

.display-5xl-medium,.display-5xl-regular {
    font-size: 3rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-5xl-medium {
    font-weight: 500
}

.display-5xl-bold {
    font-size: 3rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-6xl-regular {
    font-weight: 400
}

.display-6xl-medium,.display-6xl-regular {
    font-size: 3.75rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-6xl-medium {
    font-weight: 500
}

.display-6xl-bold {
    font-size: 3.75rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-7xl-regular {
    font-weight: 400
}

.display-7xl-medium,.display-7xl-regular {
    font-size: 4.5rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-7xl-medium {
    font-weight: 500
}

.display-7xl-bold {
    font-size: 4.5rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-8xl-regular {
    font-weight: 400
}

.display-8xl-medium,.display-8xl-regular {
    font-size: 6rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-8xl-medium {
    font-weight: 500
}

.display-8xl-bold {
    font-size: 6rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-9xl-regular {
    font-weight: 400
}

.display-9xl-medium,.display-9xl-regular {
    font-size: 8rem;
    line-height: 137.5%;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.display-9xl-medium {
    font-weight: 500
}

.display-9xl-bold {
    font-size: 8rem;
    line-height: 137.5%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: var(--primaryFont);
}

.body-xs-regular {
    font-weight: 400
}

.body-xs-medium,.body-xs-regular {
    font-size: .75rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-xs-medium {
    font-weight: 500
}

.body-xs-bold {
    font-size: .75rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-sm-regular {
    font-weight: 400
}

.body-sm-medium,.body-sm-regular {
    font-size: .875rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-sm-medium {
    font-weight: 500
}

.body-sm-bold {
    font-size: .875rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-base-regular {
    font-weight: 400
}

.body-base-medium,.body-base-regular {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-base-medium {
    font-weight: 500
}

.body-base-bold {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-lg-regular {
    font-weight: 400
}

.body-lg-medium,.body-lg-regular {
    font-size: 1.125rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-lg-medium {
    font-weight: 500
}

.body-lg-bold {
    font-size: 1.125rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-xl-regular {
    font-weight: 400
}

.body-xl-medium,.body-xl-regular {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-xl-medium {
    font-weight: 500
}

.body-xl-bold {
    font-size: 1.25rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-2xl-regular {
    font-weight: 400
}

.body-2xl-medium,.body-2xl-regular {
    font-size: 1.5rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-2xl-medium {
    font-weight: 500
}

.body-2xl-bold {
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-3xl-regular {
    font-weight: 400
}

.body-3xl-medium,.body-3xl-regular {
    font-size: 1.875rem;
    line-height: 150%;
    letter-spacing: 0;
    font-family: Everett
}

.body-3xl-medium {
    font-weight: 500
}

.body-3xl-bold {
    font-size: 1.875rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.body-4xl-regular {
    font-weight: 400
}

.body-4xl-medium,.body-4xl-regular {
    font-size: 2.25rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-4xl-medium {
    font-weight: 500
}

.body-4xl-bold {
    font-size: 2.25rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-5xl-regular {
    font-weight: 400
}

.body-5xl-medium,.body-5xl-regular {
    font-size: 3rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-5xl-medium {
    font-weight: 500
}

.body-5xl-bold {
    font-size: 3rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-6xl-regular {
    font-weight: 400
}

.body-6xl-medium,.body-6xl-regular {
    font-size: 3.75rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-6xl-medium {
    font-weight: 500
}

.body-6xl-bold {
    font-size: 3.75rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-7xl-regular {
    font-weight: 400
}

.body-7xl-medium,.body-7xl-regular {
    font-size: 4.5rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-7xl-medium {
    font-weight: 500
}

.body-7xl-bold {
    font-size: 4.5rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-8xl-regular {
    font-weight: 400
}

.body-8xl-medium,.body-8xl-regular {
    font-size: 6rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-8xl-medium {
    font-weight: 500
}

.body-8xl-bold {
    font-size: 6rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-9xl-regular {
    font-weight: 400
}

.body-9xl-medium,.body-9xl-regular {
    font-size: 8rem;
    line-height: 150%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.body-9xl-medium {
    font-weight: 500
}

.body-9xl-bold {
    font-size: 8rem;
    line-height: 150%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-xs-regular {
    font-weight: 400
}

.util-xs-medium,.util-xs-regular {
    font-size: .75rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-xs-medium {
    font-weight: 500
}

.util-xs-bold {
    font-size: .75rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-sm-regular {
    font-weight: 400
}

.util-sm-medium,.util-sm-regular {
    font-size: .875rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-sm-medium {
    font-weight: 500
}

.util-sm-bold {
    font-size: .875rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-base-regular {
    font-weight: 400
}

.util-base-medium,.util-base-regular {
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-base-medium {
    font-weight: 500
}

.util-base-bold {
    font-size: 1rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-lg-regular {
    font-weight: 400
}

.util-lg-medium,.util-lg-regular {
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-lg-medium {
    font-weight: 500
}

.util-lg-bold {
    font-size: 1.125rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-xl-regular {
    font-weight: 400
}

.util-xl-medium,.util-xl-regular {
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-xl-medium {
    font-weight: 500
}

.util-xl-bold {
    font-size: 1.25rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-2xl-regular {
    font-weight: 400
}

.util-2xl-medium,.util-2xl-regular {
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-2xl-medium {
    font-weight: 500
}

.util-2xl-bold {
    font-size: 1.5rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-3xl-regular {
    font-weight: 400
}

.util-3xl-medium,.util-3xl-regular {
    font-size: 1.875rem;
    line-height: 100%;
    letter-spacing: 0;
    font-family: Everett
}

.util-3xl-medium {
    font-weight: 500
}

.util-3xl-bold {
    font-size: 1.875rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
    font-family: Everett
}

.util-4xl-regular {
    font-weight: 400
}

.util-4xl-medium,.util-4xl-regular {
    font-size: 2.25rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-4xl-medium {
    font-weight: 500
}

.util-4xl-bold {
    font-size: 2.25rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-5xl-regular {
    font-weight: 400
}

.util-5xl-medium,.util-5xl-regular {
    font-size: 3rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-5xl-medium {
    font-weight: 500
}

.util-5xl-bold {
    font-size: 3rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-6xl-regular {
    font-weight: 400
}

.util-6xl-medium,.util-6xl-regular {
    font-size: 3.75rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-6xl-medium {
    font-weight: 500
}

.util-6xl-bold {
    font-size: 3.75rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-7xl-regular {
    font-weight: 400
}

.util-7xl-medium,.util-7xl-regular {
    font-size: 4.5rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-7xl-medium {
    font-weight: 500
}

.util-7xl-bold {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-8xl-regular {
    font-weight: 400
}

.util-8xl-medium,.util-8xl-regular {
    font-size: 6rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-8xl-medium {
    font-weight: 500
}

.util-8xl-bold {
    font-size: 6rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-9xl-regular {
    font-weight: 400
}

.util-9xl-medium,.util-9xl-regular {
    font-size: 8rem;
    line-height: 100%;
    letter-spacing: -.025rem;
    font-family: Everett
}

.util-9xl-medium {
    font-weight: 500
}

.util-9xl-bold {
    font-size: 8rem;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: -.025rem;
    font-family: Everett
}

.w-4 {
    width: 1rem
}

body.loaded {
    opacity: 1
}

.checkboxCol1,.subscribeLivcloseby,.subscribeStudent {
    display: none
}

.placeholder\:input-search-placeholder-color::-moz-placeholder {
    color: #64748a
}

.placeholder\:input-search-placeholder-color::placeholder {
    color: #64748a
}

.first\:ps-4:first-child {
    padding-inline-start:1rem}

.last\:pe-4:last-child {
    padding-inline-end:1rem}

.hover\:cursor-pointer:hover {
    cursor: pointer
}

.hover\:text-\[\#64748A\]:hover {
    --tw-text-opacity: 1;
    color: rgb(100 116 138/var(--tw-text-opacity,1))
}

.hover\:text-\[\#CAD4E0\]:hover {
    --tw-text-opacity: 1;
    color: rgb(202 212 224/var(--tw-text-opacity,1))
}

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

.hover\:opacity-50:hover {
    opacity: .5
}

.hover\:btn-primary-bg-hover:hover {
    background-color: #1e293b
}

.hover\:btn-primary-border-hover:hover {
    border-color: #1e293b
}

.hover\:btn-primary-color-hover:hover {
    color: #fff
}

.hover\:btn-secondary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:btn-secondary-border-hover:hover {
    border-color: #cad4e0
}

.hover\:btn-secondary-color-hover:hover {
    color: #000
}

.hover\:btn-tertiary-bg-hover:hover {
    background-color: #f0f4f8
}

.hover\:btn-tertiary-border-hover:hover {
    border-color: #f0f4f8
}

.hover\:btn-tertiary-color-hover:hover {
    color: #0f172a
}

.hover\:btn-link-bg-hover:hover {
    background-color: #f0f4f8
}

.hover\:btn-link-border-hover:hover {
    border-color: #93a2b7
}

.hover\:btn-link-color-hover:hover {
    color: #0f172a
}

.hover\:btn-confirm-bg-hover:hover {
    background-color: #5cb72b
}

.hover\:btn-confirm-border-hover:hover {
    border-color: #a0e278
}

.hover\:btn-confirm-color-hover:hover {
    color: #e1e7ef
}

.hover\:btn-warning-bg-hover:hover {
    background-color: #ff4d4d
}

.hover\:btn-warning-border-hover:hover {
    border-color: #ff9d9d
}

.hover\:btn-warning-color-hover:hover {
    color: #e1e7ef
}

.hover\:icon-btn-light-bg-hover:hover {
    background-color: #f0f4f8
}

.hover\:icon-btn-light-color-hover:hover {
    color: #000
}

.hover\:icon-btn-light-border-hover:hover {
    border-color: #e1e7ef
}

.hover\:icon-btn-dark-bg-hover:hover {
    background-color: #000
}

.hover\:icon-btn-dark-color-hover:hover {
    color: #fff
}

.hover\:icon-btn-dark-border-hover:hover {
    border-color: #fff
}

.hover\:navigation-btn-secondary-bg-hover:hover {
    background-color: #f7f9fb
}

.hover\:navigation-btn-border-hover:hover {
    border-color: #000
}

.hover\:breadcrumb-color-hover:hover {
    color: #000
}

.hover\:breadcrumb-bg-hover:hover,.hover\:pagination-btn-bg-hover:hover {
    background-color: #f0f4f8
}

.hover\:pagination-btn-color-hover:hover {
    color: #000
}

.hover\:pagination-btn-color-active:hover {
    color: #fff
}

.hover\:pagination-dot-bg-active:hover {
    background-color: #000
}

.hover\:dots-dot-bg-onlight-hover:hover {
    background-color: rgba(0,0,0,.5)
}

.hover\:dots-dot-border-onlight-hover:hover {
    border-color: #000
}

.hover\:dots-dot-bg-ondark-hover:hover {
    background-color: hsla(0,0%,100%,.5)
}

.hover\:dots-dot-border-ondark-hover:hover {
    border-color: #fff
}

.hover\:checkbox-border-hover:hover {
    border-color: #000
}

.hover\:checkbox-color-hover:hover {
    color: #0f172a
}

.hover\:quicklink-bg-hover:hover {
    background-color: #f7f9fb
}

.hover\:quicklink-border-focus:hover {
    border-color: #000
}

.hover\:theme-01-btn-primary-bg-hover:hover {
    background-color: #155031
}

.hover\:theme-01-btn-primary-color-hover:hover,.hover\:theme-01-btn-primary-icon-color-hover:hover {
    color: #effaf2
}

.hover\:theme-01-btn-secondary-bg-hover:hover {
    background-color: #b3e7c2
}

.hover\:theme-01-btn-secondary-color-hover:hover,.hover\:theme-01-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-01-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-01-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-01-tab-btn-bg-hover:hover {
    background-color: #2c9d5c
}

.hover\:theme-01-tab-btn-border-hover:hover {
    border-color: #124229
}

.hover\:theme-01-tab-btn-color-hover:hover {
    color: #d8f3de
}

.hover\:theme-01-tab-btn-icon-color-hover:hover {
    color: #effaf2
}

.hover\:theme-02-btn-primary-bg-hover:hover {
    background-color: #2e591b
}

.hover\:theme-02-btn-primary-color-hover:hover,.hover\:theme-02-btn-primary-icon-color-hover:hover {
    color: #f2fbea
}

.hover\:theme-02-btn-secondary-bg-hover:hover {
    background-color: #c4eea8
}

.hover\:theme-02-btn-secondary-color-hover:hover,.hover\:theme-02-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-02-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-02-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-02-tab-btn-bg-hover:hover {
    background-color: #7bd14a
}

.hover\:theme-02-tab-btn-border-hover:hover {
    border-color: #284c1b
}

.hover\:theme-02-tab-btn-color-hover:hover,.hover\:theme-02-tab-btn-icon-color-hover:hover {
    color: #284c1b
}

.hover\:theme-03-btn-primary-bg-hover:hover {
    background-color: #a70d5d
}

.hover\:theme-03-btn-primary-color-hover:hover,.hover\:theme-03-btn-primary-icon-color-hover:hover {
    color: #fef1f9
}

.hover\:theme-03-btn-secondary-bg-hover:hover {
    background-color: #feccee
}

.hover\:theme-03-btn-secondary-color-hover:hover,.hover\:theme-03-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-03-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-03-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-03-tab-btn-bg-hover:hover {
    background-color: #fe68c7
}

.hover\:theme-03-tab-btn-border-hover:hover {
    border-color: #8b104f
}

.hover\:theme-03-tab-btn-color-hover:hover,.hover\:theme-03-tab-btn-icon-color-hover:hover {
    color: #8b104f
}

.hover\:theme-04-btn-primary-bg-hover:hover {
    background-color: #611eb9
}

.hover\:theme-04-btn-primary-color-hover:hover,.hover\:theme-04-btn-primary-icon-color-hover:hover {
    color: #f6f3ff
}

.hover\:theme-04-btn-secondary-bg-hover:hover {
    background-color: #dfd5ff
}

.hover\:theme-04-btn-secondary-color-hover:hover,.hover\:theme-04-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-04-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-04-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-04-tab-btn-bg-hover:hover {
    background-color: #7525dc
}

.hover\:theme-04-tab-btn-border-hover:hover {
    border-color: #521b97
}

.hover\:theme-04-tab-btn-color-hover:hover,.hover\:theme-04-tab-btn-icon-color-hover:hover {
    color: #f6f3ff
}

.hover\:theme-05-btn-primary-bg-hover:hover {
    background-color: #156b75
}

.hover\:theme-05-btn-primary-color-hover:hover,.hover\:theme-05-btn-primary-icon-color-hover:hover {
    color: #ecfffd
}

.hover\:theme-05-btn-secondary-bg-hover:hover {
    background-color: #a5fcf9
}

.hover\:theme-05-btn-secondary-color-hover:hover,.hover\:theme-05-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-05-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-05-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-05-tab-btn-bg-hover:hover {
    background-color: #0f858f
}

.hover\:theme-05-tab-btn-border-hover:hover {
    border-color: #165963
}

.hover\:theme-05-tab-btn-color-hover:hover,.hover\:theme-05-tab-btn-icon-color-hover:hover {
    color: #ecfffd
}

.hover\:theme-06-btn-primary-bg-hover:hover {
    background-color: #1e4f51
}

.hover\:theme-06-btn-primary-color-hover:hover,.hover\:theme-06-btn-primary-icon-color-hover:hover {
    color: #f2fbfa
}

.hover\:theme-06-btn-secondary-bg-hover:hover {
    background-color: #ace7e1
}

.hover\:theme-06-btn-secondary-color-hover:hover,.hover\:theme-06-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-06-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-06-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-06-tab-btn-bg-hover:hover {
    background-color: #ace7e1
}

.hover\:theme-06-tab-btn-border-hover:hover {
    border-color: #1d4344
}

.hover\:theme-06-tab-btn-color-hover:hover,.hover\:theme-06-tab-btn-icon-color-hover:hover {
    color: #1d4344
}

.hover\:theme-07-btn-primary-bg-hover:hover {
    background-color: #a50f0f
}

.hover\:theme-07-btn-primary-color-hover:hover,.hover\:theme-07-btn-primary-icon-color-hover:hover {
    color: #fff1f1
}

.hover\:theme-07-btn-secondary-bg-hover:hover {
    background-color: #ffc5c5
}

.hover\:theme-07-btn-secondary-color-hover:hover,.hover\:theme-07-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-07-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-07-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-07-tab-btn-bg-hover:hover {
    background-color: #ff4d4d
}

.hover\:theme-07-tab-btn-border-hover:hover {
    border-color: #881414
}

.hover\:theme-07-tab-btn-color-hover:hover,.hover\:theme-07-tab-btn-icon-color-hover:hover {
    color: #fff1f1
}

.hover\:theme-08-btn-primary-bg-hover:hover {
    background-color: #9d260f
}

.hover\:theme-08-btn-primary-color-hover:hover,.hover\:theme-08-btn-primary-icon-color-hover:hover {
    color: #fff5ed
}

.hover\:theme-08-btn-secondary-bg-hover:hover {
    background-color: #ffcfa8
}

.hover\:theme-08-btn-secondary-color-hover:hover,.hover\:theme-08-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-08-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-08-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-08-tab-btn-bg-hover:hover {
    background-color: #ffad71
}

.hover\:theme-08-tab-btn-border-hover:hover {
    border-color: #7e2210
}

.hover\:theme-08-tab-btn-color-hover:hover,.hover\:theme-08-tab-btn-icon-color-hover:hover {
    color: #7e2210
}

.hover\:theme-09-btn-primary-bg-hover:hover {
    background-color: #92400e
}

.hover\:theme-09-btn-primary-color-hover:hover,.hover\:theme-09-btn-primary-icon-color-hover:hover {
    color: #fffbeb
}

.hover\:theme-09-btn-secondary-bg-hover:hover {
    background-color: #fde68a
}

.hover\:theme-09-btn-secondary-color-hover:hover,.hover\:theme-09-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-09-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-09-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-09-tab-btn-bg-hover:hover {
    background-color: #fcd34d
}

.hover\:theme-09-tab-btn-border-hover:hover {
    border-color: #92400e
}

.hover\:theme-09-tab-btn-color-hover:hover,.hover\:theme-09-tab-btn-icon-color-hover:hover {
    color: #78350f
}

.hover\:theme-10-btn-primary-bg-hover:hover {
    background-color: #006eff
}

.hover\:theme-10-btn-primary-color-hover:hover,.hover\:theme-10-btn-primary-icon-color-hover:hover {
    color: #e5f8ff
}

.hover\:theme-10-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-10-btn-secondary-color-hover:hover,.hover\:theme-10-btn-secondary-icon-color-hover:hover {
    color: #000
}

.hover\:theme-10-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-10-icon-btn-color-hover:hover {
    color: #000
}

.hover\:theme-10-tab-btn-bg-hover:hover {
    background-color: #0553ba
}

.hover\:theme-10-tab-btn-border-hover:hover {
    border-color: #0062e3
}

.hover\:theme-10-tab-btn-color-hover:hover,.hover\:theme-10-tab-btn-icon-color-hover:hover {
    color: #e5f8ff
}

.hover\:theme-christmas-red-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-red-btn-primary-color-hover:hover,.hover\:theme-christmas-red-btn-primary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-red-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-red-btn-secondary-color-hover:hover,.hover\:theme-christmas-red-btn-secondary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-red-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-red-btn-icon-btn-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-red-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-red-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-red-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-red-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-darkRed-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-darkRed-btn-primary-color-hover:hover,.hover\:theme-christmas-darkRed-btn-primary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-darkRed-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-darkRed-btn-secondary-color-hover:hover,.hover\:theme-christmas-darkRed-btn-secondary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-darkRed-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-darkRed-btn-icon-btn-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-darkRed-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-darkRed-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-darkRed-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-darkRed-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-green-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-green-btn-primary-color-hover:hover,.hover\:theme-christmas-green-btn-primary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-green-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-green-btn-secondary-color-hover:hover,.hover\:theme-christmas-green-btn-secondary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-green-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-green-btn-icon-btn-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-green-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-green-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-green-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-green-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-blue-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-blue-btn-primary-color-hover:hover,.hover\:theme-christmas-blue-btn-primary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-blue-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-blue-btn-secondary-color-hover:hover,.hover\:theme-christmas-blue-btn-secondary-icon-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-blue-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-blue-btn-icon-btn-color-hover:hover {
    color: #fd9908
}

.hover\:theme-christmas-blue-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-blue-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-blue-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-blue-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-pink-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-pink-btn-primary-color-hover:hover,.hover\:theme-christmas-pink-btn-primary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-pink-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-pink-btn-secondary-color-hover:hover,.hover\:theme-christmas-pink-btn-secondary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-pink-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-pink-btn-icon-btn-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-pink-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-pink-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-pink-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-pink-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-biege-btn-primary-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-biege-btn-primary-color-hover:hover,.hover\:theme-christmas-biege-btn-primary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-biege-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-biege-btn-secondary-color-hover:hover,.hover\:theme-christmas-biege-btn-secondary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-biege-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-biege-btn-icon-btn-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-biege-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-biege-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-biege-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-biege-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-christmas-navy-btn-primary-bg-hover:hover {
    background-color: #f7b267
}

.hover\:theme-christmas-navy-btn-primary-color-hover:hover {
    color: #031d44
}

.hover\:theme-christmas-navy-btn-primary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-navy-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-christmas-navy-btn-secondary-color-hover:hover,.hover\:theme-christmas-navy-btn-secondary-icon-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-navy-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-christmas-navy-btn-icon-btn-color-hover:hover {
    color: #8e3533
}

.hover\:theme-christmas-navy-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-christmas-navy-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-christmas-navy-btn-tab-btn-color-hover:hover,.hover\:theme-christmas-navy-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-lunar-red-orange-btn-primary-bg-hover:hover {
    background-color: #f3a223
}

.hover\:theme-lunar-red-orange-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-lunar-red-orange-btn-primary-icon-color-hover:hover {
    color: #f3a223
}

.hover\:theme-lunar-red-orange-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-lunar-red-orange-btn-secondary-color-hover:hover,.hover\:theme-lunar-red-orange-btn-secondary-icon-color-hover:hover {
    color: #f3a223
}

.hover\:theme-lunar-red-orange-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-lunar-red-orange-btn-icon-btn-color-hover:hover {
    color: #f3a223
}

.hover\:theme-lunar-red-orange-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-lunar-red-orange-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-lunar-red-orange-btn-tab-btn-color-hover:hover,.hover\:theme-lunar-red-orange-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-lunar-red-pink-btn-primary-bg-hover:hover {
    background-color: #ffcccd
}

.hover\:theme-lunar-red-pink-btn-primary-color-hover:hover {
    color: #c52025
}

.hover\:theme-lunar-red-pink-btn-primary-icon-color-hover:hover {
    color: #ffcccd
}

.hover\:theme-lunar-red-pink-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-lunar-red-pink-btn-secondary-color-hover:hover,.hover\:theme-lunar-red-pink-btn-secondary-icon-color-hover:hover {
    color: #ffcccd
}

.hover\:theme-lunar-red-pink-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-lunar-red-pink-btn-icon-btn-color-hover:hover {
    color: #ffcccd
}

.hover\:theme-lunar-red-pink-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-lunar-red-pink-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-lunar-red-pink-btn-tab-btn-color-hover:hover,.hover\:theme-lunar-red-pink-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-lunar-pink-red-btn-primary-bg-hover:hover {
    background-color: #c52025
}

.hover\:theme-lunar-pink-red-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-lunar-pink-red-btn-primary-icon-color-hover:hover {
    color: #c52025
}

.hover\:theme-lunar-pink-red-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-lunar-pink-red-btn-secondary-color-hover:hover,.hover\:theme-lunar-pink-red-btn-secondary-icon-color-hover:hover {
    color: #c52025
}

.hover\:theme-lunar-pink-red-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-lunar-pink-red-btn-icon-btn-color-hover:hover {
    color: #c52025
}

.hover\:theme-lunar-pink-red-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-lunar-pink-red-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-lunar-pink-red-btn-tab-btn-color-hover:hover,.hover\:theme-lunar-pink-red-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-winter-midnight-btn-primary-bg-hover:hover {
    background-color: #235271
}

.hover\:theme-winter-midnight-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-winter-midnight-btn-primary-icon-color-hover:hover {
    color: #235271
}

.hover\:theme-winter-midnight-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-winter-midnight-btn-secondary-color-hover:hover {
    color: #c52025
}

.hover\:theme-winter-midnight-btn-secondary-icon-color-hover:hover {
    color: #235271
}

.hover\:theme-winter-midnight-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-winter-midnight-btn-icon-btn-color-hover:hover {
    color: #235271
}

.hover\:theme-winter-midnight-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-winter-midnight-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-winter-midnight-btn-tab-btn-color-hover:hover,.hover\:theme-winter-midnight-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-winter-wildMagenta-btn-primary-bg-hover:hover {
    background-color: #b44081
}

.hover\:theme-winter-wildMagenta-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-winter-wildMagenta-btn-primary-icon-color-hover:hover {
    color: #b44081
}

.hover\:theme-winter-wildMagenta-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-winter-wildMagenta-btn-secondary-color-hover:hover {
    color: #c52025
}

.hover\:theme-winter-wildMagenta-btn-secondary-icon-color-hover:hover {
    color: #b44081
}

.hover\:theme-winter-wildMagenta-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-winter-wildMagenta-btn-icon-btn-color-hover:hover {
    color: #b44081
}

.hover\:theme-winter-wildMagenta-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-winter-wildMagenta-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-winter-wildMagenta-btn-tab-btn-color-hover:hover,.hover\:theme-winter-wildMagenta-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-brand-minis-jungle-green-btn-primary-bg-hover:hover {
    background-color: #0a090c
}

.hover\:theme-brand-minis-jungle-green-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-minis-jungle-green-btn-primary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-jungle-green-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-minis-jungle-green-btn-secondary-color-hover:hover,.hover\:theme-brand-minis-jungle-green-btn-secondary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-jungle-green-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-minis-jungle-green-btn-icon-btn-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-jungle-green-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-minis-jungle-green-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-minis-jungle-green-btn-tab-btn-color-hover:hover,.hover\:theme-brand-minis-jungle-green-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-brand-minis-sky-blue-btn-primary-bg-hover:hover {
    background-color: #0a090c
}

.hover\:theme-brand-minis-sky-blue-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-minis-sky-blue-btn-primary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-sky-blue-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-minis-sky-blue-btn-secondary-color-hover:hover,.hover\:theme-brand-minis-sky-blue-btn-secondary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-sky-blue-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-minis-sky-blue-btn-icon-btn-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-sky-blue-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-minis-sky-blue-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-minis-sky-blue-btn-tab-btn-color-hover:hover,.hover\:theme-brand-minis-sky-blue-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-brand-minis-playful-pink-btn-primary-bg-hover:hover {
    background-color: #0a090c
}

.hover\:theme-brand-minis-playful-pink-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-minis-playful-pink-btn-primary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-playful-pink-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-minis-playful-pink-btn-secondary-color-hover:hover,.hover\:theme-brand-minis-playful-pink-btn-secondary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-playful-pink-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-minis-playful-pink-btn-icon-btn-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-playful-pink-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-minis-playful-pink-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-minis-playful-pink-btn-tab-btn-color-hover:hover,.hover\:theme-brand-minis-playful-pink-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-brand-minis-pastel-purple-btn-primary-bg-hover:hover {
    background-color: #0a090c
}

.hover\:theme-brand-minis-pastel-purple-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-minis-pastel-purple-btn-primary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-pastel-purple-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-minis-pastel-purple-btn-secondary-color-hover:hover,.hover\:theme-brand-minis-pastel-purple-btn-secondary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-pastel-purple-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-minis-pastel-purple-btn-icon-btn-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-pastel-purple-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-minis-pastel-purple-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-minis-pastel-purple-btn-tab-btn-color-hover:hover,.hover\:theme-brand-minis-pastel-purple-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-primary-bg-hover:hover {
    background-color: #6883ba
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-primary-icon-color-hover:hover {
    color: #6883ba
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-secondary-color-hover:hover,.hover\:theme-brand-minis-vanilla-milkshake-btn-secondary-icon-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-icon-btn-color-hover:hover {
    color: #0a090c
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-color-hover:hover,.hover\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:search-result-card-bg-hover:hover {
    background-color: #f7f9fb
}

.hover\:input-search-border-hover:hover {
    border-color: #cad4e0
}

.hover\:jump-to-btn-color-hover:hover {
    color: #000
}

.hover\:jump-to-btn-bg-hover:hover {
    background-color: #f0f4f8
}

.hover\:theme-brand-afterpay-btn-primary-bg-hover:hover {
    background-color: #b2fce3
}

.hover\:theme-brand-afterpay-btn-primary-color-hover:hover {
    color: #00193a
}

.hover\:theme-brand-afterpay-btn-primary-icon-color-hover:hover {
    color: #b2fce3
}

.hover\:theme-brand-afterpay-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-brand-afterpay-btn-secondary-color-hover:hover,.hover\:theme-brand-afterpay-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-afterpay-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-brand-afterpay-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-brand-afterpay-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-brand-afterpay-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-brand-afterpay-btn-tab-btn-color-hover:hover,.hover\:theme-brand-afterpay-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-happy-off-white-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-happy-off-white-btn-primary-color-hover:hover,.hover\:theme-happy-off-white-btn-primary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-off-white-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-happy-off-white-btn-secondary-color-hover:hover,.hover\:theme-happy-off-white-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-off-white-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-happy-off-white-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-off-white-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-happy-off-white-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-happy-off-white-btn-tab-btn-color-hover:hover,.hover\:theme-happy-off-white-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-happy-pink-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-happy-pink-btn-primary-color-hover:hover,.hover\:theme-happy-pink-btn-primary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-pink-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-happy-pink-btn-secondary-color-hover:hover,.hover\:theme-happy-pink-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-pink-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-happy-pink-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-pink-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-happy-pink-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-happy-pink-btn-tab-btn-color-hover:hover,.hover\:theme-happy-pink-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-happy-blue-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-happy-blue-btn-primary-color-hover:hover,.hover\:theme-happy-blue-btn-primary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-blue-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-happy-blue-btn-secondary-color-hover:hover,.hover\:theme-happy-blue-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-blue-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-happy-blue-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-blue-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-happy-blue-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-happy-blue-btn-tab-btn-color-hover:hover,.hover\:theme-happy-blue-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-happy-yellow-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-happy-yellow-btn-primary-color-hover:hover,.hover\:theme-happy-yellow-btn-primary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-yellow-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-happy-yellow-btn-secondary-color-hover:hover,.hover\:theme-happy-yellow-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-yellow-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-happy-yellow-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-yellow-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-happy-yellow-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-happy-yellow-btn-tab-btn-color-hover:hover,.hover\:theme-happy-yellow-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-happy-green-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-happy-green-btn-primary-color-hover:hover,.hover\:theme-happy-green-btn-primary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-green-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-happy-green-btn-secondary-color-hover:hover,.hover\:theme-happy-green-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-green-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-happy-green-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-happy-green-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-happy-green-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-happy-green-btn-tab-btn-color-hover:hover,.hover\:theme-happy-green-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-colour-rush-soft-violet-btn-primary-bg-hover:hover {
    background-color: #fff
}

.hover\:theme-colour-rush-soft-violet-btn-primary-color-hover:hover {
    color: #000
}

.hover\:theme-colour-rush-soft-violet-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-colour-rush-soft-violet-btn-secondary-color-hover:hover,.hover\:theme-colour-rush-soft-violet-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-soft-violet-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-colour-rush-soft-violet-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-soft-violet-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-colour-rush-soft-violet-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-colour-rush-soft-violet-btn-tab-btn-color-hover:hover,.hover\:theme-colour-rush-soft-violet-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-colour-rush-pastel-seafoam-btn-primary-bg-hover:hover {
    background-color: #fff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-primary-color-hover:hover {
    color: #000
}

.hover\:theme-colour-rush-pastel-seafoam-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-secondary-color-hover:hover,.hover\:theme-colour-rush-pastel-seafoam-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-colour-rush-pastel-seafoam-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-colour-rush-pastel-seafoam-btn-tab-btn-color-hover:hover,.hover\:theme-colour-rush-pastel-seafoam-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-colour-rush-pastel-blue-btn-primary-bg-hover:hover {
    background-color: #fff
}

.hover\:theme-colour-rush-pastel-blue-btn-primary-color-hover:hover {
    color: #000
}

.hover\:theme-colour-rush-pastel-blue-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-colour-rush-pastel-blue-btn-secondary-color-hover:hover,.hover\:theme-colour-rush-pastel-blue-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-pastel-blue-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-colour-rush-pastel-blue-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-pastel-blue-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-colour-rush-pastel-blue-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-colour-rush-pastel-blue-btn-tab-btn-color-hover:hover,.hover\:theme-colour-rush-pastel-blue-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-colour-rush-seafoam-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-colour-rush-seafoam-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-seafoam-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-colour-rush-seafoam-btn-secondary-color-hover:hover,.hover\:theme-colour-rush-seafoam-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-seafoam-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-colour-rush-seafoam-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-seafoam-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-colour-rush-seafoam-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-colour-rush-seafoam-btn-tab-btn-color-hover:hover,.hover\:theme-colour-rush-seafoam-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.hover\:theme-colour-rush-sunny-yellow-btn-primary-bg-hover:hover {
    background-color: #000
}

.hover\:theme-colour-rush-sunny-yellow-btn-primary-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-sunny-yellow-btn-secondary-bg-hover:hover {
    background-color: #a9e5ff
}

.hover\:theme-colour-rush-sunny-yellow-btn-secondary-color-hover:hover,.hover\:theme-colour-rush-sunny-yellow-btn-secondary-icon-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-sunny-yellow-btn-icon-btn-bg-hover:hover {
    background-color: #cad4e0
}

.hover\:theme-colour-rush-sunny-yellow-btn-icon-btn-color-hover:hover {
    color: #fff
}

.hover\:theme-colour-rush-sunny-yellow-btn-tab-btn-bg-hover:hover {
    background-color: #75cfff
}

.hover\:theme-colour-rush-sunny-yellow-btn-tab-btn-border-hover:hover {
    border-color: #75cfff
}

.hover\:theme-colour-rush-sunny-yellow-btn-tab-btn-color-hover:hover,.hover\:theme-colour-rush-sunny-yellow-btn-tab-btn-icon-color-hover:hover {
    color: #001e4c
}

.focus\:border:focus {
    border-width: 1px
}

.focus\:border-2:focus {
    border-width: 2px
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px
}

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

.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px
}

.focus\:btn-primary-bg-focus:focus {
    background-color: #1e293b
}

.focus\:btn-primary-border-focus:focus {
    border-color: #000
}

.focus\:btn-primary-color-focus:focus {
    color: #fff
}

.focus\:btn-secondary-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:btn-secondary-border-focus:focus {
    border-color: #000
}

.focus\:btn-secondary-color-focus:focus {
    color: #0f172a
}

.focus\:btn-tertiary-bg-focus:focus {
    background-color: #f0f4f8
}

.focus\:btn-tertiary-border-focus:focus {
    border-color: #000
}

.focus\:btn-tertiary-color-focus:focus {
    color: #000
}

.focus\:btn-link-border-focus:focus {
    border-color: #000
}

.focus\:btn-link-color-focus:focus {
    color: #000
}

.focus\:btn-confirm-bg-focus:focus {
    background-color: #7bd14a
}

.focus\:btn-confirm-border-focus:focus {
    border-color: #7bd14a
}

.focus\:btn-confirm-color-focus:focus {
    color: #f0f4f8
}

.focus\:btn-warning-bg-focus:focus {
    background-color: #ff6464
}

.focus\:btn-warning-border-focus:focus {
    border-color: #ff6464
}

.focus\:btn-warning-color-focus:focus {
    color: #f0f4f8
}

.focus\:icon-btn-light-bg-focus:focus {
    background-color: #f0f4f8
}

.focus\:icon-btn-light-color-focus:focus {
    color: #000
}

.focus\:icon-btn-light-border-focus:focus {
    border-color: #e1e7ef
}

.focus\:icon-btn-dark-bg-focus:focus {
    background-color: #000
}

.focus\:icon-btn-dark-color-focus:focus {
    color: #fff
}

.focus\:icon-btn-dark-border-focus:focus {
    border-color: #fff
}

.focus\:navigation-btn-border-focus:focus {
    border-color: #000
}

.focus\:breadcrumb-color-focus:focus {
    color: #000
}

.focus\:dots-dot-bg-ondark-focus:focus {
    background-color: hsla(0,0%,100%,.5)
}

.focus\:dots-dot-border-ondark-focus:focus {
    border-color: #fff
}

.focus\:dots-dot-bg-onlight-focus:focus {
    background-color: rgba(0,0,0,.5)
}

.focus\:dots-dot-border-onlight-focus:focus,.focus\:input-border-focus:focus {
    border-color: #000
}

.focus\:input-border-width-active:focus {
    border-width: 2px
}

.focus\:checkbox-color-focus:focus {
    color: #0f172a
}

.focus\:quicklink-bg-focus:focus {
    background-color: #f7f9fb
}

.focus\:quicklink-border-focus:focus {
    border-color: #000
}

.focus\:theme-01-btn-primary-bg-focus:focus {
    background-color: #155031
}

.focus\:theme-01-btn-primary-color-focus:focus,.focus\:theme-01-btn-primary-icon-color-focus:focus {
    color: #effaf2
}

.focus\:theme-01-btn-secondary-bg-focus:focus {
    background-color: #b3e7c2
}

.focus\:theme-01-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-01-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-01-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-01-tab-btn-bg-focus:focus {
    background-color: #2c9d5c
}

.focus\:theme-01-tab-btn-border-focus:focus {
    border-color: #124229
}

.focus\:theme-01-tab-btn-color-focus:focus {
    color: #effaf2
}

.focus\:theme-01-tab-btn-icon-color-focus:focus {
    color: #124229
}

.focus\:theme-02-btn-primary-bg-focus:focus {
    background-color: #2e591b
}

.focus\:theme-02-btn-primary-color-focus:focus,.focus\:theme-02-btn-primary-icon-color-focus:focus {
    color: #f2fbea
}

.focus\:theme-02-btn-secondary-bg-focus:focus {
    background-color: #c4eea8
}

.focus\:theme-02-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-02-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-02-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-02-tab-btn-bg-focus:focus {
    background-color: #7bd14a
}

.focus\:theme-02-tab-btn-border-focus:focus {
    border-color: #284c1b
}

.focus\:theme-02-tab-btn-color-focus:focus,.focus\:theme-02-tab-btn-icon-color-focus:focus {
    color: #284c1b
}

.focus\:theme-03-btn-primary-bg-focus:focus {
    background-color: #a70d5d
}

.focus\:theme-03-btn-primary-color-focus:focus,.focus\:theme-03-btn-primary-icon-color-focus:focus {
    color: #fef1f9
}

.focus\:theme-03-btn-secondary-bg-focus:focus {
    background-color: #feccee
}

.focus\:theme-03-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-03-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-03-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-03-tab-btn-bg-focus:focus {
    background-color: #fe68c7
}

.focus\:theme-03-tab-btn-border-focus:focus {
    border-color: #8b104f
}

.focus\:theme-03-tab-btn-color-focus:focus,.focus\:theme-03-tab-btn-icon-color-focus:focus {
    color: #8b104f
}

.focus\:theme-04-btn-primary-bg-focus:focus {
    background-color: #611eb9
}

.focus\:theme-04-btn-primary-color-focus:focus,.focus\:theme-04-btn-primary-icon-color-focus:focus {
    color: #f6f3ff
}

.focus\:theme-04-btn-secondary-bg-focus:focus {
    background-color: #dfd5ff
}

.focus\:theme-04-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-04-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-04-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-04-tab-btn-bg-focus:focus {
    background-color: #7525dc
}

.focus\:theme-04-tab-btn-border-focus:focus {
    border-color: #521b97
}

.focus\:theme-04-tab-btn-color-focus:focus,.focus\:theme-04-tab-btn-icon-color-focus:focus {
    color: #f6f3ff
}

.focus\:theme-05-btn-primary-bg-focus:focus {
    background-color: #156b75
}

.focus\:theme-05-btn-primary-color-focus:focus,.focus\:theme-05-btn-primary-icon-color-focus:focus {
    color: #ecfffd
}

.focus\:theme-05-btn-secondary-bg-focus:focus {
    background-color: #a5fcf9
}

.focus\:theme-05-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-05-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-05-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-05-tab-btn-bg-focus:focus {
    background-color: #0f858f
}

.focus\:theme-05-tab-btn-border-focus:focus {
    border-color: #165963
}

.focus\:theme-05-tab-btn-color-focus:focus,.focus\:theme-05-tab-btn-icon-color-focus:focus {
    color: #ecfffd
}

.focus\:theme-06-btn-primary-bg-focus:focus {
    background-color: #1e4f51
}

.focus\:theme-06-btn-primary-color-focus:focus,.focus\:theme-06-btn-primary-icon-color-focus:focus {
    color: #f2fbfa
}

.focus\:theme-06-btn-secondary-bg-focus:focus {
    background-color: #ace7e1
}

.focus\:theme-06-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-06-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-06-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-06-tab-btn-bg-focus:focus {
    background-color: #ace7e1
}

.focus\:theme-06-tab-btn-border-focus:focus {
    border-color: #1d4344
}

.focus\:theme-06-tab-btn-color-focus:focus,.focus\:theme-06-tab-btn-icon-color-focus:focus {
    color: #1d4344
}

.focus\:theme-07-btn-primary-bg-focus:focus {
    background-color: #a50f0f
}

.focus\:theme-07-btn-primary-color-focus:focus,.focus\:theme-07-btn-primary-icon-color-focus:focus {
    color: #fff1f1
}

.focus\:theme-07-btn-secondary-bg-focus:focus {
    background-color: #ffc5c5
}

.focus\:theme-07-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-07-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-07-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-07-tab-btn-bg-focus:focus {
    background-color: #ff4d4d
}

.focus\:theme-07-tab-btn-border-focus:focus {
    border-color: #881414
}

.focus\:theme-07-tab-btn-color-focus:focus,.focus\:theme-07-tab-btn-icon-color-focus:focus {
    color: #fff1f1
}

.focus\:theme-08-btn-primary-bg-focus:focus {
    background-color: #9d260f
}

.focus\:theme-08-btn-primary-color-focus:focus,.focus\:theme-08-btn-primary-icon-color-focus:focus {
    color: #fff5ed
}

.focus\:theme-08-btn-secondary-bg-focus:focus {
    background-color: #ffcfa8
}

.focus\:theme-08-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-08-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-08-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-08-tab-btn-bg-focus:focus {
    background-color: #ffad71
}

.focus\:theme-08-tab-btn-border-focus:focus {
    border-color: #7e2210
}

.focus\:theme-08-tab-btn-color-focus:focus,.focus\:theme-08-tab-btn-icon-color-focus:focus {
    color: #7e2210
}

.focus\:theme-09-btn-primary-bg-focus:focus {
    background-color: #92400e
}

.focus\:theme-09-btn-primary-color-focus:focus,.focus\:theme-09-btn-primary-icon-color-focus:focus {
    color: #fffbeb
}

.focus\:theme-09-btn-secondary-bg-focus:focus {
    background-color: #fde68a
}

.focus\:theme-09-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-09-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-09-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-09-tab-btn-bg-focus:focus {
    background-color: #fcd34d
}

.focus\:theme-09-tab-btn-border-focus:focus {
    border-color: #92400e
}

.focus\:theme-09-tab-btn-color-focus:focus,.focus\:theme-09-tab-btn-icon-color-focus:focus {
    color: #78350f
}

.focus\:theme-10-btn-primary-bg-focus:focus {
    background-color: #006eff
}

.focus\:theme-10-btn-primary-color-focus:focus,.focus\:theme-10-btn-primary-icon-color-focus:focus {
    color: #e5f8ff
}

.focus\:theme-10-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-10-btn-secondary-icon-color-focus:focus {
    color: #000
}

.focus\:theme-10-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-10-icon-btn-color-focus:focus {
    color: #000
}

.focus\:theme-10-tab-btn-bg-focus:focus {
    background-color: #0553ba
}

.focus\:theme-10-tab-btn-border-focus:focus {
    border-color: #0062e3
}

.focus\:theme-10-tab-btn-color-focus:focus,.focus\:theme-10-tab-btn-icon-color-focus:focus {
    color: #e5f8ff
}

.focus\:theme-christmas-red-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-red-btn-primary-color-focus:focus,.focus\:theme-christmas-red-btn-primary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-red-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-red-btn-secondary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-red-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-red-btn-icon-btn-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-red-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-red-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-red-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-red-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-darkRed-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-darkRed-btn-primary-color-focus:focus,.focus\:theme-christmas-darkRed-btn-primary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-darkRed-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-darkRed-btn-secondary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-darkRed-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-darkRed-btn-icon-btn-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-darkRed-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-darkRed-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-darkRed-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-darkRed-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-green-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-green-btn-primary-color-focus:focus,.focus\:theme-christmas-green-btn-primary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-green-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-green-btn-secondary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-green-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-green-btn-icon-btn-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-green-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-green-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-green-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-green-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-blue-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-blue-btn-primary-color-focus:focus,.focus\:theme-christmas-blue-btn-primary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-blue-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-blue-btn-secondary-icon-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-blue-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-blue-btn-icon-btn-color-focus:focus {
    color: #fd9908
}

.focus\:theme-christmas-blue-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-blue-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-blue-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-blue-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-pink-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-pink-btn-primary-color-focus:focus,.focus\:theme-christmas-pink-btn-primary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-pink-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-pink-btn-secondary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-pink-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-pink-btn-icon-btn-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-pink-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-pink-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-pink-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-pink-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-biege-btn-primary-bg-focus:focus {
    background-color: #3fa9ff
}

.focus\:theme-christmas-biege-btn-primary-color-focus:focus,.focus\:theme-christmas-biege-btn-primary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-biege-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-biege-btn-secondary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-biege-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-biege-btn-icon-btn-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-biege-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-biege-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-biege-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-biege-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-christmas-navy-btn-primary-bg-focus:focus {
    background-color: #f7b267
}

.focus\:theme-christmas-navy-btn-primary-color-focus:focus {
    color: #031d44
}

.focus\:theme-christmas-navy-btn-primary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-navy-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-christmas-navy-btn-secondary-icon-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-navy-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-christmas-navy-btn-icon-btn-color-focus:focus {
    color: #8e3533
}

.focus\:theme-christmas-navy-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-christmas-navy-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-christmas-navy-btn-tab-btn-color-focus:focus,.focus\:theme-christmas-navy-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-lunar-red-orange-btn-primary-bg-focus:focus {
    background-color: #f3a223
}

.focus\:theme-lunar-red-orange-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-lunar-red-orange-btn-primary-icon-color-focus:focus {
    color: #f3a223
}

.focus\:theme-lunar-red-orange-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-lunar-red-orange-btn-secondary-icon-color-focus:focus {
    color: #f3a223
}

.focus\:theme-lunar-red-orange-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-lunar-red-orange-btn-icon-btn-color-focus:focus {
    color: #f3a223
}

.focus\:theme-lunar-red-orange-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-lunar-red-orange-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-lunar-red-orange-btn-tab-btn-color-focus:focus,.focus\:theme-lunar-red-orange-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-lunar-red-pink-btn-primary-bg-focus:focus {
    background-color: #ffcccd
}

.focus\:theme-lunar-red-pink-btn-primary-color-focus:focus {
    color: #c52025
}

.focus\:theme-lunar-red-pink-btn-primary-icon-color-focus:focus {
    color: #ffcccd
}

.focus\:theme-lunar-red-pink-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-lunar-red-pink-btn-secondary-icon-color-focus:focus {
    color: #ffcccd
}

.focus\:theme-lunar-red-pink-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-lunar-red-pink-btn-icon-btn-color-focus:focus {
    color: #ffcccd
}

.focus\:theme-lunar-red-pink-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-lunar-red-pink-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-lunar-red-pink-btn-tab-btn-color-focus:focus,.focus\:theme-lunar-red-pink-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-lunar-pink-red-btn-primary-bg-focus:focus {
    background-color: #c52025
}

.focus\:theme-lunar-pink-red-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-lunar-pink-red-btn-primary-icon-color-focus:focus {
    color: #c52025
}

.focus\:theme-lunar-pink-red-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-lunar-pink-red-btn-secondary-icon-color-focus:focus {
    color: #c52025
}

.focus\:theme-lunar-pink-red-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-lunar-pink-red-btn-icon-btn-color-focus:focus {
    color: #c52025
}

.focus\:theme-lunar-pink-red-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-lunar-pink-red-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-lunar-pink-red-btn-tab-btn-color-focus:focus,.focus\:theme-lunar-pink-red-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-winter-midnight-btn-primary-bg-focus:focus {
    background-color: #235271
}

.focus\:theme-winter-midnight-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-winter-midnight-btn-primary-icon-color-focus:focus {
    color: #235271
}

.focus\:theme-winter-midnight-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-winter-midnight-btn-secondary-icon-color-focus:focus {
    color: #235271
}

.focus\:theme-winter-midnight-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-winter-midnight-btn-icon-btn-color-focus:focus {
    color: #235271
}

.focus\:theme-winter-midnight-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-winter-midnight-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-winter-midnight-btn-tab-btn-color-focus:focus,.focus\:theme-winter-midnight-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-winter-wildMagenta-btn-primary-bg-focus:focus {
    background-color: #b44081
}

.focus\:theme-winter-wildMagenta-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-winter-wildMagenta-btn-primary-icon-color-focus:focus {
    color: #b44081
}

.focus\:theme-winter-wildMagenta-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-winter-wildMagenta-btn-secondary-icon-color-focus:focus {
    color: #b44081
}

.focus\:theme-winter-wildMagenta-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-winter-wildMagenta-btn-icon-btn-color-focus:focus {
    color: #b44081
}

.focus\:theme-winter-wildMagenta-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-winter-wildMagenta-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-winter-wildMagenta-btn-tab-btn-color-focus:focus,.focus\:theme-winter-wildMagenta-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-minis-jungle-green-btn-primary-bg-focus:focus {
    background-color: #0a090c
}

.focus\:theme-brand-minis-jungle-green-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-minis-jungle-green-btn-primary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-jungle-green-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-minis-jungle-green-btn-secondary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-jungle-green-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-minis-jungle-green-btn-icon-btn-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-jungle-green-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-minis-jungle-green-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-minis-jungle-green-btn-tab-btn-color-focus:focus,.focus\:theme-brand-minis-jungle-green-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-minis-sky-blue-btn-primary-bg-focus:focus {
    background-color: #0a090c
}

.focus\:theme-brand-minis-sky-blue-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-minis-sky-blue-btn-primary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-sky-blue-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-minis-sky-blue-btn-secondary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-sky-blue-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-minis-sky-blue-btn-icon-btn-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-sky-blue-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-minis-sky-blue-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-minis-sky-blue-btn-tab-btn-color-focus:focus,.focus\:theme-brand-minis-sky-blue-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-minis-playful-pink-btn-primary-bg-focus:focus {
    background-color: #0a090c
}

.focus\:theme-brand-minis-playful-pink-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-minis-playful-pink-btn-primary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-playful-pink-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-minis-playful-pink-btn-secondary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-playful-pink-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-minis-playful-pink-btn-icon-btn-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-playful-pink-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-minis-playful-pink-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-minis-playful-pink-btn-tab-btn-color-focus:focus,.focus\:theme-brand-minis-playful-pink-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-minis-pastel-purple-btn-primary-bg-focus:focus {
    background-color: #0a090c
}

.focus\:theme-brand-minis-pastel-purple-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-minis-pastel-purple-btn-primary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-pastel-purple-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-minis-pastel-purple-btn-secondary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-pastel-purple-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-minis-pastel-purple-btn-icon-btn-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-pastel-purple-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-minis-pastel-purple-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-minis-pastel-purple-btn-tab-btn-color-focus:focus,.focus\:theme-brand-minis-pastel-purple-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-primary-bg-focus:focus {
    background-color: #6883ba
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-primary-icon-color-focus:focus {
    color: #6883ba
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-secondary-icon-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-icon-btn-color-focus:focus {
    color: #0a090c
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-color-focus:focus,.focus\:theme-brand-minis-vanilla-milkshake-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-brand-afterpay-btn-primary-bg-focus:focus {
    background-color: #b2fce3
}

.focus\:theme-brand-afterpay-btn-primary-color-focus:focus {
    color: #00193a
}

.focus\:theme-brand-afterpay-btn-primary-icon-color-focus:focus {
    color: #b2fce3
}

.focus\:theme-brand-afterpay-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-brand-afterpay-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-afterpay-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-brand-afterpay-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-brand-afterpay-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-brand-afterpay-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-brand-afterpay-btn-tab-btn-color-focus:focus,.focus\:theme-brand-afterpay-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-happy-off-white-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-happy-off-white-btn-primary-color-focus:focus,.focus\:theme-happy-off-white-btn-primary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-off-white-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-happy-off-white-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-off-white-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-happy-off-white-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-off-white-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-happy-off-white-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-happy-off-white-btn-tab-btn-color-focus:focus,.focus\:theme-happy-off-white-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-happy-pink-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-happy-pink-btn-primary-color-focus:focus,.focus\:theme-happy-pink-btn-primary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-pink-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-happy-pink-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-pink-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-happy-pink-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-pink-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-happy-pink-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-happy-pink-btn-tab-btn-color-focus:focus,.focus\:theme-happy-pink-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-happy-blue-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-happy-blue-btn-primary-color-focus:focus,.focus\:theme-happy-blue-btn-primary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-blue-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-happy-blue-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-blue-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-happy-blue-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-blue-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-happy-blue-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-happy-blue-btn-tab-btn-color-focus:focus,.focus\:theme-happy-blue-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-happy-yellow-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-happy-yellow-btn-primary-color-focus:focus,.focus\:theme-happy-yellow-btn-primary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-yellow-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-happy-yellow-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-yellow-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-happy-yellow-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-yellow-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-happy-yellow-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-happy-yellow-btn-tab-btn-color-focus:focus,.focus\:theme-happy-yellow-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-happy-green-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-happy-green-btn-primary-color-focus:focus,.focus\:theme-happy-green-btn-primary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-green-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-happy-green-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-green-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-happy-green-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-happy-green-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-happy-green-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-happy-green-btn-tab-btn-color-focus:focus,.focus\:theme-happy-green-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-colour-rush-soft-violet-btn-primary-bg-focus:focus {
    background-color: #fff
}

.focus\:theme-colour-rush-soft-violet-btn-primary-color-focus:focus {
    color: #000
}

.focus\:theme-colour-rush-soft-violet-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-colour-rush-soft-violet-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-soft-violet-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-colour-rush-soft-violet-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-soft-violet-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-colour-rush-soft-violet-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-colour-rush-soft-violet-btn-tab-btn-color-focus:focus,.focus\:theme-colour-rush-soft-violet-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-colour-rush-pastel-seafoam-btn-primary-bg-focus:focus {
    background-color: #fff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-primary-color-focus:focus {
    color: #000
}

.focus\:theme-colour-rush-pastel-seafoam-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-colour-rush-pastel-seafoam-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-colour-rush-pastel-seafoam-btn-tab-btn-color-focus:focus,.focus\:theme-colour-rush-pastel-seafoam-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-colour-rush-pastel-blue-btn-primary-bg-focus:focus {
    background-color: #fff
}

.focus\:theme-colour-rush-pastel-blue-btn-primary-color-focus:focus {
    color: #000
}

.focus\:theme-colour-rush-pastel-blue-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-colour-rush-pastel-blue-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-pastel-blue-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-colour-rush-pastel-blue-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-pastel-blue-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-colour-rush-pastel-blue-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-colour-rush-pastel-blue-btn-tab-btn-color-focus:focus,.focus\:theme-colour-rush-pastel-blue-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-colour-rush-seafoam-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-colour-rush-seafoam-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-seafoam-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-colour-rush-seafoam-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-seafoam-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-colour-rush-seafoam-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-seafoam-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-colour-rush-seafoam-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-colour-rush-seafoam-btn-tab-btn-color-focus:focus,.focus\:theme-colour-rush-seafoam-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.focus\:theme-colour-rush-sunny-yellow-btn-primary-bg-focus:focus {
    background-color: #000
}

.focus\:theme-colour-rush-sunny-yellow-btn-primary-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-sunny-yellow-btn-secondary-bg-focus:focus {
    background-color: #a9e5ff
}

.focus\:theme-colour-rush-sunny-yellow-btn-secondary-icon-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-sunny-yellow-btn-icon-btn-bg-focus:focus {
    background-color: #cad4e0
}

.focus\:theme-colour-rush-sunny-yellow-btn-icon-btn-color-focus:focus {
    color: #fff
}

.focus\:theme-colour-rush-sunny-yellow-btn-tab-btn-bg-focus:focus {
    background-color: #75cfff
}

.focus\:theme-colour-rush-sunny-yellow-btn-tab-btn-border-focus:focus {
    border-color: #75cfff
}

.focus\:theme-colour-rush-sunny-yellow-btn-tab-btn-color-focus:focus,.focus\:theme-colour-rush-sunny-yellow-btn-tab-btn-icon-color-focus:focus {
    color: #001e4c
}

.active\:navigation-btn-border-active:active {
    border-color: #0f172a
}

.active\:breadcrumb-color-active:active {
    color: #64748a
}

.active\:input-border-active:active {
    border-color: #cad4e0
}

.active\:input-border-width-active:active {
    border-width: 2px
}

.active\:checkbox-border-active:active {
    border-color: #000
}

.active\:checkbox-color-active:active {
    color: #000
}

.active\:quicklink-bg-active:active {
    background-color: #f0f4f8
}

.active\:input-search-bg-active:active {
    background-color: #f7f9fb
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.disabled\:opacity-50:disabled {
    opacity: .5
}

.disabled\:btn-primary-bg-disabled:disabled {
    background-color: #f0f4f8
}

.disabled\:btn-primary-border-disabled:disabled {
    border-color: #f0f4f8
}

.disabled\:btn-primary-color-disabled:disabled {
    color: #93a2b7
}

.disabled\:btn-secondary-bg-disabled:disabled {
    background-color: #f0f4f8
}

.disabled\:btn-secondary-border-disabled:disabled {
    border-color: #0f172a
}

.disabled\:btn-secondary-color-disabled:disabled {
    color: #93a2b7
}

.disabled\:btn-tertiary-bg-disabled:disabled {
    background-color: #fff
}

.disabled\:btn-tertiary-border-disabled:disabled {
    border-color: #f0f4f8
}

.disabled\:btn-tertiary-color-disabled:disabled {
    color: #93a2b7
}

.disabled\:btn-link-border-disabled:disabled {
    border-color: #f0f4f8
}

.disabled\:btn-link-color-disabled:disabled {
    color: #93a2b7
}

.disabled\:btn-confirm-bg-disabled:disabled {
    background-color: #0f172a
}

.disabled\:btn-confirm-border-disabled:disabled {
    border-color: #0f172a
}

.disabled\:btn-confirm-color-disabled:disabled {
    color: #0f172a
}

.disabled\:btn-warning-bg-disabled:disabled {
    background-color: #0f172a
}

.disabled\:btn-warning-border-disabled:disabled {
    border-color: #0f172a
}

.disabled\:btn-warning-color-disabled:disabled {
    color: #0f172a
}

.disabled\:icon-btn-light-bg-focus:disabled {
    background-color: #f0f4f8
}

.disabled\:icon-btn-light-color-disabled:disabled {
    color: #93a2b7
}

.disabled\:icon-btn-light-border-disabled:disabled {
    border-color: #e1e7ef
}

.disabled\:icon-btn-dark-bg-disabled:disabled {
    background-color: #000
}

.disabled\:icon-btn-dark-color-disabled:disabled {
    color: #fff
}

.disabled\:icon-btn-dark-border-disabled:disabled {
    border-color: #fff
}

.disabled\:jump-to-btn-bg-disabled:disabled {
    background-color: #fff
}

.disabled\:jump-to-btn-color-disabled:disabled {
    color: #cad4e0
}

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

.group:hover .group-hover\:underline {
    text-decoration-line: underline
}

@media (min-width: 640px) {
    .sm\:absolute {
        position:absolute
    }

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

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

    .sm\:mb-0 {
        margin-bottom: 0
    }

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

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

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:aspect-\[8\/3\] {
        aspect-ratio: 8/3
    }

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

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

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

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

    .sm\:w-auto {
        width: auto
    }

    .sm\:scroll-ps-6 {
        scroll-padding-inline-start: 1.5rem
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

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

    .sm\:p-10 {
        padding: 2.5rem
    }

    .sm\:p-8 {
        padding: 2rem
    }

    .sm\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .sm\:px-6 {
        padding-right: 1.5rem
    }

    .sm\:pl-6,.sm\:px-6 {
        padding-left: 1.5rem
    }

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

    .sm\:display-3xl-bold {
        font-size: 1.875rem;
        letter-spacing: 0
    }

    .sm\:display-3xl-bold,.sm\:display-5xl-bold {
        line-height: 137.5%;
        font-weight: 700;
        font-family: var(--primaryFont);
    }

    .sm\:display-5xl-bold {
        font-size: 3rem;
        letter-spacing: -.025rem
    }

    .sm\:body-2xl-medium {
        font-size: 1.5rem;
        line-height: 150%;
        font-weight: 500;
        letter-spacing: 0;
        font-family: Everett
    }

    .sm\:first\:ps-6:first-child {
        padding-inline-start:1.5rem}

    .sm\:last\:pe-6:last-child {
        padding-inline-end:1.5rem}
}

@media (min-width: 768px) {
    .md\:pointer-events-none {
        pointer-events:none
    }

    .md\:relative {
        position: relative
    }

    .md\:bottom-16 {
        bottom: 4rem
    }

    .md\:left-auto {
        left: auto
    }

    .md\:right-12 {
        right: 3rem
    }

    .md\:top-20 {
        top: 5rem
    }

    .md\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

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

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

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

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

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

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

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

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

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

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

    .md\:mr-0 {
        margin-right: 0
    }

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

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

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

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

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

    .md\:h-20 {
        height: 5rem
    }

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

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

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

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

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

    .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\:flex-row {
        flex-direction: row
    }

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

    .md\:flex-col {
        flex-direction: column
    }

    .md\:place-items-start {
        place-items: start
    }

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

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:gap-11 {
        gap: 2.75rem
    }

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

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

    .md\:border {
        border-width: 1px
    }

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

    .md\:p-0 {
        padding: 0
    }

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

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

    .md\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

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

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

    .md\:py-14 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

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

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

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

    .md\:pr-5 {
        padding-right: 1.25rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:display-xl-bold {
        font-size: 1.25rem
    }

    .md\:display-2xl-bold,.md\:display-xl-bold {
        line-height: 137.5%;
        font-weight: 700;
        letter-spacing: 0;
        font-family: var(--primaryFont);
    }

    .md\:display-2xl-bold {
        font-size: 1.5rem
    }

    .md\:display-3xl-bold {
        font-size: 1.875rem;
        line-height: 137.5%;
        font-weight: 700;
        letter-spacing: 0;
        font-family: var(--primaryFont);
    }

    .md\:display-4xl-bold {
        font-size: 2.25rem
    }

    .md\:display-4xl-bold,.md\:display-5xl-bold {
        line-height: 137.5%;
        font-weight: 700;
        letter-spacing: -.025rem;
        font-family: var(--primaryFont);
    }

    .md\:display-5xl-bold {
        font-size: 3rem
    }

    .md\:body-lg-regular {
        font-weight: 400
    }

    .md\:body-lg-medium,.md\:body-lg-regular {
        font-size: 1.125rem;
        line-height: 150%;
        letter-spacing: 0;
        font-family: Everett
    }

    .md\:body-lg-medium {
        font-weight: 500
    }

    .md\:body-xl-regular {
        font-weight: 400
    }

    .md\:body-xl-bold,.md\:body-xl-regular {
        font-size: 1.25rem;
        line-height: 150%;
        letter-spacing: 0;
        font-family: Everett
    }

    .md\:body-xl-bold {
        font-weight: 700
    }

    .md\:body-2xl-bold {
        font-size: 1.5rem
    }

    .md\:body-2xl-bold,.md\:body-3xl-bold {
        line-height: 150%;
        font-weight: 700;
        letter-spacing: 0;
        font-family: Everett
    }

    .md\:body-3xl-bold {
        font-size: 1.875rem
    }

    .md\:util-base-medium {
        font-size: 1rem;
        line-height: 100%;
        font-weight: 500;
        letter-spacing: 0;
        font-family: Everett
    }
}

@media (min-width: 1024px) {
    .lg\:absolute {
        position:absolute
    }

    .lg\:-bottom-20 {
        bottom: -5rem
    }

    .lg\:mx-12 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .lg\:my-28 {
        margin-top: 7rem;
        margin-bottom: 7rem
    }

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

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

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

    .lg\:mb-28 {
        margin-bottom: 7rem
    }

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

    .lg\:mt-28 {
        margin-top: 7rem
    }

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

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-20 {
        height: 5rem
    }

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

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

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

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

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

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

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

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

    .lg\:gap-8 {
        gap: 2rem
    }

    .lg\:p-0 {
        padding: 0
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:p-6 {
        padding: 1.5rem
    }

    .lg\:px-20 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .lg\:px-52 {
        padding-left: 13rem;
        padding-right: 13rem
    }

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

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

    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

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

    .lg\:pl-16 {
        padding-left: 4rem
    }

    .lg\:pr-40 {
        padding-right: 10rem
    }

    .lg\:display-7xl-bold {
        font-size: 4.5rem;
        line-height: 137.5%;
        font-weight: 700;
        letter-spacing: -.025rem;
        font-family: var(--primaryFont);
    }
}

@media (min-width: 1280px) {
    .xl\:h-\[700px\] {
        height:700px
    }

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

    .xl\:gap-36 {
        gap: 9rem
    }

    .xl\:display-5xl-bold {
        font-size: 3rem;
        line-height: 137.5%;
        font-weight: 700;
        letter-spacing: -.025rem;
        font-family: var(--primaryFont);
    }
}

@media (min-width: 1536px) {
    .\32xl\:px-0 {
        padding-left:0;
        padding-right: 0
    }

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