.slick-list,.slick-slider,.slick-track{
    position:relative;
    display:block
}
.slick-loading .slick-slide,.slick-loading .slick-track{
    visibility:hidden
}
.slick-slider{
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    top:0;
    left:0;
    margin-left:auto;
    margin-right:auto
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}
.popover,.tooltip,address{
    font-style:normal
}
.btn-link,.btn:hover,a,a:not([href]),a:not([href]):hover{
    text-decoration:none
}
dl,h1,h2,h3,h4,h5,h6,ol,p,pre,ul{
    margin-top:0
}
address,dl,ol,p,pre,ul{
    margin-bottom:1rem
}
.accordion>.card,.collapsing,.dropdown-divider,.modal-open,.progress,.progress-bar,.toast,svg{
    overflow:hidden
}
.btn,.btn-group,.btn-group-vertical,.compare-tables .table tbody tr td,.custom-select,.navbar-toggler-icon,img,svg{
    vertical-align:middle
}
body,caption{
    text-align:left
}
dd,h1,h2,h3,h4,h5,h6,label{
    margin-bottom:.5rem
}
pre,textarea{
    overflow:auto
}
article,aside,figcaption,figure,footer,header,hgroup,legend,main,nav,section{
    display:block
}
.popover,.tooltip,legend{
    white-space:normal
}
progress,sub,sup{
    vertical-align:baseline
}
label,output{
    display:inline-block
}
.btn:not(:disabled):not(.disabled),.carousel-indicators li,[role=button],[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled),summary{
    cursor:pointer
}
button,hr,input{
    overflow:visible
}
@font-face{
    font-family:Arimo;
    font-style:normal;
    font-weight:400;
    src:url(../assets/fonts/P5sfzZCDf9_T_3cV7NCUECyoxNk37cxcABrE.ttf) format('truetype')
}
@font-face{
    font-family:"Noto Sans Light";
    src:local(""),url(../assets/fonts/noto-sans-light.woff) format("woff"),url(../assets/fonts/noto-sans-light.woff2) format("woff2"),url(../assets/fonts/noto-sans-light.ttf) format("opentype");
    font-style:normal;
    font-stretch:normal;
    font-weight:300;
    font-display:swap
}
@font-face{
    font-family:"Noto Sans Bold";
    src:local(""),url(../assets/fonts/noto-sans-bold.woff) format("woff"),url(../assets/fonts/noto-sans-bold.woff2) format("woff2"),url(../assets/fonts/noto-sans-bold.ttf) format("opentype");
    font-style:normal;
    font-stretch:normal;
    font-weight:700;
    font-display:swap
}
@font-face{
    font-family:"Noto Sans Regular";
    src:local(""),url(../assets/fonts/noto-sans-regular.woff) format("woff"),url(../assets/fonts/noto-sans-regular.woff2) format("woff2"),url(../assets/fonts/noto-sans-regular.ttf) format("opentype");
    font-style:normal;
    font-stretch:normal;
    font-weight:400;
    font-display:swap
}
.text-ff-rbold{
    font-family:"Noto Sans Bold",sans-serif!important
}
.text-ff-rlight{
    font-family:"Noto Sans Light",sans-serif!important
}
.text-ff-rmedium{
    font-family:"Noto Sans Regular",sans-serif!important;
    font-weight:500
}
.text-ff-rthin{
    font-family:"Noto Sans Light",sans-serif!important
}
.text-ff-rblack{
    font-family:"Noto Sans Bold",sans-serif!important
}
.font-weight-500{
    font-weight:500!important
}
dt,kbd kbd{
    font-weight:700
}
.font-weight-normal{
    font-family:"Noto Sans Regular",sans-serif!important
}
/*! * Bootstrap v4.5.0 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root{
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#ffffff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
*,::after,::before{
    box-sizing:border-box
}
html{
    font-family:sans-serif;
    line-height:1.15;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color:rgba(33,33,33,0)
}
body{
    margin:0;
    background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible){
    outline:0!important
}
abbr[data-original-title],abbr[title]{
    text-decoration:underline;
    text-decoration:underline dotted;
    cursor:help;
    border-bottom:0;
    text-decoration-skip-ink:none
}
address{
    line-height:inherit
}
ol ol,ol ul,ul ol,ul ul{
    margin-bottom:0
}
dd{
    margin-left:0
}
blockquote,figure{
    margin:0 0 1rem
}
b,strong{
    font-weight:bolder
}
small{
    font-size:80%
}
sub,sup{
    position:relative;
    font-size:75%;
    line-height:0
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
a{
    background-color:transparent
}
a:hover{
    color:#004585
}
a:not([href]),a:not([href]):hover{
    color:inherit
}
code,kbd,pre,samp{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size:1em
}
pre{
    -ms-overflow-style:scrollbar
}
img{
    border-style:none
}
table{
    border-collapse:collapse
}
caption{
    padding-top:.75rem;
    padding-bottom:.75rem;
    color:#6e6e6e;
    caption-side:bottom
}
th{
    text-align:inherit
}
button{
    border-radius:0
}
button:focus{
    outline:dotted 1px;
    outline:-webkit-focus-ring-color auto 5px
}
button,input,optgroup,select,textarea{
    margin:0;
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
button,select{
    text-transform:none
}
select{
    word-wrap:normal
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    padding:0;
    border-style:none
}
input[type=checkbox],input[type=radio]{
    box-sizing:border-box;
    padding:0
}
textarea{
    resize:vertical
}
fieldset{
    min-width:0;
    padding:0;
    margin:0;
    border:0
}
legend{
    width:100%;
    max-width:100%;
    padding:0;
    margin-bottom:.5rem;
    font-size:1.5rem;
    line-height:inherit;
    color:inherit
}
.badge,.dropdown-header,.dropdown-item,.dropdown-toggle,.input-group-text,.navbar-brand,.progress-bar,.sr-only{
    white-space:nowrap
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    outline-offset:-2px;
    -webkit-appearance:none
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    font:inherit;
    -webkit-appearance:button
}
summary{
    display:list-item
}
template{
    display:none
}
[hidden]{
    display:none!important
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    margin-bottom:.5rem;
    font-weight:500;
    line-height:1.2
}
.blockquote,hr{
    margin-bottom:1rem
}
.display-1,.display-2,.display-3,.display-4,.lead{
    font-weight:300
}
.h1,h1{
    font-size:2.5rem
}
.h2,h2{
    font-size:2rem
}
.h3,h3{
    font-size:1.75rem
}
.close,.h4,h4{
    font-size:1.5rem
}
.h5,h5{
    font-size:1.25rem
}
.h6,h6{
    font-size:1rem
}
.lead{
    font-size:1.25rem
}
.display-1{
    font-size:6rem;
    line-height:1.2
}
.display-2{
    font-size:5.5rem;
    line-height:1.2
}
.display-3{
    font-size:4.5rem;
    line-height:1.2
}
.display-4{
    font-size:3.5rem;
    line-height:1.2
}
.btn,.btn-link,.dropdown-item,.form-control,.input-group-text,.small,small{
    font-weight:400
}
hr{
    box-sizing:content-box;
    height:0;
    margin-top:1rem;
    border:0;
    border-top:1px solid rgba(33,33,33,.1)
}
.img-fluid,.img-thumbnail{
    height:auto;
    max-width:100%
}
.small,small{
    font-size:80%
}
.mark,mark{
    padding:.2em;
    background-color:#fcf8e3
}
.list-inline,.list-unstyled{
    padding-left:0;
    list-style:none
}
.list-inline-item{
    display:inline-block
}
.list-inline-item:not(:last-child){
    margin-right:.5rem
}
.initialism{
    font-size:90%;
    text-transform:uppercase
}
.blockquote{
    font-size:1.25rem
}
.blockquote-footer{
    display:block;
    font-size:80%;
    color:#6c757d
}
.blockquote-footer::before{
    content:"\2014\00A0"
}
.img-thumbnail{
    padding:.25rem;
    background-color:#fff;
    border:1px solid #dee2e6;
    border-radius:.25rem
}
.figure{
    display:inline-block
}
.figure-img{
    margin-bottom:.5rem;
    line-height:1
}
.figure-caption{
    font-size:90%;
    color:#6c757d
}
code,kbd{
    font-size:87.5%
}
a>code,pre code{
    color:inherit
}
code{
    color:#e83e8c;
    word-wrap:break-word
}
kbd{
    padding:.2rem .4rem;
    color:#fff;
    background-color:#212529;
    border-radius:.2rem
}
kbd kbd{
    padding:0;
    font-size:100%
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
    width:100%
}
pre{
    display:block;
    font-size:87.5%;
    color:#212529
}
pre code{
    font-size:inherit;
    word-break:normal
}
.pre-scrollable{
    max-height:340px;
    overflow-y:scroll
}
@media (min-width:576px){
    .container{
        max-width:540px
    }
}
@media (min-width:768px){
    .container{
        max-width:720px
    }
}
@media (min-width:992px){
    .container{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container{
        max-width:1140px
    }
}
@media (min-width:576px){
    .container,.container-sm{
        max-width:540px
    }
}
@media (min-width:768px){
    .container,.container-md,.container-sm{
        max-width:720px
    }
}
@media (min-width:992px){
    .container,.container-lg,.container-md,.container-sm{
        max-width:960px
    }
}
@media (min-width:1200px){
    .container,.container-lg,.container-md,.container-sm,.container-xl{
        max-width:1140px
    }
}
.row{
    display:flex;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
}
.no-gutters{
    margin-right:0;
    margin-left:0
}
.no-gutters>.col,.no-gutters>[class*=col-]{
    padding-right:0;
    padding-left:0
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px
}
.col{
    flex-basis:0;
    flex-grow:1;
    min-width:0;
    max-width:100%
}
.row-cols-1>*{
    flex:0 0 100%;
    max-width:100%
}
.row-cols-2>*{
    flex:0 0 50%;
    max-width:50%
}
.row-cols-3>*{
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.row-cols-4>*{
    flex:0 0 25%;
    max-width:25%
}
.row-cols-5>*{
    flex:0 0 20%;
    max-width:20%
}
.row-cols-6>*{
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-auto{
    flex:0 0 auto;
    width:auto;
    max-width:100%
}
.col-1{
    flex:0 0 8.33333%;
    max-width:8.33333%
}
.col-2{
    flex:0 0 16.66667%;
    max-width:16.66667%
}
.col-3{
    flex:0 0 25%;
    max-width:25%
}
.col-4{
    flex:0 0 33.33333%;
    max-width:33.33333%
}
.col-5{
    flex:0 0 41.66667%;
    max-width:41.66667%
}
.col-6{
    flex:0 0 50%;
    max-width:50%
}
.col-7{
    flex:0 0 58.33333%;
    max-width:58.33333%
}
.col-8{
    flex:0 0 66.66667%;
    max-width:66.66667%
}
.col-9{
    flex:0 0 75%;
    max-width:75%
}
.col-10{
    flex:0 0 83.33333%;
    max-width:83.33333%
}
.col-11{
    flex:0 0 91.66667%;
    max-width:91.66667%
}
.invalid-tooltip,.valid-tooltip{
    max-width:100%;
    position:absolute
}
.col-12{
    flex:0 0 100%;
    max-width:100%
}
.order-first{
    order:-1
}
.order-last{
    order:13
}
.order-0{
    order:0
}
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:3
}
.order-4{
    order:4
}
.order-5{
    order:5
}
.order-6{
    order:6
}
.order-7{
    order:7
}
.order-8{
    order:8
}
.order-9{
    order:9
}
.order-10{
    order:10
}
.order-11{
    order:11
}
.order-12{
    order:12
}
.offset-1{
    margin-left:8.33333%
}
.offset-2{
    margin-left:16.66667%
}
.offset-3{
    margin-left:25%
}
.offset-4{
    margin-left:33.33333%
}
.offset-5{
    margin-left:41.66667%
}
.offset-6{
    margin-left:50%
}
.offset-7{
    margin-left:58.33333%
}
.offset-8{
    margin-left:66.66667%
}
.offset-9{
    margin-left:75%
}
.offset-10{
    margin-left:83.33333%
}
.offset-11{
    margin-left:91.66667%
}
@media (min-width:576px){
    .col-sm{
        flex-basis:0;
        flex-grow:1;
        min-width:0;
        max-width:100%
    }
    .row-cols-sm-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-sm-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-sm-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-sm-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-sm-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-sm-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-sm-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-sm-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-sm-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-sm-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-sm-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-sm-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-sm-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-sm-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-sm-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-sm-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-sm-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-sm-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-sm-first{
        order:-1
    }
    .order-sm-last{
        order:13
    }
    .order-sm-0{
        order:0
    }
    .order-sm-1{
        order:1
    }
    .order-sm-2{
        order:2
    }
    .order-sm-3{
        order:3
    }
    .order-sm-4{
        order:4
    }
    .order-sm-5{
        order:5
    }
    .order-sm-6{
        order:6
    }
    .order-sm-7{
        order:7
    }
    .order-sm-8{
        order:8
    }
    .order-sm-9{
        order:9
    }
    .order-sm-10{
        order:10
    }
    .order-sm-11{
        order:11
    }
    .order-sm-12{
        order:12
    }
    .offset-sm-0{
        margin-left:0
    }
    .offset-sm-1{
        margin-left:8.33333%
    }
    .offset-sm-2{
        margin-left:16.66667%
    }
    .offset-sm-3{
        margin-left:25%
    }
    .offset-sm-4{
        margin-left:33.33333%
    }
    .offset-sm-5{
        margin-left:41.66667%
    }
    .offset-sm-6{
        margin-left:50%
    }
    .offset-sm-7{
        margin-left:58.33333%
    }
    .offset-sm-8{
        margin-left:66.66667%
    }
    .offset-sm-9{
        margin-left:75%
    }
    .offset-sm-10{
        margin-left:83.33333%
    }
    .offset-sm-11{
        margin-left:91.66667%
    }
}
@media (min-width:768px){
    .col-md{
        flex-basis:0;
        flex-grow:1;
        min-width:0;
        max-width:100%
    }
    .row-cols-md-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-md-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-md-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-md-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-md-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-md-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-md-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-md-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-md-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-md-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-md-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-md-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-md-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-md-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-md-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-md-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-md-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-md-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-md-first{
        order:-1
    }
    .order-md-last{
        order:13
    }
    .order-md-0{
        order:0
    }
    .order-md-1{
        order:1
    }
    .order-md-2{
        order:2
    }
    .order-md-3{
        order:3
    }
    .order-md-4{
        order:4
    }
    .order-md-5{
        order:5
    }
    .order-md-6{
        order:6
    }
    .order-md-7{
        order:7
    }
    .order-md-8{
        order:8
    }
    .order-md-9{
        order:9
    }
    .order-md-10{
        order:10
    }
    .order-md-11{
        order:11
    }
    .order-md-12{
        order:12
    }
    .offset-md-0{
        margin-left:0
    }
    .offset-md-1{
        margin-left:8.33333%
    }
    .offset-md-2{
        margin-left:16.66667%
    }
    .offset-md-3{
        margin-left:25%
    }
    .offset-md-4{
        margin-left:33.33333%
    }
    .offset-md-5{
        margin-left:41.66667%
    }
    .offset-md-6{
        margin-left:50%
    }
    .offset-md-7{
        margin-left:58.33333%
    }
    .offset-md-8{
        margin-left:66.66667%
    }
    .offset-md-9{
        margin-left:75%
    }
    .offset-md-10{
        margin-left:83.33333%
    }
    .offset-md-11{
        margin-left:91.66667%
    }
}
@media (min-width:992px){
    .col-lg{
        flex-basis:0;
        flex-grow:1;
        min-width:0;
        max-width:100%
    }
    .row-cols-lg-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-lg-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-lg-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-lg-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-lg-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-lg-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-lg-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-lg-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-lg-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-lg-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-lg-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-lg-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-lg-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-lg-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-lg-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-lg-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-lg-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-lg-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-lg-first{
        order:-1
    }
    .order-lg-last{
        order:13
    }
    .order-lg-0{
        order:0
    }
    .order-lg-1{
        order:1
    }
    .order-lg-2{
        order:2
    }
    .order-lg-3{
        order:3
    }
    .order-lg-4{
        order:4
    }
    .order-lg-5{
        order:5
    }
    .order-lg-6{
        order:6
    }
    .order-lg-7{
        order:7
    }
    .order-lg-8{
        order:8
    }
    .order-lg-9{
        order:9
    }
    .order-lg-10{
        order:10
    }
    .order-lg-11{
        order:11
    }
    .order-lg-12{
        order:12
    }
    .offset-lg-0{
        margin-left:0
    }
    .offset-lg-1{
        margin-left:8.33333%
    }
    .offset-lg-2{
        margin-left:16.66667%
    }
    .offset-lg-3{
        margin-left:25%
    }
    .offset-lg-4{
        margin-left:33.33333%
    }
    .offset-lg-5{
        margin-left:41.66667%
    }
    .offset-lg-6{
        margin-left:50%
    }
    .offset-lg-7{
        margin-left:58.33333%
    }
    .offset-lg-8{
        margin-left:66.66667%
    }
    .offset-lg-9{
        margin-left:75%
    }
    .offset-lg-10{
        margin-left:83.33333%
    }
    .offset-lg-11{
        margin-left:91.66667%
    }
}
@media (min-width:1200px){
    .col-xl{
        flex-basis:0;
        flex-grow:1;
        min-width:0;
        max-width:100%
    }
    .row-cols-xl-1>*{
        flex:0 0 100%;
        max-width:100%
    }
    .row-cols-xl-2>*{
        flex:0 0 50%;
        max-width:50%
    }
    .row-cols-xl-3>*{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .row-cols-xl-4>*{
        flex:0 0 25%;
        max-width:25%
    }
    .row-cols-xl-5>*{
        flex:0 0 20%;
        max-width:20%
    }
    .row-cols-xl-6>*{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-auto{
        flex:0 0 auto;
        width:auto;
        max-width:100%
    }
    .col-xl-1{
        flex:0 0 8.33333%;
        max-width:8.33333%
    }
    .col-xl-2{
        flex:0 0 16.66667%;
        max-width:16.66667%
    }
    .col-xl-3{
        flex:0 0 25%;
        max-width:25%
    }
    .col-xl-4{
        flex:0 0 33.33333%;
        max-width:33.33333%
    }
    .col-xl-5{
        flex:0 0 41.66667%;
        max-width:41.66667%
    }
    .col-xl-6{
        flex:0 0 50%;
        max-width:50%
    }
    .col-xl-7{
        flex:0 0 58.33333%;
        max-width:58.33333%
    }
    .col-xl-8{
        flex:0 0 66.66667%;
        max-width:66.66667%
    }
    .col-xl-9{
        flex:0 0 75%;
        max-width:75%
    }
    .col-xl-10{
        flex:0 0 83.33333%;
        max-width:83.33333%
    }
    .col-xl-11{
        flex:0 0 91.66667%;
        max-width:91.66667%
    }
    .col-xl-12{
        flex:0 0 100%;
        max-width:100%
    }
    .order-xl-first{
        order:-1
    }
    .order-xl-last{
        order:13
    }
    .order-xl-0{
        order:0
    }
    .order-xl-1{
        order:1
    }
    .order-xl-2{
        order:2
    }
    .order-xl-3{
        order:3
    }
    .order-xl-4{
        order:4
    }
    .order-xl-5{
        order:5
    }
    .order-xl-6{
        order:6
    }
    .order-xl-7{
        order:7
    }
    .order-xl-8{
        order:8
    }
    .order-xl-9{
        order:9
    }
    .order-xl-10{
        order:10
    }
    .order-xl-11{
        order:11
    }
    .order-xl-12{
        order:12
    }
    .offset-xl-0{
        margin-left:0
    }
    .offset-xl-1{
        margin-left:8.33333%
    }
    .offset-xl-2{
        margin-left:16.66667%
    }
    .offset-xl-3{
        margin-left:25%
    }
    .offset-xl-4{
        margin-left:33.33333%
    }
    .offset-xl-5{
        margin-left:41.66667%
    }
    .offset-xl-6{
        margin-left:50%
    }
    .offset-xl-7{
        margin-left:58.33333%
    }
    .offset-xl-8{
        margin-left:66.66667%
    }
    .offset-xl-9{
        margin-left:75%
    }
    .offset-xl-10{
        margin-left:83.33333%
    }
    .offset-xl-11{
        margin-left:91.66667%
    }
}
.table{
    width:100%;
    margin-bottom:1rem;
    color:#212529
}
.table td,.table th{
    padding:.75rem;
    vertical-align:top;
    border-top:1px solid #dee2e6
}
.table thead th{
    vertical-align:bottom;
    border-bottom:2px solid #dee2e6
}
.table tbody+tbody{
    border-top:2px solid #dee2e6
}
.table-sm td,.table-sm th{
    padding:.3rem
}
.table-bordered,.table-bordered td,.table-bordered th{
    border:1px solid #dee2e6
}
.table-bordered thead td,.table-bordered thead th{
    border-bottom-width:2px
}
.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{
    border:0
}
.table-striped tbody tr:nth-of-type(odd){
    background-color:rgba(33,33,33,.05)
}
.table-hover tbody tr:hover{
    color:#212529;
    background-color:rgba(33,33,33,.075)
}
.table-primary,.table-primary>td,.table-primary>th{
    background-color:#b8daff
}
.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{
    border-color:#7abaff
}
.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{
    background-color:#9fcdff
}
.table-secondary,.table-secondary>td,.table-secondary>th{
    background-color:#d6d8db
}
.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{
    border-color:#b3b7bb
}
.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{
    background-color:#c8cbcf
}
.table-success,.table-success>td,.table-success>th{
    background-color:#c3e6cb
}
.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{
    border-color:#8fd19e
}
.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{
    background-color:#b1dfbb
}
.table-info,.table-info>td,.table-info>th{
    background-color:#bee5eb
}
.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{
    border-color:#86cfda
}
.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{
    background-color:#abdde5
}
.list-group-item-warning,.table-warning,.table-warning>td,.table-warning>th{
    background-color:#ffeeba
}
.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{
    border-color:#ffdf7e
}
.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{
    background-color:#ffe8a1
}
.table-danger,.table-danger>td,.table-danger>th{
    background-color:#f5c6cb
}
.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{
    border-color:#ed969e
}
.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{
    background-color:#f1b0b7
}
.table-light,.table-light>td,.table-light>th{
    background-color:#fdfdfe
}
.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{
    border-color:#fbfcfc
}
.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{
    background-color:#ececf6
}
.table-dark,.table-dark>td,.table-dark>th{
    background-color:#c6c8ca
}
.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{
    border-color:#95999c
}
.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{
    background-color:#b9bbbe
}
.table-active,.table-active>td,.table-active>th{
    background-color:rgba(33,33,33,.075)
}
.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{
    background-color:rgba(20,20,20,.075)
}
.table .thead-dark th{
    color:#fff;
    background-color:#343a40;
    border-color:#454d55
}
.table .thead-light th{
    color:#495057;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.table-dark{
    color:#fff;
    background-color:#343a40
}
.table-dark td,.table-dark th,.table-dark thead th{
    border-color:#454d55
}
.table-dark.table-bordered,.table-responsive>.table-bordered{
    border:0
}
.table-dark.table-striped tbody tr:nth-of-type(odd){
    background-color:rgba(255,255,255,.05)
}
.table-dark.table-hover tbody tr:hover{
    color:#fff;
    background-color:rgba(255,255,255,.075)
}
@media (max-width:575.98px){
    .table-responsive-sm{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch
    }
    .table-responsive-sm>.table-bordered{
        border:0
    }
}
@media (max-width:767.98px){
    .table-responsive-md{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch
    }
    .table-responsive-md>.table-bordered{
        border:0
    }
}
@media (max-width:991.98px){
    .table-responsive-lg{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch
    }
    .table-responsive-lg>.table-bordered{
        border:0
    }
}
@media (max-width:1199.98px){
    .table-responsive-xl{
        display:block;
        width:100%;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch
    }
    .table-responsive-xl>.table-bordered{
        border:0
    }
}
.table-responsive{
    display:block;
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch
}
.form-control{
    display:block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .form-control{
        transition:none
    }
}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.form-control:focus{
    color:#495057;
    background-color:#fff;
    border-color:#80bdff;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::placeholder{
    color:#6c757d;
    opacity:1
}
.form-control:disabled,.form-control[readonly]{
    background-color:#e9ecef;
    opacity:1
}
input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{
    appearance:none
}
select.form-control:focus::-ms-value{
    color:#495057;
    background-color:#fff
}
.form-control-file,.form-control-range{
    display:block;
    width:100%
}
.col-form-label{
    padding-top:calc(.375rem + 1px);
    padding-bottom:calc(.375rem + 1px);
    margin-bottom:0;
    font-size:inherit;
    line-height:1.5
}
.col-form-label-lg{
    padding-top:calc(.5rem + 1px);
    padding-bottom:calc(.5rem + 1px);
    font-size:1.25rem;
    line-height:1.5
}
.col-form-label-sm{
    padding-top:calc(.25rem + 1px);
    padding-bottom:calc(.25rem + 1px);
    font-size:.875rem;
    line-height:1.5
}
.form-control-plaintext{
    display:block;
    width:100%;
    padding:.375rem 0;
    margin-bottom:0;
    font-size:1rem;
    line-height:1.5;
    color:#212529;
    background-color:transparent;
    border:solid transparent;
    border-width:1px 0
}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{
    padding-right:0;
    padding-left:0
}
.form-control-sm{
    height:calc(1.5em + .5rem + 2px);
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.form-control-lg{
    height:calc(1.5em + 1rem + 2px);
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem
}
select.form-control[multiple],select.form-control[size],textarea.form-control{
    height:auto
}
.form-group{
    margin-bottom:1rem
}
.form-text{
    display:block;
    margin-top:.25rem
}
.form-row{
    display:flex;
    flex-wrap:wrap;
    margin-right:-5px;
    margin-left:-5px
}
.form-row>.col,.form-row>[class*=col-]{
    padding-right:5px;
    padding-left:5px
}
.form-check{
    position:relative;
    display:block;
    padding-left:1.25rem
}
.form-check-input{
    position:absolute;
    margin-top:.3rem;
    margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{
    color:#6e6e6e
}
.form-check-label{
    margin-bottom:0
}
.form-check-inline{
    display:inline-flex;
    align-items:center;
    padding-left:0;
    margin-right:.75rem
}
.form-check-inline .form-check-input{
    position:static;
    margin-top:0;
    margin-right:.3125rem;
    margin-left:0
}
.valid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#28a745
}
.valid-tooltip{
    top:100%;
    z-index:5;
    display:none;
    padding:10px;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1.5;
    color:#fff;
    background-color:#28a745;
    border-radius:10px
}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{
    display:block
}
.custom-control-input.is-valid~.custom-control-label,.form-check-input.is-valid~.form-check-label,.was-validated .custom-control-input:valid~.custom-control-label,.was-validated .form-check-input:valid~.form-check-label{
    color:#28a745
}
.form-control.is-valid,.was-validated .form-control:valid{
    border-color:#28a745;
    padding-right:calc(1.5em + .75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(.375em + .1875rem) center;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{
    padding-right:calc(1.5em + .75rem);
    background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,.was-validated .custom-select:valid{
    border-color:#28a745;
    padding-right:calc(.75em + 2.3125rem);
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}
.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{
    border-color:#28a745
}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{
    border-color:#34ce57;
    background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:valid~.custom-file-label{
    border-color:#28a745
}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{
    border-color:#28a745;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback{
    display:none;
    width:100%;
    margin-top:.25rem;
    font-size:80%;
    color:#dc3545
}
.invalid-tooltip{
    top:100%;
    z-index:5;
    display:none;
    padding:10px;
    margin-top:.1rem;
    font-size:.875rem;
    line-height:1.5;
    color:#fff;
    background-color:#dc3545;
    border-radius:10px
}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{
    display:block
}
.custom-control-input.is-invalid~.custom-control-label,.form-check-input.is-invalid~.form-check-label,.was-validated .custom-control-input:invalid~.custom-control-label,.was-validated .form-check-input:invalid~.form-check-label{
    color:#dc3545
}
.form-control.is-invalid,.was-validated .form-control:invalid{
    border-color:#dc3545;
    padding-right:calc(1.5em + .75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat:no-repeat;
    background-position:right calc(.375em + .1875rem) center;
    background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{
    padding-right:calc(1.5em + .75rem);
    background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,.was-validated .custom-select:invalid{
    border-color:#dc3545;
    padding-right:calc(.75em + 2.3125rem);
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff
}
.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{
    border-color:#dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{
    border-color:#e4606d;
    background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-file-input:invalid~.custom-file-label{
    border-color:#dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{
    border-color:#dc3545;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.btn.focus,.btn:focus,.custom-control-input:focus~.custom-control-label::before{
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-inline{
    display:flex;
    flex-flow:row wrap;
    align-items:center
}
.form-inline .form-check{
    width:100%
}
@media (min-width:576px){
    .form-inline label{
        display:flex;
        align-items:center;
        justify-content:center;
        margin-bottom:0
    }
    .form-inline .form-group{
        display:flex;
        flex:0 0 auto;
        flex-flow:row wrap;
        align-items:center;
        margin-bottom:0
    }
    .form-inline .form-control{
        display:inline-block;
        width:auto;
        vertical-align:middle
    }
    .form-inline .form-control-plaintext{
        display:inline-block
    }
    .form-inline .custom-select,.form-inline .input-group{
        width:auto
    }
    .form-inline .form-check{
        display:flex;
        align-items:center;
        justify-content:center;
        width:auto;
        padding-left:0
    }
    .form-inline .form-check-input{
        position:relative;
        flex-shrink:0;
        margin-top:0;
        margin-right:.25rem;
        margin-left:0
    }
    .form-inline .custom-control{
        align-items:center;
        justify-content:center
    }
    .form-inline .custom-control-label{
        margin-bottom:0
    }
}
.btn{
    display:inline-block;
    color:#212529;
    text-align:center;
    user-select:none;
    background-color:transparent;
    border:1px solid transparent;
    padding:.375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    border-radius:.25rem;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.dropdown-toggle::after,.dropup .dropdown-toggle::after{
    vertical-align:.255em;
    content:""
}
@media (prefers-reduced-motion:reduce){
    .btn{
        transition:none
    }
}
.btn:hover{
    color:#212529
}
.btn.focus,.btn:focus{
    outline:0
}
.btn-primary.focus,.btn-primary:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(38,143,255,.5)
}
.btn.disabled,.btn:disabled{
    opacity:.65
}
a.btn.disabled,fieldset:disabled a.btn{
    pointer-events:none
}
.btn-primary{
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{
    background-color:#0069d9;
    border-color:#0062cc;
    color:#fff
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#0062cc;
    border-color:#005cbf
}
.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(130,138,145,.5)
}
.btn-secondary{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{
    background-color:#5a6268;
    border-color:#545b62;
    color:#fff
}
.btn-secondary.disabled,.btn-secondary:disabled{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{
    color:#fff;
    background-color:#545b62;
    border-color:#4e555b
}
.btn-success.focus,.btn-success:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(72,180,97,.5)
}
.btn-success{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-success.focus,.btn-success:focus,.btn-success:hover{
    background-color:#218838;
    border-color:#1e7e34;
    color:#fff
}
.btn-success.disabled,.btn-success:disabled{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{
    color:#fff;
    background-color:#1e7e34;
    border-color:#1c7430
}
.btn-info.focus,.btn-info:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(58,176,195,.5)
}
.btn-info{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info.focus,.btn-info:focus,.btn-info:hover{
    background-color:#138496;
    border-color:#117a8b;
    color:#fff
}
.btn-info.disabled,.btn-info:disabled{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{
    color:#fff;
    background-color:#117a8b;
    border-color:#10707f
}
.btn-warning.focus,.btn-warning:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(222,170,12,.5)
}
.btn-warning{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{
    background-color:#e0a800;
    border-color:#d39e00;
    color:#212529
}
.btn-warning.disabled,.btn-warning:disabled{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{
    color:#212529;
    background-color:#d39e00;
    border-color:#c69500
}
.btn-danger.focus,.btn-danger:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(225,83,97,.5)
}
.btn-danger{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{
    background-color:#c82333;
    border-color:#bd2130;
    color:#fff
}
.btn-danger.disabled,.btn-danger:disabled{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{
    color:#fff;
    background-color:#bd2130;
    border-color:#b21f2d
}
.btn-light.focus,.btn-light:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(216,217,219,.5)
}
.btn-light{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light.focus,.btn-light:focus,.btn-light:hover{
    background-color:#e2e6ea;
    border-color:#dae0e5;
    color:#212529
}
.btn-light.disabled,.btn-light:disabled{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{
    color:#212529;
    background-color:#dae0e5;
    border-color:#d3d9df
}
.btn-dark.focus,.btn-dark:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(82,88,93,.5)
}
.btn-dark{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{
    background-color:#23272b;
    border-color:#1d2124;
    color:#fff
}
.btn-dark.disabled,.btn-dark:disabled{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{
    color:#fff;
    background-color:#1d2124;
    border-color:#171a1d
}
.btn-outline-primary.focus,.btn-outline-primary:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.btn-outline-primary{
    color:#007bff;
    border-color:#007bff
}
.btn-outline-primary:hover{
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    color:#007bff;
    background-color:transparent
}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.btn-outline-secondary.focus,.btn-outline-secondary:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.btn-outline-secondary{
    color:#6c757d;
    border-color:#6c757d
}
.btn-outline-secondary:hover{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{
    color:#6c757d;
    background-color:transparent
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{
    color:#fff;
    background-color:#6c757d;
    border-color:#6c757d
}
.btn-outline-success.focus,.btn-outline-success:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.btn-outline-success{
    color:#28a745;
    border-color:#28a745
}
.btn-outline-success:hover{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-outline-success.disabled,.btn-outline-success:disabled{
    color:#28a745;
    background-color:transparent
}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{
    color:#fff;
    background-color:#28a745;
    border-color:#28a745
}
.btn-outline-info.focus,.btn-outline-info:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.btn-outline-info{
    color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-info:hover{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-info.disabled,.btn-outline-info:disabled{
    color:#17a2b8;
    background-color:transparent
}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{
    color:#fff;
    background-color:#17a2b8;
    border-color:#17a2b8
}
.btn-outline-warning.focus,.btn-outline-warning:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.btn-outline-warning{
    color:#ffc107;
    border-color:#ffc107
}
.btn-outline-warning:hover{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{
    color:#ffc107;
    background-color:transparent
}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{
    color:#212529;
    background-color:#ffc107;
    border-color:#ffc107
}
.btn-outline-danger.focus,.btn-outline-danger:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.btn-outline-danger{
    color:#dc3545;
    border-color:#dc3545
}
.btn-outline-danger:hover{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{
    color:#dc3545;
    background-color:transparent
}
.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{
    color:#fff;
    background-color:#dc3545;
    border-color:#dc3545
}
.btn-outline-light.focus,.btn-outline-light:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.btn-outline-light{
    color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light:hover{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light.disabled,.btn-outline-light:disabled{
    color:#f8f9fa;
    background-color:transparent
}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{
    color:#212529;
    background-color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-dark.focus,.btn-outline-dark:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.btn-outline-dark{
    color:#343a40;
    border-color:#343a40
}
.btn-outline-dark:hover{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{
    color:#343a40;
    background-color:transparent
}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{
    color:#fff;
    background-color:#343a40;
    border-color:#343a40
}
.btn-link{
    color:#007bff
}
.btn-link.focus,.btn-link:focus,.btn-link:hover{
    text-decoration:underline
}
.btn-link:hover{
    color:#0056b3
}
.btn-link.disabled,.btn-link:disabled{
    color:#6c757d;
    pointer-events:none
}
.btn-group-lg>.btn,.btn-lg{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem
}
.btn-group-sm>.btn,.btn-sm{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.btn-block{
    display:block;
    width:100%
}
.btn-block+.btn-block{
    margin-top:.5rem
}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{
    width:100%
}
.fade{
    transition:opacity .15s linear
}
@media (prefers-reduced-motion:reduce){
    .fade{
        transition:none
    }
}
.fade:not(.show){
    opacity:0
}
.collapse:not(.show){
    display:none
}
.collapsing{
    position:relative;
    height:0;
    transition:height .35s ease
}
@media (prefers-reduced-motion:reduce){
    .collapsing{
        transition:none
    }
}
.dropdown,.dropleft,.dropright,.dropup{
    position:relative
}
.dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:10rem;
    padding:.5rem 0;
    margin:.125rem 0 0;
    font-size:1rem;
    color:#212529;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
    border-radius:.25rem
}
.dropdown-menu-left{
    right:auto;
    left:0
}
.dropdown-menu-right{
    right:0;
    left:auto
}
@media (min-width:576px){
    .dropdown-menu-sm-left{
        right:auto;
        left:0
    }
    .dropdown-menu-sm-right{
        right:0;
        left:auto
    }
}
@media (min-width:768px){
    .dropdown-menu-md-left{
        right:auto;
        left:0
    }
    .dropdown-menu-md-right{
        right:0;
        left:auto
    }
}
@media (min-width:992px){
    .dropdown-menu-lg-left{
        right:auto;
        left:0
    }
    .dropdown-menu-lg-right{
        right:0;
        left:auto
    }
}
@media (min-width:1200px){
    .dropdown-menu-xl-left{
        right:auto;
        left:0
    }
    .dropdown-menu-xl-right{
        right:0;
        left:auto
    }
}
.dropup .dropdown-menu{
    top:auto;
    bottom:100%;
    margin-top:0;
    margin-bottom:.125rem
}
.dropup .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    border-top:0;
    border-right:.3em solid transparent;
    border-bottom:.3em solid;
    border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after{
    margin-left:0
}
.dropright .dropdown-menu{
    top:0;
    right:auto;
    left:100%;
    margin-top:0;
    margin-left:.125rem
}
.dropright .dropdown-toggle::after{
    display:inline-block;
    margin-left:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:0;
    border-bottom:.3em solid transparent;
    border-left:.3em solid;
    vertical-align:0
}
.dropright .dropdown-toggle:empty::after{
    margin-left:0
}
.dropleft .dropdown-menu{
    top:0;
    right:100%;
    left:auto;
    margin-top:0;
    margin-right:.125rem
}
.dropleft .dropdown-toggle::after{
    margin-left:.255em;
    vertical-align:.255em;
    content:"";
    display:none
}
.dropleft .dropdown-toggle::before{
    display:inline-block;
    margin-right:.255em;
    content:"";
    border-top:.3em solid transparent;
    border-right:.3em solid;
    border-bottom:.3em solid transparent;
    vertical-align:0
}
.dropleft .dropdown-toggle:empty::after{
    margin-left:0
}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{
    right:auto;
    bottom:auto
}
.dropdown-divider{
    height:0;
    margin:.5rem 0;
    border-top:1px solid #e9ecef
}
.dropdown-item{
    display:block;
    width:100%;
    padding:.25rem 1.5rem;
    clear:both;
    color:#212529;
    text-align:inherit;
    background-color:transparent;
    border:0
}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after,.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child),.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.dropdown-item:focus,.dropdown-item:hover{
    color:#16181b;
    text-decoration:none;
    background-color:#f8f9fa
}
.dropdown-item.active,.dropdown-item:active{
    color:#fff;
    text-decoration:none;
    background-color:#007bff
}
.dropdown-item.disabled,.dropdown-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:transparent
}
.dropdown-menu.show{
    display:block
}
.dropdown-header{
    display:block;
    padding:.5rem 1.5rem;
    margin-bottom:0;
    font-size:.875rem;
    color:#6c757d
}
.dropdown-item-text{
    display:block;
    padding:.25rem 1.5rem;
    color:#212529
}
.btn-group,.btn-group-vertical{
    position:relative;
    display:inline-flex
}
.btn-group-vertical>.btn,.btn-group>.btn{
    position:relative;
    flex:1 1 auto
}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{
    z-index:1
}
.btn-toolbar{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start
}
.btn-toolbar .input-group{
    width:auto
}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){
    margin-left:-1px
}
.card>hr,.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{
    margin-left:0
}
.dropdown-toggle-split{
    padding-right:.5625rem;
    padding-left:.5625rem
}
.input-group-append,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text,.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{
    margin-left:-1px
}
.dropleft .dropdown-toggle-split::before{
    margin-right:0
}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{
    padding-right:.375rem;
    padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{
    padding-right:.75rem;
    padding-left:.75rem
}
.btn-group-vertical{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center
}
.input-group,.nav,.navbar{
    flex-wrap:wrap
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{
    width:100%
}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){
    margin-top:-1px
}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){
    border-top-left-radius:0;
    border-top-right-radius:0
}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{
    margin-bottom:0
}
.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.input-group{
    position:relative;
    display:flex;
    align-items:stretch;
    width:100%
}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{
    position:relative;
    flex:1 1 auto;
    width:1%;
    min-width:0;
    margin-bottom:0
}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{
    z-index:3
}
.input-group>.custom-file .custom-file-input:focus{
    z-index:4
}
.input-group>.custom-file{
    display:flex;
    align-items:center
}
.input-group-append,.input-group-prepend{
    display:flex
}
.input-group-append .btn,.input-group-prepend .btn{
    position:relative;
    z-index:2
}
.input-group-append .btn:focus,.input-group-prepend .btn:focus{
    z-index:3
}
.input-group-prepend{
    margin-right:-1px
}
.input-group-text{
    display:flex;
    align-items:center;
    padding:.375rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    text-align:center;
    background-color:#e9ecef;
    border:1px solid #ced4da;
    border-radius:.25rem
}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{
    margin-top:0
}
.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){
    height:calc(1.5em + 1rem + 2px)
}
.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{
    padding:.5rem 1rem;
    font-size:1.25rem;
    line-height:1.5;
    border-radius:.3rem
}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){
    height:calc(1.5em + .5rem + 2px)
}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5;
    border-radius:.2rem
}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{
    padding-right:1.75rem
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.custom-control{
    position:relative;
    display:block;
    min-height:1.5rem;
    padding-left:1.5rem
}
.custom-control-inline{
    display:inline-flex;
    margin-right:1rem
}
.custom-control-input{
    position:absolute;
    left:0;
    z-index:-1;
    width:1rem;
    height:1.25rem;
    opacity:0
}
.custom-control-input:checked~.custom-control-label::before{
    color:#fff;
    border-color:#007bff;
    background-color:#007bff
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color:#80bdff
}
.custom-control-input:not(:disabled):active~.custom-control-label::before{
    color:#fff;
    background-color:#b3d7ff;
    border-color:#b3d7ff
}
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{
    color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{
    background-color:#e9ecef
}
.custom-control-label{
    position:relative;
    margin-bottom:0;
    vertical-align:top
}
.custom-control-label::after,.custom-control-label::before{
    position:absolute;
    top:.25rem;
    width:1rem;
    height:1rem;
    content:"";
    display:block
}
.custom-control-label::before{
    left:-1.5rem;
    pointer-events:none;
    background-color:#fff;
    border:1px solid #adb5bd
}
.custom-control-label::after{
    left:-1.5rem;
    background:50%/50% 50% no-repeat
}
.custom-checkbox .custom-control-label::before{
    border-radius:.25rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{
    border-color:#007bff;
    background-color:#007bff
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before,.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(0,123,255,.5)
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-label::before{
    border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
}
.custom-switch{
    padding-left:2.25rem
}
.custom-switch .custom-control-label::before{
    left:-2.25rem;
    width:1.75rem;
    pointer-events:all;
    border-radius:.5rem
}
.custom-switch .custom-control-label::after{
    top:calc(.25rem + 2px);
    left:calc(-2.25rem + 2px);
    width:calc(1rem - 4px);
    height:calc(1rem - 4px);
    background-color:#adb5bd;
    border-radius:.5rem;
    transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
.custom-file-label,.custom-select{
    border:1px solid #ced4da;
    font-weight:400
}
@media (prefers-reduced-motion:reduce){
    .custom-switch .custom-control-label::after{
        transition:none
    }
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    background-color:#fff;
    transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{
    background-color:rgba(0,123,255,.5)
}
.custom-select{
    display:inline-block;
    width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem 1.75rem .375rem .75rem;
    font-size:1rem;
    line-height:1.5;
    color:#495057;
    background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat #fff;
    border-radius:.25rem;
    appearance:none
}
.custom-file-input:focus~.custom-file-label,.custom-select:focus{
    border-color:#80bdff;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-select:focus{
    outline:0
}
.custom-select:focus::-ms-value{
    color:#495057;
    background-color:#fff
}
.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label,.custom-select:disabled{
    background-color:#e9ecef
}
.custom-select[multiple],.custom-select[size]:not([size="1"]){
    height:auto;
    padding-right:.75rem;
    background-image:none
}
.custom-select:disabled{
    color:#6c757d
}
.custom-select::-ms-expand{
    display:none
}
.custom-select:-moz-focusring{
    color:transparent;
    text-shadow:0 0 0 #495057
}
.custom-select-sm{
    height:calc(1.5em + .5rem + 2px);
    padding-top:.25rem;
    padding-bottom:.25rem;
    padding-left:.5rem;
    font-size:.875rem
}
.custom-select-lg{
    height:calc(1.5em + 1rem + 2px);
    padding-top:.5rem;
    padding-bottom:.5rem;
    padding-left:1rem;
    font-size:1.25rem
}
.custom-file,.custom-file-input,.custom-file-label{
    height:calc(1.5em + .75rem + 2px)
}
.custom-file-label,.custom-file-label::after{
    padding:.375rem .75rem;
    line-height:1.5;
    color:#495057;
    top:0
}
.custom-file{
    position:relative;
    display:inline-block;
    width:100%;
    margin-bottom:0
}
.custom-file-input{
    position:relative;
    z-index:2;
    width:100%;
    margin:0;
    opacity:0
}
.custom-file-input:lang(en)~.custom-file-label::after{
    content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after{
    content:attr(data-browse)
}
.custom-file-label{
    position:absolute;
    right:0;
    left:0;
    z-index:1;
    background-color:#fff;
    border-radius:.25rem
}
.custom-file-label::after{
    position:absolute;
    right:0;
    bottom:0;
    z-index:3;
    display:block;
    height:calc(1.5em + .75rem);
    content:"Browse";
    background-color:#e9ecef;
    border-left:inherit;
    border-radius:0 .25rem .25rem 0
}
.custom-range{
    width:100%;
    height:1.4rem;
    padding:0;
    background-color:transparent;
    appearance:none
}
.custom-range:focus{
    outline:0
}
.custom-range:focus::-webkit-slider-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-moz-range-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range:focus::-ms-thumb{
    box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
}
.custom-range::-moz-focus-outer{
    border:0
}
.custom-range::-webkit-slider-thumb{
    width:1rem;
    height:1rem;
    margin-top:-.25rem;
    background-color:#007bff;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .custom-range::-webkit-slider-thumb{
        transition:none
    }
}
.custom-range::-webkit-slider-thumb:active{
    background-color:#b3d7ff
}
.custom-range::-webkit-slider-runnable-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.custom-range::-moz-range-thumb{
    width:1rem;
    height:1rem;
    background-color:#007bff;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .custom-range::-moz-range-thumb{
        transition:none
    }
}
.custom-range::-moz-range-thumb:active{
    background-color:#b3d7ff
}
.custom-range::-moz-range-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:#dee2e6;
    border-color:transparent;
    border-radius:1rem
}
.custom-range::-ms-thumb{
    width:1rem;
    height:1rem;
    margin-top:0;
    margin-right:.2rem;
    margin-left:.2rem;
    background-color:#007bff;
    border:0;
    border-radius:1rem;
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance:none
}
@media (prefers-reduced-motion:reduce){
    .custom-range::-ms-thumb{
        transition:none
    }
}
.custom-range::-ms-thumb:active{
    background-color:#b3d7ff
}
.custom-range::-ms-track{
    width:100%;
    height:.5rem;
    color:transparent;
    cursor:pointer;
    background-color:transparent;
    border-color:transparent;
    border-width:.5rem
}
.custom-range::-ms-fill-lower{
    background-color:#dee2e6;
    border-radius:1rem
}
.custom-range::-ms-fill-upper{
    margin-right:15px;
    background-color:#dee2e6;
    border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb{
    background-color:#adb5bd
}
.custom-range:disabled::-webkit-slider-runnable-track{
    cursor:default
}
.custom-range:disabled::-moz-range-thumb{
    background-color:#adb5bd
}
.custom-range:disabled::-moz-range-track{
    cursor:default
}
.custom-range:disabled::-ms-thumb{
    background-color:#adb5bd
}
.custom-control-label::before,.custom-file-label,.custom-select{
    transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .custom-control-label::before,.custom-file-label,.custom-select{
        transition:none
    }
}
.nav{
    display:flex;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.nav-link,.navbar{
    padding:.5rem 1rem
}
.nav-link{
    display:block
}
.nav-link:focus,.nav-link:hover{
    text-decoration:none
}
.nav-link.disabled{
    color:#6c757d;
    pointer-events:none;
    cursor:default
}
.nav-tabs{
    border-bottom:1px solid #dee2e6
}
.nav-tabs .nav-item{
    margin-bottom:-1px
}
.nav-tabs .nav-link{
    border:1px solid transparent;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{
    border-color:#e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled{
    color:#6c757d;
    background-color:transparent;
    border-color:transparent
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{
    color:#495057;
    background-color:#fff;
    border-color:#dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu{
    margin-top:-1px;
    border-top-left-radius:0;
    border-top-right-radius:0
}
.nav-pills .nav-link{
    border-radius:.25rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#fff;
    background-color:#007bff
}
.nav-fill .nav-item{
    flex:1 1 auto;
    text-align:center
}
.nav-justified .nav-item{
    flex-basis:0;
    flex-grow:1;
    text-align:center
}
.tab-content>.tab-pane{
    display:none
}
.tab-content>.active{
    display:block
}
.navbar{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between
}
.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between
}
.navbar-brand{
    display:inline-block;
    padding-top:.3125rem;
    padding-bottom:.3125rem;
    margin-right:1rem;
    font-size:1.25rem;
    line-height:inherit
}
.navbar-brand:focus,.navbar-brand:hover{
    text-decoration:none
}
.navbar-nav{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0;
    list-style:none
}
.navbar-nav .nav-link{
    padding-right:0;
    padding-left:0
}
.navbar-nav .dropdown-menu{
    position:static;
    float:none
}
.navbar-text{
    display:inline-block;
    padding-top:.5rem;
    padding-bottom:.5rem
}
.navbar-collapse{
    flex-basis:100%;
    flex-grow:1;
    align-items:center
}
.navbar-toggler{
    padding:.25rem .75rem;
    font-size:1.25rem;
    line-height:1;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:.25rem
}
.navbar-toggler:focus,.navbar-toggler:hover{
    text-decoration:none
}
.navbar-toggler-icon{
    display:inline-block;
    width:32px;
    height:32px;
    content:"";
    background:center center no-repeat;
    background-size:100% 100%
}
.breadcrumb,.card-footer,.card-header{
    background-color:transparent
}
@media (max-width:575.98px){
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:576px){
    .navbar-expand-sm{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-sm .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-sm .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-sm .navbar-toggler{
        display:none
    }
}
@media (max-width:767.98px){
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:768px){
    .navbar-expand-md{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-md .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-md .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-md .navbar-toggler{
        display:none
    }
}
@media (max-width:991.98px){
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:992px){
    .navbar-expand-lg{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-lg .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-lg .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-lg .navbar-toggler{
        display:none
    }
}
@media (max-width:1199.98px){
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{
        padding-right:0;
        padding-left:0
    }
}
@media (min-width:1200px){
    .navbar-expand-xl{
        flex-flow:row nowrap;
        justify-content:flex-start
    }
    .navbar-expand-xl .navbar-nav{
        flex-direction:row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{
        flex-wrap:nowrap
    }
    .navbar-expand-xl .navbar-collapse{
        display:flex!important;
        flex-basis:auto
    }
    .navbar-expand-xl .navbar-toggler{
        display:none
    }
}
.navbar-expand{
    flex-flow:row nowrap;
    justify-content:flex-start
}
.list-group-horizontal,.navbar-expand .navbar-nav{
    flex-direction:row
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{
    padding-right:0;
    padding-left:0
}
.navbar-expand .navbar-nav .dropdown-menu{
    position:absolute
}
.alert,.btn .badge,.card,.page-link{
    position:relative
}
.navbar-expand .navbar-nav .nav-link{
    padding-right:.5rem;
    padding-left:.5rem
}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{
    flex-wrap:nowrap
}
.navbar-expand .navbar-collapse{
    display:flex!important;
    flex-basis:auto
}
.card,.progress-bar{
    flex-direction:column
}
.navbar-expand .navbar-toggler{
    display:none
}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{
    color:rgba(33,33,33,.9)
}
.navbar-light .navbar-nav .nav-link{
    color:rgba(33,33,33,.5)
}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{
    color:rgba(33,33,33,.7)
}
.navbar-light .navbar-nav .nav-link.disabled{
    color:rgba(33,33,33,.3)
}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{
    color:rgba(33,33,33,.9)
}
.navbar-light .navbar-toggler{
    color:rgba(33,33,33,.5);
    border-color:rgba(33,33,33,.1)
}
.navbar-light .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 33, 33, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-light .navbar-text{
    color:rgba(33,33,33,.5)
}
.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{
    color:rgba(33,33,33,.9)
}
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{
    color:#fff
}
.navbar-dark .navbar-nav .nav-link{
    color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{
    color:rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled{
    color:rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{
    color:#fff
}
.navbar-dark .navbar-toggler{
    color:rgba(255,255,255,.5);
    border-color:rgba(255,255,255,.1)
}
.navbar-dark .navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar-dark .navbar-text{
    color:rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{
    color:#fff
}
.card{
    display:flex;
    min-width:0;
    word-wrap:break-word;
    background-clip:border-box;
    border:0 solid #fff;
    border-radius:.25rem
}
.card>hr{
    margin-right:0
}
.card-header-pills,.card-header-tabs{
    margin-right:-10px;
    margin-left:-10px
}
.card>.list-group{
    border-top:inherit;
    border-bottom:inherit
}
.card>.list-group:first-child{
    border-top-width:0;
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.card>.list-group:last-child{
    border-bottom-width:0;
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.card-body{
    flex:1 1 auto;
    min-height:130px;
    padding:20px
}
.modal-content .card-body{
    min-height:0!important
}
.accordion .card .card-body{
    min-height:0!important
}
.card-title{
    margin-bottom:10px
}
.card-header,.card-subtitle,.card-text:last-child{
    margin-bottom:0
}
.card-subtitle{
    margin-top:-5px
}
.card-link:hover{
    text-decoration:none
}
.card-link+.card-link{
    margin-left:20px
}
.card-header{
    padding:10px 20px;
    border-bottom:0 solid #fff
}
.card-header:first-child{
    border-radius:.25rem .25rem 0 0
}
.card-header+.list-group .list-group-item:first-child{
    border-top:0
}
.card-footer{
    border-top:0 solid #fff
}
.card-footer:last-child{
    border-radius:0 0 .25rem .25rem
}
.card-header-tabs{
    margin-bottom:-10px;
    border-bottom:0
}
.card-img-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1.25rem
}
.card-img,.card-img-bottom,.card-img-top{
    flex-shrink:0;
    width:100%
}
.card-img,.card-img-top{
    border-top-left-radius:.25rem;
    border-top-right-radius:.25rem
}
.card-img,.card-img-bottom{
    border-bottom-right-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.card-deck .card{
    margin-bottom:15px
}
@media (min-width:576px){
    .card-deck{
        display:flex;
        flex-flow:row wrap;
        margin-right:-15px;
        margin-left:-15px
    }
    .card-deck .card{
        flex:1 0 0%;
        margin-right:15px;
        margin-bottom:0;
        margin-left:15px
    }
}
.card-group>.card{
    margin-bottom:15px
}
@media (min-width:576px){
    .card-group{
        display:flex;
        flex-flow:row wrap
    }
    .card-group>.card{
        flex:1 0 0%;
        margin-bottom:0
    }
    .card-group>.card+.card{
        margin-left:0;
        border-left:0
    }
    .card-group>.card:not(:last-child){
        border-top-right-radius:0;
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{
        border-top-right-radius:0
    }
    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{
        border-bottom-right-radius:0
    }
    .card-group>.card:not(:first-child){
        border-top-left-radius:0;
        border-bottom-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{
        border-top-left-radius:0
    }
    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{
        border-bottom-left-radius:0
    }
    .card-columns{
        column-count:3;
        column-gap:1.25rem;
        orphans:1;
        widows:1
    }
    .card-columns .card{
        display:inline-block;
        width:100%
    }
}
.card-columns .card,.section-title-small h1,.section-title-small h2,.section-title-small h3,.section-title-small h4,.section-title-small h5,.section-title-small h6{
    margin-bottom:10px
}
.breadcrumb,.breadcrumb-item{
    display:flex
}
.accordion>.card:not(:last-of-type){
    border-bottom:0;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.accordion>.card:not(:first-of-type){
    border-top-left-radius:0;
    border-top-right-radius:0
}
.accordion>.card>.card-header{
    border-radius:0;
    margin-bottom:0
}
.breadcrumb{
    flex-wrap:wrap;
    padding:0;
    list-style:none;
    border-radius:0
}
.breadcrumb-item+.breadcrumb-item{
    padding-left:5px
}
.breadcrumb-item+.breadcrumb-item::before{
    display:inline-block;
    padding-right:5px;
    color:#6c757d;
    content:""
}
.breadcrumb-item+.breadcrumb-item:hover::before{
    text-decoration:none
}
.breadcrumb-item.active{
    color:#6c757d
}
.pagination{
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.25rem
}
.page-link{
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#007bff;
    background-color:#fff;
    border:1px solid #dee2e6
}
.page-link:hover{
    z-index:2;
    color:#0056b3;
    text-decoration:none;
    background-color:#e9ecef;
    border-color:#dee2e6
}
.page-link:focus{
    z-index:3;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-item:last-child .page-link{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
.page-item.active .page-link{
    z-index:3;
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.page-item.disabled .page-link{
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}
.pagination-lg .page-link{
    padding:.75rem 1.5rem;
    font-size:1.25rem;
    line-height:1.5
}
.pagination-lg .page-item:first-child .page-link{
    border-top-left-radius:.3rem;
    border-bottom-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link{
    border-top-right-radius:.3rem;
    border-bottom-right-radius:.3rem
}
.pagination-sm .page-link{
    padding:.25rem .5rem;
    font-size:.875rem;
    line-height:1.5
}
.badge,.close{
    font-weight:700;
    line-height:1
}
.pagination-sm .page-item:first-child .page-link{
    border-top-left-radius:.2rem;
    border-bottom-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link{
    border-top-right-radius:.2rem;
    border-bottom-right-radius:.2rem
}
.badge,.list-group,.progress{
    border-radius:.25rem
}
.badge{
    display:inline-block;
    padding:.25em .4em;
    font-size:75%;
    text-align:center;
    vertical-align:baseline;
    transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .badge{
        transition:none
    }
}
a.badge:focus,a.badge:hover{
    text-decoration:none
}
.badge:empty{
    display:none
}
.btn .badge{
    top:-1px
}
.badge-pill{
    padding-right:.6em;
    padding-left:.6em;
    border-radius:10rem
}
.badge-primary{
    color:#fff;
    background-color:#007bff
}
a.badge-primary:focus,a.badge-primary:hover{
    color:#fff;
    background-color:#0062cc
}
a.badge-primary.focus,a.badge-primary:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
}
.badge-secondary{
    color:#fff;
    background-color:#6c757d
}
a.badge-secondary:focus,a.badge-secondary:hover{
    color:#fff;
    background-color:#545b62
}
a.badge-secondary.focus,a.badge-secondary:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(108,117,125,.5)
}
.badge-success{
    color:#fff;
    background-color:#28a745
}
a.badge-success:focus,a.badge-success:hover{
    color:#fff;
    background-color:#1e7e34
}
a.badge-success.focus,a.badge-success:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(40,167,69,.5)
}
.badge-info{
    color:#fff;
    background-color:#17a2b8
}
a.badge-info:focus,a.badge-info:hover{
    color:#fff;
    background-color:#117a8b
}
a.badge-info.focus,a.badge-info:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(23,162,184,.5)
}
.badge-warning{
    color:#212529;
    background-color:#ffc107
}
a.badge-warning:focus,a.badge-warning:hover{
    color:#212529;
    background-color:#d39e00
}
a.badge-warning.focus,a.badge-warning:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(255,193,7,.5)
}
.badge-danger{
    color:#fff;
    background-color:#dc3545
}
a.badge-danger:focus,a.badge-danger:hover{
    color:#fff;
    background-color:#bd2130
}
a.badge-danger.focus,a.badge-danger:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.5)
}
.badge-light{
    color:#212529;
    background-color:#f8f9fa
}
a.badge-light:focus,a.badge-light:hover{
    color:#212529;
    background-color:#dae0e5
}
a.badge-light.focus,a.badge-light:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(248,249,250,.5)
}
.badge-dark{
    color:#fff;
    background-color:#343a40
}
a.badge-dark:focus,a.badge-dark:hover{
    color:#fff;
    background-color:#1d2124
}
a.badge-dark.focus,a.badge-dark:focus{
    outline:0;
    box-shadow:0 0 0 .2rem rgba(52,58,64,.5)
}
.jumbotron{
    padding:2rem 1rem;
    margin-bottom:2rem;
    background-color:#e9ecef;
    border-radius:.3rem
}
@media (min-width:576px){
    .jumbotron{
        padding:4rem 2rem
    }
}
.jumbotron-fluid{
    padding-right:0;
    padding-left:0;
    border-radius:0
}
.alert{
    padding:.75rem 1.25rem;
    margin-bottom:1rem;
    border:1px solid transparent;
    border-radius:.25rem
}
.alert-heading{
    color:inherit
}
.alert-link{
    font-weight:700
}
.alert-dismissible{
    padding-right:4rem
}
.alert-dismissible .close{
    position:absolute;
    top:0;
    right:0;
    padding:.75rem 1.25rem;
    color:inherit
}
.alert-primary{
    color:#105094;
    background-color:#cce5ff;
    border-color:#b8daff
}
.alert-primary hr{
    border-top-color:#9fcdff
}
.alert-primary .alert-link{
    color:#0b3766
}
.alert-secondary{
    color:#484d51;
    background-color:#e2e3e5;
    border-color:#d6d8db
}
.alert-secondary hr{
    border-top-color:#c8cbcf
}
.alert-secondary .alert-link{
    color:#303336
}
.alert-success{
    color:#256734;
    background-color:#d4edda;
    border-color:#c3e6cb
}
.alert-success hr{
    border-top-color:#b1dfbb
}
.alert-success .alert-link{
    color:#184121
}
.alert-info{
    color:#1c6470;
    background-color:#d1ecf1;
    border-color:#bee5eb
}
.alert-info hr{
    border-top-color:#abdde5
}
.alert-info .alert-link{
    color:#124047
}
.alert-warning{
    color:#947413;
    background-color:#fff3cd;
    border-color:#ffeeba
}
.alert-warning hr{
    border-top-color:#ffe8a1
}
.alert-warning .alert-link{
    color:#67510d
}
.alert-danger{
    color:#822b34;
    background-color:#f8d7da;
    border-color:#f5c6cb
}
.alert-danger hr{
    border-top-color:#f1b0b7
}
.alert-danger .alert-link{
    color:#5c1e25
}
.alert-light{
    color:#919192;
    background-color:#fefefe;
    border-color:#fdfdfe
}
.alert-light hr{
    border-top-color:#ececf6
}
.alert-light .alert-link{
    color:#777779
}
.alert-dark{
    color:#2b2e31;
    background-color:#d6d8d9;
    border-color:#c6c8ca
}
.alert-dark hr{
    border-top-color:#b9bbbe
}
.alert-dark .alert-link{
    color:#131516
}
@keyframes progress-bar-stripes{
    from{
        background-position:1rem 0
    }
    to{
        background-position:0 0
    }
}
.progress{
    display:flex;
    height:1rem;
    line-height:0;
    font-size:.75rem;
    background-color:#e9ecef
}
.progress-bar{
    display:flex;
    justify-content:center;
    color:#fff;
    text-align:center;
    background-color:#007bff;
    transition:width .6s ease
}
.progress-bar-striped{
    background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size:1rem 1rem
}
.progress-bar-animated{
    animation:progress-bar-stripes 1s linear infinite
}
@media (prefers-reduced-motion:reduce){
    .progress-bar{
        transition:none
    }
    .progress-bar-animated{
        animation:none
    }
}
.media{
    display:flex;
    align-items:flex-start
}
.media-body{
    flex:1
}
.list-group{
    display:flex;
    flex-direction:column;
    padding-left:0;
    margin-bottom:0
}
.list-group-item-action{
    width:100%;
    color:#495057;
    text-align:inherit
}
.list-group-item-action:focus,.list-group-item-action:hover{
    z-index:1;
    color:#495057;
    text-decoration:none;
    background-color:#f8f9fa
}
.list-group-item-action:active{
    color:#212529;
    background-color:#e9ecef
}
.list-group-item{
    position:relative;
    display:block;
    padding:.75rem 1.25rem;
    background-color:#fff;
    border:1px solid rgba(33,33,33,.125)
}
.list-group-item:first-child{
    border-top-left-radius:inherit;
    border-top-right-radius:inherit
}
.list-group-item:last-child{
    border-bottom-right-radius:inherit;
    border-bottom-left-radius:inherit
}
.list-group-item.disabled,.list-group-item:disabled{
    color:#6c757d;
    pointer-events:none;
    background-color:#fff
}
.list-group-item.active{
    z-index:2;
    color:#fff;
    background-color:#007bff;
    border-color:#007bff
}
.list-group-item+.list-group-item{
    border-top-width:0
}
.list-group-item+.list-group-item.active{
    margin-top:-1px;
    border-top-width:1px
}
.list-group-horizontal>.list-group-item:first-child{
    border-bottom-left-radius:.25rem;
    border-top-right-radius:0
}
.list-group-horizontal>.list-group-item:last-child{
    border-top-right-radius:.25rem;
    border-bottom-left-radius:0
}
.list-group-horizontal>.list-group-item.active{
    margin-top:0
}
.list-group-horizontal>.list-group-item+.list-group-item{
    border-top-width:1px;
    border-left-width:0
}
.list-group-horizontal>.list-group-item+.list-group-item.active{
    margin-left:-1px;
    border-left-width:1px
}
@media (min-width:576px){
    .list-group-horizontal-sm{
        flex-direction:row
    }
    .list-group-horizontal-sm>.list-group-item:first-child{
        border-bottom-left-radius:.25rem;
        border-top-right-radius:0
    }
    .list-group-horizontal-sm>.list-group-item:last-child{
        border-top-right-radius:.25rem;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-sm>.list-group-item.active{
        margin-top:0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media (min-width:768px){
    .list-group-horizontal-md{
        flex-direction:row
    }
    .list-group-horizontal-md>.list-group-item:first-child{
        border-bottom-left-radius:.25rem;
        border-top-right-radius:0
    }
    .list-group-horizontal-md>.list-group-item:last-child{
        border-top-right-radius:.25rem;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-md>.list-group-item.active{
        margin-top:0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media (min-width:992px){
    .list-group-horizontal-lg{
        flex-direction:row
    }
    .list-group-horizontal-lg>.list-group-item:first-child{
        border-bottom-left-radius:.25rem;
        border-top-right-radius:0
    }
    .list-group-horizontal-lg>.list-group-item:last-child{
        border-top-right-radius:.25rem;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-lg>.list-group-item.active{
        margin-top:0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active{
        margin-left:-1px;
        border-left-width:1px
    }
}
@media (min-width:1200px){
    .list-group-horizontal-xl{
        flex-direction:row
    }
    .list-group-horizontal-xl>.list-group-item:first-child{
        border-bottom-left-radius:.25rem;
        border-top-right-radius:0
    }
    .list-group-horizontal-xl>.list-group-item:last-child{
        border-top-right-radius:.25rem;
        border-bottom-left-radius:0
    }
    .list-group-horizontal-xl>.list-group-item.active{
        margin-top:0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item{
        border-top-width:1px;
        border-left-width:0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active{
        margin-left:-1px;
        border-left-width:1px
    }
}
.list-group-flush{
    border-radius:0
}
.list-group-flush>.list-group-item{
    border-width:0 0 1px
}
.list-group-flush>.list-group-item:last-child{
    border-bottom-width:0
}
.list-group-item-primary{
    color:#105094;
    background-color:#b8daff
}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{
    color:#105094;
    background-color:#9fcdff
}
.list-group-item-primary.list-group-item-action.active{
    color:#fff;
    background-color:#105094;
    border-color:#105094
}
.list-group-item-secondary{
    color:#484d51;
    background-color:#d6d8db
}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{
    color:#484d51;
    background-color:#c8cbcf
}
.list-group-item-secondary.list-group-item-action.active{
    color:#fff;
    background-color:#484d51;
    border-color:#484d51
}
.list-group-item-success{
    color:#256734;
    background-color:#c3e6cb
}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{
    color:#256734;
    background-color:#b1dfbb
}
.list-group-item-success.list-group-item-action.active{
    color:#fff;
    background-color:#256734;
    border-color:#256734
}
.list-group-item-info{
    color:#1c6470;
    background-color:#bee5eb
}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{
    color:#1c6470;
    background-color:#abdde5
}
.list-group-item-info.list-group-item-action.active{
    color:#fff;
    background-color:#1c6470;
    border-color:#1c6470
}
.list-group-item-warning{
    color:#947413
}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{
    color:#947413;
    background-color:#ffe8a1
}
.list-group-item-warning.list-group-item-action.active{
    color:#fff;
    background-color:#947413;
    border-color:#947413
}
.list-group-item-danger{
    color:#822b34;
    background-color:#f5c6cb
}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{
    color:#822b34;
    background-color:#f1b0b7
}
.list-group-item-danger.list-group-item-action.active{
    color:#fff;
    background-color:#822b34;
    border-color:#822b34
}
.list-group-item-light{
    color:#919192;
    background-color:#fdfdfe
}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{
    color:#919192;
    background-color:#ececf6
}
.list-group-item-light.list-group-item-action.active{
    color:#fff;
    background-color:#919192;
    border-color:#919192
}
.list-group-item-dark{
    color:#2b2e31;
    background-color:#c6c8ca
}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{
    color:#2b2e31;
    background-color:#b9bbbe
}
.list-group-item-dark.list-group-item-action.active{
    color:#fff;
    background-color:#2b2e31;
    border-color:#2b2e31
}
.close{
    float:right;
    color:#212121;
    text-shadow:0 1px 0 #fff;
    opacity:.5
}
.popover,.toast,.tooltip{
    font-size:.875rem
}
.popover,.text-hide,.tooltip{
    text-shadow:none
}
.close:hover{
    color:#212121;
    text-decoration:none
}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{
    opacity:.75
}
button.close{
    padding:0;
    background-color:transparent;
    border:0
}
.toast,.toast-header{
    background-color:rgba(255,255,255,.85);
    background-clip:padding-box
}
a.close.disabled{
    pointer-events:none
}
.toast{
    max-width:350px;
    border:1px solid rgba(0,0,0,.1);
    box-shadow:0 .25rem .75rem rgba(33,33,33,.1);
    backdrop-filter:blur(10px);
    opacity:0;
    border-radius:.25rem
}
.toast:not(:last-child){
    margin-bottom:.75rem
}
.toast.showing{
    opacity:1
}
.toast.show{
    display:block;
    opacity:1
}
.modal,.toast.hide{
    display:none
}
.toast-header{
    display:flex;
    align-items:center;
    padding:.25rem .75rem;
    color:#6c757d;
    border-bottom:1px solid rgba(0,0,0,.05)
}
.toast-body{
    padding:.75rem
}
.modal-open .modal{
    overflow-x:hidden;
    overflow-y:auto
}
.modal{
    position:fixed;
    top:0;
    left:0;
    z-index:1050;
    width:100%;
    height:100%;
    overflow:hidden;
    outline:0
}
.modal-dialog{
    position:relative;
    width:auto;
    margin:.5rem;
    pointer-events:none
}
.modal.fade .modal-dialog{
    transition:transform .3s ease-out;
    transform:translate(0,-50px)
}
@media (prefers-reduced-motion:reduce){
    .modal.fade .modal-dialog{
        transition:none
    }
}
.modal.show .modal-dialog{
    transform:none
}
.modal.modal-static .modal-dialog{
    transform:scale(1.02)
}
.modal-dialog-scrollable{
    display:flex;
    max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content{
    max-height:calc(100vh - 1rem);
    overflow:hidden
}
.modal-dialog-scrollable .modal-body,body,html{
    overflow-y:auto
}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{
    flex-shrink:0
}
.modal-dialog-centered{
    display:flex;
    align-items:center;
    min-height:calc(100% - 1rem)
}
.modal-dialog-centered::before{
    display:block;
    height:calc(100vh - 1rem);
    height:min-content;
    content:""
}
.modal-dialog-centered.modal-dialog-scrollable{
    flex-direction:column;
    justify-content:center;
    height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{
    max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable::before{
    content:none
}
.modal-content{
    position:relative;
    display:flex;
    flex-direction:column;
    width:100%;
    pointer-events:auto;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(33,33,33,.2);
    border-radius:.3rem;
    outline:0
}
.modal-header,.popover-header{
    border-top-left-radius:calc(.3rem - 1px)
}
.modal-backdrop{
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color:#212121
}
.modal-backdrop.fade{
    opacity:0
}
.modal-backdrop.show{
    opacity:.5
}
.modal-header{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    padding:1rem;
    border-bottom:1px solid #dee2e6;
    border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close{
    padding:1rem;
    margin:-1rem -1rem -1rem auto
}
.modal-title{
    margin-bottom:0;
    line-height:1.5
}
.modal-body{
    position:relative;
    flex:1 1 auto;
    padding:1rem
}
.modal-footer{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:flex-end;
    padding:.75rem;
    border-top:1px solid #dee2e6;
    border-bottom-right-radius:calc(.3rem - 1px);
    border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>*{
    margin:.25rem
}
.modal-scrollbar-measure{
    position:absolute;
    top:-9999px;
    width:50px;
    height:50px;
    overflow:scroll
}
@media (min-width:576px){
    .modal-dialog{
        max-width:500px;
        margin:1.75rem auto
    }
    .modal-dialog-scrollable{
        max-height:calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content{
        max-height:calc(100vh - 3.5rem)
    }
    .modal-dialog-centered{
        min-height:calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before{
        height:calc(100vh - 3.5rem);
        height:min-content
    }
    .modal-sm{
        max-width:300px
    }
}
@media (min-width:992px){
    .modal-lg,.modal-xl{
        max-width:800px
    }
}
@media (min-width:1200px){
    .modal-xl{
        max-width:1140px
    }
}
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    line-break:auto;
    word-wrap:break-word;
    opacity:0
}
.tooltip.show{
    opacity:1
}
.tooltip .arrow{
    position:absolute;
    display:block;
    width:16px;
    height:8px
}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-left .arrow,.bs-tooltip-right .arrow{
    width:8px;
    height:16px
}
.tooltip .arrow::before{
    position:absolute;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{
    padding:8px 0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{
    top:0;
    border-width:8px 8px 0;
    border-top-color:#fff
}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{
    padding:0 8px
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{
    right:0;
    border-width:8px 8px 8px 0;
    border-right-color:#fff
}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{
    padding:8px 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{
    bottom:0;
    border-width:0 8px 8px;
    border-bottom-color:#fff
}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{
    padding:0 8px
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{
    left:0;
    border-width:8px 0 8px 8px;
    border-left-color:#fff
}
.tooltip-inner{
    max-width:180px;
    padding:10px;
    color:#212121;
    text-align:center;
    background-color:#fff;
    border-radius:10px
}
.popover{
    position:absolute;
    top:0;
    left:0;
    z-index:1060;
    display:block;
    max-width:276px;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    line-break:auto;
    word-wrap:break-word;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid rgba(33,33,33,.2);
    border-radius:.3rem
}
.popover .arrow{
    position:absolute;
    display:block;
    width:1rem;
    height:.5rem;
    margin:0 .3rem
}
.popover .arrow::after,.popover .arrow::before{
    position:absolute;
    display:block;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-popover-auto[x-placement^=top],.bs-popover-top{
    margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{
    bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{
    bottom:0;
    border-width:.5rem .5rem 0;
    border-top-color:rgba(33,33,33,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{
    bottom:1px;
    border-width:.5rem .5rem 0;
    border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],.bs-popover-right{
    margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{
    left:calc(-.5rem - 1px);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{
    left:0;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:rgba(33,33,33,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{
    left:1px;
    border-width:.5rem .5rem .5rem 0;
    border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{
    margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{
    top:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{
    top:0;
    border-width:0 .5rem .5rem;
    border-bottom-color:rgba(33,33,33,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{
    top:1px;
    border-width:0 .5rem .5rem;
    border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{
    position:absolute;
    top:0;
    left:50%;
    display:block;
    width:1rem;
    margin-left:-.5rem;
    content:"";
    border-bottom:1px solid #f7f7f7
}
.carousel,.carousel-inner,.carousel-item{
    position:relative
}
.bs-popover-auto[x-placement^=left],.bs-popover-left{
    margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{
    right:calc(-.5rem - 1px);
    width:.5rem;
    height:1rem;
    margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{
    right:0;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:rgba(33,33,33,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{
    right:1px;
    border-width:.5rem 0 .5rem .5rem;
    border-left-color:#fff
}
.popover-header{
    padding:.5rem .75rem;
    margin-bottom:0;
    font-size:1rem;
    background-color:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    border-top-right-radius:calc(.3rem - 1px)
}
.spinner-border,.spinner-grow{
    vertical-align:text-bottom;
    border-radius:50%
}
.popover-header:empty{
    display:none
}
.popover-body{
    padding:.5rem .75rem;
    color:#212529
}
.carousel.pointer-event{
    touch-action:pan-y
}
.carousel-inner{
    width:100%;
    overflow:hidden
}
.carousel-inner::after{
    display:block;
    clear:both;
    content:""
}
.carousel-item{
    display:none;
    float:left;
    width:100%;
    margin-right:-100%;
    backface-visibility:hidden;
    transition:transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce){
    .carousel-item{
        transition:none
    }
}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{
    display:block
}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){
    transform:translateX(100%)
}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){
    transform:translateX(-100%)
}
.carousel-fade .carousel-item{
    opacity:0;
    transition-property:opacity;
    transform:none
}
.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{
    z-index:1;
    opacity:1
}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{
    z-index:0;
    opacity:0;
    transition:opacity 0s .6s
}
@media (prefers-reduced-motion:reduce){
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{
        transition:none
    }
}
.carousel-control-next,.carousel-control-prev{
    top:0;
    bottom:0;
    z-index:1;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    transition:opacity .15s ease
}
@media (prefers-reduced-motion:reduce){
    .carousel-control-next,.carousel-control-prev{
        transition:none
    }
}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{
    color:#fff;
    text-decoration:none;
    outline:0;
    opacity:.9
}
.carousel-control-prev{
    left:0
}
.carousel-control-next{
    right:0
}
.carousel-control-next-icon,.carousel-control-prev-icon{
    display:inline-block;
    width:20px;
    height:20px;
    background:50%/100% 100% no-repeat
}
.carousel-indicators{
    right:0;
    bottom:0;
    left:0;
    z-index:8;
    justify-content:center;
    padding-left:0;
    margin-right:15%;
    margin-left:15%;
    list-style:none
}
.carousel-indicators li{
    flex:0 1 auto;
    text-indent:-999px;
    background-color:#fff;
    background-clip:padding-box;
    transition:opacity .6s ease
}
@media (prefers-reduced-motion:reduce){
    .carousel-indicators li{
        transition:none
    }
}
.carousel-indicators .active{
    opacity:1
}
.carousel-caption{
    position:absolute;
    right:15%;
    bottom:20px;
    left:15%;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-align:center
}
@keyframes spinner-border{
    to{
        transform:rotate(360deg)
    }
}
.spinner-border{
    display:inline-block;
    animation:spinner-border .75s linear infinite
}
.spinner-border-sm{
    width:1rem;
    height:1rem;
    border-width:.2em
}
@keyframes spinner-grow{
    0%{
        transform:scale(0)
    }
    50%{
        opacity:1;
        transform:none
    }
}
.spinner-grow{
    display:inline-block;
    width:2rem;
    height:2rem;
    background-color:currentColor;
    opacity:0;
    animation:spinner-grow .75s linear infinite
}
.spinner-grow-sm{
    width:1rem;
    height:1rem
}
.align-baseline{
    vertical-align:baseline!important
}
.align-top{
    vertical-align:top!important
}
.align-middle{
    vertical-align:middle!important
}
.align-bottom{
    vertical-align:bottom!important
}
.align-text-bottom{
    vertical-align:text-bottom!important
}
.align-text-top{
    vertical-align:text-top!important
}
.bg-primary{
    background-color:#007bff!important
}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{
    background-color:#0062cc!important
}
.bg-secondary{
    background-color:#6c757d!important
}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{
    background-color:#545b62!important
}
.bg-success{
    background-color:#28a745!important
}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{
    background-color:#1e7e34!important
}
.bg-info{
    background-color:#17a2b8!important
}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{
    background-color:#117a8b!important
}
.bg-warning{
    background-color:#ffc107!important
}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{
    background-color:#d39e00!important
}
.bg-danger{
    background-color:#dc3545!important
}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{
    background-color:#bd2130!important
}
.bg-light{
    background-color:#f8f9fa!important
}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{
    background-color:#dae0e5!important
}
.bg-dark{
    background-color:#343a40!important
}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{
    background-color:#1d2124!important
}
.bg-white{
    background-color:#fff!important
}
.bg-transparent{
    background-color:transparent!important
}
.border{
    border:1px solid #dee2e6!important
}
.border-top{
    border-top:1px solid #dee2e6!important
}
.border-right{
    border-right:1px solid #dee2e6!important
}
.border-bottom{
    border-bottom:1px solid #dee2e6!important
}
.border-left{
    border-left:1px solid #dee2e6!important
}
.border-0{
    border:0!important
}
.border-top-0{
    border-top:0!important
}
.border-right-0{
    border-right:0!important
}
.border-bottom-0{
    border-bottom:0!important
}
.border-left-0{
    border-left:0!important
}
.border-primary{
    border-color:#007bff!important
}
.border-secondary{
    border-color:#6c757d!important
}
.border-success{
    border-color:#28a745!important
}
.border-info{
    border-color:#17a2b8!important
}
.border-warning{
    border-color:#ffc107!important
}
.border-danger{
    border-color:#dc3545!important
}
.border-light{
    border-color:#f8f9fa!important
}
.border-dark{
    border-color:#343a40!important
}
.border-white{
    border-color:#fff!important
}
.rounded-sm{
    border-radius:.2rem!important
}
.rounded-right,.rounded-top{
    border-top-right-radius:.25rem!important
}
.rounded-bottom,.rounded-right{
    border-bottom-right-radius:.25rem!important
}
.rounded-left,.rounded-top{
    border-top-left-radius:.25rem!important
}
.rounded-bottom,.rounded-left{
    border-bottom-left-radius:.25rem!important
}
.rounded{
    border-radius:.25rem!important
}
.rounded-lg{
    border-radius:.3rem!important
}
.rounded-circle{
    border-radius:50%!important
}
.rounded-pill{
    border-radius:50rem!important
}
.rounded-0{
    border-radius:0!important
}
.clearfix::after{
    display:block;
    clear:both;
    content:""
}
.d-none{
    display:none!important
}
.d-inline{
    display:inline!important
}
.d-inline-block{
    display:inline-block!important
}
.d-block{
    display:block!important
}
.d-table{
    display:table!important
}
.d-table-row{
    display:table-row!important
}
.d-table-cell{
    display:table-cell!important
}
.d-flex{
    display:flex!important
}
.d-inline-flex{
    display:inline-flex!important
}
@media (min-width:576px){
    .d-sm-none{
        display:none!important
    }
    .d-sm-inline{
        display:inline!important
    }
    .d-sm-inline-block{
        display:inline-block!important
    }
    .d-sm-block{
        display:block!important
    }
    .d-sm-table{
        display:table!important
    }
    .d-sm-table-row{
        display:table-row!important
    }
    .d-sm-table-cell{
        display:table-cell!important
    }
    .d-sm-flex{
        display:flex!important
    }
    .d-sm-inline-flex{
        display:inline-flex!important
    }
}
@media (min-width:768px){
    .d-md-none{
        display:none!important
    }
    .d-md-inline{
        display:inline!important
    }
    .d-md-inline-block{
        display:inline-block!important
    }
    .d-md-block{
        display:block!important
    }
    .d-md-table{
        display:table!important
    }
    .d-md-table-row{
        display:table-row!important
    }
    .d-md-table-cell{
        display:table-cell!important
    }
    .d-md-flex{
        display:flex!important
    }
    .d-md-inline-flex{
        display:inline-flex!important
    }
}
@media (min-width:992px){
    .d-lg-none{
        display:none!important
    }
    .d-lg-inline{
        display:inline!important
    }
    .d-lg-inline-block{
        display:inline-block!important
    }
    .d-lg-block{
        display:block!important
    }
    .d-lg-table{
        display:table!important
    }
    .d-lg-table-row{
        display:table-row!important
    }
    .d-lg-table-cell{
        display:table-cell!important
    }
    .d-lg-flex{
        display:flex!important
    }
    .d-lg-inline-flex{
        display:inline-flex!important
    }
}
@media (min-width:1200px){
    .d-xl-none{
        display:none!important
    }
    .d-xl-inline{
        display:inline!important
    }
    .d-xl-inline-block{
        display:inline-block!important
    }
    .d-xl-block{
        display:block!important
    }
    .d-xl-table{
        display:table!important
    }
    .d-xl-table-row{
        display:table-row!important
    }
    .d-xl-table-cell{
        display:table-cell!important
    }
    .d-xl-flex{
        display:flex!important
    }
    .d-xl-inline-flex{
        display:inline-flex!important
    }
}
@media print{
    .d-print-none{
        display:none!important
    }
    .d-print-inline{
        display:inline!important
    }
    .d-print-inline-block{
        display:inline-block!important
    }
    .d-print-block{
        display:block!important
    }
    .d-print-table{
        display:table!important
    }
    .d-print-table-row{
        display:table-row!important
    }
    .d-print-table-cell{
        display:table-cell!important
    }
    .d-print-flex{
        display:flex!important
    }
    .d-print-inline-flex{
        display:inline-flex!important
    }
}
.embed-responsive{
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden
}
.embed-responsive::before{
    display:block;
    content:""
}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.embed-responsive-21by9::before{
    padding-top:42.85714%
}
.embed-responsive-16by9::before{
    padding-top:56.25%
}
.embed-responsive-4by3::before{
    padding-top:75%
}
.embed-responsive-1by1::before{
    padding-top:100%
}
.flex-row{
    flex-direction:row!important
}
.flex-column{
    flex-direction:column!important
}
.flex-row-reverse{
    flex-direction:row-reverse!important
}
.flex-column-reverse{
    flex-direction:column-reverse!important
}
.flex-wrap{
    flex-wrap:wrap!important
}
.flex-nowrap{
    flex-wrap:nowrap!important
}
.flex-wrap-reverse{
    flex-wrap:wrap-reverse!important
}
.flex-fill{
    flex:1 1 auto!important
}
.flex-grow-0{
    flex-grow:0!important
}
.flex-grow-1{
    flex-grow:1!important
}
.flex-shrink-0{
    flex-shrink:0!important
}
.flex-shrink-1{
    flex-shrink:1!important
}
.justify-content-start{
    justify-content:flex-start!important
}
.justify-content-end{
    justify-content:flex-end!important
}
.justify-content-center{
    justify-content:center!important
}
.justify-content-between{
    justify-content:space-between!important
}
.justify-content-around{
    justify-content:space-around!important
}
.align-items-start{
    align-items:flex-start!important
}
.align-items-end{
    align-items:flex-end!important
}
.align-items-center{
    align-items:center!important
}
.align-items-baseline{
    align-items:baseline!important
}
.align-items-stretch{
    align-items:stretch!important
}
.align-content-start{
    align-content:flex-start!important
}
.align-content-end{
    align-content:flex-end!important
}
.align-content-center{
    align-content:center!important
}
.align-content-between{
    align-content:space-between!important
}
.align-content-around{
    align-content:space-around!important
}
.align-content-stretch{
    align-content:stretch!important
}
.align-self-auto{
    align-self:auto!important
}
.align-self-start{
    align-self:flex-start!important
}
.align-self-end{
    align-self:flex-end!important
}
.align-self-center{
    align-self:center!important
}
.align-self-baseline{
    align-self:baseline!important
}
.align-self-stretch{
    align-self:stretch!important
}
@media (min-width:576px){
    .flex-sm-row{
        flex-direction:row!important
    }
    .flex-sm-column{
        flex-direction:column!important
    }
    .flex-sm-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-sm-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-sm-wrap{
        flex-wrap:wrap!important
    }
    .flex-sm-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-sm-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-sm-fill{
        flex:1 1 auto!important
    }
    .flex-sm-grow-0{
        flex-grow:0!important
    }
    .flex-sm-grow-1{
        flex-grow:1!important
    }
    .flex-sm-shrink-0{
        flex-shrink:0!important
    }
    .flex-sm-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-sm-start{
        justify-content:flex-start!important
    }
    .justify-content-sm-end{
        justify-content:flex-end!important
    }
    .justify-content-sm-center{
        justify-content:center!important
    }
    .justify-content-sm-between{
        justify-content:space-between!important
    }
    .justify-content-sm-around{
        justify-content:space-around!important
    }
    .align-items-sm-start{
        align-items:flex-start!important
    }
    .align-items-sm-end{
        align-items:flex-end!important
    }
    .align-items-sm-center{
        align-items:center!important
    }
    .align-items-sm-baseline{
        align-items:baseline!important
    }
    .align-items-sm-stretch{
        align-items:stretch!important
    }
    .align-content-sm-start{
        align-content:flex-start!important
    }
    .align-content-sm-end{
        align-content:flex-end!important
    }
    .align-content-sm-center{
        align-content:center!important
    }
    .align-content-sm-between{
        align-content:space-between!important
    }
    .align-content-sm-around{
        align-content:space-around!important
    }
    .align-content-sm-stretch{
        align-content:stretch!important
    }
    .align-self-sm-auto{
        align-self:auto!important
    }
    .align-self-sm-start{
        align-self:flex-start!important
    }
    .align-self-sm-end{
        align-self:flex-end!important
    }
    .align-self-sm-center{
        align-self:center!important
    }
    .align-self-sm-baseline{
        align-self:baseline!important
    }
    .align-self-sm-stretch{
        align-self:stretch!important
    }
}
@media (min-width:768px){
    .flex-md-row{
        flex-direction:row!important
    }
    .flex-md-column{
        flex-direction:column!important
    }
    .flex-md-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-md-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-md-wrap{
        flex-wrap:wrap!important
    }
    .flex-md-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-md-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-md-fill{
        flex:1 1 auto!important
    }
    .flex-md-grow-0{
        flex-grow:0!important
    }
    .flex-md-grow-1{
        flex-grow:1!important
    }
    .flex-md-shrink-0{
        flex-shrink:0!important
    }
    .flex-md-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-md-start{
        justify-content:flex-start!important
    }
    .justify-content-md-end{
        justify-content:flex-end!important
    }
    .justify-content-md-center{
        justify-content:center!important
    }
    .justify-content-md-between{
        justify-content:space-between!important
    }
    .justify-content-md-around{
        justify-content:space-around!important
    }
    .align-items-md-start{
        align-items:flex-start!important
    }
    .align-items-md-end{
        align-items:flex-end!important
    }
    .align-items-md-center{
        align-items:center!important
    }
    .align-items-md-baseline{
        align-items:baseline!important
    }
    .align-items-md-stretch{
        align-items:stretch!important
    }
    .align-content-md-start{
        align-content:flex-start!important
    }
    .align-content-md-end{
        align-content:flex-end!important
    }
    .align-content-md-center{
        align-content:center!important
    }
    .align-content-md-between{
        align-content:space-between!important
    }
    .align-content-md-around{
        align-content:space-around!important
    }
    .align-content-md-stretch{
        align-content:stretch!important
    }
    .align-self-md-auto{
        align-self:auto!important
    }
    .align-self-md-start{
        align-self:flex-start!important
    }
    .align-self-md-end{
        align-self:flex-end!important
    }
    .align-self-md-center{
        align-self:center!important
    }
    .align-self-md-baseline{
        align-self:baseline!important
    }
    .align-self-md-stretch{
        align-self:stretch!important
    }
}
@media (min-width:992px){
    .flex-lg-row{
        flex-direction:row!important
    }
    .flex-lg-column{
        flex-direction:column!important
    }
    .flex-lg-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-lg-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-lg-wrap{
        flex-wrap:wrap!important
    }
    .flex-lg-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-lg-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-lg-fill{
        flex:1 1 auto!important
    }
    .flex-lg-grow-0{
        flex-grow:0!important
    }
    .flex-lg-grow-1{
        flex-grow:1!important
    }
    .flex-lg-shrink-0{
        flex-shrink:0!important
    }
    .flex-lg-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-lg-start{
        justify-content:flex-start!important
    }
    .justify-content-lg-end{
        justify-content:flex-end!important
    }
    .justify-content-lg-center{
        justify-content:center!important
    }
    .justify-content-lg-between{
        justify-content:space-between!important
    }
    .justify-content-lg-around{
        justify-content:space-around!important
    }
    .align-items-lg-start{
        align-items:flex-start!important
    }
    .align-items-lg-end{
        align-items:flex-end!important
    }
    .align-items-lg-center{
        align-items:center!important
    }
    .align-items-lg-baseline{
        align-items:baseline!important
    }
    .align-items-lg-stretch{
        align-items:stretch!important
    }
    .align-content-lg-start{
        align-content:flex-start!important
    }
    .align-content-lg-end{
        align-content:flex-end!important
    }
    .align-content-lg-center{
        align-content:center!important
    }
    .align-content-lg-between{
        align-content:space-between!important
    }
    .align-content-lg-around{
        align-content:space-around!important
    }
    .align-content-lg-stretch{
        align-content:stretch!important
    }
    .align-self-lg-auto{
        align-self:auto!important
    }
    .align-self-lg-start{
        align-self:flex-start!important
    }
    .align-self-lg-end{
        align-self:flex-end!important
    }
    .align-self-lg-center{
        align-self:center!important
    }
    .align-self-lg-baseline{
        align-self:baseline!important
    }
    .align-self-lg-stretch{
        align-self:stretch!important
    }
}
.float-left{
    float:left!important
}
.float-right{
    float:right!important
}
.float-none{
    float:none!important
}
@media (min-width:576px){
    .float-sm-left{
        float:left!important
    }
    .float-sm-right{
        float:right!important
    }
    .float-sm-none{
        float:none!important
    }
}
@media (min-width:768px){
    .float-md-left{
        float:left!important
    }
    .float-md-right{
        float:right!important
    }
    .float-md-none{
        float:none!important
    }
}
@media (min-width:992px){
    .float-lg-left{
        float:left!important
    }
    .float-lg-right{
        float:right!important
    }
    .float-lg-none{
        float:none!important
    }
}
.user-select-all{
    user-select:all!important
}
.user-select-auto{
    user-select:auto!important
}
.user-select-none{
    user-select:none!important
}
.overflow-auto{
    overflow:auto!important
}
.overflow-hidden{
    overflow:hidden!important
}
.position-static{
    position:static!important
}
.position-relative{
    position:relative!important
}
.position-absolute{
    position:absolute!important
}
.position-fixed{
    position:fixed!important
}
.position-sticky{
    position:sticky!important
}
.fixed-bottom,.fixed-top{
    position:fixed;
    z-index:1030;
    right:0;
    left:0
}
.fixed-top{
    top:0
}
.fixed-bottom{
    bottom:0
}
@supports (position:sticky){
    .sticky-top{
        position:sticky;
        top:0;
        z-index:1020
    }
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    overflow:visible;
    clip:auto;
    white-space:normal
}
.shadow-sm{
    box-shadow:0 .125rem .25rem rgba(33,33,33,.075)!important
}
.shadow{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15)!important
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(33,33,33,.175)!important
}
.shadow-none{
    box-shadow:none!important
}
.w-25{
    width:25%!important
}
.w-50{
    width:50%!important
}
.w-75{
    width:75%!important
}
.w-100{
    width:100%!important
}
.w-auto{
    width:auto!important
}
.h-25{
    height:25%!important
}
.h-50{
    height:50%!important
}
.h-75{
    height:75%!important
}
.h-100{
    height:100%!important
}
.h-auto{
    height:auto!important
}
.mw-100{
    max-width:100%!important
}
.mh-100{
    max-height:100%!important
}
.min-vw-100{
    min-width:100vw!important
}
.min-vh-100{
    min-height:100vh!important
}
.vw-100{
    width:100vw!important
}
.vh-100{
    height:100vh!important
}
.m-0{
    margin:0!important
}
.mt-0,.my-0{
    margin-top:0!important
}
.mr-0,.mx-0{
    margin-right:0!important
}
.mb-0,.my-0{
    margin-bottom:0!important
}
.ml-0,.mx-0{
    margin-left:0!important
}
.m-1{
    margin:.25rem!important
}
.mt-1,.my-1{
    margin-top:.25rem!important
}
.mr-1,.mx-1{
    margin-right:.25rem!important
}
.mb-1,.my-1{
    margin-bottom:.25rem!important
}
.ml-1,.mx-1{
    margin-left:.25rem!important
}
.m-2{
    margin:.5rem!important
}
.mt-2,.my-2{
    margin-top:.5rem!important
}
.mr-2,.mx-2{
    margin-right:.5rem!important
}
.mb-2,.my-2{
    margin-bottom:.5rem!important
}
.ml-2,.mx-2{
    margin-left:.5rem!important
}
.m-3{
    margin:1rem!important
}
.mt-3,.my-3{
    margin-top:1rem!important
}
.mr-3,.mx-3{
    margin-right:1rem!important
}
.mb-3,.my-3{
    margin-bottom:1rem!important
}
.ml-3,.mx-3{
    margin-left:1rem!important
}
.m-4{
    margin:1.5rem!important
}
.mt-4,.my-4{
    margin-top:1.5rem!important
}
.mr-4,.mx-4{
    margin-right:1.5rem!important
}
.mb-4,.my-4{
    margin-bottom:1.5rem!important
}
.ml-4,.mx-4{
    margin-left:1.5rem!important
}
.m-5{
    margin:3rem!important
}
.mt-5,.my-5{
    margin-top:3rem!important
}
.mr-5,.mx-5{
    margin-right:3rem!important
}
.mb-5,.my-5{
    margin-bottom:3rem!important
}
.ml-5,.mx-5{
    margin-left:3rem!important
}
.p-0{
    padding:0!important
}
.pt-0,.py-0{
    padding-top:0!important
}
.pr-0,.px-0{
    padding-right:0!important
}
.pb-0,.py-0{
    padding-bottom:0!important
}
.pl-0,.px-0{
    padding-left:0!important
}
.p-1{
    padding:.25rem!important
}
.pt-1,.py-1{
    padding-top:.25rem!important
}
.pr-1,.px-1{
    padding-right:.25rem!important
}
.pb-1,.py-1{
    padding-bottom:.25rem!important
}
.pl-1,.px-1{
    padding-left:.25rem!important
}
.p-2{
    padding:.5rem!important
}
.pt-2,.py-2{
    padding-top:.5rem!important
}
.pr-2,.px-2{
    padding-right:.5rem!important
}
.pb-2,.py-2{
    padding-bottom:.5rem!important
}
.pl-2,.px-2{
    padding-left:.5rem!important
}
.p-3{
    padding:1rem!important
}
.pt-3,.py-3{
    padding-top:1rem!important
}
.pr-3,.px-3{
    padding-right:1rem!important
}
.pb-3,.py-3{
    padding-bottom:1rem!important
}
.pl-3,.px-3{
    padding-left:1rem!important
}
.p-4{
    padding:1.5rem!important
}
.pt-4,.py-4{
    padding-top:1.5rem!important
}
.pr-4,.px-4{
    padding-right:1.5rem!important
}
.pb-4,.py-4{
    padding-bottom:1.5rem!important
}
.pl-4,.px-4{
    padding-left:1.5rem!important
}
.p-5{
    padding:3rem!important
}
.pt-5,.py-5{
    padding-top:3rem!important
}
.pr-5,.px-5{
    padding-right:3rem!important
}
.pb-5,.py-5{
    padding-bottom:3rem!important
}
.pl-5,.px-5{
    padding-left:3rem!important
}
.m-n1{
    margin:-.25rem!important
}
.mt-n1,.my-n1{
    margin-top:-.25rem!important
}
.mr-n1,.mx-n1{
    margin-right:-.25rem!important
}
.mb-n1,.my-n1{
    margin-bottom:-.25rem!important
}
.ml-n1,.mx-n1{
    margin-left:-.25rem!important
}
.m-n2{
    margin:-.5rem!important
}
.mt-n2,.my-n2{
    margin-top:-.5rem!important
}
.mr-n2,.mx-n2{
    margin-right:-.5rem!important
}
.mb-n2,.my-n2{
    margin-bottom:-.5rem!important
}
.ml-n2,.mx-n2{
    margin-left:-.5rem!important
}
.m-n3{
    margin:-1rem!important
}
.mt-n3,.my-n3{
    margin-top:-1rem!important
}
.mr-n3,.mx-n3{
    margin-right:-1rem!important
}
.mb-n3,.my-n3{
    margin-bottom:-1rem!important
}
.ml-n3,.mx-n3{
    margin-left:-1rem!important
}
.m-n4{
    margin:-1.5rem!important
}
.mt-n4,.my-n4{
    margin-top:-1.5rem!important
}
.mr-n4,.mx-n4{
    margin-right:-1.5rem!important
}
.mb-n4,.my-n4{
    margin-bottom:-1.5rem!important
}
.ml-n4,.mx-n4{
    margin-left:-1.5rem!important
}
.m-n5{
    margin:-3rem!important
}
.mt-n5,.my-n5{
    margin-top:-3rem!important
}
.mr-n5,.mx-n5{
    margin-right:-3rem!important
}
.mb-n5,.my-n5{
    margin-bottom:-3rem!important
}
.ml-n5,.mx-n5{
    margin-left:-3rem!important
}
.m-auto{
    margin:auto!important
}
.mt-auto,.my-auto{
    margin-top:auto!important
}
.mr-auto,.mx-auto{
    margin-right:auto!important
}
.mb-auto,.my-auto{
    margin-bottom:auto!important
}
.ml-auto,.mx-auto{
    margin-left:auto!important
}
@media (min-width:576px){
    .m-sm-0{
        margin:0!important
    }
    .mt-sm-0,.my-sm-0{
        margin-top:0!important
    }
    .mr-sm-0,.mx-sm-0{
        margin-right:0!important
    }
    .mb-sm-0,.my-sm-0{
        margin-bottom:0!important
    }
    .ml-sm-0,.mx-sm-0{
        margin-left:0!important
    }
    .m-sm-1{
        margin:.25rem!important
    }
    .mt-sm-1,.my-sm-1{
        margin-top:.25rem!important
    }
    .mr-sm-1,.mx-sm-1{
        margin-right:.25rem!important
    }
    .mb-sm-1,.my-sm-1{
        margin-bottom:.25rem!important
    }
    .ml-sm-1,.mx-sm-1{
        margin-left:.25rem!important
    }
    .m-sm-2{
        margin:.5rem!important
    }
    .mt-sm-2,.my-sm-2{
        margin-top:.5rem!important
    }
    .mr-sm-2,.mx-sm-2{
        margin-right:.5rem!important
    }
    .mb-sm-2,.my-sm-2{
        margin-bottom:.5rem!important
    }
    .ml-sm-2,.mx-sm-2{
        margin-left:.5rem!important
    }
    .m-sm-3{
        margin:1rem!important
    }
    .mt-sm-3,.my-sm-3{
        margin-top:1rem!important
    }
    .mr-sm-3,.mx-sm-3{
        margin-right:1rem!important
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom:1rem!important
    }
    .ml-sm-3,.mx-sm-3{
        margin-left:1rem!important
    }
    .m-sm-4{
        margin:1.5rem!important
    }
    .mt-sm-4,.my-sm-4{
        margin-top:1.5rem!important
    }
    .mr-sm-4,.mx-sm-4{
        margin-right:1.5rem!important
    }
    .mb-sm-4,.my-sm-4{
        margin-bottom:1.5rem!important
    }
    .ml-sm-4,.mx-sm-4{
        margin-left:1.5rem!important
    }
    .m-sm-5{
        margin:3rem!important
    }
    .mt-sm-5,.my-sm-5{
        margin-top:3rem!important
    }
    .mr-sm-5,.mx-sm-5{
        margin-right:3rem!important
    }
    .mb-sm-5,.my-sm-5{
        margin-bottom:3rem!important
    }
    .ml-sm-5,.mx-sm-5{
        margin-left:3rem!important
    }
    .p-sm-0{
        padding:0!important
    }
    .pt-sm-0,.py-sm-0{
        padding-top:0!important
    }
    .pr-sm-0,.px-sm-0{
        padding-right:0!important
    }
    .pb-sm-0,.py-sm-0{
        padding-bottom:0!important
    }
    .pl-sm-0,.px-sm-0{
        padding-left:0!important
    }
    .p-sm-1{
        padding:.25rem!important
    }
    .pt-sm-1,.py-sm-1{
        padding-top:.25rem!important
    }
    .pr-sm-1,.px-sm-1{
        padding-right:.25rem!important
    }
    .pb-sm-1,.py-sm-1{
        padding-bottom:.25rem!important
    }
    .pl-sm-1,.px-sm-1{
        padding-left:.25rem!important
    }
    .p-sm-2{
        padding:.5rem!important
    }
    .pt-sm-2,.py-sm-2{
        padding-top:.5rem!important
    }
    .pr-sm-2,.px-sm-2{
        padding-right:.5rem!important
    }
    .pb-sm-2,.py-sm-2{
        padding-bottom:.5rem!important
    }
    .pl-sm-2,.px-sm-2{
        padding-left:.5rem!important
    }
    .p-sm-3{
        padding:1rem!important
    }
    .pt-sm-3,.py-sm-3{
        padding-top:1rem!important
    }
    .pr-sm-3,.px-sm-3{
        padding-right:1rem!important
    }
    .pb-sm-3,.py-sm-3{
        padding-bottom:1rem!important
    }
    .pl-sm-3,.px-sm-3{
        padding-left:1rem!important
    }
    .p-sm-4{
        padding:1.5rem!important
    }
    .pt-sm-4,.py-sm-4{
        padding-top:1.5rem!important
    }
    .pr-sm-4,.px-sm-4{
        padding-right:1.5rem!important
    }
    .pb-sm-4,.py-sm-4{
        padding-bottom:1.5rem!important
    }
    .pl-sm-4,.px-sm-4{
        padding-left:1.5rem!important
    }
    .p-sm-5{
        padding:3rem!important
    }
    .pt-sm-5,.py-sm-5{
        padding-top:3rem!important
    }
    .pr-sm-5,.px-sm-5{
        padding-right:3rem!important
    }
    .pb-sm-5,.py-sm-5{
        padding-bottom:3rem!important
    }
    .pl-sm-5,.px-sm-5{
        padding-left:3rem!important
    }
    .m-sm-n1{
        margin:-.25rem!important
    }
    .mt-sm-n1,.my-sm-n1{
        margin-top:-.25rem!important
    }
    .mr-sm-n1,.mx-sm-n1{
        margin-right:-.25rem!important
    }
    .mb-sm-n1,.my-sm-n1{
        margin-bottom:-.25rem!important
    }
    .ml-sm-n1,.mx-sm-n1{
        margin-left:-.25rem!important
    }
    .m-sm-n2{
        margin:-.5rem!important
    }
    .mt-sm-n2,.my-sm-n2{
        margin-top:-.5rem!important
    }
    .mr-sm-n2,.mx-sm-n2{
        margin-right:-.5rem!important
    }
    .mb-sm-n2,.my-sm-n2{
        margin-bottom:-.5rem!important
    }
    .ml-sm-n2,.mx-sm-n2{
        margin-left:-.5rem!important
    }
    .m-sm-n3{
        margin:-1rem!important
    }
    .mt-sm-n3,.my-sm-n3{
        margin-top:-1rem!important
    }
    .mr-sm-n3,.mx-sm-n3{
        margin-right:-1rem!important
    }
    .mb-sm-n3,.my-sm-n3{
        margin-bottom:-1rem!important
    }
    .ml-sm-n3,.mx-sm-n3{
        margin-left:-1rem!important
    }
    .m-sm-n4{
        margin:-1.5rem!important
    }
    .mt-sm-n4,.my-sm-n4{
        margin-top:-1.5rem!important
    }
    .mr-sm-n4,.mx-sm-n4{
        margin-right:-1.5rem!important
    }
    .mb-sm-n4,.my-sm-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-sm-n4,.mx-sm-n4{
        margin-left:-1.5rem!important
    }
    .m-sm-n5{
        margin:-3rem!important
    }
    .mt-sm-n5,.my-sm-n5{
        margin-top:-3rem!important
    }
    .mr-sm-n5,.mx-sm-n5{
        margin-right:-3rem!important
    }
    .mb-sm-n5,.my-sm-n5{
        margin-bottom:-3rem!important
    }
    .ml-sm-n5,.mx-sm-n5{
        margin-left:-3rem!important
    }
    .m-sm-auto{
        margin:auto!important
    }
    .mt-sm-auto,.my-sm-auto{
        margin-top:auto!important
    }
    .mr-sm-auto,.mx-sm-auto{
        margin-right:auto!important
    }
    .mb-sm-auto,.my-sm-auto{
        margin-bottom:auto!important
    }
    .ml-sm-auto,.mx-sm-auto{
        margin-left:auto!important
    }
}
@media (min-width:768px){
    .m-md-0{
        margin:0!important
    }
    .mt-md-0,.my-md-0{
        margin-top:0!important
    }
    .mr-md-0,.mx-md-0{
        margin-right:0!important
    }
    .mb-md-0,.my-md-0{
        margin-bottom:0!important
    }
    .ml-md-0,.mx-md-0{
        margin-left:0!important
    }
    .m-md-1{
        margin:.25rem!important
    }
    .mt-md-1,.my-md-1{
        margin-top:.25rem!important
    }
    .mr-md-1,.mx-md-1{
        margin-right:.25rem!important
    }
    .mb-md-1,.my-md-1{
        margin-bottom:.25rem!important
    }
    .ml-md-1,.mx-md-1{
        margin-left:.25rem!important
    }
    .m-md-2{
        margin:.5rem!important
    }
    .mt-md-2,.my-md-2{
        margin-top:.5rem!important
    }
    .mr-md-2,.mx-md-2{
        margin-right:.5rem!important
    }
    .mb-md-2,.my-md-2{
        margin-bottom:.5rem!important
    }
    .ml-md-2,.mx-md-2{
        margin-left:.5rem!important
    }
    .m-md-3{
        margin:1rem!important
    }
    .mt-md-3,.my-md-3{
        margin-top:1rem!important
    }
    .mr-md-3,.mx-md-3{
        margin-right:1rem!important
    }
    .mb-md-3,.my-md-3{
        margin-bottom:1rem!important
    }
    .ml-md-3,.mx-md-3{
        margin-left:1rem!important
    }
    .m-md-4{
        margin:1.5rem!important
    }
    .mt-md-4,.my-md-4{
        margin-top:1.5rem!important
    }
    .mr-md-4,.mx-md-4{
        margin-right:1.5rem!important
    }
    .mb-md-4,.my-md-4{
        margin-bottom:1.5rem!important
    }
    .ml-md-4,.mx-md-4{
        margin-left:1.5rem!important
    }
    .m-md-5{
        margin:3rem!important
    }
    .mt-md-5,.my-md-5{
        margin-top:3rem!important
    }
    .mr-md-5,.mx-md-5{
        margin-right:3rem!important
    }
    .mb-md-5,.my-md-5{
        margin-bottom:3rem!important
    }
    .ml-md-5,.mx-md-5{
        margin-left:3rem!important
    }
    .p-md-0{
        padding:0!important
    }
    .pt-md-0,.py-md-0{
        padding-top:0!important
    }
    .pr-md-0,.px-md-0{
        padding-right:0!important
    }
    .pb-md-0,.py-md-0{
        padding-bottom:0!important
    }
    .pl-md-0,.px-md-0{
        padding-left:0!important
    }
    .p-md-1{
        padding:.25rem!important
    }
    .pt-md-1,.py-md-1{
        padding-top:.25rem!important
    }
    .pr-md-1,.px-md-1{
        padding-right:.25rem!important
    }
    .pb-md-1,.py-md-1{
        padding-bottom:.25rem!important
    }
    .pl-md-1,.px-md-1{
        padding-left:.25rem!important
    }
    .p-md-2{
        padding:.5rem!important
    }
    .pt-md-2,.py-md-2{
        padding-top:.5rem!important
    }
    .pr-md-2,.px-md-2{
        padding-right:.5rem!important
    }
    .pb-md-2,.py-md-2{
        padding-bottom:.5rem!important
    }
    .pl-md-2,.px-md-2{
        padding-left:.5rem!important
    }
    .p-md-3{
        padding:1rem!important
    }
    .pt-md-3,.py-md-3{
        padding-top:1rem!important
    }
    .pr-md-3,.px-md-3{
        padding-right:1rem!important
    }
    .pb-md-3,.py-md-3{
        padding-bottom:1rem!important
    }
    .pl-md-3,.px-md-3{
        padding-left:1rem!important
    }
    .p-md-4{
        padding:1.5rem!important
    }
    .pt-md-4,.py-md-4{
        padding-top:1.5rem!important
    }
    .pr-md-4,.px-md-4{
        padding-right:1.5rem!important
    }
    .pb-md-4,.py-md-4{
        padding-bottom:1.5rem!important
    }
    .pl-md-4,.px-md-4{
        padding-left:1.5rem!important
    }
    .p-md-5{
        padding:3rem!important
    }
    .pt-md-5,.py-md-5{
        padding-top:3rem!important
    }
    .pr-md-5,.px-md-5{
        padding-right:3rem!important
    }
    .pb-md-5,.py-md-5{
        padding-bottom:3rem!important
    }
    .pl-md-5,.px-md-5{
        padding-left:3rem!important
    }
    .m-md-n1{
        margin:-.25rem!important
    }
    .mt-md-n1,.my-md-n1{
        margin-top:-.25rem!important
    }
    .mr-md-n1,.mx-md-n1{
        margin-right:-.25rem!important
    }
    .mb-md-n1,.my-md-n1{
        margin-bottom:-.25rem!important
    }
    .ml-md-n1,.mx-md-n1{
        margin-left:-.25rem!important
    }
    .m-md-n2{
        margin:-.5rem!important
    }
    .mt-md-n2,.my-md-n2{
        margin-top:-.5rem!important
    }
    .mr-md-n2,.mx-md-n2{
        margin-right:-.5rem!important
    }
    .mb-md-n2,.my-md-n2{
        margin-bottom:-.5rem!important
    }
    .ml-md-n2,.mx-md-n2{
        margin-left:-.5rem!important
    }
    .m-md-n3{
        margin:-1rem!important
    }
    .mt-md-n3,.my-md-n3{
        margin-top:-1rem!important
    }
    .mr-md-n3,.mx-md-n3{
        margin-right:-1rem!important
    }
    .mb-md-n3,.my-md-n3{
        margin-bottom:-1rem!important
    }
    .ml-md-n3,.mx-md-n3{
        margin-left:-1rem!important
    }
    .m-md-n4{
        margin:-1.5rem!important
    }
    .mt-md-n4,.my-md-n4{
        margin-top:-1.5rem!important
    }
    .mr-md-n4,.mx-md-n4{
        margin-right:-1.5rem!important
    }
    .mb-md-n4,.my-md-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-md-n4,.mx-md-n4{
        margin-left:-1.5rem!important
    }
    .m-md-n5{
        margin:-3rem!important
    }
    .mt-md-n5,.my-md-n5{
        margin-top:-3rem!important
    }
    .mr-md-n5,.mx-md-n5{
        margin-right:-3rem!important
    }
    .mb-md-n5,.my-md-n5{
        margin-bottom:-3rem!important
    }
    .ml-md-n5,.mx-md-n5{
        margin-left:-3rem!important
    }
    .m-md-auto{
        margin:auto!important
    }
    .mt-md-auto,.my-md-auto{
        margin-top:auto!important
    }
    .mr-md-auto,.mx-md-auto{
        margin-right:auto!important
    }
    .mb-md-auto,.my-md-auto{
        margin-bottom:auto!important
    }
    .ml-md-auto,.mx-md-auto{
        margin-left:auto!important
    }
}
@media (min-width:992px){
    .m-lg-0{
        margin:0!important
    }
    .mt-lg-0,.my-lg-0{
        margin-top:0!important
    }
    .mr-lg-0,.mx-lg-0{
        margin-right:0!important
    }
    .mb-lg-0,.my-lg-0{
        margin-bottom:0!important
    }
    .ml-lg-0,.mx-lg-0{
        margin-left:0!important
    }
    .m-lg-1{
        margin:.25rem!important
    }
    .mt-lg-1,.my-lg-1{
        margin-top:.25rem!important
    }
    .mr-lg-1,.mx-lg-1{
        margin-right:.25rem!important
    }
    .mb-lg-1,.my-lg-1{
        margin-bottom:.25rem!important
    }
    .ml-lg-1,.mx-lg-1{
        margin-left:.25rem!important
    }
    .m-lg-2{
        margin:.5rem!important
    }
    .mt-lg-2,.my-lg-2{
        margin-top:.5rem!important
    }
    .mr-lg-2,.mx-lg-2{
        margin-right:.5rem!important
    }
    .mb-lg-2,.my-lg-2{
        margin-bottom:.5rem!important
    }
    .ml-lg-2,.mx-lg-2{
        margin-left:.5rem!important
    }
    .m-lg-3{
        margin:1rem!important
    }
    .mt-lg-3,.my-lg-3{
        margin-top:1rem!important
    }
    .mr-lg-3,.mx-lg-3{
        margin-right:1rem!important
    }
    .mb-lg-3,.my-lg-3{
        margin-bottom:1rem!important
    }
    .ml-lg-3,.mx-lg-3{
        margin-left:1rem!important
    }
    .m-lg-4{
        margin:1.5rem!important
    }
    .mt-lg-4,.my-lg-4{
        margin-top:1.5rem!important
    }
    .mr-lg-4,.mx-lg-4{
        margin-right:1.5rem!important
    }
    .mb-lg-4,.my-lg-4{
        margin-bottom:1.5rem!important
    }
    .ml-lg-4,.mx-lg-4{
        margin-left:1.5rem!important
    }
    .m-lg-5{
        margin:3rem!important
    }
    .mt-lg-5,.my-lg-5{
        margin-top:3rem!important
    }
    .mr-lg-5,.mx-lg-5{
        margin-right:3rem!important
    }
    .mb-lg-5,.my-lg-5{
        margin-bottom:3rem!important
    }
    .ml-lg-5,.mx-lg-5{
        margin-left:3rem!important
    }
    .p-lg-0{
        padding:0!important
    }
    .pt-lg-0,.py-lg-0{
        padding-top:0!important
    }
    .pr-lg-0,.px-lg-0{
        padding-right:0!important
    }
    .pb-lg-0,.py-lg-0{
        padding-bottom:0!important
    }
    .pl-lg-0,.px-lg-0{
        padding-left:0!important
    }
    .p-lg-1{
        padding:.25rem!important
    }
    .pt-lg-1,.py-lg-1{
        padding-top:.25rem!important
    }
    .pr-lg-1,.px-lg-1{
        padding-right:.25rem!important
    }
    .pb-lg-1,.py-lg-1{
        padding-bottom:.25rem!important
    }
    .pl-lg-1,.px-lg-1{
        padding-left:.25rem!important
    }
    .p-lg-2{
        padding:.5rem!important
    }
    .pt-lg-2,.py-lg-2{
        padding-top:.5rem!important
    }
    .pr-lg-2,.px-lg-2{
        padding-right:.5rem!important
    }
    .pb-lg-2,.py-lg-2{
        padding-bottom:.5rem!important
    }
    .pl-lg-2,.px-lg-2{
        padding-left:.5rem!important
    }
    .p-lg-3{
        padding:1rem!important
    }
    .pt-lg-3,.py-lg-3{
        padding-top:1rem!important
    }
    .pr-lg-3,.px-lg-3{
        padding-right:1rem!important
    }
    .pb-lg-3,.py-lg-3{
        padding-bottom:1rem!important
    }
    .pl-lg-3,.px-lg-3{
        padding-left:1rem!important
    }
    .p-lg-4{
        padding:1.5rem!important
    }
    .pt-lg-4,.py-lg-4{
        padding-top:1.5rem!important
    }
    .pr-lg-4,.px-lg-4{
        padding-right:1.5rem!important
    }
    .pb-lg-4,.py-lg-4{
        padding-bottom:1.5rem!important
    }
    .pl-lg-4,.px-lg-4{
        padding-left:1.5rem!important
    }
    .p-lg-5{
        padding:3rem!important
    }
    .pt-lg-5,.py-lg-5{
        padding-top:3rem!important
    }
    .pr-lg-5,.px-lg-5{
        padding-right:3rem!important
    }
    .pb-lg-5,.py-lg-5{
        padding-bottom:3rem!important
    }
    .pl-lg-5,.px-lg-5{
        padding-left:3rem!important
    }
    .m-lg-n1{
        margin:-.25rem!important
    }
    .mt-lg-n1,.my-lg-n1{
        margin-top:-.25rem!important
    }
    .mr-lg-n1,.mx-lg-n1{
        margin-right:-.25rem!important
    }
    .mb-lg-n1,.my-lg-n1{
        margin-bottom:-.25rem!important
    }
    .ml-lg-n1,.mx-lg-n1{
        margin-left:-.25rem!important
    }
    .m-lg-n2{
        margin:-.5rem!important
    }
    .mt-lg-n2,.my-lg-n2{
        margin-top:-.5rem!important
    }
    .mr-lg-n2,.mx-lg-n2{
        margin-right:-.5rem!important
    }
    .mb-lg-n2,.my-lg-n2{
        margin-bottom:-.5rem!important
    }
    .ml-lg-n2,.mx-lg-n2{
        margin-left:-.5rem!important
    }
    .m-lg-n3{
        margin:-1rem!important
    }
    .mt-lg-n3,.my-lg-n3{
        margin-top:-1rem!important
    }
    .mr-lg-n3,.mx-lg-n3{
        margin-right:-1rem!important
    }
    .mb-lg-n3,.my-lg-n3{
        margin-bottom:-1rem!important
    }
    .ml-lg-n3,.mx-lg-n3{
        margin-left:-1rem!important
    }
    .m-lg-n4{
        margin:-1.5rem!important
    }
    .mt-lg-n4,.my-lg-n4{
        margin-top:-1.5rem!important
    }
    .mr-lg-n4,.mx-lg-n4{
        margin-right:-1.5rem!important
    }
    .mb-lg-n4,.my-lg-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-lg-n4,.mx-lg-n4{
        margin-left:-1.5rem!important
    }
    .m-lg-n5{
        margin:-3rem!important
    }
    .mt-lg-n5,.my-lg-n5{
        margin-top:-3rem!important
    }
    .mr-lg-n5,.mx-lg-n5{
        margin-right:-3rem!important
    }
    .mb-lg-n5,.my-lg-n5{
        margin-bottom:-3rem!important
    }
    .ml-lg-n5,.mx-lg-n5{
        margin-left:-3rem!important
    }
    .m-lg-auto{
        margin:auto!important
    }
    .mt-lg-auto,.my-lg-auto{
        margin-top:auto!important
    }
    .mr-lg-auto,.mx-lg-auto{
        margin-right:auto!important
    }
    .mb-lg-auto,.my-lg-auto{
        margin-bottom:auto!important
    }
    .ml-lg-auto,.mx-lg-auto{
        margin-left:auto!important
    }
}
.stretched-link::after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    pointer-events:auto;
    content:"";
    background-color:rgba(0,0,0,0)
}
.text-monospace{
    font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important
}
.text-justify{
    text-align:justify!important
}
.text-wrap{
    white-space:normal!important
}
.text-nowrap{
    white-space:nowrap!important
}
.dropdown-menu-lg-down--login .dropdown-item,.text-truncate{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.text-left{
    text-align:left!important
}
.text-right{
    text-align:right!important
}
.text-center{
    text-align:center!important
}
@media (min-width:576px){
    .text-sm-left{
        text-align:left!important
    }
    .text-sm-right{
        text-align:right!important
    }
    .text-sm-center{
        text-align:center!important
    }
}
@media (min-width:768px){
    .text-md-left{
        text-align:left!important
    }
    .text-md-right{
        text-align:right!important
    }
    .text-md-center{
        text-align:center!important
    }
}
@media (min-width:992px){
    .text-lg-left{
        text-align:left!important
    }
    .text-lg-right{
        text-align:right!important
    }
    .text-lg-center{
        text-align:center!important
    }
}
@media (min-width:1200px){
    .flex-xl-row{
        flex-direction:row!important
    }
    .flex-xl-column{
        flex-direction:column!important
    }
    .flex-xl-row-reverse{
        flex-direction:row-reverse!important
    }
    .flex-xl-column-reverse{
        flex-direction:column-reverse!important
    }
    .flex-xl-wrap{
        flex-wrap:wrap!important
    }
    .flex-xl-nowrap{
        flex-wrap:nowrap!important
    }
    .flex-xl-wrap-reverse{
        flex-wrap:wrap-reverse!important
    }
    .flex-xl-fill{
        flex:1 1 auto!important
    }
    .flex-xl-grow-0{
        flex-grow:0!important
    }
    .flex-xl-grow-1{
        flex-grow:1!important
    }
    .flex-xl-shrink-0{
        flex-shrink:0!important
    }
    .flex-xl-shrink-1{
        flex-shrink:1!important
    }
    .justify-content-xl-start{
        justify-content:flex-start!important
    }
    .justify-content-xl-end{
        justify-content:flex-end!important
    }
    .justify-content-xl-center{
        justify-content:center!important
    }
    .justify-content-xl-between{
        justify-content:space-between!important
    }
    .justify-content-xl-around{
        justify-content:space-around!important
    }
    .align-items-xl-start{
        align-items:flex-start!important
    }
    .align-items-xl-end{
        align-items:flex-end!important
    }
    .align-items-xl-center{
        align-items:center!important
    }
    .align-items-xl-baseline{
        align-items:baseline!important
    }
    .align-items-xl-stretch{
        align-items:stretch!important
    }
    .align-content-xl-start{
        align-content:flex-start!important
    }
    .align-content-xl-end{
        align-content:flex-end!important
    }
    .align-content-xl-center{
        align-content:center!important
    }
    .align-content-xl-between{
        align-content:space-between!important
    }
    .align-content-xl-around{
        align-content:space-around!important
    }
    .align-content-xl-stretch{
        align-content:stretch!important
    }
    .align-self-xl-auto{
        align-self:auto!important
    }
    .align-self-xl-start{
        align-self:flex-start!important
    }
    .align-self-xl-end{
        align-self:flex-end!important
    }
    .align-self-xl-center{
        align-self:center!important
    }
    .align-self-xl-baseline{
        align-self:baseline!important
    }
    .align-self-xl-stretch{
        align-self:stretch!important
    }
    .float-xl-left{
        float:left!important
    }
    .float-xl-right{
        float:right!important
    }
    .float-xl-none{
        float:none!important
    }
    .m-xl-0{
        margin:0!important
    }
    .mt-xl-0,.my-xl-0{
        margin-top:0!important
    }
    .mr-xl-0,.mx-xl-0{
        margin-right:0!important
    }
    .mb-xl-0,.my-xl-0{
        margin-bottom:0!important
    }
    .ml-xl-0,.mx-xl-0{
        margin-left:0!important
    }
    .m-xl-1{
        margin:.25rem!important
    }
    .mt-xl-1,.my-xl-1{
        margin-top:.25rem!important
    }
    .mr-xl-1,.mx-xl-1{
        margin-right:.25rem!important
    }
    .mb-xl-1,.my-xl-1{
        margin-bottom:.25rem!important
    }
    .ml-xl-1,.mx-xl-1{
        margin-left:.25rem!important
    }
    .m-xl-2{
        margin:.5rem!important
    }
    .mt-xl-2,.my-xl-2{
        margin-top:.5rem!important
    }
    .mr-xl-2,.mx-xl-2{
        margin-right:.5rem!important
    }
    .mb-xl-2,.my-xl-2{
        margin-bottom:.5rem!important
    }
    .ml-xl-2,.mx-xl-2{
        margin-left:.5rem!important
    }
    .m-xl-3{
        margin:1rem!important
    }
    .mt-xl-3,.my-xl-3{
        margin-top:1rem!important
    }
    .mr-xl-3,.mx-xl-3{
        margin-right:1rem!important
    }
    .mb-xl-3,.my-xl-3{
        margin-bottom:1rem!important
    }
    .ml-xl-3,.mx-xl-3{
        margin-left:1rem!important
    }
    .m-xl-4{
        margin:1.5rem!important
    }
    .mt-xl-4,.my-xl-4{
        margin-top:1.5rem!important
    }
    .mr-xl-4,.mx-xl-4{
        margin-right:1.5rem!important
    }
    .mb-xl-4,.my-xl-4{
        margin-bottom:1.5rem!important
    }
    .ml-xl-4,.mx-xl-4{
        margin-left:1.5rem!important
    }
    .m-xl-5{
        margin:3rem!important
    }
    .mt-xl-5,.my-xl-5{
        margin-top:3rem!important
    }
    .mr-xl-5,.mx-xl-5{
        margin-right:3rem!important
    }
    .mb-xl-5,.my-xl-5{
        margin-bottom:3rem!important
    }
    .ml-xl-5,.mx-xl-5{
        margin-left:3rem!important
    }
    .p-xl-0{
        padding:0!important
    }
    .pt-xl-0,.py-xl-0{
        padding-top:0!important
    }
    .pr-xl-0,.px-xl-0{
        padding-right:0!important
    }
    .pb-xl-0,.py-xl-0{
        padding-bottom:0!important
    }
    .pl-xl-0,.px-xl-0{
        padding-left:0!important
    }
    .p-xl-1{
        padding:.25rem!important
    }
    .pt-xl-1,.py-xl-1{
        padding-top:.25rem!important
    }
    .pr-xl-1,.px-xl-1{
        padding-right:.25rem!important
    }
    .pb-xl-1,.py-xl-1{
        padding-bottom:.25rem!important
    }
    .pl-xl-1,.px-xl-1{
        padding-left:.25rem!important
    }
    .p-xl-2{
        padding:.5rem!important
    }
    .pt-xl-2,.py-xl-2{
        padding-top:.5rem!important
    }
    .pr-xl-2,.px-xl-2{
        padding-right:.5rem!important
    }
    .pb-xl-2,.py-xl-2{
        padding-bottom:.5rem!important
    }
    .pl-xl-2,.px-xl-2{
        padding-left:.5rem!important
    }
    .p-xl-3{
        padding:1rem!important
    }
    .pt-xl-3,.py-xl-3{
        padding-top:1rem!important
    }
    .pr-xl-3,.px-xl-3{
        padding-right:1rem!important
    }
    .pb-xl-3,.py-xl-3{
        padding-bottom:1rem!important
    }
    .pl-xl-3,.px-xl-3{
        padding-left:1rem!important
    }
    .p-xl-4{
        padding:1.5rem!important
    }
    .pt-xl-4,.py-xl-4{
        padding-top:1.5rem!important
    }
    .pr-xl-4,.px-xl-4{
        padding-right:1.5rem!important
    }
    .pb-xl-4,.py-xl-4{
        padding-bottom:1.5rem!important
    }
    .pl-xl-4,.px-xl-4{
        padding-left:1.5rem!important
    }
    .p-xl-5{
        padding:3rem!important
    }
    .pt-xl-5,.py-xl-5{
        padding-top:3rem!important
    }
    .pr-xl-5,.px-xl-5{
        padding-right:3rem!important
    }
    .pb-xl-5,.py-xl-5{
        padding-bottom:3rem!important
    }
    .pl-xl-5,.px-xl-5{
        padding-left:3rem!important
    }
    .m-xl-n1{
        margin:-.25rem!important
    }
    .mt-xl-n1,.my-xl-n1{
        margin-top:-.25rem!important
    }
    .mr-xl-n1,.mx-xl-n1{
        margin-right:-.25rem!important
    }
    .mb-xl-n1,.my-xl-n1{
        margin-bottom:-.25rem!important
    }
    .ml-xl-n1,.mx-xl-n1{
        margin-left:-.25rem!important
    }
    .m-xl-n2{
        margin:-.5rem!important
    }
    .mt-xl-n2,.my-xl-n2{
        margin-top:-.5rem!important
    }
    .mr-xl-n2,.mx-xl-n2{
        margin-right:-.5rem!important
    }
    .mb-xl-n2,.my-xl-n2{
        margin-bottom:-.5rem!important
    }
    .ml-xl-n2,.mx-xl-n2{
        margin-left:-.5rem!important
    }
    .m-xl-n3{
        margin:-1rem!important
    }
    .mt-xl-n3,.my-xl-n3{
        margin-top:-1rem!important
    }
    .mr-xl-n3,.mx-xl-n3{
        margin-right:-1rem!important
    }
    .mb-xl-n3,.my-xl-n3{
        margin-bottom:-1rem!important
    }
    .ml-xl-n3,.mx-xl-n3{
        margin-left:-1rem!important
    }
    .m-xl-n4{
        margin:-1.5rem!important
    }
    .mt-xl-n4,.my-xl-n4{
        margin-top:-1.5rem!important
    }
    .mr-xl-n4,.mx-xl-n4{
        margin-right:-1.5rem!important
    }
    .mb-xl-n4,.my-xl-n4{
        margin-bottom:-1.5rem!important
    }
    .ml-xl-n4,.mx-xl-n4{
        margin-left:-1.5rem!important
    }
    .m-xl-n5{
        margin:-3rem!important
    }
    .mt-xl-n5,.my-xl-n5{
        margin-top:-3rem!important
    }
    .mr-xl-n5,.mx-xl-n5{
        margin-right:-3rem!important
    }
    .mb-xl-n5,.my-xl-n5{
        margin-bottom:-3rem!important
    }
    .ml-xl-n5,.mx-xl-n5{
        margin-left:-3rem!important
    }
    .m-xl-auto{
        margin:auto!important
    }
    .mt-xl-auto,.my-xl-auto{
        margin-top:auto!important
    }
    .mr-xl-auto,.mx-xl-auto{
        margin-right:auto!important
    }
    .mb-xl-auto,.my-xl-auto{
        margin-bottom:auto!important
    }
    .ml-xl-auto,.mx-xl-auto{
        margin-left:auto!important
    }
    .text-xl-left{
        text-align:left!important
    }
    .text-xl-right{
        text-align:right!important
    }
    .text-xl-center{
        text-align:center!important
    }
}
.text-lowercase{
    text-transform:lowercase!important
}
.text-uppercase{
    text-transform:uppercase!important
}
.text-capitalize{
    text-transform:capitalize!important
}
.font-weight-light{
    font-weight:300!important
}
.font-weight-lighter{
    font-weight:lighter!important
}
.font-weight-normal{
    font-weight:400!important
}
.font-weight-bold{
    font-weight:700!important
}
.font-weight-bolder{
    font-weight:bolder!important
}
.font-italic{
    font-style:italic!important
}
.text-white{
    color:#fff!important
}
.text-primary{
    color:#007bff!important
}
a.text-primary:focus,a.text-primary:hover{
    color:#0056b3!important
}
.text-secondary{
    color:#6c757d!important
}
a.text-secondary:focus,a.text-secondary:hover{
    color:#494f54!important
}
.text-success{
    color:#28a745!important
}
a.text-success:focus,a.text-success:hover{
    color:#19692c!important
}
.text-info{
    color:#17a2b8!important
}
a.text-info:focus,a.text-info:hover{
    color:#0f6674!important
}
.text-warning{
    color:#ffc107!important
}
a.text-warning:focus,a.text-warning:hover{
    color:#ba8b00!important
}
.text-danger{
    color:#dc3545!important
}
a.text-danger:focus,a.text-danger:hover{
    color:#a71d2a!important
}
.text-light{
    color:#f8f9fa!important
}
a.text-light:focus,a.text-light:hover{
    color:#cbd3da!important
}
.text-dark{
    color:#343a40!important
}
a.text-dark:focus,a.text-dark:hover{
    color:#121416!important
}
.text-body{
    color:#212529!important
}
.text-muted{
    color:#6e6e6e!important
}
.text-black-50{
    color:rgba(33,33,33,.5)!important
}
.text-white-50{
    color:rgba(255,255,255,.5)!important
}
.text-hide{
    font:0/0 a;
    color:transparent;
    background-color:transparent;
    border:0
}
.btn-default-primary,.btn-default-secondary,.text-link{
    font-family:"Noto Sans Bold",sans-serif;
    font-size:14px
}
.text-decoration-none{
    text-decoration:none!important
}
.text-break{
    word-wrap:break-word!important
}
.text-reset{
    color:inherit!important
}
.visible{
    visibility:visible!important
}
.invisible{
    visibility:hidden!important
}
@media print{
    blockquote,img,pre,tr{
        page-break-inside:avoid
    }
    *,::after,::before{
        text-shadow:none!important;
        box-shadow:none!important
    }
    a:not(.btn){
        text-decoration:underline
    }
    abbr[title]::after{
        content:" (" attr(title) ")"
    }
    pre{
        white-space:pre-wrap!important
    }
    blockquote,pre{
        border:1px solid #adb5bd
    }
    thead{
        display:table-header-group
    }
    h2,h3,p{
        orphans:3;
        widows:3
    }
    h2,h3{
        page-break-after:avoid
    }
    @page{
        size:a3
    }
    .container,body{
        min-width:992px!important
    }
    .navbar{
        display:none
    }
    .badge{
        border:1px solid #212121
    }
    .table{
        border-collapse:collapse!important
    }
    .table td,.table th{
        background-color:#fff!important
    }
    .table-bordered td,.table-bordered th{
        border:1px solid #dee2e6!important
    }
    .table-dark{
        color:inherit
    }
    .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{
        border-color:#dee2e6
    }
    .table .thead-dark th{
        color:inherit;
        border-color:#dee2e6
    }
}
.btn-default-primary{
    padding:10px 20px;
    border-radius:5px;
    background:#0084ff;
    font-weight:500;
    line-height:1.57;
    color:#fff;
    transition:all .3s ease;
    border: 2px solid transparent;
}
.btn-default-primary--active,.btn-default-primary:hover,.btn-default-primary:visited{
    background:#004585
}
.btn-default-primary:hover{
    box-shadow:0 8px 20px 0 rgba(0,0,0,.4);
    color:#fff
}
.btn-default-primary:focus{
    box-shadow:0 0 5px 0 #0084ff;
    border:2px solid #0084ff
}
.btn-default-primary.dark-bg{
    background-color:#fff;
    background-image:none;
    color:#0084ff
}
.btn-default-primary.dark-bg:hover{
    color:#004585
}
.btn-default-primary--disabled,.btn-default-primary:disabled{
    background-color:rgba(255,255,255,.7)
}
.btn-default-secondary{
    padding:10px 18px;
    border-radius:5px;
    border:2px solid #0084ff;
    background-color:#fff;
    font-weight:500;
    line-height:1.57;
    color:#0084ff;
    transition:all .3s ease
}
.text-link,a.link-hover-effect{
    transition:all 250ms ease-in-out;
    position:relative
}
.btn-default-secondary:hover{
    box-shadow:0 8px 20px 0 rgba(0,0,0,.4);
    border:2px solid #004585;
    color:#004585
}
.btn-default-secondary:focus{
    box-shadow:0 0 10px 0 #0084ff;
    border:2px solid #0084ff;
    color:#004585
}
.btn-default-secondary--active,.btn-default-secondary:visited{
    border:2px solid #004585;
    background-color:#fff;
    color:#004585
}
.btn-default-secondary.dark-bg{
    background-color:transparent;
    border-color:#fff;
    color:#fff
}
.btn-default-secondary--disabled,.btn-default-secondary:disabled{
    background-color:rgba(255,255,255,.7)
}
.text-link{
    font-weight:700;
    line-height:1.57;
    color:#0084ff;
    text-decoration:none;
    border:2px solid transparent
}
.text-link--header{
    font-size:16px;
    line-height:1.5;
    color:#005eb8
}
@media (min-width:768px){
    .text-link--header{
        font-size:17px;
        line-height:1.53
    }
}
@media (min-width:992px){
    .text-link--header{
        font-size:18px;
        line-height:1.44
    }
}
.text-link--black,.text-link.text-link--black{
    color:#212121
}
.text-link--bright-blue{
    color:#0084ff
}
.text-link--brown{
    color:#806660
}
.text-link--uob-blue{
    color:#005eb8
}
.text-link--white{
    color:#fff;
    background-image:linear-gradient(#fff,#fff)
}
.text-link--white:hover{
    color:#fff
}
.text-link.underline{
    background-size:100% 1px
}
.text-link:hover{
    text-decoration:none;
    background-size:100% 1px
}
.text-link:focus{
    background-size:100% 1px;
    background-color:rgba(255,255,255,.5)
}
a.link-hover-effect{
    background-image:linear-gradient(currentColor,currentColor);
    background-position:0 100%;
    background-repeat:no-repeat;
    background-size:0 1px
}
.btn-default-primary-darkbg,.btn-default-secondary-darkbg{
    transition:all .3s ease;
    font-family:"Noto Sans Regular",sans-serif
}
a.link-hover-effect:focus,a.link-hover-effect:hover{
    background-size:100% 1px
}
.btn-default-primary-darkbg{
    padding:10px 20px;
    border-radius:5px;
    background-color:#fff;
    font-size:14px;
    font-weight:500;
    line-height:1.57;
    color:#0084ff
}
.btn-default-primary-darkbg:hover{
    box-shadow:0 8px 20px 0 rgba(0,0,0,.4);
    color:#004585
}
.btn-default-primary-darkbg:focus{
    box-shadow:0 0 5px 0 #0084ff;
    border:3px solid #0084ff;
    color:#004585
}
.btn-default-primary-darkbg--active,.btn-default-primary-darkbg:visited{
    color:#004585
}
.btn-default-secondary-darkbg,.text-link-darkbg{
    font-size:14px;
    font-weight:500;
    line-height:1.57;
    color:#fff
}
.btn-default-primary-darkbg--disabled,.btn-default-primary-darkbg:disabled{
    background-color:rgba(33,33,33,.7)
}
.btn-default-secondary-darkbg{
    padding:10px 20px;
    border-radius:5px;
    border:2px solid #fff
}
.btn-default-secondary-darkbg:hover{
    box-shadow:0 8px 20px 0 rgba(0,0,0,.4);
    background-color:rgba(33,33,33,.5)
}
.btn-default-secondary-darkbg:focus{
    box-shadow:0 0 5px #0084ff;
    background-color:rgba(33,33,33,.5)
}
.btn-default-secondary-darkbg--active,.btn-default-secondary-darkbg:visited{
    background-color:rgba(33,33,33,.5)
}
.btn-default-secondary-darkbg--disabled,.btn-default-secondary-darkbg:disabled{
    background-color:rgba(33,33,33,.7)
}
.text-link-darkbg{
    font-family:"Noto Sans Regular",sans-serif;
    display:inline-block
}
.text-link-darkbg:after{
    display:block;
    content:"";
    border-bottom:solid 1px #b2b2b2;
    transform:scaleX(0);
    transition:transform 250ms ease-in-out
}
.btn-gradient-blue,.btn-gradient-brown{
    transition:all .3s ease;
    cursor:pointer
}
.text-link-darkbg:hover{
    color:#b2b2b2;
    text-decoration:none
}
.text-link-darkbg:hover:after{
    transform:scaleX(1);
    transform-origin:0 50%
}
.text-link-darkbg:focus{
    background-color:rgba(33,33,33,.5)
}
.text-link-darkbg--active,.text-link-darkbg:visited{
    color:#b2b2b2
}
.btn-gradient-blue{
    font-size:16px;
    line-height:1.63;
    background-color:#fff;
    padding:10px 20px;
    color:#333;
    border-radius:25px;
    border:2px solid #0084ff
}
.btn-gradient-blue--active{
    background:#004585;
    color:#fff;
    border-color:transparent
}
.btn-gradient-blue:hover{
    background:#0084ff;
    color:#fff
}
.btn-gradient-blue:focus,.btn-gradient-blue:visited{
    background:#004585;
    border:3px solid #004585;
    color:#fff
}
@media (min-width:768px){
    .btn-gradient-blue{
        font-size:17px;
        line-height:1.53;
        padding:10px 25px
    }
}
@media (min-width:992px){
    .btn-gradient-blue{
        font-size:18px;
        line-height:1.56
    }
}
.btn-gradient-brown{
    font-size:16px;
    line-height:1.63;
    background-color:#fff;
    padding:10px 20px;
    color:#333;
    border-radius:25px;
    border:2px solid #806660
}
.btn-gradient-brown--active{
    background-image:linear-gradient(45deg,#806660,#59423d);
    color:#fff;
    border:0
}
.btn-gradient-brown:hover{
    background:#806660;
    color:#fff
}
.btn-gradient-brown:focus,.btn-gradient-brown:visited{
    box-shadow:0 0 5px 0 var(--blue-focus);
    border:3px solid var(--blue-focus);
    color:#212121
}
@media (min-width:768px){
    .btn-gradient-brown{
        font-size:17px;
        line-height:1.53;
        padding:10px 25px
    }
}
body,body.modal-open{
    padding-right:0!important
}
@media (min-width:992px){
    .btn-gradient-brown{
        font-size:18px;
        line-height:1.56
    }
    .btn-default-primary,.btn-default-primary-darkbg,.btn-default-secondary,.btn-default-secondary-darkbg,.text-link,.text-link-darkbg{
        font-size:15px;
        line-height:1.6
    }
}
.btn-link{
    font-family:"Noto Sans Regular",sans-serif;
    font-size:15px
}
.masthead .overlay .uob-h2,.uob-h2{
    font-family:"Noto Sans Light",sans-serif
}
@media (max-width:991.98px){
    .btn-link{
        font-size:14px
    }
}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{
    max-width:1920px
}
html{
    overflow-x:hidden;
    font-size:10px
}
body{
    overflow-x:hidden
}
body.modal-open{
    height:auto;
    overflow-y:hidden
}
.iw-row .iw-columns{
    padding:0
}
.m-6{
    margin:2!important
}
.mt-6,.my-6{
    margin-top:2rem!important
}
.mr-6,.mx-6{
    margin-right:2rem!important
}
.mb-6,.my-6{
    margin-bottom:2rem!important
}
.ml-6,.mx-6{
    margin-left:2rem!important
}
@media (min-width:576px){
    .m-sm-6{
        margin:2!important
    }
    .mt-sm-6,.my-sm-6{
        margin-top:2rem!important
    }
    .mr-sm-6,.mx-sm-6{
        margin-right:2rem!important
    }
    .mb-sm-6,.my-sm-6{
        margin-bottom:2rem!important
    }
    .ml-sm-6,.mx-sm-6{
        margin-left:2rem!important
    }
}
@media (min-width:768px){
    .m-md-6{
        margin:2!important
    }
    .mt-md-6,.my-md-6{
        margin-top:2rem!important
    }
    .mr-md-6,.mx-md-6{
        margin-right:2rem!important
    }
    .mb-md-6,.my-md-6{
        margin-bottom:2rem!important
    }
    .ml-md-6,.mx-md-6{
        margin-left:2rem!important
    }
}
@media (min-width:992px){
    .m-lg-6{
        margin:2!important
    }
    .mt-lg-6,.my-lg-6{
        margin-top:2rem!important
    }
    .mr-lg-6,.mx-lg-6{
        margin-right:2rem!important
    }
    .mb-lg-6,.my-lg-6{
        margin-bottom:2rem!important
    }
    .ml-lg-6,.mx-lg-6{
        margin-left:2rem!important
    }
}
@media (min-width:1200px){
    .m-xl-6{
        margin:2!important
    }
    .mt-xl-6,.my-xl-6{
        margin-top:2rem!important
    }
    .mr-xl-6,.mx-xl-6{
        margin-right:2rem!important
    }
    .mb-xl-6,.my-xl-6{
        margin-bottom:2rem!important
    }
    .ml-xl-6,.mx-xl-6{
        margin-left:2rem!important
    }
}
.p-6{
    padding:2rem!important
}
.navbar-expand-sm .navbar-nav .nav-item{
    padding-left:10px;
    padding-right:10px
}
.iw_columns.col-lg-12,.navbar-expand-sm .navbar-nav .nav-link{
    padding:0
}
.personal-banking-block,.personal-banking-block .nav-item{
    display:block
}
.border-radius-10{
    border-radius:10px
}
.border-grey{
    border-bottom:1px solid #e6e6e6!important
}
.uob-h1{
    font-size:32px;
    font-weight:400;
    line-height:1.31;
    color:#005eb8
}
@media (min-width:768px){
    .uob-h1{
        font-size:48px;
        line-height:1.25
    }
}
@media (min-width:992px){
    .uob-h1{
        font-size:54px;
        line-height:1.3
    }
}
.uob-h2{
    font-size:28px;
    font-weight:300;
    line-height:1.36;
    color:#005eb8
}
.breadcrumb,.uob-h4{
    font-family:"Noto Sans Bold",sans-serif,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
@media (min-width:768px){
    .uob-h2{
        font-size:34px;
        line-height:1.29
    }
}
@media (min-width:992px){
    .uob-h2{
        font-size:40px;
        line-height:1.25
    }
}
.uob-h3{
    font-size:20px;
    font-weight:400;
    line-height:1.5;
    color:#212121
}
@media (min-width:768px){
    .uob-h3{
        font-size:22px;
        line-height:1.45
    }
}
@media (min-width:992px){
    .uob-h3{
        font-size:24px;
        line-height:1.42
    }
}
.uob-h4{
    font-size:16px;
    font-weight:500;
    line-height:1.63;
    color:#212121
}
.card-subtitle,.subtitle,.uob-h5,body,label{
    font-weight:400;
    color:#212121
}
@media (min-width:768px){
    .uob-h4{
        font-size:18px;
        line-height:1.56
    }
}
@media (min-width:992px){
    .uob-h4{
        font-size:20px;
        line-height:1.5
    }
}
.uob-h5{
    font-size:16px;
    line-height:1.63
}
@media (min-width:768px){
    .uob-h5{
        font-size:17px;
        line-height:1.53
    }
}
@media (min-width:992px){
    .uob-h5{
        font-size:18px;
        line-height:1.56
    }
}
.uob-h6{
    font-family:"Noto Sans Bold",sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:1.57;
    color:#212121
}
@media (min-width:768px){
    .uob-h6{
        font-size:15px;
        line-height:1.6
    }
}
@media (min-width:576px){
    .navbar-expand-sm .navbar-nav .nav-link{
        padding:0
    }
    .section-title-small h1,.section-title-small h2,.section-title-small h3,.section-title-small h4,.section-title-small h5,.section-title-small h6{
        margin-bottom:15px
    }
}
@media (min-width:992px){
    .uob-h6{
        font-size:16px;
        line-height:1.5
    }
    .section-title-small h1,.section-title-small h2,.section-title-small h3,.section-title-small h4,.section-title-small h5,.section-title-small h6{
        margin-bottom:20px
    }
}
.section-title-small a[class^=btn-]{
    margin-top:10px
}
@media (min-width:576px){
    .section-title-small a[class^=btn-]{
        margin-top:15px
    }
}
.uob-form .uob-search-box{
    outline:0;
    border:none;
    border-radius:0;
    border-bottom:1px solid #1f6eda;
    padding-left:32px;
    font-size:18px;
    line-height:1.56;
    padding-right:50px
}
.uob-form .uob-search-box:focus{
    box-shadow:none;
    outline:0
}
.uob-form .uob-search-popular-content>div{
    padding:0!important
}
.uob-form .uob-search-popular-content>div:first-child{
    margin-top:15px
}
.uob-form .uob-search-popular-content>div:last-child{
    margin-bottom:15px
}
.uob-form .icon-search{
    position:absolute;
    width:30px;
    top:14px
}
.uob-form .icon-close{
    position:absolute;
    width:26px;
    top:14px;
    right:15px;
    display:none;
    cursor:pointer
}
.search__modal{
    padding-right:0!important
}
.search__modal .modal-dialog{
    max-width:100%;
    margin-top:30px
}
.search__modal .modal-dialog .modal-content{
    padding:0 15px
}
.search__modal .modal-dialog .modal-content .modal-body{
    padding:1rem 0
}
@media (min-width:576px){
    .search__modal .modal-dialog .modal-content{
        padding:0 30px
    }
}
@media (min-width:768px){
    .search__modal .modal-dialog .modal-content{
        padding:0 45px
    }
    .search__modal .modal-dialog{
        margin-top:40px
    }
}
@media (min-width:992px){
    .search__modal .modal-dialog .modal-content{
        padding:0 60px
    }
    .search__modal .modal-dialog{
        margin-top:50px
    }
}
@media (min-width:1200px){
    .search__modal .modal-dialog .modal-content{
        padding:0 150px
    }
}
.search__modal .uob-search-popular-content .p-4,.search__modal .uob-search-suggest-content .p-4{
    padding-top:0!important
}
.search__modal .uob-search-popular-content .p-4:last-child,.search__modal .uob-search-suggest-content .p-4:last-child{
    padding-bottom:0!important
}
.modal.global-modal .modal-dialog{
    width:100%;
    margin-left:0;
    border-top:5px solid #005eb8;
    margin-top:0;
    max-width:100%
}
.modal.global-modal .modal-dialog .modal-content{
    border-radius:0
}
body{
    font-family:"Noto Sans Regular",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size:14px;
    line-height:1.57
}
@media (min-width:768px){
    body{
        font-size:14px;
        line-height:1.57
    }
}
@media (min-width:992px){
    .modal.global-modal .modal-dialog{
        border-top:0;
        max-width:100%
    }
    .modal.global-modal .modal-dialog .modal-content{
        border-radius:0;
        margin-top:40px
    }
    .modal.global-modal .modal-dialog .modal-content .modal-body{
        padding:30px 60px
    }
    body{
        font-size:15px;
        line-height:1.6
    }
}
@media (min-width:1200px){
    body{
        font-size:16px;
        line-height:1.5
    }
}
.card-subtitle,.subtitle,label{
    font-size:12px;
    line-height:1.5;
    letter-spacing:.5px
}
.card-subtitle--bold,.subtitle--bold,label--bold{
    font-weight:700
}
@media (min-width:992px){
    .card-subtitle,.subtitle,label{
        font-size:13px;
        line-height:1.54
    }
}
.note{
    font-size:12px;
    font-weight:400;
    line-height:1.5
}
@media (min-width:992px){
    .note{
        font-size:13px;
        line-height:1.54
    }
}
.paragraph{
    font-size:14px;
    line-height:1.57;
    color:#212121;
    word-break:break-word;
    word-wrap:break-word
}
@media (min-width:992px){
    .paragraph{
        font-size:16px;
        line-height:1.6
    }
}
.paragraph-large{
    font-size:16px;
    line-height:1.63;
    color:#333
}
@media (min-width:768px){
    .paragraph-large{
        font-size:17px;
        line-height:1.53;
        color:#212121
    }
}
@media (min-width:992px){
    .paragraph-large{
        font-size:18px;
        line-height:1.56
    }
}
.font-weight-bold,b,strong{
    font-family:"Noto Sans Bold",sans-serif
}
.split-line{
    width:1px;
    background-color:#e6e6e6
}
.split-line--row{
    width:100%;
    height:1px;
    background-color:#e6e6e6
}
.text-bright-blue{
    color:#0084ff
}
.text-bright-brown{
    color:#806660
}
.text-grey-darkest{
    color:#6e6e6e
}
.text-underline{
    text-decoration:underline!important
}
.dropdown-toggle{
    border:0
}
.dropdown-toggle::after{
    margin-left:.7em;
    border:solid #fff;
    border-width:0 1px 1px 0;
    display:inline-block;
    padding:4px;
    transform:rotate(45deg);
    transform-origin:center center;
    transition:all .2s cubic-bezier(.25,1.7,.35,.8)
}
.dropdown-block-lg .you-are-in{
    padding-left:10px
}
.dropdown-block-lg.show{
    background:#212121;
    margin-top:-10px;
    padding-top:10px
}
.dropdown-block-lg.show .dropdown-toggle::after{
    position:relative;
    top:5px;
    transform:rotate(-135deg);
    transform-origin:center center;
    transition:all .2s cubic-bezier(.25,1.7,.35,.8)
}
.dropdown-block-lg-down.show{
    background:#212121
}
.dropdown-block-lg-down.show .dropdown-toggle::after{
    position:relative;
    top:5px;
    transform:rotate(-135deg)
}
.dropdown-menu{
    border:0
}
.dropdown-menu .btn{
    margin-top:15px
}
.dropdown-menu-lg-down{
    background-color:#212121;
    width:100%;
    border:0;
    border-radius:0;
    margin-left:4px
}
.dropdown-menu-lg-down--login{
    background-color:#0084ff;
    margin-top:-2px;
    margin-right:-15px
}
@media (min-width:576px){
    .dropdown-menu-lg-down--login{
        width:300px
    }
}
@media (min-width:768px){
    .dropdown-menu-lg-down--login{
        width:330px
    }
}
.dropdown-menu-lg-down--personal-banking{
    max-height:560px
}
.dropdown-menu-lg-down .dropdown-header{
    color:#b2b2b2;
    font-size:14px;
    line-height:1.57;
    text-transform:capitalize
}
.dropdown-menu-lg-down .dropdown-item{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.54;
    color:#fff;
    padding:10px 30px
}
.dropdown-menu-lg-down .dropdown-item:hover{
    background-color:#6e6e6e
}
.dropdown-menu-lg{
    background-color:#212121;
    width:240px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-top:-1px;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15)
}
.dropdown-menu-lg .dropdown-header{
    font-size:15px;
    line-height:1.6;
    color:#b2b2b2
}
.dropdown-menu-lg .dropdown-item{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.54;
    color:#fff;
    padding:10px 30px
}
.dropdown-menu-lg .dropdown-item:focus{
    color:#212121!important
}
.dropdown-menu-lg .dropdown-item:hover{
    color:#fff!important;
    background-color:#6e6e6e
}
.dropdown-menu-lg--personal-banking{
    width:360px
}
.dropdown-menu-lg--language{
    max-height:1000px
}
.dropdown-menu-lg--login{
    width:360px;
    background-color:#00237b
}
.dropdown-menu-lg--login .dropdown-item{
    text-transform:capitalize
}
.dropdown-menu-lg--login .dropdown-item:hover{
    background-color:#0084ff
}
.dropdown-menu-lg .mt-n10{
    margin-top:-10px!important
}
.bg-gray{
    background-color:#f5f5f5
}
.bg-blue{
    background:#004585
}
.promotion-banner.bg-blue a{
    color:#fff;
    text-decoration:underline
}
.white-color{
    color:#fff
}
.black-color{
    color:#212121
}
.rounded-5{
    border-radius:.5rem!important
}
.rounded-10{
    border-radius:1rem!important
}
.rounded-top-10{
    border-top-left-radius:1rem!important;
    border-top-right-radius:1rem!important
}
.img-stretch{
    max-width:100%;
    height:100%
}
.opacity-1{
    opacity:1!important
}
.opacity-0{
    opacity:0!important
}
.offset-top{
    top:40px
}
.offset-top-scroll{
    top:65px
}
.offset-top-0{
    top:0!important
}
.dropdown .dropdown-menu{
    transition:all .5s;
    overflow:hidden;
    transform-origin:top center;
    transform:scale(1,0);
    display:block;
    z-index:1050
}
.header-mega-menu .dropdown.megamenu-li .dropdown-menu{
    transition:all .2s;
    overflow:hidden;
    transform-origin:top center;
    transform:scale(1,0);
    display:block
}
.header-mega-menu .dropdown.megamenu-li:hover .dropdown-menu{
    transform:scale(1)
}
.dropdown.show .dropdown-menu{
    z-index:1050;
    transform:scale(1)
}
a:hover,a:not([data-toggle=collapse]):focus.btn-link{
    text-decoration:none
}
a:not([data-toggle=collapse]):focus{
    outline:0
}
.loader-backdrop{
    background:rgba(51,51,51,.7)
}
.accordion-each .btn[data-toggle=collapse]:after,.breadcrumb-item+.breadcrumb-item:before{
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    content:""
}
.modal-backdrop{
    z-index:1029
}
@media (min-width:576px){
    .w-sm-70{
        width:70%
    }
    .modal-backdrop{
        z-index:1040
    }
}
@media (min-width:768px){
    .tablet-reset{
        height:auto!important
    }
}
.content-title .uob-h5{
    max-width:750px;
    margin-left:auto;
    margin-right:auto
}
a{
    color:#0084ff
}
a:active{
    color:#004585
}
.iw_section.container-fluid,.iw_section.container-lg,.iw_section.container-md,.iw_section.container-sm,.iw_section.container-xl{
    padding-left:0;
    padding-right:0
}
.iw_row.row{
    margin-right:0;
    margin-left:0
}
input:-moz-submit-invalid,input:invalid{
    outline:0;
    border:0;
    box-shadow:none
}
video{
    width:100%;
    height:100%;
    display:inline-block
}
video::-webkit-media-controls-panel{
    display:none!important
}
.bootstrap-select .dropdown-toggle{
    padding:15px;
    font-size:15px
}
.bootstrap-select .dropdown-toggle::after{
    position:absolute;
    content:"";
    top:15px;
    right:20px;
    border:solid #1f6eda;
    border-width:0 1px 1px 0;
    padding:6px;
    margin:0!important
}
.bootstrap-select .dropdown-menu{
    height:300px;
    overflow-y:auto
}
.bootstrap-select .dropdown-item{
    padding:15px;
    font-size:15px
}
.accordion-each{
    max-width:960px;
    margin-left:auto;
    margin-right:auto
}
.accordion-each:not(:last-child){
    margin-bottom:30px
}
@media (min-width:768px){
    .accordion-each:not(:last-child){
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .accordion-each:not(:last-child){
        margin-bottom:50px
    }
}
.accordion-each .paragraph{
    padding-top:20px
}
@media (min-width:768px){
    .accordion-each .paragraph{
        padding-top:30px
    }
}
.accordion-each .btn[data-toggle=collapse]{
    padding-top:0;
    padding-bottom:10px;
    padding-right:40px;
    position:relative
}
.accordion-each .btn[data-toggle=collapse]:focus{
    box-shadow:none
}
.accordion-each .btn[data-toggle=collapse]:after{
    background-image:url(../assets/Icons/icons-chevron-down-black.svg);
    display:inline-block;
    width:28px;
    height:28px;
    position:absolute;
    right:0;
    top:0;
    transition:all .3s cubic-bezier(.25,1.7,.35,.8)
}
.accordion-each .btn[data-toggle=collapse][aria-expanded=true]:after{
    transform:rotate(-180deg);
    transform-origin:center center;
    transition:all .3s cubic-bezier(.25,1.7,.35,.8)
}
.image-text-block .subtitle{
    margin-top:20px;
    margin-bottom:10px
}
.image-text-block .title{
    margin-bottom:20px
}
.image-text-block .content-list{
    padding-inline-start:15px;
    margin-bottom:10px
}
@media (min-width:576px){
    .image-text-block .content-list{
        padding-inline-start:15px
    }
}
@media (min-width:768px){
    .image-text-block .content-list{
        padding-inline-start:20px
    }
}
.breadscrum{
    padding:20px 15px 0
}
.breadscrum a{
    font-size:12px;
    line-height:1.5;
    font-weight:700;
    font-family:"Noto Sans Bold",sans-serif;
    color:#0084ff
}
.breadscrum a:after{
    content:">";
    width:20px;
    color:#212121;
    padding:0 5px
}
.breadscrum a.last{
    color:#212121
}
.breadscrum a.last:after{
    content:none
}
@media (min-width:576px){
    .breadscrum{
        padding:20px 30px 0
    }
}
@media (min-width:768px){
    .breadscrum{
        padding:20px 45px 0
    }
}
@media (min-width:992px){
    .image-text-block .subtitle{
        margin-bottom:20px
    }
    .image-text-block .title{
        margin-bottom:30px
    }
    .image-text-block .content-list{
        margin-bottom:20px
    }
    .breadscrum{
        padding:20px 60px 0
    }
    .breadscrum a{
        font-size:13px;
        line-height:1.54
    }
}
@media (min-width:1200px){
    .breadscrum{
        padding:20px 150px 0
    }
    .breadscrum a:after{
        padding:0 10px
    }
}
.breadcrumb{
    font-size:12px;
    margin-top:-10px;
    margin-bottom:30px
}
.breadcrumb a{
    color:#0084ff
}
@media (min-width:768px){
    .breadcrumb{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .breadcrumb{
        margin-bottom:50px
    }
}
.breadcrumb-item{
    margin-top:10px
}
.breadcrumb-item+.breadcrumb-item:before{
    background-image:url(../assets/Icons/Chevron_Right.svg);
    display:inline-flex;
    margin-right:5px;
    width:14px
}
.page-header .container-fluid,.page-header .container-lg,.page-header .container-md,.page-header .container-sm,.page-header .container-xl{
    padding:0;
    margin:auto
}
.page-header .container-fluid .navbar .navbar-brand,.page-header .container-lg .navbar .navbar-brand,.page-header .container-md .navbar .navbar-brand,.page-header .container-sm .navbar .navbar-brand,.page-header .container-xl .navbar .navbar-brand{
    padding-left:0;
    padding-right:0
}
@media (min-width:576px){
    .page-header .container-fluid .navbar,.page-header .container-lg .navbar,.page-header .container-md .navbar,.page-header .container-sm .navbar,.page-header .container-xl .navbar{
        padding-left:30px;
        padding-right:30px
    }
}
@media (min-width:768px){
    .page-header .container-fluid .navbar,.page-header .container-lg .navbar,.page-header .container-md .navbar,.page-header .container-sm .navbar,.page-header .container-xl .navbar{
        padding-left:45px;
        padding-right:45px
    }
}
@media (min-width:992px){
    .page-header .container-fluid .navbar,.page-header .container-lg .navbar,.page-header .container-md .navbar,.page-header .container-sm .navbar,.page-header .container-xl .navbar{
        height:40px;
        font-size:13px;
        line-height:1.54;
        padding:10px 60px
    }
}
@media (min-width:1200px){
    .page-header .container-fluid .navbar,.page-header .container-lg .navbar,.page-header .container-md .navbar,.page-header .container-sm .navbar,.page-header .container-xl .navbar{
        padding:10px 150px
    }
}
.page-header .header{
    background-color:rgba(255,255,255,.9)
}
.page-header .header .login-button{
    background:#00237b;
    margin-top:-10px;
    margin-bottom:-10px;
    padding:8px 0 0;
    font-size:15px;
    line-height:1.6
}
#collapsibleNavbar .seal-mark img,.page-header .right-by-you-seal img,.page-header li.megamenu-li a.btn[button_name="uob seal mark"] img{
    width:30px;
    height:30px
}
.page-header .header .login-button .dropdown-toggle{
    padding-left:15px
}
.page-header .header .login-button .dropdown-toggle::after{
    border:0;
    display:none
}
.page-header .header .login-button .dropdown-toggle.text-ff-rmedium{
    font-family:"Noto Sans Bold",sans-serif!important
}
.page-header .header .login-button .icon-login-lock{
    position:relative;
    top:-2px;
    width:16px;
    height:16px
}
.page-header .header .lg-down-header{
    background-color:rgba(255,255,255,.9);
    border-top:5px solid #005eb8;
    border-bottom:1px solid #e6e6e6
}
.page-header .header .lg-down-header .mega-menu-lg-down-container{
    position:relative;
    transform:translate(0,0);
    transition:transform .3s
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.headroom{
    position:fixed;
    top:-71px;
    width:100%;
    z-index:20;
    transition:.6s all
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.headroom.headroom--top{
    position:relative;
    top:0
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.headroom.headroom--pinned{
    position:fixed;
    z-index:20;
    width:100%;
    top:0
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.headroom.headroom--pinned.headroom--top{
    position:relative
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.sticky-show{
    position:fixed;
    z-index:20;
    width:100%;
    top:0
}
.page-header .header .lg-down-header .mega-menu-lg-down-container.hide-with-translate{
    transform:translate(0,-100px);
    transition:transform .3s;
    height:0
}
.page-header .header .lg-down-header .lg-down-logo img{
    width:86px;
    height:24px
}
.page-header .header .lg-down-header .navbar{
    padding-top:10px;
    padding-bottom:10px
}
.page-header .header .lg-down-header .navbar .navbar-toggler{
    position:absolute;
    top:15px
}
@media (max-width:991.98px){
    .page-header .header .lg-down-header .navbar .navbar-toggler{
        right:20px
    }
}
@media (max-width:767.98px){
    .page-header .header .lg-down-header .navbar .navbar-toggler{
        right:0
    }
}
.page-header .header .lg-down-header .navbar .navbar-toggler svg{
    display:block
}
.page-header .header .lg-down-header .navbar .navbar-toggler .menu-close,.page-header .header .lg-down-header .navbar .navbar-toggler .menu-open{
    pointer-events:all
}
.page-header .header .lg-down-header .navbar .icon-login-lock{
    position:relative;
    top:-2px
}
.page-header .header .lg-down-header .login-item{
    margin-left:15px;
    background-color:#00237b;
    margin-top:-13px;
    margin-bottom:-13px;
    padding-left:15px;
    padding-right:15px;
    line-height:67px
}
.page-header .header .lg-down-header .login-item a{
    color:#fff
}
@media (min-width:992px){
    .page-header .header{
        background-color:#005eb8
    }
}
.page-header .header nav .nav-item{
    color:#fff
}
.page-header .header nav .nav-item a{
    color:#fff;
    border:0;
    white-space:normal!important;

}
.page-header .header nav .dropdown-menu{
    color:#fff;
    border-radius:0
}
.page-header .header nav .dropdown-menu a:hover{
    color:#212121
}
.page-header .header-mega-menu{
    border-bottom:1px solid #e6e6e6
}
.page-header .header-mega-menu .tools-title img{
    margin-right:10px
}
.page-header .header-mega-menu.headroom{
    position:fixed;
    top:-71px;
    width:100%;
    z-index:20;
    transition:.25s all
}
.page-header .header-mega-menu.headroom.headroom--top{
    position:relative;
    top:0
}
.page-header .header-mega-menu.headroom.headroom--pinned{
    position:fixed;
    z-index:20;
    width:100%;
    top:0
}
.page-header .header-mega-menu.headroom.headroom--pinned.headroom--top{
    position:relative
}
.page-header .header-mega-menu .mega-menu-lg-container.shadow{
    box-shadow:none!important
}
@media (max-width:1199.98px){
    .page-header .header-mega-menu .lg-down-mega-menu{
        z-index:1029;
        width:100%;
        position:absolute;
        top:0;
        padding:0;
        margin:0;
        opacity:0;
        pointer-events:none;
        display:block;
        transition:height .5s ease,opacity .5s ease
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block a,.page-header .header-mega-menu .lg-down-mega-menu .collpase-items-block a{
        border:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(1){
        transition-delay:0s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(2){
        transition-delay:50ms
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(3){
        transition-delay:.1s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(4){
        transition-delay:.15s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(5){
        transition-delay:.2s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(6){
        transition-delay:.25s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(7){
        transition-delay:.3s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(8){
        transition-delay:.35s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(9){
        transition-delay:.4s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(10){
        transition-delay:.45s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(11){
        transition-delay:.5s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(12){
        transition-delay:.55s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(13){
        transition-delay:.6s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(14){
        transition-delay:.65s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(15){
        transition-delay:.7s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(16){
        transition-delay:.75s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(17){
        transition-delay:.8s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(18){
        transition-delay:.85s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(19){
        transition-delay:.9s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(20){
        transition-delay:.95s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item:nth-child(21){
        transition-delay:1s
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=false] h5 .icon-chevron-right{
        position:absolute;
        right:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .d-flex{
        display:block!important
    }
    .page-header .header-mega-menu .lg-down-mega-menu .navbar-toggler-icon{
        display:block
    }
    .page-header .header-mega-menu .lg-down-mega-menu .navbar-collapse{
        width:100%;
        height:calc(100% - 68px);
        position:fixed;
        overflow-y:auto;
        overflow-x:hidden;
        z-index:2000;
        background:#005eb8;
        top:67.25px;
        display:block!important
    }
    .page-header .header-mega-menu .lg-down-mega-menu .navbar-collapse .mega-menu-list-top{
        background:#fff
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-item,.page-header .header-mega-menu .lg-down-mega-menu .nav-item{
        opacity:0;
        transform:translateX(-30px);
        transition:all .5s ease
    }
    .page-header .header-mega-menu .lg-down-mega-menu.show{
        opacity:1;
        pointer-events:all
    }
    .page-header .header-mega-menu .lg-down-mega-menu.show .mega-menu-list-item,.page-header .header-mega-menu .lg-down-mega-menu.show .nav-item{
        opacity:1;
        transform:translateX(0)
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block{
        transition:all .25s ease-in-out
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block .collapse .card{
        height:0;
        transition:all .25s ease-in-out
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block.show{
        background-color:#212121
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block.show .collapse-title .icon-arrow-down{
        transform:rotate(-180deg);
        transition:all .6s ease-in-out
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block .collapsing .card .collpase-items-header{
        color:#b2b2b2;
        font-size:14px;
        line-height:1.57;
        text-transform:capitalize;
        margin-left:-15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block .collapse.show .card{
        height:100%
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-block .collapse.show .card .collpase-items-header{
        color:#b2b2b2;
        font-size:14px;
        line-height:1.57;
        text-transform:capitalize;
        margin-left:-15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .collapse-title .icon-arrow-down{
        position:relative;
        bottom:3px;
        left:3px;
        transform:rotate(0);
        transition:all .6s ease-in-out
    }
    .page-header .header-mega-menu .lg-down-mega-menu .bg-light-gray{
        background-color:rgba(33,33,33,.7)
    }
    .page-header .header-mega-menu .lg-down-mega-menu .dropdown-item{
        color:#005eb8;
        font-weight:700;
        padding:15px 0;
        margin-left:15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .dropdown-item a{
        color:#005eb8
    }
    .page-header .header-mega-menu .lg-down-mega-menu .dropdown-menu-lg-down.show{
        transform:none!important;
        top:auto!important
    }
    .page-header .header-mega-menu .lg-down-mega-menu .dropdown-menu-lg-down.show .dropdown-item{
        color:#fff;
        padding-left:15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=true]{
        text-decoration:none
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=true] h5{
        margin-bottom:20px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=true] h5 .icon-chevron-left{
        display:inline-block!important
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=true] h5 .title{
        font-size:16px;
        text-decoration:none;
        margin-left:5px;
        line-height:20px;
        vertical-align:bottom
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=false]{
        text-decoration:none;
        border:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=false] h5{
        font-size:16px;
        line-height:1.5
    }
    .page-header .header-mega-menu .lg-down-mega-menu .parent-accordion-header a[aria-expanded=false] h5 .icon-chevron-right{
        display:inline-block!important
    }
    .page-header .header-mega-menu .lg-down-mega-menu .sub-accordion-header .icon-chevron-down-black{
        position:relative;
        top:-2px;
        margin-left:5px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .sub-accordion-header h6{
        margin:0;
        padding:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .sub-accordion-header h6 .title{
        font-family:"Noto Sans Bold",sans-serif;
        color:#212121;
        font-size:12px;
        line-height:1.5;
        letter-spacing:.5px;
        padding-top:10px;
        padding-bottom:10px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .sub-accordion-header .collapsed>h6>.icon-chevron-down-black{
        transform:rotate(-180deg);
        transition:all .2s cubic-bezier(.25,1.7,.35,.8)
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .tools{
        margin-top:20px;
        margin-bottom:25px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .tools ul{
        border-radius:10px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .tools ul .tools-title{
        color:#212121
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .tools ul li{
        padding:15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .tools ul li a{
        font-family:"Noto Sans Regular",sans-serif;
        color:#005eb8;
        font-weight:400
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-content,.page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-title{
        width:290px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block img{
        max-width:100%;
        width:290px;
        height:180px;
        border-radius:10px;
        background-color:#e6e6e6;
        object-fit:cover
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block a.text-link{
        color:#005eb8
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .pt-3{
        padding-top:20px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .pb-4{
        padding-bottom:30px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .accordion .card{
        background:0 0;
        border:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .accordion .card .card-header{
        background-color:#fff;
        border:0;
        padding:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .accordion .card .card-header .collapsed .page-header__title{
        margin-bottom:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .accordion .card .card-body{
        padding:0;
        font-size:14px;
        line-height:1.57;
        font-weight:500
    }
    .page-header .header-mega-menu .lg-down-mega-menu .accordion-dropdown-item-title{
        font-family:"Noto Sans Bold",sans-serif;
        font-weight:700;
        font-size:12px;
        line-height:1.5;
        letter-spacing:.5px;
        padding-top:10px;
        padding-bottom:10px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top{
        min-width:100%;
        max-width:100%;
        padding:19px 15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item{
        margin-bottom:28px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item:last-child{
        margin-bottom:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item .page-header__title span.title{
        color:#005eb8;
        font-family:"Noto Sans Regular",sans-serif
    }
}
@media (max-width:767.98px){
    h4.image-block-title{
        font-family:"Noto Sans Bold",sans-serif;
        font-weight:700
    }
}
@media (max-width:1199.98px) and (min-width:576px){
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block img{
        width:300px;
        height:180px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-content,.page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-title{
        width:300px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top{
        padding-left:30px;
        padding-right:30px
    }
}
@media (max-width:1199.98px) and (min-width:768px){
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block img{
        width:340px;
        height:200px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-content,.page-header .header-mega-menu .lg-down-mega-menu .card-body .image-block .image-block-title{
        width:340px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top{
        padding:30px 45px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item{
        margin-bottom:30px
    }
}
@media (max-width:1199.98px){
    .page-header .header-mega-menu .lg-down-mega-menu .personal-banking-block{
        background-color:#005eb8;
        color:#fff;
        padding-top:30px;
        padding-bottom:30px;
        overflow:auto
    }
    .page-header .header-mega-menu .lg-down-mega-menu .personal-banking-block .nav-item{
        margin-bottom:15px;
        padding-top:15px;
        padding-left:15px;
        padding-right:15px
    }
    .page-header .header-mega-menu .lg-down-mega-menu .personal-banking-block .nav-item p{
        margin-bottom:0
    }
    .page-header .header-mega-menu .lg-down-mega-menu .personal-banking-block a.nav-link{
        color:#fff;
        font-weight:700;
        letter-spacing:.5px
    }
}
@media (max-width:1199.98px) and (min-width:576px){
    .page-header .header-mega-menu .lg-down-mega-menu .personal-banking-block .nav-item{
        padding-top:30px;
        padding-left:30px;
        padding-right:30px
    }
}
@media (min-width:992px){
    .page-header .header-mega-menu .mega-menu-lg-container{
        position:relative;
        transform:translate(0,0);
        transition:transform .3s;
        z-index:10
    }
    .page-header .header-mega-menu .mega-menu-lg-container.sticky-show{
        position:fixed;
        z-index:10;
        width:100%;
        top:0
    }
    .page-header .header-mega-menu .mega-menu-lg-container.hide-with-translate{
        transform:translate(0,-100px);
        transition:transform .3s;
        height:0
    }
    .page-header .header-mega-menu .mega-menu-lg-container .megamenu-li .mega-menu{
        z-index:1051
    }
    .page-header .header-mega-menu .navbar{
        height:70px
    }
    .page-header .header-mega-menu .tools-title{
        font-size:13px;
        line-height:1.54;
        letter-spacing:.5px;
        text-transform:uppercase
    }
    .page-header .header-mega-menu .login-button{
        position:relative!important;
        background:#00237b;
        margin-top:-10px;
        margin-bottom:-8px;
        padding:0;
        font-size:15px;
        line-height:60px;
        font-family:"Noto Sans Bold",sans-serif;
        font-weight:700
    }
    .page-header .header-mega-menu .login-button a{
        font-family:"Noto Sans Bold",sans-serif;
        font-weight:700
    }
    .page-header .header-mega-menu .login-button .dropdown-toggle{
        padding-left:15px;
        padding-right:15px
    }
    .page-header .header-mega-menu .login-button .dropdown-toggle::after{
        border:0;
        display:none
    }
    .page-header .header-mega-menu .login-button .icon-login-lock{
        position:relative;
        top:-2px
    }
    .page-header .header-mega-menu .active-line{
        display:none;
        width:10%;
        height:3px;
        background-color:#005eb8;
        transition:.3s ease-in-out;
        margin:11px 0 -59px;
        text-align:left;
        z-index:1;
        pointer-events:none
    }
    .page-header .header-mega-menu .megamenu-li-active~hr{
        display:block
    }
    .page-header .header-mega-menu .login-button-sticky-block .megamenu-li-active.two~hr{
        margin-left:10%
    }
    .page-header .header-mega-menu .login-button-sticky-block .megamenu-li-active.three~hr{
        width:11%;
        margin-left:22%
    }
    .page-header .header-mega-menu .login-button-sticky-block .megamenu-li-active.four~hr{
        margin-left:34%
    }
    .page-header .header-mega-menu .login-button-sticky-block .megamenu-li-active.five~hr{
        margin-left:46%
    }
    .page-header .header-mega-menu .login-button-sticky-block .megamenu-li-active.six~hr{
        width:19%;
        margin-left:57%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.one~hr{
        margin-left:2.5%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.two~hr{
        margin-left:15%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.three~hr{
        width:12%;
        margin-left:29.2%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.four~hr{
        margin-left:45.5%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.five~hr{
        margin-left:60%
    }
    .page-header .header-mega-menu .login-button-sticky-none .megamenu-li-active.six~hr{
        width:15%;
        margin-left:75%
    }
    .page-header .header-mega-menu .card-of-cloum{
        width:218px;
        height:160px
    }
}
.page-header .header-mega-menu .mega-logo img{
    width:86px;
    height:24px
}
@media (min-width:992px){
    .page-header .header-mega-menu .mega-logo img{
        width:107px;
        height:30px
    }
}
.page-header .header-mega-menu .megamenu-li{
    position:static;
    padding:0;
    display:flex;
    align-items:center
}
.page-header .header-mega-menu .megamenu-li a{
    border:0
}
.page-header .header-mega-menu .megamenu-li a.dropdown-toggle::after{
    content:'';
    border:0;
    display:none
}
.page-header .header-mega-menu .megamenu-li .megamenu{
    position:absolute;
    width:100%;
    left:0;
    right:0;
    border:none;
    border-radius:0;
    padding:40px 150px;
    background-color:#fff;
    margin-top:-1px;
    border-top:1px solid #e6e6e6;
    box-shadow:0 8px 15px 0 rgba(0,0,0,.15)
}
.card,.page-header .header-mega-menu .megamenu-li .megamenu .dropdown-item:hover{
    background-color:transparent
}
.page-header .header-mega-menu .megamenu-li .megamenu .dropdown-item{
    color:#005eb8;
    font-weight:500;
    padding:10px 0;
    white-space:normal
}
.page-header .header-mega-menu .megamenu-li .megamenu .dropdown-item a{
    font-family:"Noto Sans Bold",sans-serif;
    font-weight:700;
    color:#005eb8
}
.page-header .header-mega-menu .megamenu-li .megamenu h6{
    font-size:13px;
    line-height:1.54;
    letter-spacing:.5px;
    font-family:"Noto Sans Bold",sans-serif
}
.page-header .header-mega-menu .megamenu-li .megamenu .tools{
    padding:18px 20px;
    margin-top:30px
}
.page-header .header-mega-menu .megamenu-li .megamenu .tools li{
    margin-left:20px
}
.page-header .header-mega-menu .megamenu-li .megamenu .tools li:first-child{
    margin-left:0
}
.page-header .header-mega-menu .megamenu-li .megamenu .tools li a{
    font-family:"Noto Sans Regular",sans-serif;
    font-weight:400;
    color:#005eb8
}
@media (min-width:992px){
    .page-header .header-mega-menu .megamenu-li .megamenu{
        padding:40px 60px
    }
}
@media (min-width:1200px){
    .page-header .header-mega-menu .megamenu-li .megamenu{
        padding:40px 150px
    }
}
.page-header .header-mega-menu .mega-menu-title{
    font-size:13px;
    line-height:1.54;
    color:#212121
}
.page-header .header-mega-menu .megamenu-li-active{
    text-align:center
}
.page-header .header-mega-menu .megamenu-li-active a{
    font-weight:500
}
.page-header .header-mega-menu .mega-menu-img-title{
    width:218px;
    font-size:18px;
    line-height:1.56
}
.page-header .header-mega-menu .mega-menu-content{
    width:218px;
    font-size:15px;
    line-height:1.6
}
.page-header .header-mega-menu .mega-menu-content+a{
    font-family:"Noto Sans Bold",sans-serif;
    font-weight:700;
    color:#005eb8
}
.page-header__line{
    border-top:1px solid transparent
}
.page-header .search-trigger-btn{
    margin-top:30px;
    margin-bottom:23px
}
#LgDownLoginModal .modal-dialog{
    width:100%;
    margin:0
}
#LgDownLoginModal .modal-dialog .modal-content{
    border-radius:0;
    background-color:#00237b;
    color:#fff;
    max-width:100%
}
#LgDownLoginModal .modal-dialog .modal-content h5.modal-title{
    font-family:"Noto Sans Bold",sans-serif;
    font-weight:700;
    font-size:14px;
    margin-top:3px;
    margin-left:5px
}
#LgDownLoginModal .modal-dialog .modal-content h5.modal-title img{
    margin-top:-3px
}
#LgDownLoginModal .modal-dialog .modal-content .modal-body{
    padding:30px 15px
}
#LgDownLoginModal .modal-dialog .modal-content .modal-body li{
    padding-top:15px;
    padding-bottom:15px
}
#LgDownLoginModal .modal-dialog .modal-content .modal-body li:first-child{
    padding-top:0
}
#LgDownLoginModal .modal-dialog .modal-content .modal-body li:last-child{
    padding-bottom:0
}
#LgDownLoginModal .modal-dialog .modal-content .modal-body a.text-link{
    color:#fff
}
.notice-bar{
    padding:15px 60px 15px 0;
    position:relative;
    display:flex;
    flex-wrap:wrap;
    text-align:center
}
.notice-bar .close-notice-bar img{
    width:20px;
    height:20px;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer
}
@media (max-width:767.98px){
    .notice-bar{
        padding-right:20px
    }
    .notice-bar .close-notice-bar img{
        right:0
    }
}
footer{
    max-width:100%!important;
    background-color:#005eb8
}
footer .page-footer{
    padding:30px 15px;
    max-width:1920px;
    margin:auto
}
.card-illus,footer .page-footer .accordion .card .card-header,footer .page-footer .accordion .card .collapse .card-body,footer .page-footer .accordion .card .collapsing .card-body{
    padding:0
}
footer .page-footer .container-fluid,footer .page-footer .container-lg,footer .page-footer .container-md,footer .page-footer .container-sm,footer .page-footer .container-xl{
    padding-left:0;
    padding-right:0
}
footer .page-footer a{
    border:0;
    color:#fff!important
}
footer .page-footer .accordion .card{
    background:0 0
}
footer .page-footer .accordion .card .card-header .collapsed .page-footer-title{
    margin-bottom:0
}
footer .page-footer .accordion .card .card-header a[aria-expanded=true] .icon-chevron-down{
    transform:rotate(-180deg);
    transition:all .3s ease-in-out
}
footer .page-footer .accordion .card .card-header a[aria-expanded=false] .icon-chevron-down{
    display:block!important;
    transform:rotate(0);
    transition:all .3s ease-in-out
}
footer .page-footer .accordion .card .card-header h6 span{
    font-family:"Noto Sans Bold",sans-serif
}
footer .page-footer .accordion .card .collapse .card-body a.text-link-darkbg,footer .page-footer .accordion .card .collapsing .card-body a.text-link-darkbg{
    font-family:"Noto Sans Regular",sans-serif;
    font-weight:400
}
footer .page-footer-list p{
    margin-bottom:20px
}
.uob-cookie .paragraph:last-child,footer .page-footer-copyright p{
    margin-bottom:0
}
footer .page-footer-copyright ul{
    margin-bottom:20px
}
footer .page-footer-title{
    font-size:12px;
    line-height:1.5;
    font-weight:700;
    color:#fff;
    margin-bottom:20px
}
footer .page-footer-line{
    border-top:1px solid #b2b2b2;
    width:100%
}
@media (min-width:576px){
    footer .page-footer{
        padding:30px
    }
    footer .page-footer .page-footer-list .d-sm-block h6.page-footer-title{
        font-family:"Noto Sans Bold",sans-serif
    }
    footer .page-footer .page-footer-list .d-sm-block p a.text-link-darkbg{
        font-family:"Noto Sans Regular",sans-serif;
        font-weight:400
    }
    footer .page-footer-line{
        margin:40px auto 20px
    }
    footer .page-footer-title{
        margin-bottom:25px
    }
    footer .page-footer-copyright ul{
        margin-bottom:0
    }
}
@media (min-width:768px){
    footer .page-footer{
        padding:40px 45px
    }
}
@media (min-width:992px){
    footer .page-footer{
        padding:50px 60px
    }
    footer .page-footer-list p{
        margin-bottom:15px
    }
    footer .page-footer-title{
        font-size:13px;
        line-height:1.54
    }
}
@media (min-width:1200px){
    footer .page-footer{
        padding:50px 150px
    }
}
@media (min-width:576px){
    .carousel-controls{
        margin-bottom:10px
    }
}
@media (min-width:768px){
    .carousel-controls{
        margin-bottom:20px
    }
}
@media (min-width:992px){
    .carousel-controls{
        margin-bottom:30px
    }
}
.carousel-indicators{
    position:relative;
    margin:20px 7.5px;
    display:inline-flex
}
.carousel-indicators li{
    box-sizing:border-box;
    display:inline-block;
    border-radius:50%;
    border:2px solid #0084ff;
    width:12px;
    height:12px;
    opacity:1;
    margin-left:0;
    margin-right:15px
}
.carousel-indicators li.active,.carousel-indicators li:hover{
    background:#004585;
    border:2px solid #004585
}
.carousel-control-next,.carousel-control-prev{
    position:relative;
    width:20px;
    opacity:1
}
.carousel-control-next{
    margin-left:15px
}
.carousel-control-prev{
    margin-right:15px
}
.carousel-control-next-icon{
    background-image:url(../assets/Icons/icons-chevron-right.svg)
}
.carousel-control-prev-icon{
    background-image:url(../assets/Icons/icons-chevron-left.svg)
}
.card-illus img{
    width:100%;
    height:100%
}
@media (min-width:768px){
    .cards-row{
        margin-bottom:30px
    }
}
.cards-each{
    display:flex
}
@media (max-width:991.98px){
    .cards-each{
        margin-bottom:30px
    }
    .cards-each:last-child{
        margin-bottom:0
    }
}
.card-footer{
    padding:20px
}
.cards-row .card{
    transition:all .5s ease;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    border-color:transparent;
    border-width:0;
    position:relative
}
.cards-row .card:before{
    content:"";
    pointer-events:none;
    border:1px solid transparent;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border-radius:10px
}
.cards-row .card:hover{
    box-shadow:none
}
.cards-row .card:hover:before{
    border-color:#e6e6e6;
    border-width:1px
}
.cards-row .card:hover .text-link:after{
    transform:scaleX(1);
    transform-origin:0 50%
}
.cards-row .card-text{
    color:#212121
}
.card-link{
    padding:30px 15px 10px
}
.card-link .card-col{
    margin-bottom:20px
}
.card-col .card-body{
    min-height:1px!important
}
.card-link .card{
    border:1px solid #e6e6e6;
    transition:all .5s ease;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    background-color:#fff
}
.card-link .card .card-body .card-text a{
    font-size:16px;
    line-height:1.63;
    font-weight:500;
    color:#0084ff
}
.card-link .card:hover{
    box-shadow:none;
    cursor:pointer
}
.card-link .card:hover a.link-hover-effect{
    background-size:100% 1px
}
.card-link .card:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:1px solid #0084ff;
    transition:all .3s ease
}
@media (min-width:576px){
    .card-link{
        padding:30px 30px 10px
    }
}
@media (min-width:768px){
    .card-link{
        padding:40px 45px 20px
    }
    .card-link .title{
        margin-bottom:40px
    }
    .card-link .card-body .card-text a{
        font-size:18px;
        line-height:1.56
    }
}
@media (min-width:992px){
    .card-link{
        padding:50px 60px 20px
    }
    .card-link .title{
        margin-bottom:50px
    }
    .card-link .card-body .card-text a{
        font-size:20px;
        line-height:1.5
    }
}
@media (min-width:1200px){
    .card-link{
        padding:50px 150px 20px
    }
}
.category-page-card{
    padding:30px 15px;
    overflow-x:auto
}
.category-page-card .title{
    margin-bottom:30px
}
.category-page-card .category-items{
    min-width:780px;
    overflow-x:auto;
    overflow:visible
}
.category-page-card .category-items .category-item{
    max-width:32.5%;
    padding-right:0
}
@media (max-width:767.98px){
    .category-page-card .category-items .category-item:last-child{
        margin-right:15px
    }
}
.category-page-card .category-items .card-footer>div{
    display:flex;
    flex-flow:row
}
.category-page-card .category-items .card-footer>div>a{
    border:0;
    margin-right:1rem
}
.category-page-card .category-items .card-footer>div>a:last-child{
    margin-right:0
}
.category-page-card .category-items .card-footer>div>a button{
    width:100%;
    height:100%;
    margin-left:0!important
}
@media (max-width:991.98px){
    .category-page-card .category-items .card-footer>div{
        flex-flow:column
    }
    .category-page-card .category-items .card-footer>div>a{
        border:0;
        margin-right:0;
        margin-bottom:1rem
    }
    .category-page-card .category-items .card-footer>div>a:last-child{
        margin-bottom:0
    }
}
.category-page-card .card{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    background-color:#fff
}
.category-page-card .card .card-body .card-title,.category-page-card .card .card-body .paragraph{
    white-space:break-spaces
}
.category-page-card .card .card-body .content-list{
    padding-inline-start:inherit
}
.category-page-card .card .card-body .content-list li{
    white-space:break-spaces
}
.category-page-card .card .card-body .card-tag{
    position:relative;
    bottom:20px;
    display:inline-block;
    font-size:12px;
    line-height:1.5;
    letter-spacing:.5px;
    font-weight:400;
    color:#fff;
    padding:5px 10px;
    background:#004585;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}
.category-page-card .card .card-footer{
    background-color:transparent;
    border-top-width:0;
    margin:auto;
    padding:0 0 15px
}
.category-page-card .card:hover{
    box-shadow:none;
    transition:all .5s ease
}
.category-page-card .card:hover a.link-hover-effect{
    background-size:100% 1px
}
.category-page-card .card:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:1px solid #0084ff;
    transition:all .3s ease
}
@media (min-width:576px){
    .category-page-card{
        padding:30px 15px
    }
    .category-page-card .category-items .category-item{
        padding-left:15px;
        padding-right:15px
    }
}
@media (min-width:768px){
    .category-page-card{
        padding:40px 30px
    }
    .category-page-card .title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .category-page-card{
        padding:50px 45px
    }
    .category-page-card .title{
        margin-bottom:50px
    }
    .category-page-card .category-items{
        min-width:100%
    }
    .category-page-card .category-items .category-item{
        max-width:100%
    }
    .category-page-card .category-items .category-item .card .card-body .card-img-top{
        max-width:100%;
        height:auto
    }
    .category-page-card .category-items .category-item .card .card-body .card-tag{
        font-size:13px;
        line-height:1.54
    }
}
@media (min-width:1200px){
    .category-page-card{
        padding:50px 150px
    }
}
#pd-category-card .title{
    margin-top:30px
}
@media (min-width:768px){
    #pd-category-card .title{
        margin-top:40px
    }
}
@media (min-width:992px){
    #pd-category-card .title{
        margin-top:50px
    }
}
.category-page-filter .more-btn,.search-results .load-more{
    margin-top:10px
}
.category-page-filter{
    padding:30px 15px
}
.category-page-filter .title{
    margin-bottom:30px;
    text-align:center!important
}
.category-page-filter .filter-list{
    overflow:hidden;
    padding-bottom:15px;
    margin-bottom:35px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center
}
.category-page-filter .filter-list li{
    white-space:nowrap;
    margin-bottom:15px
}
.category-page-filter .filter-list li.btn-gradient-blue.btn-gradient-blue--active a,.category-page-filter .filter-list li.btn-gradient-blue:hover a{
    color:#fff
}
.category-page-filter .filter-list li a,.category-page-filter .filter-list li.btn-gradient-blue a{
    color:#212121
}
.category-page-filter .filter-list li:last-child{
    margin-right:0!important
}
.category-page-filter .filter-list li.btn-gradient-blue--active{
    pointer-events:none
}
.category-page-filter .filter-list li.btn-gradient-blue--active a{
    color:#fff
}
.category-page-filter .category-items .category-item{
    padding-left:0;
    padding-right:0
}
.category-page-filter .category-items .category-item.hiden-filter,.category-page-filter .category-items .category-item.hiden-other{
    display:none
}
.category-page-filter .card{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    background-color:#fff;
    overflow:hidden
}
.financial-tips .financial-tips-content .row,.financial-tips>div{
    overflow-x:auto
}
.category-page-filter .card img{
    transform:scale(1);
    transition:all .25s ease
}
.category-page-filter .card:hover img,.tile-card-group .card:hover img{
    transform:scale(1.025)
}
.category-page-filter .card .card-body .card-tag{
    position:relative;
    bottom:20px;
    display:inline-block;
    font-size:12px;
    line-height:1.5;
    letter-spacing:.5px;
    font-weight:400;
    color:#fff;
    padding:5px 10px;
    background:#004585;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px
}
.category-page-filter .card .card-footer{
    padding-left:0;
    padding-right:0;
    background-color:transparent;
    border-top-width:0;
    padding-bottom:20px
}
.category-page-filter .card .card-footer .compare-btn{
    border-top:1px solid #e6e6e6;
    padding-top:20px
}
.category-page-filter .card:hover{
    box-shadow:none;
    transition:all .5s ease;
    cursor:pointer
}
.category-page-filter .card:hover a.link-hover-effect{
    background-size:100% 1px
}
.category-page-filter .card:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:1px solid #0084ff;
    transition:all .3s ease
}
@media (min-width:576px){
    .category-page-filter .more-btn{
        margin-top:30px
    }
    .category-page-filter{
        padding:30px 15px
    }
    .category-page-filter .category-items .category-item{
        padding-left:15px;
        padding-right:15px
    }
}
@media (min-width:768px){
    .category-page-filter{
        padding:40px 30px
    }
    .category-page-filter .title{
        margin-bottom:40px
    }
    .category-page-filter .filter-list{
        margin-bottom:45px
    }
}
@media (min-width:992px){
    .category-page-filter{
        padding:50px 45px
    }
    .category-page-filter .title{
        margin-bottom:50px
    }
    .category-page-filter .filter-list{
        overflow:auto;
        margin-bottom:55px;
        margin-right:0
    }
    .category-page-filter .card .card-body .card-tag{
        font-size:13px;
        line-height:1.54
    }
}
.compare-overlay{
    color:#fff;
    transition:all 1s ease-in-out
}
.compare-overlay .close-btn{
    cursor:pointer;
    position:absolute;
    top:20px;
    right:20px
}
@media (min-width:1200px){
    .category-page-filter{
        padding:50px 135px
    }
    .compare-overlay .close-btn{
        right:20vw
    }
}
.compare-overlay .compare-box-btn,.compare-overlay .title{
    margin-top:20px;
    margin-bottom:30px
}
.compare-overlay .compare-box-container{
    position:relative;
    margin-right:40px
}
.compare-overlay .compare-box-container:last-child{
    margin-right:0
}
.compare-overlay .compare-box-container .inner-close-btn{
    display:none;
    position:absolute;
    width:30px;
    height:30px;
    line-height:30px;
    background-color:#fff;
    border-radius:15px;
    top:-10px;
    right:-10px;
    cursor:pointer
}
.compare-overlay .compare-box-container .compare-box{
    width:100px;
    height:65px;
    background-color:rgba(255,255,255,.2);
    border:1px dashed #fff
}
.compare-overlay .compare-box-container .compare-box img{
    border-radius:10px
}
.compare-overlay .compare-box-container .subtitle{
    color:#fff;
    max-width:100px
}
.compare-overlay .compare-box-container.fill .inner-close-btn{
    display:block
}
.compare-overlay .compare-box-container.fill .compare-box{
    border:0
}
@media (min-width:576px){
    .compare-overlay .compare-box-container .compare-box{
        width:140px;
        height:90px
    }
    .compare-overlay .compare-box-container .subtitle{
        max-width:140px
    }
}
@media (min-width:768px){
    .compare-overlay .colse-btn{
        top:30px;
        right:30px
    }
    .compare-overlay .title{
        margin-top:30px;
        margin-bottom:30px
    }
    .compare-overlay .compare-box-btn{
        margin-top:20px;
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .compare-overlay .compare-box-container{
        margin-right:50px
    }
}
.fixed-bottom.opacity-0{
    z-index:-10
}
.fixed-bottom.opacity-1{
    z-index:1030
}
.compare-tables{
    padding:30px 15px;
    border-top:1px solid #e6e6e6
}
.compare-tables .btn-default-primary,.compare-tables .btn-default-secondary{
    display:inline-block
}
.compare-tables .table.two-cols tr td:nth-child(3),.compare-tables .table.two-cols tr td:nth-child(4),.compare-tables .table.two-cols tr th:nth-child(3),.compare-tables .table.two-cols tr th:nth-child(4),.uob-cookie{
    display:none
}
.compare-tables .table{
    table-layout:fixed;
    border-collapse:separate;
    border-spacing:0;
    border:1px #e6e6e6;
    border-radius:15px
}
.compare-tables .table tr:last-child td:last-child,.uob-table-carousel .table__carousel-content .table-row:last-child .table-item:last-child{
    border-bottom-right-radius:10px
}
.compare-tables .table tr td,.compare-tables .table tr th{
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    border-top:0
}
.compare-tables .table tr td:first-child,.compare-tables .table tr th:first-child{
    border-left:1px solid #e6e6e6
}
.compare-tables .table tr:first-child th:first-child,.compare-tables .table tr:first-child th:first-child img{
    border-top-left-radius:10px
}
.compare-tables .table tr:first-child th:last-child,.compare-tables .table tr:first-child th:last-child img{
    border-top-right-radius:10px
}
.compare-tables .table tr:last-child td:first-child{
    border-bottom-left-radius:10px
}
.compare-tables .table .table-header-img th{
    background:#f5f5f5;
    border:1px solid #e6e6e6;
    padding:0;
    margin:0
}
.compare-tables .table .table-header-title th{
    padding:0;
    background:#004585;
    text-align:center;
    position:sticky;
    top:0
}
.compare-tables .table .table-header-title th .dropdown .dropdown-toggle{
    width:100%;
    white-space:normal;
    position:relative
}
.compare-tables .table .table-header-title th .dropdown .dropdown-toggle:after{
    position:absolute;
    right:10px;
    padding:6px;
    top:45%;
    transform:translateY(-50%) rotate(45deg)
}
.compare-tables .table .table-header-title th .dropdown .dropdown-menu{
    width:100%;
    background:#004585
}
.compare-tables .table .table-header-title th .dropdown .dropdown-menu .dropdown-item{
    font-family:"Noto Sans Bold",sans-serif;
    color:#fff;
    padding:15px;
    font-size:16px;
    line-height:1.54;
    white-space:normal
}
.compare-tables .table .table-header-title th .dropdown .dropdown-menu .dropdown-item:hover{
    color:#004585
}
.compare-tables .table .table-header-title th .dropdown .dropdown-menu .dropdown-item.active,.compare-tables .table .table-header-title th .dropdown .dropdown-menu .dropdown-item.focus,.compare-tables .table .table-header-title th .dropdown .dropdown-menu .dropdown-item.visit{
    background:#fff;
    color:#004585
}
.compare-tables .table .table-header-title th .dropdown.show .dropdown-toggle:after{
    transform:rotate(-135deg);
    transition:transform .2s;
    top:24px
}
.compare-tables .table .table-header-title th .uob-h6{
    color:#fff;
    padding:15px 30px 15px 15px
}
.compare-tables .table .table-header-title th.empty-col .dropdown .dropdown-toggle{
    background:#6e6e6e
}
.compare-tables .table tbody .table-sub-title{
    font-family:"Noto Sans Bold",sans-serif;
    color:#004585;
    padding:10px;
    font-weight:700
}
.compare-tables .table tbody tr td{
    text-align:center;
    padding:20px 10px
}
.icon-tooltip,.life-stage .content-block .content-block-left .content-left-item.active img,.life-stage .content-block .content-block-left .content-left-item.active svg{
    vertical-align:bottom
}
.compare-tables .table tbody tr td:nth-child(even){
    background:#f5f5f5
}
.compare-tables .table.two-cols tr:first-child th:nth-child(2),.compare-tables .table.two-cols tr:first-child th:nth-child(2) img{
    border-top-right-radius:10px
}
@media (min-width:576px){
    .compare-tables{
        padding:30px
    }
}
@media (min-width:768px){
    .compare-tables{
        padding:40px 45px
    }
    .compare-tables .table .table-header-title th .dropdown .dropdown-toggle{
        position:relative
    }
    .compare-tables .table .table-header-title th .dropdown .dropdown-toggle:after{
        right:15px;
        top:45%;
        transform:translateY(-50%) rotate(45deg)
    }
    .compare-tables .table .table-header-title th .uob-h6{
        padding:15px 30px 15px 15px
    }
    .compare-tables .table tbody .table-sub-title{
        padding:20px 10px
    }
}
@media (min-width:992px){
    .compare-tables{
        padding:50px 60px
    }
}
@media (min-width:1200px){
    .compare-tables{
        padding:50px 150px
    }
}
.uob-cookie{
    position:fixed;
    bottom:8px;
    left:20px;
    z-index:1040;
    padding:20px 50px 20px 20px;
    background:#212121;
    color:#fff;
    width:100%;
    max-width:500px
}
.modal-lightbox .close,.uob-cookie .close{
    background-repeat:no-repeat;
    background-position:center center;
    opacity:1
}
@media (max-width:767.98px){
    .uob-cookie{
        width:inherit
    }
}
.uob-cookie .d-flex,.uob-cookie .d-sm-flex{
    display:inline-flex!important;
    width:100%
}
.uob-cookie.show{
    display:block
}
.uob-cookie .close{
    position:absolute;
    right:20px;
    top:20px;
    background-image:url(../assets/Icons/icons-exit-white.svg);
    background-size:30px;
    margin:0;
    padding:0;
    width:30px;
    height:30px
}
.uob-cookie .paragraph{
    color:#fff;
    flex:1;
    margin-right:5px
}
.uob-cookie img{
    display:inline-block!important;
    width:70px;
    height:96px;
    margin-right:20px
}
.financial-tips{
    padding:60px 0
}
.financial-tips .financial-tips-content{
    min-width:915px
}
.financial-tips .financial-tips-content div{
    display:inline-block
}
.financial-tips .financial-tips-content div picture{
    position:relative;
    width:100%;
    display:block;
    border-radius:15px
}
.financial-tips .financial-tips-content div img{
    width:100%;
    height:auto;
    object-fit:cover
}
.financial-tips .financial-tips-content div .paragraph,.financial-tips .financial-tips-content div .title{
    white-space:break-spaces
}
@media (max-width:767.98px){
    .financial-tips .financial-tips-content div{
        width:300px
    }
}
@media (min-width:576px){
    .financial-tips{
        padding:30px
    }
    .financial-tips .financial-tips-content{
        min-width:1200px
    }
}
@media (min-width:768px){
    .financial-tips{
        padding:40px 45px
    }
    .financial-tips .financial-tips-content{
        min-width:auto
    }
    .financial-tips .financial-tips-content div{
        display:block
    }
}
@media (min-width:992px){
    .financial-tips{
        padding:50px 60px
    }
    .financial-tips .financial-tips-content div .paragraph,.financial-tips .financial-tips-content div .title{
        width:100%;
        max-width:100%
    }
}
@media (min-width:1200px){
    .financial-tips{
        padding:50px 150px
    }
}
.here-to-help{
    padding:30px 15px
}
.here-to-help .content-block img{
    width:60px;
    height:60px
}
.here-to-help .col-12{
    padding-left:15px!important;
    padding-right:15px!important
}
@media (min-width:576px){
    .here-to-help{
        padding:30px
    }
}
@media (min-width:768px){
    .here-to-help{
        padding:40px 45px
    }
    .here-to-help .content-title{
        margin-bottom:40px
    }
    .here-to-help .content-block img{
        width:90px;
        height:90px
    }
}
.hero-illus{
    max-width:190px;
    margin-top:30px
}
@media (min-width:576px){
    .hero-illus{
        max-width:290px
    }
}
@media (min-width:768px){
    .hero-illus{
        max-width:400px;
        margin-top:40px
    }
}
@media (min-width:992px){
    .here-to-help .content-title{
        margin-bottom:50px
    }
    .here-to-help .content-block img{
        width:120px;
        height:120px
    }
    .here-to-help{
        padding:50px 150px
    }
    .hero-illus{
        max-width:260px;
        margin-top:0
    }
}
@media (min-width:1200px){
    .hero-illus{
        max-width:305px
    }
}
.hero-image-text{
    padding:30px 15px
}
.hero-image-text img{
    margin-bottom:30px
}
.hero-image-text .img{
    max-width:190px
}
.hero-image-text .apply-btn{
    margin-top:20px
}
@media (min-width:576px){
    .hero-image-text{
        padding:0 30px 30px
    }
    .hero-image-text .img{
        max-width:290px
    }
}
@media (min-width:768px){
    .hero-image-text{
        padding:40px 45px
    }
    .hero-image-text .img{
        max-width:400px
    }
    .hero-image-text img{
        margin-bottom:40px
    }
    .hero-image-text .apply-btn{
        margin-top:30px
    }
}
@media (min-width:992px){
    .hero-image-text{
        padding:50px 60px
    }
    .hero-image-text .img{
        max-width:260px
    }
    .hero-image-text img{
        margin-bottom:0
    }
}
@media (min-width:1200px){
    .hero-image-text{
        padding:50px 150px
    }
    .hero-image-text .img{
        max-width:305px
    }
}
.image-content-block{
    padding:30px 15px
}
.image-content-block .img-fluid{
    border-radius:10px
}
.image-content-block .subtitle{
    margin-top:20px;
    margin-bottom:10px
}
.image-content-block .title{
    margin-bottom:10px
}
.image-content-block .content-list{
    padding-inline-start:15px;
    margin-bottom:10px
}
.image-content-block .learn-more{
    margin-top:20px
}
@media (min-width:576px){
    .image-content-block{
        padding:30px
    }
    .image-content-block .content-list{
        padding-inline-start:15px
    }
}
@media (min-width:768px){
    .image-content-block{
        padding:40px 45px
    }
    .image-content-block .content-list{
        padding-inline-start:20px
    }
}
@media (min-width:992px){
    .image-content-block{
        padding:50px 60px
    }
    .image-content-block .content-list,.image-content-block .paragraph,.image-content-block .subtitle,.image-content-block .title{
        margin-bottom:20px
    }
    .image-content-block .learn-more{
        margin-top:30px
    }
}
@media (min-width:1200px){
    .image-content-block{
        padding:50px 150px
    }
}
.life-stage{
    padding:30px 15px 0
}
.life-stage .row{
    margin:0
}
.life-stage .content-block{
    padding:30px 20px;
    margin-left:0;
    margin-right:0
}
.life-stage .content-block .content-block-right{
    margin-top:40px
}
.life-stage .content-block .content-block-right .content-item-block{
    display:none
}
.life-stage .content-block .content-block-right .content-item-block.active{
    display:block
}
.life-stage .content-block .custom-select{
    position:relative;
    width:100%;
    background:0 0;
    border:none;
    outline:0
}
.life-stage .content-block .custom-select select{
    display:none
}
.life-stage .content-block .custom-select .select-selected{
    font-size:20px;
    line-height:1.5;
    color:#212121;
    border-bottom:2px solid #0084ff
}
.life-stage .content-block .custom-select .select-selected:after{
    position:absolute;
    content:"";
    top:9px;
    right:21px;
    border:solid #0084ff;
    border-width:0 1px 1px 0;
    display:inline-block;
    padding:6px;
    transform:rotate(45deg)
}
.life-stage .content-block .custom-select .select-selected.select-arrow-active:after{
    top:17px;
    transform:rotate(-135deg)
}
.life-stage .content-block .custom-select .select-items div{
    font-size:18px;
    line-height:1.56;
    cursor:pointer;
    user-select:none;
    color:#212121;
    padding:15px 20px
}
.life-stage .content-block .custom-select .select-items{
    position:relative;
    z-index:100;
    background-color:#fff;
    height:232px;
    overflow-y:scroll;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15)
}
.life-stage .content-block .custom-select .select-hide{
    display:none
}
.life-stage .content-block .custom-select .select-items div.same-as-selected,.life-stage .content-block .custom-select .select-items div:hover{
    background-color:#0084ff;
    color:#fff
}
@media (min-width:576px){
    .life-stage{
        padding:30px 30px 0
    }
}
@media (min-width:768px){
    .life-stage{
        padding:40px 45px 0
    }
    .life-stage .content-block{
        padding:40px 20px;
        min-height:379px;
        margin:0
    }
    .life-stage .content-block .content-block-left .content-left-item{
        margin-left:0;
        transition:all .3s ease;
        position:relative
    }
    .life-stage .content-block .content-block-left .content-left-item img,.life-stage .content-block .content-block-left .content-left-item svg{
        position:absolute;
        left:0;
        display:none
    }
    .life-stage .content-block .content-block-left .content-left-item a{
        position:relative;
        left:calc(32px + 1rem);
        margin-left:0!important;
        color:#6e6e6e;
        font-size:22px;
        line-height:1.45
    }
    .life-stage .content-block .content-block-left .content-left-item.active{
        margin-left:40px
    }
    .life-stage .content-block .content-block-left .content-left-item.active img,.life-stage .content-block .content-block-left .content-left-item.active svg{
        display:inline
    }
    .life-stage .content-block .content-block-left .content-left-item.active a{
        color:#212121
    }
    .life-stage .content-block .content-block-left .content-left-item.active a:hover{
        text-decoration:none
    }
    .life-stage .content-block .content-block-right{
        margin-top:-80px
    }
    .life-stage .content-block .content-block-right .content-item-block.active{
        position:absolute;
        right:-50px
    }
    .life-stage .content-block .content-block-right .content-item-block.active img{
        width:408px;
        height:225px
    }
    .life-stage .content-block .content-block-right .content-item-block.active a,.life-stage .content-block .content-block-right .content-item-block.active p{
        max-width:350px;
        white-space:break-spaces
    }
}
@media (min-width:992px){
    .life-stage{
        padding:50px 50px 0 60px
    }
    .life-stage .content-block{
        padding:50px 30px;
        min-height:450px
    }
    .life-stage .content-block .content-left-item a{
        font-size:24px;
        line-height:1.42
    }
    .life-stage .content-block .content-block-right{
        margin-top:-80px
    }
    .life-stage .content-block .content-block-right .content-item-block.active{
        right:-100px
    }
    .life-stage .content-block .content-block-right .content-item-block.active img{
        width:548px;
        height:300px
    }
    .life-stage .content-block .content-block-right .content-item-block.active a,.life-stage .content-block .content-block-right .content-item-block.active p{
        max-width:480px;
        white-space:break-spaces
    }
}
@media (min-width:1200px){
    .life-stage{
        padding:50px 150px 0
    }
    .life-stage .content-block{
        min-width:450px
    }
    .life-stage .content-block .content-item-block.active img,.life-stage .content-block .content-item-block.active svg{
        width:653px;
        height:340px;
        margin-left:80px
    }
    .life-stage .content-block .content-item-block.active a,.life-stage .content-block .content-item-block.active p{
        margin-left:80px;
        max-width:600px;
        white-space:break-spaces
    }
    .life-stage .content-block .content-block-right .content-item-block.active{
        right:-25px;
        width:100%
    }
}
.modal .modal-content{
    border:0
}
.modal-lightbox .modal-dialog .modal-content{
    border-radius:10px;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    padding:20px
}
.modal-lightbox .modal-header{
    padding:0 0 10px;
    border:0
}
.modal-lightbox .modal-body{
    padding:0
}
.modal-lightbox .modal-footer{
    border:0;
    padding:20px 0 0
}
.modal-lightbox .close{
    background-image:url(../assets/Icons/Exit.svg);
    background-size:30px;
    margin:0;
    padding:0;
    width:30px;
    height:30px
}
.masthead .masthead-form,.one-card{
    padding:30px 15px
}
.masthead{
    height:519px;
    font-size:18px;
    line-height:1.56;
    color:#005eb8;
    overflow:hidden;
    position:relative;
    width:100%
}
.masthead .bg-img,.masthead .overlay{
    height:100%;
    position:absolute;
    width:100%
}
.masthead.masthead-dark .paragraph-large{
    color:#fff
}
.masthead .paragraph-large{
    color:#005eb8
}
.masthead .paragraph-large:not(:last-child){
    margin-bottom:15px
}
@media (min-width:576px){
    .masthead .paragraph-large:not(:last-child){
        margin-bottom:30px
    }
}
@media (min-width:768px){
    .masthead .paragraph-large:not(:last-child){
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .masthead .paragraph-large:not(:last-child){
        margin-bottom:50px
    }
}
.masthead .bg-img{
    object-fit:cover
}
.masthead .overlay{
    background:linear-gradient(to right,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%)
}
.masthead .overlay-darker{
    background:linear-gradient(to right,rgba(255,255,255,.8) 0,rgba(255,255,255,0) 100%)
}
.masthead .masthead-form .uob-h1{
    margin-bottom:20px
}
.masthead .masthead-form .custom-select{
    position:relative;
    width:100%;
    background:0 0;
    border:none;
    outline:0
}
.masthead .masthead-form .custom-select select{
    display:none
}
.masthead .masthead-form .custom-select .select-selected{
    opacity:0;
    position:relative;
    top:-50px
}
.masthead .masthead-form .custom-select .select-selected,.masthead .masthead-form .custom-select .select-selected-fake{
    color:#6e6e6e;
    border-bottom:2px solid #0084ff;
    padding-bottom:10px
}
.masthead .masthead-form .custom-select .select-selected-fake:after,.masthead .masthead-form .custom-select .select-selected:after{
    position:absolute;
    content:"";
    top:9px;
    right:3px;
    border:solid #0084ff;
    border-width:0 1px 1px 0;
    display:inline-block;
    padding:6px;
    transform:rotate(45deg);
    transform-origin:center center;
    transition:all .2s cubic-bezier(.25,1.7,.35,.8)
}
.masthead .masthead-form .custom-select .select-selected-fake:after{
    right:22px;
    top:2px
}
.masthead .masthead-form .custom-select .select-selected.select-arrow-active:after{
    top:13.83px;
    transform:rotate(-135deg);
    transform-origin:center center;
    transition:all .2s cubic-bezier(.25,1.7,.35,.8)
}
.masthead .masthead-form .custom-select .select-items div,.masthead .masthead-form .custom-select .select-selected,.masthead .masthead-form .custom-select .select-selected-fake{
    font-size:18px;
    line-height:1.56;
    cursor:pointer;
    user-select:none
}
.masthead .masthead-form .custom-select .select-selected-fake{
    height:30px;
    overflow:hidden
}
.masthead .masthead-form .custom-select .select-selected-fake li{
    color:#0084ff;
    height:45px;
    margin-bottom:45px
}
.masthead .masthead-form .custom-select .select-selected-fake li:first-child{
    animation:looptexts 10s ease-in-out infinite
}
.masthead .masthead-form .custom-select .select-items div{
    color:#212121;
    padding:15px 20px;
    transition:color .5s ease
}
.masthead .masthead-form .custom-select .select-items{
    position:relative;
    top:-50px;
    background-color:#fff;
    height:232px;
    overflow-y:scroll;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    transition:all .3s ease-out
}
.masthead .masthead-form .custom-select .select-hide{
    height:0;
    opacity:0
}
.masthead .masthead-form .custom-select .select-items div.same-as-selected,.masthead .masthead-form .custom-select .select-items div:hover{
    background-color:#0084ff;
    color:#fff
}
.masthead .masthead-form .go-btn{
    padding:10px 20px;
    margin-top:20px;
    font-size:14px;
    font-weight:500;
    line-height:1.57;
    color:#fff
}
@keyframes looptexts{
    0%{
        margin-top:-270px
    }
    33%,5%{
        margin-top:-180px
    }
    38%,66%{
        margin-top:-90px
    }
    71%,99.99%{
        margin-top:0
    }
    100%{
        margin-top:-270px
    }
}
@media (min-width:576px){
    .masthead{
        height:599px
    }
    .masthead .masthead-form{
        padding:40px 30px
    }
}
@media (min-width:768px){
    .masthead{
        height:639px
    }
    .masthead .masthead-form{
        padding:80px 45px
    }
}
@media (min-width:992px){
    .masthead{
        height:700px
    }
    .masthead .masthead-form{
        padding:80px 60px
    }
    .masthead .masthead-form .go-btn{
        font-size:15px;
        line-height:1.6
    }
}
@media (min-width:1200px){
    .masthead .masthead-form{
        padding:80px 150px
    }
}
.masthead-dark{
    color:#fff
}
.masthead-dark .overlay{
    background:linear-gradient(to right,rgba(33,33,33,.8) 0,rgba(33,33,33,0) 100%)
}
.masthead-dark .overlay-darker{
    background-color:rgba(33,33,33,.7)
}
.masthead-dark .overlay .breadcrumb a,.masthead-dark .overlay .breadcrumb-item,.masthead-dark .overlay .breadcrumb-item.active,.masthead-dark .overlay .paragraph-large,.masthead-dark .overlay .uob-h1,.masthead-dark .overlay .uob-h2{
    color:#fff
}
.masthead-dark .overlay .breadcrumb-item+.breadcrumb-item:before{
    background-image:url(../assets/Icons/Chevron_Right-white.svg)
}
.masthead-dark .overlay .masthead-form .custom-select .select-selected,.masthead-dark .overlay .masthead-form .custom-select .select-selected-fake{
    color:#fff;
    border-bottom-color:#fff
}
.masthead-dark .overlay .masthead-form .custom-select .select-selected-fake:after,.masthead-dark .overlay .masthead-form .custom-select .select-selected:after{
    border-color:#fff
}
.masthead-dark .overlay .masthead-form .custom-select .select-selected-fake li{
    color:#fff
}
.masthead-dark .overlay .masthead-form .go-btn{
    background:#fff;
    color:#0084ff
}
.icons-important,.search-clear,.search-input,.section-vertical-r a{
    background-repeat:no-repeat
}
.page-masthead{
    padding:30px 0
}
.page-masthead .uob-h5{
    margin-top:15px
}
.media-body .uob-h3{
    margin-bottom:10px
}
.media-body .btn-link{
    color:#0084ff;
    text-decoration:none
}
.media-body .btn-link:active{
    color:#004585
}
.media-body .btn-link:focus{
    border:0
}
.news-ticker{
    position:relative;
    z-index:2;
    top:-1px;
    border-bottom:1px solid #e6e6e6
}
@media (min-width:576px){
    .news-ticker .container-fluid .navbar,.news-ticker .container-lg .navbar,.news-ticker .container-md .navbar,.news-ticker .container-sm .navbar,.news-ticker .container-xl .navbar{
        padding-left:30px;
        padding-right:30px
    }
}
@media (min-width:768px){
    .page-masthead .uob-h5{
        margin-top:20px
    }
    .news-ticker .container-fluid .navbar,.news-ticker .container-lg .navbar,.news-ticker .container-md .navbar,.news-ticker .container-sm .navbar,.news-ticker .container-xl .navbar{
        padding-left:45px;
        padding-right:45px
    }
}
@media (min-width:992px){
    .news-ticker{
        z-index:8;
        border-top:1px solid #e6e6e6
    }
    .news-ticker .container-fluid .navbar,.news-ticker .container-lg .navbar,.news-ticker .container-md .navbar,.news-ticker .container-sm .navbar,.news-ticker .container-xl .navbar{
        padding:0 60px
    }
}
@media (min-width:1200px){
    .news-ticker .container-fluid .navbar,.news-ticker .container-lg .navbar,.news-ticker .container-md .navbar,.news-ticker .container-sm .navbar,.news-ticker .container-xl .navbar{
        padding:0 150px
    }
}
.news-ticker .carousel-item .text-link{
    background-size:0;
    position:relative
}
.news-ticker .carousel-item .text-link::before{
    content:"";
    width:100%;
    height:1px;
    border-bottom:1px solid #212121;
    bottom:4px;
    left:0;
    position:absolute
}
.news-ticker .carousel-item .text-link>p{
    margin-bottom:0;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden
}
.news-ticker .navbar{
    padding-top:10px;
    padding-bottom:10px
}
.news-ticker .text-link{
    background-position:0 82%
}
.news-ticker.header-mega-menu .navbar{
    height:auto
}
.vert .active{
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.vert .active.carousel-item-right,.vert .carousel-item-next{
    animation:noticeUp 1.3s ease-in-out
}
.vert .active.carousel-item-left,.vert .carousel-item-prev{
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0)
}
.ticker-content{
    margin-right:10px;
    width:80%
}
.ticker-content .icons-important{
    margin-top:-1px
}
.ticker-content .carousel-item{
    transition-duration:1.3s
}
#newsTickerCarousel{
    width:calc(100% - 27px)
}
.icons-important{
    background-image:url(../assets/Icons/icons-important.svg);
    background-position:center center;
    background-size:contain;
    width:22px;
    height:22px;
    margin-right:5px
}
@keyframes noticeUp{
    0%{
        transform:translate3d(0,100%,0)
    }
    100%{
        transform:translate3d(0,0,0)
    }
}
.one-card .one-card-content{
    padding:30px 20px;
    position:relative;
    top:-20px
}
@media (max-width:767.98px){
    .one-card .one-card-content{
        margin-bottom:-20px
    }
}
.one-card button{
    margin-top:15px
}
#search-btn,.tile-card-group .content-title .sub-btn{
    margin-top:20px
}
@media (min-width:576px){
    .one-card{
        padding:30px
    }
}
@media (min-width:768px){
    .one-card{
        padding:40px 45px
    }
    .one-card .one-card-content{
        margin-left:-30px;
        margin-bottom:20px;
        width:calc(100% + 60px);
        padding:40px 20px;
        position:relative;
        top:20px;
        right:30px
    }
    .one-card.image-right .col-md-5{
        order:13;
        margin-left:-90px
    }
    .one-card.image-right .one-card-content{
        margin-left:30px;
        width:calc(100% + 60px)
    }
}
@media (min-width:992px){
    .one-card{
        padding:50px 50px 50px 60px
    }
    .one-card .one-card-content{
        padding:50px 30px
    }
}
@media (min-width:1200px){
    .one-card{
        padding:50px 150px
    }
}
.section-vertical-r{
    margin-bottom:30px
}
@media (min-width:992px){
    .section-vertical-r{
        margin-bottom:0
    }
}
.section-vertical-r h1,.section-vertical-r h2,.section-vertical-r h3,.section-vertical-r h4,.section-vertical-r h5,.section-vertical-r h6,.section-vertical-r p,.section-vertical-r ul{
    margin-bottom:15px
}
@media (min-width:768px){
    .section-vertical-r h1,.section-vertical-r h2,.section-vertical-r h3,.section-vertical-r h4,.section-vertical-r h5,.section-vertical-r h6,.section-vertical-r p,.section-vertical-r ul{
        margin-bottom:20px
    }
}
.section-vertical-r a{
    position:relative;
    background-image:linear-gradient(currentColor,currentColor);
    background-position:0 100%;
    background-size:0 1px;
    transition:all 250ms ease-in-out
}
.section-vertical-r a:focus,.section-vertical-r a:hover{
    background-size:100% 1px
}
@media (max-width:992px){
    .page_404 .row .col-12:nth-child(1){
        order:2
    }
    .page_404 .row .col-12:nth-child(1) .section-vertical-r{
        margin-bottom:0
    }
    .page_404 .row .col-12:nth-child(2){
        margin-bottom:30px
    }
}
.section-padding{
    padding-top:30px;
    padding-bottom:30px
}
@media (min-width:768px){
    .section-padding{
        padding-top:40px;
        padding-bottom:40px
    }
}
@media (min-width:992px){
    .page-header .header-mega-menu .mega-menu-lg-container{
        position:relative;
        -webkit-transform:translate(0,0);
        -ms-transform:translate(0,0);
        transform:translate(0,0);
        -webkit-transition:-webkit-transform .3s;
        -o-transition:transform .3s;
        transition:transform .3s;
        transition:transform .3s,-webkit-transform .3s;
        z-index:10
    }
    .page-header .header-mega-menu .mega-menu-lg-container.sticky-show{
        position:fixed;
        z-index:10;
        width:100%;
        top:0
    }
    .page-header .header-mega-menu .mega-menu-lg-container.hide-with-translate{
        -webkit-transform:translate(0,-100px);
        -ms-transform:translate(0,-100px);
        transform:translate(0,-100px);
        -webkit-transition:-webkit-transform .3s;
        -o-transition:transform .3s;
        transition:transform .3s;
        transition:transform .3s,-webkit-transform .3s;
        height:0
    }
    .page-header .header-mega-menu .mega-menu-lg-container .megamenu-li .mega-menu{
        z-index:1051
    }
    .section-padding{
        padding-top:50px;
        padding-bottom:50px
    }
}
@media (max-width:991.98px){
    .pay-icon{
        width:60px;
        margin-right:15px
    }
}
.pay-icon-each{
    margin-bottom:30px
}
@media (min-width:768px){
    .pay-icon{
        width:120px;
        margin-bottom:30px
    }
    .pay-icon-each{
        margin-bottom:50px
    }
    .pay-icon-each:nth-last-child(-n+3){
        margin-bottom:0
    }
}
@media (max-width:991.98px){
    .pay-icon-each:last-child{
        margin-bottom:0
    }
}
.section-title,.spinner-border{
    margin-bottom:30px
}
.card-text,.pay-icon-each p{
    font-size:15px
}
@media (max-width:991.98px){
    .card-text,.pay-icon-each p{
        font-size:14px
    }
}
.spinner-border{
    width:54px;
    height:54px;
    border:0;
    background-image:url(../assets/Icons/Preloader.svg)
}
.loader-backdrop.show{
    opacity:1
}
.promotion-banner{
    padding-top:15px;
    padding-bottom:15px
}
.img-icons{
    width:26px;
    height:26px;
    margin-right:5px
}
@media (min-width:576px){
    .img-icons{
        width:28px;
        height:28px
    }
}
.bg-lightgrey{
    background-color:#f5f5f5!important
}
.section-padding{
    padding:30px 15px
}
@media (min-width:768px){
    .section-padding{
        padding:40px 45px
    }
    .section-title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .section-padding{
        padding:50px 60px
    }
    .section-title{
        margin-bottom:50px
    }
}
@media (min-width:1200px){
    .section-padding{
        padding:50px 150px
    }
}
#search-btn{
    border:0;
    outline:0
}
@media (min-width:768px){
    #search-btn{
        margin-top:30px
    }
}
.search-form{
    padding:30px 15px;
    border-top:1px solid #e6e6e6
}
.search-form .uob-form{
    width:100%
}
@media (min-width:576px){
    .search-form .uob-form{
        width:50%;
        margin:0 auto;
        max-width:50%!important
    }
}
.search-form .row{
    margin-left:0;
    margin-right:0
}
.search-form .row .col-8{
    flex:0 0 100%;
    max-width:100%
}
.search-form .content-title{
    margin-bottom:30px
}
.search-form .uob-help-fliter .inline-fliter{
    display:inline-block;
    margin-right:15px
}
.search-form .uob-help-fliter .inline-fliter.select{
    min-width:200px
}
.search-form .uob-help-fliter .inline-fliter:last-child{
    margin-right:0
}
.search-form .uob-help-fliter .inline-fliter .dropdown.show{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15)
}
.search-form .uob-help-fliter .inline-fliter .dropdown.show .dropdown-toggle{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0
}
.search-form .uob-help-fliter .inline-fliter .dropdown .dropdown-menu{
    height:auto;
    transition:none
}
.search-form .uob-help-fliter .inline-fliter .dropdown .dropdown-menu.show{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    margin:0
}
.search-form .uob-help-fliter .inline-fliter .dropdown-toggle{
    background-color:#fff;
    border:1px solid #b2b2b2;
    border-radius:5px;
    padding:10px
}
.search-form .uob-help-fliter .inline-fliter .bootstrap-select .dropdown-toggle::after{
    top:10px
}
@media (max-width:767.98px){
    .search-form .uob-help-fliter .inline-fliter{
        margin-top:15px
    }
    .search-form .uob-help-fliter{
        margin-top:5px
    }
}
.search-form .uob-form .icon-search{
    position:absolute;
    top:3px;
    left:0
}
.search-form .uob-form .icon-close{
    right:0;
    top:7px;
    cursor:pointer
}
.search-form .uob-form .uob-search-box:focus{
    box-shadow:0 12px 20px -12px rgba(0,0,0,.15);
    border-bottom-color:#0084ff
}
@media (max-width:768px){
    .product-promotion-inner-mobile .carousel-item>.row{
        flex-direction:column;
        align-items:center
    }
}
@media (min-width:576px){
    .search-form{
        padding:30px
    }
}
@media (min-width:768px){
    .search-form{
        padding:40px 45px
    }
    .search-form .content-title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .search-form{
        padding:50px 60px
    }
    .search-form .content-title{
        margin-bottom:50px
    }
}
@media (min-width:1200px){
    .search-form{
        padding:50px 150px
    }
}
form.search-form{
    max-width:750px;
    padding:0;
    border-top:0;
    margin-top:30px
}
@media (min-width:768px){
    form.search-form{
        margin-top:40px
    }
}
.search-input{
    background-image:url(../assets/Icons/Search.svg);
    background-position:left top -4px;
    background-size:30px;
    border-bottom:2px solid #1f6eda;
    color:#212121;
    padding-left:40px;
    padding-bottom:10px;
    padding-top:4px;
    font-size:16px;
    line-height:26px
}
@media (min-width:992px){
    form.search-form{
        margin-top:50px
    }
    .search-input{
        background-position:left top -2px;
        font-size:18px;
        line-height:28px;
        padding-top:2px
    }
}
.search-input:not(:placeholder-shown)~.btn{
    visibility:visible;
    opacity:1
}
.search-input:focus{
    box-shadow:none;
    border-color:#0084ff
}
.search-clear{
    background-image:url(../assets/Icons/Exit.svg);
    background-position:center center;
    background-size:30px;
    width:30px;
    height:30px;
    position:absolute;
    top:50%;
    right:0;
    margin-top:-19px;
    visibility:hidden;
    opacity:0;
    transition:all .3s ease-in-out
}
.search-results .card:hover a.link-hover-effect,.tile-card-slide .card:hover a.link-hover-effect{
    background-size:100% 1px
}
@media (min-width:992px){
    .search-clear{
        margin-top:-20px
    }
}
.search-clear:focus{
    box-shadow:none
}
.search-results{
    padding:30px 0
}
.search-results .card-title{
    display:inline-block
}
.search-results .content-title{
    font-size:16px;
    line-height:1.63;
    font-weight:400;
    margin-bottom:30px
}
.search-results .card{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    background-color:#fff
}
.search-results .card:hover{
    transition:all .5s ease;
    box-shadow:none;
    cursor:pointer
}
.search-results .card:focus:before{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:3px solid #0084ff;
    transition:all .3s ease
}
.search-results .cards-each{
    margin-bottom:20px;
    padding:0;
    outline:0
}
.search-results .cards-each:last-child{
    margin-bottom:0
}
.search-results .no-result{
    display:none;
    text-align:center
}
.search-results .no-result .suggestion-result{
    padding-top:15px
}
.search-results .no-result .suggestion-result ul{
    display:inline-block
}
@media (min-width:576px){
    .search-results{
        padding:50px 0
    }
}
@media (min-width:768px){
    .search-results .content-title{
        font-size:17px;
        line-height:1.53;
        margin-bottom:40px
    }
    .search-results .load-more{
        margin-top:20px
    }
}
@media (min-width:992px){
    .search-results .content-title{
        font-size:18px;
        line-height:1.56;
        margin-bottom:50px
    }
    .search-results .load-more{
        margin-top:30px
    }
}
#activeTabMobile{
    margin-right:20px
}
@media (max-width:767.98px){
    .tab-buttons-group{
        top:56px
    }
}
@media (min-width:768px){
    .tab-buttons-group{
        top:40px;
        text-align:center
    }
}
.shadow .tab-buttons-collapse-panel .container,.tab-buttons-collapse-panel.show .container{
    justify-content:flex-start!important
}
@media (max-width:767.98px){
    .tab-buttons-collapse-panel{
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        border-top:1px solid #e6e6e6
    }
    .shadow .tab-buttons-collapse-panel:after,.tab-buttons-collapse-panel.show:after{
        content:"";
        box-shadow:0 0 15px 0 rgba(0,0,0,.15);
        width:100%;
        position:absolute;
        left:0;
        bottom:0;
        top:10%;
        z-index:-1
    }
}
.active-tab-mobile.collapse-title:focus,.nav-pills .nav-item .nav-link:focus{
    box-shadow:none;
    outline:0
}
.active-tab-mobile{
    padding-top:0;
    padding-bottom:15px;
    margin-left:15px
}
.active-tab-mobile[aria-expanded=true] .icon-arrow-down{
    transform:rotate(-180deg)
}
.active-tab-mobile .icon-arrow-down{
    transition:all .6s ease-in-out
}
@media (max-width:767.98px){
    .nav-pills{
        padding-top:30px;
        padding-left:15px;
        padding-right:15px;
        position:relative;
        margin-left:-15px;
        margin-right:-15px;
        border-top:1px solid #e6e6e6
    }
}
.nav-pills .nav-item:first-child{
    padding-left:0
}
@media (min-width:768px){
    .nav-pills .nav-item{
        padding-left:20px;
        padding-right:20px
    }
    .nav-pills .nav-item:hover .nav-link{
        color:#0084ff
    }
}
.nav-pills .nav-item .nav-link{
    padding-left:0;
    padding-right:0;
    margin-bottom:30px
}
@media (min-width:768px){
    .nav-pills .nav-item .nav-link{
        margin-bottom:0;
        padding-bottom:15px
    }
}
.nav-pills .nav-item .nav-link:not(.active){
    color:#212121
}
.nav-pills .nav-item .nav-link:hover{
    color:#0084ff
}
.nav-pills .nav-item .nav-link.active{
    color:#0084ff;
    background-color:transparent
}
.nav-pills hr{
    background-color:#0084ff;
    border:0;
    margin:0;
    opacity:0;
    height:5px;
    display:block;
    position:absolute;
    left:20px;
    bottom:0;
    transition:.1s ease-in-out
}
.active-tab-mobile{
    border-bottom:5px solid #0084ff
}
.tile-card-slide{
    padding:30px 0 30px 15px
}
.tile-card-slide .content-title{
    margin-bottom:30px
}
.tile-card-slide .content-title .sub-btn{
    margin-top:10px
}
.tile-card-slide .content-title .uob-h2{
    margin-bottom:10px
}
.tile-card-slide .content-title .uob-h5{
    margin-bottom:0
}
.tile-card-slide .card{
    border:1px solid #e6e6e6;
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    transition:all .5s ease;
    text-align:left
}
.tile-card-slide .card .card-footer{
    background-color:transparent;
    border-top-width:0;
    padding-top:0;
    padding-bottom:15px
}
.tile-card-slide .card .card-footer>div{
    display:flex;
    flex-flow:row wrap;
    justify-content:center;
    align-items:center
}
.tile-card-slide .card .card-footer>div>a{
    border:0;
    margin-right:1rem;
    margin-bottom:1rem
}
.tile-card-slide .card .card-footer>div>a:last-child{
    margin-right:0
}
.tile-card-slide .card .card-footer>div>a button{
    width:100%;
    height:100%;
    margin-bottom:0!important
}
@media (max-width:991.98px){
    .tile-card-slide .card .card-footer>div{
        flex-flow:column
    }
    .tile-card-slide .card .card-footer>div>a{
        margin-bottom:1rem!important;
        margin-right:0
    }
    .tile-card-slide .card .card-footer>div>a:last-child{
        margin-bottom:0!important
    }
}
.tile-card-slide .card:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:1px solid #0084ff;
    transition:all .3s ease
}
.tile-card-group .card,.tooltip-inner{
    box-shadow:0 0 15px 0 rgba(0,0,0,.15)
}
.tile-card-slide .carousel-item{
    padding:10px 0;
    margin-right:-80%;
    width:80%;
    transform:translateX(200%)
}
@media (max-width:767.98px){
    .tile-card-slide .carousel-item{
        padding:10px
    }
}
.tile-card-slide .carousel-item.active{
    transform:translateX(0)
}
.tile-card-slide .carousel-item:last-child{
    display:inline-grid
}
.tile-card-slide .carousel-item.active+.carousel-item{
    display:inline-grid;
    transform:translateX(100%)
}
.tile-card-slide .carousel-item.active.carousel-item-right+.carousel-item{
    transform:translateX(200%)
}
.tile-card-slide .carousel-item.carousel-item-left+.carousel-item{
    transform:translateX(100%)
}
.tile-card-slide .carousel-item-next,.tile-card-slide .carousel-item-prev,.tile-card-slide .carousel-item.active{
    display:inline-grid
}
.tile-card-slide .carousel-item.carousel-item-next.carousel-item-left,.tile-card-slide .carousel-item.carousel-item-prev.carousel-item-right{
    transform:translateX(0)
}
.tile-card-slide .active.carousel-item-right,.tile-card-slide .carousel-item-next{
    transform:translateX(100%)
}
.tile-card-slide .active.carousel-item-left,.tile-card-slide .carousel-item-prev{
    transform:translateX(-100%)
}
.tile-card-slide .btn-default-primary{
    margin-left:0!important
}
@media (min-width:576px){
    .tile-card-slide{
        padding:30px 0 110px 30px
    }
}
@media (min-width:768px){
    .tile-card-slide{
        padding:40px 0 70px 30px
    }
}
@media (min-width:992px){
    .tile-card-slide{
        padding:50px 0 80px 45px
    }
    .tile-card-slide .content-title .uob-h2{
        margin-bottom:20px
    }
}
@media (min-width:1200px){
    .tile-card-slide{
        padding:50px 0 80px 135px
    }
}
.tile-card-group{
    padding:30px 15px
}
.tile-card-group .row{
    width:100%
}
@media (max-width:767.98px){
    .tile-card-group .row{
        width:auto
    }
}
.tile-card-group .content-title,.tile-card-group .title{
    margin-bottom:30px
}
.tile-card-group .card{
    border:1px solid #e6e6e6;
    transition:all .5s ease;
    cursor:pointer;
    overflow:hidden
}
.tile-card-group .card img{
    transform:scale(1);
    transition:all .25s ease
}
.tile-card-group .card .card-header{
    border-bottom:0;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center
}
.tile-card-group .card .card-header img{
    width:100%;
    height:100%
}
.tile-card-group .card .card-header img.small-image{
    width:125px;
    height:125px
}
.tile-card-group .card .card-body{
    height:100%
}
.tile-card-group .card .card-footer{
    background-color:transparent;
    border-top-width:0;
    padding-left:20px
}
.tile-card-group .card .card-footer a:focus{
    box-shadow:none!important;
    border:0!important
}
.tile-card-group .card .card-footer .arrow-icon{
    display:inline-block;
    width:32px;
    height:32px;
    background:url(../assets/Icons/icons-link-blue.svg) no-repeat
}
.tile-card-group .card .card-footer .arrow-icon:hover{
    animation:bounce .6s infinite
}
.tile-card-group .card .card-footer .arrow-icon:focus{
    border-radius:5px;
    box-shadow:0 0 5px 0 #0084ff;
    border:3px solid #0084ff;
    transition:all .3s ease;
    animation:none
}
.tile-card-group .card:hover{
    box-shadow:none
}
.tile-card-group .card:hover a.link-hover-effect{
    background-size:100% 1px
}
.tile-card-group .card:hover .arrow-icon{
    animation:bounce .6s infinite
}
.tile-card-group .card:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:1px solid #0084ff;
    transition:all .3s ease
}
.tile-card-group--no-img .card .card-img{
    display:none
}
@media (max-width:767.98px){
    .tile-card-group .card-col{
        margin-bottom:30px
    }
    .tile-card-group .card-col:last-child{
        margin-bottom:0
    }
}
@media (min-width:576px){
    .tile-card-group{
        padding:30px
    }
    .tile-card-group .card .card-header img.small-image{
        width:85px;
        height:85px
    }
}
@media (min-width:768px){
    .tile-card-group{
        padding:40px 45px
    }
    .tile-card-group .content-title{
        margin-bottom:40px
    }
    .tile-card-group .card .card-header img.small-image{
        width:115px;
        height:115px
    }
}
@media (min-width:992px){
    .tile-card-group{
        padding:50px 60px
    }
    .tile-card-group .content-title{
        margin-bottom:50px
    }
    .tile-card-group .content-title .sub-btn{
        margin-top:30px
    }
    .tile-card-group .card .card-header img.small-image{
        width:150px;
        height:150px
    }
}
@media (min-width:1200px){
    .tile-card-group{
        padding:50px 150px
    }
    .tile-card-group .card .card-header img.small-image{
        width:190px;
        height:190px
    }
}
@keyframes bounce{
    from{
        margin-left:0
    }
    to{
        margin-left:10px
    }
}
.tooltip .arrow:before{
    z-index:2
}
.tooltip .arrow:after{
    content:"";
    border-color:transparent;
    border-width:9px 9px 0;
    position:absolute;
    border-style:solid;
    z-index:1
}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{
    bottom:1px
}
.bs-tooltip-auto[x-placement^=top] .arrow:after,.bs-tooltip-top .arrow:after{
    border-top-color:#e6e6e6;
    left:-1px
}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{
    left:1px
}
.bs-tooltip-auto[x-placement^=right] .arrow:after,.bs-tooltip-right .arrow:after{
    right:0;
    border-width:9px 9px 9px 0;
    border-right-color:#e6e6e6
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{
    top:1px
}
.bs-tooltip-auto[x-placement^=bottom] .arrow:after,.bs-tooltip-bottom .arrow:after{
    bottom:0;
    border-width:0 9px 9px;
    border-bottom-color:#e6e6e6
}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{
    right:1px
}
.bs-tooltip-auto[x-placement^=left] .arrow:after,.bs-tooltip-left .arrow:after{
    left:0;
    border-width:9px 0 9px 9px;
    border-left-color:#e6e6e6
}
.tooltip-inner{
    font-size:13px;
    border:1px solid #e6e6e6
}
.icon-tooltip{
    line-height:1;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg transform='translate(-401 -2646) translate(401 2646)'%3E%3Cg%3E%3Cpath fill='%231f6eda' fill-rule='nonzero' d='M7.5 0C3.36 0 0 3.36 0 7.5 0 11.64 3.36 15 7.5 15c4.14 0 7.5-3.36 7.5-7.5C15 3.36 11.64 0 7.5 0zm0 11.25c-.412 0-.75-.338-.75-.75v-3c0-.412.338-.75.75-.75s.75.338.75.75v3c0 .412-.338.75-.75.75zm.75-6h-1.5v-1.5h1.5v1.5z' transform='translate(4.5 4.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
    display:inline-block;
    width:24px;
    height:24px;
    transition:background-image .3s ease-in-out
}
.icon-tooltip:active,.icon-tooltip:focus,.icon-tooltip:hover{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg transform='translate(-401 -2646) translate(401 2646)'%3E%3Cg%3E%3Cpath fill='%23133359' fill-rule='nonzero' d='M7.5 0C3.36 0 0 3.36 0 7.5 0 11.64 3.36 15 7.5 15c4.14 0 7.5-3.36 7.5-7.5C15 3.36 11.64 0 7.5 0zm0 11.25c-.412 0-.75-.338-.75-.75v-3c0-.412.338-.75.75-.75s.75.338.75.75v3c0 .412-.338.75-.75.75zm.75-6h-1.5v-1.5h1.5v1.5z' transform='translate(4.5 4.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}
.uob-accordion{
    padding:30px 15px
}
.uob-accordion .uob-table-carousel{
    padding:0;
    margin:0 5px
}
.uob-accordion .content-title{
    margin-bottom:30px
}
.uob-accordion .accordion .uob-h2+.card{
    border-bottom:0
}
.uob-accordion .accordion .card{
    border:0!important;
    padding-top:30px;
    padding-bottom:0
}
.uob-accordion .accordion .card:first-child{
    border-bottom:0
}
.uob-accordion .accordion .card .card-header{
    border-bottom:1px solid #e6e6e6;
    padding:0 0 10px;
    background:0;
    margin-bottom:0;
    cursor:pointer
}
.uob-accordion .accordion .card .card-header .uob-h5{
    font-family:"Noto Sans Bold",sans-serif
}
.uob-accordion .accordion .card .card-header .icon-toggle{
    width:26px;
    height:26px;
    margin-left:20px;
    transform:rotate(0);
    transition:all .3s ease
}
.uob-accordion .accordion .card .collapsed .uob-h5{
    font-family:"Noto Sans Regular",sans-serif
}
.uob-accordion .accordion .card .collapsed .icon-toggle{
    margin-left:20px;
    transform:rotate(180deg);
    transition:all .3s ease
}
.uob-accordion .accordion .card .card-body{
    padding:20px
}
.uob-accordion .accordion .card .card-body .card-body-left img{
    margin-top:10px;
    margin-bottom:20px
}
@media (max-width:991.98px){
    .uob-accordion .accordion .card .card-body{
        padding:10px 0
    }
}
@media (min-width:576px){
    .uob-accordion{
        padding:30px
    }
}
@media (min-width:768px){
    .uob-accordion{
        padding:40px 45px
    }
    .uob-accordion .content-title{
        margin-bottom:40px
    }
    .uob-accordion .accordion .card{
        padding-top:40px
    }
    .uob-accordion .accordion .card .card-header .icon-toggle{
        width:28px;
        height:28px
    }
}
@media (min-width:992px){
    .uob-accordion{
        padding:50px 60px
    }
    .uob-accordion .content-title{
        margin-bottom:50px
    }
    .uob-accordion .accordion .card{
        padding-top:50px
    }
    .uob-accordion .accordion .card .card-body .card-body-left img{
        margin-bottom:0
    }
}
@media (min-width:1200px){
    .uob-accordion{
        padding:50px 150px
    }
}
.uob-item-scrollspy{
    padding:30px 15px;
    border-top:1px solid #e6e6e6;
    position:relative
}
.uob-item-scrollspy .content-sub-title{
    margin-bottom:0;
    margin-top:60px
}
.uob-item-scrollspy .anchor-links{
    position:sticky;
    top:110px
}
.uob-item-scrollspy .anchor-links .list-group .list-group-item{
    font-family:"Noto Sans Regular",sans-serif;
    border:0;
    color:#6e6e6e;
    padding:10px 0;
    font-size:18px;
    line-height:1.56
}
.uob-item-scrollspy .anchor-links .list-group .list-group-item:first-child{
    padding-top:0
}
.uob-item-scrollspy .anchor-links .list-group .list-group-item.active,.uob-item-scrollspy .anchor-links .list-group .list-group-item.default-active,.uob-item-scrollspy .anchor-links .list-group .list-group-item:hover{
    color:#212121;
    background:0 0;
    transform:translateX(3px);
    transition:all .3s ease
}
.uob-item-scrollspy .anchor-links .list-group .list-group-item.active::before,.uob-item-scrollspy .anchor-links .list-group .list-group-item.default-active::before,.uob-item-scrollspy .anchor-links .list-group .list-group-item:hover::before{
    content:'';
    display:inline-block;
    width:35px;
    height:35px;
    background:url(../assets/Icons/icons-link-blue.svg) no-repeat;
    vertical-align:middle
}
@media (min-width:576px){
    .uob-item-scrollspy{
        padding:30px
    }
}
@media (min-width:768px){
    .uob-item-scrollspy{
        padding:40px 45px
    }
    .uob-item-scrollspy .content-title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .uob-item-scrollspy{
        padding:50px 60px
    }
    .uob-item-scrollspy .content-title{
        margin-bottom:50px;
        margin-top:100px
    }
}
@media (min-width:1200px){
    .uob-item-scrollspy{
        padding:50px 150px
    }
}
.uob-scrollpy{
    padding:15px 15px 0;
    border-bottom:1px solid #e6e6e6;
    left:0
}
.uob-scrollpy .content-title{
    margin-bottom:30px
}
.uob-scrollpy .nav li{
    margin-right:20px
}
.uob-scrollpy .nav li a{
    border:0
}
.uob-scrollpy .nav .nav-link{
    font-size:18px;
    line-height:1.56;
    color:#212121;
    padding-bottom:10px
}
.uob-scrollpy .nav .nav-link.active,.uob-scrollpy .nav .nav-link.default-active{
    background:0 0;
    color:#0084ff
}
.uob-scrollpy .nav .nav-link:hover{
    color:#0084ff
}
.uob-scrollpy .nav button{
    display:none
}
.uob-scrollpy .nav hr{
    background-color:#0084ff;
    border:0;
    margin:0;
    opacity:0;
    height:5px;
    display:block;
    position:absolute;
    left:20px;
    bottom:0;
    transition:.1s ease-in-out
}
.uob-scrollpy.sticky-scrollpy-nav{
    width:100%;
    position:fixed;
    top:0;
    padding-top:10px;
    padding-bottom:10px;
    background:#fff;
    z-index:11;
    box-shadow:0 5px 15px -5px rgba(0,0,0,.15);
    border-bottom:1px solid #e6e6e6
}
.uob-scrollpy.sticky-scrollpy-nav ul{
    max-width:1920px;
    margin:auto
}
.uob-scrollpy.sticky-scrollpy-nav.top0{
    top:0
}
.uob-scrollpy.sticky-scrollpy-nav .nav .nav-link{
    padding:0;
    height:48px;
    display:flex;
    align-items:center;
    line-height:20px
}
.uob-scrollpy.sticky-scrollpy-nav .nav button{
    display:block;
    line-height:20px
}
@media (max-width:991.98px){
    .uob-scrollpy.sticky-scrollpy-nav{
        padding-bottom:0
    }
}
.uob-scrollpy .dropdown .dropdown-toggle{
    background-color:transparent;
    border:0;
    border-radius:0;
    border-bottom:5px solid #0084ff;
    color:#0084ff;
    font-size:16px;
    line-height:1.63
}
.uob-scrollpy .dropdown .dropdown-toggle:after{
    border-color:#0084ff
}
.uob-scrollpy .dropdown .dropdown-toggle.active,.uob-scrollpy .dropdown .dropdown-toggle.focus,.uob-scrollpy .dropdown .dropdown-toggle.show{
    background-color:transparent!important;
    color:#0084ff!important;
    border-color:#0084ff;
    outline:0!important;
    box-shadow:none!important
}
.uob-scrollpy .dropdown .dropdown-menu{
    border:0
}
.uob-scrollpy .dropdown .dropdown-menu .dropdown-item{
    background-color:transparent;
    color:#212121;
    font-size:16px;
    line-height:1.63;
    padding-top:15px;
    padding-bottom:15px;
    width:140px
}
.uob-scrollpy .dropdown .dropdown-menu .dropdown-item.active{
    border-radius:0;
  /*border-bottom:5px solid #0084ff;
    color:#0084ff*/
}
.uob-scrollpy .dropdown .dropdown-menu.show{
    position:relative
}
.uob-scrollpy .dropdown.show .dropdown-toggle:after{
    top:4px;
    position:relative;
    transform:rotate(-135deg);
    transition:all .2s ease
}
@media (min-width:576px){
    .uob-scrollpy{
        padding:30px 30px 0
    }
}
@media (min-width:768px){
    .uob-scrollpy{
        padding:40px 45px 10px
    }
    .uob-scrollpy .content-title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .uob-scrollpy{
        padding:50px 60px 10px
    }
    .uob-scrollpy .content-title{
        margin-bottom:50px
    }
    .uob-scrollpy.sticky-scrollpy-nav{
        top:0
    }
}
@media (min-width:1200px){
    .uob-scrollpy{
        padding:50px 150px 10px
    }
}
.uob-calculator{
    padding:30px 15px
}
.uob-calculator [data-toggle=buttons]>.btn input[type=checkbox],.uob-calculator [data-toggle=buttons]>.btn input[type=radio],.uob-calculator [data-toggle=buttons]>.btn-group>.btn input[type=checkbox],.uob-calculator [data-toggle=buttons]>.btn-group>.btn input[type=radio]{
    position:absolute;
    clip:rect(0,0,0,0);
    pointer-events:none
}
.uob-calculator .content-title+.content-paragraph{
    margin-top:10px
}
.uob-calculator .uob-calculator-cont{
    background-color:#004585;
    border-radius:10px;
    color:#fff;
    margin-top:30px
}
.uob-calculator .uob-calculator-cont .nav-tabs{
    position:relative;
    border-bottom:1px solid #b2b2b2
}
.uob-calculator .uob-calculator-cont .nav-tabs .uob-h5{
    display:inline-block;
    margin-bottom:0;
    color:#fff
}
.uob-calculator .uob-calculator-cont .nav-tabs .nav-item{
    margin:0 15px
}
.uob-calculator .uob-calculator-cont .nav-tabs .nav-link{
    background-color:transparent;
    outline:0;
    border:0;
    height:100%;
    display:inline-block;
    padding:30px 15px 15px
}
.uob-calculator .uob-calculator-cont .nav-tabs .nav-link:active .uob-h5{
    color:#b2b2b2
}
.uob-calculator .uob-calculator-cont .nav-tabs hr{
    background-color:#fff;
    border:0;
    margin:0;
    opacity:0;
    height:5px;
    display:block;
    position:absolute;
    left:20px;
    bottom:0;
    -webkit-transition:.1s ease-in-out;
    -o-transition:.1s ease-in-out;
    transition:.1s ease-in-out
}
@media (min-width:992px){
    .uob-calculator .uob-calculator-cont .nav-tabs{
        margin:0 165px
    }
}
@media (min-width:1200px){
    .uob-calculator .uob-calculator-cont .nav-tabs{
        margin:0 195px
    }
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odo-cur{
    color:#212121;
    font-size:24px;
    line-height:34px;
    transform:none;
    margin:5px 0 5px 5px;
    width:40px;
    height:40px;
    display:flex;
    justify-content:center;
    align-items:center
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer-wrap-inner{
    display:flex;
    border:0;
    border-radius:10px
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer{
    background:#fff;
    box-shadow:none;
    font-size:24px;
    line-height:34px;
    padding:5px
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-digit-spacer{
    min-width:30px;
    min-height:40px;
    border:0;
    background:0 0;
    box-shadow:none
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-value{
    min-width:30px;
    min-height:40px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#005eb8
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-digit{
    min-width:30px;
    min-height:40px;
    border:0;
    background:0 0;
    box-shadow:none;
    padding:0;
    margin-right:10px
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-digit:last-child{
    margin-right:0
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-formatting-mark{
    min-width:30px;
    min-height:40px;
    border:0;
    box-shadow:none;
    background:0 0;
    color:#005eb8;
    margin-right:10px
}
.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-formatting-mark:last-child{
    margin-right:0
}
.uob-calculator .uob-calculator-cont .boxes-form{
    position:relative
}
.uob-calculator .uob-calculator-cont .boxes-form.uob-krisflyer .box-item-form::after{
    display:none
}
.uob-calculator .uob-calculator-cont .boxes-form.uob-krisflyer .box-item-form .block-label{
    text-align:left;
    margin-bottom:25px
}
.uob-calculator .uob-calculator-cont .boxes-form.uob-krisflyer .dropdown-menu.show{
    transition:none;
    z-index:10
}
.uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(1)::after,.uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(2)::after{
    content:"";
    position:absolute;
    width:40px;
    height:40px;
    background-color:#004585;
    border-radius:50%;
    background-image:url(../assets/Icons/icons-plus.svg);
    background-repeat:no-repeat;
    background-position:center;
    right:-35px;
    top:calc(50% - 20px);
    z-index:2
}
@media (max-width:991.98px){
    .uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer{
        font-size:20px;
        line-height:30px
    }
    .uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-digit,.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-digit-spacer,.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-formatting-mark,.uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-value{
        min-width:20px
    }
    .uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(1)::after,.uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(2)::after{
        top:initial;
        bottom:-35px;
        right:0;
        left:calc(50% - 20px)
    }
}
.uob-calculator .uob-calculator-cont .boxes-form .box-item-form .fake-input-holder input{
    color:#0084ff;
    font-size:15px;
    font-family:"Noto Sans Regular",sans-serif
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate{
    margin-top:30px;
    margin-bottom:50px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-header{
    font-size:15px;
    text-align:center;
    margin:0 20px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-header>p{
    margin-bottom:10px
}
@media (min-width:992px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-header{
        margin:0 165px
    }
}
@media (min-width:1200px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-header{
        margin:0 195px
    }
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body{
    padding:30px;
    color:#212121;
    margin:auto
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .cash-rebate-cont{
    background-color:#fff;
    border-radius:10px;
    padding:34px 20px 20px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .cash-rebate-cont figcaption .info{
    position:relative;
    top:0;
    margin-top:15px
}
@media (min-width:768px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .cash-rebate-cont figcaption{
        width:80%
    }
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .cash-rebate-cont figcaption .info{
        position:absolute;
        top:calc(50% - 22px);
        margin-top:-16px
    }
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .cash-rebate-btn{
    text-align:center;
    margin:50px 0 30px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .img-wrapper{
    display:flex;
    flex:column;
    align-items:center
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .img-wrapper img{
    margin-right:10px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body figure{
    position:relative;
    display:flex;
    flex-direction:column;
    padding-bottom:20px;
    margin-bottom:25px;
    border-bottom:1px solid #e6e6e6
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body figure:last-child{
    border:0;
    padding-bottom:0;
    margin-bottom:0
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .info{
    right:0;
    font-family:"Noto Sans Bold",sans-serif
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .info-rebate{
    color:#005eb8;
    font-size:20px;
    margin-top:15px;
    margin-bottom:25px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body input[type=number]{
    color:#0084ff;
    width:80px;
    margin-left:10px;
    padding:10px;
    border:0;
    text-align:center;
    font-weight:700;
    background-color:#f5f5f5
}
@media (max-width:991.98px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body{
        padding:30px 20px;
        width:100%
    }
}
@media (min-width:992px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body{
        width:90%
    }
}
@media (min-width:1200px){
    .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body{
        width:80%
    }
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .total{
    display:none;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid #e5e5e5
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .total figure{
    border:0;
    margin:0;
    padding:0
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .total figure:last-child .info-rebate{
    margin-bottom:0;
    font-size:24px
}
.uob-calculator .uob-calculator-cont .calculate-cash-rebate .total figure figcaption{
    margin-left:42px
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success{
    font-size:15px;
    padding:10px;
    border-radius:10px;
    box-shadow:0;
    font-family:"Noto Sans Regular",sans-serif;
    font-weight:400;
    transition:all .3s;
    background-color:#f5f5f5;
    color:#212121
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success:active{
    background-color:#f5f5f5;
    border-color:#f5f5f5
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success.active{
    font-family:"Noto Sans Bold",sans-serif;
    background-color:#004585;
    color:#fff
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success.active:hover{
    color:#fff
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success:hover{
    color:#0084ff;
    font-family:"Noto Sans Bold",sans-serif
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success span{
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:25px
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success:first-child{
    border-top-right-radius:0;
    border-bottom-right-radius:0
}
.uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success:last-child{
    border-top-left-radius:0;
    border-bottom-left-radius:0
}
.uob-calculator .uob-calculator-cont .int-calc-holder .computation-message.calculator-notes{
    margin-top:20px;
    margin-bottom:0
}
.uob-calculator .uob-calculator-cont .table-oveflow{
    padding:50px 30px
}
.uob-calculator .uob-calculator-cont .custom-desktop-table{
    display:table!important;
    margin:auto
}
.uob-calculator .uob-calculator-cont .uob-table-carousel{
    padding:50px 0;
    margin:auto
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table-toggle+p{
    margin-bottom:0;
    margin-top:20px
}
@media (max-width:991.98px){
    .uob-calculator .uob-calculator-cont .uob-table-carousel{
        padding:40px 20px;
        width:100%
    }
}
@media (min-width:992px){
    .uob-calculator .uob-calculator-cont .uob-table-carousel{
        width:90%
    }
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-headfix table tr:first-child td,.uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-row:first-child .table-item{
    background-color:#f5f5f5;
    color:#005eb8
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-item{
    background-color:#fff;
    color:#212121
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-item:first-child{
    color:#005eb8
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table-carousel-bullets ul li{
    border:2px solid #fff
}
.uob-calculator .uob-calculator-cont .uob-table-carousel .table-carousel-bullets ul li.active{
    background-color:#f5f5f5
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator{
    padding:30px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .instructions{
    position:relative;
    padding-bottom:130px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .instruction-box{
    position:absolute;
    z-index:3;
    border:0;
    margin:0;
    left:50px;
    bottom:160px;
    width:140px;
    padding:10px;
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    display:none;
    font-size:13px;
    line-height:20px;
    color:#212121;
    font-family:"Noto Sans Regular",sans-serif
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .instruction-box:after{
    content:"";
    position:absolute;
    bottom:-7.5px;
    left:50%;
    transform:translateX(-50%) rotate(45deg);
    background-color:#fff;
    width:15px;
    height:15px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .instruction-dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#004585;
    margin-left:auto;
    cursor:pointer
}
.quantity,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color:transparent
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .input-mabs{
    font-family:"Noto Sans Bold",sans-serif;
    color:#6e6e6e;
    text-align:right
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results.interest-amount .d-td,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results.total-interest .d-td,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .results{
    font-size:13px;
    line-height:20px;
    font-family:"Noto Sans Bold",sans-serif;
    color:#005eb8
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calc-bg{
    padding:0
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator{
    margin-top:50px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .mCSB_horizontal.mCSB_inside>.mCSB_container{
    margin-bottom:0
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider{
    z-index:2
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-tick,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-track{
    box-shadow:none
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-handle{
    border:2px solid #0084ff;
    background-color:#fff;
    background-image:none
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-selection.tick-slider-selection,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-tick.in-selection{
    background-color:#0084ff;
    background-image:none
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .mCustomScrollbar{
    padding-top:20px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results{
    height:80px!important
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results.total-interest .d-td{
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .results{
    text-align:right
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .results.r__1{
    padding-top:50px;
    padding-bottom:10px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .results.r__2{
    padding-top:30px;
    padding-bottom:10px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-right{
    width:10px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .form-control{
    font-size:14px;
    font-weight:500;
    line-height:24px;
    padding:5px;
    margin:0 10px;
    font-family:"Noto Sans Regular",sans-serif;
    color:#0084ff;
    border:0;
    background-color:#f5f5f5
}
.calc-bg,.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .input-mabs .d-td{
    padding-top:40px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left-col{
    box-shadow:0 0 10px 0 rgba(0,0,0,.15)
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .scales .line{
    border:1px solid #e6e6e6
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .scales .td-left{
    font-family:"Noto Sans Regular",sans-serif;
    text-align:right;
    padding-right:10px;
    padding-left:10px;
    color:#005eb8;
    font-size:13px;
    line-height:20px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .d-td{
    padding-left:10px;
    padding-right:10px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month{
    font-family:"Noto Sans Regular",sans-serif;
    color:#005eb8;
    font-weight:initial
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month .info{
    display:none
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month .d-td{
    position:relative;
    padding-top:20px;
    padding-bottom:0
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month .note{
    position:absolute;
    top:0;
    left:50%;
    color:#004585;
    font-family:"Noto Sans Regular",sans-serif;
    font-size:13px;
    line-height:20px;
    transform:translateX(-50%);
    width:100%
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator-intro{
    margin-bottom:30px;
    text-align:center;
    padding:0
}
@media (min-width:992px){
    .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator-intro{
        padding:0 165px
    }
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .carousel-table{
    top:-50px
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .carousel-table .left,.uob-calculator .uob-calculator-cont .uob-stash-calculator .carousel-table .right{
    transform:rotate(90deg)
}
.uob-calculator .uob-calculator-cont .uob-stash-calculator .carousel-table img{
    width:30px;
    height:30px
}
@media (min-width:576px){
    .uob-calculator{
        padding:30px
    }
}
@media (min-width:768px){
    .uob-calculator{
        padding:40px 45px
    }
    .uob-calculator .uob-calculator-cont{
        margin-top:40px
    }
}
@media (min-width:992px){
    .uob-calculator{
        padding:50px 60px
    }
    .uob-calculator .content-title+.content-paragraph{
        margin-top:20px
    }
    .uob-calculator .uob-calculator-cont{
        margin-top:50px
    }
}
@media (min-width:1200px){
    .uob-calculator{
        padding:50px 150px
    }
}
.custom-desktop-table th{
    color:#fff;
    background:#001f67;
    padding:25px 12px;
    border:1px solid #e5e5e5
}
.custom-desktop-table .table-icon{
    max-width:50px
}
.custom-desktop-table .mg-r-10{
    margin-right:10px
}
.custom-desktop-table td{
    padding:25px 12px;
    vertical-align:top;
    border:1px solid #e5e5e5
}
.custom-desktop-table tr:nth-child(even){
    background-color:#f2f7fb
}
.custom-desktop-table .td-content.td-rate{
    font-size:20px
}
.custom-desktop-table .row-head{
    color:#001f67;
    padding-left:20px;
    font-weight:600
}
.custom-desktop-table .total-text{
    margin-top:20px;
    display:block;
    font-weight:900
}
.custom-desktop-table .list-alpha{
    margin-left:-20px
}
.custom-mobile-table th{
    color:#fff;
    background:#001f67;
    padding:25px 12px
}
.custom-mobile-table .table-icon{
    max-width:50px
}
.custom-mobile-table .row-head{
    color:#001f67;
    font-weight:600
}
.custom-mobile-table .total-text{
    margin-top:20px;
    display:block;
    font-weight:900
}
.int-calc-holder.box-white-shadow{
    display:block;
    padding:50px 30px;
    margin:auto
}
@media (max-width:991.98px){
    .int-calc-holder.box-white-shadow{
        padding:40px 20px;
        width:100%
    }
}
@media (min-width:992px){
    .int-calc-holder.box-white-shadow{
        width:90%
    }
}
@media (min-width:1200px){
    .int-calc-holder.box-white-shadow{
        width:80%
    }
}
.int-calc-holder .boxes-form{
    display:flex;
    text-align:center
}
.int-calc-holder .boxes-form .box-item-form{
    width:33.3%;
    display:block;
    border-radius:10px;
    margin-right:30px;
    padding:20px;
    float:left;
    background-color:#fff;
    position:relative
}
.int-calc-holder .boxes-form .box-item-form:hover{
    box-shadow:0 0 35px rgba(0,0,0,.1)
}
.int-calc-holder .boxes-form .box-item-form:last-child{
    margin-right:0
}
.int-calc-holder .boxes-form .box-item-form:first-child:after{
    content:'';
    position:absolute;
    right:-35px;
    background-repeat:no-repeat;
    background-size:100%;
    display:block;
    width:25px;
    height:100%;
    background-position:center center;
    top:0
}
.int-calc-holder .boxes-form .box-item-form .box-icon{
    display:block;
    margin:auto;
    max-width:80px
}
.int-calc-holder .boxes-form .box-item-form .micro-enga{
    color:#212121;
    font-size:13px;
    text-align:center;
    padding:0 15px;
    margin-top:15px
}
.int-calc-holder .boxes-form .box-item-form .micro-enga img{
    max-width:25px;
    float:left
}
.int-calc-holder .computation-message{
    text-align:center;
    display:block;
    margin:50px 0 20px;
    font-size:15px
}
.int-calc-holder .computation-message .value-call{
    font-weight:700
}
.boxes-form .box-item-form{
    font-family:"Noto Sans Regular",sans-serif;
    font-size:15px
}
.boxes-form .box-item-form .block-label{
    font-size:15px;
    line-height:24px;
    color:#212121;
    margin-bottom:20px;
    display:block
}
.boxes-form .box-item-form .block-label>div{
    margin:15px
}
.boxes-form .box-item-form .block-label>span{
    margin-bottom:20px
}
.odom-container{
    display:block;
    width:100%;
    text-align:center
}
.odom-container .odometer-wrap{
    margin:auto;
    display:inline-block
}
.odom-container .odometer-wrap .odometer{
    font-size:5.5rem;
    color:#fff;
    background:#414141;
    background:linear-gradient(0deg,#414141 25%,#181818 53%,#424242 75%);
    box-shadow:-5px 0 10px rgba(0,0,0,.4)
}
.odom-container .odometer-wrap .odometer-wrap-inner{
    float:left;
    border:6px solid #002469;
    border-radius:25px;
    background:#fff;
    overflow:hidden
}
.odom-container .odometer-wrap .odometer.odometer-auto-theme .odometer-digit,.odometer-formatting-mark,.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
    border-left:1px solid #2b2b2b;
    box-shadow:inset 0 0 15px rgba(0,0,0,.5);
    min-width:65px;
    float:left
}
.number-input .btn-adjust.left,.number-input .btn-adjust.right{
    background-repeat:no-repeat;
    background-position:center;
    position:absolute
}
.odom-container .odometer-wrap .odo-cur{
    float:left;
    background-color:#fff;
    font-size:5.5rem;
    color:#002469;
    font-weight:700;
    transform:scale(.7)
}
.odom-container .odometer-wrap .odometer.odometer-auto-theme .odometer-digit{
    display:block;
    vertical-align:initial;
    font-weight:600;
    text-align:center
}
.odometer-wrap img,.odometer.odometer-auto-theme{
    float:left
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
    font-weight:600;
    text-align:center
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
    text-align:center!important
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value{
    width:100%
}
.odometer-formatting-mark{
    display:block;
    vertical-align:initial;
    font-weight:600;
    text-align:center
}
input[type=number]{
    -webkit-appearance:textfield;
    -moz-appearance:textfield;
    appearance:textfield
}
input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance:none
}
input[type=number]::-webkit-outer-spin-button{
    -webkit-appearance:none
}
.number-input{
    height:45px;
    display:block;
    border-top:1px solid #8990a1;
    border-bottom:1px solid #8990a1;
    border-radius:8px;
    overflow:hidden;
    position:relative;
    box-sizing:border-box
}
.number-input *{
    box-sizing:border-box
}
.number-input .btn-adjust{
    -webkit-appearance:none;
    border:none;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    margin:0;
    position:relative;
    display:block;
    background-color:#0084ff;
    color:#fff;
    font-weight:800;
    font-size:1.6em;
    width:42px;
    height:45px;
    line-height:45px;
    transition:all .3s
}
.number-input .cur,.number-input .quantity{
    font-weight:700;
    font-size:25px;
    color:#002469
}
.number-input .btn-adjust:hover{
    background-color:#004585
}
.number-input .btn-adjust:focus{
    outline:#0084ff
}
.number-input .btn-adjust.left{
    float:left;
    left:0;
    top:0;
    z-index:2;
    background-image:url(../assets/Icons/icons-minus.svg)
}
.number-input .btn-adjust.right{
    float:right;
    right:0;
    top:0;
    z-index:2;
    background-image:url(../assets/Icons/icons-plus.svg)
}
.number-input .btn-adjust.plus:after{
    transform:translate(-50%,-50%) rotate(90deg)
}
.number-input .quantity{
    padding:.5rem 0;
    text-align:center;
    border:0;
    max-width:130px;
    min-width:30px;
    width:100px;
    margin:0 3px
}
.number-input .cur{
    line-height:45px
}
p.comp-instruction{
    font-size:14px;
    color:#666
}
.bind-value,.fake-input-holder{
    color:#002469;
    border:0;
    font-weight:700
}
.bind-value{
    font-size:25px;
    text-align:center;
    z-index:1;
    height:45px;
    line-height:45px;
    left:0;
    top:0;
    margin:auto;
    display:none
}
.bind-value:before{
    content:'S$'
}
.no-currency:before{
    content:''
}
.quantity{
    top:-5px;
    left:47px;
    position:absolute;
    font-size:10px!important;
    text-align:left!important;
    width:100%!important;
    max-width:initial!important;
    z-index:10;
    display:none
}
.fake-input-holder{
    font-size:23px;
    text-align:center;
    position:relative;
    z-index:1;
    height:43px;
    line-height:43px;
    width:100%;
    float:left
}
.fake-input{
    max-width:100%!important;
    text-align:center;
    border:0;
    line-height:normal;
    outline:0
}
.custom-mobile-table,.custom-mobile-table th{
    width:100%
}
.custom-mobile-table tbody{
    padding:20px 0;
    display:block
}
.custom-mobile-table tbody .table-icon{
    margin-left:20px;
    margin-right:20px
}
.custom-mobile-table thead .table-icon{
    margin-right:20px
}
.custom-mobile-table .row-head{
    padding-left:0
}
.custom-mobile-table .bg-group{
    background-color:#f2f7fb
}
.custom-mobile-table td{
    padding:10px 0;
    vertical-align:top;
    font-weight:600
}
.custom-mobile-table td.align_icon span{
    display:block;
    font-size:1.2em
}
@media only screen and (max-width:768px){
    .custom-desktop-table{
        font-size:70%
    }
    .int-calc-holder .boxes-form{
        flex-direction:column
    }
    .int-calc-holder .boxes-form .box-item-form{
        width:100%;
        margin-right:0;
        margin-bottom:30px;
        padding:20px 15px
    }
    .int-calc-holder .boxes-form .box-item-form:first-child:after{
        right:initial;
        bottom:-38px;
        top:initial;
        left:0;
        width:100%;
        height:35px;
        background-size:auto 25px
    }
    .int-calc-holder .boxes-form .box-item-form:last-child{
        margin-bottom:0
    }
    .fake-input-holder{
        font-size:20px
    }
}
@media only screen and (max-width:767px){
    .odom-container .odometer-wrap .odometer.odometer-auto-theme .odometer-digit,.odometer-formatting-mark,.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
        min-width:24px
    }
    .custom-desktop-table,.hidden-sm{
        display:none
    }
    .int-calc-holder .boxes-form{
        padding:0
    }
    .int-calc-holder .computation-message{
        margin-top:30px;
        margin-bottom:20px;
        font-size:15px
    }
    .odom-container .odometer-wrap .odo-cur,.odom-container .odometer-wrap .odometer{
        font-size:2.2rem!important
    }
    .odom-container .odometer-wrap .odometer-wrap-inner{
        border:4px solid #002469;
        border-radius:15px
    }
    .mobile-icon{
        margin-bottom:-20px;
        max-width:80px
    }
    .mic-copy-wrap{
        text-align:left
    }
    .mic-copy-wrap .exp-item{
        display:inline-block
    }
    .mic-copy-wrap .exp-item .box-icon{
        max-width:50px!important;
        margin-right:10px!important;
        margin-bottom:-10px!important
    }
}
@media only screen and (min-width:768px){
    .custom-mobile-table{
        display:none
    }
    .custom-desktop-table th{
        display:table-cell!important;
        width:auto!important
    }
    .custom-desktop-table .eq-width{
        min-width:130px
    }
    .hidden-md{
        display:none
    }
    .mb-3-desktop{
        margin-bottom:30px!important
    }
}
.odometer.odometer-auto-theme{
    -moz-border-radius:.34em;
    -webkit-border-radius:.34em;
    -o-border-radius:.34em;
    -ms-border-radius:.34em;
    -khtml-border-radius:.34em;
    border-radius:.34em;
    font-family:Arimo,monospace;
    padding:.15em;
    background:#000;
    color:#eee0d3
}
.odometer.odometer-auto-theme .odometer-digit{
    -moz-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    -webkit-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    -o-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#333),color-stop(40%,#333),color-stop(60%,#101010),color-stop(80%,#333),color-stop(100%,#333));
    background-image:-webkit-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-moz-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-o-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-ms-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    padding:0 .15em
}
.odometer.odometer-auto-theme .odometer-digit:first-child{
    -moz-border-radius:.2em 0 0 .2em;
    -webkit-border-radius:.2em 0 0 .2em;
    -o-border-radius:.2em 0 0 .2em;
    -ms-border-radius:.2em 0 0 .2em;
    -khtml-border-radius:.2em 0 0 .2em;
    border-radius:.2em 0 0 .2em
}
.odometer.odometer-auto-theme .odometer-digit:last-child{
    -moz-border-radius:0 .2em .2em 0;
    -webkit-border-radius:0 .2em .2em 0;
    -o-border-radius:0 .2em .2em 0;
    -ms-border-radius:0 .2em .2em 0;
    -khtml-border-radius:0 .2em .2em 0;
    border-radius:0 .2em .2em 0;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#eee0d3),color-stop(40%,#eee0d3),color-stop(60%,#bbaa9a),color-stop(80%,#eee0d3),color-stop(100%,#eee0d3));
    background-image:-webkit-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-moz-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-o-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-ms-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-color:#eee0d3;
    color:#000
}
.odometer.odometer-theme-car{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    -moz-border-radius:.34em;
    -webkit-border-radius:.34em;
    -o-border-radius:.34em;
    -ms-border-radius:.34em;
    -khtml-border-radius:.34em;
    border-radius:.34em;
    font-family:Arimo,monospace;
    padding:.15em;
    background:#000;
    color:#eee0d3
}
.odometer.odometer-theme-car .odometer-digit{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    -moz-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    -webkit-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    -o-box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    box-shadow:inset 0 0 .3em rgba(0,0,0,.8);
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#333),color-stop(40%,#333),color-stop(60%,#101010),color-stop(80%,#333),color-stop(100%,#333));
    background-image:-webkit-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-moz-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-o-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:-ms-linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    background-image:linear-gradient(top,#333 0,#333 40%,#101010 60%,#333 80%,#333 100%);
    padding:0 .15em
}
.odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    visibility:hidden
}
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner{
    text-align:left;
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    overflow:hidden;
    left:.15em
}
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon{
    display:block
}
.odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner{
    display:block;
    -webkit-backface-visibility:hidden
}
.odometer.odometer-theme-car .odometer-digit .odometer-value{
    display:block;
    -webkit-transform:translateZ(0)
}
.odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value{
    position:absolute
}
.odometer.odometer-theme-car .odometer-digit:first-child{
    -moz-border-radius:.2em 0 0 .2em;
    -webkit-border-radius:.2em 0 0 .2em;
    -o-border-radius:.2em 0 0 .2em;
    -ms-border-radius:.2em 0 0 .2em;
    -khtml-border-radius:.2em 0 0 .2em;
    border-radius:.2em 0 0 .2em
}
.odometer.odometer-theme-car .odometer-digit:last-child{
    -moz-border-radius:0 .2em .2em 0;
    -webkit-border-radius:0 .2em .2em 0;
    -o-border-radius:0 .2em .2em 0;
    -ms-border-radius:0 .2em .2em 0;
    -khtml-border-radius:0 .2em .2em 0;
    border-radius:0 .2em .2em 0;
    background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#eee0d3),color-stop(40%,#eee0d3),color-stop(60%,#bbaa9a),color-stop(80%,#eee0d3),color-stop(100%,#eee0d3));
    background-image:-webkit-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-moz-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-o-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:-ms-linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-image:linear-gradient(top,#eee0d3 0,#eee0d3 40%,#bbaa9a 60%,#eee0d3 80%,#eee0d3 100%);
    background-color:#eee0d3;
    color:#000
}
.custom-desktop-table.bordered-darkgray td,.custom-desktop-table.bordered-darkgray th,.custom-mobile-table.bordered-darkgray td,.custom-mobile-table.bordered-darkgray th{
    border:1px solid #c3c3c3
}
.custom-desktop-table.non-stripe tr:nth-child(even),.custom-mobile-table.non-stripe tr:nth-child(even){
    background-color:transparent
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner{
    -webkit-transition:-webkit-transform 2s;
    -moz-transition:-moz-transform 2s;
    -ms-transition:-ms-transform 2s;
    -o-transition:-o-transform 2s;
    transition:transform 2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-timing-function:linear;
    -ms-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function:linear
}
.odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner{
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform:translateY(-100%)
}
.odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner{
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform:translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner{
    -webkit-transition:-webkit-transform 2s;
    -moz-transition:-moz-transform 2s;
    -ms-transition:-ms-transform 2s;
    -o-transition:-o-transform 2s;
    transition:transform 2s;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition-timing-function:linear;
    -moz-transition-timing-function:linear;
    -ms-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function:linear
}
.odometer.odometer-auto-theme,.odometer.odometer-auto-theme .odometer-digit{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    visibility:hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner{
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon{
    display:block
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner{
    display:block;
    -webkit-backface-visibility:hidden
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value{
    display:block;
    -webkit-transform:translateZ(0)
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value{
    position:absolute
}
.odometer.odometer-theme-minimal,.odometer.odometer-theme-minimal .odometer-digit{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    position:relative
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer{
    -moz-box-orient:vertical;
    display:inline-block;
    vertical-align:middle;
    visibility:hidden
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner{
    text-align:left;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon{
    display:block
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner{
    display:block;
    -webkit-backface-visibility:hidden
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-value{
    display:block;
    -webkit-transform:translateZ(0)
}
.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value{
    position:absolute
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner{
    -webkit-transition:-webkit-transform 2s;
    -moz-transition:-moz-transform 2s;
    -ms-transition:-ms-transform 2s;
    -o-transition:-o-transform 2s;
    transition:transform 2s
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner{
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    transform:translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner{
    -webkit-transition:-webkit-transform 2s;
    -moz-transition:-moz-transform 2s;
    -ms-transition:-ms-transform 2s;
    -o-transition:-o-transform 2s;
    transition:transform 2s;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0)
}
.grid-content .descs.no-padding{
    padding-left:0
}
.custom-desktop-table.center-content td,.custom-desktop-table.center-content th{
    text-align:center
}
.custom-mobile-table.center-content td,.custom-mobile-table.center-content th{
    text-align:center
}
.custom-mobile-table tbody.pl-20{
    padding-left:20px
}
.custom-desktop-table .td-content.td-rate.td-text-value,.td-row-header{
    font-size:18px
}
.mt-20{
    margin-top:20px
}
.mt-30{
    margin-top:30px
}
.mt-40{
    margin-top:40px
}
.text-blue{
    color:#001f67
}
.credit-card.account .calculator-container .calculator-input-wrapper{
    max-width:600px;
    margin:0 auto 20px
}
.credit-card.account .calculator-container .calculator-input-wrapper .btn-group{
    width:100%;
    max-width:202px
}
.credit-card.account .calculator-container .calculator-input-wrapper select{
    width:200px;
    font-weight:500;
    height:40px;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.credit-card.account .calculator-container .calculator-input-wrapper .select-style{
    margin-bottom:0;
    position:relative
}
.credit-card.account .calculator-container .calculator-input-wrapper .select-style:after{
    font-family:icomoon;
    content:'\e92a';
    font-size:20px;
    right:10px;
    top:6px;
    color:#fff;
    position:absolute
}
.credit-card.account .calculator-container .calculator-input-wrapper .calculator-toggle{
    width:200px;
    margin-bottom:20px
}
.credit-card.account .calculator-container .calculator-input-wrapper .calculator-toggle .btn{
    width:50%;
    text-transform:none;
    height:36px;
    padding-top:5px
}
.credit-card.account .calculator-container .calculator-input-wrapper .form-group{
    margin-bottom:20px
}
.credit-card.account .calculator-container .heading-text{
    font-weight:700
}
.credit-card.account .calculator-container .intro{
    font-size:18px;
    font-weight:500;
    margin-bottom:30px
}
.calculator-toggle .btn.btn-success{
    display:inline-block;
    margin-bottom:0;
    font-weight:700;
    text-align:center;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:13px 34px;
    font-size:14px;
    line-height:1.42857143;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-color:#e5e5e5;
    color:#000
}
.calculator-toggle .btn.btn-success.active{
    background-color:#00216f;
    color:#fff
}
label.select-style{
    display:inline-block;
    width:100%;
    margin-bottom:5px;
    font-weight:700
}
label.select-style select{
    height:46px;
    padding:6px 12px;
    font-size:18px;
    color:#00216f
}
.int-calc-holder .boxes-form .box-item-form:first-child:after{
    background-image:none
}
.int-calc-holder .boxes-form .box-item-form:last-child{
    background-color:#fff;
    color:#00216f
}
.int-calc-holder .boxes-form .box-item-form:last-child .block-label{
    color:#212121;
    display:block
}
.text-18{
    font-size:18px
}
.overide-for-mobile{
    display:block!important
}
.overide-for-mobile .comparison-tbl td,th{
    display:table-cell
}
@media (max-width:767px){
    .infomation-tbl,.table-oveflow{
        overflow-x:scroll
    }
    .credit-card.account .calculator-container .heading-text{
        margin-bottom:10px;
        text-align:center
    }
    .credit-card.account .calculator-container .form-group,.credit-card.account .calculator-container .toggle-wrapper{
        text-align:center
    }
    .overide-for-mobile{
        width:750px
    }
    .overide-for-mobile .eq-width{
        width:250px
    }
}
/*! ========================================================= * bootstrap-slider.js * * Maintainers: * Kyle Kemp * - Twitter: @seiyria * - Github: seiyria * Rohit Kalkur * - Twitter: @Rovolutionary * - Github: rovolution * * ========================================================= * * bootstrap-slider is released under the MIT License * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. * * ========================================================= */
.slider{
    display:inline-block;
    vertical-align:middle;
    position:relative
}
.slider .hide,.slider input{
    display:none
}
.slider .tooltip-inner{
    white-space:nowrap;
    max-width:none
}
.slider .tooltip.top{
    margin-top:-36px
}
.slider.slider-horizontal{
    width:210px;
    height:20px
}
.slider.slider-horizontal .slider-track{
    height:10px;
    width:100%;
    margin-top:-5px;
    top:50%;
    left:0
}
.slider.slider-horizontal .slider-selection,.slider.slider-horizontal .slider-track-high,.slider.slider-horizontal .slider-track-low{
    height:100%;
    top:0;
    bottom:0
}
.slider.slider-horizontal .slider-handle,.slider.slider-horizontal .slider-tick{
    margin-left:-10px
}
.slider.slider-horizontal .slider-handle.triangle,.slider.slider-horizontal .slider-tick.triangle{
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    border-width:0 10px 10px;
    width:0;
    height:0;
    border-bottom-color:#2e6da4;
    margin-top:0
}
.slider.slider-horizontal .slider-tick-container{
    white-space:nowrap;
    position:absolute;
    top:0;
    left:0;
    width:100%
}
.slider.slider-horizontal.slider-rtl .slider-tick-container,.slider.slider-horizontal.slider-rtl .slider-track{
    left:initial;
    right:0
}
.slider.slider-horizontal .slider-tick-label-container{
    white-space:nowrap;
    margin-top:20px
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
    display:inline-block;
    padding-top:24px;
    text-align:center
}
.slider.slider-horizontal.slider-rtl .slider-handle,.slider.slider-horizontal.slider-rtl .slider-tick{
    margin-left:initial;
    margin-right:-10px
}
.slider.slider-vertical{
    height:360px;
    width:20px
}
.slider.slider-vertical .slider-track{
    width:10px;
    height:100%;
    left:25%;
    top:0
}
.slider.slider-vertical .slider-selection{
    width:100%;
    left:0;
    top:0;
    bottom:0
}
.slider.slider-vertical .slider-track-high,.slider.slider-vertical .slider-track-low{
    width:100%;
    left:0;
    right:0
}
.slider.slider-vertical .slider-handle,.slider.slider-vertical .slider-tick{
    margin-top:-10px
}
.slider.slider-vertical .slider-handle.triangle,.slider.slider-vertical .slider-tick.triangle{
    border-width:10px 0 10px 10px;
    width:1px;
    height:1px;
    border-left-color:#2e6da4;
    margin-left:0
}
.slider.slider-vertical .slider-tick-label-container{
    white-space:nowrap
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label{
    padding-left:4px
}
.slider.slider-vertical.slider-rtl .slider-track{
    left:initial;
    right:25%
}
.slider.slider-vertical.slider-rtl .slider-selection{
    left:initial;
    right:0
}
.slider.slider-vertical.slider-rtl .slider-handle.triangle,.slider.slider-vertical.slider-rtl .slider-tick.triangle{
    border-width:10px 10px 10px 0
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label{
    padding-left:initial;
    padding-right:4px
}
.slider.slider-disabled .slider-handle{
    background-color:#cfcfcf;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#dfdfdf),to(#bebebe));
    background-image:linear-gradient(to bottom,#dfdfdf,#bebebe);
    background-repeat:repeat-x
}
.slider.slider-disabled .slider-track{
    background-color:#e7e7e7;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#e9e9e9));
    background-image:linear-gradient(to bottom,#e5e5e5,#e9e9e9);
    background-repeat:repeat-x;
    cursor:not-allowed
}
.slider-selection,.slider-track{
    background-color:#f7f7f7;
    border-radius:4px;
    background-repeat:repeat-x;
    position:absolute
}
.slider-track{
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f9f9f9));
    background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    cursor:pointer
}
.slider-selection{
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#f5f5f5));
    background-image:linear-gradient(to bottom,#f9f9f9,#f5f5f5);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.slider-selection.tick-slider-selection{
    background-color:#86bae7;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#8ac1ef),to(#82b3de));
    background-image:linear-gradient(to bottom,#8ac1ef,#82b3de);
    background-repeat:repeat-x
}
.slider-track-high,.slider-track-low{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:absolute;
    background:0 0;
    border-radius:slider_border-radius(4px)
}
.slider-handle{
    background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));
    background-image:linear-gradient(to bottom,#337ab7,#2e6da4);
    background-repeat:repeat-x;
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    position:absolute;
    top:0;
    width:20px;
    height:20px;
    background-color:#337ab7;
    border:0 solid transparent
}
.slider-handle.round{
    border-radius:20px
}
.slider-handle.custom,.slider-handle.triangle{
    background:0 0
}
.slider-handle.custom::before{
    line-height:20px;
    font-size:20px;
    content:'\2605';
    color:#726204
}
.slider-tick{
    background-color:#f7f7f7;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f9f9f9));
    background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat:repeat-x;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:absolute;
    width:20px;
    height:20px;
    -webkit-filter:none;
    filter:none;
    opacity:.8;
    border:0 solid transparent
}
.slider-tick.round{
    border-radius:50%
}
.slider-tick.custom,.slider-tick.triangle{
    background:0 0
}
.slider-tick.custom::before{
    line-height:20px;
    font-size:20px;
    content:'\2605';
    color:#726204
}
.uob-steps .steps li:after,.uob-steps .steps li:before{
    content:'';
    display:inline-block
}
.slider-tick.in-selection{
    background-color:#86bae7;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#8ac1ef),to(#82b3de));
    background-image:linear-gradient(to bottom,#8ac1ef,#82b3de);
    background-repeat:repeat-x;
    opacity:1
}
.d-table{
    table-layout:fixed;
    width:100%
}
.d-tr{
    display:table-row
}
.d-thead{
    display:table-header-group
}
.d-tbody{
    display:table-row-group
}
.d-tfoot{
    display:table-footer-group
}
.d-col{
    display:table-column
}
.d-colgroup{
    display:table-column-group
}
.d-rowgroup{
    display:table-row-group
}
.d-td,.d-th{
    display:table-cell
}
.d-caption{
    display:table-caption
}
.bg-gray{
    background:#efefef
}
.uob-stash-calculator .footnote{
    font-size:14px;
    color:#fff;
    line-height:1.2;
    text-align:center
}
@media (min-width:992px){
    .uob-stash-calculator .footnote{
        margin:0 165px
    }
}
.calc-table{
    position:relative
}
.calc-bg{
    background:#fff
}
.calculator{
    font-size:14px;
    line-height:1.2;
    margin-bottom:10px;
    padding:0
}
.calculator .td-center .d-td{
    vertical-align:middle
}
.calculator .td-center .month{
    font-weight:700;
    font-size:20px;
    color:#06377b;
    text-transform:uppercase
}
.calculator .td-center .month .d-td{
    vertical-align:top
}
.calculator .td-center .month .note{
    color:#999;
    text-transform:none;
    font-size:14px;
    font-weight:500;
    padding-bottom:10px
}
.calculator .td-center .month .info{
    color:#cacaca;
    height:5px
}
.calculator .td-center .input-mabs .d-td{
    padding-top:15px;
    vertical-align:bottom
}
.calculator .td-center .sliders-wrapper .d-td{
    padding-top:20px;
    padding-bottom:20px
}
.calculator .td-center .results{
    font-weight:600;
    color:#515151;
    height:40px
}
.calculator .td-center .results.total-interest .d-td{
    border-bottom:2px solid #dc1f2d
}
.calculator .td-left{
    width:135px;
    font-weight:500;
    color:#999;
    vertical-align:top;
    text-transform:uppercase;
    line-height:1
}
.calculator .td-left .d-td{
    vertical-align:middle;
    padding-left:15px
}
.calculator .td-left .input-mabs .d-td{
    padding-top:15px;
    vertical-align:bottom
}
.calculator .td-left .instructions{
    vertical-align:bottom;
    padding-right:15px
}
.calculator .td-left .instruction-box{
    font-size:12px;
    text-transform:none;
    color:#06377b;
    border:1px solid #06377b;
    padding:5px;
    display:inline-block;
    background:#fff;
    margin-bottom:20px
}
.calculator .td-left .results{
    height:60px
}
.calculator .td-right{
    width:20px;
    vertical-align:top
}
.calculator .td-left-xs{
    width:55px;
    display:table-cell;
    vertical-align:top
}
.calculator .td-span-content{
    position:absolute;
    text-align:center;
    padding:10px 0;
    font-weight:500;
    color:#999;
    text-transform:uppercase;
    line-height:1
}
.calculator .form-control{
    border-radius:0;
    font-weight:700;
    max-width:100px;
    margin:0 auto;
    padding:3px;
    text-align:center
}
.calculator .slider-handle:before{
    background:#337ab7
}
.instruction-container{
    text-align:center;
    padding-top:15px;
    font-size:12px
}
.calculator-intro{
    font-size:20px;
    font-weight:600;
    text-align:center;
    padding-top:20px
}
.responsive-content .d-td{
    width:115px;
    text-align:center
}
.result-total{
    font-family:"Noto Sans Regular",sans-serif;
    vertical-align:middle;
    text-align:center;
    font-size:15px;
    color:#fff;
    margin-top:20px
}
.result-total span{
    font-family:"Noto Sans Regular",sans-serif;
    display:block;
    font-size:20px;
    line-height:30px;
    margin:10px 0
}
.scales .text{
    text-align:right;
    color:#06377b;
    text-transform:none
}
.scales .line{
    margin-top:0;
    margin-bottom:0;
    border-top:1px dashed #dc1f2d
}
.scales .d-td{
    vertical-align:middle
}
.scales .td-left{
    width:135px
}
.carousel-table .left svg,.carousel-table .right svg{
    width:20px
}
.scales .scale{
    position:absolute
}
.carousel-table{
    position:absolute;
    top:5px
}
.carousel-table .d-td{
    position:relative
}
.carousel-table a{
    color:#06377b;
    font-size:20px
}
.carousel-table .left{
    position:absolute;
    top:0;
    left:-30px
}
.carousel-table .right{
    position:absolute;
    top:0;
    right:0
}
.carousel-table .text-left,.carousel-table .text-right{
    font-weight:600;
    font-size:12px;
    font-style:italic;
    color:#777;
    background:#fff;
    top:-30px;
    position:absolute
}
.carousel-table .text-left{
    left:-30px
}
.carousel-table .text-right{
    right:0
}
.carousel-table .close{
    position:absolute;
    top:-75px;
    right:-15px;
    opacity:1
}
.carousel-table .close a{
    font-size:40px;
    text-decoration:none
}
@media (max-width:767px){
    .uob-stash-calculator .footnote{
        font-size:12px
    }
    .calc-bg{
        padding-top:55px;
        padding-left:0;
        padding-right:0
    }
    .calculator .td-center .results .d-td{
        padding-top:35px;
        padding-bottom:10px
    }
    .result-total{
        margin-left:-20px
    }
    .carousel-table .left{
        left:0;
        top:-5px
    }
    .carousel-table .right{
        top:20px;
        top:-5px
    }
    .carousel-table .text-left{
        left:0;
        top:-35px
    }
    .carousel-table .text-right{
        top:-10px;
        top:-35px
    }
    .carousel-table .close{
        right:0;
        top:-55px
    }
}
@media (min-width:768px){
    .calculator .td-span-content{
        display:none
    }
}
@media (max-width:480px){
    .calculator-intro{
        font-size:14px
    }
}
@media (min-width:1200px){
    .calculator{
        padding-left:15px;
        padding-right:15px
    }
    .calc-bg{
        padding-left:5px
    }
    .responsive-content .d-td{
        width:125px
    }
}
.uob-steps{
    padding:30px 15px;
    margin:0 auto
}
.uob-steps .btn-default-secondary{
    margin-bottom:10px
}
.uob-steps .content-title{
    margin-bottom:20px
}
.uob-steps .steps{
    counter-reset:counter;
    list-style:none;
    text-align:left;
    margin-bottom:0;
    margin-left:15px
}
.uob-steps .steps .step-text-block div{
    display:inline-block
}
.uob-steps .steps .step-text-block .count{
    margin-right:5px
}
.uob-steps .steps li{
    position:relative;
    margin:10px 0
}
.uob-steps .steps li:before{
    margin-right:-55px;
    box-sizing:border-box;
    width:10px;
    height:10px;
    border-radius:100%;
    border:2px solid #fff;
    background-color:#005eb8
}
.uob-steps .steps li:after{
    position:absolute;
    top:50%;
    left:4px;
    height:calc(100% + 3px);
    width:2px;
    background-color:#fff
}
.uob-steps .steps li:last-of-type:after{
    display:none
}
.uob-steps .steps li .step-text-block{
    display:inline-block;
    margin-left:30px;
    color:#fff;
    padding-top:17px;
    padding-bottom:17px
}
.uob-steps .steps li .step-text-block .subtitle{
    color:#fff
}
@media (min-width:576px){
    .uob-steps{
        padding:30px
    }
    .uob-steps .apply-btn{
        margin-bottom:80px
    }
    .uob-steps .steps{
        display:flex;
        flex-wrap:wrap;
        text-align:center;
        padding-left:0
    }
    .uob-steps .steps .apply-icon{
        position:absolute;
        left:calc((100% - 30px)/ 2);
        top:-45px
    }
    .uob-steps .steps li{
        width:calc(100% / 4);
        position:relative
    }
    .uob-steps .steps li:before{
        float:none;
        margin-right:0
    }
    .uob-steps .steps li:after{
        content:'';
        display:inline-block;
        position:absolute;
        top:10px;
        left:calc((100% + 5px)/ 2);
        transform:translateY(-50%);
        height:2px;
        width:100%;
        border-radius:5px;
        background-color:#fff
    }
    .uob-steps .steps li:last-of-type:after{
        display:none
    }
    .uob-steps .steps li .step-text-block{
        display:block;
        margin-left:0;
        padding-left:10px;
        padding-right:10px
    }
    .uob-steps .steps li .step-text-block .count{
        font-family:"Noto Sans Regular",sans-serif;
        display:block;
        font-size:20px;
        line-height:1.5;
        font-weight:500
    }
}
.uob-table-carousel .table__carousel-content .table-row.grey-row .table-item:first-child::before,.uob-table-carousel .table__carousel-content .table-row.no__shadow .table-item:first-child::before,.uob-table-carousel .table__carousel.merge__table::before{
    display:none
}
@media (min-width:768px){
    .uob-steps{
        padding:40px 45px
    }
    .uob-steps .content-title{
        margin-bottom:30px
    }
}
@media (min-width:992px){
    .uob-steps{
        padding:50px 60px
    }
}
@media (min-width:1200px){
    .uob-steps{
        padding:50px 150px
    }
}
.uob-table-carousel{
    padding:30px 15px
}
.uob-table-carousel .table__carousel{
    width:100%;
    position:relative;
    overflow:visible
}
@media (max-width:991.98px){
    .uob-table-carousel .table__carousel.merge__table .table__carousel-content{
        overflow-x:scroll
    }
}
.uob-table-carousel .table__carousel table{
    width:100%
}
.uob-table-carousel .table__carousel.last-slide .table__carousel-content{
    width:calc(100% - 45px)!important
}
.uob-table-carousel .table__carousel.last-slide .icons-chevon-right{
    opacity:0;
    transition:all .3s ease-out .5s
}
@media (max-width:767.98px){
    .uob-table-carousel .table__carousel.last-slide:before{
        opacity:0
    }
    .uob-table-carousel .table__carousel:not(.no-slide):not(.merge__table):before{
        z-index:2;
        content:'';
        display:block;
        position:absolute;
        top:0;
        width:54px;
        height:calc(100% - 55px);
        background-color:#fff;
        right:0;
        transition:all .3s ease-out .5s;
        -webkit-box-shadow:-5px 0 10px 0 rgba(0,0,0,.25);
        -moz-box-shadow:-5px 0 10px 0 rgba(0,0,0,.25);
        box-shadow:-5px 0 10px 0 rgba(0,0,0,.25)
    }
}
.uob-table-carousel .table__carousel-content{
    overflow:hidden;
    position:relative;
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    border-radius:20px;
    width:100%;
    background-color:#fff
}
.uob-table-carousel .table__carousel-content thead+tbody .table-row .table-item{
    border-top-left-radius:0!important;
    border-top-right-radius:0!important
}
.uob-table-carousel .table__carousel-content thead .table-row .table-item{
    border-bottom-left-radius:0!important;
    border-bottom-right-radius:0!important;
    border-bottom:1px solid #e6e6e6!important
}
.uob-table-carousel .table__carousel-content tr td{
    width:1%
}
.uob-table-carousel .table__carousel-content tr td.tablecol-3{
    width:33.33%
}
.uob-table-carousel .table__carousel-content .table-headfix{
    z-index:3;
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    box-shadow:5px 0 15px 8px rgba(0,0,0,.04)
}
.uob-table-carousel .table__carousel-content .table-headfix table{
    width:100%;
    table-layout:fixed
}
.uob-table-carousel .table__carousel-content .table-headfix table tr td{
    font-size:15px;
    line-height:1.5;
    text-align:center;
    vertical-align:middle;
    padding:20px 10px;
    border-top:0;
    border-bottom:1px solid #e6e6e6;
    font-family:"Noto Sans Bold",sans-serif;
    color:#004585;
    font-weight:700;
    background-color:#fff
}
.uob-table-carousel .table__carousel-content .table-headfix table tr:first-child td{
    font-size:16px;
    padding:31px 10px;
    color:#fff;
    background-color:#004585;
    border-top-left-radius:10px
}
.uob-table-carousel .table__carousel-content .table-headfix table tr:last-child td{
    border-bottom:0;
    border-bottom-left-radius:10px
}
.uob-table-carousel .table__carousel-content .table-row.grey-row .table-item{
    color:#004585;
    background-color:#e6e6e6;
    border-right:1px solid #fff
}
.uob-table-carousel .table__carousel-content .table-row.grey-row .table-item:last-child{
    border-right:0
}
.uob-table-carousel .table__carousel-content .table-row:first-child .table-item{
    font-size:16px;
    background-color:#004585;
    color:#fff;
    padding:31px 10px
}
.uob-table-carousel .table__carousel-content .table-row:first-child .table-item:first-child{
    border-top-left-radius:10px
}
.uob-table-carousel .table__carousel-content .table-row:first-child .table-item:last-child{
    border-top-right-radius:10px
}
.uob-table-carousel .table__carousel-content .table-row:last-child .table-item{
    border-bottom:0
}
.uob-table-carousel .table__carousel-content .table-row:last-child .table-item:first-child{
    border-bottom-left-radius:10px
}
.uob-table-carousel .table__carousel-content .table-row .table-item:first-child{
    position:relative
}
.uob-table-carousel .table__carousel-content .table-row .table-item:first-child::before{
    position:absolute;
    content:"";
    width:100%;
    height:calc(100% + 10px);
    right:0;
    top:-5px;
    box-shadow:10px 0 10px -6px rgba(0,0,0,.25);
    z-index:1
}
.uob-table-carousel .table__carousel-content .table-row .table-item.border-right{
    border-right:1px solid #e6e6e6!important
}
.uob-table-carousel .table__carousel-content .table-row .table-item.default-text{
    color:#212121;
    font-family:"Noto Sans Regular",sans-serif
}
.uob-table-carousel .table__carousel-content .table-item{
    font-size:16px;
    line-height:1.5;
    text-align:center;
    border-top:0;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    vertical-align:middle;
    padding:20px 10px;
    white-space:break-spaces
}
.uob-table-carousel .table__carousel-content .table-item:first-child{
    font-family:"Noto Sans Bold",sans-serif;
    color:#004585;
    font-weight:700;
    border-left:0
}
.uob-table-carousel .table__carousel-content .table-item:last-child{
    border-right:0
}
.uob-table-carousel .table__carousel-table{
    width:100%;
    border-spacing:0;
    border-collapse:collapse;
    position:relative;
    left:0;
    transition:left .3s ease-in-out;
    box-shadow:5px 0 15px 8px rgba(0,0,0,.04)
}
@media (max-width:767.98px){
    .uob-table-carousel .table__carousel-content .table-item,.uob-table-carousel .table__carousel-content .table-row:first-child .table-item{
        font-size:14px
    }
    .uob-table-carousel .table__carousel-table{
        table-layout:auto
    }
}
.uob-table-carousel .table-carousel-nav{
    z-index:8;
    position:absolute;
    top:50%;
    margin-top:-20px;
    font-size:inherit;
    color:#004585;
    transform:rotate(-90deg);
    cursor:pointer;
    background-color:#fff
}
.uob-table-carousel .table-carousel-nav .capt{
    font-weight:700;
    color:#004585
}
.uob-table-carousel .table-carousel-nav .icons-chevon-right{
    position:relative;
    width:22px;
    height:22px;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../assets/Icons/icons-chevron-right-blue.svg);
    background-size:cover;
    transform:rotate(90deg);
    left:0;
    transition:all .3s ease-out 0s
}
.uob-table-carousel .table-carousel-header{
    z-index:8;
    position:absolute;
    top:0;
    left:0;
    width:calc(50% + 1px);
    height:100%;
    overflow:hidden;
    background-color:#fff
}
.uob-table-carousel .table-carousel-bullets{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px
}
.uob-table-carousel .table-carousel-bullets ul{
    padding-left:0
}
.uob-table-carousel .table-carousel-bullets ul li{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    width:12px;
    height:12px;
    margin:0 10px;
    border:2px solid #0084ff;
    cursor:pointer;
    border-radius:50%
}
.uob-table-carousel .table-carousel-bullets ul li.active{
    background-color:#004585
}
.uob-table-carousel .content-title{
    margin-bottom:30px
}
.uob-table-carousel .content-title .uob-h2{
    margin-bottom:10px
}
.search-page-filter .section-title,.uob-table-carousel .content-title .uob-h5{
    margin-bottom:0
}
.uob-table-carousel .table-toggle{
    width:100%;
    overflow:hidden;
    position:relative
}
.uob-table-carousel .table-toggle .table-toggle-container{
    position:relative
}
.uob-table-carousel .table-toggle .table-toggle-container.overflow{
    box-shadow:0 0 10px 0 rgba(0,0,0,.27)
}
.uob-table-carousel .table-toggle table{
    border-spacing:0;
    border-collapse:collapse;
    position:relative;
    left:0;
    transition:left .3s ease-in-out;
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    border-radius:20px
}
.uob-table-carousel .table-toggle table tr{
    background:#fff
}
.uob-table-carousel .table-toggle table tr td,.uob-table-carousel .table-toggle table tr th{
    font-size:16px;
    line-height:1.5;
    text-align:center;
    border-top:0;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
    vertical-align:middle
}
.uob-table-carousel .table-toggle table tr td{
    padding:20px 10px
}
.uob-table-carousel .table-toggle table tr td:first-child,.uob-table-carousel .table-toggle table tr th:first-child{
    border-left:1px solid #e6e6e6;
    border-right:0
}
.uob-table-carousel .table-toggle table tr:first-child th:first-child{
    border-top-left-radius:10px
}
.uob-table-carousel .table-toggle table tr:first-child th:last-child{
    border-top-right-radius:10px
}
.uob-table-carousel .table-toggle table tr:last-child td:first-child{
    border-bottom-left-radius:10px
}
.uob-table-carousel .table-toggle table tr:last-child td:last-child{
    border-bottom-right-radius:10px
}
.uob-table-carousel .table-toggle table thead tr td:first-child,.uob-table-carousel .table-toggle table thead tr th{
    font-family:"Noto Sans Bold",sans-serif;
    font-weight:700
}
.uob-table-carousel .table-toggle table thead tr th{
    background-color:#004585;
    color:#fff;
    padding:31px 10px
}
.uob-table-carousel .table-toggle table tbody tr td,.uob-table-carousel .table-toggle table tbody tr th{
    word-wrap:break-word;
    font-size:15px;
    line-height:1.6;
    padding:20px 10px;
    vertical-align:middle
}
.uob-table-carousel .table-toggle table tbody tr td:first-child{
    font-family:"Noto Sans Bold",sans-serif;
    color:#004585;
    font-weight:700
}
.uob-table-carousel .table-toggle table.table-floater{
    background:#fff;
    border-bottom-right-radius:0!important;
    position:absolute;
    top:0;
    left:0
}
.uob-table-carousel .table-toggle table.table-floater tr td,.uob-table-carousel .table-toggle table.table-floater tr th{
    border-top-right-radius:0!important;
    border-bottom-right-radius:0!important
}
.uob-table-carousel .table-toggle table.table-floater tr td:first-child,.uob-table-carousel .table-toggle table.table-floater tr th:first-child{
    border-right:1px solid #e6e6e6
}
.uob-table-carousel .table-toggle table.table-floater.overflow{
    box-shadow:4px 0 6px 0 rgba(0,0,0,.27)
}
.uob-table-carousel .table-toggle .table-toggle-controls{
    text-align:center
}
.uob-table-carousel .table-toggle .table-toggle-controls ul{
    list-style:none;
    display:flex;
    justify-content:center;
    padding-left:0;
    margin-right:15%;
    margin-left:15%;
    margin-top:30px;
    align-items:center
}
.uob-table-carousel .table-toggle .table-toggle-controls ul li{
    margin-right:15px
}
.uob-table-carousel .table-toggle .table-toggle-controls ul li.rounded-circle{
    width:10px;
    height:10px;
    background-color:transparent;
    border:2px solid #0084ff
}
.uob-table-carousel .table-toggle .table-toggle-controls ul li.rounded-circle.active{
    background-color:#004585;
    border:0
}
.uob-table-carousel .table-toggle .table-toggle-controls a{
    display:inline-block
}
.uob-table-carousel .table-toggle .table-toggle-controls .trigger-btn{
    font-family:"Noto Sans Bold",sans-serif;
    top:0;
    right:52px;
    width:200px;
    height:52px;
    font-size:14px;
    line-height:1.57;
    color:#0084ff;
    box-shadow:0 0 15px 0 rgba(0,0,0,.15);
    padding:15px;
    text-align:center;
    background-color:#fff;
    transform:rotate(-90deg);
    transform-origin:100% 0;
    z-index:5
}
.uob-table-carousel .table-toggle .table-toggle-controls .trigger-btn img{
    transform:rotate(90deg);
    margin-left:5px
}
.uob-table-carousel .table-tips{
    margin-top:30px
}
@media (min-width:576px){
    .uob-table-carousel{
        padding:30px
    }
}
@media (min-width:768px){
    .uob-table-carousel{
        table-layout:fixed;
        padding:40px 45px
    }
    .uob-table-carousel .content-title{
        margin-bottom:40px
    }
}
@media (min-width:992px){
    .uob-table-carousel{
        padding:50px 60px
    }
    .uob-table-carousel .content-title{
        margin-bottom:50px
    }
    .uob-table-carousel .content-title .uob-h2{
        margin-bottom:20px
    }
    .uob-table-carousel table tr td,.uob-table-carousel table tr th{
        white-space:nowrap
    }
    .uob-table-carousel .table-tips{
        margin-top:50px
    }
}
@media (min-width:1200px){
    .uob-table-carousel{
        padding:50px 150px
    }
}
body.lady__clr_variant .uob-h1,body.lady__clr_variant .uob-h2{
    color:#425f68
}
body.lady__clr_variant .page-header .header .login-button{
    background:#806660
}
body.lady__clr_variant .page-header .header .lg-down-header{
    border-top:5px solid #425f68
}
body.lady__clr_variant .page-header .header .lg-down-header .login-item{
    background-color:#806660
}
@media (max-width:1199.98px){
    body.lady__clr_variant .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item .page-header__title,body.lady__clr_variant .page-header .header-mega-menu .lg-down-mega-menu .mega-menu-list-top .mega-menu-list-item .page-header__title .page-header__title span.title{
        color:#425f68
    }
    body.lady__clr_variant .page-header .header-mega-menu .lg-down-mega-menu .dropdown-item{
        color:#806660
    }
    body.lady__clr_variant .page-header .header-mega-menu .personal-banking-block{
        background-color:#425f68
    }
}
@media (min-width:992px){
    body.lady__clr_variant .page-header .header,body.lady__clr_variant .page-header .header-mega-menu .active-line{
        background-color:#425f68
    }
    body.lady__clr_variant .page-header .header-mega-menu .login-button{
        background:#806660
    }
}
body.lady__clr_variant .page-header .header-mega-menu .megamenu-li .megamenu.show .dropdown-item,body.lady__clr_variant .text-link{
    color:#806660
}
body.lady__clr_variant .compare-tables .table .table-header-title th .dropdown .dropdown-menu.show .dropdown-item.active,body.lady__clr_variant .compare-tables .table .table-header-title th .dropdown .dropdown-menu.show .dropdown-item.focus,body.lady__clr_variant .compare-tables .table .table-header-title th .dropdown .dropdown-menu.show .dropdown-item.visit,body.lady__clr_variant .compare-tables .table .table-header-title th .dropdown .dropdown-menu.show .dropdown-item:hover,body.lady__clr_variant .compare-tables .table tbody .table-sub-title,body.lady__clr_variant .text-link--header{
    color:#425f68
}
body.lady__clr_variant .modal.global-modal .modal-dialog{
    border-top:5px solid #425f68
}
body.lady__clr_variant .compare-tables .table .table-header-title th,body.lady__clr_variant .compare-tables .table .table-header-title th .dropdown .dropdown-menu.show{
    background:#425f68
}
body.lady__clr_variant .tile-card-slide .carousel-indicators li{
    border:2px solid #806660
}
body.lady__clr_variant .tile-card-slide .carousel-indicators li.active{
    background-color:#425f68;
    border:2px solid #425f68
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-handle,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table-carousel-bullets ul li{
    border:2px solid #806660
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont,body.lady__clr_variant .uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(1)::after,body.lady__clr_variant .uob-calculator .uob-calculator-cont .boxes-form .box-item-form:nth-child(2)::after{
    background-color:#946161
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .boxes-form .box-item-form .fake-input-holder input{
    color:#806660
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body .info-rebate,body.lady__clr_variant .uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-formatting-mark,body.lady__clr_variant .uob-calculator .uob-calculator-cont .odom-container .odometer-wrap .odometer .odometer-value{
    color:#425f68
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .calculate-cash-rebate .cash-rebate-body input[type=number]{
    color:#806660
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-headfix table tr td{
    color:#425f68
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-headfix table tr:first-child td,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel-content .table-row:first-child .table-item{
    color:#fff;
    background-color:#946161
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table-carousel-nav,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table__carousel .table-item:first-child{
    color:#425f68
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-table-carousel .table-carousel-bullets ul li.active{
    background-color:#946161
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-selection.tick-slider-selection,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .slider-tick.in-selection{
    background-color:#806660
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .form-control{
    color:#806660
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .scales .td-left,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results.interest-amount .d-td,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .results.total-interest .d-td,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-left .results{
    color:#425f68
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .calculator .td-center .month .note{
    color:#946161
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success.active,body.lady__clr_variant .uob-calculator .uob-calculator-cont .uob-stash-calculator .instruction-dot{
    background-color:#946161
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success.active:hover{
    color:#fff
}
body.lady__clr_variant .uob-calculator .uob-calculator-cont .calculator-toggle .btn.btn-success:hover{
    color:#806660
}
body.lady__clr_variant .uob-calculator .dropdown-toggle::after{
    border-color:#806660
}
body.lady__clr_variant .uob-table-carousel .table__carousel-content .table-headfix table tr td{
    color:#425f68
}
body.lady__clr_variant .uob-table-carousel .table__carousel-content .table-headfix table tr:first-child td,body.lady__clr_variant .uob-table-carousel .table__carousel-content .table-row:first-child .table-item{
    color:#fff;
    background-color:#946161
}
body.lady__clr_variant .uob-table-carousel .table-carousel-nav,body.lady__clr_variant .uob-table-carousel .table__carousel .table-item:first-child,body.lady__clr_variant .uob-table-carousel .table__carousel-content .table-item:first-child{
    color:#425f68
}
body.lady__clr_variant .uob-table-carousel .table-carousel-bullets ul li{
    border:2px solid #806660
}
body.lady__clr_variant .uob-table-carousel .table-carousel-bullets ul li.active{
    background-color:#946161
}
body.lady__clr_variant .breadcrumb a,body.lady__clr_variant .breadscrum a{
    color:#806660
}
body.lady__clr_variant .btn-default-primary{
    background-image:linear-gradient(135deg,#ac8080,#7f5353)
}
body.lady__clr_variant .btn-default-primary.dark-bg{
    background-image:none;
    background-color:#fff;
    color:#806660
}
body.lady__clr_variant .btn-default-primary.dark-bg:hover{
    color:#fff
}
body.lady__clr_variant .btn-default-primary:hover{
    background-image:linear-gradient(45deg,#806660,#59423d)
}
body.lady__clr_variant .btn-default-primary-darkbg{
    color:#806660
}
body.lady__clr_variant .btn-default-primary-darkbg--active,body.lady__clr_variant .btn-default-primary-darkbg:focus,body.lady__clr_variant .btn-default-primary-darkbg:hover,body.lady__clr_variant .btn-default-primary-darkbg:visited{
    color:#946161
}
body.lady__clr_variant .btn-default-secondary{
    border:2px solid #806660;
    color:#806660
}
body.lady__clr_variant .btn-default-secondary.dark-bg{
    border:2px solid #fff;
    color:#fff
}
body.lady__clr_variant .btn-default-secondary.dark-bg:hover{
    color:#fff
}
body.lady__clr_variant .btn-default-secondary--active,body.lady__clr_variant .btn-default-secondary:hover,body.lady__clr_variant .btn-default-secondary:visited{
    border:2px solid #946161;
    color:#946161
}
body.lady__clr_variant .card-link .card .card-body .card-text a,body.lady__clr_variant .masthead,body.lady__clr_variant .masthead-dark .overlay .masthead-form .go-btn,body.lady__clr_variant .media-body .btn-link{
    color:#806660
}
body.lady__clr_variant .carousel-indicators li{
    border:2px solid #806660
}
body.lady__clr_variant .carousel-indicators li.active,body.lady__clr_variant .carousel-indicators li:hover{
    background:#806660
}
body.lady__clr_variant .uob-form .uob-search-box{
    border-bottom:1px solid #806660
}
body.lady__clr_variant .dropdown-menu-lg--login,body.lady__clr_variant .dropdown-menu-lg-down--login{
    background-color:#806660
}
body.lady__clr_variant .dropdown-menu-lg--login .dropdown-item:hover{
    background-color:#946161
}
body.lady__clr_variant #LgDownLoginModal .modal-dialog .modal-content,body.lady__clr_variant .life-stage .content-block .custom-select .select-items div.same-as-selected,body.lady__clr_variant .life-stage .content-block .custom-select .select-items div:hover,body.lady__clr_variant .masthead .masthead-form .custom-select .select-items div.same-as-selected,body.lady__clr_variant .masthead .masthead-form .custom-select .select-items div:hover,body.lady__clr_variant .nav-pills hr,body.lady__clr_variant .number-input .btn-adjust{
    background-color:#806660
}
body.lady__clr_variant .life-stage .content-block .custom-select .select-selected{
    border-bottom:2px solid #806660
}
body.lady__clr_variant .life-stage .content-block .custom-select .select-selected:after{
    border:solid #806660;
    border-width:0 1px 1px 0
}
body.lady__clr_variant .masthead .masthead-form .custom-select .select-selected:after{
    border:solid #806660;
    border-width:0 1px 1px 0
}
body.lady__clr_variant .media-body .btn-link:active{
    color:#946161
}
body.lady__clr_variant .ticker-content .text-link:hover{
    background-image:linear-gradient(45deg,#806660,#59423d)
}
body.lady__clr_variant .search-form .uob-form .uob-search-box:focus{
    border-bottom-color:#806660
}
body.lady__clr_variant .search-input{
    border-bottom:2px solid #806660
}
body.lady__clr_variant .search-input:focus{
    border-color:#806660
}
@media (min-width:768px){
    body.lady__clr_variant .nav-pills .nav-item:hover .nav-link{
        color:#806660
    }
}
body.lady__clr_variant .nav-pills .nav-item .nav-link.active,body.lady__clr_variant .nav-pills .nav-item .nav-link:hover{
    color:#806660
}
body.lady__clr_variant .active-tab-mobile{
    border-bottom:5px solid #806660
}
body.lady__clr_variant .number-input .btn-adjust:hover{
    background-color:#946161
}
body.lady__clr_variant .uob-scrollpy .nav hr,body.lady__clr_variant .uob-steps .steps li:before{
    background-color:#806660
}
body.lady__clr_variant .uob-scrollpy .nav .nav-link:hover{
    color:#806660
}
body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-toggle{
    border-bottom:5px solid #806660;
    color:#806660
}
body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-toggle:after{
    border-color:#806660
}
body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-toggle.active,body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-toggle.focus,body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-toggle.show{
    color:#806660!important;
    border-color:#806660
}
body.lady__clr_variant .uob-scrollpy .dropdown .dropdown-menu .dropdown-item.active{
    border-bottom:5px solid #806660;
    color:#806660
}
body.lady__clr_variant .category-page-card .card .card-body .card-tag,body.lady__clr_variant .category-page-filter .card .card-body .card-tag{
    background:#946161
}
body.lady__clr_variant .bg-blue,body.lady__clr_variant .promotion-banner,body.lady__clr_variant footer{
    background-image:linear-gradient(135deg,#7f5353,#ac8080)
}
body.lady__clr_variant .promotion-banner .text-link{
    color:#fff
}
body.lady__clr_variant a{
    color:#806660
}
body.lady__clr_variant a.btn-default-primary{
    color:#fff
}
body.lady__clr_variant a:active{
    color:#946161
}
body.lady__clr_variant .uob-cookie a,body.lady__clr_variant a:active.btn-default-primary,body.lady__clr_variant footer a{
    color:#fff
}
body.lady__clr_variant footer a:focus{
    background-color:transparent
}
body.lady__clr_variant .btn-gradient-blue{
    border:2px solid #806660
}
body.lady__clr_variant .btn-gradient-blue:hover{
    background:#806660
}
body.lady__clr_variant .btn-gradient-blue--active{
    background-image:linear-gradient(45deg,#806660,#59423d)
}
body.lady__clr_variant .icon-tooltip{
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg transform='translate(-401 -2646) translate(401 2646)'%3E%3Cg%3E%3Cpath fill='%23806660' fill-rule='nonzero' d='M7.5 0C3.36 0 0 3.36 0 7.5 0 11.64 3.36 15 7.5 15c4.14 0 7.5-3.36 7.5-7.5C15 3.36 11.64 0 7.5 0zm0 11.25c-.412 0-.75-.338-.75-.75v-3c0-.412.338-.75.75-.75s.75.338.75.75v3c0 .412-.338.75-.75.75zm.75-6h-1.5v-1.5h1.5v1.5z' transform='translate(4.5 4.5)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain
}
body.lady__clr_variant .replaced-svg path{
    fill:#806660!important
}
body.lady__clr_variant .tile-card-group .card .card-footer .arrow-icon{
    background:url(../assets/Icons/icons-link-brown.svg) no-repeat
}
body.lady__clr_variant .dropdown-item.active,body.lady__clr_variant .dropdown-item:active{
    background-color:#806660;
    color:#212121
}
.search-page-filter .filter-list{
    padding-top:3px;
    overflow:hidden;
    margin-bottom:40px;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center
}
.search-page-filter .filter-list li{
    white-space:nowrap;
    margin-bottom:15px;
    padding:0
}
.search-page-filter .filter-list li.btn-gradient-blue.btn-gradient-blue--active a{
    color:#fff
}
.search-page-filter .filter-list li.btn-gradient-blue a{
    color:#212121
}
.search-page-filter .filter-list li:hover a{
    color:#fff
}
.search-page-filter .filter-list li a{
    color:#212121;
    padding:10px 25px;
    display:block
}
.search-page-filter .filter-list li:active,.search-page-filter .filter-list li:focus{
    outline:0;
    box-shadow:0 0 5px 0 #0084ff;
    border:3px solid #0084ff;
    transition:all .3s ease
}
.search-page-filter .filter-list li:last-child{
    margin-right:0!important
}
.search-page-filter .filter-list li.btn-gradient-blue--active{
    pointer-events:none
}
.search-page-filter .filter-list li.btn-gradient-blue--active a{
    color:#fff
}
@media (min-width:576px){
    .search-page-filter .filter-list{
        margin-bottom:60px
    }
}
.search-page-filter .search-results .cards-each.hiden-filter,.search-page-filter .search-results .cards-each.hiden-other{
    display:none
}
.category-page-filter .slick-slider{
    overflow:visible
}
.category-page-filter .slick-slider li{
    width:auto;
    outline:0;
    border:0;
    margin-bottom:0
}
.category-page-filter .slick-slider .slick-next,.category-page-filter .slick-slider .slick-prev{
    font-size:0;
    line-height:0;
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    padding:0;
    cursor:pointer;
    color:transparent;
    border:none;
    outline:0;
    background:0 0;
    z-index:5
}
.category-page-filter .slick-slider .slick-next.slick-disabled,.category-page-filter .slick-slider .slick-prev.slick-disabled{
    display:none!important
}
.category-page-filter .slick-slider .slick-next:before,.category-page-filter .slick-slider .slick-prev:before{
    content:"";
    position:absolute;
    display:block;
    width:40px;
    height:40px;
    top:0;
    background-repeat:no-repeat;
    background-size:cover
}
.category-page-filter .slick-slider .slick-prev{
    left:-20px
}
.category-page-filter .slick-slider .slick-prev:before{
    background-image:url(../assets/Icons/icons-chevron-left.svg)
}
.category-page-filter .slick-slider .slick-next{
    right:-20px
}
.category-page-filter .slick-slider .slick-next:before{
    background-image:url(../assets/Icons/icons-chevron-right.svg)
}
.rightCard p.card-text.paragraph{
    font-size:13px!important
}
@media only screen and (max-width:768px){
    .rightCard p.card-text.paragraph{
        font-size:14px
    }
}
#pd-anchor-link .uob-scrollpy .dropdown .dropdown-menu .dropdown-item{
    width:min-content
}
#pd-anchor-link .uob-scrollpy .dropdown .dropdown-toggle.active.show-button{
    width:60%;
    white-space:break-spaces;
    text-align:left
}
#pd-anchor-link .uob-scrollpy .dropdown .sticky-mobile-button{
    display:inline-block;
    float:right
}
@media only screen and (min-width:768px){
    .bb-two-col-tile-stack .content-title{
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
.bb-3-col-tile-slider-no-border .tile-card-group .card img{
    border-radius:1rem!important;
}
/*KR202304 - Table CSV Component START */
/* Tabs Component - START */
#tblcsv-tabs {
    padding: 15px 15px 0;
    left: 0;
    border-bottom: 0;
}
#tblcsv-tabs .content-title {
    margin-bottom: 30px;
}
#tblcsv-tabs .nav li {
    margin-right: 20px;
}
#tblcsv-tabs .nav li a {
    border: 0;
}
#tblcsv-tabs .nav .nav-link {
    font-size: 18px;
    line-height: 1.56;
    color: #212121;
    padding-bottom: 10px;
}
#tblcsv-tabs .nav .nav-link.active {
    background: 0 0;
    color: #0084ff;
}
#tblcsv-tabs .nav .nav-link:hover {
    color: #0084ff;
}
#tblcsv-tabs .nav button {
    display: none;
}
#tblcsv-tabs .nav hr {
    background-color: #0084ff;
    border: 0;
    margin: 0;
    opacity: 0;
    height: 5px;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    transition: 0.1s ease-in-out;
}
#tblcsv-tabs .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
}
#tblcsv-tabs .dropdown-menu.show {
    width: calc(100vw - 30px) !important;
    background-color: #fff;
    box-shadow: 0px 10px 25px 0px #2121211a;
    margin-top: 5px;
}
.tblcsv-tab-items .kr-active {
    color: #0084ff !important;
}
#tblcsv-tabs .dropdown .dropdown-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #0084ff;
    color: #0084ff;
    font-size: 16px;
    line-height: 1.63;
}
#tblcsv-tabs .dropdown .dropdown-toggle:after {
    border-color: #0084ff;
}
#tblcsv-tabs .dropdown .dropdown-toggle.active,#tblcsv-tabs .dropdown .dropdown-toggle.focus,#tblcsv-tabs .dropdown .dropdown-toggle.show {
    background-color: transparent !important;
    color: #0084ff !important;
    border-color: #0084ff;
    outline: 0 !important;
    box-shadow: none !important;
}
#tblcsv-tabs .dropdown .dropdown-menu {
    border: 0;
}
#tblcsv-tabs .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    color: #212121;
    font-size: 16px;
    line-height: 1.63;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 140px;
}
#tblcsv-tabs .dropdown .dropdown-menu .dropdown-item.active {
    border-radius: 0;
    /* border-bottom: 5px solid #0084ff;
     color: #0084ff;
     */
}
#tblcsv-tabs .dropdown .dropdown-menu.show {
    position: relative;
}
#tblcsv-tabs .dropdown.show .dropdown-toggle:after {
    top: 4px;
    position: relative;
    transform: rotate(-135deg);
    transition: all 0.2s ease;
}
@media (min-width: 768px) {
    #tblcsv-tabs {
        border-bottom: 1px solid #e6e6e6;
    }
    #tblcsv-tabs {
        padding-top: 60px;
        width: 100%;
    }
}
@media (min-width: 576px) {
    #tblcsv-tabs {
        padding: 30px 30px 0;
    }
}
@media (min-width: 768px) {
    #tblcsv-tabs {
        padding: 40px 45px 10px;
    }
    #tblcsv-tabs .content-title {
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
    #tblcsv-tabs {
        padding: 50px 60px 10px;
    }
    #tblcsv-tabs .content-title {
        margin-bottom: 50px;
    }
    #tblcsv-tabs.sticky-scrollpy-nav {
        top: 0;
    }
}
@media (min-width: 1200px) {
    #tblcsv-tabs {
        padding: 50px 150px 10px;
    }
}
/* Tabs Component - END */
/* Filters & Dropdown Component - START */
.tblcsv-filter {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tblcsv-filter .filter-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tblcsv-filter .filter-control label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #212121;
    letter-spacing: normal;
    display: inline-block;
}
.tblcsv-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
.tblcsv-dropdown .btn {
    background: #ffffff;
    border: 2px solid #0084ff;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 12px 10px 18px;
    font-family: "Noto Sans Bold";
    font-size: 14px;
    line-height: 1;
    color: #0084ff;
    min-width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tblcsv-dropdown .bootstrap-select .dropdown-toggle::after {
    border-color: #0084ff !important;
    padding: 4px;
    top: 10px;
    right: 16px;
}
.tblcsv-dropdown .dropdown-menu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 8px 0px;
    min-width: 120px;
    height: auto !important;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
.tblcsv-dropdown .dropdown-menu .dropdown-item {
    font-family: "Noto Sans Regular";
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.tblcsv-dropdown .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}
.tblcsv-dropdown .dropdown-menu .dropdown-item:hover,.tblcsv-dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #005eb8;
    color: #ffffff;
    cursor: pointer;
}
.tblcsv-filter-menu {
    background-color: #ffffff;
}
.tblcsv-filter-menu.sticky-top {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    top: -1px;
}
.tblcsv-filter-menu.sticky-top .tblcsv-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tblcsv-filter-menu h2 {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .tblcsv-dropdown {
        display: inline-flex;
        margin-right: 15px;
    }
    .tblcsv-dropdown .btn {
        font-size: 15px;
        line-height: 24px;
    }
    .tblcsv-dropdown .dropdown.show .dropdown-menu {
         transform: none !important;
         top: 40px !important;
        z-index: 10;
    }
    .tblcsv-filter .bootstrap-select.country-select {
        width: 250px !important;
    }
    .tblcsv-filter .bootstrap-select.year-select {
        width: 120px !important;
    }
    .tblcsv-filter .bootstrap-select.month-select {
        width: 150px !important;
    }
    .tblcsv-filter .filter-control label {
        display: none;
    }
    .tblcsv-dropdown .bootstrap-select .dropdown-toggle::after {
        padding: 5px;
        top: 15px;
        right: 20px;
    }
}
/* Filters & Dropdown Component - END */
/* Table for CSV Component - START */
/* Mock Table Global -- Start */
.tblcsv-table-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media (min-width: 768px) {
    .tblcsv-table-wrapper {
        display: table;
        border-spacing: 0;
        border-collapse: separate;
        margin: 25px auto;
        width: 100%;
    }
    .tblcsv-table-row {
        display: table-row;
    }
    .tblcsv-table-col {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 24px;
        font-size: 16px;
        line-height: 24px;
        color: #212121;
    }
}
/* Mock Table Global -- End */
/* Mock Table Header -- Start */
.tblcsv-table-header {
    display: none;
}
@media (min-width: 768px) {
    .tblcsv-table-header {
        display: table-header-group;
    }
    .tblcsv-table-header .tblcsv-table-col {
        border-right: 1px solid #e6e6e6;
        background-color: #004585;
        font-weight: 700;
        font-family: "Noto Sans Bold";
        color: #ffffff;
    }
    .tblcsv-table-header .tblcsv-table-col:last-of-type {
        border-right: 0;
    }
}
/* Mock Table Header -- End */
/* Mock Table Body -- Start */
.tblcsv-table-body {
    display: flex;
    flex-direction: column;
    margin: 30px auto;
}
.tblcsv-table-body .tblcsv-table-row {
    padding: 16px;
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: 0px 10px 25px 0px #2121211a;
}
.tblcsv-table-body .tblcsv-table-row:first-of-type {
    margin-top: 0;
}
.tblcsv-table-body .tblcsv-table-row:last-of-type {
    margin-bottom: 0;
}
.tblcsv-table-body .tblcsv-table-col:first-of-type {
    color: #004585;
    font-weight: 700;
    font-family: "Noto Sans Bold";
    font-size: 14px;
    line-height: 22px;
}
.tblcsv-table-body .tblcsv-table-col:nth-of-type(2),.tblcsv-table-body .tblcsv-table-col:nth-of-type(3) {
    color: #212121;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 16px 0;
}
.tblcsv-table-body .tblcsv-table-col:nth-of-type(3) {
    margin-top: 0;
}
.tblcsv-table-body .tblcsv-table-col:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .tblcsv-table-body {
        display: table-row-group;
    }
    .tblcsv-table-body .tblcsv-table-row {
        border-radius: 0;
        box-shadow: none;
    }
    .tblcsv-table-body .tblcsv-table-col {
        border-left: 1px solid #e6e6e6;
        border-top: 1px solid #e6e6e6;
        background-color: #ffffff;
    }
    .tblcsv-table-body .tblcsv-table-col:first-of-type {
        border-left: 0;
        border-right: 0;
        color: #004585;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        position: relative;
    }
    .tblcsv-table-body .tblcsv-table-col:nth-of-type(2) {
        font-size: 16px;
        line-height: 24px;
    }
    .tblcsv-table-body .tblcsv-table-col:last-of-type a {
        font-size: 15px;
    }
    .tblcsv-table-body .tblcsv-table-col:first-of-type:before {
        position: absolute;
        content: "";
        width: 100%;
        height: calc(100% + 10px);
        right: 0;
        top: -5px;
        box-shadow: 10px 0 10px -6px rgba(0, 0, 0, 0.25);
    }
}
/* Mock Table Body -- End */
/* Mock Table Rounded Corners -- Start */
@media (min-width: 768px) {
    .tblcsv-outer {
        overflow: clip;
        position: relative;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
        border-radius: 20px;
        width: 100%;
        background-color: #fff;
    }
    /* .tblcsv-table-header.tblcsv-table-row:first-of-type.tblcsv-table-col:first-of-type {
        border-top-left-radius: 20px;
    }
    .tblcsv-table-header.tblcsv-table-row:first-of-type.tblcsv-table-col:last-of-type {
        border-top-right-radius: 20px;
    }
    .tblcsv-table-body.tblcsv-table-row:last-of-type.tblcsv-table-col:first-of-type {
        border-bottom-left-radius: 20px;
    }
    .tblcsv-table-body.tblcsv-table-row:last-of-type.tblcsv-table-col:last-of-type {
        bottom-bottom-right-radius: 20px;
    }
     */
}
/* Mock Table Rounded Corners -- End */
/* Mock Table Overwrites -- Start */
.tblcsv-table-body .tblcsv-table-col:last-of-type a {
    font-weight: 700;
    display: inline-block;
}
@media (min-width: 768px) {
    .tblcsv-table-header .tblcsv-table-col:nth-last-of-type(2) {
        border: 0;
    }
    .tblcsv-table-body .tblcsv-table-col:nth-last-of-type(2) {
        text-align: left;
    }
    .tblcsv-table-body .tblcsv-table-col:first-of-type,.tblcsv-table-body .tblcsv-table-col:last-of-type {
        white-space: nowrap;
    }
}
/* Mock Table Overwrites -- End */
/* Table for CSV Component - END */
/* Pagination Component - START */
.tblcsv-pagination .pagination {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
}
.tblcsv-pagination .pagination .page-item:first-of-type .page-link {
    background-image: url("../assets/Icons/icons-chevron-left.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
.tblcsv-pagination .pagination .page-item:last-of-type .page-link {
    background-image: url("../assets/Icons/icons-chevron-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
.tblcsv-pagination .pagination .page-item .page-link {
    border: 0;
    color: #005eb8;
    line-height: 1;
}
.tblcsv-pagination .pagination .page-item.active .page-link {
    background-color: transparent;
    border-bottom: 2px solid #004585;
    font-weight: 700;
    color: #212121;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}
.tblcsv-pagination .pagination .page-item .page-link.next,.tblcsv-pagination .pagination .page-item .page-link.prev {
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
}
/* .tblcsv-pagination .pagination .page-item:first-of-type .page-link {
     padding-left: 24px;
}
.tblcsv-pagination .pagination .page-item:last-of-type .page-link {
     padding-right: 24px;
}
 */
@media (min-width: 768px) {
    .tblcsv-pagination .pagination {
        justify-content: center;
    }
    .tblcsv-pagination .pagination .page-item .page-link {
        font-size: 16px;
        line-height: 1;
    }
    .tblcsv-pagination .pagination .page-item.active .page-link {
        padding-bottom: 2.5px;
    }
}
.tblcsv-pagination .pagination .page-item .page-link:hover {
    background-color: transparent;
    color: #004585;
}
/* Pagination Component - END */
/*KR202304 - Table CSV Component END */
/* KR202304 - Timed Overlay Forms Section START */
.ovf-timed-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index: 30;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.ovf-modal-window {
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
/* PRIMARY COLOR SETTINGS HERE */
.ovf-modal-window.primary {
    background-color: #005eb8;
    color: #ffffff;
}
/* SECONDARY COLOR SETTINGS HERE */
.ovf-modal-window.secondary {
    background-color: #e9e9e9;
    color: #6e6e6e;
}
/*.ovf-modal-header {
     margin-bottom: 18px;
}
*/
.ovf-modal-header .ovf-modal-close {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    cursor: pointer;
}
.ovf-modal-header .ovf-modal-close {
    margin-left: auto;
    width: 32px;
    height: 32px;
}
.ovf-modal-header .ovf-modal-close img {
    width: 32px;
    height: 32px;
}
.ovf-modal-body {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 80vh;
}
.ovf-modal-body figure img {
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.ovf-modal-body .ovf-copy .heading {
    font-family: "Noto Sans Light", sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 0em;
    color: #ffffff;
}
.ovf-modal-body .ovf-copy p {
    font-size: 14px;
    line-height: 22px;
}
.ovf-modal-body .ovf-copy a.arrow {
    color: #ffffff;
}
/*.ovf-modal-body .ovf-copy a img {
    width: 16px;
    height: 16px;
}
*/
.ovf-modal-body .ovf-copy .ovf-call-2-action {
    margin-top: 16px;
}
.ovf-modal-body .ovf-copy .ovf-icons {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ovf-modal-body .ovf-copy .ovf-call-2-action a {
    margin-right: 12px;
}
@media (min-width: 768px) {
    .ovf-timed-popup {
        padding: 24px;
    }
    .ovf-modal-window {
        max-width: 1200px;
        margin: auto;
    }
    .ovf-modal-body {
        flex-direction: row;
        padding: 0 17px 0;
        overflow-y: unset;
        height: 400px;
        margin-bottom: 32px;
        align-content: center;
    }
    .ovf-modal-body embed {
        height: 400px;
        min-height: 400px;
    }
    .ovf-modal-body figure {
        order: 1;
        padding-left: 24px;
        min-width: 400px;
        margin-bottom: 0;
        align-self: center;
    }
    .ovf-modal-body .ovf-copy {
        order: 0;
        display: flex;
        flex-direction: column;
        width: 420px;
        height: 520px;
    }
    .ovf-modal-body .ovf-copy .heading {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 8px;
    }
    .ovf-modal-body .ovf-copy p {
        font-size: 16px;
        line-height: 24px;
    }
    .ovf-modal-body .ovf-copy .ovf-icons {
        justify-content: flex-start;
    }
    .ovf-modal-body .ovf-copy .ovf-icons img {
        margin-right: 16px;
        border-radius: 10px;
    }
    .ovf-modal-body .ovf-copy .ovf-icons .rounded-10 {
        border-radius: 10px;
    }
}
/* KR202304 - Timed Overlay Forms Section END */
.uob-table-carousel .table__carousel .table__carousel-content .table-item ul { 
    margin-left:0;
    padding-left: 20px;
}
.uob-table-carousel .table__carousel:not(.no-slide):not(.merge__table) .table__carousel-content .table-item {
    max-width: 0;
    word-break: break-word;
}
.bb-two-col-tile-stack .card-header{display: block !important;}

/*KR202307-CR -CR JULY 2023 COMPONENT ENHANCEMENT - multi-image-and-video-masthead START*/
.multi-masthead .masthead.reduced-height { height: 450px; }
.multi-masthead .masthead.reduced-height .overlay { 
	max-height: 450px;
	overflow: hidden;
	padding-top: 0;
}
/*KR202307-CR -CR JULY 2023 COMPONENT ENHANCEMENT - multi-image-and-video-masthead END*/

/*KR202310 - CR Oct 2023 COMPONENT ENHANCEMENT - Product Category Filter START*/
.see-more,
.see-less {
	font-family: "Noto Sans Bold", sans-serif;
	color: #0084ff;
	cursor: pointer;
	font-weight: 700;
}
.category-page-filter .card .card-body .content-list {
	padding-left: 20px !important;
}

.category-page-filter .card .card-body p.reduced {
	display: -webkit-box;
	min-width: 100%;
	/*-webkit-line-clamp: 2;*/
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 0;
}

.category-page-filter .card .card-body .card {
	height: max-content;
}

.category-page-filter .card .card-body .content {
	min-height: 75px;
}

@media (min-width: 1200px) {
	.category-page-filter .card .card-body {
		min-height: auto !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.category-page-filter .card .card-body {
		min-height: auto !important;
	}
}

.category-page-filter .card .card-footer { 
	padding-top: 0;
}

.category-page-filter .card .card-footer .div-see-less {
	padding:0 20px 20px 20px;
}

/*KR202310 - CR Oct 2023 COMPONENT ENHANCEMENT - Product Category Filter END*/
/*Sticky Bottom Banner Styling*/
.article-promotion-banner {
    width: 100%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.article-promotion-banner .text-link {
    color: #FFFFFF;
    text-decoration: underline;
}
.article-promotion-banner .text-link:hover {
    color: #0084FF;
}
/*End Sticky Bottom Banner Styling*/