.error-wrapper .inner-page--banner--banner-image img{
    max-width:380px;
    width:100%
}
.error-wrapper .inner-page--banner--banner-caption p{
    margin-bottom:24px
}
.nuxt-progress{
    background-color:#51065d;
    height:5px;
    left:0;
    opacity:1;
    position:fixed;
    right:0;
    top:0;
    transition:width .1s,opacity .4s;
    width:0;
    z-index:999999
}
.nuxt-progress.nuxt-progress-notransition{
    transition:none
}
.nuxt-progress-failed{
    background-color:red
}
@font-face{
    font-display:swap;
    font-family:rummytimeFont;
    font-style:normal;
    font-weight:400;
    src:local("sans-serif"),url(/fonts/proximanova-regular-webfont.woff2) format("woff2"),url(/fonts/proximanova-regular-webfont.woff) format("woff")
}
@font-face{
    font-display:swap;
    font-family:rummytimeFont;
    font-style:normal;
    font-weight:700;
    src:local("sans-serif"),url(/fonts/proximanova-bold-webfont.woff2) format("woff2"),url(/fonts/proximanova-bold-webfont.woff) format("woff")
}
@font-face{
    font-display:swap;
    font-family:rummytimeFont;
    font-style:normal;
    font-weight:900;
    src:local("sans-serif"),url(/fonts/proximanova-extrabold-webfont.woff2) format("woff2"),url(/fonts/proximanova-extrabold-webfont.woff) format("woff")
}
*{
    box-sizing:border-box;
    margin:0;
    outline:none;
    padding:0
}
html{
    color:#222a41;
    font-size:18px;
    line-height:normal
}
@media(max-width:767.98px){
    html{
        font-size:14px
    }
}
@media(min-width:768px)and (max-width:991.98px){
    html{
        font-size:14px
    }
}
body{
    font-family:rummytimeFont,sans-serif;
    font-size:1rem;
    font-weight:400;
    line-height:1
}
a{
    color:#222a41;
    -webkit-text-decoration:none;
    text-decoration:none
}
li,p,ul{
    margin:0;
    padding:0
}
li,ul{
    list-style:none
}
a:active,a:focus,a:hover{
    outline:medium none;
    -webkit-text-decoration:none;
    text-decoration:none
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin:0
}
.h1,.h2,h1,h2{
    font-weight:700
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    line-height:1.5;
    margin:0;
    padding:0
}
.h3,.h4,.h5,.h6,h3,h4,h5,h6{
    font-weight:700
}
.h1,h1{
    font-size:3rem
}
@media(max-width:767.98px){
    .h1,h1{
        font-size:2.2857142857rem
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .h1,h1{
        font-size:2.2857142857rem
    }
}
.h2,h2{
    font-size:2.6666666667rem
}
@media(max-width:767.98px){
    .h2,h2{
        font-size:1.4285714286rem
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .h2,h2{
        font-size:1.7142857143rem
    }
}
.h3,h3{
    font-size:1.7777777778rem
}
@media(max-width:767.98px){
    .h3,h3{
        font-size:1.2857142857rem
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .h3,h3{
        font-size:1.2857142857rem
    }
}
.h4,h4{
    font-size:1.3333333333rem
}
@media(max-width:767.98px){
    .h4,h4{
        font-size:1.1428571429rem
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .h4,h4{
        font-size:1rem
    }
}
button::-moz-focus-inner{
    border:0;
    padding:0
}
a,button{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.section-padding{
    padding:66px 0
}
@media(max-width:767.98px){
    .section-padding{
        padding:33px 0
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .section-padding{
        padding:66px 0
    }
}
.theme-btn{
    display:inline-block
}
@media(max-width:991.98px){
    .blog-outer .row{
        margin:0
    }
}
.blog-content h1{
    font-size:40px;
    line-height:48px;
    margin-bottom:16px;
    margin-top:24px
}
.blog-content h1 span{
    font-weight:inherit!important
}
.blog-content h2{
    font-size:32px;
    line-height:40px;
    margin-bottom:12px;
    margin-top:24px
}
.blog-content h2 span{
    font-weight:inherit!important
}
.blog-content h3,.blog-content h4{
    font-size:24px;
    line-height:32px;
    margin-bottom:12px;
    margin-top:24px
}
.blog-content h3 span,.blog-content h4 span{
    font-weight:inherit!important
}
.blog-content p{
    color:#000;
    font-size:18px;
    line-height:32px;
    margin-bottom:12px;
    text-align:justify
}
.blog-content p span{
    font-weight:inherit!important
}
.blog-content a{
    color:#360341;
    transition:all .3s
}
.blog-content a:hover{
    opacity:.7;
    transition:all .3s
}
.blog-content ul{
    margin-bottom:24px;
    padding-left:24px
}
.blog-content ul li{
    color:#000;
    font-size:18px;
    line-height:32px;
    list-style:disc;
    margin-bottom:0
}
.blog-content ul li span{
    font-weight:inherit!important
}
.blog-content ul ul{
    margin-left:16px
}
.blog-content ul ul span{
    font-weight:inherit!important
}
.blog-content ol{
    margin-bottom:24px;
    padding-left:24px
}
.blog-content ol li{
    color:#000;
    font-size:18px;
    line-height:32px;
    list-style:-moz-ethiopic-numeric;
    margin-bottom:0
}
.blog-content ol li span{
    font-weight:inherit!important
}
.blog-content ol ol{
    margin-left:16px
}
.blog-content td,.blog-content th{
    border:1px solid #e0e0e0;
    font-size:18px;
    line-height:32px;
    min-height:48px;
    padding:12px 16px
}
.blog-content td span,.blog-content th span{
    font-weight:inherit!important
}
.blog-content th{
    background:#f5f5f5
}
.blog-content th span{
    font-weight:inherit!important
}
.blog-content table{
    border:0;
    border-collapse:collapse;
    margin-bottom:16px;
    min-width:100%;
    table-layout:fixed
}
.blog-content tr{
    background-color:inherit;
    border:solid rgba(0,0,0,.12);
    border-width:1px 1px 0;
    position:relative
}
.blog-content tr:hover{
    background-color:rgba(0,0,0,.04)
}
.blog-content tr:last-child{
    border-bottom-width:1px
}
.blog-content tr span{
    font-weight:inherit!important
}
.blog-content thead td,.blog-content thead th{
    font-weight:600;
    line-height:1.375rem;
    min-height:52px;
    text-align:left
}
.blog-content thead td span,.blog-content thead th span{
    font-weight:inherit!important
}
.blog-content iframe{
    aspect-ratio:580/380;
    height:auto;
    max-width:100%
}
@media(max-width:991.98px){
    .blog-content h1{
        font-size:28px;
        line-height:36px;
        margin-top:0
    }
    .blog-content h2{
        font-size:24px;
        line-height:32px
    }
    .blog-content h3,.blog-content h4{
        font-size:18px;
        line-height:24px
    }
    .blog-content p,.blog-content td,.blog-content th,.blog-content ul li{
        font-size:16px;
        line-height:24px;
        margin-bottom:16px
    }
}
.table-responsive{
    -ms-overflow-style:none;
    max-width:100%;
    overflow-x:auto
}
.sticky-download-app-btn.hide-button-by-default{
    opacity:0;
    transform:translateY(120%);
    -webkit-transform:translateY(120%);
    -moz-transform:translateY(120%);
    -o-transform:translateY(120%);
    -ms-transform:translateY(120%);
    visibility:hidden
}
.sticky-download-app-btn.hide-button-by-default.active{
    opacity:1;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0);
    visibility:visible
}
.no-margin{
    margin:0
}
.no-padding{
    padding:0
}
.margin-auto{
    margin:auto
}
.cursor-pointer{
    cursor:pointer
}
.display-inline-block{
    display:inline-block
}
.display-inline{
    display:inline
}
.display-block{
    display:block
}
.display-none{
    display:none
}
@media(max-width:767.98px){
    .hidden-mobile{
        display:none!important
    }
}
@media(min-width:768px){
    .hidden-on-table-and-above{
        display:none
    }
}
.extra-bold-font{
    font-weight:800
}
.bold-font{
    font-weight:700
}
.normal-font{
    font-weight:400
}
.block{
    float:left;
    width:100%
}
.text-capitalize{
    text-transform:capitalize
}
.white-color{
    color:#fff
}
.display-flex{
    display:flex;
    display:-ms-flex
}
.display-inline-flex{
    display:inline-flex;
    display:-webkit-inline-flex
}
.flex-2{
    flex:2;
    -ms-flex:2
}
.flex-1{
    flex:1;
    -ms-flex:1
}
.flex-align-center{
    align-items:center;
    -webkit-align-items:center
}
.flex-align-bottom{
    align-items:flex-end;
    -webkit-align-items:flex-end
}
.flex-justify-content-space-between{
    justify-content:space-between;
    -webkit-justify-content:space-between
}
.flex-justify-content-space-around{
    justify-content:space-around;
    -webkit-justify-content:space-around
}
.flex-justify-content-center{
    justify-content:center;
    -webkit-justify-content:center
}
.flex-direction-column{
    flex-direction:column
}
@media(max-width:767.98px){
    .flex-direction-column-mobile{
        flex-direction:column
    }
    .flex-justify-content-center-mobile{
        justify-content:center;
        -webkit-justify-content:center
    }
}
.w-100{
    width:100%
}
.h-100{
    height:100%
}
.h-120{
    height:120px
}
.responsive-image{
    height:auto;
    max-width:100%
}
.container{
    margin:0 auto;
    max-width:1200px;
    width:100%
}
@media(max-width:767.98px){
    .container.no-padding-mobile{
        padding:0
    }
    .container{
        padding:0 24px
    }
}
@media(min-width:768px)and (max-width:1200px){
    .container{
        padding:0 15px
    }
}
.container-mini{
    max-width:920px
}
.form-element{
    border:1px solid #51065d;
    border-radius:5px;
    font-family:rummytimeFont,sans-serif;
    height:48px;
    outline:none;
    padding:10px 15px;
    width:100%
}
.line-height-p{
    line-height:1.5
}
.section-padding-adjustment .section-padding{
    padding:80px 0
}
@media(max-width:767.98px){
    .section-padding-adjustment .section-padding{
        padding:48px 0
    }
}
.section-padding{
    padding:120px 0
}
@media(max-width:767.98px){
    .section-padding{
        padding:64px 0
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .section-padding{
        padding:75px 0
    }
}
.section-padding h2:not(.h2):not(.h3):not(.h4){
    color:#cda677;
    font-size:1.3333333333rem;
    line-height:1.5
}
.section-padding h2:not(.h2):not(.h3):not(.h4) span{
    color:#6d7783
}
@media(max-width:991.98px){
    .section-padding h2:not(.h2):not(.h3):not(.h4){
        font-size:1.1428571429rem
    }
}
@media(max-width:767.98px){
    .section-padding h2:not(.h2):not(.h3):not(.h4){
        margin-bottom:8px
    }
}
.section-padding h3:not(.h3):not(.h2):not(.h4){
    font-size:1.7777777778rem;
    line-height:1.5
}
@media(max-width:991.98px){
    .section-padding h3:not(.h3):not(.h2):not(.h4){
        font-size:1.4285714286rem
    }
}
.section-padding-v2{
    padding:80px 0
}
@media(max-width:767.98px){
    .section-padding-v2{
        padding:48px 0
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .section-padding-v2{
        padding:60px 0
    }
}
.section-padding-v2 .h2,.section-padding-v2 h2:not(.h4){
    font-size:1.7777777778rem
}
@media(max-width:767.98px){
    .section-padding-v2 .h2,.section-padding-v2 h2:not(.h4){
        font-size:1.4285714286rem
    }
}
.section-padding-v2 .h3,.section-padding-v2 h3{
    color:#6d7783;
    font-size:1.3333333333rem;
    font-weight:400;
    padding-bottom:40px
}
@media(max-width:767.98px){
    .section-padding-v2 .h3,.section-padding-v2 h3{
        font-size:1rem
    }
}
.section-padding-v2 .h3.no-padding,.section-padding-v2 h3.no-padding{
    padding:0
}
.section-padding-inner-pages{
    padding:120px 0
}
@media(max-width:767.98px){
    .section-padding-inner-pages{
        padding:24px 0
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .section-padding-inner-pages{
        padding:50px 0
    }
}
.inner-page--banner--banner-caption{
    line-height:1.5;
    max-width:700px
}
@media(min-width:768px)and (max-width:991.98px){
    .inner-page--banner--banner-caption{
        max-width:55%;
        padding-right:10px;
        text-align:justify
    }
}
@media(max-width:767.98px){
    .inner-page--banner--banner-caption h1{
        margin-bottom:8px
    }
}
.inner-page--banner--banner-image{
    max-width:386px
}
@media(max-width:767.98px){
    .inner-page--banner--banner-image{
        margin-top:24px
    }
}
.inner-page--banner--banner-image img{
    border-radius:16px
}
.inner-page-padding-bottom{
    padding:0 0 120px
}
@media(min-width:768px)and (max-width:991.98px){
    .inner-page-padding-bottom{
        padding:0 0 64px
    }
}
@media(max-width:767.98px){
    .inner-page-padding-bottom{
        padding:0 0 64px
    }
}
.inner-page-padding-65px{
    padding:0 0 64px
}
@media(min-width:768px)and (max-width:991.98px){
    .inner-page-padding-65px{
        padding:0 0 24px
    }
}
@media(max-width:767.98px){
    .inner-page-padding-65px{
        padding:0 0 24px
    }
}
.theme-color{
    color:#51065d
}
.theme-secondary-text-color{
    color:#6d7783
}
.theme-highlight-text-color{
    color:#cda677
}
.reset-button{
    background-color:transparent;
    border:none;
    font-size:1rem
}
.theme-btn{
    border-radius:32px;
    color:#fff;
    cursor:pointer;
    font-size:.8888888889rem;
    font-weight:700;
    line-height:24px;
    padding:12px 75px;
    transition:all .3s ease-in-out
}
.theme-btn.primary-btn{
    background-color:#51065d;
    border:1px solid #51065d
}
.theme-btn.primary-btn:hover{
    background-color:#6a2b75
}
.theme-btn.secondary-btn{
    background-color:#cda677;
    border:1px solid #cda677
}
.theme-btn.secondary-btn:hover{
    background-color:#d4b38b
}
.theme-btn.disabled-btn{
    cursor:not-allowed
}
.theme-btn.disabled-btn,.theme-btn.disabled-btn:hover{
    background-color:#ccc;
    border-color:#ccc
}
@media(max-width:767.98px){
    .theme-btn{
        padding:8px 63px
    }
}
.page-enter-active,.page-leave-active{
    transition:opacity .5s ease-in-out
}
.page-enter,.page-leave-active{
    opacity:0
}
.truncate{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.transition{
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out
}
@media(max-width:1024px){
    [data-aos^=fade][data-aos^=fade]{
        opacity:1!important
    }
    [data-aos=fade-down],[data-aos=fade-up]{
        transform:translateZ(0)!important
    }
}
.slide-fade-enter-active,.slide-fade-leave-active{
    transition:all .6s
}
.slide-fade-enter,.slide-fade-leave-to{
    opacity:0;
    transform:translateY(10px);
    -webkit-transform:translateY(10px);
    -moz-transform:translateY(10px);
    -o-transform:translateY(10px);
    -ms-transform:translateY(10px)
}
.slide-up-enter-active,.slide-up-leave-to{
    transition:all .6s
}
.slide-up-enter{
    transform:translateY(30px);
    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -o-transform:translateY(30px);
    -ms-transform:translateY(30px)
}
@media(min-width:768px){
    .slide-up-enter{
        opacity:0
    }
}
.slide-up-leave-to{
    opacity:0;
    transform:translateY(30px);
    -webkit-transform:translateY(30px);
    -moz-transform:translateY(30px);
    -o-transform:translateY(30px);
    -ms-transform:translateY(30px)
}
.theme-secondary-table tbody td,.theme-secondary-table thead th{
    background-color:#f0e5d7;
    border:1px solid #fff;
    padding:15px;
    vertical-align:middle
}
@media(max-width:767.98px){
    .theme-secondary-table tbody td,.theme-secondary-table thead th{
        padding:10px
    }
}
.theme-secondary-table{
    border-collapse:collapse;
    text-align:center;
    width:100%
}
.theme-secondary-table thead tr th{
    font-size:1.2222222222rem;
    font-weight:700
}
@media(max-width:1199.98px){
    .theme-secondary-table thead tr th{
        font-size:1rem
    }
}
@media(min-width:992px){
    .theme-secondary-table thead tr:first-child th:first-child{
        border-radius:18px 0 0 0
    }
    .theme-secondary-table thead tr:first-child th:last-child{
        border-radius:0 18px 0 0
    }
    .theme-secondary-table tbody tr:last-child td:first-child{
        border-radius:0 0 0 18px
    }
    .theme-secondary-table tbody tr:last-child td:last-child{
        border-radius:0 0 18px 0
    }
}
@media(max-width:992px){
    table.responsive-table{
        border-spacing:0;
        display:block;
        position:relative;
        width:100%
    }
    table.responsive-table td,table.responsive-table th{
        display:block;
        margin:0
    }
    table.responsive-table thead{
        border:0;
        display:block;
        float:left
    }
    table.responsive-table thead tr{
        display:block
    }
    table.responsive-table tbody{
        display:flex;
        overflow-x:auto;
        position:relative;
        text-align:left;
        white-space:nowrap;
        width:auto
    }
    table.responsive-table tbody tr{
        display:inline-block;
        flex:1
    }
    table.responsive-table tr{
        border-bottom:none
    }
}
.app-downloads-stick-popup-backdrop{
    background-color:rgba(0,0,0,.34);
    height:100%;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:1
}
.margin-bottom-5px{
    margin-bottom:5px
}
.common-styling{
    line-height:1.5
}
.common-styling h1,.common-styling h2,.common-styling h3,.common-styling h4,.common-styling h5,.common-styling h6{
    padding:16px 0 8px
}
.common-styling p{
    margin-bottom:8px;
    text-align:justify
}
@media(max-width:767.98px){
    .referral-table thead tr th{
        font-size:.8571428571rem
    }
}
.referral-table thead tr th:first-child{
    border-top-left-radius:16px
}
.referral-table thead tr th:last-child{
    border-top-right-radius:16px
}
.referral-table tbody tr:last-child td:first-child{
    border-bottom-left-radius:16px
}
.referral-table tbody tr:last-child td:last-child{
    border-bottom-right-radius:16px
}
.referral-table tbody tr td:nth-child(2),.referral-table tbody tr td:nth-child(3){
    min-width:100px
}
@media(max-width:767.98px){
    .referral-table tbody tr td{
        font-size:.8571428571rem
    }
}
.grecaptcha-badge{
    display:none!important
}
.blog-outer{
    padding-bottom:72px
}
.blog-outer .blog-wrapper{
    display:flex;
    margin-top:4px;
    padding-top:32px
}
.blog-outer .blog-wrapper .blog-sidebar-category{
    flex-shrink:0;
    padding-left:12px;
    padding-top:0;
    width:264px
}
@media(max-width:991.98px){
    .blog-outer .blog-wrapper{
        padding:16px
    }
}
.blog-outer .row{
    align-items:flex-start;
    display:flex;
    flex-grow:1;
    flex-wrap:wrap
}
.blog-outer .explore-category-wrapper{
    padding-left:24px
}
.blog-outer .explore-category-wrapper .explore-category{
    border-bottom:1px solid #e7e8eb;
    font-size:16px;
    font-weight:700;
    padding-bottom:16px
}
.blog-outer .explore-category-wrapper .category-list{
    font-size:16px
}
.blog-outer .explore-category-wrapper .category-list li{
    border-bottom:1px solid #e7e8eb
}
.blog-outer .explore-category-wrapper .category-list li a{
    color:#41465d;
    display:flex;
    flex-grow:1;
    padding:16px 0
}
.blog-outer .explore-category-wrapper .category-list li a:hover{
    color:#000
}
@media(max-width:991.98px){
    .blog-outer{
        padding-bottom:0
    }
    .blog-outer .blog-wrapper{
        display:block;
        margin-top:0
    }
    .blog-outer .blog-wrapper .blog-sidebar-category{
        display:none;
        padding-left:0;
        padding-top:24px
    }
    .blog-outer .explore-category-wrapper{
        padding-left:0
    }
}
.breadcrumbs{
    border-bottom:1px solid rgba(0,0,0,.12);
    padding:16px 0
}
@media(max-width:767.98px){
    .tds-policy-wrapper .container{
        padding:0 16px
    }
}
.tds-policy-wrapper h1{
    color:#222a41
}
.tds-policy-wrapper li,.tds-policy-wrapper p{
    color:#6d7783;
    font-size:16px;
    line-height:1.5;
    margin-bottom:24px;
    text-align:justify
}
.tds-policy-wrapper li:last-child,.tds-policy-wrapper p:last-child{
    margin-bottom:0
}
@media(max-width:767.98px){
    .tds-policy-wrapper li,.tds-policy-wrapper p{
        font-size:14px;
        margin-bottom:16px
    }
}
.tds-policy-wrapper p.no-margin{
    margin:0
}
.tds-policy-wrapper h3{
    color:#222a41;
    font-size:24px;
    line-height:32px;
    margin-bottom:16px
}
@media(max-width:767.98px){
    .tds-policy-wrapper h3{
        font-size:12px;
        line-height:16px
    }
}
.tds-policy-wrapper h2{
    color:#222a41;
    font-size:32px;
    line-height:48px;
    margin-bottom:8px;
    padding-top:40px
}
@media(max-width:767.98px){
    .tds-policy-wrapper h2{
        font-size:14px;
        line-height:20px;
        padding-top:24px
    }
}
.tds-policy-wrapper ul li{
    padding-left:16px;
    position:relative
}
.tds-policy-wrapper ul li:before{
    background:#cda677;
    border-radius:100%;
    content:"";
    height:4px;
    left:0;
    position:absolute;
    top:12px;
    width:4px
}
.tds-policy-wrapper .tds-policy-brief{
    background:#f0e5d7;
    padding:40px 16px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-brief{
        padding:32px 0
    }
}
.tds-policy-wrapper .tds-policy-content{
    padding:56px 16px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content{
        padding:24px 0
    }
}
.tds-policy-wrapper .tds-policy-content .tds-info-box{
    border:1px solid #cea879;
    border-radius:8px;
    margin-bottom:32px;
    padding:24px;
    position:relative
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-info-box{
        padding:16px
    }
}
.tds-policy-wrapper .tds-policy-content .tds-info-box.no-margin{
    margin:0
}
.tds-policy-wrapper .tds-policy-content .tds-example-box{
    padding:40px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-example-box{
        margin-bottom:24px;
        padding:16px
    }
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row{
    padding-bottom:24px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row{
        padding-bottom:16px
    }
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row:last-child{
    padding-bottom:0
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
    padding-right:24px
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .amount,.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
    color:#222b45;
    font-size:20px;
    line-height:28px;
    margin-bottom:0;
    opacity:.8
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .amount,.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
        font-size:14px;
        line-height:20px
    }
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .amount span,.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .table-text span{
    font-size:16px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .amount span,.tds-policy-wrapper .tds-policy-content .tds-example-box .winning-row .table-text span{
        font-size:12px
    }
}
.tds-policy-wrapper .tds-policy-content .tds-example-box .example-bottom-text{
    font-size:18px;
    line-height:24px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .tds-example-box .example-bottom-text{
        font-size:14px;
        line-height:20px
    }
}
.tds-policy-wrapper .tds-policy-content .dotted-border{
    padding-bottom:24px
}
.tds-policy-wrapper .tds-policy-content .dotted-border:before{
    background:url(./website/images/tds-policy/dashed-border-web.png) no-repeat;
    background-size:100%;
    content:"";
    height:1px;
    left:0;
    margin-bottom:24px;
    position:absolute;
    width:100%
}
@media(max-width:767.98px){
    .tds-policy-wrapper .tds-policy-content .dotted-border:before{
        background:url(./website/images/tds-policy/dotted-line.png) no-repeat;
        background-size:100%
    }
}
.tds-policy-wrapper .special-note{
    padding-top:24px
}
@media(max-width:767.98px){
    .tds-policy-wrapper .special-note{
        padding-top:16px
    }
}
.tds-tabs-outer{
    overflow:hidden
}
.tds-tabs-outer .app-tab{
    align-items:center;
    border-bottom:1px solid #ccc;
    display:flex;
    margin-bottom:16px;
    overflow-x:auto
}
.tds-tabs-outer .tab-btn{
    margin-bottom:0
}
.tds-tabs-outer label{
    border-bottom:1px solid transparent;
    color:#656565;
    cursor:pointer;
    display:inline-block;
    margin-bottom:0;
    padding:6px 18px
}
.tds-tabs-outer .tab-btn.active{
    border-bottom:1px solid #51065d;
    color:#000;
    font-weight:700
}
@media(max-width:767.98px){
    .video-outer{
        margin-top:24px;
        max-width:100%;
        width:100%
    }
}
.youtubeOuter{
    height:263px;
    width:386px
}
@media(max-width:767.98px){
    .youtubeOuter{
        height:auto;
        width:100%
    }
}
.youtubeOuter .yt-video-overlay{
    aspect-ratio:328/247
}
.youtubeOuter .yt-video-overlay:before{
    background:rgba(0,0,0,.5) url(./website/images/tds-policy/play.svg) no-repeat 50%;
    background-size:60px;
    border-radius:16px;
    content:"";
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
@media(max-width:960px){
    .youtubeOuter .yt-video-overlay:before{
        background-size:50px
    }
}
.youtubeOuter .yt-clip{
    aspect-ratio:328/247;
    border-radius:16px
}
@media(max-width:767.98px){
    .youtubeOuter .yt-clip{
        height:auto
    }
}
.youtubeOuter .yt-thumbnail{
    aspect-ratio:328/247;
    border-radius:16px;
    width:100%
}
@media(max-width:767.98px){
    .youtubeOuter .yt-thumbnail{
        height:auto
    }
    .tds-policy-main-wrapper .container{
        padding:0 16px
    }
}
.tds-policy-main-wrapper h1{
    color:#1b2541
}
.tds-policy-main-wrapper li,.tds-policy-main-wrapper p{
    color:#1b2541;
    font-size:16px;
    line-height:1.5;
    margin-bottom:24px;
    opacity:.8;
    text-align:left
}
.tds-policy-main-wrapper li:last-child,.tds-policy-main-wrapper p:last-child{
    margin-bottom:0
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper li,.tds-policy-main-wrapper p{
        font-size:14px;
        margin-bottom:16px
    }
}
.tds-policy-main-wrapper p.no-margin{
    margin:0
}
.tds-policy-main-wrapper h3{
    color:#1b2541;
    font-size:24px;
    line-height:32px;
    margin-bottom:8px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper h3{
        font-size:12px;
        line-height:16px
    }
}
.tds-policy-main-wrapper h2{
    color:#1b2541;
    font-size:32px;
    line-height:48px;
    margin-bottom:8px;
    margin-top:40px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper h2{
        font-size:14px;
        line-height:20px;
        margin-top:24px
    }
}
.tds-policy-main-wrapper .tds-policy-brief ul li{
    padding-left:16px;
    position:relative
}
.tds-policy-main-wrapper .tds-policy-brief ul li:before{
    background:#cda677;
    border-radius:100%;
    content:"";
    height:4px;
    left:0;
    position:absolute;
    top:12px;
    width:4px
}
.tds-policy-main-wrapper .net-winning-box{
    border:1px solid #cea879;
    border-radius:8px;
    margin:24px 0;
    padding:24px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .net-winning-box{
        margin:16px 0;
        padding:16px
    }
}
.tds-policy-main-wrapper .border-box{
    border:1px solid #cea879
}
.tds-policy-main-wrapper .tds-policy-brief{
    background:#f0e5d7;
    padding:40px 16px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-brief{
        padding:32px 0
    }
}
.tds-policy-main-wrapper .tds-policy-content{
    padding:56px 16px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content{
        padding:24px 0
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-info-box{
    border:1px solid #cea879;
    border-radius:8px;
    margin-bottom:24px;
    padding:24px;
    position:relative
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-info-box{
        margin-bottom:8px;
        padding:16px
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-info-box.no-margin{
    margin:0
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box{
    padding:40px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-example-box{
        padding:16px
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row{
    padding-bottom:24px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row{
        padding-bottom:16px
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row:last-child{
    padding-bottom:0
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
    padding-right:24px
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .amount,.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
    color:#1b2541;
    font-size:20px;
    font-weight:700;
    line-height:28px;
    margin-bottom:0;
    opacity:.8
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .amount,.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .table-text{
        font-size:14px;
        line-height:20px
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .amount span,.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .table-text span{
    display:block;
    font-size:16px;
    font-weight:400;
    line-height:16px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .amount span,.tds-policy-main-wrapper .tds-policy-content .tds-example-box .winning-row .table-text span{
        font-size:12px;
        line-height:12px
    }
}
.tds-policy-main-wrapper .tds-policy-content .tds-example-box .example-bottom-text{
    font-size:18px;
    line-height:24px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .tds-example-box .example-bottom-text{
        font-size:14px;
        line-height:20px
    }
}
.tds-policy-main-wrapper .tds-policy-content .dotted-border{
    padding-bottom:16px
}
.tds-policy-main-wrapper .tds-policy-content .dotted-border:before{
    background:url(./website/images/tds-policy/dashed-border-web.png) no-repeat;
    background-size:100% 100%;
    content:"";
    height:1px;
    left:0;
    margin-bottom:24px;
    position:absolute;
    width:100%
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .dotted-border:before{
        background:url(./website/images/tds-policy/dotted-line.png) no-repeat;
        background-size:100% 100%
    }
}
.tds-policy-main-wrapper .tds-policy-content .sub-tds-row{
    border-left:1px solid #cea879;
    margin-bottom:24px;
    margin-left:12px;
    padding-left:12px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .sub-tds-row{
        margin-bottom:16px
    }
}
.tds-policy-main-wrapper .tds-policy-content .sub-tds-row li{
    margin-bottom:12px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-policy-content .sub-tds-row li{
        margin-bottom:8px
    }
}
.tds-policy-main-wrapper .tds-policy-content .sub-tds-row .winning-row .amount,.tds-policy-main-wrapper .tds-policy-content .sub-tds-row .winning-row .table-text{
    font-weight:400
}
.tds-policy-main-wrapper .tds-listing{
    margin-bottom:48px;
    padding-left:24px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-listing{
        margin-bottom:8px
    }
}
.tds-policy-main-wrapper .tds-listing li{
    list-style:disc;
    list-style-position:outside;
    margin-bottom:12px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-listing li{
        margin-bottom:8px
    }
}
.tds-policy-main-wrapper .tds-listing p{
    margin-bottom:12px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .tds-listing p{
        margin-bottom:8px
    }
}
.tds-policy-main-wrapper .special-note{
    padding-top:24px
}
@media(max-width:767.98px){
    .tds-policy-main-wrapper .special-note{
        padding-top:16px
    }
}
.tds-policy-main-wrapper .dark-text{
    color:#1b2541
}
.text-black{
    color:#222a41!important
}
.downloads-section.sticky-bottom.home-page.ios:before{
    height:100%
}
.downloads-section .green-btn{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18;
    filter:drop-shadow(0 14px 20px rgba(9,90,8,.2));
    max-width:312px;
    padding:12px 0;
    width:100%
}
@media(max-width:767.98px){
    .downloads-section .green-btn{
        font-size:1.2857142857rem
    }
}
.downloads-section .green-btn:focus{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18
}
.downloads-section .green-btn.theme-btn{
    max-width:312px
}
.downloads-section .display-flex{
    align-items:flex-start
}
.downloads-section .display-flex img{
    max-width:20px;
    overflow:hidden
}
.downloads-section h4.download-available-android{
    font-size:1rem
}
.downloads-section--downloads-data{
    margin-left:10px
}
.downloads-section--downloads-data h3{
    font-size:.7777777778rem;
    font-weight:700
}
.downloads-section--downloads-data p{
    font-size:.5555555556rem
}
.downloads-section.sticky-bottom{
    background-color:#fff;
    bottom:0;
    box-shadow:0 -20px 40px rgba(65,11,79,.1);
    -webkit-box-shadow:0 -20px 40px rgba(65,11,79,.1);
    justify-content:center;
    left:0;
    padding:8px 0;
    position:fixed;
    right:0;
    transition:all 1s ease-in-out;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    z-index:1
}
.downloads-section.sticky-bottom .theme-btn{
    align-items:center;
    display:flex;
    justify-content:center;
    margin:auto auto 8px;
    max-width:280px;
    padding:11px 0;
    width:100%
}
.downloads-section.sticky-bottom .theme-btn img{
    margin-right:8px
}
.downloads-section.sticky-bottom.home-page{
    background-color:transparent;
    box-shadow:none;
    color:#fff;
    display:flex;
    flex-direction:column-reverse;
    padding-bottom:0
}
.downloads-section.sticky-bottom.home-page .microsite-sticky-footer--meta h4{
    color:#fff;
    margin-bottom:2px
}
.downloads-section.sticky-bottom.home-page:before{
    background:rgba(0,0,0,.8);
    bottom:0;
    top:auto
}
.microsite-sticky-footer{
    position:relative
}
.microsite-sticky-footer:before{
    background-color:#ffe84c;
    content:"";
    height:60%;
    left:0;
    position:absolute;
    right:0;
    top:0;
    z-index:-1
}
.microsite-sticky-footer .primary-btn{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18;
    filter:drop-shadow(0 14px 20px rgba(9,90,8,.2));
    max-width:312px;
    padding:12px 0;
    width:100%
}
@media(max-width:767.98px){
    .microsite-sticky-footer .primary-btn{
        font-size:1.2857142857rem
    }
}
.microsite-sticky-footer .primary-btn:focus{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18
}
.microsite-sticky-footer .primary-btn.theme-btn{
    max-width:312px
}
.microsite-sticky-footer--meta{
    font-size:.6666666667rem;
    line-height:1.5;
    padding-bottom:6px
}
.microsite-sticky-footer--meta h4{
    color:#51065d
}
.hotstar-sticky-info img{
    position:relative;
    top:2px
}
.site-footer{
    background-color:#f0e5d7
}
.site-footer.footer-breadcrum{
    padding:50px 0 120px
}
@media(min-width:768px){
    .site-footer.footer-breadcrum{
        padding:50px 0 70px
    }
}
.site-footer h5{
    font-size:1rem;
    margin-bottom:16px
}
@media(max-width:767.98px){
    .site-footer{
        padding-bottom:120px
    }
    .site-footer--logo img{
        max-width:163px
    }
}
.site-footer--breadcrums{
    margin-bottom:50px
}
@media(max-width:767.98px){
    .site-footer--breadcrums{
        margin-bottom:24px
    }
}
.site-footer--breadcrums li{
    display:inline-block
}
.site-footer--breadcrums li:last-child:after{
    content:none
}
.site-footer--breadcrums li:after{
    background-image:url(./website/images/generic-icons/breadcrum-icon.svg);
    background-position:50%;
    background-size:contain;
    content:"";
    display:inline-block;
    height:7px;
    margin-right:4px;
    width:7px
}
.site-footer--breadcrums li a{
    font-size:.6666666667rem
}
.site-footer--breadcrums li a:hover{
    color:#51065d
}
.site-footer--quicklinks{
    padding:40px 0
}
@media(max-width:767.98px){
    .site-footer--quicklinks{
        padding-top:24px
    }
}
.site-footer--quicklinks li{
    display:inline-block;
    line-height:32px;
    margin-right:25px
}
.site-footer--quicklinks li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer--quicklinks li{
        margin-right:16px
    }
}
.site-footer--quicklinks li a{
    font-size:16px;
    transition:all .3s ease-in-out
}
.site-footer--quicklinks li a:hover{
    color:#51065d
}
.site-footer--quicklinks li a.nuxt-link-exact-active{
    color:#51065d;
    font-weight:700
}
@media(max-width:767.98px){
    .site-footer--quicklinks li a{
        font-size:14px
    }
    .site-footer--quicklinks li{
        margin-right:0;
        width:50%
    }
    .site-footer--quicklinks ul{
        display:flex;
        flex-wrap:wrap
    }
    .site-footer--quicklinks ul li{
        flex:1;
        line-height:30px;
        min-width:142px
    }
}
@media(min-width:680px)and (max-width:767.98px){
    .site-footer--quicklinks ul li{
        display:inline-block;
        flex:initial;
        margin-right:15px;
        min-width:inherit;
        width:auto
    }
}
.site-footer--payment-method-wrapper li{
    display:inline-block
}
.site-footer--payment-method-wrapper--payment-methods .security-certification{
    margin-top:16px
}
.site-footer--payment-method-wrapper--payment-methods li{
    display:inline-block;
    margin-right:9px
}
.site-footer--payment-method-wrapper--payment-methods li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer--payment-method-wrapper--payment-methods li{
        margin-right:0
    }
}
@media(max-width:767.98px){
    .site-footer--payment-method-wrapper--payment-methods li{
        margin-bottom:9px
    }
    .site-footer--payment-method-wrapper--social-share{
        margin-top:10px
    }
}
.site-footer--payment-method-wrapper--social-share li{
    margin-right:16px
}
.site-footer--payment-method-wrapper--social-share li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer--payment-method-wrapper--social-share li{
        margin-right:5px
    }
}
.site-footer--payment-method-wrapper--social-share li a{
    background-color:#f6f0e7;
    border-radius:50%;
    display:flex;
    height:40px;
    transition:all .3s ease-in-out;
    width:40px
}
.site-footer--payment-method-wrapper--social-share li a img{
    margin:auto
}
.site-footer--payment-method-wrapper--social-share li a:hover{
    background-color:#ebddca
}
.site-footer--about-rummytime{
    border-top:1px solid #c59c75;
    margin-top:80px;
    padding-top:80px
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer--about-rummytime{
        margin-top:40px;
        padding-top:40px
    }
}
@media(max-width:767.98px){
    .site-footer--about-rummytime{
        margin-top:24px;
        padding-top:24px
    }
}
.site-footer--about-rummytime p{
    line-height:1.5
}
.site-footer--copyright{
    font-size:.7777777778rem;
    padding-top:40px
}
.site-footer .disclaimer-outer{
    padding-top:40px
}
@media(max-width:767.98px){
    .site-footer .disclaimer-outer{
        padding-top:24px
    }
}
.site-footer .disclaimer-outer .disclaimer-box{
    border:1px solid #51065d;
    border-radius:12px;
    padding:16px;
    width:calc(50% - 12px)
}
@media(max-width:767.98px){
    .site-footer .disclaimer-outer .disclaimer-box{
        width:100%
    }
    .site-footer .disclaimer-outer .disclaimer-box:first-child{
        margin-bottom:16px
    }
}
.site-footer .disclaimer-outer .disclaimer-box h3{
    font-size:18px;
    margin-bottom:16px
}
.site-footer .disclaimer-outer .disclaimer-box p{
    font-size:16px
}
.site-footer .app-links .app-store{
    margin-right:12px
}
.header-wrapper.home-page .white-close-icon{
    display:block
}
.header-wrapper.home-page .black-close-icon{
    display:none
}
.header-wrapper.home-page a{
    color:#fff
}
.header-wrapper.home-page a.nuxt-link-exact-active,.header-wrapper.home-page a:hover{
    color:#cda677
}
@media(max-width:767.98px){
    .header-wrapper.home-page{
        padding:20px 0
    }
    .header-wrapper{
        padding:24px 0
    }
    .header-wrapper--logo img{
        max-width:165px
    }
}
.header-wrapper.home-page .white-close-icon,.header-wrapper.inner-page .white-close-icon,.header-wrapper.white-menu-icon .white-close-icon{
    display:block
}
.header-wrapper.home-page .black-close-icon,.header-wrapper.inner-page .black-close-icon,.header-wrapper.white-menu-icon .black-close-icon{
    display:none
}
.header-wrapper.home-page a,.header-wrapper.inner-page a{
    color:#fff
}
.header-wrapper.home-page a.nuxt-link-exact-active,.header-wrapper.home-page a:hover,.header-wrapper.inner-page a.nuxt-link-exact-active,.header-wrapper.inner-page a:hover{
    color:#cda677
}
.header-wrapper{
    padding:40px 0
}
.header-wrapper.home-page{
    left:0;
    right:0;
    z-index:1
}
@media(max-width:767.98px){
    .header-wrapper.home-page{
        padding:20px 0
    }
}
.header-wrapper.home-page.scroll-header-home-page{
    background-color:#100131;
    padding:20px 0;
    transition:all .3s ease-in-out;
    z-index:11
}
.header-wrapper.animate-from-top{
    transform:translateY(-100px);
    -webkit-transform:translateY(-100px);
    -moz-transform:translateY(-100px);
    -o-transform:translateY(-100px);
    -ms-transform:translateY(-100px)
}
@media(max-width:767.98px){
    .header-wrapper.animate-from-top{
        transform:translateY(0);
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        -ms-transform:translateY(0)
    }
}
.header-wrapper.animated{
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0);
    transition:all 2s cubic-bezier(.5,0,0,1)
}
.header-wrapper.inner-page{
    background:linear-gradient(183deg,#51065d 22.44%,#2a0539 90.85%)
}
@media(max-width:767.98px){
    .header-wrapper{
        padding:24px 0
    }
    .header-wrapper--logo img{
        max-width:165px
    }
}
.header-wrapper--hamburger-menu-icon{
    background:none;
    border:none;
    margin-left:40px
}
@media(max-width:767.98px){
    .header-wrapper--hamburger-menu-icon{
        margin-left:16px
    }
    .header-wrapper--hamburger-menu-icon img{
        max-width:20px
    }
}
.header-wrapper--menu li{
    display:inline-block;
    margin-right:35px
}
.header-wrapper--menu li.display-none{
    display:none
}
.header-wrapper--menu li:not(.display-none):last-child{
    margin:0
}
.header-wrapper--menu li a{
    transition:all .3s ease-in-out
}
.header-wrapper--menu li a:hover{
    color:#51065d
}
@media(min-width:768px)and (max-width:1199.98px){
    .header-wrapper--menu li a{
        color:#fff
    }
}
.header-wrapper--menu .signup-button{
    color:#fff!important;
    max-width:128px;
    min-width:128px;
    padding:12px 0;
    width:100%
}
@media(max-width:767.98px){
    .header-wrapper--menu .signup-button{
        border:none;
        font-size:1rem;
        min-width:80px;
        padding:5px 0
    }
}
.hamburger-menu-wrapper,.hamburger-menu-wrapper--backdrop{
    bottom:0;
    height:100vh;
    left:0;
    position:fixed;
    right:0;
    top:0;
    width:100%
}
.hamburger-menu-wrapper--menu-items li a.nuxt-link-exact-active,.hamburger-menu-wrapper--menu-items li a:hover{
    color:#cda677
}
.hamburger-menu-wrapper--menu-items li a.nuxt-link-exact-active:after,.hamburger-menu-wrapper--menu-items li a:hover:after{
    border-left-color:#cda677
}
.hamburger-menu-wrapper{
    background-color:#fff;
    height:100vh;
    left:auto;
    max-height:100vh;
    max-width:460px;
    overflow-y:auto;
    transform:translateX(110%);
    transition:all .3s ease-in-out;
    z-index:111
}
@media(max-width:767.98px){
    .hamburger-menu-wrapper{
        max-width:280px
    }
}
.hamburger-menu-wrapper.active{
    transform:translateX(0)
}
.hamburger-menu-wrapper--backdrop{
    background:#000;
    opacity:0;
    transition:all .3s ease-in-out;
    visibility:hidden;
    z-index:11
}
.hamburger-menu-wrapper--backdrop.active{
    opacity:.7;
    visibility:visible
}
.hamburger-menu-wrapper--header{
    padding:24px
}
.hamburger-menu-wrapper--header .signup-btn{
    color:#fff!important;
    max-width:128px;
    padding:12px 0;
    text-align:center;
    width:100%
}
@media(max-width:767.98px){
    .hamburger-menu-wrapper--header .signup-btn{
        padding:10px 0
    }
    .hamburger-menu-wrapper--header .reset-button img{
        max-width:18px
    }
}
.hamburger-menu-wrapper--menu-footer-links{
    display:flex;
    flex-direction:column;
    height:calc(100vh - 98px);
    justify-content:space-between;
    overflow-y:auto
}
@media(max-width:767.98px){
    .hamburger-menu-wrapper--menu-footer-links{
        height:calc(100vh - 94px)
    }
}
.hamburger-menu-wrapper--menu-items{
    padding:24px
}
.hamburger-menu-wrapper--menu-items li:first-child a{
    padding-top:0
}
.hamburger-menu-wrapper--menu-items li:first-child a:after{
    top:2px;
    transform:translateY(0);
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -o-transform:translateY(0);
    -ms-transform:translateY(0)
}
.hamburger-menu-wrapper--menu-items li:last-child a{
    border:none
}
.hamburger-menu-wrapper--menu-items li a{
    border-bottom:1px solid hsla(213,9%,47%,.2);
    display:block;
    font-weight:700;
    padding:16px 0;
    position:relative;
    transition:all .3s ease-in-out
}
.hamburger-menu-wrapper--menu-items li a:after{
    border-bottom:5px solid transparent;
    border-left:6px solid #222a41;
    border-radius:3px;
    border-top:5px solid transparent;
    content:"";
    height:0;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transition:all .3s ease-in-out;
    width:0
}
.hamburger-menu-wrapper--menu-items li a.nuxt-link-exact-active{
    color:#cda677;
    font-weight:700
}
.hamburger-menu-wrapper--footer{
    padding:24px
}
@media(max-width:767.98px){
    .hamburger-menu-wrapper--footer{
        margin-bottom:50px
    }
}
@media(min-width:768px){
    .hamburger-menu-wrapper--footer ul li{
        display:inline-block;
        padding-right:16px;
        position:relative
    }
    .hamburger-menu-wrapper--footer ul li:after{
        background-color:#222a41;
        border-radius:50%;
        content:"";
        height:4px;
        position:absolute;
        right:4px;
        top:50%;
        transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -o-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        width:4px
    }
    .hamburger-menu-wrapper--footer ul li:last-child:after{
        content:none
    }
}
@media(max-width:767.98px){
    .hamburger-menu-wrapper--footer ul li{
        line-height:1.5
    }
}
.hamburger-menu-wrapper--footer ul a{
    font-size:.8888888889rem;
    transition:all .3s ease-in-out
}
.hamburger-menu-wrapper--footer ul a.nuxt-link-exact-active,.hamburger-menu-wrapper--footer ul a:hover{
    color:#cda677
}
:root{
    --link-decoration:none;
    --grid-gutter:24px;
    --grid-gutter-negative:-24px;
    --container-box-width:1248px;
    --md-sys-color-transparent:transparent;
    --md-sys-color-primary:#51065d;
    --md-sys-color-on-primary:#eceff1;
    --md-sys-color-background:#fff;
    --md-sys-color-on-background:#222a41;
    --md-sys-color-surface:#f1f4fa;
    --md-sys-color-on-surface:#222a41;
    --md-sys-color-surface-variant:#f1f4fa;
    --md-sys-color-on-surface-variant:#646b7d;
    --md-sys-color-secondary:#6d7783;
    --md-sys-color-tertiary:#373e53;
    --md-sys-color-blue:#1b2541;
    --md-sys-color-golden:#cda677;
    --md-sys-color-error:#9f041b;
    --md-sys-color-success:#026202;
    --md-sys-color-warning:#fa0;
    --md-sys-color-outline:rgba(34,43,69,.2);
    --breakpoint-xs:0;
    --breakpoint-sm:640px;
    --breakpoint-md:960px;
    --gutter-1:16;
    --gutter-2:24;
    --gutter-3:32;
    --button-background:transparent;
    --button-background-hover: ;
    --button-color:var(--md-sys-color-primary);
    --button-icon-size:18px;
    --elevation-z24:0px 11px 15px -7px rgba(0,0,0,.2),0px 24px 38px 3px rgba(0,0,0,.14),0px 9px 46px 8px rgba(0,0,0,.12)
}
.button{
    background:transparent;
    background:var(--button-background);
    color:#51065d;
    color:var(--button-color);
    cursor:pointer;
    min-width:64px;
    outline:none;
    -webkit-text-decoration:none;
    text-decoration:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    vertical-align:middle;
    white-space:nowrap
}
.button:before{
    border-radius:4px;
    transform:none;
    transition-duration:.3s;
    transition-property:opacity;
    will-change:opacity
}
.button:after{
    transition-duration:.3s;
    transition-timing-function:linear
}
.button--active:before,.button:active:before,.button:focus:before,.button:hover:before{
    opacity:.08
}
.button:active:after{
    opacity:.06
}
.button__icon{
    display:inline-block;
    font-size:18px;
    font-size:var(--button-icon-size);
    height:18px;
    height:var(--button-icon-size);
    margin-left:0;
    margin-right:8px;
    pointer-events:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    vertical-align:top;
    width:18px;
    width:var(--button-icon-size)
}
.button--outlined .button__icon,.button--raised .button__icon,.button--unelevated .button__icon{
    margin-left:-4px
}
.button__icon--trailing{
    margin-left:8px;
    margin-right:0
}
.button--outlined .button__icon--trailing,.button--raised .button__icon--trailing,.button--unelevated .button__icon--trailing{
    margin-left:8px;
    margin-right:-4px
}
.button--primary{
    --button-color:var(--md-sys-color-primary);
    --button-background-hover:var(--md-sys-color-primary)
}
.button--primary.button--raised,.button--primary.button--unelevated{
    --button-background-hover:var(--md-sys-color-primary-contrast);
    --button-color:var(--md-sys-color-on-primary);
    --button-background:var(--md-sys-color-primary)
}
.button--golden{
    --button-color:var(--md-sys-color-golden);
    --button-background-hover:var(--md-sys-color-golden)
}
.button--golden.button--raised,.button--golden.button--unelevated{
    --button-background-hover:var(--md-sys-color-golden-contrast);
    --button-color:var(--md-sys-color-on-golden);
    --button-background:var(--md-sys-color-golden)
}
.button--loading,.button[disabled]{
    box-shadow:none;
    cursor:default;
    pointer-events:none
}
.button--loading:after,.button--loading:before,.button[disabled]:after,.button[disabled]:before{
    display:none
}
.checkbox{
    flex:0 0 auto;
    padding:10px
}
.checkbox:after,.checkbox:before{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-surface);
    border-radius:50%;
    content:"";
    height:40px;
    left:0;
    opacity:0;
    pointer-events:none;
    position:absolute;
    top:0;
    transition:opacity .15s linear;
    width:40px;
    will-change:opacity
}
.checkbox:after{
    transform:scale(0);
    transition-property:transform,opacity;
    will-change:transform,opacity
}
.checkbox:hover:before{
    opacity:.04
}
.checkbox--focused:after,.checkbox:active:after{
    opacity:.12;
    transform:none
}
.checkbox__background{
    border-color:#222a41;
    border-color:var(--md-sys-color-on-surface);
    border-radius:2px;
    bottom:0;
    left:11px;
    right:auto;
    top:11px;
    transition:border-color 90ms cubic-bezier(0,0,.2,1) 0s,background-color 90ms cubic-bezier(0,0,.2,1) 0s;
    will-change:background-color,border-color
}
.checkbox__checkmark{
    fill:#f1f4fa;
    fill:var(--md-sys-color-surface);
    transition:opacity .18s cubic-bezier(.4,0,.6,1) 0ms
}
.checkbox__mixedmark{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-surface);
    height:2px;
    transform:scaleX(0) rotate(0deg);
    transition:opacity 90ms cubic-bezier(.4,0,.6,1) 0ms
}
.checkbox__checkmark__path{
    stroke:#222a41;
    stroke:var(--md-sys-color-on-surface);
    stroke-width:3.12px;
    stroke-dashoffset:29.7833385;
    stroke-dasharray:29.7833385;
    transition:stroke-dashoffset .18s cubic-bezier(.4,0,.6,1) 0ms
}
.checkbox__native-control{
    cursor:inherit;
    z-index:1
}
.checkbox__native-control:checked+.checkbox__background{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-surface);
    border-color:#222a41;
    border-color:var(--md-sys-color-on-surface);
    transition:border-color 90ms cubic-bezier(0,0,.2,1) 0ms,background-color 90ms cubic-bezier(0,0,.2,1) 0ms
}
.checkbox__native-control:checked+.checkbox__background .checkbox__checkmark{
    opacity:1
}
.checkbox__native-control:checked+.checkbox__background .checkbox__mixedmark{
    transform:scaleX(1) rotate(-45deg)
}
.checkbox__native-control:checked+.checkbox__background .checkbox__checkmark__path{
    stroke-dashoffset:0;
    stroke:#f1f4fa;
    stroke:var(--md-sys-color-surface)
}
.checkbox--primary{
    --checkbox-theme:var(--md-sys-color-primary);
    --checkbox-theme-contrast:var(--md-sys-color-primary-contrast)
}
.checkbox--disabled{
    --checkbox-theme:var(--md-sys-color-disabled)
}
.checkbox--disabled:after,.checkbox--disabled:before{
    display:none
}
.checkbox--disabled .checkbox__input{
    cursor:auto
}
.checkbox--disabled .checkbox__background{
    border-color:var(--md-sys-color-disabled)
}
.checkbox--disabled+label{
    color:var(--md-sys-color-disabled);
    cursor:default
}
.dialog{
    max-height:100vh;
    z-index:24
}
.dialog__scrim{
    background:rgba(0,0,0,.12);
    opacity:0;
    transition:opacity .15s linear 0s;
    will-change:opacity;
    z-index:-1
}
.dialog__container{
    opacity:0;
    transform:scale(.8);
    transition:opacity 75ms linear 0s,transform .15s cubic-bezier(0,0,.2,1) 0ms;
    will-change:transform,opacity
}
.dialog__surface{
    box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);
    box-shadow:var(--elevation-z24);
    max-height:calc(100vh - 32px);
    min-width:280px
}
.dialog__content{
    -webkit-overflow-scrolling:touch
}
.dialog--scroll-lock{
    overflow:hidden
}
.dialog--closing,.dialog--open,.dialog--opening{
    display:flex
}
.dialog--open{
    pointer-events:auto
}
.dialog--open .dialog__scrim{
    opacity:1
}
.dialog--open .dialog__container{
    opacity:1;
    transform:scale(1)
}
.dialog--closing .dialog__scrim{
    opacity:0
}
.dialog--closing .dialog__container{
    opacity:0;
    transform:scale(.8)
}
.dialog-scroll-lock{
    overflow:hidden;
    transition:none!important
}
.dialog-virtual-scroll{
    height:50px;
    overflow:scroll;
    position:absolute;
    top:-999px;
    visibility:hidden;
    width:50px
}
:root{
    --floating-label-color:inherit
}
.floating-label{
    color:inherit;
    color:var(--floating-label-color);
    cursor:text;
    font-weight:400;
    left:0;
    line-height:1.15rem;
    overflow:hidden;
    position:absolute;
    text-align:left;
    text-decoration:inherit;
    text-overflow:ellipsis;
    text-transform:inherit;
    transform-origin:left top;
    transition-duration:.15s;
    transition-property:transform,color;
    transition-timing-function:var(--animation-curve-default);
    white-space:nowrap;
    will-change:transform
}
.floating-label--float-above:not(.floating-label--disabled-float-above){
    cursor:auto;
    transform:translateY(-50%) scale(.75)
}
.floating-label--float-above.floating-label--disabled-float-above{
    opacity:0
}
.floating-label--shake{
    animation:mdc-floating-label-shake-float-above-standard .25s 1
}
@keyframes mdc-floating-label-shake-float-above-standard{
    0%{
        transform:translateX(0) translateY(-50%) scale(.75)
    }
    33%{
        animation-timing-function:cubic-bezier(.5,0,.701732,.495819);
        transform:translateX(4%) translateY(-50%) scale(.75)
    }
    66%{
        animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);
        transform:translateX(-4%) translateY(-50%) scale(.75)
    }
    to{
        transform:translateX(0) translateY(-50%) scale(.75)
    }
}
.icon-button{
    fill:currentColor;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
    outline:none;
    -webkit-text-decoration:none;
    text-decoration:none;
    transition:background .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),box-shadow .28s cubic-bezier(.4,0,.2,1);
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    white-space:nowrap;
    will-change:box-shadow,background
}
.icon-button:after,.icon-button:before{
    background-color:#000;
    border-radius:50%;
    content:" ";
    height:200%;
    left:-50%;
    opacity:0;
    pointer-events:none;
    position:absolute;
    top:-50%;
    transition-property:opacity;
    transition-timing-function:cubic-bezier(.4,0,.2,1);
    width:200%;
    will-change:opacity
}
.icon-button:before{
    border-radius:inherit;
    transform:scale(0);
    transition-duration:.5s;
    transition-property:transform,opacity;
    will-change:transform,opacity
}
.icon-button:after{
    transition-duration:.15s
}
.icon-button--active:before,.icon-button:active:before,.icon-button:focus:before,.icon-button:hover:before{
    opacity:.06;
    transform:none
}
.icon-button:active:after{
    opacity:.06
}
.icon-button__icon{
    color:inherit;
    display:inline-block;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    vertical-align:top
}
.icon-button--on .icon-button__icon,.icon-button__icon--on{
    display:none
}
.icon-button--on .icon-button__icon--on{
    display:inline-block
}
.icon-button[disabled]{
    --icon-button-color:var(--theme-disable);
    cursor:default;
    pointer-events:none
}
.icon-button[disabled]:after,.icon-button[disabled]:before{
    display:none
}
.text-field{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    --floating-label-color:var(--md-sys-color-on-surface-variant)
}
.text-field__input{
    z-index:1
}
.text-field__input::-moz-placeholder{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline);
    font-weight:inherit;
    -moz-transition:all .15s ease;
    transition:all .15s ease
}
.text-field__input::placeholder{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline);
    font-weight:inherit;
    transition:all .15s ease
}
.text-field__input:required~.floating-label:after,.text-field__input:required~.notched-outline .floating-label:after{
    color:#9f041b;
    color:var(--md-sys-color-error);
    content:"*";
    margin-left:1px
}
.text-field__icon:not([tabindex="-1"]),.text-field__icon:not([tabindex]){
    cursor:default;
    pointer-events:none
}
.text-field.text-field--with-leading-icon:not(.text-field--disabled-float-above) .floating-label--float-above{
    transform:translateY(-155%) translateX(-36px) scale(.75)
}
.text-field:not(.text-field--focused):hover{
    --notched-border-color:var(--md-sys-color-on-surface-variant)
}
.text-field .floating-label{
    left:16px;
    pointer-events:none;
    right:auto;
    top:50%;
    transform:translateY(-50%)
}
.text-field--with-leading-icon .floating-label{
    left:52px
}
.text-field--outlined:not(.text-field--focused):not(.text-field--disabled-float-above) .text-field__input::-moz-placeholder{
    color:transparent
}
.text-field--outlined:not(.text-field--focused):not(.text-field--disabled-float-above) .text-field__input::placeholder{
    color:transparent
}
.text-field--outlined.text-field--with-leading-icon .floating-label{
    left:40px
}
.text-field--focused{
    --notched-border-color:var(--md-sys-color-primary);
    --notched-border-width:2px;
    --floating-label-color:var(--md-sys-color-primary);
    --line-ripple-background:var(--md-sys-color-primary)
}
.text-field--focused .text-field__input:required~.floating-label:after,.text-field--focused .text-field__input:required~.notched .floating-label:after{
    color:#9f041b;
    color:var(--md-sys-color-error)
}
.text-field--focused:after{
    opacity:.06
}
.text-field--invalid{
    --notched-border-color:var(--md-sys-color-error)!important;
    --floating-label-color:var(--md-sys-color-error);
    --line-ripple-background:var(--md-sys-color-error)
}
.text-field--textarea .text-field__input{
    margin:8px 1px 1px 0
}
.text-field--textarea .floating-label{
    top:24px
}
.text-field--disabled{
    background:rgba(0,0,0,.06)!important;
    border-radius:12px
}
.text-field--disabled .text-field__input{
    cursor:not-allowed
}
.text-field--disabled .floating-label{
    color:var(--md-sys-color-disabled)
}
.select{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    --floating-label-color:var(--md-sys-color-on-surface-variant)
}
.select__native-control,.select__selected-text{
    z-index:1
}
.select__native-control::-moz-placeholder,.select__selected-text::-moz-placeholder{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline);
    font-weight:inherit;
    -moz-transition:all .15s ease;
    transition:all .15s ease
}
.select__native-control::placeholder,.select__selected-text::placeholder{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline);
    font-weight:inherit;
    transition:all .15s ease
}
.select__native-control:required~.floating-label:after,.select__native-control:required~.notched-outline .floating-label:after,.select__selected-text:required~.floating-label:after,.select__selected-text:required~.notched-outline .floating-label:after{
    color:#9f041b;
    color:var(--md-sys-color-error);
    content:"*";
    margin-left:1px
}
.select__icon:not([tabindex="-1"]),.select__icon:not([tabindex]){
    cursor:default;
    pointer-events:none
}
.select.select--with-leading-icon .floating-label{
    left:40px
}
.select.select--with-leading-icon .floating-label--float-above{
    transform:translateY(-180%) translateX(-36px) scale(.75)
}
.select.select--with-leading-icon:not(.select--disabled-float-above) .floating-label--float-above{
    transform:translateY(-155%) translateX(-36px) scale(.75)
}
.select:not(.select--focused):hover{
    --notched-border-color:var(--md-sys-color-on-surface-variant)
}
.select .floating-label{
    left:16px;
    pointer-events:none;
    right:auto;
    top:50%;
    transform:translateY(-50%)
}
.select--with-trailing-icon .select__native-control{
    padding-right:48px
}
.select--with-trailing-icon .trailing-icon{
    left:auto;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%)
}
.select--with-leading-icon .floating-label{
    left:52px
}
.select--outlined:not(.select--focused):not(.select--disabled-float-above) .select__input::-moz-placeholder{
    color:transparent
}
.select--outlined:not(.select--focused):not(.select--disabled-float-above) .select__input::placeholder{
    color:transparent
}
.select--outlined.select--with-leading-icon .floating-label{
    left:40px
}
.select--focused{
    --notched-border-color:var(--md-sys-color-primary);
    --notched-border-width:2px;
    --floating-label-color:var(--md-sys-color-primary);
    --line-ripple-background:var(--md-sys-color-primary)
}
.select--focused .select__input:required~.floating-label:after,.select--focused .select__input:required~.notched .floating-label:after{
    color:#9f041b;
    color:var(--md-sys-color-error)
}
.select--focused:after,.select--focused:before{
    opacity:.06
}
.select--invalid{
    --notched-border-color:var(--md-sys-color-error)!important;
    --floating-label-color:var(--md-sys-color-error);
    --line-ripple-background:var(--md-sys-color-error)
}
.select--disabled .floating-label{
    color:var(--md-sys-color-disabled)
}
.line-ripple{
    background-color:#646b7d;
    background-color:var(--line-ripple-background);
    bottom:0;
    height:2px;
    left:0;
    opacity:0;
    position:absolute;
    transform:scaleX(0);
    transform-origin:center;
    transition-duration:.18s;
    transition-property:transform,opacity;
    transition-timing-function:var(--animation-curve-default);
    width:100%;
    will-change:transform,opacity;
    z-index:2
}
.line-ripple--active{
    opacity:1;
    transform:scaleX(1)
}
.line-ripple--deactivating{
    opacity:0
}
:root{
    --line-ripple-background:var(--md-sys-color-on-surface-variant);
    --notched-border-color:var(--md-sys-color-blue);
    --notched-border-width:1px
}
.notched-outline{
    display:flex;
    height:100%;
    left:0;
    max-width:100%;
    pointer-events:none;
    position:absolute;
    right:0;
    text-align:left;
    top:0;
    width:100%;
    z-index:1
}
.notched-outline__leading,.notched-outline__notch,.notched-outline__trailing{
    border-color:#1b2541;
    border-color:var(--notched-border-color);
    border-style:solid;
    border-width:1px;
    border-width:var(--notched-border-width);
    border-left-width:0;
    border-right-width:0;
    height:100%;
    pointer-events:none;
    transition:border .15s cubic-bezier(.4,0,.2,1)
}
.notched-outline__leading{
    border-left-width:1px;
    border-left-width:var(--notched-border-width);
    border-radius:10px 0 0 10px;
    border-right:none;
    width:12px
}
.notched-outline__notch{
    flex:0 0 auto;
    max-width:calc(100% - 24px);
    width:auto
}
.notched-outline__trailing{
    border-left:none;
    border-radius:0 10px 10px 0;
    border-right-width:1px;
    border-right-width:var(--notched-border-width);
    flex-grow:1
}
.notched-outline .floating-label{
    left:4px;
    max-width:133%;
    right:auto
}
.notched-outline .floating-label--float-above:not(.floating-label--disabled-float-above){
    transform:translateY(-155%) scale(.75)
}
.notched-outline--active:not(.notched-outline--disabled-float-above) .notched-outline__notch{
    border-top:none;
    padding-left:0;
    padding-right:8px
}
.input-helper{
    display:flex;
    font-size:12px;
    justify-content:space-between;
    margin-top:3px
}
.input-helper__text{
    color:inherit;
    display:block;
    font-size:.75rem;
    font-weight:400;
    letter-spacing:.0333333333em;
    line-height:normal;
    margin:0;
    opacity:0;
    text-decoration:inherit;
    text-transform:inherit;
    transition:opacity .15s cubic-bezier(.4,0,.2,1);
    will-change:opacity
}
.input-helper__text--validation-msg{
    outline:none
}
.input-helper__text--counter{
    opacity:1;
    white-space:nowrap
}
.input-helper__text--persistent{
    opacity:1;
    transition:none;
    will-change:auto
}
.input-helper--invalid .input-helper__text--validation-msg{
    color:#9f041b;
    color:var(--md-sys-color-error);
    opacity:1
}
.circular-progress{
    height:48px;
    transition:opacity .25s linear;
    width:48px;
    will-change:opacity
}
.circular-progress__path{
    stroke-dasharray:80px,200px;
    stroke-dashoffset:0;
    stroke:#51065d;
    stroke:var(--md-sys-color-primary);
    transform-origin:center
}
.circular-progress--light .circular-progress__path{
    stroke:#fff;
    stroke:var(--md-sys-color-background)
}
.circular-progress--closed{
    opacity:0
}
.circular-progress--indeterminate{
    animation:circular-progress-rotate 1.4s linear infinite
}
.circular-progress--indeterminate .circular-progress__path{
    animation:circular-progress-dash 1.4s ease-in-out infinite
}
@keyframes circular-progress-rotate{
    to{
        transform:rotate(1turn)
    }
}
@keyframes circular-progress-dash{
    0%{
        stroke-dasharray:1px,200px;
        stroke-dashoffset:0
    }
    50%{
        stroke-dasharray:100px,200px;
        stroke-dashoffset:-15px
    }
    to{
        stroke-dasharray:100px,200px;
        stroke-dashoffset:-125px
    }
}
.gutter-1{
    --grid-gutter:8px;
    --grid-gutter-negative:-8px
}
.gutter-2{
    --grid-gutter:12px;
    --grid-gutter-negative:-12px
}
.gutter-3{
    --grid-gutter:16px;
    --grid-gutter-negative:-16px
}
.gutter-4{
    --grid-gutter:24px;
    --grid-gutter-negative:-24px
}
@media(min-width:640px){
    .sm\:gutter-1{
        --grid-gutter:8px;
        --grid-gutter-negative:-8px
    }
    .sm\:gutter-2{
        --grid-gutter:12px;
        --grid-gutter-negative:-12px
    }
    .sm\:gutter-3{
        --grid-gutter:16px;
        --grid-gutter-negative:-16px
    }
    .sm\:gutter-4{
        --grid-gutter:24px;
        --grid-gutter-negative:-24px
    }
}
@media(min-width:960px){
    .md\:gutter-1{
        --grid-gutter:8px;
        --grid-gutter-negative:-8px
    }
    .md\:gutter-2{
        --grid-gutter:12px;
        --grid-gutter-negative:-12px
    }
    .md\:gutter-3{
        --grid-gutter:16px;
        --grid-gutter-negative:-16px
    }
    .md\:gutter-4{
        --grid-gutter:24px;
        --grid-gutter-negative:-24px
    }
}
@media(min-width:1280px){
    .lg\:gutter-1{
        --grid-gutter:8px;
        --grid-gutter-negative:-8px
    }
    .lg\:gutter-2{
        --grid-gutter:12px;
        --grid-gutter-negative:-12px
    }
    .lg\:gutter-3{
        --grid-gutter:16px;
        --grid-gutter-negative:-16px
    }
    .lg\:gutter-4{
        --grid-gutter:24px;
        --grid-gutter-negative:-24px
    }
}
.container-v1{
    margin-left:auto;
    margin-right:auto;
    padding-left:24px;
    padding-left:var(--grid-gutter);
    padding-right:24px;
    padding-right:var(--grid-gutter);
    width:100%
}
.container-v1--box{
    max-width:1200px
}
.row{
    align-items:flex-start;
    display:flex;
    flex-wrap:wrap;
    margin-left:-24px;
    margin-left:var(--grid-gutter-negative);
    margin-right:-24px;
    margin-right:var(--grid-gutter-negative)
}
.col-break{
    width:100%!important
}
.col{
    flex-basis:0;
    flex-grow:1;
    max-width:100%;
    min-height:1px;
    padding-left:24px;
    padding-left:var(--grid-gutter);
    padding-right:24px;
    padding-right:var(--grid-gutter)
}
.col--1{
    flex:0 0 8.3333333333%;
    max-width:8.3333333333%
}
.col--2{
    flex:0 0 16.6666666667%;
    max-width:16.6666666667%
}
.col--3{
    flex:0 0 25%;
    max-width:25%
}
.col--4{
    flex:0 0 33.3333333333%;
    max-width:33.3333333333%
}
.col--5{
    flex:0 0 41.6666666667%;
    max-width:41.6666666667%
}
.col--6{
    flex:0 0 50%;
    max-width:50%
}
.col--7{
    flex:0 0 58.3333333333%;
    max-width:58.3333333333%
}
.col--8{
    flex:0 0 66.6666666667%;
    max-width:66.6666666667%
}
.col--9{
    flex:0 0 75%;
    max-width:75%
}
.col--10{
    flex:0 0 83.3333333333%;
    max-width:83.3333333333%
}
.col--11{
    flex:0 0 91.6666666667%;
    max-width:91.6666666667%
}
.col--12{
    flex:0 0 100%;
    max-width:100%
}
@media(min-width:640px){
    .sm\:col--1{
        flex:0 0 8.3333333333%;
        max-width:8.3333333333%
    }
    .sm\:col--2{
        flex:0 0 16.6666666667%;
        max-width:16.6666666667%
    }
    .sm\:col--3{
        flex:0 0 25%;
        max-width:25%
    }
    .sm\:col--4{
        flex:0 0 33.3333333333%;
        max-width:33.3333333333%
    }
    .sm\:col--5{
        flex:0 0 41.6666666667%;
        max-width:41.6666666667%
    }
    .sm\:col--6{
        flex:0 0 50%;
        max-width:50%
    }
    .sm\:col--7{
        flex:0 0 58.3333333333%;
        max-width:58.3333333333%
    }
    .sm\:col--8{
        flex:0 0 66.6666666667%;
        max-width:66.6666666667%
    }
    .sm\:col--9{
        flex:0 0 75%;
        max-width:75%
    }
    .sm\:col--10{
        flex:0 0 83.3333333333%;
        max-width:83.3333333333%
    }
    .sm\:col--11{
        flex:0 0 91.6666666667%;
        max-width:91.6666666667%
    }
    .sm\:col--12{
        flex:0 0 100%;
        max-width:100%
    }
}
@media(min-width:960px){
    .md\:col--1{
        flex:0 0 8.3333333333%;
        max-width:8.3333333333%
    }
    .md\:col--2{
        flex:0 0 16.6666666667%;
        max-width:16.6666666667%
    }
    .md\:col--3{
        flex:0 0 25%;
        max-width:25%
    }
    .md\:col--4{
        flex:0 0 33.3333333333%;
        max-width:33.3333333333%
    }
    .md\:col--5{
        flex:0 0 41.6666666667%;
        max-width:41.6666666667%
    }
    .md\:col--6{
        flex:0 0 50%;
        max-width:50%
    }
    .md\:col--7{
        flex:0 0 58.3333333333%;
        max-width:58.3333333333%
    }
    .md\:col--8{
        flex:0 0 66.6666666667%;
        max-width:66.6666666667%
    }
    .md\:col--9{
        flex:0 0 75%;
        max-width:75%
    }
    .md\:col--10{
        flex:0 0 83.3333333333%;
        max-width:83.3333333333%
    }
    .md\:col--11{
        flex:0 0 91.6666666667%;
        max-width:91.6666666667%
    }
    .md\:col--12{
        flex:0 0 100%;
        max-width:100%
    }
}
@media(min-width:1280px){
    .lg\:col--1{
        flex:0 0 8.3333333333%;
        max-width:8.3333333333%
    }
    .lg\:col--2{
        flex:0 0 16.6666666667%;
        max-width:16.6666666667%
    }
    .lg\:col--3{
        flex:0 0 25%;
        max-width:25%
    }
    .lg\:col--4{
        flex:0 0 33.3333333333%;
        max-width:33.3333333333%
    }
    .lg\:col--5{
        flex:0 0 41.6666666667%;
        max-width:41.6666666667%
    }
    .lg\:col--6{
        flex:0 0 50%;
        max-width:50%
    }
    .lg\:col--7{
        flex:0 0 58.3333333333%;
        max-width:58.3333333333%
    }
    .lg\:col--8{
        flex:0 0 66.6666666667%;
        max-width:66.6666666667%
    }
    .lg\:col--9{
        flex:0 0 75%;
        max-width:75%
    }
    .lg\:col--10{
        flex:0 0 83.3333333333%;
        max-width:83.3333333333%
    }
    .lg\:col--11{
        flex:0 0 91.6666666667%;
        max-width:91.6666666667%
    }
    .lg\:col--12{
        flex:0 0 100%;
        max-width:100%
    }
}
.col--offset-1{
    margin-left:8.3333333333%
}
.col--offset-2{
    margin-left:16.6666666667%
}
.col--offset-3{
    margin-left:25%
}
.col--offset-4{
    margin-left:33.3333333333%
}
.col--offset-5{
    margin-left:41.6666666667%
}
.col--offset-6{
    margin-left:50%
}
.col--offset-7{
    margin-left:58.3333333333%
}
.col--offset-8{
    margin-left:66.6666666667%
}
.col--offset-9{
    margin-left:75%
}
.col--offset-10{
    margin-left:83.3333333333%
}
.col--offset-11{
    margin-left:91.6666666667%
}
.col--offset-12{
    margin-left:100%
}
@media(min-width:640px){
    .sm\:col--offset-1{
        margin-left:8.3333333333%
    }
    .sm\:col--offset-2{
        margin-left:16.6666666667%
    }
    .sm\:col--offset-3{
        margin-left:25%
    }
    .sm\:col--offset-4{
        margin-left:33.3333333333%
    }
    .sm\:col--offset-5{
        margin-left:41.6666666667%
    }
    .sm\:col--offset-6{
        margin-left:50%
    }
    .sm\:col--offset-7{
        margin-left:58.3333333333%
    }
    .sm\:col--offset-8{
        margin-left:66.6666666667%
    }
    .sm\:col--offset-9{
        margin-left:75%
    }
    .sm\:col--offset-10{
        margin-left:83.3333333333%
    }
    .sm\:col--offset-11{
        margin-left:91.6666666667%
    }
    .sm\:col--offset-12{
        margin-left:100%
    }
}
@media(min-width:960px){
    .md\:col--offset-1{
        margin-left:8.3333333333%
    }
    .md\:col--offset-2{
        margin-left:16.6666666667%
    }
    .md\:col--offset-3{
        margin-left:25%
    }
    .md\:col--offset-4{
        margin-left:33.3333333333%
    }
    .md\:col--offset-5{
        margin-left:41.6666666667%
    }
    .md\:col--offset-6{
        margin-left:50%
    }
    .md\:col--offset-7{
        margin-left:58.3333333333%
    }
    .md\:col--offset-8{
        margin-left:66.6666666667%
    }
    .md\:col--offset-9{
        margin-left:75%
    }
    .md\:col--offset-10{
        margin-left:83.3333333333%
    }
    .md\:col--offset-11{
        margin-left:91.6666666667%
    }
    .md\:col--offset-12{
        margin-left:100%
    }
}
@media(min-width:1280px){
    .lg\:col--offset-1{
        margin-left:8.3333333333%
    }
    .lg\:col--offset-2{
        margin-left:16.6666666667%
    }
    .lg\:col--offset-3{
        margin-left:25%
    }
    .lg\:col--offset-4{
        margin-left:33.3333333333%
    }
    .lg\:col--offset-5{
        margin-left:41.6666666667%
    }
    .lg\:col--offset-6{
        margin-left:50%
    }
    .lg\:col--offset-7{
        margin-left:58.3333333333%
    }
    .lg\:col--offset-8{
        margin-left:66.6666666667%
    }
    .lg\:col--offset-9{
        margin-left:75%
    }
    .lg\:col--offset-10{
        margin-left:83.3333333333%
    }
    .lg\:col--offset-11{
        margin-left:91.6666666667%
    }
    .lg\:col--offset-12{
        margin-left:100%
    }
}
.align-content-center{
    align-content:center
}
.align-content-start{
    align-content:flex-start
}
.align-content-end{
    align-content:flex-end
}
.align-content-between{
    align-content:space-between
}
.align-content-around{
    align-content:space-around
}
@media(min-width:640px){
    .sm\:align-content-center{
        align-content:center
    }
    .sm\:align-content-start{
        align-content:flex-start
    }
    .sm\:align-content-end{
        align-content:flex-end
    }
    .sm\:align-content-between{
        align-content:space-between
    }
    .sm\:align-content-around{
        align-content:space-around
    }
}
@media(min-width:960px){
    .md\:align-content-center{
        align-content:center
    }
    .md\:align-content-start{
        align-content:flex-start
    }
    .md\:align-content-end{
        align-content:flex-end
    }
    .md\:align-content-between{
        align-content:space-between
    }
    .md\:align-content-around{
        align-content:space-around
    }
}
@media(min-width:1280px){
    .lg\:align-content-center{
        align-content:center
    }
    .lg\:align-content-start{
        align-content:flex-start
    }
    .lg\:align-content-end{
        align-content:flex-end
    }
    .lg\:align-content-between{
        align-content:space-between
    }
    .lg\:align-content-around{
        align-content:space-around
    }
}
.align-items-start{
    align-items:flex-start
}
.align-items-end{
    align-items:flex-end
}
.align-items-center{
    align-items:center
}
@media(min-width:640px){
    .sm\:align-items-start{
        align-items:flex-start
    }
    .sm\:align-items-end{
        align-items:flex-end
    }
    .sm\:align-items-center{
        align-items:center
    }
}
@media(min-width:960px){
    .md\:align-items-start{
        align-items:flex-start
    }
    .md\:align-items-end{
        align-items:flex-end
    }
    .md\:align-items-center{
        align-items:center
    }
}
@media(min-width:1280px){
    .lg\:align-items-start{
        align-items:flex-start
    }
    .lg\:align-items-end{
        align-items:flex-end
    }
    .lg\:align-items-center{
        align-items:center
    }
}
.appearance-none{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.align-self-start{
    align-self:flex-start
}
.align-self-end{
    align-self:flex-end
}
.align-self-center{
    align-self:center
}
@media(min-width:640px){
    .sm\:align-self-start{
        align-self:flex-start
    }
    .sm\:align-self-end{
        align-self:flex-end
    }
    .sm\:align-self-center{
        align-self:center
    }
}
@media(min-width:960px){
    .md\:align-self-start{
        align-self:flex-start
    }
    .md\:align-self-end{
        align-self:flex-end
    }
    .md\:align-self-center{
        align-self:center
    }
}
@media(min-width:1280px){
    .lg\:align-self-start{
        align-self:flex-start
    }
    .lg\:align-self-end{
        align-self:flex-end
    }
    .lg\:align-self-center{
        align-self:center
    }
}
.bg-transparent{
    background-color:transparent;
    background-color:var(--md-sys-color-transparent)
}
.bg-primary{
    background-color:#51065d;
    background-color:var(--md-sys-color-primary)
}
.bg-on-primary{
    background-color:#eceff1;
    background-color:var(--md-sys-color-on-primary)
}
.bg-background{
    background-color:#fff;
    background-color:var(--md-sys-color-background)
}
.bg-on-background{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-background)
}
.bg-surface{
    background-color:#f1f4fa;
    background-color:var(--md-sys-color-surface)
}
.bg-on-surface{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-surface)
}
.bg-surface-variant{
    background-color:#f1f4fa;
    background-color:var(--md-sys-color-surface-variant)
}
.bg-on-surface-variant{
    background-color:#646b7d;
    background-color:var(--md-sys-color-on-surface-variant)
}
.bg-secondary{
    background-color:#6d7783;
    background-color:var(--md-sys-color-secondary)
}
.bg-tertiary{
    background-color:#373e53;
    background-color:var(--md-sys-color-tertiary)
}
.bg-blue{
    background-color:#1b2541;
    background-color:var(--md-sys-color-blue)
}
.bg-golden{
    background-color:#cda677;
    background-color:var(--md-sys-color-golden)
}
.bg-error{
    background-color:#9f041b;
    background-color:var(--md-sys-color-error)
}
.bg-success{
    background-color:#026202;
    background-color:var(--md-sys-color-success)
}
.bg-warning{
    background-color:#fa0;
    background-color:var(--md-sys-color-warning)
}
.bg-outline{
    background-color:rgba(34,43,69,.2);
    background-color:var(--md-sys-color-outline)
}
.bg-transparent\:hover:hover{
    background-color:transparent;
    background-color:var(--md-sys-color-transparent)
}
.bg-primary\:hover:hover{
    background-color:#51065d;
    background-color:var(--md-sys-color-primary)
}
.bg-on-primary\:hover:hover{
    background-color:#eceff1;
    background-color:var(--md-sys-color-on-primary)
}
.bg-background\:hover:hover{
    background-color:#fff;
    background-color:var(--md-sys-color-background)
}
.bg-on-background\:hover:hover{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-background)
}
.bg-surface\:hover:hover{
    background-color:#f1f4fa;
    background-color:var(--md-sys-color-surface)
}
.bg-on-surface\:hover:hover{
    background-color:#222a41;
    background-color:var(--md-sys-color-on-surface)
}
.bg-surface-variant\:hover:hover{
    background-color:#f1f4fa;
    background-color:var(--md-sys-color-surface-variant)
}
.bg-on-surface-variant\:hover:hover{
    background-color:#646b7d;
    background-color:var(--md-sys-color-on-surface-variant)
}
.bg-secondary\:hover:hover{
    background-color:#6d7783;
    background-color:var(--md-sys-color-secondary)
}
.bg-tertiary\:hover:hover{
    background-color:#373e53;
    background-color:var(--md-sys-color-tertiary)
}
.bg-blue\:hover:hover{
    background-color:#1b2541;
    background-color:var(--md-sys-color-blue)
}
.bg-golden\:hover:hover{
    background-color:#cda677;
    background-color:var(--md-sys-color-golden)
}
.bg-error\:hover:hover{
    background-color:#9f041b;
    background-color:var(--md-sys-color-error)
}
.bg-success\:hover:hover{
    background-color:#026202;
    background-color:var(--md-sys-color-success)
}
.bg-warning\:hover:hover{
    background-color:#fa0;
    background-color:var(--md-sys-color-warning)
}
.bg-outline\:hover:hover{
    background-color:rgba(34,43,69,.2);
    background-color:var(--md-sys-color-outline)
}
.gradiant-yellow{
    background-image:linear-gradient(180deg,#fff,#ffe0a5)
}
.gradiant-success{
    background-image:linear-gradient(0deg,rgba(2,98,2,.24),rgba(2,98,2,.24))
}
.gradiant-error{
    background-image:linear-gradient(0deg,rgba(159,4,27,.24),rgba(159,4,27,.24))
}
.gradiant-warning{
    background-image:linear-gradient(0deg,rgba(255,170,0,.24),rgba(255,170,0,.24))
}
.gradiant-yellow\:hover:hover{
    background-image:linear-gradient(180deg,#fff,#ffe0a5)
}
.gradiant-success\:hover:hover{
    background-image:linear-gradient(0deg,rgba(2,98,2,.24),rgba(2,98,2,.24))
}
.gradiant-error\:hover:hover{
    background-image:linear-gradient(0deg,rgba(159,4,27,.24),rgba(159,4,27,.24))
}
.gradiant-warning\:hover:hover{
    background-image:linear-gradient(0deg,rgba(255,170,0,.24),rgba(255,170,0,.24))
}
.border-none{
    border:none
}
.border-half{
    border:.5px
}
.border-1{
    border:1px
}
.border-2{
    border:2px
}
.border-transparent{
    border:transparent
}
@media(min-width:640px){
    .sm\:border-none{
        border:none
    }
    .sm\:border-half{
        border:.5px
    }
    .sm\:border-1{
        border:1px
    }
    .sm\:border-2{
        border:2px
    }
    .sm\:border-transparent{
        border:transparent
    }
}
@media(min-width:960px){
    .md\:border-none{
        border:none
    }
    .md\:border-half{
        border:.5px
    }
    .md\:border-1{
        border:1px
    }
    .md\:border-2{
        border:2px
    }
    .md\:border-transparent{
        border:transparent
    }
}
@media(min-width:1280px){
    .lg\:border-none{
        border:none
    }
    .lg\:border-half{
        border:.5px
    }
    .lg\:border-1{
        border:1px
    }
    .lg\:border-2{
        border:2px
    }
    .lg\:border-transparent{
        border:transparent
    }
}
.border-t-none{
    border-top-width:0
}
.border-t-1{
    border-top-width:1px
}
.border-r-none{
    border-right-width:0
}
.border-r-1{
    border-right-width:1px
}
.border-b-none{
    border-bottom-width:0
}
.border-b-1{
    border-bottom-width:1px
}
.border-b-2{
    border-bottom-width:2px
}
@media(min-width:640px){
    .sm\:border-b-none{
        border-bottom-width:0
    }
    .sm\:border-b-1{
        border-bottom-width:1px
    }
    .sm\:border-b-2{
        border-bottom-width:2px
    }
}
@media(min-width:960px){
    .md\:border-b-none{
        border-bottom-width:0
    }
    .md\:border-b-1{
        border-bottom-width:1px
    }
    .md\:border-b-2{
        border-bottom-width:2px
    }
}
@media(min-width:1280px){
    .lg\:border-b-none{
        border-bottom-width:0
    }
    .lg\:border-b-1{
        border-bottom-width:1px
    }
    .lg\:border-b-2{
        border-bottom-width:2px
    }
}
.border-l-none{
    border-left-width:0
}
.border-l-1{
    border-left-width:1px
}
.border-l-2{
    border-left-width:2px
}
.border-solid{
    border-style:solid
}
.border-none{
    border-style:none
}
@media(min-width:640px){
    .sm\:border-solid{
        border-style:solid
    }
    .sm\:border-none{
        border-style:none
    }
}
@media(min-width:960px){
    .md\:border-solid{
        border-style:solid
    }
    .md\:border-none{
        border-style:none
    }
}
@media(min-width:1280px){
    .lg\:border-solid{
        border-style:solid
    }
    .lg\:border-none{
        border-style:none
    }
}
.border-radius-none{
    border-radius:0
}
.border-radius-circle{
    border-radius:50%
}
.border-radius-4{
    border-radius:4px
}
.border-radius-8{
    border-radius:8px
}
.border-radius-12{
    border-radius:12px
}
.border-radius-16{
    border-radius:16px
}
.border-radius-24{
    border-radius:24px
}
.border-transparent{
    border-color:transparent;
    border-color:var(--md-sys-color-transparent)
}
.border-primary{
    border-color:#51065d;
    border-color:var(--md-sys-color-primary)
}
.border-on-primary{
    border-color:#eceff1;
    border-color:var(--md-sys-color-on-primary)
}
.border-background{
    border-color:#fff;
    border-color:var(--md-sys-color-background)
}
.border-on-background{
    border-color:#222a41;
    border-color:var(--md-sys-color-on-background)
}
.border-surface{
    border-color:#f1f4fa;
    border-color:var(--md-sys-color-surface)
}
.border-on-surface{
    border-color:#222a41;
    border-color:var(--md-sys-color-on-surface)
}
.border-surface-variant{
    border-color:#f1f4fa;
    border-color:var(--md-sys-color-surface-variant)
}
.border-on-surface-variant{
    border-color:#646b7d;
    border-color:var(--md-sys-color-on-surface-variant)
}
.border-secondary{
    border-color:#6d7783;
    border-color:var(--md-sys-color-secondary)
}
.border-tertiary{
    border-color:#373e53;
    border-color:var(--md-sys-color-tertiary)
}
.border-blue{
    border-color:#1b2541;
    border-color:var(--md-sys-color-blue)
}
.border-golden{
    border-color:#cda677;
    border-color:var(--md-sys-color-golden)
}
.border-error{
    border-color:#9f041b;
    border-color:var(--md-sys-color-error)
}
.border-success{
    border-color:#026202;
    border-color:var(--md-sys-color-success)
}
.border-warning{
    border-color:#fa0;
    border-color:var(--md-sys-color-warning)
}
.border-outline{
    border-color:rgba(34,43,69,.2);
    border-color:var(--md-sys-color-outline)
}
@media(min-width:640px){
    .sm\:border-transparent{
        border-color:transparent;
        border-color:var(--md-sys-color-transparent)
    }
    .sm\:border-primary{
        border-color:#51065d;
        border-color:var(--md-sys-color-primary)
    }
    .sm\:border-on-primary{
        border-color:#eceff1;
        border-color:var(--md-sys-color-on-primary)
    }
    .sm\:border-background{
        border-color:#fff;
        border-color:var(--md-sys-color-background)
    }
    .sm\:border-on-background{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-background)
    }
    .sm\:border-surface{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface)
    }
    .sm\:border-on-surface{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-surface)
    }
    .sm\:border-surface-variant{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface-variant)
    }
    .sm\:border-on-surface-variant{
        border-color:#646b7d;
        border-color:var(--md-sys-color-on-surface-variant)
    }
    .sm\:border-secondary{
        border-color:#6d7783;
        border-color:var(--md-sys-color-secondary)
    }
    .sm\:border-tertiary{
        border-color:#373e53;
        border-color:var(--md-sys-color-tertiary)
    }
    .sm\:border-blue{
        border-color:#1b2541;
        border-color:var(--md-sys-color-blue)
    }
    .sm\:border-golden{
        border-color:#cda677;
        border-color:var(--md-sys-color-golden)
    }
    .sm\:border-error{
        border-color:#9f041b;
        border-color:var(--md-sys-color-error)
    }
    .sm\:border-success{
        border-color:#026202;
        border-color:var(--md-sys-color-success)
    }
    .sm\:border-warning{
        border-color:#fa0;
        border-color:var(--md-sys-color-warning)
    }
    .sm\:border-outline{
        border-color:rgba(34,43,69,.2);
        border-color:var(--md-sys-color-outline)
    }
}
@media(min-width:960px){
    .md\:border-transparent{
        border-color:transparent;
        border-color:var(--md-sys-color-transparent)
    }
    .md\:border-primary{
        border-color:#51065d;
        border-color:var(--md-sys-color-primary)
    }
    .md\:border-on-primary{
        border-color:#eceff1;
        border-color:var(--md-sys-color-on-primary)
    }
    .md\:border-background{
        border-color:#fff;
        border-color:var(--md-sys-color-background)
    }
    .md\:border-on-background{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-background)
    }
    .md\:border-surface{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface)
    }
    .md\:border-on-surface{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-surface)
    }
    .md\:border-surface-variant{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface-variant)
    }
    .md\:border-on-surface-variant{
        border-color:#646b7d;
        border-color:var(--md-sys-color-on-surface-variant)
    }
    .md\:border-secondary{
        border-color:#6d7783;
        border-color:var(--md-sys-color-secondary)
    }
    .md\:border-tertiary{
        border-color:#373e53;
        border-color:var(--md-sys-color-tertiary)
    }
    .md\:border-blue{
        border-color:#1b2541;
        border-color:var(--md-sys-color-blue)
    }
    .md\:border-golden{
        border-color:#cda677;
        border-color:var(--md-sys-color-golden)
    }
    .md\:border-error{
        border-color:#9f041b;
        border-color:var(--md-sys-color-error)
    }
    .md\:border-success{
        border-color:#026202;
        border-color:var(--md-sys-color-success)
    }
    .md\:border-warning{
        border-color:#fa0;
        border-color:var(--md-sys-color-warning)
    }
    .md\:border-outline{
        border-color:rgba(34,43,69,.2);
        border-color:var(--md-sys-color-outline)
    }
}
@media(min-width:1280px){
    .lg\:border-transparent{
        border-color:transparent;
        border-color:var(--md-sys-color-transparent)
    }
    .lg\:border-primary{
        border-color:#51065d;
        border-color:var(--md-sys-color-primary)
    }
    .lg\:border-on-primary{
        border-color:#eceff1;
        border-color:var(--md-sys-color-on-primary)
    }
    .lg\:border-background{
        border-color:#fff;
        border-color:var(--md-sys-color-background)
    }
    .lg\:border-on-background{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-background)
    }
    .lg\:border-surface{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface)
    }
    .lg\:border-on-surface{
        border-color:#222a41;
        border-color:var(--md-sys-color-on-surface)
    }
    .lg\:border-surface-variant{
        border-color:#f1f4fa;
        border-color:var(--md-sys-color-surface-variant)
    }
    .lg\:border-on-surface-variant{
        border-color:#646b7d;
        border-color:var(--md-sys-color-on-surface-variant)
    }
    .lg\:border-secondary{
        border-color:#6d7783;
        border-color:var(--md-sys-color-secondary)
    }
    .lg\:border-tertiary{
        border-color:#373e53;
        border-color:var(--md-sys-color-tertiary)
    }
    .lg\:border-blue{
        border-color:#1b2541;
        border-color:var(--md-sys-color-blue)
    }
    .lg\:border-golden{
        border-color:#cda677;
        border-color:var(--md-sys-color-golden)
    }
    .lg\:border-error{
        border-color:#9f041b;
        border-color:var(--md-sys-color-error)
    }
    .lg\:border-success{
        border-color:#026202;
        border-color:var(--md-sys-color-success)
    }
    .lg\:border-warning{
        border-color:#fa0;
        border-color:var(--md-sys-color-warning)
    }
    .lg\:border-outline{
        border-color:rgba(34,43,69,.2);
        border-color:var(--md-sys-color-outline)
    }
}
.shadow-header{
    box-shadow:0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.12),0 1px 8px 0 rgba(0,0,0,.2)
}
.shadow-drawer{
    box-shadow:0 0 15px 0 rgba(34,41,47,.05)
}
.shadow-light{
    box-shadow:0 0 4px hsla(0,0%,42%,.1)
}
.text-transparent{
    color:transparent;
    color:var(--md-sys-color-transparent)
}
.text-primary{
    color:#51065d;
    color:var(--md-sys-color-primary)
}
.text-on-primary{
    color:#eceff1;
    color:var(--md-sys-color-on-primary)
}
.text-background{
    color:#fff;
    color:var(--md-sys-color-background)
}
.text-on-background{
    color:#222a41;
    color:var(--md-sys-color-on-background)
}
.text-surface{
    color:#f1f4fa;
    color:var(--md-sys-color-surface)
}
.text-on-surface{
    color:#222a41;
    color:var(--md-sys-color-on-surface)
}
.text-surface-variant{
    color:#f1f4fa;
    color:var(--md-sys-color-surface-variant)
}
.text-on-surface-variant{
    color:#646b7d;
    color:var(--md-sys-color-on-surface-variant)
}
.text-secondary{
    color:#6d7783;
    color:var(--md-sys-color-secondary)
}
.text-tertiary{
    color:#373e53;
    color:var(--md-sys-color-tertiary)
}
.text-blue{
    color:#1b2541;
    color:var(--md-sys-color-blue)
}
.text-golden{
    color:#cda677;
    color:var(--md-sys-color-golden)
}
.text-error{
    color:#9f041b;
    color:var(--md-sys-color-error)
}
.text-success{
    color:#026202;
    color:var(--md-sys-color-success)
}
.text-warning{
    color:#fa0;
    color:var(--md-sys-color-warning)
}
.text-outline{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline)
}
.text-transparent\:hover:hover{
    color:transparent;
    color:var(--md-sys-color-transparent)
}
.text-primary\:hover:hover{
    color:#51065d;
    color:var(--md-sys-color-primary)
}
.text-on-primary\:hover:hover{
    color:#eceff1;
    color:var(--md-sys-color-on-primary)
}
.text-background\:hover:hover{
    color:#fff;
    color:var(--md-sys-color-background)
}
.text-on-background\:hover:hover{
    color:#222a41;
    color:var(--md-sys-color-on-background)
}
.text-surface\:hover:hover{
    color:#f1f4fa;
    color:var(--md-sys-color-surface)
}
.text-on-surface\:hover:hover{
    color:#222a41;
    color:var(--md-sys-color-on-surface)
}
.text-surface-variant\:hover:hover{
    color:#f1f4fa;
    color:var(--md-sys-color-surface-variant)
}
.text-on-surface-variant\:hover:hover{
    color:#646b7d;
    color:var(--md-sys-color-on-surface-variant)
}
.text-secondary\:hover:hover{
    color:#6d7783;
    color:var(--md-sys-color-secondary)
}
.text-tertiary\:hover:hover{
    color:#373e53;
    color:var(--md-sys-color-tertiary)
}
.text-blue\:hover:hover{
    color:#1b2541;
    color:var(--md-sys-color-blue)
}
.text-golden\:hover:hover{
    color:#cda677;
    color:var(--md-sys-color-golden)
}
.text-error\:hover:hover{
    color:#9f041b;
    color:var(--md-sys-color-error)
}
.text-success\:hover:hover{
    color:#026202;
    color:var(--md-sys-color-success)
}
.text-warning\:hover:hover{
    color:#fa0;
    color:var(--md-sys-color-warning)
}
.text-outline\:hover:hover{
    color:rgba(34,43,69,.2);
    color:var(--md-sys-color-outline)
}
.d-none{
    display:none
}
.d-inline-block{
    display:inline-block
}
.d-inline{
    display:inline
}
.d-block{
    display:block
}
.d-flex{
    display:flex
}
.d-inline-flex{
    display:inline-flex
}
@media(min-width:640px){
    .sm\:d-none{
        display:none
    }
    .sm\:d-inline-block{
        display:inline-block
    }
    .sm\:d-inline{
        display:inline
    }
    .sm\:d-block{
        display:block
    }
    .sm\:d-flex{
        display:flex
    }
    .sm\:d-inline-flex{
        display:inline-flex
    }
}
@media(min-width:960px){
    .md\:d-none{
        display:none
    }
    .md\:d-inline-block{
        display:inline-block
    }
    .md\:d-inline{
        display:inline
    }
    .md\:d-block{
        display:block
    }
    .md\:d-flex{
        display:flex
    }
    .md\:d-inline-flex{
        display:inline-flex
    }
}
@media(min-width:1280px){
    .lg\:d-none{
        display:none
    }
    .lg\:d-inline-block{
        display:inline-block
    }
    .lg\:d-inline{
        display:inline
    }
    .lg\:d-block{
        display:block
    }
    .lg\:d-flex{
        display:flex
    }
    .lg\:d-inline-flex{
        display:inline-flex
    }
}
.flex-1{
    flex:1 1 100%
}
.flex-0{
    flex:0 0 auto
}
.flex-row{
    flex-direction:row
}
.flex-row-reverse{
    flex-direction:row-reverse
}
.flex-col{
    flex-direction:column
}
.flex-col-reverse{
    flex-direction:column-reverse
}
@media(min-width:640px){
    .sm\:flex-row{
        flex-direction:row
    }
    .sm\:flex-row-reverse{
        flex-direction:row-reverse
    }
    .sm\:flex-col{
        flex-direction:column
    }
    .sm\:flex-col-reverse{
        flex-direction:column-reverse
    }
}
@media(min-width:960px){
    .md\:flex-row{
        flex-direction:row
    }
    .md\:flex-row-reverse{
        flex-direction:row-reverse
    }
    .md\:flex-col{
        flex-direction:column
    }
    .md\:flex-col-reverse{
        flex-direction:column-reverse
    }
}
@media(min-width:1280px){
    .lg\:flex-row{
        flex-direction:row
    }
    .lg\:flex-row-reverse{
        flex-direction:row-reverse
    }
    .lg\:flex-col{
        flex-direction:column
    }
    .lg\:flex-col-reverse{
        flex-direction:column-reverse
    }
}
.flex-grow{
    flex-grow:1
}
.flex-grow-0{
    flex-grow:0
}
.flex-shrink{
    flex-shrink:1
}
.flex-shrink-0{
    flex-shrink:0
}
.flex-wrap{
    flex-wrap:wrap
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse
}
.flex-nowrap{
    flex-wrap:nowrap
}
@media(min-width:640px){
    .sm\:flex-wrap{
        flex-wrap:wrap
    }
    .sm\:flex-wrap-reverse{
        flex-wrap:wrap-reverse
    }
    .sm\:flex-nowrap{
        flex-wrap:nowrap
    }
}
@media(min-width:960px){
    .md\:flex-wrap{
        flex-wrap:wrap
    }
    .md\:flex-wrap-reverse{
        flex-wrap:wrap-reverse
    }
    .md\:flex-nowrap{
        flex-wrap:nowrap
    }
}
@media(min-width:1280px){
    .lg\:flex-wrap{
        flex-wrap:wrap
    }
    .lg\:flex-wrap-reverse{
        flex-wrap:wrap-reverse
    }
    .lg\:flex-nowrap{
        flex-wrap:nowrap
    }
}
.order-none{
    order:0
}
.order-1{
    order:1
}
.order-2{
    order:2
}
@media(min-width:640px){
    .sm\:order-none{
        order:0
    }
    .sm\:order-1{
        order:1
    }
    .sm\:order-2{
        order:2
    }
}
@media(min-width:960px){
    .md\:order-none{
        order:0
    }
    .md\:order-1{
        order:1
    }
    .md\:order-2{
        order:2
    }
}
@media(min-width:1280px){
    .lg\:order-none{
        order:0
    }
    .lg\:order-1{
        order:1
    }
    .lg\:order-2{
        order:2
    }
}
.font-56{
    font-size:56px
}
.font-48{
    font-size:48px
}
.font-36{
    font-size:36px
}
.font-32{
    font-size:32px
}
.font-24{
    font-size:24px
}
.font-20{
    font-size:20px
}
.font-18{
    font-size:18px
}
.font-16{
    font-size:16px
}
.font-14{
    font-size:14px
}
.font-12{
    font-size:12px
}
.font-8{
    font-size:8px
}
@media(min-width:640px){
    .sm\:font-56{
        font-size:56px
    }
    .sm\:font-48{
        font-size:48px
    }
    .sm\:font-36{
        font-size:36px
    }
    .sm\:font-32{
        font-size:32px
    }
    .sm\:font-24{
        font-size:24px
    }
    .sm\:font-20{
        font-size:20px
    }
    .sm\:font-18{
        font-size:18px
    }
    .sm\:font-16{
        font-size:16px
    }
    .sm\:font-14{
        font-size:14px
    }
    .sm\:font-12{
        font-size:12px
    }
    .sm\:font-8{
        font-size:8px
    }
}
@media(min-width:960px){
    .md\:font-56{
        font-size:56px
    }
    .md\:font-48{
        font-size:48px
    }
    .md\:font-36{
        font-size:36px
    }
    .md\:font-32{
        font-size:32px
    }
    .md\:font-24{
        font-size:24px
    }
    .md\:font-20{
        font-size:20px
    }
    .md\:font-18{
        font-size:18px
    }
    .md\:font-16{
        font-size:16px
    }
    .md\:font-14{
        font-size:14px
    }
    .md\:font-12{
        font-size:12px
    }
    .md\:font-8{
        font-size:8px
    }
}
@media(min-width:1280px){
    .lg\:font-56{
        font-size:56px
    }
    .lg\:font-48{
        font-size:48px
    }
    .lg\:font-36{
        font-size:36px
    }
    .lg\:font-32{
        font-size:32px
    }
    .lg\:font-24{
        font-size:24px
    }
    .lg\:font-20{
        font-size:20px
    }
    .lg\:font-18{
        font-size:18px
    }
    .lg\:font-16{
        font-size:16px
    }
    .lg\:font-14{
        font-size:14px
    }
    .lg\:font-12{
        font-size:12px
    }
    .lg\:font-8{
        font-size:8px
    }
}
.font-family-body{
    font-family:var(--base-body-font)
}
.font-family-heading{
    font-family:var(--base-heading-font)
}
.font-interstate{
    font-family:var(--base-interstate-font)
}
.font-8bit{
    font-family:var(--base-8bit-font)
}
.font-400{
    font-weight:400
}
.font-700{
    font-weight:700
}
@media(min-width:640px){
    .sm\:font-400{
        font-weight:400
    }
    .sm\:font-700{
        font-weight:700
    }
}
@media(min-width:960px){
    .md\:font-400{
        font-weight:400
    }
    .md\:font-700{
        font-weight:700
    }
}
@media(min-width:1280px){
    .lg\:font-400{
        font-weight:400
    }
    .lg\:font-700{
        font-weight:700
    }
}
.letter-1{
    letter-spacing:1px
}
.justify-content-start{
    justify-content:flex-start
}
.justify-content-end{
    justify-content:flex-end
}
.justify-content-center{
    justify-content:center
}
.justify-content-between{
    justify-content:space-between
}
.justify-content-around{
    justify-content:space-around
}
@media(min-width:640px){
    .sm\:justify-content-start{
        justify-content:flex-start
    }
    .sm\:justify-content-end{
        justify-content:flex-end
    }
    .sm\:justify-content-center{
        justify-content:center
    }
    .sm\:justify-content-between{
        justify-content:space-between
    }
    .sm\:justify-content-around{
        justify-content:space-around
    }
}
@media(min-width:960px){
    .md\:justify-content-start{
        justify-content:flex-start
    }
    .md\:justify-content-end{
        justify-content:flex-end
    }
    .md\:justify-content-center{
        justify-content:center
    }
    .md\:justify-content-between{
        justify-content:space-between
    }
    .md\:justify-content-around{
        justify-content:space-around
    }
}
@media(min-width:1280px){
    .lg\:justify-content-start{
        justify-content:flex-start
    }
    .lg\:justify-content-end{
        justify-content:flex-end
    }
    .lg\:justify-content-center{
        justify-content:center
    }
    .lg\:justify-content-between{
        justify-content:space-between
    }
    .lg\:justify-content-around{
        justify-content:space-around
    }
}
.left-0{
    left:0
}
.line-height-1-5{
    line-height:1.5
}
.line-height-1-2{
    line-height:1.2
}
.line-height-1{
    line-height:1
}
.line-height-normal{
    line-height:normal
}
@media(min-width:640px){
    .sm\:line-height-1-5{
        line-height:1.5
    }
    .sm\:line-height-1-2{
        line-height:1.2
    }
    .sm\:line-height-1{
        line-height:1
    }
    .sm\:line-height-normal{
        line-height:normal
    }
}
@media(min-width:960px){
    .md\:line-height-1-5{
        line-height:1.5
    }
    .md\:line-height-1-2{
        line-height:1.2
    }
    .md\:line-height-1{
        line-height:1
    }
    .md\:line-height-normal{
        line-height:normal
    }
}
@media(min-width:1280px){
    .lg\:line-height-1-5{
        line-height:1.5
    }
    .lg\:line-height-1-2{
        line-height:1.2
    }
    .lg\:line-height-1{
        line-height:1
    }
    .lg\:line-height-normal{
        line-height:normal
    }
}
.list-none{
    list-style:none
}
.list-disc{
    list-style:disc
}
.overflow-auto{
    overflow:auto
}
.overflow-hidden{
    overflow:hidden
}
.overflow-visible{
    overflow:visible
}
.overflow-scroll{
    overflow:scroll
}
.overflow-x-auto{
    overflow-x:auto
}
.overflow-x-hidden{
    overflow-x:hidden
}
.overflow-x-visible{
    overflow-x:visible
}
.overflow-x-scroll{
    overflow-x:scroll
}
.overflow-y-auto{
    overflow-y:auto
}
.overflow-y-hidden{
    overflow-y:hidden
}
.overflow-y-visible{
    overflow-y:visible
}
.overflow-y-scroll{
    overflow-y:scroll
}
.p-0{
    padding:0
}
.p-4{
    padding:4px
}
.p-8{
    padding:8px
}
.p-12{
    padding:12px
}
.p-16{
    padding:16px
}
.p-24{
    padding:24px
}
.p-32{
    padding:32px
}
.p-40{
    padding:40px
}
.p-80{
    padding:80px
}
@media(min-width:640px){
    .sm\:p-0{
        padding:0
    }
    .sm\:p-4{
        padding:4px
    }
    .sm\:p-8{
        padding:8px
    }
    .sm\:p-12{
        padding:12px
    }
    .sm\:p-16{
        padding:16px
    }
    .sm\:p-24{
        padding:24px
    }
    .sm\:p-32{
        padding:32px
    }
    .sm\:p-40{
        padding:40px
    }
    .sm\:p-80{
        padding:80px
    }
}
@media(min-width:960px){
    .md\:p-0{
        padding:0
    }
    .md\:p-4{
        padding:4px
    }
    .md\:p-8{
        padding:8px
    }
    .md\:p-12{
        padding:12px
    }
    .md\:p-16{
        padding:16px
    }
    .md\:p-24{
        padding:24px
    }
    .md\:p-32{
        padding:32px
    }
    .md\:p-40{
        padding:40px
    }
    .md\:p-80{
        padding:80px
    }
}
@media(min-width:1280px){
    .lg\:p-0{
        padding:0
    }
    .lg\:p-4{
        padding:4px
    }
    .lg\:p-8{
        padding:8px
    }
    .lg\:p-12{
        padding:12px
    }
    .lg\:p-16{
        padding:16px
    }
    .lg\:p-24{
        padding:24px
    }
    .lg\:p-32{
        padding:32px
    }
    .lg\:p-40{
        padding:40px
    }
    .lg\:p-80{
        padding:80px
    }
}
.pt-0{
    padding-top:0
}
.pt-4{
    padding-top:4px
}
.pt-8{
    padding-top:8px
}
.pt-12{
    padding-top:12px
}
.pt-16{
    padding-top:16px
}
.pt-24{
    padding-top:24px
}
.pt-32{
    padding-top:32px
}
.pt-40{
    padding-top:40px
}
.pt-80{
    padding-top:80px
}
@media(min-width:640px){
    .sm\:pt-0{
        padding-top:0
    }
    .sm\:pt-4{
        padding-top:4px
    }
    .sm\:pt-8{
        padding-top:8px
    }
    .sm\:pt-12{
        padding-top:12px
    }
    .sm\:pt-16{
        padding-top:16px
    }
    .sm\:pt-24{
        padding-top:24px
    }
    .sm\:pt-32{
        padding-top:32px
    }
    .sm\:pt-40{
        padding-top:40px
    }
    .sm\:pt-80{
        padding-top:80px
    }
}
@media(min-width:960px){
    .md\:pt-0{
        padding-top:0
    }
    .md\:pt-4{
        padding-top:4px
    }
    .md\:pt-8{
        padding-top:8px
    }
    .md\:pt-12{
        padding-top:12px
    }
    .md\:pt-16{
        padding-top:16px
    }
    .md\:pt-24{
        padding-top:24px
    }
    .md\:pt-32{
        padding-top:32px
    }
    .md\:pt-40{
        padding-top:40px
    }
    .md\:pt-80{
        padding-top:80px
    }
}
@media(min-width:1280px){
    .lg\:pt-0{
        padding-top:0
    }
    .lg\:pt-4{
        padding-top:4px
    }
    .lg\:pt-8{
        padding-top:8px
    }
    .lg\:pt-12{
        padding-top:12px
    }
    .lg\:pt-16{
        padding-top:16px
    }
    .lg\:pt-24{
        padding-top:24px
    }
    .lg\:pt-32{
        padding-top:32px
    }
    .lg\:pt-40{
        padding-top:40px
    }
    .lg\:pt-80{
        padding-top:80px
    }
}
.pl-0{
    padding-left:0
}
.pl-4{
    padding-left:4px
}
.pl-8{
    padding-left:8px
}
.pl-12{
    padding-left:12px
}
.pl-16{
    padding-left:16px
}
.pl-24{
    padding-left:24px
}
.pl-32{
    padding-left:32px
}
.pl-40{
    padding-left:40px
}
.pl-80{
    padding-left:80px
}
@media(min-width:640px){
    .sm\:pl-0{
        padding-left:0
    }
    .sm\:pl-4{
        padding-left:4px
    }
    .sm\:pl-8{
        padding-left:8px
    }
    .sm\:pl-12{
        padding-left:12px
    }
    .sm\:pl-16{
        padding-left:16px
    }
    .sm\:pl-24{
        padding-left:24px
    }
    .sm\:pl-32{
        padding-left:32px
    }
    .sm\:pl-40{
        padding-left:40px
    }
    .sm\:pl-80{
        padding-left:80px
    }
}
@media(min-width:960px){
    .md\:pl-0{
        padding-left:0
    }
    .md\:pl-4{
        padding-left:4px
    }
    .md\:pl-8{
        padding-left:8px
    }
    .md\:pl-12{
        padding-left:12px
    }
    .md\:pl-16{
        padding-left:16px
    }
    .md\:pl-24{
        padding-left:24px
    }
    .md\:pl-32{
        padding-left:32px
    }
    .md\:pl-40{
        padding-left:40px
    }
    .md\:pl-80{
        padding-left:80px
    }
}
@media(min-width:1280px){
    .lg\:pl-0{
        padding-left:0
    }
    .lg\:pl-4{
        padding-left:4px
    }
    .lg\:pl-8{
        padding-left:8px
    }
    .lg\:pl-12{
        padding-left:12px
    }
    .lg\:pl-16{
        padding-left:16px
    }
    .lg\:pl-24{
        padding-left:24px
    }
    .lg\:pl-32{
        padding-left:32px
    }
    .lg\:pl-40{
        padding-left:40px
    }
    .lg\:pl-80{
        padding-left:80px
    }
}
.pb-0{
    padding-bottom:0
}
.pb-4{
    padding-bottom:4px
}
.pb-8{
    padding-bottom:8px
}
.pb-12{
    padding-bottom:12px
}
.pb-16{
    padding-bottom:16px
}
.pb-24{
    padding-bottom:24px
}
.pb-32{
    padding-bottom:32px
}
.pb-40{
    padding-bottom:40px
}
.pb-80{
    padding-bottom:80px
}
@media(min-width:640px){
    .sm\:pb-0{
        padding-bottom:0
    }
    .sm\:pb-4{
        padding-bottom:4px
    }
    .sm\:pb-8{
        padding-bottom:8px
    }
    .sm\:pb-12{
        padding-bottom:12px
    }
    .sm\:pb-16{
        padding-bottom:16px
    }
    .sm\:pb-24{
        padding-bottom:24px
    }
    .sm\:pb-32{
        padding-bottom:32px
    }
    .sm\:pb-40{
        padding-bottom:40px
    }
    .sm\:pb-80{
        padding-bottom:80px
    }
}
@media(min-width:960px){
    .md\:pb-0{
        padding-bottom:0
    }
    .md\:pb-4{
        padding-bottom:4px
    }
    .md\:pb-8{
        padding-bottom:8px
    }
    .md\:pb-12{
        padding-bottom:12px
    }
    .md\:pb-16{
        padding-bottom:16px
    }
    .md\:pb-24{
        padding-bottom:24px
    }
    .md\:pb-32{
        padding-bottom:32px
    }
    .md\:pb-40{
        padding-bottom:40px
    }
    .md\:pb-80{
        padding-bottom:80px
    }
}
@media(min-width:1280px){
    .lg\:pb-0{
        padding-bottom:0
    }
    .lg\:pb-4{
        padding-bottom:4px
    }
    .lg\:pb-8{
        padding-bottom:8px
    }
    .lg\:pb-12{
        padding-bottom:12px
    }
    .lg\:pb-16{
        padding-bottom:16px
    }
    .lg\:pb-24{
        padding-bottom:24px
    }
    .lg\:pb-32{
        padding-bottom:32px
    }
    .lg\:pb-40{
        padding-bottom:40px
    }
    .lg\:pb-80{
        padding-bottom:80px
    }
}
.pr-0{
    padding-right:0
}
.pr-4{
    padding-right:4px
}
.pr-8{
    padding-right:8px
}
.pr-12{
    padding-right:12px
}
.pr-16{
    padding-right:16px
}
.pr-24{
    padding-right:24px
}
.pr-32{
    padding-right:32px
}
.pr-40{
    padding-right:40px
}
.pr-80{
    padding-right:80px
}
@media(min-width:640px){
    .sm\:pr-0{
        padding-right:0
    }
    .sm\:pr-4{
        padding-right:4px
    }
    .sm\:pr-8{
        padding-right:8px
    }
    .sm\:pr-12{
        padding-right:12px
    }
    .sm\:pr-16{
        padding-right:16px
    }
    .sm\:pr-24{
        padding-right:24px
    }
    .sm\:pr-32{
        padding-right:32px
    }
    .sm\:pr-40{
        padding-right:40px
    }
    .sm\:pr-80{
        padding-right:80px
    }
}
@media(min-width:960px){
    .md\:pr-0{
        padding-right:0
    }
    .md\:pr-4{
        padding-right:4px
    }
    .md\:pr-8{
        padding-right:8px
    }
    .md\:pr-12{
        padding-right:12px
    }
    .md\:pr-16{
        padding-right:16px
    }
    .md\:pr-24{
        padding-right:24px
    }
    .md\:pr-32{
        padding-right:32px
    }
    .md\:pr-40{
        padding-right:40px
    }
    .md\:pr-80{
        padding-right:80px
    }
}
@media(min-width:1280px){
    .lg\:pr-0{
        padding-right:0
    }
    .lg\:pr-4{
        padding-right:4px
    }
    .lg\:pr-8{
        padding-right:8px
    }
    .lg\:pr-12{
        padding-right:12px
    }
    .lg\:pr-16{
        padding-right:16px
    }
    .lg\:pr-24{
        padding-right:24px
    }
    .lg\:pr-32{
        padding-right:32px
    }
    .lg\:pr-40{
        padding-right:40px
    }
    .lg\:pr-80{
        padding-right:80px
    }
}
.position-fixed{
    position:fixed
}
.position-absolute{
    position:absolute
}
.position-relative{
    position:relative
}
@media(min-width:640px){
    .sm\:position-fixed{
        position:fixed
    }
    .sm\:position-absolute{
        position:absolute
    }
    .sm\:position-relative{
        position:relative
    }
}
@media(min-width:960px){
    .md\:position-fixed{
        position:fixed
    }
    .md\:position-absolute{
        position:absolute
    }
    .md\:position-relative{
        position:relative
    }
}
@media(min-width:1280px){
    .lg\:position-fixed{
        position:fixed
    }
    .lg\:position-absolute{
        position:absolute
    }
    .lg\:position-relative{
        position:relative
    }
}
.right-0{
    right:0
}
.opacity-0{
    opacity:0
}
.opacity-30{
    opacity:.3
}
.opacity-50{
    opacity:.5
}
.opacity-60{
    opacity:.6
}
.opacity-70{
    opacity:.7
}
.opacity-80{
    opacity:.8
}
.opacity-87{
    opacity:.87
}
.opacity-1{
    opacity:1
}
@media(min-width:640px){
    .sm\:opacity-0{
        opacity:0
    }
    .sm\:opacity-30{
        opacity:.3
    }
    .sm\:opacity-50{
        opacity:.5
    }
    .sm\:opacity-60{
        opacity:.6
    }
    .sm\:opacity-70{
        opacity:.7
    }
    .sm\:opacity-80{
        opacity:.8
    }
    .sm\:opacity-87{
        opacity:.87
    }
    .sm\:opacity-1{
        opacity:1
    }
}
@media(min-width:960px){
    .md\:opacity-0{
        opacity:0
    }
    .md\:opacity-30{
        opacity:.3
    }
    .md\:opacity-50{
        opacity:.5
    }
    .md\:opacity-60{
        opacity:.6
    }
    .md\:opacity-70{
        opacity:.7
    }
    .md\:opacity-80{
        opacity:.8
    }
    .md\:opacity-87{
        opacity:.87
    }
    .md\:opacity-1{
        opacity:1
    }
}
@media(min-width:1280px){
    .lg\:opacity-0{
        opacity:0
    }
    .lg\:opacity-30{
        opacity:.3
    }
    .lg\:opacity-50{
        opacity:.5
    }
    .lg\:opacity-60{
        opacity:.6
    }
    .lg\:opacity-70{
        opacity:.7
    }
    .lg\:opacity-80{
        opacity:.8
    }
    .lg\:opacity-87{
        opacity:.87
    }
    .lg\:opacity-1{
        opacity:1
    }
}
.text-left{
    text-align:left
}
.text-center{
    text-align:center
}
.text-right{
    text-align:right
}
.text-justify{
    text-align:justify
}
@media(min-width:640px){
    .sm\:text-left{
        text-align:left
    }
    .sm\:text-center{
        text-align:center
    }
    .sm\:text-right{
        text-align:right
    }
    .sm\:text-justify{
        text-align:justify
    }
}
@media(min-width:960px){
    .md\:text-left{
        text-align:left
    }
    .md\:text-center{
        text-align:center
    }
    .md\:text-right{
        text-align:right
    }
    .md\:text-justify{
        text-align:justify
    }
}
@media(min-width:1280px){
    .lg\:text-left{
        text-align:left
    }
    .lg\:text-center{
        text-align:center
    }
    .lg\:text-right{
        text-align:right
    }
    .lg\:text-justify{
        text-align:justify
    }
}
.text-clip{
    text-overflow:clip
}
.text-ellipsis{
    text-overflow:ellipsis
}
.text-fade{
    text-overflow:fade
}
.text-uppercase{
    text-transform:uppercase
}
.text-underline{
    -webkit-text-decoration:underline;
    text-decoration:underline
}
.transform-rotate-90{
    transform:rotate(90deg)
}
.transform-rotate-180{
    transform:rotate(180deg)
}
@media(min-width:640px){
    .sm\:transform-rotate-90{
        transform:rotate(90deg)
    }
    .sm\:transform-rotate-180{
        transform:rotate(180deg)
    }
}
@media(min-width:960px){
    .md\:transform-rotate-90{
        transform:rotate(90deg)
    }
    .md\:transform-rotate-180{
        transform:rotate(180deg)
    }
}
@media(min-width:1280px){
    .lg\:transform-rotate-90{
        transform:rotate(90deg)
    }
    .lg\:transform-rotate-180{
        transform:rotate(180deg)
    }
}
.transition-all{
    transition:all .3s ease
}
.duration-300{
    transition-duration:.3s
}
.duration-500{
    transition-duration:.5s
}
.timing-ease-in-out{
    transition-timing-function:ease-in-out
}
.m-auto{
    margin:auto
}
.m-0{
    margin:0
}
.m-4{
    margin:4px
}
.m-8{
    margin:8px
}
.m-12{
    margin:12px
}
.m-16{
    margin:16px
}
.m-24{
    margin:24px
}
.m-32{
    margin:32px
}
@media(min-width:640px){
    .sm\:m-auto{
        margin:auto
    }
    .sm\:m-0{
        margin:0
    }
    .sm\:m-4{
        margin:4px
    }
    .sm\:m-8{
        margin:8px
    }
    .sm\:m-12{
        margin:12px
    }
    .sm\:m-16{
        margin:16px
    }
    .sm\:m-24{
        margin:24px
    }
    .sm\:m-32{
        margin:32px
    }
}
@media(min-width:960px){
    .md\:m-auto{
        margin:auto
    }
    .md\:m-0{
        margin:0
    }
    .md\:m-4{
        margin:4px
    }
    .md\:m-8{
        margin:8px
    }
    .md\:m-12{
        margin:12px
    }
    .md\:m-16{
        margin:16px
    }
    .md\:m-24{
        margin:24px
    }
    .md\:m-32{
        margin:32px
    }
}
@media(min-width:1280px){
    .lg\:m-auto{
        margin:auto
    }
    .lg\:m-0{
        margin:0
    }
    .lg\:m-4{
        margin:4px
    }
    .lg\:m-8{
        margin:8px
    }
    .lg\:m-12{
        margin:12px
    }
    .lg\:m-16{
        margin:16px
    }
    .lg\:m-24{
        margin:24px
    }
    .lg\:m-32{
        margin:32px
    }
}
.mt-auto{
    margin-top:auto
}
.mt-0{
    margin-top:0
}
.mt-4{
    margin-top:4px
}
.mt-8{
    margin-top:8px
}
.mt-12{
    margin-top:12px
}
.mt-16{
    margin-top:16px
}
.mt-24{
    margin-top:24px
}
.mt-32{
    margin-top:32px
}
@media(min-width:640px){
    .sm\:mt-auto{
        margin-top:auto
    }
    .sm\:mt-0{
        margin-top:0
    }
    .sm\:mt-4{
        margin-top:4px
    }
    .sm\:mt-8{
        margin-top:8px
    }
    .sm\:mt-12{
        margin-top:12px
    }
    .sm\:mt-16{
        margin-top:16px
    }
    .sm\:mt-24{
        margin-top:24px
    }
    .sm\:mt-32{
        margin-top:32px
    }
}
@media(min-width:960px){
    .md\:mt-auto{
        margin-top:auto
    }
    .md\:mt-0{
        margin-top:0
    }
    .md\:mt-4{
        margin-top:4px
    }
    .md\:mt-8{
        margin-top:8px
    }
    .md\:mt-12{
        margin-top:12px
    }
    .md\:mt-16{
        margin-top:16px
    }
    .md\:mt-24{
        margin-top:24px
    }
    .md\:mt-32{
        margin-top:32px
    }
}
@media(min-width:1280px){
    .lg\:mt-auto{
        margin-top:auto
    }
    .lg\:mt-0{
        margin-top:0
    }
    .lg\:mt-4{
        margin-top:4px
    }
    .lg\:mt-8{
        margin-top:8px
    }
    .lg\:mt-12{
        margin-top:12px
    }
    .lg\:mt-16{
        margin-top:16px
    }
    .lg\:mt-24{
        margin-top:24px
    }
    .lg\:mt-32{
        margin-top:32px
    }
}
.ml-auto{
    margin-left:auto
}
.ml-0{
    margin-left:0
}
.ml-4{
    margin-left:4px
}
.ml-8{
    margin-left:8px
}
.ml-12{
    margin-left:12px
}
.ml-16{
    margin-left:16px
}
.ml-24{
    margin-left:24px
}
.ml-32{
    margin-left:32px
}
@media(min-width:640px){
    .sm\:ml-auto{
        margin-left:auto
    }
    .sm\:ml-0{
        margin-left:0
    }
    .sm\:ml-4{
        margin-left:4px
    }
    .sm\:ml-8{
        margin-left:8px
    }
    .sm\:ml-12{
        margin-left:12px
    }
    .sm\:ml-16{
        margin-left:16px
    }
    .sm\:ml-24{
        margin-left:24px
    }
    .sm\:ml-32{
        margin-left:32px
    }
}
@media(min-width:960px){
    .md\:ml-auto{
        margin-left:auto
    }
    .md\:ml-0{
        margin-left:0
    }
    .md\:ml-4{
        margin-left:4px
    }
    .md\:ml-8{
        margin-left:8px
    }
    .md\:ml-12{
        margin-left:12px
    }
    .md\:ml-16{
        margin-left:16px
    }
    .md\:ml-24{
        margin-left:24px
    }
    .md\:ml-32{
        margin-left:32px
    }
}
@media(min-width:1280px){
    .lg\:ml-auto{
        margin-left:auto
    }
    .lg\:ml-0{
        margin-left:0
    }
    .lg\:ml-4{
        margin-left:4px
    }
    .lg\:ml-8{
        margin-left:8px
    }
    .lg\:ml-12{
        margin-left:12px
    }
    .lg\:ml-16{
        margin-left:16px
    }
    .lg\:ml-24{
        margin-left:24px
    }
    .lg\:ml-32{
        margin-left:32px
    }
}
.mb-auto{
    margin-bottom:auto
}
.mb-0{
    margin-bottom:0
}
.mb-4{
    margin-bottom:4px
}
.mb-8{
    margin-bottom:8px
}
.mb-12{
    margin-bottom:12px
}
.mb-16{
    margin-bottom:16px
}
.mb-24{
    margin-bottom:24px
}
.mb-32{
    margin-bottom:32px
}
@media(min-width:640px){
    .sm\:mb-auto{
        margin-bottom:auto
    }
    .sm\:mb-0{
        margin-bottom:0
    }
    .sm\:mb-4{
        margin-bottom:4px
    }
    .sm\:mb-8{
        margin-bottom:8px
    }
    .sm\:mb-12{
        margin-bottom:12px
    }
    .sm\:mb-16{
        margin-bottom:16px
    }
    .sm\:mb-24{
        margin-bottom:24px
    }
    .sm\:mb-32{
        margin-bottom:32px
    }
}
@media(min-width:960px){
    .md\:mb-auto{
        margin-bottom:auto
    }
    .md\:mb-0{
        margin-bottom:0
    }
    .md\:mb-4{
        margin-bottom:4px
    }
    .md\:mb-8{
        margin-bottom:8px
    }
    .md\:mb-12{
        margin-bottom:12px
    }
    .md\:mb-16{
        margin-bottom:16px
    }
    .md\:mb-24{
        margin-bottom:24px
    }
    .md\:mb-32{
        margin-bottom:32px
    }
}
@media(min-width:1280px){
    .lg\:mb-auto{
        margin-bottom:auto
    }
    .lg\:mb-0{
        margin-bottom:0
    }
    .lg\:mb-4{
        margin-bottom:4px
    }
    .lg\:mb-8{
        margin-bottom:8px
    }
    .lg\:mb-12{
        margin-bottom:12px
    }
    .lg\:mb-16{
        margin-bottom:16px
    }
    .lg\:mb-24{
        margin-bottom:24px
    }
    .lg\:mb-32{
        margin-bottom:32px
    }
}
.mr-auto{
    margin-right:auto
}
.mr-0{
    margin-right:0
}
.mr-4{
    margin-right:4px
}
.mr-8{
    margin-right:8px
}
.mr-12{
    margin-right:12px
}
.mr-16{
    margin-right:16px
}
.mr-24{
    margin-right:24px
}
.mr-32{
    margin-right:32px
}
@media(min-width:640px){
    .sm\:mr-auto{
        margin-right:auto
    }
    .sm\:mr-0{
        margin-right:0
    }
    .sm\:mr-4{
        margin-right:4px
    }
    .sm\:mr-8{
        margin-right:8px
    }
    .sm\:mr-12{
        margin-right:12px
    }
    .sm\:mr-16{
        margin-right:16px
    }
    .sm\:mr-24{
        margin-right:24px
    }
    .sm\:mr-32{
        margin-right:32px
    }
}
@media(min-width:960px){
    .md\:mr-auto{
        margin-right:auto
    }
    .md\:mr-0{
        margin-right:0
    }
    .md\:mr-4{
        margin-right:4px
    }
    .md\:mr-8{
        margin-right:8px
    }
    .md\:mr-12{
        margin-right:12px
    }
    .md\:mr-16{
        margin-right:16px
    }
    .md\:mr-24{
        margin-right:24px
    }
    .md\:mr-32{
        margin-right:32px
    }
}
@media(min-width:1280px){
    .lg\:mr-auto{
        margin-right:auto
    }
    .lg\:mr-0{
        margin-right:0
    }
    .lg\:mr-4{
        margin-right:4px
    }
    .lg\:mr-8{
        margin-right:8px
    }
    .lg\:mr-12{
        margin-right:12px
    }
    .lg\:mr-16{
        margin-right:16px
    }
    .lg\:mr-24{
        margin-right:24px
    }
    .lg\:mr-32{
        margin-right:32px
    }
}
.max-w-none{
    max-width:none
}
.max-w-100{
    max-width:100%
}
.w-auto{
    width:auto
}
.w-full{
    width:100%
}
.w-half{
    width:50%
}
.w-screen{
    width:100vw
}
.w-max-content{
    width:-moz-max-content;
    width:max-content
}
.w-0{
    width:0
}
.w-5{
    width:5px
}
.w-18{
    width:18px
}
.w-24{
    width:24px
}
.w-32{
    width:32px
}
.w-40{
    width:40px
}
@media(min-width:640px){
    .sm\:w-auto{
        width:auto
    }
    .sm\:w-full{
        width:100%
    }
    .sm\:w-half{
        width:50%
    }
    .sm\:w-screen{
        width:100vw
    }
    .sm\:w-max-content{
        width:-moz-max-content;
        width:max-content
    }
    .sm\:w-0{
        width:0
    }
    .sm\:w-5{
        width:5px
    }
    .sm\:w-18{
        width:18px
    }
    .sm\:w-24{
        width:24px
    }
    .sm\:w-32{
        width:32px
    }
    .sm\:w-40{
        width:40px
    }
}
@media(min-width:960px){
    .md\:w-auto{
        width:auto
    }
    .md\:w-full{
        width:100%
    }
    .md\:w-half{
        width:50%
    }
    .md\:w-screen{
        width:100vw
    }
    .md\:w-max-content{
        width:-moz-max-content;
        width:max-content
    }
    .md\:w-0{
        width:0
    }
    .md\:w-5{
        width:5px
    }
    .md\:w-18{
        width:18px
    }
    .md\:w-24{
        width:24px
    }
    .md\:w-32{
        width:32px
    }
    .md\:w-40{
        width:40px
    }
}
@media(min-width:1280px){
    .lg\:w-auto{
        width:auto
    }
    .lg\:w-full{
        width:100%
    }
    .lg\:w-half{
        width:50%
    }
    .lg\:w-screen{
        width:100vw
    }
    .lg\:w-max-content{
        width:-moz-max-content;
        width:max-content
    }
    .lg\:w-0{
        width:0
    }
    .lg\:w-5{
        width:5px
    }
    .lg\:w-18{
        width:18px
    }
    .lg\:w-24{
        width:24px
    }
    .lg\:w-32{
        width:32px
    }
    .lg\:w-40{
        width:40px
    }
}
.text-nowrap{
    white-space:nowrap
}
@media(min-width:640px){
    .sm\:text-nowrap{
        white-space:nowrap
    }
}
@media(min-width:960px){
    .md\:text-nowrap{
        white-space:nowrap
    }
}
@media(min-width:1280px){
    .lg\:text-nowrap{
        white-space:nowrap
    }
}
.h-auto{
    height:auto
}
.h-full{
    height:100%
}
.h-screen{
    height:100vh
}
.h-12{
    height:12px
}
.h-18{
    height:18px
}
.h-24{
    height:24px
}
.h-32{
    height:32px
}
.h-40{
    height:40px
}
.h-48{
    height:48px
}
@media(min-width:640px){
    .sm\:h-auto{
        height:auto
    }
    .sm\:h-full{
        height:100%
    }
    .sm\:h-screen{
        height:100vh
    }
    .sm\:h-12{
        height:12px
    }
    .sm\:h-18{
        height:18px
    }
    .sm\:h-24{
        height:24px
    }
    .sm\:h-32{
        height:32px
    }
    .sm\:h-40{
        height:40px
    }
    .sm\:h-48{
        height:48px
    }
}
@media(min-width:960px){
    .md\:h-auto{
        height:auto
    }
    .md\:h-full{
        height:100%
    }
    .md\:h-screen{
        height:100vh
    }
    .md\:h-12{
        height:12px
    }
    .md\:h-18{
        height:18px
    }
    .md\:h-24{
        height:24px
    }
    .md\:h-32{
        height:32px
    }
    .md\:h-40{
        height:40px
    }
    .md\:h-48{
        height:48px
    }
}
@media(min-width:1280px){
    .lg\:h-auto{
        height:auto
    }
    .lg\:h-full{
        height:100%
    }
    .lg\:h-screen{
        height:100vh
    }
    .lg\:h-12{
        height:12px
    }
    .lg\:h-18{
        height:18px
    }
    .lg\:h-24{
        height:24px
    }
    .lg\:h-32{
        height:32px
    }
    .lg\:h-40{
        height:40px
    }
    .lg\:h-48{
        height:48px
    }
}
.max-h-full{
    max-height:100%
}
.max-h-screen{
    max-height:100vh
}
@media(min-width:640px){
    .sm\:max-h-full{
        max-height:100%
    }
    .sm\:max-h-screen{
        max-height:100vh
    }
}
@media(min-width:960px){
    .md\:max-h-full{
        max-height:100%
    }
    .md\:max-h-screen{
        max-height:100vh
    }
}
@media(min-width:1280px){
    .lg\:max-h-full{
        max-height:100%
    }
    .lg\:max-h-screen{
        max-height:100vh
    }
}
.top-0{
    top:0
}
.bottom-0{
    bottom:0
}
.pointer-none{
    pointer-events:none
}
.pointer-auto{
    pointer-events:auto
}
.z-index-0{
    z-index:0
}
.z-index-1{
    z-index:1
}
.z-index-2{
    z-index:2
}
.z-index-9{
    z-index:9
}
.z-index-10{
    z-index:10
}
.z-index-20{
    z-index:20
}
.z-index-21{
    z-index:21
}
.container--mini{
    max-width:1128px
}
@media screen and (max-width:1024px){
    .dialog.align-items-center{
        align-items:flex-end
    }
    .dialog__container{
        transform:translateY(100%)
    }
    .dialog--open .dialog__container{
        transform:none
    }
    .bg-blue.border-radius-16{
        border-bottom-left-radius:0;
        border-bottom-right-radius:0
    }
}
html{
    scroll-behavior:smooth
}
.concern-item{
    border:.5px solid hsla(213,9%,47%,.2);
    box-shadow:0 20px 40px rgba(34,42,65,.1)
}
.concern-item__label{
    border-radius:0 0 8px 8px;
    left:16px
}
.gst-layout .downloads-section{
    display:none
}
.microsite-header-wrapper[data-v-5910e4de]{
    background:#51065d;
    left:0;
    padding:18px 0;
    position:fixed;
    right:0;
    top:0;
    z-index:11
}
@media(min-width:768px){
    .microsite-header-wrapper[data-v-5910e4de]{
        background:linear-gradient(239.35deg,#3a0749 -2.14%,#3c074b 73.03%)
    }
    .microsite-header-wrapper.v2[data-v-5910e4de]{
        background:linear-gradient(239.35deg,#52055c -2.14%,#52055c 73.03%)
    }
    .microsite-header-wrapper[data-v-5910e4de]{
        padding:40px 0
    }
}
.microsite-header-wrapper--logo-wrapper img[data-v-5910e4de]{
    max-width:163px
}
@media(min-width:992px){
    .microsite-header-wrapper--logo-wrapper img[data-v-5910e4de]{
        max-width:235px
    }
}
@media(max-width:359.98px){
    .microsite-header-wrapper--logo-wrapper img[data-v-5910e4de]{
        max-width:120px
    }
}
.microsite-header-wrapper--hamburger-menu-icon[data-v-5910e4de]{
    margin-left:16px;
    max-width:18px
}
@media(min-width:768px){
    .microsite-header-wrapper--hamburger-menu-icon[data-v-5910e4de]{
        margin-left:40px
    }
}
.microsite-header-wrapper .app-downloads-btn[data-v-5910e4de]{
    font-size:.7142857143rem;
    max-width:96px;
    min-width:96px;
    padding:6px 0;
    width:100%
}
.microsite-header-wrapper .menu-wrapper--header-menu li[data-v-5910e4de]{
    display:inline-block;
    margin-left:40px
}
.microsite-header-wrapper .menu-wrapper--header-menu li a[data-v-5910e4de]{
    color:#fff
}
.main-wrapper[data-v-50395f54]{
    margin-top:70px
}
@media(min-width:768px){
    .main-wrapper[data-v-50395f54]{
        margin-top:129px
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .main-wrapper[data-v-50395f54]{
        margin-top:128px
    }
}
.send-app-link.green-button .theme-btn.primary-btn{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18;
    filter:drop-shadow(0 14px 20px rgba(9,90,8,.2));
    max-width:312px;
    padding:12px 0;
    width:100%
}
@media(max-width:767.98px){
    .send-app-link.green-button .theme-btn.primary-btn{
        font-size:1.2857142857rem
    }
}
.send-app-link.green-button .theme-btn.primary-btn:focus{
    background:linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,rgba(133,239,49,.6) 45.27%,rgba(133,239,49,0) 62.27%),#1bcf18;
    border:1px solid #1bcf18
}
.send-app-link--validation-messages{
    bottom:-4px;
    color:red;
    font-size:10px;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
    transform:translateY(100%)
}
.microsite-header-wrapper[data-v-c2c97d48]{
    background:#51065d;
    left:0;
    padding:18px 0;
    position:fixed;
    right:0;
    top:0;
    z-index:11
}
@media(min-width:768px){
    .microsite-header-wrapper[data-v-c2c97d48]{
        background:linear-gradient(239.35deg,#3a0749 -2.14%,#3c074b 73.03%)
    }
    .microsite-header-wrapper.v2[data-v-c2c97d48]{
        background:linear-gradient(239.35deg,#52055c -2.14%,#52055c 73.03%)
    }
    .microsite-header-wrapper[data-v-c2c97d48]{
        padding:40px 0
    }
}
.microsite-header-wrapper--logo-wrapper img[data-v-c2c97d48]{
    max-width:163px
}
@media(min-width:992px){
    .microsite-header-wrapper--logo-wrapper img[data-v-c2c97d48]{
        max-width:235px
    }
}
@media(max-width:359.98px){
    .microsite-header-wrapper--logo-wrapper img[data-v-c2c97d48]{
        max-width:120px
    }
}
.microsite-header-wrapper--hamburger-menu-icon[data-v-c2c97d48]{
    margin-left:16px;
    max-width:18px
}
@media(min-width:768px){
    .microsite-header-wrapper--hamburger-menu-icon[data-v-c2c97d48]{
        margin-left:40px
    }
}
.microsite-header-wrapper .app-downloads-btn[data-v-c2c97d48]{
    font-size:.7142857143rem;
    max-width:96px;
    min-width:96px;
    padding:6px 0;
    width:100%
}
.microsite-header-wrapper .menu-wrapper--header-menu li[data-v-c2c97d48]{
    display:inline-block;
    margin-left:40px
}
.microsite-header-wrapper .menu-wrapper--header-menu li a[data-v-c2c97d48]{
    color:#fff
}
.microsite-wrapper--diff .main-wrapper{
    margin-top:74px
}
@media(min-width:768px){
    .microsite-wrapper--diff .main-wrapper{
        margin-top:129px
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .microsite-wrapper--diff .main-wrapper{
        margin-top:128px
    }
}
.microsite-wrapper--diff .send-app-link .theme-btn{
    max-width:190px!important
}
.mobile-view-layout{
    padding-top:20px
}
.microsite-header-wrapper[data-v-21295c0e]{
    background:#51065d;
    left:0;
    padding:18px 0;
    position:fixed;
    right:0;
    top:0;
    z-index:11
}
.microsite-header-wrapper.v2[data-v-21295c0e]{
    background:linear-gradient(239.35deg,#52055c -2.14%,#52055c 73.03%)
}
@media(min-width:768px){
    .microsite-header-wrapper[data-v-21295c0e]{
        background:linear-gradient(239.35deg,#3a0749 -2.14%,#3c074b 73.03%)
    }
    .microsite-header-wrapper.v2[data-v-21295c0e]{
        background:linear-gradient(239.35deg,#52055c -2.14%,#52055c 73.03%)
    }
    .microsite-header-wrapper[data-v-21295c0e]{
        padding:40px 0
    }
}
.microsite-header-wrapper--logo-wrapper img[data-v-21295c0e]{
    max-width:163px
}
@media(min-width:992px){
    .microsite-header-wrapper--logo-wrapper img[data-v-21295c0e]{
        max-width:235px
    }
}
@media(max-width:359.98px){
    .microsite-header-wrapper--logo-wrapper img[data-v-21295c0e]{
        max-width:120px
    }
}
.microsite-header-wrapper--hamburger-menu-icon[data-v-21295c0e]{
    margin-left:16px;
    max-width:18px
}
@media(min-width:768px){
    .microsite-header-wrapper--hamburger-menu-icon[data-v-21295c0e]{
        margin-left:40px
    }
}
.microsite-header-wrapper .app-downloads-btn[data-v-21295c0e]{
    font-size:.7142857143rem;
    max-width:96px;
    min-width:96px;
    padding:6px 0;
    width:100%
}
.microsite-header-wrapper .menu-wrapper--header-menu li[data-v-21295c0e]{
    display:inline-block;
    margin-left:40px
}
.microsite-header-wrapper .menu-wrapper--header-menu li a[data-v-21295c0e]{
    color:#fff
}
.main-wrapper[data-v-0a97576f]{
    margin-top:74px
}
@media(min-width:768px){
    .main-wrapper[data-v-0a97576f]{
        margin-top:129px
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .main-wrapper[data-v-0a97576f]{
        margin-top:128px
    }
}
.main-wrapper.ios[data-v-0a97576f]{
    margin-top:70px
}
@media(max-width:359.98px){
    .main-wrapper.ios[data-v-0a97576f]{
        margin-top:61px
    }
}
.site-footer.wow-footer{
    background-color:#f0e5d7
}
.site-footer.wow-footer h5{
    font-size:1rem;
    margin-bottom:16px
}
.site-footer.wow-footer .secured-payment,.site-footer.wow-footer .security-certification{
    margin-top:16px
}
@media(max-width:767.98px){
    .site-footer.wow-footer{
        padding-bottom:120px
    }
    .site-footer.wow-footer--logo img{
        max-width:163px
    }
}
.site-footer.wow-footer--breadcrums{
    margin-bottom:50px
}
@media(max-width:767.98px){
    .site-footer.wow-footer--breadcrums{
        margin-bottom:24px
    }
}
.site-footer.wow-footer--breadcrums li{
    display:inline-block
}
.site-footer.wow-footer--breadcrums li:last-child:after{
    content:none
}
.site-footer.wow-footer--breadcrums li:after{
    background-image:url(./website/images/generic-icons/breadcrum-icon.svg);
    background-position:50%;
    background-size:contain;
    content:"";
    display:inline-block;
    height:7px;
    margin-right:4px;
    width:7px
}
.site-footer.wow-footer--breadcrums li a{
    font-size:.6666666667rem
}
.site-footer.wow-footer--breadcrums li a:hover{
    color:#51065d
}
.site-footer.wow-footer--quicklinks{
    padding:40px 0
}
@media(max-width:767.98px){
    .site-footer.wow-footer--quicklinks{
        padding:24px 0
    }
}
.site-footer.wow-footer--quicklinks li{
    display:inline-block;
    line-height:32px;
    margin-right:25px
}
.site-footer.wow-footer--quicklinks li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer.wow-footer--quicklinks li{
        margin-right:16px
    }
}
.site-footer.wow-footer--quicklinks li a{
    font-size:16px;
    transition:all .3s ease-in-out
}
.site-footer.wow-footer--quicklinks li a:hover{
    color:#51065d
}
.site-footer.wow-footer--quicklinks li a.nuxt-link-exact-active{
    color:#51065d;
    font-weight:700
}
@media(max-width:767.98px){
    .site-footer.wow-footer--quicklinks li a{
        font-size:14px
    }
    .site-footer.wow-footer--quicklinks li{
        margin-right:0;
        width:50%
    }
    .site-footer.wow-footer--quicklinks ul{
        display:flex;
        flex-wrap:wrap
    }
    .site-footer.wow-footer--quicklinks ul li{
        flex:1;
        line-height:30px;
        min-width:142px
    }
}
@media(min-width:680px)and (max-width:767.98px){
    .site-footer.wow-footer--quicklinks ul li{
        display:inline-block;
        flex:initial;
        margin-right:15px;
        min-width:inherit;
        width:auto
    }
}
.site-footer.wow-footer--payment-method-wrapper li{
    display:inline-block
}
.site-footer.wow-footer--payment-method-wrapper--payment-methods li{
    display:inline-block;
    margin-right:9px
}
.site-footer.wow-footer--payment-method-wrapper--payment-methods li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer.wow-footer--payment-method-wrapper--payment-methods li{
        margin-right:0
    }
}
@media(max-width:767.98px){
    .site-footer.wow-footer--payment-method-wrapper--payment-methods li{
        margin-bottom:9px
    }
    .site-footer.wow-footer--payment-method-wrapper--social-share{
        margin-top:10px
    }
}
.site-footer.wow-footer--payment-method-wrapper--social-share li{
    margin-right:16px
}
.site-footer.wow-footer--payment-method-wrapper--social-share li:last-child{
    margin-right:0
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer.wow-footer--payment-method-wrapper--social-share li{
        margin-right:5px
    }
}
.site-footer.wow-footer--payment-method-wrapper--social-share li a{
    background-color:#f6f0e7;
    border-radius:50%;
    display:flex;
    height:40px;
    transition:all .3s ease-in-out;
    width:40px
}
.site-footer.wow-footer--payment-method-wrapper--social-share li a img{
    margin:auto
}
.site-footer.wow-footer--payment-method-wrapper--social-share li a:hover{
    background-color:#ebddca
}
.site-footer.wow-footer--about-rummytime{
    border-top:1px solid #c59c75;
    margin-top:80px;
    padding-top:80px
}
@media(min-width:768px)and (max-width:991.98px){
    .site-footer.wow-footer--about-rummytime{
        margin-top:40px;
        padding-top:40px
    }
}
@media(max-width:767.98px){
    .site-footer.wow-footer--about-rummytime{
        margin-top:24px;
        padding-top:24px
    }
}
.site-footer.wow-footer--about-rummytime p{
    line-height:1.5
}
.site-footer.wow-footer--copyright{
    font-size:.7777777778rem;
    padding-top:40px
}
@font-face{
    font-family:swiper-icons;
    font-style:normal;
    font-weight:400;
    src:url("data:application/font-woff;
    charset=utf-8;
    base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}
:root{
    --swiper-theme-color:#007aff
}
.swiper-container{
    list-style:none;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding:0;
    position:relative;
    z-index:1
}
.swiper-container-vertical>.swiper-wrapper{
    flex-direction:column
}
.swiper-wrapper{
    box-sizing:content-box;
    display:flex;
    height:100%;
    position:relative;
    transition-property:transform;
    width:100%;
    z-index:1
}
.swiper-container-android .swiper-slide,.swiper-wrapper{
    transform:translateZ(0)
}
.swiper-container-multirow>.swiper-wrapper{
    flex-wrap:wrap
}
.swiper-container-multirow-column>.swiper-wrapper{
    flex-direction:column;
    flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper{
    margin:0 auto;
    transition-timing-function:ease-out
}
.swiper-container-pointer-events{
    touch-action:pan-y
}
.swiper-container-pointer-events.swiper-container-vertical{
    touch-action:pan-x
}
.swiper-slide{
    flex-shrink:0;
    height:100%;
    position:relative;
    transition-property:transform;
    width:100%
}
.swiper-slide-invisible-blank{
    visibility:hidden
}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{
    height:auto
}
.swiper-container-autoheight .swiper-wrapper{
    align-items:flex-start;
    transition-property:transform,height
}
.swiper-container-3d{
    perspective:1200px
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{
    transform-style:preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{
    height:100%;
    left:0;
    pointer-events:none;
    position:absolute;
    top:0;
    width:100%;
    z-index:10
}
.swiper-container-3d .swiper-slide-shadow-left{
    background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-right{
    background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-top{
    background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom{
    background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}
.swiper-container-css-mode>.swiper-wrapper{
    -ms-overflow-style:none;
    overflow:auto;
    scrollbar-width:none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{
    display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{
    scroll-snap-align:start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{
    scroll-snap-type:x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{
    scroll-snap-type:y mandatory
}
:root{
    --swiper-navigation-size:44px
}
.swiper-button-next,.swiper-button-prev{
    align-items:center;
    color:#007aff;
    color:var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor:pointer;
    display:flex;
    height:44px;
    height:var(--swiper-navigation-size);
    justify-content:center;
    margin-top:-22px;
    margin-top:calc(var(--swiper-navigation-size)*-1/2);
    position:absolute;
    top:50%;
    width:27px;
    width:calc(var(--swiper-navigation-size)/44*27);
    z-index:10
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
    cursor:auto;
    opacity:.35;
    pointer-events:none
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-family:swiper-icons;
    font-size:44px;
    font-size:var(--swiper-navigation-size);
    font-variant:normal;
    letter-spacing:0;
    line-height:1;
    text-transform:none!important;
    text-transform:none
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
    left:10px;
    right:auto
}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{
    content:"prev"
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
    left:auto;
    right:10px
}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{
    content:"next"
}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{
    --swiper-navigation-color:#fff
}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{
    --swiper-navigation-color:#000
}
.swiper-button-lock{
    display:none
}
.swiper-pagination{
    position:absolute;
    text-align:center;
    transform:translateZ(0);
    transition:opacity .3s;
    z-index:10
}
.swiper-pagination.swiper-pagination-hidden{
    opacity:0
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:10px;
    left:0;
    width:100%
}
.swiper-pagination-bullets-dynamic{
    font-size:0;
    overflow:hidden
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    position:relative;
    transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
    transform:scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{
    transform:scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{
    transform:scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{
    transform:scale(.33)
}
.swiper-pagination-bullet{
    background:#7d6a8d;
    border-radius:50%;
    display:inline-block;
    height:8px;
    margin:0 4px;
    width:8px
}
button.swiper-pagination-bullet{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border:none;
    box-shadow:none;
    margin:0;
    padding:0
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    cursor:pointer
}
.swiper-pagination-bullet-active{
    background:hsla(0,0%,100%,.459);
    border:1px solid #fff
}
.swiper-container-vertical>.swiper-pagination-bullets{
    right:10px;
    top:50%;
    transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    display:block;
    margin:6px 0
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    top:50%;
    transform:translateY(-50%);
    width:8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    display:inline-block;
    transition:transform .2s,top .2s
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transition:transform .2s,left .2s
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{
    transition:transform .2s,right .2s
}
.swiper-pagination-progressbar{
    background:rgba(0,0,0,.25);
    position:absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background:#007aff;
    background:var(--swiper-pagination-color,var(--swiper-theme-color));
    height:100%;
    left:0;
    position:absolute;
    top:0;
    transform:scale(0);
    transform-origin:left top;
    width:100%
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    transform-origin:right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
    height:4px;
    left:0;
    top:0;
    width:100%
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{
    height:100%;
    left:0;
    top:0;
    width:4px
}
.swiper-pagination-white{
    --swiper-pagination-color:#fff
}
.swiper-pagination-black{
    --swiper-pagination-color:#000
}
.swiper-pagination-lock{
    display:none
}
.swiper-scrollbar{
    background:rgba(0,0,0,.1);
    border-radius:10px;
    position:relative;
    -ms-touch-action:none
}
.swiper-container-horizontal>.swiper-scrollbar{
    bottom:3px;
    height:5px;
    left:1%;
    position:absolute;
    width:98%;
    z-index:50
}
.swiper-container-vertical>.swiper-scrollbar{
    height:98%;
    position:absolute;
    right:3px;
    top:1%;
    width:5px;
    z-index:50
}
.swiper-scrollbar-drag{
    background:rgba(0,0,0,.5);
    border-radius:10px;
    height:100%;
    left:0;
    position:relative;
    top:0;
    width:100%
}
.swiper-scrollbar-cursor-drag{
    cursor:move
}
.swiper-scrollbar-lock{
    display:none
}
.swiper-zoom-container{
    align-items:center;
    display:flex;
    height:100%;
    justify-content:center;
    text-align:center;
    width:100%
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{
    max-height:100%;
    max-width:100%;
    -o-object-fit:contain;
    object-fit:contain
}
.swiper-slide-zoomed{
    cursor:move
}
.swiper-lazy-preloader{
    animation:swiper-preloader-spin 1s linear infinite;
    border:4px solid #007aff;
    border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius:50%;
    border-top:4px solid transparent;
    box-sizing:border-box;
    height:42px;
    left:50%;
    margin-left:-21px;
    margin-top:-21px;
    position:absolute;
    top:50%;
    transform-origin:50%;
    width:42px;
    z-index:10
}
.swiper-lazy-preloader-white{
    --swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black{
    --swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin{
    to{
        transform:rotate(1turn)
    }
}
.swiper-container .swiper-notification{
    left:0;
    opacity:0;
    pointer-events:none;
    position:absolute;
    top:0;
    z-index:-1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
    transition-timing-function:ease-out
}
.swiper-container-fade .swiper-slide{
    pointer-events:none;
    transition-property:opacity
}
.swiper-container-fade .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-cube{
    overflow:visible
}
.swiper-container-cube .swiper-slide{
    backface-visibility:hidden;
    height:100%;
    pointer-events:none;
    transform-origin:0 0;
    visibility:hidden;
    width:100%;
    z-index:1
}
.swiper-container-cube .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide{
    transform-origin:100% 0
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{
    pointer-events:auto;
    visibility:visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{
    backface-visibility:hidden;
    z-index:0
}
.swiper-container-cube .swiper-cube-shadow{
    bottom:0;
    height:100%;
    left:0;
    opacity:.6;
    position:absolute;
    width:100%;
    z-index:0
}
.swiper-container-cube .swiper-cube-shadow:before{
    background:#000;
    bottom:0;
    content:"";
    filter:blur(50px);
    left:0;
    position:absolute;
    right:0;
    top:0
}
.swiper-container-flip{
    overflow:visible
}
.swiper-container-flip .swiper-slide{
    backface-visibility:hidden;
    pointer-events:none;
    z-index:1
}
.swiper-container-flip .swiper-slide .swiper-slide{
    pointer-events:none
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{
    pointer-events:auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{
    backface-visibility:hidden;
    z-index:0
}
.main-wrapper[data-v-dfcd0cba]{
    margin-top:74px
}
@media(min-width:768px){
    .main-wrapper[data-v-dfcd0cba]{
        margin-top:129px
    }
}
@media(min-width:768px)and (max-width:991.98px){
    .main-wrapper[data-v-dfcd0cba]{
        margin-top:128px
    }
}
