﻿#pre-loader
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--primary-color-darkest);
}
#pre-loader.newVersion
{
    background-color: var(--primary-color);
}
#pre-loader .pre-loader__logo, #pre-loader .progress-container
{
    width: 60%;
}
@media screen and (min-width: 769px)
{
    #pre-loader .pre-loader__logo, #pre-loader .progress-container
    {
        width: 40%;
    }
}
@media screen and (min-width: 992px)
{
    #pre-loader .pre-loader__logo, #pre-loader .progress-container
    {
        width: 27.5%;
    }
}
@media screen and (min-width: 1200px)
{
    #pre-loader .pre-loader__logo, #pre-loader .progress-container
    {
        width: 20%;
    }
}
#pre-loader .progress-container
{
    margin-top: 40px;
    height: 20px;
    background-color: var(--primary-color-darkest);
    border: 3px solid var(--primary-color-text);
    border-radius: var(--border-radius);
    overflow: hidden;
}
#pre-loader .progress-container .progress
{
    height: 100%;
    border-radius: 0;
    background-color: var(--primary-color-text);
    transition: width .3s ease-in-out;
}
.pre-loader-from-to
{
    opacity: 1;
}
.pre-loader-leave-to
{
    opacity: 0;
}
.pre-loader-leave-active
{
    transition: opacity .3s ease-in-out;
}
#connection-down-modal .p-dialog-header
{
    justify-content: center;
}
#connection-down-modal .p-dialog-content
{
    padding-top: 0;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.icon:before
{
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.icon-solid:before
{
    font: var(--fa-font-solid);
}
.icon-regular:before
{
    font: var(--fa-font-regular);
}
.icon-light:before
{
    font: var(--fa-font-light);
}
.icon-duotone:before
{
    font: var(--fa-font-duotone);
}
.icon-brands:before
{
    font: var(--fa-font-brands);
}
#light-dark
{
    display: flex;
    align-items: center;
    justify-content: center;
}
#light-dark .p-inputswitch
{
    height: 1.75rem;
}
#light-dark .p-inputswitch-checked .p-inputswitch-slider
{
    box-shadow: 0 5px 30px #e4e7ec;
}
#light-dark .p-inputswitch .p-inputswitch-slider:before
{
    font: var(--dark-icon-font);
    content: var(--dark-icon);
    color: #fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
#light-dark .p-inputswitch-checked .p-inputswitch-slider:before
{
    font: var(--light-icon-font);
    content: var(--light-icon);
    color: #ffbb52;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
#light-dark .p-inputswitch-checked .p-inputswitch-slider:before
{
    color: #ffbb52;
}
.p-sidebar .p-sidebar-header-content
{
    width: 100%;
    display: flex;
}
.p-sidebar .p-sidebar-close-icon
{
    color: var(--primary-color-text);
}
.p-component-overlay
{
    background-color: #0006;
    transition-duration: .2s;
}
#top-bar
{
    background-color: var(--header-alt-background-color);
    transition: .5s background-color ease-in-out;
    padding: .5rem 0;
}
#top-bar .top-bar__left-logo-container
{
    text-align: center;
    background-color: var(--header-background-color);
    transition: .5s background-color ease-in-out;
    min-width: 20rem;
    max-width: 23rem;
    border-radius: 30px 30px 0 0;
    padding: .75rem;
    position: absolute;
    bottom: 3px;
    color: var(--header-alt-text-color);
    z-index: 1;
}
@media screen and (max-width: 992px)
{
    #top-bar .top-bar__left-logo-container
    {
        display: flex;
        align-items: center;
        background: transparent;
        max-width: 100%;
        border-radius: 0;
        padding: 0;
        position: static;
    }
}
#top-bar .top-bar__left-logo-container .top-bar__left-logo
{
    cursor: pointer;
    max-width: 17rem;
    max-height: 55px;
}
@media screen and (max-width: 1199px)
{
    #top-bar .top-bar__left-logo-container .top-bar__left-logo
    {
        margin-left: .7rem;
        min-width: 10rem;
        max-width: 11.2rem;
    }
}
#top-bar .top-bar__left-logo-container .top-bar__left-logo:active
{
    transform: scale(.98);
}
#top-bar .top-bar__right
{
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
#top-bar .top-bar__right .top-bar__right-actions__no-auth .top-bar__right-actions__no-auth__btn
{
    text-transform: uppercase;
}
#top-bar .top-bar__right .top-bar__right-actions__no-auth .top-bar__right-actions__no-auth__btn-register
{
    background-color: var(--primary-color-lighter);
    transition: .3s box-shadow ease-in-out;
    font-weight: 700;
    box-shadow: 0 3px 5px rgba(var(--secondary-color-rgb),.06),0 4px 7px rgba(var(--secondary-color-rgb),.06),0 10px 10px -8px rgba(var(--secondary-color-rgb),.09);
}
#top-bar .top-bar__right .top-bar__right-actions__no-auth .top-bar__right-actions__no-auth__btn-register:hover
{
    box-shadow: 0 7px 9px #ffffff0f,0 9px 11px #ffffff0f,0 14px 14px -10px #ffffff17;
}
#top-bar .top-bar__right .top-bar__right-actions__auth
{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    font-size: .9rem;
}
#top-bar .top-bar__right .top-bar__right-actions__auth.btn-deposit
{
    text-transform: uppercase;
    font-weight: 700;
}
#top-bar .top-bar__right .top-bar__right-actions__auth .top-bar__right-actions__info-box
{
    padding: 0 .8rem;
    margin: 0 2rem 0 0;
    min-width: max-content;
    text-align: left;
    color: var(--header-text-color);
}
.nav-bar
{
    background-color: var(--header-background-color);
    transition: .5s background-color ease-in-out;
}
[data-v-8a7e0741] .cms__loader-container
{
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 75vh;
    min-height: 75dvh;
}
[data-v-8a7e0741] .cms__not-found-container
{
    padding: 1.6rem;
    display: flex;
    align-items: center;
    color: var(--secondary-color-text);
}
[data-v-8a7e0741] .cms__not-found-container .lottie-animation-container
{
    max-width: 60px;
    margin-right: 1rem;
    margin-left: 0;
}
[data-v-8a7e0741] .cms__not-found-container .cms__not-found-container__label
{
    font-weight: 600;
    font-size: 1.1rem;
}
#header-default .nav-bar
{
    z-index: 2;
    position: relative;
}
#header-default .disclaimer
{
    overflow: hidden;
    background-color: var(--header-background-color);
    transition: .5s background-color,.17s max-height;
    max-height: 50px;
    color: var(--header-text-color);
}
#header-default .disclaimer.toggled
{
    max-height: 0;
}
#header-default .disclaimer>div
{
    padding: .25rem 0;
}
#header-default .disclaimer ul
{
    list-style: none;
}
#header-default .disclaimer a
{
    color: var(--header-text-color);
}
#header-default .disclaimer .disclaimer-list
{
    width: 100%;
    justify-content: end;
    margin: 0;
}
#header-default .disclaimer .disclaimer-list img, #header-default .disclaimer .disclaimer-list svg
{
    width: 100%;
    height: 30px;
    margin-right: .5rem;
}
.container_disclaimer
{
    position: relative;
}
.disclaimer__toggler-container
{
    background-color: var(--header-background-color);
    width: 50px;
    min-height: 22px;
    border-radius: 0 0 7px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translate(-50%);
    z-index: 5;
    cursor: pointer;
    transition: .27s bottom,.5s background-color;
    color: rgba(var(--primary-color-rgb),1);
}
@media screen and (max-width: 992px)
{
    .disclaimer__toggler-container
    {
        display: none;
    }
}
@media screen and (max-width: 1720px)
{
    .disclaimer__toggler-container
    {
        left: 35%;
    }
}
.disclaimer__toggler-container .disclaimer__toggler-container__toggler
{
    color: var(--primary-color-text);
}
.closed-disclaimer
{
    bottom: -22px!important;
}
#header
{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: #0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px;
    text-align: center;
}
#footer-default .footer-top
{
    background-color: var(--footer-background-color);
    transition: .5s background-color ease-in-out;
    padding: .275rem 0;
}
#footer-default .footer-top .footer-top__label
{
    color: var(--footer-text-color);
}
#footer-default .footer-top .footer-top__payments-list
{
    display: inline-flex;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
    margin: 0;
    width: 100%;
}
#footer-default .footer-top .footer-top__payments-list .footer-top__payments-list__method
{
    margin-right: 20px;
}
@media(max-width: 1200px)
{
    #footer-default .footer-top .footer-top__payments-list .footer-top__payments-list__method
    {
        margin-bottom: 10px;
    }
}
#footer-default .footer-top .footer-top__payments-list .footer-top__payments-list__method svg, #footer-default .footer-top .footer-top__payments-list .footer-top__payments-list__method img
{
    width: 100%;
    height: 30px;
}
#footer-default .footer-top .footer-top__accordion .p-accordion .p-accordion-header-link
{
    font-weight: 550;
    padding: 1rem;
}
#footer-default .footer-middle
{
    padding: 1rem;
    background-color: var(--footer-alt-background-color);
    transition: .5s background-color ease-in-out;
}
#footer-default .footer-middle .footer-middle-list svg, #footer-default .footer-middle .footer-middle-list img
{
    width: 100%;
    height: 30px;
    margin-right: .5rem;
}
#footer-default .footer-middle .footer-middle__credits
{
    font-size: .85rem;
    text-align: center;
    color: var(--footer-text-color);
}
#footer-default .footer-bottom
{
    padding: .5rem 0;
    background-color: var(--footer-background-color);
    transition: .5s background-color ease-in-out;
}
#footer-default .footer-bottom .font-small
{
    font-size: .8rem;
}
#footer .footer-bottom[data-v-fa1c5682]
{
    padding: .5rem 0;
    background-color: var(--footer-background-color);
    transition: .5s background-color ease-in-out;
}
#footer .footer-bottom .font-small[data-v-fa1c5682]
{
    font-size: .8rem;
}
#preview-skip-cache[data-v-1fc20343]
{
    transition: transform .3s;
}
#preview-skip-cache .preview-container[data-v-1fc20343]
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbc02d;
    font-size: 1.8rem;
}
@media screen and (max-width: 769px)
{
    #preview-skip-cache .preview-container[data-v-1fc20343]
    {
        font-size: 1.3rem;
    }
}
#preview-skip-cache.fixed[data-v-1fc20343]
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.p-toast#toast-v4
{
    opacity: 1!important;
}
.p-toast#toast-v4 .p-toast-message
{
    position: relative;
    background: var(--secondary-color)!important;
    box-shadow: 0 5px 5px -3px rgba(var(--primary-color-rgb),.7),0 8px 10px 1px rgba(var(--primary-color-rgb),.25),0 3px 14px 2px rgba(var(--primary-color-rgb),.85);
}
.p-toast#toast-v4 .p-toast-message .p-toast-icon-close
{
    border-radius: var(--border-radius);
    color: var(--secondary-color-text)!important;
}
.p-toast#toast-v4 .p-toast-message .p-toast-icon-close:hover
{
    background: none;
    color: var(--secondary-color-darker)!important;
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content
{
    padding: 1.4rem;
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content div[data-pc-section=buttoncontainer]
{
    margin: auto;
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content .toast-icon-container
{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0 1.5rem;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--primary-color-lighter);
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content .toast-message-container
{
    display: flex;
    flex: 1;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 4.2rem;
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content .progress-bar
{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background: var(--secondary-color-lightest);
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content .toast-title
{
    color: var(--primary-color-text);
    font-weight: bolder;
    font-size: 1.3rem;
    padding-bottom: 1rem;
}
.p-toast#toast-v4 .p-toast-message .p-toast-message-content .toast-description
{
    color: var(--primary-color-text);
}
#aside
{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 60px!important;
    width: 60px!important;
    transition: all .2s ease-in-out;
}
#aside.opened
{
    min-width: 240px!important;
    width: 60px!important;
}
#aside.opened #a-sidebar
{
    width: 230px!important;
}
#aside #a-sidebar
{
    position: fixed;
    top: 0;
    left: 5px;
    width: 50px!important;
}
.p-toast
{
    z-index: 9999!important;
}
body
{
    height: 100vh;
    height: 100dvh;
    overflow: auto;
}
#main
{
    display: flex;
    flex-direction: column;
    background-color: var(--body-background-color);
    transition: .5s background-color ease-in-out;
    color: var(--body-text-color);
}
#main .main-container
{
    display: flex;
    flex: 1;
}
#main .default
{
    min-height: 75vh;
    min-height: 75dvh;
}
#main .default.default-v4
{
    -webkit-overflow-scrolling: touch;
}
#main .main__page-loader-container
{
    position: relative;
    z-index: 100;
    background-color: #00000052;
    transition-duration: .2s;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
}
#main .main__page-loader-container .main__page-loader-container__lottie
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.grid
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
    margin-top: -.5rem;
}
.grid>.col, .grid>[class*=col]
{
    box-sizing: border-box;
}
.grid-nogutter
{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}
.grid-nogutter>.col, .grid-nogutter>[class*=col-]
{
    padding: 0;
}
.col
{
    flex-grow: 1;
    flex-basis: 0;
    padding: .5rem;
}
.col-fixed
{
    flex: 0 0 auto;
    padding: .5rem;
}
.col-1
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 8.3333%;
}
.col-2
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 16.6667%;
}
.col-3
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 25%;
}
.col-4
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 33.3333%;
}
.col-5
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 41.6667%;
}
.col-6
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 50%;
}
.col-7
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 58.3333%;
}
.col-8
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 66.6667%;
}
.col-9
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 75%;
}
.col-10
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 83.3333%;
}
.col-11
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 91.6667%;
}
.col-12
{
    flex: 0 0 auto;
    padding: .5rem;
    width: 100%;
}
@media screen and (min-width: 576px)
{
    .sm\:col
    {
        flex-grow: 1;
        flex-basis: 0;
        padding: .5rem;
    }
    .sm\:col-fixed
    {
        flex: 0 0 auto;
        padding: .5rem;
    }
    .sm\:col-1
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 8.3333%;
    }
    .sm\:col-2
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 16.6667%;
    }
    .sm\:col-3
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 25%;
    }
    .sm\:col-4
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 33.3333%;
    }
    .sm\:col-5
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 41.6667%;
    }
    .sm\:col-6
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 50%;
    }
    .sm\:col-7
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 58.3333%;
    }
    .sm\:col-8
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 66.6667%;
    }
    .sm\:col-9
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 75%;
    }
    .sm\:col-10
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 83.3333%;
    }
    .sm\:col-11
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 91.6667%;
    }
    .sm\:col-12
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 100%;
    }
}
@media screen and (min-width: 768px)
{
    .md\:col
    {
        flex-grow: 1;
        flex-basis: 0;
        padding: .5rem;
    }
    .md\:col-fixed
    {
        flex: 0 0 auto;
        padding: .5rem;
    }
    .md\:col-1
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 8.3333%;
    }
    .md\:col-2
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 16.6667%;
    }
    .md\:col-3
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 25%;
    }
    .md\:col-4
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 33.3333%;
    }
    .md\:col-5
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 41.6667%;
    }
    .md\:col-6
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 50%;
    }
    .md\:col-7
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 58.3333%;
    }
    .md\:col-8
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 66.6667%;
    }
    .md\:col-9
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 75%;
    }
    .md\:col-10
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 83.3333%;
    }
    .md\:col-11
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 91.6667%;
    }
    .md\:col-12
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 100%;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:col
    {
        flex-grow: 1;
        flex-basis: 0;
        padding: .5rem;
    }
    .lg\:col-fixed
    {
        flex: 0 0 auto;
        padding: .5rem;
    }
    .lg\:col-1
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 8.3333%;
    }
    .lg\:col-2
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 16.6667%;
    }
    .lg\:col-3
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 25%;
    }
    .lg\:col-4
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 33.3333%;
    }
    .lg\:col-5
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 41.6667%;
    }
    .lg\:col-6
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 50%;
    }
    .lg\:col-7
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 58.3333%;
    }
    .lg\:col-8
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 66.6667%;
    }
    .lg\:col-9
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 75%;
    }
    .lg\:col-10
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 83.3333%;
    }
    .lg\:col-11
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 91.6667%;
    }
    .lg\:col-12
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 100%;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:col
    {
        flex-grow: 1;
        flex-basis: 0;
        padding: .5rem;
    }
    .xl\:col-fixed
    {
        flex: 0 0 auto;
        padding: .5rem;
    }
    .xl\:col-1
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 8.3333%;
    }
    .xl\:col-2
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 16.6667%;
    }
    .xl\:col-3
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 25%;
    }
    .xl\:col-4
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 33.3333%;
    }
    .xl\:col-5
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 41.6667%;
    }
    .xl\:col-6
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 50%;
    }
    .xl\:col-7
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 58.3333%;
    }
    .xl\:col-8
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 66.6667%;
    }
    .xl\:col-9
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 75%;
    }
    .xl\:col-10
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 83.3333%;
    }
    .xl\:col-11
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 91.6667%;
    }
    .xl\:col-12
    {
        flex: 0 0 auto;
        padding: .5rem;
        width: 100%;
    }
}
.col-offset-0
{
    margin-left: 0!important;
}
.col-offset-1
{
    margin-left: 8.3333%!important;
}
.col-offset-2
{
    margin-left: 16.6667%!important;
}
.col-offset-3
{
    margin-left: 25%!important;
}
.col-offset-4
{
    margin-left: 33.3333%!important;
}
.col-offset-5
{
    margin-left: 41.6667%!important;
}
.col-offset-6
{
    margin-left: 50%!important;
}
.col-offset-7
{
    margin-left: 58.3333%!important;
}
.col-offset-8
{
    margin-left: 66.6667%!important;
}
.col-offset-9
{
    margin-left: 75%!important;
}
.col-offset-10
{
    margin-left: 83.3333%!important;
}
.col-offset-11
{
    margin-left: 91.6667%!important;
}
.col-offset-12
{
    margin-left: 100%!important;
}
@media screen and (min-width: 576px)
{
    .sm\:col-offset-0
    {
        margin-left: 0!important;
    }
    .sm\:col-offset-1
    {
        margin-left: 8.3333%!important;
    }
    .sm\:col-offset-2
    {
        margin-left: 16.6667%!important;
    }
    .sm\:col-offset-3
    {
        margin-left: 25%!important;
    }
    .sm\:col-offset-4
    {
        margin-left: 33.3333%!important;
    }
    .sm\:col-offset-5
    {
        margin-left: 41.6667%!important;
    }
    .sm\:col-offset-6
    {
        margin-left: 50%!important;
    }
    .sm\:col-offset-7
    {
        margin-left: 58.3333%!important;
    }
    .sm\:col-offset-8
    {
        margin-left: 66.6667%!important;
    }
    .sm\:col-offset-9
    {
        margin-left: 75%!important;
    }
    .sm\:col-offset-10
    {
        margin-left: 83.3333%!important;
    }
    .sm\:col-offset-11
    {
        margin-left: 91.6667%!important;
    }
    .sm\:col-offset-12
    {
        margin-left: 100%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:col-offset-0
    {
        margin-left: 0!important;
    }
    .md\:col-offset-1
    {
        margin-left: 8.3333%!important;
    }
    .md\:col-offset-2
    {
        margin-left: 16.6667%!important;
    }
    .md\:col-offset-3
    {
        margin-left: 25%!important;
    }
    .md\:col-offset-4
    {
        margin-left: 33.3333%!important;
    }
    .md\:col-offset-5
    {
        margin-left: 41.6667%!important;
    }
    .md\:col-offset-6
    {
        margin-left: 50%!important;
    }
    .md\:col-offset-7
    {
        margin-left: 58.3333%!important;
    }
    .md\:col-offset-8
    {
        margin-left: 66.6667%!important;
    }
    .md\:col-offset-9
    {
        margin-left: 75%!important;
    }
    .md\:col-offset-10
    {
        margin-left: 83.3333%!important;
    }
    .md\:col-offset-11
    {
        margin-left: 91.6667%!important;
    }
    .md\:col-offset-12
    {
        margin-left: 100%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:col-offset-0
    {
        margin-left: 0!important;
    }
    .lg\:col-offset-1
    {
        margin-left: 8.3333%!important;
    }
    .lg\:col-offset-2
    {
        margin-left: 16.6667%!important;
    }
    .lg\:col-offset-3
    {
        margin-left: 25%!important;
    }
    .lg\:col-offset-4
    {
        margin-left: 33.3333%!important;
    }
    .lg\:col-offset-5
    {
        margin-left: 41.6667%!important;
    }
    .lg\:col-offset-6
    {
        margin-left: 50%!important;
    }
    .lg\:col-offset-7
    {
        margin-left: 58.3333%!important;
    }
    .lg\:col-offset-8
    {
        margin-left: 66.6667%!important;
    }
    .lg\:col-offset-9
    {
        margin-left: 75%!important;
    }
    .lg\:col-offset-10
    {
        margin-left: 83.3333%!important;
    }
    .lg\:col-offset-11
    {
        margin-left: 91.6667%!important;
    }
    .lg\:col-offset-12
    {
        margin-left: 100%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:col-offset-0
    {
        margin-left: 0!important;
    }
    .xl\:col-offset-1
    {
        margin-left: 8.3333%!important;
    }
    .xl\:col-offset-2
    {
        margin-left: 16.6667%!important;
    }
    .xl\:col-offset-3
    {
        margin-left: 25%!important;
    }
    .xl\:col-offset-4
    {
        margin-left: 33.3333%!important;
    }
    .xl\:col-offset-5
    {
        margin-left: 41.6667%!important;
    }
    .xl\:col-offset-6
    {
        margin-left: 50%!important;
    }
    .xl\:col-offset-7
    {
        margin-left: 58.3333%!important;
    }
    .xl\:col-offset-8
    {
        margin-left: 66.6667%!important;
    }
    .xl\:col-offset-9
    {
        margin-left: 75%!important;
    }
    .xl\:col-offset-10
    {
        margin-left: 83.3333%!important;
    }
    .xl\:col-offset-11
    {
        margin-left: 91.6667%!important;
    }
    .xl\:col-offset-12
    {
        margin-left: 100%!important;
    }
}
.text-0
{
    color: var(--surface-0)!important;
}
.text-50
{
    color: var(--surface-50)!important;
}
.text-100
{
    color: var(--surface-100)!important;
}
.text-200
{
    color: var(--surface-200)!important;
}
.text-300
{
    color: var(--surface-300)!important;
}
.text-400
{
    color: var(--surface-400)!important;
}
.text-500
{
    color: var(--surface-500)!important;
}
.text-600
{
    color: var(--surface-600)!important;
}
.text-700
{
    color: var(--surface-700)!important;
}
.text-800
{
    color: var(--surface-800)!important;
}
.text-900
{
    color: var(--surface-900)!important;
}
.focus\:text-0:focus
{
    color: var(--surface-0)!important;
}
.hover\:text-0:hover, .active\:text-0:active
{
    color: var(--surface-0)!important;
}
.focus\:text-50:focus
{
    color: var(--surface-50)!important;
}
.hover\:text-50:hover, .active\:text-50:active
{
    color: var(--surface-50)!important;
}
.focus\:text-100:focus
{
    color: var(--surface-100)!important;
}
.hover\:text-100:hover, .active\:text-100:active
{
    color: var(--surface-100)!important;
}
.focus\:text-200:focus
{
    color: var(--surface-200)!important;
}
.hover\:text-200:hover, .active\:text-200:active
{
    color: var(--surface-200)!important;
}
.focus\:text-300:focus
{
    color: var(--surface-300)!important;
}
.hover\:text-300:hover, .active\:text-300:active
{
    color: var(--surface-300)!important;
}
.focus\:text-400:focus
{
    color: var(--surface-400)!important;
}
.hover\:text-400:hover, .active\:text-400:active
{
    color: var(--surface-400)!important;
}
.focus\:text-500:focus
{
    color: var(--surface-500)!important;
}
.hover\:text-500:hover, .active\:text-500:active
{
    color: var(--surface-500)!important;
}
.focus\:text-600:focus
{
    color: var(--surface-600)!important;
}
.hover\:text-600:hover, .active\:text-600:active
{
    color: var(--surface-600)!important;
}
.focus\:text-700:focus
{
    color: var(--surface-700)!important;
}
.hover\:text-700:hover, .active\:text-700:active
{
    color: var(--surface-700)!important;
}
.focus\:text-800:focus
{
    color: var(--surface-800)!important;
}
.hover\:text-800:hover, .active\:text-800:active
{
    color: var(--surface-800)!important;
}
.focus\:text-900:focus
{
    color: var(--surface-900)!important;
}
.hover\:text-900:hover, .active\:text-900:active
{
    color: var(--surface-900)!important;
}
.surface-0
{
    background-color: var(--surface-0)!important;
}
.surface-50
{
    background-color: var(--surface-50)!important;
}
.surface-100
{
    background-color: var(--surface-100)!important;
}
.surface-200
{
    background-color: var(--surface-200)!important;
}
.surface-300
{
    background-color: var(--surface-300)!important;
}
.surface-400
{
    background-color: var(--surface-400)!important;
}
.surface-500
{
    background-color: var(--surface-500)!important;
}
.surface-600
{
    background-color: var(--surface-600)!important;
}
.surface-700
{
    background-color: var(--surface-700)!important;
}
.surface-800
{
    background-color: var(--surface-800)!important;
}
.surface-900
{
    background-color: var(--surface-900)!important;
}
.focus\:surface-0:focus
{
    background-color: var(--surface-0)!important;
}
.hover\:surface-0:hover, .active\:surface-0:active
{
    background-color: var(--surface-0)!important;
}
.focus\:surface-50:focus
{
    background-color: var(--surface-50)!important;
}
.hover\:surface-50:hover, .active\:surface-50:active
{
    background-color: var(--surface-50)!important;
}
.focus\:surface-100:focus
{
    background-color: var(--surface-100)!important;
}
.hover\:surface-100:hover, .active\:surface-100:active
{
    background-color: var(--surface-100)!important;
}
.focus\:surface-200:focus
{
    background-color: var(--surface-200)!important;
}
.hover\:surface-200:hover, .active\:surface-200:active
{
    background-color: var(--surface-200)!important;
}
.focus\:surface-300:focus
{
    background-color: var(--surface-300)!important;
}
.hover\:surface-300:hover, .active\:surface-300:active
{
    background-color: var(--surface-300)!important;
}
.focus\:surface-400:focus
{
    background-color: var(--surface-400)!important;
}
.hover\:surface-400:hover, .active\:surface-400:active
{
    background-color: var(--surface-400)!important;
}
.focus\:surface-500:focus
{
    background-color: var(--surface-500)!important;
}
.hover\:surface-500:hover, .active\:surface-500:active
{
    background-color: var(--surface-500)!important;
}
.focus\:surface-600:focus
{
    background-color: var(--surface-600)!important;
}
.hover\:surface-600:hover, .active\:surface-600:active
{
    background-color: var(--surface-600)!important;
}
.focus\:surface-700:focus
{
    background-color: var(--surface-700)!important;
}
.hover\:surface-700:hover, .active\:surface-700:active
{
    background-color: var(--surface-700)!important;
}
.focus\:surface-800:focus
{
    background-color: var(--surface-800)!important;
}
.hover\:surface-800:hover, .active\:surface-800:active
{
    background-color: var(--surface-800)!important;
}
.focus\:surface-900:focus
{
    background-color: var(--surface-900)!important;
}
.hover\:surface-900:hover, .active\:surface-900:active
{
    background-color: var(--surface-900)!important;
}
.border-0
{
    border-color: var(--surface-0)!important;
}
.border-50
{
    border-color: var(--surface-50)!important;
}
.border-100
{
    border-color: var(--surface-100)!important;
}
.border-200
{
    border-color: var(--surface-200)!important;
}
.border-300
{
    border-color: var(--surface-300)!important;
}
.border-400
{
    border-color: var(--surface-400)!important;
}
.border-500
{
    border-color: var(--surface-500)!important;
}
.border-600
{
    border-color: var(--surface-600)!important;
}
.border-700
{
    border-color: var(--surface-700)!important;
}
.border-800
{
    border-color: var(--surface-800)!important;
}
.border-900
{
    border-color: var(--surface-900)!important;
}
.focus\:border-0:focus
{
    border-color: var(--surface-0)!important;
}
.hover\:border-0:hover, .active\:border-0:active
{
    border-color: var(--surface-0)!important;
}
.focus\:border-50:focus
{
    border-color: var(--surface-50)!important;
}
.hover\:border-50:hover, .active\:border-50:active
{
    border-color: var(--surface-50)!important;
}
.focus\:border-100:focus
{
    border-color: var(--surface-100)!important;
}
.hover\:border-100:hover, .active\:border-100:active
{
    border-color: var(--surface-100)!important;
}
.focus\:border-200:focus
{
    border-color: var(--surface-200)!important;
}
.hover\:border-200:hover, .active\:border-200:active
{
    border-color: var(--surface-200)!important;
}
.focus\:border-300:focus
{
    border-color: var(--surface-300)!important;
}
.hover\:border-300:hover, .active\:border-300:active
{
    border-color: var(--surface-300)!important;
}
.focus\:border-400:focus
{
    border-color: var(--surface-400)!important;
}
.hover\:border-400:hover, .active\:border-400:active
{
    border-color: var(--surface-400)!important;
}
.focus\:border-500:focus
{
    border-color: var(--surface-500)!important;
}
.hover\:border-500:hover, .active\:border-500:active
{
    border-color: var(--surface-500)!important;
}
.focus\:border-600:focus
{
    border-color: var(--surface-600)!important;
}
.hover\:border-600:hover, .active\:border-600:active
{
    border-color: var(--surface-600)!important;
}
.focus\:border-700:focus
{
    border-color: var(--surface-700)!important;
}
.hover\:border-700:hover, .active\:border-700:active
{
    border-color: var(--surface-700)!important;
}
.focus\:border-800:focus
{
    border-color: var(--surface-800)!important;
}
.hover\:border-800:hover, .active\:border-800:active
{
    border-color: var(--surface-800)!important;
}
.focus\:border-900:focus
{
    border-color: var(--surface-900)!important;
}
.hover\:border-900:hover, .active\:border-900:active
{
    border-color: var(--surface-900)!important;
}
.bg-transparent
{
    background-color: transparent!important;
}
@media screen and (min-width: 576px)
{
    .sm\:bg-transparent
    {
        background-color: transparent!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:bg-transparent
    {
        background-color: transparent!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:bg-transparent
    {
        background-color: transparent!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:bg-transparent
    {
        background-color: transparent!important;
    }
}
.border-transparent
{
    border-color: transparent!important;
}
@media screen and (min-width: 576px)
{
    .sm\:border-transparent
    {
        border-color: transparent!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:border-transparent
    {
        border-color: transparent!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:border-transparent
    {
        border-color: transparent!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:border-transparent
    {
        border-color: transparent!important;
    }
}
.text-blue-50
{
    color: var(--blue-50)!important;
}
.text-blue-100
{
    color: var(--blue-100)!important;
}
.text-blue-200
{
    color: var(--blue-200)!important;
}
.text-blue-300
{
    color: var(--blue-300)!important;
}
.text-blue-400
{
    color: var(--blue-400)!important;
}
.text-blue-500
{
    color: var(--blue-500)!important;
}
.text-blue-600
{
    color: var(--blue-600)!important;
}
.text-blue-700
{
    color: var(--blue-700)!important;
}
.text-blue-800
{
    color: var(--blue-800)!important;
}
.text-blue-900
{
    color: var(--blue-900)!important;
}
.focus\:text-blue-50:focus
{
    color: var(--blue-50)!important;
}
.focus\:text-blue-100:focus
{
    color: var(--blue-100)!important;
}
.focus\:text-blue-200:focus
{
    color: var(--blue-200)!important;
}
.focus\:text-blue-300:focus
{
    color: var(--blue-300)!important;
}
.focus\:text-blue-400:focus
{
    color: var(--blue-400)!important;
}
.focus\:text-blue-500:focus
{
    color: var(--blue-500)!important;
}
.focus\:text-blue-600:focus
{
    color: var(--blue-600)!important;
}
.focus\:text-blue-700:focus
{
    color: var(--blue-700)!important;
}
.focus\:text-blue-800:focus
{
    color: var(--blue-800)!important;
}
.focus\:text-blue-900:focus
{
    color: var(--blue-900)!important;
}
.hover\:text-blue-50:hover
{
    color: var(--blue-50)!important;
}
.hover\:text-blue-100:hover
{
    color: var(--blue-100)!important;
}
.hover\:text-blue-200:hover
{
    color: var(--blue-200)!important;
}
.hover\:text-blue-300:hover
{
    color: var(--blue-300)!important;
}
.hover\:text-blue-400:hover
{
    color: var(--blue-400)!important;
}
.hover\:text-blue-500:hover
{
    color: var(--blue-500)!important;
}
.hover\:text-blue-600:hover
{
    color: var(--blue-600)!important;
}
.hover\:text-blue-700:hover
{
    color: var(--blue-700)!important;
}
.hover\:text-blue-800:hover
{
    color: var(--blue-800)!important;
}
.hover\:text-blue-900:hover
{
    color: var(--blue-900)!important;
}
.active\:text-blue-50:active
{
    color: var(--blue-50)!important;
}
.active\:text-blue-100:active
{
    color: var(--blue-100)!important;
}
.active\:text-blue-200:active
{
    color: var(--blue-200)!important;
}
.active\:text-blue-300:active
{
    color: var(--blue-300)!important;
}
.active\:text-blue-400:active
{
    color: var(--blue-400)!important;
}
.active\:text-blue-500:active
{
    color: var(--blue-500)!important;
}
.active\:text-blue-600:active
{
    color: var(--blue-600)!important;
}
.active\:text-blue-700:active
{
    color: var(--blue-700)!important;
}
.active\:text-blue-800:active
{
    color: var(--blue-800)!important;
}
.active\:text-blue-900:active
{
    color: var(--blue-900)!important;
}
.text-green-50
{
    color: var(--green-50)!important;
}
.text-green-100
{
    color: var(--green-100)!important;
}
.text-green-200
{
    color: var(--green-200)!important;
}
.text-green-300
{
    color: var(--green-300)!important;
}
.text-green-400
{
    color: var(--green-400)!important;
}
.text-green-500
{
    color: var(--green-500)!important;
}
.text-green-600
{
    color: var(--green-600)!important;
}
.text-green-700
{
    color: var(--green-700)!important;
}
.text-green-800
{
    color: var(--green-800)!important;
}
.text-green-900
{
    color: var(--green-900)!important;
}
.focus\:text-green-50:focus
{
    color: var(--green-50)!important;
}
.focus\:text-green-100:focus
{
    color: var(--green-100)!important;
}
.focus\:text-green-200:focus
{
    color: var(--green-200)!important;
}
.focus\:text-green-300:focus
{
    color: var(--green-300)!important;
}
.focus\:text-green-400:focus
{
    color: var(--green-400)!important;
}
.focus\:text-green-500:focus
{
    color: var(--green-500)!important;
}
.focus\:text-green-600:focus
{
    color: var(--green-600)!important;
}
.focus\:text-green-700:focus
{
    color: var(--green-700)!important;
}
.focus\:text-green-800:focus
{
    color: var(--green-800)!important;
}
.focus\:text-green-900:focus
{
    color: var(--green-900)!important;
}
.hover\:text-green-50:hover
{
    color: var(--green-50)!important;
}
.hover\:text-green-100:hover
{
    color: var(--green-100)!important;
}
.hover\:text-green-200:hover
{
    color: var(--green-200)!important;
}
.hover\:text-green-300:hover
{
    color: var(--green-300)!important;
}
.hover\:text-green-400:hover
{
    color: var(--green-400)!important;
}
.hover\:text-green-500:hover
{
    color: var(--green-500)!important;
}
.hover\:text-green-600:hover
{
    color: var(--green-600)!important;
}
.hover\:text-green-700:hover
{
    color: var(--green-700)!important;
}
.hover\:text-green-800:hover
{
    color: var(--green-800)!important;
}
.hover\:text-green-900:hover
{
    color: var(--green-900)!important;
}
.active\:text-green-50:active
{
    color: var(--green-50)!important;
}
.active\:text-green-100:active
{
    color: var(--green-100)!important;
}
.active\:text-green-200:active
{
    color: var(--green-200)!important;
}
.active\:text-green-300:active
{
    color: var(--green-300)!important;
}
.active\:text-green-400:active
{
    color: var(--green-400)!important;
}
.active\:text-green-500:active
{
    color: var(--green-500)!important;
}
.active\:text-green-600:active
{
    color: var(--green-600)!important;
}
.active\:text-green-700:active
{
    color: var(--green-700)!important;
}
.active\:text-green-800:active
{
    color: var(--green-800)!important;
}
.active\:text-green-900:active
{
    color: var(--green-900)!important;
}
.text-yellow-50
{
    color: var(--yellow-50)!important;
}
.text-yellow-100
{
    color: var(--yellow-100)!important;
}
.text-yellow-200
{
    color: var(--yellow-200)!important;
}
.text-yellow-300
{
    color: var(--yellow-300)!important;
}
.text-yellow-400
{
    color: var(--yellow-400)!important;
}
.text-yellow-500
{
    color: var(--yellow-500)!important;
}
.text-yellow-600
{
    color: var(--yellow-600)!important;
}
.text-yellow-700
{
    color: var(--yellow-700)!important;
}
.text-yellow-800
{
    color: var(--yellow-800)!important;
}
.text-yellow-900
{
    color: var(--yellow-900)!important;
}
.focus\:text-yellow-50:focus
{
    color: var(--yellow-50)!important;
}
.focus\:text-yellow-100:focus
{
    color: var(--yellow-100)!important;
}
.focus\:text-yellow-200:focus
{
    color: var(--yellow-200)!important;
}
.focus\:text-yellow-300:focus
{
    color: var(--yellow-300)!important;
}
.focus\:text-yellow-400:focus
{
    color: var(--yellow-400)!important;
}
.focus\:text-yellow-500:focus
{
    color: var(--yellow-500)!important;
}
.focus\:text-yellow-600:focus
{
    color: var(--yellow-600)!important;
}
.focus\:text-yellow-700:focus
{
    color: var(--yellow-700)!important;
}
.focus\:text-yellow-800:focus
{
    color: var(--yellow-800)!important;
}
.focus\:text-yellow-900:focus
{
    color: var(--yellow-900)!important;
}
.hover\:text-yellow-50:hover
{
    color: var(--yellow-50)!important;
}
.hover\:text-yellow-100:hover
{
    color: var(--yellow-100)!important;
}
.hover\:text-yellow-200:hover
{
    color: var(--yellow-200)!important;
}
.hover\:text-yellow-300:hover
{
    color: var(--yellow-300)!important;
}
.hover\:text-yellow-400:hover
{
    color: var(--yellow-400)!important;
}
.hover\:text-yellow-500:hover
{
    color: var(--yellow-500)!important;
}
.hover\:text-yellow-600:hover
{
    color: var(--yellow-600)!important;
}
.hover\:text-yellow-700:hover
{
    color: var(--yellow-700)!important;
}
.hover\:text-yellow-800:hover
{
    color: var(--yellow-800)!important;
}
.hover\:text-yellow-900:hover
{
    color: var(--yellow-900)!important;
}
.active\:text-yellow-50:active
{
    color: var(--yellow-50)!important;
}
.active\:text-yellow-100:active
{
    color: var(--yellow-100)!important;
}
.active\:text-yellow-200:active
{
    color: var(--yellow-200)!important;
}
.active\:text-yellow-300:active
{
    color: var(--yellow-300)!important;
}
.active\:text-yellow-400:active
{
    color: var(--yellow-400)!important;
}
.active\:text-yellow-500:active
{
    color: var(--yellow-500)!important;
}
.active\:text-yellow-600:active
{
    color: var(--yellow-600)!important;
}
.active\:text-yellow-700:active
{
    color: var(--yellow-700)!important;
}
.active\:text-yellow-800:active
{
    color: var(--yellow-800)!important;
}
.active\:text-yellow-900:active
{
    color: var(--yellow-900)!important;
}
.text-cyan-50
{
    color: var(--cyan-50)!important;
}
.text-cyan-100
{
    color: var(--cyan-100)!important;
}
.text-cyan-200
{
    color: var(--cyan-200)!important;
}
.text-cyan-300
{
    color: var(--cyan-300)!important;
}
.text-cyan-400
{
    color: var(--cyan-400)!important;
}
.text-cyan-500
{
    color: var(--cyan-500)!important;
}
.text-cyan-600
{
    color: var(--cyan-600)!important;
}
.text-cyan-700
{
    color: var(--cyan-700)!important;
}
.text-cyan-800
{
    color: var(--cyan-800)!important;
}
.text-cyan-900
{
    color: var(--cyan-900)!important;
}
.focus\:text-cyan-50:focus
{
    color: var(--cyan-50)!important;
}
.focus\:text-cyan-100:focus
{
    color: var(--cyan-100)!important;
}
.focus\:text-cyan-200:focus
{
    color: var(--cyan-200)!important;
}
.focus\:text-cyan-300:focus
{
    color: var(--cyan-300)!important;
}
.focus\:text-cyan-400:focus
{
    color: var(--cyan-400)!important;
}
.focus\:text-cyan-500:focus
{
    color: var(--cyan-500)!important;
}
.focus\:text-cyan-600:focus
{
    color: var(--cyan-600)!important;
}
.focus\:text-cyan-700:focus
{
    color: var(--cyan-700)!important;
}
.focus\:text-cyan-800:focus
{
    color: var(--cyan-800)!important;
}
.focus\:text-cyan-900:focus
{
    color: var(--cyan-900)!important;
}
.hover\:text-cyan-50:hover
{
    color: var(--cyan-50)!important;
}
.hover\:text-cyan-100:hover
{
    color: var(--cyan-100)!important;
}
.hover\:text-cyan-200:hover
{
    color: var(--cyan-200)!important;
}
.hover\:text-cyan-300:hover
{
    color: var(--cyan-300)!important;
}
.hover\:text-cyan-400:hover
{
    color: var(--cyan-400)!important;
}
.hover\:text-cyan-500:hover
{
    color: var(--cyan-500)!important;
}
.hover\:text-cyan-600:hover
{
    color: var(--cyan-600)!important;
}
.hover\:text-cyan-700:hover
{
    color: var(--cyan-700)!important;
}
.hover\:text-cyan-800:hover
{
    color: var(--cyan-800)!important;
}
.hover\:text-cyan-900:hover
{
    color: var(--cyan-900)!important;
}
.active\:text-cyan-50:active
{
    color: var(--cyan-50)!important;
}
.active\:text-cyan-100:active
{
    color: var(--cyan-100)!important;
}
.active\:text-cyan-200:active
{
    color: var(--cyan-200)!important;
}
.active\:text-cyan-300:active
{
    color: var(--cyan-300)!important;
}
.active\:text-cyan-400:active
{
    color: var(--cyan-400)!important;
}
.active\:text-cyan-500:active
{
    color: var(--cyan-500)!important;
}
.active\:text-cyan-600:active
{
    color: var(--cyan-600)!important;
}
.active\:text-cyan-700:active
{
    color: var(--cyan-700)!important;
}
.active\:text-cyan-800:active
{
    color: var(--cyan-800)!important;
}
.active\:text-cyan-900:active
{
    color: var(--cyan-900)!important;
}
.text-pink-50
{
    color: var(--pink-50)!important;
}
.text-pink-100
{
    color: var(--pink-100)!important;
}
.text-pink-200
{
    color: var(--pink-200)!important;
}
.text-pink-300
{
    color: var(--pink-300)!important;
}
.text-pink-400
{
    color: var(--pink-400)!important;
}
.text-pink-500
{
    color: var(--pink-500)!important;
}
.text-pink-600
{
    color: var(--pink-600)!important;
}
.text-pink-700
{
    color: var(--pink-700)!important;
}
.text-pink-800
{
    color: var(--pink-800)!important;
}
.text-pink-900
{
    color: var(--pink-900)!important;
}
.focus\:text-pink-50:focus
{
    color: var(--pink-50)!important;
}
.focus\:text-pink-100:focus
{
    color: var(--pink-100)!important;
}
.focus\:text-pink-200:focus
{
    color: var(--pink-200)!important;
}
.focus\:text-pink-300:focus
{
    color: var(--pink-300)!important;
}
.focus\:text-pink-400:focus
{
    color: var(--pink-400)!important;
}
.focus\:text-pink-500:focus
{
    color: var(--pink-500)!important;
}
.focus\:text-pink-600:focus
{
    color: var(--pink-600)!important;
}
.focus\:text-pink-700:focus
{
    color: var(--pink-700)!important;
}
.focus\:text-pink-800:focus
{
    color: var(--pink-800)!important;
}
.focus\:text-pink-900:focus
{
    color: var(--pink-900)!important;
}
.hover\:text-pink-50:hover
{
    color: var(--pink-50)!important;
}
.hover\:text-pink-100:hover
{
    color: var(--pink-100)!important;
}
.hover\:text-pink-200:hover
{
    color: var(--pink-200)!important;
}
.hover\:text-pink-300:hover
{
    color: var(--pink-300)!important;
}
.hover\:text-pink-400:hover
{
    color: var(--pink-400)!important;
}
.hover\:text-pink-500:hover
{
    color: var(--pink-500)!important;
}
.hover\:text-pink-600:hover
{
    color: var(--pink-600)!important;
}
.hover\:text-pink-700:hover
{
    color: var(--pink-700)!important;
}
.hover\:text-pink-800:hover
{
    color: var(--pink-800)!important;
}
.hover\:text-pink-900:hover
{
    color: var(--pink-900)!important;
}
.active\:text-pink-50:active
{
    color: var(--pink-50)!important;
}
.active\:text-pink-100:active
{
    color: var(--pink-100)!important;
}
.active\:text-pink-200:active
{
    color: var(--pink-200)!important;
}
.active\:text-pink-300:active
{
    color: var(--pink-300)!important;
}
.active\:text-pink-400:active
{
    color: var(--pink-400)!important;
}
.active\:text-pink-500:active
{
    color: var(--pink-500)!important;
}
.active\:text-pink-600:active
{
    color: var(--pink-600)!important;
}
.active\:text-pink-700:active
{
    color: var(--pink-700)!important;
}
.active\:text-pink-800:active
{
    color: var(--pink-800)!important;
}
.active\:text-pink-900:active
{
    color: var(--pink-900)!important;
}
.text-indigo-50
{
    color: var(--indigo-50)!important;
}
.text-indigo-100
{
    color: var(--indigo-100)!important;
}
.text-indigo-200
{
    color: var(--indigo-200)!important;
}
.text-indigo-300
{
    color: var(--indigo-300)!important;
}
.text-indigo-400
{
    color: var(--indigo-400)!important;
}
.text-indigo-500
{
    color: var(--indigo-500)!important;
}
.text-indigo-600
{
    color: var(--indigo-600)!important;
}
.text-indigo-700
{
    color: var(--indigo-700)!important;
}
.text-indigo-800
{
    color: var(--indigo-800)!important;
}
.text-indigo-900
{
    color: var(--indigo-900)!important;
}
.focus\:text-indigo-50:focus
{
    color: var(--indigo-50)!important;
}
.focus\:text-indigo-100:focus
{
    color: var(--indigo-100)!important;
}
.focus\:text-indigo-200:focus
{
    color: var(--indigo-200)!important;
}
.focus\:text-indigo-300:focus
{
    color: var(--indigo-300)!important;
}
.focus\:text-indigo-400:focus
{
    color: var(--indigo-400)!important;
}
.focus\:text-indigo-500:focus
{
    color: var(--indigo-500)!important;
}
.focus\:text-indigo-600:focus
{
    color: var(--indigo-600)!important;
}
.focus\:text-indigo-700:focus
{
    color: var(--indigo-700)!important;
}
.focus\:text-indigo-800:focus
{
    color: var(--indigo-800)!important;
}
.focus\:text-indigo-900:focus
{
    color: var(--indigo-900)!important;
}
.hover\:text-indigo-50:hover
{
    color: var(--indigo-50)!important;
}
.hover\:text-indigo-100:hover
{
    color: var(--indigo-100)!important;
}
.hover\:text-indigo-200:hover
{
    color: var(--indigo-200)!important;
}
.hover\:text-indigo-300:hover
{
    color: var(--indigo-300)!important;
}
.hover\:text-indigo-400:hover
{
    color: var(--indigo-400)!important;
}
.hover\:text-indigo-500:hover
{
    color: var(--indigo-500)!important;
}
.hover\:text-indigo-600:hover
{
    color: var(--indigo-600)!important;
}
.hover\:text-indigo-700:hover
{
    color: var(--indigo-700)!important;
}
.hover\:text-indigo-800:hover
{
    color: var(--indigo-800)!important;
}
.hover\:text-indigo-900:hover
{
    color: var(--indigo-900)!important;
}
.active\:text-indigo-50:active
{
    color: var(--indigo-50)!important;
}
.active\:text-indigo-100:active
{
    color: var(--indigo-100)!important;
}
.active\:text-indigo-200:active
{
    color: var(--indigo-200)!important;
}
.active\:text-indigo-300:active
{
    color: var(--indigo-300)!important;
}
.active\:text-indigo-400:active
{
    color: var(--indigo-400)!important;
}
.active\:text-indigo-500:active
{
    color: var(--indigo-500)!important;
}
.active\:text-indigo-600:active
{
    color: var(--indigo-600)!important;
}
.active\:text-indigo-700:active
{
    color: var(--indigo-700)!important;
}
.active\:text-indigo-800:active
{
    color: var(--indigo-800)!important;
}
.active\:text-indigo-900:active
{
    color: var(--indigo-900)!important;
}
.text-teal-50
{
    color: var(--teal-50)!important;
}
.text-teal-100
{
    color: var(--teal-100)!important;
}
.text-teal-200
{
    color: var(--teal-200)!important;
}
.text-teal-300
{
    color: var(--teal-300)!important;
}
.text-teal-400
{
    color: var(--teal-400)!important;
}
.text-teal-500
{
    color: var(--teal-500)!important;
}
.text-teal-600
{
    color: var(--teal-600)!important;
}
.text-teal-700
{
    color: var(--teal-700)!important;
}
.text-teal-800
{
    color: var(--teal-800)!important;
}
.text-teal-900
{
    color: var(--teal-900)!important;
}
.focus\:text-teal-50:focus
{
    color: var(--teal-50)!important;
}
.focus\:text-teal-100:focus
{
    color: var(--teal-100)!important;
}
.focus\:text-teal-200:focus
{
    color: var(--teal-200)!important;
}
.focus\:text-teal-300:focus
{
    color: var(--teal-300)!important;
}
.focus\:text-teal-400:focus
{
    color: var(--teal-400)!important;
}
.focus\:text-teal-500:focus
{
    color: var(--teal-500)!important;
}
.focus\:text-teal-600:focus
{
    color: var(--teal-600)!important;
}
.focus\:text-teal-700:focus
{
    color: var(--teal-700)!important;
}
.focus\:text-teal-800:focus
{
    color: var(--teal-800)!important;
}
.focus\:text-teal-900:focus
{
    color: var(--teal-900)!important;
}
.hover\:text-teal-50:hover
{
    color: var(--teal-50)!important;
}
.hover\:text-teal-100:hover
{
    color: var(--teal-100)!important;
}
.hover\:text-teal-200:hover
{
    color: var(--teal-200)!important;
}
.hover\:text-teal-300:hover
{
    color: var(--teal-300)!important;
}
.hover\:text-teal-400:hover
{
    color: var(--teal-400)!important;
}
.hover\:text-teal-500:hover
{
    color: var(--teal-500)!important;
}
.hover\:text-teal-600:hover
{
    color: var(--teal-600)!important;
}
.hover\:text-teal-700:hover
{
    color: var(--teal-700)!important;
}
.hover\:text-teal-800:hover
{
    color: var(--teal-800)!important;
}
.hover\:text-teal-900:hover
{
    color: var(--teal-900)!important;
}
.active\:text-teal-50:active
{
    color: var(--teal-50)!important;
}
.active\:text-teal-100:active
{
    color: var(--teal-100)!important;
}
.active\:text-teal-200:active
{
    color: var(--teal-200)!important;
}
.active\:text-teal-300:active
{
    color: var(--teal-300)!important;
}
.active\:text-teal-400:active
{
    color: var(--teal-400)!important;
}
.active\:text-teal-500:active
{
    color: var(--teal-500)!important;
}
.active\:text-teal-600:active
{
    color: var(--teal-600)!important;
}
.active\:text-teal-700:active
{
    color: var(--teal-700)!important;
}
.active\:text-teal-800:active
{
    color: var(--teal-800)!important;
}
.active\:text-teal-900:active
{
    color: var(--teal-900)!important;
}
.text-orange-50
{
    color: var(--orange-50)!important;
}
.text-orange-100
{
    color: var(--orange-100)!important;
}
.text-orange-200
{
    color: var(--orange-200)!important;
}
.text-orange-300
{
    color: var(--orange-300)!important;
}
.text-orange-400
{
    color: var(--orange-400)!important;
}
.text-orange-500
{
    color: var(--orange-500)!important;
}
.text-orange-600
{
    color: var(--orange-600)!important;
}
.text-orange-700
{
    color: var(--orange-700)!important;
}
.text-orange-800
{
    color: var(--orange-800)!important;
}
.text-orange-900
{
    color: var(--orange-900)!important;
}
.focus\:text-orange-50:focus
{
    color: var(--orange-50)!important;
}
.focus\:text-orange-100:focus
{
    color: var(--orange-100)!important;
}
.focus\:text-orange-200:focus
{
    color: var(--orange-200)!important;
}
.focus\:text-orange-300:focus
{
    color: var(--orange-300)!important;
}
.focus\:text-orange-400:focus
{
    color: var(--orange-400)!important;
}
.focus\:text-orange-500:focus
{
    color: var(--orange-500)!important;
}
.focus\:text-orange-600:focus
{
    color: var(--orange-600)!important;
}
.focus\:text-orange-700:focus
{
    color: var(--orange-700)!important;
}
.focus\:text-orange-800:focus
{
    color: var(--orange-800)!important;
}
.focus\:text-orange-900:focus
{
    color: var(--orange-900)!important;
}
.hover\:text-orange-50:hover
{
    color: var(--orange-50)!important;
}
.hover\:text-orange-100:hover
{
    color: var(--orange-100)!important;
}
.hover\:text-orange-200:hover
{
    color: var(--orange-200)!important;
}
.hover\:text-orange-300:hover
{
    color: var(--orange-300)!important;
}
.hover\:text-orange-400:hover
{
    color: var(--orange-400)!important;
}
.hover\:text-orange-500:hover
{
    color: var(--orange-500)!important;
}
.hover\:text-orange-600:hover
{
    color: var(--orange-600)!important;
}
.hover\:text-orange-700:hover
{
    color: var(--orange-700)!important;
}
.hover\:text-orange-800:hover
{
    color: var(--orange-800)!important;
}
.hover\:text-orange-900:hover
{
    color: var(--orange-900)!important;
}
.active\:text-orange-50:active
{
    color: var(--orange-50)!important;
}
.active\:text-orange-100:active
{
    color: var(--orange-100)!important;
}
.active\:text-orange-200:active
{
    color: var(--orange-200)!important;
}
.active\:text-orange-300:active
{
    color: var(--orange-300)!important;
}
.active\:text-orange-400:active
{
    color: var(--orange-400)!important;
}
.active\:text-orange-500:active
{
    color: var(--orange-500)!important;
}
.active\:text-orange-600:active
{
    color: var(--orange-600)!important;
}
.active\:text-orange-700:active
{
    color: var(--orange-700)!important;
}
.active\:text-orange-800:active
{
    color: var(--orange-800)!important;
}
.active\:text-orange-900:active
{
    color: var(--orange-900)!important;
}
.text-bluegray-50
{
    color: var(--bluegray-50)!important;
}
.text-bluegray-100
{
    color: var(--bluegray-100)!important;
}
.text-bluegray-200
{
    color: var(--bluegray-200)!important;
}
.text-bluegray-300
{
    color: var(--bluegray-300)!important;
}
.text-bluegray-400
{
    color: var(--bluegray-400)!important;
}
.text-bluegray-500
{
    color: var(--bluegray-500)!important;
}
.text-bluegray-600
{
    color: var(--bluegray-600)!important;
}
.text-bluegray-700
{
    color: var(--bluegray-700)!important;
}
.text-bluegray-800
{
    color: var(--bluegray-800)!important;
}
.text-bluegray-900
{
    color: var(--bluegray-900)!important;
}
.focus\:text-bluegray-50:focus
{
    color: var(--bluegray-50)!important;
}
.focus\:text-bluegray-100:focus
{
    color: var(--bluegray-100)!important;
}
.focus\:text-bluegray-200:focus
{
    color: var(--bluegray-200)!important;
}
.focus\:text-bluegray-300:focus
{
    color: var(--bluegray-300)!important;
}
.focus\:text-bluegray-400:focus
{
    color: var(--bluegray-400)!important;
}
.focus\:text-bluegray-500:focus
{
    color: var(--bluegray-500)!important;
}
.focus\:text-bluegray-600:focus
{
    color: var(--bluegray-600)!important;
}
.focus\:text-bluegray-700:focus
{
    color: var(--bluegray-700)!important;
}
.focus\:text-bluegray-800:focus
{
    color: var(--bluegray-800)!important;
}
.focus\:text-bluegray-900:focus
{
    color: var(--bluegray-900)!important;
}
.hover\:text-bluegray-50:hover
{
    color: var(--bluegray-50)!important;
}
.hover\:text-bluegray-100:hover
{
    color: var(--bluegray-100)!important;
}
.hover\:text-bluegray-200:hover
{
    color: var(--bluegray-200)!important;
}
.hover\:text-bluegray-300:hover
{
    color: var(--bluegray-300)!important;
}
.hover\:text-bluegray-400:hover
{
    color: var(--bluegray-400)!important;
}
.hover\:text-bluegray-500:hover
{
    color: var(--bluegray-500)!important;
}
.hover\:text-bluegray-600:hover
{
    color: var(--bluegray-600)!important;
}
.hover\:text-bluegray-700:hover
{
    color: var(--bluegray-700)!important;
}
.hover\:text-bluegray-800:hover
{
    color: var(--bluegray-800)!important;
}
.hover\:text-bluegray-900:hover
{
    color: var(--bluegray-900)!important;
}
.active\:text-bluegray-50:active
{
    color: var(--bluegray-50)!important;
}
.active\:text-bluegray-100:active
{
    color: var(--bluegray-100)!important;
}
.active\:text-bluegray-200:active
{
    color: var(--bluegray-200)!important;
}
.active\:text-bluegray-300:active
{
    color: var(--bluegray-300)!important;
}
.active\:text-bluegray-400:active
{
    color: var(--bluegray-400)!important;
}
.active\:text-bluegray-500:active
{
    color: var(--bluegray-500)!important;
}
.active\:text-bluegray-600:active
{
    color: var(--bluegray-600)!important;
}
.active\:text-bluegray-700:active
{
    color: var(--bluegray-700)!important;
}
.active\:text-bluegray-800:active
{
    color: var(--bluegray-800)!important;
}
.active\:text-bluegray-900:active
{
    color: var(--bluegray-900)!important;
}
.text-purple-50
{
    color: var(--purple-50)!important;
}
.text-purple-100
{
    color: var(--purple-100)!important;
}
.text-purple-200
{
    color: var(--purple-200)!important;
}
.text-purple-300
{
    color: var(--purple-300)!important;
}
.text-purple-400
{
    color: var(--purple-400)!important;
}
.text-purple-500
{
    color: var(--purple-500)!important;
}
.text-purple-600
{
    color: var(--purple-600)!important;
}
.text-purple-700
{
    color: var(--purple-700)!important;
}
.text-purple-800
{
    color: var(--purple-800)!important;
}
.text-purple-900
{
    color: var(--purple-900)!important;
}
.focus\:text-purple-50:focus
{
    color: var(--purple-50)!important;
}
.focus\:text-purple-100:focus
{
    color: var(--purple-100)!important;
}
.focus\:text-purple-200:focus
{
    color: var(--purple-200)!important;
}
.focus\:text-purple-300:focus
{
    color: var(--purple-300)!important;
}
.focus\:text-purple-400:focus
{
    color: var(--purple-400)!important;
}
.focus\:text-purple-500:focus
{
    color: var(--purple-500)!important;
}
.focus\:text-purple-600:focus
{
    color: var(--purple-600)!important;
}
.focus\:text-purple-700:focus
{
    color: var(--purple-700)!important;
}
.focus\:text-purple-800:focus
{
    color: var(--purple-800)!important;
}
.focus\:text-purple-900:focus
{
    color: var(--purple-900)!important;
}
.hover\:text-purple-50:hover
{
    color: var(--purple-50)!important;
}
.hover\:text-purple-100:hover
{
    color: var(--purple-100)!important;
}
.hover\:text-purple-200:hover
{
    color: var(--purple-200)!important;
}
.hover\:text-purple-300:hover
{
    color: var(--purple-300)!important;
}
.hover\:text-purple-400:hover
{
    color: var(--purple-400)!important;
}
.hover\:text-purple-500:hover
{
    color: var(--purple-500)!important;
}
.hover\:text-purple-600:hover
{
    color: var(--purple-600)!important;
}
.hover\:text-purple-700:hover
{
    color: var(--purple-700)!important;
}
.hover\:text-purple-800:hover
{
    color: var(--purple-800)!important;
}
.hover\:text-purple-900:hover
{
    color: var(--purple-900)!important;
}
.active\:text-purple-50:active
{
    color: var(--purple-50)!important;
}
.active\:text-purple-100:active
{
    color: var(--purple-100)!important;
}
.active\:text-purple-200:active
{
    color: var(--purple-200)!important;
}
.active\:text-purple-300:active
{
    color: var(--purple-300)!important;
}
.active\:text-purple-400:active
{
    color: var(--purple-400)!important;
}
.active\:text-purple-500:active
{
    color: var(--purple-500)!important;
}
.active\:text-purple-600:active
{
    color: var(--purple-600)!important;
}
.active\:text-purple-700:active
{
    color: var(--purple-700)!important;
}
.active\:text-purple-800:active
{
    color: var(--purple-800)!important;
}
.active\:text-purple-900:active
{
    color: var(--purple-900)!important;
}
.text-gray-50
{
    color: var(--gray-50)!important;
}
.text-gray-100
{
    color: var(--gray-100)!important;
}
.text-gray-200
{
    color: var(--gray-200)!important;
}
.text-gray-300
{
    color: var(--gray-300)!important;
}
.text-gray-400
{
    color: var(--gray-400)!important;
}
.text-gray-500
{
    color: var(--gray-500)!important;
}
.text-gray-600
{
    color: var(--gray-600)!important;
}
.text-gray-700
{
    color: var(--gray-700)!important;
}
.text-gray-800
{
    color: var(--gray-800)!important;
}
.text-gray-900
{
    color: var(--gray-900)!important;
}
.focus\:text-gray-50:focus
{
    color: var(--gray-50)!important;
}
.focus\:text-gray-100:focus
{
    color: var(--gray-100)!important;
}
.focus\:text-gray-200:focus
{
    color: var(--gray-200)!important;
}
.focus\:text-gray-300:focus
{
    color: var(--gray-300)!important;
}
.focus\:text-gray-400:focus
{
    color: var(--gray-400)!important;
}
.focus\:text-gray-500:focus
{
    color: var(--gray-500)!important;
}
.focus\:text-gray-600:focus
{
    color: var(--gray-600)!important;
}
.focus\:text-gray-700:focus
{
    color: var(--gray-700)!important;
}
.focus\:text-gray-800:focus
{
    color: var(--gray-800)!important;
}
.focus\:text-gray-900:focus
{
    color: var(--gray-900)!important;
}
.hover\:text-gray-50:hover
{
    color: var(--gray-50)!important;
}
.hover\:text-gray-100:hover
{
    color: var(--gray-100)!important;
}
.hover\:text-gray-200:hover
{
    color: var(--gray-200)!important;
}
.hover\:text-gray-300:hover
{
    color: var(--gray-300)!important;
}
.hover\:text-gray-400:hover
{
    color: var(--gray-400)!important;
}
.hover\:text-gray-500:hover
{
    color: var(--gray-500)!important;
}
.hover\:text-gray-600:hover
{
    color: var(--gray-600)!important;
}
.hover\:text-gray-700:hover
{
    color: var(--gray-700)!important;
}
.hover\:text-gray-800:hover
{
    color: var(--gray-800)!important;
}
.hover\:text-gray-900:hover
{
    color: var(--gray-900)!important;
}
.active\:text-gray-50:active
{
    color: var(--gray-50)!important;
}
.active\:text-gray-100:active
{
    color: var(--gray-100)!important;
}
.active\:text-gray-200:active
{
    color: var(--gray-200)!important;
}
.active\:text-gray-300:active
{
    color: var(--gray-300)!important;
}
.active\:text-gray-400:active
{
    color: var(--gray-400)!important;
}
.active\:text-gray-500:active
{
    color: var(--gray-500)!important;
}
.active\:text-gray-600:active
{
    color: var(--gray-600)!important;
}
.active\:text-gray-700:active
{
    color: var(--gray-700)!important;
}
.active\:text-gray-800:active
{
    color: var(--gray-800)!important;
}
.active\:text-gray-900:active
{
    color: var(--gray-900)!important;
}
.text-red-50
{
    color: var(--red-50)!important;
}
.text-red-100
{
    color: var(--red-100)!important;
}
.text-red-200
{
    color: var(--red-200)!important;
}
.text-red-300
{
    color: var(--red-300)!important;
}
.text-red-400
{
    color: var(--red-400)!important;
}
.text-red-500
{
    color: var(--red-500)!important;
}
.text-red-600
{
    color: var(--red-600)!important;
}
.text-red-700
{
    color: var(--red-700)!important;
}
.text-red-800
{
    color: var(--red-800)!important;
}
.text-red-900
{
    color: var(--red-900)!important;
}
.focus\:text-red-50:focus
{
    color: var(--red-50)!important;
}
.focus\:text-red-100:focus
{
    color: var(--red-100)!important;
}
.focus\:text-red-200:focus
{
    color: var(--red-200)!important;
}
.focus\:text-red-300:focus
{
    color: var(--red-300)!important;
}
.focus\:text-red-400:focus
{
    color: var(--red-400)!important;
}
.focus\:text-red-500:focus
{
    color: var(--red-500)!important;
}
.focus\:text-red-600:focus
{
    color: var(--red-600)!important;
}
.focus\:text-red-700:focus
{
    color: var(--red-700)!important;
}
.focus\:text-red-800:focus
{
    color: var(--red-800)!important;
}
.focus\:text-red-900:focus
{
    color: var(--red-900)!important;
}
.hover\:text-red-50:hover
{
    color: var(--red-50)!important;
}
.hover\:text-red-100:hover
{
    color: var(--red-100)!important;
}
.hover\:text-red-200:hover
{
    color: var(--red-200)!important;
}
.hover\:text-red-300:hover
{
    color: var(--red-300)!important;
}
.hover\:text-red-400:hover
{
    color: var(--red-400)!important;
}
.hover\:text-red-500:hover
{
    color: var(--red-500)!important;
}
.hover\:text-red-600:hover
{
    color: var(--red-600)!important;
}
.hover\:text-red-700:hover
{
    color: var(--red-700)!important;
}
.hover\:text-red-800:hover
{
    color: var(--red-800)!important;
}
.hover\:text-red-900:hover
{
    color: var(--red-900)!important;
}
.active\:text-red-50:active
{
    color: var(--red-50)!important;
}
.active\:text-red-100:active
{
    color: var(--red-100)!important;
}
.active\:text-red-200:active
{
    color: var(--red-200)!important;
}
.active\:text-red-300:active
{
    color: var(--red-300)!important;
}
.active\:text-red-400:active
{
    color: var(--red-400)!important;
}
.active\:text-red-500:active
{
    color: var(--red-500)!important;
}
.active\:text-red-600:active
{
    color: var(--red-600)!important;
}
.active\:text-red-700:active
{
    color: var(--red-700)!important;
}
.active\:text-red-800:active
{
    color: var(--red-800)!important;
}
.active\:text-red-900:active
{
    color: var(--red-900)!important;
}
.text-primary-50
{
    color: var(--primary-50)!important;
}
.text-primary-100
{
    color: var(--primary-100)!important;
}
.text-primary-200
{
    color: var(--primary-200)!important;
}
.text-primary-300
{
    color: var(--primary-300)!important;
}
.text-primary-400
{
    color: var(--primary-400)!important;
}
.text-primary-500
{
    color: var(--primary-500)!important;
}
.text-primary-600
{
    color: var(--primary-600)!important;
}
.text-primary-700
{
    color: var(--primary-700)!important;
}
.text-primary-800
{
    color: var(--primary-800)!important;
}
.text-primary-900
{
    color: var(--primary-900)!important;
}
.focus\:text-primary-50:focus
{
    color: var(--primary-50)!important;
}
.focus\:text-primary-100:focus
{
    color: var(--primary-100)!important;
}
.focus\:text-primary-200:focus
{
    color: var(--primary-200)!important;
}
.focus\:text-primary-300:focus
{
    color: var(--primary-300)!important;
}
.focus\:text-primary-400:focus
{
    color: var(--primary-400)!important;
}
.focus\:text-primary-500:focus
{
    color: var(--primary-500)!important;
}
.focus\:text-primary-600:focus
{
    color: var(--primary-600)!important;
}
.focus\:text-primary-700:focus
{
    color: var(--primary-700)!important;
}
.focus\:text-primary-800:focus
{
    color: var(--primary-800)!important;
}
.focus\:text-primary-900:focus
{
    color: var(--primary-900)!important;
}
.hover\:text-primary-50:hover
{
    color: var(--primary-50)!important;
}
.hover\:text-primary-100:hover
{
    color: var(--primary-100)!important;
}
.hover\:text-primary-200:hover
{
    color: var(--primary-200)!important;
}
.hover\:text-primary-300:hover
{
    color: var(--primary-300)!important;
}
.hover\:text-primary-400:hover
{
    color: var(--primary-400)!important;
}
.hover\:text-primary-500:hover
{
    color: var(--primary-500)!important;
}
.hover\:text-primary-600:hover
{
    color: var(--primary-600)!important;
}
.hover\:text-primary-700:hover
{
    color: var(--primary-700)!important;
}
.hover\:text-primary-800:hover
{
    color: var(--primary-800)!important;
}
.hover\:text-primary-900:hover
{
    color: var(--primary-900)!important;
}
.active\:text-primary-50:active
{
    color: var(--primary-50)!important;
}
.active\:text-primary-100:active
{
    color: var(--primary-100)!important;
}
.active\:text-primary-200:active
{
    color: var(--primary-200)!important;
}
.active\:text-primary-300:active
{
    color: var(--primary-300)!important;
}
.active\:text-primary-400:active
{
    color: var(--primary-400)!important;
}
.active\:text-primary-500:active
{
    color: var(--primary-500)!important;
}
.active\:text-primary-600:active
{
    color: var(--primary-600)!important;
}
.active\:text-primary-700:active
{
    color: var(--primary-700)!important;
}
.active\:text-primary-800:active
{
    color: var(--primary-800)!important;
}
.active\:text-primary-900:active
{
    color: var(--primary-900)!important;
}
.bg-blue-50
{
    background-color: var(--blue-50)!important;
}
.bg-blue-100
{
    background-color: var(--blue-100)!important;
}
.bg-blue-200
{
    background-color: var(--blue-200)!important;
}
.bg-blue-300
{
    background-color: var(--blue-300)!important;
}
.bg-blue-400
{
    background-color: var(--blue-400)!important;
}
.bg-blue-500
{
    background-color: var(--blue-500)!important;
}
.bg-blue-600
{
    background-color: var(--blue-600)!important;
}
.bg-blue-700
{
    background-color: var(--blue-700)!important;
}
.bg-blue-800
{
    background-color: var(--blue-800)!important;
}
.bg-blue-900
{
    background-color: var(--blue-900)!important;
}
.focus\:bg-blue-50:focus
{
    background-color: var(--blue-50)!important;
}
.focus\:bg-blue-100:focus
{
    background-color: var(--blue-100)!important;
}
.focus\:bg-blue-200:focus
{
    background-color: var(--blue-200)!important;
}
.focus\:bg-blue-300:focus
{
    background-color: var(--blue-300)!important;
}
.focus\:bg-blue-400:focus
{
    background-color: var(--blue-400)!important;
}
.focus\:bg-blue-500:focus
{
    background-color: var(--blue-500)!important;
}
.focus\:bg-blue-600:focus
{
    background-color: var(--blue-600)!important;
}
.focus\:bg-blue-700:focus
{
    background-color: var(--blue-700)!important;
}
.focus\:bg-blue-800:focus
{
    background-color: var(--blue-800)!important;
}
.focus\:bg-blue-900:focus
{
    background-color: var(--blue-900)!important;
}
.hover\:bg-blue-50:hover
{
    background-color: var(--blue-50)!important;
}
.hover\:bg-blue-100:hover
{
    background-color: var(--blue-100)!important;
}
.hover\:bg-blue-200:hover
{
    background-color: var(--blue-200)!important;
}
.hover\:bg-blue-300:hover
{
    background-color: var(--blue-300)!important;
}
.hover\:bg-blue-400:hover
{
    background-color: var(--blue-400)!important;
}
.hover\:bg-blue-500:hover
{
    background-color: var(--blue-500)!important;
}
.hover\:bg-blue-600:hover
{
    background-color: var(--blue-600)!important;
}
.hover\:bg-blue-700:hover
{
    background-color: var(--blue-700)!important;
}
.hover\:bg-blue-800:hover
{
    background-color: var(--blue-800)!important;
}
.hover\:bg-blue-900:hover
{
    background-color: var(--blue-900)!important;
}
.active\:bg-blue-50:active
{
    background-color: var(--blue-50)!important;
}
.active\:bg-blue-100:active
{
    background-color: var(--blue-100)!important;
}
.active\:bg-blue-200:active
{
    background-color: var(--blue-200)!important;
}
.active\:bg-blue-300:active
{
    background-color: var(--blue-300)!important;
}
.active\:bg-blue-400:active
{
    background-color: var(--blue-400)!important;
}
.active\:bg-blue-500:active
{
    background-color: var(--blue-500)!important;
}
.active\:bg-blue-600:active
{
    background-color: var(--blue-600)!important;
}
.active\:bg-blue-700:active
{
    background-color: var(--blue-700)!important;
}
.active\:bg-blue-800:active
{
    background-color: var(--blue-800)!important;
}
.active\:bg-blue-900:active
{
    background-color: var(--blue-900)!important;
}
.bg-green-50
{
    background-color: var(--green-50)!important;
}
.bg-green-100
{
    background-color: var(--green-100)!important;
}
.bg-green-200
{
    background-color: var(--green-200)!important;
}
.bg-green-300
{
    background-color: var(--green-300)!important;
}
.bg-green-400
{
    background-color: var(--green-400)!important;
}
.bg-green-500
{
    background-color: var(--green-500)!important;
}
.bg-green-600
{
    background-color: var(--green-600)!important;
}
.bg-green-700
{
    background-color: var(--green-700)!important;
}
.bg-green-800
{
    background-color: var(--green-800)!important;
}
.bg-green-900
{
    background-color: var(--green-900)!important;
}
.focus\:bg-green-50:focus
{
    background-color: var(--green-50)!important;
}
.focus\:bg-green-100:focus
{
    background-color: var(--green-100)!important;
}
.focus\:bg-green-200:focus
{
    background-color: var(--green-200)!important;
}
.focus\:bg-green-300:focus
{
    background-color: var(--green-300)!important;
}
.focus\:bg-green-400:focus
{
    background-color: var(--green-400)!important;
}
.focus\:bg-green-500:focus
{
    background-color: var(--green-500)!important;
}
.focus\:bg-green-600:focus
{
    background-color: var(--green-600)!important;
}
.focus\:bg-green-700:focus
{
    background-color: var(--green-700)!important;
}
.focus\:bg-green-800:focus
{
    background-color: var(--green-800)!important;
}
.focus\:bg-green-900:focus
{
    background-color: var(--green-900)!important;
}
.hover\:bg-green-50:hover
{
    background-color: var(--green-50)!important;
}
.hover\:bg-green-100:hover
{
    background-color: var(--green-100)!important;
}
.hover\:bg-green-200:hover
{
    background-color: var(--green-200)!important;
}
.hover\:bg-green-300:hover
{
    background-color: var(--green-300)!important;
}
.hover\:bg-green-400:hover
{
    background-color: var(--green-400)!important;
}
.hover\:bg-green-500:hover
{
    background-color: var(--green-500)!important;
}
.hover\:bg-green-600:hover
{
    background-color: var(--green-600)!important;
}
.hover\:bg-green-700:hover
{
    background-color: var(--green-700)!important;
}
.hover\:bg-green-800:hover
{
    background-color: var(--green-800)!important;
}
.hover\:bg-green-900:hover
{
    background-color: var(--green-900)!important;
}
.active\:bg-green-50:active
{
    background-color: var(--green-50)!important;
}
.active\:bg-green-100:active
{
    background-color: var(--green-100)!important;
}
.active\:bg-green-200:active
{
    background-color: var(--green-200)!important;
}
.active\:bg-green-300:active
{
    background-color: var(--green-300)!important;
}
.active\:bg-green-400:active
{
    background-color: var(--green-400)!important;
}
.active\:bg-green-500:active
{
    background-color: var(--green-500)!important;
}
.active\:bg-green-600:active
{
    background-color: var(--green-600)!important;
}
.active\:bg-green-700:active
{
    background-color: var(--green-700)!important;
}
.active\:bg-green-800:active
{
    background-color: var(--green-800)!important;
}
.active\:bg-green-900:active
{
    background-color: var(--green-900)!important;
}
.bg-yellow-50
{
    background-color: var(--yellow-50)!important;
}
.bg-yellow-100
{
    background-color: var(--yellow-100)!important;
}
.bg-yellow-200
{
    background-color: var(--yellow-200)!important;
}
.bg-yellow-300
{
    background-color: var(--yellow-300)!important;
}
.bg-yellow-400
{
    background-color: var(--yellow-400)!important;
}
.bg-yellow-500
{
    background-color: var(--yellow-500)!important;
}
.bg-yellow-600
{
    background-color: var(--yellow-600)!important;
}
.bg-yellow-700
{
    background-color: var(--yellow-700)!important;
}
.bg-yellow-800
{
    background-color: var(--yellow-800)!important;
}
.bg-yellow-900
{
    background-color: var(--yellow-900)!important;
}
.focus\:bg-yellow-50:focus
{
    background-color: var(--yellow-50)!important;
}
.focus\:bg-yellow-100:focus
{
    background-color: var(--yellow-100)!important;
}
.focus\:bg-yellow-200:focus
{
    background-color: var(--yellow-200)!important;
}
.focus\:bg-yellow-300:focus
{
    background-color: var(--yellow-300)!important;
}
.focus\:bg-yellow-400:focus
{
    background-color: var(--yellow-400)!important;
}
.focus\:bg-yellow-500:focus
{
    background-color: var(--yellow-500)!important;
}
.focus\:bg-yellow-600:focus
{
    background-color: var(--yellow-600)!important;
}
.focus\:bg-yellow-700:focus
{
    background-color: var(--yellow-700)!important;
}
.focus\:bg-yellow-800:focus
{
    background-color: var(--yellow-800)!important;
}
.focus\:bg-yellow-900:focus
{
    background-color: var(--yellow-900)!important;
}
.hover\:bg-yellow-50:hover
{
    background-color: var(--yellow-50)!important;
}
.hover\:bg-yellow-100:hover
{
    background-color: var(--yellow-100)!important;
}
.hover\:bg-yellow-200:hover
{
    background-color: var(--yellow-200)!important;
}
.hover\:bg-yellow-300:hover
{
    background-color: var(--yellow-300)!important;
}
.hover\:bg-yellow-400:hover
{
    background-color: var(--yellow-400)!important;
}
.hover\:bg-yellow-500:hover
{
    background-color: var(--yellow-500)!important;
}
.hover\:bg-yellow-600:hover
{
    background-color: var(--yellow-600)!important;
}
.hover\:bg-yellow-700:hover
{
    background-color: var(--yellow-700)!important;
}
.hover\:bg-yellow-800:hover
{
    background-color: var(--yellow-800)!important;
}
.hover\:bg-yellow-900:hover
{
    background-color: var(--yellow-900)!important;
}
.active\:bg-yellow-50:active
{
    background-color: var(--yellow-50)!important;
}
.active\:bg-yellow-100:active
{
    background-color: var(--yellow-100)!important;
}
.active\:bg-yellow-200:active
{
    background-color: var(--yellow-200)!important;
}
.active\:bg-yellow-300:active
{
    background-color: var(--yellow-300)!important;
}
.active\:bg-yellow-400:active
{
    background-color: var(--yellow-400)!important;
}
.active\:bg-yellow-500:active
{
    background-color: var(--yellow-500)!important;
}
.active\:bg-yellow-600:active
{
    background-color: var(--yellow-600)!important;
}
.active\:bg-yellow-700:active
{
    background-color: var(--yellow-700)!important;
}
.active\:bg-yellow-800:active
{
    background-color: var(--yellow-800)!important;
}
.active\:bg-yellow-900:active
{
    background-color: var(--yellow-900)!important;
}
.bg-cyan-50
{
    background-color: var(--cyan-50)!important;
}
.bg-cyan-100
{
    background-color: var(--cyan-100)!important;
}
.bg-cyan-200
{
    background-color: var(--cyan-200)!important;
}
.bg-cyan-300
{
    background-color: var(--cyan-300)!important;
}
.bg-cyan-400
{
    background-color: var(--cyan-400)!important;
}
.bg-cyan-500
{
    background-color: var(--cyan-500)!important;
}
.bg-cyan-600
{
    background-color: var(--cyan-600)!important;
}
.bg-cyan-700
{
    background-color: var(--cyan-700)!important;
}
.bg-cyan-800
{
    background-color: var(--cyan-800)!important;
}
.bg-cyan-900
{
    background-color: var(--cyan-900)!important;
}
.focus\:bg-cyan-50:focus
{
    background-color: var(--cyan-50)!important;
}
.focus\:bg-cyan-100:focus
{
    background-color: var(--cyan-100)!important;
}
.focus\:bg-cyan-200:focus
{
    background-color: var(--cyan-200)!important;
}
.focus\:bg-cyan-300:focus
{
    background-color: var(--cyan-300)!important;
}
.focus\:bg-cyan-400:focus
{
    background-color: var(--cyan-400)!important;
}
.focus\:bg-cyan-500:focus
{
    background-color: var(--cyan-500)!important;
}
.focus\:bg-cyan-600:focus
{
    background-color: var(--cyan-600)!important;
}
.focus\:bg-cyan-700:focus
{
    background-color: var(--cyan-700)!important;
}
.focus\:bg-cyan-800:focus
{
    background-color: var(--cyan-800)!important;
}
.focus\:bg-cyan-900:focus
{
    background-color: var(--cyan-900)!important;
}
.hover\:bg-cyan-50:hover
{
    background-color: var(--cyan-50)!important;
}
.hover\:bg-cyan-100:hover
{
    background-color: var(--cyan-100)!important;
}
.hover\:bg-cyan-200:hover
{
    background-color: var(--cyan-200)!important;
}
.hover\:bg-cyan-300:hover
{
    background-color: var(--cyan-300)!important;
}
.hover\:bg-cyan-400:hover
{
    background-color: var(--cyan-400)!important;
}
.hover\:bg-cyan-500:hover
{
    background-color: var(--cyan-500)!important;
}
.hover\:bg-cyan-600:hover
{
    background-color: var(--cyan-600)!important;
}
.hover\:bg-cyan-700:hover
{
    background-color: var(--cyan-700)!important;
}
.hover\:bg-cyan-800:hover
{
    background-color: var(--cyan-800)!important;
}
.hover\:bg-cyan-900:hover
{
    background-color: var(--cyan-900)!important;
}
.active\:bg-cyan-50:active
{
    background-color: var(--cyan-50)!important;
}
.active\:bg-cyan-100:active
{
    background-color: var(--cyan-100)!important;
}
.active\:bg-cyan-200:active
{
    background-color: var(--cyan-200)!important;
}
.active\:bg-cyan-300:active
{
    background-color: var(--cyan-300)!important;
}
.active\:bg-cyan-400:active
{
    background-color: var(--cyan-400)!important;
}
.active\:bg-cyan-500:active
{
    background-color: var(--cyan-500)!important;
}
.active\:bg-cyan-600:active
{
    background-color: var(--cyan-600)!important;
}
.active\:bg-cyan-700:active
{
    background-color: var(--cyan-700)!important;
}
.active\:bg-cyan-800:active
{
    background-color: var(--cyan-800)!important;
}
.active\:bg-cyan-900:active
{
    background-color: var(--cyan-900)!important;
}
.bg-pink-50
{
    background-color: var(--pink-50)!important;
}
.bg-pink-100
{
    background-color: var(--pink-100)!important;
}
.bg-pink-200
{
    background-color: var(--pink-200)!important;
}
.bg-pink-300
{
    background-color: var(--pink-300)!important;
}
.bg-pink-400
{
    background-color: var(--pink-400)!important;
}
.bg-pink-500
{
    background-color: var(--pink-500)!important;
}
.bg-pink-600
{
    background-color: var(--pink-600)!important;
}
.bg-pink-700
{
    background-color: var(--pink-700)!important;
}
.bg-pink-800
{
    background-color: var(--pink-800)!important;
}
.bg-pink-900
{
    background-color: var(--pink-900)!important;
}
.focus\:bg-pink-50:focus
{
    background-color: var(--pink-50)!important;
}
.focus\:bg-pink-100:focus
{
    background-color: var(--pink-100)!important;
}
.focus\:bg-pink-200:focus
{
    background-color: var(--pink-200)!important;
}
.focus\:bg-pink-300:focus
{
    background-color: var(--pink-300)!important;
}
.focus\:bg-pink-400:focus
{
    background-color: var(--pink-400)!important;
}
.focus\:bg-pink-500:focus
{
    background-color: var(--pink-500)!important;
}
.focus\:bg-pink-600:focus
{
    background-color: var(--pink-600)!important;
}
.focus\:bg-pink-700:focus
{
    background-color: var(--pink-700)!important;
}
.focus\:bg-pink-800:focus
{
    background-color: var(--pink-800)!important;
}
.focus\:bg-pink-900:focus
{
    background-color: var(--pink-900)!important;
}
.hover\:bg-pink-50:hover
{
    background-color: var(--pink-50)!important;
}
.hover\:bg-pink-100:hover
{
    background-color: var(--pink-100)!important;
}
.hover\:bg-pink-200:hover
{
    background-color: var(--pink-200)!important;
}
.hover\:bg-pink-300:hover
{
    background-color: var(--pink-300)!important;
}
.hover\:bg-pink-400:hover
{
    background-color: var(--pink-400)!important;
}
.hover\:bg-pink-500:hover
{
    background-color: var(--pink-500)!important;
}
.hover\:bg-pink-600:hover
{
    background-color: var(--pink-600)!important;
}
.hover\:bg-pink-700:hover
{
    background-color: var(--pink-700)!important;
}
.hover\:bg-pink-800:hover
{
    background-color: var(--pink-800)!important;
}
.hover\:bg-pink-900:hover
{
    background-color: var(--pink-900)!important;
}
.active\:bg-pink-50:active
{
    background-color: var(--pink-50)!important;
}
.active\:bg-pink-100:active
{
    background-color: var(--pink-100)!important;
}
.active\:bg-pink-200:active
{
    background-color: var(--pink-200)!important;
}
.active\:bg-pink-300:active
{
    background-color: var(--pink-300)!important;
}
.active\:bg-pink-400:active
{
    background-color: var(--pink-400)!important;
}
.active\:bg-pink-500:active
{
    background-color: var(--pink-500)!important;
}
.active\:bg-pink-600:active
{
    background-color: var(--pink-600)!important;
}
.active\:bg-pink-700:active
{
    background-color: var(--pink-700)!important;
}
.active\:bg-pink-800:active
{
    background-color: var(--pink-800)!important;
}
.active\:bg-pink-900:active
{
    background-color: var(--pink-900)!important;
}
.bg-indigo-50
{
    background-color: var(--indigo-50)!important;
}
.bg-indigo-100
{
    background-color: var(--indigo-100)!important;
}
.bg-indigo-200
{
    background-color: var(--indigo-200)!important;
}
.bg-indigo-300
{
    background-color: var(--indigo-300)!important;
}
.bg-indigo-400
{
    background-color: var(--indigo-400)!important;
}
.bg-indigo-500
{
    background-color: var(--indigo-500)!important;
}
.bg-indigo-600
{
    background-color: var(--indigo-600)!important;
}
.bg-indigo-700
{
    background-color: var(--indigo-700)!important;
}
.bg-indigo-800
{
    background-color: var(--indigo-800)!important;
}
.bg-indigo-900
{
    background-color: var(--indigo-900)!important;
}
.focus\:bg-indigo-50:focus
{
    background-color: var(--indigo-50)!important;
}
.focus\:bg-indigo-100:focus
{
    background-color: var(--indigo-100)!important;
}
.focus\:bg-indigo-200:focus
{
    background-color: var(--indigo-200)!important;
}
.focus\:bg-indigo-300:focus
{
    background-color: var(--indigo-300)!important;
}
.focus\:bg-indigo-400:focus
{
    background-color: var(--indigo-400)!important;
}
.focus\:bg-indigo-500:focus
{
    background-color: var(--indigo-500)!important;
}
.focus\:bg-indigo-600:focus
{
    background-color: var(--indigo-600)!important;
}
.focus\:bg-indigo-700:focus
{
    background-color: var(--indigo-700)!important;
}
.focus\:bg-indigo-800:focus
{
    background-color: var(--indigo-800)!important;
}
.focus\:bg-indigo-900:focus
{
    background-color: var(--indigo-900)!important;
}
.hover\:bg-indigo-50:hover
{
    background-color: var(--indigo-50)!important;
}
.hover\:bg-indigo-100:hover
{
    background-color: var(--indigo-100)!important;
}
.hover\:bg-indigo-200:hover
{
    background-color: var(--indigo-200)!important;
}
.hover\:bg-indigo-300:hover
{
    background-color: var(--indigo-300)!important;
}
.hover\:bg-indigo-400:hover
{
    background-color: var(--indigo-400)!important;
}
.hover\:bg-indigo-500:hover
{
    background-color: var(--indigo-500)!important;
}
.hover\:bg-indigo-600:hover
{
    background-color: var(--indigo-600)!important;
}
.hover\:bg-indigo-700:hover
{
    background-color: var(--indigo-700)!important;
}
.hover\:bg-indigo-800:hover
{
    background-color: var(--indigo-800)!important;
}
.hover\:bg-indigo-900:hover
{
    background-color: var(--indigo-900)!important;
}
.active\:bg-indigo-50:active
{
    background-color: var(--indigo-50)!important;
}
.active\:bg-indigo-100:active
{
    background-color: var(--indigo-100)!important;
}
.active\:bg-indigo-200:active
{
    background-color: var(--indigo-200)!important;
}
.active\:bg-indigo-300:active
{
    background-color: var(--indigo-300)!important;
}
.active\:bg-indigo-400:active
{
    background-color: var(--indigo-400)!important;
}
.active\:bg-indigo-500:active
{
    background-color: var(--indigo-500)!important;
}
.active\:bg-indigo-600:active
{
    background-color: var(--indigo-600)!important;
}
.active\:bg-indigo-700:active
{
    background-color: var(--indigo-700)!important;
}
.active\:bg-indigo-800:active
{
    background-color: var(--indigo-800)!important;
}
.active\:bg-indigo-900:active
{
    background-color: var(--indigo-900)!important;
}
.bg-teal-50
{
    background-color: var(--teal-50)!important;
}
.bg-teal-100
{
    background-color: var(--teal-100)!important;
}
.bg-teal-200
{
    background-color: var(--teal-200)!important;
}
.bg-teal-300
{
    background-color: var(--teal-300)!important;
}
.bg-teal-400
{
    background-color: var(--teal-400)!important;
}
.bg-teal-500
{
    background-color: var(--teal-500)!important;
}
.bg-teal-600
{
    background-color: var(--teal-600)!important;
}
.bg-teal-700
{
    background-color: var(--teal-700)!important;
}
.bg-teal-800
{
    background-color: var(--teal-800)!important;
}
.bg-teal-900
{
    background-color: var(--teal-900)!important;
}
.focus\:bg-teal-50:focus
{
    background-color: var(--teal-50)!important;
}
.focus\:bg-teal-100:focus
{
    background-color: var(--teal-100)!important;
}
.focus\:bg-teal-200:focus
{
    background-color: var(--teal-200)!important;
}
.focus\:bg-teal-300:focus
{
    background-color: var(--teal-300)!important;
}
.focus\:bg-teal-400:focus
{
    background-color: var(--teal-400)!important;
}
.focus\:bg-teal-500:focus
{
    background-color: var(--teal-500)!important;
}
.focus\:bg-teal-600:focus
{
    background-color: var(--teal-600)!important;
}
.focus\:bg-teal-700:focus
{
    background-color: var(--teal-700)!important;
}
.focus\:bg-teal-800:focus
{
    background-color: var(--teal-800)!important;
}
.focus\:bg-teal-900:focus
{
    background-color: var(--teal-900)!important;
}
.hover\:bg-teal-50:hover
{
    background-color: var(--teal-50)!important;
}
.hover\:bg-teal-100:hover
{
    background-color: var(--teal-100)!important;
}
.hover\:bg-teal-200:hover
{
    background-color: var(--teal-200)!important;
}
.hover\:bg-teal-300:hover
{
    background-color: var(--teal-300)!important;
}
.hover\:bg-teal-400:hover
{
    background-color: var(--teal-400)!important;
}
.hover\:bg-teal-500:hover
{
    background-color: var(--teal-500)!important;
}
.hover\:bg-teal-600:hover
{
    background-color: var(--teal-600)!important;
}
.hover\:bg-teal-700:hover
{
    background-color: var(--teal-700)!important;
}
.hover\:bg-teal-800:hover
{
    background-color: var(--teal-800)!important;
}
.hover\:bg-teal-900:hover
{
    background-color: var(--teal-900)!important;
}
.active\:bg-teal-50:active
{
    background-color: var(--teal-50)!important;
}
.active\:bg-teal-100:active
{
    background-color: var(--teal-100)!important;
}
.active\:bg-teal-200:active
{
    background-color: var(--teal-200)!important;
}
.active\:bg-teal-300:active
{
    background-color: var(--teal-300)!important;
}
.active\:bg-teal-400:active
{
    background-color: var(--teal-400)!important;
}
.active\:bg-teal-500:active
{
    background-color: var(--teal-500)!important;
}
.active\:bg-teal-600:active
{
    background-color: var(--teal-600)!important;
}
.active\:bg-teal-700:active
{
    background-color: var(--teal-700)!important;
}
.active\:bg-teal-800:active
{
    background-color: var(--teal-800)!important;
}
.active\:bg-teal-900:active
{
    background-color: var(--teal-900)!important;
}
.bg-orange-50
{
    background-color: var(--orange-50)!important;
}
.bg-orange-100
{
    background-color: var(--orange-100)!important;
}
.bg-orange-200
{
    background-color: var(--orange-200)!important;
}
.bg-orange-300
{
    background-color: var(--orange-300)!important;
}
.bg-orange-400
{
    background-color: var(--orange-400)!important;
}
.bg-orange-500
{
    background-color: var(--orange-500)!important;
}
.bg-orange-600
{
    background-color: var(--orange-600)!important;
}
.bg-orange-700
{
    background-color: var(--orange-700)!important;
}
.bg-orange-800
{
    background-color: var(--orange-800)!important;
}
.bg-orange-900
{
    background-color: var(--orange-900)!important;
}
.focus\:bg-orange-50:focus
{
    background-color: var(--orange-50)!important;
}
.focus\:bg-orange-100:focus
{
    background-color: var(--orange-100)!important;
}
.focus\:bg-orange-200:focus
{
    background-color: var(--orange-200)!important;
}
.focus\:bg-orange-300:focus
{
    background-color: var(--orange-300)!important;
}
.focus\:bg-orange-400:focus
{
    background-color: var(--orange-400)!important;
}
.focus\:bg-orange-500:focus
{
    background-color: var(--orange-500)!important;
}
.focus\:bg-orange-600:focus
{
    background-color: var(--orange-600)!important;
}
.focus\:bg-orange-700:focus
{
    background-color: var(--orange-700)!important;
}
.focus\:bg-orange-800:focus
{
    background-color: var(--orange-800)!important;
}
.focus\:bg-orange-900:focus
{
    background-color: var(--orange-900)!important;
}
.hover\:bg-orange-50:hover
{
    background-color: var(--orange-50)!important;
}
.hover\:bg-orange-100:hover
{
    background-color: var(--orange-100)!important;
}
.hover\:bg-orange-200:hover
{
    background-color: var(--orange-200)!important;
}
.hover\:bg-orange-300:hover
{
    background-color: var(--orange-300)!important;
}
.hover\:bg-orange-400:hover
{
    background-color: var(--orange-400)!important;
}
.hover\:bg-orange-500:hover
{
    background-color: var(--orange-500)!important;
}
.hover\:bg-orange-600:hover
{
    background-color: var(--orange-600)!important;
}
.hover\:bg-orange-700:hover
{
    background-color: var(--orange-700)!important;
}
.hover\:bg-orange-800:hover
{
    background-color: var(--orange-800)!important;
}
.hover\:bg-orange-900:hover
{
    background-color: var(--orange-900)!important;
}
.active\:bg-orange-50:active
{
    background-color: var(--orange-50)!important;
}
.active\:bg-orange-100:active
{
    background-color: var(--orange-100)!important;
}
.active\:bg-orange-200:active
{
    background-color: var(--orange-200)!important;
}
.active\:bg-orange-300:active
{
    background-color: var(--orange-300)!important;
}
.active\:bg-orange-400:active
{
    background-color: var(--orange-400)!important;
}
.active\:bg-orange-500:active
{
    background-color: var(--orange-500)!important;
}
.active\:bg-orange-600:active
{
    background-color: var(--orange-600)!important;
}
.active\:bg-orange-700:active
{
    background-color: var(--orange-700)!important;
}
.active\:bg-orange-800:active
{
    background-color: var(--orange-800)!important;
}
.active\:bg-orange-900:active
{
    background-color: var(--orange-900)!important;
}
.bg-bluegray-50
{
    background-color: var(--bluegray-50)!important;
}
.bg-bluegray-100
{
    background-color: var(--bluegray-100)!important;
}
.bg-bluegray-200
{
    background-color: var(--bluegray-200)!important;
}
.bg-bluegray-300
{
    background-color: var(--bluegray-300)!important;
}
.bg-bluegray-400
{
    background-color: var(--bluegray-400)!important;
}
.bg-bluegray-500
{
    background-color: var(--bluegray-500)!important;
}
.bg-bluegray-600
{
    background-color: var(--bluegray-600)!important;
}
.bg-bluegray-700
{
    background-color: var(--bluegray-700)!important;
}
.bg-bluegray-800
{
    background-color: var(--bluegray-800)!important;
}
.bg-bluegray-900
{
    background-color: var(--bluegray-900)!important;
}
.focus\:bg-bluegray-50:focus
{
    background-color: var(--bluegray-50)!important;
}
.focus\:bg-bluegray-100:focus
{
    background-color: var(--bluegray-100)!important;
}
.focus\:bg-bluegray-200:focus
{
    background-color: var(--bluegray-200)!important;
}
.focus\:bg-bluegray-300:focus
{
    background-color: var(--bluegray-300)!important;
}
.focus\:bg-bluegray-400:focus
{
    background-color: var(--bluegray-400)!important;
}
.focus\:bg-bluegray-500:focus
{
    background-color: var(--bluegray-500)!important;
}
.focus\:bg-bluegray-600:focus
{
    background-color: var(--bluegray-600)!important;
}
.focus\:bg-bluegray-700:focus
{
    background-color: var(--bluegray-700)!important;
}
.focus\:bg-bluegray-800:focus
{
    background-color: var(--bluegray-800)!important;
}
.focus\:bg-bluegray-900:focus
{
    background-color: var(--bluegray-900)!important;
}
.hover\:bg-bluegray-50:hover
{
    background-color: var(--bluegray-50)!important;
}
.hover\:bg-bluegray-100:hover
{
    background-color: var(--bluegray-100)!important;
}
.hover\:bg-bluegray-200:hover
{
    background-color: var(--bluegray-200)!important;
}
.hover\:bg-bluegray-300:hover
{
    background-color: var(--bluegray-300)!important;
}
.hover\:bg-bluegray-400:hover
{
    background-color: var(--bluegray-400)!important;
}
.hover\:bg-bluegray-500:hover
{
    background-color: var(--bluegray-500)!important;
}
.hover\:bg-bluegray-600:hover
{
    background-color: var(--bluegray-600)!important;
}
.hover\:bg-bluegray-700:hover
{
    background-color: var(--bluegray-700)!important;
}
.hover\:bg-bluegray-800:hover
{
    background-color: var(--bluegray-800)!important;
}
.hover\:bg-bluegray-900:hover
{
    background-color: var(--bluegray-900)!important;
}
.active\:bg-bluegray-50:active
{
    background-color: var(--bluegray-50)!important;
}
.active\:bg-bluegray-100:active
{
    background-color: var(--bluegray-100)!important;
}
.active\:bg-bluegray-200:active
{
    background-color: var(--bluegray-200)!important;
}
.active\:bg-bluegray-300:active
{
    background-color: var(--bluegray-300)!important;
}
.active\:bg-bluegray-400:active
{
    background-color: var(--bluegray-400)!important;
}
.active\:bg-bluegray-500:active
{
    background-color: var(--bluegray-500)!important;
}
.active\:bg-bluegray-600:active
{
    background-color: var(--bluegray-600)!important;
}
.active\:bg-bluegray-700:active
{
    background-color: var(--bluegray-700)!important;
}
.active\:bg-bluegray-800:active
{
    background-color: var(--bluegray-800)!important;
}
.active\:bg-bluegray-900:active
{
    background-color: var(--bluegray-900)!important;
}
.bg-purple-50
{
    background-color: var(--purple-50)!important;
}
.bg-purple-100
{
    background-color: var(--purple-100)!important;
}
.bg-purple-200
{
    background-color: var(--purple-200)!important;
}
.bg-purple-300
{
    background-color: var(--purple-300)!important;
}
.bg-purple-400
{
    background-color: var(--purple-400)!important;
}
.bg-purple-500
{
    background-color: var(--purple-500)!important;
}
.bg-purple-600
{
    background-color: var(--purple-600)!important;
}
.bg-purple-700
{
    background-color: var(--purple-700)!important;
}
.bg-purple-800
{
    background-color: var(--purple-800)!important;
}
.bg-purple-900
{
    background-color: var(--purple-900)!important;
}
.focus\:bg-purple-50:focus
{
    background-color: var(--purple-50)!important;
}
.focus\:bg-purple-100:focus
{
    background-color: var(--purple-100)!important;
}
.focus\:bg-purple-200:focus
{
    background-color: var(--purple-200)!important;
}
.focus\:bg-purple-300:focus
{
    background-color: var(--purple-300)!important;
}
.focus\:bg-purple-400:focus
{
    background-color: var(--purple-400)!important;
}
.focus\:bg-purple-500:focus
{
    background-color: var(--purple-500)!important;
}
.focus\:bg-purple-600:focus
{
    background-color: var(--purple-600)!important;
}
.focus\:bg-purple-700:focus
{
    background-color: var(--purple-700)!important;
}
.focus\:bg-purple-800:focus
{
    background-color: var(--purple-800)!important;
}
.focus\:bg-purple-900:focus
{
    background-color: var(--purple-900)!important;
}
.hover\:bg-purple-50:hover
{
    background-color: var(--purple-50)!important;
}
.hover\:bg-purple-100:hover
{
    background-color: var(--purple-100)!important;
}
.hover\:bg-purple-200:hover
{
    background-color: var(--purple-200)!important;
}
.hover\:bg-purple-300:hover
{
    background-color: var(--purple-300)!important;
}
.hover\:bg-purple-400:hover
{
    background-color: var(--purple-400)!important;
}
.hover\:bg-purple-500:hover
{
    background-color: var(--purple-500)!important;
}
.hover\:bg-purple-600:hover
{
    background-color: var(--purple-600)!important;
}
.hover\:bg-purple-700:hover
{
    background-color: var(--purple-700)!important;
}
.hover\:bg-purple-800:hover
{
    background-color: var(--purple-800)!important;
}
.hover\:bg-purple-900:hover
{
    background-color: var(--purple-900)!important;
}
.active\:bg-purple-50:active
{
    background-color: var(--purple-50)!important;
}
.active\:bg-purple-100:active
{
    background-color: var(--purple-100)!important;
}
.active\:bg-purple-200:active
{
    background-color: var(--purple-200)!important;
}
.active\:bg-purple-300:active
{
    background-color: var(--purple-300)!important;
}
.active\:bg-purple-400:active
{
    background-color: var(--purple-400)!important;
}
.active\:bg-purple-500:active
{
    background-color: var(--purple-500)!important;
}
.active\:bg-purple-600:active
{
    background-color: var(--purple-600)!important;
}
.active\:bg-purple-700:active
{
    background-color: var(--purple-700)!important;
}
.active\:bg-purple-800:active
{
    background-color: var(--purple-800)!important;
}
.active\:bg-purple-900:active
{
    background-color: var(--purple-900)!important;
}
.bg-gray-50
{
    background-color: var(--gray-50)!important;
}
.bg-gray-100
{
    background-color: var(--gray-100)!important;
}
.bg-gray-200
{
    background-color: var(--gray-200)!important;
}
.bg-gray-300
{
    background-color: var(--gray-300)!important;
}
.bg-gray-400
{
    background-color: var(--gray-400)!important;
}
.bg-gray-500
{
    background-color: var(--gray-500)!important;
}
.bg-gray-600
{
    background-color: var(--gray-600)!important;
}
.bg-gray-700
{
    background-color: var(--gray-700)!important;
}
.bg-gray-800
{
    background-color: var(--gray-800)!important;
}
.bg-gray-900
{
    background-color: var(--gray-900)!important;
}
.focus\:bg-gray-50:focus
{
    background-color: var(--gray-50)!important;
}
.focus\:bg-gray-100:focus
{
    background-color: var(--gray-100)!important;
}
.focus\:bg-gray-200:focus
{
    background-color: var(--gray-200)!important;
}
.focus\:bg-gray-300:focus
{
    background-color: var(--gray-300)!important;
}
.focus\:bg-gray-400:focus
{
    background-color: var(--gray-400)!important;
}
.focus\:bg-gray-500:focus
{
    background-color: var(--gray-500)!important;
}
.focus\:bg-gray-600:focus
{
    background-color: var(--gray-600)!important;
}
.focus\:bg-gray-700:focus
{
    background-color: var(--gray-700)!important;
}
.focus\:bg-gray-800:focus
{
    background-color: var(--gray-800)!important;
}
.focus\:bg-gray-900:focus
{
    background-color: var(--gray-900)!important;
}
.hover\:bg-gray-50:hover
{
    background-color: var(--gray-50)!important;
}
.hover\:bg-gray-100:hover
{
    background-color: var(--gray-100)!important;
}
.hover\:bg-gray-200:hover
{
    background-color: var(--gray-200)!important;
}
.hover\:bg-gray-300:hover
{
    background-color: var(--gray-300)!important;
}
.hover\:bg-gray-400:hover
{
    background-color: var(--gray-400)!important;
}
.hover\:bg-gray-500:hover
{
    background-color: var(--gray-500)!important;
}
.hover\:bg-gray-600:hover
{
    background-color: var(--gray-600)!important;
}
.hover\:bg-gray-700:hover
{
    background-color: var(--gray-700)!important;
}
.hover\:bg-gray-800:hover
{
    background-color: var(--gray-800)!important;
}
.hover\:bg-gray-900:hover
{
    background-color: var(--gray-900)!important;
}
.active\:bg-gray-50:active
{
    background-color: var(--gray-50)!important;
}
.active\:bg-gray-100:active
{
    background-color: var(--gray-100)!important;
}
.active\:bg-gray-200:active
{
    background-color: var(--gray-200)!important;
}
.active\:bg-gray-300:active
{
    background-color: var(--gray-300)!important;
}
.active\:bg-gray-400:active
{
    background-color: var(--gray-400)!important;
}
.active\:bg-gray-500:active
{
    background-color: var(--gray-500)!important;
}
.active\:bg-gray-600:active
{
    background-color: var(--gray-600)!important;
}
.active\:bg-gray-700:active
{
    background-color: var(--gray-700)!important;
}
.active\:bg-gray-800:active
{
    background-color: var(--gray-800)!important;
}
.active\:bg-gray-900:active
{
    background-color: var(--gray-900)!important;
}
.bg-red-50
{
    background-color: var(--red-50)!important;
}
.bg-red-100
{
    background-color: var(--red-100)!important;
}
.bg-red-200
{
    background-color: var(--red-200)!important;
}
.bg-red-300
{
    background-color: var(--red-300)!important;
}
.bg-red-400
{
    background-color: var(--red-400)!important;
}
.bg-red-500
{
    background-color: var(--red-500)!important;
}
.bg-red-600
{
    background-color: var(--red-600)!important;
}
.bg-red-700
{
    background-color: var(--red-700)!important;
}
.bg-red-800
{
    background-color: var(--red-800)!important;
}
.bg-red-900
{
    background-color: var(--red-900)!important;
}
.focus\:bg-red-50:focus
{
    background-color: var(--red-50)!important;
}
.focus\:bg-red-100:focus
{
    background-color: var(--red-100)!important;
}
.focus\:bg-red-200:focus
{
    background-color: var(--red-200)!important;
}
.focus\:bg-red-300:focus
{
    background-color: var(--red-300)!important;
}
.focus\:bg-red-400:focus
{
    background-color: var(--red-400)!important;
}
.focus\:bg-red-500:focus
{
    background-color: var(--red-500)!important;
}
.focus\:bg-red-600:focus
{
    background-color: var(--red-600)!important;
}
.focus\:bg-red-700:focus
{
    background-color: var(--red-700)!important;
}
.focus\:bg-red-800:focus
{
    background-color: var(--red-800)!important;
}
.focus\:bg-red-900:focus
{
    background-color: var(--red-900)!important;
}
.hover\:bg-red-50:hover
{
    background-color: var(--red-50)!important;
}
.hover\:bg-red-100:hover
{
    background-color: var(--red-100)!important;
}
.hover\:bg-red-200:hover
{
    background-color: var(--red-200)!important;
}
.hover\:bg-red-300:hover
{
    background-color: var(--red-300)!important;
}
.hover\:bg-red-400:hover
{
    background-color: var(--red-400)!important;
}
.hover\:bg-red-500:hover
{
    background-color: var(--red-500)!important;
}
.hover\:bg-red-600:hover
{
    background-color: var(--red-600)!important;
}
.hover\:bg-red-700:hover
{
    background-color: var(--red-700)!important;
}
.hover\:bg-red-800:hover
{
    background-color: var(--red-800)!important;
}
.hover\:bg-red-900:hover
{
    background-color: var(--red-900)!important;
}
.active\:bg-red-50:active
{
    background-color: var(--red-50)!important;
}
.active\:bg-red-100:active
{
    background-color: var(--red-100)!important;
}
.active\:bg-red-200:active
{
    background-color: var(--red-200)!important;
}
.active\:bg-red-300:active
{
    background-color: var(--red-300)!important;
}
.active\:bg-red-400:active
{
    background-color: var(--red-400)!important;
}
.active\:bg-red-500:active
{
    background-color: var(--red-500)!important;
}
.active\:bg-red-600:active
{
    background-color: var(--red-600)!important;
}
.active\:bg-red-700:active
{
    background-color: var(--red-700)!important;
}
.active\:bg-red-800:active
{
    background-color: var(--red-800)!important;
}
.active\:bg-red-900:active
{
    background-color: var(--red-900)!important;
}
.bg-primary-50
{
    background-color: var(--primary-50)!important;
}
.bg-primary-100
{
    background-color: var(--primary-100)!important;
}
.bg-primary-200
{
    background-color: var(--primary-200)!important;
}
.bg-primary-300
{
    background-color: var(--primary-300)!important;
}
.bg-primary-400
{
    background-color: var(--primary-400)!important;
}
.bg-primary-500
{
    background-color: var(--primary-500)!important;
}
.bg-primary-600
{
    background-color: var(--primary-600)!important;
}
.bg-primary-700
{
    background-color: var(--primary-700)!important;
}
.bg-primary-800
{
    background-color: var(--primary-800)!important;
}
.bg-primary-900
{
    background-color: var(--primary-900)!important;
}
.focus\:bg-primary-50:focus
{
    background-color: var(--primary-50)!important;
}
.focus\:bg-primary-100:focus
{
    background-color: var(--primary-100)!important;
}
.focus\:bg-primary-200:focus
{
    background-color: var(--primary-200)!important;
}
.focus\:bg-primary-300:focus
{
    background-color: var(--primary-300)!important;
}
.focus\:bg-primary-400:focus
{
    background-color: var(--primary-400)!important;
}
.focus\:bg-primary-500:focus
{
    background-color: var(--primary-500)!important;
}
.focus\:bg-primary-600:focus
{
    background-color: var(--primary-600)!important;
}
.focus\:bg-primary-700:focus
{
    background-color: var(--primary-700)!important;
}
.focus\:bg-primary-800:focus
{
    background-color: var(--primary-800)!important;
}
.focus\:bg-primary-900:focus
{
    background-color: var(--primary-900)!important;
}
.hover\:bg-primary-50:hover
{
    background-color: var(--primary-50)!important;
}
.hover\:bg-primary-100:hover
{
    background-color: var(--primary-100)!important;
}
.hover\:bg-primary-200:hover
{
    background-color: var(--primary-200)!important;
}
.hover\:bg-primary-300:hover
{
    background-color: var(--primary-300)!important;
}
.hover\:bg-primary-400:hover
{
    background-color: var(--primary-400)!important;
}
.hover\:bg-primary-500:hover
{
    background-color: var(--primary-500)!important;
}
.hover\:bg-primary-600:hover
{
    background-color: var(--primary-600)!important;
}
.hover\:bg-primary-700:hover
{
    background-color: var(--primary-700)!important;
}
.hover\:bg-primary-800:hover
{
    background-color: var(--primary-800)!important;
}
.hover\:bg-primary-900:hover
{
    background-color: var(--primary-900)!important;
}
.active\:bg-primary-50:active
{
    background-color: var(--primary-50)!important;
}
.active\:bg-primary-100:active
{
    background-color: var(--primary-100)!important;
}
.active\:bg-primary-200:active
{
    background-color: var(--primary-200)!important;
}
.active\:bg-primary-300:active
{
    background-color: var(--primary-300)!important;
}
.active\:bg-primary-400:active
{
    background-color: var(--primary-400)!important;
}
.active\:bg-primary-500:active
{
    background-color: var(--primary-500)!important;
}
.active\:bg-primary-600:active
{
    background-color: var(--primary-600)!important;
}
.active\:bg-primary-700:active
{
    background-color: var(--primary-700)!important;
}
.active\:bg-primary-800:active
{
    background-color: var(--primary-800)!important;
}
.active\:bg-primary-900:active
{
    background-color: var(--primary-900)!important;
}
.border-blue-50
{
    border-color: var(--blue-50)!important;
}
.border-blue-100
{
    border-color: var(--blue-100)!important;
}
.border-blue-200
{
    border-color: var(--blue-200)!important;
}
.border-blue-300
{
    border-color: var(--blue-300)!important;
}
.border-blue-400
{
    border-color: var(--blue-400)!important;
}
.border-blue-500
{
    border-color: var(--blue-500)!important;
}
.border-blue-600
{
    border-color: var(--blue-600)!important;
}
.border-blue-700
{
    border-color: var(--blue-700)!important;
}
.border-blue-800
{
    border-color: var(--blue-800)!important;
}
.border-blue-900
{
    border-color: var(--blue-900)!important;
}
.focus\:border-blue-50:focus
{
    border-color: var(--blue-50)!important;
}
.focus\:border-blue-100:focus
{
    border-color: var(--blue-100)!important;
}
.focus\:border-blue-200:focus
{
    border-color: var(--blue-200)!important;
}
.focus\:border-blue-300:focus
{
    border-color: var(--blue-300)!important;
}
.focus\:border-blue-400:focus
{
    border-color: var(--blue-400)!important;
}
.focus\:border-blue-500:focus
{
    border-color: var(--blue-500)!important;
}
.focus\:border-blue-600:focus
{
    border-color: var(--blue-600)!important;
}
.focus\:border-blue-700:focus
{
    border-color: var(--blue-700)!important;
}
.focus\:border-blue-800:focus
{
    border-color: var(--blue-800)!important;
}
.focus\:border-blue-900:focus
{
    border-color: var(--blue-900)!important;
}
.hover\:border-blue-50:hover
{
    border-color: var(--blue-50)!important;
}
.hover\:border-blue-100:hover
{
    border-color: var(--blue-100)!important;
}
.hover\:border-blue-200:hover
{
    border-color: var(--blue-200)!important;
}
.hover\:border-blue-300:hover
{
    border-color: var(--blue-300)!important;
}
.hover\:border-blue-400:hover
{
    border-color: var(--blue-400)!important;
}
.hover\:border-blue-500:hover
{
    border-color: var(--blue-500)!important;
}
.hover\:border-blue-600:hover
{
    border-color: var(--blue-600)!important;
}
.hover\:border-blue-700:hover
{
    border-color: var(--blue-700)!important;
}
.hover\:border-blue-800:hover
{
    border-color: var(--blue-800)!important;
}
.hover\:border-blue-900:hover
{
    border-color: var(--blue-900)!important;
}
.active\:border-blue-50:active
{
    border-color: var(--blue-50)!important;
}
.active\:border-blue-100:active
{
    border-color: var(--blue-100)!important;
}
.active\:border-blue-200:active
{
    border-color: var(--blue-200)!important;
}
.active\:border-blue-300:active
{
    border-color: var(--blue-300)!important;
}
.active\:border-blue-400:active
{
    border-color: var(--blue-400)!important;
}
.active\:border-blue-500:active
{
    border-color: var(--blue-500)!important;
}
.active\:border-blue-600:active
{
    border-color: var(--blue-600)!important;
}
.active\:border-blue-700:active
{
    border-color: var(--blue-700)!important;
}
.active\:border-blue-800:active
{
    border-color: var(--blue-800)!important;
}
.active\:border-blue-900:active
{
    border-color: var(--blue-900)!important;
}
.border-green-50
{
    border-color: var(--green-50)!important;
}
.border-green-100
{
    border-color: var(--green-100)!important;
}
.border-green-200
{
    border-color: var(--green-200)!important;
}
.border-green-300
{
    border-color: var(--green-300)!important;
}
.border-green-400
{
    border-color: var(--green-400)!important;
}
.border-green-500
{
    border-color: var(--green-500)!important;
}
.border-green-600
{
    border-color: var(--green-600)!important;
}
.border-green-700
{
    border-color: var(--green-700)!important;
}
.border-green-800
{
    border-color: var(--green-800)!important;
}
.border-green-900
{
    border-color: var(--green-900)!important;
}
.focus\:border-green-50:focus
{
    border-color: var(--green-50)!important;
}
.focus\:border-green-100:focus
{
    border-color: var(--green-100)!important;
}
.focus\:border-green-200:focus
{
    border-color: var(--green-200)!important;
}
.focus\:border-green-300:focus
{
    border-color: var(--green-300)!important;
}
.focus\:border-green-400:focus
{
    border-color: var(--green-400)!important;
}
.focus\:border-green-500:focus
{
    border-color: var(--green-500)!important;
}
.focus\:border-green-600:focus
{
    border-color: var(--green-600)!important;
}
.focus\:border-green-700:focus
{
    border-color: var(--green-700)!important;
}
.focus\:border-green-800:focus
{
    border-color: var(--green-800)!important;
}
.focus\:border-green-900:focus
{
    border-color: var(--green-900)!important;
}
.hover\:border-green-50:hover
{
    border-color: var(--green-50)!important;
}
.hover\:border-green-100:hover
{
    border-color: var(--green-100)!important;
}
.hover\:border-green-200:hover
{
    border-color: var(--green-200)!important;
}
.hover\:border-green-300:hover
{
    border-color: var(--green-300)!important;
}
.hover\:border-green-400:hover
{
    border-color: var(--green-400)!important;
}
.hover\:border-green-500:hover
{
    border-color: var(--green-500)!important;
}
.hover\:border-green-600:hover
{
    border-color: var(--green-600)!important;
}
.hover\:border-green-700:hover
{
    border-color: var(--green-700)!important;
}
.hover\:border-green-800:hover
{
    border-color: var(--green-800)!important;
}
.hover\:border-green-900:hover
{
    border-color: var(--green-900)!important;
}
.active\:border-green-50:active
{
    border-color: var(--green-50)!important;
}
.active\:border-green-100:active
{
    border-color: var(--green-100)!important;
}
.active\:border-green-200:active
{
    border-color: var(--green-200)!important;
}
.active\:border-green-300:active
{
    border-color: var(--green-300)!important;
}
.active\:border-green-400:active
{
    border-color: var(--green-400)!important;
}
.active\:border-green-500:active
{
    border-color: var(--green-500)!important;
}
.active\:border-green-600:active
{
    border-color: var(--green-600)!important;
}
.active\:border-green-700:active
{
    border-color: var(--green-700)!important;
}
.active\:border-green-800:active
{
    border-color: var(--green-800)!important;
}
.active\:border-green-900:active
{
    border-color: var(--green-900)!important;
}
.border-yellow-50
{
    border-color: var(--yellow-50)!important;
}
.border-yellow-100
{
    border-color: var(--yellow-100)!important;
}
.border-yellow-200
{
    border-color: var(--yellow-200)!important;
}
.border-yellow-300
{
    border-color: var(--yellow-300)!important;
}
.border-yellow-400
{
    border-color: var(--yellow-400)!important;
}
.border-yellow-500
{
    border-color: var(--yellow-500)!important;
}
.border-yellow-600
{
    border-color: var(--yellow-600)!important;
}
.border-yellow-700
{
    border-color: var(--yellow-700)!important;
}
.border-yellow-800
{
    border-color: var(--yellow-800)!important;
}
.border-yellow-900
{
    border-color: var(--yellow-900)!important;
}
.focus\:border-yellow-50:focus
{
    border-color: var(--yellow-50)!important;
}
.focus\:border-yellow-100:focus
{
    border-color: var(--yellow-100)!important;
}
.focus\:border-yellow-200:focus
{
    border-color: var(--yellow-200)!important;
}
.focus\:border-yellow-300:focus
{
    border-color: var(--yellow-300)!important;
}
.focus\:border-yellow-400:focus
{
    border-color: var(--yellow-400)!important;
}
.focus\:border-yellow-500:focus
{
    border-color: var(--yellow-500)!important;
}
.focus\:border-yellow-600:focus
{
    border-color: var(--yellow-600)!important;
}
.focus\:border-yellow-700:focus
{
    border-color: var(--yellow-700)!important;
}
.focus\:border-yellow-800:focus
{
    border-color: var(--yellow-800)!important;
}
.focus\:border-yellow-900:focus
{
    border-color: var(--yellow-900)!important;
}
.hover\:border-yellow-50:hover
{
    border-color: var(--yellow-50)!important;
}
.hover\:border-yellow-100:hover
{
    border-color: var(--yellow-100)!important;
}
.hover\:border-yellow-200:hover
{
    border-color: var(--yellow-200)!important;
}
.hover\:border-yellow-300:hover
{
    border-color: var(--yellow-300)!important;
}
.hover\:border-yellow-400:hover
{
    border-color: var(--yellow-400)!important;
}
.hover\:border-yellow-500:hover
{
    border-color: var(--yellow-500)!important;
}
.hover\:border-yellow-600:hover
{
    border-color: var(--yellow-600)!important;
}
.hover\:border-yellow-700:hover
{
    border-color: var(--yellow-700)!important;
}
.hover\:border-yellow-800:hover
{
    border-color: var(--yellow-800)!important;
}
.hover\:border-yellow-900:hover
{
    border-color: var(--yellow-900)!important;
}
.active\:border-yellow-50:active
{
    border-color: var(--yellow-50)!important;
}
.active\:border-yellow-100:active
{
    border-color: var(--yellow-100)!important;
}
.active\:border-yellow-200:active
{
    border-color: var(--yellow-200)!important;
}
.active\:border-yellow-300:active
{
    border-color: var(--yellow-300)!important;
}
.active\:border-yellow-400:active
{
    border-color: var(--yellow-400)!important;
}
.active\:border-yellow-500:active
{
    border-color: var(--yellow-500)!important;
}
.active\:border-yellow-600:active
{
    border-color: var(--yellow-600)!important;
}
.active\:border-yellow-700:active
{
    border-color: var(--yellow-700)!important;
}
.active\:border-yellow-800:active
{
    border-color: var(--yellow-800)!important;
}
.active\:border-yellow-900:active
{
    border-color: var(--yellow-900)!important;
}
.border-cyan-50
{
    border-color: var(--cyan-50)!important;
}
.border-cyan-100
{
    border-color: var(--cyan-100)!important;
}
.border-cyan-200
{
    border-color: var(--cyan-200)!important;
}
.border-cyan-300
{
    border-color: var(--cyan-300)!important;
}
.border-cyan-400
{
    border-color: var(--cyan-400)!important;
}
.border-cyan-500
{
    border-color: var(--cyan-500)!important;
}
.border-cyan-600
{
    border-color: var(--cyan-600)!important;
}
.border-cyan-700
{
    border-color: var(--cyan-700)!important;
}
.border-cyan-800
{
    border-color: var(--cyan-800)!important;
}
.border-cyan-900
{
    border-color: var(--cyan-900)!important;
}
.focus\:border-cyan-50:focus
{
    border-color: var(--cyan-50)!important;
}
.focus\:border-cyan-100:focus
{
    border-color: var(--cyan-100)!important;
}
.focus\:border-cyan-200:focus
{
    border-color: var(--cyan-200)!important;
}
.focus\:border-cyan-300:focus
{
    border-color: var(--cyan-300)!important;
}
.focus\:border-cyan-400:focus
{
    border-color: var(--cyan-400)!important;
}
.focus\:border-cyan-500:focus
{
    border-color: var(--cyan-500)!important;
}
.focus\:border-cyan-600:focus
{
    border-color: var(--cyan-600)!important;
}
.focus\:border-cyan-700:focus
{
    border-color: var(--cyan-700)!important;
}
.focus\:border-cyan-800:focus
{
    border-color: var(--cyan-800)!important;
}
.focus\:border-cyan-900:focus
{
    border-color: var(--cyan-900)!important;
}
.hover\:border-cyan-50:hover
{
    border-color: var(--cyan-50)!important;
}
.hover\:border-cyan-100:hover
{
    border-color: var(--cyan-100)!important;
}
.hover\:border-cyan-200:hover
{
    border-color: var(--cyan-200)!important;
}
.hover\:border-cyan-300:hover
{
    border-color: var(--cyan-300)!important;
}
.hover\:border-cyan-400:hover
{
    border-color: var(--cyan-400)!important;
}
.hover\:border-cyan-500:hover
{
    border-color: var(--cyan-500)!important;
}
.hover\:border-cyan-600:hover
{
    border-color: var(--cyan-600)!important;
}
.hover\:border-cyan-700:hover
{
    border-color: var(--cyan-700)!important;
}
.hover\:border-cyan-800:hover
{
    border-color: var(--cyan-800)!important;
}
.hover\:border-cyan-900:hover
{
    border-color: var(--cyan-900)!important;
}
.active\:border-cyan-50:active
{
    border-color: var(--cyan-50)!important;
}
.active\:border-cyan-100:active
{
    border-color: var(--cyan-100)!important;
}
.active\:border-cyan-200:active
{
    border-color: var(--cyan-200)!important;
}
.active\:border-cyan-300:active
{
    border-color: var(--cyan-300)!important;
}
.active\:border-cyan-400:active
{
    border-color: var(--cyan-400)!important;
}
.active\:border-cyan-500:active
{
    border-color: var(--cyan-500)!important;
}
.active\:border-cyan-600:active
{
    border-color: var(--cyan-600)!important;
}
.active\:border-cyan-700:active
{
    border-color: var(--cyan-700)!important;
}
.active\:border-cyan-800:active
{
    border-color: var(--cyan-800)!important;
}
.active\:border-cyan-900:active
{
    border-color: var(--cyan-900)!important;
}
.border-pink-50
{
    border-color: var(--pink-50)!important;
}
.border-pink-100
{
    border-color: var(--pink-100)!important;
}
.border-pink-200
{
    border-color: var(--pink-200)!important;
}
.border-pink-300
{
    border-color: var(--pink-300)!important;
}
.border-pink-400
{
    border-color: var(--pink-400)!important;
}
.border-pink-500
{
    border-color: var(--pink-500)!important;
}
.border-pink-600
{
    border-color: var(--pink-600)!important;
}
.border-pink-700
{
    border-color: var(--pink-700)!important;
}
.border-pink-800
{
    border-color: var(--pink-800)!important;
}
.border-pink-900
{
    border-color: var(--pink-900)!important;
}
.focus\:border-pink-50:focus
{
    border-color: var(--pink-50)!important;
}
.focus\:border-pink-100:focus
{
    border-color: var(--pink-100)!important;
}
.focus\:border-pink-200:focus
{
    border-color: var(--pink-200)!important;
}
.focus\:border-pink-300:focus
{
    border-color: var(--pink-300)!important;
}
.focus\:border-pink-400:focus
{
    border-color: var(--pink-400)!important;
}
.focus\:border-pink-500:focus
{
    border-color: var(--pink-500)!important;
}
.focus\:border-pink-600:focus
{
    border-color: var(--pink-600)!important;
}
.focus\:border-pink-700:focus
{
    border-color: var(--pink-700)!important;
}
.focus\:border-pink-800:focus
{
    border-color: var(--pink-800)!important;
}
.focus\:border-pink-900:focus
{
    border-color: var(--pink-900)!important;
}
.hover\:border-pink-50:hover
{
    border-color: var(--pink-50)!important;
}
.hover\:border-pink-100:hover
{
    border-color: var(--pink-100)!important;
}
.hover\:border-pink-200:hover
{
    border-color: var(--pink-200)!important;
}
.hover\:border-pink-300:hover
{
    border-color: var(--pink-300)!important;
}
.hover\:border-pink-400:hover
{
    border-color: var(--pink-400)!important;
}
.hover\:border-pink-500:hover
{
    border-color: var(--pink-500)!important;
}
.hover\:border-pink-600:hover
{
    border-color: var(--pink-600)!important;
}
.hover\:border-pink-700:hover
{
    border-color: var(--pink-700)!important;
}
.hover\:border-pink-800:hover
{
    border-color: var(--pink-800)!important;
}
.hover\:border-pink-900:hover
{
    border-color: var(--pink-900)!important;
}
.active\:border-pink-50:active
{
    border-color: var(--pink-50)!important;
}
.active\:border-pink-100:active
{
    border-color: var(--pink-100)!important;
}
.active\:border-pink-200:active
{
    border-color: var(--pink-200)!important;
}
.active\:border-pink-300:active
{
    border-color: var(--pink-300)!important;
}
.active\:border-pink-400:active
{
    border-color: var(--pink-400)!important;
}
.active\:border-pink-500:active
{
    border-color: var(--pink-500)!important;
}
.active\:border-pink-600:active
{
    border-color: var(--pink-600)!important;
}
.active\:border-pink-700:active
{
    border-color: var(--pink-700)!important;
}
.active\:border-pink-800:active
{
    border-color: var(--pink-800)!important;
}
.active\:border-pink-900:active
{
    border-color: var(--pink-900)!important;
}
.border-indigo-50
{
    border-color: var(--indigo-50)!important;
}
.border-indigo-100
{
    border-color: var(--indigo-100)!important;
}
.border-indigo-200
{
    border-color: var(--indigo-200)!important;
}
.border-indigo-300
{
    border-color: var(--indigo-300)!important;
}
.border-indigo-400
{
    border-color: var(--indigo-400)!important;
}
.border-indigo-500
{
    border-color: var(--indigo-500)!important;
}
.border-indigo-600
{
    border-color: var(--indigo-600)!important;
}
.border-indigo-700
{
    border-color: var(--indigo-700)!important;
}
.border-indigo-800
{
    border-color: var(--indigo-800)!important;
}
.border-indigo-900
{
    border-color: var(--indigo-900)!important;
}
.focus\:border-indigo-50:focus
{
    border-color: var(--indigo-50)!important;
}
.focus\:border-indigo-100:focus
{
    border-color: var(--indigo-100)!important;
}
.focus\:border-indigo-200:focus
{
    border-color: var(--indigo-200)!important;
}
.focus\:border-indigo-300:focus
{
    border-color: var(--indigo-300)!important;
}
.focus\:border-indigo-400:focus
{
    border-color: var(--indigo-400)!important;
}
.focus\:border-indigo-500:focus
{
    border-color: var(--indigo-500)!important;
}
.focus\:border-indigo-600:focus
{
    border-color: var(--indigo-600)!important;
}
.focus\:border-indigo-700:focus
{
    border-color: var(--indigo-700)!important;
}
.focus\:border-indigo-800:focus
{
    border-color: var(--indigo-800)!important;
}
.focus\:border-indigo-900:focus
{
    border-color: var(--indigo-900)!important;
}
.hover\:border-indigo-50:hover
{
    border-color: var(--indigo-50)!important;
}
.hover\:border-indigo-100:hover
{
    border-color: var(--indigo-100)!important;
}
.hover\:border-indigo-200:hover
{
    border-color: var(--indigo-200)!important;
}
.hover\:border-indigo-300:hover
{
    border-color: var(--indigo-300)!important;
}
.hover\:border-indigo-400:hover
{
    border-color: var(--indigo-400)!important;
}
.hover\:border-indigo-500:hover
{
    border-color: var(--indigo-500)!important;
}
.hover\:border-indigo-600:hover
{
    border-color: var(--indigo-600)!important;
}
.hover\:border-indigo-700:hover
{
    border-color: var(--indigo-700)!important;
}
.hover\:border-indigo-800:hover
{
    border-color: var(--indigo-800)!important;
}
.hover\:border-indigo-900:hover
{
    border-color: var(--indigo-900)!important;
}
.active\:border-indigo-50:active
{
    border-color: var(--indigo-50)!important;
}
.active\:border-indigo-100:active
{
    border-color: var(--indigo-100)!important;
}
.active\:border-indigo-200:active
{
    border-color: var(--indigo-200)!important;
}
.active\:border-indigo-300:active
{
    border-color: var(--indigo-300)!important;
}
.active\:border-indigo-400:active
{
    border-color: var(--indigo-400)!important;
}
.active\:border-indigo-500:active
{
    border-color: var(--indigo-500)!important;
}
.active\:border-indigo-600:active
{
    border-color: var(--indigo-600)!important;
}
.active\:border-indigo-700:active
{
    border-color: var(--indigo-700)!important;
}
.active\:border-indigo-800:active
{
    border-color: var(--indigo-800)!important;
}
.active\:border-indigo-900:active
{
    border-color: var(--indigo-900)!important;
}
.border-teal-50
{
    border-color: var(--teal-50)!important;
}
.border-teal-100
{
    border-color: var(--teal-100)!important;
}
.border-teal-200
{
    border-color: var(--teal-200)!important;
}
.border-teal-300
{
    border-color: var(--teal-300)!important;
}
.border-teal-400
{
    border-color: var(--teal-400)!important;
}
.border-teal-500
{
    border-color: var(--teal-500)!important;
}
.border-teal-600
{
    border-color: var(--teal-600)!important;
}
.border-teal-700
{
    border-color: var(--teal-700)!important;
}
.border-teal-800
{
    border-color: var(--teal-800)!important;
}
.border-teal-900
{
    border-color: var(--teal-900)!important;
}
.focus\:border-teal-50:focus
{
    border-color: var(--teal-50)!important;
}
.focus\:border-teal-100:focus
{
    border-color: var(--teal-100)!important;
}
.focus\:border-teal-200:focus
{
    border-color: var(--teal-200)!important;
}
.focus\:border-teal-300:focus
{
    border-color: var(--teal-300)!important;
}
.focus\:border-teal-400:focus
{
    border-color: var(--teal-400)!important;
}
.focus\:border-teal-500:focus
{
    border-color: var(--teal-500)!important;
}
.focus\:border-teal-600:focus
{
    border-color: var(--teal-600)!important;
}
.focus\:border-teal-700:focus
{
    border-color: var(--teal-700)!important;
}
.focus\:border-teal-800:focus
{
    border-color: var(--teal-800)!important;
}
.focus\:border-teal-900:focus
{
    border-color: var(--teal-900)!important;
}
.hover\:border-teal-50:hover
{
    border-color: var(--teal-50)!important;
}
.hover\:border-teal-100:hover
{
    border-color: var(--teal-100)!important;
}
.hover\:border-teal-200:hover
{
    border-color: var(--teal-200)!important;
}
.hover\:border-teal-300:hover
{
    border-color: var(--teal-300)!important;
}
.hover\:border-teal-400:hover
{
    border-color: var(--teal-400)!important;
}
.hover\:border-teal-500:hover
{
    border-color: var(--teal-500)!important;
}
.hover\:border-teal-600:hover
{
    border-color: var(--teal-600)!important;
}
.hover\:border-teal-700:hover
{
    border-color: var(--teal-700)!important;
}
.hover\:border-teal-800:hover
{
    border-color: var(--teal-800)!important;
}
.hover\:border-teal-900:hover
{
    border-color: var(--teal-900)!important;
}
.active\:border-teal-50:active
{
    border-color: var(--teal-50)!important;
}
.active\:border-teal-100:active
{
    border-color: var(--teal-100)!important;
}
.active\:border-teal-200:active
{
    border-color: var(--teal-200)!important;
}
.active\:border-teal-300:active
{
    border-color: var(--teal-300)!important;
}
.active\:border-teal-400:active
{
    border-color: var(--teal-400)!important;
}
.active\:border-teal-500:active
{
    border-color: var(--teal-500)!important;
}
.active\:border-teal-600:active
{
    border-color: var(--teal-600)!important;
}
.active\:border-teal-700:active
{
    border-color: var(--teal-700)!important;
}
.active\:border-teal-800:active
{
    border-color: var(--teal-800)!important;
}
.active\:border-teal-900:active
{
    border-color: var(--teal-900)!important;
}
.border-orange-50
{
    border-color: var(--orange-50)!important;
}
.border-orange-100
{
    border-color: var(--orange-100)!important;
}
.border-orange-200
{
    border-color: var(--orange-200)!important;
}
.border-orange-300
{
    border-color: var(--orange-300)!important;
}
.border-orange-400
{
    border-color: var(--orange-400)!important;
}
.border-orange-500
{
    border-color: var(--orange-500)!important;
}
.border-orange-600
{
    border-color: var(--orange-600)!important;
}
.border-orange-700
{
    border-color: var(--orange-700)!important;
}
.border-orange-800
{
    border-color: var(--orange-800)!important;
}
.border-orange-900
{
    border-color: var(--orange-900)!important;
}
.focus\:border-orange-50:focus
{
    border-color: var(--orange-50)!important;
}
.focus\:border-orange-100:focus
{
    border-color: var(--orange-100)!important;
}
.focus\:border-orange-200:focus
{
    border-color: var(--orange-200)!important;
}
.focus\:border-orange-300:focus
{
    border-color: var(--orange-300)!important;
}
.focus\:border-orange-400:focus
{
    border-color: var(--orange-400)!important;
}
.focus\:border-orange-500:focus
{
    border-color: var(--orange-500)!important;
}
.focus\:border-orange-600:focus
{
    border-color: var(--orange-600)!important;
}
.focus\:border-orange-700:focus
{
    border-color: var(--orange-700)!important;
}
.focus\:border-orange-800:focus
{
    border-color: var(--orange-800)!important;
}
.focus\:border-orange-900:focus
{
    border-color: var(--orange-900)!important;
}
.hover\:border-orange-50:hover
{
    border-color: var(--orange-50)!important;
}
.hover\:border-orange-100:hover
{
    border-color: var(--orange-100)!important;
}
.hover\:border-orange-200:hover
{
    border-color: var(--orange-200)!important;
}
.hover\:border-orange-300:hover
{
    border-color: var(--orange-300)!important;
}
.hover\:border-orange-400:hover
{
    border-color: var(--orange-400)!important;
}
.hover\:border-orange-500:hover
{
    border-color: var(--orange-500)!important;
}
.hover\:border-orange-600:hover
{
    border-color: var(--orange-600)!important;
}
.hover\:border-orange-700:hover
{
    border-color: var(--orange-700)!important;
}
.hover\:border-orange-800:hover
{
    border-color: var(--orange-800)!important;
}
.hover\:border-orange-900:hover
{
    border-color: var(--orange-900)!important;
}
.active\:border-orange-50:active
{
    border-color: var(--orange-50)!important;
}
.active\:border-orange-100:active
{
    border-color: var(--orange-100)!important;
}
.active\:border-orange-200:active
{
    border-color: var(--orange-200)!important;
}
.active\:border-orange-300:active
{
    border-color: var(--orange-300)!important;
}
.active\:border-orange-400:active
{
    border-color: var(--orange-400)!important;
}
.active\:border-orange-500:active
{
    border-color: var(--orange-500)!important;
}
.active\:border-orange-600:active
{
    border-color: var(--orange-600)!important;
}
.active\:border-orange-700:active
{
    border-color: var(--orange-700)!important;
}
.active\:border-orange-800:active
{
    border-color: var(--orange-800)!important;
}
.active\:border-orange-900:active
{
    border-color: var(--orange-900)!important;
}
.border-bluegray-50
{
    border-color: var(--bluegray-50)!important;
}
.border-bluegray-100
{
    border-color: var(--bluegray-100)!important;
}
.border-bluegray-200
{
    border-color: var(--bluegray-200)!important;
}
.border-bluegray-300
{
    border-color: var(--bluegray-300)!important;
}
.border-bluegray-400
{
    border-color: var(--bluegray-400)!important;
}
.border-bluegray-500
{
    border-color: var(--bluegray-500)!important;
}
.border-bluegray-600
{
    border-color: var(--bluegray-600)!important;
}
.border-bluegray-700
{
    border-color: var(--bluegray-700)!important;
}
.border-bluegray-800
{
    border-color: var(--bluegray-800)!important;
}
.border-bluegray-900
{
    border-color: var(--bluegray-900)!important;
}
.focus\:border-bluegray-50:focus
{
    border-color: var(--bluegray-50)!important;
}
.focus\:border-bluegray-100:focus
{
    border-color: var(--bluegray-100)!important;
}
.focus\:border-bluegray-200:focus
{
    border-color: var(--bluegray-200)!important;
}
.focus\:border-bluegray-300:focus
{
    border-color: var(--bluegray-300)!important;
}
.focus\:border-bluegray-400:focus
{
    border-color: var(--bluegray-400)!important;
}
.focus\:border-bluegray-500:focus
{
    border-color: var(--bluegray-500)!important;
}
.focus\:border-bluegray-600:focus
{
    border-color: var(--bluegray-600)!important;
}
.focus\:border-bluegray-700:focus
{
    border-color: var(--bluegray-700)!important;
}
.focus\:border-bluegray-800:focus
{
    border-color: var(--bluegray-800)!important;
}
.focus\:border-bluegray-900:focus
{
    border-color: var(--bluegray-900)!important;
}
.hover\:border-bluegray-50:hover
{
    border-color: var(--bluegray-50)!important;
}
.hover\:border-bluegray-100:hover
{
    border-color: var(--bluegray-100)!important;
}
.hover\:border-bluegray-200:hover
{
    border-color: var(--bluegray-200)!important;
}
.hover\:border-bluegray-300:hover
{
    border-color: var(--bluegray-300)!important;
}
.hover\:border-bluegray-400:hover
{
    border-color: var(--bluegray-400)!important;
}
.hover\:border-bluegray-500:hover
{
    border-color: var(--bluegray-500)!important;
}
.hover\:border-bluegray-600:hover
{
    border-color: var(--bluegray-600)!important;
}
.hover\:border-bluegray-700:hover
{
    border-color: var(--bluegray-700)!important;
}
.hover\:border-bluegray-800:hover
{
    border-color: var(--bluegray-800)!important;
}
.hover\:border-bluegray-900:hover
{
    border-color: var(--bluegray-900)!important;
}
.active\:border-bluegray-50:active
{
    border-color: var(--bluegray-50)!important;
}
.active\:border-bluegray-100:active
{
    border-color: var(--bluegray-100)!important;
}
.active\:border-bluegray-200:active
{
    border-color: var(--bluegray-200)!important;
}
.active\:border-bluegray-300:active
{
    border-color: var(--bluegray-300)!important;
}
.active\:border-bluegray-400:active
{
    border-color: var(--bluegray-400)!important;
}
.active\:border-bluegray-500:active
{
    border-color: var(--bluegray-500)!important;
}
.active\:border-bluegray-600:active
{
    border-color: var(--bluegray-600)!important;
}
.active\:border-bluegray-700:active
{
    border-color: var(--bluegray-700)!important;
}
.active\:border-bluegray-800:active
{
    border-color: var(--bluegray-800)!important;
}
.active\:border-bluegray-900:active
{
    border-color: var(--bluegray-900)!important;
}
.border-purple-50
{
    border-color: var(--purple-50)!important;
}
.border-purple-100
{
    border-color: var(--purple-100)!important;
}
.border-purple-200
{
    border-color: var(--purple-200)!important;
}
.border-purple-300
{
    border-color: var(--purple-300)!important;
}
.border-purple-400
{
    border-color: var(--purple-400)!important;
}
.border-purple-500
{
    border-color: var(--purple-500)!important;
}
.border-purple-600
{
    border-color: var(--purple-600)!important;
}
.border-purple-700
{
    border-color: var(--purple-700)!important;
}
.border-purple-800
{
    border-color: var(--purple-800)!important;
}
.border-purple-900
{
    border-color: var(--purple-900)!important;
}
.focus\:border-purple-50:focus
{
    border-color: var(--purple-50)!important;
}
.focus\:border-purple-100:focus
{
    border-color: var(--purple-100)!important;
}
.focus\:border-purple-200:focus
{
    border-color: var(--purple-200)!important;
}
.focus\:border-purple-300:focus
{
    border-color: var(--purple-300)!important;
}
.focus\:border-purple-400:focus
{
    border-color: var(--purple-400)!important;
}
.focus\:border-purple-500:focus
{
    border-color: var(--purple-500)!important;
}
.focus\:border-purple-600:focus
{
    border-color: var(--purple-600)!important;
}
.focus\:border-purple-700:focus
{
    border-color: var(--purple-700)!important;
}
.focus\:border-purple-800:focus
{
    border-color: var(--purple-800)!important;
}
.focus\:border-purple-900:focus
{
    border-color: var(--purple-900)!important;
}
.hover\:border-purple-50:hover
{
    border-color: var(--purple-50)!important;
}
.hover\:border-purple-100:hover
{
    border-color: var(--purple-100)!important;
}
.hover\:border-purple-200:hover
{
    border-color: var(--purple-200)!important;
}
.hover\:border-purple-300:hover
{
    border-color: var(--purple-300)!important;
}
.hover\:border-purple-400:hover
{
    border-color: var(--purple-400)!important;
}
.hover\:border-purple-500:hover
{
    border-color: var(--purple-500)!important;
}
.hover\:border-purple-600:hover
{
    border-color: var(--purple-600)!important;
}
.hover\:border-purple-700:hover
{
    border-color: var(--purple-700)!important;
}
.hover\:border-purple-800:hover
{
    border-color: var(--purple-800)!important;
}
.hover\:border-purple-900:hover
{
    border-color: var(--purple-900)!important;
}
.active\:border-purple-50:active
{
    border-color: var(--purple-50)!important;
}
.active\:border-purple-100:active
{
    border-color: var(--purple-100)!important;
}
.active\:border-purple-200:active
{
    border-color: var(--purple-200)!important;
}
.active\:border-purple-300:active
{
    border-color: var(--purple-300)!important;
}
.active\:border-purple-400:active
{
    border-color: var(--purple-400)!important;
}
.active\:border-purple-500:active
{
    border-color: var(--purple-500)!important;
}
.active\:border-purple-600:active
{
    border-color: var(--purple-600)!important;
}
.active\:border-purple-700:active
{
    border-color: var(--purple-700)!important;
}
.active\:border-purple-800:active
{
    border-color: var(--purple-800)!important;
}
.active\:border-purple-900:active
{
    border-color: var(--purple-900)!important;
}
.border-gray-50
{
    border-color: var(--gray-50)!important;
}
.border-gray-100
{
    border-color: var(--gray-100)!important;
}
.border-gray-200
{
    border-color: var(--gray-200)!important;
}
.border-gray-300
{
    border-color: var(--gray-300)!important;
}
.border-gray-400
{
    border-color: var(--gray-400)!important;
}
.border-gray-500
{
    border-color: var(--gray-500)!important;
}
.border-gray-600
{
    border-color: var(--gray-600)!important;
}
.border-gray-700
{
    border-color: var(--gray-700)!important;
}
.border-gray-800
{
    border-color: var(--gray-800)!important;
}
.border-gray-900
{
    border-color: var(--gray-900)!important;
}
.focus\:border-gray-50:focus
{
    border-color: var(--gray-50)!important;
}
.focus\:border-gray-100:focus
{
    border-color: var(--gray-100)!important;
}
.focus\:border-gray-200:focus
{
    border-color: var(--gray-200)!important;
}
.focus\:border-gray-300:focus
{
    border-color: var(--gray-300)!important;
}
.focus\:border-gray-400:focus
{
    border-color: var(--gray-400)!important;
}
.focus\:border-gray-500:focus
{
    border-color: var(--gray-500)!important;
}
.focus\:border-gray-600:focus
{
    border-color: var(--gray-600)!important;
}
.focus\:border-gray-700:focus
{
    border-color: var(--gray-700)!important;
}
.focus\:border-gray-800:focus
{
    border-color: var(--gray-800)!important;
}
.focus\:border-gray-900:focus
{
    border-color: var(--gray-900)!important;
}
.hover\:border-gray-50:hover
{
    border-color: var(--gray-50)!important;
}
.hover\:border-gray-100:hover
{
    border-color: var(--gray-100)!important;
}
.hover\:border-gray-200:hover
{
    border-color: var(--gray-200)!important;
}
.hover\:border-gray-300:hover
{
    border-color: var(--gray-300)!important;
}
.hover\:border-gray-400:hover
{
    border-color: var(--gray-400)!important;
}
.hover\:border-gray-500:hover
{
    border-color: var(--gray-500)!important;
}
.hover\:border-gray-600:hover
{
    border-color: var(--gray-600)!important;
}
.hover\:border-gray-700:hover
{
    border-color: var(--gray-700)!important;
}
.hover\:border-gray-800:hover
{
    border-color: var(--gray-800)!important;
}
.hover\:border-gray-900:hover
{
    border-color: var(--gray-900)!important;
}
.active\:border-gray-50:active
{
    border-color: var(--gray-50)!important;
}
.active\:border-gray-100:active
{
    border-color: var(--gray-100)!important;
}
.active\:border-gray-200:active
{
    border-color: var(--gray-200)!important;
}
.active\:border-gray-300:active
{
    border-color: var(--gray-300)!important;
}
.active\:border-gray-400:active
{
    border-color: var(--gray-400)!important;
}
.active\:border-gray-500:active
{
    border-color: var(--gray-500)!important;
}
.active\:border-gray-600:active
{
    border-color: var(--gray-600)!important;
}
.active\:border-gray-700:active
{
    border-color: var(--gray-700)!important;
}
.active\:border-gray-800:active
{
    border-color: var(--gray-800)!important;
}
.active\:border-gray-900:active
{
    border-color: var(--gray-900)!important;
}
.border-red-50
{
    border-color: var(--red-50)!important;
}
.border-red-100
{
    border-color: var(--red-100)!important;
}
.border-red-200
{
    border-color: var(--red-200)!important;
}
.border-red-300
{
    border-color: var(--red-300)!important;
}
.border-red-400
{
    border-color: var(--red-400)!important;
}
.border-red-500
{
    border-color: var(--red-500)!important;
}
.border-red-600
{
    border-color: var(--red-600)!important;
}
.border-red-700
{
    border-color: var(--red-700)!important;
}
.border-red-800
{
    border-color: var(--red-800)!important;
}
.border-red-900
{
    border-color: var(--red-900)!important;
}
.focus\:border-red-50:focus
{
    border-color: var(--red-50)!important;
}
.focus\:border-red-100:focus
{
    border-color: var(--red-100)!important;
}
.focus\:border-red-200:focus
{
    border-color: var(--red-200)!important;
}
.focus\:border-red-300:focus
{
    border-color: var(--red-300)!important;
}
.focus\:border-red-400:focus
{
    border-color: var(--red-400)!important;
}
.focus\:border-red-500:focus
{
    border-color: var(--red-500)!important;
}
.focus\:border-red-600:focus
{
    border-color: var(--red-600)!important;
}
.focus\:border-red-700:focus
{
    border-color: var(--red-700)!important;
}
.focus\:border-red-800:focus
{
    border-color: var(--red-800)!important;
}
.focus\:border-red-900:focus
{
    border-color: var(--red-900)!important;
}
.hover\:border-red-50:hover
{
    border-color: var(--red-50)!important;
}
.hover\:border-red-100:hover
{
    border-color: var(--red-100)!important;
}
.hover\:border-red-200:hover
{
    border-color: var(--red-200)!important;
}
.hover\:border-red-300:hover
{
    border-color: var(--red-300)!important;
}
.hover\:border-red-400:hover
{
    border-color: var(--red-400)!important;
}
.hover\:border-red-500:hover
{
    border-color: var(--red-500)!important;
}
.hover\:border-red-600:hover
{
    border-color: var(--red-600)!important;
}
.hover\:border-red-700:hover
{
    border-color: var(--red-700)!important;
}
.hover\:border-red-800:hover
{
    border-color: var(--red-800)!important;
}
.hover\:border-red-900:hover
{
    border-color: var(--red-900)!important;
}
.active\:border-red-50:active
{
    border-color: var(--red-50)!important;
}
.active\:border-red-100:active
{
    border-color: var(--red-100)!important;
}
.active\:border-red-200:active
{
    border-color: var(--red-200)!important;
}
.active\:border-red-300:active
{
    border-color: var(--red-300)!important;
}
.active\:border-red-400:active
{
    border-color: var(--red-400)!important;
}
.active\:border-red-500:active
{
    border-color: var(--red-500)!important;
}
.active\:border-red-600:active
{
    border-color: var(--red-600)!important;
}
.active\:border-red-700:active
{
    border-color: var(--red-700)!important;
}
.active\:border-red-800:active
{
    border-color: var(--red-800)!important;
}
.active\:border-red-900:active
{
    border-color: var(--red-900)!important;
}
.border-primary-50
{
    border-color: var(--primary-50)!important;
}
.border-primary-100
{
    border-color: var(--primary-100)!important;
}
.border-primary-200
{
    border-color: var(--primary-200)!important;
}
.border-primary-300
{
    border-color: var(--primary-300)!important;
}
.border-primary-400
{
    border-color: var(--primary-400)!important;
}
.border-primary-500
{
    border-color: var(--primary-500)!important;
}
.border-primary-600
{
    border-color: var(--primary-600)!important;
}
.border-primary-700
{
    border-color: var(--primary-700)!important;
}
.border-primary-800
{
    border-color: var(--primary-800)!important;
}
.border-primary-900
{
    border-color: var(--primary-900)!important;
}
.focus\:border-primary-50:focus
{
    border-color: var(--primary-50)!important;
}
.focus\:border-primary-100:focus
{
    border-color: var(--primary-100)!important;
}
.focus\:border-primary-200:focus
{
    border-color: var(--primary-200)!important;
}
.focus\:border-primary-300:focus
{
    border-color: var(--primary-300)!important;
}
.focus\:border-primary-400:focus
{
    border-color: var(--primary-400)!important;
}
.focus\:border-primary-500:focus
{
    border-color: var(--primary-500)!important;
}
.focus\:border-primary-600:focus
{
    border-color: var(--primary-600)!important;
}
.focus\:border-primary-700:focus
{
    border-color: var(--primary-700)!important;
}
.focus\:border-primary-800:focus
{
    border-color: var(--primary-800)!important;
}
.focus\:border-primary-900:focus
{
    border-color: var(--primary-900)!important;
}
.hover\:border-primary-50:hover
{
    border-color: var(--primary-50)!important;
}
.hover\:border-primary-100:hover
{
    border-color: var(--primary-100)!important;
}
.hover\:border-primary-200:hover
{
    border-color: var(--primary-200)!important;
}
.hover\:border-primary-300:hover
{
    border-color: var(--primary-300)!important;
}
.hover\:border-primary-400:hover
{
    border-color: var(--primary-400)!important;
}
.hover\:border-primary-500:hover
{
    border-color: var(--primary-500)!important;
}
.hover\:border-primary-600:hover
{
    border-color: var(--primary-600)!important;
}
.hover\:border-primary-700:hover
{
    border-color: var(--primary-700)!important;
}
.hover\:border-primary-800:hover
{
    border-color: var(--primary-800)!important;
}
.hover\:border-primary-900:hover
{
    border-color: var(--primary-900)!important;
}
.active\:border-primary-50:active
{
    border-color: var(--primary-50)!important;
}
.active\:border-primary-100:active
{
    border-color: var(--primary-100)!important;
}
.active\:border-primary-200:active
{
    border-color: var(--primary-200)!important;
}
.active\:border-primary-300:active
{
    border-color: var(--primary-300)!important;
}
.active\:border-primary-400:active
{
    border-color: var(--primary-400)!important;
}
.active\:border-primary-500:active
{
    border-color: var(--primary-500)!important;
}
.active\:border-primary-600:active
{
    border-color: var(--primary-600)!important;
}
.active\:border-primary-700:active
{
    border-color: var(--primary-700)!important;
}
.active\:border-primary-800:active
{
    border-color: var(--primary-800)!important;
}
.active\:border-primary-900:active
{
    border-color: var(--primary-900)!important;
}
.bg-white-alpha-10
{
    background-color: #ffffff1a!important;
}
.bg-white-alpha-20
{
    background-color: #fff3!important;
}
.bg-white-alpha-30
{
    background-color: #ffffff4d!important;
}
.bg-white-alpha-40
{
    background-color: #fff6!important;
}
.bg-white-alpha-50
{
    background-color: #ffffff80!important;
}
.bg-white-alpha-60
{
    background-color: #fff9!important;
}
.bg-white-alpha-70
{
    background-color: #ffffffb3!important;
}
.bg-white-alpha-80
{
    background-color: #fffc!important;
}
.bg-white-alpha-90
{
    background-color: #ffffffe6!important;
}
.hover\:bg-white-alpha-10:hover
{
    background-color: #ffffff1a!important;
}
.hover\:bg-white-alpha-20:hover
{
    background-color: #fff3!important;
}
.hover\:bg-white-alpha-30:hover
{
    background-color: #ffffff4d!important;
}
.hover\:bg-white-alpha-40:hover
{
    background-color: #fff6!important;
}
.hover\:bg-white-alpha-50:hover
{
    background-color: #ffffff80!important;
}
.hover\:bg-white-alpha-60:hover
{
    background-color: #fff9!important;
}
.hover\:bg-white-alpha-70:hover
{
    background-color: #ffffffb3!important;
}
.hover\:bg-white-alpha-80:hover
{
    background-color: #fffc!important;
}
.hover\:bg-white-alpha-90:hover
{
    background-color: #ffffffe6!important;
}
.focus\:bg-white-alpha-10:focus
{
    background-color: #ffffff1a!important;
}
.focus\:bg-white-alpha-20:focus
{
    background-color: #fff3!important;
}
.focus\:bg-white-alpha-30:focus
{
    background-color: #ffffff4d!important;
}
.focus\:bg-white-alpha-40:focus
{
    background-color: #fff6!important;
}
.focus\:bg-white-alpha-50:focus
{
    background-color: #ffffff80!important;
}
.focus\:bg-white-alpha-60:focus
{
    background-color: #fff9!important;
}
.focus\:bg-white-alpha-70:focus
{
    background-color: #ffffffb3!important;
}
.focus\:bg-white-alpha-80:focus
{
    background-color: #fffc!important;
}
.focus\:bg-white-alpha-90:focus
{
    background-color: #ffffffe6!important;
}
.active\:bg-white-alpha-10:active
{
    background-color: #ffffff1a!important;
}
.active\:bg-white-alpha-20:active
{
    background-color: #fff3!important;
}
.active\:bg-white-alpha-30:active
{
    background-color: #ffffff4d!important;
}
.active\:bg-white-alpha-40:active
{
    background-color: #fff6!important;
}
.active\:bg-white-alpha-50:active
{
    background-color: #ffffff80!important;
}
.active\:bg-white-alpha-60:active
{
    background-color: #fff9!important;
}
.active\:bg-white-alpha-70:active
{
    background-color: #ffffffb3!important;
}
.active\:bg-white-alpha-80:active
{
    background-color: #fffc!important;
}
.active\:bg-white-alpha-90:active
{
    background-color: #ffffffe6!important;
}
.bg-black-alpha-10
{
    background-color: #0000001a!important;
}
.bg-black-alpha-20
{
    background-color: #0003!important;
}
.bg-black-alpha-30
{
    background-color: #0000004d!important;
}
.bg-black-alpha-40
{
    background-color: #0006!important;
}
.bg-black-alpha-50
{
    background-color: #00000080!important;
}
.bg-black-alpha-60
{
    background-color: #0009!important;
}
.bg-black-alpha-70
{
    background-color: #000000b3!important;
}
.bg-black-alpha-80
{
    background-color: #000c!important;
}
.bg-black-alpha-90
{
    background-color: #000000e6!important;
}
.hover\:bg-black-alpha-10:hover
{
    background-color: #0000001a!important;
}
.hover\:bg-black-alpha-20:hover
{
    background-color: #0003!important;
}
.hover\:bg-black-alpha-30:hover
{
    background-color: #0000004d!important;
}
.hover\:bg-black-alpha-40:hover
{
    background-color: #0006!important;
}
.hover\:bg-black-alpha-50:hover
{
    background-color: #00000080!important;
}
.hover\:bg-black-alpha-60:hover
{
    background-color: #0009!important;
}
.hover\:bg-black-alpha-70:hover
{
    background-color: #000000b3!important;
}
.hover\:bg-black-alpha-80:hover
{
    background-color: #000c!important;
}
.hover\:bg-black-alpha-90:hover
{
    background-color: #000000e6!important;
}
.focus\:bg-black-alpha-10:focus
{
    background-color: #0000001a!important;
}
.focus\:bg-black-alpha-20:focus
{
    background-color: #0003!important;
}
.focus\:bg-black-alpha-30:focus
{
    background-color: #0000004d!important;
}
.focus\:bg-black-alpha-40:focus
{
    background-color: #0006!important;
}
.focus\:bg-black-alpha-50:focus
{
    background-color: #00000080!important;
}
.focus\:bg-black-alpha-60:focus
{
    background-color: #0009!important;
}
.focus\:bg-black-alpha-70:focus
{
    background-color: #000000b3!important;
}
.focus\:bg-black-alpha-80:focus
{
    background-color: #000c!important;
}
.focus\:bg-black-alpha-90:focus
{
    background-color: #000000e6!important;
}
.active\:bg-black-alpha-10:active
{
    background-color: #0000001a!important;
}
.active\:bg-black-alpha-20:active
{
    background-color: #0003!important;
}
.active\:bg-black-alpha-30:active
{
    background-color: #0000004d!important;
}
.active\:bg-black-alpha-40:active
{
    background-color: #0006!important;
}
.active\:bg-black-alpha-50:active
{
    background-color: #00000080!important;
}
.active\:bg-black-alpha-60:active
{
    background-color: #0009!important;
}
.active\:bg-black-alpha-70:active
{
    background-color: #000000b3!important;
}
.active\:bg-black-alpha-80:active
{
    background-color: #000c!important;
}
.active\:bg-black-alpha-90:active
{
    background-color: #000000e6!important;
}
.border-white-alpha-10
{
    border-color: #ffffff1a!important;
}
.border-white-alpha-20
{
    border-color: #fff3!important;
}
.border-white-alpha-30
{
    border-color: #ffffff4d!important;
}
.border-white-alpha-40
{
    border-color: #fff6!important;
}
.border-white-alpha-50
{
    border-color: #ffffff80!important;
}
.border-white-alpha-60
{
    border-color: #fff9!important;
}
.border-white-alpha-70
{
    border-color: #ffffffb3!important;
}
.border-white-alpha-80
{
    border-color: #fffc!important;
}
.border-white-alpha-90
{
    border-color: #ffffffe6!important;
}
.hover\:border-white-alpha-10:hover
{
    border-color: #ffffff1a!important;
}
.hover\:border-white-alpha-20:hover
{
    border-color: #fff3!important;
}
.hover\:border-white-alpha-30:hover
{
    border-color: #ffffff4d!important;
}
.hover\:border-white-alpha-40:hover
{
    border-color: #fff6!important;
}
.hover\:border-white-alpha-50:hover
{
    border-color: #ffffff80!important;
}
.hover\:border-white-alpha-60:hover
{
    border-color: #fff9!important;
}
.hover\:border-white-alpha-70:hover
{
    border-color: #ffffffb3!important;
}
.hover\:border-white-alpha-80:hover
{
    border-color: #fffc!important;
}
.hover\:border-white-alpha-90:hover
{
    border-color: #ffffffe6!important;
}
.focus\:border-white-alpha-10:focus
{
    border-color: #ffffff1a!important;
}
.focus\:border-white-alpha-20:focus
{
    border-color: #fff3!important;
}
.focus\:border-white-alpha-30:focus
{
    border-color: #ffffff4d!important;
}
.focus\:border-white-alpha-40:focus
{
    border-color: #fff6!important;
}
.focus\:border-white-alpha-50:focus
{
    border-color: #ffffff80!important;
}
.focus\:border-white-alpha-60:focus
{
    border-color: #fff9!important;
}
.focus\:border-white-alpha-70:focus
{
    border-color: #ffffffb3!important;
}
.focus\:border-white-alpha-80:focus
{
    border-color: #fffc!important;
}
.focus\:border-white-alpha-90:focus
{
    border-color: #ffffffe6!important;
}
.active\:border-white-alpha-10:active
{
    border-color: #ffffff1a!important;
}
.active\:border-white-alpha-20:active
{
    border-color: #fff3!important;
}
.active\:border-white-alpha-30:active
{
    border-color: #ffffff4d!important;
}
.active\:border-white-alpha-40:active
{
    border-color: #fff6!important;
}
.active\:border-white-alpha-50:active
{
    border-color: #ffffff80!important;
}
.active\:border-white-alpha-60:active
{
    border-color: #fff9!important;
}
.active\:border-white-alpha-70:active
{
    border-color: #ffffffb3!important;
}
.active\:border-white-alpha-80:active
{
    border-color: #fffc!important;
}
.active\:border-white-alpha-90:active
{
    border-color: #ffffffe6!important;
}
.border-black-alpha-10
{
    border-color: #0000001a!important;
}
.border-black-alpha-20
{
    border-color: #0003!important;
}
.border-black-alpha-30
{
    border-color: #0000004d!important;
}
.border-black-alpha-40
{
    border-color: #0006!important;
}
.border-black-alpha-50
{
    border-color: #00000080!important;
}
.border-black-alpha-60
{
    border-color: #0009!important;
}
.border-black-alpha-70
{
    border-color: #000000b3!important;
}
.border-black-alpha-80
{
    border-color: #000c!important;
}
.border-black-alpha-90
{
    border-color: #000000e6!important;
}
.hover\:border-black-alpha-10:hover
{
    border-color: #0000001a!important;
}
.hover\:border-black-alpha-20:hover
{
    border-color: #0003!important;
}
.hover\:border-black-alpha-30:hover
{
    border-color: #0000004d!important;
}
.hover\:border-black-alpha-40:hover
{
    border-color: #0006!important;
}
.hover\:border-black-alpha-50:hover
{
    border-color: #00000080!important;
}
.hover\:border-black-alpha-60:hover
{
    border-color: #0009!important;
}
.hover\:border-black-alpha-70:hover
{
    border-color: #000000b3!important;
}
.hover\:border-black-alpha-80:hover
{
    border-color: #000c!important;
}
.hover\:border-black-alpha-90:hover
{
    border-color: #000000e6!important;
}
.focus\:border-black-alpha-10:focus
{
    border-color: #0000001a!important;
}
.focus\:border-black-alpha-20:focus
{
    border-color: #0003!important;
}
.focus\:border-black-alpha-30:focus
{
    border-color: #0000004d!important;
}
.focus\:border-black-alpha-40:focus
{
    border-color: #0006!important;
}
.focus\:border-black-alpha-50:focus
{
    border-color: #00000080!important;
}
.focus\:border-black-alpha-60:focus
{
    border-color: #0009!important;
}
.focus\:border-black-alpha-70:focus
{
    border-color: #000000b3!important;
}
.focus\:border-black-alpha-80:focus
{
    border-color: #000c!important;
}
.focus\:border-black-alpha-90:focus
{
    border-color: #000000e6!important;
}
.active\:border-black-alpha-10:active
{
    border-color: #0000001a!important;
}
.active\:border-black-alpha-20:active
{
    border-color: #0003!important;
}
.active\:border-black-alpha-30:active
{
    border-color: #0000004d!important;
}
.active\:border-black-alpha-40:active
{
    border-color: #0006!important;
}
.active\:border-black-alpha-50:active
{
    border-color: #00000080!important;
}
.active\:border-black-alpha-60:active
{
    border-color: #0009!important;
}
.active\:border-black-alpha-70:active
{
    border-color: #000000b3!important;
}
.active\:border-black-alpha-80:active
{
    border-color: #000c!important;
}
.active\:border-black-alpha-90:active
{
    border-color: #000000e6!important;
}
.text-white-alpha-10
{
    color: #ffffff1a!important;
}
.text-white-alpha-20
{
    color: #fff3!important;
}
.text-white-alpha-30
{
    color: #ffffff4d!important;
}
.text-white-alpha-40
{
    color: #fff6!important;
}
.text-white-alpha-50
{
    color: #ffffff80!important;
}
.text-white-alpha-60
{
    color: #fff9!important;
}
.text-white-alpha-70
{
    color: #ffffffb3!important;
}
.text-white-alpha-80
{
    color: #fffc!important;
}
.text-white-alpha-90
{
    color: #ffffffe6!important;
}
.hover\:text-white-alpha-10:hover
{
    color: #ffffff1a!important;
}
.hover\:text-white-alpha-20:hover
{
    color: #fff3!important;
}
.hover\:text-white-alpha-30:hover
{
    color: #ffffff4d!important;
}
.hover\:text-white-alpha-40:hover
{
    color: #fff6!important;
}
.hover\:text-white-alpha-50:hover
{
    color: #ffffff80!important;
}
.hover\:text-white-alpha-60:hover
{
    color: #fff9!important;
}
.hover\:text-white-alpha-70:hover
{
    color: #ffffffb3!important;
}
.hover\:text-white-alpha-80:hover
{
    color: #fffc!important;
}
.hover\:text-white-alpha-90:hover
{
    color: #ffffffe6!important;
}
.focus\:text-white-alpha-10:focus
{
    color: #ffffff1a!important;
}
.focus\:text-white-alpha-20:focus
{
    color: #fff3!important;
}
.focus\:text-white-alpha-30:focus
{
    color: #ffffff4d!important;
}
.focus\:text-white-alpha-40:focus
{
    color: #fff6!important;
}
.focus\:text-white-alpha-50:focus
{
    color: #ffffff80!important;
}
.focus\:text-white-alpha-60:focus
{
    color: #fff9!important;
}
.focus\:text-white-alpha-70:focus
{
    color: #ffffffb3!important;
}
.focus\:text-white-alpha-80:focus
{
    color: #fffc!important;
}
.focus\:text-white-alpha-90:focus
{
    color: #ffffffe6!important;
}
.active\:text-white-alpha-10:active
{
    color: #ffffff1a!important;
}
.active\:text-white-alpha-20:active
{
    color: #fff3!important;
}
.active\:text-white-alpha-30:active
{
    color: #ffffff4d!important;
}
.active\:text-white-alpha-40:active
{
    color: #fff6!important;
}
.active\:text-white-alpha-50:active
{
    color: #ffffff80!important;
}
.active\:text-white-alpha-60:active
{
    color: #fff9!important;
}
.active\:text-white-alpha-70:active
{
    color: #ffffffb3!important;
}
.active\:text-white-alpha-80:active
{
    color: #fffc!important;
}
.active\:text-white-alpha-90:active
{
    color: #ffffffe6!important;
}
.text-black-alpha-10
{
    color: #0000001a!important;
}
.text-black-alpha-20
{
    color: #0003!important;
}
.text-black-alpha-30
{
    color: #0000004d!important;
}
.text-black-alpha-40
{
    color: #0006!important;
}
.text-black-alpha-50
{
    color: #00000080!important;
}
.text-black-alpha-60
{
    color: #0009!important;
}
.text-black-alpha-70
{
    color: #000000b3!important;
}
.text-black-alpha-80
{
    color: #000c!important;
}
.text-black-alpha-90
{
    color: #000000e6!important;
}
.hover\:text-black-alpha-10:hover
{
    color: #0000001a!important;
}
.hover\:text-black-alpha-20:hover
{
    color: #0003!important;
}
.hover\:text-black-alpha-30:hover
{
    color: #0000004d!important;
}
.hover\:text-black-alpha-40:hover
{
    color: #0006!important;
}
.hover\:text-black-alpha-50:hover
{
    color: #00000080!important;
}
.hover\:text-black-alpha-60:hover
{
    color: #0009!important;
}
.hover\:text-black-alpha-70:hover
{
    color: #000000b3!important;
}
.hover\:text-black-alpha-80:hover
{
    color: #000c!important;
}
.hover\:text-black-alpha-90:hover
{
    color: #000000e6!important;
}
.focus\:text-black-alpha-10:focus
{
    color: #0000001a!important;
}
.focus\:text-black-alpha-20:focus
{
    color: #0003!important;
}
.focus\:text-black-alpha-30:focus
{
    color: #0000004d!important;
}
.focus\:text-black-alpha-40:focus
{
    color: #0006!important;
}
.focus\:text-black-alpha-50:focus
{
    color: #00000080!important;
}
.focus\:text-black-alpha-60:focus
{
    color: #0009!important;
}
.focus\:text-black-alpha-70:focus
{
    color: #000000b3!important;
}
.focus\:text-black-alpha-80:focus
{
    color: #000c!important;
}
.focus\:text-black-alpha-90:focus
{
    color: #000000e6!important;
}
.active\:text-black-alpha-10:active
{
    color: #0000001a!important;
}
.active\:text-black-alpha-20:active
{
    color: #0003!important;
}
.active\:text-black-alpha-30:active
{
    color: #0000004d!important;
}
.active\:text-black-alpha-40:active
{
    color: #0006!important;
}
.active\:text-black-alpha-50:active
{
    color: #00000080!important;
}
.active\:text-black-alpha-60:active
{
    color: #0009!important;
}
.active\:text-black-alpha-70:active
{
    color: #000000b3!important;
}
.active\:text-black-alpha-80:active
{
    color: #000c!important;
}
.active\:text-black-alpha-90:active
{
    color: #000000e6!important;
}
.text-primary
{
    color: var(--primary-color)!important;
}
.bg-primary
{
    color: var(--primary-color-text)!important;
    background-color: var(--primary-color)!important;
}
.bg-primary-reverse
{
    color: var(--primary-color)!important;
    background-color: var(--primary-color-text)!important;
}
.bg-white
{
    background-color: #fff!important;
}
.border-primary
{
    border-color: var(--primary-color)!important;
}
.text-white
{
    color: #fff!important;
}
.border-white
{
    border-color: #fff!important;
}
.text-color
{
    color: var(--text-color)!important;
}
.text-color-secondary
{
    color: var(--text-color-secondary)!important;
}
.surface-ground
{
    background-color: var(--surface-ground)!important;
}
.surface-section
{
    background-color: var(--surface-section)!important;
}
.surface-card
{
    background-color: var(--surface-card)!important;
}
.surface-overlay
{
    background-color: var(--surface-overlay)!important;
}
.surface-hover
{
    background-color: var(--surface-hover)!important;
}
.surface-border
{
    border-color: var(--surface-border)!important;
}
.focus\:text-primary:focus
{
    color: var(--primary-color)!important;
}
.hover\:text-primary:hover, .active\:text-primary:active
{
    color: var(--primary-color)!important;
}
.focus\:bg-primary:focus
{
    color: var(--primary-color-text)!important;
    background-color: var(--primary-color)!important;
}
.hover\:bg-primary:hover, .active\:bg-primary:active
{
    color: var(--primary-color-text)!important;
    background-color: var(--primary-color)!important;
}
.focus\:bg-primary-reverse:focus
{
    color: var(--primary-color)!important;
    background-color: var(--primary-color-text)!important;
}
.hover\:bg-primary-reverse:hover, .active\:bg-primary-reverse:active
{
    color: var(--primary-color)!important;
    background-color: var(--primary-color-text)!important;
}
.focus\:bg-white:focus
{
    background-color: #fff!important;
}
.hover\:bg-white:hover, .active\:bg-white:active
{
    background-color: #fff!important;
}
.focus\:border-primary:focus
{
    border-color: var(--primary-color)!important;
}
.hover\:border-primary:hover, .active\:border-primary:active
{
    border-color: var(--primary-color)!important;
}
.focus\:text-white:focus
{
    color: #fff!important;
}
.hover\:text-white:hover, .active\:text-white:active
{
    color: #fff!important;
}
.focus\:border-white:focus
{
    border-color: #fff!important;
}
.hover\:border-white:hover, .active\:border-white:active
{
    border-color: #fff!important;
}
.focus\:text-color:focus
{
    color: var(--text-color)!important;
}
.hover\:text-color:hover, .active\:text-color:active
{
    color: var(--text-color)!important;
}
.focus\:text-color-secondary:focus
{
    color: var(--text-color-secondary)!important;
}
.hover\:text-color-secondary:hover, .active\:text-color-secondary:active
{
    color: var(--text-color-secondary)!important;
}
.focus\:surface-ground:focus
{
    background-color: var(--surface-ground)!important;
}
.hover\:surface-ground:hover, .active\:surface-ground:active
{
    background-color: var(--surface-ground)!important;
}
.focus\:surface-section:focus
{
    background-color: var(--surface-section)!important;
}
.hover\:surface-section:hover, .active\:surface-section:active
{
    background-color: var(--surface-section)!important;
}
.focus\:surface-card:focus
{
    background-color: var(--surface-card)!important;
}
.hover\:surface-card:hover, .active\:surface-card:active
{
    background-color: var(--surface-card)!important;
}
.focus\:surface-overlay:focus
{
    background-color: var(--surface-overlay)!important;
}
.hover\:surface-overlay:hover, .active\:surface-overlay:active
{
    background-color: var(--surface-overlay)!important;
}
.focus\:surface-hover:focus
{
    background-color: var(--surface-hover)!important;
}
.hover\:surface-hover:hover, .active\:surface-hover:active
{
    background-color: var(--surface-hover)!important;
}
.focus\:surface-border:focus
{
    border-color: var(--surface-border)!important;
}
.hover\:surface-border:hover, .active\:surface-border:active
{
    border-color: var(--surface-border)!important;
}
@media screen and (min-width: 576px)
{
    .sm\:text-primary
    {
        color: var(--primary-color)!important;
    }
    .sm\:bg-primary
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .sm\:bg-primary-reverse
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .sm\:bg-white
    {
        background-color: #fff!important;
    }
    .sm\:border-primary
    {
        border-color: var(--primary-color)!important;
    }
    .sm\:text-white
    {
        color: #fff!important;
    }
    .sm\:border-white
    {
        border-color: #fff!important;
    }
    .sm\:text-color
    {
        color: var(--text-color)!important;
    }
    .sm\:text-color-secondary
    {
        color: var(--text-color-secondary)!important;
    }
    .sm\:surface-ground
    {
        background-color: var(--surface-ground)!important;
    }
    .sm\:surface-section
    {
        background-color: var(--surface-section)!important;
    }
    .sm\:surface-card
    {
        background-color: var(--surface-card)!important;
    }
    .sm\:surface-overlay
    {
        background-color: var(--surface-overlay)!important;
    }
    .sm\:surface-hover
    {
        background-color: var(--surface-hover)!important;
    }
    .sm\:surface-border
    {
        border-color: var(--surface-border)!important;
    }
    .sm\:focus\:text-primary:focus
    {
        color: var(--primary-color)!important;
    }
    .sm\:hover\:text-primary:hover, .sm\:active\:text-primary:active
    {
        color: var(--primary-color)!important;
    }
    .sm\:focus\:bg-primary:focus
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .sm\:hover\:bg-primary:hover, .sm\:active\:bg-primary:active
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .sm\:focus\:bg-primary-reverse:focus
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .sm\:hover\:bg-primary-reverse:hover, .sm\:active\:bg-primary-reverse:active
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .sm\:focus\:bg-white:focus
    {
        background-color: #fff!important;
    }
    .sm\:hover\:bg-white:hover, .sm\:active\:bg-white:active
    {
        background-color: #fff!important;
    }
    .sm\:focus\:border-primary:focus
    {
        border-color: var(--primary-color)!important;
    }
    .sm\:hover\:border-primary:hover, .sm\:active\:border-primary:active
    {
        border-color: var(--primary-color)!important;
    }
    .sm\:focus\:text-white:focus
    {
        color: #fff!important;
    }
    .sm\:hover\:text-white:hover, .sm\:active\:text-white:active
    {
        color: #fff!important;
    }
    .sm\:focus\:border-white:focus
    {
        border-color: #fff!important;
    }
    .sm\:hover\:border-white:hover, .sm\:active\:border-white:active
    {
        border-color: #fff!important;
    }
    .sm\:focus\:text-color:focus
    {
        color: var(--text-color)!important;
    }
    .sm\:hover\:text-color:hover, .sm\:active\:text-color:active
    {
        color: var(--text-color)!important;
    }
    .sm\:focus\:text-color-secondary:focus
    {
        color: var(--text-color-secondary)!important;
    }
    .sm\:hover\:text-color-secondary:hover, .sm\:active\:text-color-secondary:active
    {
        color: var(--text-color-secondary)!important;
    }
    .sm\:focus\:surface-ground:focus
    {
        background-color: var(--surface-ground)!important;
    }
    .sm\:hover\:surface-ground:hover, .sm\:active\:surface-ground:active
    {
        background-color: var(--surface-ground)!important;
    }
    .sm\:focus\:surface-section:focus
    {
        background-color: var(--surface-section)!important;
    }
    .sm\:hover\:surface-section:hover, .sm\:active\:surface-section:active
    {
        background-color: var(--surface-section)!important;
    }
    .sm\:focus\:surface-card:focus
    {
        background-color: var(--surface-card)!important;
    }
    .sm\:hover\:surface-card:hover, .sm\:active\:surface-card:active
    {
        background-color: var(--surface-card)!important;
    }
    .sm\:focus\:surface-overlay:focus
    {
        background-color: var(--surface-overlay)!important;
    }
    .sm\:hover\:surface-overlay:hover, .sm\:active\:surface-overlay:active
    {
        background-color: var(--surface-overlay)!important;
    }
    .sm\:focus\:surface-hover:focus
    {
        background-color: var(--surface-hover)!important;
    }
    .sm\:hover\:surface-hover:hover, .sm\:active\:surface-hover:active
    {
        background-color: var(--surface-hover)!important;
    }
    .sm\:focus\:surface-border:focus
    {
        border-color: var(--surface-border)!important;
    }
    .sm\:hover\:surface-border:hover, .sm\:active\:surface-border:active
    {
        border-color: var(--surface-border)!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:text-primary
    {
        color: var(--primary-color)!important;
    }
    .md\:bg-primary
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .md\:bg-primary-reverse
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .md\:bg-white
    {
        background-color: #fff!important;
    }
    .md\:border-primary
    {
        border-color: var(--primary-color)!important;
    }
    .md\:text-white
    {
        color: #fff!important;
    }
    .md\:border-white
    {
        border-color: #fff!important;
    }
    .md\:text-color
    {
        color: var(--text-color)!important;
    }
    .md\:text-color-secondary
    {
        color: var(--text-color-secondary)!important;
    }
    .md\:surface-ground
    {
        background-color: var(--surface-ground)!important;
    }
    .md\:surface-section
    {
        background-color: var(--surface-section)!important;
    }
    .md\:surface-card
    {
        background-color: var(--surface-card)!important;
    }
    .md\:surface-overlay
    {
        background-color: var(--surface-overlay)!important;
    }
    .md\:surface-hover
    {
        background-color: var(--surface-hover)!important;
    }
    .md\:surface-border
    {
        border-color: var(--surface-border)!important;
    }
    .md\:focus\:text-primary:focus
    {
        color: var(--primary-color)!important;
    }
    .md\:hover\:text-primary:hover, .md\:active\:text-primary:active
    {
        color: var(--primary-color)!important;
    }
    .md\:focus\:bg-primary:focus
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .md\:hover\:bg-primary:hover, .md\:active\:bg-primary:active
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .md\:focus\:bg-primary-reverse:focus
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .md\:hover\:bg-primary-reverse:hover, .md\:active\:bg-primary-reverse:active
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .md\:focus\:bg-white:focus
    {
        background-color: #fff!important;
    }
    .md\:hover\:bg-white:hover, .md\:active\:bg-white:active
    {
        background-color: #fff!important;
    }
    .md\:focus\:border-primary:focus
    {
        border-color: var(--primary-color)!important;
    }
    .md\:hover\:border-primary:hover, .md\:active\:border-primary:active
    {
        border-color: var(--primary-color)!important;
    }
    .md\:focus\:text-white:focus
    {
        color: #fff!important;
    }
    .md\:hover\:text-white:hover, .md\:active\:text-white:active
    {
        color: #fff!important;
    }
    .md\:focus\:border-white:focus
    {
        border-color: #fff!important;
    }
    .md\:hover\:border-white:hover, .md\:active\:border-white:active
    {
        border-color: #fff!important;
    }
    .md\:focus\:text-color:focus
    {
        color: var(--text-color)!important;
    }
    .md\:hover\:text-color:hover, .md\:active\:text-color:active
    {
        color: var(--text-color)!important;
    }
    .md\:focus\:text-color-secondary:focus
    {
        color: var(--text-color-secondary)!important;
    }
    .md\:hover\:text-color-secondary:hover, .md\:active\:text-color-secondary:active
    {
        color: var(--text-color-secondary)!important;
    }
    .md\:focus\:surface-ground:focus
    {
        background-color: var(--surface-ground)!important;
    }
    .md\:hover\:surface-ground:hover, .md\:active\:surface-ground:active
    {
        background-color: var(--surface-ground)!important;
    }
    .md\:focus\:surface-section:focus
    {
        background-color: var(--surface-section)!important;
    }
    .md\:hover\:surface-section:hover, .md\:active\:surface-section:active
    {
        background-color: var(--surface-section)!important;
    }
    .md\:focus\:surface-card:focus
    {
        background-color: var(--surface-card)!important;
    }
    .md\:hover\:surface-card:hover, .md\:active\:surface-card:active
    {
        background-color: var(--surface-card)!important;
    }
    .md\:focus\:surface-overlay:focus
    {
        background-color: var(--surface-overlay)!important;
    }
    .md\:hover\:surface-overlay:hover, .md\:active\:surface-overlay:active
    {
        background-color: var(--surface-overlay)!important;
    }
    .md\:focus\:surface-hover:focus
    {
        background-color: var(--surface-hover)!important;
    }
    .md\:hover\:surface-hover:hover, .md\:active\:surface-hover:active
    {
        background-color: var(--surface-hover)!important;
    }
    .md\:focus\:surface-border:focus
    {
        border-color: var(--surface-border)!important;
    }
    .md\:hover\:surface-border:hover, .md\:active\:surface-border:active
    {
        border-color: var(--surface-border)!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:text-primary
    {
        color: var(--primary-color)!important;
    }
    .lg\:bg-primary
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .lg\:bg-primary-reverse
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .lg\:bg-white
    {
        background-color: #fff!important;
    }
    .lg\:border-primary
    {
        border-color: var(--primary-color)!important;
    }
    .lg\:text-white
    {
        color: #fff!important;
    }
    .lg\:border-white
    {
        border-color: #fff!important;
    }
    .lg\:text-color
    {
        color: var(--text-color)!important;
    }
    .lg\:text-color-secondary
    {
        color: var(--text-color-secondary)!important;
    }
    .lg\:surface-ground
    {
        background-color: var(--surface-ground)!important;
    }
    .lg\:surface-section
    {
        background-color: var(--surface-section)!important;
    }
    .lg\:surface-card
    {
        background-color: var(--surface-card)!important;
    }
    .lg\:surface-overlay
    {
        background-color: var(--surface-overlay)!important;
    }
    .lg\:surface-hover
    {
        background-color: var(--surface-hover)!important;
    }
    .lg\:surface-border
    {
        border-color: var(--surface-border)!important;
    }
    .lg\:focus\:text-primary:focus
    {
        color: var(--primary-color)!important;
    }
    .lg\:hover\:text-primary:hover, .lg\:active\:text-primary:active
    {
        color: var(--primary-color)!important;
    }
    .lg\:focus\:bg-primary:focus
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .lg\:hover\:bg-primary:hover, .lg\:active\:bg-primary:active
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .lg\:focus\:bg-primary-reverse:focus
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .lg\:hover\:bg-primary-reverse:hover, .lg\:active\:bg-primary-reverse:active
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .lg\:focus\:bg-white:focus
    {
        background-color: #fff!important;
    }
    .lg\:hover\:bg-white:hover, .lg\:active\:bg-white:active
    {
        background-color: #fff!important;
    }
    .lg\:focus\:border-primary:focus
    {
        border-color: var(--primary-color)!important;
    }
    .lg\:hover\:border-primary:hover, .lg\:active\:border-primary:active
    {
        border-color: var(--primary-color)!important;
    }
    .lg\:focus\:text-white:focus
    {
        color: #fff!important;
    }
    .lg\:hover\:text-white:hover, .lg\:active\:text-white:active
    {
        color: #fff!important;
    }
    .lg\:focus\:border-white:focus
    {
        border-color: #fff!important;
    }
    .lg\:hover\:border-white:hover, .lg\:active\:border-white:active
    {
        border-color: #fff!important;
    }
    .lg\:focus\:text-color:focus
    {
        color: var(--text-color)!important;
    }
    .lg\:hover\:text-color:hover, .lg\:active\:text-color:active
    {
        color: var(--text-color)!important;
    }
    .lg\:focus\:text-color-secondary:focus
    {
        color: var(--text-color-secondary)!important;
    }
    .lg\:hover\:text-color-secondary:hover, .lg\:active\:text-color-secondary:active
    {
        color: var(--text-color-secondary)!important;
    }
    .lg\:focus\:surface-ground:focus
    {
        background-color: var(--surface-ground)!important;
    }
    .lg\:hover\:surface-ground:hover, .lg\:active\:surface-ground:active
    {
        background-color: var(--surface-ground)!important;
    }
    .lg\:focus\:surface-section:focus
    {
        background-color: var(--surface-section)!important;
    }
    .lg\:hover\:surface-section:hover, .lg\:active\:surface-section:active
    {
        background-color: var(--surface-section)!important;
    }
    .lg\:focus\:surface-card:focus
    {
        background-color: var(--surface-card)!important;
    }
    .lg\:hover\:surface-card:hover, .lg\:active\:surface-card:active
    {
        background-color: var(--surface-card)!important;
    }
    .lg\:focus\:surface-overlay:focus
    {
        background-color: var(--surface-overlay)!important;
    }
    .lg\:hover\:surface-overlay:hover, .lg\:active\:surface-overlay:active
    {
        background-color: var(--surface-overlay)!important;
    }
    .lg\:focus\:surface-hover:focus
    {
        background-color: var(--surface-hover)!important;
    }
    .lg\:hover\:surface-hover:hover, .lg\:active\:surface-hover:active
    {
        background-color: var(--surface-hover)!important;
    }
    .lg\:focus\:surface-border:focus
    {
        border-color: var(--surface-border)!important;
    }
    .lg\:hover\:surface-border:hover, .lg\:active\:surface-border:active
    {
        border-color: var(--surface-border)!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:text-primary
    {
        color: var(--primary-color)!important;
    }
    .xl\:bg-primary
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .xl\:bg-primary-reverse
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .xl\:bg-white
    {
        background-color: #fff!important;
    }
    .xl\:border-primary
    {
        border-color: var(--primary-color)!important;
    }
    .xl\:text-white
    {
        color: #fff!important;
    }
    .xl\:border-white
    {
        border-color: #fff!important;
    }
    .xl\:text-color
    {
        color: var(--text-color)!important;
    }
    .xl\:text-color-secondary
    {
        color: var(--text-color-secondary)!important;
    }
    .xl\:surface-ground
    {
        background-color: var(--surface-ground)!important;
    }
    .xl\:surface-section
    {
        background-color: var(--surface-section)!important;
    }
    .xl\:surface-card
    {
        background-color: var(--surface-card)!important;
    }
    .xl\:surface-overlay
    {
        background-color: var(--surface-overlay)!important;
    }
    .xl\:surface-hover
    {
        background-color: var(--surface-hover)!important;
    }
    .xl\:surface-border
    {
        border-color: var(--surface-border)!important;
    }
    .xl\:focus\:text-primary:focus
    {
        color: var(--primary-color)!important;
    }
    .xl\:hover\:text-primary:hover, .xl\:active\:text-primary:active
    {
        color: var(--primary-color)!important;
    }
    .xl\:focus\:bg-primary:focus
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .xl\:hover\:bg-primary:hover, .xl\:active\:bg-primary:active
    {
        color: var(--primary-color-text)!important;
        background-color: var(--primary-color)!important;
    }
    .xl\:focus\:bg-primary-reverse:focus
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .xl\:hover\:bg-primary-reverse:hover, .xl\:active\:bg-primary-reverse:active
    {
        color: var(--primary-color)!important;
        background-color: var(--primary-color-text)!important;
    }
    .xl\:focus\:bg-white:focus
    {
        background-color: #fff!important;
    }
    .xl\:hover\:bg-white:hover, .xl\:active\:bg-white:active
    {
        background-color: #fff!important;
    }
    .xl\:focus\:border-primary:focus
    {
        border-color: var(--primary-color)!important;
    }
    .xl\:hover\:border-primary:hover, .xl\:active\:border-primary:active
    {
        border-color: var(--primary-color)!important;
    }
    .xl\:focus\:text-white:focus
    {
        color: #fff!important;
    }
    .xl\:hover\:text-white:hover, .xl\:active\:text-white:active
    {
        color: #fff!important;
    }
    .xl\:focus\:border-white:focus
    {
        border-color: #fff!important;
    }
    .xl\:hover\:border-white:hover, .xl\:active\:border-white:active
    {
        border-color: #fff!important;
    }
    .xl\:focus\:text-color:focus
    {
        color: var(--text-color)!important;
    }
    .xl\:hover\:text-color:hover, .xl\:active\:text-color:active
    {
        color: var(--text-color)!important;
    }
    .xl\:focus\:text-color-secondary:focus
    {
        color: var(--text-color-secondary)!important;
    }
    .xl\:hover\:text-color-secondary:hover, .xl\:active\:text-color-secondary:active
    {
        color: var(--text-color-secondary)!important;
    }
    .xl\:focus\:surface-ground:focus
    {
        background-color: var(--surface-ground)!important;
    }
    .xl\:hover\:surface-ground:hover, .xl\:active\:surface-ground:active
    {
        background-color: var(--surface-ground)!important;
    }
    .xl\:focus\:surface-section:focus
    {
        background-color: var(--surface-section)!important;
    }
    .xl\:hover\:surface-section:hover, .xl\:active\:surface-section:active
    {
        background-color: var(--surface-section)!important;
    }
    .xl\:focus\:surface-card:focus
    {
        background-color: var(--surface-card)!important;
    }
    .xl\:hover\:surface-card:hover, .xl\:active\:surface-card:active
    {
        background-color: var(--surface-card)!important;
    }
    .xl\:focus\:surface-overlay:focus
    {
        background-color: var(--surface-overlay)!important;
    }
    .xl\:hover\:surface-overlay:hover, .xl\:active\:surface-overlay:active
    {
        background-color: var(--surface-overlay)!important;
    }
    .xl\:focus\:surface-hover:focus
    {
        background-color: var(--surface-hover)!important;
    }
    .xl\:hover\:surface-hover:hover, .xl\:active\:surface-hover:active
    {
        background-color: var(--surface-hover)!important;
    }
    .xl\:focus\:surface-border:focus
    {
        border-color: var(--surface-border)!important;
    }
    .xl\:hover\:surface-border:hover, .xl\:active\:surface-border:active
    {
        border-color: var(--surface-border)!important;
    }
}
.field
{
    margin-bottom: 1rem;
}
.field>label
{
    display: inline-block;
    margin-bottom: .5rem;
}
.field.grid>label
{
    display: flex;
    align-items: center;
}
.field>small
{
    margin-top: .25rem;
}
.field.grid, .formgrid.grid
{
    margin-top: 0;
}
.field.grid .col-fixed, .formgrid.grid .col-fixed, .field.grid .col, .formgrid.grid .col, .field.grid .col-1, .formgrid.grid .col-1, .field.grid .col-2, .formgrid.grid .col-2, .field.grid .col-3, .formgrid.grid .col-3, .field.grid .col-4, .formgrid.grid .col-4, .field.grid .col-5, .formgrid.grid .col-5, .field.grid .col-6, .formgrid.grid .col-6, .field.grid .col-7, .formgrid.grid .col-7, .field.grid .col-8, .formgrid.grid .col-8, .field.grid .col-9, .formgrid.grid .col-9, .field.grid .col-10, .formgrid.grid .col-10, .field.grid .col-11, .formgrid.grid .col-11, .field.grid .col-12, .formgrid.grid .col-12
{
    padding-top: 0;
    padding-bottom: 0;
}
.formgroup-inline
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.formgroup-inline .field, .formgroup-inline .field-checkbox, .formgroup-inline .field-radiobutton
{
    margin-right: 1rem;
}
.formgroup-inline .field>label, .formgroup-inline .field-checkbox>label, .formgroup-inline .field-radiobutton>label
{
    margin-right: .5rem;
    margin-bottom: 0;
}
.field-checkbox, .field-radiobutton
{
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.field-checkbox>label, .field-radiobutton>label
{
    margin-left: .5rem;
    line-height: 1;
}
.hidden
{
    display: none!important;
}
.block
{
    display: block!important;
}
.inline
{
    display: inline!important;
}
.inline-block
{
    display: inline-block!important;
}
.flex
{
    display: flex!important;
}
.inline-flex
{
    display: inline-flex!important;
}
@media screen and (min-width: 576px)
{
    .sm\:hidden
    {
        display: none!important;
    }
    .sm\:block
    {
        display: block!important;
    }
    .sm\:inline
    {
        display: inline!important;
    }
    .sm\:inline-block
    {
        display: inline-block!important;
    }
    .sm\:flex
    {
        display: flex!important;
    }
    .sm\:inline-flex
    {
        display: inline-flex!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:hidden
    {
        display: none!important;
    }
    .md\:block
    {
        display: block!important;
    }
    .md\:inline
    {
        display: inline!important;
    }
    .md\:inline-block
    {
        display: inline-block!important;
    }
    .md\:flex
    {
        display: flex!important;
    }
    .md\:inline-flex
    {
        display: inline-flex!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:hidden
    {
        display: none!important;
    }
    .lg\:block
    {
        display: block!important;
    }
    .lg\:inline
    {
        display: inline!important;
    }
    .lg\:inline-block
    {
        display: inline-block!important;
    }
    .lg\:flex
    {
        display: flex!important;
    }
    .lg\:inline-flex
    {
        display: inline-flex!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:hidden
    {
        display: none!important;
    }
    .xl\:block
    {
        display: block!important;
    }
    .xl\:inline
    {
        display: inline!important;
    }
    .xl\:inline-block
    {
        display: inline-block!important;
    }
    .xl\:flex
    {
        display: flex!important;
    }
    .xl\:inline-flex
    {
        display: inline-flex!important;
    }
}
.text-justify
{
    text-align: justify!important;
}
.text-left
{
    text-align: left!important;
}
.text-right
{
    text-align: right!important;
}
@media screen and (min-width: 576px)
{
    .sm\:text-center
    {
        text-align: center!important;
    }
    .sm\:text-justify
    {
        text-align: justify!important;
    }
    .sm\:text-left
    {
        text-align: left!important;
    }
    .sm\:text-right
    {
        text-align: right!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:text-center
    {
        text-align: center!important;
    }
    .md\:text-justify
    {
        text-align: justify!important;
    }
    .md\:text-left
    {
        text-align: left!important;
    }
    .md\:text-right
    {
        text-align: right!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:text-center
    {
        text-align: center!important;
    }
    .lg\:text-justify
    {
        text-align: justify!important;
    }
    .lg\:text-left
    {
        text-align: left!important;
    }
    .lg\:text-right
    {
        text-align: right!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:text-center
    {
        text-align: center!important;
    }
    .xl\:text-justify
    {
        text-align: justify!important;
    }
    .xl\:text-left
    {
        text-align: left!important;
    }
    .xl\:text-right
    {
        text-align: right!important;
    }
}
.underline
{
    text-decoration: underline!important;
}
.line-through
{
    text-decoration: line-through!important;
}
.no-underline
{
    text-decoration: none!important;
}
.focus\:underline:focus
{
    text-decoration: underline!important;
}
.hover\:underline:hover, .active\:underline:active
{
    text-decoration: underline!important;
}
.focus\:line-through:focus
{
    text-decoration: line-through!important;
}
.hover\:line-through:hover, .active\:line-through:active
{
    text-decoration: line-through!important;
}
.focus\:no-underline:focus
{
    text-decoration: none!important;
}
.hover\:no-underline:hover, .active\:no-underline:active
{
    text-decoration: none!important;
}
.lowercase
{
    text-transform: lowercase!important;
}
.uppercase
{
    text-transform: uppercase!important;
}
.capitalize
{
    text-transform: capitalize!important;
}
.text-overflow-clip
{
    text-overflow: clip!important;
}
.text-overflow-ellipsis
{
    text-overflow: ellipsis!important;
}
@media screen and (min-width: 576px)
{
    .sm\:text-overflow-clip
    {
        text-overflow: clip!important;
    }
    .sm\:text-overflow-ellipsis
    {
        text-overflow: ellipsis!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:text-overflow-clip
    {
        text-overflow: clip!important;
    }
    .md\:text-overflow-ellipsis
    {
        text-overflow: ellipsis!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:text-overflow-clip
    {
        text-overflow: clip!important;
    }
    .lg\:text-overflow-ellipsis
    {
        text-overflow: ellipsis!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:text-overflow-clip
    {
        text-overflow: clip!important;
    }
    .xl\:text-overflow-ellipsis
    {
        text-overflow: ellipsis!important;
    }
}
.font-light
{
    font-weight: 300!important;
}
.font-normal
{
    font-weight: 400!important;
}
.font-medium
{
    font-weight: 500!important;
}
.font-semibold
{
    font-weight: 600!important;
}
.font-bold
{
    font-weight: 700!important;
}
@media screen and (min-width: 576px)
{
    .sm\:font-light
    {
        font-weight: 300!important;
    }
    .sm\:font-normal
    {
        font-weight: 400!important;
    }
    .sm\:font-medium
    {
        font-weight: 500!important;
    }
    .sm\:font-semibold
    {
        font-weight: 600!important;
    }
    .sm\:font-bold
    {
        font-weight: 700!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:font-light
    {
        font-weight: 300!important;
    }
    .md\:font-normal
    {
        font-weight: 400!important;
    }
    .md\:font-medium
    {
        font-weight: 500!important;
    }
    .md\:font-semibold
    {
        font-weight: 600!important;
    }
    .md\:font-bold
    {
        font-weight: 700!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:font-light
    {
        font-weight: 300!important;
    }
    .lg\:font-normal
    {
        font-weight: 400!important;
    }
    .lg\:font-medium
    {
        font-weight: 500!important;
    }
    .lg\:font-semibold
    {
        font-weight: 600!important;
    }
    .lg\:font-bold
    {
        font-weight: 700!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:font-light
    {
        font-weight: 300!important;
    }
    .xl\:font-normal
    {
        font-weight: 400!important;
    }
    .xl\:font-medium
    {
        font-weight: 500!important;
    }
    .xl\:font-semibold
    {
        font-weight: 600!important;
    }
    .xl\:font-bold
    {
        font-weight: 700!important;
    }
}
.font-italic
{
    font-style: italic!important;
}
.text-xs
{
    font-size: .75rem!important;
}
.text-sm
{
    font-size: .875rem!important;
}
.text-base
{
    font-size: 1rem!important;
}
.text-lg
{
    font-size: 1.125rem!important;
}
.text-xl
{
    font-size: 1.25rem!important;
}
.text-2xl
{
    font-size: 1.5rem!important;
}
.text-3xl
{
    font-size: 1.75rem!important;
}
.text-4xl
{
    font-size: 2rem!important;
}
.text-5xl
{
    font-size: 2.5rem!important;
}
.text-6xl
{
    font-size: 3rem!important;
}
.text-7xl
{
    font-size: 4rem!important;
}
.text-8xl
{
    font-size: 6rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:text-xs
    {
        font-size: .75rem!important;
    }
    .sm\:text-sm
    {
        font-size: .875rem!important;
    }
    .sm\:text-base
    {
        font-size: 1rem!important;
    }
    .sm\:text-lg
    {
        font-size: 1.125rem!important;
    }
    .sm\:text-xl
    {
        font-size: 1.25rem!important;
    }
    .sm\:text-2xl
    {
        font-size: 1.5rem!important;
    }
    .sm\:text-3xl
    {
        font-size: 1.75rem!important;
    }
    .sm\:text-4xl
    {
        font-size: 2rem!important;
    }
    .sm\:text-5xl
    {
        font-size: 2.5rem!important;
    }
    .sm\:text-6xl
    {
        font-size: 3rem!important;
    }
    .sm\:text-7xl
    {
        font-size: 4rem!important;
    }
    .sm\:text-8xl
    {
        font-size: 6rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:text-xs
    {
        font-size: .75rem!important;
    }
    .md\:text-sm
    {
        font-size: .875rem!important;
    }
    .md\:text-base
    {
        font-size: 1rem!important;
    }
    .md\:text-lg
    {
        font-size: 1.125rem!important;
    }
    .md\:text-xl
    {
        font-size: 1.25rem!important;
    }
    .md\:text-2xl
    {
        font-size: 1.5rem!important;
    }
    .md\:text-3xl
    {
        font-size: 1.75rem!important;
    }
    .md\:text-4xl
    {
        font-size: 2rem!important;
    }
    .md\:text-5xl
    {
        font-size: 2.5rem!important;
    }
    .md\:text-6xl
    {
        font-size: 3rem!important;
    }
    .md\:text-7xl
    {
        font-size: 4rem!important;
    }
    .md\:text-8xl
    {
        font-size: 6rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:text-xs
    {
        font-size: .75rem!important;
    }
    .lg\:text-sm
    {
        font-size: .875rem!important;
    }
    .lg\:text-base
    {
        font-size: 1rem!important;
    }
    .lg\:text-lg
    {
        font-size: 1.125rem!important;
    }
    .lg\:text-xl
    {
        font-size: 1.25rem!important;
    }
    .lg\:text-2xl
    {
        font-size: 1.5rem!important;
    }
    .lg\:text-3xl
    {
        font-size: 1.75rem!important;
    }
    .lg\:text-4xl
    {
        font-size: 2rem!important;
    }
    .lg\:text-5xl
    {
        font-size: 2.5rem!important;
    }
    .lg\:text-6xl
    {
        font-size: 3rem!important;
    }
    .lg\:text-7xl
    {
        font-size: 4rem!important;
    }
    .lg\:text-8xl
    {
        font-size: 6rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:text-xs
    {
        font-size: .75rem!important;
    }
    .xl\:text-sm
    {
        font-size: .875rem!important;
    }
    .xl\:text-base
    {
        font-size: 1rem!important;
    }
    .xl\:text-lg
    {
        font-size: 1.125rem!important;
    }
    .xl\:text-xl
    {
        font-size: 1.25rem!important;
    }
    .xl\:text-2xl
    {
        font-size: 1.5rem!important;
    }
    .xl\:text-3xl
    {
        font-size: 1.75rem!important;
    }
    .xl\:text-4xl
    {
        font-size: 2rem!important;
    }
    .xl\:text-5xl
    {
        font-size: 2.5rem!important;
    }
    .xl\:text-6xl
    {
        font-size: 3rem!important;
    }
    .xl\:text-7xl
    {
        font-size: 4rem!important;
    }
    .xl\:text-8xl
    {
        font-size: 6rem!important;
    }
}
.line-height-1
{
    line-height: 1!important;
}
.line-height-2
{
    line-height: 1.25!important;
}
.line-height-3
{
    line-height: 1.5!important;
}
.line-height-4
{
    line-height: 2!important;
}
.white-space-normal
{
    white-space: normal!important;
}
.white-space-nowrap
{
    white-space: nowrap!important;
}
.vertical-align-baseline
{
    vertical-align: baseline!important;
}
.vertical-align-top
{
    vertical-align: top!important;
}
.vertical-align-middle
{
    vertical-align: middle!important;
}
.vertical-align-bottom
{
    vertical-align: bottom!important;
}
.vertical-align-text-top
{
    vertical-align: text-top!important;
}
.vertical-align-text-bottom
{
    vertical-align: text-bottom!important;
}
.vertical-align-sub
{
    vertical-align: sub!important;
}
.vertical-align-super
{
    vertical-align: super!important;
}
@media screen and (min-width: 576px)
{
    .sm\:vertical-align-baseline
    {
        vertical-align: baseline!important;
    }
    .sm\:vertical-align-top
    {
        vertical-align: top!important;
    }
    .sm\:vertical-align-middle
    {
        vertical-align: middle!important;
    }
    .sm\:vertical-align-bottom
    {
        vertical-align: bottom!important;
    }
    .sm\:vertical-align-text-top
    {
        vertical-align: text-top!important;
    }
    .sm\:vertical-align-text-bottom
    {
        vertical-align: text-bottom!important;
    }
    .sm\:vertical-align-sub
    {
        vertical-align: sub!important;
    }
    .sm\:vertical-align-super
    {
        vertical-align: super!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:vertical-align-baseline
    {
        vertical-align: baseline!important;
    }
    .md\:vertical-align-top
    {
        vertical-align: top!important;
    }
    .md\:vertical-align-middle
    {
        vertical-align: middle!important;
    }
    .md\:vertical-align-bottom
    {
        vertical-align: bottom!important;
    }
    .md\:vertical-align-text-top
    {
        vertical-align: text-top!important;
    }
    .md\:vertical-align-text-bottom
    {
        vertical-align: text-bottom!important;
    }
    .md\:vertical-align-sub
    {
        vertical-align: sub!important;
    }
    .md\:vertical-align-super
    {
        vertical-align: super!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:vertical-align-baseline
    {
        vertical-align: baseline!important;
    }
    .lg\:vertical-align-top
    {
        vertical-align: top!important;
    }
    .lg\:vertical-align-middle
    {
        vertical-align: middle!important;
    }
    .lg\:vertical-align-bottom
    {
        vertical-align: bottom!important;
    }
    .lg\:vertical-align-text-top
    {
        vertical-align: text-top!important;
    }
    .lg\:vertical-align-text-bottom
    {
        vertical-align: text-bottom!important;
    }
    .lg\:vertical-align-sub
    {
        vertical-align: sub!important;
    }
    .lg\:vertical-align-super
    {
        vertical-align: super!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:vertical-align-baseline
    {
        vertical-align: baseline!important;
    }
    .xl\:vertical-align-top
    {
        vertical-align: top!important;
    }
    .xl\:vertical-align-middle
    {
        vertical-align: middle!important;
    }
    .xl\:vertical-align-bottom
    {
        vertical-align: bottom!important;
    }
    .xl\:vertical-align-text-top
    {
        vertical-align: text-top!important;
    }
    .xl\:vertical-align-text-bottom
    {
        vertical-align: text-bottom!important;
    }
    .xl\:vertical-align-sub
    {
        vertical-align: sub!important;
    }
    .xl\:vertical-align-super
    {
        vertical-align: super!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:flex-row
    {
        flex-direction: row!important;
    }
    .sm\:flex-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .sm\:flex-column
    {
        flex-direction: column!important;
    }
    .sm\:flex-column-reverse
    {
        flex-direction: column-reverse!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-row
    {
        flex-direction: row!important;
    }
    .md\:flex-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .md\:flex-column
    {
        flex-direction: column!important;
    }
    .md\:flex-column-reverse
    {
        flex-direction: column-reverse!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-row
    {
        flex-direction: row!important;
    }
    .lg\:flex-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .lg\:flex-column
    {
        flex-direction: column!important;
    }
    .lg\:flex-column-reverse
    {
        flex-direction: column-reverse!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-row
    {
        flex-direction: row!important;
    }
    .xl\:flex-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .xl\:flex-column
    {
        flex-direction: column!important;
    }
    .xl\:flex-column-reverse
    {
        flex-direction: column-reverse!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:flex-wrap
    {
        flex-wrap: wrap!important;
    }
    .sm\:flex-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .sm\:flex-nowrap
    {
        flex-wrap: nowrap!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-wrap
    {
        flex-wrap: wrap!important;
    }
    .md\:flex-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .md\:flex-nowrap
    {
        flex-wrap: nowrap!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-wrap
    {
        flex-wrap: wrap!important;
    }
    .lg\:flex-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .lg\:flex-nowrap
    {
        flex-wrap: nowrap!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-wrap
    {
        flex-wrap: wrap!important;
    }
    .xl\:flex-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .xl\:flex-nowrap
    {
        flex-wrap: nowrap!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:justify-content-start
    {
        justify-content: flex-start!important;
    }
    .sm\:justify-content-end
    {
        justify-content: flex-end!important;
    }
    .sm\:justify-content-center
    {
        justify-content: center!important;
    }
    .sm\:justify-content-between
    {
        justify-content: space-between!important;
    }
    .sm\:justify-content-around
    {
        justify-content: space-around!important;
    }
    .sm\:justify-content-evenly
    {
        justify-content: space-evenly!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:justify-content-start
    {
        justify-content: flex-start!important;
    }
    .md\:justify-content-end
    {
        justify-content: flex-end!important;
    }
    .md\:justify-content-center
    {
        justify-content: center!important;
    }
    .md\:justify-content-between
    {
        justify-content: space-between!important;
    }
    .md\:justify-content-around
    {
        justify-content: space-around!important;
    }
    .md\:justify-content-evenly
    {
        justify-content: space-evenly!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:justify-content-start
    {
        justify-content: flex-start!important;
    }
    .lg\:justify-content-end
    {
        justify-content: flex-end!important;
    }
    .lg\:justify-content-center
    {
        justify-content: center!important;
    }
    .lg\:justify-content-between
    {
        justify-content: space-between!important;
    }
    .lg\:justify-content-around
    {
        justify-content: space-around!important;
    }
    .lg\:justify-content-evenly
    {
        justify-content: space-evenly!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:justify-content-start
    {
        justify-content: flex-start!important;
    }
    .xl\:justify-content-end
    {
        justify-content: flex-end!important;
    }
    .xl\:justify-content-center
    {
        justify-content: center!important;
    }
    .xl\:justify-content-between
    {
        justify-content: space-between!important;
    }
    .xl\:justify-content-around
    {
        justify-content: space-around!important;
    }
    .xl\:justify-content-evenly
    {
        justify-content: space-evenly!important;
    }
}
.align-content-evenly
{
    align-content: space-evenly!important;
}
@media screen and (min-width: 576px)
{
    .sm\:align-content-start
    {
        align-content: flex-start!important;
    }
    .sm\:align-content-end
    {
        align-content: flex-end!important;
    }
    .sm\:align-content-center
    {
        align-content: center!important;
    }
    .sm\:align-content-between
    {
        align-content: space-between!important;
    }
    .sm\:align-content-around
    {
        align-content: space-around!important;
    }
    .sm\:align-content-evenly
    {
        align-content: space-evenly!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:align-content-start
    {
        align-content: flex-start!important;
    }
    .md\:align-content-end
    {
        align-content: flex-end!important;
    }
    .md\:align-content-center
    {
        align-content: center!important;
    }
    .md\:align-content-between
    {
        align-content: space-between!important;
    }
    .md\:align-content-around
    {
        align-content: space-around!important;
    }
    .md\:align-content-evenly
    {
        align-content: space-evenly!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:align-content-start
    {
        align-content: flex-start!important;
    }
    .lg\:align-content-end
    {
        align-content: flex-end!important;
    }
    .lg\:align-content-center
    {
        align-content: center!important;
    }
    .lg\:align-content-between
    {
        align-content: space-between!important;
    }
    .lg\:align-content-around
    {
        align-content: space-around!important;
    }
    .lg\:align-content-evenly
    {
        align-content: space-evenly!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:align-content-start
    {
        align-content: flex-start!important;
    }
    .xl\:align-content-end
    {
        align-content: flex-end!important;
    }
    .xl\:align-content-center
    {
        align-content: center!important;
    }
    .xl\:align-content-between
    {
        align-content: space-between!important;
    }
    .xl\:align-content-around
    {
        align-content: space-around!important;
    }
    .xl\:align-content-evenly
    {
        align-content: space-evenly!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:align-items-stretch
    {
        align-items: stretch!important;
    }
    .sm\:align-items-start
    {
        align-items: flex-start!important;
    }
    .sm\:align-items-center
    {
        align-items: center!important;
    }
    .sm\:align-items-end
    {
        align-items: flex-end!important;
    }
    .sm\:align-items-baseline
    {
        align-items: baseline!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:align-items-stretch
    {
        align-items: stretch!important;
    }
    .md\:align-items-start
    {
        align-items: flex-start!important;
    }
    .md\:align-items-center
    {
        align-items: center!important;
    }
    .md\:align-items-end
    {
        align-items: flex-end!important;
    }
    .md\:align-items-baseline
    {
        align-items: baseline!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:align-items-stretch
    {
        align-items: stretch!important;
    }
    .lg\:align-items-start
    {
        align-items: flex-start!important;
    }
    .lg\:align-items-center
    {
        align-items: center!important;
    }
    .lg\:align-items-end
    {
        align-items: flex-end!important;
    }
    .lg\:align-items-baseline
    {
        align-items: baseline!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:align-items-stretch
    {
        align-items: stretch!important;
    }
    .xl\:align-items-start
    {
        align-items: flex-start!important;
    }
    .xl\:align-items-center
    {
        align-items: center!important;
    }
    .xl\:align-items-end
    {
        align-items: flex-end!important;
    }
    .xl\:align-items-baseline
    {
        align-items: baseline!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:align-self-auto
    {
        align-self: auto!important;
    }
    .sm\:align-self-start
    {
        align-self: flex-start!important;
    }
    .sm\:align-self-end
    {
        align-self: flex-end!important;
    }
    .sm\:align-self-center
    {
        align-self: center!important;
    }
    .sm\:align-self-stretch
    {
        align-self: stretch!important;
    }
    .sm\:align-self-baseline
    {
        align-self: baseline!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:align-self-auto
    {
        align-self: auto!important;
    }
    .md\:align-self-start
    {
        align-self: flex-start!important;
    }
    .md\:align-self-end
    {
        align-self: flex-end!important;
    }
    .md\:align-self-center
    {
        align-self: center!important;
    }
    .md\:align-self-stretch
    {
        align-self: stretch!important;
    }
    .md\:align-self-baseline
    {
        align-self: baseline!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:align-self-auto
    {
        align-self: auto!important;
    }
    .lg\:align-self-start
    {
        align-self: flex-start!important;
    }
    .lg\:align-self-end
    {
        align-self: flex-end!important;
    }
    .lg\:align-self-center
    {
        align-self: center!important;
    }
    .lg\:align-self-stretch
    {
        align-self: stretch!important;
    }
    .lg\:align-self-baseline
    {
        align-self: baseline!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:align-self-auto
    {
        align-self: auto!important;
    }
    .xl\:align-self-start
    {
        align-self: flex-start!important;
    }
    .xl\:align-self-end
    {
        align-self: flex-end!important;
    }
    .xl\:align-self-center
    {
        align-self: center!important;
    }
    .xl\:align-self-stretch
    {
        align-self: stretch!important;
    }
    .xl\:align-self-baseline
    {
        align-self: baseline!important;
    }
}
.flex-order-0
{
    order: 0!important;
}
.flex-order-1
{
    order: 1!important;
}
.flex-order-2
{
    order: 2!important;
}
.flex-order-3
{
    order: 3!important;
}
.flex-order-4
{
    order: 4!important;
}
.flex-order-5
{
    order: 5!important;
}
.flex-order-6
{
    order: 6!important;
}
@media screen and (min-width: 576px)
{
    .sm\:flex-order-0
    {
        order: 0!important;
    }
    .sm\:flex-order-1
    {
        order: 1!important;
    }
    .sm\:flex-order-2
    {
        order: 2!important;
    }
    .sm\:flex-order-3
    {
        order: 3!important;
    }
    .sm\:flex-order-4
    {
        order: 4!important;
    }
    .sm\:flex-order-5
    {
        order: 5!important;
    }
    .sm\:flex-order-6
    {
        order: 6!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-order-0
    {
        order: 0!important;
    }
    .md\:flex-order-1
    {
        order: 1!important;
    }
    .md\:flex-order-2
    {
        order: 2!important;
    }
    .md\:flex-order-3
    {
        order: 3!important;
    }
    .md\:flex-order-4
    {
        order: 4!important;
    }
    .md\:flex-order-5
    {
        order: 5!important;
    }
    .md\:flex-order-6
    {
        order: 6!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-order-0
    {
        order: 0!important;
    }
    .lg\:flex-order-1
    {
        order: 1!important;
    }
    .lg\:flex-order-2
    {
        order: 2!important;
    }
    .lg\:flex-order-3
    {
        order: 3!important;
    }
    .lg\:flex-order-4
    {
        order: 4!important;
    }
    .lg\:flex-order-5
    {
        order: 5!important;
    }
    .lg\:flex-order-6
    {
        order: 6!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-order-0
    {
        order: 0!important;
    }
    .xl\:flex-order-1
    {
        order: 1!important;
    }
    .xl\:flex-order-2
    {
        order: 2!important;
    }
    .xl\:flex-order-3
    {
        order: 3!important;
    }
    .xl\:flex-order-4
    {
        order: 4!important;
    }
    .xl\:flex-order-5
    {
        order: 5!important;
    }
    .xl\:flex-order-6
    {
        order: 6!important;
    }
}
.flex-1
{
    flex: 1 1 0%!important;
}
.flex-auto
{
    flex: 1 1 auto!important;
}
.flex-initial
{
    flex: 0 1 auto!important;
}
.flex-none
{
    flex: none!important;
}
@media screen and (min-width: 576px)
{
    .sm\:flex-1
    {
        flex: 1 1 0%!important;
    }
    .sm\:flex-auto
    {
        flex: 1 1 auto!important;
    }
    .sm\:flex-initial
    {
        flex: 0 1 auto!important;
    }
    .sm\:flex-none
    {
        flex: none!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-1
    {
        flex: 1 1 0%!important;
    }
    .md\:flex-auto
    {
        flex: 1 1 auto!important;
    }
    .md\:flex-initial
    {
        flex: 0 1 auto!important;
    }
    .md\:flex-none
    {
        flex: none!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-1
    {
        flex: 1 1 0%!important;
    }
    .lg\:flex-auto
    {
        flex: 1 1 auto!important;
    }
    .lg\:flex-initial
    {
        flex: 0 1 auto!important;
    }
    .lg\:flex-none
    {
        flex: none!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-1
    {
        flex: 1 1 0%!important;
    }
    .xl\:flex-auto
    {
        flex: 1 1 auto!important;
    }
    .xl\:flex-initial
    {
        flex: 0 1 auto!important;
    }
    .xl\:flex-none
    {
        flex: none!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:flex-grow-0
    {
        flex-grow: 0!important;
    }
    .sm\:flex-grow-1
    {
        flex-grow: 1!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-grow-0
    {
        flex-grow: 0!important;
    }
    .md\:flex-grow-1
    {
        flex-grow: 1!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-grow-0
    {
        flex-grow: 0!important;
    }
    .lg\:flex-grow-1
    {
        flex-grow: 1!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-grow-0
    {
        flex-grow: 0!important;
    }
    .xl\:flex-grow-1
    {
        flex-grow: 1!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:flex-shrink-0
    {
        flex-shrink: 0!important;
    }
    .sm\:flex-shrink-1
    {
        flex-shrink: 1!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:flex-shrink-0
    {
        flex-shrink: 0!important;
    }
    .md\:flex-shrink-1
    {
        flex-shrink: 1!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:flex-shrink-0
    {
        flex-shrink: 0!important;
    }
    .lg\:flex-shrink-1
    {
        flex-shrink: 1!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:flex-shrink-0
    {
        flex-shrink: 0!important;
    }
    .xl\:flex-shrink-1
    {
        flex-shrink: 1!important;
    }
}
.gap-0
{
    gap: 0!important;
}
.gap-5
{
    gap: 2rem!important;
}
.gap-6
{
    gap: 3rem!important;
}
.gap-7
{
    gap: 4rem!important;
}
.gap-8
{
    gap: 5rem!important;
}
.row-gap-0
{
    row-gap: 0!important;
}
.row-gap-1
{
    row-gap: .25rem!important;
}
.row-gap-2
{
    row-gap: .5rem!important;
}
.row-gap-3
{
    row-gap: 1rem!important;
}
.row-gap-4
{
    row-gap: 1.5rem!important;
}
.row-gap-5
{
    row-gap: 2rem!important;
}
.row-gap-6
{
    row-gap: 3rem!important;
}
.row-gap-7
{
    row-gap: 4rem!important;
}
.row-gap-8
{
    row-gap: 5rem!important;
}
.column-gap-0
{
    column-gap: 0!important;
}
.column-gap-1
{
    column-gap: .25rem!important;
}
.column-gap-2
{
    column-gap: .5rem!important;
}
.column-gap-3
{
    column-gap: 1rem!important;
}
.column-gap-4
{
    column-gap: 1.5rem!important;
}
.column-gap-5
{
    column-gap: 2rem!important;
}
.column-gap-6
{
    column-gap: 3rem!important;
}
.column-gap-7
{
    column-gap: 4rem!important;
}
.column-gap-8
{
    column-gap: 5rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:gap-0
    {
        gap: 0!important;
    }
    .sm\:gap-1
    {
        gap: .25rem!important;
    }
    .sm\:gap-2
    {
        gap: .5rem!important;
    }
    .sm\:gap-3
    {
        gap: 1rem!important;
    }
    .sm\:gap-4
    {
        gap: 1.5rem!important;
    }
    .sm\:gap-5
    {
        gap: 2rem!important;
    }
    .sm\:gap-6
    {
        gap: 3rem!important;
    }
    .sm\:gap-7
    {
        gap: 4rem!important;
    }
    .sm\:gap-8
    {
        gap: 5rem!important;
    }
    .sm\:row-gap-0
    {
        row-gap: 0!important;
    }
    .sm\:row-gap-1
    {
        row-gap: .25rem!important;
    }
    .sm\:row-gap-2
    {
        row-gap: .5rem!important;
    }
    .sm\:row-gap-3
    {
        row-gap: 1rem!important;
    }
    .sm\:row-gap-4
    {
        row-gap: 1.5rem!important;
    }
    .sm\:row-gap-5
    {
        row-gap: 2rem!important;
    }
    .sm\:row-gap-6
    {
        row-gap: 3rem!important;
    }
    .sm\:row-gap-7
    {
        row-gap: 4rem!important;
    }
    .sm\:row-gap-8
    {
        row-gap: 5rem!important;
    }
    .sm\:column-gap-0
    {
        column-gap: 0!important;
    }
    .sm\:column-gap-1
    {
        column-gap: .25rem!important;
    }
    .sm\:column-gap-2
    {
        column-gap: .5rem!important;
    }
    .sm\:column-gap-3
    {
        column-gap: 1rem!important;
    }
    .sm\:column-gap-4
    {
        column-gap: 1.5rem!important;
    }
    .sm\:column-gap-5
    {
        column-gap: 2rem!important;
    }
    .sm\:column-gap-6
    {
        column-gap: 3rem!important;
    }
    .sm\:column-gap-7
    {
        column-gap: 4rem!important;
    }
    .sm\:column-gap-8
    {
        column-gap: 5rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:gap-0
    {
        gap: 0!important;
    }
    .md\:gap-1
    {
        gap: .25rem!important;
    }
    .md\:gap-2
    {
        gap: .5rem!important;
    }
    .md\:gap-3
    {
        gap: 1rem!important;
    }
    .md\:gap-4
    {
        gap: 1.5rem!important;
    }
    .md\:gap-5
    {
        gap: 2rem!important;
    }
    .md\:gap-6
    {
        gap: 3rem!important;
    }
    .md\:gap-7
    {
        gap: 4rem!important;
    }
    .md\:gap-8
    {
        gap: 5rem!important;
    }
    .md\:row-gap-0
    {
        row-gap: 0!important;
    }
    .md\:row-gap-1
    {
        row-gap: .25rem!important;
    }
    .md\:row-gap-2
    {
        row-gap: .5rem!important;
    }
    .md\:row-gap-3
    {
        row-gap: 1rem!important;
    }
    .md\:row-gap-4
    {
        row-gap: 1.5rem!important;
    }
    .md\:row-gap-5
    {
        row-gap: 2rem!important;
    }
    .md\:row-gap-6
    {
        row-gap: 3rem!important;
    }
    .md\:row-gap-7
    {
        row-gap: 4rem!important;
    }
    .md\:row-gap-8
    {
        row-gap: 5rem!important;
    }
    .md\:column-gap-0
    {
        column-gap: 0!important;
    }
    .md\:column-gap-1
    {
        column-gap: .25rem!important;
    }
    .md\:column-gap-2
    {
        column-gap: .5rem!important;
    }
    .md\:column-gap-3
    {
        column-gap: 1rem!important;
    }
    .md\:column-gap-4
    {
        column-gap: 1.5rem!important;
    }
    .md\:column-gap-5
    {
        column-gap: 2rem!important;
    }
    .md\:column-gap-6
    {
        column-gap: 3rem!important;
    }
    .md\:column-gap-7
    {
        column-gap: 4rem!important;
    }
    .md\:column-gap-8
    {
        column-gap: 5rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:gap-0
    {
        gap: 0!important;
    }
    .lg\:gap-1
    {
        gap: .25rem!important;
    }
    .lg\:gap-2
    {
        gap: .5rem!important;
    }
    .lg\:gap-3
    {
        gap: 1rem!important;
    }
    .lg\:gap-4
    {
        gap: 1.5rem!important;
    }
    .lg\:gap-5
    {
        gap: 2rem!important;
    }
    .lg\:gap-6
    {
        gap: 3rem!important;
    }
    .lg\:gap-7
    {
        gap: 4rem!important;
    }
    .lg\:gap-8
    {
        gap: 5rem!important;
    }
    .lg\:row-gap-0
    {
        row-gap: 0!important;
    }
    .lg\:row-gap-1
    {
        row-gap: .25rem!important;
    }
    .lg\:row-gap-2
    {
        row-gap: .5rem!important;
    }
    .lg\:row-gap-3
    {
        row-gap: 1rem!important;
    }
    .lg\:row-gap-4
    {
        row-gap: 1.5rem!important;
    }
    .lg\:row-gap-5
    {
        row-gap: 2rem!important;
    }
    .lg\:row-gap-6
    {
        row-gap: 3rem!important;
    }
    .lg\:row-gap-7
    {
        row-gap: 4rem!important;
    }
    .lg\:row-gap-8
    {
        row-gap: 5rem!important;
    }
    .lg\:column-gap-0
    {
        column-gap: 0!important;
    }
    .lg\:column-gap-1
    {
        column-gap: .25rem!important;
    }
    .lg\:column-gap-2
    {
        column-gap: .5rem!important;
    }
    .lg\:column-gap-3
    {
        column-gap: 1rem!important;
    }
    .lg\:column-gap-4
    {
        column-gap: 1.5rem!important;
    }
    .lg\:column-gap-5
    {
        column-gap: 2rem!important;
    }
    .lg\:column-gap-6
    {
        column-gap: 3rem!important;
    }
    .lg\:column-gap-7
    {
        column-gap: 4rem!important;
    }
    .lg\:column-gap-8
    {
        column-gap: 5rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:gap-0
    {
        gap: 0!important;
    }
    .xl\:gap-1
    {
        gap: .25rem!important;
    }
    .xl\:gap-2
    {
        gap: .5rem!important;
    }
    .xl\:gap-3
    {
        gap: 1rem!important;
    }
    .xl\:gap-4
    {
        gap: 1.5rem!important;
    }
    .xl\:gap-5
    {
        gap: 2rem!important;
    }
    .xl\:gap-6
    {
        gap: 3rem!important;
    }
    .xl\:gap-7
    {
        gap: 4rem!important;
    }
    .xl\:gap-8
    {
        gap: 5rem!important;
    }
    .xl\:row-gap-0
    {
        row-gap: 0!important;
    }
    .xl\:row-gap-1
    {
        row-gap: .25rem!important;
    }
    .xl\:row-gap-2
    {
        row-gap: .5rem!important;
    }
    .xl\:row-gap-3
    {
        row-gap: 1rem!important;
    }
    .xl\:row-gap-4
    {
        row-gap: 1.5rem!important;
    }
    .xl\:row-gap-5
    {
        row-gap: 2rem!important;
    }
    .xl\:row-gap-6
    {
        row-gap: 3rem!important;
    }
    .xl\:row-gap-7
    {
        row-gap: 4rem!important;
    }
    .xl\:row-gap-8
    {
        row-gap: 5rem!important;
    }
    .xl\:column-gap-0
    {
        column-gap: 0!important;
    }
    .xl\:column-gap-1
    {
        column-gap: .25rem!important;
    }
    .xl\:column-gap-2
    {
        column-gap: .5rem!important;
    }
    .xl\:column-gap-3
    {
        column-gap: 1rem!important;
    }
    .xl\:column-gap-4
    {
        column-gap: 1.5rem!important;
    }
    .xl\:column-gap-5
    {
        column-gap: 2rem!important;
    }
    .xl\:column-gap-6
    {
        column-gap: 3rem!important;
    }
    .xl\:column-gap-7
    {
        column-gap: 4rem!important;
    }
    .xl\:column-gap-8
    {
        column-gap: 5rem!important;
    }
}
.p-0
{
    padding: 0!important;
}
.p-5
{
    padding: 2rem!important;
}
.p-6
{
    padding: 3rem!important;
}
.p-7
{
    padding: 4rem!important;
}
.p-8
{
    padding: 5rem!important;
}
.pt-0
{
    padding-top: 0!important;
}
.pt-5
{
    padding-top: 2rem!important;
}
.pt-6
{
    padding-top: 3rem!important;
}
.pt-7
{
    padding-top: 4rem!important;
}
.pt-8
{
    padding-top: 5rem!important;
}
.pr-0
{
    padding-right: 0!important;
}
.pr-1
{
    padding-right: .25rem!important;
}
.pr-2
{
    padding-right: .5rem!important;
}
.pr-3
{
    padding-right: 1rem!important;
}
.pr-4
{
    padding-right: 1.5rem!important;
}
.pr-5
{
    padding-right: 2rem!important;
}
.pr-6
{
    padding-right: 3rem!important;
}
.pr-7
{
    padding-right: 4rem!important;
}
.pr-8
{
    padding-right: 5rem!important;
}
.pl-0
{
    padding-left: 0!important;
}
.pl-1
{
    padding-left: .25rem!important;
}
.pl-2
{
    padding-left: .5rem!important;
}
.pl-3
{
    padding-left: 1rem!important;
}
.pl-4
{
    padding-left: 1.5rem!important;
}
.pl-5
{
    padding-left: 2rem!important;
}
.pl-6
{
    padding-left: 3rem!important;
}
.pl-7
{
    padding-left: 4rem!important;
}
.pl-8
{
    padding-left: 5rem!important;
}
.pb-0
{
    padding-bottom: 0!important;
}
.pb-5
{
    padding-bottom: 2rem!important;
}
.pb-6
{
    padding-bottom: 3rem!important;
}
.pb-7
{
    padding-bottom: 4rem!important;
}
.pb-8
{
    padding-bottom: 5rem!important;
}
.px-0
{
    padding-left: 0!important;
    padding-right: 0!important;
}
.px-1
{
    padding-left: .25rem!important;
    padding-right: .25rem!important;
}
.px-2
{
    padding-left: .5rem!important;
    padding-right: .5rem!important;
}
.px-3
{
    padding-left: 1rem!important;
    padding-right: 1rem!important;
}
.px-4
{
    padding-left: 1.5rem!important;
    padding-right: 1.5rem!important;
}
.px-5
{
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}
.px-6
{
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}
.px-7
{
    padding-left: 4rem!important;
    padding-right: 4rem!important;
}
.px-8
{
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}
.py-0
{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.py-5
{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.py-6
{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.py-7
{
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.py-8
{
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:p-0
    {
        padding: 0!important;
    }
    .sm\:p-1
    {
        padding: .25rem!important;
    }
    .sm\:p-2
    {
        padding: .5rem!important;
    }
    .sm\:p-3
    {
        padding: 1rem!important;
    }
    .sm\:p-4
    {
        padding: 1.5rem!important;
    }
    .sm\:p-5
    {
        padding: 2rem!important;
    }
    .sm\:p-6
    {
        padding: 3rem!important;
    }
    .sm\:p-7
    {
        padding: 4rem!important;
    }
    .sm\:p-8
    {
        padding: 5rem!important;
    }
    .sm\:pt-0
    {
        padding-top: 0!important;
    }
    .sm\:pt-1
    {
        padding-top: .25rem!important;
    }
    .sm\:pt-2
    {
        padding-top: .5rem!important;
    }
    .sm\:pt-3
    {
        padding-top: 1rem!important;
    }
    .sm\:pt-4
    {
        padding-top: 1.5rem!important;
    }
    .sm\:pt-5
    {
        padding-top: 2rem!important;
    }
    .sm\:pt-6
    {
        padding-top: 3rem!important;
    }
    .sm\:pt-7
    {
        padding-top: 4rem!important;
    }
    .sm\:pt-8
    {
        padding-top: 5rem!important;
    }
    .sm\:pr-0
    {
        padding-right: 0!important;
    }
    .sm\:pr-1
    {
        padding-right: .25rem!important;
    }
    .sm\:pr-2
    {
        padding-right: .5rem!important;
    }
    .sm\:pr-3
    {
        padding-right: 1rem!important;
    }
    .sm\:pr-4
    {
        padding-right: 1.5rem!important;
    }
    .sm\:pr-5
    {
        padding-right: 2rem!important;
    }
    .sm\:pr-6
    {
        padding-right: 3rem!important;
    }
    .sm\:pr-7
    {
        padding-right: 4rem!important;
    }
    .sm\:pr-8
    {
        padding-right: 5rem!important;
    }
    .sm\:pl-0
    {
        padding-left: 0!important;
    }
    .sm\:pl-1
    {
        padding-left: .25rem!important;
    }
    .sm\:pl-2
    {
        padding-left: .5rem!important;
    }
    .sm\:pl-3
    {
        padding-left: 1rem!important;
    }
    .sm\:pl-4
    {
        padding-left: 1.5rem!important;
    }
    .sm\:pl-5
    {
        padding-left: 2rem!important;
    }
    .sm\:pl-6
    {
        padding-left: 3rem!important;
    }
    .sm\:pl-7
    {
        padding-left: 4rem!important;
    }
    .sm\:pl-8
    {
        padding-left: 5rem!important;
    }
    .sm\:pb-0
    {
        padding-bottom: 0!important;
    }
    .sm\:pb-1
    {
        padding-bottom: .25rem!important;
    }
    .sm\:pb-2
    {
        padding-bottom: .5rem!important;
    }
    .sm\:pb-3
    {
        padding-bottom: 1rem!important;
    }
    .sm\:pb-4
    {
        padding-bottom: 1.5rem!important;
    }
    .sm\:pb-5
    {
        padding-bottom: 2rem!important;
    }
    .sm\:pb-6
    {
        padding-bottom: 3rem!important;
    }
    .sm\:pb-7
    {
        padding-bottom: 4rem!important;
    }
    .sm\:pb-8
    {
        padding-bottom: 5rem!important;
    }
    .sm\:px-0
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .sm\:px-1
    {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
    .sm\:px-2
    {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .sm\:px-3
    {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .sm\:px-4
    {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .sm\:px-5
    {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .sm\:px-6
    {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    .sm\:px-7
    {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .sm\:px-8
    {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .sm\:py-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .sm\:py-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .sm\:py-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .sm\:py-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .sm\:py-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .sm\:py-5
    {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .sm\:py-6
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .sm\:py-7
    {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .sm\:py-8
    {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:p-0
    {
        padding: 0!important;
    }
    .md\:p-1
    {
        padding: .25rem!important;
    }
    .md\:p-2
    {
        padding: .5rem!important;
    }
    .md\:p-3
    {
        padding: 1rem!important;
    }
    .md\:p-4
    {
        padding: 1.5rem!important;
    }
    .md\:p-5
    {
        padding: 2rem!important;
    }
    .md\:p-6
    {
        padding: 3rem!important;
    }
    .md\:p-7
    {
        padding: 4rem!important;
    }
    .md\:p-8
    {
        padding: 5rem!important;
    }
    .md\:pt-0
    {
        padding-top: 0!important;
    }
    .md\:pt-1
    {
        padding-top: .25rem!important;
    }
    .md\:pt-2
    {
        padding-top: .5rem!important;
    }
    .md\:pt-3
    {
        padding-top: 1rem!important;
    }
    .md\:pt-4
    {
        padding-top: 1.5rem!important;
    }
    .md\:pt-5
    {
        padding-top: 2rem!important;
    }
    .md\:pt-6
    {
        padding-top: 3rem!important;
    }
    .md\:pt-7
    {
        padding-top: 4rem!important;
    }
    .md\:pt-8
    {
        padding-top: 5rem!important;
    }
    .md\:pr-0
    {
        padding-right: 0!important;
    }
    .md\:pr-1
    {
        padding-right: .25rem!important;
    }
    .md\:pr-2
    {
        padding-right: .5rem!important;
    }
    .md\:pr-3
    {
        padding-right: 1rem!important;
    }
    .md\:pr-4
    {
        padding-right: 1.5rem!important;
    }
    .md\:pr-5
    {
        padding-right: 2rem!important;
    }
    .md\:pr-6
    {
        padding-right: 3rem!important;
    }
    .md\:pr-7
    {
        padding-right: 4rem!important;
    }
    .md\:pr-8
    {
        padding-right: 5rem!important;
    }
    .md\:pl-0
    {
        padding-left: 0!important;
    }
    .md\:pl-1
    {
        padding-left: .25rem!important;
    }
    .md\:pl-2
    {
        padding-left: .5rem!important;
    }
    .md\:pl-3
    {
        padding-left: 1rem!important;
    }
    .md\:pl-4
    {
        padding-left: 1.5rem!important;
    }
    .md\:pl-5
    {
        padding-left: 2rem!important;
    }
    .md\:pl-6
    {
        padding-left: 3rem!important;
    }
    .md\:pl-7
    {
        padding-left: 4rem!important;
    }
    .md\:pl-8
    {
        padding-left: 5rem!important;
    }
    .md\:pb-0
    {
        padding-bottom: 0!important;
    }
    .md\:pb-1
    {
        padding-bottom: .25rem!important;
    }
    .md\:pb-2
    {
        padding-bottom: .5rem!important;
    }
    .md\:pb-3
    {
        padding-bottom: 1rem!important;
    }
    .md\:pb-4
    {
        padding-bottom: 1.5rem!important;
    }
    .md\:pb-5
    {
        padding-bottom: 2rem!important;
    }
    .md\:pb-6
    {
        padding-bottom: 3rem!important;
    }
    .md\:pb-7
    {
        padding-bottom: 4rem!important;
    }
    .md\:pb-8
    {
        padding-bottom: 5rem!important;
    }
    .md\:px-0
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .md\:px-1
    {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
    .md\:px-2
    {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .md\:px-3
    {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .md\:px-4
    {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .md\:px-5
    {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .md\:px-6
    {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    .md\:px-7
    {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .md\:px-8
    {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .md\:py-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .md\:py-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .md\:py-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .md\:py-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .md\:py-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .md\:py-5
    {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .md\:py-6
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .md\:py-7
    {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .md\:py-8
    {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:p-0
    {
        padding: 0!important;
    }
    .lg\:p-1
    {
        padding: .25rem!important;
    }
    .lg\:p-2
    {
        padding: .5rem!important;
    }
    .lg\:p-3
    {
        padding: 1rem!important;
    }
    .lg\:p-4
    {
        padding: 1.5rem!important;
    }
    .lg\:p-5
    {
        padding: 2rem!important;
    }
    .lg\:p-6
    {
        padding: 3rem!important;
    }
    .lg\:p-7
    {
        padding: 4rem!important;
    }
    .lg\:p-8
    {
        padding: 5rem!important;
    }
    .lg\:pt-0
    {
        padding-top: 0!important;
    }
    .lg\:pt-1
    {
        padding-top: .25rem!important;
    }
    .lg\:pt-2
    {
        padding-top: .5rem!important;
    }
    .lg\:pt-3
    {
        padding-top: 1rem!important;
    }
    .lg\:pt-4
    {
        padding-top: 1.5rem!important;
    }
    .lg\:pt-5
    {
        padding-top: 2rem!important;
    }
    .lg\:pt-6
    {
        padding-top: 3rem!important;
    }
    .lg\:pt-7
    {
        padding-top: 4rem!important;
    }
    .lg\:pt-8
    {
        padding-top: 5rem!important;
    }
    .lg\:pr-0
    {
        padding-right: 0!important;
    }
    .lg\:pr-1
    {
        padding-right: .25rem!important;
    }
    .lg\:pr-2
    {
        padding-right: .5rem!important;
    }
    .lg\:pr-3
    {
        padding-right: 1rem!important;
    }
    .lg\:pr-4
    {
        padding-right: 1.5rem!important;
    }
    .lg\:pr-5
    {
        padding-right: 2rem!important;
    }
    .lg\:pr-6
    {
        padding-right: 3rem!important;
    }
    .lg\:pr-7
    {
        padding-right: 4rem!important;
    }
    .lg\:pr-8
    {
        padding-right: 5rem!important;
    }
    .lg\:pl-0
    {
        padding-left: 0!important;
    }
    .lg\:pl-1
    {
        padding-left: .25rem!important;
    }
    .lg\:pl-2
    {
        padding-left: .5rem!important;
    }
    .lg\:pl-3
    {
        padding-left: 1rem!important;
    }
    .lg\:pl-4
    {
        padding-left: 1.5rem!important;
    }
    .lg\:pl-5
    {
        padding-left: 2rem!important;
    }
    .lg\:pl-6
    {
        padding-left: 3rem!important;
    }
    .lg\:pl-7
    {
        padding-left: 4rem!important;
    }
    .lg\:pl-8
    {
        padding-left: 5rem!important;
    }
    .lg\:pb-0
    {
        padding-bottom: 0!important;
    }
    .lg\:pb-1
    {
        padding-bottom: .25rem!important;
    }
    .lg\:pb-2
    {
        padding-bottom: .5rem!important;
    }
    .lg\:pb-3
    {
        padding-bottom: 1rem!important;
    }
    .lg\:pb-4
    {
        padding-bottom: 1.5rem!important;
    }
    .lg\:pb-5
    {
        padding-bottom: 2rem!important;
    }
    .lg\:pb-6
    {
        padding-bottom: 3rem!important;
    }
    .lg\:pb-7
    {
        padding-bottom: 4rem!important;
    }
    .lg\:pb-8
    {
        padding-bottom: 5rem!important;
    }
    .lg\:px-0
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .lg\:px-1
    {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
    .lg\:px-2
    {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .lg\:px-3
    {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .lg\:px-4
    {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .lg\:px-5
    {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .lg\:px-6
    {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    .lg\:px-7
    {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .lg\:px-8
    {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .lg\:py-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .lg\:py-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .lg\:py-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .lg\:py-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .lg\:py-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .lg\:py-5
    {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .lg\:py-6
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .lg\:py-7
    {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .lg\:py-8
    {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:p-0
    {
        padding: 0!important;
    }
    .xl\:p-1
    {
        padding: .25rem!important;
    }
    .xl\:p-2
    {
        padding: .5rem!important;
    }
    .xl\:p-3
    {
        padding: 1rem!important;
    }
    .xl\:p-4
    {
        padding: 1.5rem!important;
    }
    .xl\:p-5
    {
        padding: 2rem!important;
    }
    .xl\:p-6
    {
        padding: 3rem!important;
    }
    .xl\:p-7
    {
        padding: 4rem!important;
    }
    .xl\:p-8
    {
        padding: 5rem!important;
    }
    .xl\:pt-0
    {
        padding-top: 0!important;
    }
    .xl\:pt-1
    {
        padding-top: .25rem!important;
    }
    .xl\:pt-2
    {
        padding-top: .5rem!important;
    }
    .xl\:pt-3
    {
        padding-top: 1rem!important;
    }
    .xl\:pt-4
    {
        padding-top: 1.5rem!important;
    }
    .xl\:pt-5
    {
        padding-top: 2rem!important;
    }
    .xl\:pt-6
    {
        padding-top: 3rem!important;
    }
    .xl\:pt-7
    {
        padding-top: 4rem!important;
    }
    .xl\:pt-8
    {
        padding-top: 5rem!important;
    }
    .xl\:pr-0
    {
        padding-right: 0!important;
    }
    .xl\:pr-1
    {
        padding-right: .25rem!important;
    }
    .xl\:pr-2
    {
        padding-right: .5rem!important;
    }
    .xl\:pr-3
    {
        padding-right: 1rem!important;
    }
    .xl\:pr-4
    {
        padding-right: 1.5rem!important;
    }
    .xl\:pr-5
    {
        padding-right: 2rem!important;
    }
    .xl\:pr-6
    {
        padding-right: 3rem!important;
    }
    .xl\:pr-7
    {
        padding-right: 4rem!important;
    }
    .xl\:pr-8
    {
        padding-right: 5rem!important;
    }
    .xl\:pl-0
    {
        padding-left: 0!important;
    }
    .xl\:pl-1
    {
        padding-left: .25rem!important;
    }
    .xl\:pl-2
    {
        padding-left: .5rem!important;
    }
    .xl\:pl-3
    {
        padding-left: 1rem!important;
    }
    .xl\:pl-4
    {
        padding-left: 1.5rem!important;
    }
    .xl\:pl-5
    {
        padding-left: 2rem!important;
    }
    .xl\:pl-6
    {
        padding-left: 3rem!important;
    }
    .xl\:pl-7
    {
        padding-left: 4rem!important;
    }
    .xl\:pl-8
    {
        padding-left: 5rem!important;
    }
    .xl\:pb-0
    {
        padding-bottom: 0!important;
    }
    .xl\:pb-1
    {
        padding-bottom: .25rem!important;
    }
    .xl\:pb-2
    {
        padding-bottom: .5rem!important;
    }
    .xl\:pb-3
    {
        padding-bottom: 1rem!important;
    }
    .xl\:pb-4
    {
        padding-bottom: 1.5rem!important;
    }
    .xl\:pb-5
    {
        padding-bottom: 2rem!important;
    }
    .xl\:pb-6
    {
        padding-bottom: 3rem!important;
    }
    .xl\:pb-7
    {
        padding-bottom: 4rem!important;
    }
    .xl\:pb-8
    {
        padding-bottom: 5rem!important;
    }
    .xl\:px-0
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .xl\:px-1
    {
        padding-left: .25rem!important;
        padding-right: .25rem!important;
    }
    .xl\:px-2
    {
        padding-left: .5rem!important;
        padding-right: .5rem!important;
    }
    .xl\:px-3
    {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .xl\:px-4
    {
        padding-left: 1.5rem!important;
        padding-right: 1.5rem!important;
    }
    .xl\:px-5
    {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .xl\:px-6
    {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
    .xl\:px-7
    {
        padding-left: 4rem!important;
        padding-right: 4rem!important;
    }
    .xl\:px-8
    {
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .xl\:py-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .xl\:py-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .xl\:py-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .xl\:py-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .xl\:py-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .xl\:py-5
    {
        padding-top: 2rem!important;
        padding-bottom: 2rem!important;
    }
    .xl\:py-6
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .xl\:py-7
    {
        padding-top: 4rem!important;
        padding-bottom: 4rem!important;
    }
    .xl\:py-8
    {
        padding-top: 5rem!important;
        padding-bottom: 5rem!important;
    }
}
.m-0
{
    margin: 0!important;
}
.m-5
{
    margin: 2rem!important;
}
.m-6
{
    margin: 3rem!important;
}
.m-7
{
    margin: 4rem!important;
}
.m-8
{
    margin: 5rem!important;
}
.-m-1
{
    margin: -.25rem!important;
}
.-m-2
{
    margin: -.5rem!important;
}
.-m-3
{
    margin: -1rem!important;
}
.-m-4
{
    margin: -1.5rem!important;
}
.-m-5
{
    margin: -2rem!important;
}
.-m-6
{
    margin: -3rem!important;
}
.-m-7
{
    margin: -4rem!important;
}
.-m-8
{
    margin: -5rem!important;
}
.mt-0
{
    margin-top: 0!important;
}
.mt-5
{
    margin-top: 2rem!important;
}
.mt-6
{
    margin-top: 3rem!important;
}
.mt-7
{
    margin-top: 4rem!important;
}
.mt-8
{
    margin-top: 5rem!important;
}
.-mt-1
{
    margin-top: -.25rem!important;
}
.-mt-2
{
    margin-top: -.5rem!important;
}
.-mt-3
{
    margin-top: -1rem!important;
}
.-mt-4
{
    margin-top: -1.5rem!important;
}
.-mt-5
{
    margin-top: -2rem!important;
}
.-mt-6
{
    margin-top: -3rem!important;
}
.-mt-7
{
    margin-top: -4rem!important;
}
.-mt-8
{
    margin-top: -5rem!important;
}
.mr-0
{
    margin-right: 0!important;
}
.mr-1
{
    margin-right: .25rem!important;
}
.mr-2
{
    margin-right: .5rem!important;
}
.mr-3
{
    margin-right: 1rem!important;
}
.mr-4
{
    margin-right: 1.5rem!important;
}
.mr-5
{
    margin-right: 2rem!important;
}
.mr-6
{
    margin-right: 3rem!important;
}
.mr-7
{
    margin-right: 4rem!important;
}
.mr-8
{
    margin-right: 5rem!important;
}
.-mr-1
{
    margin-right: -.25rem!important;
}
.-mr-2
{
    margin-right: -.5rem!important;
}
.-mr-3
{
    margin-right: -1rem!important;
}
.-mr-4
{
    margin-right: -1.5rem!important;
}
.-mr-5
{
    margin-right: -2rem!important;
}
.-mr-6
{
    margin-right: -3rem!important;
}
.-mr-7
{
    margin-right: -4rem!important;
}
.-mr-8
{
    margin-right: -5rem!important;
}
.mr-auto
{
    margin-right: auto!important;
}
.ml-0
{
    margin-left: 0!important;
}
.ml-1
{
    margin-left: .25rem!important;
}
.ml-2
{
    margin-left: .5rem!important;
}
.ml-3
{
    margin-left: 1rem!important;
}
.ml-4
{
    margin-left: 1.5rem!important;
}
.ml-5
{
    margin-left: 2rem!important;
}
.ml-6
{
    margin-left: 3rem!important;
}
.ml-7
{
    margin-left: 4rem!important;
}
.ml-8
{
    margin-left: 5rem!important;
}
.-ml-1
{
    margin-left: -.25rem!important;
}
.-ml-2
{
    margin-left: -.5rem!important;
}
.-ml-3
{
    margin-left: -1rem!important;
}
.-ml-4
{
    margin-left: -1.5rem!important;
}
.-ml-5
{
    margin-left: -2rem!important;
}
.-ml-6
{
    margin-left: -3rem!important;
}
.-ml-7
{
    margin-left: -4rem!important;
}
.-ml-8
{
    margin-left: -5rem!important;
}
.ml-auto
{
    margin-left: auto!important;
}
.mb-0
{
    margin-bottom: 0!important;
}
.mb-5
{
    margin-bottom: 2rem!important;
}
.mb-6
{
    margin-bottom: 3rem!important;
}
.mb-7
{
    margin-bottom: 4rem!important;
}
.mb-8
{
    margin-bottom: 5rem!important;
}
.-mb-1
{
    margin-bottom: -.25rem!important;
}
.-mb-2
{
    margin-bottom: -.5rem!important;
}
.-mb-3
{
    margin-bottom: -1rem!important;
}
.-mb-4
{
    margin-bottom: -1.5rem!important;
}
.-mb-5
{
    margin-bottom: -2rem!important;
}
.-mb-6
{
    margin-bottom: -3rem!important;
}
.-mb-7
{
    margin-bottom: -4rem!important;
}
.-mb-8
{
    margin-bottom: -5rem!important;
}
.mx-0
{
    margin-left: 0!important;
    margin-right: 0!important;
}
.mx-1
{
    margin-left: .25rem!important;
    margin-right: .25rem!important;
}
.mx-2
{
    margin-left: .5rem!important;
    margin-right: .5rem!important;
}
.mx-3
{
    margin-left: 1rem!important;
    margin-right: 1rem!important;
}
.mx-4
{
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
}
.mx-5
{
    margin-left: 2rem!important;
    margin-right: 2rem!important;
}
.mx-6
{
    margin-left: 3rem!important;
    margin-right: 3rem!important;
}
.mx-7
{
    margin-left: 4rem!important;
    margin-right: 4rem!important;
}
.mx-8
{
    margin-left: 5rem!important;
    margin-right: 5rem!important;
}
.-mx-1
{
    margin-left: -.25rem!important;
    margin-right: -.25rem!important;
}
.-mx-2
{
    margin-left: -.5rem!important;
    margin-right: -.5rem!important;
}
.-mx-3
{
    margin-left: -1rem!important;
    margin-right: -1rem!important;
}
.-mx-4
{
    margin-left: -1.5rem!important;
    margin-right: -1.5rem!important;
}
.-mx-5
{
    margin-left: -2rem!important;
    margin-right: -2rem!important;
}
.-mx-6
{
    margin-left: -3rem!important;
    margin-right: -3rem!important;
}
.-mx-7
{
    margin-left: -4rem!important;
    margin-right: -4rem!important;
}
.-mx-8
{
    margin-left: -5rem!important;
    margin-right: -5rem!important;
}
.mx-auto
{
    margin-left: auto!important;
    margin-right: auto!important;
}
.my-0
{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.my-5
{
    margin-top: 2rem!important;
    margin-bottom: 2rem!important;
}
.my-6
{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.my-7
{
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}
.my-8
{
    margin-top: 5rem!important;
    margin-bottom: 5rem!important;
}
.-my-1
{
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important;
}
.-my-2
{
    margin-top: -.5rem!important;
    margin-bottom: -.5rem!important;
}
.-my-3
{
    margin-top: -1rem!important;
    margin-bottom: -1rem!important;
}
.-my-4
{
    margin-top: -1.5rem!important;
    margin-bottom: -1.5rem!important;
}
.-my-5
{
    margin-top: -2rem!important;
    margin-bottom: -2rem!important;
}
.-my-6
{
    margin-top: -3rem!important;
    margin-bottom: -3rem!important;
}
.-my-7
{
    margin-top: -4rem!important;
    margin-bottom: -4rem!important;
}
.-my-8
{
    margin-top: -5rem!important;
    margin-bottom: -5rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:m-0
    {
        margin: 0!important;
    }
    .sm\:m-1
    {
        margin: .25rem!important;
    }
    .sm\:m-2
    {
        margin: .5rem!important;
    }
    .sm\:m-3
    {
        margin: 1rem!important;
    }
    .sm\:m-4
    {
        margin: 1.5rem!important;
    }
    .sm\:m-5
    {
        margin: 2rem!important;
    }
    .sm\:m-6
    {
        margin: 3rem!important;
    }
    .sm\:m-7
    {
        margin: 4rem!important;
    }
    .sm\:m-8
    {
        margin: 5rem!important;
    }
    .sm\:-m-1
    {
        margin: -.25rem!important;
    }
    .sm\:-m-2
    {
        margin: -.5rem!important;
    }
    .sm\:-m-3
    {
        margin: -1rem!important;
    }
    .sm\:-m-4
    {
        margin: -1.5rem!important;
    }
    .sm\:-m-5
    {
        margin: -2rem!important;
    }
    .sm\:-m-6
    {
        margin: -3rem!important;
    }
    .sm\:-m-7
    {
        margin: -4rem!important;
    }
    .sm\:-m-8
    {
        margin: -5rem!important;
    }
    .sm\:m-auto
    {
        margin: auto!important;
    }
    .sm\:mt-0
    {
        margin-top: 0!important;
    }
    .sm\:mt-1
    {
        margin-top: .25rem!important;
    }
    .sm\:mt-2
    {
        margin-top: .5rem!important;
    }
    .sm\:mt-3
    {
        margin-top: 1rem!important;
    }
    .sm\:mt-4
    {
        margin-top: 1.5rem!important;
    }
    .sm\:mt-5
    {
        margin-top: 2rem!important;
    }
    .sm\:mt-6
    {
        margin-top: 3rem!important;
    }
    .sm\:mt-7
    {
        margin-top: 4rem!important;
    }
    .sm\:mt-8
    {
        margin-top: 5rem!important;
    }
    .sm\:-mt-1
    {
        margin-top: -.25rem!important;
    }
    .sm\:-mt-2
    {
        margin-top: -.5rem!important;
    }
    .sm\:-mt-3
    {
        margin-top: -1rem!important;
    }
    .sm\:-mt-4
    {
        margin-top: -1.5rem!important;
    }
    .sm\:-mt-5
    {
        margin-top: -2rem!important;
    }
    .sm\:-mt-6
    {
        margin-top: -3rem!important;
    }
    .sm\:-mt-7
    {
        margin-top: -4rem!important;
    }
    .sm\:-mt-8
    {
        margin-top: -5rem!important;
    }
    .sm\:mt-auto
    {
        margin-top: auto!important;
    }
    .sm\:mr-0
    {
        margin-right: 0!important;
    }
    .sm\:mr-1
    {
        margin-right: .25rem!important;
    }
    .sm\:mr-2
    {
        margin-right: .5rem!important;
    }
    .sm\:mr-3
    {
        margin-right: 1rem!important;
    }
    .sm\:mr-4
    {
        margin-right: 1.5rem!important;
    }
    .sm\:mr-5
    {
        margin-right: 2rem!important;
    }
    .sm\:mr-6
    {
        margin-right: 3rem!important;
    }
    .sm\:mr-7
    {
        margin-right: 4rem!important;
    }
    .sm\:mr-8
    {
        margin-right: 5rem!important;
    }
    .sm\:-mr-1
    {
        margin-right: -.25rem!important;
    }
    .sm\:-mr-2
    {
        margin-right: -.5rem!important;
    }
    .sm\:-mr-3
    {
        margin-right: -1rem!important;
    }
    .sm\:-mr-4
    {
        margin-right: -1.5rem!important;
    }
    .sm\:-mr-5
    {
        margin-right: -2rem!important;
    }
    .sm\:-mr-6
    {
        margin-right: -3rem!important;
    }
    .sm\:-mr-7
    {
        margin-right: -4rem!important;
    }
    .sm\:-mr-8
    {
        margin-right: -5rem!important;
    }
    .sm\:mr-auto
    {
        margin-right: auto!important;
    }
    .sm\:ml-0
    {
        margin-left: 0!important;
    }
    .sm\:ml-1
    {
        margin-left: .25rem!important;
    }
    .sm\:ml-2
    {
        margin-left: .5rem!important;
    }
    .sm\:ml-3
    {
        margin-left: 1rem!important;
    }
    .sm\:ml-4
    {
        margin-left: 1.5rem!important;
    }
    .sm\:ml-5
    {
        margin-left: 2rem!important;
    }
    .sm\:ml-6
    {
        margin-left: 3rem!important;
    }
    .sm\:ml-7
    {
        margin-left: 4rem!important;
    }
    .sm\:ml-8
    {
        margin-left: 5rem!important;
    }
    .sm\:-ml-1
    {
        margin-left: -.25rem!important;
    }
    .sm\:-ml-2
    {
        margin-left: -.5rem!important;
    }
    .sm\:-ml-3
    {
        margin-left: -1rem!important;
    }
    .sm\:-ml-4
    {
        margin-left: -1.5rem!important;
    }
    .sm\:-ml-5
    {
        margin-left: -2rem!important;
    }
    .sm\:-ml-6
    {
        margin-left: -3rem!important;
    }
    .sm\:-ml-7
    {
        margin-left: -4rem!important;
    }
    .sm\:-ml-8
    {
        margin-left: -5rem!important;
    }
    .sm\:ml-auto
    {
        margin-left: auto!important;
    }
    .sm\:mb-0
    {
        margin-bottom: 0!important;
    }
    .sm\:mb-1
    {
        margin-bottom: .25rem!important;
    }
    .sm\:mb-2
    {
        margin-bottom: .5rem!important;
    }
    .sm\:mb-3
    {
        margin-bottom: 1rem!important;
    }
    .sm\:mb-4
    {
        margin-bottom: 1.5rem!important;
    }
    .sm\:mb-5
    {
        margin-bottom: 2rem!important;
    }
    .sm\:mb-6
    {
        margin-bottom: 3rem!important;
    }
    .sm\:mb-7
    {
        margin-bottom: 4rem!important;
    }
    .sm\:mb-8
    {
        margin-bottom: 5rem!important;
    }
    .sm\:-mb-1
    {
        margin-bottom: -.25rem!important;
    }
    .sm\:-mb-2
    {
        margin-bottom: -.5rem!important;
    }
    .sm\:-mb-3
    {
        margin-bottom: -1rem!important;
    }
    .sm\:-mb-4
    {
        margin-bottom: -1.5rem!important;
    }
    .sm\:-mb-5
    {
        margin-bottom: -2rem!important;
    }
    .sm\:-mb-6
    {
        margin-bottom: -3rem!important;
    }
    .sm\:-mb-7
    {
        margin-bottom: -4rem!important;
    }
    .sm\:-mb-8
    {
        margin-bottom: -5rem!important;
    }
    .sm\:mb-auto
    {
        margin-bottom: auto!important;
    }
    .sm\:mx-0
    {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .sm\:mx-1
    {
        margin-left: .25rem!important;
        margin-right: .25rem!important;
    }
    .sm\:mx-2
    {
        margin-left: .5rem!important;
        margin-right: .5rem!important;
    }
    .sm\:mx-3
    {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .sm\:mx-4
    {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
    .sm\:mx-5
    {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
    }
    .sm\:mx-6
    {
        margin-left: 3rem!important;
        margin-right: 3rem!important;
    }
    .sm\:mx-7
    {
        margin-left: 4rem!important;
        margin-right: 4rem!important;
    }
    .sm\:mx-8
    {
        margin-left: 5rem!important;
        margin-right: 5rem!important;
    }
    .sm\:-mx-1
    {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important;
    }
    .sm\:-mx-2
    {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important;
    }
    .sm\:-mx-3
    {
        margin-left: -1rem!important;
        margin-right: -1rem!important;
    }
    .sm\:-mx-4
    {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important;
    }
    .sm\:-mx-5
    {
        margin-left: -2rem!important;
        margin-right: -2rem!important;
    }
    .sm\:-mx-6
    {
        margin-left: -3rem!important;
        margin-right: -3rem!important;
    }
    .sm\:-mx-7
    {
        margin-left: -4rem!important;
        margin-right: -4rem!important;
    }
    .sm\:-mx-8
    {
        margin-left: -5rem!important;
        margin-right: -5rem!important;
    }
    .sm\:mx-auto
    {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .sm\:my-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .sm\:my-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .sm\:my-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .sm\:my-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .sm\:my-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .sm\:my-5
    {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .sm\:my-6
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .sm\:my-7
    {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .sm\:my-8
    {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .sm\:-my-1
    {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important;
    }
    .sm\:-my-2
    {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important;
    }
    .sm\:-my-3
    {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important;
    }
    .sm\:-my-4
    {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important;
    }
    .sm\:-my-5
    {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important;
    }
    .sm\:-my-6
    {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important;
    }
    .sm\:-my-7
    {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important;
    }
    .sm\:-my-8
    {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important;
    }
    .sm\:my-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:m-0
    {
        margin: 0!important;
    }
    .md\:m-1
    {
        margin: .25rem!important;
    }
    .md\:m-2
    {
        margin: .5rem!important;
    }
    .md\:m-3
    {
        margin: 1rem!important;
    }
    .md\:m-4
    {
        margin: 1.5rem!important;
    }
    .md\:m-5
    {
        margin: 2rem!important;
    }
    .md\:m-6
    {
        margin: 3rem!important;
    }
    .md\:m-7
    {
        margin: 4rem!important;
    }
    .md\:m-8
    {
        margin: 5rem!important;
    }
    .md\:-m-1
    {
        margin: -.25rem!important;
    }
    .md\:-m-2
    {
        margin: -.5rem!important;
    }
    .md\:-m-3
    {
        margin: -1rem!important;
    }
    .md\:-m-4
    {
        margin: -1.5rem!important;
    }
    .md\:-m-5
    {
        margin: -2rem!important;
    }
    .md\:-m-6
    {
        margin: -3rem!important;
    }
    .md\:-m-7
    {
        margin: -4rem!important;
    }
    .md\:-m-8
    {
        margin: -5rem!important;
    }
    .md\:m-auto
    {
        margin: auto!important;
    }
    .md\:mt-0
    {
        margin-top: 0!important;
    }
    .md\:mt-1
    {
        margin-top: .25rem!important;
    }
    .md\:mt-2
    {
        margin-top: .5rem!important;
    }
    .md\:mt-3
    {
        margin-top: 1rem!important;
    }
    .md\:mt-4
    {
        margin-top: 1.5rem!important;
    }
    .md\:mt-5
    {
        margin-top: 2rem!important;
    }
    .md\:mt-6
    {
        margin-top: 3rem!important;
    }
    .md\:mt-7
    {
        margin-top: 4rem!important;
    }
    .md\:mt-8
    {
        margin-top: 5rem!important;
    }
    .md\:-mt-1
    {
        margin-top: -.25rem!important;
    }
    .md\:-mt-2
    {
        margin-top: -.5rem!important;
    }
    .md\:-mt-3
    {
        margin-top: -1rem!important;
    }
    .md\:-mt-4
    {
        margin-top: -1.5rem!important;
    }
    .md\:-mt-5
    {
        margin-top: -2rem!important;
    }
    .md\:-mt-6
    {
        margin-top: -3rem!important;
    }
    .md\:-mt-7
    {
        margin-top: -4rem!important;
    }
    .md\:-mt-8
    {
        margin-top: -5rem!important;
    }
    .md\:mt-auto
    {
        margin-top: auto!important;
    }
    .md\:mr-0
    {
        margin-right: 0!important;
    }
    .md\:mr-1
    {
        margin-right: .25rem!important;
    }
    .md\:mr-2
    {
        margin-right: .5rem!important;
    }
    .md\:mr-3
    {
        margin-right: 1rem!important;
    }
    .md\:mr-4
    {
        margin-right: 1.5rem!important;
    }
    .md\:mr-5
    {
        margin-right: 2rem!important;
    }
    .md\:mr-6
    {
        margin-right: 3rem!important;
    }
    .md\:mr-7
    {
        margin-right: 4rem!important;
    }
    .md\:mr-8
    {
        margin-right: 5rem!important;
    }
    .md\:-mr-1
    {
        margin-right: -.25rem!important;
    }
    .md\:-mr-2
    {
        margin-right: -.5rem!important;
    }
    .md\:-mr-3
    {
        margin-right: -1rem!important;
    }
    .md\:-mr-4
    {
        margin-right: -1.5rem!important;
    }
    .md\:-mr-5
    {
        margin-right: -2rem!important;
    }
    .md\:-mr-6
    {
        margin-right: -3rem!important;
    }
    .md\:-mr-7
    {
        margin-right: -4rem!important;
    }
    .md\:-mr-8
    {
        margin-right: -5rem!important;
    }
    .md\:mr-auto
    {
        margin-right: auto!important;
    }
    .md\:ml-0
    {
        margin-left: 0!important;
    }
    .md\:ml-1
    {
        margin-left: .25rem!important;
    }
    .md\:ml-2
    {
        margin-left: .5rem!important;
    }
    .md\:ml-3
    {
        margin-left: 1rem!important;
    }
    .md\:ml-4
    {
        margin-left: 1.5rem!important;
    }
    .md\:ml-5
    {
        margin-left: 2rem!important;
    }
    .md\:ml-6
    {
        margin-left: 3rem!important;
    }
    .md\:ml-7
    {
        margin-left: 4rem!important;
    }
    .md\:ml-8
    {
        margin-left: 5rem!important;
    }
    .md\:-ml-1
    {
        margin-left: -.25rem!important;
    }
    .md\:-ml-2
    {
        margin-left: -.5rem!important;
    }
    .md\:-ml-3
    {
        margin-left: -1rem!important;
    }
    .md\:-ml-4
    {
        margin-left: -1.5rem!important;
    }
    .md\:-ml-5
    {
        margin-left: -2rem!important;
    }
    .md\:-ml-6
    {
        margin-left: -3rem!important;
    }
    .md\:-ml-7
    {
        margin-left: -4rem!important;
    }
    .md\:-ml-8
    {
        margin-left: -5rem!important;
    }
    .md\:ml-auto
    {
        margin-left: auto!important;
    }
    .md\:mb-0
    {
        margin-bottom: 0!important;
    }
    .md\:mb-1
    {
        margin-bottom: .25rem!important;
    }
    .md\:mb-2
    {
        margin-bottom: .5rem!important;
    }
    .md\:mb-3
    {
        margin-bottom: 1rem!important;
    }
    .md\:mb-4
    {
        margin-bottom: 1.5rem!important;
    }
    .md\:mb-5
    {
        margin-bottom: 2rem!important;
    }
    .md\:mb-6
    {
        margin-bottom: 3rem!important;
    }
    .md\:mb-7
    {
        margin-bottom: 4rem!important;
    }
    .md\:mb-8
    {
        margin-bottom: 5rem!important;
    }
    .md\:-mb-1
    {
        margin-bottom: -.25rem!important;
    }
    .md\:-mb-2
    {
        margin-bottom: -.5rem!important;
    }
    .md\:-mb-3
    {
        margin-bottom: -1rem!important;
    }
    .md\:-mb-4
    {
        margin-bottom: -1.5rem!important;
    }
    .md\:-mb-5
    {
        margin-bottom: -2rem!important;
    }
    .md\:-mb-6
    {
        margin-bottom: -3rem!important;
    }
    .md\:-mb-7
    {
        margin-bottom: -4rem!important;
    }
    .md\:-mb-8
    {
        margin-bottom: -5rem!important;
    }
    .md\:mb-auto
    {
        margin-bottom: auto!important;
    }
    .md\:mx-0
    {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .md\:mx-1
    {
        margin-left: .25rem!important;
        margin-right: .25rem!important;
    }
    .md\:mx-2
    {
        margin-left: .5rem!important;
        margin-right: .5rem!important;
    }
    .md\:mx-3
    {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .md\:mx-4
    {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
    .md\:mx-5
    {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
    }
    .md\:mx-6
    {
        margin-left: 3rem!important;
        margin-right: 3rem!important;
    }
    .md\:mx-7
    {
        margin-left: 4rem!important;
        margin-right: 4rem!important;
    }
    .md\:mx-8
    {
        margin-left: 5rem!important;
        margin-right: 5rem!important;
    }
    .md\:-mx-1
    {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important;
    }
    .md\:-mx-2
    {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important;
    }
    .md\:-mx-3
    {
        margin-left: -1rem!important;
        margin-right: -1rem!important;
    }
    .md\:-mx-4
    {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important;
    }
    .md\:-mx-5
    {
        margin-left: -2rem!important;
        margin-right: -2rem!important;
    }
    .md\:-mx-6
    {
        margin-left: -3rem!important;
        margin-right: -3rem!important;
    }
    .md\:-mx-7
    {
        margin-left: -4rem!important;
        margin-right: -4rem!important;
    }
    .md\:-mx-8
    {
        margin-left: -5rem!important;
        margin-right: -5rem!important;
    }
    .md\:mx-auto
    {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .md\:my-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .md\:my-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .md\:my-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .md\:my-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .md\:my-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .md\:my-5
    {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .md\:my-6
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .md\:my-7
    {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .md\:my-8
    {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .md\:-my-1
    {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important;
    }
    .md\:-my-2
    {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important;
    }
    .md\:-my-3
    {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important;
    }
    .md\:-my-4
    {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important;
    }
    .md\:-my-5
    {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important;
    }
    .md\:-my-6
    {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important;
    }
    .md\:-my-7
    {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important;
    }
    .md\:-my-8
    {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important;
    }
    .md\:my-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:m-0
    {
        margin: 0!important;
    }
    .lg\:m-1
    {
        margin: .25rem!important;
    }
    .lg\:m-2
    {
        margin: .5rem!important;
    }
    .lg\:m-3
    {
        margin: 1rem!important;
    }
    .lg\:m-4
    {
        margin: 1.5rem!important;
    }
    .lg\:m-5
    {
        margin: 2rem!important;
    }
    .lg\:m-6
    {
        margin: 3rem!important;
    }
    .lg\:m-7
    {
        margin: 4rem!important;
    }
    .lg\:m-8
    {
        margin: 5rem!important;
    }
    .lg\:-m-1
    {
        margin: -.25rem!important;
    }
    .lg\:-m-2
    {
        margin: -.5rem!important;
    }
    .lg\:-m-3
    {
        margin: -1rem!important;
    }
    .lg\:-m-4
    {
        margin: -1.5rem!important;
    }
    .lg\:-m-5
    {
        margin: -2rem!important;
    }
    .lg\:-m-6
    {
        margin: -3rem!important;
    }
    .lg\:-m-7
    {
        margin: -4rem!important;
    }
    .lg\:-m-8
    {
        margin: -5rem!important;
    }
    .lg\:m-auto
    {
        margin: auto!important;
    }
    .lg\:mt-0
    {
        margin-top: 0!important;
    }
    .lg\:mt-1
    {
        margin-top: .25rem!important;
    }
    .lg\:mt-2
    {
        margin-top: .5rem!important;
    }
    .lg\:mt-3
    {
        margin-top: 1rem!important;
    }
    .lg\:mt-4
    {
        margin-top: 1.5rem!important;
    }
    .lg\:mt-5
    {
        margin-top: 2rem!important;
    }
    .lg\:mt-6
    {
        margin-top: 3rem!important;
    }
    .lg\:mt-7
    {
        margin-top: 4rem!important;
    }
    .lg\:mt-8
    {
        margin-top: 5rem!important;
    }
    .lg\:-mt-1
    {
        margin-top: -.25rem!important;
    }
    .lg\:-mt-2
    {
        margin-top: -.5rem!important;
    }
    .lg\:-mt-3
    {
        margin-top: -1rem!important;
    }
    .lg\:-mt-4
    {
        margin-top: -1.5rem!important;
    }
    .lg\:-mt-5
    {
        margin-top: -2rem!important;
    }
    .lg\:-mt-6
    {
        margin-top: -3rem!important;
    }
    .lg\:-mt-7
    {
        margin-top: -4rem!important;
    }
    .lg\:-mt-8
    {
        margin-top: -5rem!important;
    }
    .lg\:mt-auto
    {
        margin-top: auto!important;
    }
    .lg\:mr-0
    {
        margin-right: 0!important;
    }
    .lg\:mr-1
    {
        margin-right: .25rem!important;
    }
    .lg\:mr-2
    {
        margin-right: .5rem!important;
    }
    .lg\:mr-3
    {
        margin-right: 1rem!important;
    }
    .lg\:mr-4
    {
        margin-right: 1.5rem!important;
    }
    .lg\:mr-5
    {
        margin-right: 2rem!important;
    }
    .lg\:mr-6
    {
        margin-right: 3rem!important;
    }
    .lg\:mr-7
    {
        margin-right: 4rem!important;
    }
    .lg\:mr-8
    {
        margin-right: 5rem!important;
    }
    .lg\:-mr-1
    {
        margin-right: -.25rem!important;
    }
    .lg\:-mr-2
    {
        margin-right: -.5rem!important;
    }
    .lg\:-mr-3
    {
        margin-right: -1rem!important;
    }
    .lg\:-mr-4
    {
        margin-right: -1.5rem!important;
    }
    .lg\:-mr-5
    {
        margin-right: -2rem!important;
    }
    .lg\:-mr-6
    {
        margin-right: -3rem!important;
    }
    .lg\:-mr-7
    {
        margin-right: -4rem!important;
    }
    .lg\:-mr-8
    {
        margin-right: -5rem!important;
    }
    .lg\:mr-auto
    {
        margin-right: auto!important;
    }
    .lg\:ml-0
    {
        margin-left: 0!important;
    }
    .lg\:ml-1
    {
        margin-left: .25rem!important;
    }
    .lg\:ml-2
    {
        margin-left: .5rem!important;
    }
    .lg\:ml-3
    {
        margin-left: 1rem!important;
    }
    .lg\:ml-4
    {
        margin-left: 1.5rem!important;
    }
    .lg\:ml-5
    {
        margin-left: 2rem!important;
    }
    .lg\:ml-6
    {
        margin-left: 3rem!important;
    }
    .lg\:ml-7
    {
        margin-left: 4rem!important;
    }
    .lg\:ml-8
    {
        margin-left: 5rem!important;
    }
    .lg\:-ml-1
    {
        margin-left: -.25rem!important;
    }
    .lg\:-ml-2
    {
        margin-left: -.5rem!important;
    }
    .lg\:-ml-3
    {
        margin-left: -1rem!important;
    }
    .lg\:-ml-4
    {
        margin-left: -1.5rem!important;
    }
    .lg\:-ml-5
    {
        margin-left: -2rem!important;
    }
    .lg\:-ml-6
    {
        margin-left: -3rem!important;
    }
    .lg\:-ml-7
    {
        margin-left: -4rem!important;
    }
    .lg\:-ml-8
    {
        margin-left: -5rem!important;
    }
    .lg\:ml-auto
    {
        margin-left: auto!important;
    }
    .lg\:mb-0
    {
        margin-bottom: 0!important;
    }
    .lg\:mb-1
    {
        margin-bottom: .25rem!important;
    }
    .lg\:mb-2
    {
        margin-bottom: .5rem!important;
    }
    .lg\:mb-3
    {
        margin-bottom: 1rem!important;
    }
    .lg\:mb-4
    {
        margin-bottom: 1.5rem!important;
    }
    .lg\:mb-5
    {
        margin-bottom: 2rem!important;
    }
    .lg\:mb-6
    {
        margin-bottom: 3rem!important;
    }
    .lg\:mb-7
    {
        margin-bottom: 4rem!important;
    }
    .lg\:mb-8
    {
        margin-bottom: 5rem!important;
    }
    .lg\:-mb-1
    {
        margin-bottom: -.25rem!important;
    }
    .lg\:-mb-2
    {
        margin-bottom: -.5rem!important;
    }
    .lg\:-mb-3
    {
        margin-bottom: -1rem!important;
    }
    .lg\:-mb-4
    {
        margin-bottom: -1.5rem!important;
    }
    .lg\:-mb-5
    {
        margin-bottom: -2rem!important;
    }
    .lg\:-mb-6
    {
        margin-bottom: -3rem!important;
    }
    .lg\:-mb-7
    {
        margin-bottom: -4rem!important;
    }
    .lg\:-mb-8
    {
        margin-bottom: -5rem!important;
    }
    .lg\:mb-auto
    {
        margin-bottom: auto!important;
    }
    .lg\:mx-0
    {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .lg\:mx-1
    {
        margin-left: .25rem!important;
        margin-right: .25rem!important;
    }
    .lg\:mx-2
    {
        margin-left: .5rem!important;
        margin-right: .5rem!important;
    }
    .lg\:mx-3
    {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .lg\:mx-4
    {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
    .lg\:mx-5
    {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
    }
    .lg\:mx-6
    {
        margin-left: 3rem!important;
        margin-right: 3rem!important;
    }
    .lg\:mx-7
    {
        margin-left: 4rem!important;
        margin-right: 4rem!important;
    }
    .lg\:mx-8
    {
        margin-left: 5rem!important;
        margin-right: 5rem!important;
    }
    .lg\:-mx-1
    {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important;
    }
    .lg\:-mx-2
    {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important;
    }
    .lg\:-mx-3
    {
        margin-left: -1rem!important;
        margin-right: -1rem!important;
    }
    .lg\:-mx-4
    {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important;
    }
    .lg\:-mx-5
    {
        margin-left: -2rem!important;
        margin-right: -2rem!important;
    }
    .lg\:-mx-6
    {
        margin-left: -3rem!important;
        margin-right: -3rem!important;
    }
    .lg\:-mx-7
    {
        margin-left: -4rem!important;
        margin-right: -4rem!important;
    }
    .lg\:-mx-8
    {
        margin-left: -5rem!important;
        margin-right: -5rem!important;
    }
    .lg\:mx-auto
    {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .lg\:my-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .lg\:my-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .lg\:my-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .lg\:my-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .lg\:my-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .lg\:my-5
    {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .lg\:my-6
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .lg\:my-7
    {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .lg\:my-8
    {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .lg\:-my-1
    {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important;
    }
    .lg\:-my-2
    {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important;
    }
    .lg\:-my-3
    {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important;
    }
    .lg\:-my-4
    {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important;
    }
    .lg\:-my-5
    {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important;
    }
    .lg\:-my-6
    {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important;
    }
    .lg\:-my-7
    {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important;
    }
    .lg\:-my-8
    {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important;
    }
    .lg\:my-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:m-0
    {
        margin: 0!important;
    }
    .xl\:m-1
    {
        margin: .25rem!important;
    }
    .xl\:m-2
    {
        margin: .5rem!important;
    }
    .xl\:m-3
    {
        margin: 1rem!important;
    }
    .xl\:m-4
    {
        margin: 1.5rem!important;
    }
    .xl\:m-5
    {
        margin: 2rem!important;
    }
    .xl\:m-6
    {
        margin: 3rem!important;
    }
    .xl\:m-7
    {
        margin: 4rem!important;
    }
    .xl\:m-8
    {
        margin: 5rem!important;
    }
    .xl\:-m-1
    {
        margin: -.25rem!important;
    }
    .xl\:-m-2
    {
        margin: -.5rem!important;
    }
    .xl\:-m-3
    {
        margin: -1rem!important;
    }
    .xl\:-m-4
    {
        margin: -1.5rem!important;
    }
    .xl\:-m-5
    {
        margin: -2rem!important;
    }
    .xl\:-m-6
    {
        margin: -3rem!important;
    }
    .xl\:-m-7
    {
        margin: -4rem!important;
    }
    .xl\:-m-8
    {
        margin: -5rem!important;
    }
    .xl\:m-auto
    {
        margin: auto!important;
    }
    .xl\:mt-0
    {
        margin-top: 0!important;
    }
    .xl\:mt-1
    {
        margin-top: .25rem!important;
    }
    .xl\:mt-2
    {
        margin-top: .5rem!important;
    }
    .xl\:mt-3
    {
        margin-top: 1rem!important;
    }
    .xl\:mt-4
    {
        margin-top: 1.5rem!important;
    }
    .xl\:mt-5
    {
        margin-top: 2rem!important;
    }
    .xl\:mt-6
    {
        margin-top: 3rem!important;
    }
    .xl\:mt-7
    {
        margin-top: 4rem!important;
    }
    .xl\:mt-8
    {
        margin-top: 5rem!important;
    }
    .xl\:-mt-1
    {
        margin-top: -.25rem!important;
    }
    .xl\:-mt-2
    {
        margin-top: -.5rem!important;
    }
    .xl\:-mt-3
    {
        margin-top: -1rem!important;
    }
    .xl\:-mt-4
    {
        margin-top: -1.5rem!important;
    }
    .xl\:-mt-5
    {
        margin-top: -2rem!important;
    }
    .xl\:-mt-6
    {
        margin-top: -3rem!important;
    }
    .xl\:-mt-7
    {
        margin-top: -4rem!important;
    }
    .xl\:-mt-8
    {
        margin-top: -5rem!important;
    }
    .xl\:mt-auto
    {
        margin-top: auto!important;
    }
    .xl\:mr-0
    {
        margin-right: 0!important;
    }
    .xl\:mr-1
    {
        margin-right: .25rem!important;
    }
    .xl\:mr-2
    {
        margin-right: .5rem!important;
    }
    .xl\:mr-3
    {
        margin-right: 1rem!important;
    }
    .xl\:mr-4
    {
        margin-right: 1.5rem!important;
    }
    .xl\:mr-5
    {
        margin-right: 2rem!important;
    }
    .xl\:mr-6
    {
        margin-right: 3rem!important;
    }
    .xl\:mr-7
    {
        margin-right: 4rem!important;
    }
    .xl\:mr-8
    {
        margin-right: 5rem!important;
    }
    .xl\:-mr-1
    {
        margin-right: -.25rem!important;
    }
    .xl\:-mr-2
    {
        margin-right: -.5rem!important;
    }
    .xl\:-mr-3
    {
        margin-right: -1rem!important;
    }
    .xl\:-mr-4
    {
        margin-right: -1.5rem!important;
    }
    .xl\:-mr-5
    {
        margin-right: -2rem!important;
    }
    .xl\:-mr-6
    {
        margin-right: -3rem!important;
    }
    .xl\:-mr-7
    {
        margin-right: -4rem!important;
    }
    .xl\:-mr-8
    {
        margin-right: -5rem!important;
    }
    .xl\:mr-auto
    {
        margin-right: auto!important;
    }
    .xl\:ml-0
    {
        margin-left: 0!important;
    }
    .xl\:ml-1
    {
        margin-left: .25rem!important;
    }
    .xl\:ml-2
    {
        margin-left: .5rem!important;
    }
    .xl\:ml-3
    {
        margin-left: 1rem!important;
    }
    .xl\:ml-4
    {
        margin-left: 1.5rem!important;
    }
    .xl\:ml-5
    {
        margin-left: 2rem!important;
    }
    .xl\:ml-6
    {
        margin-left: 3rem!important;
    }
    .xl\:ml-7
    {
        margin-left: 4rem!important;
    }
    .xl\:ml-8
    {
        margin-left: 5rem!important;
    }
    .xl\:-ml-1
    {
        margin-left: -.25rem!important;
    }
    .xl\:-ml-2
    {
        margin-left: -.5rem!important;
    }
    .xl\:-ml-3
    {
        margin-left: -1rem!important;
    }
    .xl\:-ml-4
    {
        margin-left: -1.5rem!important;
    }
    .xl\:-ml-5
    {
        margin-left: -2rem!important;
    }
    .xl\:-ml-6
    {
        margin-left: -3rem!important;
    }
    .xl\:-ml-7
    {
        margin-left: -4rem!important;
    }
    .xl\:-ml-8
    {
        margin-left: -5rem!important;
    }
    .xl\:ml-auto
    {
        margin-left: auto!important;
    }
    .xl\:mb-0
    {
        margin-bottom: 0!important;
    }
    .xl\:mb-1
    {
        margin-bottom: .25rem!important;
    }
    .xl\:mb-2
    {
        margin-bottom: .5rem!important;
    }
    .xl\:mb-3
    {
        margin-bottom: 1rem!important;
    }
    .xl\:mb-4
    {
        margin-bottom: 1.5rem!important;
    }
    .xl\:mb-5
    {
        margin-bottom: 2rem!important;
    }
    .xl\:mb-6
    {
        margin-bottom: 3rem!important;
    }
    .xl\:mb-7
    {
        margin-bottom: 4rem!important;
    }
    .xl\:mb-8
    {
        margin-bottom: 5rem!important;
    }
    .xl\:-mb-1
    {
        margin-bottom: -.25rem!important;
    }
    .xl\:-mb-2
    {
        margin-bottom: -.5rem!important;
    }
    .xl\:-mb-3
    {
        margin-bottom: -1rem!important;
    }
    .xl\:-mb-4
    {
        margin-bottom: -1.5rem!important;
    }
    .xl\:-mb-5
    {
        margin-bottom: -2rem!important;
    }
    .xl\:-mb-6
    {
        margin-bottom: -3rem!important;
    }
    .xl\:-mb-7
    {
        margin-bottom: -4rem!important;
    }
    .xl\:-mb-8
    {
        margin-bottom: -5rem!important;
    }
    .xl\:mb-auto
    {
        margin-bottom: auto!important;
    }
    .xl\:mx-0
    {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .xl\:mx-1
    {
        margin-left: .25rem!important;
        margin-right: .25rem!important;
    }
    .xl\:mx-2
    {
        margin-left: .5rem!important;
        margin-right: .5rem!important;
    }
    .xl\:mx-3
    {
        margin-left: 1rem!important;
        margin-right: 1rem!important;
    }
    .xl\:mx-4
    {
        margin-left: 1.5rem!important;
        margin-right: 1.5rem!important;
    }
    .xl\:mx-5
    {
        margin-left: 2rem!important;
        margin-right: 2rem!important;
    }
    .xl\:mx-6
    {
        margin-left: 3rem!important;
        margin-right: 3rem!important;
    }
    .xl\:mx-7
    {
        margin-left: 4rem!important;
        margin-right: 4rem!important;
    }
    .xl\:mx-8
    {
        margin-left: 5rem!important;
        margin-right: 5rem!important;
    }
    .xl\:-mx-1
    {
        margin-left: -.25rem!important;
        margin-right: -.25rem!important;
    }
    .xl\:-mx-2
    {
        margin-left: -.5rem!important;
        margin-right: -.5rem!important;
    }
    .xl\:-mx-3
    {
        margin-left: -1rem!important;
        margin-right: -1rem!important;
    }
    .xl\:-mx-4
    {
        margin-left: -1.5rem!important;
        margin-right: -1.5rem!important;
    }
    .xl\:-mx-5
    {
        margin-left: -2rem!important;
        margin-right: -2rem!important;
    }
    .xl\:-mx-6
    {
        margin-left: -3rem!important;
        margin-right: -3rem!important;
    }
    .xl\:-mx-7
    {
        margin-left: -4rem!important;
        margin-right: -4rem!important;
    }
    .xl\:-mx-8
    {
        margin-left: -5rem!important;
        margin-right: -5rem!important;
    }
    .xl\:mx-auto
    {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .xl\:my-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .xl\:my-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .xl\:my-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .xl\:my-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .xl\:my-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .xl\:my-5
    {
        margin-top: 2rem!important;
        margin-bottom: 2rem!important;
    }
    .xl\:my-6
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .xl\:my-7
    {
        margin-top: 4rem!important;
        margin-bottom: 4rem!important;
    }
    .xl\:my-8
    {
        margin-top: 5rem!important;
        margin-bottom: 5rem!important;
    }
    .xl\:-my-1
    {
        margin-top: -.25rem!important;
        margin-bottom: -.25rem!important;
    }
    .xl\:-my-2
    {
        margin-top: -.5rem!important;
        margin-bottom: -.5rem!important;
    }
    .xl\:-my-3
    {
        margin-top: -1rem!important;
        margin-bottom: -1rem!important;
    }
    .xl\:-my-4
    {
        margin-top: -1.5rem!important;
        margin-bottom: -1.5rem!important;
    }
    .xl\:-my-5
    {
        margin-top: -2rem!important;
        margin-bottom: -2rem!important;
    }
    .xl\:-my-6
    {
        margin-top: -3rem!important;
        margin-bottom: -3rem!important;
    }
    .xl\:-my-7
    {
        margin-top: -4rem!important;
        margin-bottom: -4rem!important;
    }
    .xl\:-my-8
    {
        margin-top: -5rem!important;
        margin-bottom: -5rem!important;
    }
    .xl\:my-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
}
.shadow-1
{
    box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
}
.shadow-2
{
    box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
}
.shadow-3
{
    box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
}
.shadow-4
{
    box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
}
.shadow-5
{
    box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
}
.shadow-6
{
    box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
}
.shadow-7
{
    box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
}
.shadow-8
{
    box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
}
.focus\:shadow-none:focus
{
    box-shadow: none!important;
}
.hover\:shadow-none:hover, .active\:shadow-none:active
{
    box-shadow: none!important;
}
.focus\:shadow-1:focus
{
    box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
}
.hover\:shadow-1:hover, .active\:shadow-1:active
{
    box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
}
.focus\:shadow-2:focus
{
    box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
}
.hover\:shadow-2:hover, .active\:shadow-2:active
{
    box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
}
.focus\:shadow-3:focus
{
    box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
}
.hover\:shadow-3:hover, .active\:shadow-3:active
{
    box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
}
.focus\:shadow-4:focus
{
    box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
}
.hover\:shadow-4:hover, .active\:shadow-4:active
{
    box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
}
.focus\:shadow-5:focus
{
    box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
}
.hover\:shadow-5:hover, .active\:shadow-5:active
{
    box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
}
.focus\:shadow-6:focus
{
    box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
}
.hover\:shadow-6:hover, .active\:shadow-6:active
{
    box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
}
.focus\:shadow-7:focus
{
    box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
}
.hover\:shadow-7:hover, .active\:shadow-7:active
{
    box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
}
.focus\:shadow-8:focus
{
    box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
}
.hover\:shadow-8:hover, .active\:shadow-8:active
{
    box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
}
@media screen and (min-width: 576px)
{
    .sm\:shadow-none
    {
        box-shadow: none!important;
    }
    .sm\:shadow-1
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .sm\:shadow-2
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .sm\:shadow-3
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .sm\:shadow-4
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .sm\:shadow-5
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .sm\:shadow-6
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .sm\:shadow-7
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .sm\:shadow-8
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .sm\:focus\:shadow-none:focus
    {
        box-shadow: none!important;
    }
    .sm\:hover\:shadow-none:hover, .sm\:active\:shadow-none:active
    {
        box-shadow: none!important;
    }
    .sm\:focus\:shadow-1:focus
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .sm\:hover\:shadow-1:hover, .sm\:active\:shadow-1:active
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .sm\:focus\:shadow-2:focus
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .sm\:hover\:shadow-2:hover, .sm\:active\:shadow-2:active
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .sm\:focus\:shadow-3:focus
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .sm\:hover\:shadow-3:hover, .sm\:active\:shadow-3:active
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .sm\:focus\:shadow-4:focus
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .sm\:hover\:shadow-4:hover, .sm\:active\:shadow-4:active
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .sm\:focus\:shadow-5:focus
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .sm\:hover\:shadow-5:hover, .sm\:active\:shadow-5:active
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .sm\:focus\:shadow-6:focus
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .sm\:hover\:shadow-6:hover, .sm\:active\:shadow-6:active
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .sm\:focus\:shadow-7:focus
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .sm\:hover\:shadow-7:hover, .sm\:active\:shadow-7:active
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .sm\:focus\:shadow-8:focus
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .sm\:hover\:shadow-8:hover, .sm\:active\:shadow-8:active
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:shadow-none
    {
        box-shadow: none!important;
    }
    .md\:shadow-1
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .md\:shadow-2
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .md\:shadow-3
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .md\:shadow-4
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .md\:shadow-5
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .md\:shadow-6
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .md\:shadow-7
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .md\:shadow-8
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .md\:focus\:shadow-none:focus
    {
        box-shadow: none!important;
    }
    .md\:hover\:shadow-none:hover, .md\:active\:shadow-none:active
    {
        box-shadow: none!important;
    }
    .md\:focus\:shadow-1:focus
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .md\:hover\:shadow-1:hover, .md\:active\:shadow-1:active
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .md\:focus\:shadow-2:focus
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .md\:hover\:shadow-2:hover, .md\:active\:shadow-2:active
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .md\:focus\:shadow-3:focus
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .md\:hover\:shadow-3:hover, .md\:active\:shadow-3:active
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .md\:focus\:shadow-4:focus
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .md\:hover\:shadow-4:hover, .md\:active\:shadow-4:active
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .md\:focus\:shadow-5:focus
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .md\:hover\:shadow-5:hover, .md\:active\:shadow-5:active
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .md\:focus\:shadow-6:focus
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .md\:hover\:shadow-6:hover, .md\:active\:shadow-6:active
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .md\:focus\:shadow-7:focus
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .md\:hover\:shadow-7:hover, .md\:active\:shadow-7:active
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .md\:focus\:shadow-8:focus
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .md\:hover\:shadow-8:hover, .md\:active\:shadow-8:active
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:shadow-none
    {
        box-shadow: none!important;
    }
    .lg\:shadow-1
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .lg\:shadow-2
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .lg\:shadow-3
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .lg\:shadow-4
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .lg\:shadow-5
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .lg\:shadow-6
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .lg\:shadow-7
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .lg\:shadow-8
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .lg\:focus\:shadow-none:focus
    {
        box-shadow: none!important;
    }
    .lg\:hover\:shadow-none:hover, .lg\:active\:shadow-none:active
    {
        box-shadow: none!important;
    }
    .lg\:focus\:shadow-1:focus
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .lg\:hover\:shadow-1:hover, .lg\:active\:shadow-1:active
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .lg\:focus\:shadow-2:focus
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .lg\:hover\:shadow-2:hover, .lg\:active\:shadow-2:active
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .lg\:focus\:shadow-3:focus
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .lg\:hover\:shadow-3:hover, .lg\:active\:shadow-3:active
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .lg\:focus\:shadow-4:focus
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .lg\:hover\:shadow-4:hover, .lg\:active\:shadow-4:active
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .lg\:focus\:shadow-5:focus
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .lg\:hover\:shadow-5:hover, .lg\:active\:shadow-5:active
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .lg\:focus\:shadow-6:focus
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .lg\:hover\:shadow-6:hover, .lg\:active\:shadow-6:active
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .lg\:focus\:shadow-7:focus
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .lg\:hover\:shadow-7:hover, .lg\:active\:shadow-7:active
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .lg\:focus\:shadow-8:focus
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .lg\:hover\:shadow-8:hover, .lg\:active\:shadow-8:active
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:shadow-none
    {
        box-shadow: none!important;
    }
    .xl\:shadow-1
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .xl\:shadow-2
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .xl\:shadow-3
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .xl\:shadow-4
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .xl\:shadow-5
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .xl\:shadow-6
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .xl\:shadow-7
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .xl\:shadow-8
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .xl\:focus\:shadow-none:focus
    {
        box-shadow: none!important;
    }
    .xl\:hover\:shadow-none:hover, .xl\:active\:shadow-none:active
    {
        box-shadow: none!important;
    }
    .xl\:focus\:shadow-1:focus
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .xl\:hover\:shadow-1:hover, .xl\:active\:shadow-1:active
    {
        box-shadow: 0 3px 5px #00000005,0 0 2px #0000000d,0 1px 4px #00000014!important;
    }
    .xl\:focus\:shadow-2:focus
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .xl\:hover\:shadow-2:hover, .xl\:active\:shadow-2:active
    {
        box-shadow: 0 4px 10px #00000008,0 0 2px #0000000f,0 2px 6px #0000001f!important;
    }
    .xl\:focus\:shadow-3:focus
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .xl\:hover\:shadow-3:hover, .xl\:active\:shadow-3:active
    {
        box-shadow: 0 1px 8px #00000014,0 3px 4px #0000001a,0 1px 4px -1px #0000001a!important;
    }
    .xl\:focus\:shadow-4:focus
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .xl\:hover\:shadow-4:hover, .xl\:active\:shadow-4:active
    {
        box-shadow: 0 1px 10px #0000001f,0 4px 5px #00000024,0 2px 4px -1px #0003!important;
    }
    .xl\:focus\:shadow-5:focus
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .xl\:hover\:shadow-5:hover, .xl\:active\:shadow-5:active
    {
        box-shadow: 0 1px 7px #0000001a,0 4px 5px -2px #0000001f,0 10px 15px -5px #0003!important;
    }
    .xl\:focus\:shadow-6:focus
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .xl\:hover\:shadow-6:hover, .xl\:active\:shadow-6:active
    {
        box-shadow: 0 3px 5px #0000000f,0 7px 9px #0000001f,0 20px 25px -8px #0000002e!important;
    }
    .xl\:focus\:shadow-7:focus
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .xl\:hover\:shadow-7:hover, .xl\:active\:shadow-7:active
    {
        box-shadow: 0 7px 30px #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026!important;
    }
    .xl\:focus\:shadow-8:focus
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
    .xl\:hover\:shadow-8:hover, .xl\:active\:shadow-8:active
    {
        box-shadow: 0 9px 46px 8px #0000001f,0 24px 38px 3px #00000024,0 11px 15px #0003!important;
    }
}
.border-none
{
    border-width: 0!important;
    border-style: none;
}
.border-1
{
    border-width: 1px!important;
    border-style: solid;
}
.border-2
{
    border-width: 2px!important;
    border-style: solid;
}
.border-3
{
    border-width: 3px!important;
    border-style: solid;
}
.border-top-none
{
    border-top-width: 0!important;
    border-top-style: none;
}
.border-top-1
{
    border-top-width: 1px!important;
    border-top-style: solid;
}
.border-top-2
{
    border-top-width: 2px!important;
    border-top-style: solid;
}
.border-top-3
{
    border-top-width: 3px!important;
    border-top-style: solid;
}
.border-right-none
{
    border-right-width: 0!important;
    border-right-style: none;
}
.border-right-1
{
    border-right-width: 1px!important;
    border-right-style: solid;
}
.border-right-2
{
    border-right-width: 2px!important;
    border-right-style: solid;
}
.border-right-3
{
    border-right-width: 3px!important;
    border-right-style: solid;
}
.border-left-none
{
    border-left-width: 0!important;
    border-left-style: none;
}
.border-left-1
{
    border-left-width: 1px!important;
    border-left-style: solid;
}
.border-left-2
{
    border-left-width: 2px!important;
    border-left-style: solid;
}
.border-left-3
{
    border-left-width: 3px!important;
    border-left-style: solid;
}
.border-bottom-none
{
    border-bottom-width: 0!important;
    border-bottom-style: none;
}
.border-bottom-1
{
    border-bottom-width: 1px!important;
    border-bottom-style: solid;
}
.border-bottom-2
{
    border-bottom-width: 2px!important;
    border-bottom-style: solid;
}
.border-bottom-3
{
    border-bottom-width: 3px!important;
    border-bottom-style: solid;
}
.border-x-none
{
    border-left-width: 0!important;
    border-left-style: none;
    border-right-width: 0!important;
    border-right-style: none;
}
.border-x-1
{
    border-left-width: 1px!important;
    border-left-style: solid;
    border-right-width: 1px!important;
    border-right-style: solid;
}
.border-x-2
{
    border-left-width: 2px!important;
    border-left-style: solid;
    border-right-width: 2px!important;
    border-right-style: solid;
}
.border-x-3
{
    border-left-width: 3px!important;
    border-left-style: solid;
    border-right-width: 3px!important;
    border-right-style: solid;
}
.border-y-none
{
    border-top-width: 0!important;
    border-top-style: none;
    border-bottom-width: 0!important;
    border-bottom-style: none;
}
.border-y-1
{
    border-top-width: 1px!important;
    border-top-style: solid;
    border-bottom-width: 1px!important;
    border-bottom-style: solid;
}
.border-y-2
{
    border-top-width: 2px!important;
    border-top-style: solid;
    border-bottom-width: 2px!important;
    border-bottom-style: solid;
}
.border-y-3
{
    border-top-width: 3px!important;
    border-top-style: solid;
    border-bottom-width: 3px!important;
    border-bottom-style: solid;
}
@media screen and (min-width: 576px)
{
    .sm\:border-none
    {
        border-width: 0!important;
        border-style: none;
    }
    .sm\:border-1
    {
        border-width: 1px!important;
        border-style: solid;
    }
    .sm\:border-2
    {
        border-width: 2px!important;
        border-style: solid;
    }
    .sm\:border-3
    {
        border-width: 3px!important;
        border-style: solid;
    }
    .sm\:border-top-none
    {
        border-top-width: 0!important;
        border-top-style: none;
    }
    .sm\:border-top-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
    }
    .sm\:border-top-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
    }
    .sm\:border-top-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
    }
    .sm\:border-right-none
    {
        border-right-width: 0!important;
        border-right-style: none;
    }
    .sm\:border-right-1
    {
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .sm\:border-right-2
    {
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .sm\:border-right-3
    {
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .sm\:border-left-none
    {
        border-left-width: 0!important;
        border-left-style: none;
    }
    .sm\:border-left-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
    }
    .sm\:border-left-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
    }
    .sm\:border-left-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
    }
    .sm\:border-bottom-none
    {
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .sm\:border-bottom-1
    {
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .sm\:border-bottom-2
    {
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .sm\:border-bottom-3
    {
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
    .sm\:border-x-none
    {
        border-left-width: 0!important;
        border-left-style: none;
        border-right-width: 0!important;
        border-right-style: none;
    }
    .sm\:border-x-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .sm\:border-x-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .sm\:border-x-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .sm\:border-y-none
    {
        border-top-width: 0!important;
        border-top-style: none;
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .sm\:border-y-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .sm\:border-y-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .sm\:border-y-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
}
@media screen and (min-width: 768px)
{
    .md\:border-none
    {
        border-width: 0!important;
        border-style: none;
    }
    .md\:border-1
    {
        border-width: 1px!important;
        border-style: solid;
    }
    .md\:border-2
    {
        border-width: 2px!important;
        border-style: solid;
    }
    .md\:border-3
    {
        border-width: 3px!important;
        border-style: solid;
    }
    .md\:border-top-none
    {
        border-top-width: 0!important;
        border-top-style: none;
    }
    .md\:border-top-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
    }
    .md\:border-top-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
    }
    .md\:border-top-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
    }
    .md\:border-right-none
    {
        border-right-width: 0!important;
        border-right-style: none;
    }
    .md\:border-right-1
    {
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .md\:border-right-2
    {
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .md\:border-right-3
    {
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .md\:border-left-none
    {
        border-left-width: 0!important;
        border-left-style: none;
    }
    .md\:border-left-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
    }
    .md\:border-left-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
    }
    .md\:border-left-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
    }
    .md\:border-bottom-none
    {
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .md\:border-bottom-1
    {
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .md\:border-bottom-2
    {
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .md\:border-bottom-3
    {
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
    .md\:border-x-none
    {
        border-left-width: 0!important;
        border-left-style: none;
        border-right-width: 0!important;
        border-right-style: none;
    }
    .md\:border-x-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .md\:border-x-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .md\:border-x-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .md\:border-y-none
    {
        border-top-width: 0!important;
        border-top-style: none;
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .md\:border-y-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .md\:border-y-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .md\:border-y-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:border-none
    {
        border-width: 0!important;
        border-style: none;
    }
    .lg\:border-1
    {
        border-width: 1px!important;
        border-style: solid;
    }
    .lg\:border-2
    {
        border-width: 2px!important;
        border-style: solid;
    }
    .lg\:border-3
    {
        border-width: 3px!important;
        border-style: solid;
    }
    .lg\:border-top-none
    {
        border-top-width: 0!important;
        border-top-style: none;
    }
    .lg\:border-top-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
    }
    .lg\:border-top-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
    }
    .lg\:border-top-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
    }
    .lg\:border-right-none
    {
        border-right-width: 0!important;
        border-right-style: none;
    }
    .lg\:border-right-1
    {
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .lg\:border-right-2
    {
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .lg\:border-right-3
    {
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .lg\:border-left-none
    {
        border-left-width: 0!important;
        border-left-style: none;
    }
    .lg\:border-left-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
    }
    .lg\:border-left-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
    }
    .lg\:border-left-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
    }
    .lg\:border-bottom-none
    {
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .lg\:border-bottom-1
    {
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .lg\:border-bottom-2
    {
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .lg\:border-bottom-3
    {
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
    .lg\:border-x-none
    {
        border-left-width: 0!important;
        border-left-style: none;
        border-right-width: 0!important;
        border-right-style: none;
    }
    .lg\:border-x-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .lg\:border-x-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .lg\:border-x-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .lg\:border-y-none
    {
        border-top-width: 0!important;
        border-top-style: none;
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .lg\:border-y-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .lg\:border-y-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .lg\:border-y-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:border-none
    {
        border-width: 0!important;
        border-style: none;
    }
    .xl\:border-1
    {
        border-width: 1px!important;
        border-style: solid;
    }
    .xl\:border-2
    {
        border-width: 2px!important;
        border-style: solid;
    }
    .xl\:border-3
    {
        border-width: 3px!important;
        border-style: solid;
    }
    .xl\:border-top-none
    {
        border-top-width: 0!important;
        border-top-style: none;
    }
    .xl\:border-top-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
    }
    .xl\:border-top-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
    }
    .xl\:border-top-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
    }
    .xl\:border-right-none
    {
        border-right-width: 0!important;
        border-right-style: none;
    }
    .xl\:border-right-1
    {
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .xl\:border-right-2
    {
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .xl\:border-right-3
    {
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .xl\:border-left-none
    {
        border-left-width: 0!important;
        border-left-style: none;
    }
    .xl\:border-left-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
    }
    .xl\:border-left-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
    }
    .xl\:border-left-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
    }
    .xl\:border-bottom-none
    {
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .xl\:border-bottom-1
    {
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .xl\:border-bottom-2
    {
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .xl\:border-bottom-3
    {
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
    .xl\:border-x-none
    {
        border-left-width: 0!important;
        border-left-style: none;
        border-right-width: 0!important;
        border-right-style: none;
    }
    .xl\:border-x-1
    {
        border-left-width: 1px!important;
        border-left-style: solid;
        border-right-width: 1px!important;
        border-right-style: solid;
    }
    .xl\:border-x-2
    {
        border-left-width: 2px!important;
        border-left-style: solid;
        border-right-width: 2px!important;
        border-right-style: solid;
    }
    .xl\:border-x-3
    {
        border-left-width: 3px!important;
        border-left-style: solid;
        border-right-width: 3px!important;
        border-right-style: solid;
    }
    .xl\:border-y-none
    {
        border-top-width: 0!important;
        border-top-style: none;
        border-bottom-width: 0!important;
        border-bottom-style: none;
    }
    .xl\:border-y-1
    {
        border-top-width: 1px!important;
        border-top-style: solid;
        border-bottom-width: 1px!important;
        border-bottom-style: solid;
    }
    .xl\:border-y-2
    {
        border-top-width: 2px!important;
        border-top-style: solid;
        border-bottom-width: 2px!important;
        border-bottom-style: solid;
    }
    .xl\:border-y-3
    {
        border-top-width: 3px!important;
        border-top-style: solid;
        border-bottom-width: 3px!important;
        border-bottom-style: solid;
    }
}
.border-solid
{
    border-style: solid!important;
}
.border-dashed
{
    border-style: dashed!important;
}
.border-dotted
{
    border-style: dotted!important;
}
.border-double
{
    border-style: double!important;
}
@media screen and (min-width: 576px)
{
    .sm\:border-solid
    {
        border-style: solid!important;
    }
    .sm\:border-dashed
    {
        border-style: dashed!important;
    }
    .sm\:border-dotted
    {
        border-style: dotted!important;
    }
    .sm\:border-double
    {
        border-style: double!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:border-solid
    {
        border-style: solid!important;
    }
    .md\:border-dashed
    {
        border-style: dashed!important;
    }
    .md\:border-dotted
    {
        border-style: dotted!important;
    }
    .md\:border-double
    {
        border-style: double!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:border-solid
    {
        border-style: solid!important;
    }
    .lg\:border-dashed
    {
        border-style: dashed!important;
    }
    .lg\:border-dotted
    {
        border-style: dotted!important;
    }
    .lg\:border-double
    {
        border-style: double!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:border-solid
    {
        border-style: solid!important;
    }
    .xl\:border-dashed
    {
        border-style: dashed!important;
    }
    .xl\:border-dotted
    {
        border-style: dotted!important;
    }
    .xl\:border-double
    {
        border-style: double!important;
    }
}
.border-noround
{
    border-radius: 0!important;
}
.border-round
{
    border-radius: var(--border-radius)!important;
}
.border-round-xs
{
    border-radius: .125rem!important;
}
.border-round-sm
{
    border-radius: .25rem!important;
}
.border-round-md
{
    border-radius: .375rem!important;
}
.border-round-lg
{
    border-radius: .5rem!important;
}
.border-round-xl
{
    border-radius: .75rem!important;
}
.border-round-2xl
{
    border-radius: 1rem!important;
}
.border-round-3xl
{
    border-radius: 1.5rem!important;
}
.border-circle
{
    border-radius: 50%!important;
}
@media screen and (min-width: 576px)
{
    .sm\:border-noround
    {
        border-radius: 0!important;
    }
    .sm\:border-round
    {
        border-radius: var(--border-radius)!important;
    }
    .sm\:border-round-xs
    {
        border-radius: .125rem!important;
    }
    .sm\:border-round-sm
    {
        border-radius: .25rem!important;
    }
    .sm\:border-round-md
    {
        border-radius: .375rem!important;
    }
    .sm\:border-round-lg
    {
        border-radius: .5rem!important;
    }
    .sm\:border-round-xl
    {
        border-radius: .75rem!important;
    }
    .sm\:border-round-2xl
    {
        border-radius: 1rem!important;
    }
    .sm\:border-round-3xl
    {
        border-radius: 1.5rem!important;
    }
    .sm\:border-circle
    {
        border-radius: 50%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:border-noround
    {
        border-radius: 0!important;
    }
    .md\:border-round
    {
        border-radius: var(--border-radius)!important;
    }
    .md\:border-round-xs
    {
        border-radius: .125rem!important;
    }
    .md\:border-round-sm
    {
        border-radius: .25rem!important;
    }
    .md\:border-round-md
    {
        border-radius: .375rem!important;
    }
    .md\:border-round-lg
    {
        border-radius: .5rem!important;
    }
    .md\:border-round-xl
    {
        border-radius: .75rem!important;
    }
    .md\:border-round-2xl
    {
        border-radius: 1rem!important;
    }
    .md\:border-round-3xl
    {
        border-radius: 1.5rem!important;
    }
    .md\:border-circle
    {
        border-radius: 50%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:border-noround
    {
        border-radius: 0!important;
    }
    .lg\:border-round
    {
        border-radius: var(--border-radius)!important;
    }
    .lg\:border-round-xs
    {
        border-radius: .125rem!important;
    }
    .lg\:border-round-sm
    {
        border-radius: .25rem!important;
    }
    .lg\:border-round-md
    {
        border-radius: .375rem!important;
    }
    .lg\:border-round-lg
    {
        border-radius: .5rem!important;
    }
    .lg\:border-round-xl
    {
        border-radius: .75rem!important;
    }
    .lg\:border-round-2xl
    {
        border-radius: 1rem!important;
    }
    .lg\:border-round-3xl
    {
        border-radius: 1.5rem!important;
    }
    .lg\:border-circle
    {
        border-radius: 50%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:border-noround
    {
        border-radius: 0!important;
    }
    .xl\:border-round
    {
        border-radius: var(--border-radius)!important;
    }
    .xl\:border-round-xs
    {
        border-radius: .125rem!important;
    }
    .xl\:border-round-sm
    {
        border-radius: .25rem!important;
    }
    .xl\:border-round-md
    {
        border-radius: .375rem!important;
    }
    .xl\:border-round-lg
    {
        border-radius: .5rem!important;
    }
    .xl\:border-round-xl
    {
        border-radius: .75rem!important;
    }
    .xl\:border-round-2xl
    {
        border-radius: 1rem!important;
    }
    .xl\:border-round-3xl
    {
        border-radius: 1.5rem!important;
    }
    .xl\:border-circle
    {
        border-radius: 50%!important;
    }
}
.border-noround-left
{
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.border-noround-top
{
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}
.border-noround-right
{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.border-noround-bottom
{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.border-round-left
{
    border-top-left-radius: var(--border-radius)!important;
    border-bottom-left-radius: var(--border-radius)!important;
}
.border-round-top
{
    border-top-left-radius: var(--border-radius)!important;
    border-top-right-radius: var(--border-radius)!important;
}
.border-round-right
{
    border-top-right-radius: var(--border-radius)!important;
    border-bottom-right-radius: var(--border-radius)!important;
}
.border-round-bottom
{
    border-bottom-left-radius: var(--border-radius)!important;
    border-bottom-right-radius: var(--border-radius)!important;
}
.border-round-left-xs
{
    border-top-left-radius: .125rem!important;
    border-bottom-left-radius: .125rem!important;
}
.border-round-top-xs
{
    border-top-left-radius: .125rem!important;
    border-top-right-radius: .125rem!important;
}
.border-round-right-xs
{
    border-top-right-radius: .125rem!important;
    border-bottom-right-radius: .125rem!important;
}
.border-round-bottom-xs
{
    border-bottom-left-radius: .125rem!important;
    border-bottom-right-radius: .125rem!important;
}
.border-round-left-sm
{
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}
.border-round-top-sm
{
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important;
}
.border-round-right-sm
{
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.border-round-bottom-sm
{
    border-bottom-left-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}
.border-round-left-md
{
    border-top-left-radius: .375rem!important;
    border-bottom-left-radius: .375rem!important;
}
.border-round-top-md
{
    border-top-left-radius: .375rem!important;
    border-top-right-radius: .375rem!important;
}
.border-round-right-md
{
    border-top-right-radius: .375rem!important;
    border-bottom-right-radius: .375rem!important;
}
.border-round-bottom-md
{
    border-bottom-left-radius: .375rem!important;
    border-bottom-right-radius: .375rem!important;
}
.border-round-left-lg
{
    border-top-left-radius: .5rem!important;
    border-bottom-left-radius: .5rem!important;
}
.border-round-top-lg
{
    border-top-left-radius: .5rem!important;
    border-top-right-radius: .5rem!important;
}
.border-round-right-lg
{
    border-top-right-radius: .5rem!important;
    border-bottom-right-radius: .5rem!important;
}
.border-round-bottom-lg
{
    border-bottom-left-radius: .5rem!important;
    border-bottom-right-radius: .5rem!important;
}
.border-round-left-xl
{
    border-top-left-radius: .75rem!important;
    border-bottom-left-radius: .75rem!important;
}
.border-round-top-xl
{
    border-top-left-radius: .75rem!important;
    border-top-right-radius: .75rem!important;
}
.border-round-right-xl
{
    border-top-right-radius: .75rem!important;
    border-bottom-right-radius: .75rem!important;
}
.border-round-bottom-xl
{
    border-bottom-left-radius: .75rem!important;
    border-bottom-right-radius: .75rem!important;
}
.border-round-left-2xl
{
    border-top-left-radius: 1rem!important;
    border-bottom-left-radius: 1rem!important;
}
.border-round-top-2xl
{
    border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
}
.border-round-right-2xl
{
    border-top-right-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
}
.border-round-bottom-2xl
{
    border-bottom-left-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
}
.border-round-left-3xl
{
    border-top-left-radius: 1.5rem!important;
    border-bottom-left-radius: 1.5rem!important;
}
.border-round-top-3xl
{
    border-top-left-radius: 1.5rem!important;
    border-top-right-radius: 1.5rem!important;
}
.border-round-right-3xl
{
    border-top-right-radius: 1.5rem!important;
    border-bottom-right-radius: 1.5rem!important;
}
.border-round-bottom-3xl
{
    border-bottom-left-radius: 1.5rem!important;
    border-bottom-right-radius: 1.5rem!important;
}
.border-circle-left
{
    border-top-left-radius: 50%!important;
    border-bottom-left-radius: 50%!important;
}
.border-circle-top
{
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important;
}
.border-circle-right
{
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
}
.border-circle-bottom
{
    border-bottom-left-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
}
@media screen and (min-width: 576px)
{
    .sm\:border-noround-left
    {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .sm\:border-noround-top
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }
    .sm\:border-noround-right
    {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .sm\:border-noround-bottom
    {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .sm\:border-round-left
    {
        border-top-left-radius: var(--border-radius)!important;
        border-bottom-left-radius: var(--border-radius)!important;
    }
    .sm\:border-round-top
    {
        border-top-left-radius: var(--border-radius)!important;
        border-top-right-radius: var(--border-radius)!important;
    }
    .sm\:border-round-right
    {
        border-top-right-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .sm\:border-round-bottom
    {
        border-bottom-left-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .sm\:border-round-left-xs
    {
        border-top-left-radius: .125rem!important;
        border-bottom-left-radius: .125rem!important;
    }
    .sm\:border-round-top-xs
    {
        border-top-left-radius: .125rem!important;
        border-top-right-radius: .125rem!important;
    }
    .sm\:border-round-right-xs
    {
        border-top-right-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .sm\:border-round-bottom-xs
    {
        border-bottom-left-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .sm\:border-round-left-sm
    {
        border-top-left-radius: .25rem!important;
        border-bottom-left-radius: .25rem!important;
    }
    .sm\:border-round-top-sm
    {
        border-top-left-radius: .25rem!important;
        border-top-right-radius: .25rem!important;
    }
    .sm\:border-round-right-sm
    {
        border-top-right-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .sm\:border-round-bottom-sm
    {
        border-bottom-left-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .sm\:border-round-left-md
    {
        border-top-left-radius: .375rem!important;
        border-bottom-left-radius: .375rem!important;
    }
    .sm\:border-round-top-md
    {
        border-top-left-radius: .375rem!important;
        border-top-right-radius: .375rem!important;
    }
    .sm\:border-round-right-md
    {
        border-top-right-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .sm\:border-round-bottom-md
    {
        border-bottom-left-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .sm\:border-round-left-lg
    {
        border-top-left-radius: .5rem!important;
        border-bottom-left-radius: .5rem!important;
    }
    .sm\:border-round-top-lg
    {
        border-top-left-radius: .5rem!important;
        border-top-right-radius: .5rem!important;
    }
    .sm\:border-round-right-lg
    {
        border-top-right-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .sm\:border-round-bottom-lg
    {
        border-bottom-left-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .sm\:border-round-left-xl
    {
        border-top-left-radius: .75rem!important;
        border-bottom-left-radius: .75rem!important;
    }
    .sm\:border-round-top-xl
    {
        border-top-left-radius: .75rem!important;
        border-top-right-radius: .75rem!important;
    }
    .sm\:border-round-right-xl
    {
        border-top-right-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .sm\:border-round-bottom-xl
    {
        border-bottom-left-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .sm\:border-round-left-2xl
    {
        border-top-left-radius: 1rem!important;
        border-bottom-left-radius: 1rem!important;
    }
    .sm\:border-round-top-2xl
    {
        border-top-left-radius: 1rem!important;
        border-top-right-radius: 1rem!important;
    }
    .sm\:border-round-right-2xl
    {
        border-top-right-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .sm\:border-round-bottom-2xl
    {
        border-bottom-left-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .sm\:border-round-left-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-bottom-left-radius: 1.5rem!important;
    }
    .sm\:border-round-top-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-top-right-radius: 1.5rem!important;
    }
    .sm\:border-round-right-3xl
    {
        border-top-right-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .sm\:border-round-bottom-3xl
    {
        border-bottom-left-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .sm\:border-circle-left
    {
        border-top-left-radius: 50%!important;
        border-bottom-left-radius: 50%!important;
    }
    .sm\:border-circle-top
    {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important;
    }
    .sm\:border-circle-right
    {
        border-top-right-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
    .sm\:border-circle-bottom
    {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:border-noround-left
    {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .md\:border-noround-top
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }
    .md\:border-noround-right
    {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .md\:border-noround-bottom
    {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .md\:border-round-left
    {
        border-top-left-radius: var(--border-radius)!important;
        border-bottom-left-radius: var(--border-radius)!important;
    }
    .md\:border-round-top
    {
        border-top-left-radius: var(--border-radius)!important;
        border-top-right-radius: var(--border-radius)!important;
    }
    .md\:border-round-right
    {
        border-top-right-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .md\:border-round-bottom
    {
        border-bottom-left-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .md\:border-round-left-xs
    {
        border-top-left-radius: .125rem!important;
        border-bottom-left-radius: .125rem!important;
    }
    .md\:border-round-top-xs
    {
        border-top-left-radius: .125rem!important;
        border-top-right-radius: .125rem!important;
    }
    .md\:border-round-right-xs
    {
        border-top-right-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .md\:border-round-bottom-xs
    {
        border-bottom-left-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .md\:border-round-left-sm
    {
        border-top-left-radius: .25rem!important;
        border-bottom-left-radius: .25rem!important;
    }
    .md\:border-round-top-sm
    {
        border-top-left-radius: .25rem!important;
        border-top-right-radius: .25rem!important;
    }
    .md\:border-round-right-sm
    {
        border-top-right-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .md\:border-round-bottom-sm
    {
        border-bottom-left-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .md\:border-round-left-md
    {
        border-top-left-radius: .375rem!important;
        border-bottom-left-radius: .375rem!important;
    }
    .md\:border-round-top-md
    {
        border-top-left-radius: .375rem!important;
        border-top-right-radius: .375rem!important;
    }
    .md\:border-round-right-md
    {
        border-top-right-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .md\:border-round-bottom-md
    {
        border-bottom-left-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .md\:border-round-left-lg
    {
        border-top-left-radius: .5rem!important;
        border-bottom-left-radius: .5rem!important;
    }
    .md\:border-round-top-lg
    {
        border-top-left-radius: .5rem!important;
        border-top-right-radius: .5rem!important;
    }
    .md\:border-round-right-lg
    {
        border-top-right-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .md\:border-round-bottom-lg
    {
        border-bottom-left-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .md\:border-round-left-xl
    {
        border-top-left-radius: .75rem!important;
        border-bottom-left-radius: .75rem!important;
    }
    .md\:border-round-top-xl
    {
        border-top-left-radius: .75rem!important;
        border-top-right-radius: .75rem!important;
    }
    .md\:border-round-right-xl
    {
        border-top-right-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .md\:border-round-bottom-xl
    {
        border-bottom-left-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .md\:border-round-left-2xl
    {
        border-top-left-radius: 1rem!important;
        border-bottom-left-radius: 1rem!important;
    }
    .md\:border-round-top-2xl
    {
        border-top-left-radius: 1rem!important;
        border-top-right-radius: 1rem!important;
    }
    .md\:border-round-right-2xl
    {
        border-top-right-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .md\:border-round-bottom-2xl
    {
        border-bottom-left-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .md\:border-round-left-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-bottom-left-radius: 1.5rem!important;
    }
    .md\:border-round-top-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-top-right-radius: 1.5rem!important;
    }
    .md\:border-round-right-3xl
    {
        border-top-right-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .md\:border-round-bottom-3xl
    {
        border-bottom-left-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .md\:border-circle-left
    {
        border-top-left-radius: 50%!important;
        border-bottom-left-radius: 50%!important;
    }
    .md\:border-circle-top
    {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important;
    }
    .md\:border-circle-right
    {
        border-top-right-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
    .md\:border-circle-bottom
    {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:border-noround-left
    {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .lg\:border-noround-top
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }
    .lg\:border-noround-right
    {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .lg\:border-noround-bottom
    {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .lg\:border-round-left
    {
        border-top-left-radius: var(--border-radius)!important;
        border-bottom-left-radius: var(--border-radius)!important;
    }
    .lg\:border-round-top
    {
        border-top-left-radius: var(--border-radius)!important;
        border-top-right-radius: var(--border-radius)!important;
    }
    .lg\:border-round-right
    {
        border-top-right-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .lg\:border-round-bottom
    {
        border-bottom-left-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .lg\:border-round-left-xs
    {
        border-top-left-radius: .125rem!important;
        border-bottom-left-radius: .125rem!important;
    }
    .lg\:border-round-top-xs
    {
        border-top-left-radius: .125rem!important;
        border-top-right-radius: .125rem!important;
    }
    .lg\:border-round-right-xs
    {
        border-top-right-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .lg\:border-round-bottom-xs
    {
        border-bottom-left-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .lg\:border-round-left-sm
    {
        border-top-left-radius: .25rem!important;
        border-bottom-left-radius: .25rem!important;
    }
    .lg\:border-round-top-sm
    {
        border-top-left-radius: .25rem!important;
        border-top-right-radius: .25rem!important;
    }
    .lg\:border-round-right-sm
    {
        border-top-right-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .lg\:border-round-bottom-sm
    {
        border-bottom-left-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .lg\:border-round-left-md
    {
        border-top-left-radius: .375rem!important;
        border-bottom-left-radius: .375rem!important;
    }
    .lg\:border-round-top-md
    {
        border-top-left-radius: .375rem!important;
        border-top-right-radius: .375rem!important;
    }
    .lg\:border-round-right-md
    {
        border-top-right-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .lg\:border-round-bottom-md
    {
        border-bottom-left-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .lg\:border-round-left-lg
    {
        border-top-left-radius: .5rem!important;
        border-bottom-left-radius: .5rem!important;
    }
    .lg\:border-round-top-lg
    {
        border-top-left-radius: .5rem!important;
        border-top-right-radius: .5rem!important;
    }
    .lg\:border-round-right-lg
    {
        border-top-right-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .lg\:border-round-bottom-lg
    {
        border-bottom-left-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .lg\:border-round-left-xl
    {
        border-top-left-radius: .75rem!important;
        border-bottom-left-radius: .75rem!important;
    }
    .lg\:border-round-top-xl
    {
        border-top-left-radius: .75rem!important;
        border-top-right-radius: .75rem!important;
    }
    .lg\:border-round-right-xl
    {
        border-top-right-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .lg\:border-round-bottom-xl
    {
        border-bottom-left-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .lg\:border-round-left-2xl
    {
        border-top-left-radius: 1rem!important;
        border-bottom-left-radius: 1rem!important;
    }
    .lg\:border-round-top-2xl
    {
        border-top-left-radius: 1rem!important;
        border-top-right-radius: 1rem!important;
    }
    .lg\:border-round-right-2xl
    {
        border-top-right-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .lg\:border-round-bottom-2xl
    {
        border-bottom-left-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .lg\:border-round-left-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-bottom-left-radius: 1.5rem!important;
    }
    .lg\:border-round-top-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-top-right-radius: 1.5rem!important;
    }
    .lg\:border-round-right-3xl
    {
        border-top-right-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .lg\:border-round-bottom-3xl
    {
        border-bottom-left-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .lg\:border-circle-left
    {
        border-top-left-radius: 50%!important;
        border-bottom-left-radius: 50%!important;
    }
    .lg\:border-circle-top
    {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important;
    }
    .lg\:border-circle-right
    {
        border-top-right-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
    .lg\:border-circle-bottom
    {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:border-noround-left
    {
        border-top-left-radius: 0!important;
        border-bottom-left-radius: 0!important;
    }
    .xl\:border-noround-top
    {
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }
    .xl\:border-noround-right
    {
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .xl\:border-noround-bottom
    {
        border-bottom-left-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
    .xl\:border-round-left
    {
        border-top-left-radius: var(--border-radius)!important;
        border-bottom-left-radius: var(--border-radius)!important;
    }
    .xl\:border-round-top
    {
        border-top-left-radius: var(--border-radius)!important;
        border-top-right-radius: var(--border-radius)!important;
    }
    .xl\:border-round-right
    {
        border-top-right-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .xl\:border-round-bottom
    {
        border-bottom-left-radius: var(--border-radius)!important;
        border-bottom-right-radius: var(--border-radius)!important;
    }
    .xl\:border-round-left-xs
    {
        border-top-left-radius: .125rem!important;
        border-bottom-left-radius: .125rem!important;
    }
    .xl\:border-round-top-xs
    {
        border-top-left-radius: .125rem!important;
        border-top-right-radius: .125rem!important;
    }
    .xl\:border-round-right-xs
    {
        border-top-right-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .xl\:border-round-bottom-xs
    {
        border-bottom-left-radius: .125rem!important;
        border-bottom-right-radius: .125rem!important;
    }
    .xl\:border-round-left-sm
    {
        border-top-left-radius: .25rem!important;
        border-bottom-left-radius: .25rem!important;
    }
    .xl\:border-round-top-sm
    {
        border-top-left-radius: .25rem!important;
        border-top-right-radius: .25rem!important;
    }
    .xl\:border-round-right-sm
    {
        border-top-right-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .xl\:border-round-bottom-sm
    {
        border-bottom-left-radius: .25rem!important;
        border-bottom-right-radius: .25rem!important;
    }
    .xl\:border-round-left-md
    {
        border-top-left-radius: .375rem!important;
        border-bottom-left-radius: .375rem!important;
    }
    .xl\:border-round-top-md
    {
        border-top-left-radius: .375rem!important;
        border-top-right-radius: .375rem!important;
    }
    .xl\:border-round-right-md
    {
        border-top-right-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .xl\:border-round-bottom-md
    {
        border-bottom-left-radius: .375rem!important;
        border-bottom-right-radius: .375rem!important;
    }
    .xl\:border-round-left-lg
    {
        border-top-left-radius: .5rem!important;
        border-bottom-left-radius: .5rem!important;
    }
    .xl\:border-round-top-lg
    {
        border-top-left-radius: .5rem!important;
        border-top-right-radius: .5rem!important;
    }
    .xl\:border-round-right-lg
    {
        border-top-right-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .xl\:border-round-bottom-lg
    {
        border-bottom-left-radius: .5rem!important;
        border-bottom-right-radius: .5rem!important;
    }
    .xl\:border-round-left-xl
    {
        border-top-left-radius: .75rem!important;
        border-bottom-left-radius: .75rem!important;
    }
    .xl\:border-round-top-xl
    {
        border-top-left-radius: .75rem!important;
        border-top-right-radius: .75rem!important;
    }
    .xl\:border-round-right-xl
    {
        border-top-right-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .xl\:border-round-bottom-xl
    {
        border-bottom-left-radius: .75rem!important;
        border-bottom-right-radius: .75rem!important;
    }
    .xl\:border-round-left-2xl
    {
        border-top-left-radius: 1rem!important;
        border-bottom-left-radius: 1rem!important;
    }
    .xl\:border-round-top-2xl
    {
        border-top-left-radius: 1rem!important;
        border-top-right-radius: 1rem!important;
    }
    .xl\:border-round-right-2xl
    {
        border-top-right-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .xl\:border-round-bottom-2xl
    {
        border-bottom-left-radius: 1rem!important;
        border-bottom-right-radius: 1rem!important;
    }
    .xl\:border-round-left-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-bottom-left-radius: 1.5rem!important;
    }
    .xl\:border-round-top-3xl
    {
        border-top-left-radius: 1.5rem!important;
        border-top-right-radius: 1.5rem!important;
    }
    .xl\:border-round-right-3xl
    {
        border-top-right-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .xl\:border-round-bottom-3xl
    {
        border-bottom-left-radius: 1.5rem!important;
        border-bottom-right-radius: 1.5rem!important;
    }
    .xl\:border-circle-left
    {
        border-top-left-radius: 50%!important;
        border-bottom-left-radius: 50%!important;
    }
    .xl\:border-circle-top
    {
        border-top-left-radius: 50%!important;
        border-top-right-radius: 50%!important;
    }
    .xl\:border-circle-right
    {
        border-top-right-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
    .xl\:border-circle-bottom
    {
        border-bottom-left-radius: 50%!important;
        border-bottom-right-radius: 50%!important;
    }
}
.w-full
{
    width: 100%!important;
}
.w-screen
{
    width: 100vw!important;
}
.w-1
{
    width: 8.3333%!important;
}
.w-2
{
    width: 16.6667%!important;
}
.w-3
{
    width: 25%!important;
}
.w-4
{
    width: 33.3333%!important;
}
.w-5
{
    width: 41.6667%!important;
}
.w-6
{
    width: 50%!important;
}
.w-7
{
    width: 58.3333%!important;
}
.w-8
{
    width: 66.6667%!important;
}
.w-9
{
    width: 75%!important;
}
.w-10
{
    width: 83.3333%!important;
}
.w-11
{
    width: 91.6667%!important;
}
.w-12
{
    width: 100%!important;
}
.w-min
{
    width: min-content!important;
}
.w-max
{
    width: max-content!important;
}
.w-fit
{
    width: fit-content!important;
}
.w-1rem
{
    width: 1rem!important;
}
.w-2rem
{
    width: 2rem!important;
}
.w-3rem
{
    width: 3rem!important;
}
.w-4rem
{
    width: 4rem!important;
}
.w-5rem
{
    width: 5rem!important;
}
.w-6rem
{
    width: 6rem!important;
}
.w-7rem
{
    width: 7rem!important;
}
.w-8rem
{
    width: 8rem!important;
}
.w-9rem
{
    width: 9rem!important;
}
.w-10rem
{
    width: 10rem!important;
}
.w-11rem
{
    width: 11rem!important;
}
.w-12rem
{
    width: 12rem!important;
}
.w-13rem
{
    width: 13rem!important;
}
.w-14rem
{
    width: 14rem!important;
}
.w-15rem
{
    width: 15rem!important;
}
.w-16rem
{
    width: 16rem!important;
}
.w-17rem
{
    width: 17rem!important;
}
.w-18rem
{
    width: 18rem!important;
}
.w-19rem
{
    width: 19rem!important;
}
.w-20rem
{
    width: 20rem!important;
}
.w-21rem
{
    width: 21rem!important;
}
.w-22rem
{
    width: 22rem!important;
}
.w-23rem
{
    width: 23rem!important;
}
.w-24rem
{
    width: 24rem!important;
}
.w-25rem
{
    width: 25rem!important;
}
.w-26rem
{
    width: 26rem!important;
}
.w-27rem
{
    width: 27rem!important;
}
.w-28rem
{
    width: 28rem!important;
}
.w-29rem
{
    width: 29rem!important;
}
.w-30rem
{
    width: 30rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:w-full
    {
        width: 100%!important;
    }
    .sm\:w-screen
    {
        width: 100vw!important;
    }
    .sm\:w-auto
    {
        width: auto!important;
    }
    .sm\:w-1
    {
        width: 8.3333%!important;
    }
    .sm\:w-2
    {
        width: 16.6667%!important;
    }
    .sm\:w-3
    {
        width: 25%!important;
    }
    .sm\:w-4
    {
        width: 33.3333%!important;
    }
    .sm\:w-5
    {
        width: 41.6667%!important;
    }
    .sm\:w-6
    {
        width: 50%!important;
    }
    .sm\:w-7
    {
        width: 58.3333%!important;
    }
    .sm\:w-8
    {
        width: 66.6667%!important;
    }
    .sm\:w-9
    {
        width: 75%!important;
    }
    .sm\:w-10
    {
        width: 83.3333%!important;
    }
    .sm\:w-11
    {
        width: 91.6667%!important;
    }
    .sm\:w-12
    {
        width: 100%!important;
    }
    .sm\:w-min
    {
        width: min-content!important;
    }
    .sm\:w-max
    {
        width: max-content!important;
    }
    .sm\:w-fit
    {
        width: fit-content!important;
    }
    .sm\:w-1rem
    {
        width: 1rem!important;
    }
    .sm\:w-2rem
    {
        width: 2rem!important;
    }
    .sm\:w-3rem
    {
        width: 3rem!important;
    }
    .sm\:w-4rem
    {
        width: 4rem!important;
    }
    .sm\:w-5rem
    {
        width: 5rem!important;
    }
    .sm\:w-6rem
    {
        width: 6rem!important;
    }
    .sm\:w-7rem
    {
        width: 7rem!important;
    }
    .sm\:w-8rem
    {
        width: 8rem!important;
    }
    .sm\:w-9rem
    {
        width: 9rem!important;
    }
    .sm\:w-10rem
    {
        width: 10rem!important;
    }
    .sm\:w-11rem
    {
        width: 11rem!important;
    }
    .sm\:w-12rem
    {
        width: 12rem!important;
    }
    .sm\:w-13rem
    {
        width: 13rem!important;
    }
    .sm\:w-14rem
    {
        width: 14rem!important;
    }
    .sm\:w-15rem
    {
        width: 15rem!important;
    }
    .sm\:w-16rem
    {
        width: 16rem!important;
    }
    .sm\:w-17rem
    {
        width: 17rem!important;
    }
    .sm\:w-18rem
    {
        width: 18rem!important;
    }
    .sm\:w-19rem
    {
        width: 19rem!important;
    }
    .sm\:w-20rem
    {
        width: 20rem!important;
    }
    .sm\:w-21rem
    {
        width: 21rem!important;
    }
    .sm\:w-22rem
    {
        width: 22rem!important;
    }
    .sm\:w-23rem
    {
        width: 23rem!important;
    }
    .sm\:w-24rem
    {
        width: 24rem!important;
    }
    .sm\:w-25rem
    {
        width: 25rem!important;
    }
    .sm\:w-26rem
    {
        width: 26rem!important;
    }
    .sm\:w-27rem
    {
        width: 27rem!important;
    }
    .sm\:w-28rem
    {
        width: 28rem!important;
    }
    .sm\:w-29rem
    {
        width: 29rem!important;
    }
    .sm\:w-30rem
    {
        width: 30rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:w-full
    {
        width: 100%!important;
    }
    .md\:w-screen
    {
        width: 100vw!important;
    }
    .md\:w-auto
    {
        width: auto!important;
    }
    .md\:w-1
    {
        width: 8.3333%!important;
    }
    .md\:w-2
    {
        width: 16.6667%!important;
    }
    .md\:w-3
    {
        width: 25%!important;
    }
    .md\:w-4
    {
        width: 33.3333%!important;
    }
    .md\:w-5
    {
        width: 41.6667%!important;
    }
    .md\:w-6
    {
        width: 50%!important;
    }
    .md\:w-7
    {
        width: 58.3333%!important;
    }
    .md\:w-8
    {
        width: 66.6667%!important;
    }
    .md\:w-9
    {
        width: 75%!important;
    }
    .md\:w-10
    {
        width: 83.3333%!important;
    }
    .md\:w-11
    {
        width: 91.6667%!important;
    }
    .md\:w-12
    {
        width: 100%!important;
    }
    .md\:w-min
    {
        width: min-content!important;
    }
    .md\:w-max
    {
        width: max-content!important;
    }
    .md\:w-fit
    {
        width: fit-content!important;
    }
    .md\:w-1rem
    {
        width: 1rem!important;
    }
    .md\:w-2rem
    {
        width: 2rem!important;
    }
    .md\:w-3rem
    {
        width: 3rem!important;
    }
    .md\:w-4rem
    {
        width: 4rem!important;
    }
    .md\:w-5rem
    {
        width: 5rem!important;
    }
    .md\:w-6rem
    {
        width: 6rem!important;
    }
    .md\:w-7rem
    {
        width: 7rem!important;
    }
    .md\:w-8rem
    {
        width: 8rem!important;
    }
    .md\:w-9rem
    {
        width: 9rem!important;
    }
    .md\:w-10rem
    {
        width: 10rem!important;
    }
    .md\:w-11rem
    {
        width: 11rem!important;
    }
    .md\:w-12rem
    {
        width: 12rem!important;
    }
    .md\:w-13rem
    {
        width: 13rem!important;
    }
    .md\:w-14rem
    {
        width: 14rem!important;
    }
    .md\:w-15rem
    {
        width: 15rem!important;
    }
    .md\:w-16rem
    {
        width: 16rem!important;
    }
    .md\:w-17rem
    {
        width: 17rem!important;
    }
    .md\:w-18rem
    {
        width: 18rem!important;
    }
    .md\:w-19rem
    {
        width: 19rem!important;
    }
    .md\:w-20rem
    {
        width: 20rem!important;
    }
    .md\:w-21rem
    {
        width: 21rem!important;
    }
    .md\:w-22rem
    {
        width: 22rem!important;
    }
    .md\:w-23rem
    {
        width: 23rem!important;
    }
    .md\:w-24rem
    {
        width: 24rem!important;
    }
    .md\:w-25rem
    {
        width: 25rem!important;
    }
    .md\:w-26rem
    {
        width: 26rem!important;
    }
    .md\:w-27rem
    {
        width: 27rem!important;
    }
    .md\:w-28rem
    {
        width: 28rem!important;
    }
    .md\:w-29rem
    {
        width: 29rem!important;
    }
    .md\:w-30rem
    {
        width: 30rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:w-full
    {
        width: 100%!important;
    }
    .lg\:w-screen
    {
        width: 100vw!important;
    }
    .lg\:w-auto
    {
        width: auto!important;
    }
    .lg\:w-1
    {
        width: 8.3333%!important;
    }
    .lg\:w-2
    {
        width: 16.6667%!important;
    }
    .lg\:w-3
    {
        width: 25%!important;
    }
    .lg\:w-4
    {
        width: 33.3333%!important;
    }
    .lg\:w-5
    {
        width: 41.6667%!important;
    }
    .lg\:w-6
    {
        width: 50%!important;
    }
    .lg\:w-7
    {
        width: 58.3333%!important;
    }
    .lg\:w-8
    {
        width: 66.6667%!important;
    }
    .lg\:w-9
    {
        width: 75%!important;
    }
    .lg\:w-10
    {
        width: 83.3333%!important;
    }
    .lg\:w-11
    {
        width: 91.6667%!important;
    }
    .lg\:w-12
    {
        width: 100%!important;
    }
    .lg\:w-min
    {
        width: min-content!important;
    }
    .lg\:w-max
    {
        width: max-content!important;
    }
    .lg\:w-fit
    {
        width: fit-content!important;
    }
    .lg\:w-1rem
    {
        width: 1rem!important;
    }
    .lg\:w-2rem
    {
        width: 2rem!important;
    }
    .lg\:w-3rem
    {
        width: 3rem!important;
    }
    .lg\:w-4rem
    {
        width: 4rem!important;
    }
    .lg\:w-5rem
    {
        width: 5rem!important;
    }
    .lg\:w-6rem
    {
        width: 6rem!important;
    }
    .lg\:w-7rem
    {
        width: 7rem!important;
    }
    .lg\:w-8rem
    {
        width: 8rem!important;
    }
    .lg\:w-9rem
    {
        width: 9rem!important;
    }
    .lg\:w-10rem
    {
        width: 10rem!important;
    }
    .lg\:w-11rem
    {
        width: 11rem!important;
    }
    .lg\:w-12rem
    {
        width: 12rem!important;
    }
    .lg\:w-13rem
    {
        width: 13rem!important;
    }
    .lg\:w-14rem
    {
        width: 14rem!important;
    }
    .lg\:w-15rem
    {
        width: 15rem!important;
    }
    .lg\:w-16rem
    {
        width: 16rem!important;
    }
    .lg\:w-17rem
    {
        width: 17rem!important;
    }
    .lg\:w-18rem
    {
        width: 18rem!important;
    }
    .lg\:w-19rem
    {
        width: 19rem!important;
    }
    .lg\:w-20rem
    {
        width: 20rem!important;
    }
    .lg\:w-21rem
    {
        width: 21rem!important;
    }
    .lg\:w-22rem
    {
        width: 22rem!important;
    }
    .lg\:w-23rem
    {
        width: 23rem!important;
    }
    .lg\:w-24rem
    {
        width: 24rem!important;
    }
    .lg\:w-25rem
    {
        width: 25rem!important;
    }
    .lg\:w-26rem
    {
        width: 26rem!important;
    }
    .lg\:w-27rem
    {
        width: 27rem!important;
    }
    .lg\:w-28rem
    {
        width: 28rem!important;
    }
    .lg\:w-29rem
    {
        width: 29rem!important;
    }
    .lg\:w-30rem
    {
        width: 30rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:w-full
    {
        width: 100%!important;
    }
    .xl\:w-screen
    {
        width: 100vw!important;
    }
    .xl\:w-auto
    {
        width: auto!important;
    }
    .xl\:w-1
    {
        width: 8.3333%!important;
    }
    .xl\:w-2
    {
        width: 16.6667%!important;
    }
    .xl\:w-3
    {
        width: 25%!important;
    }
    .xl\:w-4
    {
        width: 33.3333%!important;
    }
    .xl\:w-5
    {
        width: 41.6667%!important;
    }
    .xl\:w-6
    {
        width: 50%!important;
    }
    .xl\:w-7
    {
        width: 58.3333%!important;
    }
    .xl\:w-8
    {
        width: 66.6667%!important;
    }
    .xl\:w-9
    {
        width: 75%!important;
    }
    .xl\:w-10
    {
        width: 83.3333%!important;
    }
    .xl\:w-11
    {
        width: 91.6667%!important;
    }
    .xl\:w-12
    {
        width: 100%!important;
    }
    .xl\:w-min
    {
        width: min-content!important;
    }
    .xl\:w-max
    {
        width: max-content!important;
    }
    .xl\:w-fit
    {
        width: fit-content!important;
    }
    .xl\:w-1rem
    {
        width: 1rem!important;
    }
    .xl\:w-2rem
    {
        width: 2rem!important;
    }
    .xl\:w-3rem
    {
        width: 3rem!important;
    }
    .xl\:w-4rem
    {
        width: 4rem!important;
    }
    .xl\:w-5rem
    {
        width: 5rem!important;
    }
    .xl\:w-6rem
    {
        width: 6rem!important;
    }
    .xl\:w-7rem
    {
        width: 7rem!important;
    }
    .xl\:w-8rem
    {
        width: 8rem!important;
    }
    .xl\:w-9rem
    {
        width: 9rem!important;
    }
    .xl\:w-10rem
    {
        width: 10rem!important;
    }
    .xl\:w-11rem
    {
        width: 11rem!important;
    }
    .xl\:w-12rem
    {
        width: 12rem!important;
    }
    .xl\:w-13rem
    {
        width: 13rem!important;
    }
    .xl\:w-14rem
    {
        width: 14rem!important;
    }
    .xl\:w-15rem
    {
        width: 15rem!important;
    }
    .xl\:w-16rem
    {
        width: 16rem!important;
    }
    .xl\:w-17rem
    {
        width: 17rem!important;
    }
    .xl\:w-18rem
    {
        width: 18rem!important;
    }
    .xl\:w-19rem
    {
        width: 19rem!important;
    }
    .xl\:w-20rem
    {
        width: 20rem!important;
    }
    .xl\:w-21rem
    {
        width: 21rem!important;
    }
    .xl\:w-22rem
    {
        width: 22rem!important;
    }
    .xl\:w-23rem
    {
        width: 23rem!important;
    }
    .xl\:w-24rem
    {
        width: 24rem!important;
    }
    .xl\:w-25rem
    {
        width: 25rem!important;
    }
    .xl\:w-26rem
    {
        width: 26rem!important;
    }
    .xl\:w-27rem
    {
        width: 27rem!important;
    }
    .xl\:w-28rem
    {
        width: 28rem!important;
    }
    .xl\:w-29rem
    {
        width: 29rem!important;
    }
    .xl\:w-30rem
    {
        width: 30rem!important;
    }
}
.h-full
{
    height: 100%!important;
}
.h-screen
{
    height: 100vh!important;
}
.h-min
{
    height: min-content!important;
}
.h-max
{
    height: max-content!important;
}
.h-fit
{
    height: fit-content!important;
}
.h-1rem
{
    height: 1rem!important;
}
.h-2rem
{
    height: 2rem!important;
}
.h-3rem
{
    height: 3rem!important;
}
.h-4rem
{
    height: 4rem!important;
}
.h-5rem
{
    height: 5rem!important;
}
.h-6rem
{
    height: 6rem!important;
}
.h-7rem
{
    height: 7rem!important;
}
.h-8rem
{
    height: 8rem!important;
}
.h-9rem
{
    height: 9rem!important;
}
.h-10rem
{
    height: 10rem!important;
}
.h-11rem
{
    height: 11rem!important;
}
.h-12rem
{
    height: 12rem!important;
}
.h-13rem
{
    height: 13rem!important;
}
.h-14rem
{
    height: 14rem!important;
}
.h-15rem
{
    height: 15rem!important;
}
.h-16rem
{
    height: 16rem!important;
}
.h-17rem
{
    height: 17rem!important;
}
.h-18rem
{
    height: 18rem!important;
}
.h-19rem
{
    height: 19rem!important;
}
.h-20rem
{
    height: 20rem!important;
}
.h-21rem
{
    height: 21rem!important;
}
.h-22rem
{
    height: 22rem!important;
}
.h-23rem
{
    height: 23rem!important;
}
.h-24rem
{
    height: 24rem!important;
}
.h-25rem
{
    height: 25rem!important;
}
.h-26rem
{
    height: 26rem!important;
}
.h-27rem
{
    height: 27rem!important;
}
.h-28rem
{
    height: 28rem!important;
}
.h-29rem
{
    height: 29rem!important;
}
.h-30rem
{
    height: 30rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:h-full
    {
        height: 100%!important;
    }
    .sm\:h-screen
    {
        height: 100vh!important;
    }
    .sm\:h-auto
    {
        height: auto!important;
    }
    .sm\:h-min
    {
        height: min-content!important;
    }
    .sm\:h-max
    {
        height: max-content!important;
    }
    .sm\:h-fit
    {
        height: fit-content!important;
    }
    .sm\:h-1rem
    {
        height: 1rem!important;
    }
    .sm\:h-2rem
    {
        height: 2rem!important;
    }
    .sm\:h-3rem
    {
        height: 3rem!important;
    }
    .sm\:h-4rem
    {
        height: 4rem!important;
    }
    .sm\:h-5rem
    {
        height: 5rem!important;
    }
    .sm\:h-6rem
    {
        height: 6rem!important;
    }
    .sm\:h-7rem
    {
        height: 7rem!important;
    }
    .sm\:h-8rem
    {
        height: 8rem!important;
    }
    .sm\:h-9rem
    {
        height: 9rem!important;
    }
    .sm\:h-10rem
    {
        height: 10rem!important;
    }
    .sm\:h-11rem
    {
        height: 11rem!important;
    }
    .sm\:h-12rem
    {
        height: 12rem!important;
    }
    .sm\:h-13rem
    {
        height: 13rem!important;
    }
    .sm\:h-14rem
    {
        height: 14rem!important;
    }
    .sm\:h-15rem
    {
        height: 15rem!important;
    }
    .sm\:h-16rem
    {
        height: 16rem!important;
    }
    .sm\:h-17rem
    {
        height: 17rem!important;
    }
    .sm\:h-18rem
    {
        height: 18rem!important;
    }
    .sm\:h-19rem
    {
        height: 19rem!important;
    }
    .sm\:h-20rem
    {
        height: 20rem!important;
    }
    .sm\:h-21rem
    {
        height: 21rem!important;
    }
    .sm\:h-22rem
    {
        height: 22rem!important;
    }
    .sm\:h-23rem
    {
        height: 23rem!important;
    }
    .sm\:h-24rem
    {
        height: 24rem!important;
    }
    .sm\:h-25rem
    {
        height: 25rem!important;
    }
    .sm\:h-26rem
    {
        height: 26rem!important;
    }
    .sm\:h-27rem
    {
        height: 27rem!important;
    }
    .sm\:h-28rem
    {
        height: 28rem!important;
    }
    .sm\:h-29rem
    {
        height: 29rem!important;
    }
    .sm\:h-30rem
    {
        height: 30rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:h-full
    {
        height: 100%!important;
    }
    .md\:h-screen
    {
        height: 100vh!important;
    }
    .md\:h-auto
    {
        height: auto!important;
    }
    .md\:h-min
    {
        height: min-content!important;
    }
    .md\:h-max
    {
        height: max-content!important;
    }
    .md\:h-fit
    {
        height: fit-content!important;
    }
    .md\:h-1rem
    {
        height: 1rem!important;
    }
    .md\:h-2rem
    {
        height: 2rem!important;
    }
    .md\:h-3rem
    {
        height: 3rem!important;
    }
    .md\:h-4rem
    {
        height: 4rem!important;
    }
    .md\:h-5rem
    {
        height: 5rem!important;
    }
    .md\:h-6rem
    {
        height: 6rem!important;
    }
    .md\:h-7rem
    {
        height: 7rem!important;
    }
    .md\:h-8rem
    {
        height: 8rem!important;
    }
    .md\:h-9rem
    {
        height: 9rem!important;
    }
    .md\:h-10rem
    {
        height: 10rem!important;
    }
    .md\:h-11rem
    {
        height: 11rem!important;
    }
    .md\:h-12rem
    {
        height: 12rem!important;
    }
    .md\:h-13rem
    {
        height: 13rem!important;
    }
    .md\:h-14rem
    {
        height: 14rem!important;
    }
    .md\:h-15rem
    {
        height: 15rem!important;
    }
    .md\:h-16rem
    {
        height: 16rem!important;
    }
    .md\:h-17rem
    {
        height: 17rem!important;
    }
    .md\:h-18rem
    {
        height: 18rem!important;
    }
    .md\:h-19rem
    {
        height: 19rem!important;
    }
    .md\:h-20rem
    {
        height: 20rem!important;
    }
    .md\:h-21rem
    {
        height: 21rem!important;
    }
    .md\:h-22rem
    {
        height: 22rem!important;
    }
    .md\:h-23rem
    {
        height: 23rem!important;
    }
    .md\:h-24rem
    {
        height: 24rem!important;
    }
    .md\:h-25rem
    {
        height: 25rem!important;
    }
    .md\:h-26rem
    {
        height: 26rem!important;
    }
    .md\:h-27rem
    {
        height: 27rem!important;
    }
    .md\:h-28rem
    {
        height: 28rem!important;
    }
    .md\:h-29rem
    {
        height: 29rem!important;
    }
    .md\:h-30rem
    {
        height: 30rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:h-full
    {
        height: 100%!important;
    }
    .lg\:h-screen
    {
        height: 100vh!important;
    }
    .lg\:h-auto
    {
        height: auto!important;
    }
    .lg\:h-min
    {
        height: min-content!important;
    }
    .lg\:h-max
    {
        height: max-content!important;
    }
    .lg\:h-fit
    {
        height: fit-content!important;
    }
    .lg\:h-1rem
    {
        height: 1rem!important;
    }
    .lg\:h-2rem
    {
        height: 2rem!important;
    }
    .lg\:h-3rem
    {
        height: 3rem!important;
    }
    .lg\:h-4rem
    {
        height: 4rem!important;
    }
    .lg\:h-5rem
    {
        height: 5rem!important;
    }
    .lg\:h-6rem
    {
        height: 6rem!important;
    }
    .lg\:h-7rem
    {
        height: 7rem!important;
    }
    .lg\:h-8rem
    {
        height: 8rem!important;
    }
    .lg\:h-9rem
    {
        height: 9rem!important;
    }
    .lg\:h-10rem
    {
        height: 10rem!important;
    }
    .lg\:h-11rem
    {
        height: 11rem!important;
    }
    .lg\:h-12rem
    {
        height: 12rem!important;
    }
    .lg\:h-13rem
    {
        height: 13rem!important;
    }
    .lg\:h-14rem
    {
        height: 14rem!important;
    }
    .lg\:h-15rem
    {
        height: 15rem!important;
    }
    .lg\:h-16rem
    {
        height: 16rem!important;
    }
    .lg\:h-17rem
    {
        height: 17rem!important;
    }
    .lg\:h-18rem
    {
        height: 18rem!important;
    }
    .lg\:h-19rem
    {
        height: 19rem!important;
    }
    .lg\:h-20rem
    {
        height: 20rem!important;
    }
    .lg\:h-21rem
    {
        height: 21rem!important;
    }
    .lg\:h-22rem
    {
        height: 22rem!important;
    }
    .lg\:h-23rem
    {
        height: 23rem!important;
    }
    .lg\:h-24rem
    {
        height: 24rem!important;
    }
    .lg\:h-25rem
    {
        height: 25rem!important;
    }
    .lg\:h-26rem
    {
        height: 26rem!important;
    }
    .lg\:h-27rem
    {
        height: 27rem!important;
    }
    .lg\:h-28rem
    {
        height: 28rem!important;
    }
    .lg\:h-29rem
    {
        height: 29rem!important;
    }
    .lg\:h-30rem
    {
        height: 30rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:h-full
    {
        height: 100%!important;
    }
    .xl\:h-screen
    {
        height: 100vh!important;
    }
    .xl\:h-auto
    {
        height: auto!important;
    }
    .xl\:h-min
    {
        height: min-content!important;
    }
    .xl\:h-max
    {
        height: max-content!important;
    }
    .xl\:h-fit
    {
        height: fit-content!important;
    }
    .xl\:h-1rem
    {
        height: 1rem!important;
    }
    .xl\:h-2rem
    {
        height: 2rem!important;
    }
    .xl\:h-3rem
    {
        height: 3rem!important;
    }
    .xl\:h-4rem
    {
        height: 4rem!important;
    }
    .xl\:h-5rem
    {
        height: 5rem!important;
    }
    .xl\:h-6rem
    {
        height: 6rem!important;
    }
    .xl\:h-7rem
    {
        height: 7rem!important;
    }
    .xl\:h-8rem
    {
        height: 8rem!important;
    }
    .xl\:h-9rem
    {
        height: 9rem!important;
    }
    .xl\:h-10rem
    {
        height: 10rem!important;
    }
    .xl\:h-11rem
    {
        height: 11rem!important;
    }
    .xl\:h-12rem
    {
        height: 12rem!important;
    }
    .xl\:h-13rem
    {
        height: 13rem!important;
    }
    .xl\:h-14rem
    {
        height: 14rem!important;
    }
    .xl\:h-15rem
    {
        height: 15rem!important;
    }
    .xl\:h-16rem
    {
        height: 16rem!important;
    }
    .xl\:h-17rem
    {
        height: 17rem!important;
    }
    .xl\:h-18rem
    {
        height: 18rem!important;
    }
    .xl\:h-19rem
    {
        height: 19rem!important;
    }
    .xl\:h-20rem
    {
        height: 20rem!important;
    }
    .xl\:h-21rem
    {
        height: 21rem!important;
    }
    .xl\:h-22rem
    {
        height: 22rem!important;
    }
    .xl\:h-23rem
    {
        height: 23rem!important;
    }
    .xl\:h-24rem
    {
        height: 24rem!important;
    }
    .xl\:h-25rem
    {
        height: 25rem!important;
    }
    .xl\:h-26rem
    {
        height: 26rem!important;
    }
    .xl\:h-27rem
    {
        height: 27rem!important;
    }
    .xl\:h-28rem
    {
        height: 28rem!important;
    }
    .xl\:h-29rem
    {
        height: 29rem!important;
    }
    .xl\:h-30rem
    {
        height: 30rem!important;
    }
}
.min-w-0
{
    min-width: 0!important;
}
.min-w-full
{
    min-width: 100%!important;
}
.min-w-screen
{
    min-width: 100vw!important;
}
.min-w-min
{
    min-width: min-content!important;
}
.min-w-max
{
    min-width: max-content!important;
}
@media screen and (min-width: 576px)
{
    .sm\:min-w-0
    {
        min-width: 0!important;
    }
    .sm\:min-w-full
    {
        min-width: 100%!important;
    }
    .sm\:min-w-screen
    {
        min-width: 100vw!important;
    }
    .sm\:min-w-min
    {
        min-width: min-content!important;
    }
    .sm\:min-w-max
    {
        min-width: max-content!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:min-w-0
    {
        min-width: 0!important;
    }
    .md\:min-w-full
    {
        min-width: 100%!important;
    }
    .md\:min-w-screen
    {
        min-width: 100vw!important;
    }
    .md\:min-w-min
    {
        min-width: min-content!important;
    }
    .md\:min-w-max
    {
        min-width: max-content!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:min-w-0
    {
        min-width: 0!important;
    }
    .lg\:min-w-full
    {
        min-width: 100%!important;
    }
    .lg\:min-w-screen
    {
        min-width: 100vw!important;
    }
    .lg\:min-w-min
    {
        min-width: min-content!important;
    }
    .lg\:min-w-max
    {
        min-width: max-content!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:min-w-0
    {
        min-width: 0!important;
    }
    .xl\:min-w-full
    {
        min-width: 100%!important;
    }
    .xl\:min-w-screen
    {
        min-width: 100vw!important;
    }
    .xl\:min-w-min
    {
        min-width: min-content!important;
    }
    .xl\:min-w-max
    {
        min-width: max-content!important;
    }
}
.max-w-0
{
    max-width: 0!important;
}
.max-w-full
{
    max-width: 100%!important;
}
.max-w-screen
{
    max-width: 100vw!important;
}
.max-w-min
{
    max-width: min-content!important;
}
.max-w-max
{
    max-width: max-content!important;
}
.max-w-fit
{
    max-width: fit-content!important;
}
.max-w-1rem
{
    max-width: 1rem!important;
}
.max-w-2rem
{
    max-width: 2rem!important;
}
.max-w-3rem
{
    max-width: 3rem!important;
}
.max-w-4rem
{
    max-width: 4rem!important;
}
.max-w-5rem
{
    max-width: 5rem!important;
}
.max-w-6rem
{
    max-width: 6rem!important;
}
.max-w-7rem
{
    max-width: 7rem!important;
}
.max-w-8rem
{
    max-width: 8rem!important;
}
.max-w-9rem
{
    max-width: 9rem!important;
}
.max-w-10rem
{
    max-width: 10rem!important;
}
.max-w-11rem
{
    max-width: 11rem!important;
}
.max-w-12rem
{
    max-width: 12rem!important;
}
.max-w-13rem
{
    max-width: 13rem!important;
}
.max-w-14rem
{
    max-width: 14rem!important;
}
.max-w-15rem
{
    max-width: 15rem!important;
}
.max-w-16rem
{
    max-width: 16rem!important;
}
.max-w-17rem
{
    max-width: 17rem!important;
}
.max-w-18rem
{
    max-width: 18rem!important;
}
.max-w-19rem
{
    max-width: 19rem!important;
}
.max-w-20rem
{
    max-width: 20rem!important;
}
.max-w-21rem
{
    max-width: 21rem!important;
}
.max-w-22rem
{
    max-width: 22rem!important;
}
.max-w-23rem
{
    max-width: 23rem!important;
}
.max-w-24rem
{
    max-width: 24rem!important;
}
.max-w-25rem
{
    max-width: 25rem!important;
}
.max-w-26rem
{
    max-width: 26rem!important;
}
.max-w-27rem
{
    max-width: 27rem!important;
}
.max-w-28rem
{
    max-width: 28rem!important;
}
.max-w-29rem
{
    max-width: 29rem!important;
}
.max-w-30rem
{
    max-width: 30rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:max-w-0
    {
        max-width: 0!important;
    }
    .sm\:max-w-full
    {
        max-width: 100%!important;
    }
    .sm\:max-w-screen
    {
        max-width: 100vw!important;
    }
    .sm\:max-w-min
    {
        max-width: min-content!important;
    }
    .sm\:max-w-max
    {
        max-width: max-content!important;
    }
    .sm\:max-w-fit
    {
        max-width: fit-content!important;
    }
    .sm\:max-w-1rem
    {
        max-width: 1rem!important;
    }
    .sm\:max-w-2rem
    {
        max-width: 2rem!important;
    }
    .sm\:max-w-3rem
    {
        max-width: 3rem!important;
    }
    .sm\:max-w-4rem
    {
        max-width: 4rem!important;
    }
    .sm\:max-w-5rem
    {
        max-width: 5rem!important;
    }
    .sm\:max-w-6rem
    {
        max-width: 6rem!important;
    }
    .sm\:max-w-7rem
    {
        max-width: 7rem!important;
    }
    .sm\:max-w-8rem
    {
        max-width: 8rem!important;
    }
    .sm\:max-w-9rem
    {
        max-width: 9rem!important;
    }
    .sm\:max-w-10rem
    {
        max-width: 10rem!important;
    }
    .sm\:max-w-11rem
    {
        max-width: 11rem!important;
    }
    .sm\:max-w-12rem
    {
        max-width: 12rem!important;
    }
    .sm\:max-w-13rem
    {
        max-width: 13rem!important;
    }
    .sm\:max-w-14rem
    {
        max-width: 14rem!important;
    }
    .sm\:max-w-15rem
    {
        max-width: 15rem!important;
    }
    .sm\:max-w-16rem
    {
        max-width: 16rem!important;
    }
    .sm\:max-w-17rem
    {
        max-width: 17rem!important;
    }
    .sm\:max-w-18rem
    {
        max-width: 18rem!important;
    }
    .sm\:max-w-19rem
    {
        max-width: 19rem!important;
    }
    .sm\:max-w-20rem
    {
        max-width: 20rem!important;
    }
    .sm\:max-w-21rem
    {
        max-width: 21rem!important;
    }
    .sm\:max-w-22rem
    {
        max-width: 22rem!important;
    }
    .sm\:max-w-23rem
    {
        max-width: 23rem!important;
    }
    .sm\:max-w-24rem
    {
        max-width: 24rem!important;
    }
    .sm\:max-w-25rem
    {
        max-width: 25rem!important;
    }
    .sm\:max-w-26rem
    {
        max-width: 26rem!important;
    }
    .sm\:max-w-27rem
    {
        max-width: 27rem!important;
    }
    .sm\:max-w-28rem
    {
        max-width: 28rem!important;
    }
    .sm\:max-w-29rem
    {
        max-width: 29rem!important;
    }
    .sm\:max-w-30rem
    {
        max-width: 30rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:max-w-0
    {
        max-width: 0!important;
    }
    .md\:max-w-full
    {
        max-width: 100%!important;
    }
    .md\:max-w-screen
    {
        max-width: 100vw!important;
    }
    .md\:max-w-min
    {
        max-width: min-content!important;
    }
    .md\:max-w-max
    {
        max-width: max-content!important;
    }
    .md\:max-w-fit
    {
        max-width: fit-content!important;
    }
    .md\:max-w-1rem
    {
        max-width: 1rem!important;
    }
    .md\:max-w-2rem
    {
        max-width: 2rem!important;
    }
    .md\:max-w-3rem
    {
        max-width: 3rem!important;
    }
    .md\:max-w-4rem
    {
        max-width: 4rem!important;
    }
    .md\:max-w-5rem
    {
        max-width: 5rem!important;
    }
    .md\:max-w-6rem
    {
        max-width: 6rem!important;
    }
    .md\:max-w-7rem
    {
        max-width: 7rem!important;
    }
    .md\:max-w-8rem
    {
        max-width: 8rem!important;
    }
    .md\:max-w-9rem
    {
        max-width: 9rem!important;
    }
    .md\:max-w-10rem
    {
        max-width: 10rem!important;
    }
    .md\:max-w-11rem
    {
        max-width: 11rem!important;
    }
    .md\:max-w-12rem
    {
        max-width: 12rem!important;
    }
    .md\:max-w-13rem
    {
        max-width: 13rem!important;
    }
    .md\:max-w-14rem
    {
        max-width: 14rem!important;
    }
    .md\:max-w-15rem
    {
        max-width: 15rem!important;
    }
    .md\:max-w-16rem
    {
        max-width: 16rem!important;
    }
    .md\:max-w-17rem
    {
        max-width: 17rem!important;
    }
    .md\:max-w-18rem
    {
        max-width: 18rem!important;
    }
    .md\:max-w-19rem
    {
        max-width: 19rem!important;
    }
    .md\:max-w-20rem
    {
        max-width: 20rem!important;
    }
    .md\:max-w-21rem
    {
        max-width: 21rem!important;
    }
    .md\:max-w-22rem
    {
        max-width: 22rem!important;
    }
    .md\:max-w-23rem
    {
        max-width: 23rem!important;
    }
    .md\:max-w-24rem
    {
        max-width: 24rem!important;
    }
    .md\:max-w-25rem
    {
        max-width: 25rem!important;
    }
    .md\:max-w-26rem
    {
        max-width: 26rem!important;
    }
    .md\:max-w-27rem
    {
        max-width: 27rem!important;
    }
    .md\:max-w-28rem
    {
        max-width: 28rem!important;
    }
    .md\:max-w-29rem
    {
        max-width: 29rem!important;
    }
    .md\:max-w-30rem
    {
        max-width: 30rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:max-w-0
    {
        max-width: 0!important;
    }
    .lg\:max-w-full
    {
        max-width: 100%!important;
    }
    .lg\:max-w-screen
    {
        max-width: 100vw!important;
    }
    .lg\:max-w-min
    {
        max-width: min-content!important;
    }
    .lg\:max-w-max
    {
        max-width: max-content!important;
    }
    .lg\:max-w-fit
    {
        max-width: fit-content!important;
    }
    .lg\:max-w-1rem
    {
        max-width: 1rem!important;
    }
    .lg\:max-w-2rem
    {
        max-width: 2rem!important;
    }
    .lg\:max-w-3rem
    {
        max-width: 3rem!important;
    }
    .lg\:max-w-4rem
    {
        max-width: 4rem!important;
    }
    .lg\:max-w-5rem
    {
        max-width: 5rem!important;
    }
    .lg\:max-w-6rem
    {
        max-width: 6rem!important;
    }
    .lg\:max-w-7rem
    {
        max-width: 7rem!important;
    }
    .lg\:max-w-8rem
    {
        max-width: 8rem!important;
    }
    .lg\:max-w-9rem
    {
        max-width: 9rem!important;
    }
    .lg\:max-w-10rem
    {
        max-width: 10rem!important;
    }
    .lg\:max-w-11rem
    {
        max-width: 11rem!important;
    }
    .lg\:max-w-12rem
    {
        max-width: 12rem!important;
    }
    .lg\:max-w-13rem
    {
        max-width: 13rem!important;
    }
    .lg\:max-w-14rem
    {
        max-width: 14rem!important;
    }
    .lg\:max-w-15rem
    {
        max-width: 15rem!important;
    }
    .lg\:max-w-16rem
    {
        max-width: 16rem!important;
    }
    .lg\:max-w-17rem
    {
        max-width: 17rem!important;
    }
    .lg\:max-w-18rem
    {
        max-width: 18rem!important;
    }
    .lg\:max-w-19rem
    {
        max-width: 19rem!important;
    }
    .lg\:max-w-20rem
    {
        max-width: 20rem!important;
    }
    .lg\:max-w-21rem
    {
        max-width: 21rem!important;
    }
    .lg\:max-w-22rem
    {
        max-width: 22rem!important;
    }
    .lg\:max-w-23rem
    {
        max-width: 23rem!important;
    }
    .lg\:max-w-24rem
    {
        max-width: 24rem!important;
    }
    .lg\:max-w-25rem
    {
        max-width: 25rem!important;
    }
    .lg\:max-w-26rem
    {
        max-width: 26rem!important;
    }
    .lg\:max-w-27rem
    {
        max-width: 27rem!important;
    }
    .lg\:max-w-28rem
    {
        max-width: 28rem!important;
    }
    .lg\:max-w-29rem
    {
        max-width: 29rem!important;
    }
    .lg\:max-w-30rem
    {
        max-width: 30rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:max-w-0
    {
        max-width: 0!important;
    }
    .xl\:max-w-full
    {
        max-width: 100%!important;
    }
    .xl\:max-w-screen
    {
        max-width: 100vw!important;
    }
    .xl\:max-w-min
    {
        max-width: min-content!important;
    }
    .xl\:max-w-max
    {
        max-width: max-content!important;
    }
    .xl\:max-w-fit
    {
        max-width: fit-content!important;
    }
    .xl\:max-w-1rem
    {
        max-width: 1rem!important;
    }
    .xl\:max-w-2rem
    {
        max-width: 2rem!important;
    }
    .xl\:max-w-3rem
    {
        max-width: 3rem!important;
    }
    .xl\:max-w-4rem
    {
        max-width: 4rem!important;
    }
    .xl\:max-w-5rem
    {
        max-width: 5rem!important;
    }
    .xl\:max-w-6rem
    {
        max-width: 6rem!important;
    }
    .xl\:max-w-7rem
    {
        max-width: 7rem!important;
    }
    .xl\:max-w-8rem
    {
        max-width: 8rem!important;
    }
    .xl\:max-w-9rem
    {
        max-width: 9rem!important;
    }
    .xl\:max-w-10rem
    {
        max-width: 10rem!important;
    }
    .xl\:max-w-11rem
    {
        max-width: 11rem!important;
    }
    .xl\:max-w-12rem
    {
        max-width: 12rem!important;
    }
    .xl\:max-w-13rem
    {
        max-width: 13rem!important;
    }
    .xl\:max-w-14rem
    {
        max-width: 14rem!important;
    }
    .xl\:max-w-15rem
    {
        max-width: 15rem!important;
    }
    .xl\:max-w-16rem
    {
        max-width: 16rem!important;
    }
    .xl\:max-w-17rem
    {
        max-width: 17rem!important;
    }
    .xl\:max-w-18rem
    {
        max-width: 18rem!important;
    }
    .xl\:max-w-19rem
    {
        max-width: 19rem!important;
    }
    .xl\:max-w-20rem
    {
        max-width: 20rem!important;
    }
    .xl\:max-w-21rem
    {
        max-width: 21rem!important;
    }
    .xl\:max-w-22rem
    {
        max-width: 22rem!important;
    }
    .xl\:max-w-23rem
    {
        max-width: 23rem!important;
    }
    .xl\:max-w-24rem
    {
        max-width: 24rem!important;
    }
    .xl\:max-w-25rem
    {
        max-width: 25rem!important;
    }
    .xl\:max-w-26rem
    {
        max-width: 26rem!important;
    }
    .xl\:max-w-27rem
    {
        max-width: 27rem!important;
    }
    .xl\:max-w-28rem
    {
        max-width: 28rem!important;
    }
    .xl\:max-w-29rem
    {
        max-width: 29rem!important;
    }
    .xl\:max-w-30rem
    {
        max-width: 30rem!important;
    }
}
.min-h-0
{
    min-height: 0!important;
}
.min-h-full
{
    min-height: 100%!important;
}
.min-h-screen
{
    min-height: 100vh!important;
}
@media screen and (min-width: 576px)
{
    .sm\:min-h-0
    {
        min-height: 0!important;
    }
    .sm\:min-h-full
    {
        min-height: 100%!important;
    }
    .sm\:min-h-screen
    {
        min-height: 100vh!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:min-h-0
    {
        min-height: 0!important;
    }
    .md\:min-h-full
    {
        min-height: 100%!important;
    }
    .md\:min-h-screen
    {
        min-height: 100vh!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:min-h-0
    {
        min-height: 0!important;
    }
    .lg\:min-h-full
    {
        min-height: 100%!important;
    }
    .lg\:min-h-screen
    {
        min-height: 100vh!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:min-h-0
    {
        min-height: 0!important;
    }
    .xl\:min-h-full
    {
        min-height: 100%!important;
    }
    .xl\:min-h-screen
    {
        min-height: 100vh!important;
    }
}
.max-h-0
{
    max-height: 0!important;
}
.max-h-full
{
    max-height: 100%!important;
}
.max-h-screen
{
    max-height: 100vh!important;
}
.max-h-min
{
    max-height: min-content!important;
}
.max-h-max
{
    max-height: max-content!important;
}
.max-h-fit
{
    max-height: fit-content!important;
}
.max-h-1rem
{
    max-height: 1rem!important;
}
.max-h-2rem
{
    max-height: 2rem!important;
}
.max-h-3rem
{
    max-height: 3rem!important;
}
.max-h-4rem
{
    max-height: 4rem!important;
}
.max-h-5rem
{
    max-height: 5rem!important;
}
.max-h-6rem
{
    max-height: 6rem!important;
}
.max-h-7rem
{
    max-height: 7rem!important;
}
.max-h-8rem
{
    max-height: 8rem!important;
}
.max-h-9rem
{
    max-height: 9rem!important;
}
.max-h-10rem
{
    max-height: 10rem!important;
}
.max-h-11rem
{
    max-height: 11rem!important;
}
.max-h-12rem
{
    max-height: 12rem!important;
}
.max-h-13rem
{
    max-height: 13rem!important;
}
.max-h-14rem
{
    max-height: 14rem!important;
}
.max-h-15rem
{
    max-height: 15rem!important;
}
.max-h-16rem
{
    max-height: 16rem!important;
}
.max-h-17rem
{
    max-height: 17rem!important;
}
.max-h-18rem
{
    max-height: 18rem!important;
}
.max-h-19rem
{
    max-height: 19rem!important;
}
.max-h-20rem
{
    max-height: 20rem!important;
}
.max-h-21rem
{
    max-height: 21rem!important;
}
.max-h-22rem
{
    max-height: 22rem!important;
}
.max-h-23rem
{
    max-height: 23rem!important;
}
.max-h-24rem
{
    max-height: 24rem!important;
}
.max-h-25rem
{
    max-height: 25rem!important;
}
.max-h-26rem
{
    max-height: 26rem!important;
}
.max-h-27rem
{
    max-height: 27rem!important;
}
.max-h-28rem
{
    max-height: 28rem!important;
}
.max-h-29rem
{
    max-height: 29rem!important;
}
.max-h-30rem
{
    max-height: 30rem!important;
}
@media screen and (min-width: 576px)
{
    .sm\:max-h-0
    {
        max-height: 0!important;
    }
    .sm\:max-h-full
    {
        max-height: 100%!important;
    }
    .sm\:max-h-screen
    {
        max-height: 100vh!important;
    }
    .sm\:max-h-min
    {
        max-height: min-content!important;
    }
    .sm\:max-h-max
    {
        max-height: max-content!important;
    }
    .sm\:max-h-fit
    {
        max-height: fit-content!important;
    }
    .sm\:max-h-1rem
    {
        max-height: 1rem!important;
    }
    .sm\:max-h-2rem
    {
        max-height: 2rem!important;
    }
    .sm\:max-h-3rem
    {
        max-height: 3rem!important;
    }
    .sm\:max-h-4rem
    {
        max-height: 4rem!important;
    }
    .sm\:max-h-5rem
    {
        max-height: 5rem!important;
    }
    .sm\:max-h-6rem
    {
        max-height: 6rem!important;
    }
    .sm\:max-h-7rem
    {
        max-height: 7rem!important;
    }
    .sm\:max-h-8rem
    {
        max-height: 8rem!important;
    }
    .sm\:max-h-9rem
    {
        max-height: 9rem!important;
    }
    .sm\:max-h-10rem
    {
        max-height: 10rem!important;
    }
    .sm\:max-h-11rem
    {
        max-height: 11rem!important;
    }
    .sm\:max-h-12rem
    {
        max-height: 12rem!important;
    }
    .sm\:max-h-13rem
    {
        max-height: 13rem!important;
    }
    .sm\:max-h-14rem
    {
        max-height: 14rem!important;
    }
    .sm\:max-h-15rem
    {
        max-height: 15rem!important;
    }
    .sm\:max-h-16rem
    {
        max-height: 16rem!important;
    }
    .sm\:max-h-17rem
    {
        max-height: 17rem!important;
    }
    .sm\:max-h-18rem
    {
        max-height: 18rem!important;
    }
    .sm\:max-h-19rem
    {
        max-height: 19rem!important;
    }
    .sm\:max-h-20rem
    {
        max-height: 20rem!important;
    }
    .sm\:max-h-21rem
    {
        max-height: 21rem!important;
    }
    .sm\:max-h-22rem
    {
        max-height: 22rem!important;
    }
    .sm\:max-h-23rem
    {
        max-height: 23rem!important;
    }
    .sm\:max-h-24rem
    {
        max-height: 24rem!important;
    }
    .sm\:max-h-25rem
    {
        max-height: 25rem!important;
    }
    .sm\:max-h-26rem
    {
        max-height: 26rem!important;
    }
    .sm\:max-h-27rem
    {
        max-height: 27rem!important;
    }
    .sm\:max-h-28rem
    {
        max-height: 28rem!important;
    }
    .sm\:max-h-29rem
    {
        max-height: 29rem!important;
    }
    .sm\:max-h-30rem
    {
        max-height: 30rem!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:max-h-0
    {
        max-height: 0!important;
    }
    .md\:max-h-full
    {
        max-height: 100%!important;
    }
    .md\:max-h-screen
    {
        max-height: 100vh!important;
    }
    .md\:max-h-min
    {
        max-height: min-content!important;
    }
    .md\:max-h-max
    {
        max-height: max-content!important;
    }
    .md\:max-h-fit
    {
        max-height: fit-content!important;
    }
    .md\:max-h-1rem
    {
        max-height: 1rem!important;
    }
    .md\:max-h-2rem
    {
        max-height: 2rem!important;
    }
    .md\:max-h-3rem
    {
        max-height: 3rem!important;
    }
    .md\:max-h-4rem
    {
        max-height: 4rem!important;
    }
    .md\:max-h-5rem
    {
        max-height: 5rem!important;
    }
    .md\:max-h-6rem
    {
        max-height: 6rem!important;
    }
    .md\:max-h-7rem
    {
        max-height: 7rem!important;
    }
    .md\:max-h-8rem
    {
        max-height: 8rem!important;
    }
    .md\:max-h-9rem
    {
        max-height: 9rem!important;
    }
    .md\:max-h-10rem
    {
        max-height: 10rem!important;
    }
    .md\:max-h-11rem
    {
        max-height: 11rem!important;
    }
    .md\:max-h-12rem
    {
        max-height: 12rem!important;
    }
    .md\:max-h-13rem
    {
        max-height: 13rem!important;
    }
    .md\:max-h-14rem
    {
        max-height: 14rem!important;
    }
    .md\:max-h-15rem
    {
        max-height: 15rem!important;
    }
    .md\:max-h-16rem
    {
        max-height: 16rem!important;
    }
    .md\:max-h-17rem
    {
        max-height: 17rem!important;
    }
    .md\:max-h-18rem
    {
        max-height: 18rem!important;
    }
    .md\:max-h-19rem
    {
        max-height: 19rem!important;
    }
    .md\:max-h-20rem
    {
        max-height: 20rem!important;
    }
    .md\:max-h-21rem
    {
        max-height: 21rem!important;
    }
    .md\:max-h-22rem
    {
        max-height: 22rem!important;
    }
    .md\:max-h-23rem
    {
        max-height: 23rem!important;
    }
    .md\:max-h-24rem
    {
        max-height: 24rem!important;
    }
    .md\:max-h-25rem
    {
        max-height: 25rem!important;
    }
    .md\:max-h-26rem
    {
        max-height: 26rem!important;
    }
    .md\:max-h-27rem
    {
        max-height: 27rem!important;
    }
    .md\:max-h-28rem
    {
        max-height: 28rem!important;
    }
    .md\:max-h-29rem
    {
        max-height: 29rem!important;
    }
    .md\:max-h-30rem
    {
        max-height: 30rem!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:max-h-0
    {
        max-height: 0!important;
    }
    .lg\:max-h-full
    {
        max-height: 100%!important;
    }
    .lg\:max-h-screen
    {
        max-height: 100vh!important;
    }
    .lg\:max-h-min
    {
        max-height: min-content!important;
    }
    .lg\:max-h-max
    {
        max-height: max-content!important;
    }
    .lg\:max-h-fit
    {
        max-height: fit-content!important;
    }
    .lg\:max-h-1rem
    {
        max-height: 1rem!important;
    }
    .lg\:max-h-2rem
    {
        max-height: 2rem!important;
    }
    .lg\:max-h-3rem
    {
        max-height: 3rem!important;
    }
    .lg\:max-h-4rem
    {
        max-height: 4rem!important;
    }
    .lg\:max-h-5rem
    {
        max-height: 5rem!important;
    }
    .lg\:max-h-6rem
    {
        max-height: 6rem!important;
    }
    .lg\:max-h-7rem
    {
        max-height: 7rem!important;
    }
    .lg\:max-h-8rem
    {
        max-height: 8rem!important;
    }
    .lg\:max-h-9rem
    {
        max-height: 9rem!important;
    }
    .lg\:max-h-10rem
    {
        max-height: 10rem!important;
    }
    .lg\:max-h-11rem
    {
        max-height: 11rem!important;
    }
    .lg\:max-h-12rem
    {
        max-height: 12rem!important;
    }
    .lg\:max-h-13rem
    {
        max-height: 13rem!important;
    }
    .lg\:max-h-14rem
    {
        max-height: 14rem!important;
    }
    .lg\:max-h-15rem
    {
        max-height: 15rem!important;
    }
    .lg\:max-h-16rem
    {
        max-height: 16rem!important;
    }
    .lg\:max-h-17rem
    {
        max-height: 17rem!important;
    }
    .lg\:max-h-18rem
    {
        max-height: 18rem!important;
    }
    .lg\:max-h-19rem
    {
        max-height: 19rem!important;
    }
    .lg\:max-h-20rem
    {
        max-height: 20rem!important;
    }
    .lg\:max-h-21rem
    {
        max-height: 21rem!important;
    }
    .lg\:max-h-22rem
    {
        max-height: 22rem!important;
    }
    .lg\:max-h-23rem
    {
        max-height: 23rem!important;
    }
    .lg\:max-h-24rem
    {
        max-height: 24rem!important;
    }
    .lg\:max-h-25rem
    {
        max-height: 25rem!important;
    }
    .lg\:max-h-26rem
    {
        max-height: 26rem!important;
    }
    .lg\:max-h-27rem
    {
        max-height: 27rem!important;
    }
    .lg\:max-h-28rem
    {
        max-height: 28rem!important;
    }
    .lg\:max-h-29rem
    {
        max-height: 29rem!important;
    }
    .lg\:max-h-30rem
    {
        max-height: 30rem!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:max-h-0
    {
        max-height: 0!important;
    }
    .xl\:max-h-full
    {
        max-height: 100%!important;
    }
    .xl\:max-h-screen
    {
        max-height: 100vh!important;
    }
    .xl\:max-h-min
    {
        max-height: min-content!important;
    }
    .xl\:max-h-max
    {
        max-height: max-content!important;
    }
    .xl\:max-h-fit
    {
        max-height: fit-content!important;
    }
    .xl\:max-h-1rem
    {
        max-height: 1rem!important;
    }
    .xl\:max-h-2rem
    {
        max-height: 2rem!important;
    }
    .xl\:max-h-3rem
    {
        max-height: 3rem!important;
    }
    .xl\:max-h-4rem
    {
        max-height: 4rem!important;
    }
    .xl\:max-h-5rem
    {
        max-height: 5rem!important;
    }
    .xl\:max-h-6rem
    {
        max-height: 6rem!important;
    }
    .xl\:max-h-7rem
    {
        max-height: 7rem!important;
    }
    .xl\:max-h-8rem
    {
        max-height: 8rem!important;
    }
    .xl\:max-h-9rem
    {
        max-height: 9rem!important;
    }
    .xl\:max-h-10rem
    {
        max-height: 10rem!important;
    }
    .xl\:max-h-11rem
    {
        max-height: 11rem!important;
    }
    .xl\:max-h-12rem
    {
        max-height: 12rem!important;
    }
    .xl\:max-h-13rem
    {
        max-height: 13rem!important;
    }
    .xl\:max-h-14rem
    {
        max-height: 14rem!important;
    }
    .xl\:max-h-15rem
    {
        max-height: 15rem!important;
    }
    .xl\:max-h-16rem
    {
        max-height: 16rem!important;
    }
    .xl\:max-h-17rem
    {
        max-height: 17rem!important;
    }
    .xl\:max-h-18rem
    {
        max-height: 18rem!important;
    }
    .xl\:max-h-19rem
    {
        max-height: 19rem!important;
    }
    .xl\:max-h-20rem
    {
        max-height: 20rem!important;
    }
    .xl\:max-h-21rem
    {
        max-height: 21rem!important;
    }
    .xl\:max-h-22rem
    {
        max-height: 22rem!important;
    }
    .xl\:max-h-23rem
    {
        max-height: 23rem!important;
    }
    .xl\:max-h-24rem
    {
        max-height: 24rem!important;
    }
    .xl\:max-h-25rem
    {
        max-height: 25rem!important;
    }
    .xl\:max-h-26rem
    {
        max-height: 26rem!important;
    }
    .xl\:max-h-27rem
    {
        max-height: 27rem!important;
    }
    .xl\:max-h-28rem
    {
        max-height: 28rem!important;
    }
    .xl\:max-h-29rem
    {
        max-height: 29rem!important;
    }
    .xl\:max-h-30rem
    {
        max-height: 30rem!important;
    }
}
.static
{
    position: static!important;
}
.fixed
{
    position: fixed!important;
}
.absolute
{
    position: absolute!important;
}
.relative
{
    position: relative!important;
}
.sticky
{
    position: sticky!important;
}
@media screen and (min-width: 576px)
{
    .sm\:static
    {
        position: static!important;
    }
    .sm\:fixed
    {
        position: fixed!important;
    }
    .sm\:absolute
    {
        position: absolute!important;
    }
    .sm\:relative
    {
        position: relative!important;
    }
    .sm\:sticky
    {
        position: sticky!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:static
    {
        position: static!important;
    }
    .md\:fixed
    {
        position: fixed!important;
    }
    .md\:absolute
    {
        position: absolute!important;
    }
    .md\:relative
    {
        position: relative!important;
    }
    .md\:sticky
    {
        position: sticky!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:static
    {
        position: static!important;
    }
    .lg\:fixed
    {
        position: fixed!important;
    }
    .lg\:absolute
    {
        position: absolute!important;
    }
    .lg\:relative
    {
        position: relative!important;
    }
    .lg\:sticky
    {
        position: sticky!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:static
    {
        position: static!important;
    }
    .xl\:fixed
    {
        position: fixed!important;
    }
    .xl\:absolute
    {
        position: absolute!important;
    }
    .xl\:relative
    {
        position: relative!important;
    }
    .xl\:sticky
    {
        position: sticky!important;
    }
}
.top-auto
{
    top: auto!important;
}
@media screen and (min-width: 576px)
{
    .sm\:top-auto
    {
        top: auto!important;
    }
    .sm\:top-0
    {
        top: 0!important;
    }
    .sm\:top-50
    {
        top: 50%!important;
    }
    .sm\:top-100
    {
        top: 100%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:top-auto
    {
        top: auto!important;
    }
    .md\:top-0
    {
        top: 0!important;
    }
    .md\:top-50
    {
        top: 50%!important;
    }
    .md\:top-100
    {
        top: 100%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:top-auto
    {
        top: auto!important;
    }
    .lg\:top-0
    {
        top: 0!important;
    }
    .lg\:top-50
    {
        top: 50%!important;
    }
    .lg\:top-100
    {
        top: 100%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:top-auto
    {
        top: auto!important;
    }
    .xl\:top-0
    {
        top: 0!important;
    }
    .xl\:top-50
    {
        top: 50%!important;
    }
    .xl\:top-100
    {
        top: 100%!important;
    }
}
.left-auto
{
    left: auto!important;
}
.left-0
{
    left: 0!important;
}
.left-50
{
    left: 50%!important;
}
.left-100
{
    left: 100%!important;
}
@media screen and (min-width: 576px)
{
    .sm\:left-auto
    {
        left: auto!important;
    }
    .sm\:left-0
    {
        left: 0!important;
    }
    .sm\:left-50
    {
        left: 50%!important;
    }
    .sm\:left-100
    {
        left: 100%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:left-auto
    {
        left: auto!important;
    }
    .md\:left-0
    {
        left: 0!important;
    }
    .md\:left-50
    {
        left: 50%!important;
    }
    .md\:left-100
    {
        left: 100%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:left-auto
    {
        left: auto!important;
    }
    .lg\:left-0
    {
        left: 0!important;
    }
    .lg\:left-50
    {
        left: 50%!important;
    }
    .lg\:left-100
    {
        left: 100%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:left-auto
    {
        left: auto!important;
    }
    .xl\:left-0
    {
        left: 0!important;
    }
    .xl\:left-50
    {
        left: 50%!important;
    }
    .xl\:left-100
    {
        left: 100%!important;
    }
}
.right-auto
{
    right: auto!important;
}
.right-0
{
    right: 0!important;
}
.right-50
{
    right: 50%!important;
}
.right-100
{
    right: 100%!important;
}
@media screen and (min-width: 576px)
{
    .sm\:right-auto
    {
        right: auto!important;
    }
    .sm\:right-0
    {
        right: 0!important;
    }
    .sm\:right-50
    {
        right: 50%!important;
    }
    .sm\:right-100
    {
        right: 100%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:right-auto
    {
        right: auto!important;
    }
    .md\:right-0
    {
        right: 0!important;
    }
    .md\:right-50
    {
        right: 50%!important;
    }
    .md\:right-100
    {
        right: 100%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:right-auto
    {
        right: auto!important;
    }
    .lg\:right-0
    {
        right: 0!important;
    }
    .lg\:right-50
    {
        right: 50%!important;
    }
    .lg\:right-100
    {
        right: 100%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:right-auto
    {
        right: auto!important;
    }
    .xl\:right-0
    {
        right: 0!important;
    }
    .xl\:right-50
    {
        right: 50%!important;
    }
    .xl\:right-100
    {
        right: 100%!important;
    }
}
.bottom-auto
{
    bottom: auto!important;
}
@media screen and (min-width: 576px)
{
    .sm\:bottom-auto
    {
        bottom: auto!important;
    }
    .sm\:bottom-0
    {
        bottom: 0!important;
    }
    .sm\:bottom-50
    {
        bottom: 50%!important;
    }
    .sm\:bottom-100
    {
        bottom: 100%!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:bottom-auto
    {
        bottom: auto!important;
    }
    .md\:bottom-0
    {
        bottom: 0!important;
    }
    .md\:bottom-50
    {
        bottom: 50%!important;
    }
    .md\:bottom-100
    {
        bottom: 100%!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:bottom-auto
    {
        bottom: auto!important;
    }
    .lg\:bottom-0
    {
        bottom: 0!important;
    }
    .lg\:bottom-50
    {
        bottom: 50%!important;
    }
    .lg\:bottom-100
    {
        bottom: 100%!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:bottom-auto
    {
        bottom: auto!important;
    }
    .xl\:bottom-0
    {
        bottom: 0!important;
    }
    .xl\:bottom-50
    {
        bottom: 50%!important;
    }
    .xl\:bottom-100
    {
        bottom: 100%!important;
    }
}
@media screen and (min-width: 576px)
{
    .sm\:overflow-auto
    {
        overflow: auto!important;
    }
    .sm\:overflow-hidden
    {
        overflow: hidden!important;
    }
    .sm\:overflow-visible
    {
        overflow: visible!important;
    }
    .sm\:overflow-scroll
    {
        overflow: scroll!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:overflow-auto
    {
        overflow: auto!important;
    }
    .md\:overflow-hidden
    {
        overflow: hidden!important;
    }
    .md\:overflow-visible
    {
        overflow: visible!important;
    }
    .md\:overflow-scroll
    {
        overflow: scroll!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:overflow-auto
    {
        overflow: auto!important;
    }
    .lg\:overflow-hidden
    {
        overflow: hidden!important;
    }
    .lg\:overflow-visible
    {
        overflow: visible!important;
    }
    .lg\:overflow-scroll
    {
        overflow: scroll!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:overflow-auto
    {
        overflow: auto!important;
    }
    .xl\:overflow-hidden
    {
        overflow: hidden!important;
    }
    .xl\:overflow-visible
    {
        overflow: visible!important;
    }
    .xl\:overflow-scroll
    {
        overflow: scroll!important;
    }
}
.overflow-x-auto
{
    overflow-x: auto!important;
}
.overflow-x-hidden
{
    overflow-x: hidden!important;
}
.overflow-x-visible
{
    overflow-x: visible!important;
}
.overflow-x-scroll
{
    overflow-x: scroll!important;
}
@media screen and (min-width: 576px)
{
    .sm\:overflow-x-auto
    {
        overflow-x: auto!important;
    }
    .sm\:overflow-x-hidden
    {
        overflow-x: hidden!important;
    }
    .sm\:overflow-x-visible
    {
        overflow-x: visible!important;
    }
    .sm\:overflow-x-scroll
    {
        overflow-x: scroll!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:overflow-x-auto
    {
        overflow-x: auto!important;
    }
    .md\:overflow-x-hidden
    {
        overflow-x: hidden!important;
    }
    .md\:overflow-x-visible
    {
        overflow-x: visible!important;
    }
    .md\:overflow-x-scroll
    {
        overflow-x: scroll!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:overflow-x-auto
    {
        overflow-x: auto!important;
    }
    .lg\:overflow-x-hidden
    {
        overflow-x: hidden!important;
    }
    .lg\:overflow-x-visible
    {
        overflow-x: visible!important;
    }
    .lg\:overflow-x-scroll
    {
        overflow-x: scroll!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:overflow-x-auto
    {
        overflow-x: auto!important;
    }
    .xl\:overflow-x-hidden
    {
        overflow-x: hidden!important;
    }
    .xl\:overflow-x-visible
    {
        overflow-x: visible!important;
    }
    .xl\:overflow-x-scroll
    {
        overflow-x: scroll!important;
    }
}
.overflow-y-auto
{
    overflow-y: auto!important;
}
.overflow-y-hidden
{
    overflow-y: hidden!important;
}
.overflow-y-visible
{
    overflow-y: visible!important;
}
.overflow-y-scroll
{
    overflow-y: scroll!important;
}
@media screen and (min-width: 576px)
{
    .sm\:overflow-y-auto
    {
        overflow-y: auto!important;
    }
    .sm\:overflow-y-hidden
    {
        overflow-y: hidden!important;
    }
    .sm\:overflow-y-visible
    {
        overflow-y: visible!important;
    }
    .sm\:overflow-y-scroll
    {
        overflow-y: scroll!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:overflow-y-auto
    {
        overflow-y: auto!important;
    }
    .md\:overflow-y-hidden
    {
        overflow-y: hidden!important;
    }
    .md\:overflow-y-visible
    {
        overflow-y: visible!important;
    }
    .md\:overflow-y-scroll
    {
        overflow-y: scroll!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:overflow-y-auto
    {
        overflow-y: auto!important;
    }
    .lg\:overflow-y-hidden
    {
        overflow-y: hidden!important;
    }
    .lg\:overflow-y-visible
    {
        overflow-y: visible!important;
    }
    .lg\:overflow-y-scroll
    {
        overflow-y: scroll!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:overflow-y-auto
    {
        overflow-y: auto!important;
    }
    .xl\:overflow-y-hidden
    {
        overflow-y: hidden!important;
    }
    .xl\:overflow-y-visible
    {
        overflow-y: visible!important;
    }
    .xl\:overflow-y-scroll
    {
        overflow-y: scroll!important;
    }
}
.z-auto
{
    z-index: auto!important;
}
.z-0
{
    z-index: 0!important;
}
.z-1
{
    z-index: 1!important;
}
.z-2
{
    z-index: 2!important;
}
.z-3
{
    z-index: 3!important;
}
.z-4
{
    z-index: 4!important;
}
.z-5
{
    z-index: 5!important;
}
@media screen and (min-width: 576px)
{
    .sm\:z-auto
    {
        z-index: auto!important;
    }
    .sm\:z-0
    {
        z-index: 0!important;
    }
    .sm\:z-1
    {
        z-index: 1!important;
    }
    .sm\:z-2
    {
        z-index: 2!important;
    }
    .sm\:z-3
    {
        z-index: 3!important;
    }
    .sm\:z-4
    {
        z-index: 4!important;
    }
    .sm\:z-5
    {
        z-index: 5!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:z-auto
    {
        z-index: auto!important;
    }
    .md\:z-0
    {
        z-index: 0!important;
    }
    .md\:z-1
    {
        z-index: 1!important;
    }
    .md\:z-2
    {
        z-index: 2!important;
    }
    .md\:z-3
    {
        z-index: 3!important;
    }
    .md\:z-4
    {
        z-index: 4!important;
    }
    .md\:z-5
    {
        z-index: 5!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:z-auto
    {
        z-index: auto!important;
    }
    .lg\:z-0
    {
        z-index: 0!important;
    }
    .lg\:z-1
    {
        z-index: 1!important;
    }
    .lg\:z-2
    {
        z-index: 2!important;
    }
    .lg\:z-3
    {
        z-index: 3!important;
    }
    .lg\:z-4
    {
        z-index: 4!important;
    }
    .lg\:z-5
    {
        z-index: 5!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:z-auto
    {
        z-index: auto!important;
    }
    .xl\:z-0
    {
        z-index: 0!important;
    }
    .xl\:z-1
    {
        z-index: 1!important;
    }
    .xl\:z-2
    {
        z-index: 2!important;
    }
    .xl\:z-3
    {
        z-index: 3!important;
    }
    .xl\:z-4
    {
        z-index: 4!important;
    }
    .xl\:z-5
    {
        z-index: 5!important;
    }
}
.bg-repeat
{
    background-repeat: repeat!important;
}
.bg-no-repeat
{
    background-repeat: no-repeat!important;
}
.bg-repeat-x
{
    background-repeat: repeat-x!important;
}
.bg-repeat-y
{
    background-repeat: repeat-y!important;
}
.bg-repeat-round
{
    background-repeat: round!important;
}
.bg-repeat-space
{
    background-repeat: space!important;
}
@media screen and (min-width: 576px)
{
    .sm\:bg-repeat
    {
        background-repeat: repeat!important;
    }
    .sm\:bg-no-repeat
    {
        background-repeat: no-repeat!important;
    }
    .sm\:bg-repeat-x
    {
        background-repeat: repeat-x!important;
    }
    .sm\:bg-repeat-y
    {
        background-repeat: repeat-y!important;
    }
    .sm\:bg-repeat-round
    {
        background-repeat: round!important;
    }
    .sm\:bg-repeat-space
    {
        background-repeat: space!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:bg-repeat
    {
        background-repeat: repeat!important;
    }
    .md\:bg-no-repeat
    {
        background-repeat: no-repeat!important;
    }
    .md\:bg-repeat-x
    {
        background-repeat: repeat-x!important;
    }
    .md\:bg-repeat-y
    {
        background-repeat: repeat-y!important;
    }
    .md\:bg-repeat-round
    {
        background-repeat: round!important;
    }
    .md\:bg-repeat-space
    {
        background-repeat: space!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:bg-repeat
    {
        background-repeat: repeat!important;
    }
    .lg\:bg-no-repeat
    {
        background-repeat: no-repeat!important;
    }
    .lg\:bg-repeat-x
    {
        background-repeat: repeat-x!important;
    }
    .lg\:bg-repeat-y
    {
        background-repeat: repeat-y!important;
    }
    .lg\:bg-repeat-round
    {
        background-repeat: round!important;
    }
    .lg\:bg-repeat-space
    {
        background-repeat: space!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:bg-repeat
    {
        background-repeat: repeat!important;
    }
    .xl\:bg-no-repeat
    {
        background-repeat: no-repeat!important;
    }
    .xl\:bg-repeat-x
    {
        background-repeat: repeat-x!important;
    }
    .xl\:bg-repeat-y
    {
        background-repeat: repeat-y!important;
    }
    .xl\:bg-repeat-round
    {
        background-repeat: round!important;
    }
    .xl\:bg-repeat-space
    {
        background-repeat: space!important;
    }
}
.bg-auto
{
    background-size: auto!important;
}
.bg-cover
{
    background-size: cover!important;
}
.bg-contain
{
    background-size: contain!important;
}
@media screen and (min-width: 576px)
{
    .sm\:bg-auto
    {
        background-size: auto!important;
    }
    .sm\:bg-cover
    {
        background-size: cover!important;
    }
    .sm\:bg-contain
    {
        background-size: contain!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:bg-auto
    {
        background-size: auto!important;
    }
    .md\:bg-cover
    {
        background-size: cover!important;
    }
    .md\:bg-contain
    {
        background-size: contain!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:bg-auto
    {
        background-size: auto!important;
    }
    .lg\:bg-cover
    {
        background-size: cover!important;
    }
    .lg\:bg-contain
    {
        background-size: contain!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:bg-auto
    {
        background-size: auto!important;
    }
    .xl\:bg-cover
    {
        background-size: cover!important;
    }
    .xl\:bg-contain
    {
        background-size: contain!important;
    }
}
.bg-bottom
{
    background-position: bottom!important;
}
.bg-center
{
    background-position: center!important;
}
.bg-left
{
    background-position: left!important;
}
.bg-left-bottom
{
    background-position: left bottom!important;
}
.bg-left-top
{
    background-position: left top!important;
}
.bg-right
{
    background-position: right!important;
}
.bg-right-bottom
{
    background-position: right bottom!important;
}
.bg-right-top
{
    background-position: right top!important;
}
.bg-top
{
    background-position: top!important;
}
@media screen and (min-width: 576px)
{
    .sm\:bg-bottom
    {
        background-position: bottom!important;
    }
    .sm\:bg-center
    {
        background-position: center!important;
    }
    .sm\:bg-left
    {
        background-position: left!important;
    }
    .sm\:bg-left-bottom
    {
        background-position: left bottom!important;
    }
    .sm\:bg-left-top
    {
        background-position: left top!important;
    }
    .sm\:bg-right
    {
        background-position: right!important;
    }
    .sm\:bg-right-bottom
    {
        background-position: right bottom!important;
    }
    .sm\:bg-right-top
    {
        background-position: right top!important;
    }
    .sm\:bg-top
    {
        background-position: top!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:bg-bottom
    {
        background-position: bottom!important;
    }
    .md\:bg-center
    {
        background-position: center!important;
    }
    .md\:bg-left
    {
        background-position: left!important;
    }
    .md\:bg-left-bottom
    {
        background-position: left bottom!important;
    }
    .md\:bg-left-top
    {
        background-position: left top!important;
    }
    .md\:bg-right
    {
        background-position: right!important;
    }
    .md\:bg-right-bottom
    {
        background-position: right bottom!important;
    }
    .md\:bg-right-top
    {
        background-position: right top!important;
    }
    .md\:bg-top
    {
        background-position: top!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:bg-bottom
    {
        background-position: bottom!important;
    }
    .lg\:bg-center
    {
        background-position: center!important;
    }
    .lg\:bg-left
    {
        background-position: left!important;
    }
    .lg\:bg-left-bottom
    {
        background-position: left bottom!important;
    }
    .lg\:bg-left-top
    {
        background-position: left top!important;
    }
    .lg\:bg-right
    {
        background-position: right!important;
    }
    .lg\:bg-right-bottom
    {
        background-position: right bottom!important;
    }
    .lg\:bg-right-top
    {
        background-position: right top!important;
    }
    .lg\:bg-top
    {
        background-position: top!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:bg-bottom
    {
        background-position: bottom!important;
    }
    .xl\:bg-center
    {
        background-position: center!important;
    }
    .xl\:bg-left
    {
        background-position: left!important;
    }
    .xl\:bg-left-bottom
    {
        background-position: left bottom!important;
    }
    .xl\:bg-left-top
    {
        background-position: left top!important;
    }
    .xl\:bg-right
    {
        background-position: right!important;
    }
    .xl\:bg-right-bottom
    {
        background-position: right bottom!important;
    }
    .xl\:bg-right-top
    {
        background-position: right top!important;
    }
    .xl\:bg-top
    {
        background-position: top!important;
    }
}
.list-none
{
    list-style: none!important;
}
.list-disc
{
    list-style: disc!important;
}
.list-decimal
{
    list-style: decimal!important;
}
.appearance-none
{
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}
.outline-none
{
    outline: none!important;
}
.pointer-events-none
{
    pointer-events: none!important;
}
.pointer-events-auto
{
    pointer-events: auto!important;
}
.cursor-auto
{
    cursor: auto!important;
}
.cursor-pointer
{
    cursor: pointer!important;
}
.cursor-wait
{
    cursor: wait!important;
}
.cursor-move
{
    cursor: move!important;
}
.select-none
{
    -webkit-user-select: none!important;
    user-select: none!important;
}
.select-text
{
    -webkit-user-select: text!important;
    user-select: text!important;
}
.select-all
{
    -webkit-user-select: all!important;
    user-select: all!important;
}
.select-auto
{
    -webkit-user-select: auto!important;
    user-select: auto!important;
}
.opacity-10
{
    opacity: .1!important;
}
.opacity-20
{
    opacity: .2!important;
}
.opacity-30
{
    opacity: .3!important;
}
.opacity-40
{
    opacity: .4!important;
}
.opacity-60
{
    opacity: .6!important;
}
.opacity-70
{
    opacity: .7!important;
}
.opacity-80
{
    opacity: .8!important;
}
.opacity-90
{
    opacity: .9!important;
}
.reset
{
    all: unset;
}
.transition-none
{
    transition-property: none!important;
}
.transition-all
{
    transition-property: all!important;
}
.transition-colors
{
    transition-property: background-color,border-color,color!important;
}
.transition-transform
{
    transition-property: transform!important;
}
.transition-duration-100
{
    transition-duration: .1s!important;
}
.transition-duration-150
{
    transition-duration: .15s!important;
}
.transition-duration-200
{
    transition-duration: .2s!important;
}
.transition-duration-300
{
    transition-duration: .3s!important;
}
.transition-duration-400
{
    transition-duration: .4s!important;
}
.transition-duration-500
{
    transition-duration: .5s!important;
}
.transition-duration-1000
{
    transition-duration: 1s!important;
}
.transition-duration-2000
{
    transition-duration: 2s!important;
}
.transition-duration-3000
{
    transition-duration: 3s!important;
}
.transition-linear
{
    transition-timing-function: linear!important;
}
.transition-ease-in
{
    transition-timing-function: cubic-bezier(.4,0,1,1)!important;
}
.transition-ease-out
{
    transition-timing-function: cubic-bezier(0,0,.2,1)!important;
}
.transition-ease-in-out
{
    transition-timing-function: cubic-bezier(.4,0,.2,1)!important;
}
.transition-delay-100
{
    transition-delay: .1s!important;
}
.transition-delay-150
{
    transition-delay: .15s!important;
}
.transition-delay-200
{
    transition-delay: .2s!important;
}
.transition-delay-300
{
    transition-delay: .3s!important;
}
.transition-delay-400
{
    transition-delay: .4s!important;
}
.transition-delay-500
{
    transition-delay: .5s!important;
}
.transition-delay-1000
{
    transition-delay: 1s!important;
}
.translate-x-0
{
    transform: translate(0)!important;
}
.translate-x-100
{
    transform: translate(100%)!important;
}
.-translate-x-100
{
    transform: translate(-100%)!important;
}
.translate-y-0
{
    transform: translateY(0)!important;
}
.translate-y-100
{
    transform: translateY(100%)!important;
}
.-translate-y-100
{
    transform: translateY(-100%)!important;
}
@media screen and (min-width: 576px)
{
    .sm\:translate-x-0
    {
        transform: translate(0)!important;
    }
    .sm\:translate-x-100
    {
        transform: translate(100%)!important;
    }
    .sm\:-translate-x-100
    {
        transform: translate(-100%)!important;
    }
    .sm\:translate-y-0
    {
        transform: translateY(0)!important;
    }
    .sm\:translate-y-100
    {
        transform: translateY(100%)!important;
    }
    .sm\:-translate-y-100
    {
        transform: translateY(-100%)!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:translate-x-0
    {
        transform: translate(0)!important;
    }
    .md\:translate-x-100
    {
        transform: translate(100%)!important;
    }
    .md\:-translate-x-100
    {
        transform: translate(-100%)!important;
    }
    .md\:translate-y-0
    {
        transform: translateY(0)!important;
    }
    .md\:translate-y-100
    {
        transform: translateY(100%)!important;
    }
    .md\:-translate-y-100
    {
        transform: translateY(-100%)!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:translate-x-0
    {
        transform: translate(0)!important;
    }
    .lg\:translate-x-100
    {
        transform: translate(100%)!important;
    }
    .lg\:-translate-x-100
    {
        transform: translate(-100%)!important;
    }
    .lg\:translate-y-0
    {
        transform: translateY(0)!important;
    }
    .lg\:translate-y-100
    {
        transform: translateY(100%)!important;
    }
    .lg\:-translate-y-100
    {
        transform: translateY(-100%)!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:translate-x-0
    {
        transform: translate(0)!important;
    }
    .xl\:translate-x-100
    {
        transform: translate(100%)!important;
    }
    .xl\:-translate-x-100
    {
        transform: translate(-100%)!important;
    }
    .xl\:translate-y-0
    {
        transform: translateY(0)!important;
    }
    .xl\:translate-y-100
    {
        transform: translateY(100%)!important;
    }
    .xl\:-translate-y-100
    {
        transform: translateY(-100%)!important;
    }
}
.rotate-45
{
    transform: rotate(45deg)!important;
}
.-rotate-45
{
    transform: rotate(-45deg)!important;
}
.rotate-90
{
    transform: rotate(90deg)!important;
}
.-rotate-90
{
    transform: rotate(-90deg)!important;
}
.rotate-180
{
    transform: rotate(180deg)!important;
}
.-rotate-180
{
    transform: rotate(-180deg)!important;
}
@media screen and (min-width: 576px)
{
    .sm\:rotate-45
    {
        transform: rotate(45deg)!important;
    }
    .sm\:-rotate-45
    {
        transform: rotate(-45deg)!important;
    }
    .sm\:rotate-90
    {
        transform: rotate(90deg)!important;
    }
    .sm\:-rotate-90
    {
        transform: rotate(-90deg)!important;
    }
    .sm\:rotate-180
    {
        transform: rotate(180deg)!important;
    }
    .sm\:-rotate-180
    {
        transform: rotate(-180deg)!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:rotate-45
    {
        transform: rotate(45deg)!important;
    }
    .md\:-rotate-45
    {
        transform: rotate(-45deg)!important;
    }
    .md\:rotate-90
    {
        transform: rotate(90deg)!important;
    }
    .md\:-rotate-90
    {
        transform: rotate(-90deg)!important;
    }
    .md\:rotate-180
    {
        transform: rotate(180deg)!important;
    }
    .md\:-rotate-180
    {
        transform: rotate(-180deg)!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:rotate-45
    {
        transform: rotate(45deg)!important;
    }
    .lg\:-rotate-45
    {
        transform: rotate(-45deg)!important;
    }
    .lg\:rotate-90
    {
        transform: rotate(90deg)!important;
    }
    .lg\:-rotate-90
    {
        transform: rotate(-90deg)!important;
    }
    .lg\:rotate-180
    {
        transform: rotate(180deg)!important;
    }
    .lg\:-rotate-180
    {
        transform: rotate(-180deg)!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:rotate-45
    {
        transform: rotate(45deg)!important;
    }
    .xl\:-rotate-45
    {
        transform: rotate(-45deg)!important;
    }
    .xl\:rotate-90
    {
        transform: rotate(90deg)!important;
    }
    .xl\:-rotate-90
    {
        transform: rotate(-90deg)!important;
    }
    .xl\:rotate-180
    {
        transform: rotate(180deg)!important;
    }
    .xl\:-rotate-180
    {
        transform: rotate(-180deg)!important;
    }
}
.origin-center
{
    transform-origin: center!important;
}
.origin-top
{
    transform-origin: top!important;
}
.origin-top-right
{
    transform-origin: top right!important;
}
.origin-right
{
    transform-origin: right!important;
}
.origin-bottom-right
{
    transform-origin: bottom right!important;
}
.origin-bottom
{
    transform-origin: bottom!important;
}
.origin-bottom-left
{
    transform-origin: bottom left!important;
}
.origin-left
{
    transform-origin: left!important;
}
.origin-top-left
{
    transform-origin: top-left!important;
}
@media screen and (min-width: 576px)
{
    .sm\:origin-center
    {
        transform-origin: center!important;
    }
    .sm\:origin-top
    {
        transform-origin: top!important;
    }
    .sm\:origin-top-right
    {
        transform-origin: top right!important;
    }
    .sm\:origin-right
    {
        transform-origin: right!important;
    }
    .sm\:origin-bottom-right
    {
        transform-origin: bottom right!important;
    }
    .sm\:origin-bottom
    {
        transform-origin: bottom!important;
    }
    .sm\:origin-bottom-left
    {
        transform-origin: bottom left!important;
    }
    .sm\:origin-left
    {
        transform-origin: left!important;
    }
    .sm\:origin-top-left
    {
        transform-origin: top-left!important;
    }
}
@media screen and (min-width: 768px)
{
    .md\:origin-center
    {
        transform-origin: center!important;
    }
    .md\:origin-top
    {
        transform-origin: top!important;
    }
    .md\:origin-top-right
    {
        transform-origin: top right!important;
    }
    .md\:origin-right
    {
        transform-origin: right!important;
    }
    .md\:origin-bottom-right
    {
        transform-origin: bottom right!important;
    }
    .md\:origin-bottom
    {
        transform-origin: bottom!important;
    }
    .md\:origin-bottom-left
    {
        transform-origin: bottom left!important;
    }
    .md\:origin-left
    {
        transform-origin: left!important;
    }
    .md\:origin-top-left
    {
        transform-origin: top-left!important;
    }
}
@media screen and (min-width: 992px)
{
    .lg\:origin-center
    {
        transform-origin: center!important;
    }
    .lg\:origin-top
    {
        transform-origin: top!important;
    }
    .lg\:origin-top-right
    {
        transform-origin: top right!important;
    }
    .lg\:origin-right
    {
        transform-origin: right!important;
    }
    .lg\:origin-bottom-right
    {
        transform-origin: bottom right!important;
    }
    .lg\:origin-bottom
    {
        transform-origin: bottom!important;
    }
    .lg\:origin-bottom-left
    {
        transform-origin: bottom left!important;
    }
    .lg\:origin-left
    {
        transform-origin: left!important;
    }
    .lg\:origin-top-left
    {
        transform-origin: top-left!important;
    }
}
@media screen and (min-width: 1200px)
{
    .xl\:origin-center
    {
        transform-origin: center!important;
    }
    .xl\:origin-top
    {
        transform-origin: top!important;
    }
    .xl\:origin-top-right
    {
        transform-origin: top right!important;
    }
    .xl\:origin-right
    {
        transform-origin: right!important;
    }
    .xl\:origin-bottom-right
    {
        transform-origin: bottom right!important;
    }
    .xl\:origin-bottom
    {
        transform-origin: bottom!important;
    }
    .xl\:origin-bottom-left
    {
        transform-origin: bottom left!important;
    }
    .xl\:origin-left
    {
        transform-origin: left!important;
    }
    .xl\:origin-top-left
    {
        transform-origin: top-left!important;
    }
}
@keyframes fadein
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}
@keyframes fadeout
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}
@keyframes scalein
{
    0%
    {
        opacity: 0;
        transform: scaleY(.8);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 1;
        transform: scaleY(1);
    }
}
@keyframes slidedown
{
    0%
    {
        max-height: 0;
    }
    to
    {
        max-height: auto;
    }
}
@keyframes slideup
{
    0%
    {
        max-height: 1000px;
    }
    to
    {
        max-height: 0;
    }
}
@keyframes fadeinleft
{
    0%
    {
        opacity: 0;
        transform: translate(-100%);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeoutleft
{
    0%
    {
        opacity: 1;
        transform: translate(0);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 0;
        transform: translate(-100%);
    }
}
@keyframes fadeinright
{
    0%
    {
        opacity: 0;
        transform: translate(100%);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes fadeoutright
{
    0%
    {
        opacity: 1;
        transform: translate(0);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 0;
        transform: translate(100%);
    }
}
@keyframes fadeinup
{
    0%
    {
        opacity: 0;
        transform: translateY(-100%);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeoutup
{
    0%
    {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 0;
        transform: translateY(-100%);
    }
}
@keyframes fadeindown
{
    0%
    {
        opacity: 0;
        transform: translateY(100%);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeoutdown
{
    0%
    {
        opacity: 1;
        transform: translateY(0);
        transition: transform .12s cubic-bezier(0,0,.2,1),opacity .12s cubic-bezier(0,0,.2,1);
    }
    to
    {
        opacity: 0;
        transform: translateY(100%);
    }
}
@keyframes animate-width
{
    0%
    {
        width: 0;
    }
    to
    {
        width: 100%;
    }
}
@keyframes flip
{
    0%
    {
        transform: perspective(2000px) rotateX(-100deg);
    }
    to
    {
        transform: perspective(2000px) rotateX(0);
    }
}
@keyframes flipleft
{
    0%
    {
        transform: perspective(2000px) rotateY(-100deg);
        opacity: 0;
    }
    to
    {
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipright
{
    0%
    {
        transform: perspective(2000px) rotateY(100deg);
        opacity: 0;
    }
    to
    {
        transform: perspective(2000px) rotateY(0);
        opacity: 1;
    }
}
@keyframes flipup
{
    0%
    {
        transform: perspective(2000px) rotateX(-100deg);
        opacity: 0;
    }
    to
    {
        transform: perspective(2000px) rotateX(0);
        opacity: 1;
    }
}
@keyframes zoomin
{
    0%
    {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
    50%
    {
        opacity: 1;
    }
}
@keyframes zoomindown
{
    0%
    {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
}
@keyframes zoominleft
{
    0%
    {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    }
}
@keyframes zoominright
{
    0%
    {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    }
}
@keyframes zoominup
{
    0%
    {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    }
    60%
    {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
}
.fadein
{
    animation: fadein .15s linear;
}
.fadeout
{
    animation: fadeout .15s linear;
}
.slidedown
{
    animation: slidedown .45s ease-in-out;
}
.slideup
{
    animation: slideup .45s cubic-bezier(0,1,0,1);
}
.scalein
{
    animation: scalein .15s linear;
}
.fadeinleft
{
    animation: fadeinleft .15s linear;
}
.fadeoutleft
{
    animation: fadeoutleft .15s linear;
}
.fadeinright
{
    animation: fadeinright .15s linear;
}
.fadeoutright
{
    animation: fadeoutright .15s linear;
}
.fadeinup
{
    animation: fadeinup .15s linear;
}
.fadeoutup
{
    animation: fadeoutup .15s linear;
}
.fadeindown
{
    animation: fadeindown .15s linear;
}
.fadeoutdown
{
    animation: fadeoutdown .15s linear;
}
.animate-width
{
    animation: animate-width 1s linear;
}
.flip
{
    backface-visibility: visible;
    animation: flip .15s linear;
}
.flipup
{
    backface-visibility: visible;
    animation: flipup .15s linear;
}
.flipleft
{
    backface-visibility: visible;
    animation: flipleft .15s linear;
}
.flipright
{
    backface-visibility: visible;
    animation: flipright .15s linear;
}
.zoomin
{
    animation: zoomin .15s linear;
}
.zoomindown
{
    animation: zoomindown .15s linear;
}
.zoominleft
{
    animation: zoominleft .15s linear;
}
.zoominright
{
    animation: zoominright .15s linear;
}
.zoominup
{
    animation: zoominup .15s linear;
}
.animation-duration-100
{
    animation-duration: .1s!important;
}
.animation-duration-150
{
    animation-duration: .15s!important;
}
.animation-duration-200
{
    animation-duration: .2s!important;
}
.animation-duration-300
{
    animation-duration: .3s!important;
}
.animation-duration-400
{
    animation-duration: .4s!important;
}
.animation-duration-500
{
    animation-duration: .5s!important;
}
.animation-duration-1000
{
    animation-duration: 1s!important;
}
.animation-duration-2000
{
    animation-duration: 2s!important;
}
.animation-duration-3000
{
    animation-duration: 3s!important;
}
.animation-delay-100
{
    animation-delay: .1s!important;
}
.animation-delay-150
{
    animation-delay: .15s!important;
}
.animation-delay-200
{
    animation-delay: .2s!important;
}
.animation-delay-300
{
    animation-delay: .3s!important;
}
.animation-delay-400
{
    animation-delay: .4s!important;
}
.animation-delay-500
{
    animation-delay: .5s!important;
}
.animation-delay-1000
{
    animation-delay: 1s!important;
}
.animation-iteration-1
{
    animation-iteration-count: 1!important;
}
.animation-iteration-2
{
    animation-iteration-count: 2!important;
}
.animation-iteration-infinite
{
    animation-iteration-count: infinite!important;
}
.animation-linear
{
    animation-timing-function: linear!important;
}
.animation-ease-in
{
    animation-timing-function: cubic-bezier(.4,0,1,1)!important;
}
.animation-ease-out
{
    animation-timing-function: cubic-bezier(0,0,.2,1)!important;
}
.animation-ease-in-out
{
    animation-timing-function: cubic-bezier(.4,0,.2,1)!important;
}
.animation-fill-none
{
    animation-fill-mode: none!important;
}
.animation-fill-forwards
{
    animation-fill-mode: forwards!important;
}
.animation-fill-backwards
{
    animation-fill-mode: backwards!important;
}
.animation-fill-both
{
    animation-fill-mode: both!important;
}
@font-face
{
    font-family: primeicons;
    font-display: block;
    src: url(https://www.fastbet.it/assets/primeicons-CI7iEhau.eot?);
    src: url(https://www.fastbet.it/assets/primeicons-CI7iEhau.eot?) format("embedded-opentype"),url(https://www.fastbet.it/assets/primeicons-DvHBoTlB.ttf) format("truetype"),url(https://www.fastbet.it/assets/primeicons-cX8YLkvA.woff) format("woff"),url(https://www.fastbet.it/assets/primeicons-CPxenFJM.svg?) format("svg");
    font-weight: 400;
    font-style: normal;
}
.pi
{
    font-family: primeicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.pi:before
{
    --webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pi-fw
{
    width: 1.28571429em;
    text-align: center;
}
.pi-spin
{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to
    {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.pi-sort-alt-slash:before
{
    content: "";
}
.pi-arrows-h:before
{
    content: "";
}
.pi-arrows-v:before
{
    content: "";
}
.pi-pound:before
{
    content: "";
}
.pi-prime:before
{
    content: "";
}
.pi-chart-pie:before
{
    content: "";
}
.pi-reddit:before
{
    content: "";
}
.pi-code:before
{
    content: "";
}
.pi-sync:before
{
    content: "";
}
.pi-shopping-bag:before
{
    content: "";
}
.pi-server:before
{
    content: "";
}
.pi-database:before
{
    content: "";
}
.pi-hashtag:before
{
    content: "";
}
.pi-bookmark-fill:before
{
    content: "";
}
.pi-filter-fill:before
{
    content: "";
}
.pi-heart-fill:before
{
    content: "";
}
.pi-flag-fill:before
{
    content: "";
}
.pi-circle:before
{
    content: "";
}
.pi-circle-fill:before
{
    content: "";
}
.pi-bolt:before
{
    content: "";
}
.pi-history:before
{
    content: "";
}
.pi-box:before
{
    content: "";
}
.pi-at:before
{
    content: "";
}
.pi-arrow-up-right:before
{
    content: "";
}
.pi-arrow-up-left:before
{
    content: "";
}
.pi-arrow-down-left:before
{
    content: "";
}
.pi-arrow-down-right:before
{
    content: "";
}
.pi-telegram:before
{
    content: "";
}
.pi-stop-circle:before
{
    content: "";
}
.pi-stop:before
{
    content: "";
}
.pi-whatsapp:before
{
    content: "";
}
.pi-building:before
{
    content: "";
}
.pi-qrcode:before
{
    content: "";
}
.pi-car:before
{
    content: "";
}
.pi-instagram:before
{
    content: "";
}
.pi-linkedin:before
{
    content: "";
}
.pi-send:before
{
    content: "";
}
.pi-slack:before
{
    content: "";
}
.pi-sun:before
{
    content: "";
}
.pi-moon:before
{
    content: "";
}
.pi-vimeo:before
{
    content: "";
}
.pi-youtube:before
{
    content: "";
}
.pi-flag:before
{
    content: "";
}
.pi-wallet:before
{
    content: "";
}
.pi-map:before
{
    content: "";
}
.pi-link:before
{
    content: "";
}
.pi-credit-card:before
{
    content: "";
}
.pi-discord:before
{
    content: "";
}
.pi-percentage:before
{
    content: "";
}
.pi-euro:before
{
    content: "";
}
.pi-book:before
{
    content: "";
}
.pi-shield:before
{
    content: "";
}
.pi-paypal:before
{
    content: "";
}
.pi-amazon:before
{
    content: "";
}
.pi-phone:before
{
    content: "";
}
.pi-filter-slash:before
{
    content: "";
}
.pi-facebook:before
{
    content: "";
}
.pi-github:before
{
    content: "";
}
.pi-twitter:before
{
    content: "";
}
.pi-step-backward-alt:before
{
    content: "";
}
.pi-step-forward-alt:before
{
    content: "";
}
.pi-forward:before
{
    content: "";
}
.pi-backward:before
{
    content: "";
}
.pi-fast-backward:before
{
    content: "";
}
.pi-fast-forward:before
{
    content: "";
}
.pi-pause:before
{
    content: "";
}
.pi-play:before
{
    content: "";
}
.pi-compass:before
{
    content: "";
}
.pi-id-card:before
{
    content: "";
}
.pi-ticket:before
{
    content: "";
}
.pi-file-o:before
{
    content: "";
}
.pi-reply:before
{
    content: "";
}
.pi-directions-alt:before
{
    content: "";
}
.pi-directions:before
{
    content: "";
}
.pi-thumbs-up:before
{
    content: "";
}
.pi-thumbs-down:before
{
    content: "";
}
.pi-sort-numeric-down-alt:before
{
    content: "";
}
.pi-sort-numeric-up-alt:before
{
    content: "";
}
.pi-sort-alpha-down-alt:before
{
    content: "";
}
.pi-sort-alpha-up-alt:before
{
    content: "";
}
.pi-sort-numeric-down:before
{
    content: "";
}
.pi-sort-numeric-up:before
{
    content: "";
}
.pi-sort-alpha-down:before
{
    content: "";
}
.pi-sort-alpha-up:before
{
    content: "";
}
.pi-sort-alt:before
{
    content: "";
}
.pi-sort-amount-up:before
{
    content: "";
}
.pi-sort-amount-down:before
{
    content: "";
}
.pi-sort-amount-down-alt:before
{
    content: "";
}
.pi-sort-amount-up-alt:before
{
    content: "";
}
.pi-palette:before
{
    content: "";
}
.pi-undo:before
{
    content: "";
}
.pi-desktop:before
{
    content: "";
}
.pi-sliders-v:before
{
    content: "";
}
.pi-sliders-h:before
{
    content: "";
}
.pi-search-plus:before
{
    content: "";
}
.pi-search-minus:before
{
    content: "";
}
.pi-file-excel:before
{
    content: "";
}
.pi-file-pdf:before
{
    content: "";
}
.pi-check-square:before
{
    content: "";
}
.pi-chart-line:before
{
    content: "";
}
.pi-user-edit:before
{
    content: "";
}
.pi-exclamation-circle:before
{
    content: "";
}
.pi-android:before
{
    content: "";
}
.pi-google:before
{
    content: "";
}
.pi-apple:before
{
    content: "";
}
.pi-microsoft:before
{
    content: "";
}
.pi-heart:before
{
    content: "";
}
.pi-mobile:before
{
    content: "";
}
.pi-tablet:before
{
    content: "";
}
.pi-key:before
{
    content: "";
}
.pi-shopping-cart:before
{
    content: "";
}
.pi-comments:before
{
    content: "";
}
.pi-comment:before
{
    content: "";
}
.pi-briefcase:before
{
    content: "";
}
.pi-bell:before
{
    content: "";
}
.pi-paperclip:before
{
    content: "";
}
.pi-share-alt:before
{
    content: "";
}
.pi-envelope:before
{
    content: "";
}
.pi-volume-down:before
{
    content: "";
}
.pi-volume-up:before
{
    content: "";
}
.pi-volume-off:before
{
    content: "";
}
.pi-eject:before
{
    content: "";
}
.pi-money-bill:before
{
    content: "";
}
.pi-images:before
{
    content: "";
}
.pi-image:before
{
    content: "";
}
.pi-sign-in:before
{
    content: "";
}
.pi-sign-out:before
{
    content: "";
}
.pi-wifi:before
{
    content: "";
}
.pi-sitemap:before
{
    content: "";
}
.pi-chart-bar:before
{
    content: "";
}
.pi-camera:before
{
    content: "";
}
.pi-dollar:before
{
    content: "";
}
.pi-lock-open:before
{
    content: "";
}
.pi-table:before
{
    content: "";
}
.pi-map-marker:before
{
    content: "";
}
.pi-list:before
{
    content: "";
}
.pi-eye-slash:before
{
    content: "";
}
.pi-eye:before
{
    content: "";
}
.pi-folder-open:before
{
    content: "";
}
.pi-folder:before
{
    content: "";
}
.pi-video:before
{
    content: "";
}
.pi-inbox:before
{
    content: "";
}
.pi-lock:before
{
    content: "";
}
.pi-unlock:before
{
    content: "";
}
.pi-tags:before
{
    content: "";
}
.pi-tag:before
{
    content: "";
}
.pi-power-off:before
{
    content: "";
}
.pi-save:before
{
    content: "";
}
.pi-question-circle:before
{
    content: "";
}
.pi-question:before
{
    content: "";
}
.pi-copy:before
{
    content: "";
}
.pi-file:before
{
    content: "";
}
.pi-clone:before
{
    content: "";
}
.pi-calendar-times:before
{
    content: "";
}
.pi-calendar-minus:before
{
    content: "";
}
.pi-calendar-plus:before
{
    content: "";
}
.pi-ellipsis-v:before
{
    content: "";
}
.pi-ellipsis-h:before
{
    content: "";
}
.pi-bookmark:before
{
    content: "";
}
.pi-globe:before
{
    content: "";
}
.pi-replay:before
{
    content: "";
}
.pi-filter:before
{
    content: "";
}
.pi-print:before
{
    content: "";
}
.pi-align-right:before
{
    content: "";
}
.pi-align-left:before
{
    content: "";
}
.pi-align-center:before
{
    content: "";
}
.pi-align-justify:before
{
    content: "";
}
.pi-cog:before
{
    content: "";
}
.pi-cloud-download:before
{
    content: "";
}
.pi-cloud-upload:before
{
    content: "";
}
.pi-cloud:before
{
    content: "";
}
.pi-pencil:before
{
    content: "";
}
.pi-users:before
{
    content: "";
}
.pi-clock:before
{
    content: "";
}
.pi-user-minus:before
{
    content: "";
}
.pi-user-plus:before
{
    content: "";
}
.pi-trash:before
{
    content: "";
}
.pi-external-link:before
{
    content: "";
}
.pi-window-maximize:before
{
    content: "";
}
.pi-window-minimize:before
{
    content: "";
}
.pi-refresh:before
{
    content: "";
}
.pi-user:before
{
    content: "";
}
.pi-exclamation-triangle:before
{
    content: "";
}
.pi-calendar:before
{
    content: "";
}
.pi-chevron-circle-left:before
{
    content: "";
}
.pi-chevron-circle-down:before
{
    content: "";
}
.pi-chevron-circle-right:before
{
    content: "";
}
.pi-chevron-circle-up:before
{
    content: "";
}
.pi-angle-double-down:before
{
    content: "";
}
.pi-angle-double-left:before
{
    content: "";
}
.pi-angle-double-right:before
{
    content: "";
}
.pi-angle-double-up:before
{
    content: "";
}
.pi-angle-down:before
{
    content: "";
}
.pi-angle-left:before
{
    content: "";
}
.pi-angle-right:before
{
    content: "";
}
.pi-angle-up:before
{
    content: "";
}
.pi-upload:before
{
    content: "";
}
.pi-download:before
{
    content: "";
}
.pi-ban:before
{
    content: "";
}
.pi-star-fill:before
{
    content: "";
}
.pi-star:before
{
    content: "";
}
.pi-chevron-left:before
{
    content: "";
}
.pi-chevron-right:before
{
    content: "";
}
.pi-chevron-down:before
{
    content: "";
}
.pi-chevron-up:before
{
    content: "";
}
.pi-caret-left:before
{
    content: "";
}
.pi-caret-right:before
{
    content: "";
}
.pi-caret-down:before
{
    content: "";
}
.pi-caret-up:before
{
    content: "";
}
.pi-search:before
{
    content: "";
}
.pi-check:before
{
    content: "";
}
.pi-check-circle:before
{
    content: "";
}
.pi-times:before
{
    content: "";
}
.pi-times-circle:before
{
    content: "";
}
.pi-plus:before
{
    content: "";
}
.pi-plus-circle:before
{
    content: "";
}
.pi-minus:before
{
    content: "";
}
.pi-minus-circle:before
{
    content: "";
}
.pi-circle-on:before
{
    content: "";
}
.pi-circle-off:before
{
    content: "";
}
.pi-sort-down:before
{
    content: "";
}
.pi-sort-up:before
{
    content: "";
}
.pi-sort:before
{
    content: "";
}
.pi-step-backward:before
{
    content: "";
}
.pi-step-forward:before
{
    content: "";
}
.pi-th-large:before
{
    content: "";
}
.pi-arrow-down:before
{
    content: "";
}
.pi-arrow-left:before
{
    content: "";
}
.pi-arrow-right:before
{
    content: "";
}
.pi-arrow-up:before
{
    content: "";
}
.pi-bars:before
{
    content: "";
}
.pi-arrow-circle-down:before
{
    content: "";
}
.pi-arrow-circle-left:before
{
    content: "";
}
.pi-arrow-circle-right:before
{
    content: "";
}
.pi-arrow-circle-up:before
{
    content: "";
}
.pi-info:before
{
    content: "";
}
.pi-info-circle:before
{
    content: "";
}
.pi-home:before
{
    content: "";
}
.pi-spinner:before
{
    content: "";
}
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root
{
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
*, :after, :before
{
    box-sizing: border-box;
}
@media(prefers-reduced-motion: no-preference)
{
    :root
    {
        scroll-behavior: smooth;
    }
}
body
{
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr
{
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.h1, h1
{
    font-size: calc(1.375rem + 1.5vw);
}
@media(min-width: 1200px)
{
    .h1, h1
    {
        font-size: 2.5rem;
    }
}
.h2, h2
{
    font-size: calc(1.325rem + .9vw);
}
@media(min-width: 1200px)
{
    .h2, h2
    {
        font-size: 2rem;
    }
}
.h3, h3
{
    font-size: calc(1.3rem + .6vw);
}
@media(min-width: 1200px)
{
    .h3, h3
    {
        font-size: 1.75rem;
    }
}
.h4, h4
{
    font-size: calc(1.275rem + .3vw);
}
@media(min-width: 1200px)
{
    .h4, h4
    {
        font-size: 1.5rem;
    }
}
.h5, h5
{
    font-size: 1.25rem;
}
.h6, h6
{
    font-size: 1rem;
}
p
{
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title]
{
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address
{
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul
{
    padding-left: 2rem;
}
dl, ol, ul
{
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul
{
    margin-bottom: 0;
}
dt
{
    font-weight: 700;
}
dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote
{
    margin: 0 0 1rem;
}
b, strong
{
    font-weight: bolder;
}
.small, small
{
    font-size: .875em;
}
.mark, mark
{
    padding: .1875em;
    background-color: var(--bs-highlight-bg);
}
sub, sup
{
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}
sub
{
    bottom: -.25em;
}
sup
{
    top: -.5em;
}
a
{
    color: var(--bs-link-color);
    text-decoration: underline;
}
a:hover
{
    color: var(--bs-link-hover-color);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover
{
    color: inherit;
    text-decoration: none;
}
code, kbd, pre, samp
{
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}
pre
{
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}
pre code
{
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code
{
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}
a>code
{
    color: inherit;
}
kbd
{
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem;
}
kbd kbd
{
    padding: 0;
    font-size: 1em;
}
figure
{
    margin: 0 0 1rem;
}
img, svg
{
    vertical-align: middle;
}
table
{
    caption-side: bottom;
    border-collapse: collapse;
}
caption
{
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left;
}
th
{
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody, td, tfoot, th, thead, tr
{
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label
{
    display: inline-block;
}
button
{
    border-radius: 0;
}
button:focus:not(:focus-visible)
{
    outline: 0;
}
button, input, optgroup, select, textarea
{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, select
{
    text-transform: none;
}
[role=button]
{
    cursor: pointer;
}
select
{
    word-wrap: normal;
}
select:disabled
{
    opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator
{
    display: none!important;
}
[type=button], [type=reset], [type=submit], button
{
    -webkit-appearance: button;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled)
{
    cursor: pointer;
}
::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}
textarea
{
    resize: vertical;
}
fieldset
{
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend
{
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
}
@media(min-width: 1200px)
{
    legend
    {
        font-size: 1.5rem;
    }
}
legend+*
{
    clear: left;
}
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field
{
    padding: 0;
}
::-webkit-inner-spin-button
{
    height: auto;
}
[type=search]
{
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration
{
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper
{
    padding: 0;
}
::-webkit-file-upload-button
{
    font: inherit;
    -webkit-appearance: button;
}
::file-selector-button
{
    font: inherit;
    -webkit-appearance: button;
}
output
{
    display: inline-block;
}
iframe
{
    border: 0;
}
summary
{
    display: list-item;
    cursor: pointer;
}
progress
{
    vertical-align: baseline;
}
[hidden]
{
    display: none!important;
}
.lead
{
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1
{
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-1
    {
        font-size: 5rem;
    }
}
.display-2
{
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-2
    {
        font-size: 4.5rem;
    }
}
.display-3
{
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-3
    {
        font-size: 4rem;
    }
}
.display-4
{
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-4
    {
        font-size: 3.5rem;
    }
}
.display-5
{
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-5
    {
        font-size: 3rem;
    }
}
.display-6
{
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media(min-width: 1200px)
{
    .display-6
    {
        font-size: 2.5rem;
    }
}
.list-unstyled, .list-inline
{
    padding-left: 0;
    list-style: none;
}
.list-inline-item
{
    display: inline-block;
}
.list-inline-item:not(:last-child)
{
    margin-right: .5rem;
}
.initialism
{
    font-size: .875em;
    text-transform: uppercase;
}
.blockquote
{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote>:last-child
{
    margin-bottom: 0;
}
.blockquote-footer
{
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d;
}
.blockquote-footer:before
{
    content: "— ";
}
.img-fluid
{
    max-width: 100%;
    height: auto;
}
.img-thumbnail
{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: .375rem;
    max-width: 100%;
    height: auto;
}
.figure
{
    display: inline-block;
}
.figure-img
{
    margin-bottom: .5rem;
    line-height: 1;
}
.figure-caption
{
    font-size: .875em;
    color: #6c757d;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
@media(min-width: 576px)
{
    .container, .container-sm
    {
        max-width: 540px;
    }
}
@media(min-width: 768px)
{
    .container, .container-md, .container-sm
    {
        max-width: 720px;
    }
}
@media(min-width: 992px)
{
    .container, .container-lg, .container-md, .container-sm
    {
        max-width: 960px;
    }
}
@media(min-width: 1200px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl
    {
        max-width: 1140px;
    }
}
@media(min-width: 1400px)
{
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
    {
        max-width: 1320px;
    }
}
.row
{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>*
{
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.col
{
    flex: 1 0 0%;
}
.row-cols-auto>*
{
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1>*
{
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2>*
{
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3>*
{
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4>*
{
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5>*
{
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6>*
{
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto
{
    flex: 0 0 auto;
    width: auto;
}
.col-1
{
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2
{
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3
{
    flex: 0 0 auto;
    width: 25%;
}
.col-4
{
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5
{
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6
{
    flex: 0 0 auto;
    width: 50%;
}
.col-7
{
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8
{
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9
{
    flex: 0 0 auto;
    width: 75%;
}
.col-10
{
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11
{
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12
{
    flex: 0 0 auto;
    width: 100%;
}
.offset-1
{
    margin-left: 8.33333333%;
}
.offset-2
{
    margin-left: 16.66666667%;
}
.offset-3
{
    margin-left: 25%;
}
.offset-4
{
    margin-left: 33.33333333%;
}
.offset-5
{
    margin-left: 41.66666667%;
}
.offset-6
{
    margin-left: 50%;
}
.offset-7
{
    margin-left: 58.33333333%;
}
.offset-8
{
    margin-left: 66.66666667%;
}
.offset-9
{
    margin-left: 75%;
}
.offset-10
{
    margin-left: 83.33333333%;
}
.offset-11
{
    margin-left: 91.66666667%;
}
.g-0, .gx-0
{
    --bs-gutter-x: 0;
}
.g-0, .gy-0
{
    --bs-gutter-y: 0;
}
.g-1, .gx-1
{
    --bs-gutter-x: .25rem;
}
.g-1, .gy-1
{
    --bs-gutter-y: .25rem;
}
.g-2, .gx-2
{
    --bs-gutter-x: .5rem;
}
.g-2, .gy-2
{
    --bs-gutter-y: .5rem;
}
.g-3, .gx-3
{
    --bs-gutter-x: 1rem;
}
.g-3, .gy-3
{
    --bs-gutter-y: 1rem;
}
.g-4, .gx-4
{
    --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4
{
    --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5
{
    --bs-gutter-x: 3rem;
}
.g-5, .gy-5
{
    --bs-gutter-y: 3rem;
}
@media(min-width: 576px)
{
    .col-sm
    {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>*
    {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>*
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>*
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>*
    {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4>*
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>*
    {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>*
    {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto
    {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1
    {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2
    {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5
    {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7
    {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8
    {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9
    {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10
    {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11
    {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0
    {
        margin-left: 0;
    }
    .offset-sm-1
    {
        margin-left: 8.33333333%;
    }
    .offset-sm-2
    {
        margin-left: 16.66666667%;
    }
    .offset-sm-3
    {
        margin-left: 25%;
    }
    .offset-sm-4
    {
        margin-left: 33.33333333%;
    }
    .offset-sm-5
    {
        margin-left: 41.66666667%;
    }
    .offset-sm-6
    {
        margin-left: 50%;
    }
    .offset-sm-7
    {
        margin-left: 58.33333333%;
    }
    .offset-sm-8
    {
        margin-left: 66.66666667%;
    }
    .offset-sm-9
    {
        margin-left: 75%;
    }
    .offset-sm-10
    {
        margin-left: 83.33333333%;
    }
    .offset-sm-11
    {
        margin-left: 91.66666667%;
    }
    .g-sm-0, .gx-sm-0
    {
        --bs-gutter-x: 0;
    }
    .g-sm-0, .gy-sm-0
    {
        --bs-gutter-y: 0;
    }
    .g-sm-1, .gx-sm-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-sm-1, .gy-sm-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-sm-2, .gx-sm-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-sm-2, .gy-sm-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-sm-3, .gx-sm-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3, .gy-sm-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4, .gx-sm-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4, .gy-sm-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5, .gx-sm-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5, .gy-sm-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media(min-width: 768px)
{
    .col-md
    {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>*
    {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>*
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>*
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>*
    {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4>*
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>*
    {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>*
    {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto
    {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1
    {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2
    {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5
    {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7
    {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8
    {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9
    {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10
    {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11
    {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0
    {
        margin-left: 0;
    }
    .offset-md-1
    {
        margin-left: 8.33333333%;
    }
    .offset-md-2
    {
        margin-left: 16.66666667%;
    }
    .offset-md-3
    {
        margin-left: 25%;
    }
    .offset-md-4
    {
        margin-left: 33.33333333%;
    }
    .offset-md-5
    {
        margin-left: 41.66666667%;
    }
    .offset-md-6
    {
        margin-left: 50%;
    }
    .offset-md-7
    {
        margin-left: 58.33333333%;
    }
    .offset-md-8
    {
        margin-left: 66.66666667%;
    }
    .offset-md-9
    {
        margin-left: 75%;
    }
    .offset-md-10
    {
        margin-left: 83.33333333%;
    }
    .offset-md-11
    {
        margin-left: 91.66666667%;
    }
    .g-md-0, .gx-md-0
    {
        --bs-gutter-x: 0;
    }
    .g-md-0, .gy-md-0
    {
        --bs-gutter-y: 0;
    }
    .g-md-1, .gx-md-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-md-1, .gy-md-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-md-2, .gx-md-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-md-2, .gy-md-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-md-3, .gx-md-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-md-3, .gy-md-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-md-4, .gx-md-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4, .gy-md-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5, .gx-md-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-md-5, .gy-md-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media(min-width: 992px)
{
    .col-lg
    {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>*
    {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>*
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>*
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>*
    {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4>*
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>*
    {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>*
    {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto
    {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1
    {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2
    {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5
    {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7
    {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8
    {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9
    {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10
    {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11
    {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0
    {
        margin-left: 0;
    }
    .offset-lg-1
    {
        margin-left: 8.33333333%;
    }
    .offset-lg-2
    {
        margin-left: 16.66666667%;
    }
    .offset-lg-3
    {
        margin-left: 25%;
    }
    .offset-lg-4
    {
        margin-left: 33.33333333%;
    }
    .offset-lg-5
    {
        margin-left: 41.66666667%;
    }
    .offset-lg-6
    {
        margin-left: 50%;
    }
    .offset-lg-7
    {
        margin-left: 58.33333333%;
    }
    .offset-lg-8
    {
        margin-left: 66.66666667%;
    }
    .offset-lg-9
    {
        margin-left: 75%;
    }
    .offset-lg-10
    {
        margin-left: 83.33333333%;
    }
    .offset-lg-11
    {
        margin-left: 91.66666667%;
    }
    .g-lg-0, .gx-lg-0
    {
        --bs-gutter-x: 0;
    }
    .g-lg-0, .gy-lg-0
    {
        --bs-gutter-y: 0;
    }
    .g-lg-1, .gx-lg-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-lg-1, .gy-lg-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-lg-2, .gx-lg-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-lg-2, .gy-lg-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-lg-3, .gx-lg-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3, .gy-lg-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4, .gx-lg-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4, .gy-lg-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5, .gx-lg-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5, .gy-lg-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media(min-width: 1200px)
{
    .col-xl
    {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>*
    {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>*
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>*
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>*
    {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4>*
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>*
    {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>*
    {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto
    {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1
    {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2
    {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5
    {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7
    {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8
    {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9
    {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10
    {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11
    {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0
    {
        margin-left: 0;
    }
    .offset-xl-1
    {
        margin-left: 8.33333333%;
    }
    .offset-xl-2
    {
        margin-left: 16.66666667%;
    }
    .offset-xl-3
    {
        margin-left: 25%;
    }
    .offset-xl-4
    {
        margin-left: 33.33333333%;
    }
    .offset-xl-5
    {
        margin-left: 41.66666667%;
    }
    .offset-xl-6
    {
        margin-left: 50%;
    }
    .offset-xl-7
    {
        margin-left: 58.33333333%;
    }
    .offset-xl-8
    {
        margin-left: 66.66666667%;
    }
    .offset-xl-9
    {
        margin-left: 75%;
    }
    .offset-xl-10
    {
        margin-left: 83.33333333%;
    }
    .offset-xl-11
    {
        margin-left: 91.66666667%;
    }
    .g-xl-0, .gx-xl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xl-0, .gy-xl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xl-1, .gx-xl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xl-1, .gy-xl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xl-2, .gx-xl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xl-2, .gy-xl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xl-3, .gx-xl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3, .gy-xl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4, .gx-xl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4, .gy-xl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5, .gx-xl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5, .gy-xl-5
    {
        --bs-gutter-y: 3rem;
    }
}
@media(min-width: 1400px)
{
    .col-xxl
    {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>*
    {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>*
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>*
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>*
    {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4>*
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>*
    {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>*
    {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto
    {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1
    {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2
    {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3
    {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4
    {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5
    {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6
    {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7
    {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8
    {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9
    {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10
    {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11
    {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12
    {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0
    {
        margin-left: 0;
    }
    .offset-xxl-1
    {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2
    {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3
    {
        margin-left: 25%;
    }
    .offset-xxl-4
    {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5
    {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6
    {
        margin-left: 50%;
    }
    .offset-xxl-7
    {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8
    {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9
    {
        margin-left: 75%;
    }
    .offset-xxl-10
    {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11
    {
        margin-left: 91.66666667%;
    }
    .g-xxl-0, .gx-xxl-0
    {
        --bs-gutter-x: 0;
    }
    .g-xxl-0, .gy-xxl-0
    {
        --bs-gutter-y: 0;
    }
    .g-xxl-1, .gx-xxl-1
    {
        --bs-gutter-x: .25rem;
    }
    .g-xxl-1, .gy-xxl-1
    {
        --bs-gutter-y: .25rem;
    }
    .g-xxl-2, .gx-xxl-2
    {
        --bs-gutter-x: .5rem;
    }
    .g-xxl-2, .gy-xxl-2
    {
        --bs-gutter-y: .5rem;
    }
    .g-xxl-3, .gx-xxl-3
    {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3, .gy-xxl-3
    {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4, .gx-xxl-4
    {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4, .gy-xxl-4
    {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5, .gx-xxl-5
    {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5, .gy-xxl-5
    {
        --bs-gutter-y: 3rem;
    }
}
.table
{
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0,0,0,.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0,0,0,.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0,0,0,.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table>:not(caption)>*>*
{
    padding: .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table>tbody
{
    vertical-align: inherit;
}
.table>thead
{
    vertical-align: bottom;
}
.table-group-divider
{
    border-top: 2px solid currentcolor;
}
.caption-top
{
    caption-side: top;
}
.table-sm>:not(caption)>*>*
{
    padding: .25rem;
}
.table-bordered>:not(caption)>*
{
    border-width: 1px 0;
}
.table-bordered>:not(caption)>*>*
{
    border-width: 0 1px;
}
.table-borderless>:not(caption)>*>*
{
    border-bottom-width: 0;
}
.table-borderless>:not(:first-child)
{
    border-top-width: 0;
}
.table-striped>tbody>tr:nth-of-type(odd)>*
{
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-striped-columns>:not(caption)>tr>:nth-child(2n)
{
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active
{
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover>tbody>tr:hover>*
{
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary
{
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #bacbe6;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-secondary
{
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-success
{
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #bcd0c7;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-info
{
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #badce3;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-warning
{
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #e6dbb9;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-danger
{
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #dfc2c4;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-light
{
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #dfe0e1;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-dark
{
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #373b3e;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.table-responsive
{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media(max-width: 575.98px)
{
    .table-responsive-sm
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media(max-width: 767.98px)
{
    .table-responsive-md
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media(max-width: 991.98px)
{
    .table-responsive-lg
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media(max-width: 1199.98px)
{
    .table-responsive-xl
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media(max-width: 1399.98px)
{
    .table-responsive-xxl
    {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label
{
    margin-bottom: .5rem;
}
.col-form-label
{
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg
{
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
}
.col-form-label-sm
{
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
}
.form-text
{
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}
.form-control
{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .form-control
    {
        transition: none;
    }
}
.form-control[type=file]
{
    overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly])
{
    cursor: pointer;
}
.form-control:focus
{
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
}
.form-control::-webkit-date-and-time-value
{
    height: 1.5em;
}
.form-control::-moz-placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder
{
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled
{
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::-webkit-file-upload-button
{
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::file-selector-button
{
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .form-control::-webkit-file-upload-button
    {
        -webkit-transition: none;
        transition: none;
    }
    .form-control::file-selector-button
    {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button
{
    background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button
{
    background-color: #dde0e3;
}
.form-control-plaintext
{
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext:focus
{
    outline: 0;
}
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm
{
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm
{
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
}
.form-control-sm::-webkit-file-upload-button
{
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button
{
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem;
}
.form-control-lg
{
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}
.form-control-lg::-webkit-file-upload-button
{
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button
{
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
textarea.form-control
{
    min-height: calc(1.5em + .75rem + 2px);
}
textarea.form-control-sm
{
    min-height: calc(1.5em + .5rem + 2px);
}
textarea.form-control-lg
{
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color
{
    width: 3rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly])
{
    cursor: pointer;
}
.form-control-color::-moz-color-swatch
{
    border: 0!important;
    border-radius: .375rem;
}
.form-control-color::-webkit-color-swatch
{
    border-radius: .375rem;
}
.form-control-color.form-control-sm
{
    height: calc(1.5em + .5rem + 2px);
}
.form-control-color.form-control-lg
{
    height: calc(1.5em + 1rem + 2px);
}
.form-select
{
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .form-select
    {
        transition: none;
    }
}
.form-select:focus
{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
}
.form-select[multiple], .form-select[size]:not([size="1"])
{
    padding-right: .75rem;
    background-image: none;
}
.form-select:disabled
{
    background-color: #e9ecef;
}
.form-select:-moz-focusring
{
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.form-select-sm
{
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem;
}
.form-select-lg
{
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}
.form-check
{
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check .form-check-input
{
    float: left;
    margin-left: -1.5em;
}
.form-check-reverse
{
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}
.form-check-reverse .form-check-input
{
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.form-check-input
{
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.form-check-input[type=checkbox]
{
    border-radius: .25em;
}
.form-check-input[type=radio]
{
    border-radius: 50%;
}
.form-check-input:active
{
    filter: brightness(90%);
}
.form-check-input:focus
{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
}
.form-check-input:checked
{
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox]
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio]
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate
{
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled
{
    pointer-events: none;
    filter: none;
    opacity: .5;
}
.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label
{
    cursor: default;
    opacity: .5;
}
.form-switch
{
    padding-left: 2.5em;
}
.form-switch .form-check-input
{
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .form-switch .form-check-input
    {
        transition: none;
    }
}
.form-switch .form-check-input:focus
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked
{
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse
{
    padding-right: 2.5em;
    padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input
{
    margin-right: -2.5em;
    margin-left: 0;
}
.form-check-inline
{
    display: inline-block;
    margin-right: 1rem;
}
.btn-check
{
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.btn-check:disabled+.btn, .btn-check[disabled]+.btn
{
    pointer-events: none;
    filter: none;
    opacity: .65;
}
.form-range
{
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-range:focus
{
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb
{
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #0d6efd40;
}
.form-range:focus::-moz-range-thumb
{
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #0d6efd40;
}
.form-range::-moz-focus-outer
{
    border: 0;
}
.form-range::-webkit-slider-thumb
{
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .form-range::-webkit-slider-thumb
    {
        -webkit-transition: none;
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active
{
    background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track
{
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb
{
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
@media(prefers-reduced-motion: reduce)
{
    .form-range::-moz-range-thumb
    {
        -moz-transition: none;
        transition: none;
    }
}
.form-range::-moz-range-thumb:active
{
    background-color: #b6d4fe;
}
.form-range::-moz-range-track
{
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled
{
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb
{
    background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb
{
    background-color: #adb5bd;
}
.form-floating
{
    position: relative;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select
{
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}
.form-floating>label
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .form-floating>label
    {
        transition: none;
    }
}
.form-floating>.form-control, .form-floating>.form-control-plaintext
{
    padding: 1rem .75rem;
}
.form-floating>.form-control-plaintext::-moz-placeholder, .form-floating>.form-control::-moz-placeholder
{
    color: transparent;
}
.form-floating>.form-control-plaintext::placeholder, .form-floating>.form-control::placeholder
{
    color: transparent;
}
.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown), .form-floating>.form-control:not(:-moz-placeholder-shown)
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown)
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control-plaintext:-webkit-autofill, .form-floating>.form-control:-webkit-autofill
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-select
{
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label
{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translate(.15rem);
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translate(.15rem);
}
.form-floating>.form-control:-webkit-autofill~label
{
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translate(.15rem);
}
.form-floating>.form-control-plaintext~label
{
    border-width: 1px 0;
}
.input-group
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select
{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group>.form-control:focus, .input-group>.form-floating:focus-within, .input-group>.form-select:focus
{
    z-index: 5;
}
.input-group .btn
{
    position: relative;
    z-index: 2;
}
.input-group .btn:focus
{
    z-index: 5;
}
.input-group-text
{
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}
.input-group-lg>.btn, .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text
{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .5rem;
}
.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text
{
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
}
.input-group-lg>.form-select, .input-group-sm>.form-select
{
    padding-right: 3rem;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4), .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control, .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select, .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback)
{
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.form-floating:not(:first-child)>.form-control, .input-group>.form-floating:not(:first-child)>.form-select
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback
{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754;
}
.valid-tooltip
{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: #198754e6;
    border-radius: .375rem;
}
.is-valid~.valid-feedback, .is-valid~.valid-tooltip, .was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip
{
    display: block;
}
.form-control.is-valid, .was-validated .form-control:valid
{
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus
{
    border-color: #198754;
    box-shadow: 0 0 0 .25rem #19875440;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid
{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid, .was-validated .form-select:valid
{
    border-color: #198754;
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]
{
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus, .was-validated .form-select:valid:focus
{
    border-color: #198754;
    box-shadow: 0 0 0 .25rem #19875440;
}
.form-control-color.is-valid, .was-validated .form-control-color:valid
{
    width: calc(3.75rem + 1.5em);
}
.form-check-input.is-valid, .was-validated .form-check-input:valid
{
    border-color: #198754;
}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked
{
    background-color: #198754;
}
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus
{
    box-shadow: 0 0 0 .25rem #19875440;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label
{
    color: #198754;
}
.form-check-inline .form-check-input~.valid-feedback
{
    margin-left: .5em;
}
.input-group>.form-control:not(:focus).is-valid, .input-group>.form-floating:not(:focus-within).is-valid, .input-group>.form-select:not(:focus).is-valid, .was-validated .input-group>.form-control:not(:focus):valid, .was-validated .input-group>.form-floating:not(:focus-within):valid, .was-validated .input-group>.form-select:not(:focus):valid
{
    z-index: 3;
}
.invalid-feedback
{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
.invalid-tooltip
{
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: #dc3545e6;
    border-radius: .375rem;
}
.is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip, .was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip
{
    display: block;
}
.form-control.is-invalid, .was-validated .form-control:invalid
{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem #dc354540;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid
{
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid, .was-validated .form-select:invalid
{
    border-color: #dc3545;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"]
{
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus
{
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem #dc354540;
}
.form-control-color.is-invalid, .was-validated .form-control-color:invalid
{
    width: calc(3.75rem + 1.5em);
}
.form-check-input.is-invalid, .was-validated .form-check-input:invalid
{
    border-color: #dc3545;
}
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked
{
    background-color: #dc3545;
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus
{
    box-shadow: 0 0 0 .25rem #dc354540;
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label
{
    color: #dc3545;
}
.form-check-inline .form-check-input~.invalid-feedback
{
    margin-left: .5em;
}
.input-group>.form-control:not(:focus).is-invalid, .input-group>.form-floating:not(:focus-within).is-invalid, .input-group>.form-select:not(:focus).is-invalid, .was-validated .input-group>.form-control:not(:focus):invalid, .was-validated .input-group>.form-floating:not(:focus-within):invalid, .was-validated .input-group>.form-select:not(:focus):invalid
{
    z-index: 4;
}
.btn
{
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: .375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .btn
    {
        transition: none;
    }
}
.btn:hover
{
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
.btn-check+.btn:hover
{
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}
.btn:focus-visible
{
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible+.btn
{
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible
{
    box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn
{
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary
{
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary
{
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.btn-success
{
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-info
{
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning
{
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger
{
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-light
{
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark
{
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary
{
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}
.btn-outline-secondary
{
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
.btn-outline-success
{
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none;
}
.btn-outline-info
{
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none;
}
.btn-outline-warning
{
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none;
}
.btn-outline-danger
{
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none;
}
.btn-outline-light
{
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none;
}
.btn-outline-dark
{
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}
.btn-link
{
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: underline;
}
.btn-link:focus-visible
{
    color: var(--bs-btn-color);
}
.btn-link:hover
{
    color: var(--bs-btn-hover-color);
}
.btn-group-lg>.btn, .btn-lg
{
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: .5rem;
}
.btn-group-sm>.btn, .btn-sm
{
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: .25rem;
}
.fade
{
    transition: opacity .15s linear;
}
@media(prefers-reduced-motion: reduce)
{
    .fade
    {
        transition: none;
    }
}
.fade:not(.show)
{
    opacity: 0;
}
.collapse:not(.show)
{
    display: none;
}
.collapsing
{
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
@media(prefers-reduced-motion: reduce)
{
    .collapsing
    {
        transition: none;
    }
}
.collapsing.collapse-horizontal
{
    width: 0;
    height: auto;
    transition: width .35s ease;
}
@media(prefers-reduced-motion: reduce)
{
    .collapsing.collapse-horizontal
    {
        transition: none;
    }
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center
{
    position: relative;
}
.dropdown-toggle
{
    white-space: nowrap;
}
.dropdown-toggle:after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-toggle:empty:after
{
    margin-left: 0;
}
.dropdown-menu
{
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: .375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper]
{
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start
{
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper]
{
    right: auto;
    left: 0;
}
.dropdown-menu-end
{
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper]
{
    right: 0;
    left: auto;
}
@media(min-width: 576px)
{
    .dropdown-menu-sm-start
    {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end
    {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media(min-width: 768px)
{
    .dropdown-menu-md-start
    {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end
    {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media(min-width: 992px)
{
    .dropdown-menu-lg-start
    {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end
    {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media(min-width: 1200px)
{
    .dropdown-menu-xl-start
    {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end
    {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
@media(min-width: 1400px)
{
    .dropdown-menu-xxl-start
    {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper]
    {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end
    {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper]
    {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper]
{
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle:after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty:after
{
    margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper]
{
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle:after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}
.dropend .dropdown-toggle:empty:after
{
    margin-left: 0;
}
.dropend .dropdown-toggle:after
{
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper]
{
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle:after
{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}
.dropstart .dropdown-toggle:after
{
    display: none;
}
.dropstart .dropdown-toggle:before
{
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty:after
{
    margin-left: 0;
}
.dropstart .dropdown-toggle:before
{
    vertical-align: 0;
}
.dropdown-divider
{
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
}
.dropdown-item
{
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover
{
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active
{
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled
{
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show
{
    display: block;
}
.dropdown-header
{
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
}
.dropdown-item-text
{
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark
{
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255,255,255,.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd;
}
.btn-group, .btn-group-vertical
{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical>.btn, .btn-group>.btn
{
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical>.btn-check:checked+.btn, .btn-group-vertical>.btn-check:focus+.btn, .btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn-check:checked+.btn, .btn-group>.btn-check:focus+.btn, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover
{
    z-index: 1;
}
.btn-toolbar
{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group
{
    width: auto;
}
.btn-group
{
    border-radius: .375rem;
}
.btn-group>.btn-group:not(:first-child), .btn-group>:not(.btn-check:first-child)+.btn
{
    margin-left: -1px;
}
.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn.dropdown-toggle-split:first-child, .btn-group>.btn:not(:last-child):not(.dropdown-toggle)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:nth-child(n+3), .btn-group>:not(.btn-check)+.btn
{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split
{
    padding-right: .5625rem;
    padding-left: .5625rem;
}
.dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after
{
    margin-left: 0;
}
.dropstart .dropdown-toggle-split:before
{
    margin-right: 0;
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split
{
    padding-right: .375rem;
    padding-left: .375rem;
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split
{
    padding-right: .75rem;
    padding-left: .75rem;
}
.btn-group-vertical
{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group
{
    width: 100%;
}
.btn-group-vertical>.btn-group:not(:first-child), .btn-group-vertical>.btn:not(:first-child)
{
    margin-top: -1px;
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle)
{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn~.btn
{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav
{
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link
{
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .nav-link
    {
        transition: none;
    }
}
.nav-link:focus, .nav-link:hover
{
    color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled
{
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default;
}
.nav-tabs
{
    --bs-nav-tabs-border-width: 1px;
    --bs-nav-tabs-border-color: #dee2e6;
    --bs-nav-tabs-border-radius: .375rem;
    --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
    --bs-nav-tabs-link-active-color: #495057;
    --bs-nav-tabs-link-active-bg: #fff;
    --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link
{
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled
{
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu
{
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills
{
    --bs-nav-pills-border-radius: .375rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link
{
    background: 0 0;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled
{
    color: var(--bs-nav-link-disabled-color);
    background-color: transparent;
    border-color: transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-fill .nav-item, .nav-fill>.nav-link
{
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item, .nav-justified>.nav-link
{
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link
{
    width: 100%;
}
.tab-content>.tab-pane
{
    display: none;
}
.tab-content>.active
{
    display: block;
}
.navbar
{
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(0,0,0,.55);
    --bs-navbar-hover-color: rgba(0,0,0,.7);
    --bs-navbar-disabled-color: rgba(0,0,0,.3);
    --bs-navbar-active-color: rgba(0,0,0,.9);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0,0,0,.9);
    --bs-navbar-brand-hover-color: rgba(0,0,0,.9);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0,0,0,.1);
    --bs-navbar-toggler-border-radius: .375rem;
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl
{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand
{
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}
.navbar-brand:focus, .navbar-brand:hover
{
    color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav
{
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link
{
    color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu
{
    position: static;
}
.navbar-text
{
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text a:focus, .navbar-text a:hover
{
    color: var(--bs-navbar-active-color);
}
.navbar-collapse
{
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler
{
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
@media(prefers-reduced-motion: reduce)
{
    .navbar-toggler
    {
        transition: none;
    }
}
.navbar-toggler:hover
{
    text-decoration: none;
}
.navbar-toggler:focus
{
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon
{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll
{
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto;
}
@media(min-width: 576px)
{
    .navbar-expand-sm
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link
    {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-sm .navbar-nav-scroll
    {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse
    {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler
    {
        display: none;
    }
    .navbar-expand-sm .offcanvas
    {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-header
    {
        display: none;
    }
    .navbar-expand-sm .offcanvas .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media(min-width: 768px)
{
    .navbar-expand-md
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link
    {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-md .navbar-nav-scroll
    {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse
    {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler
    {
        display: none;
    }
    .navbar-expand-md .offcanvas
    {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-header
    {
        display: none;
    }
    .navbar-expand-md .offcanvas .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media(min-width: 992px)
{
    .navbar-expand-lg
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link
    {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-lg .navbar-nav-scroll
    {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse
    {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler
    {
        display: none;
    }
    .navbar-expand-lg .offcanvas
    {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-header
    {
        display: none;
    }
    .navbar-expand-lg .offcanvas .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media(min-width: 1200px)
{
    .navbar-expand-xl
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link
    {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xl .navbar-nav-scroll
    {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse
    {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler
    {
        display: none;
    }
    .navbar-expand-xl .offcanvas
    {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-header
    {
        display: none;
    }
    .navbar-expand-xl .offcanvas .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
@media(min-width: 1400px)
{
    .navbar-expand-xxl
    {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav
    {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu
    {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link
    {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
    .navbar-expand-xxl .navbar-nav-scroll
    {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse
    {
        display: flex!important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler
    {
        display: none;
    }
    .navbar-expand-xxl .offcanvas
    {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-header
    {
        display: none;
    }
    .navbar-expand-xxl .offcanvas .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}
.navbar-expand
{
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.navbar-expand .navbar-nav
{
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu
{
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link
{
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll
{
    overflow: visible;
}
.navbar-expand .navbar-collapse
{
    display: flex!important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler
{
    display: none;
}
.navbar-expand .offcanvas
{
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none;
}
.navbar-expand .offcanvas .offcanvas-header
{
    display: none;
}
.navbar-expand .offcanvas .offcanvas-body
{
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
.navbar-dark
{
    --bs-navbar-color: rgba(255,255,255,.55);
    --bs-navbar-hover-color: rgba(255,255,255,.75);
    --bs-navbar-disabled-color: rgba(255,255,255,.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255,255,255,.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card
{
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: .375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(.375rem - 1px);
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0,0,0,.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.card>hr
{
    margin-right: 0;
    margin-left: 0;
}
.card>.list-group
{
    border-top: inherit;
    border-bottom: inherit;
}
.card>.list-group:first-child
{
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card>.list-group:last-child
{
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card>.card-header+.list-group, .card>.list-group+.card-footer
{
    border-top: 0;
}
.card-body
{
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
}
.card-title
{
    margin-bottom: var(--bs-card-title-spacer-y);
}
.card-subtitle
{
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
}
.card-text:last-child
{
    margin-bottom: 0;
}
.card-link+.card-link
{
    margin-left: var(--bs-card-spacer-x);
}
.card-header
{
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child
{
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer
{
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child
{
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs
{
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
}
.card-header-tabs .nav-link.active
{
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
}
.card-header-pills
{
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom, .card-img-top
{
    width: 100%;
}
.card-img, .card-img-top
{
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom
{
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group>.card
{
    margin-bottom: var(--bs-card-group-margin);
}
@media(min-width: 576px)
{
    .card-group
    {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card
    {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card
    {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child)
    {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-header, .card-group>.card:not(:last-child) .card-img-top
    {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-footer, .card-group>.card:not(:last-child) .card-img-bottom
    {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child)
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-header, .card-group>.card:not(:first-child) .card-img-top
    {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-footer, .card-group>.card:not(:first-child) .card-img-bottom
    {
        border-bottom-left-radius: 0;
    }
}
.accordion
{
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: .375rem;
    --bs-accordion-inner-border-radius: calc(.375rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #0c63e4;
    --bs-accordion-active-bg: #e7f1ff;
}
.accordion-button
{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}
@media(prefers-reduced-motion: reduce)
{
    .accordion-button
    {
        transition: none;
    }
}
.accordion-button:not(.collapsed)
{
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed):after
{
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button:after
{
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
@media(prefers-reduced-motion: reduce)
{
    .accordion-button:after
    {
        transition: none;
    }
}
.accordion-button:hover
{
    z-index: 2;
}
.accordion-button:focus
{
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header
{
    margin-bottom: 0;
}
.accordion-item
{
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type
{
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button
{
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type)
{
    border-top: 0;
}
.accordion-item:last-of-type
{
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed
{
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse
{
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body
{
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush .accordion-collapse
{
    border-width: 0;
}
.accordion-flush .accordion-item
{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child
{
    border-top: 0;
}
.accordion-flush .accordion-item:last-child
{
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed
{
    border-radius: 0;
}
.breadcrumb
{
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item+.breadcrumb-item
{
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item+.breadcrumb-item:before
{
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider,"/");
}
.breadcrumb-item.active
{
    color: var(--bs-breadcrumb-item-active-color);
}
.pagination
{
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: .375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link
{
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .page-link
    {
        transition: none;
    }
}
.page-link:hover
{
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus
{
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active>.page-link, .page-link.active
{
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}
.disabled>.page-link, .page-link.disabled
{
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link
{
    margin-left: -1px;
}
.page-item:first-child .page-link
{
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link
{
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg
{
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: .5rem;
}
.pagination-sm
{
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .25rem;
    --bs-pagination-font-size: .875rem;
    --bs-pagination-border-radius: .25rem;
}
.badge
{
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: .375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.badge:empty
{
    display: none;
}
.btn .badge
{
    position: relative;
    top: -1px;
}
.alert
{
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: 1px solid var(--bs-alert-border-color);
    --bs-alert-border-radius: .375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.alert-heading
{
    color: inherit;
}
.alert-link
{
    font-weight: 700;
}
.alert-dismissible
{
    padding-right: 3rem;
}
.alert-dismissible .btn-close
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary
{
    --bs-alert-color: #084298;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #b6d4fe;
}
.alert-primary .alert-link
{
    color: #06357a;
}
.alert-secondary
{
    --bs-alert-color: #41464b;
    --bs-alert-bg: #e2e3e5;
    --bs-alert-border-color: #d3d6d8;
}
.alert-secondary .alert-link
{
    color: #34383c;
}
.alert-success
{
    --bs-alert-color: #0f5132;
    --bs-alert-bg: #d1e7dd;
    --bs-alert-border-color: #badbcc;
}
.alert-success .alert-link
{
    color: #0c4128;
}
.alert-info
{
    --bs-alert-color: #055160;
    --bs-alert-bg: #cff4fc;
    --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link
{
    color: #04414d;
}
.alert-warning
{
    --bs-alert-color: #664d03;
    --bs-alert-bg: #fff3cd;
    --bs-alert-border-color: #ffecb5;
}
.alert-warning .alert-link
{
    color: #523e02;
}
.alert-danger
{
    --bs-alert-color: #842029;
    --bs-alert-bg: #f8d7da;
    --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link
{
    color: #6a1a21;
}
.alert-light
{
    --bs-alert-color: #636464;
    --bs-alert-bg: #fefefe;
    --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link
{
    color: #4f5050;
}
.alert-dark
{
    --bs-alert-color: #141619;
    --bs-alert-bg: #d3d3d4;
    --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link
{
    color: #101214;
}
@keyframes progress-bar-stripes
{
    0%
    {
        background-position-x: 1rem;
    }
}
.progress
{
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: #e9ecef;
    --bs-progress-border-radius: .375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width .6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
}
.progress-bar
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}
@media(prefers-reduced-motion: reduce)
{
    .progress-bar
    {
        transition: none;
    }
}
.progress-bar-striped
{
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-bar-animated
{
    animation: 1s linear infinite progress-bar-stripes;
}
@media(prefers-reduced-motion: reduce)
{
    .progress-bar-animated
    {
        animation: none;
    }
}
.list-group
{
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0,0,0,.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: .375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered
{
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered>.list-group-item:before
{
    content: counters(section,".") ". ";
    counter-increment: section;
}
.list-group-item-action
{
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit;
}
.list-group-item-action:focus, .list-group-item-action:hover
{
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active
{
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item
{
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child
{
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child
{
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled
{
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active
{
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}
.list-group-item+.list-group-item
{
    border-top-width: 0;
}
.list-group-item+.list-group-item.active
{
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal
{
    flex-direction: row;
}
.list-group-horizontal>.list-group-item:first-child:not(:last-child)
{
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
}
.list-group-horizontal>.list-group-item:last-child:not(:first-child)
{
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
}
.list-group-horizontal>.list-group-item.active
{
    margin-top: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item
{
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
}
.list-group-horizontal>.list-group-item+.list-group-item.active
{
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
}
@media(min-width: 576px)
{
    .list-group-horizontal-sm
    {
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child)
    {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child)
    {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active
    {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item
    {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active
    {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media(min-width: 768px)
{
    .list-group-horizontal-md
    {
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child)
    {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child)
    {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active
    {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item
    {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active
    {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media(min-width: 992px)
{
    .list-group-horizontal-lg
    {
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child)
    {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child)
    {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active
    {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item
    {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active
    {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media(min-width: 1200px)
{
    .list-group-horizontal-xl
    {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child)
    {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child)
    {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active
    {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item
    {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active
    {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
@media(min-width: 1400px)
{
    .list-group-horizontal-xxl
    {
        flex-direction: row;
    }
    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child)
    {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child)
    {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item.active
    {
        margin-top: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item
    {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active
    {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width);
    }
}
.list-group-flush
{
    border-radius: 0;
}
.list-group-flush>.list-group-item
{
    border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush>.list-group-item:last-child
{
    border-bottom-width: 0;
}
.list-group-item-primary
{
    color: #084298;
    background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover
{
    color: #084298;
    background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active
{
    color: #fff;
    background-color: #084298;
    border-color: #084298;
}
.list-group-item-secondary
{
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover
{
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active
{
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success
{
    color: #0f5132;
    background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover
{
    color: #0f5132;
    background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active
{
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132;
}
.list-group-item-info
{
    color: #055160;
    background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover
{
    color: #055160;
    background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active
{
    color: #fff;
    background-color: #055160;
    border-color: #055160;
}
.list-group-item-warning
{
    color: #664d03;
    background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover
{
    color: #664d03;
    background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active
{
    color: #fff;
    background-color: #664d03;
    border-color: #664d03;
}
.list-group-item-danger
{
    color: #842029;
    background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover
{
    color: #842029;
    background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active
{
    color: #fff;
    background-color: #842029;
    border-color: #842029;
}
.list-group-item-light
{
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover
{
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active
{
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark
{
    color: #141619;
    background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover
{
    color: #141619;
    background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active
{
    color: #fff;
    background-color: #141619;
    border-color: #141619;
}
.btn-close
{
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}
.btn-close:hover
{
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.btn-close:focus
{
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40;
    opacity: 1;
}
.btn-close.disabled, .btn-close:disabled
{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25;
}
.btn-close-white
{
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast
{
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(255,255,255,.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: .375rem;
    --bs-toast-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255,255,255,.85);
    --bs-toast-header-border-color: rgba(0,0,0,.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}
.toast.showing
{
    opacity: 0;
}
.toast:not(.show)
{
    display: none;
}
.toast-container
{
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container>:not(:last-child)
{
    margin-bottom: var(--bs-toast-spacing);
}
.toast-header
{
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close
{
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}
.toast-body
{
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}
.modal
{
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .5rem;
    --bs-modal-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    --bs-modal-inner-border-radius: calc(.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog
{
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog
{
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}
@media(prefers-reduced-motion: reduce)
{
    .modal.fade .modal-dialog
    {
        transition: none;
    }
}
.modal.show .modal-dialog
{
    transform: none;
}
.modal.modal-static .modal-dialog
{
    transform: scale(1.02);
}
.modal-dialog-scrollable
{
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content
{
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body
{
    overflow-y: auto;
}
.modal-dialog-centered
{
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content
{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop
{
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade
{
    opacity: 0;
}
.modal-backdrop.show
{
    opacity: var(--bs-backdrop-opacity);
}
.modal-header
{
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close
{
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title
{
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body
{
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer
{
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer>*
{
    margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media(min-width: 576px)
{
    .modal
    {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }
    .modal-dialog
    {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm
    {
        --bs-modal-width: 300px;
    }
}
@media(min-width: 992px)
{
    .modal-lg, .modal-xl
    {
        --bs-modal-width: 800px;
    }
}
@media(min-width: 1200px)
{
    .modal-xl
    {
        --bs-modal-width: 1140px;
    }
}
.modal-fullscreen
{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content
{
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header
{
    border-radius: 0;
}
.modal-fullscreen .modal-body
{
    overflow-y: auto;
}
@media(max-width: 575.98px)
{
    .modal-fullscreen-sm-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header
    {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body
    {
        overflow-y: auto;
    }
}
@media(max-width: 767.98px)
{
    .modal-fullscreen-md-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header
    {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body
    {
        overflow-y: auto;
    }
}
@media(max-width: 991.98px)
{
    .modal-fullscreen-lg-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header
    {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body
    {
        overflow-y: auto;
    }
}
@media(max-width: 1199.98px)
{
    .modal-fullscreen-xl-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header
    {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body
    {
        overflow-y: auto;
    }
}
@media(max-width: 1399.98px)
{
    .modal-fullscreen-xxl-down
    {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content
    {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header
    {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body
    {
        overflow-y: auto;
    }
}
.tooltip
{
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: #fff;
    --bs-tooltip-bg: #000;
    --bs-tooltip-border-radius: .375rem;
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    padding: var(--bs-tooltip-arrow-height);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show
{
    opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow
{
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow:before
{
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow
{
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before, .bs-tooltip-top .tooltip-arrow:before
{
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow
{
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before, .bs-tooltip-end .tooltip-arrow:before
{
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow
{
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before, .bs-tooltip-bottom .tooltip-arrow:before
{
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow
{
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before, .bs-tooltip-start .tooltip-arrow:before
{
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner
{
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}
.popover
{
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: .875rem;
    --bs-popover-bg: #fff;
    --bs-popover-border-width: 1px;
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: .5rem;
    --bs-popover-inner-border-radius: calc(.5rem - 1px);
    --bs-popover-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: .5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: ;
    --bs-popover-header-bg: #f0f0f0;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: #212529;
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: .5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow
{
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow:after, .popover .popover-arrow:before
{
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow, .bs-popover-top>.popover-arrow
{
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after, .bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before, .bs-popover-top>.popover-arrow:after, .bs-popover-top>.popover-arrow:before
{
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before, .bs-popover-top>.popover-arrow:before
{
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after, .bs-popover-top>.popover-arrow:after
{
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow, .bs-popover-end>.popover-arrow
{
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after, .bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before, .bs-popover-end>.popover-arrow:after, .bs-popover-end>.popover-arrow:before
{
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before, .bs-popover-end>.popover-arrow:before
{
    left: 0;
    border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after, .bs-popover-end>.popover-arrow:after
{
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow, .bs-popover-bottom>.popover-arrow
{
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before, .bs-popover-bottom>.popover-arrow:after, .bs-popover-bottom>.popover-arrow:before
{
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before, .bs-popover-bottom>.popover-arrow:before
{
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after, .bs-popover-bottom>.popover-arrow:after
{
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before
{
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow, .bs-popover-start>.popover-arrow
{
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after, .bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before, .bs-popover-start>.popover-arrow:after, .bs-popover-start>.popover-arrow:before
{
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before, .bs-popover-start>.popover-arrow:before
{
    right: 0;
    border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after, .bs-popover-start>.popover-arrow:after
{
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg);
}
.popover-header
{
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty
{
    display: none;
}
.popover-body
{
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}
.carousel
{
    position: relative;
}
.carousel.pointer-event
{
    touch-action: pan-y;
}
.carousel-inner
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after
{
    display: block;
    clear: both;
    content: "";
}
.carousel-item
{
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .carousel-item
    {
        transition: none;
    }
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active
{
    display: block;
}
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start)
{
    transform: translate(100%);
}
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end)
{
    transform: translate(-100%);
}
.carousel-fade .carousel-item
{
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active
{
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start
{
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s;
}
@media(prefers-reduced-motion: reduce)
{
    .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start
    {
        transition: none;
    }
}
.carousel-control-next, .carousel-control-prev
{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
@media(prefers-reduced-motion: reduce)
{
    .carousel-control-next, .carousel-control-prev
    {
        transition: none;
    }
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover
{
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control-prev
{
    left: 0;
}
.carousel-control-next
{
    right: 0;
}
.carousel-control-next-icon, .carousel-control-prev-icon
{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon
{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target]
{
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
@media(prefers-reduced-motion: reduce)
{
    .carousel-indicators [data-bs-target]
    {
        transition: none;
    }
}
.carousel-indicators .active
{
    opacity: 1;
}
.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon
{
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target]
{
    background-color: #000;
}
.carousel-dark .carousel-caption
{
    color: #000;
}
.spinner-border, .spinner-grow
{
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border
{
    to
    {
        transform: rotate(360deg);
    }
}
.spinner-border
{
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent;
}
.spinner-border-sm
{
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em;
}
@keyframes spinner-grow
{
    0%
    {
        transform: scale(0);
    }
    50%
    {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow
{
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0;
}
.spinner-grow-sm
{
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
}
@media(prefers-reduced-motion: reduce)
{
    .spinner-border, .spinner-grow
    {
        --bs-spinner-animation-speed: 1.5s;
    }
}
.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl
{
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
@media(max-width: 575.98px)
{
    .offcanvas-sm
    {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
}
@media(max-width: 575.98px) and (prefers-reduced-motion: reduce)
{
    .offcanvas-sm
    {
        transition: none;
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.offcanvas-start
    {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.offcanvas-end
    {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.offcanvas-top
    {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.offcanvas-bottom
    {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.show:not(.hiding), .offcanvas-sm.showing
    {
        transform: none;
    }
}
@media(max-width: 575.98px)
{
    .offcanvas-sm.hiding, .offcanvas-sm.show, .offcanvas-sm.showing
    {
        visibility: visible;
    }
}
@media(min-width: 576px)
{
    .offcanvas-sm
    {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important;
    }
    .offcanvas-sm .offcanvas-header
    {
        display: none;
    }
    .offcanvas-sm .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important;
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md
    {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
}
@media(max-width: 767.98px) and (prefers-reduced-motion: reduce)
{
    .offcanvas-md
    {
        transition: none;
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.offcanvas-start
    {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.offcanvas-end
    {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.offcanvas-top
    {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.offcanvas-bottom
    {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.show:not(.hiding), .offcanvas-md.showing
    {
        transform: none;
    }
}
@media(max-width: 767.98px)
{
    .offcanvas-md.hiding, .offcanvas-md.show, .offcanvas-md.showing
    {
        visibility: visible;
    }
}
@media(min-width: 768px)
{
    .offcanvas-md
    {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important;
    }
    .offcanvas-md .offcanvas-header
    {
        display: none;
    }
    .offcanvas-md .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important;
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg
    {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
}
@media(max-width: 991.98px) and (prefers-reduced-motion: reduce)
{
    .offcanvas-lg
    {
        transition: none;
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.offcanvas-start
    {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.offcanvas-end
    {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.offcanvas-top
    {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.offcanvas-bottom
    {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.show:not(.hiding), .offcanvas-lg.showing
    {
        transform: none;
    }
}
@media(max-width: 991.98px)
{
    .offcanvas-lg.hiding, .offcanvas-lg.show, .offcanvas-lg.showing
    {
        visibility: visible;
    }
}
@media(min-width: 992px)
{
    .offcanvas-lg
    {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important;
    }
    .offcanvas-lg .offcanvas-header
    {
        display: none;
    }
    .offcanvas-lg .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important;
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl
    {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
}
@media(max-width: 1199.98px) and (prefers-reduced-motion: reduce)
{
    .offcanvas-xl
    {
        transition: none;
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.offcanvas-start
    {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.offcanvas-end
    {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.offcanvas-top
    {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.offcanvas-bottom
    {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.show:not(.hiding), .offcanvas-xl.showing
    {
        transform: none;
    }
}
@media(max-width: 1199.98px)
{
    .offcanvas-xl.hiding, .offcanvas-xl.show, .offcanvas-xl.showing
    {
        visibility: visible;
    }
}
@media(min-width: 1200px)
{
    .offcanvas-xl
    {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important;
    }
    .offcanvas-xl .offcanvas-header
    {
        display: none;
    }
    .offcanvas-xl .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important;
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl
    {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
    }
}
@media(max-width: 1399.98px) and (prefers-reduced-motion: reduce)
{
    .offcanvas-xxl
    {
        transition: none;
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.offcanvas-start
    {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(-100%);
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.offcanvas-end
    {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translate(100%);
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.offcanvas-top
    {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.offcanvas-bottom
    {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.show:not(.hiding), .offcanvas-xxl.showing
    {
        transform: none;
    }
}
@media(max-width: 1399.98px)
{
    .offcanvas-xxl.hiding, .offcanvas-xxl.show, .offcanvas-xxl.showing
    {
        visibility: visible;
    }
}
@media(min-width: 1400px)
{
    .offcanvas-xxl
    {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important;
    }
    .offcanvas-xxl .offcanvas-header
    {
        display: none;
    }
    .offcanvas-xxl .offcanvas-body
    {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important;
    }
}
.offcanvas
{
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}
@media(prefers-reduced-motion: reduce)
{
    .offcanvas
    {
        transition: none;
    }
}
.offcanvas.offcanvas-start
{
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(-100%);
}
.offcanvas.offcanvas-end
{
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translate(100%);
}
.offcanvas.offcanvas-top
{
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom
{
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}
.offcanvas.show:not(.hiding), .offcanvas.showing
{
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing
{
    visibility: visible;
}
.offcanvas-backdrop
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.offcanvas-backdrop.fade
{
    opacity: 0;
}
.offcanvas-backdrop.show
{
    opacity: .5;
}
.offcanvas-header
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close
{
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title
{
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body
{
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
}
.placeholder
{
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5;
}
.placeholder.btn:before
{
    display: inline-block;
    content: "";
}
.placeholder-xs
{
    min-height: .6em;
}
.placeholder-sm
{
    min-height: .8em;
}
.placeholder-lg
{
    min-height: 1.2em;
}
.placeholder-glow .placeholder
{
    animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow
{
    50%
    {
        opacity: .2;
    }
}
.placeholder-wave
{
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,#000c,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave
{
    to
    {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%;
    }
}
.clearfix:after
{
    display: block;
    clear: both;
    content: "";
}
.text-bg-primary
{
    color: #fff!important;
    background-color: RGBA(13,110,253,var(--bs-bg-opacity,1))!important;
}
.text-bg-secondary
{
    color: #fff!important;
    background-color: RGBA(108,117,125,var(--bs-bg-opacity,1))!important;
}
.text-bg-success
{
    color: #fff!important;
    background-color: RGBA(25,135,84,var(--bs-bg-opacity,1))!important;
}
.text-bg-info
{
    color: #000!important;
    background-color: RGBA(13,202,240,var(--bs-bg-opacity,1))!important;
}
.text-bg-warning
{
    color: #000!important;
    background-color: RGBA(255,193,7,var(--bs-bg-opacity,1))!important;
}
.text-bg-danger
{
    color: #fff!important;
    background-color: RGBA(220,53,69,var(--bs-bg-opacity,1))!important;
}
.text-bg-light
{
    color: #000!important;
    background-color: RGBA(248,249,250,var(--bs-bg-opacity,1))!important;
}
.text-bg-dark
{
    color: #fff!important;
    background-color: RGBA(33,37,41,var(--bs-bg-opacity,1))!important;
}
.link-primary
{
    color: #0d6efd!important;
}
.link-primary:focus, .link-primary:hover
{
    color: #0a58ca!important;
}
.link-secondary
{
    color: #6c757d!important;
}
.link-secondary:focus, .link-secondary:hover
{
    color: #565e64!important;
}
.link-success
{
    color: #198754!important;
}
.link-success:focus, .link-success:hover
{
    color: #146c43!important;
}
.link-info
{
    color: #0dcaf0!important;
}
.link-info:focus, .link-info:hover
{
    color: #3dd5f3!important;
}
.link-warning
{
    color: #ffc107!important;
}
.link-warning:focus, .link-warning:hover
{
    color: #ffcd39!important;
}
.link-danger
{
    color: #dc3545!important;
}
.link-danger:focus, .link-danger:hover
{
    color: #b02a37!important;
}
.link-light
{
    color: #f8f9fa!important;
}
.link-light:focus, .link-light:hover
{
    color: #f9fafb!important;
}
.link-dark
{
    color: #212529!important;
}
.link-dark:focus, .link-dark:hover
{
    color: #1a1e21!important;
}
.ratio
{
    position: relative;
    width: 100%;
}
.ratio:before
{
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>*
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1
{
    --bs-aspect-ratio: 100%;
}
.ratio-4x3
{
    --bs-aspect-ratio: 75%;
}
.ratio-16x9
{
    --bs-aspect-ratio: 56.25%;
}
.ratio-21x9
{
    --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top
{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
.sticky-top
{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.sticky-bottom
{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
}
@media(min-width: 576px)
{
    .sticky-sm-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-sm-bottom
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media(min-width: 768px)
{
    .sticky-md-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-md-bottom
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media(min-width: 992px)
{
    .sticky-lg-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-lg-bottom
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media(min-width: 1200px)
{
    .sticky-xl-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xl-bottom
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
@media(min-width: 1400px)
{
    .sticky-xxl-top
    {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
    .sticky-xxl-bottom
    {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}
.hstack
{
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
}
.vstack
{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within)
{
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;
}
.stretched-link:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.vr
{
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25;
}
.align-baseline
{
    vertical-align: baseline!important;
}
.align-top
{
    vertical-align: top!important;
}
.align-middle
{
    vertical-align: middle!important;
}
.align-bottom
{
    vertical-align: bottom!important;
}
.align-text-bottom
{
    vertical-align: text-bottom!important;
}
.align-text-top
{
    vertical-align: text-top!important;
}
.float-start
{
    float: left!important;
}
.float-end
{
    float: right!important;
}
.float-none
{
    float: none!important;
}
.opacity-0
{
    opacity: 0!important;
}
.opacity-25
{
    opacity: .25!important;
}
.opacity-50
{
    opacity: .5!important;
}
.opacity-75
{
    opacity: .75!important;
}
.opacity-100
{
    opacity: 1!important;
}
.overflow-auto
{
    overflow: auto!important;
}
.overflow-hidden
{
    overflow: hidden!important;
}
.overflow-visible
{
    overflow: visible!important;
}
.overflow-scroll
{
    overflow: scroll!important;
}
.d-inline
{
    display: inline!important;
}
.d-inline-block
{
    display: inline-block!important;
}
.d-block
{
    display: block!important;
}
.d-grid
{
    display: grid!important;
}
.d-table
{
    display: table!important;
}
.d-table-row
{
    display: table-row!important;
}
.d-table-cell
{
    display: table-cell!important;
}
.d-flex
{
    display: flex!important;
}
.d-inline-flex
{
    display: inline-flex!important;
}
.d-none
{
    display: none!important;
}
.shadow
{
    box-shadow: 0 .5rem 1rem #00000026!important;
}
.shadow-sm
{
    box-shadow: 0 .125rem .25rem #00000013!important;
}
.shadow-lg
{
    box-shadow: 0 1rem 3rem #0000002d!important;
}
.shadow-none
{
    box-shadow: none!important;
}
.position-static
{
    position: static!important;
}
.position-relative
{
    position: relative!important;
}
.position-absolute
{
    position: absolute!important;
}
.position-fixed
{
    position: fixed!important;
}
.position-sticky
{
    position: -webkit-sticky!important;
    position: sticky!important;
}
.top-0
{
    top: 0!important;
}
.top-50
{
    top: 50%!important;
}
.top-100
{
    top: 100%!important;
}
.bottom-0
{
    bottom: 0!important;
}
.bottom-50
{
    bottom: 50%!important;
}
.bottom-100
{
    bottom: 100%!important;
}
.start-0
{
    left: 0!important;
}
.start-50
{
    left: 50%!important;
}
.start-100
{
    left: 100%!important;
}
.end-0
{
    right: 0!important;
}
.end-50
{
    right: 50%!important;
}
.end-100
{
    right: 100%!important;
}
.translate-middle
{
    transform: translate(-50%,-50%)!important;
}
.translate-middle-x
{
    transform: translate(-50%)!important;
}
.translate-middle-y
{
    transform: translateY(-50%)!important;
}
.border
{
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-0
{
    border: 0!important;
}
.border-top
{
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-top-0
{
    border-top: 0!important;
}
.border-end
{
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-end-0
{
    border-right: 0!important;
}
.border-bottom
{
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-bottom-0
{
    border-bottom: 0!important;
}
.border-start
{
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
}
.border-start-0
{
    border-left: 0!important;
}
.border-primary
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important;
}
.border-secondary
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important;
}
.border-success
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important;
}
.border-info
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important;
}
.border-warning
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important;
}
.border-danger
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important;
}
.border-light
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important;
}
.border-dark
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important;
}
.border-white
{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important;
}
.border-1
{
    --bs-border-width: 1px;
}
.border-2
{
    --bs-border-width: 2px;
}
.border-3
{
    --bs-border-width: 3px;
}
.border-4
{
    --bs-border-width: 4px;
}
.border-5
{
    --bs-border-width: 5px;
}
.border-opacity-10
{
    --bs-border-opacity: .1;
}
.border-opacity-25
{
    --bs-border-opacity: .25;
}
.border-opacity-50
{
    --bs-border-opacity: .5;
}
.border-opacity-75
{
    --bs-border-opacity: .75;
}
.border-opacity-100
{
    --bs-border-opacity: 1;
}
.w-25
{
    width: 25%!important;
}
.w-50
{
    width: 50%!important;
}
.w-75
{
    width: 75%!important;
}
.w-100
{
    width: 100%!important;
}
.w-auto
{
    width: auto!important;
}
.mw-100
{
    max-width: 100%!important;
}
.vw-100
{
    width: 100vw!important;
}
.min-vw-100
{
    min-width: 100vw!important;
}
.h-25
{
    height: 25%!important;
}
.h-50
{
    height: 50%!important;
}
.h-75
{
    height: 75%!important;
}
.h-100
{
    height: 100%!important;
}
.h-auto
{
    height: auto!important;
}
.mh-100
{
    max-height: 100%!important;
}
.vh-100
{
    height: 100vh!important;
}
.min-vh-100
{
    min-height: 100vh!important;
}
.flex-fill
{
    flex: 1 1 auto!important;
}
.flex-row
{
    flex-direction: row!important;
}
.flex-column
{
    flex-direction: column!important;
}
.flex-row-reverse
{
    flex-direction: row-reverse!important;
}
.flex-column-reverse
{
    flex-direction: column-reverse!important;
}
.flex-grow-0
{
    flex-grow: 0!important;
}
.flex-grow-1
{
    flex-grow: 1!important;
}
.flex-shrink-0
{
    flex-shrink: 0!important;
}
.flex-shrink-1
{
    flex-shrink: 1!important;
}
.flex-wrap
{
    flex-wrap: wrap!important;
}
.flex-nowrap
{
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse
{
    flex-wrap: wrap-reverse!important;
}
.justify-content-start
{
    justify-content: flex-start!important;
}
.justify-content-end
{
    justify-content: flex-end!important;
}
.justify-content-center
{
    justify-content: center!important;
}
.justify-content-between
{
    justify-content: space-between!important;
}
.justify-content-around
{
    justify-content: space-around!important;
}
.justify-content-evenly
{
    justify-content: space-evenly!important;
}
.align-items-start
{
    align-items: flex-start!important;
}
.align-items-end
{
    align-items: flex-end!important;
}
.align-items-center
{
    align-items: center!important;
}
.align-items-baseline
{
    align-items: baseline!important;
}
.align-items-stretch
{
    align-items: stretch!important;
}
.align-content-start
{
    align-content: flex-start!important;
}
.align-content-end
{
    align-content: flex-end!important;
}
.align-content-center
{
    align-content: center!important;
}
.align-content-between
{
    align-content: space-between!important;
}
.align-content-around
{
    align-content: space-around!important;
}
.align-content-stretch
{
    align-content: stretch!important;
}
.align-self-auto
{
    align-self: auto!important;
}
.align-self-start
{
    align-self: flex-start!important;
}
.align-self-end
{
    align-self: flex-end!important;
}
.align-self-center
{
    align-self: center!important;
}
.align-self-baseline
{
    align-self: baseline!important;
}
.align-self-stretch
{
    align-self: stretch!important;
}
.order-first
{
    order: -1!important;
}
.order-0
{
    order: 0!important;
}
.order-1
{
    order: 1!important;
}
.order-2
{
    order: 2!important;
}
.order-3
{
    order: 3!important;
}
.order-4
{
    order: 4!important;
}
.order-5
{
    order: 5!important;
}
.order-last
{
    order: 6!important;
}
.m-0
{
    margin: 0!important;
}
.m-1
{
    margin: .25rem!important;
}
.m-2
{
    margin: .5rem!important;
}
.m-3
{
    margin: 1rem!important;
}
.m-4
{
    margin: 1.5rem!important;
}
.m-5
{
    margin: 3rem!important;
}
.m-auto
{
    margin: auto!important;
}
.mx-0
{
    margin-right: 0!important;
    margin-left: 0!important;
}
.mx-1
{
    margin-right: .25rem!important;
    margin-left: .25rem!important;
}
.mx-2
{
    margin-right: .5rem!important;
    margin-left: .5rem!important;
}
.mx-3
{
    margin-right: 1rem!important;
    margin-left: 1rem!important;
}
.mx-4
{
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important;
}
.mx-5
{
    margin-right: 3rem!important;
    margin-left: 3rem!important;
}
.mx-auto
{
    margin-right: auto!important;
    margin-left: auto!important;
}
.my-0
{
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.my-1
{
    margin-top: .25rem!important;
    margin-bottom: .25rem!important;
}
.my-2
{
    margin-top: .5rem!important;
    margin-bottom: .5rem!important;
}
.my-3
{
    margin-top: 1rem!important;
    margin-bottom: 1rem!important;
}
.my-4
{
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;
}
.my-5
{
    margin-top: 3rem!important;
    margin-bottom: 3rem!important;
}
.my-auto
{
    margin-top: auto!important;
    margin-bottom: auto!important;
}
.mt-0
{
    margin-top: 0!important;
}
.mt-1
{
    margin-top: .25rem!important;
}
.mt-2
{
    margin-top: .5rem!important;
}
.mt-3
{
    margin-top: 1rem!important;
}
.mt-4
{
    margin-top: 1.5rem!important;
}
.mt-5
{
    margin-top: 3rem!important;
}
.mt-auto
{
    margin-top: auto!important;
}
.me-0
{
    margin-right: 0!important;
}
.me-1
{
    margin-right: .25rem!important;
}
.me-2
{
    margin-right: .5rem!important;
}
.me-3
{
    margin-right: 1rem!important;
}
.me-4
{
    margin-right: 1.5rem!important;
}
.me-5
{
    margin-right: 3rem!important;
}
.me-auto
{
    margin-right: auto!important;
}
.mb-0
{
    margin-bottom: 0!important;
}
.mb-1
{
    margin-bottom: .25rem!important;
}
.mb-2
{
    margin-bottom: .5rem!important;
}
.mb-3
{
    margin-bottom: 1rem!important;
}
.mb-4
{
    margin-bottom: 1.5rem!important;
}
.mb-5
{
    margin-bottom: 3rem!important;
}
.mb-auto
{
    margin-bottom: auto!important;
}
.ms-0
{
    margin-left: 0!important;
}
.ms-1
{
    margin-left: .25rem!important;
}
.ms-2
{
    margin-left: .5rem!important;
}
.ms-3
{
    margin-left: 1rem!important;
}
.ms-4
{
    margin-left: 1.5rem!important;
}
.ms-5
{
    margin-left: 3rem!important;
}
.ms-auto
{
    margin-left: auto!important;
}
.p-0
{
    padding: 0!important;
}
.p-1
{
    padding: .25rem!important;
}
.p-2
{
    padding: .5rem!important;
}
.p-3
{
    padding: 1rem!important;
}
.p-4
{
    padding: 1.5rem!important;
}
.p-5
{
    padding: 3rem!important;
}
.px-0
{
    padding-right: 0!important;
    padding-left: 0!important;
}
.px-1
{
    padding-right: .25rem!important;
    padding-left: .25rem!important;
}
.px-2
{
    padding-right: .5rem!important;
    padding-left: .5rem!important;
}
.px-3
{
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.px-4
{
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.px-5
{
    padding-right: 3rem!important;
    padding-left: 3rem!important;
}
.py-0
{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.py-1
{
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
}
.py-2
{
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.py-3
{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
.py-4
{
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.py-5
{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
.pt-0
{
    padding-top: 0!important;
}
.pt-1
{
    padding-top: .25rem!important;
}
.pt-2
{
    padding-top: .5rem!important;
}
.pt-3
{
    padding-top: 1rem!important;
}
.pt-4
{
    padding-top: 1.5rem!important;
}
.pt-5
{
    padding-top: 3rem!important;
}
.pe-0
{
    padding-right: 0!important;
}
.pe-1
{
    padding-right: .25rem!important;
}
.pe-2
{
    padding-right: .5rem!important;
}
.pe-3
{
    padding-right: 1rem!important;
}
.pe-4
{
    padding-right: 1.5rem!important;
}
.pe-5
{
    padding-right: 3rem!important;
}
.pb-0
{
    padding-bottom: 0!important;
}
.pb-1
{
    padding-bottom: .25rem!important;
}
.pb-2
{
    padding-bottom: .5rem!important;
}
.pb-3
{
    padding-bottom: 1rem!important;
}
.pb-4
{
    padding-bottom: 1.5rem!important;
}
.pb-5
{
    padding-bottom: 3rem!important;
}
.ps-0
{
    padding-left: 0!important;
}
.ps-1
{
    padding-left: .25rem!important;
}
.ps-2
{
    padding-left: .5rem!important;
}
.ps-3
{
    padding-left: 1rem!important;
}
.ps-4
{
    padding-left: 1.5rem!important;
}
.ps-5
{
    padding-left: 3rem!important;
}
.gap-0
{
    gap: 0!important;
}
.gap-1
{
    gap: .25rem!important;
}
.gap-2
{
    gap: .5rem!important;
}
.gap-3
{
    gap: 1rem!important;
}
.gap-4
{
    gap: 1.5rem!important;
}
.gap-5
{
    gap: 3rem!important;
}
.font-monospace
{
    font-family: var(--bs-font-monospace)!important;
}
.fs-1
{
    font-size: calc(1.375rem + 1.5vw)!important;
}
.fs-2
{
    font-size: calc(1.325rem + .9vw)!important;
}
.fs-3
{
    font-size: calc(1.3rem + .6vw)!important;
}
.fs-4
{
    font-size: calc(1.275rem + .3vw)!important;
}
.fs-5
{
    font-size: 1.25rem!important;
}
.fs-6
{
    font-size: 1rem!important;
}
.fst-italic
{
    font-style: italic!important;
}
.fst-normal
{
    font-style: normal!important;
}
.fw-light
{
    font-weight: 300!important;
}
.fw-lighter
{
    font-weight: lighter!important;
}
.fw-normal
{
    font-weight: 400!important;
}
.fw-bold
{
    font-weight: 700!important;
}
.fw-semibold
{
    font-weight: 600!important;
}
.fw-bolder
{
    font-weight: bolder!important;
}
.lh-1
{
    line-height: 1!important;
}
.lh-sm
{
    line-height: 1.25!important;
}
.lh-base
{
    line-height: 1.5!important;
}
.lh-lg
{
    line-height: 2!important;
}
.text-start
{
    text-align: left!important;
}
.text-end
{
    text-align: right!important;
}
.text-center
{
    text-align: center!important;
}
.text-decoration-none
{
    text-decoration: none!important;
}
.text-decoration-underline
{
    text-decoration: underline!important;
}
.text-decoration-line-through
{
    text-decoration: line-through!important;
}
.text-lowercase
{
    text-transform: lowercase!important;
}
.text-uppercase
{
    text-transform: uppercase!important;
}
.text-capitalize
{
    text-transform: capitalize!important;
}
.text-wrap
{
    white-space: normal!important;
}
.text-nowrap
{
    white-space: nowrap!important;
}
.text-break
{
    word-wrap: break-word!important;
    word-break: break-word!important;
}
.text-primary
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.text-secondary
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
}
.text-success
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important;
}
.text-info
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important;
}
.text-warning
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
}
.text-danger
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}
.text-light
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}
.text-dark
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}
.text-black
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important;
}
.text-white
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}
.text-body
{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important;
}
.text-muted
{
    --bs-text-opacity: 1;
    color: #6c757d!important;
}
.text-black-50
{
    --bs-text-opacity: 1;
    color: #00000080!important;
}
.text-white-50
{
    --bs-text-opacity: 1;
    color: #ffffff80!important;
}
.text-reset
{
    --bs-text-opacity: 1;
    color: inherit!important;
}
.text-opacity-25
{
    --bs-text-opacity: .25;
}
.text-opacity-50
{
    --bs-text-opacity: .5;
}
.text-opacity-75
{
    --bs-text-opacity: .75;
}
.text-opacity-100
{
    --bs-text-opacity: 1;
}
.bg-primary
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important;
}
.bg-secondary
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important;
}
.bg-success
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
}
.bg-info
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important;
}
.bg-warning
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important;
}
.bg-danger
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important;
}
.bg-light
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
}
.bg-dark
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
}
.bg-black
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important;
}
.bg-white
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
}
.bg-body
{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important;
}
.bg-transparent
{
    --bs-bg-opacity: 1;
    background-color: transparent!important;
}
.bg-opacity-10
{
    --bs-bg-opacity: .1;
}
.bg-opacity-25
{
    --bs-bg-opacity: .25;
}
.bg-opacity-50
{
    --bs-bg-opacity: .5;
}
.bg-opacity-75
{
    --bs-bg-opacity: .75;
}
.bg-opacity-100
{
    --bs-bg-opacity: 1;
}
.bg-gradient
{
    background-image: var(--bs-gradient)!important;
}
.user-select-all
{
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important;
}
.user-select-auto
{
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important;
}
.user-select-none
{
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important;
}
.pe-none
{
    pointer-events: none!important;
}
.pe-auto
{
    pointer-events: auto!important;
}
.rounded
{
    border-radius: var(--bs-border-radius)!important;
}
.rounded-0
{
    border-radius: 0!important;
}
.rounded-1
{
    border-radius: var(--bs-border-radius-sm)!important;
}
.rounded-2
{
    border-radius: var(--bs-border-radius)!important;
}
.rounded-3
{
    border-radius: var(--bs-border-radius-lg)!important;
}
.rounded-4
{
    border-radius: var(--bs-border-radius-xl)!important;
}
.rounded-5
{
    border-radius: var(--bs-border-radius-2xl)!important;
}
.rounded-circle
{
    border-radius: 50%!important;
}
.rounded-pill
{
    border-radius: var(--bs-border-radius-pill)!important;
}
.rounded-top
{
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important;
}
.rounded-end
{
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important;
}
.rounded-bottom
{
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important;
}
.rounded-start
{
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important;
}
.visible
{
    visibility: visible!important;
}
.invisible
{
    visibility: hidden!important;
}
@media(min-width: 576px)
{
    .float-sm-start
    {
        float: left!important;
    }
    .float-sm-end
    {
        float: right!important;
    }
    .float-sm-none
    {
        float: none!important;
    }
    .d-sm-inline
    {
        display: inline!important;
    }
    .d-sm-inline-block
    {
        display: inline-block!important;
    }
    .d-sm-block
    {
        display: block!important;
    }
    .d-sm-grid
    {
        display: grid!important;
    }
    .d-sm-table
    {
        display: table!important;
    }
    .d-sm-table-row
    {
        display: table-row!important;
    }
    .d-sm-table-cell
    {
        display: table-cell!important;
    }
    .d-sm-flex
    {
        display: flex!important;
    }
    .d-sm-inline-flex
    {
        display: inline-flex!important;
    }
    .d-sm-none
    {
        display: none!important;
    }
    .flex-sm-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-sm-row
    {
        flex-direction: row!important;
    }
    .flex-sm-column
    {
        flex-direction: column!important;
    }
    .flex-sm-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-sm-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-sm-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-sm-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-sm-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-sm-shrink-1
    {
        flex-shrink: 1!important;
    }
    .flex-sm-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-sm-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-sm-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .justify-content-sm-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-sm-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-sm-center
    {
        justify-content: center!important;
    }
    .justify-content-sm-between
    {
        justify-content: space-between!important;
    }
    .justify-content-sm-around
    {
        justify-content: space-around!important;
    }
    .justify-content-sm-evenly
    {
        justify-content: space-evenly!important;
    }
    .align-items-sm-start
    {
        align-items: flex-start!important;
    }
    .align-items-sm-end
    {
        align-items: flex-end!important;
    }
    .align-items-sm-center
    {
        align-items: center!important;
    }
    .align-items-sm-baseline
    {
        align-items: baseline!important;
    }
    .align-items-sm-stretch
    {
        align-items: stretch!important;
    }
    .align-content-sm-start
    {
        align-content: flex-start!important;
    }
    .align-content-sm-end
    {
        align-content: flex-end!important;
    }
    .align-content-sm-center
    {
        align-content: center!important;
    }
    .align-content-sm-between
    {
        align-content: space-between!important;
    }
    .align-content-sm-around
    {
        align-content: space-around!important;
    }
    .align-content-sm-stretch
    {
        align-content: stretch!important;
    }
    .align-self-sm-auto
    {
        align-self: auto!important;
    }
    .align-self-sm-start
    {
        align-self: flex-start!important;
    }
    .align-self-sm-end
    {
        align-self: flex-end!important;
    }
    .align-self-sm-center
    {
        align-self: center!important;
    }
    .align-self-sm-baseline
    {
        align-self: baseline!important;
    }
    .align-self-sm-stretch
    {
        align-self: stretch!important;
    }
    .order-sm-first
    {
        order: -1!important;
    }
    .order-sm-0
    {
        order: 0!important;
    }
    .order-sm-1
    {
        order: 1!important;
    }
    .order-sm-2
    {
        order: 2!important;
    }
    .order-sm-3
    {
        order: 3!important;
    }
    .order-sm-4
    {
        order: 4!important;
    }
    .order-sm-5
    {
        order: 5!important;
    }
    .order-sm-last
    {
        order: 6!important;
    }
    .m-sm-0
    {
        margin: 0!important;
    }
    .m-sm-1
    {
        margin: .25rem!important;
    }
    .m-sm-2
    {
        margin: .5rem!important;
    }
    .m-sm-3
    {
        margin: 1rem!important;
    }
    .m-sm-4
    {
        margin: 1.5rem!important;
    }
    .m-sm-5
    {
        margin: 3rem!important;
    }
    .m-sm-auto
    {
        margin: auto!important;
    }
    .mx-sm-0
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mx-sm-1
    {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .mx-sm-2
    {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }
    .mx-sm-3
    {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
    .mx-sm-4
    {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
    .mx-sm-5
    {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }
    .mx-sm-auto
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .my-sm-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .my-sm-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .my-sm-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .my-sm-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-sm-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .my-sm-5
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .my-sm-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .mt-sm-0
    {
        margin-top: 0!important;
    }
    .mt-sm-1
    {
        margin-top: .25rem!important;
    }
    .mt-sm-2
    {
        margin-top: .5rem!important;
    }
    .mt-sm-3
    {
        margin-top: 1rem!important;
    }
    .mt-sm-4
    {
        margin-top: 1.5rem!important;
    }
    .mt-sm-5
    {
        margin-top: 3rem!important;
    }
    .mt-sm-auto
    {
        margin-top: auto!important;
    }
    .me-sm-0
    {
        margin-right: 0!important;
    }
    .me-sm-1
    {
        margin-right: .25rem!important;
    }
    .me-sm-2
    {
        margin-right: .5rem!important;
    }
    .me-sm-3
    {
        margin-right: 1rem!important;
    }
    .me-sm-4
    {
        margin-right: 1.5rem!important;
    }
    .me-sm-5
    {
        margin-right: 3rem!important;
    }
    .me-sm-auto
    {
        margin-right: auto!important;
    }
    .mb-sm-0
    {
        margin-bottom: 0!important;
    }
    .mb-sm-1
    {
        margin-bottom: .25rem!important;
    }
    .mb-sm-2
    {
        margin-bottom: .5rem!important;
    }
    .mb-sm-3
    {
        margin-bottom: 1rem!important;
    }
    .mb-sm-4
    {
        margin-bottom: 1.5rem!important;
    }
    .mb-sm-5
    {
        margin-bottom: 3rem!important;
    }
    .mb-sm-auto
    {
        margin-bottom: auto!important;
    }
    .ms-sm-0
    {
        margin-left: 0!important;
    }
    .ms-sm-1
    {
        margin-left: .25rem!important;
    }
    .ms-sm-2
    {
        margin-left: .5rem!important;
    }
    .ms-sm-3
    {
        margin-left: 1rem!important;
    }
    .ms-sm-4
    {
        margin-left: 1.5rem!important;
    }
    .ms-sm-5
    {
        margin-left: 3rem!important;
    }
    .ms-sm-auto
    {
        margin-left: auto!important;
    }
    .p-sm-0
    {
        padding: 0!important;
    }
    .p-sm-1
    {
        padding: .25rem!important;
    }
    .p-sm-2
    {
        padding: .5rem!important;
    }
    .p-sm-3
    {
        padding: 1rem!important;
    }
    .p-sm-4
    {
        padding: 1.5rem!important;
    }
    .p-sm-5
    {
        padding: 3rem!important;
    }
    .px-sm-0
    {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .px-sm-1
    {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
    .px-sm-2
    {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .px-sm-3
    {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .px-sm-4
    {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .px-sm-5
    {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .py-sm-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .py-sm-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .py-sm-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .py-sm-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .py-sm-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-sm-5
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .pt-sm-0
    {
        padding-top: 0!important;
    }
    .pt-sm-1
    {
        padding-top: .25rem!important;
    }
    .pt-sm-2
    {
        padding-top: .5rem!important;
    }
    .pt-sm-3
    {
        padding-top: 1rem!important;
    }
    .pt-sm-4
    {
        padding-top: 1.5rem!important;
    }
    .pt-sm-5
    {
        padding-top: 3rem!important;
    }
    .pe-sm-0
    {
        padding-right: 0!important;
    }
    .pe-sm-1
    {
        padding-right: .25rem!important;
    }
    .pe-sm-2
    {
        padding-right: .5rem!important;
    }
    .pe-sm-3
    {
        padding-right: 1rem!important;
    }
    .pe-sm-4
    {
        padding-right: 1.5rem!important;
    }
    .pe-sm-5
    {
        padding-right: 3rem!important;
    }
    .pb-sm-0
    {
        padding-bottom: 0!important;
    }
    .pb-sm-1
    {
        padding-bottom: .25rem!important;
    }
    .pb-sm-2
    {
        padding-bottom: .5rem!important;
    }
    .pb-sm-3
    {
        padding-bottom: 1rem!important;
    }
    .pb-sm-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pb-sm-5
    {
        padding-bottom: 3rem!important;
    }
    .ps-sm-0
    {
        padding-left: 0!important;
    }
    .ps-sm-1
    {
        padding-left: .25rem!important;
    }
    .ps-sm-2
    {
        padding-left: .5rem!important;
    }
    .ps-sm-3
    {
        padding-left: 1rem!important;
    }
    .ps-sm-4
    {
        padding-left: 1.5rem!important;
    }
    .ps-sm-5
    {
        padding-left: 3rem!important;
    }
    .gap-sm-0
    {
        gap: 0!important;
    }
    .gap-sm-1
    {
        gap: .25rem!important;
    }
    .gap-sm-2
    {
        gap: .5rem!important;
    }
    .gap-sm-3
    {
        gap: 1rem!important;
    }
    .gap-sm-4
    {
        gap: 1.5rem!important;
    }
    .gap-sm-5
    {
        gap: 3rem!important;
    }
    .text-sm-start
    {
        text-align: left!important;
    }
    .text-sm-end
    {
        text-align: right!important;
    }
    .text-sm-center
    {
        text-align: center!important;
    }
}
@media(min-width: 768px)
{
    .float-md-start
    {
        float: left!important;
    }
    .float-md-end
    {
        float: right!important;
    }
    .float-md-none
    {
        float: none!important;
    }
    .d-md-inline
    {
        display: inline!important;
    }
    .d-md-inline-block
    {
        display: inline-block!important;
    }
    .d-md-block
    {
        display: block!important;
    }
    .d-md-grid
    {
        display: grid!important;
    }
    .d-md-table
    {
        display: table!important;
    }
    .d-md-table-row
    {
        display: table-row!important;
    }
    .d-md-table-cell
    {
        display: table-cell!important;
    }
    .d-md-flex
    {
        display: flex!important;
    }
    .d-md-inline-flex
    {
        display: inline-flex!important;
    }
    .d-md-none
    {
        display: none!important;
    }
    .flex-md-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-md-row
    {
        flex-direction: row!important;
    }
    .flex-md-column
    {
        flex-direction: column!important;
    }
    .flex-md-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-md-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-md-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-md-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-md-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-md-shrink-1
    {
        flex-shrink: 1!important;
    }
    .flex-md-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-md-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-md-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .justify-content-md-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-md-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-md-center
    {
        justify-content: center!important;
    }
    .justify-content-md-between
    {
        justify-content: space-between!important;
    }
    .justify-content-md-around
    {
        justify-content: space-around!important;
    }
    .justify-content-md-evenly
    {
        justify-content: space-evenly!important;
    }
    .align-items-md-start
    {
        align-items: flex-start!important;
    }
    .align-items-md-end
    {
        align-items: flex-end!important;
    }
    .align-items-md-center
    {
        align-items: center!important;
    }
    .align-items-md-baseline
    {
        align-items: baseline!important;
    }
    .align-items-md-stretch
    {
        align-items: stretch!important;
    }
    .align-content-md-start
    {
        align-content: flex-start!important;
    }
    .align-content-md-end
    {
        align-content: flex-end!important;
    }
    .align-content-md-center
    {
        align-content: center!important;
    }
    .align-content-md-between
    {
        align-content: space-between!important;
    }
    .align-content-md-around
    {
        align-content: space-around!important;
    }
    .align-content-md-stretch
    {
        align-content: stretch!important;
    }
    .align-self-md-auto
    {
        align-self: auto!important;
    }
    .align-self-md-start
    {
        align-self: flex-start!important;
    }
    .align-self-md-end
    {
        align-self: flex-end!important;
    }
    .align-self-md-center
    {
        align-self: center!important;
    }
    .align-self-md-baseline
    {
        align-self: baseline!important;
    }
    .align-self-md-stretch
    {
        align-self: stretch!important;
    }
    .order-md-first
    {
        order: -1!important;
    }
    .order-md-0
    {
        order: 0!important;
    }
    .order-md-1
    {
        order: 1!important;
    }
    .order-md-2
    {
        order: 2!important;
    }
    .order-md-3
    {
        order: 3!important;
    }
    .order-md-4
    {
        order: 4!important;
    }
    .order-md-5
    {
        order: 5!important;
    }
    .order-md-last
    {
        order: 6!important;
    }
    .m-md-0
    {
        margin: 0!important;
    }
    .m-md-1
    {
        margin: .25rem!important;
    }
    .m-md-2
    {
        margin: .5rem!important;
    }
    .m-md-3
    {
        margin: 1rem!important;
    }
    .m-md-4
    {
        margin: 1.5rem!important;
    }
    .m-md-5
    {
        margin: 3rem!important;
    }
    .m-md-auto
    {
        margin: auto!important;
    }
    .mx-md-0
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mx-md-1
    {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .mx-md-2
    {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }
    .mx-md-3
    {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
    .mx-md-4
    {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
    .mx-md-5
    {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }
    .mx-md-auto
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .my-md-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .my-md-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .my-md-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .my-md-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-md-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .my-md-5
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .my-md-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .mt-md-0
    {
        margin-top: 0!important;
    }
    .mt-md-1
    {
        margin-top: .25rem!important;
    }
    .mt-md-2
    {
        margin-top: .5rem!important;
    }
    .mt-md-3
    {
        margin-top: 1rem!important;
    }
    .mt-md-4
    {
        margin-top: 1.5rem!important;
    }
    .mt-md-5
    {
        margin-top: 3rem!important;
    }
    .mt-md-auto
    {
        margin-top: auto!important;
    }
    .me-md-0
    {
        margin-right: 0!important;
    }
    .me-md-1
    {
        margin-right: .25rem!important;
    }
    .me-md-2
    {
        margin-right: .5rem!important;
    }
    .me-md-3
    {
        margin-right: 1rem!important;
    }
    .me-md-4
    {
        margin-right: 1.5rem!important;
    }
    .me-md-5
    {
        margin-right: 3rem!important;
    }
    .me-md-auto
    {
        margin-right: auto!important;
    }
    .mb-md-0
    {
        margin-bottom: 0!important;
    }
    .mb-md-1
    {
        margin-bottom: .25rem!important;
    }
    .mb-md-2
    {
        margin-bottom: .5rem!important;
    }
    .mb-md-3
    {
        margin-bottom: 1rem!important;
    }
    .mb-md-4
    {
        margin-bottom: 1.5rem!important;
    }
    .mb-md-5
    {
        margin-bottom: 3rem!important;
    }
    .mb-md-auto
    {
        margin-bottom: auto!important;
    }
    .ms-md-0
    {
        margin-left: 0!important;
    }
    .ms-md-1
    {
        margin-left: .25rem!important;
    }
    .ms-md-2
    {
        margin-left: .5rem!important;
    }
    .ms-md-3
    {
        margin-left: 1rem!important;
    }
    .ms-md-4
    {
        margin-left: 1.5rem!important;
    }
    .ms-md-5
    {
        margin-left: 3rem!important;
    }
    .ms-md-auto
    {
        margin-left: auto!important;
    }
    .p-md-0
    {
        padding: 0!important;
    }
    .p-md-1
    {
        padding: .25rem!important;
    }
    .p-md-2
    {
        padding: .5rem!important;
    }
    .p-md-3
    {
        padding: 1rem!important;
    }
    .p-md-4
    {
        padding: 1.5rem!important;
    }
    .p-md-5
    {
        padding: 3rem!important;
    }
    .px-md-0
    {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .px-md-1
    {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
    .px-md-2
    {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .px-md-3
    {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .px-md-4
    {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .px-md-5
    {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .py-md-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .py-md-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .py-md-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .py-md-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .py-md-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-md-5
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .pt-md-0
    {
        padding-top: 0!important;
    }
    .pt-md-1
    {
        padding-top: .25rem!important;
    }
    .pt-md-2
    {
        padding-top: .5rem!important;
    }
    .pt-md-3
    {
        padding-top: 1rem!important;
    }
    .pt-md-4
    {
        padding-top: 1.5rem!important;
    }
    .pt-md-5
    {
        padding-top: 3rem!important;
    }
    .pe-md-0
    {
        padding-right: 0!important;
    }
    .pe-md-1
    {
        padding-right: .25rem!important;
    }
    .pe-md-2
    {
        padding-right: .5rem!important;
    }
    .pe-md-3
    {
        padding-right: 1rem!important;
    }
    .pe-md-4
    {
        padding-right: 1.5rem!important;
    }
    .pe-md-5
    {
        padding-right: 3rem!important;
    }
    .pb-md-0
    {
        padding-bottom: 0!important;
    }
    .pb-md-1
    {
        padding-bottom: .25rem!important;
    }
    .pb-md-2
    {
        padding-bottom: .5rem!important;
    }
    .pb-md-3
    {
        padding-bottom: 1rem!important;
    }
    .pb-md-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pb-md-5
    {
        padding-bottom: 3rem!important;
    }
    .ps-md-0
    {
        padding-left: 0!important;
    }
    .ps-md-1
    {
        padding-left: .25rem!important;
    }
    .ps-md-2
    {
        padding-left: .5rem!important;
    }
    .ps-md-3
    {
        padding-left: 1rem!important;
    }
    .ps-md-4
    {
        padding-left: 1.5rem!important;
    }
    .ps-md-5
    {
        padding-left: 3rem!important;
    }
    .gap-md-0
    {
        gap: 0!important;
    }
    .gap-md-1
    {
        gap: .25rem!important;
    }
    .gap-md-2
    {
        gap: .5rem!important;
    }
    .gap-md-3
    {
        gap: 1rem!important;
    }
    .gap-md-4
    {
        gap: 1.5rem!important;
    }
    .gap-md-5
    {
        gap: 3rem!important;
    }
    .text-md-start
    {
        text-align: left!important;
    }
    .text-md-end
    {
        text-align: right!important;
    }
    .text-md-center
    {
        text-align: center!important;
    }
}
@media(min-width: 992px)
{
    .float-lg-start
    {
        float: left!important;
    }
    .float-lg-end
    {
        float: right!important;
    }
    .float-lg-none
    {
        float: none!important;
    }
    .d-lg-inline
    {
        display: inline!important;
    }
    .d-lg-inline-block
    {
        display: inline-block!important;
    }
    .d-lg-block
    {
        display: block!important;
    }
    .d-lg-grid
    {
        display: grid!important;
    }
    .d-lg-table
    {
        display: table!important;
    }
    .d-lg-table-row
    {
        display: table-row!important;
    }
    .d-lg-table-cell
    {
        display: table-cell!important;
    }
    .d-lg-flex
    {
        display: flex!important;
    }
    .d-lg-inline-flex
    {
        display: inline-flex!important;
    }
    .d-lg-none
    {
        display: none!important;
    }
    .flex-lg-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-lg-row
    {
        flex-direction: row!important;
    }
    .flex-lg-column
    {
        flex-direction: column!important;
    }
    .flex-lg-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-lg-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-lg-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-lg-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-lg-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-lg-shrink-1
    {
        flex-shrink: 1!important;
    }
    .flex-lg-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-lg-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-lg-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .justify-content-lg-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-lg-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-lg-center
    {
        justify-content: center!important;
    }
    .justify-content-lg-between
    {
        justify-content: space-between!important;
    }
    .justify-content-lg-around
    {
        justify-content: space-around!important;
    }
    .justify-content-lg-evenly
    {
        justify-content: space-evenly!important;
    }
    .align-items-lg-start
    {
        align-items: flex-start!important;
    }
    .align-items-lg-end
    {
        align-items: flex-end!important;
    }
    .align-items-lg-center
    {
        align-items: center!important;
    }
    .align-items-lg-baseline
    {
        align-items: baseline!important;
    }
    .align-items-lg-stretch
    {
        align-items: stretch!important;
    }
    .align-content-lg-start
    {
        align-content: flex-start!important;
    }
    .align-content-lg-end
    {
        align-content: flex-end!important;
    }
    .align-content-lg-center
    {
        align-content: center!important;
    }
    .align-content-lg-between
    {
        align-content: space-between!important;
    }
    .align-content-lg-around
    {
        align-content: space-around!important;
    }
    .align-content-lg-stretch
    {
        align-content: stretch!important;
    }
    .align-self-lg-auto
    {
        align-self: auto!important;
    }
    .align-self-lg-start
    {
        align-self: flex-start!important;
    }
    .align-self-lg-end
    {
        align-self: flex-end!important;
    }
    .align-self-lg-center
    {
        align-self: center!important;
    }
    .align-self-lg-baseline
    {
        align-self: baseline!important;
    }
    .align-self-lg-stretch
    {
        align-self: stretch!important;
    }
    .order-lg-first
    {
        order: -1!important;
    }
    .order-lg-0
    {
        order: 0!important;
    }
    .order-lg-1
    {
        order: 1!important;
    }
    .order-lg-2
    {
        order: 2!important;
    }
    .order-lg-3
    {
        order: 3!important;
    }
    .order-lg-4
    {
        order: 4!important;
    }
    .order-lg-5
    {
        order: 5!important;
    }
    .order-lg-last
    {
        order: 6!important;
    }
    .m-lg-0
    {
        margin: 0!important;
    }
    .m-lg-1
    {
        margin: .25rem!important;
    }
    .m-lg-2
    {
        margin: .5rem!important;
    }
    .m-lg-3
    {
        margin: 1rem!important;
    }
    .m-lg-4
    {
        margin: 1.5rem!important;
    }
    .m-lg-5
    {
        margin: 3rem!important;
    }
    .m-lg-auto
    {
        margin: auto!important;
    }
    .mx-lg-0
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mx-lg-1
    {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .mx-lg-2
    {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }
    .mx-lg-3
    {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
    .mx-lg-4
    {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
    .mx-lg-5
    {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }
    .mx-lg-auto
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .my-lg-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .my-lg-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .my-lg-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .my-lg-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-lg-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .my-lg-5
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .my-lg-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .mt-lg-0
    {
        margin-top: 0!important;
    }
    .mt-lg-1
    {
        margin-top: .25rem!important;
    }
    .mt-lg-2
    {
        margin-top: .5rem!important;
    }
    .mt-lg-3
    {
        margin-top: 1rem!important;
    }
    .mt-lg-4
    {
        margin-top: 1.5rem!important;
    }
    .mt-lg-5
    {
        margin-top: 3rem!important;
    }
    .mt-lg-auto
    {
        margin-top: auto!important;
    }
    .me-lg-0
    {
        margin-right: 0!important;
    }
    .me-lg-1
    {
        margin-right: .25rem!important;
    }
    .me-lg-2
    {
        margin-right: .5rem!important;
    }
    .me-lg-3
    {
        margin-right: 1rem!important;
    }
    .me-lg-4
    {
        margin-right: 1.5rem!important;
    }
    .me-lg-5
    {
        margin-right: 3rem!important;
    }
    .me-lg-auto
    {
        margin-right: auto!important;
    }
    .mb-lg-0
    {
        margin-bottom: 0!important;
    }
    .mb-lg-1
    {
        margin-bottom: .25rem!important;
    }
    .mb-lg-2
    {
        margin-bottom: .5rem!important;
    }
    .mb-lg-3
    {
        margin-bottom: 1rem!important;
    }
    .mb-lg-4
    {
        margin-bottom: 1.5rem!important;
    }
    .mb-lg-5
    {
        margin-bottom: 3rem!important;
    }
    .mb-lg-auto
    {
        margin-bottom: auto!important;
    }
    .ms-lg-0
    {
        margin-left: 0!important;
    }
    .ms-lg-1
    {
        margin-left: .25rem!important;
    }
    .ms-lg-2
    {
        margin-left: .5rem!important;
    }
    .ms-lg-3
    {
        margin-left: 1rem!important;
    }
    .ms-lg-4
    {
        margin-left: 1.5rem!important;
    }
    .ms-lg-5
    {
        margin-left: 3rem!important;
    }
    .ms-lg-auto
    {
        margin-left: auto!important;
    }
    .p-lg-0
    {
        padding: 0!important;
    }
    .p-lg-1
    {
        padding: .25rem!important;
    }
    .p-lg-2
    {
        padding: .5rem!important;
    }
    .p-lg-3
    {
        padding: 1rem!important;
    }
    .p-lg-4
    {
        padding: 1.5rem!important;
    }
    .p-lg-5
    {
        padding: 3rem!important;
    }
    .px-lg-0
    {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .px-lg-1
    {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
    .px-lg-2
    {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .px-lg-3
    {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .px-lg-4
    {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .px-lg-5
    {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .py-lg-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .py-lg-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .py-lg-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .py-lg-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .py-lg-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-lg-5
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .pt-lg-0
    {
        padding-top: 0!important;
    }
    .pt-lg-1
    {
        padding-top: .25rem!important;
    }
    .pt-lg-2
    {
        padding-top: .5rem!important;
    }
    .pt-lg-3
    {
        padding-top: 1rem!important;
    }
    .pt-lg-4
    {
        padding-top: 1.5rem!important;
    }
    .pt-lg-5
    {
        padding-top: 3rem!important;
    }
    .pe-lg-0
    {
        padding-right: 0!important;
    }
    .pe-lg-1
    {
        padding-right: .25rem!important;
    }
    .pe-lg-2
    {
        padding-right: .5rem!important;
    }
    .pe-lg-3
    {
        padding-right: 1rem!important;
    }
    .pe-lg-4
    {
        padding-right: 1.5rem!important;
    }
    .pe-lg-5
    {
        padding-right: 3rem!important;
    }
    .pb-lg-0
    {
        padding-bottom: 0!important;
    }
    .pb-lg-1
    {
        padding-bottom: .25rem!important;
    }
    .pb-lg-2
    {
        padding-bottom: .5rem!important;
    }
    .pb-lg-3
    {
        padding-bottom: 1rem!important;
    }
    .pb-lg-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pb-lg-5
    {
        padding-bottom: 3rem!important;
    }
    .ps-lg-0
    {
        padding-left: 0!important;
    }
    .ps-lg-1
    {
        padding-left: .25rem!important;
    }
    .ps-lg-2
    {
        padding-left: .5rem!important;
    }
    .ps-lg-3
    {
        padding-left: 1rem!important;
    }
    .ps-lg-4
    {
        padding-left: 1.5rem!important;
    }
    .ps-lg-5
    {
        padding-left: 3rem!important;
    }
    .gap-lg-0
    {
        gap: 0!important;
    }
    .gap-lg-1
    {
        gap: .25rem!important;
    }
    .gap-lg-2
    {
        gap: .5rem!important;
    }
    .gap-lg-3
    {
        gap: 1rem!important;
    }
    .gap-lg-4
    {
        gap: 1.5rem!important;
    }
    .gap-lg-5
    {
        gap: 3rem!important;
    }
    .text-lg-start
    {
        text-align: left!important;
    }
    .text-lg-end
    {
        text-align: right!important;
    }
    .text-lg-center
    {
        text-align: center!important;
    }
}
@media(min-width: 1200px)
{
    .float-xl-start
    {
        float: left!important;
    }
    .float-xl-end
    {
        float: right!important;
    }
    .float-xl-none
    {
        float: none!important;
    }
    .d-xl-inline
    {
        display: inline!important;
    }
    .d-xl-inline-block
    {
        display: inline-block!important;
    }
    .d-xl-block
    {
        display: block!important;
    }
    .d-xl-grid
    {
        display: grid!important;
    }
    .d-xl-table
    {
        display: table!important;
    }
    .d-xl-table-row
    {
        display: table-row!important;
    }
    .d-xl-table-cell
    {
        display: table-cell!important;
    }
    .d-xl-flex
    {
        display: flex!important;
    }
    .d-xl-inline-flex
    {
        display: inline-flex!important;
    }
    .d-xl-none
    {
        display: none!important;
    }
    .flex-xl-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-xl-row
    {
        flex-direction: row!important;
    }
    .flex-xl-column
    {
        flex-direction: column!important;
    }
    .flex-xl-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-xl-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-xl-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-xl-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-xl-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-xl-shrink-1
    {
        flex-shrink: 1!important;
    }
    .flex-xl-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-xl-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-xl-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .justify-content-xl-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-xl-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-xl-center
    {
        justify-content: center!important;
    }
    .justify-content-xl-between
    {
        justify-content: space-between!important;
    }
    .justify-content-xl-around
    {
        justify-content: space-around!important;
    }
    .justify-content-xl-evenly
    {
        justify-content: space-evenly!important;
    }
    .align-items-xl-start
    {
        align-items: flex-start!important;
    }
    .align-items-xl-end
    {
        align-items: flex-end!important;
    }
    .align-items-xl-center
    {
        align-items: center!important;
    }
    .align-items-xl-baseline
    {
        align-items: baseline!important;
    }
    .align-items-xl-stretch
    {
        align-items: stretch!important;
    }
    .align-content-xl-start
    {
        align-content: flex-start!important;
    }
    .align-content-xl-end
    {
        align-content: flex-end!important;
    }
    .align-content-xl-center
    {
        align-content: center!important;
    }
    .align-content-xl-between
    {
        align-content: space-between!important;
    }
    .align-content-xl-around
    {
        align-content: space-around!important;
    }
    .align-content-xl-stretch
    {
        align-content: stretch!important;
    }
    .align-self-xl-auto
    {
        align-self: auto!important;
    }
    .align-self-xl-start
    {
        align-self: flex-start!important;
    }
    .align-self-xl-end
    {
        align-self: flex-end!important;
    }
    .align-self-xl-center
    {
        align-self: center!important;
    }
    .align-self-xl-baseline
    {
        align-self: baseline!important;
    }
    .align-self-xl-stretch
    {
        align-self: stretch!important;
    }
    .order-xl-first
    {
        order: -1!important;
    }
    .order-xl-0
    {
        order: 0!important;
    }
    .order-xl-1
    {
        order: 1!important;
    }
    .order-xl-2
    {
        order: 2!important;
    }
    .order-xl-3
    {
        order: 3!important;
    }
    .order-xl-4
    {
        order: 4!important;
    }
    .order-xl-5
    {
        order: 5!important;
    }
    .order-xl-last
    {
        order: 6!important;
    }
    .m-xl-0
    {
        margin: 0!important;
    }
    .m-xl-1
    {
        margin: .25rem!important;
    }
    .m-xl-2
    {
        margin: .5rem!important;
    }
    .m-xl-3
    {
        margin: 1rem!important;
    }
    .m-xl-4
    {
        margin: 1.5rem!important;
    }
    .m-xl-5
    {
        margin: 3rem!important;
    }
    .m-xl-auto
    {
        margin: auto!important;
    }
    .mx-xl-0
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mx-xl-1
    {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .mx-xl-2
    {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }
    .mx-xl-3
    {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
    .mx-xl-4
    {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
    .mx-xl-5
    {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }
    .mx-xl-auto
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .my-xl-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .my-xl-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .my-xl-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .my-xl-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-xl-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .my-xl-5
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .my-xl-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .mt-xl-0
    {
        margin-top: 0!important;
    }
    .mt-xl-1
    {
        margin-top: .25rem!important;
    }
    .mt-xl-2
    {
        margin-top: .5rem!important;
    }
    .mt-xl-3
    {
        margin-top: 1rem!important;
    }
    .mt-xl-4
    {
        margin-top: 1.5rem!important;
    }
    .mt-xl-5
    {
        margin-top: 3rem!important;
    }
    .mt-xl-auto
    {
        margin-top: auto!important;
    }
    .me-xl-0
    {
        margin-right: 0!important;
    }
    .me-xl-1
    {
        margin-right: .25rem!important;
    }
    .me-xl-2
    {
        margin-right: .5rem!important;
    }
    .me-xl-3
    {
        margin-right: 1rem!important;
    }
    .me-xl-4
    {
        margin-right: 1.5rem!important;
    }
    .me-xl-5
    {
        margin-right: 3rem!important;
    }
    .me-xl-auto
    {
        margin-right: auto!important;
    }
    .mb-xl-0
    {
        margin-bottom: 0!important;
    }
    .mb-xl-1
    {
        margin-bottom: .25rem!important;
    }
    .mb-xl-2
    {
        margin-bottom: .5rem!important;
    }
    .mb-xl-3
    {
        margin-bottom: 1rem!important;
    }
    .mb-xl-4
    {
        margin-bottom: 1.5rem!important;
    }
    .mb-xl-5
    {
        margin-bottom: 3rem!important;
    }
    .mb-xl-auto
    {
        margin-bottom: auto!important;
    }
    .ms-xl-0
    {
        margin-left: 0!important;
    }
    .ms-xl-1
    {
        margin-left: .25rem!important;
    }
    .ms-xl-2
    {
        margin-left: .5rem!important;
    }
    .ms-xl-3
    {
        margin-left: 1rem!important;
    }
    .ms-xl-4
    {
        margin-left: 1.5rem!important;
    }
    .ms-xl-5
    {
        margin-left: 3rem!important;
    }
    .ms-xl-auto
    {
        margin-left: auto!important;
    }
    .p-xl-0
    {
        padding: 0!important;
    }
    .p-xl-1
    {
        padding: .25rem!important;
    }
    .p-xl-2
    {
        padding: .5rem!important;
    }
    .p-xl-3
    {
        padding: 1rem!important;
    }
    .p-xl-4
    {
        padding: 1.5rem!important;
    }
    .p-xl-5
    {
        padding: 3rem!important;
    }
    .px-xl-0
    {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .px-xl-1
    {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
    .px-xl-2
    {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .px-xl-3
    {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .px-xl-4
    {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .px-xl-5
    {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .py-xl-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .py-xl-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .py-xl-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .py-xl-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .py-xl-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-xl-5
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .pt-xl-0
    {
        padding-top: 0!important;
    }
    .pt-xl-1
    {
        padding-top: .25rem!important;
    }
    .pt-xl-2
    {
        padding-top: .5rem!important;
    }
    .pt-xl-3
    {
        padding-top: 1rem!important;
    }
    .pt-xl-4
    {
        padding-top: 1.5rem!important;
    }
    .pt-xl-5
    {
        padding-top: 3rem!important;
    }
    .pe-xl-0
    {
        padding-right: 0!important;
    }
    .pe-xl-1
    {
        padding-right: .25rem!important;
    }
    .pe-xl-2
    {
        padding-right: .5rem!important;
    }
    .pe-xl-3
    {
        padding-right: 1rem!important;
    }
    .pe-xl-4
    {
        padding-right: 1.5rem!important;
    }
    .pe-xl-5
    {
        padding-right: 3rem!important;
    }
    .pb-xl-0
    {
        padding-bottom: 0!important;
    }
    .pb-xl-1
    {
        padding-bottom: .25rem!important;
    }
    .pb-xl-2
    {
        padding-bottom: .5rem!important;
    }
    .pb-xl-3
    {
        padding-bottom: 1rem!important;
    }
    .pb-xl-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pb-xl-5
    {
        padding-bottom: 3rem!important;
    }
    .ps-xl-0
    {
        padding-left: 0!important;
    }
    .ps-xl-1
    {
        padding-left: .25rem!important;
    }
    .ps-xl-2
    {
        padding-left: .5rem!important;
    }
    .ps-xl-3
    {
        padding-left: 1rem!important;
    }
    .ps-xl-4
    {
        padding-left: 1.5rem!important;
    }
    .ps-xl-5
    {
        padding-left: 3rem!important;
    }
    .gap-xl-0
    {
        gap: 0!important;
    }
    .gap-xl-1
    {
        gap: .25rem!important;
    }
    .gap-xl-2
    {
        gap: .5rem!important;
    }
    .gap-xl-3
    {
        gap: 1rem!important;
    }
    .gap-xl-4
    {
        gap: 1.5rem!important;
    }
    .gap-xl-5
    {
        gap: 3rem!important;
    }
    .text-xl-start
    {
        text-align: left!important;
    }
    .text-xl-end
    {
        text-align: right!important;
    }
    .text-xl-center
    {
        text-align: center!important;
    }
}
@media(min-width: 1400px)
{
    .float-xxl-start
    {
        float: left!important;
    }
    .float-xxl-end
    {
        float: right!important;
    }
    .float-xxl-none
    {
        float: none!important;
    }
    .d-xxl-inline
    {
        display: inline!important;
    }
    .d-xxl-inline-block
    {
        display: inline-block!important;
    }
    .d-xxl-block
    {
        display: block!important;
    }
    .d-xxl-grid
    {
        display: grid!important;
    }
    .d-xxl-table
    {
        display: table!important;
    }
    .d-xxl-table-row
    {
        display: table-row!important;
    }
    .d-xxl-table-cell
    {
        display: table-cell!important;
    }
    .d-xxl-flex
    {
        display: flex!important;
    }
    .d-xxl-inline-flex
    {
        display: inline-flex!important;
    }
    .d-xxl-none
    {
        display: none!important;
    }
    .flex-xxl-fill
    {
        flex: 1 1 auto!important;
    }
    .flex-xxl-row
    {
        flex-direction: row!important;
    }
    .flex-xxl-column
    {
        flex-direction: column!important;
    }
    .flex-xxl-row-reverse
    {
        flex-direction: row-reverse!important;
    }
    .flex-xxl-column-reverse
    {
        flex-direction: column-reverse!important;
    }
    .flex-xxl-grow-0
    {
        flex-grow: 0!important;
    }
    .flex-xxl-grow-1
    {
        flex-grow: 1!important;
    }
    .flex-xxl-shrink-0
    {
        flex-shrink: 0!important;
    }
    .flex-xxl-shrink-1
    {
        flex-shrink: 1!important;
    }
    .flex-xxl-wrap
    {
        flex-wrap: wrap!important;
    }
    .flex-xxl-nowrap
    {
        flex-wrap: nowrap!important;
    }
    .flex-xxl-wrap-reverse
    {
        flex-wrap: wrap-reverse!important;
    }
    .justify-content-xxl-start
    {
        justify-content: flex-start!important;
    }
    .justify-content-xxl-end
    {
        justify-content: flex-end!important;
    }
    .justify-content-xxl-center
    {
        justify-content: center!important;
    }
    .justify-content-xxl-between
    {
        justify-content: space-between!important;
    }
    .justify-content-xxl-around
    {
        justify-content: space-around!important;
    }
    .justify-content-xxl-evenly
    {
        justify-content: space-evenly!important;
    }
    .align-items-xxl-start
    {
        align-items: flex-start!important;
    }
    .align-items-xxl-end
    {
        align-items: flex-end!important;
    }
    .align-items-xxl-center
    {
        align-items: center!important;
    }
    .align-items-xxl-baseline
    {
        align-items: baseline!important;
    }
    .align-items-xxl-stretch
    {
        align-items: stretch!important;
    }
    .align-content-xxl-start
    {
        align-content: flex-start!important;
    }
    .align-content-xxl-end
    {
        align-content: flex-end!important;
    }
    .align-content-xxl-center
    {
        align-content: center!important;
    }
    .align-content-xxl-between
    {
        align-content: space-between!important;
    }
    .align-content-xxl-around
    {
        align-content: space-around!important;
    }
    .align-content-xxl-stretch
    {
        align-content: stretch!important;
    }
    .align-self-xxl-auto
    {
        align-self: auto!important;
    }
    .align-self-xxl-start
    {
        align-self: flex-start!important;
    }
    .align-self-xxl-end
    {
        align-self: flex-end!important;
    }
    .align-self-xxl-center
    {
        align-self: center!important;
    }
    .align-self-xxl-baseline
    {
        align-self: baseline!important;
    }
    .align-self-xxl-stretch
    {
        align-self: stretch!important;
    }
    .order-xxl-first
    {
        order: -1!important;
    }
    .order-xxl-0
    {
        order: 0!important;
    }
    .order-xxl-1
    {
        order: 1!important;
    }
    .order-xxl-2
    {
        order: 2!important;
    }
    .order-xxl-3
    {
        order: 3!important;
    }
    .order-xxl-4
    {
        order: 4!important;
    }
    .order-xxl-5
    {
        order: 5!important;
    }
    .order-xxl-last
    {
        order: 6!important;
    }
    .m-xxl-0
    {
        margin: 0!important;
    }
    .m-xxl-1
    {
        margin: .25rem!important;
    }
    .m-xxl-2
    {
        margin: .5rem!important;
    }
    .m-xxl-3
    {
        margin: 1rem!important;
    }
    .m-xxl-4
    {
        margin: 1.5rem!important;
    }
    .m-xxl-5
    {
        margin: 3rem!important;
    }
    .m-xxl-auto
    {
        margin: auto!important;
    }
    .mx-xxl-0
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .mx-xxl-1
    {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }
    .mx-xxl-2
    {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }
    .mx-xxl-3
    {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }
    .mx-xxl-4
    {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
    .mx-xxl-5
    {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }
    .mx-xxl-auto
    {
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .my-xxl-0
    {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .my-xxl-1
    {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }
    .my-xxl-2
    {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }
    .my-xxl-3
    {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }
    .my-xxl-4
    {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }
    .my-xxl-5
    {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }
    .my-xxl-auto
    {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }
    .mt-xxl-0
    {
        margin-top: 0!important;
    }
    .mt-xxl-1
    {
        margin-top: .25rem!important;
    }
    .mt-xxl-2
    {
        margin-top: .5rem!important;
    }
    .mt-xxl-3
    {
        margin-top: 1rem!important;
    }
    .mt-xxl-4
    {
        margin-top: 1.5rem!important;
    }
    .mt-xxl-5
    {
        margin-top: 3rem!important;
    }
    .mt-xxl-auto
    {
        margin-top: auto!important;
    }
    .me-xxl-0
    {
        margin-right: 0!important;
    }
    .me-xxl-1
    {
        margin-right: .25rem!important;
    }
    .me-xxl-2
    {
        margin-right: .5rem!important;
    }
    .me-xxl-3
    {
        margin-right: 1rem!important;
    }
    .me-xxl-4
    {
        margin-right: 1.5rem!important;
    }
    .me-xxl-5
    {
        margin-right: 3rem!important;
    }
    .me-xxl-auto
    {
        margin-right: auto!important;
    }
    .mb-xxl-0
    {
        margin-bottom: 0!important;
    }
    .mb-xxl-1
    {
        margin-bottom: .25rem!important;
    }
    .mb-xxl-2
    {
        margin-bottom: .5rem!important;
    }
    .mb-xxl-3
    {
        margin-bottom: 1rem!important;
    }
    .mb-xxl-4
    {
        margin-bottom: 1.5rem!important;
    }
    .mb-xxl-5
    {
        margin-bottom: 3rem!important;
    }
    .mb-xxl-auto
    {
        margin-bottom: auto!important;
    }
    .ms-xxl-0
    {
        margin-left: 0!important;
    }
    .ms-xxl-1
    {
        margin-left: .25rem!important;
    }
    .ms-xxl-2
    {
        margin-left: .5rem!important;
    }
    .ms-xxl-3
    {
        margin-left: 1rem!important;
    }
    .ms-xxl-4
    {
        margin-left: 1.5rem!important;
    }
    .ms-xxl-5
    {
        margin-left: 3rem!important;
    }
    .ms-xxl-auto
    {
        margin-left: auto!important;
    }
    .p-xxl-0
    {
        padding: 0!important;
    }
    .p-xxl-1
    {
        padding: .25rem!important;
    }
    .p-xxl-2
    {
        padding: .5rem!important;
    }
    .p-xxl-3
    {
        padding: 1rem!important;
    }
    .p-xxl-4
    {
        padding: 1.5rem!important;
    }
    .p-xxl-5
    {
        padding: 3rem!important;
    }
    .px-xxl-0
    {
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .px-xxl-1
    {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }
    .px-xxl-2
    {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }
    .px-xxl-3
    {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }
    .px-xxl-4
    {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }
    .px-xxl-5
    {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }
    .py-xxl-0
    {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .py-xxl-1
    {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }
    .py-xxl-2
    {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }
    .py-xxl-3
    {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
    .py-xxl-4
    {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }
    .py-xxl-5
    {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }
    .pt-xxl-0
    {
        padding-top: 0!important;
    }
    .pt-xxl-1
    {
        padding-top: .25rem!important;
    }
    .pt-xxl-2
    {
        padding-top: .5rem!important;
    }
    .pt-xxl-3
    {
        padding-top: 1rem!important;
    }
    .pt-xxl-4
    {
        padding-top: 1.5rem!important;
    }
    .pt-xxl-5
    {
        padding-top: 3rem!important;
    }
    .pe-xxl-0
    {
        padding-right: 0!important;
    }
    .pe-xxl-1
    {
        padding-right: .25rem!important;
    }
    .pe-xxl-2
    {
        padding-right: .5rem!important;
    }
    .pe-xxl-3
    {
        padding-right: 1rem!important;
    }
    .pe-xxl-4
    {
        padding-right: 1.5rem!important;
    }
    .pe-xxl-5
    {
        padding-right: 3rem!important;
    }
    .pb-xxl-0
    {
        padding-bottom: 0!important;
    }
    .pb-xxl-1
    {
        padding-bottom: .25rem!important;
    }
    .pb-xxl-2
    {
        padding-bottom: .5rem!important;
    }
    .pb-xxl-3
    {
        padding-bottom: 1rem!important;
    }
    .pb-xxl-4
    {
        padding-bottom: 1.5rem!important;
    }
    .pb-xxl-5
    {
        padding-bottom: 3rem!important;
    }
    .ps-xxl-0
    {
        padding-left: 0!important;
    }
    .ps-xxl-1
    {
        padding-left: .25rem!important;
    }
    .ps-xxl-2
    {
        padding-left: .5rem!important;
    }
    .ps-xxl-3
    {
        padding-left: 1rem!important;
    }
    .ps-xxl-4
    {
        padding-left: 1.5rem!important;
    }
    .ps-xxl-5
    {
        padding-left: 3rem!important;
    }
    .gap-xxl-0
    {
        gap: 0!important;
    }
    .gap-xxl-1
    {
        gap: .25rem!important;
    }
    .gap-xxl-2
    {
        gap: .5rem!important;
    }
    .gap-xxl-3
    {
        gap: 1rem!important;
    }
    .gap-xxl-4
    {
        gap: 1.5rem!important;
    }
    .gap-xxl-5
    {
        gap: 3rem!important;
    }
    .text-xxl-start
    {
        text-align: left!important;
    }
    .text-xxl-end
    {
        text-align: right!important;
    }
    .text-xxl-center
    {
        text-align: center!important;
    }
}
@media(min-width: 1200px)
{
    .fs-1
    {
        font-size: 2.5rem!important;
    }
    .fs-2
    {
        font-size: 2rem!important;
    }
    .fs-3
    {
        font-size: 1.75rem!important;
    }
    .fs-4
    {
        font-size: 1.5rem!important;
    }
}
@media print
{
    .d-print-inline
    {
        display: inline!important;
    }
    .d-print-inline-block
    {
        display: inline-block!important;
    }
    .d-print-block
    {
        display: block!important;
    }
    .d-print-grid
    {
        display: grid!important;
    }
    .d-print-table
    {
        display: table!important;
    }
    .d-print-table-row
    {
        display: table-row!important;
    }
    .d-print-table-cell
    {
        display: table-cell!important;
    }
    .d-print-flex
    {
        display: flex!important;
    }
    .d-print-inline-flex
    {
        display: inline-flex!important;
    }
    .d-print-none
    {
        display: none!important;
    }
}
.p-float-label>label, .p-input-icon-left>i:first-of-type
{
    left: 1rem;
    color: rgba(var(--primary-color-rgb),.6);
}
.p-button, .p-component, .p-datepicker table, .p-inline-message .p-inline-message-text, .p-inputtext, .p-link, .p-terminal .p-terminal-input, .pi
{
    font-size: 1rem;
}
.p-component, .p-inputtext, .p-link, .p-terminal .p-terminal-input
{
    font-family: Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
}
:root
{
    --surface-a: #fff;
    --surface-b: #fafafa;
    --surface-c: rgba(0,0,0,.04);
    --surface-d: rgba(0,0,0,.12);
    --surface-e: #fff;
    --surface-f: #fff;
    --text-color: rgba(0,0,0,.87);
    --text-color-secondary: rgba(0,0,0,.6);
    --primary-color: var(--primary-color);
    --primary-color-text: #fff;
    --font-family: Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    --surface-0: #fff;
    --surface-50: #fafafa;
    --surface-100: #f5f5f5;
    --surface-200: #eee;
    --surface-300: #e0e0e0;
    --surface-400: #bdbdbd;
    --surface-500: #9e9e9e;
    --surface-600: #757575;
    --surface-700: #616161;
    --surface-800: #424242;
    --surface-900: #212121;
    --gray-50: #fafafa;
    --gray-100: #f5f5f5;
    --gray-200: #eee;
    --gray-300: #e0e0e0;
    --gray-400: #bdbdbd;
    --gray-500: #9e9e9e;
    --gray-600: #757575;
    --gray-700: #616161;
    --gray-800: #424242;
    --gray-900: #212121;
    --content-padding: 1rem;
    --inline-spacing: .5rem;
    --border-radius: 4px;
    --surface-ground: #fafafa;
    --surface-section: #fff;
    --surface-card: #fff;
    --surface-overlay: #fff;
    --surface-border: rgba(0,0,0,.12);
    --surface-hover: rgba(0,0,0,.04);
    --focus-ring: none;
    --maskbg: rgba(0,0,0,.32);
    color-scheme: light;
    --blue-50: #f4fafe;
    --blue-100: #cae6fc;
    --blue-200: #a0d2fa;
    --blue-300: #75bef8;
    --blue-400: #4baaf5;
    --blue-500: #2196f3;
    --blue-600: #1c80cf;
    --blue-700: #1769aa;
    --blue-800: #125386;
    --blue-900: #0d3c61;
    --green-50: #f7faf5;
    --green-100: #dbe8cf;
    --green-200: #bed6a9;
    --green-300: #a1c384;
    --green-400: #85b15e;
    --green-500: #689f38;
    --green-600: #588730;
    --green-700: #496f27;
    --green-800: #39571f;
    --green-900: #2a4016;
    --yellow-50: #fffcf5;
    --yellow-100: #fef0cd;
    --yellow-200: #fde4a5;
    --yellow-300: #fdd87d;
    --yellow-400: #fccc55;
    --yellow-500: #fbc02d;
    --yellow-600: #d5a326;
    --yellow-700: #b08620;
    --yellow-800: #8a6a19;
    --yellow-900: #644d12;
    --cyan-50: #f2fcfd;
    --cyan-100: #c2eff5;
    --cyan-200: #91e2ed;
    --cyan-300: #61d5e4;
    --cyan-400: #30c9dc;
    --cyan-500: #00bcd4;
    --cyan-600: #00a0b4;
    --cyan-700: #008494;
    --cyan-800: #006775;
    --cyan-900: #004b55;
    --pink-50: #fef4f7;
    --pink-100: #fac9da;
    --pink-200: #f69ebc;
    --pink-300: #f1749e;
    --pink-400: #ed4981;
    --pink-500: #e91e63;
    --pink-600: #c61a54;
    --pink-700: #a31545;
    --pink-800: #801136;
    --pink-900: #5d0c28;
    --indigo-50: #f6f7fc;
    --indigo-100: #d5d9ef;
    --indigo-200: #b3bae2;
    --indigo-300: #919cd5;
    --indigo-400: #707dc8;
    --indigo-500: #4e5fbb;
    --indigo-600: #42519f;
    --indigo-700: #374383;
    --indigo-800: #2b3467;
    --indigo-900: #1f264b;
    --teal-50: #f2faf9;
    --teal-100: #c2e6e2;
    --teal-200: #91d2cc;
    --teal-300: #61beb5;
    --teal-400: #30aa9f;
    --teal-500: #009688;
    --teal-600: #008074;
    --teal-700: #00695f;
    --teal-800: #00534b;
    --teal-900: #003c36;
    --orange-50: #fffaf2;
    --orange-100: #ffe6c2;
    --orange-200: #ffd391;
    --orange-300: #ffbf61;
    --orange-400: #ffac30;
    --orange-500: #ff9800;
    --orange-600: #d98100;
    --orange-700: #b36a00;
    --orange-800: #8c5400;
    --orange-900: #663d00;
    --bluegray-50: #f7f9f9;
    --bluegray-100: #d9e0e3;
    --bluegray-200: #bbc7cd;
    --bluegray-300: #9caeb7;
    --bluegray-400: #7e96a1;
    --bluegray-500: #607d8b;
    --bluegray-600: #526a76;
    --bluegray-700: #435861;
    --bluegray-800: #35454c;
    --bluegray-900: #263238;
    --purple-50: #faf4fb;
    --purple-100: #e7cbec;
    --purple-200: #d4a2dd;
    --purple-300: #c279ce;
    --purple-400: #af50bf;
    --purple-500: #9c27b0;
    --purple-600: #852196;
    --purple-700: #6d1b7b;
    --purple-800: #561561;
    --purple-900: #3e1046;
    --red-50: #fef6f5;
    --red-100: #fcd2cf;
    --red-200: #faaea9;
    --red-300: #f88a82;
    --red-400: #f6675c;
    --red-500: #f44336;
    --red-600: #cf392e;
    --red-700: #ab2f26;
    --red-800: #86251e;
    --red-900: #621b16;
    --primary-50: #f5f6fb;
    --primary-100: #d1d5ed;
    --primary-200: #acb4df;
    --primary-300: #8893d1;
    --primary-400: #6372c3;
    --primary-500: #3f51b5;
    --primary-600: #36459a;
    --primary-700: #2c397f;
    --primary-800: #232d64;
    --primary-900: #192048;
    blue-100: #cae6fc;
    blue-200: #a0d2fa;
    blue-300: #75bef8;
    blue-400: #4baaf5;
    blue-50: #f4fafe;
    blue-500: #2196f3;
    blue-600: #1c80cf;
    blue-700: #1769aa;
    blue-800: #125386;
    blue-900: #0d3c61;
    bluegray-100: #d9e0e3;
    bluegray-200: #bbc7cd;
    bluegray-300: #9caeb7;
    bluegray-400: #7e96a1;
    bluegray-50: #f7f9f9;
    bluegray-500: #607d8b;
    bluegray-600: #526a76;
    bluegray-700: #435861;
    bluegray-800: #35454c;
    bluegray-900: #263238;
    cyan-100: #c2eff5;
    cyan-200: #91e2ed;
    cyan-300: #61d5e4;
    cyan-400: #30c9dc;
    cyan-50: #f2fcfd;
    cyan-500: #00bcd4;
    cyan-600: #00a0b4;
    cyan-700: #008494;
    cyan-800: #006775;
    cyan-900: #004b55;
    green-100: #dbe8cf;
    green-200: #bed6a9;
    green-300: #a1c384;
    green-400: #85b15e;
    green-50: #f7faf5;
    green-500: #689f38;
    green-600: #588730;
    green-700: #496f27;
    green-800: #39571f;
    green-900: #2a4016;
    indigo-100: #d5d9ef;
    indigo-200: #b3bae2;
    indigo-300: #919cd5;
    indigo-400: #707dc8;
    indigo-50: #f6f7fc;
    indigo-500: #4e5fbb;
    indigo-600: #42519f;
    indigo-700: #374383;
    indigo-800: #2b3467;
    indigo-900: #1f264b;
    orange-100: #ffe6c2;
    orange-200: #ffd391;
    orange-300: #ffbf61;
    orange-400: #ffac30;
    orange-50: #fffaf2;
    orange-500: #ff9800;
    orange-600: #d98100;
    orange-700: #b36a00;
    orange-800: #8c5400;
    orange-900: #663d00;
    pink-100: #fac9da;
    pink-200: #f69ebc;
    pink-300: #f1749e;
    pink-400: #ed4981;
    pink-50: #fef4f7;
    pink-500: #e91e63;
    pink-600: #c61a54;
    pink-700: #a31545;
    pink-800: #801136;
    pink-900: #5d0c28;
    purple-100: #e7cbec;
    purple-200: #d4a2dd;
    purple-300: #c279ce;
    purple-400: #af50bf;
    purple-50: #faf4fb;
    purple-500: #9c27b0;
    purple-600: #852196;
    purple-700: #6d1b7b;
    purple-800: #561561;
    purple-900: #3e1046;
    red-100: #fcd2cf;
    red-200: #faaea9;
    red-300: #f88a82;
    red-400: #f6675c;
    red-50: #fef6f5;
    red-500: #f44336;
    red-600: #cf392e;
    red-700: #ab2f26;
    red-800: #86251e;
    red-900: #621b16;
    teal-100: #c2e6e2;
    teal-200: #91d2cc;
    teal-300: #61beb5;
    teal-400: #30aa9f;
    teal-50: #f2faf9;
    teal-500: #009688;
    teal-600: #008074;
    teal-700: #00695f;
    teal-800: #00534b;
    teal-900: #003c36;
    yellow-100: #fef0cd;
    yellow-200: #fde4a5;
    yellow-300: #fdd87d;
    yellow-400: #fccc55;
    yellow-50: #fffcf5;
    yellow-500: #fbc02d;
    yellow-600: #d5a326;
    yellow-700: #b08620;
    yellow-800: #8a6a19;
    yellow-900: #644d12;
}
.p-component
{
    font-weight: 400;
}
.p-component-overlay.p-datatable-loading-overlay, .p-dialog-mask.p-component-overlay
{
    background-color: #00000052!important;
    transition-duration: .2s;
}
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled .p-accordion-header-link>*, .p-calendar-w-btn.p-calendar-disabled, .p-component:disabled, .p-disabled, .p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled .p-panelmenu-header-link>*
{
    opacity: .38;
}
.p-dropdown .p-dropdown-label.p-placeholder, .p-dropdown .p-dropdown-trigger
{
    opacity: .65;
    color: var(--primary-color-text);
}
.p-error, .p-rating .p-rating-icon.p-rating-cancel, .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover
{
    color: #b00020;
}
.p-accordion .p-accordion-content, .p-card, .p-card .p-card-subtitle, .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right, .p-text-secondary, .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right
{
    color: var(--secondary-color-text);
}
.p-link, .p-skeleton, .p-splitbutton, .p-tag
{
    border-radius: var(--border-radius);
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus, .fc.fc-theme-standard .fc-toolbar .fc-button:focus, .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus, .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus, .fc.fc-unthemed .fc-toolbar .fc-button:focus, .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus, .p-breadcrumb ul li .p-menuitem-link:focus, .p-button:focus, .p-carousel .p-carousel-content .p-carousel-next:focus, .p-carousel .p-carousel-content .p-carousel-prev:focus, .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus, .p-chip .p-chip-remove-icon:focus, .p-column-filter-clear-button:focus, .p-column-filter-menu-button:focus, .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus, .p-contextmenu .p-menuitem-link:focus, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:focus, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:focus, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:focus, .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:focus, .p-datepicker .p-datepicker-header .p-datepicker-next:focus, .p-datepicker .p-datepicker-header .p-datepicker-prev:focus, .p-datepicker .p-timepicker button:focus, .p-datepicker table td>span:focus, .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus, .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus, .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus, .p-dialog .p-dialog-header .p-dialog-header-icon:focus, .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus, .p-inplace .p-inplace-display:focus, .p-inputswitch.p-focus .p-inputswitch-slider, .p-link:focus, .p-listbox .p-listbox-list .p-listbox-item:focus, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:focus, .p-megamenu .p-menuitem-link:focus, .p-menu .p-menuitem-link:focus, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:focus, .p-menubar .p-menuitem-link:focus, .p-message .p-message-close:focus, .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus, .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus, .p-orderlist .p-orderlist-list .p-orderlist-item:focus, .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus, .p-panel .p-panel-header .p-panel-header-icon:focus, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus, .p-panelmenu .p-panelmenu-header>a:focus, .p-picklist .p-picklist-list .p-picklist-item:focus, .p-rating .p-rating-icon:focus, .p-sidebar .p-sidebar-header .p-sidebar-close:focus, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus, .p-slider .p-slider-handle:focus, .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus, .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus, .p-tieredmenu .p-menuitem-link:focus, .p-toast .p-toast-message .p-toast-icon-close:focus, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus, .p-tree .p-tree-container .p-treenode .p-treenode-content:focus, .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:focus
{
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
.p-autocomplete-panel, .p-cascadeselect-panel, .p-colorpicker-overlay-panel, .p-column-filter-overlay, .p-datepicker:not(.p-datepicker-inline), .p-dropdown-panel, .p-dropdown:not(.p-disabled).p-focus, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options, .p-multiselect-panel, .p-password-panel, .p-scrolltop, .p-toast .p-toast-message, .p-tooltip .p-tooltip-text, .p-treeselect-panel
{
    box-shadow: 0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px rgba(var(--primary-color-rgb),.2);
}
.p-dialog-mask.p-component-overlay-enter
{
    animation: .15s forwards p-component-overlay-enter-animation;
}
.p-dialog-mask.p-component-overlay-leave
{
    animation: .15s forwards p-component-overlay-leave-animation;
}
@keyframes p-component-overlay-enter-animation
{
    0%
    {
        background-color: transparent;
    }
    to
    {
        background-color: var(--maskbg);
    }
}
@keyframes p-component-overlay-leave-animation
{
    0%
    {
        background-color: var(--maskbg);
    }
    to
    {
        background-color: transparent;
    }
}
.p-autocomplete .p-autocomplete-loader
{
    right: 1rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader
{
    right: 4rem;
}
.p-autocomplete .p-autocomplete-multiple-container, .p-chips .p-chips-multiple-container, .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label, .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label, .p-panel.p-panel-toggleable .p-panel-header
{
    padding: .5rem 1rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover, .p-calendar-w-btn:not(.p-calendar-disabled):hover, .p-cascadeselect:not(.p-disabled):hover, .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover, .p-chips .p-chips-multiple-container:not(.p-disabled):hover, .p-treeselect:not(.p-disabled):hover
{
    border-color: #000000de;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-cascadeselect:not(.p-disabled).p-focus, .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus, .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus, .p-dropdown:not(.p-disabled).p-focus, .p-multiselect:not(.p-disabled).p-focus, .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus, .p-treeselect:not(.p-disabled).p-focus
{
    border-color: var(--primary-color);
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token, .p-chips .p-chips-multiple-container .p-chips-input-token, .p-divider.p-divider-vertical .p-divider-content
{
    padding: .5rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input, .p-chips .p-chips-multiple-container .p-chips-input-token input
{
    color: #000000de;
    font-family: Roboto,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token, .p-treeselect.p-treeselect-chip .p-treeselect-token
{
    background: rgba(var(--primary-color-rgb),.2);
    border-radius: 16px;
    color: #000000de;
    margin-right: .5rem;
    padding: .5rem 1rem;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon, .p-button .p-button-icon-right, .p-button.p-button-loading-label-only .p-button-label, .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon, .p-column-filter-row .p-column-filter-clear-button, .p-column-filter-row .p-column-filter-menu-button, .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon, .p-speeddial-direction-right .p-speeddial-item:first-child
{
    margin-left: .5rem;
}
.p-autocomplete.p-invalid.p-component>.p-inputtext, .p-calendar.p-invalid.p-calendar-w-btn, .p-calendar.p-invalid.p-component>.p-inputtext, .p-cascadeselect.p-invalid.p-component, .p-checkbox.p-invalid>.p-checkbox-box, .p-chips.p-invalid.p-component>.p-inputtext, .p-dropdown.p-invalid.p-component, .p-inputnumber.p-invalid.p-component>.p-inputtext, .p-inputswitch.p-invalid, .p-inputtext.p-invalid.p-component, .p-listbox.p-invalid, .p-multiselect.p-invalid.p-component, .p-password.p-invalid.p-component>.p-inputtext, .p-radiobutton.p-invalid>.p-radiobutton-box, .p-selectbutton.p-invalid>.p-button, .p-togglebutton.p-button.p-invalid>.p-button, .p-treeselect.p-invalid.p-component
{
    border-color: #b00020;
}
.p-autocomplete-panel, .p-cascadeselect-panel, .p-confirm-popup, .p-multiselect-panel, .p-overlaypanel, .p-treeselect-panel
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
}
.p-autocomplete-panel .p-autocomplete-items, .p-cascadeselect-panel .p-cascadeselect-items, .p-column-filter-overlay .p-column-filter-row-items, .p-fieldset.p-fieldset-toggleable .p-fieldset-legend, .p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token, .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-input-token, .p-listbox .p-listbox-list, .p-multiselect-panel .p-multiselect-items
{
    padding: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item, .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item, .p-multiselect-panel .p-multiselect-items .p-multiselect-item
{
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #000000de;
    margin: 0;
    padding: 1rem;
    transition: none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover, .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover, .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover, .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover, .p-datatable .p-sortable-column.p-highlight:hover, .p-datatable .p-sortable-column:not(.p-highlight):hover, .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody>tr:not(.p-highlight):hover, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover, .p-inplace .p-inplace-display:not(.p-disabled):hover, .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover, .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover, .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover, .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover, .p-treetable .p-sortable-column:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover
{
    background: #0000000a;
    color: #000000de;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight, .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button, .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight, .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover, .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight, .p-datatable .p-datatable-tbody>tr.p-highlight, .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight, .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight, .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight, .p-datepicker table td.p-datepicker-today>span.p-highlight, .p-datepicker table td>span.p-highlight, .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button, .p-listbox .p-listbox-list .p-listbox-item.p-highlight, .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight, .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight, .p-picklist .p-picklist-list .p-picklist-item.p-highlight, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight
{
    background: rgba(var(--primary-color-rgb),.12);
    color: var(--primary-color);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group, .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group, .p-listbox .p-listbox-list .p-listbox-item-group, .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group
{
    background: #fff;
    color: #0009;
    font-weight: 400;
    margin: 0;
    padding: 1rem;
}
.p-datepicker
{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: .5rem;
}
.p-datepicker:not(.p-datepicker-inline), .p-menu.p-menu-overlay, .p-tieredmenu.p-tieredmenu-overlay
{
    background: #fff;
    border: 0;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded, .fc.fc-theme-standard .fc-view-harness .fc-view, .fc.fc-unthemed .fc-view-container .fc-view, .fc.fc-unthemed .fc-view-container th, .p-datatable .p-datatable-scrollable-footer, .p-datatable .p-datatable-scrollable-header, .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header, .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight, .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover, .p-treetable .p-treetable-scrollable-footer, .p-treetable .p-treetable-scrollable-header
{
    background: #fff;
}
.p-datepicker .p-datepicker-header
{
    background: #fff;
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.2);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #000000de;
    font-weight: 500;
    margin: 0;
    padding: .5rem;
}
.p-column-filter-clear-button, .p-column-filter-menu-button, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save, .p-datatable .p-datatable-tbody>tr>td .p-row-toggler, .p-datepicker .p-datepicker-header .p-datepicker-next, .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-timepicker button, .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: #0009;
    height: 2.5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover, .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-column-filter-clear-button:hover, .p-column-filter-menu-button:hover, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-cancel:enabled:hover, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody>tr>td .p-row-toggler:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-timepicker button:enabled:hover, .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover, .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover, .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler:enabled:hover
{
    background: #0000000a;
    border-color: transparent;
    color: #0009;
}
.p-datepicker .p-datepicker-header .p-datepicker-title
{
    line-height: 2.5rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year
{
    color: #000000de;
    font-weight: 500;
    padding: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main, .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler, .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n).p-highlight .p-row-toggler:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-float-label .p-inputwrapper-focus~label, .p-float-label input:focus~label, .p-rating .p-rating-icon.pi-star-fill, .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover, .p-splitbutton.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover, .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler, .p-treetable .p-treetable-tbody>tr.p-highlight .p-treetable-toggler:hover
{
    color: var(--primary-color);
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon, .p-button .p-button-icon-left, .p-chip .p-chip-icon, .p-datatable .p-datatable-tbody>tr>td .p-row-editor-save, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month, .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler, .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator, .p-multiselect-panel .p-multiselect-header .p-checkbox, .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon, .p-panelmenu .p-panelmenu-header>a .p-menuitem-icon, .p-panelmenu .p-panelmenu-header>a .p-panelmenu-icon, .p-speeddial-direction-left .p-speeddial-item:first-child, .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox, .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox
{
    margin-right: .5rem;
}
.p-datepicker .p-monthpicker, .p-datepicker .p-yearpicker, .p-datepicker table
{
    margin: .5rem 0;
}
.p-datatable.p-datatable-sm .p-datatable-footer, .p-datatable.p-datatable-sm .p-datatable-header, .p-datatable.p-datatable-sm .p-datatable-tbody>tr>td, .p-datatable.p-datatable-sm .p-datatable-tfoot>tr>td, .p-datatable.p-datatable-sm .p-datatable-thead>tr>th, .p-datepicker table td, .p-datepicker table th, .p-dock .p-dock-item, .p-treetable.p-treetable-sm .p-treetable-footer, .p-treetable.p-treetable-sm .p-treetable-tbody>tr>td, .p-treetable.p-treetable-sm .p-treetable-tfoot>tr>td, .p-treetable.p-treetable-sm .p-treetable-thead>tr>th
{
    padding: .5rem;
}
.p-datepicker table th>span
{
    height: 2.5rem;
    width: 2.5rem;
}
.p-datepicker table td>span
{
    border: 1px solid transparent;
    border-radius: 50%;
    height: 2.5rem;
    transition: none;
    width: 2.5rem;
}
.p-datepicker table td.p-datepicker-today>span
{
    background: #fff;
    border-color: #000;
    color: #000000de;
    box-shadow: 0 0 0 1px #00000061;
}
.p-datepicker .p-datepicker-buttonbar
{
    border-top: 1px solid rgba(var(--primary-color-rgb),.2);
    padding: 1rem 0;
}
.p-datepicker .p-datepicker-buttonbar .p-button, .p-dialog .p-dialog-footer button, .p-fluid .p-inputgroup .p-button
{
    width: auto;
}
.p-datepicker .p-timepicker
{
    border-top: 1px solid rgba(var(--primary-color-rgb),.2);
    padding: .5rem;
}
.p-datepicker .p-timepicker button:last-child
{
    margin-top: .2em;
}
.p-button.p-button-lg .p-button-icon, .p-datepicker .p-timepicker span, .p-panel .p-panel-title, .p-splitbutton.p-button-lg>.p-button .p-button-icon
{
    font-size: 1.25rem;
}
.p-datepicker .p-timepicker>div, .p-divider.p-divider-horizontal .p-divider-content
{
    padding: 0 .5rem;
}
.p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header .p-accordion-header-link, .p-accordion .p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion.p-accordion-tab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link, .p-datepicker.p-datepicker-timeonly .p-timepicker, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover>a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover>a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header>a
{
    border-top: 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month, .p-datepicker .p-yearpicker .p-yearpicker-year, .p-tree .p-tree-container .p-treenode .p-treenode-content
{
    border-radius: var(--border-radius);
    padding: .5rem;
    transition: none;
}
.fc.fc-theme-standard .fc-toolbar .fc-button, .fc.fc-unthemed .fc-toolbar .fc-button, .p-button, .p-cascadeselect, .p-checkbox .p-checkbox-box, .p-dropdown, .p-inputswitch .p-inputswitch-slider, .p-inputtext, .p-multiselect, .p-multiselect .p-multiselect-label, .p-radiobutton .p-radiobutton-box, .p-rating .p-rating-icon, .p-selectbutton .p-button, .p-togglebutton.p-button, .p-treeselect, .p-treeselect .p-treeselect-label
{
    transition: background-color .2s,border-color .2s,color .2s,box-shadow .2s,background-size .2s cubic-bezier(.64,.09,.08,1);
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group
{
    border-left: 1px solid rgba(var(--primary-color-rgb),.2);
    padding: 0 .5rem;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child
{
    border-left: 0;
    padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child, .p-paginator .p-dropdown .p-dropdown-label
{
    padding-right: 0;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover, .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link, .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover, .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover, .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover, .p-megamenu .p-menuitem-link:not(.p-disabled):hover, .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link, .p-menu .p-menuitem-link:not(.p-disabled):hover, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover, .p-menubar .p-menuitem-link:not(.p-disabled):hover, .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link, .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n):hover, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover, .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n):hover, .p-splitter .p-splitter-gutter, .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover, .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link
{
    background: #0000000a;
}
@media screen and (max-width: 769px)
{
    .p-datepicker table td, .p-datepicker table th
    {
        padding: 0;
    }
}
.p-cascadeselect, .p-treeselect
{
    background: #fff;
    border: 1px solid rgba(0,0,0,.38);
    border-radius: var(--border-radius);
}
.p-card .p-card-body, .p-carousel .p-carousel-indicators, .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content, .p-column-filter-overlay-menu .p-column-filter-add-rule, .p-column-filter-overlay-menu .p-column-filter-buttonbar, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item, .p-fieldset .p-fieldset-content, .p-fileupload .p-fileupload-row>div, .p-galleria .p-galleria-indicators, .p-image-toolbar, .p-multiselect .p-multiselect-label, .p-orderlist .p-orderlist-controls, .p-picklist .p-picklist-buttons, .p-sidebar .p-sidebar-content, .p-sidebar .p-sidebar-header, .p-treeselect .p-treeselect-label
{
    padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon, .p-breadcrumb ul li:last-child .p-menuitem-icon, .p-cascadeselect .p-cascadeselect-label.p-placeholder, .p-contextmenu .p-menuitem-link .p-submenu-icon, .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-megamenu .p-menuitem-link .p-submenu-icon, .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-menu .p-menuitem-link .p-submenu-icon, .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-menubar .p-menuitem-link .p-submenu-icon, .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-splitbutton.p-button-text.p-button-plain>.p-button, .p-tieredmenu .p-menuitem-link .p-submenu-icon, .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon, .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-submenu-icon, .p-togglebutton.p-button .p-button-icon-left, .p-togglebutton.p-button .p-button-icon-right, .p-togglebutton.p-button.p-highlight .p-button-icon-left, .p-togglebutton.p-button.p-highlight .p-button-icon-right, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left, .p-togglebutton.p-button.p-highlight:hover .p-button-icon-right, .p-treeselect .p-treeselect-label.p-placeholder, .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon
{
    color: #0009;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus, .p-datatable .p-sortable-column:focus, .p-dropdown .p-dropdown-label:enabled:focus
{
    box-shadow: none;
    outline: 0;
}
.p-cascadeselect .p-cascadeselect-trigger
{
    background: 0 0;
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #0009;
    width: 2.357rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item
{
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #000000de;
    margin: 0;
    transition: none;
}
.p-button.p-button-sm .p-button-icon, .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon, .p-contextmenu .p-submenu-icon, .p-menubar .p-submenu-list .p-submenu-icon, .p-splitbutton.p-button-sm>.p-button .p-button-icon, .p-tieredmenu .p-submenu-icon
{
    font-size: .875rem;
}
.p-checkbox
{
    height: 18px;
    width: 18px;
}
.p-checkbox .p-checkbox-box
{
    background: #fff;
    border: 2px solid #757575;
    border-radius: var(--border-radius);
    color: #000000de;
    height: 18px;
    width: 18px;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon
{
    color: #fff;
    font-size: 14px;
    transition-duration: .2s;
}
.p-checkbox .p-checkbox-box.p-highlight
{
    background: var(--primary-color);
    border-color: var(--primary-color);
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover
{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.p-datatable .p-column-resizer-helper, .p-input-filled .p-checkbox .p-checkbox-box.p-highlight, .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover, .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus, .p-scrolltop.p-link, .p-slider .p-slider-range, .p-treetable .p-column-resizer-helper
{
    background: var(--primary-color);
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover
{
    background-color: #ececec;
}
.p-chips .p-chips-multiple-container .p-chips-token
{
    background: var(--primary-color);
    border-radius: 16px;
    color: #000000de;
    margin-right: .5rem;
    padding: .5rem 1rem;
}
.p-colorpicker-preview
{
    height: 2rem;
    width: 2rem;
}
.p-colorpicker-panel
{
    background: #323232;
    border: 1px solid #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle
{
    border-color: #fff;
}
.p-dropdown
{
    background: rgba(var(--primary-color-rgb),.5);
    border: none;
    border-radius: var(--border-radius);
    transition: border-radius .15s ease-in-out;
}
.p-accordion .p-accordion-tab:first-child, .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link, .p-dropdown.p-overlay-open, .p-panelmenu .p-panelmenu-panel:first-child, .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header>a
{
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.p-dropdown.p-overlay-open, .p-dropdown.p-overlay-open .p-inputtext
{
    transition: border-radius .15s ease-in-out;
    border-radius: 0;
}
.p-dropdown:not(.p-disabled):hover
{
    box-shadow: inset 0 0 4px 0 var(--primary-color-lighter);
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label, .p-listbox .p-listbox-header .p-listbox-filter, .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext
{
    padding-right: 2rem;
}
.p-dropdown .p-dropdown-label
{
    background: 0 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-dropdown .p-dropdown-trigger
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    width: 2.357rem;
}
.p-dropdown .p-dropdown-clear-icon
{
    color: var(--primary-color-text);
    opacity: .6;
    right: 2.657rem;
}
.p-dropdown-panel
{
    background: #fff;
    border: 0;
    border-radius: 4px;
    color: #000000de;
}
.p-dropdown-panel .p-dropdown-header
{
    background: #fff;
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.2);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000000de;
    margin: 0;
    padding: 1rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter
{
    margin-right: -2rem;
    padding-right: 2rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon, .p-listbox .p-listbox-header .p-listbox-filter-icon, .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon, .p-tree .p-tree-filter-container .p-tree-filter-icon
{
    color: #0009;
    right: 1rem;
}
.p-dropdown-panel .p-dropdown-items
{
    padding: 0;
    background: rgba(var(--primary-color-rgb),.6);
    border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item
{
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: var(--primary-color-text);
    margin: 0;
    padding: 1rem;
    transition: none;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight
{
    background: rgba(var(--primary-color-rgb),.38);
    color: var(--primary-color-text);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover
{
    background: #00000017;
    color: var(--primary-color-text);
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message
{
    background: 0 0;
    color: var(--primary-color-darkest);
    font-weight: 600;
    padding: 1rem;
}
.p-calendar-w-btn .p-inputtext, .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext, .p-splitbutton.p-button-text>.p-button
{
    background-color: transparent;
}
.p-editor-container .p-editor-toolbar
{
    background: var(--primary-color-lightest);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.fc.fc-unthemed .fc-view-container td.fc-head-container, .p-editor-container .p-editor-content.ql-snow, .p-editor-container .p-editor-toolbar.ql-snow
{
    border: 0 solid var(--secondary-color);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke
{
    stroke: var(--primary-color-text);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill
{
    fill: var(--primary-color-text);
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label
{
    border: 0;
    color: #0009;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text, .p-breadcrumb ul li:last-child .p-menuitem-text, .p-contextmenu .p-menuitem-link .p-menuitem-text, .p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-contextmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon, .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item, .p-editor-container .ql-snow.ql-toolbar button:focus, .p-editor-container .ql-snow.ql-toolbar button:hover, .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-megamenu .p-megamenu-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-megamenu .p-menuitem-link .p-menuitem-text, .p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-megamenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-menu .p-menuitem-link .p-menuitem-text, .p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-menubar .p-menuitem-link .p-menuitem-text, .p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-menubar .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-tieredmenu .p-menuitem-link .p-menuitem-text, .p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text, .p-tieredmenu .p-menuitem.p-menuitem-active>.p-menuitem-link .p-menuitem-text, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon, .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon, .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler+.p-checkbox .p-indeterminate .p-checkbox-icon, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody>tr:not(.p-highlight):hover .p-treetable-toggler
{
    color: #000000de;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke
{
    stroke: #000000de;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill, .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill
{
    fill: #000000de;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    padding: 0;
}
.p-accordion .p-accordion-tab:last-child, .p-accordion .p-accordion-tab:last-child .p-accordion-content, .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link, .p-editor-container .p-editor-content, .p-editor-container .p-editor-content .ql-editor, .p-panelmenu .p-panelmenu-panel:last-child, .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content, .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight)>a
{
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.p-datatable .p-sortable-column.p-highlight, .p-editor-container .p-editor-content .ql-editor, .p-treetable .p-sortable-column.p-highlight
{
    background: var(--secondary-color-lightest);
    color: var(--secondary-color-text);
}
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke
{
    stroke: var(--primary-color-darkest);
}
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill
{
    fill: var(--primary-color-darkest);
}
.p-inputgroup-addon
{
    background: var(--primary-color-lightest);
    border-bottom: 1px solid var(--primary-color-lightest);
    border-left: 1px solid var(--primary-color-lightest);
    border-top: 1px solid var(--primary-color-lightest);
    color: var(--primary-color-text);
    min-width: 2.357rem;
    padding: 1rem;
}
.p-inputgroup-addon:last-child
{
    border-right: 1px solid rgba(var(--primary-color-rgb),.38);
}
.p-inputgroup>.p-component, .p-inputgroup>.p-float-label>.p-component, .p-inputgroup>.p-inputwrapper>.p-inputtext
{
    border-radius: 0;
    margin: 0;
}
.p-inputgroup>.p-component+.p-inputgroup-addon, .p-inputgroup>.p-float-label>.p-component+.p-inputgroup-addon, .p-inputgroup>.p-inputwrapper>.p-inputtext+.p-inputgroup-addon
{
    border-left: 0;
}
.p-inputgroup>.p-component:focus, .p-inputgroup>.p-component:focus~label, .p-inputgroup>.p-float-label>.p-component:focus, .p-inputgroup>.p-float-label>.p-component:focus~label, .p-inputgroup>.p-inputwrapper>.p-inputtext:focus, .p-inputgroup>.p-inputwrapper>.p-inputtext:focus~label, .p-tabview .p-tabview-nav .p-tabview-ink-bar
{
    z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child, .p-inputgroup .p-float-label:first-child input, .p-inputgroup button:first-child, .p-inputgroup input:first-child, .p-inputgroup-addon:first-child, .p-inputgroup>.p-inputwrapper:first-child, .p-inputgroup>.p-inputwrapper:first-child>.p-inputtext
{
    border-bottom-left-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child, .p-inputgroup .p-float-label:last-child input, .p-inputgroup button:last-child, .p-inputgroup input:last-child, .p-inputgroup-addon:last-child, .p-inputgroup>.p-inputwrapper:last-child, .p-inputgroup>.p-inputwrapper:last-child>.p-inputtext
{
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child, .p-inputgroup .p-float-label:last-child .p-overlay-open input, .p-inputgroup .p-overlay-open button:last-child, .p-inputgroup .p-overlay-open input:last-child, .p-inputgroup-addon:last-child .p-overlay-open, .p-inputgroup>.p-inputwrapper.p-overlay-open:last-child, .p-inputgroup>.p-inputwrapper.p-overlay-open:last-child>.p-inputtext
{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.p-inputgroup .p-dropdown.p-overlay-open, .p-inputgroup .p-dropdown.p-overlay-open .p-inputtext, .p-inputgroup .p-dropdown.p-overlay-open button, .p-inputgroup .p-dropdown.p-overlay-open input, .p-inputgroup-addon .p-dropdown.p-overlay-open
{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.p-fluid .p-button-icon-only, .p-fluid .p-inputgroup .p-button.p-button-icon-only
{
    width: 3rem;
}
.p-inputswitch
{
    height: 1.5rem;
    width: 3rem;
}
.p-inputswitch .p-inputswitch-slider
{
    background: var(--bs-gray-400);
    border-radius: 2rem;
    opacity: .6;
    border: 1px solid var(--bs-gray-600);
}
.p-inputswitch .p-inputswitch-slider:before
{
    background: var(--bs-gray-600);
    border-radius: 50%;
    height: 1.5rem;
    left: -1px;
    margin-top: -.75rem;
    transition-duration: .2s;
    width: 1.5rem;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before
{
    transform: translate(1.5rem);
    background: var(--primary-color-darkest);
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider
{
    background-color: var(--primary-color);
    opacity: 1;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider
{
    background-color: rgba(var(--primary-color-rgb),.2);
}
.p-inputtext
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(var(--primary-color-rgb),.5);
    border: none;
    border-radius: var(--border-radius);
    color: var(--primary-color-text);
    font-weight: 700;
    padding: .5rem;
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover, .p-inputtext:enabled:hover
{
    background: rgba(var(--primary-color-rgb),.6);
}
.p-inputtext:enabled:focus
{
    border-color: var(--primary-color-lightest);
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
}
.p-inputtext-sm .p-inputtext, .p-inputtext.p-inputtext-sm
{
    font-size: .875rem;
    padding: .875rem;
}
.p-inputtext-lg .p-inputtext, .p-inputtext.p-inputtext-lg
{
    font-size: 1.15rem;
    padding: .9rem;
}
.p-float-label>label
{
    transition-duration: .2s;
}
.p-input-icon-left>.p-inputtext
{
    padding-left: 3rem;
}
.p-input-icon-left.p-float-label>label
{
    left: 3rem;
}
.p-input-icon-right>i:last-of-type
{
    color: rgba(var(--primary-color-rgb),.6);
    right: 1rem;
}
.p-input-icon-right>.p-inputtext
{
    padding-right: 3rem;
}
::-webkit-input-placeholder
{
    color: var(--primary-color-text);
}
:-moz-placeholder
{
    color: var(--primary-color-text);
}
::-moz-placeholder
{
    color: var(--primary-color-text);
}
:-ms-input-placeholder
{
    color: var(--primary-color-text);
}
.p-listbox, .p-menu, .p-tieredmenu
{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
    color: #000000de;
}
.p-column-filter-overlay-menu .p-column-filter-operator, .p-listbox .p-listbox-header, .p-multiselect-panel .p-multiselect-header
{
    background: #fff;
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.2);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #000000de;
    margin: 0;
    padding: 1rem;
}
.p-listbox .p-listbox-list .p-listbox-item
{
    border: 0;
    border-radius: 0;
    color: #000000de;
    margin: 0;
    padding: 1rem;
    transition: none;
}
.p-listbox .p-listbox-list .p-listbox-empty-message, .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message, .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message
{
    background: 0 0;
    color: #000000de;
    padding: 1rem;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover
{
    background: rgba(var(--primary-color-rgb),.04);
    color: rgba(var(--primary-color-rgb),.87);
}
.p-multiselect
{
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb),.38);
    border-radius: var(--border-radius);
}
.p-multiselect:not(.p-disabled):hover
{
    border-color: rgba(var(--primary-color-rgb),.87);
}
.p-button.p-button-text.p-button-plain, .p-multiselect .p-multiselect-label.p-placeholder
{
    color: rgba(var(--primary-color-rgb),.6);
}
.p-multiselect.p-multiselect-chip .p-multiselect-token
{
    background: rgba(var(--primary-color-rgb),.2);
    border-radius: 16px;
    color: rgba(var(--primary-color-rgb),.87);
    margin-right: .5rem;
    padding: .5rem 1rem;
}
.p-multiselect .p-multiselect-trigger, .p-treeselect .p-treeselect-trigger
{
    border-bottom-right-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #0009;
    width: 2.357rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: #0009;
    height: 2.5rem;
    margin-left: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.p-password-panel
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
}
.p-password-panel .p-password-meter
{
    background: #3f51b552;
    margin-bottom: .5rem;
}
.p-password-panel .p-password-meter .p-password-strength.weak
{
    background: #d32f2f;
}
.p-password-panel .p-password-meter .p-password-strength.medium
{
    background: #fbc02d;
}
.p-password-panel .p-password-meter .p-password-strength.strong
{
    background: #689f38;
}
.p-radiobutton
{
    height: 20px;
    width: 20px;
}
.p-radiobutton .p-radiobutton-box
{
    background: #fff;
    border: 2px solid #757575;
    border-radius: 50%;
    color: #000000de;
    height: 20px;
    width: 20px;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon
{
    background-color: var(--primary-color);
    height: 10px;
    transition-duration: .2s;
    width: 10px;
}
.p-radiobutton .p-radiobutton-box.p-highlight
{
    background: #fff;
    border-color: var(--primary-color);
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover
{
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.p-datatable .p-sortable-column, .p-radiobutton:focus, .p-treetable .p-sortable-column
{
    outline: 0;
}
.p-rating .p-rating-icon
{
    color: var(--primary-color);
    font-size: 1.143rem;
}
.p-rating .p-rating-icon:first-child
{
    margin-left: 0;
}
.p-selectbutton .p-button
{
    background: var(--secondary-color-button);
    border: 1px solid rgba(var(--secondary-color-rgb),.2);
    color: var(--secondary-color-text);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button span, .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right, .p-steps .p-steps-item .p-menuitem-link .p-steps-title
{
    color: var(--primary-color-text);
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover
{
    background: var(--secondary-color-button);
    border-color: rgba(var(--secondary-color-rgb),.2);
    color: var(--secondary-color-text);
}
.p-selectbutton .p-button.p-highlight
{
    background: var(--primary-color-button-active);
    border-color: var(--primary-color-button-active);
    color: var(--primary-color-text);
}
.p-selectbutton .p-button.p-highlight:hover
{
    background: var(--primary-color-button-hover);
    border-color: var(--primary-color-button-hover);
    color: var(--primary-color-text);
}
.p-slider
{
    background: #c1c1c1;
    border: 0;
    border-radius: var(--border-radius);
}
.p-slider.p-slider-horizontal, .p-timeline.p-timeline-horizontal .p-timeline-event-connector
{
    height: 2px;
}
.p-slider.p-slider-horizontal .p-slider-handle
{
    margin-left: -10px;
    margin-top: -10px;
}
.p-slider.p-slider-vertical, .p-timeline.p-timeline-vertical .p-timeline-event-connector
{
    width: 2px;
}
.p-slider.p-slider-vertical .p-slider-handle
{
    margin-bottom: -10px;
    margin-left: -10px;
}
.p-slider .p-slider-handle
{
    background: var(--primary-color);
    border: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover
{
    background: var(--primary-color);
    border: 0;
}
.p-cascadeselect .p-cascadeselect-label, .p-dropdown .p-inputtext, .p-fieldset .p-fieldset-legend, .p-multiselect .p-multiselect-label, .p-panel .p-panel-content, .p-panel .p-panel-footer, .p-panel .p-panel-header, .p-toolbar, .p-treeselect .p-treeselect-label, .p-treeselect-panel .p-treeselect-items-wrapper .p-tree
{
    border: 0;
}
.p-togglebutton.p-button
{
    background: var(--secondary-color-lightest);
    border: 1px solid rgba(var(--secondary-color-rgb),.4);
    color: var(--secondary-color-text);
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover
{
    background: var(--secondary-color-lighter);
    border-color: rgba(var(--secondary-color-rgb),.2);
    color: var(--secondary-color-text);
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .p-togglebutton.p-button.p-highlight
{
    background: #e0e0e1;
    border-color: #e0e0e1;
    color: #000000de;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .p-togglebutton.p-button.p-highlight:hover
{
    background: #d9d8d9;
    border-color: #d9d8d9;
    color: #000000de;
}
.p-button
{
    background: var(--primary-color-button);
    border: 0;
    border-radius: var(--border-radius);
    color: var(--primary-color-button-text);
    padding: .714rem 1rem;
}
.p-button:enabled:hover
{
    background: var(--primary-color-button-hover);
    border-color: transparent;
}
.p-button:enabled:active, .p-fileupload-choose:not(.p-disabled):active
{
    background: var(--primary-color-button-active);
    border-color: transparent;
    color: var(--primary-color-text);
}
.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: var(--primary-color-button);
}
.p-button.p-button-outlined:enabled:hover
{
    background: var(--primary-color-button-hover);
    border: 0;
    color: var(--primary-color-button-text);
}
.p-button.p-button-outlined:enabled:active
{
    background: var(--primary-color-button-active);
    border: 0;
    color: var(--primary-color-button-text);
}
.p-button.p-button-outlined.p-button-plain
{
    border-color: rgba(var(--primary-color-rgb),.6);
    color: rgba(var(--primary-color-rgb),.6);
}
.p-button.p-button-outlined.p-button-plain:enabled:hover, .p-button.p-button-text.p-button-plain:enabled:hover
{
    background: rgba(var(--primary-color-rgb),.04);
    color: rgba(var(--primary-color-rgb),.6);
}
.p-button.p-button-outlined.p-button-plain:enabled:active, .p-button.p-button-text.p-button-plain:enabled:active
{
    background: rgba(var(--primary-color-rgb),.16);
    color: rgba(var(--primary-color-rgb),.6);
}
.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: var(--primary-color-button-text);
}
.p-button.p-button-text:enabled:hover
{
    background: rgba(var(--primary-color-rgb),.04);
    border-color: transparent;
    color: var(--primary-color-button-text);
}
.p-button.p-button-text:enabled:active
{
    background: rgba(var(--primary-color-rgb),.16);
    border-color: transparent;
    color: var(--primary-color-button-text);
}
.p-button .p-button-icon-bottom, .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button, .p-speeddial-direction-down .p-speeddial-item:first-child
{
    margin-top: .5rem;
}
.p-button .p-button-icon-top, .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown, .p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator, .p-orderlist .p-orderlist-controls .p-button, .p-picklist .p-picklist-buttons .p-button, .p-speeddial-direction-up .p-speeddial-item:first-child, .p-tree .p-tree-filter-container
{
    margin-bottom: .5rem;
}
.p-button .p-badge
{
    background-color: var(--secondary-color);
    color: var(--secondary-color-text);
    height: 1rem;
    line-height: 1rem;
    margin-left: .5rem;
    min-width: 1rem;
}
.p-button.p-button-raised
{
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0003;
}
.p-button.p-button-rounded, .p-splitbutton.p-button-rounded, .p-splitbutton.p-button-rounded>.p-button
{
    border-radius: 2rem;
}
.p-button.p-button-icon-only
{
    color: var(--primary-color-text);
    padding: .714rem;
    width: 3rem;
}
.p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right, .p-confirm-popup .p-confirm-popup-footer button:last-child, .p-speeddial-circle .p-speeddial-item, .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child, .p-speeddial-quarter-circle .p-speeddial-item, .p-speeddial-quarter-circle .p-speeddial-item:first-child, .p-speeddial-quarter-circle .p-speeddial-item:last-child, .p-speeddial-semi-circle .p-speeddial-item, .p-speeddial-semi-circle .p-speeddial-item:first-child, .p-speeddial-semi-circle .p-speeddial-item:last-child
{
    margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded
{
    border-radius: 50%;
    height: 3rem;
}
.p-button.p-button-sm, .p-splitbutton.p-button-sm>.p-button
{
    font-size: .875rem;
    padding: .62475rem .875rem;
}
.p-button.p-button-lg, .p-splitbutton.p-button-lg>.p-button
{
    font-size: 1.25rem;
    padding: .8925rem 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon, .p-dialog .p-dialog-header .p-dialog-header-icon:last-child, .p-image-action.p-link:last-child, .p-inline-message.p-inline-message-icon-only .p-inline-message-icon, .p-tabmenu .p-tabmenu-nav .p-tabmenuitem, .p-tabview .p-tabview-nav li
{
    margin-right: 0;
}
.p-fluid .p-button
{
    width: 100%;
}
.p-fluid .p-buttonset
{
    display: flex;
}
.p-fluid .p-buttonset .p-button
{
    flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary>.p-button, .p-splitbutton.p-button-secondary>.p-button
{
    background: var(--secondary-color-button);
    border: 0;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary>.p-button.p-button-text:enabled:hover, .p-buttonset.p-button-secondary>.p-button:enabled:hover, .p-splitbutton.p-button-secondary>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary>.p-button:enabled:hover
{
    background: var(--secondary-color-button-hover);
    border-color: transparent;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-danger:enabled:focus, .p-button.p-button-help:enabled:focus, .p-button.p-button-info:enabled:focus, .p-button.p-button-secondary:enabled:focus, .p-button.p-button-success:enabled:focus, .p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-danger>.p-button:enabled:focus, .p-buttonset.p-button-help>.p-button:enabled:focus, .p-buttonset.p-button-info>.p-button:enabled:focus, .p-buttonset.p-button-secondary>.p-button:enabled:focus, .p-buttonset.p-button-success>.p-button:enabled:focus, .p-buttonset.p-button-warning>.p-button:enabled:focus, .p-calendar-w-btn .p-inputtext:enabled:focus, .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus, .p-splitbutton.p-button-danger>.p-button:enabled:focus, .p-splitbutton.p-button-help>.p-button:enabled:focus, .p-splitbutton.p-button-info>.p-button:enabled:focus, .p-splitbutton.p-button-secondary>.p-button:enabled:focus, .p-splitbutton.p-button-success>.p-button:enabled:focus, .p-splitbutton.p-button-warning>.p-button:enabled:focus
{
    box-shadow: none;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary>.p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary>.p-button:enabled:active, .p-splitbutton.p-button-secondary>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary>.p-button:enabled:active
{
    background: var(--secondary-color-button-active);
    border-color: transparent;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary>.p-button.p-button-outlined, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 1px solid var(--secondary-color-button);
    color: var(--secondary-color-button-text);
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:enabled:hover
{
    background: var(--secondary-color-button-hover);
    border: 1px solid;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:enabled:active
{
    background: var(--secondary-color-button-active);
    border: 1px solid;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary>.p-button.p-button-text, .p-splitbutton.p-button-secondary>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: var(--secondary-color-button-text);
}
.p-button.p-button-info, .p-buttonset.p-button-info>.p-button, .p-splitbutton.p-button-info>.p-button
{
    background: #2196f3;
    border: 0;
    color: #fff;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info>.p-button:enabled:hover, .p-splitbutton.p-button-info>.p-button:enabled:hover
{
    background: #2196f3eb;
    border-color: transparent;
    color: #fff;
}
.p-button.p-button-danger:enabled:active, .p-button.p-button-help:enabled:active, .p-button.p-button-info:enabled:active, .p-button.p-button-success:enabled:active, .p-buttonset.p-button-danger>.p-button:enabled:active, .p-buttonset.p-button-help>.p-button:enabled:active, .p-buttonset.p-button-info>.p-button:enabled:active, .p-buttonset.p-button-success>.p-button:enabled:active, .p-splitbutton.p-button-danger>.p-button:enabled:active, .p-splitbutton.p-button-help>.p-button:enabled:active, .p-splitbutton.p-button-info>.p-button:enabled:active, .p-splitbutton.p-button-success>.p-button:enabled:active
{
    border-color: transparent;
    color: #fff;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info>.p-button.p-button-outlined, .p-splitbutton.p-button-info.p-button-outlined>.p-button, .p-splitbutton.p-button-info>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: #2196f3;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info>.p-button.p-button-outlined:enabled:hover
{
    background: #2196f30a;
    border: 0;
    color: #2196f3;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-outlined:enabled:active
{
    border: 0;
    color: #2196f3;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info>.p-button.p-button-text, .p-splitbutton.p-button-info.p-button-text>.p-button, .p-splitbutton.p-button-info>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: #2196f3;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-info>.p-button.p-button-text:enabled:hover
{
    background: #2196f30a;
    border-color: transparent;
    color: #2196f3;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-text:enabled:active
{
    border-color: transparent;
    color: #2196f3;
}
.p-button.p-button-success, .p-buttonset.p-button-success>.p-button, .p-splitbutton.p-button-success>.p-button
{
    background: #689f38;
    border: 0;
    color: #fff;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success>.p-button:enabled:hover, .p-splitbutton.p-button-success>.p-button:enabled:hover
{
    background: #689f38eb;
    border-color: transparent;
    color: #fff;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success>.p-button.p-button-outlined, .p-splitbutton.p-button-success.p-button-outlined>.p-button, .p-splitbutton.p-button-success>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: #689f38;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success>.p-button.p-button-outlined:enabled:hover
{
    background: #689f380a;
    border: 0;
    color: #689f38;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success>.p-button.p-button-outlined:enabled:active
{
    border: 0;
    color: #689f38;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success>.p-button.p-button-text, .p-splitbutton.p-button-success.p-button-text>.p-button, .p-splitbutton.p-button-success>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: #689f38;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-success>.p-button.p-button-text:enabled:hover
{
    background: #689f380a;
    border-color: transparent;
    color: #689f38;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success>.p-button.p-button-text:enabled:active
{
    border-color: transparent;
    color: #689f38;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning>.p-button, .p-splitbutton.p-button-warning>.p-button
{
    background: #fbc02d;
    border: 0;
    color: #212529;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning>.p-button:enabled:hover, .p-splitbutton.p-button-warning>.p-button:enabled:hover
{
    background: #fbc02deb;
    border-color: transparent;
    color: #212529;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning>.p-button:enabled:active, .p-splitbutton.p-button-warning>.p-button:enabled:active
{
    border-color: transparent;
    color: #212529;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning>.p-button.p-button-outlined, .p-splitbutton.p-button-warning.p-button-outlined>.p-button, .p-splitbutton.p-button-warning>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: #fbc02d;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning>.p-button.p-button-outlined:enabled:hover
{
    background: #fbc02d0a;
    border: 0;
    color: #fbc02d;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning>.p-button.p-button-outlined:enabled:active
{
    border: 0;
    color: #fbc02d;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning>.p-button.p-button-text, .p-splitbutton.p-button-warning.p-button-text>.p-button, .p-splitbutton.p-button-warning>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: #fbc02d;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-warning>.p-button.p-button-text:enabled:hover
{
    background: #fbc02d0a;
    border-color: transparent;
    color: #fbc02d;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning>.p-button.p-button-text:enabled:active
{
    border-color: transparent;
    color: #fbc02d;
}
.p-button.p-button-help, .p-buttonset.p-button-help>.p-button, .p-splitbutton.p-button-help>.p-button
{
    background: #9c27b0;
    border: 0;
    color: #fff;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help>.p-button:enabled:hover, .p-splitbutton.p-button-help>.p-button:enabled:hover
{
    background: #9c27b0eb;
    border-color: transparent;
    color: #fff;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help>.p-button.p-button-outlined, .p-splitbutton.p-button-help.p-button-outlined>.p-button, .p-splitbutton.p-button-help>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: #9c27b0;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help>.p-button.p-button-outlined:enabled:hover
{
    background: #9c27b00a;
    border: 0;
    color: #9c27b0;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help>.p-button.p-button-outlined:enabled:active
{
    border: 0;
    color: #9c27b0;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help>.p-button.p-button-text, .p-splitbutton.p-button-help.p-button-text>.p-button, .p-splitbutton.p-button-help>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: #9c27b0;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-help>.p-button.p-button-text:enabled:hover
{
    background: #9c27b00a;
    border-color: transparent;
    color: #9c27b0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help>.p-button.p-button-text:enabled:active
{
    border-color: transparent;
    color: #9c27b0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger>.p-button, .p-splitbutton.p-button-danger>.p-button
{
    background: #d32f2f;
    border: 0;
    color: #fff;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger>.p-button:enabled:hover, .p-splitbutton.p-button-danger>.p-button:enabled:hover
{
    background: #d32f2feb;
    border-color: transparent;
    color: #fff;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger>.p-button.p-button-outlined, .p-splitbutton.p-button-danger.p-button-outlined>.p-button, .p-splitbutton.p-button-danger>.p-button.p-button-outlined
{
    background-color: transparent;
    border: 0;
    color: #d32f2f;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger>.p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger>.p-button.p-button-outlined:enabled:hover
{
    background: #d32f2f0a;
    border: 0;
    color: #d32f2f;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger>.p-button.p-button-outlined:enabled:active
{
    border: 0;
    color: #d32f2f;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger>.p-button.p-button-text, .p-splitbutton.p-button-danger.p-button-text>.p-button, .p-splitbutton.p-button-danger>.p-button.p-button-text
{
    background-color: transparent;
    border-color: transparent;
    color: #d32f2f;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger>.p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-danger>.p-button.p-button-text:enabled:hover
{
    background: #d32f2f0a;
    border-color: transparent;
    color: #d32f2f;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger>.p-button.p-button-text:enabled:active
{
    border-color: transparent;
    color: #d32f2f;
}
.p-button.p-button-link
{
    background: 0 0;
    border: transparent;
    color: var(--primary-color);
}
.p-button.p-button-link:enabled:active, .p-button.p-button-link:enabled:hover
{
    background: 0 0;
    border-color: transparent;
    color: var(--primary-color);
}
.p-button.p-button-link:enabled:hover .p-button-label
{
    text-decoration: underline;
}
.p-button.p-button-link:enabled:focus
{
    background: 0 0;
    border-color: transparent;
    box-shadow: none;
}
.p-button.p-button-raised:enabled:focus, .p-splitbutton.p-button-raised, .p-splitbutton.p-button-raised>.p-button:enabled:focus, .p-splitbutton.p-button-raised>.p-button:not(button):not(a):not(.p-disabled):focus, .p-tabview .p-tabview-nav-btn.p-link
{
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px rgba(var(--primary-color-rgb),.2);
}
.p-dock .p-dock-action, .p-speeddial-button.p-button.p-button-icon-only
{
    height: 4rem;
    width: 4rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon, .p-datatable .p-datatable-loading-icon, .p-dialog.p-confirm-dialog .p-confirm-dialog-icon, .p-galleria .p-galleria-close .p-galleria-close-icon, .p-galleria .p-galleria-item-nav .p-galleria-item-next-icon, .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon, .p-speeddial-button.p-button.p-button-icon-only .p-button-icon, .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon, .p-tree .p-tree-loading-icon, .p-treetable .p-treetable-loading-icon
{
    font-size: 2rem;
}
.p-speeddial-action
{
    background: #ff4081;
    color: #fff;
    height: 3rem;
    width: 3rem;
}
.p-speeddial-action:hover
{
    background: #ff4081eb;
    color: #fff;
}
.p-speeddial-direction-down .p-speeddial-item, .p-speeddial-direction-up .p-speeddial-item
{
    margin: .25rem 0;
}
.p-speeddial-direction-left .p-speeddial-item, .p-speeddial-direction-right .p-speeddial-item
{
    margin: 0 .25rem;
}
.p-speeddial-mask
{
    background-color: #00000052;
}
.p-splitbutton.p-button-outlined>.p-button
{
    background-color: transparent;
    border: 0;
    color: var(--primary-color);
}
.p-splitbutton.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #3f51b50a;
    color: var(--primary-color);
}
.p-splitbutton.p-button-outlined.p-button-plain>.p-button
{
    border-color: #0009;
    color: #0009;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover, .p-splitbutton.p-button-outlined.p-button-plain>.p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(button):not(a):not(.p-disabled):hover, .p-splitbutton.p-button-text.p-button-plain>.p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #0000000a;
    color: #0009;
}
.p-datatable .p-datatable-footer, .p-datatable .p-datatable-header
{
    background: var(--panel-color-content);
    font-weight: 500;
    padding: 1rem;
}
.p-splitbutton.p-button-text>.p-button, .p-splitbutton.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    border-color: transparent;
    color: var(--primary-color);
}
.p-splitbutton.p-button-outlined.p-button-plain>.p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-text.p-button-plain>.p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #00000029;
    color: #0009;
}
.p-splitbutton.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #3f51b50a;
    border-color: transparent;
    color: var(--primary-color);
}
.p-splitbutton.p-button-secondary.p-button-outlined>.p-button
{
    background-color: transparent;
    border: 0;
    color: var(--secondary-color-button);
}
.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: var(--secondary-color-button-hover);
    color: var(--secondary-color-button);
}
.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: var(--secondary-color-button-active);
    color: var(--secondary-color-button);
}
.p-splitbutton.p-button-secondary.p-button-text>.p-button
{
    background-color: transparent;
    border-color: transparent;
    color: var(--secondary-color-text);
}
.p-splitbutton.p-button-secondary.p-button-text>.p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: var(--secondary-color-button-hover);
    border-color: transparent;
    color: var(--secondary-color-button-hover);
}
.p-splitbutton.p-button-secondary.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: var(--secondary-color-button-active);
    border-color: transparent;
    color: var(--secondary-color-button);
}
.p-splitbutton.p-button-info.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #2196f30a;
    color: #2196f3;
}
.p-splitbutton.p-button-info.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #2196f329;
    color: #2196f3;
}
.p-splitbutton.p-button-info.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #2196f329;
    border-color: transparent;
    color: #2196f3;
}
.p-splitbutton.p-button-success.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #689f380a;
    color: #689f38;
}
.p-splitbutton.p-button-success.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    color: #689f38;
}
.p-splitbutton.p-button-warning.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #fbc02d0a;
    color: #fbc02d;
}
.p-splitbutton.p-button-warning.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    color: #fbc02d;
}
.p-splitbutton.p-button-help.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #9c27b00a;
    color: #9c27b0;
}
.p-splitbutton.p-button-help.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    color: #9c27b0;
}
.p-splitbutton.p-button-danger.p-button-outlined>.p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):hover
{
    background: #d32f2f0a;
    color: #d32f2f;
}
.p-splitbutton.p-button-danger.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active
{
    color: #d32f2f;
}
.p-carousel .p-carousel-content .p-carousel-next, .p-carousel .p-carousel-content .p-carousel-prev
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: #0009;
    height: 2.5rem;
    margin: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator
{
    margin-bottom: .5rem;
    margin-right: .5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button
{
    background-color: #dcdcdc;
    border-radius: 0;
    height: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover, .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover
{
    background: #ececec;
}
.p-datatable .p-paginator-bottom, .p-datatable .p-paginator-top, .p-dataview .p-paginator-bottom, .p-dataview .p-paginator-top, .p-treetable .p-paginator-bottom, .p-treetable .p-paginator-top
{
    border-radius: 0;
    border-width: 0 0 1px;
}
.p-datatable .p-datatable-header
{
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    color: var(--secondary-color-text);
}
.p-datatable .p-datatable-footer
{
    border: 1px solid #e4e4e4;
    border-width: 1px 0 0;
    color: var(--secondary-color-text);
}
.p-datatable .p-datatable-thead>tr>th
{
    background: var(--secondary-color-darkest);
    border: none;
    color: var(--secondary-color-text);
    font-weight: 600;
    padding: 1rem;
    text-align: left;
    transition: none;
}
.p-datatable .p-datatable-tfoot>tr>td, .p-treetable .p-treetable-tfoot>tr>td
{
    background: #fff;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
    text-align: left;
}
.p-datatable .p-sortable-column .p-sortable-column-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon, .p-treetable .p-sortable-column .p-sortable-column-icon
{
    color: #0009;
    margin-left: .5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge
{
    background: rgba(var(--primary-color-rgb),.12);
    border-radius: 50%;
    color: var(--primary-color);
    height: 1.143rem;
    line-height: 1.143rem;
    margin-left: .5rem;
    min-width: 1.143rem;
}
.p-datatable .p-datatable-tbody>tr
{
    background: var(--secondary-color);
    color: var(--secondary-color-text);
    transition: none;
    outline: 0;
}
.p-datatable .p-datatable-tbody>tr>td
{
    border: none;
    padding: 1rem;
    text-align: left;
}
.p-datatable .p-datatable-tbody>tr>td>.p-column-title, .p-panel .p-panel-header .p-panel-title
{
    font-weight: 500;
}
.p-datatable .p-datatable-tbody>tr:focus, .p-treetable .p-treetable-tbody>tr:focus
{
    outline: transparent solid .15rem;
    outline-offset: -.15rem;
}
.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td
{
    box-shadow: inset 0 2px #3f51b51f;
}
.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td
{
    box-shadow: inset 0 -2px #3f51b51f;
}
.p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-tfoot, .p-datatable.p-datatable-scrollable>.p-datatable-wrapper>.p-datatable-table>.p-datatable-thead, .p-input-filled .p-checkbox .p-checkbox-box, .p-input-filled .p-checkbox .p-checkbox-box:not(.p-disabled):hover, .p-input-filled .p-radiobutton .p-radiobutton-box, .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover
{
    background-color: #fff;
}
.p-datatable.p-datatable-gridlines .p-datatable-header, .p-treetable.p-treetable-gridlines .p-datatable-header
{
    border-width: 1px 1px 0;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer, .p-datatable.p-datatable-gridlines .p-paginator-bottom, .p-treetable.p-treetable-gridlines .p-treetable-bottom, .p-treetable.p-treetable-gridlines .p-treetable-footer
{
    border-width: 0 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top, .p-treetable.p-treetable-gridlines .p-treetable-top
{
    border-width: 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody>tr>td, .p-datatable.p-datatable-gridlines .p-datatable-tfoot>tr>td, .p-datatable.p-datatable-gridlines .p-datatable-thead>tr>th, .p-treetable.p-treetable-gridlines .p-treetable-tbody>tr>td, .p-treetable.p-treetable-gridlines .p-treetable-tfoot>tr>td, .p-treetable.p-treetable-gridlines .p-treetable-thead>tr>th
{
    border-width: 1px;
}
.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody>tr>td+td, .p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tfoot>tr>td+td, .p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-thead>tr>th+th
{
    border-left-width: 0;
}
.p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody>tr+tr>td, .p-datatable.p-datatable-gridlines.p-datatable-scrollable .p-datatable-tbody>tr:first-child>td
{
    border-top-width: 0;
}
.p-breadcrumb .p-menuitem-link:focus, .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus, .p-datatable.p-datatable-striped .p-datatable-tbody>tr:nth-child(2n), .p-listbox .p-listbox-list .p-listbox-item:focus, .p-megamenu .p-menuitem .p-menuitem-link:focus, .p-menu .p-menuitem .p-menuitem-link:focus, .p-menubar .p-menuitem .p-menuitem-link:focus, .p-multiselect-panel .p-multiselect-close:focus, .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus, .p-orderlist .p-orderlist-list .p-orderlist-item:focus, .p-organizationchart .p-organizationchart-line-down, .p-paginator .p-paginator-element:focus, .p-panel .p-panel-header-icon:focus, .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus, .p-picklist .p-picklist-list .p-picklist-item:focus, .p-splitter .p-splitter-gutter .p-splitter-gutter-handle, .p-splitter .p-splitter-gutter-resizing, .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus, .p-tieredmenu .p-menuitem-link:focus, .p-tree .p-tree-container .p-treenode .p-treenode-content:focus
{
    background: rgba(var(--primary-color-rgb),.2);
}
.p-datatable.p-datatable-lg .p-datatable-footer, .p-datatable.p-datatable-lg .p-datatable-header, .p-datatable.p-datatable-lg .p-datatable-tbody>tr>td, .p-datatable.p-datatable-lg .p-datatable-tfoot>tr>td, .p-datatable.p-datatable-lg .p-datatable-thead>tr>th, .p-treetable.p-treetable-lg .p-treetable-footer, .p-treetable.p-treetable-lg .p-treetable-header, .p-treetable.p-treetable-lg .p-treetable-tbody>tr>td, .p-treetable.p-treetable-lg .p-treetable-tfoot>tr>td, .p-treetable.p-treetable-lg .p-treetable-thead>tr>th
{
    padding: 1.25rem;
}
.p-dataview .p-dataview-header, .p-treetable .p-treetable-footer, .p-treetable .p-treetable-header
{
    background: #fff;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
}
.p-dataview .p-dataview-content
{
    background: #fff;
    border: 0;
    color: #000000de;
    padding: 1rem 0;
}
.p-dataview.p-dataview-list .p-dataview-content>.p-grid>div
{
    border: solid rgba(var(--primary-color-rgb),.2);
    border-width: 0 0 1px;
}
.p-dataview .p-dataview-footer
{
    background: #fff;
    border: 1px solid #e4e4e4;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-width: 0 0 1px;
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
}
.p-column-filter-overlay
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
    min-width: 12.5rem;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content, .fc.fc-unthemed .fc-view-container th
{
    border: 1px solid #e0e0e0;
    color: #000000de;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator, .p-contextmenu .p-menu-separator, .p-megamenu .p-megamenu-submenu .p-menu-separator, .p-menu .p-menu-separator, .p-menubar .p-submenu-list .p-menu-separator, .p-tieredmenu .p-menu-separator
{
    border-top: 1px solid rgba(var(--primary-color-rgb),.2);
    margin: .5rem 0;
}
.p-column-filter-overlay-menu .p-column-filter-constraint
{
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.2);
    padding: 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child, .p-datepicker .p-datepicker-header
{
    border-bottom: 0;
}
.fc.fc-unthemed .fc-view-container .fc-row
{
    border-right: 1px solid #e0e0e0;
}
.fc.fc-unthemed .fc-view-container .fc-event
{
    background: #3f51b51f;
    border: 1px solid rgba(63,81,181,.12);
    color: var(--primary-color);
}
.fc.fc-unthemed .fc-view-container .fc-divider
{
    background: #fff;
    border: 1px solid #e0e0e0;
}
.fc.fc-unthemed .fc-toolbar .fc-button
{
    align-items: center;
    background: var(--primary-color);
    border: 0;
    border-radius: var(--border-radius);
    color: #fff;
    display: flex;
    font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover, .fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover
{
    background: #3f51b5eb;
    border-color: transparent;
    color: #fff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active, .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active
{
    background: #3f51b5ad;
    border-color: transparent;
    color: #fff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left, .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right, .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left, .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right
{
    font-family: PrimeIcons!important;
    font-size: 1rem;
    text-indent: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before, .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before
{
    content: "";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before, .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before
{
    content: "";
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button
{
    background: #fff;
    border: 1px solid rgba(var(--primary-color-rgb),.2);
    color: #000000de;
    transition: background-color .2s,border-color .2s,color .2s,box-shadow .2s,background-size .2s cubic-bezier(.64,.09,.08,1);
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover
{
    background: #f6f6f6;
    border-color: rgba(var(--primary-color-rgb),.2);
    color: #000000de;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus
{
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button, .p-accordion .p-accordion-tab, .p-accordion .p-accordion-tab .p-accordion-header .p-accordion-header-link, .p-panelmenu .p-panelmenu-panel .p-panelmenu-content, .p-panelmenu .p-panelmenu-panel .p-panelmenu-header>a, .p-progressbar
{
    border-radius: 0;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid
{
    border-color: #e0e0e0;
}
.fc.fc-theme-standard .fc-view-harness th
{
    background: #fff;
    border-color: #e0e0e0;
    color: #000000de;
}
.fc.fc-theme-standard .fc-view-harness td
{
    border-color: #e0e0e0;
    color: #000000de;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover, .p-input-filled .p-calendar-w-btn .p-inputtext, .p-input-filled .p-dropdown .p-inputtext
{
    background: 0 0;
    border: 0;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header, .p-organizationchart .p-organizationchart-node-content, .p-terminal
{
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000000de;
    padding: 1rem;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close
{
    align-items: center;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: #0009;
    display: flex;
    font-family: PrimeIcons!important;
    font-size: 1rem;
    height: 2.5rem;
    justify-content: center;
    opacity: 1;
    overflow: hidden;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before
{
    content: "";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body
{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: 0;
    color: #000000de;
    padding: 1rem;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event
{
    background: #3f51b51f;
    border-color: #3f51b51f;
    color: var(--primary-color);
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot
{
    background: #3f51b51f;
    border-color: #3f51b51f;
}
.fc.fc-theme-standard .fc-toolbar .fc-button
{
    background: var(--primary-color);
    border: 0;
    border-radius: var(--border-radius);
    color: #fff;
    font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled
{
    background: var(--primary-color);
    border: 0;
    color: #fff;
    opacity: .38;
}
.fc.fc-theme-standard .fc-highlight, .p-organizationchart .p-organizationchart-node-content.p-highlight, .p-treetable .p-treetable-tbody>tr.p-highlight
{
    background: #3f51b51f;
    color: var(--primary-color);
}
.p-orderlist .p-orderlist-header, .p-picklist .p-picklist-header
{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
}
.p-orderlist .p-orderlist-list, .p-picklist .p-picklist-list
{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    color: #000000de;
    padding: 0;
}
.p-orderlist .p-orderlist-list .p-orderlist-item, .p-picklist .p-picklist-list .p-picklist-item
{
    background: 0 0;
    border: 0;
    color: #000000de;
    margin: 0;
    padding: 1rem;
    transition: transform .2s,none;
}
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(2n), .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(2n)
{
    background: #00000005;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i
{
    color: #1e27561f;
}
.p-organizationchart .p-organizationchart-line-left
{
    border-color: rgba(var(--primary-color-rgb),.2);
    border-right: 1px solid #e0e0e0;
}
.p-organizationchart .p-organizationchart-line-top
{
    border-color: rgba(var(--primary-color-rgb),.2);
    border-top: 1px solid #e0e0e0;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler
{
    background: inherit;
    border-radius: 50%;
    color: inherit;
}
.p-paginator
{
    background: #fff;
    border: 0 solid #e4e4e4;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: .5rem 1rem;
}
.p-paginator .p-paginator-first, .p-paginator .p-paginator-last, .p-paginator .p-paginator-next, .p-paginator .p-paginator-pages .p-paginator-page, .p-paginator .p-paginator-prev
{
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    color: #0009;
    height: 3rem;
    margin: .143rem;
    min-width: 3rem;
    transition: none;
}
.p-paginator .p-paginator-first
{
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.p-paginator .p-paginator-last
{
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
}
.p-paginator .p-dropdown
{
    height: 3rem;
    margin-left: .5rem;
    margin-right: .5rem;
}
.p-paginator .p-paginator-page-input
{
    margin-left: .5rem;
    margin-right: .5rem;
}
.p-paginator .p-paginator-page-input .p-inputtext
{
    max-width: 3rem;
}
.p-paginator .p-paginator-current
{
    background-color: transparent;
    border: 0;
    color: #0009;
    height: 3rem;
    margin: .143rem;
    min-width: 3rem;
    padding: 0 .5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight
{
    background: rgba(var(--primary-color-rgb),.12);
    border-color: rgba(var(--primary-color-rgb),.12);
    color: var(--primary-color);
}
.p-timeline .p-timeline-event-marker
{
    background-color: #bdbdbd;
    border: 0;
    border-radius: 50%;
    height: 1rem;
    width: 1rem;
}
.p-timeline .p-timeline-event-connector
{
    background-color: #bdbdbd;
}
.p-timeline.p-timeline-vertical .p-timeline-event-content, .p-timeline.p-timeline-vertical .p-timeline-event-opposite
{
    padding: 0 1rem;
}
.p-card .p-card-content, .p-steps, .p-timeline.p-timeline-horizontal .p-timeline-event-content, .p-timeline.p-timeline-horizontal .p-timeline-event-opposite
{
    padding: 1rem 0;
}
.p-tree
{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
}
.p-tree .p-tree-container .p-treenode
{
    padding: .25rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler, .p-treetable .p-treetable-tbody>tr>td .p-treetable-toggler
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: #0009;
    height: 2.5rem;
    margin-right: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem-link .p-menuitem-icon, .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon
{
    color: #0009;
    margin-right: .5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter
{
    padding-right: 2rem;
    width: 100%;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu), .p-tree .p-treenode-children
{
    padding: 0 0 0 1rem;
}
.p-treetable .p-treetable-thead>tr>th
{
    background: #fff;
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
    text-align: left;
    transition: none;
}
.p-treetable .p-sortable-column .p-sortable-column-badge
{
    background: #3f51b51f;
    border-radius: 50%;
    color: var(--primary-color);
    height: 1.143rem;
    line-height: 1.143rem;
    margin-left: .5rem;
    min-width: 1.143rem;
}
.p-treetable .p-treetable-tbody>tr
{
    background: #fff;
    color: #000000de;
    transition: none;
    outline: 0;
}
.p-treetable .p-treetable-tbody>tr>td
{
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    padding: 1rem;
    text-align: left;
}
.p-treetable.p-treetable-sm .p-treetable-header
{
    padding: .875rem;
}
.p-accordion .p-accordion-header .p-accordion-header-link
{
    background: var(--primary-color-darker);
    border: 0;
    border-radius: var(--border-radius);
    color: var(--primary-color-text);
    font-weight: 400;
    padding: 1.5rem;
    transition: .2s ease-in-out;
}
.p-dialog .p-dialog-header .p-dialog-header-icon, .p-fieldset.p-fieldset-toggleable .p-fieldset-legend, .p-overlaypanel .p-overlaypanel-close, .p-panel .p-panel-header .p-panel-header-icon, .p-splitter .p-splitter-gutter
{
    transition: background-color .2s,color .2s,box-shadow .2s;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link, .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link
{
    background: var(--primary-color-darker);
    border-color: transparent;
    color: var(--primary-color-text);
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link
{
    background: var(--primary-color-darker);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
    color: var(--primary-color-text);
}
.p-accordion .p-accordion-content
{
    background: var(--secondary-color);
    border: 0;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1rem 1.5rem;
}
.p-accordion .p-accordion-content a
{
    text-decoration: none;
    color: var(--secondary-color-text);
}
.p-accordion .p-accordion-content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.p-accordion .p-accordion-content ul li
{
    padding: .3rem;
    transition: .1s ease-in-out;
    border-bottom: 1px solid var(--secondary-color-darkest);
    font-size: .9rem;
}
.p-accordion .p-accordion-content ul li:hover
{
    cursor: pointer;
    background: rgba(var(--primary-color-rgb),.7);
    color: var(--primary-color-text);
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.7);
}
.p-accordion .p-accordion-tab .p-accordion-content
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.p-card
{
    background: var(--secondary-color);
    border-radius: var(--border-radius);
    box-shadow: 0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px rgba(var(--secondary-color-rgb),.2);
}
.p-confirm-popup, .p-dialog, .p-overlaypanel, .p-sidebar
{
    box-shadow: 0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px rgba(var(--primary-color-rgb),.2);
}
.p-card .p-card-title
{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.p-card .p-card-subtitle
{
    font-weight: 400;
    margin-bottom: .5rem;
}
.p-card .p-card-footer
{
    padding: 1rem 0 0;
}
.p-fieldset, .p-splitter
{
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: var(--border-radius);
    color: #000000de;
}
.p-fieldset .p-fieldset-legend
{
    background: #fff;
    border-radius: var(--border-radius);
    color: #000000de;
    font-weight: 500;
    padding: 1rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a
{
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
    transition: none;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover
{
    background: #0000000a;
    border-color: #e0e0e0;
    color: #000000de;
}
.p-divider.p-divider-horizontal
{
    margin: 1.25rem 0;
    padding: 0 1.25rem;
}
.p-divider.p-divider-horizontal:before
{
    border-top: 1px rgba(var(--primary-color-rgb),.2);
}
.p-divider.p-divider-vertical
{
    margin: 0 1.25rem;
    padding: 1.25rem 0;
}
.p-divider.p-divider-vertical:before
{
    border-left: 1px rgba(var(--primary-color-rgb),.2);
}
.p-panel .p-panel-header
{
    background: var(--panel-color-header);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: var(--panel-color-header-text);
    padding: 1rem;
}
.p-panel .p-panel-header>div
{
    font-weight: bolder;
    font-size: 1.35rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-left: 1rem;
}
.p-panel .p-panel-header>div .flex
{
    display: flex;
    align-items: center;
}
.p-panel .p-panel-header .p-panel-header-icon
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: var(--primary-color-text);
    height: 2.5rem;
    width: 2.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover, .p-panel .p-panel-header .p-panel-header-icon:enabled:hover
{
    background: #0000000a;
    border-color: transparent;
    color: var(--primary-color-text);
}
.p-panel .p-panel-content
{
    background: var(--panel-color-content);
    border-bottom-left-radius: calc(var(--border-radius) + 2px);
    border-bottom-right-radius: calc(var(--border-radius) + 2px);
    border-top: 0;
    color: var(--panel-color-content-text);
    padding: 1rem;
}
.p-panel .p-panel-footer
{
    background: var(--panel-color-footer);
    border-top: 0;
    color: #000000de;
    padding: 1rem;
}
.p-scrollpanel .p-scrollpanel-bar
{
    background: rgba(var(--primary-color-rgb),.2);
    border: 0;
}
.p-tabview .p-tabview-nav
{
    border: solid rgba(var(--secondary-color-rgb),.9);
    border-width: 0 0 1px;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link
{
    border: solid rgba(var(--primary-color-rgb),.2);
    border-color: transparent transparent rgba(var(--primary-color-rgb),.2) transparent;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-width: 0 0 1px;
    color: var(--secondary-color-text);
    font-weight: 500;
    margin: 0 0 -1px;
    padding: 1rem 1.5rem;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link
{
    background: rgba(var(--primary-color-rgb),.24);
    border-color: rgba(var(--primary-color-rgb),.2);
    color: var(--primary-color-text);
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link
{
    background: var(--secondary-color);
    border-color: rgba(var(--secondary-color-rgb),.2);
    color: var(--secondary-color-text);
}
.p-tabview .p-tabview-nav-btn.p-link
{
    background: #fff;
    border-radius: 0;
    color: var(--primary-color);
    width: 3rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus, .p-tabview .p-tabview-nav-btn.p-link:focus
{
    box-shadow: inset none;
    outline: 0;
    outline-offset: 0;
}
.p-tabview .p-tabview-panels
{
    background: 0 0;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
}
.p-toolbar
{
    background: #fff;
    border-radius: var(--border-radius);
    padding: 1rem;
}
.p-toolbar .p-toolbar-separator
{
    margin: 0 .5rem;
}
.p-confirm-popup .p-confirm-popup-content, .p-overlaypanel .p-overlaypanel-content
{
    padding: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-footer
{
    padding: 0 1.5rem 1rem;
    text-align: right;
}
.p-confirm-popup .p-confirm-popup-footer button
{
    margin: 0 .5rem 0 0;
    width: auto;
}
.p-confirm-popup:after, .p-confirm-popup:before, .p-overlaypanel:after, .p-overlaypanel:before
{
    border: solid rgba(255,255,255,0);
    border-bottom-color: #fff;
}
.p-confirm-popup.p-confirm-popup-flipped:after, .p-confirm-popup.p-confirm-popup-flipped:before, .p-overlaypanel.p-overlaypanel-flipped:after, .p-overlaypanel.p-overlaypanel-flipped:before
{
    border-top-color: #fff;
}
.p-avatar.p-avatar-lg .p-avatar-icon, .p-confirm-popup .p-confirm-popup-icon, .p-image-action.p-link i
{
    font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message, .p-dialog.p-confirm-dialog .p-confirm-dialog-message
{
    margin-left: 1rem;
}
.p-dialog
{
    border: 0;
    border-radius: var(--border-radius);
}
.p-dialog .p-dialog-header
{
    background: var(--modal-color-header);
    border-bottom: 0;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: var(--modal-color-header-text);
    padding: 1.5rem;
}
.p-dialog .p-dialog-header .modal__modal-header, .p-dialog .p-dialog-header .p-dialog-title
{
    font-size: 1.25rem;
    font-weight: 600;
}
.p-dialog .p-dialog-header .p-dialog-header-icon
{
    background: 0 0;
    border: 0;
    border-radius: 50%;
    color: var(--primary-color-text);
    height: 2.5rem;
    margin-right: .5rem;
    width: 2.5rem;
}
.p-dialog .p-dialog-content
{
    background: var(--modal-color-content);
    color: var(--modal-color-content-text);
    padding: 1.5rem;
}
.p-dialog .p-dialog-footer
{
    background: var(--modal-color-header);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-top: 0;
    color: #000000de;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.p-overlaypanel .p-overlaypanel-close
{
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    height: 2.5rem;
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
    width: 2.5rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover
{
    background: #3f51b5eb;
    color: #fff;
}
.p-sidebar
{
    background: var(--secondary-color);
    border: 0;
    color: var(--secondary-color-text);
}
.p-panel .p-panel-content, .p-sidebar .p-sidebar-header+.p-sidebar-content
{
    padding-top: 0;
}
.p-tooltip .p-tooltip-text
{
    background: #616161e6;
    border-radius: var(--border-radius);
    color: #fff;
    padding: .5rem;
}
.p-contextmenu, .p-contextmenu .p-submenu-list, .p-megamenu .p-megamenu-panel, .p-menu.p-menu-overlay, .p-menubar .p-submenu-list, .p-tieredmenu .p-submenu-list, .p-tieredmenu.p-tieredmenu-overlay
{
    box-shadow: 0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px rgba(var(--primary-color-rgb),.2);
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow
{
    border-right-color: #616161e6;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow
{
    border-left-color: #616161e6;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow
{
    border-top-color: #616161e6;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow
{
    border-bottom-color: #616161e6;
}
.p-fileupload .p-fileupload-buttonbar
{
    background: linear-gradient(to right,var(--primary-color) 75%,var(--primary-color-darkest));
    border-bottom: 0;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: var(--primary-color-text);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}
.p-fileupload .p-fileupload-buttonbar .p-button
{
    margin-right: .5rem;
    background: var(--primary-color-button);
}
.p-fileupload .p-fileupload-content
{
    background: var(--secondary-color-lightest);
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    color: var(--secondary-color-text);
    padding: 2rem 1rem;
}
.p-fileupload .p-progressbar
{
    height: 5px;
}
.p-fileupload.p-fileupload-advanced .p-message, .p-float-label textarea~label
{
    margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover
{
    background: var(--primary-color-button-hover);
    border-color: transparent;
    color: var(--primary-color-text);
}
.p-breadcrumb
{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
    padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link
{
    border-radius: var(--border-radius);
    transition: none;
}
.p-breadcrumb ul li.p-breadcrumb-chevron
{
    color: #0009;
    margin: 0 .5rem;
}
.p-contextmenu
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: .5rem 0;
    width: 12.5rem;
}
.p-contextmenu .p-menuitem-link, .p-megamenu .p-menuitem-link, .p-menu .p-menuitem-link, .p-menubar .p-menuitem-link, .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link, .p-tieredmenu .p-menuitem-link
{
    border-radius: 0;
    color: #000000de;
    padding: 1rem;
    transition: none;
    -webkit-user-select: none;
    user-select: none;
}
.p-contextmenu .p-submenu-list
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    padding: .5rem 0;
}
.p-dock .p-dock-list-container
{
    background: #ffffff1a;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: .5rem;
    padding: .5rem;
}
.p-dock.p-dock-bottom .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev, .p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-top .p-dock-item-second-prev
{
    margin: 0 .9rem;
}
.p-dock.p-dock-bottom .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev, .p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-top .p-dock-item-prev
{
    margin: 0 1.3rem;
}
.p-dock.p-dock-bottom .p-dock-item-current, .p-dock.p-dock-top .p-dock-item-current
{
    margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-left .p-dock-item-second-prev, .p-dock.p-dock-right .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev
{
    margin: .9rem 0;
}
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-left .p-dock-item-prev, .p-dock.p-dock-right .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev
{
    margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current
{
    margin: 1.5rem 0;
}
.p-megamenu, .p-menubar
{
    background: 0 0;
    border: 1px solid #e5e5e5;
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
}
.p-megamenu .p-megamenu-root-list>.p-menuitem>.p-menuitem-link, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link
{
    border-radius: var(--border-radius);
    color: #000000de;
    padding: 1rem;
    transition: none;
    -webkit-user-select: none;
    user-select: none;
}
.p-megamenu .p-megamenu-panel
{
    background: #fff;
    border: 0;
    color: #000000de;
}
.p-megamenu .p-megamenu-submenu-header
{
    background: #fff;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    color: #0009;
    font-weight: 400;
    margin: 0;
    padding: 1rem;
}
.p-megamenu .p-megamenu-submenu, .p-megamenu.p-megamenu-vertical, .p-menu, .p-tieredmenu
{
    padding: .5rem 0;
    width: 12.5rem;
}
.p-menu .p-submenu-header
{
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #0009;
    font-weight: 400;
    margin: 0;
    padding: 1rem;
}
.p-menubar .p-submenu-list
{
    background: #fff;
    border: 0;
    padding: .5rem 0;
    width: 12.5rem;
}
@media screen and (max-width: 960px)
{
    .p-panel .p-panel-header>div
    {
        font-size: 1.1rem;
        letter-spacing: 0;
    }
    .p-dock.p-dock-bottom .p-dock-list-container, .p-dock.p-dock-top .p-dock-list-container
    {
        overflow-x: auto;
        width: 100%;
    }
    .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list, .p-dock.p-dock-top .p-dock-list-container .p-dock-list
    {
        margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container
    {
        height: 100%;
        overflow-y: auto;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list
    {
        margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item
    {
        margin: 0;
        transform: none;
    }
    .p-menubar
    {
        position: relative;
    }
    .p-menubar .p-menubar-button
    {
        border-radius: 50%;
        color: #0009;
        display: flex;
        height: 2.5rem;
        transition: background-color .2s,color .2s,box-shadow .2s;
        width: 2.5rem;
    }
    .p-menubar .p-menubar-button:hover
    {
        background: #0000000a;
        color: #0009;
    }
    .p-menubar .p-menubar-button:focus, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:focus
    {
        box-shadow: none;
        outline: 0;
        outline-offset: 0;
    }
    .p-menubar .p-menubar-root-list
    {
        background: #fff;
        border: 0;
        box-shadow: 0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px rgba(var(--primary-color-rgb),.2);
        display: none;
        padding: .5rem 0;
        position: absolute;
        width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menu-separator
    {
        border-top: 1px solid rgba(var(--primary-color-rgb),.2);
        margin: .5rem 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon
    {
        font-size: .875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem, .p-menubar .p-menubar-root-list>.p-menuitem
    {
        position: static;
        width: 100%;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link
    {
        border-radius: 0;
        color: #000000de;
        padding: 1rem;
        transition: none;
        -webkit-user-select: none;
        user-select: none;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-text, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-text
    {
        color: #000000de;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-menuitem-icon
    {
        color: #0009;
        margin-right: .5rem;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link .p-submenu-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon, .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover .p-submenu-icon
    {
        color: #0009;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link:not(.p-disabled):hover
    {
        background: #0000000a;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem>.p-menuitem-link>.p-submenu-icon
    {
        margin-left: auto;
        transition: transform .2s;
    }
    .p-menubar .p-menubar-root-list>.p-menuitem.p-menuitem-active>.p-menuitem-link>.p-submenu-icon
    {
        transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list
    {
        border: 0;
        box-shadow: none;
        position: static;
        width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon
    {
        transform: rotate(90deg);
        transition: transform .2s;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active>.p-menuitem-link>.p-submenu-icon
    {
        transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list ul li a
    {
        padding-left: 3rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li a
    {
        padding-left: 5rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li a
    {
        padding-left: 7rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li a
    {
        padding-left: 9rem;
    }
    .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a
    {
        padding-left: 11rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list
    {
        display: flex;
        flex-direction: column;
        left: 0;
        top: 100%;
        z-index: 1;
    }
}
.p-panelmenu .p-panelmenu-header>a
{
    background: #fff;
    border: 0;
    border-radius: var(--border-radius);
    color: #000000de;
    font-weight: 400;
    padding: 1.5rem;
    transition: none;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled)>a:hover
{
    background: var(--primary-color);
    border-color: transparent;
    color: #000000de;
}
.p-panelmenu .p-panelmenu-header.p-highlight
{
    margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight>a
{
    background: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: transparent;
    color: #000000de;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled)>a:hover
{
    background: #fff;
    border-color: transparent;
    color: #000000de;
}
.p-panelmenu .p-panelmenu-content
{
    background: #fff;
    border: 0;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000000de;
    margin-bottom: 0;
    padding: .5rem 0;
}
.p-steps .p-steps-item .p-menuitem-link
{
    background: 0 0;
    border-radius: var(--border-radius);
    transition: none;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number
{
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    color: var(--primary-color-text);
    z-index: 1;
}
.p-steps .p-steps-item.p-highlight .p-steps-number
{
    background: var(--primary-color-lighter);
    color: var(--primary-color-text);
}
.p-steps .p-steps-item.p-highlight .p-steps-title
{
    color: var(--secondary-color-text);
    font-size: 1.2rem;
}
.p-steps .p-steps-item:before
{
    border-top: 1px solid rgba(var(--secondary-color-rgb),.2);
    content: " ";
    display: block;
    width: 100%;
}
.p-tabmenu .p-tabmenu-nav
{
    background: #fff;
    border: solid rgba(var(--primary-color-rgb),.2);
    border-width: 0 0 1px;
    position: relative;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link
{
    background: #fff;
    border: solid rgba(var(--primary-color-rgb),.2);
    border-color: transparent transparent rgba(var(--primary-color-rgb),.2) transparent;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-width: 0 0 1px;
    color: #0009;
    font-weight: 500;
    margin: 0 0 -1px;
    padding: 1rem 1.5rem;
    transition: none;
}
.p-badge, .p-tag, .p-toast .p-toast-message .p-toast-message-content .p-toast-summary
{
    font-weight: 700;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link
{
    background: #3f51b50a;
    border-color: rgba(var(--primary-color-rgb),.2);
    color: #0009;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link
{
    background: #fff;
    border-color: rgba(var(--primary-color-rgb),.2);
    color: var(--primary-color);
}
.p-tieredmenu .p-submenu-list
{
    background: #fff;
    border: 0;
    padding: .5rem 0;
}
.p-inline-message
{
    border-radius: var(--border-radius);
    margin: 0;
    padding: 1rem;
}
.p-inline-message.p-inline-message-info
{
    background: #b3e5fc;
    border: 1px solid transparent;
    color: #01579b;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon, .p-message.p-message-info .p-message-close, .p-message.p-message-info .p-message-icon, .p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close, .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon
{
    color: #01579b;
}
.p-inline-message.p-inline-message-success
{
    background: #c8e6c9;
    border: 1px solid transparent;
    color: #1b5e20;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon, .p-message.p-message-success .p-message-close, .p-message.p-message-success .p-message-icon, .p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close, .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon
{
    color: #1b5e20;
}
.p-inline-message.p-inline-message-warn
{
    background: #ffecb3;
    border: 1px solid transparent;
    color: #7f6003;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon, .p-message.p-message-warn .p-message-close, .p-message.p-message-warn .p-message-icon, .p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close, .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon
{
    color: #7f6003;
}
.p-inline-message.p-inline-message-error
{
    background: #ffcdd2;
    border: 1px solid transparent;
    color: #b71c1c;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon, .p-message.p-message-error .p-message-close, .p-message.p-message-error .p-message-icon, .p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close, .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon
{
    color: #b71c1c;
}
.p-inline-message .p-inline-message-icon
{
    font-size: 1rem;
    margin-right: .5rem;
}
.p-message
{
    border-radius: var(--border-radius);
    margin: 1rem 0;
}
.p-message .p-message-wrapper
{
    padding: 1.25rem 1.5rem;
}
.p-message .p-message-close
{
    background: 0 0;
    border-radius: 50%;
    height: 2.5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2.5rem;
}
.p-message .p-message-close:hover, .p-toast .p-toast-message .p-toast-icon-close:hover
{
    background: #ffffff4d;
}
.p-message.p-message-info, .p-toast .p-toast-message.p-toast-message-info
{
    background: #b3e5fc;
    border: 0 solid transparent;
    color: #01579b;
}
.p-message.p-message-success, .p-toast .p-toast-message.p-toast-message-success
{
    background: #c8e6c9;
    border: 0 solid transparent;
    color: #1b5e20;
}
.p-message.p-message-warn, .p-toast .p-toast-message.p-toast-message-warn
{
    background: #ffecb3;
    border: 0 solid transparent;
    color: #7f6003;
}
.p-message.p-message-error, .p-toast .p-toast-message.p-toast-message-error
{
    background: #ffcdd2;
    border: 0 solid transparent;
    color: #b71c1c;
}
.p-galleria .p-galleria-close, .p-galleria .p-galleria-item-nav, .p-toast .p-toast-message .p-toast-icon-close
{
    background: 0 0;
    transition: background-color .2s,color .2s,box-shadow .2s;
}
.p-message .p-message-text
{
    font-size: 1rem;
    font-weight: 500;
}
.p-message .p-message-icon
{
    font-size: 1.5rem;
    margin-right: .5rem;
}
.p-toast
{
    opacity: .9;
}
.p-toast .p-toast-message
{
    border-radius: var(--border-radius);
    margin: 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content
{
    border-width: 0;
    padding: 1.5rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text
{
    margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail
{
    margin: .5rem 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close
{
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
}
.p-galleria .p-galleria-close
{
    border-radius: 50%;
    color: #ffffffde;
    height: 4rem;
    margin: .5rem;
    width: 4rem;
}
.p-galleria .p-galleria-close:hover, .p-galleria .p-galleria-item-nav:not(.p-disabled):hover, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover
{
    background: #ffffff1a;
    color: #ffffffde;
}
.p-galleria .p-galleria-item-nav
{
    border-radius: 50%;
    color: #f6f6f6;
    height: 4rem;
    margin: 0 .5rem;
    width: 4rem;
}
.p-galleria .p-galleria-caption
{
    background: #00000080;
    color: #ffffffde;
    padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button
{
    background-color: #dcdcdc;
    border-radius: 50%;
    height: 1.25rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 1.25rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators
{
    background: #00000080;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button
{
    background: #fff6;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover
{
    background: #fff9;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button
{
    background: rgba(var(--primary-color-rgb),.12);
    color: var(--primary-color);
    background: #ff4081ad;
    color: #fff;
}
.p-galleria .p-galleria-thumbnail-container
{
    background: #000000e6;
    padding: 1rem .25rem;
}
.p-image-action.p-link, .p-image-preview-indicator
{
    background-color: transparent;
    transition: background-color .2s,color .2s,box-shadow .2s;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next, .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev
{
    background-color: transparent;
    border-radius: 50%;
    color: #ffffffde;
    height: 2rem;
    margin: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 2rem;
}
.p-galleria-mask, .p-image-mask
{
    maskbg: rgba(0,0,0,.9);
}
.p-image-preview-indicator
{
    color: #f8f9fa;
}
.p-image-preview-container:hover>.p-image-preview-indicator
{
    background-color: #00000080;
}
.p-image-action.p-link
{
    border-radius: 50%;
    color: #f8f9fa;
    height: 3rem;
    margin-right: .5rem;
    width: 3rem;
}
.p-image-action.p-link:hover
{
    background-color: #ffffff1a;
    color: #f8f9fa;
}
.p-avatar
{
    background-color: rgba(var(--primary-color-rgb),.2);
    border-radius: var(--border-radius);
}
.p-avatar.p-avatar-lg
{
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem;
}
.p-avatar.p-avatar-xl
{
    font-size: 2rem;
    height: 4rem;
    width: 4rem;
}
.p-avatar-group .p-avatar
{
    border: 2px solid #fff;
}
.p-badge
{
    background: var(--primary-color);
    color: #fff;
    font-size: .75rem;
    height: 1.5rem;
    line-height: 1.5rem;
    min-width: 1.5rem;
}
.p-badge.p-badge-secondary
{
    background-color: #ff4081;
    color: #fff;
}
.p-badge.p-badge-success, .p-tag.p-tag-success
{
    background-color: #689f38;
    color: #fff;
}
.p-badge.p-badge-info, .p-tag.p-tag-info
{
    background-color: #2196f3;
    color: #fff;
}
.p-badge.p-badge-warning, .p-tag.p-tag-warning
{
    background-color: #fbc02d;
    color: #212529;
}
.p-badge.p-badge-danger, .p-tag.p-tag-danger
{
    background-color: #d32f2f;
    color: #fff;
}
.p-badge.p-badge-lg
{
    font-size: 1.125rem;
    height: 2.25rem;
    line-height: 2.25rem;
    min-width: 2.25rem;
}
.p-badge.p-badge-xl
{
    font-size: 1.5rem;
    height: 3rem;
    line-height: 3rem;
    min-width: 3rem;
}
.p-chip
{
    background-color: var(--primary-color-lighter);
    border-radius: 16px;
    color: var(--primary-color-text);
    padding: 0 1rem;
}
.p-chip .p-chip-text
{
    line-height: 1.5;
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.p-chip img
{
    height: 2.5rem;
    margin-left: -1rem;
    margin-right: .5rem;
    width: 2.5rem;
}
.p-chip .p-chip-remove-icon
{
    border-radius: var(--border-radius);
    margin-left: .5rem;
    transition: background-color .2s,color .2s,box-shadow .2s;
}
.p-inplace .p-inplace-display
{
    border-radius: var(--border-radius);
    padding: 1rem;
    transition: background-color .2s,border-color .2s,color .2s,box-shadow .2s,background-size .2s cubic-bezier(.64,.09,.08,1);
}
.p-accordion .p-accordion-tab, .p-panelmenu .p-panelmenu-panel
{
    margin-bottom: 0;
    transition: margin-bottom 225ms;
    position: relative;
}
.p-progressbar
{
    background: var(--primary-color-lightest);
    border: 0;
    border-radius: var(--border-radius);
    height: 12px;
}
.p-progressbar .p-progressbar-value
{
    background: var(--primary-color);
    border: 0;
    margin: 0;
}
.p-progressbar .p-progressbar-label
{
    color: #fff;
    line-height: 4px;
    display: none;
}
.p-scrolltop
{
    border-radius: 50%;
    height: 45px;
    transition: background-color .2s,color .2s,box-shadow .2s;
    width: 45px;
    left: 27px;
    bottom: 100px!important;
}
.p-scrolltop.p-link:hover
{
    background: rgba(var(--primary-color-rgb),.7);
}
.p-scrolltop .p-scrolltop-icon
{
    color: #fff;
    font-size: 1.5rem;
}
.p-skeleton
{
    background-color: #00000014;
}
.p-skeleton:after
{
    background: linear-gradient(90deg,#fff0,#fff6,#fff0);
}
.p-tag
{
    background: var(--primary-color);
    color: #fff;
    font-size: .75rem;
    padding: .25rem .4rem;
}
.p-tag .p-tag-icon
{
    font-size: .75rem;
    margin-right: .25rem;
}
.p-accordion .p-accordion-tab .p-accordion-toggle-icon
{
    margin-left: auto;
    order: 1;
    transition: transform .2s;
}
.p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus
{
    background: var(--primary-color-darker);
}
.p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon
{
    transform: rotate(-270deg);
}
.p-accordion .p-accordion-tab.p-accordion-tab-active
{
    margin-bottom: 1rem;
}
.p-accordion .p-accordion-tab.p-accordion-tab-active .p-accordion-toggle-icon
{
    transform: rotate(-180deg);
}
.p-accordion .p-accordion-tab .p-accordion-header.p-disabled, .p-calendar-w-btn.p-calendar-disabled .p-inputtext, .p-panelmenu .p-panelmenu-panel .p-panelmenu-header.p-disabled, .p-steps .p-steps-item.p-disabled
{
    opacity: 1;
}
.p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-cascadeselect:not(.p-disabled).p-focus, .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus, .p-multiselect:not(.p-disabled).p-focus, .p-treeselect:not(.p-disabled).p-focus
{
    box-shadow: inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color);
}
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container, .p-input-filled .p-calendar-w-btn, .p-input-filled .p-cascadeselect, .p-input-filled .p-chips-multiple-container, .p-input-filled .p-dropdown, .p-input-filled .p-inputgroup .p-inputgroup-addon, .p-input-filled .p-inputtext, .p-input-filled .p-multiselect, .p-input-filled .p-treeselect
{
    background: 50% 100%/0 2px no-repeat border-box,50% 100%/100% 1px no-repeat border-box #f5f5f5;
    background-image: linear-gradient(to bottom,var(--primary-color),var(--primary-color)),linear-gradient(to bottom,#00000061,#00000061);
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger, .p-dropdown .p-dropdown-trigger, .p-dropdown .p-inputtext, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext:enabled:focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-inputtext:enabled:hover, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled) .p-inputtext:enabled:focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled) .p-inputtext:enabled:hover, .p-input-filled .p-cascadeselect .p-cascadeselect-label:hover, .p-input-filled .p-cascadeselect .p-inputtext, .p-input-filled .p-cascadeselect .p-inputtext:enabled:focus, .p-input-filled .p-cascadeselect .p-inputtext:enabled:hover, .p-input-filled .p-chips-multiple-container .p-inputtext, .p-input-filled .p-chips-multiple-container .p-inputtext:enabled:focus, .p-input-filled .p-chips-multiple-container .p-inputtext:enabled:hover, .p-input-filled .p-dropdown .p-inputtext:enabled:focus, .p-input-filled .p-dropdown .p-inputtext:enabled:hover, .p-input-filled .p-multiselect .p-inputtext, .p-input-filled .p-multiselect .p-inputtext:enabled:focus, .p-input-filled .p-multiselect .p-inputtext:enabled:hover, .p-input-filled .p-multiselect .p-multiselect-label:hover, .p-input-filled .p-treeselect .p-inputtext, .p-input-filled .p-treeselect .p-inputtext:enabled:focus, .p-input-filled .p-treeselect .p-inputtext:enabled:hover, .p-input-filled .p-treeselect .p-treeselect-label:hover, .p-multiselect .p-multiselect-label, .p-multiselect .p-multiselect-trigger, .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger
{
    background: 0 0;
}
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled):hover, .p-input-filled .p-cascadeselect:not(.p-disabled):hover, .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover, .p-input-filled .p-dropdown:not(.p-disabled):hover, .p-input-filled .p-inputtext:enabled:hover, .p-input-filled .p-multiselect:not(.p-disabled):hover, .p-input-filled .p-treeselect:not(.p-disabled):hover
{
    background-color: #ececec;
    background-image: linear-gradient(to bottom,var(--primary-color),var(--primary-color)),linear-gradient(to bottom,#000000de,#000000de);
    border-color: transparent;
}
.p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-calendar-disabled):not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-inputtext:enabled:focus, .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus
{
    background-color: #dcdcdc;
    background-size: 100% 2px,100% 1px;
    border-color: transparent;
    box-shadow: none;
}
.p-float-label .p-autocomplete-multiple-container .p-autocomplete-token, .p-float-label .p-chips-multiple-container .p-chips-token
{
    padding: .25rem 1rem;
}
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token, .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token
{
    padding-bottom: 0;
    padding-top: 0;
}
.p-input-filled .p-float-label .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon, .p-input-filled .p-float-label .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon, .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon, .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token .p-treeselect-token-icon
{
    font-size: 75%;
}
.p-input-filled .p-autocomplete.p-invalid>.p-autocomplete-multiple-container, .p-input-filled .p-autocomplete.p-invalid>.p-inputtext, .p-input-filled .p-autocomplete.p-invalid>.p-inputtext:enabled:hover, .p-input-filled .p-calendar.p-invalid .p-inputtext, .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn, .p-input-filled .p-cascadeselect.p-invalid, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container, .p-input-filled .p-dropdown.p-invalid, .p-input-filled .p-inputnumber.p-invalid .p-inputtext, .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover, .p-input-filled .p-inputtext.p-invalid.p-component, .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover, .p-input-filled .p-multiselect.p-invalid, .p-input-filled .p-password.p-invalid>.p-inputtext, .p-input-filled .p-password.p-invalid>.p-inputtext:enabled:hover, .p-input-filled .p-treeselect.p-invalid
{
    background-image: linear-gradient(to bottom,#b00020,#b00020),linear-gradient(to bottom,#b00020,#b00020);
    border-color: transparent;
}
.p-input-filled .p-autocomplete.p-invalid>.p-inputtext:enabled:focus, .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus, .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus, .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus, .p-input-filled .p-password.p-invalid>.p-inputtext:enabled:focus
{
    border-color: transparent;
    box-shadow: none;
}
.p-input-filled .p-autocomplete.p-invalid>.p-autocomplete-multiple-container:not(.p-disabled):hover, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover
{
    background-image: linear-gradient(to bottom,#b00020,#b00020),linear-gradient(to bottom,#b00020,#b00020);
}
.p-input-filled .p-autocomplete.p-invalid>.p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid>.p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus
{
    background-image: linear-gradient(to bottom,#b00020,#b00020),linear-gradient(to bottom,#b00020,#b00020);
    box-shadow: none;
}
.p-autocomplete.p-invalid>.p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-autocomplete.p-invalid>.p-inputtext:enabled:focus, .p-calendar.p-invalid .p-inputtext:enabled:focus, .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus, .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-dropdown.p-invalid:not(.p-disabled).p-focus
{
    box-shadow: inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020;
}
.p-breadcrumb .p-menuitem-link
{
    padding: .25rem .5rem;
}
.p-button
{
    font-weight: 500;
    min-width: 4rem;
}
.p-button.p-button-icon-only
{
    min-width: fit-content;
}
.p-button:enabled:focus
{
    background: var(--primary-color-button-focus);
}
.p-button:enabled:active
{
    background: var(--primary-color-button-active);
}
.p-button .p-ink
{
    background-color: rgba(var(--primary-color-rgb),.32);
}
.p-button.p-button-outlined:enabled:focus, .p-button.p-button-text:enabled:focus, .p-rating .p-rating-icon:focus, .p-splitbutton.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus
{
    background: rgba(var(--primary-color-rgb),.12);
}
.p-button.p-button-outlined:enabled:active, .p-button.p-button-text:enabled:active
{
    background: rgba(var(--primary-color-rgb),.16);
}
.p-button.p-button-outlined .p-ink, .p-button.p-button-text .p-ink
{
    background-color: rgba(var(--primary-color-rgb),.16);
}
.p-button.p-button-outlined
{
    box-shadow: inset 0 0 0 1px var(--primary-color-button);
}
.p-button.p-button-outlined:enabled:active, .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-outlined>.p-button, .p-splitbutton.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-outlined>.p-button:enabled:focus
{
    box-shadow: inset 0 0 0 1px;
}
.p-button:disabled
{
    background-color: rgba(var(--primary-color-rgb),.2)!important;
    color: #00000061!important;
    opacity: 1;
}
.p-button:disabled.p-button-text
{
    background-color: transparent!important;
    color: #00000061!important;
}
.p-button:disabled.p-button-outlined
{
    background-color: transparent!important;
    border-color: rgba(var(--primary-color-rgb),.38)!important;
    color: rgba(var(--primary-color-rgb),.38)!important;
}
.p-button.p-button-secondary.p-button-outlined:enabled:focus, .p-button.p-button-secondary.p-button-text:enabled:focus, .p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-secondary>.p-button.p-button-text:enabled:focus, .p-buttonset.p-button-secondary>.p-button:enabled:focus, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-secondary>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-secondary>.p-button:enabled:focus
{
    background: var(--secondary-color-button-focus);
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-button.p-button-secondary.p-button-text:enabled:active, .p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary>.p-button.p-button-text:enabled:active, .p-buttonset.p-button-secondary>.p-button:enabled:active, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary>.p-button:enabled:active
{
    background: var(--secondary-color-button-active);
}
.p-button.p-button-secondary.p-button-outlined .p-ink, .p-button.p-button-secondary.p-button-text .p-ink, .p-buttonset.p-button-secondary>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-secondary>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary>.p-button.p-button-text .p-ink
{
    background-color: var(--primary-color);
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info>.p-button:enabled:focus, .p-splitbutton.p-button-info>.p-button:enabled:focus
{
    background: #2196f3c2;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info>.p-button:enabled:active, .p-splitbutton.p-button-info>.p-button:enabled:active
{
    background: #2196f3ad;
}
.p-button.p-button-info.p-button-outlined:enabled:focus, .p-button.p-button-info.p-button-text:enabled:focus, .p-buttonset.p-button-info>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-info>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-info>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-info>.p-button.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-info>.p-button.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-info>.p-button.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-info>.p-button.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus
{
    background: #2196f31f;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-info>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-info>.p-button.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #2196f329;
}
.p-button.p-button-info.p-button-outlined .p-ink, .p-button.p-button-info.p-button-text .p-ink, .p-buttonset.p-button-info>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-info>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-info>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info>.p-button.p-button-text .p-ink
{
    background-color: #2196f329;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success>.p-button:enabled:focus, .p-splitbutton.p-button-success>.p-button:enabled:focus
{
    background: #689f38c2;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success>.p-button:enabled:active, .p-splitbutton.p-button-success>.p-button:enabled:active
{
    background: #689f38ad;
}
.p-button.p-button-success.p-button-outlined:enabled:focus, .p-button.p-button-success.p-button-text:enabled:focus, .p-buttonset.p-button-success>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-success>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-success>.p-button.p-button-text:enabled:focus
{
    background: #689f381f;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-success>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success>.p-button.p-button-text:enabled:active
{
    background: #689f3829;
}
.p-button.p-button-success.p-button-outlined .p-ink, .p-button.p-button-success.p-button-text .p-ink, .p-buttonset.p-button-success>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-success>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-success>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success>.p-button.p-button-text .p-ink
{
    background-color: #689f3829;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning>.p-button:enabled:focus, .p-splitbutton.p-button-warning>.p-button:enabled:focus
{
    background: #fbc02dc2;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning>.p-button:enabled:active, .p-splitbutton.p-button-warning>.p-button:enabled:active
{
    background: #fbc02dad;
}
.p-button.p-button-warning.p-button-outlined:enabled:focus, .p-button.p-button-warning.p-button-text:enabled:focus, .p-buttonset.p-button-warning>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-warning>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-warning>.p-button.p-button-text:enabled:focus
{
    background: #fbc02d1f;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-warning>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning>.p-button.p-button-text:enabled:active
{
    background: #fbc02d29;
}
.p-button.p-button-warning.p-button-outlined .p-ink, .p-button.p-button-warning.p-button-text .p-ink, .p-buttonset.p-button-warning>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-warning>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning>.p-button.p-button-text .p-ink
{
    background-color: #fbc02d29;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help>.p-button:enabled:focus, .p-splitbutton.p-button-help>.p-button:enabled:focus
{
    background: #9c27b0c2;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help>.p-button:enabled:active, .p-splitbutton.p-button-help>.p-button:enabled:active
{
    background: #9c27b0ad;
}
.p-button.p-button-help.p-button-outlined:enabled:focus, .p-button.p-button-help.p-button-text:enabled:focus, .p-buttonset.p-button-help>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-help>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-help>.p-button.p-button-text:enabled:focus
{
    background: #9c27b01f;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-help>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help>.p-button.p-button-text:enabled:active
{
    background: #9c27b029;
}
.p-button.p-button-help.p-button-outlined .p-ink, .p-button.p-button-help.p-button-text .p-ink, .p-buttonset.p-button-help>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-help>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-help>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help>.p-button.p-button-text .p-ink
{
    background-color: #9c27b029;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger>.p-button:enabled:focus, .p-splitbutton.p-button-danger>.p-button:enabled:focus
{
    background: #d32f2fc2;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger>.p-button:enabled:active, .p-splitbutton.p-button-danger>.p-button:enabled:active
{
    background: #d32f2fad;
}
.p-button.p-button-danger.p-button-outlined:enabled:focus, .p-button.p-button-danger.p-button-text:enabled:focus, .p-buttonset.p-button-danger>.p-button.p-button-outlined:enabled:focus, .p-buttonset.p-button-danger>.p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger>.p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-danger>.p-button.p-button-text:enabled:focus
{
    background: #d32f2f1f;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger>.p-button.p-button-outlined:enabled:active, .p-buttonset.p-button-danger>.p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger>.p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger>.p-button.p-button-text:enabled:active
{
    background: #d32f2f29;
}
.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext
{
    background-image: none;
    border: 0;
}
.p-button.p-button-danger.p-button-outlined .p-ink, .p-button.p-button-danger.p-button-text .p-ink, .p-buttonset.p-button-danger>.p-button.p-button-outlined .p-ink, .p-buttonset.p-button-danger>.p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger>.p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger>.p-button.p-button-text .p-ink
{
    background-color: #d32f2f29;
}
.p-calendar-w-btn
{
    background: rgba(var(--primary-color-rgb),.5);
    border-radius: var(--border-radius);
    transition: background-color .2s,border-color .2s,color .2s,box-shadow .2s,background-size .2s cubic-bezier(.64,.09,.08,1);
}
.p-calendar-w-btn .p-datepicker-trigger.p-button
{
    background-color: transparent;
    border: 0;
}
.p-calendar-w-btn .p-datepicker-trigger.p-button:disabled
{
    background-color: transparent!important;
}
.p-calendar-w-btn:not(.p-calendar-disabled).p-inputwrapper-focus
{
    border-color: var(--primary-color);
    box-shadow: inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color),inset 0 0 0 1px var(--primary-color);
}
.p-datepicker .p-datepicker-header .p-datepicker-title
{
    margin: 0 auto 0 0;
    order: 1;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev
{
    order: 2;
}
.p-datepicker .p-datepicker-header .p-datepicker-next
{
    order: 3;
}
.p-datepicker table th
{
    border-bottom: 1px solid rgba(var(--primary-color-rgb),.2);
    color: #00000061;
    font-size: .875rem;
    font-weight: 400;
}
.p-datepicker table td.p-datepicker-today.p-highlight
{
    box-shadow: 0 0 0 1px #3f51b51f;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button, .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button
{
    background: #ff4081;
    color: #fff;
}
.p-cascadeselect-item-content .p-ink, .p-listbox .p-listbox-list .p-listbox-item .p-ink, .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink, .p-tabmenu .p-tabmenu-nav li .p-menuitem-link>.p-ink, .p-tabview .p-tabview-nav li .p-tabview-nav-link>.p-ink, .p-treeselect-item .p-ink
{
    background-color: #3f51b529;
}
.p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label, .p-input-filled .p-float-label .p-inputtext, .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label, .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label, .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label, .p-input-filled .p-float-label .p-multiselect .p-multiselect-label, .p-input-filled .p-float-label .p-treeselect .p-treeselect-label
{
    padding-bottom: .5rem;
    padding-top: 1.5rem;
}
.p-checkbox, .p-radiobutton
{
    border-radius: 50%;
    transition: box-shadow .2s;
}
.p-checkbox .p-checkbox-box
{
    border-color: #757575;
    border-radius: 2px;
    position: relative;
}
.p-checkbox .p-checkbox-box:not(.p-disabled).p-focus, .p-checkbox .p-checkbox-box:not(.p-disabled):hover
{
    border-color: #757575;
}
.p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled).p-focus, .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled).p-focus
{
    border-color: var(--primary-color);
}
.p-checkbox .p-checkbox-box.p-highlight .p-checkbox-icon.pi-check:before
{
    animation: 125ms linear 50ms forwards checkbox-check;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    content: "";
    left: 1px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    transform-origin: 0% 100%;
}
.p-checkbox:not(.p-checkbox-disabled):hover, .p-radiobutton:not(.p-radiobutton-disabled):hover
{
    box-shadow: 0 0 1px 10px #0000000a;
}
.p-checkbox:not(.p-checkbox-disabled).p-checkbox-focused, .p-radiobutton:not(.p-radiobutton-disabled).p-radiobutton-focused
{
    box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb),.2);
}
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled):hover, .p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled):hover
{
    box-shadow: 0 0 1px 10px #3f51b50a;
}
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused, .p-radiobutton.p-radiobutton-checked:not(.p-radiobutton-disabled).p-radiobutton-focused
{
    box-shadow: 0 0 1px 10px #3f51b51f;
}
@keyframes checkbox-check
{
    0%
    {
        border-color: #fff;
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: 0;
    }
    33%
    {
        height: 0;
        transform: translateZ(0) rotate(45deg);
        width: var(--border-radius);
    }
    to
    {
        border-color: #fff;
        height: 10px;
        transform: translate3d(0,-10px,0) rotate(45deg);
        width: var(--border-radius);
    }
}
.p-datatable .p-datatable-tbody>tr:not(.p-highlight):focus, .p-datatable .p-sortable-column:focus, .p-treetable .p-sortable-column:focus, .p-treetable .p-treetable-tbody>tr:not(.p-highlight):focus
{
    background-color: #00000008;
}
.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-top>td
{
    box-shadow: inset 0 2px 0 0 var(--primary-color);
}
.p-datatable .p-datatable-tbody>tr.p-datatable-dragpoint-bottom>td
{
    box-shadow: inset 0 -2px 0 0 var(--primary-color);
}
.p-dropdown-item .p-ink
{
    background-color: rgba(var(--primary-color-rgb),.56);
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button:focus
{
    background: var(--primary-color-lightest);
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:active, .fc.fc-theme-standard .fc-toolbar .fc-button:active, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:active, .fc.fc-unthemed .fc-toolbar .fc-button:active
{
    background: #3f51b5ad;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus
{
    background: #e0e0e1;
    border-color: #e0e0e1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight, .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight
{
    background: #d9d8d9;
    border-color: #d9d8d9;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-dayGridMonth-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridDay-button:focus.p-highlight, .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button.fc-timeGridWeek-button:focus.p-highlight
{
    background: #d9d8d9;
    border-color: #d9d8d9;
}
.p-inputtext:enabled:focus
{
    box-shadow: inset 0 0 0 0 var(--primary-color),inset 0 0 0 0 var(--primary-color),inset 0 0 0 0 var(--primary-color),inset 0 0 0 1px var(--primary-color);
}
.p-inputtext:enabled:focus.p-invalid
{
    box-shadow: inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020;
}
.p-input-filled .p-inputgroup .p-inputgroup-addon:last-child
{
    border-right-color: transparent;
}
.p-input-filled .p-inputgroup .p-float-label:first-child input, .p-input-filled .p-inputgroup button:first-child, .p-input-filled .p-inputgroup input:first-child, .p-input-filled .p-inputgroup-addon:first-child
{
    border-bottom-left-radius: 0;
}
.p-input-filled .p-inputgroup .p-float-label:last-child input, .p-input-filled .p-inputgroup button:last-child, .p-input-filled .p-inputgroup input:last-child, .p-input-filled .p-inputgroup-addon:last-child
{
    border-bottom-right-radius: 0;
}
.p-inputnumber.p-invalid .p-inputtext:enabled:focus, .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-password.p-invalid>.p-inputtext:enabled:focus, .p-treeselect.p-invalid:not(.p-disabled).p-focus
{
    box-shadow: inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020,inset 0 0 0 1px #b00020;
}
.p-inputswitch .p-inputswitch-slider:before
{
    box-shadow: 0 3px 1px -2px rgba(var(--primary-color-rgb),.2),0 2px 2px rgba(var(--primary-color-rgb),.14),0 1px 5px rgba(var(--primary-color-rgb),.2);
    transition-property: box-shadow transform;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider:before
{
    box-shadow: 0 3px 1px -2px rgba(var(--primary-color-rgb),.2),0 2px 2px rgba(var(--primary-color-rgb),.14),0 1px 5px 0 rgba(var(--primary-color-rgb),.2) 0 0 1px 10px rgba(var(--primary-color-rgb),.04);
}
.p-inputswitch.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before
{
    box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb),.2) 0 3px 1px -2px rgba(var(--primary-color-rgb),.2),0 2px 2px rgba(var(--primary-color-rgb),.14),0 1px 5px rgba(var(--primary-color-rgb),.2);
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider:before
{
    box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb),.04),0 3px 1px -2px rgba(var(--primary-color-rgb),.2),0 2px 2px rgba(var(--primary-color-rgb),.14),0 1px 5px rgba(var(--primary-color-rgb),.2);
}
.p-inputswitch.p-inputswitch-checked.p-focus .p-inputswitch-slider:before, .p-inputswitch.p-inputswitch-checked.p-focus:not(.p-disabled):hover .p-inputswitch-slider:before
{
    box-shadow: 0 0 1px 10px rgba(var(--primary-color-rgb),.12),0 3px 1px -2px rgba(var(--primary-color-rgb),.2),0 2px 2px rgba(var(--primary-color-rgb),.14),0 1px 5px rgba(var(--primary-color-rgb),.2);
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus
{
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    background: rgba(var(--primary-color-rgb),.2);
}
.p-float-label .p-inputwrapper-filled~label, .p-float-label .p-inputwrapper-focus~label, .p-float-label input.p-filled~label, .p-float-label input:focus~label, .p-float-label textarea.p-filled~label, .p-float-label textarea:focus~label
{
    background-color: #fff;
    margin-left: var(--border-radius);
    margin-top: 0;
    padding: 2px var(--border-radius);
    top: -.5rem!important;
}
.p-input-filled .p-float-label .p-inputwrapper-filled~label, .p-input-filled .p-float-label .p-inputwrapper-focus~label, .p-input-filled .p-float-label input.p-filled~label, .p-input-filled .p-float-label input:focus~label, .p-input-filled .p-float-label textarea.p-filled~label, .p-input-filled .p-float-label textarea:focus~label
{
    background: 0 0;
    margin-top: 0;
    top: .25rem!important;
}
.p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight
{
    background: #3f51b53d;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight
{
    background: #3f51b53d;
}
.p-float-label .p-multiselect-label .p-multiselect-token, .p-float-label .p-treeselect-label .p-treeselect-token
{
    margin-bottom: .25rem;
    margin-top: .25rem;
    padding: .25rem 1rem;
}
.p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token, .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token
{
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight
{
    background: #3f51b53d;
}
.p-paginator
{
    justify-content: flex-end;
}
.p-paginator .p-paginator-element:focus.p-highlight
{
    background: #3f51b53d;
}
.p-panel
{
    border-radius: var(--border-radius);
    box-shadow: 0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px rgba(var(--primary-color-rgb),.2);
}
.p-panelmenu .p-panelmenu-panel
{
    border-radius: 0;
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px rgba(var(--primary-color-rgb),.2);
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-icon
{
    margin-left: auto;
    margin-right: 0;
    order: 1;
}
.p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight
{
    background: #3f51b53d;
}
.p-rating .p-rating-icon
{
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    margin-left: 0;
    width: 2rem;
}
.p-rating .p-rating-icon.p-rating-cancel:focus
{
    background: #b000201f;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover
{
    background-color: #0000000a;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover
{
    background: #b000200a;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus, .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover
{
    border: 2px solid #757575;
}
.p-selectbutton .p-button:focus
{
    background: var(--primary-color-button-focus);
    border-color: var(--primary-color-button-focus);
}
.p-selectbutton .p-button:focus.p-highlight
{
    background: var(--primary-color-button-active);
    border-color: var(--primary-color-button-active);
}
.p-splitbutton.p-disabled.p-button-outlined>.p-button, .p-splitbutton.p-disabled.p-button-text>.p-button
{
    background-color: transparent!important;
    color: #00000061!important;
}
.p-slider .p-slider-handle
{
    transform: scale(.7);
    transition: transform .2s,box-shadow .2s;
}
.p-slider .p-slider-handle:focus
{
    box-shadow: 0 0 1px 10px #ff408133;
}
.p-slider.p-slider-sliding .p-slider-handle
{
    transform: scale(1);
}
.p-splitbutton.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #3f51b529;
}
.p-splitbutton.p-button-outlined>.p-button.p-splitbutton-menubutton
{
    margin-left: -1px;
    width: calc(3rem + 1px);
}
.p-splitbutton.p-disabled.p-button-outlined>.p-button
{
    border-color: #00000061!important;
}
.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-text>.p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(button):not(a):not(.p-disabled):focus
{
    background: #ff40811f;
}
.p-splitbutton.p-button-secondary.p-button-outlined>.p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined>.p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary.p-button-text>.p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text>.p-button:not(button):not(a):not(.p-disabled):active
{
    background: #ff408129;
}
.p-steps .p-steps-item
{
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.p-steps .p-steps-item:before
{
    left: auto;
    margin-top: 0;
    position: static;
    top: auto;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar, .p-tabview .p-tabview-nav .p-tabview-ink-bar
{
    background-color: var(--primary-color);
    bottom: 0;
    display: block;
    height: 2px;
    position: absolute;
    transition: .5s cubic-bezier(.35,0,.25,1);
}
.p-steps .p-steps-item:last-child
{
    flex-grow: 0;
}
.p-steps .p-steps-item:last-child:before, .p-tooltip .p-tooltip-arrow
{
    display: none;
}
.p-steps .p-steps-item .p-menuitem-link
{
    flex: 1 1 auto;
    flex-direction: row;
    overflow: visible;
    padding: 1rem .5rem;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number
{
    background-color: #9e9d9e;
    color: #fff;
    font-size: .857rem;
    height: 1.714rem;
    line-height: 1.714rem;
    min-width: 1.714rem;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title
{
    margin: 0;
    padding-left: .5rem;
}
.p-steps .p-steps-item.p-highlight .p-steps-number
{
    background-color: var(--primary-color-lightest);
    color: var(--primary-color-text);
}
.p-steps .p-steps-item.p-highlight .p-steps-title
{
    color: var(--primary-color-text);
    font-weight: 600;
}
.p-tabview .p-tabview-nav
{
    position: relative;
}
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link, .p-tabview .p-tabview-nav li .p-tabview-nav-link
{
    border-radius: 0;
    transition: background-color .2s;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:focus
{
    background-color: rgba(var(--primary-color-rgb),.12);
}
.p-tooltip .p-tooltip-text
{
    box-shadow: none;
    font-size: .875rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight
{
    background: #3f51b53d;
}
.p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus, .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus
{
    background-color: #3f51b51f;
}
.p-togglebutton.p-button:focus
{
    background: var(--secondary-color-lightest);
    border-color: var(--secondary-color-lightest);
}
.p-togglebutton.p-button:focus.p-highlight
{
    background: var(--secondary-color-lightest);
    border-color: var(--secondary-color-lightest);
}
.ql-editor.ql-blank:before
{
    color: var(--secondary-color-text)!important;
}
*
{
    box-sizing: border-box;
}
html
{
    font-size: .8rem;
    transition: .5s background-color ease-in-out;
    overflow-x: hidden;
}
@media screen and (min-width: 992px) and (max-width: 1200px)
{
    html
    {
        font-size: .69rem;
    }
}
@media screen and (max-width: 992px)
{
    html
    {
        font-size: .675rem;
    }
}
ul
{
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}
@keyframes shine
{
    to
    {
        opacity: 1;
        right: 210%;
    }
}
.fontsize-1
{
    font-size: 1rem!important;
}
.badge-on-corner
{
    position: absolute;
    bottom: 7px;
    left: 14px;
    z-index: 1;
}
.default-box
{
    background-color: rgba(var(--primary-color-rgb),.3);
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
.default-box.dashed
{
    border: 2px dashed;
}
.icon-corner
{
    position: absolute;
    font-size: 8rem;
    opacity: .7;
    right: -10%;
    transition: all .3s;
}
.custom-icon
{
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.custom-icon:hover
{
    color: rgba(var(--primary-color-rgb),.8);
}
.corner-badge
{
    font-size: 1rem;
    font-style: italic;
    padding: .5rem 1rem;
    border-radius: var(--border-radius) 0 var(--border-radius) 0;
}
.corner-badge.top-left
{
    border-radius: var(--border-radius) 0 var(--border-radius) 0;
    position: absolute;
    top: 0;
    left: 0;
}
.dynamic-br
{
    border-radius: var(--border-radius);
}
.dynamic-br-left
{
    border-top-left-radius: var(--border-radius)!important;
    border-bottom-left-radius: var(--border-radius)!important;
}
.dynamic-br-right
{
    border-top-right-radius: var(--border-radius)!important;
    border-bottom-right-radius: var(--border-radius)!important;
}
.childs-striped-secondary
{
    background-color: var(--secondary-color-lighter);
}
.childs-striped-secondary>*:nth-child(odd)
{
    background-color: var(--secondary-color-darker);
}
.body-text-primary
{
    color: var(--primary-color-text)!important;
}
.color-primary
{
    color: var(--primary-color)!important;
}
.color-primary.darkest
{
    color: var(--primary-color-darkest)!important;
}
.background-primary
{
    background-color: var(--primary-color)!important;
}
.background-primary.lightest
{
    background-color: var(--primary-color-lightest)!important;
}
.background-primary.rgba
{
    background-color: rgba(var(--primary-color-rgb),.15)!important;
}
.background-primary.darker
{
    background-color: var(--primary-color-darker)!important;
}
.background-primary.darkest
{
    background-color: var(--primary-color-darkest)!important;
}
.border-primary
{
    border: 1px solid var(--primary-color)!important;
}
.border-primary-lighter
{
    border: 1px solid var(--primary-color-lighter)!important;
}
.separator-primary.top
{
    border-top: 3px solid var(--primary-color)!important;
}
.separator-primary.bottom
{
    border-bottom: 3px solid var(--primary-color)!important;
}
.separator-primary.right
{
    border-right: 3px solid var(--primary-color)!important;
}
.separator-primary.left
{
    border-left: 3px solid var(--primary-color)!important;
}
.separator-primary-darker.top
{
    border-top: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-darker.bottom
{
    border-bottom: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-darker.right
{
    border-right: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-darker.left
{
    border-left: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-lighter.top
{
    border-top: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-lighter.bottom
{
    border-bottom: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-lighter.right
{
    border-right: 3px solid var(--primary-color-darker)!important;
}
.separator-primary-lighter.left
{
    border-left: 3px solid var(--primary-color-darker)!important;
}
.body-text-secondary
{
    color: var(--secondary-color-text)!important;
}
.color-secondary
{
    color: var(--secondary-color)!important;
}
.background-secondary
{
    background-color: var(--secondary-color)!important;
}
.background-secondary.lightest
{
    background-color: var(--secondary-color-lightest)!important;
}
.background-secondary.rgba
{
    background-color: rgba(var(--secondary-color-rgb),.15)!important;
}
.background-secondary.darker
{
    background-color: var(--secondary-color-darker)!important;
}
.background-secondary.darkest
{
    background-color: var(--secondary-color-darkest)!important;
}
.border-secondary
{
    border: 1px solid var(--secondary-color)!important;
}
.border-secondary-lighter
{
    border: 1px solid var(--secondary-color-lighter)!important;
}
.separator-secondary.darker.top
{
    border-top: 3px solid var(--secondary-color-darker);
}
.separator-secondary.darker.bottom
{
    border-bottom: 3px solid var(--secondary-color-darker);
}
.separator-secondary.darker.right
{
    border-right: 3px solid var(--secondary-color-darker);
}
.separator-secondary.darker.left
{
    border-left: 3px solid var(--secondary-color-darker);
}
.separator-secondary.lighter.top
{
    border-top: 3px solid var(--secondary-color-lighter);
}
.separator-secondary.lighter.bottom
{
    border-bottom: 3px solid var(--secondary-color-lighter);
}
.separator-secondary.lighter.right
{
    border-right: 3px solid var(--secondary-color-lighter);
}
.separator-secondary.lighter.left
{
    border-left: 3px solid var(--secondary-color-lighter);
}
@media screen and (max-width: 768px)
{
    .separator-secondary.responsive
    {
        border-right: 0!important;
        border-left: 0!important;
        border-top: 0!important;
        border-bottom: 3px solid var(--secondary-color-lighter);
    }
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active
{
    transition: background-color 5000s!important;
    -webkit-text-fill-color: #fff!important;
}
.swiper-button-prev, .swiper-button-next
{
    background-color: rgba(var(--primary-color-rgb),.3);
    transition: background-color .3s;
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important;
}
@media screen and (max-width: 769px)
{
    .swiper-button-prev, .swiper-button-next
    {
        width: 20px!important;
        height: 20px!important;
        transform: translateY(50%);
    }
}
.swiper-button-prev:after, .swiper-button-next:after
{
    font-size: 1.5rem!important;
    color: var(--primary-color-text);
}
@media screen and (max-width: 769px)
{
    .swiper-button-prev:after, .swiper-button-next:after
    {
        font-size: 1rem!important;
    }
}
.swiper-button-prev:hover, .swiper-button-next:hover
{
    background-color: rgba(var(--primary-color-rgb),.5);
}
#home
{
    overflow-x: hidden;
}
.modal-header
{
    background-color: var(--modal-color-header);
    color: var(--modal-color-header-text);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom: none!important;
}
.modal-header .modal-title
{
    color: var(--modal-color-header-text);
    font-weight: bolder!important;
}
.modal-content
{
    background-color: var(--modal-color-content)!important;
    color: var(--modal-color-content-text)!important;
    border-radius: var(--border-radius)!important;
    border: none;
}
.modal-body
{
    background-color: var(--modal-color-content);
    color: var(--modal-color-content-text);
    padding: 0;
}
.modal-footer
{
    background-color: var(--modal-color-header);
    color: var(--modal-color-header-text);
    border-top: none!important;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
.info-support__card
{
    margin: 1rem!important;
    height: 100%!important;
    overflow: hidden!important;
    position: relative;
}
.info-support__card:hover .icon-corner
{
    font-size: 10rem;
}
.info-support__card:before
{
    content: "";
    position: absolute;
    width: 8px;
    background-color: var(--primary-color);
    height: 100%;
    display: block;
}
.info-support__card .info-aboutus__contacts-link
{
    transition: all .3s;
}
.info-support__card .info-aboutus__contacts-link:hover
{
    color: var(--primary-color-lighter);
}
.info-support__card .p-card-content
{
    padding: 0;
}
.providers__container
{
    background: var(--secondary-color-lighter);
}
.providers__container .swiper-wrapper
{
    display: flex;
    align-items: center;
    padding: .5rem;
}
.providers__container .swiper-wrapper .swiper-slide img
{
    transition: .3s all ease-in-out;
    cursor: pointer;
}
.providers__container .swiper-wrapper .swiper-slide img:hover
{
    transform: scale(1.1);
}
.animation-promo
{
    position: relative;
    overflow: hidden;
}
.animation-promo:before
{
    content: "";
    right: -290%;
    width: 10%;
    -webkit-animation: shine 3s 3s infinite;
    animation: shine 3s 3s infinite;
    -webkit-filter: blur(.1rem);
    filter: blur(.1rem);
    position: absolute;
    top: -60%;
    height: 250%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #ffffff21;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0deg,0%,100%,.8)),to(hsla(0deg,0%,100%,.2)));
    background: linear-gradient(#fffc,#fff3);
}
.animation-promo:after
{
    content: "";
    position: absolute;
    top: -60%;
    height: 250%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    background: #ffffff21;
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0deg,0%,100%,.8)),to(hsla(0deg,0%,100%,.2)));
    background: linear-gradient(#fffc,#fff3);
    right: -200%;
    width: 70px;
    -webkit-animation: shine 3s 3s infinite;
    animation: shine 3s 3s infinite;
    -webkit-filter: blur(.2rem);
    filter: blur(.2rem);
}
.btn-close
{
    filter: invert(1) grayscale(100%) brightness(200%);
}
.rotate
{
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.all
{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.animation-group.fadeInDown>*:nth-child(1)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .15s!important;
    animation-duration: .15s!important;
}
.animation-group.fadeInDown>*:nth-child(2)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
}
.animation-group.fadeInDown>*:nth-child(3)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .45s!important;
    animation-duration: .45s!important;
}
.animation-group.fadeInDown>*:nth-child(4)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
.animation-group.fadeInDown>*:nth-child(5)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInDown>*:nth-child(6)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .9s!important;
    animation-duration: .9s!important;
}
.animation-group.fadeInDown>*:nth-child(7)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInDown>*:nth-child(8)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
}
.animation-group.fadeInDown>*:nth-child(9)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.35s!important;
    animation-duration: 1.35s!important;
}
.animation-group.fadeInDown>*:nth-child(10)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInDown>*:nth-child(11)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.65s!important;
    animation-duration: 1.65s!important;
}
.animation-group.fadeInDown>*:nth-child(12)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.8s!important;
    animation-duration: 1.8s!important;
}
.animation-group.fadeInDown>*:nth-child(13)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.95s!important;
    animation-duration: 1.95s!important;
}
.animation-group.fadeInDown>*:nth-child(14)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInDown>*:nth-child(15)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInDown>*:nth-child(16)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
}
.animation-group.fadeInDown>*:nth-child(17)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.55s!important;
    animation-duration: 2.55s!important;
}
.animation-group.fadeInDown>*:nth-child(18)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.7s!important;
    animation-duration: 2.7s!important;
}
.animation-group.fadeInDown>*:nth-child(19)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.85s!important;
    animation-duration: 2.85s!important;
}
.animation-group.fadeInDown>*:nth-child(20)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(1)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .25s!important;
    animation-duration: .25s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(2)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .5s!important;
    animation-duration: .5s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(3)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(4)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(5)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.25s!important;
    animation-duration: 1.25s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(6)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(7)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(8)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(9)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(10)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.5s!important;
    animation-duration: 2.5s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(11)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.75s!important;
    animation-duration: 2.75s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(12)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(13)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.25s!important;
    animation-duration: 3.25s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(14)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(15)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.75s!important;
    animation-duration: 3.75s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(16)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4s!important;
    animation-duration: 4s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(17)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.25s!important;
    animation-duration: 4.25s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(18)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.5s!important;
    animation-duration: 4.5s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(19)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.75s!important;
    animation-duration: 4.75s!important;
}
.animation-group.fadeInDown>*.slower:nth-child(20)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 5s!important;
    animation-duration: 5s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(1)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .35s!important;
    animation-duration: .35s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(2)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: .7s!important;
    animation-duration: .7s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(3)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(4)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(5)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(6)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(7)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.45s!important;
    animation-duration: 2.45s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(8)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 2.8s!important;
    animation-duration: 2.8s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(9)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.15s!important;
    animation-duration: 3.15s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(10)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(11)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 3.85s!important;
    animation-duration: 3.85s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(12)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.2s!important;
    animation-duration: 4.2s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(13)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.55s!important;
    animation-duration: 4.55s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(14)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 4.9s!important;
    animation-duration: 4.9s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(15)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 5.25s!important;
    animation-duration: 5.25s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(16)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 5.6s!important;
    animation-duration: 5.6s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(17)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 5.95s!important;
    animation-duration: 5.95s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(18)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 6.3s!important;
    animation-duration: 6.3s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(19)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 6.65s!important;
    animation-duration: 6.65s!important;
}
.animation-group.fadeInDown>*.slowest:nth-child(20)
{
    animation: fadeInDown!important;
    -webkit-animation-duration: 7s!important;
    animation-duration: 7s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInLeft>*:nth-child(1)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .15s!important;
    animation-duration: .15s!important;
}
.animation-group.fadeInLeft>*:nth-child(2)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
}
.animation-group.fadeInLeft>*:nth-child(3)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .45s!important;
    animation-duration: .45s!important;
}
.animation-group.fadeInLeft>*:nth-child(4)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
.animation-group.fadeInLeft>*:nth-child(5)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInLeft>*:nth-child(6)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .9s!important;
    animation-duration: .9s!important;
}
.animation-group.fadeInLeft>*:nth-child(7)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInLeft>*:nth-child(8)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
}
.animation-group.fadeInLeft>*:nth-child(9)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.35s!important;
    animation-duration: 1.35s!important;
}
.animation-group.fadeInLeft>*:nth-child(10)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInLeft>*:nth-child(11)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.65s!important;
    animation-duration: 1.65s!important;
}
.animation-group.fadeInLeft>*:nth-child(12)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.8s!important;
    animation-duration: 1.8s!important;
}
.animation-group.fadeInLeft>*:nth-child(13)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.95s!important;
    animation-duration: 1.95s!important;
}
.animation-group.fadeInLeft>*:nth-child(14)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInLeft>*:nth-child(15)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInLeft>*:nth-child(16)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
}
.animation-group.fadeInLeft>*:nth-child(17)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.55s!important;
    animation-duration: 2.55s!important;
}
.animation-group.fadeInLeft>*:nth-child(18)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.7s!important;
    animation-duration: 2.7s!important;
}
.animation-group.fadeInLeft>*:nth-child(19)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.85s!important;
    animation-duration: 2.85s!important;
}
.animation-group.fadeInLeft>*:nth-child(20)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(1)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .25s!important;
    animation-duration: .25s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(2)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .5s!important;
    animation-duration: .5s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(3)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(4)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(5)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.25s!important;
    animation-duration: 1.25s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(6)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(7)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(8)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(9)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(10)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.5s!important;
    animation-duration: 2.5s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(11)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.75s!important;
    animation-duration: 2.75s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(12)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(13)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.25s!important;
    animation-duration: 3.25s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(14)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(15)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.75s!important;
    animation-duration: 3.75s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(16)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4s!important;
    animation-duration: 4s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(17)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.25s!important;
    animation-duration: 4.25s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(18)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.5s!important;
    animation-duration: 4.5s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(19)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.75s!important;
    animation-duration: 4.75s!important;
}
.animation-group.fadeInLeft>*.slower:nth-child(20)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 5s!important;
    animation-duration: 5s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(1)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .35s!important;
    animation-duration: .35s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(2)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .7s!important;
    animation-duration: .7s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(3)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(4)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(5)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(6)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(7)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.45s!important;
    animation-duration: 2.45s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(8)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.8s!important;
    animation-duration: 2.8s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(9)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.15s!important;
    animation-duration: 3.15s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(10)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(11)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 3.85s!important;
    animation-duration: 3.85s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(12)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.2s!important;
    animation-duration: 4.2s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(13)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.55s!important;
    animation-duration: 4.55s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(14)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 4.9s!important;
    animation-duration: 4.9s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(15)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 5.25s!important;
    animation-duration: 5.25s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(16)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 5.6s!important;
    animation-duration: 5.6s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(17)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 5.95s!important;
    animation-duration: 5.95s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(18)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 6.3s!important;
    animation-duration: 6.3s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(19)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 6.65s!important;
    animation-duration: 6.65s!important;
}
.animation-group.fadeInLeft>*.slowest:nth-child(20)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 7s!important;
    animation-duration: 7s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInRight>*:nth-child(1)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .15s!important;
    animation-duration: .15s!important;
}
.animation-group.fadeInRight>*:nth-child(2)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
}
.animation-group.fadeInRight>*:nth-child(3)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .45s!important;
    animation-duration: .45s!important;
}
.animation-group.fadeInRight>*:nth-child(4)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
.animation-group.fadeInRight>*:nth-child(5)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInRight>*:nth-child(6)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .9s!important;
    animation-duration: .9s!important;
}
.animation-group.fadeInRight>*:nth-child(7)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInRight>*:nth-child(8)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
}
.animation-group.fadeInRight>*:nth-child(9)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.35s!important;
    animation-duration: 1.35s!important;
}
.animation-group.fadeInRight>*:nth-child(10)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInRight>*:nth-child(11)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.65s!important;
    animation-duration: 1.65s!important;
}
.animation-group.fadeInRight>*:nth-child(12)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.8s!important;
    animation-duration: 1.8s!important;
}
.animation-group.fadeInRight>*:nth-child(13)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.95s!important;
    animation-duration: 1.95s!important;
}
.animation-group.fadeInRight>*:nth-child(14)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInRight>*:nth-child(15)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInRight>*:nth-child(16)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
}
.animation-group.fadeInRight>*:nth-child(17)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.55s!important;
    animation-duration: 2.55s!important;
}
.animation-group.fadeInRight>*:nth-child(18)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.7s!important;
    animation-duration: 2.7s!important;
}
.animation-group.fadeInRight>*:nth-child(19)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.85s!important;
    animation-duration: 2.85s!important;
}
.animation-group.fadeInRight>*:nth-child(20)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(1)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .25s!important;
    animation-duration: .25s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(2)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .5s!important;
    animation-duration: .5s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(3)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(4)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(5)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.25s!important;
    animation-duration: 1.25s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(6)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(7)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(8)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(9)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(10)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.5s!important;
    animation-duration: 2.5s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(11)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.75s!important;
    animation-duration: 2.75s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(12)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(13)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.25s!important;
    animation-duration: 3.25s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(14)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(15)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.75s!important;
    animation-duration: 3.75s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(16)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4s!important;
    animation-duration: 4s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(17)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.25s!important;
    animation-duration: 4.25s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(18)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.5s!important;
    animation-duration: 4.5s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(19)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.75s!important;
    animation-duration: 4.75s!important;
}
.animation-group.fadeInRight>*.slower:nth-child(20)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 5s!important;
    animation-duration: 5s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(1)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .35s!important;
    animation-duration: .35s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(2)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: .7s!important;
    animation-duration: .7s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(3)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(4)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(5)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(6)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(7)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.45s!important;
    animation-duration: 2.45s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(8)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 2.8s!important;
    animation-duration: 2.8s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(9)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.15s!important;
    animation-duration: 3.15s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(10)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(11)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 3.85s!important;
    animation-duration: 3.85s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(12)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.2s!important;
    animation-duration: 4.2s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(13)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.55s!important;
    animation-duration: 4.55s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(14)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 4.9s!important;
    animation-duration: 4.9s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(15)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 5.25s!important;
    animation-duration: 5.25s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(16)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 5.6s!important;
    animation-duration: 5.6s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(17)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 5.95s!important;
    animation-duration: 5.95s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(18)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 6.3s!important;
    animation-duration: 6.3s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(19)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 6.65s!important;
    animation-duration: 6.65s!important;
}
.animation-group.fadeInRight>*.slowest:nth-child(20)
{
    animation: fadeInRight!important;
    -webkit-animation-duration: 7s!important;
    animation-duration: 7s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInUp>*:nth-child(1)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .15s!important;
    animation-duration: .15s!important;
}
.animation-group.fadeInUp>*:nth-child(2)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .3s!important;
    animation-duration: .3s!important;
}
.animation-group.fadeInUp>*:nth-child(3)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .45s!important;
    animation-duration: .45s!important;
}
.animation-group.fadeInUp>*:nth-child(4)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
.animation-group.fadeInUp>*:nth-child(5)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInUp>*:nth-child(6)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .9s!important;
    animation-duration: .9s!important;
}
.animation-group.fadeInUp>*:nth-child(7)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInUp>*:nth-child(8)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
}
.animation-group.fadeInUp>*:nth-child(9)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.35s!important;
    animation-duration: 1.35s!important;
}
.animation-group.fadeInUp>*:nth-child(10)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInUp>*:nth-child(11)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.65s!important;
    animation-duration: 1.65s!important;
}
.animation-group.fadeInUp>*:nth-child(12)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.8s!important;
    animation-duration: 1.8s!important;
}
.animation-group.fadeInUp>*:nth-child(13)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.95s!important;
    animation-duration: 1.95s!important;
}
.animation-group.fadeInUp>*:nth-child(14)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInUp>*:nth-child(15)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInUp>*:nth-child(16)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
}
.animation-group.fadeInUp>*:nth-child(17)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.55s!important;
    animation-duration: 2.55s!important;
}
.animation-group.fadeInUp>*:nth-child(18)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.7s!important;
    animation-duration: 2.7s!important;
}
.animation-group.fadeInUp>*:nth-child(19)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.85s!important;
    animation-duration: 2.85s!important;
}
.animation-group.fadeInUp>*:nth-child(20)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(1)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .25s!important;
    animation-duration: .25s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(2)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .5s!important;
    animation-duration: .5s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(3)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .75s!important;
    animation-duration: .75s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(4)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(5)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.25s!important;
    animation-duration: 1.25s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(6)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.5s!important;
    animation-duration: 1.5s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(7)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(8)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(9)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.25s!important;
    animation-duration: 2.25s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(10)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.5s!important;
    animation-duration: 2.5s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(11)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.75s!important;
    animation-duration: 2.75s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(12)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(13)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.25s!important;
    animation-duration: 3.25s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(14)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(15)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.75s!important;
    animation-duration: 3.75s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(16)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4s!important;
    animation-duration: 4s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(17)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.25s!important;
    animation-duration: 4.25s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(18)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.5s!important;
    animation-duration: 4.5s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(19)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.75s!important;
    animation-duration: 4.75s!important;
}
.animation-group.fadeInUp>*.slower:nth-child(20)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 5s!important;
    animation-duration: 5s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(1)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .35s!important;
    animation-duration: .35s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(2)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: .7s!important;
    animation-duration: .7s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(3)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.05s!important;
    animation-duration: 1.05s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(4)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(5)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 1.75s!important;
    animation-duration: 1.75s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(6)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.1s!important;
    animation-duration: 2.1s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(7)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.45s!important;
    animation-duration: 2.45s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(8)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 2.8s!important;
    animation-duration: 2.8s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(9)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.15s!important;
    animation-duration: 3.15s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(10)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.5s!important;
    animation-duration: 3.5s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(11)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 3.85s!important;
    animation-duration: 3.85s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(12)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.2s!important;
    animation-duration: 4.2s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(13)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.55s!important;
    animation-duration: 4.55s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(14)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 4.9s!important;
    animation-duration: 4.9s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(15)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 5.25s!important;
    animation-duration: 5.25s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(16)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 5.6s!important;
    animation-duration: 5.6s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(17)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 5.95s!important;
    animation-duration: 5.95s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(18)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 6.3s!important;
    animation-duration: 6.3s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(19)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 6.65s!important;
    animation-duration: 6.65s!important;
}
.animation-group.fadeInUp>*.slowest:nth-child(20)
{
    animation: fadeInUp!important;
    -webkit-animation-duration: 7s!important;
    animation-duration: 7s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
.p-dropdown-clear-icon
{
    z-index: 1;
}
.stickybar-menubar .p-button-icon-only
{
    width: auto;
}
#loader
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(var(--primary-color-rgb),.6);
}
#loader .loader__logo
{
    animation: animated-logo 1s infinite;
    width: 45%;
}
@media screen and (min-width: 769px)
{
    #loader .loader__logo
    {
        width: 30%;
    }
}
@media screen and (min-width: 992px)
{
    #loader .loader__logo
    {
        width: 20%;
    }
}
@media screen and (min-width: 1200px)
{
    #loader .loader__logo
    {
        width: 15%;
    }
}
@keyframes animated-logo
{
    0%
    {
        transform: scale(1);
        opacity: .1;
    }
    50%
    {
        transform: scale(1.5);
        opacity: 1;
    }
    to
    {
        transform: scale(1);
        opacity: .1;
    }
}
#stickybar
{
    position: sticky;
    z-index: 100;
    bottom: 0;
    width: 100%;
    background-color: var(--secondary-color-darkest);
    transition: .5s background-color ease-in-out;
}
#stickybar .stickybar__container
{
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 960px)
{
    #stickybar .stickybar__container
    {
        justify-content: space-between;
    }
}
#stickybar .stickybar__container__list
{
    align-items: center;
    margin: 0 0 0 8.3rem;
    padding: 0;
}
@media screen and (max-width: 769px)
{
    #stickybar .stickybar__container__list
    {
        margin: 0;
    }
}
#stickybar .stickybar__container__list svg, #stickybar .stickybar__container__list img
{
    width: 100%;
    height: 30px;
}
#stickybar .stickybar__container__menubar
{
    margin: 0 8.3rem 0 0;
}
@media screen and (max-width: 769px)
{
    #stickybar .stickybar__container__menubar
    {
        margin: 0;
    }
}
#idle-modal .modal-header__container
{
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
}
#idle-modal .modal-header__container .timeout
{
    padding: 0 1rem;
}
.simplecard-bg
{
    background-color: var(--simplecard-color);
}
.simplecard-bg.lighter
{
    background-color: var(--secondary-color-lighter);
}
.simplecard-bg.darker
{
    background-color: var(--secondary-color-darker);
}
.p-inputgroup-addon.flag
{
    min-width: fit-content;
    border-radius: 0;
}
.p-dialog-mask
{
    z-index: 2002!important;
}
.p-toast
{
    z-index: 3000!important;
}
.user-hidden-balance
{
    filter: blur(.5rem);
    text-shadow: .25rem .25rem 1rem var(--primary-color);
}
.user-hidden-balance.xl
{
    filter: blur(1rem);
    text-shadow: .5rem .5rem 2rem var(--primary-color);
}
a.p-tabview-nav-link, a.p-menuitem-link, a.p-accordion-header-link
{
    text-decoration: none;
}
.p-password i
{
    position: absolute;
}
.p-autocomplete-panel
{
    border-radius: 0;
    background: var(--secondary-color-lightest);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item, .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover
{
    color: var(--secondary-color-text);
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group
{
    background: var(--secondary-color-lightest);
    color: var(--primary-color-lightest);
    font-weight: 800;
}
#betting-ticket .altenar-container>div
{
    max-height: none;
}
.p-sortable-column:hover, .p-highlight
{
    background: var(--surface-hover)!important;
    color: var(--panel-color-header-text)!important;
}
.p-sortable-column-icon
{
    color: var(--panel-color-header-text)!important;
}
#o-list.slot-olist.striped-slot-olist div:nth-child(2n)
{
    background-color: var(--surface-d)!important;
}
.vh-100
{
    height: 100vh!important;
    height: 100dvh!important;
}
#menubar .menubar__logout-btn
{
    width: 100%;
    text-align: center;
}
#menubar .default-menubar li
{
    padding: 0;
}
#menubar .default-menubar li.custom-underline
{
    position: relative;
}
#menubar .default-menubar li.custom-underline:after
{
    position: absolute;
    content: "";
    top: 88%;
    left: 0;
    height: 10%;
    background: var(--primary-color);
    width: 0;
    -webkit-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}
#menubar .default-menubar li.custom-underline:hover:after
{
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#menubar .default-menubar .router-link-active.router-link-exact-active>span
{
    text-decoration: underline;
    text-underline-offset: .5rem;
}
#menubar .default-menubar .default-menubar__hover-link
{
    position: relative;
    text-decoration: none;
    margin: 1rem 0;
}
#menubar .default-menubar .default-menubar__hover-link a
{
    text-decoration: none;
    color: unset;
}
#menubar .default-menubar .default-menubar__hover-link a:hover
{
    color: unset;
}
#menubar.nav-bar-info-mobile .default-menubar
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#menubar.nav-bar-info-mobile .default-menubar li
{
    background-color: var(--accounting-menu-button);
    color: var(--accounting-menu-button-text);
    border-radius: var(--border-radius);
    padding: .6rem;
    transition: .4s all ease-in-out;
}
#menubar.nav-bar-info-mobile .default-menubar li a
{
    border-radius: var(--border-radius);
    font-weight: 700;
}
#menubar.nav-bar-info-mobile .default-menubar li.router-link-active
{
    background-color: var(--accounting-menu-button-active);
    color: var(--accounting-menu-button-active-text);
}
#menubar.nav-bar-info-mobile .default-menubar li.router-link-active>span
{
    text-decoration: none;
}
#menubar .accordion-menubar .p-accordion-tab, #menubar .accordion-menubar .p-accordion-header-action
{
    position: static;
}
#menubar .accordion-menubar .p-accordion-header-link
{
    text-decoration: none;
    background-color: var(--primary-color-button);
    color: var(--accounting-menu-button-text);
}
#menubar .accordion-menubar .p-accordion .p-accordion-content ul li
{
    padding: 0;
}
#menubar .accordion-menubar .p-accordion .p-accordion-content ul li div, #menubar .accordion-menubar .p-accordion .p-accordion-content ul li span, #menubar .accordion-menubar .p-accordion .p-accordion-content ul li a
{
    padding: .3rem;
}
#menubar .accordion-menubar .router-link-active, #menubar .accordion-menubar .router-link-exact-active
{
    display: inline-block;
    width: 100%;
    background: rgba(var(--primary-color-rgb),.7);
}
#menubar .nav-bar-menubar
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .5s background-color ease-in-out;
}
#menubar .nav-bar-menubar ul
{
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0!important;
    padding: 0!important;
}
#menubar .nav-bar-menubar ul:first-of-type
{
    margin-left: 22rem!important;
}
@media screen and (max-width: 1200px)
{
    #menubar .nav-bar-menubar ul:first-of-type
    {
        margin-left: 20rem!important;
    }
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown, #menubar .nav-bar-menubar ul .nav-bar__link-active, #menubar .nav-bar-menubar ul .nav-bar__link
{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    transition: .2s all ease-in-out;
    text-decoration: none;
    color: var(--header-text-color);
    padding: .7rem;
    font-weight: 700;
    font-size: .8rem;
}
#menubar .nav-bar-menubar ul img, #menubar .nav-bar-menubar ul svg
{
    width: 1.2rem;
    max-width: 2rem;
}
#menubar .nav-bar-menubar ul .nav-bar__link-active
{
    background: var(--secondary-color-lightest);
    color: var(--secondary-color-text);
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover
{
    background-color: var(--secondary-color);
    color: var(--secondary-color-text);
    border-radius: 12px 12px 0 0;
    transition: border-radius .2s linear;
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu
{
    padding: 1rem;
    left: -90%;
    bottom: -51px;
    width: max-content;
    border-radius: var(--border-radius);
    background-color: var(--secondary-color);
    visibility: visible;
    display: flex;
    height: auto;
    opacity: 1;
    transition: visibility 0s,opacity .4s linear,bottom .2s;
    z-index: 100;
    box-shadow: 0 0 #00000014,0 22px 30px 2px #00000026,0 8px 10px #00000026;
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu.start
{
    left: -20px;
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu.end
{
    left: 0;
    right: -20px;
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu .nav-bar__link-dropdown__menu__item
{
    padding: .4rem 1.5rem;
    text-decoration: none;
    color: var(--secondary-color-text);
    transition: .3s all ease-in-out;
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu .nav-bar__link-dropdown__menu__item.nav-bar__link-dropdown__menu__item:not(:last-child)
{
    border-right: 1px solid var(--primary-color-lighter);
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu .nav-bar__link-dropdown__menu__item:hover
{
    color: var(--primary-color);
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown:hover .nav-bar__link-dropdown__menu .nav-bar__link-dropdown__menu__link-active
{
    color: var(--primary-color-lighter);
}
#menubar .nav-bar-menubar ul .nav-bar__link-dropdown .nav-bar__link-dropdown__menu
{
    position: absolute;
    bottom: -30px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s,opacity .5s linear;
    width: 0;
    height: 0;
}
#menubar .nav-bar-menubar ul .nav-bar__link:hover
{
    background-color: var(--secondary-color);
    color: var(--secondary-color-text);
}
#menubar.nav-bar-menubar-right .nav-bar-menubar ul
{
    margin: 0!important;
}
#menubar .stickybar-menubar
{
    width: 100%;
    background-color: unset;
    transition: .5s background-color ease-in-out;
}
#menubar .stickybar-menubar .stickybar__list
{
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 769px)
{
    #menubar .stickybar-menubar .stickybar__list
    {
        margin: 0;
    }
}
#menubar .stickybar-menubar .stickybar__list svg, #menubar .stickybar-menubar .stickybar__list img
{
    width: 100%;
    height: 30px;
}
@media screen and (max-width: 769px)
{
    #menubar .stickybar-menubar .stickybar__list
    {
        justify-content: center;
    }
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(1)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: .2s!important;
    animation-duration: .2s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(2)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: .4s!important;
    animation-duration: .4s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(3)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(4)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: .8s!important;
    animation-duration: .8s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(5)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(6)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 1.2s!important;
    animation-duration: 1.2s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(7)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 1.4s!important;
    animation-duration: 1.4s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(8)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 1.6s!important;
    animation-duration: 1.6s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(9)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 1.8s!important;
    animation-duration: 1.8s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(10)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 2s!important;
    animation-duration: 2s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(11)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 2.2s!important;
    animation-duration: 2.2s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(12)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(13)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 2.6s!important;
    animation-duration: 2.6s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(14)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 2.8s!important;
    animation-duration: 2.8s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__list-item:nth-child(15)
{
    animation: fadeInDownBig!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__action, #menubar .stickybar-menubar .stickybar__list .stickybar__list__action__separator
{
    padding: 0 .65rem;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__action.router-link-active .p-button, #menubar .stickybar-menubar .stickybar__list .stickybar__list__action__separator.router-link-active .p-button
{
    transition: .4s all ease-in-out;
    transform: scale(1.1);
    color: var(--primary-color);
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__action .stickybar__list__action__custom-badge, #menubar .stickybar-menubar .stickybar__list .stickybar__list__action__separator .stickybar__list__action__custom-badge
{
    position: absolute;
    top: 6px;
    right: 4px;
    color: #000;
}
#menubar .stickybar-menubar .stickybar__list .stickybar__list__action__separator:not(:last-child)
{
    border-right: 2px solid var(--primary-color-lighter);
}
#menubar .stickybar-menubar .stickybar__list button.p-button
{
    color: var(--primary-color-text);
}
#menubar .menu__menubar .menu__menubar-list
{
    padding-left: 0;
    list-style: none;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item
{
    padding-bottom: .85rem;
    position: relative;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(1)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .16s!important;
    animation-duration: .16s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(2)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .32s!important;
    animation-duration: .32s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(3)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .48s!important;
    animation-duration: .48s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(4)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .64s!important;
    animation-duration: .64s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(5)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .8s!important;
    animation-duration: .8s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(6)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: .96s!important;
    animation-duration: .96s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(7)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.12s!important;
    animation-duration: 1.12s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(8)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.28s!important;
    animation-duration: 1.28s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(9)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.44s!important;
    animation-duration: 1.44s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(10)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.6s!important;
    animation-duration: 1.6s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(11)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.76s!important;
    animation-duration: 1.76s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(12)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 1.92s!important;
    animation-duration: 1.92s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(13)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.08s!important;
    animation-duration: 2.08s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(14)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.24s!important;
    animation-duration: 2.24s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item:nth-child(15)
{
    animation: fadeInLeft!important;
    -webkit-animation-duration: 2.4s!important;
    animation-duration: 2.4s!important;
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .p-accordion-tab-active
{
    margin-bottom: 0;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item.router-link-active .menu__menubar-list__list-item-btn
{
    background: var(--accounting-menu-button-active);
    color: var(--accounting-menu-button-active-text);
    box-shadow: 0 1px 8px rgba(var(--primary-color-rgb),.08),0 3px 4px rgba(var(--primary-color-rgb),.1),0 1px 4px -1px rgba(var(--primary-color-rgb),.1);
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn
{
    background-color: var(--accounting-menu-button);
    color: var(--accounting-menu-button-text);
    position: static;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: flex-start;
    min-width: 100%;
    text-align: center;
    font-size: 1.25rem;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn:hover
{
    background-color: var(--accounting-menu-button-hover);
    color: var(--accounting-menu-button-hover-text);
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn:active
{
    background-color: var(--accounting-menu-button-active);
    color: var(--accounting-menu-button-active-text);
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__btn-image
{
    position: absolute;
    left: -7px;
    width: 35px!important;
    max-height: 35px;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__btn-image.img-sm
{
    max-width: 45px;
    max-height: 40px;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__btn-label
{
    margin-left: 2.3rem;
    font-weight: bolder;
}
@media screen and (max-width: 769px)
{
    #menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__btn-label
    {
        margin-left: 2.4rem;
    }
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__btn-badge
{
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    min-width: 1.5rem;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__accordion__list .menu__menubar-list__list-item-btn__accordion__list-item
{
    text-align: left;
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .menu__menubar-list__list-item-btn__accordion__list .menu__menubar-list__list-item-btn__accordion__list-item.router-link-exact-active
{
    color: var(--accounting-menu-accordion-content-text);
    font-weight: 600;
    background-color: var(--accounting-menu-accordion-content);
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .menu__menubar-list__list-item-btn .icon-animated
{
    transition: .3s all ease-in-out;
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab
{
    width: 100%;
    box-shadow: none;
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab .p-accordion-toggle-icon
{
    font-weight: bolder;
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab .p-accordion-tab-active
{
    margin-bottom: 0;
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab .p-accordion-header-link
{
    background: var(--accounting-menu-button);
    color: var(--accounting-menu-button-text);
    padding: .9rem;
    font-weight: 600;
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab .p-accordion-header-link:hover
{
    background-color: var(--accounting-menu-button-hover);
    color: var(--accounting-menu-button-hover-text);
}
#menubar .menu__menubar .menu__menubar-list .p-accordion-tab .p-accordion-header-link:active
{
    background-color: var(--accounting-menu-button-active);
    color: var(--accounting-menu-button-active-text);
}
#menubar .menu__menubar .menu__menubar-list .menu__menubar-list__list-item .router-link-exact-active
{
    color: var(--accounting-menu-accordion-content-text);
    font-weight: 600;
    background-color: var(--accounting-menu-accordion-content);
}
#loader-container[data-v-24803d30]
{
    position: relative;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    z-index: 9999;
}
#loader-container .loader-wrapper[data-v-24803d30]
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#loader-container .loader-wrapper .loader[data-v-24803d30]
{
    width: 4.75rem;
    height: .75rem;
    background-color: var(--primary-color-lightest);
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: var(--border-radius);
}
#loader-container .loader-wrapper .loader .inner-loader[data-v-24803d30]
{
    border-radius: var(--border-radius);
    position: absolute;
    background-color: #fffaf2;
    top: .125rem;
    bottom: .125rem;
    animation: leftToRight-24803d30 .8s infinite;
    will-change: left,right;
}
@keyframes leftToRight-24803d30
{
    0%
    {
        right: 4rem;
        left: .125rem;
    }
    5%
    {
        left: .125rem;
    }
    50%
    {
        right: .125rem;
        left: 4rem;
    }
    55%
    {
        right: .125rem;
    }
    to
    {
        right: 4rem;
        left: .125rem;
    }
}
.dropdown-calendar .dropdown-calendar__floating-label-form
{
    width: 100%;
    position: relative;
}
.dropdown-calendar .dropdown-calendar__floating-label-form select
{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    border: none;
    color: var(--primary-color-text);
    background: var(--secondary-color-lightest);
    padding-top: 1.2rem;
    font-weight: 700;
    text-align-last: center;
}
.dropdown-calendar .dropdown-calendar__floating-label-form label
{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    opacity: .8;
    font-weight: 700;
    transition: all .2s;
    pointer-events: none;
}
.dropdown-calendar .dropdown-calendar__floating-label-form i
{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}
.dropdown-calendar .dropdown-calendar__floating-label-form .filled-field
{
    font-size: .7rem;
    top: 3%;
    right: 65%;
    transform: translate(0);
    opacity: .6;
}
.dropdown-calendar .p-button-success
{
    cursor: default;
}
.dropdown-calendar .p-button-success:focus
{
    box-shadow: none;
}
.dropdown-calendar .p-component
{
    border-radius: 0;
}
.dropdown-calendar:not(:last-child)
{
    max-width: min-content;
}
.dropdown-calendar .dropdown-calendar__border-right-radius
{
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
body[color-scheme=light] .dropdown-calendar .dropdown-calendar__floating-label-form select
{
    color: var(--secondary-color-text);
}
@media screen and (min-width: 768px)
{
    .p-accordion-content #o-fields-container.striped .o-field.col-6:nth-child(4n+2), .p-accordion-content #o-fields-container.striped .o-field.col-6:nth-child(4n+3)
    {
        background: var(--surface-b);
    }
}
@media screen and (min-width: 768px)
{
    .p-accordion-content #o-fields-container.striped .o-field.col-12:nth-child(odd)
    {
        background: var(--surface-b);
    }
}
@media screen and (max-width: 768px)
{
    .p-accordion-content #o-fields-container.striped .o-field:nth-child(odd)
    {
        background: var(--surface-b);
    }
}
#o-fields-container
{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#o-fields-container .inline-field
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (min-width: 768px)
{
    #o-fields-container.striped .o-field.col-6:nth-child(4n+2), #o-fields-container.striped .o-field.col-6:nth-child(4n+3)
    {
        background: var(--surface-b);
    }
}
@media screen and (min-width: 768px)
{
    #o-fields-container.striped .o-field.col-12:nth-child(odd)
    {
        background: var(--surface-b);
    }
}
@media screen and (max-width: 768px)
{
    #o-fields-container.striped .o-field:nth-child(odd)
    {
        background: var(--surface-b);
    }
}
#o-fields-container .o-field
{
    padding-top: .5rem;
    padding-bottom: .5rem;
}
#o-fields-container .o-field .p-dropdown .p-inputtext
{
    display: flex;
    align-items: center;
}
#o-fields-container .o-field [class*=p-input]:not([class*=p-chips],[class*=p-inputswitch])
{
    height: 2.7rem;
}
#o-fields-container .o-field [class*=p-input]:not([class*=p-chips],[class*=p-inputswitch]) [class*=label]
{
    height: 100%;
}
#o-fields-container .o-field .o-field__label
{
    font-size: .87rem;
    text-transform: uppercase;
}
#o-fields-container .o-field:first-child:not(i,.p-inputgroup,.p-calendar .p-chips-token,#o-fields-container .o-field[class*=col-])
{
    width: 100%;
}
#o-fields-container .o-field:first-child#o-calendar .p-calendar
{
    width: 100%!important;
}
#o-fields-container .o-field .o-field__value
{
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#o-fields-container .o-field .o-field__value>.p-component:not(.p-tag)
{
    width: 100%;
}
@media screen and (max-width: 1200px)
{
    #o-fields-container .o-field .o-field__value
    {
        width: 57%;
    }
}
#o-fields-container .o-field .o-field__value .p-inputswitch
{
    width: 3rem!important;
    height: 1.75rem!important;
}
#o-fields-container .o-field .o-field__value .p-inputgroup-addon, #o-fields-container .o-field .o-field__value .p-multiselect-token
{
    width: auto!important;
}
#o-fields-container .o-field .o-field__value .p-multiselect-label-container
{
    width: 0;
}
#o-card.border-special-color
{
    border-left: .375rem solid var(--df513ebe);
}
#o-card.bg-special-color, #o-card .bg-special-color
{
    background-color: var(--df513ebe);
}
#o-card .bg-special-color-advanced
{
    background: linear-gradient(180deg,var(--df513ebe) 50%,transparent 50%);
}
#o-card .text-special-color
{
    color: var(-\32 e95de52);
}
#o-card.p-card, #o-card.p-card .p-card-body
{
    padding: 0;
}
#o-card.p-card .p-card-title
{
    margin-bottom: 0;
    text-align: center;
}
#o-card.p-card .o-card__title
{
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
#o-card.p-card .p-card-content
{
    padding: 0;
}
#o-card.p-card .p-card-footer
{
    padding: 1rem;
}
#o-card.p-card .o-card__title-container
{
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: 0 0 .75rem .75rem;
    position: relative;
}
#o-card.p-card .o-card__title-fx
{
    width: calc(100% + 1.5rem);
    position: absolute;
    top: 50%;
    left: -.75rem;
    transform: translateY(-50%);
    z-index: 1;
}
#o-card.p-card .o-card__title-fx:before
{
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    left: -.75rem;
    z-index: 2;
    background: radial-gradient(circle,transparent 66.6666666667%,var(--df513ebe) 66.6666666667%,var(--df513ebe) 100%);
    clip-path: polygon(50% 0,100% 0,100% 50%,50% 50%);
}
#o-card.p-card .o-card__title-fx:after
{
    content: "";
    width: 1.5rem;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: -.75rem;
    z-index: 2;
    background: radial-gradient(circle,transparent 66.6666666667%,var(--df513ebe) 66.6666666667%,var(--df513ebe) 100%);
    clip-path: polygon(50% 0,0 0,0 50%,50% 50%);
}
#o-calendar-buttons .border-top-right-rounded
{
    border-top-right-radius: var(--border-radius)!important;
}
#o-calendar-buttons .border-bottom-right-rounded
{
    border-bottom-right-radius: var(--border-radius)!important;
}
#o-calendar-custom-button .border-top-left-rounded[data-v-6c027a97]
{
    border-top-left-radius: var(--border-radius)!important;
}
#o-calendar-custom-button .border-bottom-left-rounded[data-v-6c027a97]
{
    border-bottom-left-radius: var(--border-radius)!important;
}
#o-calendar-custom-button .border-top-right-rounded[data-v-6c027a97]
{
    border-top-right-radius: var(--border-radius)!important;
}
#o-calendar-custom-button .border-bottom-right-rounded[data-v-6c027a97]
{
    border-bottom-right-radius: var(--border-radius)!important;
}
#o-calendar[data-v-be077b14]
{
    max-height: 35px;
    height: 100%;
    width: 100%;
}
#o-calendar .p-inputgroup[data-v-be077b14]
{
    width: 100%;
    height: 100%;
    min-height: 2.5rem;
}
#o-calendar .p-inputgroup[data-v-be077b14] .p-button:not(.p-datepicker-trigger)
{
    padding: .2rem;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
#o-calendar .p-inputgroup[data-v-be077b14] .p-selectbutton
{
    width: 100%;
    display: flex;
}
.p-chart[data-v-e9171138]
{
    word-break: break-word;
}
#o-dialog #o-fields-container .o-field .o-field__value
{
    width: 50%;
}
#o-dialog .footer-left-content
{
    width: fit-content;
    text-align: left;
}
#dialog-global-export .p-panel .p-panel-header .p-panel-icons
{
    align-items: normal;
}
#dialog-global-export .p-fluid .p-button
{
    width: auto;
}
#dialog-global-export .p-fluid .p-selectbutton.p-buttonset .p-button
{
    display: block;
}
.digit-box[data-v-5bfdb044]
{
    width: 2.75rem;
    aspect-ratio: 1;
    border: 2px solid var(-\36 96fbee7);
    display: inline-block;
    border-radius: 5px!important;
    margin: 5px;
    text-align: center;
    font-size: 1.5rem;
}
@media(min-width: 576px)
{
    .digit-box[data-v-5bfdb044]
    {
        width: 4rem;
        font-size: 2rem;
    }
}
.digit-box[data-v-5bfdb044]:focus
{
    outline: 3px solid var(-\36 96fbee7);
}
.bounce[data-v-5bfdb044]
{
    animation: pulse-5bfdb044 .3s ease-in-out alternate;
}
@keyframes pulse-5bfdb044
{
    0%
    {
        transform: scale(1);
    }
    to
    {
        transform: scale(1.1);
    }
}
#o-dialog-otp .btn-store
{
    display: flex;
    padding: 5px;
    width: 45%;
    max-width: 160px;
    color: #fff;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-family: Lucida Grande,sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    background-color: #101010;
    transition: background-color .25s linear;
}
#o-dialog-otp .btn-store:hover
{
    background-color: #454545;
}
#o-dialog-otp .btn-store img.google-play-icon
{
    width: 45px;
}
@media(max-width: 375px)
{
    #o-dialog-otp .btn-store img.google-play-icon
    {
        width: 30px;
    }
}
#o-dialog-otp .btn-store i
{
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
}
@media(max-width: 600px)
{
    #o-dialog-otp .btn-store i
    {
        font-size: 20px;
    }
}
#o-dialog-otp .btn-store i.fa-apple
{
    font-size: 33px;
    margin-right: 12px;
}
@media(max-width: 600px)
{
    #o-dialog-otp .btn-store i.fa-apple
    {
        font-size: 21px;
    }
}
#o-dialog-otp .btn-store .big-txt
{
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
@media(max-width: 600px)
{
    #o-dialog-otp .btn-store .big-txt
    {
        font-size: 11px;
    }
}
.icon[data-v-27006da3]
{
    margin-right: .5em;
}
#o-list.divided[data-v-28ea92cd]
{
    display: flex;
    flex-wrap: wrap;
}
#o-list.divided .o-list-item[data-v-28ea92cd]
{
    width: 50%;
}
#o-list.divided .o-list-item.divided-striped[data-v-28ea92cd]:nth-child(4n+2), #o-list.divided .o-list-item.divided-striped[data-v-28ea92cd]:nth-child(4n+3)
{
    background: var(--surface-ground)!important;
}
#o-list.slot-olist[data-v-28ea92cd] div
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    border-bottom: 1px solid var(--surface-border);
}
#o-list.slot-olist[data-v-28ea92cd] div:last-child
{
    border-bottom: none;
}
#o-list.slot-olist[data-v-28ea92cd] div>div:first-child, #o-list.slot-olist[data-v-28ea92cd] div>span:first-child
{
    font-weight: 700;
}
#o-list.group-table-mode[data-v-28ea92cd]
{
    font-size: .8rem!important;
}
#o-list.group-table-mode .o-list-item[data-v-28ea92cd]
{
    padding: .3rem .2rem!important;
}
#o-list .border-bottom[data-v-28ea92cd]:not(:last-child)
{
    border-bottom: 1px solid var(--surface-border);
}
#o-list .striped-row[data-v-28ea92cd]:nth-child(odd)
{
    background-color: transparent;
}
#o-list .striped-row[data-v-28ea92cd]:nth-child(2n)
{
    background-color: var(--surface-ground);
}
#o-table.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td
{
    border-width: 1px;
}
@media screen and (max-width: 991px)
{
    #o-table.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody>tr>td:has(.p-column-title)
    {
        width: 100%!important;
    }
}
#o-table .header-container
{
    position: relative;
    display: flex;
    align-items: center;
    column-gap: .5rem;
}
#o-table .button-container
{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    row-gap: .5rem;
}
#o-table .table-title
{
    display: flex;
    align-items: center;
    font-weight: bolder;
    font-size: 1.3rem;
}
.filter
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem 0;
    border-bottom: 2px solid var(--surface-border);
    height: 3.7rem;
}
@media screen and (max-width: 1200px)
{
    .filter
    {
        border-bottom: 0;
    }
}
.filter .filter-name
{
    padding-left: 10px;
}
@media screen and (max-width: 768px)
{
    .filter .filter-name
    {
        padding-left: 5px;
    }
}
.filter .filter-field, .filter .filer-field-join
{
    padding-right: 10px;
}
.filter .filter-field .p-inputgroup, .filter .filer-field-join .p-inputgroup
{
    height: 100%;
}
@media screen and (max-width: 768px)
{
    .filter .filter-field, .filter .filer-field-join
    {
        padding-left: 5px;
    }
}
.filter span
{
    font-size: .87rem;
}
.filter .p-multiselect-token
{
    width: auto!important;
}
.filter .filter-field .p-message-warn
{
    position: absolute;
    top: -3.8rem;
    right: 10px;
    z-index: 10;
    height: 3rem;
    display: flex;
}
.filter .filter-field .p-message-warn .p-message-wrapper
{
    width: 100%;
    justify-content: space-between;
}
#dialog-global-export .p-panel .p-panel-header .p-panel-icons[data-v-c30b6a1a]
{
    align-items: normal;
}
#dialog-global-export .p-fluid .p-button[data-v-c30b6a1a]
{
    width: auto;
}
#dialog-global-export .p-fluid .p-selectbutton.p-buttonset .p-button[data-v-c30b6a1a]
{
    display: block;
}
[data-v-c30b6a1a] .p-datatable .p-datatable-footer
{
    padding: .5rem;
}
.search-btn[data-v-a9c2d672]
{
    height: 100%;
}
.fadeInUp-custom[data-v-a9c2d672]
{
    animation: fadeInUp;
    animation-duration: .2s;
}
.fadeOutDown-custom[data-v-a9c2d672]
{
    animation: fadeOutDown;
    animation-duration: .2s;
}
#filters-panel.p-panel .p-panel-content
{
    padding: 0;
}
#filters-panel.p-panel .fastfilter-box, #filters-panel.p-panel .dynamic-fastfilter-container
{
    margin-right: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}
@media only screen and (max-width: 1200px)
{
    #filters-panel.p-panel .fastfilter-box, #filters-panel.p-panel .dynamic-fastfilter-container
    {
        display: none;
    }
}
#filters-panel.p-panel .fastfilter-box .filter-field, #filters-panel.p-panel .fastfilter-box .filter-field>*, #filters-panel.p-panel .dynamic-fastfilter-container .filter-field, #filters-panel.p-panel .dynamic-fastfilter-container .filter-field>*
{
    width: 16rem!important;
    margin-left: 1rem;
}
#filters-panel.p-panel .fastfilter-box .filter.fastfilter, #filters-panel.p-panel .dynamic-fastfilter-container .filter.fastfilter
{
    width: 16rem;
    padding: 0;
}
#filters-panel.p-panel .fastfilter-box .p-dropdown, #filters-panel.p-panel .fastfilter-box .p-inputtext, #filters-panel.p-panel .dynamic-fastfilter-container .p-dropdown, #filters-panel.p-panel .dynamic-fastfilter-container .p-inputtext
{
    width: 16rem;
    height: 100%;
}
#filters-panel.p-panel .fastfilter-box .p-button:not(.p-datepicker-trigger), #filters-panel.p-panel .dynamic-fastfilter-container .p-button:not(.p-datepicker-trigger)
{
    margin: 0 1rem;
    padding: 0 1rem;
}
#filters-panel.p-panel .filter:nth-child(2n)
{
    background: var(--surface-ground);
}
#filters-panel.p-panel .filter .filter-name
{
    padding-right: 5px;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .filter .filter-name
    {
        width: 43%;
    }
}
#filters-panel.p-panel .filter .filter-field
{
    width: 33.3%;
    height: 2.6rem;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .filter .filter-field
    {
        width: 57%;
    }
}
#filters-panel.p-panel .filter .filter-field .p-dropdown .p-inputtext
{
    display: flex;
    align-items: center;
}
#filters-panel.p-panel .filter .filter-field .p-inputnumber-button-group>.p-button
{
    height: 100%;
}
#filters-panel.p-panel .filter .filter-field .p-buttonset .p-button
{
    width: 50%;
    height: 100%;
}
#filters-panel.p-panel .filter .filter-field .p-component:first-child:not(.p-inputgroup,.p-slider,.p-calendar .p-chips-token,.p-checkbox,.p-inputswitch,.p-selectbutton .p-button)
{
    width: 100%;
    height: 100%;
}
#filters-panel.p-panel .filter .filter-field :first-child#o-calendar .p-calendar
{
    width: 100%!important;
}
#filters-panel.p-panel .divided-columns
{
    display: flex;
    flex-wrap: wrap;
    align-content: start;
}
#filters-panel.p-panel .divided-columns .filter
{
    width: var(-\30 c74e229);
}
#filters-panel.p-panel .divided-columns .filter:nth-child(odd)
{
    border-right: 2px solid var(--surface-border);
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .divided-columns .filter:nth-child(odd)
    {
        border-right: 0;
    }
}
#filters-panel.p-panel .divided-columns .filter:nth-child(2n)
{
    background: transparent;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .divided-columns .filter:nth-child(2n) .filter-name
    {
        padding-left: 5px;
    }
}
@media screen and (min-width: 1201px)
{
    #filters-panel.p-panel .divided-columns .filter:nth-child(4n+2), #filters-panel.p-panel .divided-columns .filter:nth-child(4n+3)
    {
        background: var(--surface-ground)!important;
    }
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .divided-columns .filter
    {
        width: 100%;
        border-left: none!important;
        padding-right: 0!important;
    }
    #filters-panel.p-panel .divided-columns .filter:nth-child(4n-3), #filters-panel.p-panel .divided-columns .filter:nth-child(4n-2)
    {
        background: var(--surface-ground);
    }
}
#filters-panel.p-panel .divided-columns .filter .filter-name
{
    padding-right: 5px;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .divided-columns .filter .filter-name
    {
        width: 43%;
    }
}
#filters-panel.p-panel .divided-columns .filter .filter-field
{
    width: 55%;
    height: 2.6rem;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .divided-columns .filter .filter-field
    {
        width: 57%;
    }
}
@media screen and (min-width: 768px)
{
    #filters-panel.p-panel .joins-divided>.filter, #filters-panel.p-panel .filters-join>.filter
    {
        border-bottom: 2px solid var(--surface-border);
    }
}
#filters-panel.p-panel .joins-divided
{
    border-right: 2px solid var(--surface-border);
}
@media screen and (max-width: 768px)
{
    #filters-panel.p-panel .joins-divided
    {
        border-right: 0!important;
    }
}
#filters-panel.p-panel .joins-divided .filter .filter-name
{
    padding-right: 5px;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .joins-divided .filter .filter-name
    {
        width: 43%;
    }
}
#filters-panel.p-panel .joins-divided .filter .filter-field
{
    width: 55%;
    height: 2.6rem;
}
@media screen and (max-width: 1200px)
{
    #filters-panel.p-panel .joins-divided .filter .filter-field
    {
        width: 57%;
    }
}
#filters-panel.p-panel .filters-join .filter:nth-child(odd)
{
    background: var(--surface-ground)!important;
}
#filters-panel.p-panel .filters-join .filter:nth-child(2n)
{
    background: transparent!important;
}
#filters-panel.p-panel .filters-join .filter-field
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#filters-panel.p-panel .filter.fastfilter .filter-field
{
    width: 90%;
}
#filters-panel.p-panel .filter.fastfilter .filter-field :first-child:not(.p-inputgroup,.p-calendar .p-chips-token,.p-checkbox,.p-inputswitch,.p-slider)
{
    width: 100%;
    height: 100%;
}
#filters-panel.p-panel .h-fixed
{
    height: 2.7rem;
}
.p-input-icon-right[data-v-19a0e111] svg
{
    right: .5rem;
}
ul li[data-v-19a0e111]
{
    list-style: none;
    line-height: 1.8;
}
#o-draggable #o-draggable-skeleton
{
    z-index: 100;
    top: 0;
    left: 0;
}
#o-draggable .sortable-ghost
{
    position: relative;
}
#o-draggable .sortable-ghost:before
{
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: var(--surface-200);
    border: 5px dashed var(--surface-400);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#o-draggable .o-draggable__btn
{
    border: none;
}
#o-draggable .o-draggable__btn.o-draggable__btn-custom
{
    top: -.75rem;
    right: -1.75rem;
    z-index: 99;
    background-color: var(--surface-ground);
    color: var(--text-color);
    border-radius: 50%;
    width: 1.75rem;
    aspect-ratio: 1;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
}
@media(min-width: 992px)
{
    #o-draggable .o-draggable__btn.o-draggable__btn-custom
    {
        top: 0;
        right: -1rem;
        font-size: 1.25rem;
        width: 2rem;
        line-height: 2rem;
    }
}
#o-draggable .o-draggable__btn.o-draggable__btn-custom:hover:not(.active)
{
    background-color: var(--surface-hover);
}
#o-draggable .pointer-grab
{
    cursor: move;
}
#o-draggable .shake-animation
{
    -webkit-animation: shake 2s infinite ease-in-out;
    animation: shake 2s infinite ease-in-out;
}
@-webkit-keyframes shake
{
    0%, to
    {
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0);
    }
}
@keyframes shake
{
    0%, to
    {
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90%
    {
        -webkit-transform: translate3d(-1px,0,0);
        transform: translate3d(-1px,0,0);
    }
    20%, 40%, 60%, 80%
    {
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0);
    }
}
#o-progressbar.p-progressbar
{
    overflow: visible;
    border-radius: var(-\30 9e66284);
    background-color: #000;
    height: 1rem;
}
#o-progressbar.p-progressbar .p-progressbar-value
{
    overflow: visible;
    border-radius: var(-\30 9e66284);
    background-color: var(-\33 6ddd66e);
    position: relative;
}
#o-progressbar.p-progressbar .p-progressbar-value .p-progressbar-label
{
    display: block;
}
#o-progressbar .o-progressbar__image
{
    height: 1.75rem;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 3;
    border-radius: 50%;
}
#o-progressbar .o-progressbar__fx
{
    content: "";
    width: 40px;
    height: 100%;
    background-color: #fff;
    opacity: .1;
    transform: skew(50deg);
    position: absolute;
    top: 0;
    left: 4px;
    z-index: 2;
}
#o-progressbar .o-progressbar__fx.hidden
{
    visibility: hidden;
}
#o-progressbar .default-animation
{
    animation: o-progressbar__default-animation 1s infinite ease-in-out alternate;
}
#o-progressbar .custom-animation
{
    animation: o-progressbar__custom-animation 1s infinite ease-in-out alternate;
}
@keyframes o-progressbar__default-animation
{
    0%
    {
        filter: drop-shadow(0 0 3px rgba(50,205,50,0));
    }
    to
    {
        filter: drop-shadow(0 0 3px #32cd32);
    }
}
@keyframes o-progressbar__custom-animation
{
    0%
    {
        filter: drop-shadow(0 0 3px rgba(var(--primary-color-rgb),0));
    }
    to
    {
        filter: drop-shadow(0 0 3px rgba(var(--primary-color-rgb),1));
    }
}
.banner[data-v-0647878a]
{
    z-index: 2000;
    background-color: #fd6a5f;
}
img[data-v-0647878a]
{
    cursor: pointer;
}
.flag
{
    background: url(../../willbetgambling/image/flags_responsive-DbRDn7iy.png) no-repeat;
    background-size: 100%;
    width: 30px;
    border-radius: 3px;
    padding: 9.5px;
    display: flex;
}
.flag-ad
{
    background-position: 0 .43%;
}
.flag-ae
{
    background-position: 0 .826446%;
}
.flag-af
{
    background-position: 0 1.239669%;
}
.flag-ag
{
    background-position: 0 1.652893%;
}
.flag-ai
{
    background-position: 0 2.066116%;
}
.flag-al
{
    background-position: 0 2.479339%;
}
.flag-am
{
    background-position: 0 2.892562%;
}
.flag-an
{
    background-position: 0 3.305785%;
}
.flag-ao
{
    background-position: 0 3.719008%;
}
.flag-aq
{
    background-position: 0 4.132231%;
}
.flag-ar
{
    background-position: 0 4.545455%;
}
.flag-as
{
    background-position: 0 4.958678%;
}
.flag-at
{
    background-position: 0 5.371901%;
}
.flag-au
{
    background-position: 0 5.785124%;
}
.flag-aw
{
    background-position: 0 6.198347%;
}
.flag-az
{
    background-position: 0 6.61157%;
}
.flag-ba
{
    background-position: 0 7.024793%;
}
.flag-bb
{
    background-position: 0 7.438017%;
}
.flag-bd
{
    background-position: 0 7.85124%;
}
.flag-be
{
    background-position: 0 8.264463%;
}
.flag-bf
{
    background-position: 0 8.677686%;
}
.flag-bg
{
    background-position: 0 9.090909%;
}
.flag-bh
{
    background-position: 0 9.504132%;
}
.flag-bi
{
    background-position: 0 9.917355%;
}
.flag-bj
{
    background-position: 0 10.330579%;
}
.flag-bm
{
    background-position: 0 10.743802%;
}
.flag-bn
{
    background-position: 0 11.157025%;
}
.flag-bo
{
    background-position: 0 11.570248%;
}
.flag-br
{
    background-position: 0 11.983471%;
}
.flag-bs
{
    background-position: 0 12.396694%;
}
.flag-bt
{
    background-position: 0 12.809917%;
}
.flag-bv
{
    background-position: 0 13.22314%;
}
.flag-bw
{
    background-position: 0 13.636364%;
}
.flag-by
{
    background-position: 0 14.049587%;
}
.flag-bz
{
    background-position: 0 14.46281%;
}
.flag-ca
{
    background-position: 0 14.876033%;
}
.flag-cc
{
    background-position: 0 15.289256%;
}
.flag-cd
{
    background-position: 0 15.702479%;
}
.flag-cf
{
    background-position: 0 16.115702%;
}
.flag-cg
{
    background-position: 0 16.528926%;
}
.flag-ch
{
    background-position: 0 16.942149%;
}
.flag-ci
{
    background-position: 0 17.355372%;
}
.flag-ck
{
    background-position: 0 17.768595%;
}
.flag-cl
{
    background-position: 0 18.181818%;
}
.flag-cm
{
    background-position: 0 18.595041%;
}
.flag-zh
{
    background-position: 0 19.008264%;
}
.flag-co
{
    background-position: 0 19.421488%;
}
.flag-cr
{
    background-position: 0 19.834711%;
}
.flag-cu
{
    background-position: 0 20.247934%;
}
.flag-cv
{
    background-position: 0 20.661157%;
}
.flag-cx
{
    background-position: 0 21.07438%;
}
.flag-cy
{
    background-position: 0 21.487603%;
}
.flag-cz
{
    background-position: 0 21.900826%;
}
.flag-de
{
    background-position: 0 22.31405%;
}
.flag-dj
{
    background-position: 0 22.727273%;
}
.flag-dk
{
    background-position: 0 23.140496%;
}
.flag-dm
{
    background-position: 0 23.553719%;
}
.flag-do
{
    background-position: 0 23.966942%;
}
.flag-dz
{
    background-position: 0 24.380165%;
}
.flag-ec
{
    background-position: 0 24.793388%;
}
.flag-ee
{
    background-position: 0 25.206612%;
}
.flag-eg
{
    background-position: 0 25.619835%;
}
.flag-eh
{
    background-position: 0 26.033058%;
}
.flag-er
{
    background-position: 0 26.446281%;
}
.flag-es
{
    background-position: 0 26.859504%;
}
.flag-et
{
    background-position: 0 27.272727%;
}
.flag-fi
{
    background-position: 0 27.68595%;
}
.flag-fj
{
    background-position: 0 28.099174%;
}
.flag-fk
{
    background-position: 0 28.512397%;
}
.flag-fm
{
    background-position: 0 28.92562%;
}
.flag-fo
{
    background-position: 0 29.338843%;
}
.flag-fr
{
    background-position: 0 29.752066%;
}
.flag-ga
{
    background-position: 0 30.165289%;
}
.flag-gd
{
    background-position: 0 30.578512%;
}
.flag-ge
{
    background-position: 0 30.991736%;
}
.flag-gf
{
    background-position: 0 31.404959%;
}
.flag-gh
{
    background-position: 0 31.818182%;
}
.flag-gi
{
    background-position: 0 32.231405%;
}
.flag-gl
{
    background-position: 0 32.644628%;
}
.flag-gm
{
    background-position: 0 33.057851%;
}
.flag-gn
{
    background-position: 0 33.471074%;
}
.flag-gp
{
    background-position: 0 33.884298%;
}
.flag-gq
{
    background-position: 0 34.297521%;
}
.flag-gr
{
    background-position: 0 34.710744%;
}
.flag-gs
{
    background-position: 0 35.123967%;
}
.flag-gt
{
    background-position: 0 35.53719%;
}
.flag-gu
{
    background-position: 0 35.950413%;
}
.flag-gw
{
    background-position: 0 36.363636%;
}
.flag-gy
{
    background-position: 0 36.77686%;
}
.flag-hk
{
    background-position: 0 37.190083%;
}
.flag-hm
{
    background-position: 0 37.603306%;
}
.flag-hn
{
    background-position: 0 38.016529%;
}
.flag-hr
{
    background-position: 0 38.429752%;
}
.flag-ht
{
    background-position: 0 38.842975%;
}
.flag-hu
{
    background-position: 0 39.256198%;
}
.flag-id
{
    background-position: 0 39.669421%;
}
.flag-ie
{
    background-position: 0 40.082645%;
}
.flag-il
{
    background-position: 0 40.495868%;
}
.flag-in
{
    background-position: 0 40.909091%;
}
.flag-io
{
    background-position: 0 41.322314%;
}
.flag-iq
{
    background-position: 0 41.735537%;
}
.flag-ir
{
    background-position: 0 42.14876%;
}
.flag-is
{
    background-position: 0 42.561983%;
}
.flag-it
{
    background-position: 0 42.975207%;
}
.flag-jm
{
    background-position: 0 43.38843%;
}
.flag-jo
{
    background-position: 0 43.801653%;
}
.flag-jp
{
    background-position: 0 44.214876%;
}
.flag-ke
{
    background-position: 0 44.628099%;
}
.flag-kg
{
    background-position: 0 45.041322%;
}
.flag-kh
{
    background-position: 0 45.454545%;
}
.flag-ki
{
    background-position: 0 45.867769%;
}
.flag-km
{
    background-position: 0 46.280992%;
}
.flag-kn
{
    background-position: 0 46.694215%;
}
.flag-kp
{
    background-position: 0 47.107438%;
}
.flag-kr
{
    background-position: 0 47.520661%;
}
.flag-kw
{
    background-position: 0 47.933884%;
}
.flag-ky
{
    background-position: 0 48.347107%;
}
.flag-kz
{
    background-position: 0 48.760331%;
}
.flag-la
{
    background-position: 0 49.173554%;
}
.flag-lb
{
    background-position: 0 49.586777%;
}
.flag-lc
{
    background-position: 0 50%;
}
.flag-li
{
    background-position: 0 50.413223%;
}
.flag-lk
{
    background-position: 0 50.826446%;
}
.flag-lr
{
    background-position: 0 51.239669%;
}
.flag-ls
{
    background-position: 0 51.652893%;
}
.flag-lt
{
    background-position: 0 52.066116%;
}
.flag-lu
{
    background-position: 0 52.479339%;
}
.flag-lv
{
    background-position: 0 52.892562%;
}
.flag-ly
{
    background-position: 0 53.305785%;
}
.flag-ma
{
    background-position: 0 53.719008%;
}
.flag-mc
{
    background-position: 0 54.132231%;
}
.flag-md
{
    background-position: 0 54.545455%;
}
.flag-me
{
    background-position: 0 54.958678%;
}
.flag-mg
{
    background-position: 0 55.371901%;
}
.flag-mh
{
    background-position: 0 55.785124%;
}
.flag-mk
{
    background-position: 0 56.198347%;
}
.flag-ml
{
    background-position: 0 56.61157%;
}
.flag-mm
{
    background-position: 0 57.024793%;
}
.flag-mn
{
    background-position: 0 57.438017%;
}
.flag-mo
{
    background-position: 0 57.85124%;
}
.flag-mp
{
    background-position: 0 58.264463%;
}
.flag-mq
{
    background-position: 0 58.677686%;
}
.flag-mr
{
    background-position: 0 59.090909%;
}
.flag-ms
{
    background-position: 0 59.504132%;
}
.flag-mt
{
    background-position: 0 59.917355%;
}
.flag-mu
{
    background-position: 0 60.330579%;
}
.flag-mv
{
    background-position: 0 60.743802%;
}
.flag-mw
{
    background-position: 0 61.157025%;
}
.flag-mx
{
    background-position: 0 61.570248%;
}
.flag-my
{
    background-position: 0 61.983471%;
}
.flag-mz
{
    background-position: 0 62.396694%;
}
.flag-na
{
    background-position: 0 62.809917%;
}
.flag-nc
{
    background-position: 0 63.22314%;
}
.flag-ne
{
    background-position: 0 63.636364%;
}
.flag-nf
{
    background-position: 0 64.049587%;
}
.flag-ng
{
    background-position: 0 64.46281%;
}
.flag-ni
{
    background-position: 0 64.876033%;
}
.flag-nl
{
    background-position: 0 65.289256%;
}
.flag-no
{
    background-position: 0 65.702479%;
}
.flag-np
{
    background-position: 0 66.115702%;
}
.flag-nr
{
    background-position: 0 66.528926%;
}
.flag-nu
{
    background-position: 0 66.942149%;
}
.flag-nz
{
    background-position: 0 67.355372%;
}
.flag-om
{
    background-position: 0 67.768595%;
}
.flag-pa
{
    background-position: 0 68.181818%;
}
.flag-pe
{
    background-position: 0 68.595041%;
}
.flag-pf
{
    background-position: 0 69.008264%;
}
.flag-pg
{
    background-position: 0 69.421488%;
}
.flag-ph
{
    background-position: 0 69.834711%;
}
.flag-pk
{
    background-position: 0 70.247934%;
}
.flag-pl
{
    background-position: 0 70.661157%;
}
.flag-pm
{
    background-position: 0 71.07438%;
}
.flag-pn
{
    background-position: 0 71.487603%;
}
.flag-pr
{
    background-position: 0 71.900826%;
}
.flag-pt
{
    background-position: 0 72.31405%;
}
.flag-pw
{
    background-position: 0 72.727273%;
}
.flag-py
{
    background-position: 0 73.140496%;
}
.flag-qa
{
    background-position: 0 73.553719%;
}
.flag-re
{
    background-position: 0 73.966942%;
}
.flag-ro
{
    background-position: 0 74.380165%;
}
.flag-rs
{
    background-position: 0 74.793388%;
}
.flag-ru
{
    background-position: 0 75.206612%;
}
.flag-rw
{
    background-position: 0 75.619835%;
}
.flag-sa
{
    background-position: 0 76.033058%;
}
.flag-sb
{
    background-position: 0 76.446281%;
}
.flag-sc
{
    background-position: 0 76.859504%;
}
.flag-sd
{
    background-position: 0 77.272727%;
}
.flag-se
{
    background-position: 0 77.68595%;
}
.flag-sg
{
    background-position: 0 78.099174%;
}
.flag-sh
{
    background-position: 0 78.512397%;
}
.flag-si
{
    background-position: 0 78.92562%;
}
.flag-sj
{
    background-position: 0 79.338843%;
}
.flag-sk
{
    background-position: 0 79.752066%;
}
.flag-sl
{
    background-position: 0 80.165289%;
}
.flag-sm
{
    background-position: 0 80.578512%;
}
.flag-sn
{
    background-position: 0 80.991736%;
}
.flag-so
{
    background-position: 0 81.404959%;
}
.flag-sr
{
    background-position: 0 81.818182%;
}
.flag-ss
{
    background-position: 0 82.231405%;
}
.flag-st
{
    background-position: 0 82.644628%;
}
.flag-sv
{
    background-position: 0 83.057851%;
}
.flag-sy
{
    background-position: 0 83.471074%;
}
.flag-sz
{
    background-position: 0 83.884298%;
}
.flag-tc
{
    background-position: 0 84.297521%;
}
.flag-td
{
    background-position: 0 84.710744%;
}
.flag-tf
{
    background-position: 0 85.123967%;
}
.flag-tg
{
    background-position: 0 85.53719%;
}
.flag-th
{
    background-position: 0 85.950413%;
}
.flag-tj
{
    background-position: 0 86.363636%;
}
.flag-tk
{
    background-position: 0 86.77686%;
}
.flag-tl
{
    background-position: 0 87.190083%;
}
.flag-tm
{
    background-position: 0 87.603306%;
}
.flag-tn
{
    background-position: 0 88.016529%;
}
.flag-to
{
    background-position: 0 88.429752%;
}
.flag-tp
{
    background-position: 0 88.842975%;
}
.flag-tr
{
    background-position: 0 89.256198%;
}
.flag-tt
{
    background-position: 0 89.669421%;
}
.flag-tv
{
    background-position: 0 90.082645%;
}
.flag-tw
{
    background-position: 0 90.495868%;
}
.flag-ty
{
    background-position: 0 90.909091%;
}
.flag-tz
{
    background-position: 0 91.322314%;
}
.flag-ua
{
    background-position: 0 91.735537%;
}
.flag-ug
{
    background-position: 0 92.14876%;
}
.flag-gb, .flag-en
{
    background-position: 0 92.561983%;
}
.flag-um
{
    background-position: 0 92.975207%;
}
.flag-us
{
    background-position: 0 93.38843%;
}
.flag-uy
{
    background-position: 0 93.801653%;
}
.flag-uz
{
    background-position: 0 94.214876%;
}
.flag-va
{
    background-position: 0 94.628099%;
}
.flag-vc
{
    background-position: 0 95.041322%;
}
.flag-ve
{
    background-position: 0 95.454545%;
}
.flag-vg
{
    background-position: 0 95.867769%;
}
.flag-vi
{
    background-position: 0 96.280992%;
}
.flag-vn
{
    background-position: 0 96.694215%;
}
.flag-vu
{
    background-position: 0 97.107438%;
}
.flag-wf
{
    background-position: 0 97.520661%;
}
.flag-ws
{
    background-position: 0 97.933884%;
}
.flag-ye
{
    background-position: 0 98.347107%;
}
.flag-za
{
    background-position: 0 98.760331%;
}
.flag-zm
{
    background-position: 0 99.173554%;
}
.flag-zr
{
    background-position: 0 99.586777%;
}
.flag-zw
{
    background-position: 0 100%;
}